/*!
Theme Name: West Coast Academy
Description: WCA
Author: Twelve12
Author URI: https://www.twelve12.com
Version: 4.0.3
*/
/*--*--*--*--*--*--*--*--*--*--*-*--*--*--*--*--*--*--*--*

	* ------- Colors ------- *

-*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*/
/*--*--*--*--*--*--*--*--*--*--*-*--*--*--*--*--*--*--*--*

	* ------- Sizes ------- *

-*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*/
/*--*--*--*--*--*--*--*--*--*--*-*--*--*--*--*--*--*--*--*

	* ------- Typography ------- *

-*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*/
/*--*--*--*--*--*--*--*--*--*--*-*--*--*--*--*--*--*--*--*

	* ------- Titles ------- *

-*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*/
/*--*--*--*--*--*--*--*--*--*--*-*--*--*--*--*--*--*--*--*

	* ------- Texts ------- *

-*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*/
/*--*--*--*--*--*--*--*--*--*--*-*--*--*--*--*--*--*--*--*

	* ------- Borders ------- *

-*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*/
/*--*--*--*--*--*--*--*--*--*--*-*--*--*--*--*--*--*--*--*

	* ------- Buttons ------- *

-*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*/
/*--*--*--*--*--*--*--*--*--*--*-*--*--*--*--*--*--*--*--*

	* ------- Inputs ------- *

-*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*/
/*--*--*--*--*--*--*--*--*--*--*-*--*--*--*--*--*--*--*--*

	* ------- Add Fonts ------- *

-*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*/
/*! normalize.css v8.0.0 | 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;
}

/**
 * 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 {
  -moz-box-sizing: content-box;
       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 */
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          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 {
  -moz-box-sizing: border-box;
       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"] {
  -moz-box-sizing: border-box;
       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;
}

/*! Flexible Grid System 5.6.0 | Settings | Scss | MIT License | dnomak.com/flexiblegs */
/*! Flexible Grid System 5.6.0 | Scss | MIT License | dnomak.com/flexiblegs */
/*! Flexible Grid System 5.6.0 | Scss Plus | MIT License | dnomak.com/flexiblegs */
.wrap {
  display: block;
  width: 100%;
  font-size: 0;
  letter-spacing: 0;
  text-align: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wrap > * {
  display: inline-block;
  vertical-align: top;
}

.col {
  min-height: 1px;
  font-size: 1rem;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.xl-auto > * {
  width: auto;
}

.xl-1 > * {
  width: 100%;
}

.xl-2 > * {
  width: 50%;
}

.xl-3 > * {
  width: 33.33333%;
}

.xl-4 > * {
  width: 25%;
}

.xl-5 > * {
  width: 20%;
}

.xl-6 > * {
  width: 16.66667%;
}

.xl-7 > * {
  width: 14.28571%;
}

.xl-8 > * {
  width: 12.5%;
}

.xl-9 > * {
  width: 11.11111%;
}

.xl-10 > * {
  width: 10%;
}

.xl-11 > * {
  width: 9.09091%;
}

.xl-12 > * {
  width: 8.33333%;
}

.xl-16 > * {
  width: 6.25%;
}

.xl-table {
  display: table;
  table-layout: fixed;
  -moz-box-orient: initial;
  -moz-box-direction: initial;
       flex-direction: initial;
  flex-wrap: initial;
  -ms-justify-content: initial;
  -moz-box-pack: initial;
       justify-content: initial;
  -ms-align-content: initial;
  align-content: initial;
  -ms-align-items: initial;
  -moz-box-align: initial;
       align-items: initial;
  -moz-column-count: auto;
  column-count: auto;
}

.xl-table > * {
  display: table-cell;
}

.xl-flexbox {
  display: -moz-box;
  display: flex;
  table-layout: auto;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
       flex-direction: row;
  flex-wrap: wrap;
  -ms-justify-content: flex-start;
  -moz-box-pack: start;
       justify-content: flex-start;
  -ms-align-content: center;
  align-content: center;
  -ms-align-items: center;
  -moz-box-align: center;
       align-items: center;
  -moz-column-count: auto;
  column-count: auto;
}

.xl-flexbox > * {
  display: inline-block;
}

.xl-normal {
  display: block;
  table-layout: auto;
  -moz-box-orient: initial;
  -moz-box-direction: initial;
       flex-direction: initial;
  flex-wrap: initial;
  -ms-justify-content: initial;
  -moz-box-pack: initial;
       justify-content: initial;
  -ms-align-content: initial;
  align-content: initial;
  -ms-align-items: initial;
  -moz-box-align: initial;
       align-items: initial;
  -moz-column-count: auto;
  column-count: auto;
}

.xl-normal > * {
  display: inline-block;
}

.xl-left {
  -ms-justify-content: flex-start;
  -moz-box-pack: start;
       justify-content: flex-start;
  text-align: left;
}

.xl-center {
  -ms-justify-content: center;
  -moz-box-pack: center;
       justify-content: center;
  text-align: center;
}

.xl-right {
  -ms-justify-content: flex-end;
  -moz-box-pack: end;
       justify-content: flex-end;
  text-align: right;
}

.xl-top {
  -ms-align-items: flex-start;
  -moz-box-align: start;
       align-items: flex-start;
}

.xl-top > * {
  vertical-align: top;
}

.xl-middle {
  -ms-align-items: center;
  -moz-box-align: center;
       align-items: center;
}

.xl-middle > * {
  vertical-align: middle;
}

.xl-bottom {
  -ms-align-items: flex-end;
  -moz-box-align: end;
       align-items: flex-end;
}

.xl-bottom > * {
  vertical-align: bottom;
}

.xl-stretch {
  -ms-align-content: stretch;
  align-content: stretch;
  -ms-align-items: stretch;
  -moz-box-align: stretch;
       align-items: stretch;
}

.xl-between {
  -ms-justify-content: space-between;
  -moz-box-pack: justify;
       justify-content: space-between;
  -ms-align-content: space-between;
  align-content: space-between;
}

.xl-around {
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-align-content: space-around;
  align-content: space-around;
}

.xl-baseline {
  -ms-align-items: baseline;
  -moz-box-align: baseline;
       align-items: baseline;
}

.xl-reverse {
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
       flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}

.xl-not-reverse {
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
       flex-direction: row;
  flex-wrap: wrap;
}

.xl-1-1 {
  width: 100%;
}

.xl-1-2 {
  width: 50%;
}

.xl-1-3 {
  width: 33.33333%;
}

.xl-2-3 {
  width: 66.66667%;
}

.xl-1-4 {
  width: 25%;
}

.xl-2-4 {
  width: 50%;
}

.xl-3-4 {
  width: 75%;
}

.xl-1-5 {
  width: 20%;
}

.xl-2-5 {
  width: 40%;
}

.xl-3-5 {
  width: 60%;
}

.xl-4-5 {
  width: 80%;
}

.xl-1-6 {
  width: 16.66667%;
}

.xl-2-6 {
  width: 33.33333%;
}

.xl-3-6 {
  width: 50%;
}

.xl-4-6 {
  width: 66.66667%;
}

.xl-5-6 {
  width: 83.33333%;
}

.xl-1-7 {
  width: 14.28571%;
}

.xl-2-7 {
  width: 28.57143%;
}

.xl-3-7 {
  width: 42.85714%;
}

.xl-4-7 {
  width: 57.14286%;
}

.xl-5-7 {
  width: 71.42857%;
}

.xl-6-7 {
  width: 85.71429%;
}

.xl-1-8 {
  width: 12.5%;
}

.xl-2-8 {
  width: 25%;
}

.xl-3-8 {
  width: 37.5%;
}

.xl-4-8 {
  width: 50%;
}

.xl-5-8 {
  width: 62.5%;
}

.xl-6-8 {
  width: 75%;
}

.xl-7-8 {
  width: 87.5%;
}

.xl-1-9 {
  width: 11.11111%;
}

.xl-2-9 {
  width: 22.22222%;
}

.xl-3-9 {
  width: 33.33333%;
}

.xl-4-9 {
  width: 44.44444%;
}

.xl-5-9 {
  width: 55.55556%;
}

.xl-6-9 {
  width: 66.66667%;
}

.xl-7-9 {
  width: 77.77778%;
}

.xl-8-9 {
  width: 88.88889%;
}

.xl-1-10 {
  width: 10%;
}

.xl-2-10 {
  width: 20%;
}

.xl-3-10 {
  width: 30%;
}

.xl-4-10 {
  width: 40%;
}

.xl-5-10 {
  width: 50%;
}

.xl-6-10 {
  width: 60%;
}

.xl-7-10 {
  width: 70%;
}

.xl-8-10 {
  width: 80%;
}

.xl-9-10 {
  width: 90%;
}

.xl-1-11 {
  width: 9.09091%;
}

.xl-2-11 {
  width: 18.18182%;
}

.xl-3-11 {
  width: 27.27273%;
}

.xl-4-11 {
  width: 36.36364%;
}

.xl-5-11 {
  width: 45.45455%;
}

.xl-6-11 {
  width: 54.54545%;
}

.xl-7-11 {
  width: 63.63636%;
}

.xl-8-11 {
  width: 72.72727%;
}

.xl-9-11 {
  width: 81.81818%;
}

.xl-10-11 {
  width: 90.90909%;
}

.xl-1-12 {
  width: 8.33333%;
}

.xl-2-12 {
  width: 16.66667%;
}

.xl-3-12 {
  width: 25%;
}

.xl-4-12 {
  width: 33.33333%;
}

.xl-5-12 {
  width: 41.66667%;
}

.xl-6-12 {
  width: 50%;
}

.xl-7-12 {
  width: 58.33333%;
}

.xl-8-12 {
  width: 66.66667%;
}

.xl-9-12 {
  width: 75%;
}

.xl-10-12 {
  width: 83.33333%;
}

.xl-11-12 {
  width: 91.66667%;
}

.xl-1-16 {
  width: 6.25%;
}

.xl-2-16 {
  width: 12.5%;
}

.xl-3-16 {
  width: 18.75%;
}

.xl-4-16 {
  width: 25%;
}

.xl-5-16 {
  width: 31.25%;
}

.xl-6-16 {
  width: 37.5%;
}

.xl-7-16 {
  width: 43.75%;
}

.xl-8-16 {
  width: 50%;
}

.xl-9-16 {
  width: 56.25%;
}

.xl-10-16 {
  width: 62.5%;
}

.xl-11-16 {
  width: 68.75%;
}

.xl-12-16 {
  width: 75%;
}

.xl-13-16 {
  width: 81.25%;
}

.xl-14-16 {
  width: 87.5%;
}

.xl-15-16 {
  width: 93.75%;
}

.xl-hidden {
  display: none;
}

.xl-not-hidden {
  display: inline-block;
}

.xl-first {
  -moz-box-ordinal-group: 0;
       order: -1;
}

.xl-not-first {
  -moz-box-ordinal-group: 1;
       order: 0;
}

.xl-last {
  -moz-box-ordinal-group: 2;
       order: 1;
}

.xl-not-last {
  -moz-box-ordinal-group: 1;
       order: 0;
}

.xl-gutter-0 {
  width: -moz-calc(100% + 0px);
  width: calc(100% + 0px);
  margin-left: -0px;
  margin-right: -0px;
  padding-left: 0;
  padding-right: 0;
}

.xl-gutter-0 > * {
  padding-left: 0px;
  padding-right: 0px;
}

.xl-gutter-8 {
  width: -moz-calc(100% + 8px);
  width: calc(100% + 8px);
  margin-left: -4px;
  margin-right: -4px;
  padding-left: 0;
  padding-right: 0;
}

.xl-gutter-8 > * {
  padding-left: 4px;
  padding-right: 4px;
}

.xl-gutter-16 {
  width: -moz-calc(100% + 16px);
  width: calc(100% + 16px);
  margin-left: -8px;
  margin-right: -8px;
  padding-left: 0;
  padding-right: 0;
}

.xl-gutter-16 > * {
  padding-left: 8px;
  padding-right: 8px;
}

.xl-gutter-24 {
  width: -moz-calc(100% + 24px);
  width: calc(100% + 24px);
  margin-left: -12px;
  margin-right: -12px;
  padding-left: 0;
  padding-right: 0;
}

.xl-gutter-24 > * {
  padding-left: 12px;
  padding-right: 12px;
}

.xl-gutter-40 {
  width: -moz-calc(100% + 40px);
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 0;
  padding-right: 0;
}

.xl-gutter-40 > * {
  padding-left: 20px;
  padding-right: 20px;
}

.xl-gutter-80 {
  width: -moz-calc(100% + 80px);
  width: calc(100% + 80px);
  margin-left: -40px;
  margin-right: -40px;
  padding-left: 0;
  padding-right: 0;
}

.xl-gutter-80 > * {
  padding-left: 40px;
  padding-right: 40px;
}

.xl-outside-0 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0px;
  padding-right: 0px;
}

.xl-outside-8 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 4px;
  padding-right: 4px;
}

.xl-outside-16 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 8px;
  padding-right: 8px;
}

.xl-outside-24 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 12px;
  padding-right: 12px;
}

.xl-outside-40 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 1199px) {
  .lg-auto > * {
    width: auto;
  }
  .lg-1 > * {
    width: 100%;
  }
  .lg-2 > * {
    width: 50%;
  }
  .lg-3 > * {
    width: 33.33333%;
  }
  .lg-4 > * {
    width: 25%;
  }
  .lg-5 > * {
    width: 20%;
  }
  .lg-6 > * {
    width: 16.66667%;
  }
  .lg-7 > * {
    width: 14.28571%;
  }
  .lg-8 > * {
    width: 12.5%;
  }
  .lg-9 > * {
    width: 11.11111%;
  }
  .lg-10 > * {
    width: 10%;
  }
  .lg-11 > * {
    width: 9.09091%;
  }
  .lg-12 > * {
    width: 8.33333%;
  }
  .lg-16 > * {
    width: 6.25%;
  }
  .lg-table {
    display: table;
    table-layout: fixed;
    -moz-box-orient: initial;
    -moz-box-direction: initial;
         flex-direction: initial;
    flex-wrap: initial;
    -ms-justify-content: initial;
    -moz-box-pack: initial;
         justify-content: initial;
    -ms-align-content: initial;
    align-content: initial;
    -ms-align-items: initial;
    -moz-box-align: initial;
         align-items: initial;
    -moz-column-count: auto;
    column-count: auto;
  }
  .lg-table > * {
    display: table-cell;
  }
  .lg-flexbox {
    display: -moz-box;
    display: flex;
    table-layout: auto;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
         flex-direction: row;
    flex-wrap: wrap;
    -ms-justify-content: flex-start;
    -moz-box-pack: start;
         justify-content: flex-start;
    -ms-align-content: center;
    align-content: center;
    -ms-align-items: center;
    -moz-box-align: center;
         align-items: center;
    -moz-column-count: auto;
    column-count: auto;
  }
  .lg-flexbox > * {
    display: inline-block;
  }
  .lg-normal {
    display: block;
    table-layout: auto;
    -moz-box-orient: initial;
    -moz-box-direction: initial;
         flex-direction: initial;
    flex-wrap: initial;
    -ms-justify-content: initial;
    -moz-box-pack: initial;
         justify-content: initial;
    -ms-align-content: initial;
    align-content: initial;
    -ms-align-items: initial;
    -moz-box-align: initial;
         align-items: initial;
    -moz-column-count: auto;
    column-count: auto;
  }
  .lg-normal > * {
    display: inline-block;
  }
  .lg-left {
    -ms-justify-content: flex-start;
    -moz-box-pack: start;
         justify-content: flex-start;
    text-align: left;
  }
  .lg-center {
    -ms-justify-content: center;
    -moz-box-pack: center;
         justify-content: center;
    text-align: center;
  }
  .lg-right {
    -ms-justify-content: flex-end;
    -moz-box-pack: end;
         justify-content: flex-end;
    text-align: right;
  }
  .lg-top {
    -ms-align-items: flex-start;
    -moz-box-align: start;
         align-items: flex-start;
  }
  .lg-top > * {
    vertical-align: top;
  }
  .lg-middle {
    -ms-align-items: center;
    -moz-box-align: center;
         align-items: center;
  }
  .lg-middle > * {
    vertical-align: middle;
  }
  .lg-bottom {
    -ms-align-items: flex-end;
    -moz-box-align: end;
         align-items: flex-end;
  }
  .lg-bottom > * {
    vertical-align: bottom;
  }
  .lg-stretch {
    -ms-align-content: stretch;
    align-content: stretch;
    -ms-align-items: stretch;
    -moz-box-align: stretch;
         align-items: stretch;
  }
  .lg-between {
    -ms-justify-content: space-between;
    -moz-box-pack: justify;
         justify-content: space-between;
    -ms-align-content: space-between;
    align-content: space-between;
  }
  .lg-around {
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-align-content: space-around;
    align-content: space-around;
  }
  .lg-baseline {
    -ms-align-items: baseline;
    -moz-box-align: baseline;
         align-items: baseline;
  }
  .lg-reverse {
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
         flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
  }
  .lg-not-reverse {
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
         flex-direction: row;
    flex-wrap: wrap;
  }
  .lg-1-1 {
    width: 100%;
  }
  .lg-1-2 {
    width: 50%;
  }
  .lg-1-3 {
    width: 33.33333%;
  }
  .lg-2-3 {
    width: 66.66667%;
  }
  .lg-1-4 {
    width: 25%;
  }
  .lg-2-4 {
    width: 50%;
  }
  .lg-3-4 {
    width: 75%;
  }
  .lg-1-5 {
    width: 20%;
  }
  .lg-2-5 {
    width: 40%;
  }
  .lg-3-5 {
    width: 60%;
  }
  .lg-4-5 {
    width: 80%;
  }
  .lg-1-6 {
    width: 16.66667%;
  }
  .lg-2-6 {
    width: 33.33333%;
  }
  .lg-3-6 {
    width: 50%;
  }
  .lg-4-6 {
    width: 66.66667%;
  }
  .lg-5-6 {
    width: 83.33333%;
  }
  .lg-1-7 {
    width: 14.28571%;
  }
  .lg-2-7 {
    width: 28.57143%;
  }
  .lg-3-7 {
    width: 42.85714%;
  }
  .lg-4-7 {
    width: 57.14286%;
  }
  .lg-5-7 {
    width: 71.42857%;
  }
  .lg-6-7 {
    width: 85.71429%;
  }
  .lg-1-8 {
    width: 12.5%;
  }
  .lg-2-8 {
    width: 25%;
  }
  .lg-3-8 {
    width: 37.5%;
  }
  .lg-4-8 {
    width: 50%;
  }
  .lg-5-8 {
    width: 62.5%;
  }
  .lg-6-8 {
    width: 75%;
  }
  .lg-7-8 {
    width: 87.5%;
  }
  .lg-1-9 {
    width: 11.11111%;
  }
  .lg-2-9 {
    width: 22.22222%;
  }
  .lg-3-9 {
    width: 33.33333%;
  }
  .lg-4-9 {
    width: 44.44444%;
  }
  .lg-5-9 {
    width: 55.55556%;
  }
  .lg-6-9 {
    width: 66.66667%;
  }
  .lg-7-9 {
    width: 77.77778%;
  }
  .lg-8-9 {
    width: 88.88889%;
  }
  .lg-1-10 {
    width: 10%;
  }
  .lg-2-10 {
    width: 20%;
  }
  .lg-3-10 {
    width: 30%;
  }
  .lg-4-10 {
    width: 40%;
  }
  .lg-5-10 {
    width: 50%;
  }
  .lg-6-10 {
    width: 60%;
  }
  .lg-7-10 {
    width: 70%;
  }
  .lg-8-10 {
    width: 80%;
  }
  .lg-9-10 {
    width: 90%;
  }
  .lg-1-11 {
    width: 9.09091%;
  }
  .lg-2-11 {
    width: 18.18182%;
  }
  .lg-3-11 {
    width: 27.27273%;
  }
  .lg-4-11 {
    width: 36.36364%;
  }
  .lg-5-11 {
    width: 45.45455%;
  }
  .lg-6-11 {
    width: 54.54545%;
  }
  .lg-7-11 {
    width: 63.63636%;
  }
  .lg-8-11 {
    width: 72.72727%;
  }
  .lg-9-11 {
    width: 81.81818%;
  }
  .lg-10-11 {
    width: 90.90909%;
  }
  .lg-1-12 {
    width: 8.33333%;
  }
  .lg-2-12 {
    width: 16.66667%;
  }
  .lg-3-12 {
    width: 25%;
  }
  .lg-4-12 {
    width: 33.33333%;
  }
  .lg-5-12 {
    width: 41.66667%;
  }
  .lg-6-12 {
    width: 50%;
  }
  .lg-7-12 {
    width: 58.33333%;
  }
  .lg-8-12 {
    width: 66.66667%;
  }
  .lg-9-12 {
    width: 75%;
  }
  .lg-10-12 {
    width: 83.33333%;
  }
  .lg-11-12 {
    width: 91.66667%;
  }
  .lg-1-16 {
    width: 6.25%;
  }
  .lg-2-16 {
    width: 12.5%;
  }
  .lg-3-16 {
    width: 18.75%;
  }
  .lg-4-16 {
    width: 25%;
  }
  .lg-5-16 {
    width: 31.25%;
  }
  .lg-6-16 {
    width: 37.5%;
  }
  .lg-7-16 {
    width: 43.75%;
  }
  .lg-8-16 {
    width: 50%;
  }
  .lg-9-16 {
    width: 56.25%;
  }
  .lg-10-16 {
    width: 62.5%;
  }
  .lg-11-16 {
    width: 68.75%;
  }
  .lg-12-16 {
    width: 75%;
  }
  .lg-13-16 {
    width: 81.25%;
  }
  .lg-14-16 {
    width: 87.5%;
  }
  .lg-15-16 {
    width: 93.75%;
  }
  .lg-hidden {
    display: none;
  }
  .lg-not-hidden {
    display: inline-block;
  }
  .lg-first {
    -moz-box-ordinal-group: 0;
         order: -1;
  }
  .lg-not-first {
    -moz-box-ordinal-group: 1;
         order: 0;
  }
  .lg-last {
    -moz-box-ordinal-group: 2;
         order: 1;
  }
  .lg-not-last {
    -moz-box-ordinal-group: 1;
         order: 0;
  }
  .lg-gutter-0 {
    width: -moz-calc(100% + 0px);
    width: calc(100% + 0px);
    margin-left: -0px;
    margin-right: -0px;
    padding-left: 0;
    padding-right: 0;
  }
  .lg-gutter-0 > * {
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg-gutter-8 {
    width: -moz-calc(100% + 8px);
    width: calc(100% + 8px);
    margin-left: -4px;
    margin-right: -4px;
    padding-left: 0;
    padding-right: 0;
  }
  .lg-gutter-8 > * {
    padding-left: 4px;
    padding-right: 4px;
  }
  .lg-gutter-16 {
    width: -moz-calc(100% + 16px);
    width: calc(100% + 16px);
    margin-left: -8px;
    margin-right: -8px;
    padding-left: 0;
    padding-right: 0;
  }
  .lg-gutter-16 > * {
    padding-left: 8px;
    padding-right: 8px;
  }
  .lg-gutter-24 {
    width: -moz-calc(100% + 24px);
    width: calc(100% + 24px);
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 0;
    padding-right: 0;
  }
  .lg-gutter-24 > * {
    padding-left: 12px;
    padding-right: 12px;
  }
  .lg-gutter-40 {
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 0;
    padding-right: 0;
  }
  .lg-gutter-40 > * {
    padding-left: 20px;
    padding-right: 20px;
  }
  .lg-gutter-80 {
    width: -moz-calc(100% + 80px);
    width: calc(100% + 80px);
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 0;
    padding-right: 0;
  }
  .lg-gutter-80 > * {
    padding-left: 40px;
    padding-right: 40px;
  }
  .lg-outside-0 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg-outside-8 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 4px;
    padding-right: 4px;
  }
  .lg-outside-16 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
  }
  .lg-outside-24 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 12px;
    padding-right: 12px;
  }
  .lg-outside-40 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 991px) {
  .md-auto > * {
    width: auto;
  }
  .md-1 > * {
    width: 100%;
  }
  .md-2 > * {
    width: 50%;
  }
  .md-3 > * {
    width: 33.33333%;
  }
  .md-4 > * {
    width: 25%;
  }
  .md-5 > * {
    width: 20%;
  }
  .md-6 > * {
    width: 16.66667%;
  }
  .md-7 > * {
    width: 14.28571%;
  }
  .md-8 > * {
    width: 12.5%;
  }
  .md-9 > * {
    width: 11.11111%;
  }
  .md-10 > * {
    width: 10%;
  }
  .md-11 > * {
    width: 9.09091%;
  }
  .md-12 > * {
    width: 8.33333%;
  }
  .md-16 > * {
    width: 6.25%;
  }
  .md-table {
    display: table;
    table-layout: fixed;
    -moz-box-orient: initial;
    -moz-box-direction: initial;
         flex-direction: initial;
    flex-wrap: initial;
    -ms-justify-content: initial;
    -moz-box-pack: initial;
         justify-content: initial;
    -ms-align-content: initial;
    align-content: initial;
    -ms-align-items: initial;
    -moz-box-align: initial;
         align-items: initial;
    -moz-column-count: auto;
    column-count: auto;
  }
  .md-table > * {
    display: table-cell;
  }
  .md-flexbox {
    display: -moz-box;
    display: flex;
    table-layout: auto;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
         flex-direction: row;
    flex-wrap: wrap;
    -ms-justify-content: flex-start;
    -moz-box-pack: start;
         justify-content: flex-start;
    -ms-align-content: center;
    align-content: center;
    -ms-align-items: center;
    -moz-box-align: center;
         align-items: center;
    -moz-column-count: auto;
    column-count: auto;
  }
  .md-flexbox > * {
    display: inline-block;
  }
  .md-normal {
    display: block;
    table-layout: auto;
    -moz-box-orient: initial;
    -moz-box-direction: initial;
         flex-direction: initial;
    flex-wrap: initial;
    -ms-justify-content: initial;
    -moz-box-pack: initial;
         justify-content: initial;
    -ms-align-content: initial;
    align-content: initial;
    -ms-align-items: initial;
    -moz-box-align: initial;
         align-items: initial;
    -moz-column-count: auto;
    column-count: auto;
  }
  .md-normal > * {
    display: inline-block;
  }
  .md-left {
    -ms-justify-content: flex-start;
    -moz-box-pack: start;
         justify-content: flex-start;
    text-align: left;
  }
  .md-center {
    -ms-justify-content: center;
    -moz-box-pack: center;
         justify-content: center;
    text-align: center;
  }
  .md-right {
    -ms-justify-content: flex-end;
    -moz-box-pack: end;
         justify-content: flex-end;
    text-align: right;
  }
  .md-top {
    -ms-align-items: flex-start;
    -moz-box-align: start;
         align-items: flex-start;
  }
  .md-top > * {
    vertical-align: top;
  }
  .md-middle {
    -ms-align-items: center;
    -moz-box-align: center;
         align-items: center;
  }
  .md-middle > * {
    vertical-align: middle;
  }
  .md-bottom {
    -ms-align-items: flex-end;
    -moz-box-align: end;
         align-items: flex-end;
  }
  .md-bottom > * {
    vertical-align: bottom;
  }
  .md-stretch {
    -ms-align-content: stretch;
    align-content: stretch;
    -ms-align-items: stretch;
    -moz-box-align: stretch;
         align-items: stretch;
  }
  .md-between {
    -ms-justify-content: space-between;
    -moz-box-pack: justify;
         justify-content: space-between;
    -ms-align-content: space-between;
    align-content: space-between;
  }
  .md-around {
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-align-content: space-around;
    align-content: space-around;
  }
  .md-baseline {
    -ms-align-items: baseline;
    -moz-box-align: baseline;
         align-items: baseline;
  }
  .md-reverse {
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
         flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
  }
  .md-not-reverse {
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
         flex-direction: row;
    flex-wrap: wrap;
  }
  .md-1-1 {
    width: 100%;
  }
  .md-1-2 {
    width: 50%;
  }
  .md-1-3 {
    width: 33.33333%;
  }
  .md-2-3 {
    width: 66.66667%;
  }
  .md-1-4 {
    width: 25%;
  }
  .md-2-4 {
    width: 50%;
  }
  .md-3-4 {
    width: 75%;
  }
  .md-1-5 {
    width: 20%;
  }
  .md-2-5 {
    width: 40%;
  }
  .md-3-5 {
    width: 60%;
  }
  .md-4-5 {
    width: 80%;
  }
  .md-1-6 {
    width: 16.66667%;
  }
  .md-2-6 {
    width: 33.33333%;
  }
  .md-3-6 {
    width: 50%;
  }
  .md-4-6 {
    width: 66.66667%;
  }
  .md-5-6 {
    width: 83.33333%;
  }
  .md-1-7 {
    width: 14.28571%;
  }
  .md-2-7 {
    width: 28.57143%;
  }
  .md-3-7 {
    width: 42.85714%;
  }
  .md-4-7 {
    width: 57.14286%;
  }
  .md-5-7 {
    width: 71.42857%;
  }
  .md-6-7 {
    width: 85.71429%;
  }
  .md-1-8 {
    width: 12.5%;
  }
  .md-2-8 {
    width: 25%;
  }
  .md-3-8 {
    width: 37.5%;
  }
  .md-4-8 {
    width: 50%;
  }
  .md-5-8 {
    width: 62.5%;
  }
  .md-6-8 {
    width: 75%;
  }
  .md-7-8 {
    width: 87.5%;
  }
  .md-1-9 {
    width: 11.11111%;
  }
  .md-2-9 {
    width: 22.22222%;
  }
  .md-3-9 {
    width: 33.33333%;
  }
  .md-4-9 {
    width: 44.44444%;
  }
  .md-5-9 {
    width: 55.55556%;
  }
  .md-6-9 {
    width: 66.66667%;
  }
  .md-7-9 {
    width: 77.77778%;
  }
  .md-8-9 {
    width: 88.88889%;
  }
  .md-1-10 {
    width: 10%;
  }
  .md-2-10 {
    width: 20%;
  }
  .md-3-10 {
    width: 30%;
  }
  .md-4-10 {
    width: 40%;
  }
  .md-5-10 {
    width: 50%;
  }
  .md-6-10 {
    width: 60%;
  }
  .md-7-10 {
    width: 70%;
  }
  .md-8-10 {
    width: 80%;
  }
  .md-9-10 {
    width: 90%;
  }
  .md-1-11 {
    width: 9.09091%;
  }
  .md-2-11 {
    width: 18.18182%;
  }
  .md-3-11 {
    width: 27.27273%;
  }
  .md-4-11 {
    width: 36.36364%;
  }
  .md-5-11 {
    width: 45.45455%;
  }
  .md-6-11 {
    width: 54.54545%;
  }
  .md-7-11 {
    width: 63.63636%;
  }
  .md-8-11 {
    width: 72.72727%;
  }
  .md-9-11 {
    width: 81.81818%;
  }
  .md-10-11 {
    width: 90.90909%;
  }
  .md-1-12 {
    width: 8.33333%;
  }
  .md-2-12 {
    width: 16.66667%;
  }
  .md-3-12 {
    width: 25%;
  }
  .md-4-12 {
    width: 33.33333%;
  }
  .md-5-12 {
    width: 41.66667%;
  }
  .md-6-12 {
    width: 50%;
  }
  .md-7-12 {
    width: 58.33333%;
  }
  .md-8-12 {
    width: 66.66667%;
  }
  .md-9-12 {
    width: 75%;
  }
  .md-10-12 {
    width: 83.33333%;
  }
  .md-11-12 {
    width: 91.66667%;
  }
  .md-1-16 {
    width: 6.25%;
  }
  .md-2-16 {
    width: 12.5%;
  }
  .md-3-16 {
    width: 18.75%;
  }
  .md-4-16 {
    width: 25%;
  }
  .md-5-16 {
    width: 31.25%;
  }
  .md-6-16 {
    width: 37.5%;
  }
  .md-7-16 {
    width: 43.75%;
  }
  .md-8-16 {
    width: 50%;
  }
  .md-9-16 {
    width: 56.25%;
  }
  .md-10-16 {
    width: 62.5%;
  }
  .md-11-16 {
    width: 68.75%;
  }
  .md-12-16 {
    width: 75%;
  }
  .md-13-16 {
    width: 81.25%;
  }
  .md-14-16 {
    width: 87.5%;
  }
  .md-15-16 {
    width: 93.75%;
  }
  .md-hidden {
    display: none;
  }
  .md-not-hidden {
    display: inline-block;
  }
  .md-first {
    -moz-box-ordinal-group: 0;
         order: -1;
  }
  .md-not-first {
    -moz-box-ordinal-group: 1;
         order: 0;
  }
  .md-last {
    -moz-box-ordinal-group: 2;
         order: 1;
  }
  .md-not-last {
    -moz-box-ordinal-group: 1;
         order: 0;
  }
  .md-gutter-0 {
    width: -moz-calc(100% + 0px);
    width: calc(100% + 0px);
    margin-left: -0px;
    margin-right: -0px;
    padding-left: 0;
    padding-right: 0;
  }
  .md-gutter-0 > * {
    padding-left: 0px;
    padding-right: 0px;
  }
  .md-gutter-8 {
    width: -moz-calc(100% + 8px);
    width: calc(100% + 8px);
    margin-left: -4px;
    margin-right: -4px;
    padding-left: 0;
    padding-right: 0;
  }
  .md-gutter-8 > * {
    padding-left: 4px;
    padding-right: 4px;
  }
  .md-gutter-16 {
    width: -moz-calc(100% + 16px);
    width: calc(100% + 16px);
    margin-left: -8px;
    margin-right: -8px;
    padding-left: 0;
    padding-right: 0;
  }
  .md-gutter-16 > * {
    padding-left: 8px;
    padding-right: 8px;
  }
  .md-gutter-24 {
    width: -moz-calc(100% + 24px);
    width: calc(100% + 24px);
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 0;
    padding-right: 0;
  }
  .md-gutter-24 > * {
    padding-left: 12px;
    padding-right: 12px;
  }
  .md-gutter-40 {
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 0;
    padding-right: 0;
  }
  .md-gutter-40 > * {
    padding-left: 20px;
    padding-right: 20px;
  }
  .md-gutter-80 {
    width: -moz-calc(100% + 80px);
    width: calc(100% + 80px);
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 0;
    padding-right: 0;
  }
  .md-gutter-80 > * {
    padding-left: 40px;
    padding-right: 40px;
  }
  .md-outside-0 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0px;
    padding-right: 0px;
  }
  .md-outside-8 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 4px;
    padding-right: 4px;
  }
  .md-outside-16 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
  }
  .md-outside-24 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 12px;
    padding-right: 12px;
  }
  .md-outside-40 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .sm-auto > * {
    width: auto;
  }
  .sm-1 > * {
    width: 100%;
  }
  .sm-2 > * {
    width: 50%;
  }
  .sm-3 > * {
    width: 33.33333%;
  }
  .sm-4 > * {
    width: 25%;
  }
  .sm-5 > * {
    width: 20%;
  }
  .sm-6 > * {
    width: 16.66667%;
  }
  .sm-7 > * {
    width: 14.28571%;
  }
  .sm-8 > * {
    width: 12.5%;
  }
  .sm-9 > * {
    width: 11.11111%;
  }
  .sm-10 > * {
    width: 10%;
  }
  .sm-11 > * {
    width: 9.09091%;
  }
  .sm-12 > * {
    width: 8.33333%;
  }
  .sm-16 > * {
    width: 6.25%;
  }
  .sm-table {
    display: table;
    table-layout: fixed;
    -moz-box-orient: initial;
    -moz-box-direction: initial;
         flex-direction: initial;
    flex-wrap: initial;
    -ms-justify-content: initial;
    -moz-box-pack: initial;
         justify-content: initial;
    -ms-align-content: initial;
    align-content: initial;
    -ms-align-items: initial;
    -moz-box-align: initial;
         align-items: initial;
    -moz-column-count: auto;
    column-count: auto;
  }
  .sm-table > * {
    display: table-cell;
  }
  .sm-flexbox {
    display: -moz-box;
    display: flex;
    table-layout: auto;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
         flex-direction: row;
    flex-wrap: wrap;
    -ms-justify-content: flex-start;
    -moz-box-pack: start;
         justify-content: flex-start;
    -ms-align-content: center;
    align-content: center;
    -ms-align-items: center;
    -moz-box-align: center;
         align-items: center;
    -moz-column-count: auto;
    column-count: auto;
  }
  .sm-flexbox > * {
    display: inline-block;
  }
  .sm-normal {
    display: block;
    table-layout: auto;
    -moz-box-orient: initial;
    -moz-box-direction: initial;
         flex-direction: initial;
    flex-wrap: initial;
    -ms-justify-content: initial;
    -moz-box-pack: initial;
         justify-content: initial;
    -ms-align-content: initial;
    align-content: initial;
    -ms-align-items: initial;
    -moz-box-align: initial;
         align-items: initial;
    -moz-column-count: auto;
    column-count: auto;
  }
  .sm-normal > * {
    display: inline-block;
  }
  .sm-left {
    -ms-justify-content: flex-start;
    -moz-box-pack: start;
         justify-content: flex-start;
    text-align: left;
  }
  .sm-center {
    -ms-justify-content: center;
    -moz-box-pack: center;
         justify-content: center;
    text-align: center;
  }
  .sm-right {
    -ms-justify-content: flex-end;
    -moz-box-pack: end;
         justify-content: flex-end;
    text-align: right;
  }
  .sm-top {
    -ms-align-items: flex-start;
    -moz-box-align: start;
         align-items: flex-start;
  }
  .sm-top > * {
    vertical-align: top;
  }
  .sm-middle {
    -ms-align-items: center;
    -moz-box-align: center;
         align-items: center;
  }
  .sm-middle > * {
    vertical-align: middle;
  }
  .sm-bottom {
    -ms-align-items: flex-end;
    -moz-box-align: end;
         align-items: flex-end;
  }
  .sm-bottom > * {
    vertical-align: bottom;
  }
  .sm-stretch {
    -ms-align-content: stretch;
    align-content: stretch;
    -ms-align-items: stretch;
    -moz-box-align: stretch;
         align-items: stretch;
  }
  .sm-between {
    -ms-justify-content: space-between;
    -moz-box-pack: justify;
         justify-content: space-between;
    -ms-align-content: space-between;
    align-content: space-between;
  }
  .sm-around {
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-align-content: space-around;
    align-content: space-around;
  }
  .sm-baseline {
    -ms-align-items: baseline;
    -moz-box-align: baseline;
         align-items: baseline;
  }
  .sm-reverse {
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
         flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
  }
  .sm-not-reverse {
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
         flex-direction: row;
    flex-wrap: wrap;
  }
  .sm-1-1 {
    width: 100%;
  }
  .sm-1-2 {
    width: 50%;
  }
  .sm-1-3 {
    width: 33.33333%;
  }
  .sm-2-3 {
    width: 66.66667%;
  }
  .sm-1-4 {
    width: 25%;
  }
  .sm-2-4 {
    width: 50%;
  }
  .sm-3-4 {
    width: 75%;
  }
  .sm-1-5 {
    width: 20%;
  }
  .sm-2-5 {
    width: 40%;
  }
  .sm-3-5 {
    width: 60%;
  }
  .sm-4-5 {
    width: 80%;
  }
  .sm-1-6 {
    width: 16.66667%;
  }
  .sm-2-6 {
    width: 33.33333%;
  }
  .sm-3-6 {
    width: 50%;
  }
  .sm-4-6 {
    width: 66.66667%;
  }
  .sm-5-6 {
    width: 83.33333%;
  }
  .sm-1-7 {
    width: 14.28571%;
  }
  .sm-2-7 {
    width: 28.57143%;
  }
  .sm-3-7 {
    width: 42.85714%;
  }
  .sm-4-7 {
    width: 57.14286%;
  }
  .sm-5-7 {
    width: 71.42857%;
  }
  .sm-6-7 {
    width: 85.71429%;
  }
  .sm-1-8 {
    width: 12.5%;
  }
  .sm-2-8 {
    width: 25%;
  }
  .sm-3-8 {
    width: 37.5%;
  }
  .sm-4-8 {
    width: 50%;
  }
  .sm-5-8 {
    width: 62.5%;
  }
  .sm-6-8 {
    width: 75%;
  }
  .sm-7-8 {
    width: 87.5%;
  }
  .sm-1-9 {
    width: 11.11111%;
  }
  .sm-2-9 {
    width: 22.22222%;
  }
  .sm-3-9 {
    width: 33.33333%;
  }
  .sm-4-9 {
    width: 44.44444%;
  }
  .sm-5-9 {
    width: 55.55556%;
  }
  .sm-6-9 {
    width: 66.66667%;
  }
  .sm-7-9 {
    width: 77.77778%;
  }
  .sm-8-9 {
    width: 88.88889%;
  }
  .sm-1-10 {
    width: 10%;
  }
  .sm-2-10 {
    width: 20%;
  }
  .sm-3-10 {
    width: 30%;
  }
  .sm-4-10 {
    width: 40%;
  }
  .sm-5-10 {
    width: 50%;
  }
  .sm-6-10 {
    width: 60%;
  }
  .sm-7-10 {
    width: 70%;
  }
  .sm-8-10 {
    width: 80%;
  }
  .sm-9-10 {
    width: 90%;
  }
  .sm-1-11 {
    width: 9.09091%;
  }
  .sm-2-11 {
    width: 18.18182%;
  }
  .sm-3-11 {
    width: 27.27273%;
  }
  .sm-4-11 {
    width: 36.36364%;
  }
  .sm-5-11 {
    width: 45.45455%;
  }
  .sm-6-11 {
    width: 54.54545%;
  }
  .sm-7-11 {
    width: 63.63636%;
  }
  .sm-8-11 {
    width: 72.72727%;
  }
  .sm-9-11 {
    width: 81.81818%;
  }
  .sm-10-11 {
    width: 90.90909%;
  }
  .sm-1-12 {
    width: 8.33333%;
  }
  .sm-2-12 {
    width: 16.66667%;
  }
  .sm-3-12 {
    width: 25%;
  }
  .sm-4-12 {
    width: 33.33333%;
  }
  .sm-5-12 {
    width: 41.66667%;
  }
  .sm-6-12 {
    width: 50%;
  }
  .sm-7-12 {
    width: 58.33333%;
  }
  .sm-8-12 {
    width: 66.66667%;
  }
  .sm-9-12 {
    width: 75%;
  }
  .sm-10-12 {
    width: 83.33333%;
  }
  .sm-11-12 {
    width: 91.66667%;
  }
  .sm-1-16 {
    width: 6.25%;
  }
  .sm-2-16 {
    width: 12.5%;
  }
  .sm-3-16 {
    width: 18.75%;
  }
  .sm-4-16 {
    width: 25%;
  }
  .sm-5-16 {
    width: 31.25%;
  }
  .sm-6-16 {
    width: 37.5%;
  }
  .sm-7-16 {
    width: 43.75%;
  }
  .sm-8-16 {
    width: 50%;
  }
  .sm-9-16 {
    width: 56.25%;
  }
  .sm-10-16 {
    width: 62.5%;
  }
  .sm-11-16 {
    width: 68.75%;
  }
  .sm-12-16 {
    width: 75%;
  }
  .sm-13-16 {
    width: 81.25%;
  }
  .sm-14-16 {
    width: 87.5%;
  }
  .sm-15-16 {
    width: 93.75%;
  }
  .sm-hidden {
    display: none;
  }
  .sm-not-hidden {
    display: inline-block;
  }
  .sm-first {
    -moz-box-ordinal-group: 0;
         order: -1;
  }
  .sm-not-first {
    -moz-box-ordinal-group: 1;
         order: 0;
  }
  .sm-last {
    -moz-box-ordinal-group: 2;
         order: 1;
  }
  .sm-not-last {
    -moz-box-ordinal-group: 1;
         order: 0;
  }
  .sm-gutter-0 {
    width: -moz-calc(100% + 0px);
    width: calc(100% + 0px);
    margin-left: -0px;
    margin-right: -0px;
    padding-left: 0;
    padding-right: 0;
  }
  .sm-gutter-0 > * {
    padding-left: 0px;
    padding-right: 0px;
  }
  .sm-gutter-8 {
    width: -moz-calc(100% + 8px);
    width: calc(100% + 8px);
    margin-left: -4px;
    margin-right: -4px;
    padding-left: 0;
    padding-right: 0;
  }
  .sm-gutter-8 > * {
    padding-left: 4px;
    padding-right: 4px;
  }
  .sm-gutter-16 {
    width: -moz-calc(100% + 16px);
    width: calc(100% + 16px);
    margin-left: -8px;
    margin-right: -8px;
    padding-left: 0;
    padding-right: 0;
  }
  .sm-gutter-16 > * {
    padding-left: 8px;
    padding-right: 8px;
  }
  .sm-gutter-24 {
    width: -moz-calc(100% + 24px);
    width: calc(100% + 24px);
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 0;
    padding-right: 0;
  }
  .sm-gutter-24 > * {
    padding-left: 12px;
    padding-right: 12px;
  }
  .sm-gutter-40 {
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 0;
    padding-right: 0;
  }
  .sm-gutter-40 > * {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sm-gutter-80 {
    width: -moz-calc(100% + 80px);
    width: calc(100% + 80px);
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 0;
    padding-right: 0;
  }
  .sm-gutter-80 > * {
    padding-left: 40px;
    padding-right: 40px;
  }
  .sm-outside-0 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0px;
    padding-right: 0px;
  }
  .sm-outside-8 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 4px;
    padding-right: 4px;
  }
  .sm-outside-16 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
  }
  .sm-outside-24 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 12px;
    padding-right: 12px;
  }
  .sm-outside-40 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 479px) {
  .xs-auto > * {
    width: auto;
  }
  .xs-1 > * {
    width: 100%;
  }
  .xs-2 > * {
    width: 50%;
  }
  .xs-3 > * {
    width: 33.33333%;
  }
  .xs-4 > * {
    width: 25%;
  }
  .xs-5 > * {
    width: 20%;
  }
  .xs-6 > * {
    width: 16.66667%;
  }
  .xs-7 > * {
    width: 14.28571%;
  }
  .xs-8 > * {
    width: 12.5%;
  }
  .xs-9 > * {
    width: 11.11111%;
  }
  .xs-10 > * {
    width: 10%;
  }
  .xs-11 > * {
    width: 9.09091%;
  }
  .xs-12 > * {
    width: 8.33333%;
  }
  .xs-16 > * {
    width: 6.25%;
  }
  .xs-table {
    display: table;
    table-layout: fixed;
    -moz-box-orient: initial;
    -moz-box-direction: initial;
         flex-direction: initial;
    flex-wrap: initial;
    -ms-justify-content: initial;
    -moz-box-pack: initial;
         justify-content: initial;
    -ms-align-content: initial;
    align-content: initial;
    -ms-align-items: initial;
    -moz-box-align: initial;
         align-items: initial;
    -moz-column-count: auto;
    column-count: auto;
  }
  .xs-table > * {
    display: table-cell;
  }
  .xs-flexbox {
    display: -moz-box;
    display: flex;
    table-layout: auto;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
         flex-direction: row;
    flex-wrap: wrap;
    -ms-justify-content: flex-start;
    -moz-box-pack: start;
         justify-content: flex-start;
    -ms-align-content: center;
    align-content: center;
    -ms-align-items: center;
    -moz-box-align: center;
         align-items: center;
    -moz-column-count: auto;
    column-count: auto;
  }
  .xs-flexbox > * {
    display: inline-block;
  }
  .xs-normal {
    display: block;
    table-layout: auto;
    -moz-box-orient: initial;
    -moz-box-direction: initial;
         flex-direction: initial;
    flex-wrap: initial;
    -ms-justify-content: initial;
    -moz-box-pack: initial;
         justify-content: initial;
    -ms-align-content: initial;
    align-content: initial;
    -ms-align-items: initial;
    -moz-box-align: initial;
         align-items: initial;
    -moz-column-count: auto;
    column-count: auto;
  }
  .xs-normal > * {
    display: inline-block;
  }
  .xs-left {
    -ms-justify-content: flex-start;
    -moz-box-pack: start;
         justify-content: flex-start;
    text-align: left;
  }
  .xs-center {
    -ms-justify-content: center;
    -moz-box-pack: center;
         justify-content: center;
    text-align: center;
  }
  .xs-right {
    -ms-justify-content: flex-end;
    -moz-box-pack: end;
         justify-content: flex-end;
    text-align: right;
  }
  .xs-top {
    -ms-align-items: flex-start;
    -moz-box-align: start;
         align-items: flex-start;
  }
  .xs-top > * {
    vertical-align: top;
  }
  .xs-middle {
    -ms-align-items: center;
    -moz-box-align: center;
         align-items: center;
  }
  .xs-middle > * {
    vertical-align: middle;
  }
  .xs-bottom {
    -ms-align-items: flex-end;
    -moz-box-align: end;
         align-items: flex-end;
  }
  .xs-bottom > * {
    vertical-align: bottom;
  }
  .xs-stretch {
    -ms-align-content: stretch;
    align-content: stretch;
    -ms-align-items: stretch;
    -moz-box-align: stretch;
         align-items: stretch;
  }
  .xs-between {
    -ms-justify-content: space-between;
    -moz-box-pack: justify;
         justify-content: space-between;
    -ms-align-content: space-between;
    align-content: space-between;
  }
  .xs-around {
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-align-content: space-around;
    align-content: space-around;
  }
  .xs-baseline {
    -ms-align-items: baseline;
    -moz-box-align: baseline;
         align-items: baseline;
  }
  .xs-reverse {
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
         flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
  }
  .xs-not-reverse {
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
         flex-direction: row;
    flex-wrap: wrap;
  }
  .xs-1-1 {
    width: 100%;
  }
  .xs-1-2 {
    width: 50%;
  }
  .xs-1-3 {
    width: 33.33333%;
  }
  .xs-2-3 {
    width: 66.66667%;
  }
  .xs-1-4 {
    width: 25%;
  }
  .xs-2-4 {
    width: 50%;
  }
  .xs-3-4 {
    width: 75%;
  }
  .xs-1-5 {
    width: 20%;
  }
  .xs-2-5 {
    width: 40%;
  }
  .xs-3-5 {
    width: 60%;
  }
  .xs-4-5 {
    width: 80%;
  }
  .xs-1-6 {
    width: 16.66667%;
  }
  .xs-2-6 {
    width: 33.33333%;
  }
  .xs-3-6 {
    width: 50%;
  }
  .xs-4-6 {
    width: 66.66667%;
  }
  .xs-5-6 {
    width: 83.33333%;
  }
  .xs-1-7 {
    width: 14.28571%;
  }
  .xs-2-7 {
    width: 28.57143%;
  }
  .xs-3-7 {
    width: 42.85714%;
  }
  .xs-4-7 {
    width: 57.14286%;
  }
  .xs-5-7 {
    width: 71.42857%;
  }
  .xs-6-7 {
    width: 85.71429%;
  }
  .xs-1-8 {
    width: 12.5%;
  }
  .xs-2-8 {
    width: 25%;
  }
  .xs-3-8 {
    width: 37.5%;
  }
  .xs-4-8 {
    width: 50%;
  }
  .xs-5-8 {
    width: 62.5%;
  }
  .xs-6-8 {
    width: 75%;
  }
  .xs-7-8 {
    width: 87.5%;
  }
  .xs-1-9 {
    width: 11.11111%;
  }
  .xs-2-9 {
    width: 22.22222%;
  }
  .xs-3-9 {
    width: 33.33333%;
  }
  .xs-4-9 {
    width: 44.44444%;
  }
  .xs-5-9 {
    width: 55.55556%;
  }
  .xs-6-9 {
    width: 66.66667%;
  }
  .xs-7-9 {
    width: 77.77778%;
  }
  .xs-8-9 {
    width: 88.88889%;
  }
  .xs-1-10 {
    width: 10%;
  }
  .xs-2-10 {
    width: 20%;
  }
  .xs-3-10 {
    width: 30%;
  }
  .xs-4-10 {
    width: 40%;
  }
  .xs-5-10 {
    width: 50%;
  }
  .xs-6-10 {
    width: 60%;
  }
  .xs-7-10 {
    width: 70%;
  }
  .xs-8-10 {
    width: 80%;
  }
  .xs-9-10 {
    width: 90%;
  }
  .xs-1-11 {
    width: 9.09091%;
  }
  .xs-2-11 {
    width: 18.18182%;
  }
  .xs-3-11 {
    width: 27.27273%;
  }
  .xs-4-11 {
    width: 36.36364%;
  }
  .xs-5-11 {
    width: 45.45455%;
  }
  .xs-6-11 {
    width: 54.54545%;
  }
  .xs-7-11 {
    width: 63.63636%;
  }
  .xs-8-11 {
    width: 72.72727%;
  }
  .xs-9-11 {
    width: 81.81818%;
  }
  .xs-10-11 {
    width: 90.90909%;
  }
  .xs-1-12 {
    width: 8.33333%;
  }
  .xs-2-12 {
    width: 16.66667%;
  }
  .xs-3-12 {
    width: 25%;
  }
  .xs-4-12 {
    width: 33.33333%;
  }
  .xs-5-12 {
    width: 41.66667%;
  }
  .xs-6-12 {
    width: 50%;
  }
  .xs-7-12 {
    width: 58.33333%;
  }
  .xs-8-12 {
    width: 66.66667%;
  }
  .xs-9-12 {
    width: 75%;
  }
  .xs-10-12 {
    width: 83.33333%;
  }
  .xs-11-12 {
    width: 91.66667%;
  }
  .xs-1-16 {
    width: 6.25%;
  }
  .xs-2-16 {
    width: 12.5%;
  }
  .xs-3-16 {
    width: 18.75%;
  }
  .xs-4-16 {
    width: 25%;
  }
  .xs-5-16 {
    width: 31.25%;
  }
  .xs-6-16 {
    width: 37.5%;
  }
  .xs-7-16 {
    width: 43.75%;
  }
  .xs-8-16 {
    width: 50%;
  }
  .xs-9-16 {
    width: 56.25%;
  }
  .xs-10-16 {
    width: 62.5%;
  }
  .xs-11-16 {
    width: 68.75%;
  }
  .xs-12-16 {
    width: 75%;
  }
  .xs-13-16 {
    width: 81.25%;
  }
  .xs-14-16 {
    width: 87.5%;
  }
  .xs-15-16 {
    width: 93.75%;
  }
  .xs-hidden {
    display: none;
  }
  .xs-not-hidden {
    display: inline-block;
  }
  .xs-first {
    -moz-box-ordinal-group: 0;
         order: -1;
  }
  .xs-not-first {
    -moz-box-ordinal-group: 1;
         order: 0;
  }
  .xs-last {
    -moz-box-ordinal-group: 2;
         order: 1;
  }
  .xs-not-last {
    -moz-box-ordinal-group: 1;
         order: 0;
  }
  .xs-gutter-0 {
    width: -moz-calc(100% + 0px);
    width: calc(100% + 0px);
    margin-left: -0px;
    margin-right: -0px;
    padding-left: 0;
    padding-right: 0;
  }
  .xs-gutter-0 > * {
    padding-left: 0px;
    padding-right: 0px;
  }
  .xs-gutter-8 {
    width: -moz-calc(100% + 8px);
    width: calc(100% + 8px);
    margin-left: -4px;
    margin-right: -4px;
    padding-left: 0;
    padding-right: 0;
  }
  .xs-gutter-8 > * {
    padding-left: 4px;
    padding-right: 4px;
  }
  .xs-gutter-16 {
    width: -moz-calc(100% + 16px);
    width: calc(100% + 16px);
    margin-left: -8px;
    margin-right: -8px;
    padding-left: 0;
    padding-right: 0;
  }
  .xs-gutter-16 > * {
    padding-left: 8px;
    padding-right: 8px;
  }
  .xs-gutter-24 {
    width: -moz-calc(100% + 24px);
    width: calc(100% + 24px);
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 0;
    padding-right: 0;
  }
  .xs-gutter-24 > * {
    padding-left: 12px;
    padding-right: 12px;
  }
  .xs-gutter-40 {
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 0;
    padding-right: 0;
  }
  .xs-gutter-40 > * {
    padding-left: 20px;
    padding-right: 20px;
  }
  .xs-gutter-80 {
    width: -moz-calc(100% + 80px);
    width: calc(100% + 80px);
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 0;
    padding-right: 0;
  }
  .xs-gutter-80 > * {
    padding-left: 40px;
    padding-right: 40px;
  }
  .xs-outside-0 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0px;
    padding-right: 0px;
  }
  .xs-outside-8 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 4px;
    padding-right: 4px;
  }
  .xs-outside-16 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
  }
  .xs-outside-24 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 12px;
    padding-right: 12px;
  }
  .xs-outside-40 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.xl-mt--243 {
  margin-top: -243px !important;
}

.xl-mt--170 {
  margin-top: -170px !important;
}

.xl-mt--60 {
  margin-top: -60px !important;
}

.xl-mt-0 {
  margin-top: 0px !important;
}

.xl-mt-5 {
  margin-top: 5px !important;
}

.xl-mt-10 {
  margin-top: 10px !important;
}

.xl-mt-15 {
  margin-top: 15px !important;
}

.xl-mt-20 {
  margin-top: 20px !important;
}

.xl-mt-30 {
  margin-top: 30px !important;
}

.xl-mt-50 {
  margin-top: 50px !important;
}

.xl-mt-100 {
  margin-top: 100px !important;
}

.xl-mt-150 {
  margin-top: 150px !important;
}

.xl-mb--120 {
  margin-bottom: -120px !important;
}

.xl-mb-0 {
  margin-bottom: 0px !important;
}

.xl-mb-5 {
  margin-bottom: 5px !important;
}

.xl-mb-20 {
  margin-bottom: 20px !important;
}

.xl-marginy-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.xl-marginy-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.xl-marginy-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.xl-marginy-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.xl-mr-0 {
  margin-right: 0px !important;
}

.xl-mr-20 {
  margin-right: 20px !important;
}

.xl-mr-30 {
  margin-right: 30px !important;
}

.xl-mr-50 {
  margin-right: 50px !important;
}

.xl-ml-0 {
  margin-left: 0px !important;
}

.xl-ml-70 {
  margin-left: 70px !important;
}

.xl-marginx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.xl-marginx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.xl-marginx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.xl-marginx-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.xl-marginx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.xl-marginx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.xl-pt-0 {
  padding-top: 0px !important;
}

.xl-pt-20 {
  padding-top: 20px !important;
}

.xl-pt-50 {
  padding-top: 50px !important;
}

.xl-pt-60 {
  padding-top: 60px !important;
}

.xl-pt-70 {
  padding-top: 70px !important;
}

.xl-pt-100 {
  padding-top: 100px !important;
}

.xl-pt-120 {
  padding-top: 120px !important;
}

.xl-pt-150 {
  padding-top: 150px !important;
}

.xl-pt-200 {
  padding-top: 200px !important;
}

.xl-pt-240 {
  padding-top: 240px !important;
}

.xl-pr-0 {
  padding-right: 0px !important;
}

.xl-pr-20 {
  padding-right: 20px !important;
}

.xl-pr-50 {
  padding-right: 50px !important;
}

.xl-pr-100 {
  padding-right: 100px !important;
}

.xl-pr-120 {
  padding-right: 120px !important;
}

.xl-pl-0 {
  padding-left: 0px !important;
}

.xl-pl-20 {
  padding-left: 20px !important;
}

.xl-pl-50 {
  padding-left: 50px !important;
}

.xl-pl-100 {
  padding-left: 100px !important;
}

.xl-pl-120 {
  padding-left: 120px !important;
}

.xl-pb-0 {
  padding-bottom: 0px !important;
}

.xl-pb-20 {
  padding-bottom: 20px !important;
}

.xl-pb-50 {
  padding-bottom: 50px !important;
}

.xl-pb-100 {
  padding-bottom: 100px !important;
}

.xl-paddingy-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.xl-paddingy-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.xl-paddingy-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.xl-paddingy-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.xl-paddingy-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.xl-paddingy-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.xl-paddingy-200 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}

.xl-paddingx-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.xl-paddingx-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.xl-paddingx-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.xl-paddingx-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.xl-paddingx-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.xl-paddingx-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.xl-paddingx-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.xl-fw-normal {
  font-weight: normal !important;
}

.xl-fw-bold {
  font-weight: bold !important;
}

.xl-fw-900 {
  font-weight: 900 !important;
}

.xl-lh-23 {
  line-height: 23px !important;
}

.xl-fz-17 {
  font-size: 17px !important;
}

.xl-fz-23 {
  font-size: 23px !important;
}

.xl-ta-left {
  text-align: left !important;
}

.xl-ta-right {
  text-align: right !important;
}

.xl-ta-center {
  text-align: center !important;
}

.xl-ta-justify {
  text-align: justify !important;
}

.xl-color-red {
  color: #ff0000 !important;
}

.xl-color-yellow {
  color: #ffff00 !important;
}

.xl-color-green {
  color: #008000 !important;
}

@media (max-width: 1199px) {
  .lg-mt--243 {
    margin-top: -243px !important;
  }
  .lg-mt--170 {
    margin-top: -170px !important;
  }
  .lg-mt--60 {
    margin-top: -60px !important;
  }
  .lg-mt-0 {
    margin-top: 0px !important;
  }
  .lg-mt-5 {
    margin-top: 5px !important;
  }
  .lg-mt-10 {
    margin-top: 10px !important;
  }
  .lg-mt-15 {
    margin-top: 15px !important;
  }
  .lg-mt-20 {
    margin-top: 20px !important;
  }
  .lg-mt-30 {
    margin-top: 30px !important;
  }
  .lg-mt-50 {
    margin-top: 50px !important;
  }
  .lg-mt-100 {
    margin-top: 100px !important;
  }
  .lg-mt-150 {
    margin-top: 150px !important;
  }
  .lg-mb--120 {
    margin-bottom: -120px !important;
  }
  .lg-mb-0 {
    margin-bottom: 0px !important;
  }
  .lg-mb-5 {
    margin-bottom: 5px !important;
  }
  .lg-mb-20 {
    margin-bottom: 20px !important;
  }
  .lg-marginy-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .lg-marginy-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .lg-marginy-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .lg-marginy-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .lg-mr-0 {
    margin-right: 0px !important;
  }
  .lg-mr-20 {
    margin-right: 20px !important;
  }
  .lg-mr-30 {
    margin-right: 30px !important;
  }
  .lg-mr-50 {
    margin-right: 50px !important;
  }
  .lg-ml-0 {
    margin-left: 0px !important;
  }
  .lg-ml-70 {
    margin-left: 70px !important;
  }
  .lg-marginx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .lg-marginx-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .lg-marginx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .lg-marginx-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .lg-marginx-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .lg-marginx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .lg-pt-0 {
    padding-top: 0px !important;
  }
  .lg-pt-20 {
    padding-top: 20px !important;
  }
  .lg-pt-50 {
    padding-top: 50px !important;
  }
  .lg-pt-60 {
    padding-top: 60px !important;
  }
  .lg-pt-70 {
    padding-top: 70px !important;
  }
  .lg-pt-100 {
    padding-top: 100px !important;
  }
  .lg-pt-120 {
    padding-top: 120px !important;
  }
  .lg-pt-150 {
    padding-top: 150px !important;
  }
  .lg-pt-200 {
    padding-top: 200px !important;
  }
  .lg-pt-240 {
    padding-top: 240px !important;
  }
  .lg-pr-0 {
    padding-right: 0px !important;
  }
  .lg-pr-20 {
    padding-right: 20px !important;
  }
  .lg-pr-50 {
    padding-right: 50px !important;
  }
  .lg-pr-100 {
    padding-right: 100px !important;
  }
  .lg-pr-120 {
    padding-right: 120px !important;
  }
  .lg-pl-0 {
    padding-left: 0px !important;
  }
  .lg-pl-20 {
    padding-left: 20px !important;
  }
  .lg-pl-50 {
    padding-left: 50px !important;
  }
  .lg-pl-100 {
    padding-left: 100px !important;
  }
  .lg-pl-120 {
    padding-left: 120px !important;
  }
  .lg-pb-0 {
    padding-bottom: 0px !important;
  }
  .lg-pb-20 {
    padding-bottom: 20px !important;
  }
  .lg-pb-50 {
    padding-bottom: 50px !important;
  }
  .lg-pb-100 {
    padding-bottom: 100px !important;
  }
  .lg-paddingy-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .lg-paddingy-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .lg-paddingy-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .lg-paddingy-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .lg-paddingy-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .lg-paddingy-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .lg-paddingy-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  .lg-paddingx-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .lg-paddingx-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .lg-paddingx-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .lg-paddingx-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .lg-paddingx-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .lg-paddingx-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .lg-paddingx-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .lg-fw-normal {
    font-weight: normal !important;
  }
  .lg-fw-bold {
    font-weight: bold !important;
  }
  .lg-fw-900 {
    font-weight: 900 !important;
  }
  .lg-lh-23 {
    line-height: 23px !important;
  }
  .lg-fz-17 {
    font-size: 17px !important;
  }
  .lg-fz-23 {
    font-size: 23px !important;
  }
  .lg-ta-left {
    text-align: left !important;
  }
  .lg-ta-right {
    text-align: right !important;
  }
  .lg-ta-center {
    text-align: center !important;
  }
  .lg-ta-justify {
    text-align: justify !important;
  }
  .lg-color-red {
    color: #ff0000 !important;
  }
  .lg-color-yellow {
    color: #ffff00 !important;
  }
  .lg-color-green {
    color: #008000 !important;
  }
}

@media (max-width: 991px) {
  .md-mt--243 {
    margin-top: -243px !important;
  }
  .md-mt--170 {
    margin-top: -170px !important;
  }
  .md-mt--60 {
    margin-top: -60px !important;
  }
  .md-mt-0 {
    margin-top: 0px !important;
  }
  .md-mt-5 {
    margin-top: 5px !important;
  }
  .md-mt-10 {
    margin-top: 10px !important;
  }
  .md-mt-15 {
    margin-top: 15px !important;
  }
  .md-mt-20 {
    margin-top: 20px !important;
  }
  .md-mt-30 {
    margin-top: 30px !important;
  }
  .md-mt-50 {
    margin-top: 50px !important;
  }
  .md-mt-100 {
    margin-top: 100px !important;
  }
  .md-mt-150 {
    margin-top: 150px !important;
  }
  .md-mb--120 {
    margin-bottom: -120px !important;
  }
  .md-mb-0 {
    margin-bottom: 0px !important;
  }
  .md-mb-5 {
    margin-bottom: 5px !important;
  }
  .md-mb-20 {
    margin-bottom: 20px !important;
  }
  .md-marginy-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .md-marginy-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .md-marginy-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .md-marginy-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .md-mr-0 {
    margin-right: 0px !important;
  }
  .md-mr-20 {
    margin-right: 20px !important;
  }
  .md-mr-30 {
    margin-right: 30px !important;
  }
  .md-mr-50 {
    margin-right: 50px !important;
  }
  .md-ml-0 {
    margin-left: 0px !important;
  }
  .md-ml-70 {
    margin-left: 70px !important;
  }
  .md-marginx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .md-marginx-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .md-marginx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .md-marginx-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .md-marginx-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .md-marginx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .md-pt-0 {
    padding-top: 0px !important;
  }
  .md-pt-20 {
    padding-top: 20px !important;
  }
  .md-pt-50 {
    padding-top: 50px !important;
  }
  .md-pt-60 {
    padding-top: 60px !important;
  }
  .md-pt-70 {
    padding-top: 70px !important;
  }
  .md-pt-100 {
    padding-top: 100px !important;
  }
  .md-pt-120 {
    padding-top: 120px !important;
  }
  .md-pt-150 {
    padding-top: 150px !important;
  }
  .md-pt-200 {
    padding-top: 200px !important;
  }
  .md-pt-240 {
    padding-top: 240px !important;
  }
  .md-pr-0 {
    padding-right: 0px !important;
  }
  .md-pr-20 {
    padding-right: 20px !important;
  }
  .md-pr-50 {
    padding-right: 50px !important;
  }
  .md-pr-100 {
    padding-right: 100px !important;
  }
  .md-pr-120 {
    padding-right: 120px !important;
  }
  .md-pl-0 {
    padding-left: 0px !important;
  }
  .md-pl-20 {
    padding-left: 20px !important;
  }
  .md-pl-50 {
    padding-left: 50px !important;
  }
  .md-pl-100 {
    padding-left: 100px !important;
  }
  .md-pl-120 {
    padding-left: 120px !important;
  }
  .md-pb-0 {
    padding-bottom: 0px !important;
  }
  .md-pb-20 {
    padding-bottom: 20px !important;
  }
  .md-pb-50 {
    padding-bottom: 50px !important;
  }
  .md-pb-100 {
    padding-bottom: 100px !important;
  }
  .md-paddingy-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .md-paddingy-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .md-paddingy-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .md-paddingy-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .md-paddingy-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .md-paddingy-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .md-paddingy-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  .md-paddingx-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .md-paddingx-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .md-paddingx-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .md-paddingx-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .md-paddingx-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .md-paddingx-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .md-paddingx-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .md-fw-normal {
    font-weight: normal !important;
  }
  .md-fw-bold {
    font-weight: bold !important;
  }
  .md-fw-900 {
    font-weight: 900 !important;
  }
  .md-lh-23 {
    line-height: 23px !important;
  }
  .md-fz-17 {
    font-size: 17px !important;
  }
  .md-fz-23 {
    font-size: 23px !important;
  }
  .md-ta-left {
    text-align: left !important;
  }
  .md-ta-right {
    text-align: right !important;
  }
  .md-ta-center {
    text-align: center !important;
  }
  .md-ta-justify {
    text-align: justify !important;
  }
  .md-color-red {
    color: #ff0000 !important;
  }
  .md-color-yellow {
    color: #ffff00 !important;
  }
  .md-color-green {
    color: #008000 !important;
  }
}

@media (max-width: 767px) {
  .sm-mt--243 {
    margin-top: -243px !important;
  }
  .sm-mt--170 {
    margin-top: -170px !important;
  }
  .sm-mt--60 {
    margin-top: -60px !important;
  }
  .sm-mt-0 {
    margin-top: 0px !important;
  }
  .sm-mt-5 {
    margin-top: 5px !important;
  }
  .sm-mt-10 {
    margin-top: 10px !important;
  }
  .sm-mt-15 {
    margin-top: 15px !important;
  }
  .sm-mt-20 {
    margin-top: 20px !important;
  }
  .sm-mt-30 {
    margin-top: 30px !important;
  }
  .sm-mt-50 {
    margin-top: 50px !important;
  }
  .sm-mt-100 {
    margin-top: 100px !important;
  }
  .sm-mt-150 {
    margin-top: 150px !important;
  }
  .sm-mb--120 {
    margin-bottom: -120px !important;
  }
  .sm-mb-0 {
    margin-bottom: 0px !important;
  }
  .sm-mb-5 {
    margin-bottom: 5px !important;
  }
  .sm-mb-20 {
    margin-bottom: 20px !important;
  }
  .sm-marginy-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .sm-marginy-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .sm-marginy-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .sm-marginy-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .sm-mr-0 {
    margin-right: 0px !important;
  }
  .sm-mr-20 {
    margin-right: 20px !important;
  }
  .sm-mr-30 {
    margin-right: 30px !important;
  }
  .sm-mr-50 {
    margin-right: 50px !important;
  }
  .sm-ml-0 {
    margin-left: 0px !important;
  }
  .sm-ml-70 {
    margin-left: 70px !important;
  }
  .sm-marginx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .sm-marginx-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .sm-marginx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .sm-marginx-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .sm-marginx-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .sm-marginx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .sm-pt-0 {
    padding-top: 0px !important;
  }
  .sm-pt-20 {
    padding-top: 20px !important;
  }
  .sm-pt-50 {
    padding-top: 50px !important;
  }
  .sm-pt-60 {
    padding-top: 60px !important;
  }
  .sm-pt-70 {
    padding-top: 70px !important;
  }
  .sm-pt-100 {
    padding-top: 100px !important;
  }
  .sm-pt-120 {
    padding-top: 120px !important;
  }
  .sm-pt-150 {
    padding-top: 150px !important;
  }
  .sm-pt-200 {
    padding-top: 200px !important;
  }
  .sm-pt-240 {
    padding-top: 240px !important;
  }
  .sm-pr-0 {
    padding-right: 0px !important;
  }
  .sm-pr-20 {
    padding-right: 20px !important;
  }
  .sm-pr-50 {
    padding-right: 50px !important;
  }
  .sm-pr-100 {
    padding-right: 100px !important;
  }
  .sm-pr-120 {
    padding-right: 120px !important;
  }
  .sm-pl-0 {
    padding-left: 0px !important;
  }
  .sm-pl-20 {
    padding-left: 20px !important;
  }
  .sm-pl-50 {
    padding-left: 50px !important;
  }
  .sm-pl-100 {
    padding-left: 100px !important;
  }
  .sm-pl-120 {
    padding-left: 120px !important;
  }
  .sm-pb-0 {
    padding-bottom: 0px !important;
  }
  .sm-pb-20 {
    padding-bottom: 20px !important;
  }
  .sm-pb-50 {
    padding-bottom: 50px !important;
  }
  .sm-pb-100 {
    padding-bottom: 100px !important;
  }
  .sm-paddingy-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .sm-paddingy-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .sm-paddingy-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .sm-paddingy-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .sm-paddingy-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .sm-paddingy-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .sm-paddingy-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  .sm-paddingx-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .sm-paddingx-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .sm-paddingx-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .sm-paddingx-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .sm-paddingx-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .sm-paddingx-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .sm-paddingx-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .sm-fw-normal {
    font-weight: normal !important;
  }
  .sm-fw-bold {
    font-weight: bold !important;
  }
  .sm-fw-900 {
    font-weight: 900 !important;
  }
  .sm-lh-23 {
    line-height: 23px !important;
  }
  .sm-fz-17 {
    font-size: 17px !important;
  }
  .sm-fz-23 {
    font-size: 23px !important;
  }
  .sm-ta-left {
    text-align: left !important;
  }
  .sm-ta-right {
    text-align: right !important;
  }
  .sm-ta-center {
    text-align: center !important;
  }
  .sm-ta-justify {
    text-align: justify !important;
  }
  .sm-color-red {
    color: #ff0000 !important;
  }
  .sm-color-yellow {
    color: #ffff00 !important;
  }
  .sm-color-green {
    color: #008000 !important;
  }
}

@media (max-width: 479px) {
  .xs-mt--243 {
    margin-top: -243px !important;
  }
  .xs-mt--170 {
    margin-top: -170px !important;
  }
  .xs-mt--60 {
    margin-top: -60px !important;
  }
  .xs-mt-0 {
    margin-top: 0px !important;
  }
  .xs-mt-5 {
    margin-top: 5px !important;
  }
  .xs-mt-10 {
    margin-top: 10px !important;
  }
  .xs-mt-15 {
    margin-top: 15px !important;
  }
  .xs-mt-20 {
    margin-top: 20px !important;
  }
  .xs-mt-30 {
    margin-top: 30px !important;
  }
  .xs-mt-50 {
    margin-top: 50px !important;
  }
  .xs-mt-100 {
    margin-top: 100px !important;
  }
  .xs-mt-150 {
    margin-top: 150px !important;
  }
  .xs-mb--120 {
    margin-bottom: -120px !important;
  }
  .xs-mb-0 {
    margin-bottom: 0px !important;
  }
  .xs-mb-5 {
    margin-bottom: 5px !important;
  }
  .xs-mb-20 {
    margin-bottom: 20px !important;
  }
  .xs-marginy-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .xs-marginy-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .xs-marginy-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .xs-marginy-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .xs-mr-0 {
    margin-right: 0px !important;
  }
  .xs-mr-20 {
    margin-right: 20px !important;
  }
  .xs-mr-30 {
    margin-right: 30px !important;
  }
  .xs-mr-50 {
    margin-right: 50px !important;
  }
  .xs-ml-0 {
    margin-left: 0px !important;
  }
  .xs-ml-70 {
    margin-left: 70px !important;
  }
  .xs-marginx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .xs-marginx-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .xs-marginx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .xs-marginx-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .xs-marginx-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .xs-marginx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .xs-pt-0 {
    padding-top: 0px !important;
  }
  .xs-pt-20 {
    padding-top: 20px !important;
  }
  .xs-pt-50 {
    padding-top: 50px !important;
  }
  .xs-pt-60 {
    padding-top: 60px !important;
  }
  .xs-pt-70 {
    padding-top: 70px !important;
  }
  .xs-pt-100 {
    padding-top: 100px !important;
  }
  .xs-pt-120 {
    padding-top: 120px !important;
  }
  .xs-pt-150 {
    padding-top: 150px !important;
  }
  .xs-pt-200 {
    padding-top: 200px !important;
  }
  .xs-pt-240 {
    padding-top: 240px !important;
  }
  .xs-pr-0 {
    padding-right: 0px !important;
  }
  .xs-pr-20 {
    padding-right: 20px !important;
  }
  .xs-pr-50 {
    padding-right: 50px !important;
  }
  .xs-pr-100 {
    padding-right: 100px !important;
  }
  .xs-pr-120 {
    padding-right: 120px !important;
  }
  .xs-pl-0 {
    padding-left: 0px !important;
  }
  .xs-pl-20 {
    padding-left: 20px !important;
  }
  .xs-pl-50 {
    padding-left: 50px !important;
  }
  .xs-pl-100 {
    padding-left: 100px !important;
  }
  .xs-pl-120 {
    padding-left: 120px !important;
  }
  .xs-pb-0 {
    padding-bottom: 0px !important;
  }
  .xs-pb-20 {
    padding-bottom: 20px !important;
  }
  .xs-pb-50 {
    padding-bottom: 50px !important;
  }
  .xs-pb-100 {
    padding-bottom: 100px !important;
  }
  .xs-paddingy-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .xs-paddingy-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .xs-paddingy-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .xs-paddingy-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .xs-paddingy-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .xs-paddingy-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .xs-paddingy-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  .xs-paddingx-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .xs-paddingx-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .xs-paddingx-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .xs-paddingx-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .xs-paddingx-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .xs-paddingx-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .xs-paddingx-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .xs-fw-normal {
    font-weight: normal !important;
  }
  .xs-fw-bold {
    font-weight: bold !important;
  }
  .xs-fw-900 {
    font-weight: 900 !important;
  }
  .xs-lh-23 {
    line-height: 23px !important;
  }
  .xs-fz-17 {
    font-size: 17px !important;
  }
  .xs-fz-23 {
    font-size: 23px !important;
  }
  .xs-ta-left {
    text-align: left !important;
  }
  .xs-ta-right {
    text-align: right !important;
  }
  .xs-ta-center {
    text-align: center !important;
  }
  .xs-ta-justify {
    text-align: justify !important;
  }
  .xs-color-red {
    color: #ff0000 !important;
  }
  .xs-color-yellow {
    color: #ffff00 !important;
  }
  .xs-color-green {
    color: #008000 !important;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*--*--*--*--*--*--*--*--*--*--*-*--*--*--*--*--*--*--*--*

	* ------- Fonts ------- *

-*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*/
@font-face {
  font-family: "Wavehaus";
  src: url("fonts/Wavehaus-158ExtraBold.eot");
  src: url("fonts/Wavehaus-158ExtraBold.eot#iefix") format("embedded-opentype"), url("fonts/Wavehaus-158ExtraBold.woff") format("woff2"), url("fonts/Wavehaus-158ExtraBold.woff") format("woff"), url("fonts/Wavehaus-158ExtraBold.ttf") format("truetype"), url("fonts/Wavehaus-158ExtraBold.svg") format("svg");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Wavehaus";
  src: url("fonts/Wavehaus-95SemiBold.eot");
  src: url("fonts/Wavehaus-95SemiBold.eot#iefix") format("embedded-opentype"), url("fonts/Wavehaus-95SemiBold.woff") format("woff2"), url("fonts/Wavehaus-95SemiBold.woff") format("woff"), url("fonts/Wavehaus-95SemiBold.ttf") format("truetype"), url("fonts/Wavehaus-95SemiBold.svg") format("svg");
  font-weight: 600;
  font-style: normal;
}

/*--*--*--*--*--*--*--*--*--*--*-*--*--*--*--*--*--*--*--*

	* ------- General Settings ------- *

-*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*/
html,
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
}

body {
  background-color: #F0F6F7;
  color: #061B47;
  font: 600 14px / 28px "Wavehaus";
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

body * {
  outline: none;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

::-moz-selection {
  background-color: #E04242;
  color: #FFFFFF;
}

::selection {
  background-color: #E04242;
  color: #FFFFFF;
}

.container {
  max-width: 1234px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

a {
  color: inherit;
}

a:hover {
  color: #7B7B7B;
}

p {
  color: #061B47;
  font: 600 14px / 28px "Wavehaus";
}

.button,
button,
input[type="submit"],
input[type="reset"] {
  text-decoration: none;
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  text-align: center;
  cursor: pointer;
  font: 600 14px / 28px "Wavehaus";
  min-height: 48px;
  max-width: 100%;
  padding: 0 40px;
  margin-bottom: 10px;
  text-transform: uppercase;
  position: relative;
  -moz-border-radius: 30px;
       border-radius: 30px;
  background-color: #FFFFFF;
  color: #FFFFFF;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.button.contact-pay-button,
button.contact-pay-button,
input[type="submit"].contact-pay-button,
input[type="reset"].contact-pay-button {
  background-color: #286CD1;
  -moz-border-radius: 0;
       border-radius: 0;
  cursor: pointer;
  position: absolute;
  bottom: 0;
}

.button.contact-pay-button i,
button.contact-pay-button i,
input[type="submit"].contact-pay-button i,
input[type="reset"].contact-pay-button i {
  margin-right: 10px;
}

.button.contact-pay-button:hover,
button.contact-pay-button:hover,
input[type="submit"].contact-pay-button:hover,
input[type="reset"].contact-pay-button:hover {
  background-color: #FFFFFF;
  color: #061B47;
}

.button.red-line-button,
button.red-line-button,
input[type="submit"].red-line-button,
input[type="reset"].red-line-button {
  background: transparent;
  -moz-border-radius: 0;
       border-radius: 0;
  border-bottom: 2px solid #E04242;
  padding: 0px;
  text-transform: uppercase;
}

.button.red-line-button:hover,
button.red-line-button:hover,
input[type="submit"].red-line-button:hover,
input[type="reset"].red-line-button:hover {
  background-color: transparent;
  border-color: #286CD1;
}

.button.blue-button,
button.blue-button,
input[type="submit"].blue-button,
input[type="reset"].blue-button {
  background-color: #286CD1;
  color: #FFFFFF;
}

.button.blue-button:hover,
button.blue-button:hover,
input[type="submit"].blue-button:hover,
input[type="reset"].blue-button:hover {
  background-color: #FFFFFF;
  color: #286CD1 !important;
}

.button.white-button,
button.white-button,
input[type="submit"].white-button,
input[type="reset"].white-button {
  background-color: #FFFFFF;
  color: #286CD1;
}

.button.white-button i,
button.white-button i,
input[type="submit"].white-button i,
input[type="reset"].white-button i {
  position: absolute;
  right: 20px;
}

.button.testimonials-button,
button.testimonials-button,
input[type="submit"].testimonials-button,
input[type="reset"].testimonials-button {
  background-color: #FFFFFF;
  color: #061B47;
  -moz-border-radius: 0;
       border-radius: 0;
  border: 1px solid #061B47;
  margin: 5px;
  line-height: 20px;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
  background-color: #061B47;
  color: #FFFFFF;
}

.button.full,
button.full,
input[type="submit"].full,
input[type="reset"].full {
  width: 100%;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="password"],
textarea,
select {
  min-height: 48px;
  max-width: 100%;
  padding: 5px 20px;
  margin-bottom: 10px;
  font: 600 14px / 28px "Wavehaus";
  border: 0px solid #868686;
  background-color: #FFFFFF;
  color: #000000;
}

input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
  color: #7B7B7B;
}

input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #7B7B7B;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="tel"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #7B7B7B;
}

input[type="text"].large,
input[type="email"].large,
input[type="url"].large,
input[type="tel"].large,
input[type="number"].large,
input[type="password"].large,
textarea.large,
select.large {
  font-size: 60px;
  padding: 10px 20px;
}

input[type="text"].full,
input[type="email"].full,
input[type="url"].full,
input[type="tel"].full,
input[type="number"].full,
input[type="password"].full,
textarea.full,
select.full {
  width: 100%;
}

textarea {
  height: auto;
}

select {
  cursor: pointer;
}

.disabled,
[disabled] {
  opacity: 0.5;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: not-allowed;
}

h1,
.h1-size,
h2,
.h2-size,
h3,
.h3-size,
h4,
.h4-size,
h5,
.h5-size,
h6,
.h6-size {
  color: #FFFFFF;
  font: 800 50px / 58px "Wavehaus";
}

h1,
.h1-size {
  font-size: 60px;
}

h2,
.h2-size {
  font-size: 50px;
  line-height: normal;
  font-weight: 800;
  text-transform: uppercase;
}

h3,
.h3-size {
  font-size: 45px;
  line-height: normal;
  font-weight: 800;
}

h4,
.h4-size {
  font-size: 23px;
  line-height: normal;
  font-weight: normal;
}

h5,
.h5-size {
  font-size: 40px;
  line-height: normal;
  font-weight: normal;
  font-weight: 800;
}

h6,
.h6-size {
  font-size: 25px;
  line-height: normal;
  font-weight: normal;
}

figure {
  margin: 0;
}

figure > img {
  max-width: 100%;
}

main {
  min-height: 100vh;
}

main > section {
  min-height: 400px;
}

main > section ul > li {
  color: #061B47;
  font: 600 14px / 28px "Wavehaus";
}

.display-inline-block {
  display: inline-block;
}

.text-color-dark {
  color: #868686;
}

.text-color-darker {
  color: #333333;
}

.text-color-darkest {
  color: #000000;
}

.text-color-light {
  color: #7B7B7B;
}

.text-color-lighter {
  color: #EEEEEE;
}

.text-color-lightest {
  color: #FFFFFF;
}

.text-transform-capitalize {
  text-transform: capitalize;
}

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

.font-primary {
  font-family: "Wavehaus";
}

.font-secondary {
  font-family: "Wavehaus";
}

.font-size-smaller {
  font-size: 18px;
}

.font-size-small {
  font-size: 23px;
}

.font-size-large {
  font-size: 45px;
}

.font-size-larger {
  font-size: 50px;
}

.font-size-largest {
  font-size: 60px;
}

.popup {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-pack: center;
       justify-content: center;
  -moz-box-align: center;
       align-items: center;
  opacity: 0;
  pointer-events: none;
  -moz-transition: 500ms;
  transition: 500ms;
}

.popup.active {
  opacity: 1;
  pointer-events: all;
}

.popup > .overlay {
  position: absolute;
  z-index: 4;
  top: inherit;
  left: inherit;
  right: inherit;
  bottom: inherit;
  width: inherit;
  height: inherit;
  background-color: rgba(0, 0, 0, 0.5);
}

.popup > .wrap {
  max-height: 100vh;
  height: 100vh;
  overflow-y: auto;
  background-color: #FFFFFF;
  position: relative;
  z-index: 5;
}

.popup .close-button {
  position: absolute;
  z-index: 6;
  top: 10px;
  right: 20px;
}

.popup .close-button > a {
  text-decoration: none;
  font-size: 23px;
  line-height: 50px;
  color: #FFFFFF;
  font-family: "Wavehaus";
}

#video-popup .logo {
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 9;
  width: 100px;
}

#video-popup .video-gallery {
  height: 400px;
  overflow-y: scroll;
}

#video-popup .filter::before {
  opacity: 0.2;
}

#video-popup .blue-text-soft {
  color: #7196fd;
  font-size: 23px;
}

#video-popup .fs-20 {
  font-size: 20px;
}

.video-wrapper {
  position: relative;
  overflow: hidden;
  display: block;
}

.video-wrapper > video {
  max-width: 100%;
  display: block;
  height: auto;
  cursor: pointer;
  -moz-transition: 500ms;
  transition: 500ms;
}

.video-wrapper > video.fill {
  width: 100%;
  object-fit: cover;
}

.video-wrapper > .video-content {
  position: absolute;
  left: 0;
  top: 0;
}

.video-wrapper > .video-text,
.video-wrapper > .play-button,
.video-wrapper > .pause-button {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  -moz-transition: 500ms;
  transition: 500ms;
}

.video-wrapper > .video-text.play-button, .video-wrapper > .video-text.pause-button,
.video-wrapper > .play-button.play-button,
.video-wrapper > .play-button.pause-button,
.video-wrapper > .pause-button.play-button,
.video-wrapper > .pause-button.pause-button {
  background-color: #FFFFFF;
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  width: 50px;
  height: 50px;
  -moz-border-radius: 50%;
       border-radius: 50%;
}

.video-wrapper > .video-text.play-button a, .video-wrapper > .video-text.pause-button a,
.video-wrapper > .play-button.play-button a,
.video-wrapper > .play-button.pause-button a,
.video-wrapper > .pause-button.play-button a,
.video-wrapper > .pause-button.pause-button a {
  display: inherit;
  text-decoration: none;
}

.video-wrapper > .video-text.play-button i, .video-wrapper > .video-text.pause-button i,
.video-wrapper > .play-button.play-button i,
.video-wrapper > .play-button.pause-button i,
.video-wrapper > .pause-button.play-button i,
.video-wrapper > .pause-button.pause-button i {
  color: #3687FF;
}

.video-wrapper > .pause-button {
  opacity: 0;
  pointer-events: none;
}

.video-wrapper.full {
  width: 100%;
}

.video-wrapper.full > video {
  width: 100%;
}

.video-wrapper.bg-video > video {
  width: 100%;
  object-fit: cover;
  cursor: default;
}

.video-wrapper:not(.playing):not(.bg-video) > video[autoplay][muted] {
  opacity: 0.6;
}

.video-wrapper.playing > .play-button {
  opacity: 0;
  pointer-events: none;
}

.video-wrapper.playing:hover > .pause-button {
  opacity: 1;
  pointer-events: all;
}

.screen-reader-text {
  position: absolute;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  word-wrap: normal !important;
}

.color-blue {
  color: #3068BB;
}

.headline {
  -moz-background-size: cover;
       background-size: cover;
  min-height: 100vh;
}

.headline h1 {
  text-transform: uppercase;
}

.colored-bg-text {
  background: #3687FF;
  -moz-box-shadow: 0px 0px 12px 0px #3687ff;
       box-shadow: 0px 0px 12px 0px #3687ff;
  padding: 0 3px;
}

.white-text {
  color: #FFFFFF;
}

.white-text * {
  color: #FFFFFF;
}

.contact-colored-box {
  background-color: #E04242;
  padding: 50px 20px;
  max-height: 185px;
}

.headline-side-video .video-wrapper {
  display: block;
  position: relative;
}

.headline-side-video .video-wrapper .white-text.contact-title {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #061B47;
  margin: 0;
  padding: 10px;
}

.headline-side-video video {
  height: -moz-calc(100vh - 304px);
  height: calc(100vh - 304px);
  object-fit: cover;
}

.headline-content section > .wrap {
  position: relative;
  z-index: 2;
}

.headline-content > section.filter::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #062154;
  opacity: 0.9;
}

.filter::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #062154;
  opacity: 0.9;
}

.letter-left {
  position: absolute;
  left: -40px;
  background-color: #3687FF;
  padding: 50px 20px;
}

.blue-color-bg {
  background-color: #061B47;
}

.mh-500 {
  min-height: 500px;
}

.second-section {
  position: relative;
}

.dark-blue-bg {
  background-color: #061B47;
}

.slider-3 button {
  display: none !important;
}

.slider-3 .video_wrapper_3 {
  position: relative;
  min-height: 330px !important;
  overflow: hidden;
}

.slider-3 .video_wrapper_3 video {
  max-height: 330px !important;
  object-fit: cover;
  overflow: hidden;
  object-position: center;
  -moz-border-radius: 4px;
       border-radius: 4px;
}

.slider-3 .video_wrapper_3 .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  z-index: 11;
}

.slider-3 figure {
  min-height: 330px !important;
}

.slider-3 figure img.slide-img {
  -moz-border-radius: 4px;
       border-radius: 4px;
}

.bottom-ai .col {
  width: 100px;
}

.bottom-ai .col div {
  position: absolute;
  width: 100px;
  height: 55px;
  border: 2px solid #a8bced;
  border-bottom: none;
  bottom: 0;
  -moz-border-radius: 35px 35px 0 0;
       border-radius: 35px 35px 0 0;
}

.soft-line {
  border-bottom: 2px solid #a8bced;
}

.part-cicle .col {
  width: 170px;
  height: 85px;
  border: 2px solid #a8bced;
  border-top: none;
  -moz-border-radius: 0 0px 100px 100px;
       border-radius: 0 0px 100px 100px;
}

.absolute-dark-blue-bg {
  min-height: 432px;
  height: 432px;
  width: 425px;
  background-color: #061B47;
  position: absolute;
  top: 0;
  right: -120px;
}

.red-bg {
  background-color: #E04242;
  position: relative;
}

.red-bg .cup-icon {
  position: absolute;
  right: 50px;
  bottom: 20px;
}

.home .letter-left.a-letter {
  position: absolute;
  left: 0px;
  background-color: #3687ff;
  padding: 30px 20px;
  top: 0;
}

.home .letter-rigt.c-letter {
  position: absolute;
  background-color: #3687ff;
  width: 210px;
}

.page-template-program header .blue-button:hover,
.page-template-player-profiles header .blue-button:hover,
.page-template-testimonials header .blue-button:hover,
.page-template-default header .blue-button:hover {
  background-color: #061B47;
  color: #FFFFFF !important;
}

.page-template-program header > .wrap > .col a,
.page-template-player-profiles header > .wrap > .col a,
.page-template-testimonials header > .wrap > .col a,
.page-template-default header > .wrap > .col a {
  color: #333333;
}

.page-template-program header > .wrap > .col .blue-button,
.page-template-player-profiles header > .wrap > .col .blue-button,
.page-template-testimonials header > .wrap > .col .blue-button,
.page-template-default header > .wrap > .col .blue-button {
  color: #FFFFFF;
}

.page-template-player-profiles {
  background-color: white;
}

.page-template-player-profiles .player-photo-circle {
  height: 80px;
  width: 80px;
  margin-bottom: 10px;
  -moz-border-radius: 100px;
       border-radius: 100px;
  overflow: hidden;
  border: 3px solid #4ca1ff;
  position: relative !important;
}

.page-template-player-profiles .player-photo-circle img {
  width: 100%;
  height: 100%;
}

.page-template-player-profiles .title-small-border-line {
  border-top: 0.5px solid #B0B0B0;
  position: relative !important;
  -moz-border-radius: 0;
       border-radius: 0;
}

.gray-soft-color {
  color: #B0B0B0;
}

.page-template-default h1,
.page-template-default h2,
.page-template-default h3,
.page-template-default h4 {
  color: #5389DA;
}

.page-template-default p {
  color: #061B47;
}

.left-red-line {
  border-left: 2px solid #E04242;
}

.filter.clip-path::before {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
}

.red-link {
  color: #E04242;
  text-decoration: none;
}

.red-link:hover {
  color: #FFFFFF;
}

.skating-skills-headline .red-link-box {
  position: relative;
}

.z-index-front {
  position: relative;
  z-index: 99;
}

.slider {
  display: inline-block;
  width: 100%;
}

.slider.slider-1 {
  max-width: 575px;
  padding-top: 50px;
  z-index: 5;
  position: relative;
}

.slider.slider-1 .slick-arrow {
  position: absolute;
  bottom: 0;
  cursor: pointer;
}

.slider.slider-1 .slick-arrow i {
  font-size: 25px;
  color: #FFFFFF;
  background-color: #3E87F4;
  padding: 10px 20px;
}

.slider.slider-1 .slick-prev {
  right: 60px;
  z-index: 9;
}

.slider.slider-1 .slick-next {
  right: 0;
}

.slider img {
  max-width: 100%;
}

.slider.slider-3 img.slide-img {
  max-height: 330px;
  height: 330px;
}

.slider.slider-1 img {
  max-height: 382px;
  height: 382px;
}

.capms-info p {
  margin-bottom: 0;
  margin-top: 5px;
}

.capms-info p span {
  color: #286CD1;
  font-weight: bold;
}

.capms-info .price-camps {
  color: #E04242;
}

#skating-skills-capms .first-blue-elips {
  position: absolute;
  top: 70px;
  left: -150px;
  width: 200px;
  -moz-transform: rotate(-45deg);
       transform: rotate(-45deg);
}

#skating-skills-capms .blue-bg {
  height: 650px;
  width: 381px;
  background: #3E87F4;
  margin-left: -180px;
}

#skating-skills-capms .blue-bg img {
  position: absolute;
  bottom: 0;
  position: absolute;
  bottom: 50px;
  right: 30px;
  z-index: 99;
  width: 270px;
  height: 200px;
}

#skating-skills-capms .red-bg {
  background-color: #E04242;
  position: relative;
  width: 400px;
  height: 645px;
}

#skating-skills-capms .red-bg img {
  position: absolute;
  bottom: 100px;
  left: 80px;
  width: auto;
  height: 250px;
}

#skating-skills-capms .video-wrapper {
  display: block;
}

#skating-skills-capms .video-wrapper.filter::before {
  opacity: 0.5;
}

#skating-skills-capms .caps-gallery {
  display: -moz-box;
  display: flex;
  -moz-box-pack: justify;
       justify-content: space-between;
  flex-wrap: wrap;
}

#skating-skills-capms .caps-gallery .flex-1 {
  -moz-box-flex: 1;
       flex: 1;
}

#skating-skills-capms .red-link {
  position: relative;
}

.position-relative {
  position: relative;
}

.contact-headline {
  background-color: #061B47;
}

.contact-headline form {
  /*
		p {
			margin-top: 5px;
			margin-bottom: 5px;
		}
*/
}

.contact-headline form p {
  margin-bottom: 0;
}

.contact-headline form .wrap {
  position: relative;
}

.contact-headline form .col {
  padding: 0 5px;
}

.contact-headline form input[type="text"],
.contact-headline form input[type="email"],
.contact-headline form input[type="tel"] {
  width: 100%;
}

.contact-headline form textarea {
  width: 100%;
  height: 160px;
}

.contact-headline form textarea,
.contact-headline form input[type="text"],
.contact-headline form input[type="email"],
.contact-headline form input[type="tel"] {
  background: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
  -moz-border-radius: 3px;
       border-radius: 3px;
}

.contact-headline form ::-webkit-input-placeholder {
  color: #FFFFFF;
}

.contact-headline form .contact-button {
  border: none;
  -moz-border-radius: 0;
       border-radius: 0;
  background-color: #286CD1;
}

.contact-headline form .contact-button i {
  margin: 0 10px 0 -10px;
}

.contact-headline form .contact-button:hover {
  background-color: #FFFFFF;
  color: #061B47;
}

.small-font {
  font-size: 12px;
}

.lifestyle-value-headline .scroll-box {
  background-color: #286CD1;
  height: -moz-calc(100vh - 120px);
  height: calc(100vh - 120px);
  overflow-y: scroll;
}

.lifestyle-value-headline .scroll-box:hover {
  -moz-animation-play-state: paused;
       animation-play-state: paused;
  cursor: pointer;
}

.video-front-logo {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
       transform: translateY(-50%);
}

.about-blue-bg {
  height: 590px;
  width: 380px;
  margin-left: -170px;
  position: relative;
  background: #286CD1;
}

.about-blue-bg img {
  position: absolute;
  bottom: -10px;
  height: 270px;
  width: 205px;
  left: 100px;
  z-index: 99;
}

.about-red-bg {
  background-color: #E04242;
  height: 590px;
  width: 400px;
  margin-left: -100px;
}

.about-red-bg img {
  position: absolute;
  bottom: -10px;
  height: 270px;
  width: 205px;
  left: 50px;
  z-index: 99;
}

.blue-bg {
  background-color: #3068BB;
  background-image: url("../../uploads/2020/04/softlogo.png");
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: 90%;
       background-size: 90%;
}

.mh-450 {
  max-height: 450px;
  height: 450px;
}

.fs-16 {
  font-size: 16px;
}

.player-name-box {
  -moz-border-radius: 6px;
       border-radius: 6px;
  margin-top: 5px;
  position: relative;
  cursor: pointer;
}

.player-name-box .flip-card-front {
  background-image: url("img/profile-bg-logo.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: white;
  -moz-background-size: contain;
       background-size: contain;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
       box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.player-name-box .flip-card-front .blue-filter {
  background: -moz-linear-gradient(bottom, #398dea 0%, #4ca1ff 10.19%, rgba(193, 204, 215, 0) 38.51%, rgba(210, 210, 210, 0) 108.73%);
  background: linear-gradient(0deg, #398dea 0%, #4ca1ff 10.19%, rgba(193, 204, 215, 0) 38.51%, rgba(210, 210, 210, 0) 108.73%);
}

.player-name-box div {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -moz-border-radius: 6px;
       border-radius: 6px;
}

.player-name-box .player-name {
  text-transform: uppercase;
  font-weight: 800;
  position: absolute;
  bottom: 10px;
  left: 13px;
}

.color-dark-blue {
  color: #061B47;
}

.bold-text,
b {
  font-family: "Wavehaus";
}

.palyer-profiles-headline .info-box-top-figure {
  position: absolute;
  top: 20px;
  right: 20px;
}

.palyer-profiles-headline .player-content {
  background: #ffffff;
  border: 0.5px solid #3e87f4;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
       box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 6px;
       border-radius: 6px;
}

.palyer-profiles-headline .player-info {
  padding: 20px 30px 0 30px;
  position: relative;
}

.palyer-profiles-headline .player-photo figure {
  -moz-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.palyer-profiles-headline .show-first-childs .col:nth-child(n + 4) {
  display: none;
}

.palyer-profiles-headline .show-last-childs .col:nth-child(-n + 3) {
  display: none;
}

.filter-blur-testimonials {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: #fafafa;
  filter: blur(2px);
}

.display-block {
  display: block;
}

.about-headline .video-wrapper.full.filter::before {
  opacity: 0.5;
}

.about-headline .video-wrapper.full.filter::before video {
  opacity: 1;
}

#contact,
#lifestyle-value,
#palayer-profiles {
  height: 0px;
  min-height: 0px;
}

.height-inherit {
  min-height: inherit !important;
}

#testimonials .video-section video {
  height: 700px;
}

.headline.lifestyle-value-headline.filter::before {
  z-index: 4;
}

.headline.lifestyle-value-headline .video-text {
  width: 91.66667%;
  left: 8.33333%;
  -moz-transform: translateY(-100%);
       transform: translateY(-100%);
  height: -moz-calc(100vh - 450px);
  height: calc(100vh - 450px);
}

/*
.page-template-lifestyle-value, {
	overflow: hidden;
}
*/
.title-red-line::before {
  content: "";
  width: 35px;
  height: 5px;
  background: #E04242;
  position: absolute;
}

.title-red-line-after::after {
  content: "";
  width: 35px;
  height: 5px;
  background: #E04242;
  position: absolute;
}

.title-blue-line::before {
  content: "";
  width: 35px;
  height: 5px;
  background: #286CD1;
  position: absolute;
}

#home .first-blue-elips {
  position: absolute;
  bottom: -50px;
  left: 10px;
}

#home .second-blue-elips {
  position: absolute;
  right: -110px;
  bottom: 60px;
}

.program-headline video {
  -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
       box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  height: 30vh;
}

#program .first-section .blue-box {
  background-color: #286CD1;
  height: 450px;
  width: 437px;
  position: absolute;
  left: -230px;
}

#program .first-section .blue-box img {
  position: absolute;
  bottom: 30px;
  right: 150px;
  width: 120px;
  height: auto;
  z-index: 99;
}

#program .first-blue-elips {
  position: absolute;
  left: -300px;
  top: 150px;
  -moz-transform: rotate(90deg);
       transform: rotate(90deg);
}

.testimonials-headline .scroll-box {
  height: -moz-calc(100vh - 240px);
  height: calc(100vh - 240px);
  overflow-y: scroll;
}

.testimonials-headline .figure-fiels > img,
.testimonials-headline .figure-fiels video {
  max-height: 500px;
  height: 500px;
}

#about #second-section figure img {
  max-width: 390px;
  width: 390px;
  height: auto;
}

.flex-drection {
  display: -moz-box;
  display: flex;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
       flex-direction: row-reverse;
}

/*
.popup-video {
	position: fixed;
	width: 100%;
    height: 100%;
    background-color: red;
    top: 0;
    z-index: 99999;

    .close-icon {
	    position: absolute;
	    right: 50px;
		    top: 50px;
		    z-index: 9;
		    color: $color-lightest;
		    cursor: pointer;
	    p {
		    display: inline-block;
		    margin-right: 10px;
		    color: $color-lightest;

	    }
    }

}
*/
.testimonials-button.active-button {
  background-color: #061B47;
  color: #FFFFFF;
}

.contact-colored-box a {
  text-decoration: none;
  display: block;
}

.contact-colored-box a:hover {
  color: #061B47;
}

.hide {
  display: none !important;
}

/*
.player-info {
	p {
		text-transform: uppercase;
	}
}
*/
.page-template-testimonials {
  /*
	.title-small-border-line {
		border-top: 0.2px solid #949494;

	}
*/
}

.page-template-testimonials .headline-content .testimonials-headline .slick-arrow {
  position: absolute;
  top: 550px;
  font-size: 15px;
  cursor: pointer;
  color: #3068BB;
  -moz-transition: 0.2s;
  transition: 0.2s;
  border: 1px solid #0754d8;
  width: 40px;
  height: 40px;
  -moz-box-pack: center;
       justify-content: center;
  -moz-box-align: center;
       align-items: center;
  display: -moz-inline-box;
  display: inline-flex;
  -moz-border-radius: 6px;
       border-radius: 6px;
  /*
			&:hover {
				font-size: 35px;
			}
*/
}

.page-template-testimonials .headline-content .testimonials-headline .slick-arrow.slick-next {
  left: 41%;
  color: white;
  background-color: #0754d8;
}

.page-template-testimonials .headline-content .testimonials-headline .slick-arrow.slick-prev {
  z-index: 9;
  left: 37%;
  color: #0754d8;
}

.page-template-testimonials .video-section.player-student .slick-arrow {
  position: absolute;
  bottom: 0;
  font-size: 15px;
  cursor: pointer;
  color: white;
  -moz-transition: 0.2s;
  transition: 0.2s;
  bottom: -60px;
  border: 1px solid #0754d8;
  width: 40px;
  height: 40px;
  -moz-box-pack: center;
       justify-content: center;
  -moz-box-align: center;
       align-items: center;
  display: -moz-inline-box;
  display: inline-flex;
  -moz-border-radius: 6px;
       border-radius: 6px;
  /*
			&:hover {
				font-size: 35px;
			}
*/
}

.page-template-testimonials .video-section.player-student .slick-arrow.slick-next {
  right: 58%;
  color: white;
  background-color: #0754d8;
}

.page-template-testimonials .video-section.player-student .slick-arrow.slick-prev {
  right: 62%;
  color: #0754d8;
}

.min-h-395 {
  min-height: 395px;
}

.camp-gallery-title {
  font-size: 30px;
}

.student-curently-team-logo {
  width: 150px;
  height: auto;
}

/*
.col.small-collum-bottom {
	width: 22%;
}

.col.small-collum-top {
	width: 32%;
}
*/
/*
.player-grid-1 {
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
}
*/
.player-grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.player-grid-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}

.xs-height-photo {
  height: 400px;
}

.flip-card {
  -moz-perspective: 10000px;
       perspective: 10000px;
  cursor: pointer;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  -moz-transition: transform 0.6s, -moz-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -moz-transform 0.6s;
  -moz-transform-style: preserve-3d;
       transform-style: preserve-3d;
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
       box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
  -moz-transform: rotateY(180deg);
       transform: rotateY(180deg);
}

.flip-card:hover .flip-card-inner .blue-filter {
  background: none;
}

.flip-card:hover .flip-card-inner .h4-size.player-name {
  display: none;
}

.flip-card-front,
.flip-card-back {
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-back {
  -moz-transform: rotateY(180deg);
       transform: rotateY(180deg);
  background-color: white;
}

.opened-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999999;
  margin: auto;
  -moz-box-shadow: 0px 0px 167px 78px rgba(0, 0, 0, 0.75);
       box-shadow: 0px 0px 167px 78px rgba(0, 0, 0, 0.75);
}

.popup-image {
  cursor: pointer;
}

@media only screen and (max-width: 1400px) {
  .page-template-home-page .third-section .letter-left.a-letter {
    display: none !important;
  }
  .page-template-program .letter-left {
    display: none !important;
  }
}

/*--*--*--*--*--*--*--*--*--*--*-*--*--*--*--*--*--*--*--*

	* ------- Header ------- *

-*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*/
header {
  position: absolute;
  width: 100%;
  z-index: 3;
}

header .button {
  margin-bottom: 0;
}

header > .wrap {
  min-height: 120px;
}

header > .wrap > .col {
  color: #FFFFFF;
}

header > .wrap > .col a {
  color: #FFFFFF;
}

header > .wrap > .col a:hover {
  color: #7B7B7B;
}

aside {
  width: 165px;
  background-color: #061B47;
}

aside > .wrapper {
  background-color: #061B47;
  height: 100vh;
  padding: 40px 10px;
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -moz-box-pack: justify;
       justify-content: space-between;
  -moz-box-align: center;
       align-items: center;
}

aside .social-media-icons a {
  display: block;
  text-decoration: none;
  margin-bottom: 30px;
}

aside .social-media-icons a i {
  color: #FFFFFF;
}

aside .social-media-icons a:last-child {
  margin-bottom: 0;
}

/*--*--*--*--*--*--*--*--*--*--*-*--*--*--*--*--*--*--*--*

	* ------- Navigation Menus ------- *

-*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*/
nav > ul,
nav > div > ul {
  padding-left: 0;
}

nav > ul li.current-menu-item a,
nav > div > ul li.current-menu-item a {
  font-weight: 800;
}

nav > ul > li,
nav > div > ul > li {
  display: inline-block;
  margin: 0 15px;
}

nav > ul > li > a,
nav > div > ul > li > a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
}

nav > ul > li > a:hover,
nav > div > ul > li > a:hover {
  color: #E04242 !important;
}

/*--*--*--*--*--*--*--*--*--*--*-*--*--*--*--*--*--*--*--*

	* ------- Mobile Menu ------- *

-*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*/
/*--*--*--*--*--*--*--*--*--*--*-*--*--*--*--*--*--*--*--*

	* ------- Footer ------- *

-*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*/
footer {
  background-color: #061B47;
  color: #FFFFFF;
}

footer > .wrap {
  min-height: 330px;
}

footer > .wrap > .col {
  color: #FFFFFF;
}

footer > .wrap > .col ul {
  padding-left: 0;
}

footer > .wrap > .col ul li {
  list-style: none;
}

footer > .wrap > .col ul li a {
  color: #FFFFFF;
  font-size: 16px;
  text-decoration: none;
}

footer > .wrap > .col ul li a:hover {
  color: #E04242;
}

.footer-wrapper {
  margin-top: -20px;
}

/*--*--*--*--*--*--*--*--*--*--*-*--*--*--*--*--*--*--*--*

	* ------- Home Page ------- *

-*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*/
/*--*--*--*--*--*--*--*--*--*--*-*--*--*--*--*--*--*--*--*

	* ------- Mobile ------- *

-*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*/
/* lg - TABLET LANDSCAPE */
@media (max-width: 1199px) {
  aside {
    width: 125px;
  }
  header nav > ul > li, nav > div > ul > li {
    margin: 0 5px;
  }
  .contact-colored-box {
    padding: 20px 20px;
  }
  .slider.slider-1 img {
    height: auto;
  }
  #program .second-section {
    background-position: left !important;
  }
  .page-template-testimonials .headline-content .testimonials-headline .slick-arrow.slick-prev {
    left: 35%;
  }
  .page-template-testimonials .video-section.player-student .slick-arrow.slick-prev {
    right: 64%;
  }
  .small-collum-bottom.info-player {
    width: 100%;
  }
  .player-grid-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

/* md - TABLET PORTRAIT */
@media (max-width: 991px) {
  #home .absolute-dark-blue-bg {
    min-height: auto;
    height: 302px;
    width: 265px;
    background-color: #061b47;
    position: absolute;
    top: 0;
    right: -130px;
  }
  header nav {
    display: none;
    -moz-box-pack: center;
         justify-content: center;
    -moz-box-align: center;
         align-items: center;
    position: absolute;
    width: 100%;
    height: 50vh;
    background-color: #3068bb;
    top: 0;
    left: 0;
    background-image: url("../../uploads/2020/04/hokey-svg.png");
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  header nav.open {
    display: -moz-box;
    display: flex;
  }
  header nav ul {
    margin-top: 30px;
  }
  header nav ul li {
    display: block;
    padding: 15px;
  }
  header nav ul li a {
    color: #FFFFFF !important;
    font-weight: bold;
    font-size: 20px;
  }
  header nav .close-icon {
    position: absolute;
    top: 0;
    right: 60px;
    top: 40px;
    font-size: 30px;
  }
  header .button.blue-button.md-hidden {
    display: none !important;
  }
  header .open-icon i {
    font-size: 25px;
    color: white;
  }
  header .wrap::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #061B47;
    z-index: -1;
  }
  header .header-logo-wrapper img {
    padding: 10px;
  }
  .headline.lifestyle-value-headline,
  .page-template-lifestyle-value .headline {
    min-height: 0px;
  }
  .lifestyle-value-headline .video-wrapper {
    overflow: visible;
  }
  .lifestyle-value-headline .video-wrapper video {
    position: absolute;
    display: none;
  }
  .lifestyle-value-headline .video-wrapper .video-content {
    position: relative;
  }
  .lifestyle-value-headline .scroll-box {
    height: auto;
    overflow-y: visible;
  }
  /*
.lifestyle-value-headline .scroll-box {
    overflow-y: visible;
}
*/
  .footer-logo-wrapper img {
    width: 200px;
    margin-bottom: 20px;
  }
  .page-template-home-page header .wrap::before,
  .page-template-skating-skills-capms header .wrap::before {
    opacity: 0;
  }
  .testimonials-button {
    padding: 0 20px;
  }
  .page-template-program .headline {
    min-height: auto;
  }
  .page-template-program .headline.program-headline {
    min-height: auto;
  }
  .player-name-box {
    height: 450px;
  }
  #program br {
    display: none;
  }
  .testimonials-headline .scroll-box {
    height: auto;
  }
  .testimonials-headline .figure-fiels img,
  .testimonials-headline .figure-fiels video {
    max-height: 40vh;
  }
  #testimonials .video-section video {
    height: 640px;
  }
  .video-section.player-student .slick-arrow {
    right: 50px !important;
    top: -15% !important;
  }
  .video-section.player-student .slick-arrow.slick-next {
    right: -moz-calc(100% + 30px);
    right: calc(100% + 30px);
  }
  .video-section.player-student .slick-arrow.slick-prev {
    display: none !important;
  }
  .video-section.player-student .slick-arrow:hover {
    font-size: 35px;
  }
  .page-template-testimonials .headline-content .testimonials-headline .slick-arrow {
    top: 0;
  }
  .page-template-testimonials .headline-content .testimonials-headline .slick-arrow.slick-next {
    left: 90%;
  }
  .page-template-testimonials .headline-content .testimonials-headline .slick-arrow.slick-prev {
    left: 82%;
  }
  .player-grid-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .opened-image {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999999;
    margin: auto;
    -moz-box-shadow: none;
         box-shadow: none;
  }
}

/* sm - MOBILE LANDSCAPE */
@media (max-width: 767px) {
  .home-headline .headline-side-video video {
    height: 100vh !important;
  }
  .about-headline .headline-side-video video {
    height: 100vh !important;
  }
  #about .about-blue-bg {
    height: 250px;
    width: 380px;
  }
  #about .about-red-bg {
    height: 250px;
    width: 400px;
  }
  /*
.lifestyle-value-headline {
	height: auto;
}
*/
  /*
.lifestyle-value-headline .scroll-box {
    height: auto;
}
*/
  /*
.lifestyle-value-headline {
    height: 200vh;
}
*/
  #program h2 {
    font-size: 40px;
  }
  #program .second-section {
    background-color: #438af1;
  }
  header .wrap {
    min-height: 70px;
    height: 70px;
  }
  header nav {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: #3068bb;
    top: 0;
    left: 0;
  }
  header nav ul {
    margin-top: 30px;
  }
  header nav ul li {
    display: block;
    padding: 5px;
  }
  header nav ul li a {
    color: white !important;
    font-weight: bold;
  }
  header nav .close-icon {
    position: absolute;
    top: 0;
    right: 40px;
    top: 40px;
    font-size: 30px;
  }
  header .button.blue-button.md-hidden {
    display: none !important;
  }
  /*
.player-photo {
	height: 200px;
	figure {
		background-size: contain !important;
		margin-left: auto !important;
		margin-left: auto !important;
		background-position: center;
	}
}
*/
  .show-last-childs .col:nth-child(-n + 4) {
    display: block !important;
  }
  /*
.testimonials-headline .scroll-box{
	height: auto;
}
*/
  .button.testimonials-button {
    width: 100%;
  }
  figure.testimonial-tab {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  /*
.headline.lifestyle-value-headline .headline {
    min-height: 1614px;
    height: auto;
}
*/
  /*
#lifestyle-value {
	height: auto !important;
	min-height: 100vh !important;

	.life-first-section {
		background-color: #286CD1;
	}
}
*/
  main > section {
    min-height: auto;
  }
  .player-name-box img {
    right: 50px !important;
    bottom: 50px;
  }
  .sm-marginx-8 {
    margin-left: 8.33333% !important;
    margin-right: 8.33333% !important;
  }
  .contact-pay-button {
    position: relative !important;
    float: right;
    padding: 0 10px;
  }
  .testimonials-headline .figure-fiels img,
  .testimonials-headline .figure-fiels video {
    max-height: 80vh;
  }
  #testimonials .video-section video {
    height: 500px;
  }
  .page-template-testimonials .headline-content .slick-arrow {
    position: absolute;
    top: 30%;
    font-size: 20px;
    cursor: pointer;
    color: #E04242;
    -moz-transition: 0.2s;
    transition: 0.2s;
  }
  .page-template-testimonials .headline-content .slick-arrow.slick-next {
    right: 5px;
  }
  .page-template-testimonials .headline-content .slick-arrow.slick-prev {
    z-index: 9;
    left: 5px;
  }
  .page-template-testimonials .headline-content .slick-arrow:hover {
    font-size: 35px;
  }
  .page-template-testimonials .video-section.player-student h2 {
    font-size: 30px;
  }
  .page-template-testimonials .video-section.player-student .slick-arrow.slick-next {
    right: -moz-calc(100% + 30px);
    right: calc(100% + 30px);
  }
  .page-template-testimonials .video-section.player-student .slick-arrow.slick-prev {
    display: none !important;
  }
  .page-template-testimonials .video-section.player-student .slick-arrow:hover {
    font-size: 35px;
  }
  .video-section.player-student .slick-arrow {
    right: 20px !important;
    top: -15% !important;
  }
  .headline.testimonials-headline.slick-slide {
    height: auto;
  }
  .small-collum-bottom.info-player {
    width: 100%;
  }
  .player-grid-4 {
    grid-template-columns: 1fr 1fr;
  }
  .player-name-box {
    height: 400px;
    min-height: auto;
  }
  .col-auto {
    width: auto;
  }
  .footer-left,
  .footer-middle,
  .footer-right {
    margin: 0;
  }
  .footer-wrapper {
    margin-top: 0;
    margin-bottom: 0 !important;
  }
}

/* xs - MOBILE PORTRAIT */
@media (max-width: 479px) {
  .home-headline .headline-side-video video {
    height: 50vh !important;
  }
  .h1-size {
    font-size: 40px;
    line-height: 42px;
  }
  .h2-size {
    font-size: 40px;
  }
  .about-headline .headline-side-video video {
    height: 50vh !important;
  }
  .filter.clip-path::before {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  header nav ul {
    margin-top: 50px;
  }
  .player-photo figure {
    background-position: center;
  }
  figure.testimonial-tab {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .testimonials-headline .figure-fiels img,
  .testimonials-headline .figure-fiels video {
    height: auto !important;
  }
  .page-template-testimonials .headline-content .testimonials-headline .slick-arrow {
    top: -60px;
  }
  .page-template-testimonials .headline-content .testimonials-headline .slick-arrow.slick-prev {
    left: 70%;
  }
  .page-template-testimonials .headline-content .testimonials-headline .slick-arrow.slick-next {
    left: 87%;
  }
  .video-section.player-student .slick-arrow {
    top: 100% !important;
  }
  .player-name-box .h4-size {
    font-size: 19px;
  }
  /*
.headline.lifestyle-value-headline {
	min-height: auto;
}
*/
  .player-grid-4 {
    grid-template-columns: 1fr;
  }
  h3,
  .h3-size {
    font-size: 33px;
  }
}

/* RETINA FIXES */

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