/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    Partial Styles

    1. Reset
    2. Bootstrap Reboot
    3. Bootstrap Grid
    4. Fonts
    5. Sprites
    6. Helpers
    7. Header
    8. Content
    9. Footer
    10. Media Queries
    
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, hgroup, menu, header, footer, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0; }

article, aside, canvas, figure, figure img, figcaption, hgroup, footer, header, nav, section, audio, video {
  display: block; }

a img {
  border: 0; }

figure {
  position: relative; }

figure img {
  width: 100%; }

/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

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

body {
  margin: 0;
  background-color: #fff; 
  color: #212529;
  text-align: left;
  font-weight: 400;
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.5;}

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  overflow: visible; 
  box-sizing: content-box;
  height: 0;}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  border-bottom: 0; 
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;

  -webkit-text-decoration: underline dotted;}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  vertical-align: baseline; 
  font-size: 75%;
  line-height: 0;}

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  background-color: transparent;
  color: #007bff;
  text-decoration: none;

  -webkit-text-decoration-skip: objects; }

a:hover {
  color: #0056b3;
  text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

pre,
code,
kbd,
samp {
  font-size: 1em; 
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;}

pre {
  overflow: auto;
  margin-top: 0;
  margin-bottom: 1rem;

  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  border-style: none; 
  vertical-align: middle;}

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  caption-side: bottom; 
  text-align: left;}

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
  border: 0; }

legend {
  display: block;
  margin-bottom: .5rem;
  padding: 0;
  max-width: 100%;
  width: 100%;
  color: inherit;
  white-space: normal; 
  font-size: 1.5rem;
  line-height: inherit;}

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;

  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;

  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;

  -ms-overflow-style: scrollbar; }

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

.container {
  margin-right: auto;
  margin-left: auto; 
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;}

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto; 
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;}

.row {
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px; 

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;}

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

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px; 
  min-height: 1px;
  width: 100%;}

.col {
  max-width: 100%; 

  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;}

.col-auto {
  max-width: none; 
  width: auto;

  -ms-flex: 0 0 auto;
  flex: 0 0 auto;}

.col-1 {
  max-width: 8.333333%; 

  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;}

.col-2 {
  max-width: 16.666667%; 

  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;}

.col-3 {
  max-width: 25%; 

  -ms-flex: 0 0 25%;
  flex: 0 0 25%;}

.col-4 {
  max-width: 33.333333%; 

  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;}

.col-5 {
  max-width: 41.666667%; 

  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;}

.col-6 {
  max-width: 50%; 

  -ms-flex: 0 0 50%;
  flex: 0 0 50%;}

.col-7 {
  max-width: 58.333333%; 

  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;}

.col-8 {
  max-width: 66.666667%; 

  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;}

.col-9 {
  max-width: 75%; 

  -ms-flex: 0 0 75%;
  flex: 0 0 75%;}

.col-10 {
  max-width: 83.333333%; 

  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;}

.col-11 {
  max-width: 91.666667%; 

  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;}

.col-12 {
  max-width: 100%; 

  -ms-flex: 0 0 100%;
  flex: 0 0 100%;}

.order-first {
  -ms-flex-order: -1;

  order: -1; }

.order-last {
  -ms-flex-order: 13;

  order: 13; }

.order-0 {
  -ms-flex-order: 0;

  order: 0; }

.order-1 {
  -ms-flex-order: 1;

  order: 1; }

.order-2 {
  -ms-flex-order: 2;

  order: 2; }

.order-3 {
  -ms-flex-order: 3;

  order: 3; }

.order-4 {
  -ms-flex-order: 4;

  order: 4; }

.order-5 {
  -ms-flex-order: 5;

  order: 5; }

.order-6 {
  -ms-flex-order: 6;

  order: 6; }

.order-7 {
  -ms-flex-order: 7;

  order: 7; }

.order-8 {
  -ms-flex-order: 8;

  order: 8; }

.order-9 {
  -ms-flex-order: 9;

  order: 9; }

.order-10 {
  -ms-flex-order: 10;

  order: 10; }

.order-11 {
  -ms-flex-order: 11;

  order: 11; }

.order-12 {
  -ms-flex-order: 12;

  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

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

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

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

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

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

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .col-sm {
    max-width: 100%; 

    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;}
  .col-sm-auto {
    max-width: none; 
    width: auto;

    -ms-flex: 0 0 auto;
    flex: 0 0 auto;}
  .col-sm-1 {
    max-width: 8.333333%; 

    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;}
  .col-sm-2 {
    max-width: 16.666667%; 

    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;}
  .col-sm-3 {
    max-width: 25%; 

    -ms-flex: 0 0 25%;
    flex: 0 0 25%;}
  .col-sm-4 {
    max-width: 33.333333%; 

    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;}
  .col-sm-5 {
    max-width: 41.666667%; 

    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;}
  .col-sm-6 {
    max-width: 50%; 

    -ms-flex: 0 0 50%;
    flex: 0 0 50%;}
  .col-sm-7 {
    max-width: 58.333333%; 

    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;}
  .col-sm-8 {
    max-width: 66.666667%; 

    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;}
  .col-sm-9 {
    max-width: 75%; 

    -ms-flex: 0 0 75%;
    flex: 0 0 75%;}
  .col-sm-10 {
    max-width: 83.333333%; 

    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;}
  .col-sm-11 {
    max-width: 91.666667%; 

    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;}
  .col-sm-12 {
    max-width: 100%; 

    -ms-flex: 0 0 100%;
    flex: 0 0 100%;}
  .order-sm-first {
    -ms-flex-order: -1;

    order: -1; }
  .order-sm-last {
    -ms-flex-order: 13;

    order: 13; }
  .order-sm-0 {
    -ms-flex-order: 0;

    order: 0; }
  .order-sm-1 {
    -ms-flex-order: 1;

    order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;

    order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;

    order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;

    order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;

    order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;

    order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;

    order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;

    order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;

    order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;

    order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;

    order: 11; }
  .order-sm-12 {
    -ms-flex-order: 12;

    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .col-md {
    max-width: 100%; 

    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;}
  .col-md-auto {
    max-width: none; 
    width: auto;

    -ms-flex: 0 0 auto;
    flex: 0 0 auto;}
  .col-md-1 {
    max-width: 8.333333%; 

    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;}
  .col-md-2 {
    max-width: 16.666667%; 

    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;}
  .col-md-3 {
    max-width: 25%; 

    -ms-flex: 0 0 25%;
    flex: 0 0 25%;}
  .col-md-4 {
    max-width: 33.333333%; 

    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;}
  .col-md-5 {
    max-width: 41.666667%; 

    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;}
  .col-md-6 {
    max-width: 50%; 

    -ms-flex: 0 0 50%;
    flex: 0 0 50%;}
  .col-md-7 {
    max-width: 58.333333%; 

    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;}
  .col-md-8 {
    max-width: 66.666667%; 

    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;}
  .col-md-9 {
    max-width: 75%; 

    -ms-flex: 0 0 75%;
    flex: 0 0 75%;}
  .col-md-10 {
    max-width: 83.333333%; 

    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;}
  .col-md-11 {
    max-width: 91.666667%; 

    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;}
  .col-md-12 {
    max-width: 100%; 

    -ms-flex: 0 0 100%;
    flex: 0 0 100%;}
  .order-md-first {
    -ms-flex-order: -1;

    order: -1; }
  .order-md-last {
    -ms-flex-order: 13;

    order: 13; }
  .order-md-0 {
    -ms-flex-order: 0;

    order: 0; }
  .order-md-1 {
    -ms-flex-order: 1;

    order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;

    order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;

    order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;

    order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;

    order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;

    order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;

    order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;

    order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;

    order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;

    order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;

    order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;

    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .col-lg {
    max-width: 100%; 

    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;}
  .col-lg-auto {
    max-width: none; 
    width: auto;

    -ms-flex: 0 0 auto;
    flex: 0 0 auto;}
  .col-lg-1 {
    max-width: 8.333333%; 

    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;}
  .col-lg-2 {
    max-width: 16.666667%; 

    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;}
  .col-lg-3 {
    max-width: 25%; 

    -ms-flex: 0 0 25%;
    flex: 0 0 25%;}
  .col-lg-4 {
    max-width: 33.333333%; 

    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;}
  .col-lg-5 {
    max-width: 41.666667%; 

    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;}
  .col-lg-6 {
    max-width: 50%; 

    -ms-flex: 0 0 50%;
    flex: 0 0 50%;}
  .col-lg-7 {
    max-width: 58.333333%; 

    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;}
  .col-lg-8 {
    max-width: 66.666667%; 

    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;}
  .col-lg-9 {
    max-width: 75%; 

    -ms-flex: 0 0 75%;
    flex: 0 0 75%;}
  .col-lg-10 {
    max-width: 83.333333%; 

    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;}
  .col-lg-11 {
    max-width: 91.666667%; 

    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;}
  .col-lg-12 {
    max-width: 100%; 

    -ms-flex: 0 0 100%;
    flex: 0 0 100%;}
  .order-lg-first {
    -ms-flex-order: -1;

    order: -1; }
  .order-lg-last {
    -ms-flex-order: 13;

    order: 13; }
  .order-lg-0 {
    -ms-flex-order: 0;

    order: 0; }
  .order-lg-1 {
    -ms-flex-order: 1;

    order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;

    order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;

    order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;

    order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;

    order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;

    order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;

    order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;

    order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;

    order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;

    order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;

    order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;

    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    max-width: 100%; 

    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;}
  .col-xl-auto {
    max-width: none; 
    width: auto;

    -ms-flex: 0 0 auto;
    flex: 0 0 auto;}
  .col-xl-1 {
    max-width: 8.333333%; 

    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;}
  .col-xl-2 {
    max-width: 16.666667%; 

    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;}
  .col-xl-3 {
    max-width: 25%; 

    -ms-flex: 0 0 25%;
    flex: 0 0 25%;}
  .col-xl-4 {
    max-width: 33.333333%; 

    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;}
  .col-xl-5 {
    max-width: 41.666667%; 

    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;}
  .col-xl-6 {
    max-width: 50%; 

    -ms-flex: 0 0 50%;
    flex: 0 0 50%;}
  .col-xl-7 {
    max-width: 58.333333%; 

    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;}
  .col-xl-8 {
    max-width: 66.666667%; 

    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;}
  .col-xl-9 {
    max-width: 75%; 

    -ms-flex: 0 0 75%;
    flex: 0 0 75%;}
  .col-xl-10 {
    max-width: 83.333333%; 

    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;}
  .col-xl-11 {
    max-width: 91.666667%; 

    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;}
  .col-xl-12 {
    max-width: 100%; 

    -ms-flex: 0 0 100%;
    flex: 0 0 100%;}
  .order-xl-first {
    -ms-flex-order: -1;

    order: -1; }
  .order-xl-last {
    -ms-flex-order: 13;

    order: 13; }
  .order-xl-0 {
    -ms-flex-order: 0;

    order: 0; }
  .order-xl-1 {
    -ms-flex-order: 1;

    order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;

    order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;

    order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;

    order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;

    order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;

    order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;

    order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;

    order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;

    order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;

    order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;

    order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;

    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

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

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

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

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

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

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

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

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

.justify-content-start {
  -ms-flex-pack: start !important;

  justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;

  justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;

  justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;

  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;

  justify-content: space-around !important; }

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

  align-items: flex-start !important; }

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

  align-items: flex-end !important; }

.align-items-center {
  -ms-flex-align: center !important;

  align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;

  align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;

  align-items: stretch !important; }

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;

    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;

    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;

    justify-content: center !important; }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;

    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;

    justify-content: space-around !important; }
  .align-items-sm-start {
    -ms-flex-align: start !important;

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

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

    align-items: center !important; }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;

    align-items: baseline !important; }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;

    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    -ms-flex-pack: start !important;

    justify-content: flex-start !important; }
  .justify-content-md-end {
    -ms-flex-pack: end !important;

    justify-content: flex-end !important; }
  .justify-content-md-center {
    -ms-flex-pack: center !important;

    justify-content: center !important; }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;

    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;

    justify-content: space-around !important; }
  .align-items-md-start {
    -ms-flex-align: start !important;

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

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

    align-items: center !important; }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;

    align-items: baseline !important; }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;

    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;

    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;

    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;

    justify-content: center !important; }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;

    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;

    justify-content: space-around !important; }
  .align-items-lg-start {
    -ms-flex-align: start !important;

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

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

    align-items: center !important; }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;

    align-items: baseline !important; }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;

    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;

    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;

    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;

    justify-content: center !important; }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;

    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;

    justify-content: space-around !important; }
  .align-items-xl-start {
    -ms-flex-align: start !important;

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

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

    align-items: center !important; }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;

    align-items: baseline !important; }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;

    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	2.2. Fonts
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@font-face {
  font-family: 'Butterfly_Ballwebfont';
  src: url("../fonts/Butterfly_Ballwebfont.eot");
  src: url("../fonts/Butterfly_Ballwebfont.eot") format("embedded-opentype"), url("../fonts/Butterfly_Ballwebfont.woff2") format("woff2"), url("../fonts/Butterfly_Ballwebfont.woff") format("woff"), url("../fonts/Butterfly_Ballwebfont.ttf") format("truetype"), url("../fonts/Butterfly_Ballwebfont.svg#Butterfly_Ballwebfont") format("svg"); }

@font-face {
  font-family: 'LiebeRuthBoldwebfont';
  src: url("../fonts/LiebeRuthBoldwebfont.eot");
  src: url("../fonts/LiebeRuthBoldwebfont.eot") format("embedded-opentype"), url("../fonts/LiebeRuthBoldwebfont.woff2") format("woff2"), url("../fonts/LiebeRuthBoldwebfont.woff") format("woff"), url("../fonts/LiebeRuthBoldwebfont.ttf") format("truetype"), url("../fonts/LiebeRuthBoldwebfont.svg#LiebeRuthBoldwebfont") format("svg"); }

@font-face {
  font-family: 'LiebeRuthMediumwebfont';
  src: url("../fonts/LiebeRuthMediumwebfont.eot");
  src: url("../fonts/LiebeRuthMediumwebfont.eot") format("embedded-opentype"), url("../fonts/LiebeRuthMediumwebfont.woff2") format("woff2"), url("../fonts/LiebeRuthMediumwebfont.woff") format("woff"), url("../fonts/LiebeRuthMediumwebfont.ttf") format("truetype"), url("../fonts/LiebeRuthMediumwebfont.svg#LiebeRuthMediumwebfont") format("svg"); }

/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

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

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

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

// HTML
<i class="icon icon-home"></i>
*/
.none {
  display: none; }

.clear {
  clear: both; }

.left {
  float: left; }

.right {
  float: right; }

.aligncenter {
  text-align: center; }

.alignleft {
  text-align: left; }

.alignright {
  text-align: right; }

.icon {
  display: inline-block; }

.relative {
  position: relative; }

.tcon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: 40px;
  height: 30px;
  outline: none;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: 0.3s;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; }

.tcon > * {
  display: block; }

.tcon:hover, .tcon:focus {
  outline: none; }

.tcon::-moz-focus-inner {
  border: 0; }

.tcon-menu__lines {
  position: relative; 
  display: inline-block;
  width: 40px;
  height: 5px;
  background: #fff;
  transition: 0.3s;}

.tcon-menu__lines::before, .tcon-menu__lines::after {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 40px;
  width: 100%; 
  height: 5px;
  background: #fff;
  content: '';
  transition: 0.3s;
  -webkit-transform-origin: 2.85714px center;
  transform-origin: 2.85714px center;}

.tcon-menu__lines::before {
  top: 12px; }

.tcon-menu__lines::after {
  top: -12px; }

.tcon-transform .tcon-menu__lines {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8); }

.tcon-menu--xbutterfly {
  width: auto; }

.tcon-menu--xbutterfly .tcon-menu__lines::before, .tcon-menu--xbutterfly .tcon-menu__lines::after {
  transition: top .3s .6s ease, -webkit-transform .3s ease;
  transition: top .3s .6s ease, transform .3s ease; 
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;}

.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines {
  background: transparent; }

.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::before, .tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::after {
  top: 0;
  width: 40px; 
  transition: top .3s ease, -webkit-transform .3s .5s ease;
  transition: top .3s ease, transform .3s .5s ease;}

.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg); }

.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg); }

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

.tcon-visuallyhidden:active, .tcon-visuallyhidden:focus {
  position: static;
  overflow: visible;
  clip: auto;
  margin: 0;
  width: auto; 
  height: auto;}

.transition-1 {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.38, 0.32, 0.36, 0.98);
  transition-timing-function: cubic-bezier(0.38, 0.32, 0.36, 0.98);
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px); 

  will-change: transform, opacity;}

.animated.transition-1 {
  opacity: 1; 
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);}

.anim-content {
  -webkit-transition: all 1.5s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 1.5s cubic-bezier(0.22, 0.44, 0, 1);
  -webkit-transform: translateY(30vh);
  transform: translateY(20vh);

  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.scrolled .anim-content {
  -webkit-transform: translateY(-20vh);
  transform: translateY(-20vh); }

.active .anim-content {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.b-lazy {
  opacity: 0;
  transition: all 500ms; }

.b-loaded {
  opacity: 1; }

body {
  overflow-x: hidden;
  padding-right: 0 !important;
  min-width: 320px;
  background-color: #96BC84;
  background-image: url("../img/bg-pattern-green.jpg");
  background-attachment: fixed; 
  background-repeat: repeat;
  font-weight: 400;
  font-size: 14px;
  font-family: 'LiebeRuthMediumwebfont';}

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

a {
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.blur {
  filter: blur(6px); }

.wrapper {
  position: relative; 
  overflow: hidden;}

.page-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100; }
  .page-header .menu-toggle {
    padding: 45px 40px; }

.page-menu {
  position: fixed;
  top: 0;
  z-index: 95;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #D9B39A;
  background-image: url("../img/bg-pattern-brown.jpg");
  background-repeat: repeat; }

.main-menu {
  display: flex;
  width: 100%;
  height: 100%;

  align-items: center;
  justify-content: center; }
  .main-menu ul {
    margin: 0;
    padding: 0; }
  .main-menu li {
    display: block;
    color: #fff; 
    text-align: center;}
    .main-menu li:after {
      display: block;
      margin: 30px auto; 
      width: 38px;
      height: 5px;
      background-color: #fff;
      content: "";}
    .main-menu li:last-child:after {
      display: none; }
    .main-menu li a {
      color: #fff;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 67px;
      font-family: 'Butterfly_Ballwebfont'; 
      line-height: 100px;
      cursor: pointer;}
      .main-menu li a:hover {
		text-decoration: underline!important;}

h1 {
  margin-bottom: 30px; 
  font-weight: 400;
  font-size: 35px;
  line-height: 1.3;}

h2 {
  margin-bottom: 25px; 
  font-weight: 400;
  font-size: 30px;
  line-height: 1.3;}

h3 {
  margin-bottom: 20px; 
  font-weight: 400;
  font-size: 26px;
  line-height: 1.3;}

h4 {
  margin-bottom: 20px; 
  font-weight: 400;
  font-size: 23px;
  line-height: 1.2;}

h5 {
  margin-bottom: 15px; 
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;}

h6 {
  margin-bottom: 10px; 
  font-weight: 400;
  font-size: 17px;
  line-height: 1.2;}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin: -7px 0 0 -7px;
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  background: transparent; }
  #fp-nav ul li a span:hover, .fp-slidesNav ul li a span:hover {
    margin: -7px 0 0 -7px;
    width: 14px;
    height: 14px; 
    background-color: rgba(255, 255, 255, 0.6);}

#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
  margin: -7px 0 0 -7px;
  width: 14px;
  height: 14px;
  background: #fff; }

#fp-nav, .fp-slidesNav {
  right: 36px;
  z-index: 50; }
  #fp-nav ul, .fp-slidesNav ul {
    margin: 0;
    padding: 0; }
  #fp-nav li .fp-sr-only, .fp-slidesNav li .fp-sr-only {
    display: none; }

.page-benefits {
  position: fixed;
  top: 0;
  right: 0; 
  z-index: 80;
  padding: 45px;}
  .page-benefits ul {
    margin: 0;
    padding: 0; }
  .page-benefits li {
    margin: 0 0 30px 0;
    list-style: none;
    text-align: center; }
    .page-benefits li a {
      display: inline-block; 
      cursor: pointer;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);}
      .page-benefits li a:hover {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05); }

.section-benefits {
  margin-bottom: 0; 
  padding: 20px;
  width: 100%;}
  .section-benefits ul {
    display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 0; }
  .section-benefits li {
    margin: 0 20px;
    list-style: none; }
    .section-benefits li a {
      display: inline-block; 
      max-width: 80px;}
      .section-benefits li a img {
        max-height: 60px;
        width: auto; }
		
.section-benefits-fixed-bottom {
  position: fixed;
  bottom: 0;
}

.page-sections {
  position: relative;
  box-sizing: border-box; 
  margin: 0 auto;
  padding: 0 40px;
  max-width: 2000px;}

.section {
  position: relative; 
  overflow: hidden;
  height: 100vh;}
  .section .section-scroll {
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 30; 
    width: 100%;
    text-align: center;}
    .section .section-scroll a {
      position: relative; 
      display: inline-block;}

.content-group {
  display: flex;
  margin: 0 auto;
  padding: 0 50px;
  max-width: 100%;
  height: 100%; 

  justify-content: space-between;
  align-items: stretch;}

.content-group__left {
  width: 33.33%;
  background-position: right center;
  background-size: contain; 
  background-repeat: no-repeat;}

.content-group__right {
  width: 33.33%;
  background-position: left center;
  background-size: contain; 
  background-repeat: no-repeat;}

.content-group__center {
  width: 33.33%;
  background-position: center;
  background-size: contain; 
  background-repeat: no-repeat;}

.section-title {
  text-align: center; }
  .section-title h1 {
    margin: 50px 0 80px 0;
    color: #1C4E52;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 123px;
    font-family: Butterfly_Ballwebfont;
    line-height: 169px; }
  .section-title h3 {
    margin: 0;
    color: #1C4E52;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 52px;
    font-family: 'Butterfly_Ballwebfont'; 
    line-height: 78px;}

.benefit-article {
  padding: 50px; 
  text-align: center;}
  .benefit-article img {
    display: block;
    margin: 0 auto 50px auto; }
  .benefit-article p {
    color: #fff; 
    font-size: 30px;
    font-family: 'LiebeRuthMediumwebfont';
    line-height: 41px;}
    .benefit-article p:last-child {
      margin-bottom: 0; }

.section1 .content-group__left {
  background-image: url("../img/s1-bg1.png"); }

.section1 .content-group__right {
  background-image: url("../img/s1-bg2.png"); }

.section1 .content-group__center {
  position: relative;
  display: flex;
  padding: 100px 0 200px 0;
  background-image: url("../img/s1-bg3.png");

  align-items: center;
  justify-content: center; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* Retina-specific stuff here */
  .section1 .content-group__left {
    background-image: url("../img/s1-bg1@2x.png"); }
  .section1 .content-group__right {
    background-image: url("../img/s1-bg2@2x.png"); }
  .section1 .content-group__center {
    background-image: url("../img/s1-bg3@2x.png"); } }

.section2 .content-group__left {
  background-image: url("../img/s2-bg1.png");
  background-position: center;
  background-size: contain; }

.section2 .content-group__center {
  background-image: url("../img/s2-bg2.png");
  background-position: center;
  background-size: contain; }

.section2 .content-group__right {
  background-image: url("../img/s2-bg3.png");
  background-position: center;
  background-size: contain; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* Retina-specific stuff here */
  .section2 .content-group__left {
    background-image: url("../img/s2-bg1@2x.png"); }
  .section2 .content-group__center {
    background-image: url("../img/s2-bg2@2x.png"); }
  .section2 .content-group__right {
    background-image: url("../img/s2-bg3@2x.png"); } }

.section3 .content-group__left {
  display: flex;
  height: 100%;
  background-image: url("../img/s3-bg1.png");
  background-position: center top;
  background-repeat: no-repeat;
  align-items: center; }
  
.section3 .content-group__center {
  display: flex;
  height: 100%;
  background-image: url("../img/s3-bg2.png");
  background-position: center top;
  background-repeat: no-repeat;
  align-items: center; }

.section3 .content-group__right {
  display: flex;
  height: 100%;
  background-image: url("../img/s3-bg3.png");
  background-position: center top;
  background-repeat: no-repeat;
  align-items: center; }

.section3 p.image {
  min-height: 140px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* Retina-specific stuff here */
  .section3 .content-group__left {
    background-image: url("../img/s3-bg1@2x.png"); }
  .section3 .content-group__right {
    background-image: url("../img/s3-bg3@2x.png"); }
  .section3 .content-group__center {
    background-image: url("../img/s3-bg2@2x.png"); } }

.section-product {
  display: flex;
  height: 100%;
  text-align: center;

  align-items: center;
  justify-content: center; }
  .section-product a {
    display: block;
    outline: none;
    text-decoration: none !important;
    -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease; }
    .section-product a img {
      margin: 0 auto; }
    .section-product a:hover {
      -webkit-transform: rotate(3deg) scale(1.05);
      -moz-transform: rotate(3deg) scale(1.05);
      -ms-transform: rotate(3deg) scale(1.05);
      -o-transform: rotate(3deg) scale(1.05);
      transform: rotate(3deg) scale(1.05); }

.products-group__title {
  margin-right: auto; 
  margin-left: auto;
  max-width: 1000px;
  text-align: center;}
  .products-group__title h2 {
    margin-bottom: 0;
    color: #1C4E52;
    text-align: center;
    text-transform: uppercase; 
    font-weight: 400;
    font-size: 90px;
    font-family: 'Butterfly_Ballwebfont';
    line-height: 100px;}

.products-group__products {
  display: flex;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  max-width: 1100px;

  justify-content: space-around;
  align-items: center; }

.products-group__cta {
  text-align: center; }

.product-b {
  max-width: 430px; }

.product-b--product2 {
  padding-top: 100px; }

.button {
  display: inline-block;
  padding: 5px 30px;
  border: 4px solid #fff;
  color: #fff;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 25px;
  font-family: 'Butterfly_Ballwebfont';
  line-height: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .button:hover {
    background-color: #fff;
    color: #96BC84; }

.button--large {
  font-size: 50px;
  line-height: 55px; }

.section-scroll {
  position: fixed;
  z-index: 90; }
  .section-scroll a {
    display: block; }

.section-scroll--up {
  top: 5px;
  left: 50%;
  margin-left: -65px; }

.section-scroll--down {
  bottom: 5px;
  left: 50%;
  margin-left: -65px; }

.remodal--legal {
  top: auto;
  bottom: 0;
  margin: 0;
  padding: 40px 100px; 
  max-width: 100%;
  height: 450px;
  background-color: #D9B39A;
  background-image: url("../img/bg-pattern-brown.jpg");
  background-repeat: repeat;
  box-shadow: 0px -10px 20px #00000029;
  vertical-align: bottom;}
  .remodal--legal .remodal__i {
    overflow: auto;
    padding: 0 50px;
    height: 100%;
    color: #fff;
    text-align: left;
    font-weight: 300;
    font-size: 22px;
    font-family: LiebeRuthMediumwebfont;
    line-height: 30px; }
    .remodal--legal .remodal__i a {
	  color: #fff; }
    .remodal--legal .remodal__i h1 {
      margin-bottom: 30px;
      text-transform: uppercase; }
    .remodal--legal .remodal__i h3 {
      margin-bottom: 20px;
      letter-spacing: 1px; }

.remodal--product {
  padding: 65px 20px 45px 20px;
  max-width: 320px;
  height: auto;
  background-color: #D9B39A;
  background-image: url(../img/bg-pattern-brown.jpg);
  background-repeat: repeat; }
  .remodal--product .remodal__i {
    color: #fff;
    text-align: center;
    font-weight: 300;
    font-size: 22px;
    font-family: LiebeRuthMediumwebfont;
    line-height: 30px; }
    .remodal--product .remodal__i .meta {
      margin: 25px 0 35px 0;
      font-size: 45px;
      font-family: Butterfly_Ballwebfont;
      line-height: 1.2; }
	.remodal--product .remodal__i .button:hover {
	  color: #C7A181; }

.remodal--product-left {
  margin-left: -59%; }

.remodal--product-right {
  margin-right: -58%; }

.remodal-close {
  width: 60px;
  height: 60px;
  outline: none !important;
  color: #ffffff; }
  .remodal-close:hover {
    color: #1C4E52; }

.remodal-close:before {
  width: 60px;
  font-size: 60px;
  line-height: 60px; }

.remodal-overlay {
  background: rgba(43, 46, 56, 0.1); }

.remodal-wrapper {
  overflow: hidden; 
  padding: 0;}

.remodal--fullscreen {
  z-index: 100;
  margin: 0;
  padding: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  background-color: #D9B39A;
  background-image: url(../img/bg-pattern-brown.jpg);
  background-repeat: repeat;
  color: #fff; }
  .remodal--fullscreen .remodal__i {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 50px;
    max-width: 1614px;
    height: 100%;
    text-align: center; 

    align-items: center;
    justify-content: center;}
    .remodal--fullscreen .remodal__i h3 {
      margin-bottom: 35px; 
      text-transform: uppercase;
      font-size: 40px;
      font-family: 'Butterfly_Ballwebfont';
      line-height: 60px;}
    .remodal--fullscreen .remodal__i p {
      font-size: 30px;
      font-family: 'LiebeRuthMediumwebfont'; 
      line-height: 45px;}
      .remodal--fullscreen .remodal__i p a {
        color: #fff;
        text-decoration: underline; }
        .remodal--fullscreen .remodal__i p a:hover {
          color: #fff;
          text-decoration: none; }
      .remodal--fullscreen .remodal__i p:last-child {
        margin-bottom: 0; }
  .remodal--fullscreen .form-confirm {
    margin: 50px 0; 
    text-align: center;}
    .remodal--fullscreen .form-confirm h4 {
      margin-bottom: 35px;
      font-size: 40px;
      font-family: 'LiebeRuthMediumwebfont'; 
      line-height: 1.2;}
    .remodal--fullscreen .form-confirm .form-control {
      margin-top: 25px;
      margin-right: auto;
      margin-left: auto;
      max-width: 930px;
      text-align: left;
      text-transform: uppercase; 
      font-size: 50px;
      font-family: 'Butterfly_Ballwebfont';
      line-height: 65px;}
      .remodal--fullscreen .form-confirm .form-control label {
        position: relative;
        display: inline-block;
        padding-left: 90px; 
        cursor: pointer;}
        .remodal--fullscreen .form-confirm .form-control label input[type="checkbox"], .remodal--fullscreen .form-confirm .form-control label .jq-checkbox {
          position: absolute;
          top: 5px; 
          left: 0;}
    .remodal--fullscreen .form-confirm .jq-checkbox {
      width: 50px;
      height: 50px;
      border: 5px solid #fff; }
    .remodal--fullscreen .form-confirm .jq-checkbox.checked .jq-checkbox__div, .remodal--fullscreen .form-confirm .form-control label:hover .jq-checkbox .jq-checkbox__div {
      margin: 5px 0 0 5px;
      width: 30px;
      height: 30px;
      border: none;
      background: #fff; 
      transform: none;}

.remodal-is-locked {
  overflow: hidden !important; }

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #fff; 
  opacity: 0.6;}

.scrollbar-macosx:hover > .scroll-element .scroll-bar, .scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  opacity: 1; }

.page-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;

  justify-content: space-between;
  align-items: flex-end; }

.footer-logo {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 80;
  padding: 40px 45px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; 
  pointer-events: none;}
  .footer-logo.active {
    opacity: 1; 
    pointer-events: auto;}

.footer-nav {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 80;
  padding: 40px 45px; }
  .footer-nav ul {
    margin: 0; }
  .footer-nav li {
    display: block;
    margin: 5px 0;
    text-align: right; }
  .footer-nav a {
    color: #fff;
    text-transform: uppercase; 
    text-shadow: none;
    letter-spacing: 1px;
    font-weight: 100;
    font-size: 19px;
    font-family: 'Butterfly_Ballwebfont';
    line-height: 30px;}
    .footer-nav a:hover {
      color: #1c5230;
      text-decoration: none; }

/*-------------------------------------------------------------------------*/
/*	5.	Responsive */
/*-------------------------------------------------------------------------*/
@media (max-width: 1920px) and (max-height: 1000px) {
  .section1 .content-group__center {
    padding: 80px 0 130px 0; }
  .section-title h1 {
    margin: 50px 0 60px 0;
    font-size: 115px;
    line-height: 130px; }
  .products-group__products {
    margin-top: 20px;
    margin-bottom: 40px; }
  .products-group__title h2 {
    font-size: 95px;
    line-height: 110px; } }

@media (max-width: 1920px) {
  .remodal--product-left {
    margin-left: -64%; }
  .remodal--product-right {
    margin-right: -62%; }
  .benefit-article p {
    font-size: 28px;
    line-height: 38px; }
  .page-benefits li a {
    max-width: 80px; }
  .page-header .menu-toggle {
    padding: 35px 30px; }
  .page-benefits {
    padding: 35px; }
  .footer-nav {
    padding: 30px 35px; }
  .section-title h1 {
    font-size: 120px;
    line-height: 160px; }
  .section-title h3 {
    font-size: 48px;
    line-height: 75px; } }

@media (max-width: 1680px) {
  .section1 .content-group__center {
    padding: 60px 0 100px 0; }
  .section-title h3 {
    font-size: 45px;
    line-height: 65px; }
  .section-title h1 {
    margin: 35px 0 40px 0;
    font-size: 110px;
    line-height: 120px; }
  .section1 .content-group__left, .section1 .content-group__right {
    width: 30%; }
  .section1 .content-group__center {
    width: 40%; }
  .section1 .content-group__center {
    background-size: 74%; }
  .section-scroll {
    margin-left: -55px; 
    max-width: 110px;}
  #fp-nav, .fp-slidesNav {
    right: 30px; }
  .section-product a {
    max-width: 250px; }
  .benefit-article p {
    font-size: 26px;
    line-height: 35px; }
  .section3 p.image {
    margin-bottom: 30px; }
    .section3 p.image img {
      max-width: 170px; }
  .benefit-article {
    padding: 50px 35px 0 35px; }
  .products-group__title h2 {
    font-size: 85px;
    line-height: 95px; }
  .button--large {
    font-size: 40px;
    line-height: 50px; }
  .footer-logo {
    padding: 35px; }
  .remodal--fullscreen .form-confirm {
    margin: 35px 0; }
  .remodal--fullscreen .form-confirm .form-control {
    margin-top: 20px;
    max-width: 100%;
    font-size: 45px;
    line-height: 60px; }
  .remodal--fullscreen .remodal__i h3 {
    margin-bottom: 25px; }
  .remodal--fullscreen .form-confirm .form-control label {
    padding-left: 80px; }
  .remodal--legal {
    padding: 40px 50px; }
  .page-benefits li a {
    max-width: 75px; } }

@media (max-width: 1680px) and (max-height: 700px) {
  .benefit-article p {
    font-size: 23px;
    line-height: 32px; }
  .section3 p.image img {
    max-width: 150px;
    max-height: 110px; }
  .section3 p.image {
    min-height: 115px; }
  .products-group__title h2 {
    font-size: 70px;
    line-height: 80px; }
  .product-b {
    max-width: 430px; }
  .products-group__products {
    margin-top: 10px;
    margin-bottom: 20px; } }

@media (max-width: 1400px) {
  .section-title h1 {
    margin: 25px 0 35px 0;
    font-size: 90px;
    line-height: 95px; }
  .section-title h3 {
    font-size: 35px;
    line-height: 40px; }
  .section1 .content-group__center {
    padding: 15px 0 60px 0;
    background-size: 74%; }
  .page-header .menu-toggle {
    padding: 30px 25px; }
  .page-benefits {
    padding: 30px; }
  .footer-nav {
    padding: 25px 30px; }
  .page-benefits li a {
    max-width: 70px; }
  #fp-nav, .fp-slidesNav {
    right: 20px; }
  .page-benefits li {
    margin: 0 0 25px 0; }
  .main-menu li a {
    font-size: 55px;
    line-height: 75px; }
  .section-scroll {
    margin-left: -50px;
    max-width: 100px; }
  .section-product a {
    max-width: 220px; }
  .benefit-article p {
    font-size: 22px;
    line-height: 30px; }
  .benefit-article {
    padding: 35px 25px; }
  .section3 p.image img {
    margin: 0 auto; 
    max-width: 150px;}
  .section3 p.image {
    margin-top: 10px;
    margin-bottom: 25px; }
  .products-group__title h2 {
    font-size: 78px;
    line-height: 90px; }
  .products-group__products {
    margin-top: 0; }
  .button--large {
    font-size: 35px;
    line-height: 40px; }
  .product-b--product2 {
    padding-top: 65px; }
  .footer-logo {
    padding: 30px; }
  .remodal--fullscreen .remodal__i h3 {
    font-size: 35px;
    line-height: 55px; }
  .remodal--fullscreen .remodal__i h3 {
    margin-bottom: 10px; }
  .remodal--fullscreen .form-confirm h4 {
    margin-bottom: 25px;
    font-size: 35px;
    line-height: 1.2; }
  .remodal--fullscreen .form-confirm .form-control {
    font-size: 40px;
    line-height: 50px; }
  .remodal--fullscreen .form-confirm .form-control label .jq-checkbox, .remodal--fullscreen .form-confirm .form-control label input[type=checkbox] {
    top: 0; }
  .remodal--fullscreen .remodal__i p {
    font-size: 26px;
    line-height: 40px; }
  .remodal--legal {
    padding: 40px 20px; } }

@media (max-width: 1400px) and (max-height: 800px) {
  .main-menu li a {
    font-size: 50px;
    line-height: 65px; }
  .products-group__title h2 {
    font-size: 75px;
    line-height: 85px; }
  .product-b {
    max-width: 400px; } }

@media (max-width: 1400px) and (max-height: 700px) {
  .section-title h3 {
    font-size: 32px;
    line-height: 40px; }
  .main-menu li a {
    font-size: 45px;
    line-height: 60px; }
  .section-product a {
    max-width: 200px; }
  .section3 p.image img {
    margin: 0 auto;
    max-width: 130px;
    max-height: 100px; }
  .section3 p.image {
    min-height: 110px; }
  .benefit-article p {
    font-size: 20px;
    line-height: 28px; }
  .products-group__title h2 {
    font-size: 65px;
    line-height: 70px; }
  .product-b {
    max-width: 350px; }
  .products-group__products {
    max-width: 900px; }
  .products-group__products {
    margin-bottom: 25px; }
  .remodal--legal .remodal__i {
    font-size: 20px;
    line-height: 28px; } }

@media (max-width: 1199px) {
  .section-title h1 {
    margin: 20px 0 30px 0;
    font-size: 75px;
    line-height: 80px; }
  .remodal--product .remodal__i {
    font-size: 20px;
    line-height: 28px; }
  .remodal--product .remodal__i .meta {
    margin: 15px 0 35px 0;
    font-size: 40px; }
  .remodal--product {
    padding: 60px 15px 35px 15px;
    max-width: 300px; }
  .remodal--product-left {
    margin-left: -61%; }
  .remodal--product-right {
    margin-right: -61%; }
  .benefit-article p {
    font-size: 18px;
    line-height: 26px; }
  .section3 p.image img {
    max-width: 100px;
    max-height: 75px;
    width: auto; }
  .section3 p.image {
    min-height: 75px; }
  .benefit-article {
    padding: 30px 20px; }
  .products-group__title h2 {
    font-size: 55px;
    line-height: 60px; }
  .remodal--fullscreen .form-confirm .form-control {
    font-size: 30px;
    line-height: 40px; }
  .remodal--fullscreen .form-confirm .jq-checkbox {
    width: 40px;
    height: 40px;
    border: 3px solid #fff; }
  .remodal--fullscreen .form-confirm .jq-checkbox.checked .jq-checkbox__div, .remodal--fullscreen .form-confirm .form-control label:hover .jq-checkbox .jq-checkbox__div {
    margin: 4px 0 0 4px;
    width: 26px;
    height: 26px; }
  .remodal--fullscreen .form-confirm .form-control label {
    margin: 0; 
    padding-left: 60px;}
  .remodal--fullscreen .form-confirm h4 {
    font-size: 30px; }
  .remodal--fullscreen .form-confirm {
    margin: 25px 0; }
  .remodal--fullscreen .remodal__i {
    padding: 35px;
    max-width: 100%; }
  .remodal--fullscreen .remodal__i h3 {
    font-size: 30px;
    line-height: 45px; }
  .remodal--fullscreen .remodal__i p {
    font-size: 22px;
    line-height: 32px; }
  .remodal--legal {
    padding: 35px 30px; }
  .remodal--legal .remodal__i {
    padding: 0 25px; 
    font-size: 20px;
    line-height: 28px;}
  h1 {
    margin-bottom: 25px; 
    font-size: 30px;}
  h2 {
    margin-bottom: 20px; 
    font-size: 26px;}
  h3 {
    margin-bottom: 15px; 
    font-size: 22px;}
  h4 {
    margin-bottom: 15px; 
    font-size: 20px;}
  h5 {
    font-size: 18px; }
  h6 {
    font-size: 16px; }
  .page-benefits {
    padding: 20px; }
  .page-header .menu-toggle {
    padding: 20px 15px; }
  .footer-nav {
    padding: 15px 20px; }
  .footer-logo {
    padding: 20px; }
  .page-benefits li a {
    max-width: 60px; }
  .page-sections {
    padding: 0 25px;
    max-width: 1970px; }
  .section-title h3 {
    font-size: 32px; }
  .section-product a {
    max-width: 200px; } }

@media (max-width: 991px) {
  .section-title h1 {
    margin: 18px 0 25px 0;
    font-size: 62px;
    line-height: 65px; }
  .section-title h3 {
    font-size: 25px;
    line-height: 30px; }
  .footer-nav a {
    font-size: 16px;
    line-height: 25px; }
  .page-benefits {
    padding: 20px; }
  .footer-nav {
    padding: 15px 20px; }
  .page-header .menu-toggle {
    padding: 20px 15px; }
  .page-benefits li a {
    max-width: 50px; }
  .page-benefits li {
    margin: 0 0 20px 0; }
  #fp-nav ul li a span, .fp-slidesNav ul li a span {
    margin: -5px 0 0 -5px;
    width: 10px;
    height: 10px; }
  #fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
    margin: -5px 0 0 -5px;
    width: 10px;
    height: 10px; }
  #fp-nav, .fp-slidesNav {
    right: 10px; }
  #fp-nav ul li, .fp-slidesNav ul li {
    width: 10px;
    height: 10px; }
  .main-menu li a {
    font-size: 35px;
    line-height: 40px; }
  .main-menu li:after {
    margin: 20px auto;
    width: 35px;
    height: 3px; }
  .section-product a {
    max-width: 150px; }
  .remodal--product-left {
    margin-left: -58%; }
  .remodal--product-right {
    margin-right: -58%; }
  .button {
    padding: 5px 20px;
    border: 3px solid #fff;
    font-size: 22px;
    line-height: 25px; }
  .button--large {
    font-size: 28px;
    line-height: 35px; }
  .remodal-close:before {
    width: 46px;
    font-size: 46px;
    line-height: 46px; }
  .remodal-close {
    width: 46px;
    height: 46px;
    outline: 0 !important;
    color: #fff; }
  .remodal--product {
    padding: 45px 15px 30px 15px;
    max-width: 250px; }
  .remodal--product .remodal__i {
    font-size: 17px;
    line-height: 24px; }
  .remodal--product .remodal__i .meta {
    margin: 15px 0 30px 0;
    font-size: 32px; }
  .content-group {
    padding: 0 35px; }
  .benefit-article p {
    font-size: 16px;
    line-height: 22px; }
  .benefit-article {
    padding: 20px 15px; }
  .footer-logo {
    padding: 20px; }
  .products-group__title h2 {
    font-size: 48px;
    line-height: 55px; }
  .product-b {
    max-width: 300px; }
  .remodal--fullscreen .remodal__i {
    padding: 35px 20px; }
  .remodal--fullscreen .remodal__i h3 {
    font-size: 26px;
    line-height: 38px; }
  .remodal--fullscreen .form-confirm h4 {
    font-size: 26px; }
  .remodal--fullscreen .form-confirm .form-control {
    font-size: 28px; }
  .remodal--fullscreen .form-confirm {
    margin: 20px 0 30px 0; }
  .remodal--fullscreen .remodal__i p {
    font-size: 20px;
    line-height: 28px; }
  .remodal--legal {
    padding: 35px 20px; 
    height: 100%;}
  .remodal--legal .remodal__i {
    padding: 0 30px 0 15px;
    font-size: 18px;
    line-height: 26px; }
  .page-sections {
    padding: 0;
    max-width: 1920px; } }

@media (min-width: 768px) {
  .mobile-block {
    display: none; }
  html.fp-enabled {
    overflow: hidden !important; } }

@media (max-width: 767px) {
  .mobile-block {
    display: block; }
  .footer-nav, .page-benefits, .footer-logo {
    display: none !important; }
  .section1 .content-group__left, .section1 .content-group__right {
    display: none; }
  .section1 .content-group {
    display: flex;
    flex-direction: column; 
    padding: 20px;
    background-image: url(../img/s1-bg-mobile.png);
    background-position: center;
    background-size: 350px;
    background-repeat: no-repeat;
    align-items: center;
    justify-content: center;
	min-height: 639px; }
  .section1 .content-group__center {
    padding: 0; 
    width: 100%;
    background-image: none;}
  .section-title {
    padding-top: 150px;
    padding-bottom: 150px; }
  .section-title h3 {
    font-size: 32px;
    line-height: 45px; }
  .section-title h1 {
    margin: 25px 0;
    font-size: 72px;
    line-height: 85px; }
  .section2 .content-group {
    display: flex;
    flex-direction: column;
    padding: 0;
    height: auto;

    align-items: center;
    justify-content: center; }
  .section2 .content-group__left, .section2 .content-group__center, .section2 .content-group__right {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 20px;
    min-height: 100vh;
    width: 100%;
    height: 100%;
    background-size: auto; 
    text-align: center;

    align-items: center;
    justify-content: center;}
    .section2 .content-group__left .section-benefits, .section2 .content-group__center .section-benefits, .section2 .content-group__right .section-benefits {
      position: relative;
      width: 100%; }
  .section2 .content-group__left {
    background-image: url(../img/s2-bg1-mobile.png);
    background-size: 350px;
	min-height: 609px; }
  .section2 .content-group__center {
    background-image: url(../img/s2-bg2-mobile.png);
    background-size: 350px;
	min-height: 610px; }
  .section2 .content-group__right {
    background-image: url(../img/s2-bg3-mobile.png);
    background-size: 350px;
	min-height: 602px; }
  .section-product {
    margin-top: 100px; 
    margin-bottom: 50px;}
  .section-product a {
    position: relative; 
    max-width: 220px;}
    .section-product a:after {
      position: absolute;
      right: 10px; 
      bottom: 10px;
      z-index: 1;
      width: 42px;
      height: 42px;
      content: url("../img/plus-icon.svg");}
  .remodal--product-left {
    margin-left: 0; }
  .remodal--product-right {
    margin-right: 0; }
  .section3 .content-group {
    display: block;
    padding: 0px;
    height: auto; }
  .section3 .content-group__left, .section3 .content-group__center, .section3 .content-group__right {
    display: flex;
    padding: 20px; 
    width: 100%;
    height: 100%;
    text-align: center;
	padding-top: 120px;
    align-items: center;
    justify-content: center;}
  .section3 .benefit-article {
    margin-right: auto;
    margin-left: auto;
    max-width: 500px; }
  .section3 p.image img {
    margin: 0 auto;
    max-width: 150px; }
  .section3 .benefit-article p {
    font-size: 28px;
    line-height: 36px; }
  .section4 .products-group {
    padding: 20px; }
  .section4 .section-footer {
    text-align: center; }
    .section4 .section-footer .footer-nav, .section4 .section-footer .footer-logo {
      position: relative;
      display: block !important;
      padding: 0; }
    .section4 .section-footer .footer-nav li {
      text-align: center; }
    .section4 .section-footer .footer-logo {
      margin: 25px 0 30px 0; }
	.section4 .section-footer .distance-for-fixed-benefits {
	  height: 90px; }
  .products-group__products {
    flex-direction: column; }
  .product-b--product2 {
    padding-top: 0; }
  .products-group__products {
    flex-direction: column;
    margin: 20px 0; }
  .products-group__title h2 {
    font-size: 45px;
    line-height: 50px; }
  .product-b {
    max-width: 270px; }
  .products-group__cta .button--large {
    min-width: 200px;
    background-color: #fff; 
    color: #96BC84;
    font-size: 30px;
    line-height: 50px;}
  .products-group__title {
    margin-top: 30px; }
  .section-scroll {
    margin-left: -40px;
    max-width: 80px; }
  .section-scroll--down {
    bottom: 0; }
  .section-scroll--up {
    top: 0; }
  .active .anim-content, .scrolled .anim-content, .anim-content {
    -webkit-transform: none;
    transform: none; }
  .section-scroll {
    display: none !important; }
  .section2 .content-group__center, .section2 .content-group__left, .section2 .content-group__right {
    margin-bottom: 30px; }
  .section2 .section-benefits ul {
    margin-bottom: 30px; } }

@media (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) and (max-width: 767px) {
  /* Retina-specific stuff here */
  .section1 .content-group {
    background-image: url(../img/s1-bg-mobile@2x.png); }
  .section2 .content-group__left {
    background-image: url(../img/s2-bg1-mobile@2x.png); }
  .section2 .content-group__center {
    background-image: url(../img/s2-bg2-mobile@2x.png); }
  .section2 .content-group__right {
    background-image: url(../img/s2-bg3-mobile@2x.png); } }

@media (max-width: 767px) and (max-height: 700px) {
  .section2 .content-group__left, .section2 .content-group__center, .section2 .content-group__right {
    background-size: contain; }
  .section-product a {
    max-width: 180px; }
  .section3 .benefit-article p {
    font-size: 25px;
    line-height: 32px; } }

@media (max-width: 575px) {
  .section-title h3 {
    font-size: 28px;
    line-height: 38px; }
  .section-title h1 {
    font-size: 66px;
    line-height: 80px; }
  .section3 .benefit-article p {
    font-size: 24px;
    line-height: 32px; }
  .products-group__title h2 {
    font-size: 38px;
    line-height: 48px; }
  .product-b {
    max-width: 250px; }
  .remodal {
    padding: 35px 20px; }
  .remodal--fullscreen .form-confirm .form-control {
    font-size: 22px; }
  .remodal--legal {
    padding: 50px 10px 25px 10px; }
  .remodal--legal .remodal__i {
    padding: 0 20px 0 10px; } }

@media (max-width: 480px) {
  .section-title h3 {
    font-size: 25px;
    line-height: 35px; }
  .section-title h1 {
    margin: 15px 0; }
  .section-product a {
    max-width: 200px; }
  .section3 .benefit-article p {
    font-size: 22px;
    line-height: 30px; }
  .products-group__title h2 {
    font-size: 35px;
    line-height: 45px; }
  .product-b {
    max-width: 230px; }
  .section-benefits {
    padding: 20px 0; }
  .remodal--fullscreen .remodal__i h3 {
    font-size: 22px;
    line-height: 30px; }
  .remodal--fullscreen .remodal__i {
    padding: 0; }
  .remodal--fullscreen .form-confirm h4 {
    font-size: 22px; }
  .remodal--fullscreen .form-confirm .form-control {
    font-size: 18px; }
  .remodal--fullscreen .form-confirm .form-control label {
    padding-left: 50px; }
  .remodal--fullscreen .form-confirm .jq-checkbox {
    width: 35px;
    height: 35px; }
  .remodal--fullscreen .form-confirm .jq-checkbox.checked .jq-checkbox__div, .remodal--fullscreen .form-confirm .form-control label:hover .jq-checkbox .jq-checkbox__div {
    width: 21px;
    height: 21px; }
  .remodal--fullscreen .form-confirm .form-control {
    margin-top: 10px; }
  .remodal--fullscreen .form-confirm {
    margin: 10px 0 20px 0; }
  .remodal--fullscreen .remodal__i p {
    font-size: 17px;
    line-height: 24px; }
  .remodal--fullscreen {
    overflow: auto; }
  .remodal--legal .remodal__i {
    padding: 0 30px 0 15px;
    font-size: 16px;
    line-height: 23px; }
  .remodal--legal .remodal__i h1 {
    margin-bottom: 20px; }
  .remodal--legal .remodal__i h3 {
    margin-bottom: 15px;
    letter-spacing: 0px; }
  h1 {
    margin-bottom: 25px;
    font-size: 26px; }
  h3 {
    margin-bottom: 15px;
    font-size: 20px; } }

@media (max-width: 400px) {
  .section3 .benefit-article p {
    font-size: 19px;
    line-height: 27px; }
  .section-title h1 {
    font-size: 58px;
    line-height: 70px; }
  .section-benefits li {
    margin: 0 15px; }
  .remodal--legal .remodal__i {
    padding: 0 20px 0 10px; } }

@media (max-width: 380px) and (max-height: 700px) {
  .section2 .content-group__center, .section2 .content-group__left, .section2 .content-group__right {
    background-size: 350px; } }
