/*! 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.
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
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 {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*!
 * Bootstrap Grid v4.0.0 (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 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @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; } }
  @media (min-width: 1400px) {
    .container {
      max-width: 1300px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.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, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto, .col-xxl2-1, .col-xxl2-2, .col-xxl2-3, .col-xxl2-4, .col-xxl2-5, .col-xxl2-6, .col-xxl2-7, .col-xxl2-8, .col-xxl2-9, .col-xxl2-10, .col-xxl2-11, .col-xxl2-12, .col-xxl2,
.col-xxl2-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    order: -1; }

  .order-sm-last {
    order: 13; }

  .order-sm-0 {
    order: 0; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    order: -1; }

  .order-md-last {
    order: 13; }

  .order-md-0 {
    order: 0; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    order: -1; }

  .order-lg-last {
    order: 13; }

  .order-lg-0 {
    order: 0; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    order: -1; }

  .order-xl-last {
    order: 13; }

  .order-xl-0 {
    order: 0; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1400px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xxl-first {
    order: -1; }

  .order-xxl-last {
    order: 13; }

  .order-xxl-0 {
    order: 0; }

  .order-xxl-1 {
    order: 1; }

  .order-xxl-2 {
    order: 2; }

  .order-xxl-3 {
    order: 3; }

  .order-xxl-4 {
    order: 4; }

  .order-xxl-5 {
    order: 5; }

  .order-xxl-6 {
    order: 6; }

  .order-xxl-7 {
    order: 7; }

  .order-xxl-8 {
    order: 8; }

  .order-xxl-9 {
    order: 9; }

  .order-xxl-10 {
    order: 10; }

  .order-xxl-11 {
    order: 11; }

  .order-xxl-12 {
    order: 12; }

  .offset-xxl-0 {
    margin-left: 0; }

  .offset-xxl-1 {
    margin-left: 8.3333333333%; }

  .offset-xxl-2 {
    margin-left: 16.6666666667%; }

  .offset-xxl-3 {
    margin-left: 25%; }

  .offset-xxl-4 {
    margin-left: 33.3333333333%; }

  .offset-xxl-5 {
    margin-left: 41.6666666667%; }

  .offset-xxl-6 {
    margin-left: 50%; }

  .offset-xxl-7 {
    margin-left: 58.3333333333%; }

  .offset-xxl-8 {
    margin-left: 66.6666666667%; }

  .offset-xxl-9 {
    margin-left: 75%; }

  .offset-xxl-10 {
    margin-left: 83.3333333333%; }

  .offset-xxl-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1500px) {
  .col-xxl2 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xxl2-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xxl2-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xxl2-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xxl2-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xxl2-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xxl2-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xxl2-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xxl2-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xxl2-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xxl2-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xxl2-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xxl2-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xxl2-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xxl2-first {
    order: -1; }

  .order-xxl2-last {
    order: 13; }

  .order-xxl2-0 {
    order: 0; }

  .order-xxl2-1 {
    order: 1; }

  .order-xxl2-2 {
    order: 2; }

  .order-xxl2-3 {
    order: 3; }

  .order-xxl2-4 {
    order: 4; }

  .order-xxl2-5 {
    order: 5; }

  .order-xxl2-6 {
    order: 6; }

  .order-xxl2-7 {
    order: 7; }

  .order-xxl2-8 {
    order: 8; }

  .order-xxl2-9 {
    order: 9; }

  .order-xxl2-10 {
    order: 10; }

  .order-xxl2-11 {
    order: 11; }

  .order-xxl2-12 {
    order: 12; }

  .offset-xxl2-0 {
    margin-left: 0; }

  .offset-xxl2-1 {
    margin-left: 8.3333333333%; }

  .offset-xxl2-2 {
    margin-left: 16.6666666667%; }

  .offset-xxl2-3 {
    margin-left: 25%; }

  .offset-xxl2-4 {
    margin-left: 33.3333333333%; }

  .offset-xxl2-5 {
    margin-left: 41.6666666667%; }

  .offset-xxl2-6 {
    margin-left: 50%; }

  .offset-xxl2-7 {
    margin-left: 58.3333333333%; }

  .offset-xxl2-8 {
    margin-left: 66.6666666667%; }

  .offset-xxl2-9 {
    margin-left: 75%; }

  .offset-xxl2-10 {
    margin-left: 83.3333333333%; }

  .offset-xxl2-11 {
    margin-left: 91.6666666667%; } }
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 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: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important; }

  .d-xxl-inline {
    display: inline !important; }

  .d-xxl-inline-block {
    display: inline-block !important; }

  .d-xxl-block {
    display: block !important; }

  .d-xxl-table {
    display: table !important; }

  .d-xxl-table-row {
    display: table-row !important; }

  .d-xxl-table-cell {
    display: table-cell !important; }

  .d-xxl-flex {
    display: flex !important; }

  .d-xxl-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1500px) {
  .d-xxl2-none {
    display: none !important; }

  .d-xxl2-inline {
    display: inline !important; }

  .d-xxl2-inline-block {
    display: inline-block !important; }

  .d-xxl2-block {
    display: block !important; }

  .d-xxl2-table {
    display: table !important; }

  .d-xxl2-table-row {
    display: table-row !important; }

  .d-xxl2-table-cell {
    display: table-cell !important; }

  .d-xxl2-flex {
    display: flex !important; }

  .d-xxl2-inline-flex {
    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: flex !important; }

  .d-print-inline-flex {
    display: inline-flex !important; } }
.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; } }
@media (min-width: 1400px) {
  .flex-xxl-row {
    flex-direction: row !important; }

  .flex-xxl-column {
    flex-direction: column !important; }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xxl-wrap {
    flex-wrap: wrap !important; }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-xxl-start {
    justify-content: flex-start !important; }

  .justify-content-xxl-end {
    justify-content: flex-end !important; }

  .justify-content-xxl-center {
    justify-content: center !important; }

  .justify-content-xxl-between {
    justify-content: space-between !important; }

  .justify-content-xxl-around {
    justify-content: space-around !important; }

  .align-items-xxl-start {
    align-items: flex-start !important; }

  .align-items-xxl-end {
    align-items: flex-end !important; }

  .align-items-xxl-center {
    align-items: center !important; }

  .align-items-xxl-baseline {
    align-items: baseline !important; }

  .align-items-xxl-stretch {
    align-items: stretch !important; }

  .align-content-xxl-start {
    align-content: flex-start !important; }

  .align-content-xxl-end {
    align-content: flex-end !important; }

  .align-content-xxl-center {
    align-content: center !important; }

  .align-content-xxl-between {
    align-content: space-between !important; }

  .align-content-xxl-around {
    align-content: space-around !important; }

  .align-content-xxl-stretch {
    align-content: stretch !important; }

  .align-self-xxl-auto {
    align-self: auto !important; }

  .align-self-xxl-start {
    align-self: flex-start !important; }

  .align-self-xxl-end {
    align-self: flex-end !important; }

  .align-self-xxl-center {
    align-self: center !important; }

  .align-self-xxl-baseline {
    align-self: baseline !important; }

  .align-self-xxl-stretch {
    align-self: stretch !important; } }
@media (min-width: 1500px) {
  .flex-xxl2-row {
    flex-direction: row !important; }

  .flex-xxl2-column {
    flex-direction: column !important; }

  .flex-xxl2-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xxl2-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xxl2-wrap {
    flex-wrap: wrap !important; }

  .flex-xxl2-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xxl2-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-xxl2-start {
    justify-content: flex-start !important; }

  .justify-content-xxl2-end {
    justify-content: flex-end !important; }

  .justify-content-xxl2-center {
    justify-content: center !important; }

  .justify-content-xxl2-between {
    justify-content: space-between !important; }

  .justify-content-xxl2-around {
    justify-content: space-around !important; }

  .align-items-xxl2-start {
    align-items: flex-start !important; }

  .align-items-xxl2-end {
    align-items: flex-end !important; }

  .align-items-xxl2-center {
    align-items: center !important; }

  .align-items-xxl2-baseline {
    align-items: baseline !important; }

  .align-items-xxl2-stretch {
    align-items: stretch !important; }

  .align-content-xxl2-start {
    align-content: flex-start !important; }

  .align-content-xxl2-end {
    align-content: flex-end !important; }

  .align-content-xxl2-center {
    align-content: center !important; }

  .align-content-xxl2-between {
    align-content: space-between !important; }

  .align-content-xxl2-around {
    align-content: space-around !important; }

  .align-content-xxl2-stretch {
    align-content: stretch !important; }

  .align-self-xxl2-auto {
    align-self: auto !important; }

  .align-self-xxl2-start {
    align-self: flex-start !important; }

  .align-self-xxl2-end {
    align-self: flex-end !important; }

  .align-self-xxl2-center {
    align-self: center !important; }

  .align-self-xxl2-baseline {
    align-self: baseline !important; }

  .align-self-xxl2-stretch {
    align-self: stretch !important; } }
.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

/* Typography */
/* Colors */
/* Breakpoints */
/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left)); } }
.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }

  .fancybox-slide--image {
    padding: 6px 0; }

  .fancybox-close-small {
    right: -6px; }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right)); } } }
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0; }

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  padding: 1px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--group {
  padding: 0; }

.select2-container--default .select2-results__option--disabled {
  color: #999; }

.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option--group {
  padding: 0; }

.select2-container--classic .select2-results__option--disabled {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

html,
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  height: 100%;
  color: #212721;
  font-size: 16px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none; }
  @media (min-width: 992px) {
    html,
    body {
      font-size: 18px; } }
  @media (min-width: 1200px) {
    html,
    body {
      font-size: 21px; } }

::-moz-selection {
  text-shadow: none;
  background: #f8e18a; }

::selection {
  text-shadow: none;
  background: #f8e18a; }

img::selection {
  background: 0 0; }

img::-moz-selection {
  background: 0 0; }

/*****************
*   Typography   *
******************/
p, .p {
  font-size: 16px;
  line-height: 160%;
  font-weight: 500;
  margin: 0 0 20px;
  color: inherit; }
  @media (min-width: 992px) {
    p, .p {
      font-size: 18px; } }
  @media (min-width: 1200px) {
    p, .p {
      font-size: 21px; } }
  p.xxs, .p.xxs {
    font-size: 11px;
    line-height: 180%; }
  p.xs, .p.xs {
    font-size: 13px;
    line-height: 180%; }
  p.xsm, .p.xsm {
    font-size: 14px;
    line-height: 180%; }
  @media (min-width: 1200px) {
    p.sm, .p.sm {
      font-size: 18px; } }
  p.lg, .p.lg {
    font-size: 20px; }
    @media (min-width: 1200px) {
      p.lg, .p.lg {
        font-size: 24px; } }

b {
  font-weight: 600; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
h7, .h7 {
  font-family: "Montserrat", sans-serif;
  color: inherit;
  line-height: 110%;
  margin: 0 0 20px; }

h1, .h1 {
  font-size: 38px; }
  @media (min-width: 576px) and (max-width: 991px) {
    h1, .h1 {
      font-size: 50px; } }
  @media (min-width: 992px) {
    h1, .h1 {
      font-size: 75px; } }
  @media (min-width: 1400px) {
    h1, .h1 {
      font-size: 88px; } }
  @media (min-width: 992px) {
    h1.sm, .h1.sm {
      font-size: 75px; } }
  @media (min-width: 1400px) {
    h1.lg, .h1.lg {
      font-size: 100px; } }

h2, .h2 {
  font-size: 32px; }
  @media (min-width: 992px) {
    h2, .h2 {
      font-size: 50px; } }
  @media (min-width: 1400px) {
    h2, .h2 {
      font-size: 56px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    h2.sm-in-lg, .h2.sm-in-lg {
      font-size: 32px; } }
  @media (min-width: 992px) {
    h2.sm, .h2.sm {
      font-size: 50px; } }
  @media (min-width: 992px) {
    h2.lg, .h2.lg {
      font-size: 62px; } }

h3, .h3 {
  font-size: 28px; }
  @media (min-width: 992px) {
    h3, .h3 {
      font-size: 45px; } }

h4, .h4 {
  font-size: 21px; }
  @media (min-width: 992px) {
    h4, .h4 {
      font-size: 35px; } }
  @media (min-width: 992px) {
    h4.sm, .h4.sm {
      font-size: 32px; } }

h5, .h5 {
  font-size: 18px; }
  @media (min-width: 992px) {
    h5, .h5 {
      font-size: 28px; } }
  @media (min-width: 992px) {
    h5.sm, .h5.sm {
      font-size: 24px; } }

h6, .h6 {
  font-size: 16px; }
  @media (min-width: 992px) {
    h6, .h6 {
      font-size: 21px; } }
  h6.sm, .h6.sm {
    font-size: 16px; }
    @media (min-width: 1400px) {
      h6.sm, .h6.sm {
        font-size: 18px; } }

ul, ol {
  margin: 0 0 20px;
  padding: 0;
  list-style: none; }
  ul li, ol li {
    position: relative;
    line-height: 140%;
    padding: 0 0 12px; }
  ul:not(.inline) > :last-child, ol:not(.inline) > :last-child {
    padding-bottom: 0 !important; }

ul.bullets.bullets-primary li:before {
  background-color: #69be4b; }
ul.bullets li {
  padding-left: 20px; }
  @media (min-width: 992px) {
    ul.bullets li {
      padding-left: 30px; } }
  ul.bullets li:before {
    content: " ";
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #000000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    top: 7px; }
    @media (min-width: 992px) {
      ul.bullets li:before {
        top: 9px; } }
    @media (min-width: 1200px) {
      ul.bullets li:before {
        top: 12px; } }

ul.arrows li {
  padding-bottom: 10px; }
  ul.arrows li span {
    position: relative;
    display: inline;
    padding-left: 20px;
    font-size: 20px; }
    @media (min-width: 1200px) {
      ul.arrows li span {
        font-size: 24px; } }
    ul.arrows li span:before {
      content: " ";
      position: absolute;
      left: 0;
      top: 6px;
      width: 8px;
      height: 14px;
      background-image: url("../img/others/bullet-arrow.svg");
      -webkit-background-size: 8px 14px;
      -moz-background-size: 8px 14px;
      background-size: 8px 14px;
      background-position: center right;
      background-repeat: no-repeat; }

ol {
  counter-reset: my-counter; }
  ol li {
    counter-increment: my-counter;
    padding-left: 20px; }
    @media (min-width: 992px) {
      ol li {
        padding-left: 30px; } }
    ol li:before {
      content: counter(my-counter) ". ";
      position: absolute;
      top: 0;
      left: 0;
      width: 6px;
      height: 6px; }

hr {
  border: 0;
  outline: 0;
  margin: 0;
  border-bottom: solid 1px #f4cc3c; }
  hr.md {
    border-bottom-width: 2px; }
  hr.lg {
    border-bottom-width: 4px; }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  margin: 0 0 20px;
  -webkit-overflow-scrolling: touch; }

table {
  width: 100%;
  border-collapse: collapse; }

/****************
*   Utilities   *
*****************/
* {
  /* Primary Text Colors */
  /* Black & White Text Colors */
  /* Primary Background colors */
  /* Black & White Background Colors */
  /* Primary Border colors */
  /* Black & White Border Colors */ }
  @media (min-width: 0) and (max-width: 575px) {
    *.desktop-xs {
      display: none !important; } }
  @media (min-width: 576px) {
    *.mobile-xs {
      display: none !important; } }
  @media (min-width: 0) and (max-width: 767px) {
    *.desktop-sm {
      display: none !important; } }
  @media (min-width: 768px) {
    *.mobile-sm {
      display: none !important; } }
  @media (min-width: 0) and (max-width: 991px) {
    *.desktop-md {
      display: none !important; } }
  @media (min-width: 992px) {
    *.mobile-md {
      display: none !important; } }
  *.relative {
    position: relative; }
  *.inline-block {
    display: inline-block; }
  *.inline {
    display: inline; }
  *.block {
    display: block; }
  *.float-l {
    float: left; }
  *.float-r {
    float: right; }
  @media (min-width: 768px) {
    *.v-center {
      display: flex !important;
      justify-content: center;
      flex-direction: column; } }
  @media (min-width: 576px) {
    *.v-center-sm {
      display: flex !important;
      justify-content: center;
      flex-direction: column; } }
  *.z-index {
    position: relative;
    z-index: 1; }
  *.z-index-up {
    position: relative;
    z-index: 5; }
  *.z-index-top {
    position: relative;
    z-index: 6; }
  *.t-center {
    text-align: center; }
  *.t-left {
    text-align: left; }
  *.t-right {
    text-align: right; }
  @media (min-width: 0) and (max-width: 767px) {
    *.t-center-sm {
      text-align: center; } }
  @media (min-width: 0) and (max-width: 991px) {
    *.t-center-md {
      text-align: center; } }
  *.t-uppercase {
    text-transform: uppercase; }
  *.t-italic {
    font-style: italic; }
  *.t-regular {
    font-weight: 400; }
  *.t-medium {
    font-weight: 500; }
  *.t-semibold {
    font-weight: 600; }
  *.t-bold {
    font-weight: 700; }
  *.lh {
    line-height: 100%; }
  *.lh-md {
    line-height: 120%; }
  *.lh-lg {
    line-height: 140%; }
  *.lh-xl {
    line-height: 160%; }
  *.primary {
    font-family: "Montserrat", sans-serif; }
  *.t-primary {
    color: #69be4b; }
  *.t-secondary {
    color: #f4cc3c; }
  *.t-black {
    color: #000000; }
  *.t-gray-darkest {
    color: #111111; }
  *.t-gray-darker {
    color: #222222; }
  *.t-gray-dark {
    color: #333333; }
  *.t-gray {
    color: #666666; }
  *.t-gray-light {
    color: #999999; }
  *.t-gray-lighter {
    color: #cccccc; }
  *.t-gray-lightest {
    color: #ecedec; }
  *.t-white {
    color: #ffffff; }
  *.t-brand-gray {
    color: #212721; }
  *.bg-primary {
    background-color: #69be4b; }
  *.bg-secondary {
    background-color: #f4cc3c; }
  *.bg-black {
    background-color: #000000; }
  *.bg-gray-darkest {
    background-color: #111111; }
  *.bg-gray-darker {
    background-color: #222222; }
  *.bg-gray-dark {
    background-color: #333333; }
  *.bg-gray {
    background-color: #666666; }
  *.bg-gray-light {
    background-color: #999999; }
  *.bg-gray-lighter {
    background-color: #cccccc; }
  *.bg-gray-lightest {
    background-color: #ecedec; }
  *.bg-white {
    background-color: #ffffff; }
  *.bg-brand-gray {
    background-color: #212721; }
  *.b-primary {
    border-color: #69be4b; }
  *.b-secondary {
    border-color: #f4cc3c; }
  *.b-black {
    border-color: #000000; }
  *.b-gray-darkest {
    border-color: #111111; }
  *.b-gray-darker {
    border-color: #222222; }
  *.b-gray-dark {
    border-color: #333333; }
  *.b-gray {
    border-color: #666666; }
  *.b-gray-light {
    border-color: #999999; }
  *.b-gray-lighter {
    border-color: #cccccc; }
  *.b-gray-lightest {
    border-color: #ecedec; }
  *.b-white {
    border-color: #ffffff; }
  *.b-brand-gray {
    border-color: #212721; }
  *.opac60 {
    opacity: 0.6; }
  *.no-m {
    margin-bottom: 0; }
  *.m-xxs {
    margin-bottom: 5px; }
  *.compensate-m-xxs {
    margin-bottom: -5px; }
  *.m-xs {
    margin-bottom: 10px; }
  *.compensate-m-xs {
    margin-bottom: -10px; }
  *.m-sm {
    margin-bottom: 15px; }
  *.compensate-m-sm {
    margin-bottom: -15px; }
  *.m {
    margin-bottom: 20px; }
  *.compensate-m {
    margin-bottom: -20px; }
  *.m-gutter {
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      *.m-gutter {
        margin-bottom: 30px; } }
  *.compensate-m-gutter {
    margin-bottom: -20px; }
    @media (min-width: 992px) {
      *.compensate-m-gutter {
        margin-bottom: -30px; } }
  *.m-gutter-fixed {
    margin-bottom: 30px; }
  *.compensate-m-gutter-fixed {
    margin-bottom: -30px; }
  *.m-md {
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      *.m-md {
        margin-bottom: 40px; } }
  *.compensate-m-md {
    margin-bottom: -20px; }
    @media (min-width: 992px) {
      *.compensate-m-md {
        margin-bottom: -40px; } }
  *.m-md-2 {
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      *.m-md-2 {
        margin-bottom: 40px; } }
  *.compensate-m-md-2 {
    margin-bottom: -30px; }
    @media (min-width: 992px) {
      *.compensate-m-md-2 {
        margin-bottom: -40px; } }
  *.m-md-fixed {
    margin-bottom: 40px; }
  *.compensate-m-md-fixed {
    margin-bottom: -40px; }
  *.m-lg {
    margin-bottom: 40px; }
    @media (min-width: 992px) {
      *.m-lg {
        margin-bottom: 60px; } }
  *.compensate-m-lg {
    margin-bottom: -40px; }
    @media (min-width: 992px) {
      *.compensate-m-lg {
        margin-bottom: -60px; } }
  *.m-lg-2 {
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      *.m-lg-2 {
        margin-bottom: 60px; } }
  *.compensate-m-lg-2 {
    margin-bottom: -30px; }
    @media (min-width: 992px) {
      *.compensate-m-lg-2 {
        margin-bottom: -60px; } }
  *.m-lg-3 {
    margin-bottom: 45px; }
    @media (min-width: 992px) {
      *.m-lg-3 {
        margin-bottom: 60px; } }
  *.compensate-m-lg-3 {
    margin-bottom: -45px; }
    @media (min-width: 992px) {
      *.compensate-m-lg-3 {
        margin-bottom: -60px; } }
  *.m-lg-fixed {
    margin-bottom: 60px; }
  *.compensate-m-lg-fixed {
    margin-bottom: -60px; }
  *.m-xl {
    margin-bottom: 40px; }
    @media (min-width: 992px) {
      *.m-xl {
        margin-bottom: 80px; } }
  *.compensate-m-xl {
    margin-bottom: -40px; }
    @media (min-width: 992px) {
      *.compensate-m-xl {
        margin-bottom: -80px; } }
  *.m-xl-2 {
    margin-bottom: 45px; }
    @media (min-width: 992px) {
      *.m-xl-2 {
        margin-bottom: 80px; } }
  *.compensate-m-xl-2 {
    margin-bottom: -45px; }
    @media (min-width: 992px) {
      *.compensate-m-xl-2 {
        margin-bottom: -80px; } }
  *.m-xxl {
    margin-bottom: 40px; }
    @media (min-width: 768px) and (max-width: 991px) {
      *.m-xxl {
        margin-bottom: 60px; } }
    @media (min-width: 992px) {
      *.m-xxl {
        margin-bottom: 100px; } }
  *.compensate-m-xxl {
    margin-bottom: -40px; }
    @media (min-width: 768px) and (max-width: 991px) {
      *.compensate-m-xxl {
        margin-bottom: -60px; } }
    @media (min-width: 992px) {
      *.compensate-m-xxl {
        margin-bottom: -100px; } }
  *.pad-lg {
    padding: 60px 0; }
    @media (min-width: 992px) {
      *.pad-lg {
        padding: 120px 0; } }
    @media (min-width: 1200px) {
      *.pad-lg {
        padding: 200px 0; } }
  *.pad-lg-bottom {
    padding-bottom: 60px; }
    @media (min-width: 992px) {
      *.pad-lg-bottom {
        padding-bottom: 120px; } }
    @media (min-width: 1200px) {
      *.pad-lg-bottom {
        padding-bottom: 200px; } }
  *.pad-lg-top {
    padding-top: 60px; }
    @media (min-width: 992px) {
      *.pad-lg-top {
        padding-top: 120px; } }
    @media (min-width: 1200px) {
      *.pad-lg-top {
        padding-top: 200px; } }
  *.pad-lg-2 {
    padding: 60px 0; }
    @media (min-width: 992px) {
      *.pad-lg-2 {
        padding: 120px 0; } }
    @media (min-width: 1500px) {
      *.pad-lg-2 {
        padding: 200px 0; } }
  *.pad-lg-bottom-2 {
    padding-bottom: 60px; }
    @media (min-width: 992px) {
      *.pad-lg-bottom-2 {
        padding-bottom: 120px; } }
    @media (min-width: 1500px) {
      *.pad-lg-bottom-2 {
        padding-bottom: 200px; } }
  *.pad-lg-top-2 {
    padding-top: 60px; }
    @media (min-width: 992px) {
      *.pad-lg-top-2 {
        padding-top: 120px; } }
    @media (min-width: 1500px) {
      *.pad-lg-top-2 {
        padding-top: 200px; } }
  *.pad {
    padding: 60px 0; }
    @media (min-width: 992px) {
      *.pad {
        padding: 120px 0; } }
    @media (min-width: 1200px) {
      *.pad {
        padding: 150px 0; } }
  *.pad-bottom {
    padding-bottom: 60px; }
    @media (min-width: 992px) {
      *.pad-bottom {
        padding-bottom: 120px; } }
    @media (min-width: 1200px) {
      *.pad-bottom {
        padding-bottom: 150px; } }
  *.pad-top {
    padding-top: 60px; }
    @media (min-width: 992px) {
      *.pad-top {
        padding-top: 120px; } }
    @media (min-width: 1200px) {
      *.pad-top {
        padding-top: 150px; } }
  *.pad-md {
    padding: 60px 0; }
    @media (min-width: 992px) {
      *.pad-md {
        padding: 100px 0; } }
  *.pad-md-bottom {
    padding-bottom: 60px; }
    @media (min-width: 992px) {
      *.pad-md-bottom {
        padding-bottom: 100px; } }
  *.pad-md-top {
    padding-top: 60px; }
    @media (min-width: 992px) {
      *.pad-md-top {
        padding-top: 100px; } }
  *.pad-md-2 {
    padding: 40px 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      *.pad-md-2 {
        padding: 60px 0; } }
    @media (min-width: 992px) {
      *.pad-md-2 {
        padding: 100px 0; } }
  *.pad-md-2-bottom {
    padding-bottom: 40px; }
    @media (min-width: 768px) and (max-width: 991px) {
      *.pad-md-2-bottom {
        padding-bottom: 60px; } }
    @media (min-width: 992px) {
      *.pad-md-2-bottom {
        padding-bottom: 100px; } }
  *.pad-md-2-top {
    padding-top: 40px; }
    @media (min-width: 768px) and (max-width: 991px) {
      *.pad-md-2-top {
        padding-top: 60px; } }
    @media (min-width: 992px) {
      *.pad-md-2-top {
        padding-top: 100px; } }
  *.pad-bottom-compensate-footer {
    padding-bottom: 20px; }
    @media (min-width: 992px) {
      *.pad-bottom-compensate-footer {
        padding-bottom: 30px; } }
    @media (min-width: 1200px) {
      *.pad-bottom-compensate-footer {
        padding-bottom: 60px; } }
  *.pad-sm {
    padding: 60px 0; }
    @media (min-width: 992px) {
      *.pad-sm {
        padding: 80px 0; } }
  *.pad-sm-bottom {
    padding-bottom: 60px; }
    @media (min-width: 992px) {
      *.pad-sm-bottom {
        padding-bottom: 80px; } }
  *.pad-sm-top {
    padding-top: 60px; }
    @media (min-width: 992px) {
      *.pad-sm-top {
        padding-top: 80px; } }
  *.pad-xs {
    padding: 30px 0; }
    @media (min-width: 992px) {
      *.pad-xs {
        padding: 40px 0; } }
    @media (min-width: 1400px) {
      *.pad-xs {
        padding: 60px 0; } }
  *.pad-xs-bottom {
    padding-bottom: 30px; }
    @media (min-width: 992px) {
      *.pad-xs-bottom {
        padding-bottom: 40px; } }
    @media (min-width: 1400px) {
      *.pad-xs-bottom {
        padding-bottom: 60px; } }
  *.pad-xs-top {
    padding-top: 30px; }
    @media (min-width: 992px) {
      *.pad-xs-top {
        padding-top: 40px; } }
    @media (min-width: 1400px) {
      *.pad-xs-top {
        padding-top: 60px; } }
  *.pad-xs-2 {
    padding: 40px 0; }
    @media (min-width: 992px) {
      *.pad-xs-2 {
        padding: 60px 0; } }
  *.pad-xs-bottom-2 {
    padding-bottom: 40px; }
    @media (min-width: 992px) {
      *.pad-xs-bottom-2 {
        padding-bottom: 60px; } }
  *.pad-xs-top-2 {
    padding-top: 40px; }
    @media (min-width: 992px) {
      *.pad-xs-top-2 {
        padding-top: 60px; } }
  *.no-pad {
    padding: 0; }
  *.no-pad-bottom {
    padding-bottom: 0; }
  *.no-pad-top {
    padding-top: 0; }
  @media (min-width: 0) and (max-width: 991px) {
    *.no-pad-mobile {
      padding: 0; } }
  @media (min-width: 0) and (max-width: 991px) {
    *.no-pad-bottom-mobile {
      padding-bottom: 0; } }
  @media (min-width: 0) and (max-width: 991px) {
    *.no-pad-top-mobile {
      padding-top: 0; } }
  *.pad-lateral-xs {
    padding-left: 30px;
    padding-right: 30px; }
    @media (min-width: 992px) {
      *.pad-lateral-xs {
        padding-left: 40px;
        padding-right: 40px; } }
    @media (min-width: 1400px) {
      *.pad-lateral-xs {
        padding-left: 60px;
        padding-right: 60px; } }

/*******************
*   Images & SVG   *
********************/
img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
  display: block; }
  img.img-circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }

svg {
  display: block;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
  svg path, svg polygon, svg rect, svg circle {
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -ms-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease; }

/**********************
*   Buttons & Links   *
***********************/
a, button {
  text-decoration: none;
  border: none;
  outline: 0 !important;
  background: transparent;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
  a:hover, a.active, button:hover, button.active {
    text-decoration: none; }

a {
  color: inherit;
  position: relative; }
  a:hover, a.active {
    color: #69be4b; }

.link {
  display: inline-block;
  color: #69be4b;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%; }
  @media (min-width: 992px) {
    .link {
      font-size: 21px; } }
  .link svg {
    height: 16px;
    display: inline-block;
    margin-left: 5px; }
    .link svg path, .link svg polygon, .link svg rect, .link svg circle {
      fill: #69be4b; }
  .link:hover, .link.active {
    color: #b5dEa6; }
    .link:hover svg, .link.active svg {
      -webkit-transform: translateX(5px);
      -moz-transform: translateX(5px);
      -o-transform: translateX(5px);
      transform: translateX(5px); }
      .link:hover svg path, .link:hover svg polygon, .link:hover svg rect, .link:hover svg circle, .link.active svg path, .link.active svg polygon, .link.active svg rect, .link.active svg circle {
        fill: #b5dEa6; }
  .link.secondary {
    color: #f4cc3c; }
    .link.secondary:hover, .link.secondary.active {
      color: #ffffff; }
      .link.secondary:hover svg path, .link.secondary:hover svg polygon, .link.secondary:hover svg rect, .link.secondary:hover svg circle, .link.secondary.active svg path, .link.secondary.active svg polygon, .link.secondary.active svg rect, .link.secondary.active svg circle {
        fill: #ffffff; }
  .link.primary-white:hover, .link.primary-white.active {
    color: #ffffff; }
    .link.primary-white:hover svg path, .link.primary-white:hover svg polygon, .link.primary-white:hover svg rect, .link.primary-white:hover svg circle, .link.primary-white.active svg path, .link.primary-white.active svg polygon, .link.primary-white.active svg rect, .link.primary-white.active svg circle {
      fill: #ffffff; }

.btn {
  position: relative;
  border: solid 3px transparent;
  display: inline-block;
  text-align: center;
  line-height: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  min-width: 100px;
  font-weight: bold;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  -ms-border-radius: 23px;
  border-radius: 23px;
  padding: 6px 15px;
  font-size: 18px; }
  @media (min-width: 992px) {
    .btn {
      font-size: 21px; } }
  .btn svg {
    height: 16px;
    display: inline-block;
    margin-right: 3px; }
    .btn svg path, .btn svg polygon, .btn svg rect, .btn svg circle {
      fill: #69be4b; }
  .btn.sm {
    font-size: 16px;
    padding: 6px 10px;
    min-width: inherit; }
    @media (min-width: 576px) and (max-width: 991px) {
      .btn.sm {
        font-size: 14px; } }
    @media (min-width: 0) and (max-width: 575px) {
      .btn.sm {
        font-size: 12px;
        padding: 6px; } }
  .btn.lg {
    font-size: 18px;
    padding: 11px 25px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px; }
    @media (min-width: 992px) {
      .btn.lg {
        font-size: 24px;
        padding: 11px 35px;
        -webkit-border-radius: 26px;
        -moz-border-radius: 26px;
        -ms-border-radius: 26px;
        border-radius: 26px; } }
  .btn.xl {
    font-size: 18px;
    padding: 11px 25px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px; }
    @media (min-width: 992px) {
      .btn.xl {
        font-size: 28px;
        padding: 11px 35px;
        -webkit-border-radius: 26px;
        -moz-border-radius: 26px;
        -ms-border-radius: 26px;
        border-radius: 26px; } }
  .btn.pad-lg {
    padding: 11px 20px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px; }
    @media (min-width: 992px) {
      .btn.pad-lg {
        padding: 11px 35px;
        -webkit-border-radius: 26px;
        -moz-border-radius: 26px;
        -ms-border-radius: 26px;
        border-radius: 26px; } }
  .btn.no-pad {
    padding-left: 0;
    padding-right: 0; }
  .btn.full-width {
    width: 100%;
    min-width: 100px; }
  .btn.min-width {
    width: 220px; }
    @media (min-width: 992px) {
      .btn.min-width {
        width: 280px; } }
  .btn.absolute-icon svg {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 8px; }
    @media (min-width: 992px) {
      .btn.absolute-icon svg {
        height: 10px; } }
  .btn.btn-primary {
    background-color: #69be4b;
    border-color: transparent;
    color: #ffffff; }
    .btn.btn-primary svg path, .btn.btn-primary svg polygon, .btn.btn-primary svg rect, .btn.btn-primary svg circle {
      fill: #ffffff; }
    .btn.btn-primary:hover, .btn.btn-primary.active {
      background-color: transparent;
      border-color: #69be4b;
      color: #69be4b; }
      .btn.btn-primary:hover svg path, .btn.btn-primary:hover svg polygon, .btn.btn-primary:hover svg rect, .btn.btn-primary:hover svg circle, .btn.btn-primary.active svg path, .btn.btn-primary.active svg polygon, .btn.btn-primary.active svg rect, .btn.btn-primary.active svg circle {
        fill: #69be4b; }
  .btn.btn-primary-o {
    background-color: transparent;
    border-color: #69be4b;
    color: #69be4b; }
    .btn.btn-primary-o:hover, .btn.btn-primary-o.active {
      background-color: #69be4b;
      color: #ffffff; }
  .btn.btn-secondary {
    background-color: #f4cc3c;
    border-color: transparent;
    color: #ffffff; }
    .btn.btn-secondary svg path, .btn.btn-secondary svg polygon, .btn.btn-secondary svg rect, .btn.btn-secondary svg circle {
      fill: #ffffff; }
    .btn.btn-secondary:hover, .btn.btn-secondary.active {
      background-color: transparent;
      border-color: #f4cc3c;
      color: #f4cc3c; }
      .btn.btn-secondary:hover svg path, .btn.btn-secondary:hover svg polygon, .btn.btn-secondary:hover svg rect, .btn.btn-secondary:hover svg circle, .btn.btn-secondary.active svg path, .btn.btn-secondary.active svg polygon, .btn.btn-secondary.active svg rect, .btn.btn-secondary.active svg circle {
        fill: #f4cc3c; }
  .btn.btn-secondary-o {
    background-color: transparent;
    border-color: #f4cc3c;
    color: #f4cc3c; }
    .btn.btn-secondary-o:hover, .btn.btn-secondary-o.active {
      background-color: #f4cc3c;
      color: #ffffff; }
  .btn.btn-gray {
    background-color: #ecedec;
    border-color: transparent;
    color: #69be4b; }
    .btn.btn-gray svg path, .btn.btn-gray svg polygon, .btn.btn-gray svg rect, .btn.btn-gray svg circle {
      fill: #69be4b; }
    .btn.btn-gray:hover, .btn.btn-gray.active {
      background-color: transparent;
      border-color: #ecedec;
      color: #69be4b; }
      .btn.btn-gray:hover svg path, .btn.btn-gray:hover svg polygon, .btn.btn-gray:hover svg rect, .btn.btn-gray:hover svg circle, .btn.btn-gray.active svg path, .btn.btn-gray.active svg polygon, .btn.btn-gray.active svg rect, .btn.btn-gray.active svg circle {
        fill: #69be4b; }
  .btn.btn-white {
    background-color: #ffffff;
    border-color: transparent;
    color: #69be4b; }
    .btn.btn-white svg path, .btn.btn-white svg polygon, .btn.btn-white svg rect, .btn.btn-white svg circle {
      fill: #69be4b; }
    .btn.btn-white:hover, .btn.btn-white.active {
      background-color: transparent;
      border-color: #ffffff;
      color: #69be4b; }
      .btn.btn-white:hover svg path, .btn.btn-white:hover svg polygon, .btn.btn-white:hover svg rect, .btn.btn-white:hover svg circle, .btn.btn-white.active svg path, .btn.btn-white.active svg polygon, .btn.btn-white.active svg rect, .btn.btn-white.active svg circle {
        fill: #69be4b; }
  .btn.btn-white-alt {
    background-color: #ffffff;
    border-color: transparent;
    color: #ecedec; }
    .btn.btn-white-alt svg path, .btn.btn-white-alt svg polygon, .btn.btn-white-alt svg rect, .btn.btn-white-alt svg circle {
      fill: #ecedec; }
    .btn.btn-white-alt:hover, .btn.btn-white-alt.active {
      background-color: #ffffff;
      border-color: transparent;
      color: #ecedec; }
      .btn.btn-white-alt:hover svg path, .btn.btn-white-alt:hover svg polygon, .btn.btn-white-alt:hover svg rect, .btn.btn-white-alt:hover svg circle, .btn.btn-white-alt.active svg path, .btn.btn-white-alt.active svg polygon, .btn.btn-white-alt.active svg rect, .btn.btn-white-alt.active svg circle {
        fill: #ecedec; }

.btn-round-highlight {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
  width: 220px;
  height: 220px;
  text-align: center;
  -webkit-transform: rotate(18deg);
  -moz-transform: rotate(18deg);
  -o-transform: rotate(18deg);
  transform: rotate(18deg); }
  @media (min-width: 768px) {
    .btn-round-highlight {
      width: 260px;
      height: 260px; } }
  @media (min-width: 1200px) {
    .btn-round-highlight {
      width: 330px;
      height: 330px; } }
  .btn-round-highlight svg {
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s; }
    .btn-round-highlight svg path, .btn-round-highlight svg polygon, .btn-round-highlight svg rect, .btn-round-highlight svg circle {
      fill: #ffffff; }
  .btn-round-highlight .content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0; }
    .btn-round-highlight .content h2 {
      color: #69be4b;
      margin-top: -20px;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      @media (min-width: 0) and (max-width: 767px) {
        .btn-round-highlight .content h2 {
          font-size: 21px;
          margin-bottom: 8px; } }
      @media (min-width: 768px) and (max-width: 1199px) {
        .btn-round-highlight .content h2 {
          font-size: 25px; } }
    .btn-round-highlight .content h3 {
      color: #f4cc3c;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      @media (min-width: 0) and (max-width: 767px) {
        .btn-round-highlight .content h3 {
          font-size: 16px; } }
      @media (min-width: 768px) and (max-width: 1199px) {
        .btn-round-highlight .content h3 {
          font-size: 18px; } }
  .btn-round-highlight:hover svg path, .btn-round-highlight:hover svg polygon, .btn-round-highlight:hover svg rect, .btn-round-highlight:hover svg circle, .btn-round-highlight.active svg path, .btn-round-highlight.active svg polygon, .btn-round-highlight.active svg rect, .btn-round-highlight.active svg circle {
    fill: #f4cc3c; }
  .btn-round-highlight:hover .content h2, .btn-round-highlight.active .content h2 {
    color: #ffffff; }
  .btn-round-highlight:hover .content h3, .btn-round-highlight.active .content h3 {
    color: #f8e18a; }

/************
*   Forms   *
*************/
form {
  position: relative; }
  form.alt .form-group .select2 .selection .select2-selection {
    border: solid 1px #69be4b;
    -webkit-border-radius: 0 0 0 10px;
    -moz-border-radius: 0 0 0 10px;
    -ms-border-radius: 0 0 0 10px;
    border-radius: 0 0 0 10px;
    border-top: 0;
    border-right: 0;
    font-size: 18px;
    padding: 4px 0 6px 12px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      form.alt .form-group .select2 .selection .select2-selection {
        padding: 4px 0 6px 12px; } }
    @media (min-width: 1200px) {
      form.alt .form-group .select2 .selection .select2-selection {
        font-size: 21px;
        padding: 2px 0 8px 12px; } }
    @media (min-width: 1400px) {
      form.alt .form-group .select2 .selection .select2-selection {
        font-size: 26px; } }
    form.alt .form-group .select2 .selection .select2-selection .select2-selection__placeholder {
      font-style: italic;
      color: #cccccc; }
    form.alt .form-group .select2 .selection .select2-selection .select2-selection__arrow {
      background-image: url("../img/form/gray-lightest/dropdown.svg");
      top: -2px;
      right: -16px; }
    form.alt .form-group .select2 .selection .select2-selection .select2-selection__clear {
      background-image: url("../img/form/gray-lightest/close.svg");
      top: -3px;
      right: 25px; }
  form.white .form-group .form-control {
    color: #ffffff; }
    form.white .form-group .form-control::-webkit-input-placeholder {
      color: #ffffff !important; }
    form.white .form-group .form-control:-moz-placeholder {
      color: #ffffff !important;
      opacity: 1; }
    form.white .form-group .form-control::-moz-placeholder {
      color: #ffffff !important;
      opacity: 1; }
    form.white .form-group .form-control:-ms-input-placeholder {
      color: #ffffff !important; }
    form.white .form-group .form-control.error {
      color: #ffaec5 !important; }
      form.white .form-group .form-control.error::-webkit-input-placeholder {
        color: #ffaec5 !important; }
      form.white .form-group .form-control.error:-moz-placeholder {
        color: #ffaec5 !important;
        opacity: 1; }
      form.white .form-group .form-control.error::-moz-placeholder {
        color: #ffaec5 !important;
        opacity: 1; }
      form.white .form-group .form-control.error:-ms-input-placeholder {
        color: #ffaec5 !important; }
  form.white .form-group .checkbox label, form.white .form-group .checkbox .label, form.white .form-group .radio label, form.white .form-group .radio .label {
    color: #ffffff; }
    form.white .form-group .checkbox label:after, form.white .form-group .checkbox .label:after, form.white .form-group .radio label:after, form.white .form-group .radio .label:after {
      background-image: url("../img/form/secondary/check.svg"); }
    form.white .form-group .checkbox label a, form.white .form-group .checkbox .label a, form.white .form-group .radio label a, form.white .form-group .radio .label a {
      color: #ffffff; }
      form.white .form-group .checkbox label a:hover, form.white .form-group .checkbox label a.active, form.white .form-group .checkbox .label a:hover, form.white .form-group .checkbox .label a.active, form.white .form-group .radio label a:hover, form.white .form-group .radio label a.active, form.white .form-group .radio .label a:hover, form.white .form-group .radio .label a.active {
        color: #f4cc3c !important; }
  form.white .form-group .checkbox input[type=checkbox].error + label,
  form.white .form-group .checkbox input[type=radio].error + label, form.white .form-group .radio input[type=checkbox].error + label,
  form.white .form-group .radio input[type=radio].error + label {
    color: #ffaec5 !important; }
    form.white .form-group .checkbox input[type=checkbox].error + label a,
    form.white .form-group .checkbox input[type=radio].error + label a, form.white .form-group .radio input[type=checkbox].error + label a,
    form.white .form-group .radio input[type=radio].error + label a {
      color: #ffaec5; }
  form.white .form-group .select2 .selection .select2-selection,
  form.white .form-group .select2 .selection .select2-selection .select2-selection__placeholder,
  form.white .form-group .select2 .selection .select2-selection .select2-selection__rendered {
    color: #ffffff; }
  form.white .form-group select.error + .select2 .selection .select2-selection .select2-selection__rendered {
    color: #ffaec5; }
    form.white .form-group select.error + .select2 .selection .select2-selection .select2-selection__rendered .select2-selection__placeholder {
      color: #ffaec5; }
  form .form-group-title {
    position: relative;
    padding: 30px;
    border: solid 4px #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px; }
    @media (min-width: 768px) {
      form .form-group-title {
        padding: 35px 30px; } }
    form .form-group-title > label {
      display: inline-block;
      font-size: 18px;
      text-align: center;
      background-color: #ecedec;
      padding: 0 20px;
      position: absolute;
      top: -15px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media (min-width: 992px) {
        form .form-group-title > label {
          font-size: 21px; } }
  form label, form .label {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    @media (min-width: 992px) {
      form label, form .label {
        font-size: 21px; } }
    @media (min-width: 0) and (max-width: 767px) {
      form label.alt, form .label.alt {
        margin-bottom: 10px; } }
    @media (min-width: 768px) {
      form label.alt, form .label.alt {
        text-align: right; } }
    @media (min-width: 0) and (max-width: 575px) {
      form label.alt-2, form .label.alt-2 {
        margin-bottom: 10px; } }
  form .form-group {
    position: relative;
    display: block;
    max-width: 100%; }
    form .form-group .form-control {
      -webkit-appearance: none !important;
      position: relative;
      display: block;
      padding: 11px 16px 9px;
      height: auto;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      box-sizing: border-box;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      border-radius: 10px;
      border: 0;
      border: solid 4px #ffffff;
      background-color: transparent;
      color: #212721;
      width: 100%;
      font-size: 18px;
      outline: 0;
      font-weight: 500; }
      @media (min-width: 992px) {
        form .form-group .form-control {
          font-size: 21px; } }
      form .form-group .form-control.error {
        color: #ea6c88 !important; }
        form .form-group .form-control.error::-webkit-input-placeholder {
          color: #ea6c88 !important; }
        form .form-group .form-control.error:-moz-placeholder {
          color: #ea6c88 !important;
          opacity: 1; }
        form .form-group .form-control.error::-moz-placeholder {
          color: #ea6c88 !important;
          opacity: 1; }
        form .form-group .form-control.error:-ms-input-placeholder {
          color: #ea6c88 !important; }
    form .form-group .form-control.file {
      cursor: pointer; }
      form .form-group .form-control.file svg {
        height: 16px;
        display: inline-block;
        margin-left: 5px;
        margin-right: 5px; }
        form .form-group .form-control.file svg path, form .form-group .form-control.file svg polygon, form .form-group .form-control.file svg rect, form .form-group .form-control.file svg circle {
          fill: #69be4b; }
      form .form-group .form-control.file .file-copy {
        display: inline;
        color: #69be4b; }
      form .form-group .form-control.file > input[type="file"] {
        display: none; }
    form .form-group select.form-control {
      padding-right: 40px;
      background-image: url("../img/form/white/dropdown.svg");
      -webkit-background-size: 40px 40px;
      -moz-background-size: 40px 40px;
      background-size: 40px 40px;
      background-position: center right;
      background-repeat: no-repeat;
      cursor: pointer;
      color: #212721; }
      form .form-group select.form-control option:not(first-child) {
        color: #212721; }
    form .form-group .select2 {
      width: 100% !important;
      text-align: left;
      padding: 0;
      outline: 0 !important; }
      form .form-group .select2 .selection {
        outline: 0 !important; }
        form .form-group .select2 .selection .select2-selection {
          padding: 7px 16px 5px;
          border: solid 4px #ffffff;
          background-color: transparent;
          color: #212721;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          -ms-border-radius: 10px;
          border-radius: 10px;
          font-size: 18px;
          height: auto;
          outline: 0 !important;
          font-weight: 500;
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          -ms-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          transition: all 0.4s ease; }
          @media (min-width: 992px) {
            form .form-group .select2 .selection .select2-selection {
              font-size: 21px;
              padding: 9px 16px 7px; } }
          form .form-group .select2 .selection .select2-selection .select2-selection__placeholder,
          form .form-group .select2 .selection .select2-selection .select2-selection__rendered {
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -ms-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
            color: #212721; }
          form .form-group .select2 .selection .select2-selection .select2-selection__rendered {
            color: #212721;
            padding-left: 0;
            padding-right: 50px; }
          form .form-group .select2 .selection .select2-selection .select2-selection__arrow {
            background-image: url("../img/form/white/dropdown.svg");
            -webkit-background-size: 40px 40px;
            -moz-background-size: 40px 40px;
            background-size: 40px 40px;
            background-position: center right;
            background-repeat: no-repeat;
            width: 40px;
            height: 40px;
            top: 5px;
            right: 5px; }
            @media (min-width: 992px) {
              form .form-group .select2 .selection .select2-selection .select2-selection__arrow {
                top: 7px; } }
            form .form-group .select2 .selection .select2-selection .select2-selection__arrow b {
              display: none !important; }
          form .form-group .select2 .selection .select2-selection .select2-selection__clear {
            background-image: url("../img/form/white/close.svg");
            -webkit-background-size: 40px 40px;
            -moz-background-size: 40px 40px;
            background-size: 40px 40px;
            background-position: center;
            background-repeat: no-repeat;
            position: absolute;
            width: 30px;
            height: 40px;
            top: 4px;
            right: 45px;
            margin: 0;
            padding: 0; }
            @media (min-width: 992px) {
              form .form-group .select2 .selection .select2-selection .select2-selection__clear {
                top: 6px; } }
            form .form-group .select2 .selection .select2-selection .select2-selection__clear span {
              display: none !important; }
    form .form-group select.error + .select2 .selection .select2-selection .select2-selection__rendered {
      color: #ea6c88; }
      form .form-group select.error + .select2 .selection .select2-selection .select2-selection__rendered .select2-selection__placeholder {
        color: #ea6c88; }
    form .form-group textarea.form-control {
      height: auto;
      min-height: 100px;
      resize: none;
      padding-top: 13px; }
      form .form-group textarea.form-control.lg {
        min-height: 150px; }
    form .form-group .checkbox {
      background-color: transparent;
      position: relative;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0; }
      form .form-group .checkbox.center label, form .form-group .checkbox.center .label {
        padding: 0;
        display: block;
        height: 27px;
        width: 28px;
        margin-left: auto;
        margin-right: auto; }
      form .form-group .checkbox.lg label, form .form-group .checkbox.lg .label {
        line-height: 100%;
        padding: 40px 0 0;
        font-weight: 700;
        text-align: center;
        width: 100%;
        font-size: 13.5px; }
        @media (min-width: 576px) {
          form .form-group .checkbox.lg label, form .form-group .checkbox.lg .label {
            font-size: 16px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          form .form-group .checkbox.lg label, form .form-group .checkbox.lg .label {
            font-size: 24px; } }
        @media (min-width: 1200px) {
          form .form-group .checkbox.lg label, form .form-group .checkbox.lg .label {
            font-size: 28px; } }
        form .form-group .checkbox.lg label:before, form .form-group .checkbox.lg .label:before {
          height: 28px;
          width: 28px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%); }
        form .form-group .checkbox.lg label:after, form .form-group .checkbox.lg .label:after {
          width: 33px;
          height: 33px;
          -webkit-background-size: 33px 33px;
          -moz-background-size: 33px 33px;
          background-size: 33px 33px;
          top: -9px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%);
          margin-left: 6px; }
      form .form-group .checkbox.lg-alt label, form .form-group .checkbox.lg-alt .label {
        font-size: 18px;
        padding-left: 40px;
        padding-top: 2px;
        min-height: 27px; }
        @media (min-width: 992px) {
          form .form-group .checkbox.lg-alt label, form .form-group .checkbox.lg-alt .label {
            padding-top: 0;
            font-size: 21px;
            line-height: 120%; } }
        form .form-group .checkbox.lg-alt label:before, form .form-group .checkbox.lg-alt .label:before {
          height: 28px;
          width: 28px; }
        form .form-group .checkbox.lg-alt label:after, form .form-group .checkbox.lg-alt .label:after {
          width: 33px;
          height: 33px;
          -webkit-background-size: 33px 33px;
          -moz-background-size: 33px 33px;
          background-size: 33px 33px;
          top: -9px;
          left: 3px; }
      form .form-group .checkbox.md label, form .form-group .checkbox.md .label {
        line-height: 140%;
        font-size: 13px; }
        @media (min-width: 992px) {
          form .form-group .checkbox.md label, form .form-group .checkbox.md .label {
            font-size: 16px; } }
      form .form-group .checkbox.alt label:before, form .form-group .checkbox.alt .label:before {
        border-color: #ecedec; }
      form .form-group .checkbox input[type=checkbox] {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 10px;
        width: 10px; }
      form .form-group .checkbox label, form .form-group .checkbox .label {
        display: block;
        padding-left: 35px;
        font-size: 13px;
        line-height: 140%;
        font-weight: 500;
        cursor: pointer; }
        form .form-group .checkbox label:before, form .form-group .checkbox .label:before {
          content: " ";
          position: absolute;
          top: -1px;
          left: 0;
          height: 22px;
          width: 22px;
          cursor: pointer;
          background: transparent;
          border: solid 4px #ffffff;
          -webkit-transition: all 0.4s;
          -moz-transition: all 0.4s;
          -ms-transition: all 0.4s;
          -o-transition: all 0.4s;
          transition: all 0.4s;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          border-radius: 5px; }
        form .form-group .checkbox label:after, form .form-group .checkbox .label:after {
          content: " ";
          width: 26px;
          height: 26px;
          background-image: url("../img/form/primary/check.svg");
          -webkit-background-size: 26px 26px;
          -moz-background-size: 26px 26px;
          background-size: 26px 26px;
          background-position: center right;
          background-repeat: no-repeat;
          position: absolute;
          top: -7px;
          left: 2px;
          -webkit-transition: all 0.4s;
          -moz-transition: all 0.4s;
          -ms-transition: all 0.4s;
          -o-transition: all 0.4s;
          transition: all 0.4s;
          opacity: 0; }
        form .form-group .checkbox label a, form .form-group .checkbox .label a {
          color: #212721; }
          form .form-group .checkbox label a:hover, form .form-group .checkbox label a.active, form .form-group .checkbox .label a:hover, form .form-group .checkbox .label a.active {
            color: #69be4b !important; }
    form .form-group .checkbox input[type=checkbox].error + label {
      color: #ea6c88 !important; }
      form .form-group .checkbox input[type=checkbox].error + label a {
        color: #ea6c88; }
    form .form-group .checkbox input[type=checkbox]:checked + label:before {
      background-color: #ffffff; }
    form .form-group .checkbox input[type=checkbox]:checked + label:after {
      opacity: 1; }
    form .form-group .radio {
      background-color: transparent;
      position: relative;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0; }
      form .form-group .radio.center label, form .form-group .radio.center .label {
        padding: 0 !important;
        display: block;
        height: 27px;
        width: 28px;
        margin-left: auto;
        margin-right: auto; }
      form .form-group .radio.lg label, form .form-group .radio.lg .label {
        line-height: 100%;
        padding: 40px 0 0;
        font-weight: 700;
        text-align: center;
        width: 100%;
        font-size: 13.5px; }
        @media (min-width: 576px) {
          form .form-group .radio.lg label, form .form-group .radio.lg .label {
            font-size: 16px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          form .form-group .radio.lg label, form .form-group .radio.lg .label {
            font-size: 24px; } }
        @media (min-width: 1200px) {
          form .form-group .radio.lg label, form .form-group .radio.lg .label {
            font-size: 28px; } }
        form .form-group .radio.lg label:before, form .form-group .radio.lg .label:before {
          height: 28px;
          width: 28px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%); }
        form .form-group .radio.lg label:after, form .form-group .radio.lg .label:after {
          width: 33px;
          height: 33px;
          -webkit-background-size: 33px 33px;
          -moz-background-size: 33px 33px;
          background-size: 33px 33px;
          top: -9px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%);
          margin-left: 6px; }
      form .form-group .radio.lg-alt label, form .form-group .radio.lg-alt .label {
        font-size: 18px;
        padding-left: 40px;
        padding-top: 2px;
        min-height: 27px; }
        @media (min-width: 992px) {
          form .form-group .radio.lg-alt label, form .form-group .radio.lg-alt .label {
            padding-top: 0;
            font-size: 21px;
            line-height: 120%; } }
        form .form-group .radio.lg-alt label:before, form .form-group .radio.lg-alt .label:before {
          height: 28px;
          width: 28px; }
        form .form-group .radio.lg-alt label:after, form .form-group .radio.lg-alt .label:after {
          width: 33px;
          height: 33px;
          -webkit-background-size: 33px 33px;
          -moz-background-size: 33px 33px;
          background-size: 33px 33px;
          top: -9px;
          left: 3px; }
      form .form-group .radio.md label, form .form-group .radio.md .label {
        line-height: 140%;
        font-size: 13px; }
        @media (min-width: 992px) {
          form .form-group .radio.md label, form .form-group .radio.md .label {
            font-size: 16px; } }
      form .form-group .radio.alt label:before, form .form-group .radio.alt .label:before {
        border-color: #ecedec; }
      form .form-group .radio input[type=radio] {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 10px;
        width: 10px; }
      form .form-group .radio label, form .form-group .radio .label {
        display: block;
        padding-left: 35px;
        font-size: 13px;
        line-height: 140%;
        font-weight: 500;
        cursor: pointer; }
        form .form-group .radio label:before, form .form-group .radio .label:before {
          content: " ";
          position: absolute;
          top: -1px;
          left: 0;
          height: 22px;
          width: 22px;
          cursor: pointer;
          background: transparent;
          border: solid 4px #ffffff;
          -webkit-transition: all 0.4s;
          -moz-transition: all 0.4s;
          -ms-transition: all 0.4s;
          -o-transition: all 0.4s;
          transition: all 0.4s;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%; }
        form .form-group .radio label:after, form .form-group .radio .label:after {
          content: " ";
          width: 26px;
          height: 26px;
          background-image: url("../img/form/primary/check.svg");
          -webkit-background-size: 26px 26px;
          -moz-background-size: 26px 26px;
          background-size: 26px 26px;
          background-position: center right;
          background-repeat: no-repeat;
          position: absolute;
          top: -7px;
          left: 2px;
          -webkit-transition: all 0.4s;
          -moz-transition: all 0.4s;
          -ms-transition: all 0.4s;
          -o-transition: all 0.4s;
          transition: all 0.4s;
          opacity: 0; }
        form .form-group .radio label a, form .form-group .radio .label a {
          color: #212721; }
          form .form-group .radio label a:hover, form .form-group .radio label a.active, form .form-group .radio .label a:hover, form .form-group .radio .label a.active {
            color: #69be4b !important; }
    form .form-group .radio input[type=radio].error + label {
      color: #ea6c88 !important; }
      form .form-group .radio input[type=radio].error + label a {
        color: #ea6c88; }
    form .form-group .radio input[type=radio]:checked + label:before {
      background-color: #ffffff; }
    form .form-group .radio input[type=radio]:checked + label:after {
      opacity: 1; }

::-webkit-input-placeholder {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  color: #212721 !important; }

:-moz-placeholder {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  color: #212721 !important;
  opacity: 1; }

::-moz-placeholder {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  color: #212721 !important;
  opacity: 1; }

:-ms-input-placeholder {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  color: #212721 !important; }

.select2-container.select2-container--open .select2-dropdown--below {
  margin-top: -4px;
  border: solid 4px #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 6px;
  -webkit-box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.15); }
  .select2-container.select2-container--open .select2-dropdown--below .select2-search--dropdown {
    padding: 0;
    margin-bottom: 10px; }
    .select2-container.select2-container--open .select2-dropdown--below .select2-search--dropdown .select2-search__field {
      border: solid 4px #ecedec;
      font-size: 16px;
      padding: 8px;
      outline: 0 !important;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      border-radius: 10px;
      color: #212721; }
.select2-container .select2-results ul li {
  padding: 8px 10px !important;
  font-size: 16px;
  color: #212721; }
  .select2-container .select2-results ul li.select2-results__option--selected {
    background-color: #ecedec; }
  .select2-container .select2-results ul li.select2-results__option--highlighted.select2-results__option--selectable {
    color: #ffffff;
    background-color: #f4cc3c; }

/*************
*   Images   *
**************/
img {
  vertical-align: middle;
  border-style: none; }
  img.img-fluid {
    max-width: 100%;
    height: auto; }

/*****************
*   Containers   *
******************/
.container {
  padding-left: 30px;
  padding-right: 30px;
  position: relative; }
  @media (min-width: 0) and (max-width: 575px) {
    .container.sm-on-mobile {
      width: 375px; } }

.row.no-gutter {
  margin-left: 0px;
  margin-right: 0px; }
  .row.no-gutter > [class*=col] {
    padding-left: 0px;
    padding-right: 0px; }

.row.gutter-xs {
  margin-left: -5px;
  margin-right: -5px; }
  .row.gutter-xs > [class*=col] {
    padding-left: 5px;
    padding-right: 5px; }

.row.gutter-sm {
  margin-left: -10px;
  margin-right: -10px; }
  .row.gutter-sm > [class*=col] {
    padding-left: 10px;
    padding-right: 10px; }

.row.gutter {
  margin-left: -15px;
  margin-right: -15px; }
  .row.gutter > [class*=col] {
    padding-left: 15px;
    padding-right: 15px; }

@media (min-width: 992px) {
  .row.gutter-md {
    margin-left: -20px;
    margin-right: -20px; }
    .row.gutter-md > [class*=col] {
      padding-left: 20px;
      padding-right: 20px; } }
@media (min-width: 1200px) {
  .row.gutter-lg {
    margin-left: -30px;
    margin-right: -30px; }
    .row.gutter-lg > [class*=col] {
      padding-left: 30px;
      padding-right: 30px; } }
@media (min-width: 1200px) {
  .row.gutter-xl {
    margin-left: -40px;
    margin-right: -40px; }
    .row.gutter-xl > [class*=col] {
      padding-left: 40px;
      padding-right: 40px; } }
@media (min-width: 1200px) {
  .row.gutter-xxl {
    margin-left: -50px;
    margin-right: -50px; }
    .row.gutter-xxl > [class*=col] {
      padding-left: 50px;
      padding-right: 50px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .col-lg-5th {
    flex: 0 0 20%;
    max-width: 20%; } }
@media (min-width: 1200px) and (max-width: 1399px) {
  .col-xl-5th {
    flex: 0 0 20%;
    max-width: 20%; } }
@media (min-width: 1400px) {
  .col-xxl-5th {
    flex: 0 0 20%;
    max-width: 20%; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .col-lg-7th {
    flex: 0 0 14.285%;
    max-width: 14.285%; } }
@media (min-width: 1200px) and (max-width: 1399px) {
  .col-xl-7th {
    flex: 0 0 14.285%;
    max-width: 14.285%; } }
@media (min-width: 1400px) {
  .col-xxl-7th {
    flex: 0 0 14.285%;
    max-width: 14.285%; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .col-lg-8th {
    flex: 0 0 12.5%;
    max-width: 12.5%; } }
@media (min-width: 1200px) and (max-width: 1399px) {
  .col-xl-8th {
    flex: 0 0 12.5%;
    max-width: 12.5%; } }
@media (min-width: 1400px) {
  .col-xxl-8th {
    flex: 0 0 12.5%;
    max-width: 12.5%; } }
@media (min-width: 0) and (max-width: 575px) {
  .change-order-xs {
    display: flex; }
    .change-order-xs > :nth-child(1) {
      order: 2; }
    .change-order-xs > :nth-child(2) {
      order: 1; } }
@media (min-width: 0) and (max-width: 767px) {
  .change-order-sm {
    display: flex; }
    .change-order-sm > :nth-child(1) {
      order: 2; }
    .change-order-sm > :nth-child(2) {
      order: 1; } }
@media (min-width: 0) and (max-width: 991px) {
  .change-order-md {
    display: flex; }
    .change-order-md > :nth-child(1) {
      order: 2; }
    .change-order-md > :nth-child(2) {
      order: 1; } }
/*****************
*   Navigation   *
******************/
nav#navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  height: 76px;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  align-items: center;
  z-index: 100;
  background-color: transparent;
  -webkit-transition: transform 0.4s ease, height 0.4s ease, opacity 0.4s ease, padding 0.4s ease;
  -moz-transition: transform 0.4s ease, height 0.4s ease, opacity 0.4s ease, padding 0.4s ease;
  -ms-transition: transform 0.4s ease, height 0.4s ease, opacity 0.4s ease, padding 0.4s ease;
  -o-transition: transform 0.4s ease, height 0.4s ease, opacity 0.4s ease, padding 0.4s ease;
  transition: transform 0.4s ease, height 0.4s ease, opacity 0.4s ease, padding 0.4s ease; }
  nav#navbar:before {
    content: " ";
    background-color: #ffffff;
    height: 105%;
    width: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-110%);
    -moz-transform: translateY(-110%);
    -o-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  nav#navbar > .container {
    height: 100%; }
  nav#navbar a.brand {
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    nav#navbar a.brand svg {
      height: 50px;
      -webkit-transform: translateY(27px);
      -moz-transform: translateY(27px);
      -o-transform: translateY(27px);
      transform: translateY(27px); }
      @media (min-width: 992px) {
        nav#navbar a.brand svg {
          -webkit-transform: translateY(45px);
          -moz-transform: translateY(45px);
          -o-transform: translateY(45px);
          transform: translateY(45px);
          height: 65px; } }
      @media (min-width: 1200px) {
        nav#navbar a.brand svg {
          height: 85px; } }
      nav#navbar a.brand svg .fill-primary {
        fill: #ffffff; }
      nav#navbar a.brand svg .fill-secondary {
        fill: #f4cc3c; }
  nav#navbar .badges {
    position: absolute;
    width: 100%;
    left: 0;
    top: auto;
    bottom: 40px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
    display: none;
    text-align: center; }
    @media (min-width: 1200px) {
      nav#navbar .badges {
        display: block;
        left: 220px;
        width: 140px;
        top: 12px;
        bottom: auto; } }
    @media (min-width: 1400px) {
      nav#navbar .badges {
        left: 230px; } }
    nav#navbar .badges.mobile {
      display: block;
      opacity: 0;
      -webkit-animation-duration: 0.6s;
      -moz-animation-duration: 0.6s;
      -o-animation-duration: 0.6s;
      animation-duration: 0.6s;
      -webkit-animation-timing-function: ease-out;
      -moz-animation-timing-function: ease-out;
      -o-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-fill-mode: forwards;
      -o-animation-fill-mode: forwards;
      animation-fill-mode: forwards; }
      @media (min-width: 992px) {
        nav#navbar .badges.mobile {
          display: none; } }
      nav#navbar .badges.mobile img {
        display: inline-block;
        width: 170px; }
  nav#navbar #nav-toggle {
    display: inline-block;
    -webkit-transition: top 0.2s, background-color 0.6s;
    -moz-transition: top 0.2s, background-color 0.6s;
    -ms-transition: top 0.2s, background-color 0.6s;
    -o-transition: top 0.2s, background-color 0.6s;
    transition: top 0.2s, background-color 0.6s;
    z-index: 2;
    height: 36px;
    width: 34px;
    padding: 7px 4px;
    position: absolute;
    top: 50%;
    right: 26px;
    background-color: transparent;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (min-width: 992px) {
      nav#navbar #nav-toggle {
        display: none; } }
    nav#navbar #nav-toggle ul {
      width: 100%;
      height: 20px;
      position: relative;
      margin: 0;
      padding: 0;
      list-style: none; }
      nav#navbar #nav-toggle ul > li {
        width: 100%;
        position: absolute;
        padding: 0;
        top: 0;
        left: 0;
        height: 2px;
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.6s;
        -ms-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s; }
        nav#navbar #nav-toggle ul > li:before {
          content: " ";
          background-color: #f4cc3c;
          height: 3px;
          width: 100%;
          position: absolute;
          top: 0;
          left: 0;
          -webkit-transition: all 0.6s;
          -moz-transition: all 0.6s;
          -ms-transition: all 0.6s;
          -o-transition: all 0.6s;
          transition: all 0.6s; }
        nav#navbar #nav-toggle ul > li:nth-child(1) {
          top: 0; }
        nav#navbar #nav-toggle ul > li:nth-child(2) {
          top: 9px; }
        nav#navbar #nav-toggle ul > li:nth-child(3) {
          top: 18px; }
  @media (min-width: 0) and (max-width: 991px) {
    nav#navbar #nav {
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
      height: 100%;
      width: 100%;
      position: fixed;
      top: 0;
      right: 0;
      z-index: -1;
      background-color: #ffffff;
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateX(100%);
      -moz-transform: translateX(100%);
      -o-transform: translateX(100%);
      transform: translateX(100%);
      overflow-y: auto;
      text-align: center; } }
  @media (min-width: 992px) {
    nav#navbar #nav {
      float: right; } }
  nav#navbar #nav > ul {
    margin: 0 -15px 0 0;
    padding: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px); }
    @media (min-width: 992px) and (max-width: 1199px) {
      nav#navbar #nav > ul {
        margin: 0 -8px 0 0; } }
    @media (min-width: 0) and (max-width: 991px) {
      nav#navbar #nav > ul {
        position: relative;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        max-width: 540px;
        padding: 0 30px;
        margin: 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      nav#navbar #nav > ul {
        max-width: 720px; } }
    nav#navbar #nav > ul > li {
      display: block;
      padding: 0; }
      @media (min-width: 0) and (max-width: 991px) {
        nav#navbar #nav > ul > li {
          opacity: 0;
          -webkit-animation-duration: 0.6s;
          -moz-animation-duration: 0.6s;
          -o-animation-duration: 0.6s;
          animation-duration: 0.6s;
          -webkit-animation-timing-function: ease-out;
          -moz-animation-timing-function: ease-out;
          -o-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
          -webkit-animation-fill-mode: forwards;
          -moz-animation-fill-mode: forwards;
          -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards; } }
      @media (min-width: 992px) {
        nav#navbar #nav > ul > li {
          float: left;
          display: inline-block; } }
      nav#navbar #nav > ul > li a, nav#navbar #nav > ul > li button {
        position: relative;
        font-size: 14.5px;
        padding: 10px 15px;
        margin: 0;
        display: block;
        font-weight: 500;
        -webkit-transition: color 0.4s ease;
        -moz-transition: color 0.4s ease;
        -ms-transition: color 0.4s ease;
        -o-transition: color 0.4s ease;
        transition: color 0.4s ease;
        text-transform: uppercase;
        letter-spacing: 2px; }
        @media (min-width: 992px) and (max-width: 1199px) {
          nav#navbar #nav > ul > li a, nav#navbar #nav > ul > li button {
            font-size: 13px;
            padding: 10px 8px; } }
        @media (min-width: 0) and (max-width: 991px) {
          nav#navbar #nav > ul > li a, nav#navbar #nav > ul > li button {
            font-size: 21px;
            padding: 15px 0;
            display: inline-block; } }
        @media (min-width: 1200px) and (max-width: 1399px) {
          nav#navbar #nav > ul > li a, nav#navbar #nav > ul > li button {
            padding: 10px 12px;
            font-size: 14px; } }
        nav#navbar #nav > ul > li a span, nav#navbar #nav > ul > li button span {
          display: inline-block;
          color: #ffffff;
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          -ms-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          transition: all 0.4s ease; }
          @media (min-width: 0) and (max-width: 991px) {
            nav#navbar #nav > ul > li a span, nav#navbar #nav > ul > li button span {
              color: #212721; } }
        nav#navbar #nav > ul > li a svg, nav#navbar #nav > ul > li button svg {
          display: inline-block;
          height: 32px;
          float: right;
          margin-top: -4px; }
          @media (min-width: 0) and (max-width: 991px) {
            nav#navbar #nav > ul > li a svg, nav#navbar #nav > ul > li button svg {
              margin-top: -5px;
              margin-bottom: -5px;
              height: 36px;
              margin-left: 0;
              margin-right: 0; } }
          @media (min-width: 1200px) {
            nav#navbar #nav > ul > li a svg, nav#navbar #nav > ul > li button svg {
              margin-left: -6px;
              margin-right: -6px; } }
          nav#navbar #nav > ul > li a svg path, nav#navbar #nav > ul > li a svg polygon, nav#navbar #nav > ul > li a svg rect, nav#navbar #nav > ul > li a svg circle, nav#navbar #nav > ul > li button svg path, nav#navbar #nav > ul > li button svg polygon, nav#navbar #nav > ul > li button svg rect, nav#navbar #nav > ul > li button svg circle {
            fill: #ffffff; }
            @media (min-width: 0) and (max-width: 991px) {
              nav#navbar #nav > ul > li a svg path, nav#navbar #nav > ul > li a svg polygon, nav#navbar #nav > ul > li a svg rect, nav#navbar #nav > ul > li a svg circle, nav#navbar #nav > ul > li button svg path, nav#navbar #nav > ul > li button svg polygon, nav#navbar #nav > ul > li button svg rect, nav#navbar #nav > ul > li button svg circle {
                fill: #69be4b; } }
      nav#navbar #nav > ul > li:hover > a span, nav#navbar #nav > ul > li:hover > button span {
        color: #f4cc3c; }
      nav#navbar #nav > ul > li:hover > a svg, nav#navbar #nav > ul > li:hover > button svg {
        opacity: 0.6; }
      nav#navbar #nav > ul > li.language {
        color: #ffffff;
        margin-right: 5px;
        margin-left: 5px; }
        nav#navbar #nav > ul > li.language > :first-child {
          margin-right: -1.5px; }
        nav#navbar #nav > ul > li.language > a, nav#navbar #nav > ul > li.language > button {
          display: inline-block;
          padding: 10px 8px;
          vertical-align: middle; }
          @media (min-width: 992px) and (max-width: 1199px) {
            nav#navbar #nav > ul > li.language > a, nav#navbar #nav > ul > li.language > button {
              padding: 10px 4px; } }
          @media (min-width: 0) and (max-width: 991px) {
            nav#navbar #nav > ul > li.language > a, nav#navbar #nav > ul > li.language > button {
              font-size: 14.5px; } }
          nav#navbar #nav > ul > li.language > a span, nav#navbar #nav > ul > li.language > button span {
            color: #ffffff; }
            @media (min-width: 0) and (max-width: 991px) {
              nav#navbar #nav > ul > li.language > a span, nav#navbar #nav > ul > li.language > button span {
                color: #212721; } }
          nav#navbar #nav > ul > li.language > a:hover span, nav#navbar #nav > ul > li.language > button:hover span {
            color: #f4cc3c; }
          nav#navbar #nav > ul > li.language > a.active span, nav#navbar #nav > ul > li.language > button.active span {
            font-weight: 700; }
        nav#navbar #nav > ul > li.language > span {
          display: inline-block;
          height: 13px;
          width: 1px;
          vertical-align: middle;
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          -ms-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
          background-color: #ffffff; }
          @media (min-width: 0) and (max-width: 991px) {
            nav#navbar #nav > ul > li.language > span {
              background-color: #212721; } }
      @media (min-width: 0) and (max-width: 991px) {
        nav#navbar #nav > ul > li.highlight {
          margin-bottom: 8px; } }
      nav#navbar #nav > ul > li.highlight > a, nav#navbar #nav > ul > li.highlight > button {
        font-weight: 600; }
        nav#navbar #nav > ul > li.highlight > a span, nav#navbar #nav > ul > li.highlight > button span {
          color: #f4cc3c; }
        nav#navbar #nav > ul > li.highlight > a:before, nav#navbar #nav > ul > li.highlight > button:before {
          content: " ";
          position: absolute;
          bottom: 9px;
          left: 0;
          right: 0;
          width: 100%;
          height: 3px;
          background-color: #f4cc3c;
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          -ms-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          transition: all 0.4s ease; }
          @media (min-width: 0) and (max-width: 991px) {
            nav#navbar #nav > ul > li.highlight > a:before, nav#navbar #nav > ul > li.highlight > button:before {
              bottom: 8px; } }
          @media (min-width: 992px) and (max-width: 1199px) {
            nav#navbar #nav > ul > li.highlight > a:before, nav#navbar #nav > ul > li.highlight > button:before {
              width: calc(100% - 20px);
              left: 10px; } }
          @media (min-width: 1200px) and (max-width: 1399px) {
            nav#navbar #nav > ul > li.highlight > a:before, nav#navbar #nav > ul > li.highlight > button:before {
              width: calc(100% - 24px);
              left: 12px; } }
          @media (min-width: 1400px) {
            nav#navbar #nav > ul > li.highlight > a:before, nav#navbar #nav > ul > li.highlight > button:before {
              width: calc(100% - 30px);
              left: 15px; } }
      nav#navbar #nav > ul > li.highlight:hover > a span, nav#navbar #nav > ul > li.highlight:hover > button span {
        color: #f8e18a; }
      nav#navbar #nav > ul > li.highlight:hover > a:before, nav#navbar #nav > ul > li.highlight:hover > button:before {
        -webkit-transform: translateY(-3px);
        -moz-transform: translateY(-3px);
        -o-transform: translateY(-3px);
        transform: translateY(-3px);
        background-color: #f8e18a; }
  @media (min-width: 0) and (max-width: 991px) {
    nav#navbar.franchise #nav {
      float: right;
      opacity: 1;
      top: auto;
      right: auto;
      z-index: 10;
      visibility: visible;
      overflow: initial;
      -webkit-transform: translate(0);
      -moz-transform: translate(0);
      -o-transform: translate(0);
      transform: translate(0);
      position: relative;
      height: auto;
      width: auto;
      background-color: transparent; } }
  @media (min-width: 0) and (max-width: 991px) {
    nav#navbar.franchise #nav > ul {
      position: relative;
      top: auto;
      left: auto;
      -webkit-transform: translateY(13px);
      -moz-transform: translateY(13px);
      -o-transform: translateY(13px);
      transform: translateY(13px);
      width: auto;
      max-width: none;
      padding: 0;
      margin: 0; } }
  @media (min-width: 0) and (max-width: 991px) {
    nav#navbar.franchise #nav > ul > li {
      opacity: 1; } }
  @media (min-width: 0) and (max-width: 991px) {
    nav#navbar.franchise #nav > ul > li.highlight > a, nav#navbar.franchise #nav > ul > li.highlight > button {
      font-size: 13px;
      padding: 10px 8px; } }
  nav#navbar.franchise #nav > ul > li.highlight > a > :nth-child(1), nav#navbar.franchise #nav > ul > li.highlight > button > :nth-child(1) {
    display: none; }
    @media (min-width: 576px) {
      nav#navbar.franchise #nav > ul > li.highlight > a > :nth-child(1), nav#navbar.franchise #nav > ul > li.highlight > button > :nth-child(1) {
        display: block; } }
  nav#navbar.franchise #nav > ul > li.highlight > a > :nth-child(2), nav#navbar.franchise #nav > ul > li.highlight > button > :nth-child(2) {
    display: block; }
    @media (min-width: 576px) {
      nav#navbar.franchise #nav > ul > li.highlight > a > :nth-child(2), nav#navbar.franchise #nav > ul > li.highlight > button > :nth-child(2) {
        display: none; } }
  nav#navbar.franchise #nav > ul > li.highlight > a span, nav#navbar.franchise #nav > ul > li.highlight > button span {
    color: #69be4b; }
  nav#navbar.franchise #nav > ul > li.highlight > a:before, nav#navbar.franchise #nav > ul > li.highlight > button:before {
    background-color: #69be4b; }
    @media (min-width: 0) and (max-width: 991px) {
      nav#navbar.franchise #nav > ul > li.highlight > a:before, nav#navbar.franchise #nav > ul > li.highlight > button:before {
        width: calc(100% - 20px);
        left: 10px;
        bottom: 6px; } }
  nav#navbar.franchise #nav > ul > li.highlight:hover > a span, nav#navbar.franchise #nav > ul > li.highlight:hover > button span {
    color: #b5dEa6; }
  nav#navbar.franchise #nav > ul > li.highlight:hover > a:before, nav#navbar.franchise #nav > ul > li.highlight:hover > button:before {
    background-color: #b5dEa6; }

body.navbar-on-white nav#navbar a.brand svg .fill-primary {
  fill: #69be4b; }
body.navbar-on-white nav#navbar a.brand svg .fill-secondary {
  fill: #f4cc3c; }
body.navbar-on-white nav#navbar #nav > ul > li:not(.highlight) a span, body.navbar-on-white nav#navbar #nav > ul > li:not(.highlight) button span {
  color: #212721; }
@media (min-width: 992px) {
  body.navbar-on-white nav#navbar #nav > ul > li:not(.highlight) a svg path, body.navbar-on-white nav#navbar #nav > ul > li:not(.highlight) a svg polygon, body.navbar-on-white nav#navbar #nav > ul > li:not(.highlight) a svg rect, body.navbar-on-white nav#navbar #nav > ul > li:not(.highlight) a svg circle, body.navbar-on-white nav#navbar #nav > ul > li:not(.highlight) button svg path, body.navbar-on-white nav#navbar #nav > ul > li:not(.highlight) button svg polygon, body.navbar-on-white nav#navbar #nav > ul > li:not(.highlight) button svg rect, body.navbar-on-white nav#navbar #nav > ul > li:not(.highlight) button svg circle {
    fill: #69be4b; } }
body.navbar-on-white nav#navbar #nav > ul > li:not(.highlight):hover > a span, body.navbar-on-white nav#navbar #nav > ul > li:not(.highlight):hover > button span {
  color: #f4cc3c; }
body.navbar-on-white nav#navbar #nav > ul > li:not(.highlight) > span {
  background-color: #212721; }

@media (min-width: 0) and (max-width: 991px) {
  body.navbar-active {
    overflow-y: hidden; }
    body.navbar-active nav#navbar:before {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none; }
    body.navbar-active nav#navbar #nav {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); }
      body.navbar-active nav#navbar #nav > ul > li {
        -webkit-animation-name: fadeInLeftLg;
        -moz-animation-name: fadeInLeftLg;
        -o-animation-name: fadeInLeftLg;
        animation-name: fadeInLeftLg; }
        body.navbar-active nav#navbar #nav > ul > li:nth-child(1) {
          -webkit-animation-delay: 0.4s;
          -moz-animation-delay: 0.4s;
          animation-delay: 0.4s; }
        body.navbar-active nav#navbar #nav > ul > li:nth-child(2) {
          -webkit-animation-delay: 0.5s;
          -moz-animation-delay: 0.5s;
          animation-delay: 0.5s; }
        body.navbar-active nav#navbar #nav > ul > li:nth-child(3) {
          -webkit-animation-delay: 0.6s;
          -moz-animation-delay: 0.6s;
          animation-delay: 0.6s; }
        body.navbar-active nav#navbar #nav > ul > li:nth-child(4) {
          -webkit-animation-delay: 0.7s;
          -moz-animation-delay: 0.7s;
          animation-delay: 0.7s; }
        body.navbar-active nav#navbar #nav > ul > li:nth-child(5) {
          -webkit-animation-delay: 0.8s;
          -moz-animation-delay: 0.8s;
          animation-delay: 0.8s; }
        body.navbar-active nav#navbar #nav > ul > li:nth-child(6) {
          -webkit-animation-delay: 0.9s;
          -moz-animation-delay: 0.9s;
          animation-delay: 0.9s; }
        body.navbar-active nav#navbar #nav > ul > li.active > a {
          color: #69be4b !important; }
      body.navbar-active nav#navbar #nav .badges.mobile {
        -webkit-animation-name: fadeInTopLg;
        -moz-animation-name: fadeInTopLg;
        -o-animation-name: fadeInTopLg;
        animation-name: fadeInTopLg;
        -webkit-animation-delay: 1.2s;
        -moz-animation-delay: 1.2s;
        animation-delay: 1.2s; }
    body.navbar-active:not(.navbar-active-out) nav#navbar a.brand svg {
      -webkit-transform: translateY(27px);
      -moz-transform: translateY(27px);
      -o-transform: translateY(27px);
      transform: translateY(27px); }
      body.navbar-active:not(.navbar-active-out) nav#navbar a.brand svg .fill-primary {
        fill: #69be4b; }
      body.navbar-active:not(.navbar-active-out) nav#navbar a.brand svg .fill-secondary {
        fill: #f4cc3c; }
    body.navbar-active:not(.navbar-active-out) nav#navbar #nav-toggle ul > li {
      top: 9px; }
      body.navbar-active:not(.navbar-active-out) nav#navbar #nav-toggle ul > li:nth-child(1):before {
        transition-delay: 0.4s;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      body.navbar-active:not(.navbar-active-out) nav#navbar #nav-toggle ul > li:nth-child(2):before {
        opacity: 0; }
      body.navbar-active:not(.navbar-active-out) nav#navbar #nav-toggle ul > li:nth-child(3):before {
        transition-delay: 0.4s;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    body.navbar-active.navbar-active-out nav#navbar #nav {
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%);
      opacity: 0; }
    body.navbar-active.navbar-active-out nav#navbar #nav-toggle ul > li {
      top: 9px; }
      body.navbar-active.navbar-active-out nav#navbar #nav-toggle ul > li:nth-child(1):before {
        transition-delay: 0s;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg); }
      body.navbar-active.navbar-active-out nav#navbar #nav-toggle ul > li:nth-child(2):before {
        opacity: 1; }
      body.navbar-active.navbar-active-out nav#navbar #nav-toggle ul > li:nth-child(3):before {
        transition-delay: 0s;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg); } }
/*************
*   Header   *
**************/
header, .header {
  position: relative;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  z-index: 6; }
  header .container, .header .container {
    position: relative;
    z-index: 3; }
  header.full-height, .header.full-height {
    height: 100vh; }
  header.v-center, .header.v-center {
    display: flex;
    justify-content: center;
    flex-direction: column; }
  header .scroll-to-next, .header .scroll-to-next {
    width: 34px;
    padding: 0;
    position: absolute;
    left: 50%;
    margin-left: -17px;
    z-index: 2;
    cursor: pointer;
    bottom: 52px; }
    @media (min-width: 768px) and (max-width: 991px) {
      header .scroll-to-next, .header .scroll-to-next {
        bottom: 62px; } }
    @media (min-width: 992px) {
      header .scroll-to-next, .header .scroll-to-next {
        width: 50px;
        margin-left: -25px;
        bottom: 80px; } }
    @media (min-width: 1400px) {
      header .scroll-to-next, .header .scroll-to-next {
        bottom: 95px; } }
    header .scroll-to-next svg, .header .scroll-to-next svg {
      display: block;
      position: relative;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      -webkit-animation-duration: 2.5s;
      -moz-animation-duration: 2.5s;
      -o-animation-duration: 2.5s;
      animation-duration: 2.5s;
      -webkit-animation-delay: 2.5s;
      -moz-animation-delay: 2.5s;
      animation-delay: 2.5s;
      -webkit-animation-timing-function: ease-out;
      -moz-animation-timing-function: ease-out;
      -o-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
      -webkit-animation-iteration-count: infinite;
      -moz-animation-iteration-count: infinite;
      -o-animation-iteration-count: infinite;
      animation-iteration-count: infinite; }
  header.header-home, .header.header-home {
    padding-top: 130px;
    min-height: 660px; }
    @media (min-width: 0) and (max-width: 767px) {
      header.header-home, .header.header-home {
        display: block !important; } }
    @media (min-width: 768px) {
      header.header-home, .header.header-home {
        min-height: 660px;
        padding-top: 0; } }
    @media (min-width: 992px) {
      header.header-home, .header.header-home {
        min-height: 760px; } }
    @media (min-width: 1200px) {
      header.header-home, .header.header-home {
        height: 100vh; } }
    @media (min-width: 1400px) {
      header.header-home, .header.header-home {
        min-height: 880px; } }
    header.header-home .btn-round-highlight, .header.header-home .btn-round-highlight {
      margin-top: 25px; }
      @media (min-width: 768px) {
        header.header-home .btn-round-highlight, .header.header-home .btn-round-highlight {
          float: right;
          margin-top: -20%; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        header.header-home .btn-round-highlight, .header.header-home .btn-round-highlight {
          margin-top: 10%; } }
      @media (min-width: 1200px) {
        header.header-home .btn-round-highlight, .header.header-home .btn-round-highlight {
          margin-top: -25%; } }
  header.header-inner, .header.header-inner {
    padding: 130px 0 150px; }
    @media (min-width: 992px) {
      header.header-inner, .header.header-inner {
        padding: 200px 0 200px; } }
    @media (min-width: 1200px) {
      header.header-inner, .header.header-inner {
        min-height: 500px;
        display: flex;
        justify-content: center;
        flex-direction: column; } }
    @media (min-width: 1400px) {
      header.header-inner, .header.header-inner {
        padding: 240px 0 200px;
        min-height: 550px; } }
    @media (min-width: 0) and (max-width: 767px) {
      header.header-inner.sm, .header.header-inner.sm {
        padding: 130px 0 100px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      header.header-inner.sm, .header.header-inner.sm {
        padding: 130px 0 120px; } }
    @media (min-width: 992px) {
      header.header-inner.sm, .header.header-inner.sm {
        padding: 200px 0 150px; } }
    @media (min-width: 1400px) {
      header.header-inner.sm, .header.header-inner.sm {
        padding: 240px 0 180px; } }
    header.header-inner .bg, .header.header-inner .bg {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: auto;
      height: 100%;
      z-index: 1; }
      header.header-inner .bg.opac90:before, .header.header-inner .bg.opac90:before {
        opacity: 0.9; }
      header.header-inner .bg.gray:before, .header.header-inner .bg.gray:before {
        background-color: #ecedec; }
      header.header-inner .bg:before, .header.header-inner .bg:before {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: auto;
        height: 100%;
        z-index: 2;
        background-color: #69be4b;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s; }
      header.header-inner .bg > .img, .header.header-inner .bg > .img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: auto;
        height: 100%;
        background-position: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: 1;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s; }
  header.header-franchisado, .header.header-franchisado {
    padding: 130px 0 60px; }
    @media (min-width: 992px) {
      header.header-franchisado, .header.header-franchisado {
        padding: 150px 0 80px; } }
    @media (min-width: 1200px) {
      header.header-franchisado, .header.header-franchisado {
        padding: 180px 0 80px; } }
    header.header-franchisado .partner-img, .header.header-franchisado .partner-img {
      display: inline-block;
      width: 200px; }
      @media (min-width: 768px) {
        header.header-franchisado .partner-img, .header.header-franchisado .partner-img {
          width: 250px; } }
      @media (min-width: 1200px) {
        header.header-franchisado .partner-img, .header.header-franchisado .partner-img {
          width: 325px; } }
      @media (min-width: 768px) {
        header.header-franchisado .partner-img.sm, .header.header-franchisado .partner-img.sm {
          width: 250px; } }
    @media (min-width: 768px) {
      header.header-franchisado ul.social, .header.header-franchisado ul.social {
        text-align: right;
        margin-top: 5px; } }
    header.header-franchisado img.img-franchisado, .header.header-franchisado img.img-franchisado {
      display: inline-block;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      border: solid 4px #ecedec;
      height: 124px; }
      @media (min-width: 768px) {
        header.header-franchisado img.img-franchisado, .header.header-franchisado img.img-franchisado {
          float: right;
          margin-top: -5px; } }
      @media (min-width: 992px) {
        header.header-franchisado img.img-franchisado, .header.header-franchisado img.img-franchisado {
          height: 142px; } }
    header.header-franchisado .description, .header.header-franchisado .description {
      text-align: left; }
      @media (min-width: 0) and (max-width: 767px) {
        header.header-franchisado .description, .header.header-franchisado .description {
          text-align: center; } }
      @media (min-width: 0) and (max-width: 575px) {
        header.header-franchisado .description p, .header.header-franchisado .description p {
          font-size: 10px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    header.simulation.active > .container, .header.simulation.active > .container {
      margin-top: -40px; } }
  @media (min-width: 1200px) {
    header.simulation.active > .container, .header.simulation.active > .container {
      margin-top: -10px; } }
  @media (min-width: 1400px) {
    header.simulation.active > .container, .header.simulation.active > .container {
      margin-top: -60px; } }
  header.simulation.active .bg:before, .header.simulation.active .bg:before {
    opacity: 1; }
  header.simulation.active .bg > img, .header.simulation.active .bg > img {
    opacity: 0; }
  header.simulation > .container, .header.simulation > .container {
    margin-top: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  header.simulation .steps .steps-nav, .header.simulation .steps .steps-nav {
    display: inline-block; }
    @media (min-width: 768px) {
      header.simulation .steps .steps-nav, .header.simulation .steps .steps-nav {
        height: 33px;
        overflow: hidden; } }
    @media (min-width: 1200px) {
      header.simulation .steps .steps-nav, .header.simulation .steps .steps-nav {
        height: 34px; } }
    header.simulation .steps .steps-nav:after, .header.simulation .steps .steps-nav:after {
      content: " ";
      display: table;
      clear: both; }
    header.simulation .steps .steps-nav li, .header.simulation .steps .steps-nav li {
      display: inline-block;
      padding: 0;
      float: left; }
      @media (min-width: 0) and (max-width: 767px) {
        header.simulation .steps .steps-nav li, .header.simulation .steps .steps-nav li {
          width: 100%;
          margin-bottom: 3px; } }
      header.simulation .steps .steps-nav li button, .header.simulation .steps .steps-nav li button {
        position: relative;
        display: inline-block;
        border: 0;
        height: auto;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        cursor: pointer;
        padding: 10px 16px;
        text-transform: uppercase;
        color: #ffffff;
        background-color: #cccccc;
        font-weight: 500;
        font-size: 13px;
        letter-spacing: 1px;
        line-height: 100%;
        vertical-align: middle; }
        @media (min-width: 0) and (max-width: 767px) {
          header.simulation .steps .steps-nav li button, .header.simulation .steps .steps-nav li button {
            width: 100%; } }
        @media (min-width: 1200px) {
          header.simulation .steps .steps-nav li button, .header.simulation .steps .steps-nav li button {
            font-size: 14.5px;
            letter-spacing: 2px; } }
        header.simulation .steps .steps-nav li button.on, .header.simulation .steps .steps-nav li button.on {
          background-color: #69be4b; }
          header.simulation .steps .steps-nav li button.on .arrow, .header.simulation .steps .steps-nav li button.on .arrow {
            background-color: #69be4b; }
            header.simulation .steps .steps-nav li button.on .arrow:before, .header.simulation .steps .steps-nav li button.on .arrow:before {
              border-color: transparent transparent transparent #69be4b; }
          header.simulation .steps .steps-nav li button.on.active .arrow, .header.simulation .steps .steps-nav li button.on.active .arrow {
            background-color: #cccccc; }
        header.simulation .steps .steps-nav li button .arrow, .header.simulation .steps .steps-nav li button .arrow {
          position: absolute;
          top: 0;
          right: -4px;
          background-color: #cccccc;
          width: 14px;
          height: 100%;
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          -ms-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
          z-index: 10;
          display: none; }
          @media (min-width: 768px) {
            header.simulation .steps .steps-nav li button .arrow, .header.simulation .steps .steps-nav li button .arrow {
              display: block; } }
          header.simulation .steps .steps-nav li button .arrow:before, .header.simulation .steps .steps-nav li button .arrow:before {
            content: " ";
            position: absolute;
            top: -5px;
            right: 3px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 22px 0 22px 14px;
            border-color: transparent transparent transparent #cccccc;
            z-index: 2;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -ms-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease; }
          header.simulation .steps .steps-nav li button .arrow:after, .header.simulation .steps .steps-nav li button .arrow:after {
            content: " ";
            position: absolute;
            top: -5px;
            right: 0;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 22px 0 22px 14px;
            border-color: transparent transparent transparent #ecedec;
            z-index: 1;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -ms-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease; }
    @media (min-width: 0) and (max-width: 767px) {
      header.simulation .steps .steps-nav > :first-child button, .header.simulation .steps .steps-nav > :first-child button {
        -webkit-border-radius: 16px 16px 0 0;
        -moz-border-radius: 16px 16px 0 0;
        -ms-border-radius: 16px 16px 0 0;
        border-radius: 16px 16px 0 0; }
      header.simulation .steps .steps-nav > :last-child button, .header.simulation .steps .steps-nav > :last-child button {
        -webkit-border-radius: 0 0 16px 16px;
        -moz-border-radius: 0 0 16px 16px;
        -ms-border-radius: 0 0 16px 16px;
        border-radius: 0 0 16px 16px; } }
    @media (min-width: 768px) {
      header.simulation .steps .steps-nav > :first-child button, .header.simulation .steps .steps-nav > :first-child button {
        padding-left: 20px;
        -webkit-border-radius: 16px 0 0 16px;
        -moz-border-radius: 16px 0 0 16px;
        -ms-border-radius: 16px 0 0 16px;
        border-radius: 16px 0 0 16px; }
      header.simulation .steps .steps-nav > :last-child button, .header.simulation .steps .steps-nav > :last-child button {
        padding-right: 20px;
        -webkit-border-radius: 0 16px 16px 0;
        -moz-border-radius: 0 16px 16px 0;
        -ms-border-radius: 0 16px 16px 0;
        border-radius: 0 16px 16px 0; }
        header.simulation .steps .steps-nav > :last-child button .arrow, .header.simulation .steps .steps-nav > :last-child button .arrow {
          display: none; } }
  header.simulation .steps .simulation-step-2-row > *, .header.simulation .steps .simulation-step-2-row > * {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }
  header.simulation .steps .simulation-step-2-row .checkbox, .header.simulation .steps .simulation-step-2-row .checkbox {
    width: 29px; }
  header.simulation .steps .simulation-step-2-row .simulation-space-text, .header.simulation .steps .simulation-step-2-row .simulation-space-text {
    width: calc(70% - 49px); }
    @media (min-width: 992px) {
      header.simulation .steps .simulation-step-2-row .simulation-space-text, .header.simulation .steps .simulation-step-2-row .simulation-space-text {
        width: calc(70% - 55px); } }
  header.simulation .steps .simulation-step-2-row .simulation-space-m, .header.simulation .steps .simulation-step-2-row .simulation-space-m {
    text-align: center;
    width: calc(30% - 49px);
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 992px) {
      header.simulation .steps .simulation-step-2-row .simulation-space-m, .header.simulation .steps .simulation-step-2-row .simulation-space-m {
        width: calc(30% - 55px); } }
  header.simulation .steps .simulation-step-2-row > span, .header.simulation .steps .simulation-step-2-row > span {
    width: 24px;
    margin-right: 0; }
    @media (min-width: 992px) {
      header.simulation .steps .simulation-step-2-row > span, .header.simulation .steps .simulation-step-2-row > span {
        width: 30px; } }
  header.simulation .steps .btn-simulation-step-3, .header.simulation .steps .btn-simulation-step-3 {
    -webkit-appearance: none !important;
    position: relative;
    display: block;
    padding: 9px 45px 10px;
    height: auto;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 0;
    border: solid 4px #ffffff;
    background-color: #ffffff;
    color: #212721;
    width: 100%;
    font-size: 18px;
    line-height: 120%;
    outline: 0;
    font-weight: 500; }
    @media (min-width: 992px) {
      header.simulation .steps .btn-simulation-step-3, .header.simulation .steps .btn-simulation-step-3 {
        font-size: 21px; } }
    header.simulation .steps .btn-simulation-step-3 .radio, .header.simulation .steps .btn-simulation-step-3 .radio {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 10px;
      height: 28px;
      width: 28px; }
      header.simulation .steps .btn-simulation-step-3 .radio:before, .header.simulation .steps .btn-simulation-step-3 .radio:before {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        height: 28px;
        width: 28px;
        cursor: pointer;
        background: transparent;
        border: solid 4px #ecedec;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
      header.simulation .steps .btn-simulation-step-3 .radio:after, .header.simulation .steps .btn-simulation-step-3 .radio:after {
        content: " ";
        width: 33px;
        height: 33px;
        background-image: url("../img/form/primary/check.svg");
        -webkit-background-size: 33px 33px;
        -moz-background-size: 33px 33px;
        background-size: 33px 33px;
        background-position: center right;
        background-repeat: no-repeat;
        position: absolute;
        top: -8px;
        left: 3px;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        opacity: 0; }
    header.simulation .steps .btn-simulation-step-3.active .radio:after, .header.simulation .steps .btn-simulation-step-3.active .radio:after {
      opacity: 1; }
    header.simulation .steps .btn-simulation-step-3:hover, .header.simulation .steps .btn-simulation-step-3:hover {
      background-color: transparent; }
      header.simulation .steps .btn-simulation-step-3:hover .radio:before, .header.simulation .steps .btn-simulation-step-3:hover .radio:before {
        border-color: #ffffff; }
  header.simulation .steps .steps-pagination, .header.simulation .steps .steps-pagination {
    text-align: center;
    margin-bottom: -20px; }
    header.simulation .steps .steps-pagination .btn, .header.simulation .steps .steps-pagination .btn {
      width: 200px;
      margin: 0 10px 20px; }
      @media (min-width: 992px) {
        header.simulation .steps .steps-pagination .btn, .header.simulation .steps .steps-pagination .btn {
          width: 250px;
          margin: 0 16px 20px; } }
  header.simulation .steps-resume-wrap, .header.simulation .steps-resume-wrap {
    position: absolute;
    top: 235px;
    left: 0; }
    @media (min-width: 0) and (max-width: 991px) {
      header.simulation .steps-resume-wrap, .header.simulation .steps-resume-wrap {
        position: relative;
        top: auto;
        left: auto;
        margin-top: -30px;
        margin-bottom: 20px; } }
    @media (min-width: 1400px) {
      header.simulation .steps-resume-wrap, .header.simulation .steps-resume-wrap {
        left: -105px; } }
    header.simulation .steps-resume-wrap .steps-resume, .header.simulation .steps-resume-wrap .steps-resume {
      width: 200px;
      height: 200px;
      background-color: #f4cc3c;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      text-align: center;
      color: #ffffff;
      display: flex !important;
      justify-content: center;
      flex-direction: column;
      padding: 15px; }
      @media (min-width: 0) and (max-width: 991px) {
        header.simulation .steps-resume-wrap .steps-resume, .header.simulation .steps-resume-wrap .steps-resume {
          margin-left: auto;
          margin-right: auto; } }
      @media (min-width: 1200px) {
        header.simulation .steps-resume-wrap .steps-resume, .header.simulation .steps-resume-wrap .steps-resume {
          width: 240px;
          height: 240px; } }
      @media (min-width: 0) and (max-width: 1199px) {
        header.simulation .steps-resume-wrap .steps-resume p.xs, .header.simulation .steps-resume-wrap .steps-resume p.xs {
          font-size: 12px;
          line-height: 150%; } }

/***************
*   Sections   *
****************/
section, .section {
  position: relative;
  display: block;
  padding: 60px 0;
  min-height: 10px;
  z-index: 1; }
  @media (min-width: 992px) {
    section, .section {
      padding: 120px 0; } }
  @media (min-width: 1400px) {
    section, .section {
      padding: 150px 0; } }

/***************
*   Specific   *
****************/
#cookie-settings {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  z-index: 10;
  -webkit-transition: transform 0.8s;
  -moz-transition: transform 0.8s;
  -ms-transition: transform 0.8s;
  -o-transition: transform 0.8s;
  transition: transform 0.8s; }
  #cookie-settings.hide {
    transition-delay: 0s !important;
    -webkit-transform: translateY(100%) !important;
    -moz-transform: translateY(100%) !important;
    -o-transform: translateY(100%) !important;
    transform: translateY(100%) !important; }
  #cookie-settings .container {
    position: relative; }
    #cookie-settings .container .cookie-wrap {
      position: relative;
      background-color: #ffffff;
      padding: 15px 25px;
      -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
      box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1); }
      @media (min-width: 576px) and (max-width: 991px) {
        #cookie-settings .container .cookie-wrap {
          padding: 15px 20px; } }
      @media (min-width: 0) and (max-width: 575px) {
        #cookie-settings .container .cookie-wrap {
          padding: 10px 15px; } }
      #cookie-settings .container .cookie-wrap p {
        margin: 0;
        width: 100%;
        padding-right: 110px; }
        @media (min-width: 576px) and (max-width: 991px) {
          #cookie-settings .container .cookie-wrap p {
            font-size: 11px;
            padding-right: 100px; } }
        @media (min-width: 0) and (max-width: 575px) {
          #cookie-settings .container .cookie-wrap p {
            font-size: 11px;
            padding-right: 70px; } }
        #cookie-settings .container .cookie-wrap p a {
          color: #cccccc; }
          #cookie-settings .container .cookie-wrap p a:hover {
            color: #f4cc3c; }
      #cookie-settings .container .cookie-wrap .btn {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 25px; }
        @media (min-width: 576px) and (max-width: 991px) {
          #cookie-settings .container .cookie-wrap .btn {
            right: 20px; } }
        @media (min-width: 0) and (max-width: 575px) {
          #cookie-settings .container .cookie-wrap .btn {
            right: 15px;
            top: auto;
            bottom: 15px;
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0); } }

.success-icon {
  width: 150px;
  display: inline-block; }
  @media (min-width: 576px) and (max-width: 991px) {
    .success-icon {
      width: 200px; } }
  @media (min-width: 992px) {
    .success-icon {
      width: 250px;
      margin-top: -60px; } }
  @media (min-width: 1200px) {
    .success-icon {
      margin-top: -20px; } }
  @media (min-width: 1400px) {
    .success-icon {
      margin-top: -60px; } }

.prizes > img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  height: 65px;
  width: auto; }

.rating-wrap > * {
  display: inline-block;
  vertical-align: middle; }
.rating-wrap .rating-eval {
  margin-top: 3px; }

ul.rating {
  display: inline-block;
  padding: 0;
  margin-bottom: 0; }
  ul.rating:after {
    content: " ";
    display: table;
    clear: both; }
  ul.rating li {
    position: relative;
    display: inline-block;
    margin: 0 1px 0 0;
    padding: 0;
    float: left;
    width: 20px;
    height: 20px;
    line-height: 100%; }
    ul.rating li:before {
      content: " ";
      float: left;
      width: 20px;
      height: 20px;
      line-height: 100%;
      background-repeat: no-repeat;
      background-position: left;
      -webkit-background-size: 20px 20px;
      -moz-background-size: 20px 20px;
      background-size: 20px 20px;
      z-index: 1;
      background-image: url("../img/icon/star.svg");
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
    ul.rating li:after {
      content: " ";
      position: absolute;
      top: 0;
      left: 0;
      width: 20px;
      height: 20px;
      line-height: 100%;
      background-repeat: no-repeat;
      background-position: left;
      -webkit-background-size: 20px 20px;
      -moz-background-size: 20px 20px;
      background-size: 20px 20px;
      z-index: 2;
      background-image: url("../img/icon/star-active.svg");
      opacity: 0;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
  ul.rating.rate-0-5 li:nth-child(1):after {
    opacity: 1;
    width: 10px; }
  ul.rating.rate-1 li:nth-child(1):after {
    opacity: 1; }
  ul.rating.rate-1-5 li:nth-child(1):after {
    opacity: 1; }
  ul.rating.rate-1-5 li:nth-child(2):after {
    opacity: 1;
    width: 10px; }
  ul.rating.rate-2 li:nth-child(1):after,
  ul.rating.rate-2 li:nth-child(2):after {
    opacity: 1; }
  ul.rating.rate-2-5 li:nth-child(1):after,
  ul.rating.rate-2-5 li:nth-child(2):after {
    opacity: 1; }
  ul.rating.rate-2-5 li:nth-child(3):after {
    opacity: 1;
    width: 10px; }
  ul.rating.rate-3 li:nth-child(1):after,
  ul.rating.rate-3 li:nth-child(2):after,
  ul.rating.rate-3 li:nth-child(3):after {
    opacity: 1; }
  ul.rating.rate-3-5 li:nth-child(1):after,
  ul.rating.rate-3-5 li:nth-child(2):after,
  ul.rating.rate-3-5 li:nth-child(3):after {
    opacity: 1; }
  ul.rating.rate-3-5 li:nth-child(4):after {
    opacity: 1;
    width: 10px; }
  ul.rating.rate-4 li:nth-child(1):after,
  ul.rating.rate-4 li:nth-child(2):after,
  ul.rating.rate-4 li:nth-child(3):after,
  ul.rating.rate-4 li:nth-child(4):after {
    opacity: 1; }
  ul.rating.rate-4-5 li:nth-child(1):after,
  ul.rating.rate-4-5 li:nth-child(2):after,
  ul.rating.rate-4-5 li:nth-child(3):after,
  ul.rating.rate-4-5 li:nth-child(4):after {
    opacity: 1; }
  ul.rating.rate-4-5 li:nth-child(5):after {
    opacity: 1;
    width: 10px; }
  ul.rating.rate-5 li:nth-child(1):after,
  ul.rating.rate-5 li:nth-child(2):after,
  ul.rating.rate-5 li:nth-child(3):after,
  ul.rating.rate-5 li:nth-child(4):after,
  ul.rating.rate-5 li:nth-child(5):after {
    opacity: 1; }

#load-items-rede {
  overflow: hidden; }

.line {
  position: relative;
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 3px; }

.asterisk {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-top: -2px; }
  @media (min-width: 576px) and (max-width: 991px) {
    .asterisk {
      font-size: 25px;
      margin-top: -5px; } }
  @media (min-width: 992px) {
    .asterisk {
      font-size: 32px; } }
  @media (min-width: 992px) {
    .asterisk.alt {
      font-size: 28px;
      margin-top: -4px; } }

.wrap-header-home {
  position: relative; }

.wrap {
  position: relative;
  overflow: hidden; }

section.section-home-map .badges {
  display: block;
  width: 260px;
  margin-bottom: 25px; }
  @media (min-width: 0) and (max-width: 767px) {
    section.section-home-map .badges {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 35px; } }
  @media (min-width: 992px) {
    section.section-home-map .badges {
      width: 360px;
      margin-bottom: 40px; } }
section.section-home-map .portugal-map {
  max-width: 100%;
  width: 250px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 768px) {
    section.section-home-map .portugal-map {
      width: 570px;
      margin-right: 0;
      margin-left: -30px; } }
  @media (min-width: 1200px) {
    section.section-home-map .portugal-map {
      margin-left: -40px; } }
section.section-home-map .spain-map {
  max-width: 100%;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
  position: relative; }
  @media (min-width: 768px) {
    section.section-home-map .spain-map {
      width: 320px;
      max-width: none;
      margin-right: 0;
      margin-left: -60px; } }
  @media (min-width: 992px) {
    section.section-home-map .spain-map {
      width: 420px; } }
  @media (min-width: 1200px) {
    section.section-home-map .spain-map {
      width: 480px; } }
  @media (min-width: 1400px) {
    section.section-home-map .spain-map {
      margin-left: -25px;
      width: 600px; } }
  section.section-home-map .spain-map img {
    z-index: 3; }
  section.section-home-map .spain-map > :last-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4; }

@media (min-width: 1200px) {
  .min-height-1 {
    min-height: 420px; } }
@media (min-width: 1500px) {
  .min-height-1 {
    min-height: 540px; } }

section.section-quem-somos-timeline {
  margin-top: -110px; }
  section.section-quem-somos-timeline .row > * {
    position: relative; }
  section.section-quem-somos-timeline h3 {
    text-align: center;
    position: relative;
    z-index: 1; }
    @media (min-width: 0) and (max-width: 991px) {
      section.section-quem-somos-timeline h3 {
        font-size: 45px; } }
  section.section-quem-somos-timeline img.timeline-dots {
    display: block;
    width: calc(50% - 70px);
    margin-left: 70px;
    margin-top: 10px;
    margin-bottom: 10px; }
    @media (min-width: 768px) and (max-width: 991px) {
      section.section-quem-somos-timeline img.timeline-dots {
        width: calc(50% - 65px);
        margin-left: 70px; } }
    @media (min-width: 992px) {
      section.section-quem-somos-timeline img.timeline-dots {
        width: calc(50% - 60px);
        margin-left: 65px;
        margin-top: 20px;
        margin-bottom: 20px; } }
    @media (min-width: 1400px) {
      section.section-quem-somos-timeline img.timeline-dots {
        width: calc(50% - 70px);
        margin-left: 75px; } }
  section.section-quem-somos-timeline .timeline {
    padding-top: 24px; }
    @media (min-width: 992px) {
      section.section-quem-somos-timeline .timeline {
        padding-top: 27px; } }
    section.section-quem-somos-timeline .timeline h3 {
      position: absolute;
      top: -32px;
      left: 15px;
      right: 15px;
      width: auto; }
      @media (min-width: 992px) {
        section.section-quem-somos-timeline .timeline h3 {
          top: -37px; } }

section.section-quem-somos-icons {
  padding: 0; }
  @media (min-width: 768px) {
    section.section-quem-somos-icons {
      padding-top: 120px; } }
  @media (min-width: 1200px) {
    section.section-quem-somos-icons {
      padding-top: 200px; } }
  section.section-quem-somos-icons .icon-quem-somos {
    width: 160px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) and (max-width: 991px) {
      section.section-quem-somos-icons .icon-quem-somos {
        margin-top: -150px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      section.section-quem-somos-icons .icon-quem-somos {
        margin-top: -190px;
        width: 200px; } }
    @media (min-width: 1200px) {
      section.section-quem-somos-icons .icon-quem-somos {
        margin-top: -240px;
        width: 250px; } }
    @media (min-width: 1500px) {
      section.section-quem-somos-icons .icon-quem-somos {
        margin-top: -260px; } }

section.section-campaign {
  min-height: 420px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    section.section-campaign {
      min-height: 640px; } }
  @media (min-width: 1200px) {
    section.section-campaign {
      min-height: 740px; } }
  @media (min-width: 1400px) {
    section.section-campaign {
      min-height: 780px; } }
  section.section-campaign.even {
    text-align: left; }
    section.section-campaign.even .btn-wrapper .btn {
      margin-right: 12px;
      margin-top: 20px; }
      @media (min-width: 992px) {
        section.section-campaign.even .btn-wrapper .btn {
          margin-right: 20px; } }
  section.section-campaign.odd {
    text-align: right; }
    section.section-campaign.odd .btn-wrapper .btn {
      margin-left: 12px;
      margin-top: 20px; }
      @media (min-width: 992px) {
        section.section-campaign.odd .btn-wrapper .btn {
          margin-left: 20px; } }
  section.section-campaign .btn-wrapper {
    margin-top: -10px; }
    @media (min-width: 992px) {
      section.section-campaign .btn-wrapper {
        margin-top: 10px; } }
    section.section-campaign .btn-wrapper .btn-read-more > :nth-child(1) {
      display: initial; }
    section.section-campaign .btn-wrapper .btn-read-more > :nth-child(2) {
      display: none; }
    section.section-campaign .btn-wrapper .btn-read-more.open > :nth-child(1) {
      display: none; }
    section.section-campaign .btn-wrapper .btn-read-more.open > :nth-child(2) {
      display: initial; }
  section.section-campaign > .container {
    z-index: 7; }

/*************
*   Footer   *
**************/
footer, .footer {
  position: relative;
  background-color: #69be4b;
  padding: 40px 0;
  z-index: 2; }
  @media (min-width: 0) and (max-width: 575px) {
    footer, .footer {
      text-align: center; } }
  @media (min-width: 992px) {
    footer, .footer {
      padding: 60px 0; } }
  footer.alt, .footer.alt {
    background-color: #ffffff; }
    footer.alt p, .footer.alt p {
      color: #212721; }
      footer.alt p a, .footer.alt p a {
        color: #212721; }
        footer.alt p a:hover, footer.alt p a.active, .footer.alt p a:hover, .footer.alt p a.active {
          color: #69be4b; }
    footer.alt h4, .footer.alt h4 {
      color: #212721; }
    @media (min-width: 768px) and (max-width: 991px) {
      footer.alt a.brand, .footer.alt a.brand {
        margin-bottom: 62px; } }
    @media (min-width: 992px) {
      footer.alt a.brand, .footer.alt a.brand {
        margin-bottom: 49px; } }
    footer.alt a.brand svg .fill-primary, .footer.alt a.brand svg .fill-primary {
      fill: #69be4b; }
    footer.alt a.brand svg .fill-secondary, .footer.alt a.brand svg .fill-secondary {
      fill: #f4cc3c; }
    footer.alt .sub-brand h4, .footer.alt .sub-brand h4 {
      margin-bottom: 15px; }
    footer.alt .sub-brand .box, .footer.alt .sub-brand .box {
      padding: 0; }
    footer.alt ul.nav li a, .footer.alt ul.nav li a {
      color: #212721; }
    footer.alt ul.nav li.highlight a, .footer.alt ul.nav li.highlight a {
      color: #69be4b; }
    footer.alt ul.nav li.highlight:hover a, footer.alt ul.nav li.highlight.active a, .footer.alt ul.nav li.highlight:hover a, .footer.alt ul.nav li.highlight.active a {
      color: #b5dEa6; }
    footer.alt ul.nav li:hover a, footer.alt ul.nav li.active a, .footer.alt ul.nav li:hover a, .footer.alt ul.nav li.active a {
      color: #69be4b; }
    footer.alt ul.social li a.icon-social, .footer.alt ul.social li a.icon-social {
      background-color: #212721; }
      footer.alt ul.social li a.icon-social svg path, footer.alt ul.social li a.icon-social svg polygon, footer.alt ul.social li a.icon-social svg rect, footer.alt ul.social li a.icon-social svg circle, .footer.alt ul.social li a.icon-social svg path, .footer.alt ul.social li a.icon-social svg polygon, .footer.alt ul.social li a.icon-social svg rect, .footer.alt ul.social li a.icon-social svg circle {
        fill: #ffffff; }
      footer.alt ul.social li a.icon-social:hover, footer.alt ul.social li a.icon-social.active, .footer.alt ul.social li a.icon-social:hover, .footer.alt ul.social li a.icon-social.active {
        background-color: #69be4b; }
    footer.alt .line, .footer.alt .line {
      margin-bottom: 40px; }
      @media (min-width: 992px) {
        footer.alt .line, .footer.alt .line {
          margin-bottom: 60px; } }
  footer .row, .footer .row {
    position: relative; }
  footer p, .footer p {
    font-size: 13px;
    color: #ffffff;
    line-height: 180%; }
    footer p a, .footer p a {
      color: #ffffff;
      display: inline-block; }
      footer p a:hover, footer p a.active, .footer p a:hover, .footer p a.active {
        color: #f4cc3c;
        -webkit-transform: translateX(6px);
        -moz-transform: translateX(6px);
        -o-transform: translateX(6px);
        transform: translateX(6px); }
  footer h4, .footer h4 {
    font-size: 13px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 7px;
    text-transform: uppercase; }
    footer h4.adjust, .footer h4.adjust {
      padding-top: 4px; }
      @media (min-width: 0) and (max-width: 575px) {
        footer h4.adjust, .footer h4.adjust {
          padding-top: 0; } }
  footer a.brand, .footer a.brand {
    display: inline-block;
    position: relative;
    max-width: 100%;
    width: 180px; }
    @media (min-width: 768px) and (max-width: 991px) {
      footer a.brand, .footer a.brand {
        margin-bottom: 46px; } }
    @media (min-width: 992px) {
      footer a.brand, .footer a.brand {
        width: 200px;
        margin-bottom: 34px; } }
    footer a.brand svg .fill-primary, .footer a.brand svg .fill-primary {
      fill: #ffffff; }
    footer a.brand svg .fill-secondary, .footer a.brand svg .fill-secondary {
      fill: #f4cc3c; }
  @media (min-width: 576px) and (max-width: 767px) {
    footer .sub-brand, .footer .sub-brand {
      display: inline-block;
      vertical-align: top;
      margin-left: 70px; } }
  footer .sub-brand h4, .footer .sub-brand h4 {
    font-size: 10px;
    margin-bottom: 10px; }
  footer .sub-brand .box, .footer .sub-brand .box {
    padding: 10px;
    background-color: #ffffff;
    display: inline-block; }
    footer .sub-brand .box > :last-child, .footer .sub-brand .box > :last-child {
      margin-right: 0; }
    footer .sub-brand .box a, .footer .sub-brand .box a {
      display: inline-block;
      float: left;
      margin-right: 8px; }
      footer .sub-brand .box a img, .footer .sub-brand .box a img {
        height: 53px;
        width: auto; }
        @media (min-width: 992px) {
          footer .sub-brand .box a img, .footer .sub-brand .box a img {
            height: 60px; } }
      footer .sub-brand .box a:hover, footer .sub-brand .box a.active, .footer .sub-brand .box a:hover, .footer .sub-brand .box a.active {
        opacity: 0.6; }
  footer ul.nav li, .footer ul.nav li {
    line-height: 100%;
    padding: 0 0 12px; }
    @media (min-width: 1200px) {
      footer ul.nav li, .footer ul.nav li {
        padding: 0 0 9px; } }
    footer ul.nav li a, .footer ul.nav li a {
      color: #ffffff;
      display: inline-block; }
    footer ul.nav li.highlight a, .footer ul.nav li.highlight a {
      font-weight: 700;
      color: #f4cc3c; }
    footer ul.nav li.highlight:hover a, footer ul.nav li.highlight.active a, .footer ul.nav li.highlight:hover a, .footer ul.nav li.highlight.active a {
      color: #f8e18a; }
    footer ul.nav li.active a, .footer ul.nav li.active a {
      color: #f4cc3c; }
    footer ul.nav li:hover a, .footer ul.nav li:hover a {
      color: #f4cc3c;
      -webkit-transform: translateX(6px);
      -moz-transform: translateX(6px);
      -o-transform: translateX(6px);
      transform: translateX(6px); }
  footer ul.nav:not(.main) li, .footer ul.nav:not(.main) li {
    padding: 0 0 8px; }
    @media (min-width: 1200px) {
      footer ul.nav:not(.main) li, .footer ul.nav:not(.main) li {
        padding: 0 0 5.5px; } }
    footer ul.nav:not(.main) li a, .footer ul.nav:not(.main) li a {
      font-size: 13px;
      line-height: 150%;
      text-transform: uppercase; }
      @media (min-width: 1200px) {
        footer ul.nav:not(.main) li a, .footer ul.nav:not(.main) li a {
          line-height: 130%; } }
  footer ul.nav.main li a, .footer ul.nav.main li a {
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase; }

ul.social {
  display: block; }
  ul.social.circle li a.icon-social {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px; }
    @media (min-width: 992px) {
      ul.social.circle li a.icon-social {
        width: 35px;
        height: 35px; } }
    ul.social.circle li a.icon-social.share svg {
      max-height: 24px;
      margin-left: -1px; }
    ul.social.circle li a.icon-social.fb svg {
      max-height: 21px; }
  ul.social.primary li a.icon-social {
    background-color: #f4cc3c; }
    ul.social.primary li a.icon-social svg path, ul.social.primary li a.icon-social svg polygon, ul.social.primary li a.icon-social svg rect, ul.social.primary li a.icon-social svg circle {
      fill: #ffffff; }
    ul.social.primary li a.icon-social:hover, ul.social.primary li a.icon-social.active {
      background-color: #f8e18a; }
  ul.social li {
    display: inline-block;
    vertical-align: middle; }
    ul.social li:last-child a.icon-social {
      margin-right: 0; }
    ul.social li a.icon-social {
      display: flex;
      align-items: center;
      width: 26px;
      height: 26px;
      background-color: #ffffff;
      padding: 2px 6px;
      margin-right: 5px;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
      @media (min-width: 1400px) {
        ul.social li a.icon-social {
          width: 28px;
          height: 28px;
          margin-right: 8px; } }
      ul.social li a.icon-social.ig {
        padding: 2px 5px; }
      ul.social li a.icon-social svg {
        width: 100%; }
        ul.social li a.icon-social svg path, ul.social li a.icon-social svg polygon, ul.social li a.icon-social svg rect, ul.social li a.icon-social svg circle {
          fill: #69be4b; }
      ul.social li a.icon-social:hover, ul.social li a.icon-social.active {
        background-color: #f4cc3c;
        -webkit-transform: translateY(-4px);
        -moz-transform: translateY(-4px);
        -o-transform: translateY(-4px);
        transform: translateY(-4px); }

section.section-footer-cta {
  z-index: 1; }
  @media (min-width: 0) and (max-width: 767px) {
    section.section-footer-cta {
      padding-top: 80px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    section.section-footer-cta {
      padding-top: 100px; } }
  section.section-footer-cta .row {
    position: relative; }

/*********************
*   Box & elements   *
**********************/
.body-text.xs p, .body-text.xs ul, .body-text.xs ol {
  font-size: 14px; }
  @media (min-width: 1200px) {
    .body-text.xs p, .body-text.xs ul, .body-text.xs ol {
      font-size: 16px; } }
.body-text.xs ul {
  font-size: 14px; }
  @media (min-width: 1200px) {
    .body-text.xs ul {
      font-size: 16px; } }
  .body-text.xs ul li:before {
    top: 6px; }
    @media (min-width: 1200px) {
      .body-text.xs ul li:before {
        top: 7px; } }
@media (min-width: 992px) {
  .body-text.xs h1 {
    font-size: 45px; } }
@media (min-width: 992px) {
  .body-text.xs h2 {
    font-size: 35px; } }
@media (min-width: 992px) {
  .body-text.xs h3 {
    font-size: 28px; } }
@media (min-width: 992px) {
  .body-text.xs h4 {
    font-size: 24px; } }
@media (min-width: 1200px) {
  .body-text.sm p, .body-text.sm ul, .body-text.sm ol {
    font-size: 18px; } }
@media (min-width: 1200px) {
  .body-text.sm ul {
    font-size: 18px; } }
.body-text.sm ul li:before {
  top: 7px; }
  @media (min-width: 992px) {
    .body-text.sm ul li:before {
      top: 9px; } }
.body-text p, .body-text ul, .body-text ol {
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .body-text p, .body-text ul, .body-text ol {
      margin-bottom: 30px; } }
.body-text ul li {
  padding-left: 20px; }
  @media (min-width: 992px) {
    .body-text ul li {
      padding-left: 30px; } }
  .body-text ul li:before {
    content: " ";
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #000000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    top: 7px; }
    @media (min-width: 992px) {
      .body-text ul li:before {
        top: 9px; } }
    @media (min-width: 1200px) {
      .body-text ul li:before {
        top: 12px; } }
.body-text h1, .body-text h2, .body-text h3, .body-text h4, .body-text h5, .body-text h6 {
  text-transform: none;
  margin: 50px 0 30px; }
  @media (min-width: 0) and (max-width: 767px) {
    .body-text h1, .body-text h2, .body-text h3, .body-text h4, .body-text h5, .body-text h6 {
      margin: 30px 0 20px; } }
.body-text h1 {
  font-size: 32px;
  margin: 60px 0 30px; }
  @media (min-width: 0) and (max-width: 767px) {
    .body-text h1 {
      margin: 40px 0 20px; } }
  @media (min-width: 992px) {
    .body-text h1 {
      font-size: 50px; } }
.body-text h2 {
  font-size: 28px;
  margin: 60px 0 30px; }
  @media (min-width: 0) and (max-width: 767px) {
    .body-text h2 {
      margin: 40px 0 20px; } }
  @media (min-width: 992px) {
    .body-text h2 {
      font-size: 45px; } }
.body-text h3 {
  font-size: 21px; }
  @media (min-width: 992px) {
    .body-text h3 {
      font-size: 35px;
      line-height: 125%; } }
.body-text h4 {
  font-size: 18px; }
  @media (min-width: 992px) {
    .body-text h4 {
      font-size: 28px;
      line-height: 125%; } }
.body-text a {
  color: #69be4b; }
  .body-text a:hover, .body-text a.active {
    color: #b5dEa6; }
.body-text > :last-child {
  margin-bottom: 0; }
.body-text > :first-child {
  margin-top: 0; }

.platform {
  position: relative; }
  .platform > .row {
    position: relative;
    z-index: 6; }
  .platform .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }

.shape {
  position: relative;
  z-index: 5; }
  .shape > div img {
    width: 100%; }
  .shape .photo {
    display: inline-block;
    width: 100%;
    height: auto; }
  .shape .graphic {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .shape.home-1 {
    position: absolute;
    width: 55%;
    top: 10%;
    left: 45%;
    overflow: hidden; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .shape.home-1 {
        left: 55%;
        width: 45%; } }
    .shape.home-1 > div img {
      min-width: 600px; }
  .shape.home-2 {
    position: absolute;
    right: auto;
    left: 44%;
    width: 55%;
    top: 7%;
    min-width: 450px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .shape.home-2 {
        min-width: 450px; } }
    @media (min-width: 992px) {
      .shape.home-2 {
        top: 10%;
        width: 62%;
        right: 15px;
        left: auto; } }
    @media (min-width: 1200px) {
      .shape.home-2 {
        top: 20px;
        width: 68%; } }
  .shape.home-3 {
    display: inline-block;
    max-width: 100%;
    width: 300px; }
    @media (min-width: 992px) {
      .shape.home-3 {
        width: 425px; } }
    .shape.home-3 .graphic {
      margin-top: 5px; }
  .shape.quem-somos-1 {
    position: absolute;
    right: auto;
    left: 50%;
    width: 40%;
    top: 0;
    min-width: 300px; }
    @media (min-width: 576px) and (max-width: 767px) {
      .shape.quem-somos-1 {
        left: 60%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .shape.quem-somos-1 {
        min-width: 500px;
        left: 60%;
        width: 40%;
        top: 10px; } }
    @media (min-width: 992px) {
      .shape.quem-somos-1 {
        min-width: 650px;
        left: 58%;
        width: 42%; } }
    @media (min-width: 1200px) {
      .shape.quem-somos-1 {
        min-width: 750px;
        left: 52%;
        width: 48%; } }
    @media (min-width: 1400px) {
      .shape.quem-somos-1 {
        min-width: 800px;
        top: -60px; } }
  .shape.campaign {
    width: 110%;
    margin-left: 30px;
    margin-top: -30px; }
    @media (min-width: 768px) {
      .shape.campaign {
        position: absolute;
        right: auto;
        width: 420px;
        left: 56%;
        top: 120px;
        margin-left: 0;
        margin-top: 0; } }
    @media (min-width: 992px) {
      .shape.campaign {
        width: 530px;
        top: 260px;
        left: 54%; } }
    @media (min-width: 1200px) {
      .shape.campaign {
        width: 720px;
        top: 200px;
        left: 52%; } }
    @media (min-width: 1400px) {
      .shape.campaign {
        width: 820px; } }
  .shape.campaign-invert {
    width: 110%;
    margin-right: 30px;
    margin-top: -30px;
    float: right; }
    @media (min-width: 768px) {
      .shape.campaign-invert {
        position: absolute;
        left: auto;
        width: 420px;
        right: 56%;
        top: 120px;
        margin-right: 0;
        margin-top: 0;
        float: none; } }
    @media (min-width: 992px) {
      .shape.campaign-invert {
        width: 530px;
        top: 260px;
        right: 54%; } }
    @media (min-width: 1200px) {
      .shape.campaign-invert {
        width: 720px;
        top: 200px;
        right: 52%; } }
    @media (min-width: 1400px) {
      .shape.campaign-invert {
        width: 820px; } }

.oval-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  min-width: 100%;
  overflow: hidden; }
  .oval-1 > svg {
    width: 100%;
    height: 100%;
    min-width: 1800px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative; }
    @media (min-width: 0) and (max-width: 991px) {
      .oval-1 > svg {
        min-width: 1400px; } }

.oval-footer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  overflow: hidden; }
  .oval-footer > svg {
    width: 100%;
    height: 100%;
    min-width: 1800px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative; }
    @media (min-width: 0) and (max-width: 991px) {
      .oval-footer > svg {
        min-width: 1400px; } }

.oval-header {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  overflow: hidden; }
  .oval-header > svg {
    width: 100%;
    height: 100%;
    min-width: 1800px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative; }
    @media (min-width: 0) and (max-width: 991px) {
      .oval-header > svg {
        min-width: 1400px; } }

.item-rede {
  border: solid 4px #ecedec;
  padding: 30px;
  overflow: hidden;
  height: 100%;
  min-height: 245px; }
  @media (min-width: 0) and (max-width: 1199px) {
    .item-rede {
      text-align: center; } }
  @media (min-width: 992px) {
    .item-rede {
      padding: 40px; } }
  @media (min-width: 1200px) {
    .item-rede .row, .item-rede .row > div {
      position: relative;
      height: inherit; } }
  .item-rede h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px; }
    @media (min-width: 992px) {
      .item-rede h3 {
        font-size: 28px;
        margin-bottom: 3px; } }
    .item-rede h3 span {
      font-size: 16px;
      color: #cccccc;
      vertical-align: middle;
      display: block;
      margin-top: 5px; }
      @media (min-width: 992px) {
        .item-rede h3 span {
          font-size: 18px; } }
      @media (min-width: 1200px) {
        .item-rede h3 span {
          display: inline-block;
          margin-top: 2px; } }
  .item-rede img {
    display: inline-block; }
    @media (min-width: 0) and (max-width: 1199px) {
      .item-rede img {
        margin-top: -50px;
        margin-bottom: -20px; } }
    @media (min-width: 1200px) {
      .item-rede img {
        margin-top: -42px;
        margin-left: -20px; } }
    @media (min-width: 1400px) {
      .item-rede img {
        margin-top: -46px;
        margin-left: -15px; } }
  .item-rede .rating-wrap {
    margin-bottom: 30px; }
    @media (min-width: 1200px) {
      .item-rede .rating-wrap {
        margin-bottom: 40px; } }
  @media (min-width: 1200px) {
    .item-rede .btn {
      position: absolute;
      bottom: 0;
      left: 0; } }

.item-portfolio {
  width: 100%;
  cursor: pointer;
  text-align: center;
  -webkit-backface-visibility: hidden;
  padding: 0; }
  .item-portfolio .thumb {
    position: relative;
    display: block;
    height: 250px;
    width: 100%;
    overflow: hidden; }
    @media (min-width: 1200px) {
      .item-portfolio .thumb {
        height: 325px; } }
    .item-portfolio .thumb:before {
      content: " ";
      background-color: #212721;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      z-index: 1;
      -webkit-transition: all 1.2s;
      -moz-transition: all 1.2s;
      -ms-transition: all 1.2s;
      -o-transition: all 1.2s;
      transition: all 1.2s; }
    .item-portfolio .thumb > .img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-position: center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      background-size: cover;
      background-repeat: no-repeat;
      -webkit-transition: all 1.2s;
      -moz-transition: all 1.2s;
      -ms-transition: all 1.2s;
      -o-transition: all 1.2s;
      transition: all 1.2s;
      z-index: -1;
      -webkit-backface-visibility: hidden; }
    .item-portfolio .thumb > .icon {
      position: absolute;
      bottom: 15px;
      left: 50%;
      width: 36px;
      height: 36px;
      margin-left: -18px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      border: solid 4px #ffffff;
      background-image: url("../img/icon/plus.svg");
      -webkit-background-size: 24px 24px;
      -moz-background-size: 24px 24px;
      background-size: 24px 24px;
      background-position: center;
      background-repeat: no-repeat;
      z-index: 2;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
  .item-portfolio .content {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    .item-portfolio .content p.sm {
      margin-bottom: 15px; }
      @media (min-width: 992px) {
        .item-portfolio .content p.sm {
          margin-bottom: 8px; } }
  .item-portfolio:hover .thumb:before, .item-portfolio.active .thumb:before {
    opacity: 0.25; }
  .item-portfolio:hover .thumb > .img, .item-portfolio.active .thumb > .img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07); }
  .item-portfolio:hover .thumb > .icon, .item-portfolio.active .thumb > .icon {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px); }
  @media (min-width: 992px) {
    .item-portfolio:hover .content, .item-portfolio.active .content {
      -webkit-transform: translateY(8px);
      -moz-transform: translateY(8px);
      -o-transform: translateY(8px);
      transform: translateY(8px); } }

#portfolio-gallery {
  visibility: hidden;
  opacity: 0; }

.item-timeline {
  text-align: center;
  position: relative;
  z-index: 3;
  display: block; }
  .item-timeline.lg img {
    -webkit-filter: grayscale(0);
    filter: none;
    filter: grayscale(0);
    width: 200px;
    max-width: 100%;
    border: 0; }
  .item-timeline.lg h4 {
    font-size: 16px;
    color: #212721;
    font-weight: 700; }
  .item-timeline img {
    margin-right: auto;
    margin-left: auto;
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: solid 1px #ecedec; }
  .item-timeline h4 {
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #cccccc; }
    @media (min-width: 576px) {
      .item-timeline h4 {
        margin-left: -10px;
        margin-right: -10px; } }
  .item-timeline:hover img {
    -webkit-filter: grayscale(0);
    filter: none;
    filter: grayscale(0); }

.item-team {
  text-align: center; }
  .item-team img {
    margin-right: auto;
    margin-left: auto; }
  @media (min-width: 576px) {
    .item-team h4, .item-team p, .item-team a {
      margin-left: -10px;
      margin-right: -10px; } }
  .item-team a {
    font-size: 12px;
    color: #69be4b; }
    .item-team a:hover {
      color: #b5dEa6; }

@media (min-width: 0) and (max-width: 767px) {
  .item-partner > .row > * {
    text-align: center; } }
@media (min-width: 768px) {
  .item-partner > .row > * {
    display: flex !important;
    align-items: flex-end; } }
@media (min-width: 768px) {
  .item-partner > .row > *:nth-child(2) {
    flex-direction: column-reverse; } }
@media (min-width: 0) and (max-width: 767px) {
  .item-partner img {
    margin: 0 auto 30px auto; } }
.item-partner img.neg-1 {
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    .item-partner img.neg-1 {
      margin-bottom: -8px; } }
.item-partner img.neg-2 {
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    .item-partner img.neg-2 {
      margin-bottom: -18px;
      margin-left: -5px; } }
@media (min-width: 768px) {
  .item-partner img.neg-3 {
    margin-bottom: -6px; } }
.item-partner img.neg-4 {
  margin-bottom: 22px; }
  @media (min-width: 768px) {
    .item-partner img.neg-4 {
      margin-bottom: -9px; } }

/*****************
*   Behaviours   *
******************/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #ffffff;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  visibility: visible;
  z-index: 10000; }
  #loader > div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -110px; }
    #loader > div svg {
      width: 220px;
      -webkit-transition: all 0.6s ease;
      -moz-transition: all 0.6s ease;
      -ms-transition: all 0.6s ease;
      -o-transition: all 0.6s ease;
      transition: all 0.6s ease;
      opacity: 0; }
      #loader > div svg > g path {
        fill: #ecedec;
        -webkit-animation-duration: 1.2s;
        -moz-animation-duration: 1.2s;
        -o-animation-duration: 1.2s;
        animation-duration: 1.2s;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        -o-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        -o-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-name: loader;
        -moz-animation-name: loader;
        -o-animation-name: loader;
        animation-name: loader; }
      #loader > div svg > g > :nth-child(1) {
        -webkit-animation-delay: 0s;
        -moz-animation-delay: 0s;
        animation-delay: 0s; }
      #loader > div svg > g > :nth-child(2) {
        -webkit-animation-delay: 0.1s;
        -moz-animation-delay: 0.1s;
        animation-delay: 0.1s; }
      #loader > div svg > g > :nth-child(3) {
        -webkit-animation-delay: 0.2s;
        -moz-animation-delay: 0.2s;
        animation-delay: 0.2s; }
      #loader > div svg > g > :nth-child(4) {
        -webkit-animation-delay: 0.3s;
        -moz-animation-delay: 0.3s;
        animation-delay: 0.3s; }
      #loader > div svg > g > :nth-child(5) {
        -webkit-animation-delay: 0.4s;
        -moz-animation-delay: 0.4s;
        animation-delay: 0.4s; }

body:not(.loaded) > *:not(#loader) {
  opacity: 0;
  -webkit-transition: all 0s ease !important;
  -moz-transition: all 0s ease !important;
  -ms-transition: all 0s ease !important;
  -o-transition: all 0s ease !important;
  transition: all 0s ease !important; }
body:not(.loaded) #loader > div svg {
  opacity: 1; }
body:before {
  content: " ";
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: 10000;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  z-index: 100000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
body.before-load:before {
  visibility: visible;
  opacity: 1; }

body.scrolled nav#navbar:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }
body.scrolled nav#navbar a.brand svg {
  height: 50px;
  -webkit-transform: translateY(13px);
  -moz-transform: translateY(13px);
  -o-transform: translateY(13px);
  transform: translateY(13px); }
  @media (min-width: 992px) {
    body.scrolled nav#navbar a.brand svg {
      height: 55px;
      -webkit-transform: translateY(10px);
      -moz-transform: translateY(10px);
      -o-transform: translateY(10px);
      transform: translateY(10px); } }
  body.scrolled nav#navbar a.brand svg .fill-primary {
    fill: #69be4b; }
  body.scrolled nav#navbar a.brand svg .fill-secondary {
    fill: #f4cc3c; }
@media (min-width: 1200px) {
  body.scrolled nav#navbar .badges {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; } }
@media (min-width: 992px) {
  body.scrolled nav#navbar #nav > ul {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px); } }
body.scrolled nav#navbar #nav > ul > li:not(.highlight) a span, body.scrolled nav#navbar #nav > ul > li:not(.highlight) button span {
  color: #212721; }
body.scrolled nav#navbar #nav > ul > li:not(.highlight) a svg path, body.scrolled nav#navbar #nav > ul > li:not(.highlight) a svg polygon, body.scrolled nav#navbar #nav > ul > li:not(.highlight) a svg rect, body.scrolled nav#navbar #nav > ul > li:not(.highlight) a svg circle, body.scrolled nav#navbar #nav > ul > li:not(.highlight) button svg path, body.scrolled nav#navbar #nav > ul > li:not(.highlight) button svg polygon, body.scrolled nav#navbar #nav > ul > li:not(.highlight) button svg rect, body.scrolled nav#navbar #nav > ul > li:not(.highlight) button svg circle {
  fill: #69be4b; }
body.scrolled nav#navbar #nav > ul > li:not(.highlight):hover a span, body.scrolled nav#navbar #nav > ul > li:not(.highlight):hover button span, body.scrolled nav#navbar #nav > ul > li:not(.highlight).active a span, body.scrolled nav#navbar #nav > ul > li:not(.highlight).active button span {
  color: #f4cc3c; }
body.scrolled nav#navbar #nav > ul > li.language > span {
  background-color: #212721; }
body.scrolled nav#navbar #nav > ul > li.language > a span, body.scrolled nav#navbar #nav > ul > li.language > button span {
  color: #212721 !important; }
body.scrolled nav#navbar #nav > ul > li.language > a:hover span, body.scrolled nav#navbar #nav > ul > li.language > button:hover span {
  color: #f4cc3c !important; }
body.scrolled nav#navbar #nav-toggle ul > li:before {
  background-color: #69be4b; }

body .load-after {
  position: relative;
  z-index: 6;
  opacity: 0;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  animation-delay: 1.4s;
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }
body #cookie-settings {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%); }
body nav#navbar a.brand, body nav#navbar #nav-toggle ul {
  opacity: 0;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  animation-duration: 0.8s; }
@media (min-width: 992px) {
  body nav#navbar #nav {
    opacity: 0;
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    -o-animation-duration: 0.8s;
    animation-duration: 0.8s; } }
body nav#navbar.franchise #nav {
  opacity: 0;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  animation-duration: 0.8s; }
body.loaded #cookie-settings {
  transition-delay: 1.8s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }
body.loaded header .scroll-to-next svg {
  -webkit-animation-name: slideInLoop;
  -moz-animation-name: slideInLoop;
  -o-animation-name: slideInLoop;
  animation-name: slideInLoop; }
body.loaded .load-after {
  -webkit-animation-name: fadeInTopLg;
  -moz-animation-name: fadeInTopLg;
  -o-animation-name: fadeInTopLg;
  animation-name: fadeInTopLg; }
body.loaded #loader {
  transition-delay: 0.2s;
  opacity: 0;
  visibility: hidden; }
body.loaded nav#navbar a.brand, body.loaded nav#navbar #nav-toggle ul {
  -webkit-animation-name: fadeInBottom;
  -moz-animation-name: fadeInBottom;
  -o-animation-name: fadeInBottom;
  animation-name: fadeInBottom; }
@media (min-width: 992px) {
  body.loaded nav#navbar #nav {
    -webkit-animation-name: fadeInBottom;
    -moz-animation-name: fadeInBottom;
    -o-animation-name: fadeInBottom;
    animation-name: fadeInBottom; } }
body.loaded nav#navbar.franchise #nav {
  -webkit-animation-name: fadeInBottom;
  -moz-animation-name: fadeInBottom;
  -o-animation-name: fadeInBottom;
  animation-name: fadeInBottom; }
body.page-home .animate-load-shape .photo {
  opacity: 0;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1.6s;
  -moz-animation-duration: 1.6s;
  -o-animation-duration: 1.6s;
  animation-duration: 1.6s; }
  body.page-home .animate-load-shape .photo > img {
    opacity: 0;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1.6s;
    -moz-animation-duration: 1.6s;
    -o-animation-duration: 1.6s;
    animation-duration: 1.6s; }
body.page-home .animate-load-shape .graphic > img {
  opacity: 0;
  -webkit-animation-delay: 1.8s;
  -moz-animation-delay: 1.8s;
  animation-delay: 1.8s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s; }
body.page-home header .animate-load {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s; }
  body.page-home header .animate-load.delay-1 {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s; }
  body.page-home header .animate-load.delay-2 {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s; }
  body.page-home header .animate-load.delay-3 {
    -webkit-animation-delay: 1.4s;
    -moz-animation-delay: 1.4s;
    animation-delay: 1.4s; }
  body.page-home header .animate-load.delay-4 {
    -webkit-animation-delay: 1.8s;
    -moz-animation-delay: 1.8s;
    animation-delay: 1.8s; }
body.page-home.loaded .animate-load-shape .photo {
  -webkit-animation-name: fadeInRightXl;
  -moz-animation-name: fadeInRightXl;
  -o-animation-name: fadeInRightXl;
  animation-name: fadeInRightXl; }
  body.page-home.loaded .animate-load-shape .photo > img {
    -webkit-animation-name: rotateRight;
    -moz-animation-name: rotateRight;
    -o-animation-name: rotateRight;
    animation-name: rotateRight; }
body.page-home.loaded .animate-load-shape .graphic > img {
  -webkit-animation-name: rotateRight;
  -moz-animation-name: rotateRight;
  -o-animation-name: rotateRight;
  animation-name: rotateRight; }
body.page-home.loaded header .animate-load.top {
  -webkit-animation-name: fadeInTopLg;
  -moz-animation-name: fadeInTopLg;
  -o-animation-name: fadeInTopLg;
  animation-name: fadeInTopLg; }
body.page-home.loaded header .animate-load.left {
  -webkit-animation-name: fadeInLeftLg;
  -moz-animation-name: fadeInLeftLg;
  -o-animation-name: fadeInLeftLg;
  animation-name: fadeInLeftLg; }
body.page-home.loaded header .animate-load.right {
  -webkit-animation-name: fadeInRightLg;
  -moz-animation-name: fadeInRightLg;
  -o-animation-name: fadeInRightLg;
  animation-name: fadeInRightLg; }
body.page-home.loaded header .animate-load.bottom {
  -webkit-animation-name: fadeInBottomLg;
  -moz-animation-name: fadeInBottomLg;
  -o-animation-name: fadeInBottomLg;
  animation-name: fadeInBottomLg; }
body.page-home.loaded header .animate-load.rotate {
  -webkit-animation-name: rotateRight;
  -moz-animation-name: rotateRight;
  -o-animation-name: rotateRight;
  animation-name: rotateRight; }
body.page-inner header .bg {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s; }
body.page-inner header .oval-header {
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s; }
body.page-inner header .animate-load {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s; }
  body.page-inner header .animate-load.delay-1 {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s; }
  body.page-inner header .animate-load.delay-2 {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s; }
  body.page-inner header .animate-load.delay-3 {
    -webkit-animation-delay: 1.4s;
    -moz-animation-delay: 1.4s;
    animation-delay: 1.4s; }
  body.page-inner header .animate-load.delay-4 {
    -webkit-animation-delay: 1.8s;
    -moz-animation-delay: 1.8s;
    animation-delay: 1.8s; }
body.page-inner.loaded header .animate-load.top {
  -webkit-animation-name: fadeInTopLg;
  -moz-animation-name: fadeInTopLg;
  -o-animation-name: fadeInTopLg;
  animation-name: fadeInTopLg; }
body.page-inner.loaded header .animate-load.left {
  -webkit-animation-name: fadeInLeftLg;
  -moz-animation-name: fadeInLeftLg;
  -o-animation-name: fadeInLeftLg;
  animation-name: fadeInLeftLg; }
body.page-inner.loaded header .animate-load.right {
  -webkit-animation-name: fadeInRightLg;
  -moz-animation-name: fadeInRightLg;
  -o-animation-name: fadeInRightLg;
  animation-name: fadeInRightLg; }
body.page-inner.loaded header .animate-load.bottom {
  -webkit-animation-name: fadeInBottomLg;
  -moz-animation-name: fadeInBottomLg;
  -o-animation-name: fadeInBottomLg;
  animation-name: fadeInBottomLg; }
body.page-inner.loaded header .animate-load.rotate {
  -webkit-animation-name: rotateRight;
  -moz-animation-name: rotateRight;
  -o-animation-name: rotateRight;
  animation-name: rotateRight; }
body.page-inner.loaded header .bg {
  -webkit-animation-name: fadeInBottomXl;
  -moz-animation-name: fadeInBottomXl;
  -o-animation-name: fadeInBottomXl;
  animation-name: fadeInBottomXl; }
body.page-inner.loaded header .oval-header {
  -webkit-animation-name: bottomXl;
  -moz-animation-name: bottomXl;
  -o-animation-name: bottomXl;
  animation-name: bottomXl; }

/*****************
*   Animations   *
******************/
.animate.fade-in {
  opacity: 0;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease; }
  .animate.fade-in.in-view {
    opacity: 1; }
.animate.slide-in-top {
  opacity: 0;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px); }
  .animate.slide-in-top.in-view {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
.animate.slide-in-top-lg {
  opacity: 0;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px); }
  .animate.slide-in-top-lg.in-view {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
.animate.slide-in-right {
  opacity: 0;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px); }
  .animate.slide-in-right.in-view {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
.animate.slide-in-right-lg {
  opacity: 0;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -o-transform: translateX(30px);
  transform: translateX(30px); }
  .animate.slide-in-right-lg.in-view {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
.animate.slide-in-bottom {
  opacity: 0;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px); }
  .animate.slide-in-bottom.in-view {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
.animate.slide-in-bottom-lg {
  opacity: 0;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px); }
  .animate.slide-in-bottom-lg.in-view {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
.animate.slide-in-left {
  opacity: 0;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  transform: translateX(-20px); }
  .animate.slide-in-left.in-view {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
.animate.slide-in-left-lg {
  opacity: 0;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  -webkit-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  transform: translateX(-30px); }
  .animate.slide-in-left-lg.in-view {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
.animate.shape-animate-1 .photo {
  -webkit-transition: all 1.6s ease;
  -moz-transition: all 1.6s ease;
  -ms-transition: all 1.6s ease;
  -o-transition: all 1.6s ease;
  transition: all 1.6s ease;
  -webkit-transform: translateX(150px);
  -moz-transform: translateX(150px);
  -o-transform: translateX(150px);
  transform: translateX(150px); }
  .animate.shape-animate-1 .photo > img {
    opacity: 0;
    -webkit-transition: all 1.6s ease;
    -moz-transition: all 1.6s ease;
    -ms-transition: all 1.6s ease;
    -o-transition: all 1.6s ease;
    transition: all 1.6s ease;
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
    transform: rotate(-7deg); }
.animate.shape-animate-1 .graphic > img {
  opacity: 0;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
  transition-delay: 0.7s;
  -webkit-transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  -o-transform: rotate(-7deg);
  transform: rotate(-7deg); }
.animate.shape-animate-1.in-view .photo {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }
  .animate.shape-animate-1.in-view .photo > img {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
.animate.shape-animate-1.in-view .graphic > img {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg); }
.animate.shape-animate-2 .photo {
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  -webkit-transform: translateX(60px);
  -moz-transform: translateX(60px);
  -o-transform: translateX(60px);
  transform: translateX(60px); }
  .animate.shape-animate-2 .photo > img {
    opacity: 0;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
    transform: rotate(-7deg); }
.animate.shape-animate-2 .graphic > img {
  opacity: 0;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  transition-delay: 0.5s;
  -webkit-transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  -o-transform: rotate(-7deg);
  transform: rotate(-7deg); }
.animate.shape-animate-2.in-view .photo {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }
  .animate.shape-animate-2.in-view .photo > img {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
.animate.shape-animate-2.in-view .graphic > img {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg); }
.animate.shape-animate-3 .photo {
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  -webkit-transform: translateX(120px);
  -moz-transform: translateX(120px);
  -o-transform: translateX(120px);
  transform: translateX(120px); }
  .animate.shape-animate-3 .photo > img {
    opacity: 0;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
    transform: rotate(-7deg); }
.animate.shape-animate-3 .graphic > img {
  opacity: 0;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  transition-delay: 0.5s;
  -webkit-transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  -o-transform: rotate(-7deg);
  transform: rotate(-7deg); }
.animate.shape-animate-3.in-view .photo {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }
  .animate.shape-animate-3.in-view .photo > img {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
.animate.shape-animate-3.in-view .graphic > img {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg); }
.animate.shape-animate-3-invert .photo {
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  -webkit-transform: translateX(-120px);
  -moz-transform: translateX(-120px);
  -o-transform: translateX(-120px);
  transform: translateX(-120px); }
  .animate.shape-animate-3-invert .photo > img {
    opacity: 0;
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -ms-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease;
    -webkit-transform: rotate(7deg);
    -moz-transform: rotate(7deg);
    -o-transform: rotate(7deg);
    transform: rotate(7deg); }
.animate.shape-animate-3-invert .graphic > img {
  opacity: 0;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  transition-delay: 0.5s;
  -webkit-transform: rotate(7deg);
  -moz-transform: rotate(7deg);
  -o-transform: rotate(7deg);
  transform: rotate(7deg); }
.animate.shape-animate-3-invert.in-view .photo {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }
  .animate.shape-animate-3-invert.in-view .photo > img {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
.animate.shape-animate-3-invert.in-view .graphic > img {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg); }
.animate.portugal-map svg .portugal-map-shadow {
  opacity: 0;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  -webkit-transform: translate(-5px, -15px);
  -moz-transform: translate(-5px, -15px);
  -o-transform: translate(-5px, -15px);
  transform: translate(-5px, -15px); }
.animate.portugal-map svg .portugal-map-markers > g {
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  -o-transform: translateY(-60px);
  transform: translateY(-60px); }
  .animate.portugal-map svg .portugal-map-markers > g:nth-child(1) {
    transition-delay: 0.05s; }
  .animate.portugal-map svg .portugal-map-markers > g:nth-child(2) {
    transition-delay: 0.1s; }
  .animate.portugal-map svg .portugal-map-markers > g:nth-child(3) {
    transition-delay: 0.15s; }
  .animate.portugal-map svg .portugal-map-markers > g:nth-child(4) {
    transition-delay: 0.2s; }
  .animate.portugal-map svg .portugal-map-markers > g:nth-child(5) {
    transition-delay: 0.25s; }
  .animate.portugal-map svg .portugal-map-markers > g:nth-child(6) {
    transition-delay: 0.3s; }
  .animate.portugal-map svg .portugal-map-markers > g:nth-child(7) {
    transition-delay: 0.35s; }
  .animate.portugal-map svg .portugal-map-markers > g:nth-child(8) {
    transition-delay: 0.4s; }
  .animate.portugal-map svg .portugal-map-markers > g:nth-child(9) {
    transition-delay: 0.45s; }
  .animate.portugal-map svg .portugal-map-markers > g:nth-child(10) {
    transition-delay: 0.5s; }
  .animate.portugal-map svg .portugal-map-markers > g:nth-child(11) {
    transition-delay: 0.55s; }
  .animate.portugal-map svg .portugal-map-markers > g:nth-child(12) {
    transition-delay: 0.6s; }
  .animate.portugal-map svg .portugal-map-markers > g:nth-child(13) {
    transition-delay: 0.65s; }
  .animate.portugal-map svg .portugal-map-markers > g:nth-child(14) {
    transition-delay: 0.7s; }
  .animate.portugal-map svg .portugal-map-markers > g:nth-child(15) {
    transition-delay: 0.75s; }
  .animate.portugal-map svg .portugal-map-markers > g:nth-child(16) {
    transition-delay: 0.8s; }
  .animate.portugal-map svg .portugal-map-markers > g:nth-child(17) {
    transition-delay: 0.85s; }
  .animate.portugal-map svg .portugal-map-markers > g:nth-child(18) {
    transition-delay: 0.9s; }
  .animate.portugal-map svg .portugal-map-markers > g:nth-child(19) {
    transition-delay: 0.95s; }
  .animate.portugal-map svg .portugal-map-markers > g:nth-child(20) {
    transition-delay: 1s; }
  .animate.portugal-map svg .portugal-map-markers > g:nth-child(21) {
    transition-delay: 1.05s; }
  .animate.portugal-map svg .portugal-map-markers > g:nth-child(22) {
    transition-delay: 1.1s; }
  .animate.portugal-map svg .portugal-map-markers > g:nth-child(23) {
    transition-delay: 1.15s; }
  .animate.portugal-map svg .portugal-map-markers > g:nth-child(24) {
    transition-delay: 1.2s; }
  .animate.portugal-map svg .portugal-map-markers > g:nth-child(25) {
    transition-delay: 1.25s; }
  .animate.portugal-map svg .portugal-map-markers > g:nth-child(26) {
    transition-delay: 1.3s; }
  .animate.portugal-map svg .portugal-map-markers > g:nth-child(27) {
    transition-delay: 1.35s; }
  .animate.portugal-map svg .portugal-map-markers > g:nth-child(28) {
    transition-delay: 1.4s; }
  .animate.portugal-map svg .portugal-map-markers > g:nth-child(29) {
    transition-delay: 1.45s; }
  .animate.portugal-map svg .portugal-map-markers > g:nth-child(30) {
    transition-delay: 1.5s; }
  .animate.portugal-map svg .portugal-map-markers > g:nth-child(31) {
    transition-delay: 1.55s; }
  .animate.portugal-map svg .portugal-map-markers > g:nth-child(32) {
    transition-delay: 1.6s; }
  .animate.portugal-map svg .portugal-map-markers > g:nth-child(33) {
    transition-delay: 1.65s; }
  .animate.portugal-map svg .portugal-map-markers > g:nth-child(34) {
    transition-delay: 1.7s; }
  .animate.portugal-map svg .portugal-map-markers > g:nth-child(35) {
    transition-delay: 1.75s; }
  .animate.portugal-map svg .portugal-map-markers > g:nth-child(36) {
    transition-delay: 1.8s; }
  .animate.portugal-map svg .portugal-map-markers > g:nth-child(37) {
    transition-delay: 1.85s; }
  .animate.portugal-map svg .portugal-map-markers > g:nth-child(38) {
    transition-delay: 1.9s; }
.animate.portugal-map.in-view svg .portugal-map-shadow {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0); }
.animate.portugal-map.in-view svg .portugal-map-markers > g {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px); }
.animate.line {
  opacity: 0;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }
  .animate.line.in-view {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }

/****************
*   Keyframes   *
*****************/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-o-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes fadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px); }
  to {
    opacity: 1; } }
@-moz-keyframes fadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px); }
  to {
    opacity: 1; } }
@-o-keyframes fadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px); }
  to {
    opacity: 1; } }
@keyframes fadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px); }
  to {
    opacity: 1; } }
@-webkit-keyframes fadeInTopLg {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px); }
  to {
    opacity: 1; } }
@-moz-keyframes fadeInTopLg {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px); }
  to {
    opacity: 1; } }
@-o-keyframes fadeInTopLg {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px); }
  to {
    opacity: 1; } }
@keyframes fadeInTopLg {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px); }
  to {
    opacity: 1; } }
@-webkit-keyframes fadeInTopXl {
  from {
    opacity: 0;
    -webkit-transform: translateY(150px);
    -moz-transform: translateY(150px);
    -o-transform: translateY(150px);
    transform: translateY(150px); }
  to {
    opacity: 1; } }
@-moz-keyframes fadeInTopXl {
  from {
    opacity: 0;
    -webkit-transform: translateY(150px);
    -moz-transform: translateY(150px);
    -o-transform: translateY(150px);
    transform: translateY(150px); }
  to {
    opacity: 1; } }
@-o-keyframes fadeInTopXl {
  from {
    opacity: 0;
    -webkit-transform: translateY(150px);
    -moz-transform: translateY(150px);
    -o-transform: translateY(150px);
    transform: translateY(150px); }
  to {
    opacity: 1; } }
@keyframes fadeInTopXl {
  from {
    opacity: 0;
    -webkit-transform: translateY(150px);
    -moz-transform: translateY(150px);
    -o-transform: translateY(150px);
    transform: translateY(150px); }
  to {
    opacity: 1; } }
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px); }
  to {
    opacity: 1; } }
@-moz-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px); }
  to {
    opacity: 1; } }
@-o-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px); }
  to {
    opacity: 1; } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px); }
  to {
    opacity: 1; } }
@-webkit-keyframes fadeInRightLg {
  from {
    opacity: 0;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px); }
  to {
    opacity: 1; } }
@-moz-keyframes fadeInRightLg {
  from {
    opacity: 0;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px); }
  to {
    opacity: 1; } }
@-o-keyframes fadeInRightLg {
  from {
    opacity: 0;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px); }
  to {
    opacity: 1; } }
@keyframes fadeInRightLg {
  from {
    opacity: 0;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px); }
  to {
    opacity: 1; } }
@-webkit-keyframes fadeInRightXl {
  from {
    opacity: 0;
    -webkit-transform: translateX(150px);
    -moz-transform: translateX(150px);
    -o-transform: translateX(150px);
    transform: translateX(150px); }
  to {
    opacity: 1; } }
@-moz-keyframes fadeInRightXl {
  from {
    opacity: 0;
    -webkit-transform: translateX(150px);
    -moz-transform: translateX(150px);
    -o-transform: translateX(150px);
    transform: translateX(150px); }
  to {
    opacity: 1; } }
@-o-keyframes fadeInRightXl {
  from {
    opacity: 0;
    -webkit-transform: translateX(150px);
    -moz-transform: translateX(150px);
    -o-transform: translateX(150px);
    transform: translateX(150px); }
  to {
    opacity: 1; } }
@keyframes fadeInRightXl {
  from {
    opacity: 0;
    -webkit-transform: translateX(150px);
    -moz-transform: translateX(150px);
    -o-transform: translateX(150px);
    transform: translateX(150px); }
  to {
    opacity: 1; } }
@-webkit-keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px); }
  to {
    opacity: 1; } }
@-moz-keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px); }
  to {
    opacity: 1; } }
@-o-keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px); }
  to {
    opacity: 1; } }
@keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px); }
  to {
    opacity: 1; } }
@-webkit-keyframes fadeInBottomLg {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px); }
  to {
    opacity: 1; } }
@-moz-keyframes fadeInBottomLg {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px); }
  to {
    opacity: 1; } }
@-o-keyframes fadeInBottomLg {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px); }
  to {
    opacity: 1; } }
@keyframes fadeInBottomLg {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px); }
  to {
    opacity: 1; } }
@-webkit-keyframes fadeInBottomXl {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px); }
  to {
    opacity: 1; } }
@-moz-keyframes fadeInBottomXl {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px); }
  to {
    opacity: 1; } }
@-o-keyframes fadeInBottomXl {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px); }
  to {
    opacity: 1; } }
@keyframes fadeInBottomXl {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px); }
  to {
    opacity: 1; } }
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px); }
  to {
    opacity: 1; } }
@-moz-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px); }
  to {
    opacity: 1; } }
@-o-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px); }
  to {
    opacity: 1; } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px); }
  to {
    opacity: 1; } }
@-webkit-keyframes fadeInLeftLg {
  from {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px); }
  to {
    opacity: 1; } }
@-moz-keyframes fadeInLeftLg {
  from {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px); }
  to {
    opacity: 1; } }
@-o-keyframes fadeInLeftLg {
  from {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px); }
  to {
    opacity: 1; } }
@keyframes fadeInLeftLg {
  from {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px); }
  to {
    opacity: 1; } }
@-webkit-keyframes rotateRight {
  from {
    opacity: 0;
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
    transform: rotate(-7deg); }
  to {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); } }
@-moz-keyframes rotateRight {
  from {
    opacity: 0;
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
    transform: rotate(-7deg); }
  to {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); } }
@-o-keyframes rotateRight {
  from {
    opacity: 0;
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
    transform: rotate(-7deg); }
  to {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); } }
@keyframes rotateRight {
  from {
    opacity: 0;
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
    transform: rotate(-7deg); }
  to {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); } }
@-webkit-keyframes bottomXl {
  from {
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -o-transform: translateY(-90px);
    transform: translateY(-90px); }
  to {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px); } }
@-moz-keyframes bottomXl {
  from {
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -o-transform: translateY(-90px);
    transform: translateY(-90px); }
  to {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px); } }
@-o-keyframes bottomXl {
  from {
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -o-transform: translateY(-90px);
    transform: translateY(-90px); }
  to {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px); } }
@keyframes bottomXl {
  from {
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -o-transform: translateY(-90px);
    transform: translateY(-90px); }
  to {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px); } }
@-webkit-keyframes navbarToggle1 {
  to {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); } }
@-moz-keyframes navbarToggle1 {
  to {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); } }
@-o-keyframes navbarToggle1 {
  to {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); } }
@keyframes navbarToggle1 {
  to {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); } }
@-webkit-keyframes navbarToggle2 {
  to {
    opacity: 0; } }
@-moz-keyframes navbarToggle2 {
  to {
    opacity: 0; } }
@-o-keyframes navbarToggle2 {
  to {
    opacity: 0; } }
@keyframes navbarToggle2 {
  to {
    opacity: 0; } }
@-webkit-keyframes navbarToggle3 {
  to {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); } }
@-moz-keyframes navbarToggle3 {
  to {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); } }
@-o-keyframes navbarToggle3 {
  to {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); } }
@keyframes navbarToggle3 {
  to {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); } }
@-webkit-keyframes loader {
  0% {
    fill: #f4cc3c; }
  25%, 75% {
    fill: #ecedec; }
  100% {
    fill: #f4cc3c; } }
@-moz-keyframes loader {
  0% {
    fill: #f4cc3c; }
  25%, 75% {
    fill: #ecedec; }
  100% {
    fill: #f4cc3c; } }
@-o-keyframes loader {
  0% {
    fill: #f4cc3c; }
  25%, 75% {
    fill: #ecedec; }
  100% {
    fill: #f4cc3c; } }
@keyframes loader {
  0% {
    fill: #f4cc3c; }
  25%, 75% {
    fill: #ecedec; }
  100% {
    fill: #f4cc3c; } }
@-webkit-keyframes slideInLoop {
  0%, 40% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; }
  60%, 70% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0; }
  70%, 80% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; } }
@-moz-keyframes slideInLoop {
  0%, 40% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; }
  60%, 70% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0; }
  70%, 80% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; } }
@-o-keyframes slideInLoop {
  0%, 40% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; }
  60%, 70% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0; }
  70%, 80% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; } }
@keyframes slideInLoop {
  0%, 40% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; }
  60%, 70% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0; }
  70%, 80% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; } }
/************************
*   Fancybox / Modals   *
*************************/
.fancybox-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  margin-top: -35px;
  margin-left: -35px;
  opacity: 1;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-background-size: 70px 70px;
  -moz-background-size: 70px 70px;
  background-size: 70px 70px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-animation-duration: 1.6s;
  -moz-animation-duration: 1.6s;
  -o-animation-duration: 1.6s;
  animation-duration: 1.6s;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  display: none; }
  .fancybox-loading > img {
    display: none; }

.fancybox-container .fancybox-infobar,
.fancybox-container .fancybox-toolbar .fancybox-button--zoom,
.fancybox-container .fancybox-toolbar .fancybox-button--play,
.fancybox-container .fancybox-toolbar .fancybox-button--thumbs,
.fancybox-container .fancybox-toolbar .fancybox-button--close {
  display: none !important; }
.fancybox-container .fancybox-content {
  padding: 0;
  background-color: transparent;
  overflow: visible;
  margin: 50px 0; }
  @media (min-width: 0) and (max-width: 991px) {
    .fancybox-container .fancybox-content {
      margin: 0; } }
.fancybox-container .fancybox-stage {
  display: block !important; }
.fancybox-container .fancybox-close-small,
.fancybox-container .fancybox-button--close {
  background-color: transparent;
  top: 0px !important;
  right: 0px !important;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  height: 70px;
  width: 70px;
  opacity: 1 !important;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0); }
  @media (min-width: 0) and (max-width: 1199px) {
    .fancybox-container .fancybox-close-small,
    .fancybox-container .fancybox-button--close {
      height: 60px;
      width: 60px; } }
  .fancybox-container .fancybox-close-small:before, .fancybox-container .fancybox-close-small:after,
  .fancybox-container .fancybox-button--close:before,
  .fancybox-container .fancybox-button--close:after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 0 0 -20px;
    width: 40px;
    height: 4px;
    background-color: #69be4b;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s;
    opacity: 0;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    border-radius: 1px; }
    @media (min-width: 0) and (max-width: 1199px) {
      .fancybox-container .fancybox-close-small:before, .fancybox-container .fancybox-close-small:after,
      .fancybox-container .fancybox-button--close:before,
      .fancybox-container .fancybox-button--close:after {
        width: 28px;
        margin: 0 0 0 -14px; } }
  .fancybox-container .fancybox-close-small:before,
  .fancybox-container .fancybox-button--close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .fancybox-container .fancybox-close-small:after,
  .fancybox-container .fancybox-button--close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .fancybox-container .fancybox-close-small svg,
  .fancybox-container .fancybox-button--close svg {
    display: none; }
  .fancybox-container .fancybox-close-small:hover, .fancybox-container .fancybox-close-small:focus, .fancybox-container .fancybox-close-small:active, .fancybox-container .fancybox-close-small.active,
  .fancybox-container .fancybox-button--close:hover,
  .fancybox-container .fancybox-button--close:focus,
  .fancybox-container .fancybox-button--close:active,
  .fancybox-container .fancybox-button--close.active {
    background-color: transparent; }
    .fancybox-container .fancybox-close-small:hover:before, .fancybox-container .fancybox-close-small:hover:after, .fancybox-container .fancybox-close-small:focus:before, .fancybox-container .fancybox-close-small:focus:after, .fancybox-container .fancybox-close-small:active:before, .fancybox-container .fancybox-close-small:active:after, .fancybox-container .fancybox-close-small.active:before, .fancybox-container .fancybox-close-small.active:after,
    .fancybox-container .fancybox-button--close:hover:before,
    .fancybox-container .fancybox-button--close:hover:after,
    .fancybox-container .fancybox-button--close:focus:before,
    .fancybox-container .fancybox-button--close:focus:after,
    .fancybox-container .fancybox-button--close:active:before,
    .fancybox-container .fancybox-button--close:active:after,
    .fancybox-container .fancybox-button--close.active:before,
    .fancybox-container .fancybox-button--close.active:after {
      background-color: #b5dEa6; }
.fancybox-container .fancybox-button--close {
  top: 6px !important;
  right: 13px !important; }
  @media (min-width: 1400px) {
    .fancybox-container .fancybox-button--close {
      top: 20px !important;
      right: 20px !important; } }
.fancybox-container .fancybox-button--arrow_left,
.fancybox-container .fancybox-button--arrow_right {
  width: 56px;
  padding: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  -webkit-background-size: 26px 52px;
  -moz-background-size: 26px 52px;
  background-size: 26px 52px;
  background-repeat: no-repeat;
  background-color: transparent !important;
  -webkit-appearance: none !important;
  outline: 0;
  bottom: -8px;
  top: auto; }
  @media (min-width: 1400px) {
    .fancybox-container .fancybox-button--arrow_left,
    .fancybox-container .fancybox-button--arrow_right {
      width: 75px;
      -webkit-background-size: 35px 70px;
      -moz-background-size: 35px 70px;
      background-size: 35px 70px;
      top: calc(50% - 50px);
      bottom: auto; } }
  .fancybox-container .fancybox-button--arrow_left svg,
  .fancybox-container .fancybox-button--arrow_right svg {
    display: none; }
  .fancybox-container .fancybox-button--arrow_left:disabled,
  .fancybox-container .fancybox-button--arrow_right:disabled {
    opacity: 0.2; }
.fancybox-container .fancybox-button--arrow_left {
  background-image: url("../img/icon/swiper-arrow-left-gray-lighter.svg");
  background-position: center right;
  left: 0; }
.fancybox-container .fancybox-button--arrow_right {
  background-image: url("../img/icon/swiper-arrow-right-gray-lighter.svg");
  background-position: center left;
  right: 0; }
.fancybox-container .fancybox-bg {
  background-color: #ecedec; }
.fancybox-container.fancybox-is-open .fancybox-bg {
  opacity: 0.95; }
.fancybox-container .fancybox-slide {
  padding: 30px;
  overflow-x: hidden; }
  .fancybox-container .fancybox-slide img {
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s; }
.fancybox-container .fancybox-caption {
  background: transparent;
  color: #212721;
  font-weight: 500;
  font-size: 16px;
  padding: 0 65px;
  height: 80px;
  display: table;
  width: 100%; }
  .fancybox-container .fancybox-caption > .fancybox-caption__body {
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s;
    opacity: 0; }
  @media (min-width: 992px) {
    .fancybox-container .fancybox-caption {
      font-size: 18px;
      padding: 0; } }
  .fancybox-container .fancybox-caption .fancybox-caption__body {
    display: table-cell;
    vertical-align: middle; }
.fancybox-container .modal-box {
  position: relative;
  max-width: 100%;
  width: 950px;
  background-color: #ffffff;
  padding: 50px 30px 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
  opacity: 0;
  overflow: visible; }
  @media (min-width: 992px) {
    .fancybox-container .modal-box {
      padding: 60px; } }
  .fancybox-container .modal-box.lg {
    width: 1100px; }
  .fancybox-container .modal-box.sm {
    width: 750px;
    padding: 30px; }
    @media (min-width: 992px) {
      .fancybox-container .modal-box.sm {
        padding: 35px; } }
  @media (min-width: 0) and (max-width: 767px) {
    .fancybox-container .modal-box > .responsive-wrapper {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch; }
      .fancybox-container .modal-box > .responsive-wrapper .responsive {
        min-width: 350px;
        width: calc(100% - 17px); } }
  .fancybox-container .modal-box.simulation .simulation-top {
    margin-bottom: 15px;
    border-bottom: solid 2px #ecedec; }
    @media (min-width: 768px) {
      .fancybox-container .modal-box.simulation .simulation-top {
        margin-right: 20px;
        width: calc(100% - 20px); } }
    .fancybox-container .modal-box.simulation .simulation-top .h5 {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding-top: 2px; }
  .fancybox-container .modal-box.simulation .options {
    display: flex !important;
    justify-content: center;
    flex-direction: column; }
  .fancybox-container .modal-box.simulation .row.no-gutter {
    margin-right: -3px; }
    @media (min-width: 768px) {
      .fancybox-container .modal-box.simulation .row.no-gutter {
        margin-right: -7px; } }
  .fancybox-container .modal-box.simulation .scroll {
    height: 45vh;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    overflow-y: scroll;
    padding-top: 2px; }
    .fancybox-container .modal-box.simulation .scroll .content {
      padding: 0 15px; }
  .fancybox-container .modal-box.simulation .simulation-bottom {
    position: absolute;
    bottom: -75px;
    left: 0;
    right: 0;
    width: auto;
    text-align: center; }
  .fancybox-container .modal-box.simulation .animation-1 {
    position: absolute;
    top: -55px;
    left: 0;
    right: 0;
    margin: 0;
    width: auto;
    text-align: center; }
    @media (min-width: 992px) {
      .fancybox-container .modal-box.simulation .animation-1 {
        top: -75px; } }
  @media (min-width: 0) and (max-width: 991px) {
    .fancybox-container .modal-box.simulation p.xsm {
      font-size: 12px;
      line-height: 155%; } }
  .fancybox-container .modal-box .animation-1 {
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s;
    opacity: 0; }
  .fancybox-container .modal-box .animation-2 {
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
    opacity: 0; }
  .fancybox-container .modal-box .animation-3 {
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1.4s;
    -moz-animation-delay: 1.4s;
    animation-delay: 1.4s;
    opacity: 0; }
  .fancybox-container .modal-box .main-photo {
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
    max-width: none; }
    @media (min-width: 992px) {
      .fancybox-container .modal-box .main-photo {
        width: calc(100% + 120px);
        margin-left: -60px;
        margin-right: -60px; } }
  .fancybox-container .modal-box .btn-wrapper {
    margin-top: 25px;
    text-align: center; }
    @media (min-width: 992px) {
      .fancybox-container .modal-box .btn-wrapper {
        margin-top: 50px; } }

.compensate-for-scrollbar {
  margin-right: 0 !important; }

body.fancybox-active {
  overflow: hidden; }
  @media (min-width: 768px) {
    body.fancybox-active {
      margin-right: 17px !important; }
      body.fancybox-active .compensate-for-scrollbar {
        margin-right: 17px !important; } }
  body.fancybox-active .fancybox-close-small:before, body.fancybox-active .fancybox-close-small:after,
  body.fancybox-active .fancybox-button--close:before,
  body.fancybox-active .fancybox-button--close:after {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn; }
  body.fancybox-active .fancybox-container .modal-box {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn; }
    body.fancybox-active .fancybox-container .modal-box .animation-1 {
      -webkit-animation-name: fadeInTopLg;
      -moz-animation-name: fadeInTopLg;
      -o-animation-name: fadeInTopLg;
      animation-name: fadeInTopLg; }
    body.fancybox-active .fancybox-container .modal-box .animation-2 {
      -webkit-animation-name: fadeInBottomLg;
      -moz-animation-name: fadeInBottomLg;
      -o-animation-name: fadeInBottomLg;
      animation-name: fadeInBottomLg; }
    body.fancybox-active .fancybox-container .modal-box .animation-3 {
      -webkit-animation-name: fadeInTopLg;
      -moz-animation-name: fadeInTopLg;
      -o-animation-name: fadeInTopLg;
      animation-name: fadeInTopLg; }
  body.fancybox-active .fancybox-container .fancybox-slide img {
    -webkit-animation-name: fadeInTopLg;
    -moz-animation-name: fadeInTopLg;
    -o-animation-name: fadeInTopLg;
    animation-name: fadeInTopLg; }
  body.fancybox-active .fancybox-container .fancybox-caption > .fancybox-caption__body {
    -webkit-animation-name: fadeInBottomLg;
    -moz-animation-name: fadeInBottomLg;
    -o-animation-name: fadeInBottomLg;
    animation-name: fadeInBottomLg; }

/*************
*   Swiper   *
**************/
.swiper {
  position: relative; }
  .swiper.swiper-portfolio {
    margin-left: -60px;
    margin-right: -60px; }
    @media (min-width: 992px) {
      .swiper.swiper-portfolio {
        margin-left: -80px;
        margin-right: -80px; } }
    @media (min-width: 1400px) {
      .swiper.swiper-portfolio {
        margin-left: -120px;
        margin-right: -120px; } }
    .swiper.swiper-portfolio .swiper-button-next,
    .swiper.swiper-portfolio .swiper-button-prev {
      width: 56px;
      height: 250px;
      margin-top: 0;
      top: 0;
      -webkit-transform: translate(0);
      -moz-transform: translate(0);
      -o-transform: translate(0);
      transform: translate(0);
      -webkit-background-size: 26px 52px;
      -moz-background-size: 26px 52px;
      background-size: 26px 52px;
      background-repeat: no-repeat;
      -webkit-appearance: none !important;
      outline: 0;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
      @media (min-width: 992px) {
        .swiper.swiper-portfolio .swiper-button-next,
        .swiper.swiper-portfolio .swiper-button-prev {
          width: 66px; } }
      @media (min-width: 1200px) {
        .swiper.swiper-portfolio .swiper-button-next,
        .swiper.swiper-portfolio .swiper-button-prev {
          width: 75px;
          height: 325px;
          -webkit-background-size: 35px 70px;
          -moz-background-size: 35px 70px;
          background-size: 35px 70px; } }
      @media (min-width: 1400px) {
        .swiper.swiper-portfolio .swiper-button-next,
        .swiper.swiper-portfolio .swiper-button-prev {
          width: 95px; } }
    .swiper.swiper-portfolio .swiper-button-prev {
      background-image: url("../img/icon/swiper-arrow-left.svg");
      background-position: center right;
      left: 0; }
      .swiper.swiper-portfolio .swiper-button-prev:before {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 70px;
        height: 100%;
        background-repeat: repeat-x;
        background-image: -webkit-linear-gradient(90deg, white 10%, rgba(255, 255, 255, 0));
        background-image: -o-linear-gradient(90deg, white 10%, rgba(255, 255, 255, 0));
        background-image: linear-gradient(90deg, white 10%, rgba(255, 255, 255, 0)); }
        @media (min-width: 992px) {
          .swiper.swiper-portfolio .swiper-button-prev:before {
            width: 100px; } }
        @media (min-width: 1400px) {
          .swiper.swiper-portfolio .swiper-button-prev:before {
            width: 125px; } }
    .swiper.swiper-portfolio .swiper-button-next {
      background-image: url("../img/icon/swiper-arrow-right.svg");
      background-position: center left;
      right: 0; }
      .swiper.swiper-portfolio .swiper-button-next:before {
        content: " ";
        position: absolute;
        top: 0;
        right: 0;
        width: 70px;
        height: 100%;
        background-repeat: repeat-x;
        background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 10%, white);
        background-image: -o-linear-gradient(90deg, rgba(255, 255, 255, 0) 10%, white);
        background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 10%, white); }
        @media (min-width: 992px) {
          .swiper.swiper-portfolio .swiper-button-next:before {
            width: 100px; } }
        @media (min-width: 1400px) {
          .swiper.swiper-portfolio .swiper-button-next:before {
            width: 125px; } }
  .swiper.swiper-franchise-gallery {
    height: 45vh; }
    @media (min-width: 0) and (max-width: 575px) {
      .swiper.swiper-franchise-gallery {
        margin-left: -30px;
        margin-right: -30px; } }
    @media (min-width: 768px) {
      .swiper.swiper-franchise-gallery {
        height: 60vh; } }
    .swiper.swiper-franchise-gallery .swiper-container {
      height: 100%; }
      .swiper.swiper-franchise-gallery .swiper-container .swiper-slide {
        height: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        background-position: center; }
        .swiper.swiper-franchise-gallery .swiper-container .swiper-slide > button, .swiper.swiper-franchise-gallery .swiper-container .swiper-slide > a {
          height: 100%;
          width: 100%;
          display: block;
          -webkit-background-size: cover;
          -moz-background-size: cover;
          background-size: cover;
          background-position: center;
          cursor: pointer; }
          .swiper.swiper-franchise-gallery .swiper-container .swiper-slide > button .caption, .swiper.swiper-franchise-gallery .swiper-container .swiper-slide > a .caption {
            position: absolute;
            bottom: 0;
            left: 0;
            background-color: #ffffff;
            color: #999999;
            z-index: 1;
            font-size: 12px;
            line-height: 140%;
            padding: 12px 20px 0; }
            @media (min-width: 0) and (max-width: 575px) {
              .swiper.swiper-franchise-gallery .swiper-container .swiper-slide > button .caption, .swiper.swiper-franchise-gallery .swiper-container .swiper-slide > a .caption {
                width: calc(100% - 100px);
                left: 30px;
                text-align: center;
                padding-top: 10px; } }
            @media (min-width: 1400px) {
              .swiper.swiper-franchise-gallery .swiper-container .swiper-slide > button .caption, .swiper.swiper-franchise-gallery .swiper-container .swiper-slide > a .caption {
                left: 107px; } }
    .swiper.swiper-franchise-gallery .swiper-button-next,
    .swiper.swiper-franchise-gallery .swiper-button-prev {
      width: 26px;
      height: 52px;
      margin-top: 0;
      top: 0;
      -webkit-background-size: 26px 52px;
      -moz-background-size: 26px 52px;
      background-size: 26px 52px;
      background-repeat: no-repeat;
      -webkit-appearance: none !important;
      outline: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
      @media (min-width: 1200px) {
        .swiper.swiper-franchise-gallery .swiper-button-next,
        .swiper.swiper-franchise-gallery .swiper-button-prev {
          width: 35px;
          height: 70px;
          -webkit-background-size: 35px 70px;
          -moz-background-size: 35px 70px;
          background-size: 35px 70px; } }
    .swiper.swiper-franchise-gallery .swiper-button-prev {
      background-image: url("../img/icon/swiper-arrow-left.svg");
      background-position: center right;
      left: 15px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .swiper.swiper-franchise-gallery .swiper-button-prev {
          left: -55px; } }
      @media (min-width: 1200px) {
        .swiper.swiper-franchise-gallery .swiper-button-prev {
          left: -75px; } }
    .swiper.swiper-franchise-gallery .swiper-button-next {
      background-image: url("../img/icon/swiper-arrow-right.svg");
      background-position: center left;
      right: 15px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .swiper.swiper-franchise-gallery .swiper-button-next {
          right: -55px; } }
      @media (min-width: 1200px) {
        .swiper.swiper-franchise-gallery .swiper-button-next {
          right: -75px; } }
  .swiper.swiper-franchise-thumbs {
    height: 75px;
    margin-top: 20px; }
    .swiper.swiper-franchise-thumbs .swiper-container {
      height: 100%; }
      .swiper.swiper-franchise-thumbs .swiper-container .swiper-slide {
        height: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        background-position: center;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        opacity: 0.6;
        cursor: pointer; }
        .swiper.swiper-franchise-thumbs .swiper-container .swiper-slide:before {
          content: " ";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border: solid 4px #f4cc3c;
          box-sizing: border-box;
          -webkit-transition: all 0.4s;
          -moz-transition: all 0.4s;
          -ms-transition: all 0.4s;
          -o-transition: all 0.4s;
          transition: all 0.4s;
          opacity: 0;
          z-index: 10; }
        .swiper.swiper-franchise-thumbs .swiper-container .swiper-slide.swiper-slide-thumb-active {
          opacity: 1; }
          .swiper.swiper-franchise-thumbs .swiper-container .swiper-slide.swiper-slide-thumb-active:before {
            opacity: 1; }

/*# sourceMappingURL=app.css.map */
