/*
Theme Name: ordoiuris
Author: MobilitySoft BartekZ
Author URI: http://zalechtech.pl
Version: 1.0
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body[data-aos-duration='50'] [data-aos], [data-aos][data-aos][data-aos-duration='50'] {
  transition-duration: 50ms; }

body[data-aos-delay='50'] [data-aos], [data-aos][data-aos][data-aos-delay='50'] {
  transition-delay: 0; }
  body[data-aos-delay='50'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='50'].aos-animate {
    transition-delay: 50ms; }

body[data-aos-duration='100'] [data-aos], [data-aos][data-aos][data-aos-duration='100'] {
  transition-duration: 100ms; }

body[data-aos-delay='100'] [data-aos], [data-aos][data-aos][data-aos-delay='100'] {
  transition-delay: 0; }
  body[data-aos-delay='100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='100'].aos-animate {
    transition-delay: 100ms; }

body[data-aos-duration='150'] [data-aos], [data-aos][data-aos][data-aos-duration='150'] {
  transition-duration: 150ms; }

body[data-aos-delay='150'] [data-aos], [data-aos][data-aos][data-aos-delay='150'] {
  transition-delay: 0; }
  body[data-aos-delay='150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='150'].aos-animate {
    transition-delay: 150ms; }

body[data-aos-duration='200'] [data-aos], [data-aos][data-aos][data-aos-duration='200'] {
  transition-duration: 200ms; }

body[data-aos-delay='200'] [data-aos], [data-aos][data-aos][data-aos-delay='200'] {
  transition-delay: 0; }
  body[data-aos-delay='200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='200'].aos-animate {
    transition-delay: 200ms; }

body[data-aos-duration='250'] [data-aos], [data-aos][data-aos][data-aos-duration='250'] {
  transition-duration: 250ms; }

body[data-aos-delay='250'] [data-aos], [data-aos][data-aos][data-aos-delay='250'] {
  transition-delay: 0; }
  body[data-aos-delay='250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='250'].aos-animate {
    transition-delay: 250ms; }

body[data-aos-duration='300'] [data-aos], [data-aos][data-aos][data-aos-duration='300'] {
  transition-duration: 300ms; }

body[data-aos-delay='300'] [data-aos], [data-aos][data-aos][data-aos-delay='300'] {
  transition-delay: 0; }
  body[data-aos-delay='300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='300'].aos-animate {
    transition-delay: 300ms; }

body[data-aos-duration='350'] [data-aos], [data-aos][data-aos][data-aos-duration='350'] {
  transition-duration: 350ms; }

body[data-aos-delay='350'] [data-aos], [data-aos][data-aos][data-aos-delay='350'] {
  transition-delay: 0; }
  body[data-aos-delay='350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='350'].aos-animate {
    transition-delay: 350ms; }

body[data-aos-duration='400'] [data-aos], [data-aos][data-aos][data-aos-duration='400'] {
  transition-duration: 400ms; }

body[data-aos-delay='400'] [data-aos], [data-aos][data-aos][data-aos-delay='400'] {
  transition-delay: 0; }
  body[data-aos-delay='400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='400'].aos-animate {
    transition-delay: 400ms; }

body[data-aos-duration='450'] [data-aos], [data-aos][data-aos][data-aos-duration='450'] {
  transition-duration: 450ms; }

body[data-aos-delay='450'] [data-aos], [data-aos][data-aos][data-aos-delay='450'] {
  transition-delay: 0; }
  body[data-aos-delay='450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='450'].aos-animate {
    transition-delay: 450ms; }

body[data-aos-duration='500'] [data-aos], [data-aos][data-aos][data-aos-duration='500'] {
  transition-duration: 500ms; }

body[data-aos-delay='500'] [data-aos], [data-aos][data-aos][data-aos-delay='500'] {
  transition-delay: 0; }
  body[data-aos-delay='500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='500'].aos-animate {
    transition-delay: 500ms; }

body[data-aos-duration='550'] [data-aos], [data-aos][data-aos][data-aos-duration='550'] {
  transition-duration: 550ms; }

body[data-aos-delay='550'] [data-aos], [data-aos][data-aos][data-aos-delay='550'] {
  transition-delay: 0; }
  body[data-aos-delay='550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='550'].aos-animate {
    transition-delay: 550ms; }

body[data-aos-duration='600'] [data-aos], [data-aos][data-aos][data-aos-duration='600'] {
  transition-duration: 600ms; }

body[data-aos-delay='600'] [data-aos], [data-aos][data-aos][data-aos-delay='600'] {
  transition-delay: 0; }
  body[data-aos-delay='600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='600'].aos-animate {
    transition-delay: 600ms; }

body[data-aos-duration='650'] [data-aos], [data-aos][data-aos][data-aos-duration='650'] {
  transition-duration: 650ms; }

body[data-aos-delay='650'] [data-aos], [data-aos][data-aos][data-aos-delay='650'] {
  transition-delay: 0; }
  body[data-aos-delay='650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='650'].aos-animate {
    transition-delay: 650ms; }

body[data-aos-duration='700'] [data-aos], [data-aos][data-aos][data-aos-duration='700'] {
  transition-duration: 700ms; }

body[data-aos-delay='700'] [data-aos], [data-aos][data-aos][data-aos-delay='700'] {
  transition-delay: 0; }
  body[data-aos-delay='700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='700'].aos-animate {
    transition-delay: 700ms; }

body[data-aos-duration='750'] [data-aos], [data-aos][data-aos][data-aos-duration='750'] {
  transition-duration: 750ms; }

body[data-aos-delay='750'] [data-aos], [data-aos][data-aos][data-aos-delay='750'] {
  transition-delay: 0; }
  body[data-aos-delay='750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='750'].aos-animate {
    transition-delay: 750ms; }

body[data-aos-duration='800'] [data-aos], [data-aos][data-aos][data-aos-duration='800'] {
  transition-duration: 800ms; }

body[data-aos-delay='800'] [data-aos], [data-aos][data-aos][data-aos-delay='800'] {
  transition-delay: 0; }
  body[data-aos-delay='800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='800'].aos-animate {
    transition-delay: 800ms; }

body[data-aos-duration='850'] [data-aos], [data-aos][data-aos][data-aos-duration='850'] {
  transition-duration: 850ms; }

body[data-aos-delay='850'] [data-aos], [data-aos][data-aos][data-aos-delay='850'] {
  transition-delay: 0; }
  body[data-aos-delay='850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='850'].aos-animate {
    transition-delay: 850ms; }

body[data-aos-duration='900'] [data-aos], [data-aos][data-aos][data-aos-duration='900'] {
  transition-duration: 900ms; }

body[data-aos-delay='900'] [data-aos], [data-aos][data-aos][data-aos-delay='900'] {
  transition-delay: 0; }
  body[data-aos-delay='900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='900'].aos-animate {
    transition-delay: 900ms; }

body[data-aos-duration='950'] [data-aos], [data-aos][data-aos][data-aos-duration='950'] {
  transition-duration: 950ms; }

body[data-aos-delay='950'] [data-aos], [data-aos][data-aos][data-aos-delay='950'] {
  transition-delay: 0; }
  body[data-aos-delay='950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='950'].aos-animate {
    transition-delay: 950ms; }

body[data-aos-duration='1000'] [data-aos], [data-aos][data-aos][data-aos-duration='1000'] {
  transition-duration: 1000ms; }

body[data-aos-delay='1000'] [data-aos], [data-aos][data-aos][data-aos-delay='1000'] {
  transition-delay: 0; }
  body[data-aos-delay='1000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1000'].aos-animate {
    transition-delay: 1000ms; }

body[data-aos-duration='1050'] [data-aos], [data-aos][data-aos][data-aos-duration='1050'] {
  transition-duration: 1050ms; }

body[data-aos-delay='1050'] [data-aos], [data-aos][data-aos][data-aos-delay='1050'] {
  transition-delay: 0; }
  body[data-aos-delay='1050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1050'].aos-animate {
    transition-delay: 1050ms; }

body[data-aos-duration='1100'] [data-aos], [data-aos][data-aos][data-aos-duration='1100'] {
  transition-duration: 1100ms; }

body[data-aos-delay='1100'] [data-aos], [data-aos][data-aos][data-aos-delay='1100'] {
  transition-delay: 0; }
  body[data-aos-delay='1100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1100'].aos-animate {
    transition-delay: 1100ms; }

body[data-aos-duration='1150'] [data-aos], [data-aos][data-aos][data-aos-duration='1150'] {
  transition-duration: 1150ms; }

body[data-aos-delay='1150'] [data-aos], [data-aos][data-aos][data-aos-delay='1150'] {
  transition-delay: 0; }
  body[data-aos-delay='1150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1150'].aos-animate {
    transition-delay: 1150ms; }

body[data-aos-duration='1200'] [data-aos], [data-aos][data-aos][data-aos-duration='1200'] {
  transition-duration: 1200ms; }

body[data-aos-delay='1200'] [data-aos], [data-aos][data-aos][data-aos-delay='1200'] {
  transition-delay: 0; }
  body[data-aos-delay='1200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1200'].aos-animate {
    transition-delay: 1200ms; }

body[data-aos-duration='1250'] [data-aos], [data-aos][data-aos][data-aos-duration='1250'] {
  transition-duration: 1250ms; }

body[data-aos-delay='1250'] [data-aos], [data-aos][data-aos][data-aos-delay='1250'] {
  transition-delay: 0; }
  body[data-aos-delay='1250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1250'].aos-animate {
    transition-delay: 1250ms; }

body[data-aos-duration='1300'] [data-aos], [data-aos][data-aos][data-aos-duration='1300'] {
  transition-duration: 1300ms; }

body[data-aos-delay='1300'] [data-aos], [data-aos][data-aos][data-aos-delay='1300'] {
  transition-delay: 0; }
  body[data-aos-delay='1300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1300'].aos-animate {
    transition-delay: 1300ms; }

body[data-aos-duration='1350'] [data-aos], [data-aos][data-aos][data-aos-duration='1350'] {
  transition-duration: 1350ms; }

body[data-aos-delay='1350'] [data-aos], [data-aos][data-aos][data-aos-delay='1350'] {
  transition-delay: 0; }
  body[data-aos-delay='1350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1350'].aos-animate {
    transition-delay: 1350ms; }

body[data-aos-duration='1400'] [data-aos], [data-aos][data-aos][data-aos-duration='1400'] {
  transition-duration: 1400ms; }

body[data-aos-delay='1400'] [data-aos], [data-aos][data-aos][data-aos-delay='1400'] {
  transition-delay: 0; }
  body[data-aos-delay='1400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1400'].aos-animate {
    transition-delay: 1400ms; }

body[data-aos-duration='1450'] [data-aos], [data-aos][data-aos][data-aos-duration='1450'] {
  transition-duration: 1450ms; }

body[data-aos-delay='1450'] [data-aos], [data-aos][data-aos][data-aos-delay='1450'] {
  transition-delay: 0; }
  body[data-aos-delay='1450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1450'].aos-animate {
    transition-delay: 1450ms; }

body[data-aos-duration='1500'] [data-aos], [data-aos][data-aos][data-aos-duration='1500'] {
  transition-duration: 1500ms; }

body[data-aos-delay='1500'] [data-aos], [data-aos][data-aos][data-aos-delay='1500'] {
  transition-delay: 0; }
  body[data-aos-delay='1500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1500'].aos-animate {
    transition-delay: 1500ms; }

body[data-aos-duration='1550'] [data-aos], [data-aos][data-aos][data-aos-duration='1550'] {
  transition-duration: 1550ms; }

body[data-aos-delay='1550'] [data-aos], [data-aos][data-aos][data-aos-delay='1550'] {
  transition-delay: 0; }
  body[data-aos-delay='1550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1550'].aos-animate {
    transition-delay: 1550ms; }

body[data-aos-duration='1600'] [data-aos], [data-aos][data-aos][data-aos-duration='1600'] {
  transition-duration: 1600ms; }

body[data-aos-delay='1600'] [data-aos], [data-aos][data-aos][data-aos-delay='1600'] {
  transition-delay: 0; }
  body[data-aos-delay='1600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1600'].aos-animate {
    transition-delay: 1600ms; }

body[data-aos-duration='1650'] [data-aos], [data-aos][data-aos][data-aos-duration='1650'] {
  transition-duration: 1650ms; }

body[data-aos-delay='1650'] [data-aos], [data-aos][data-aos][data-aos-delay='1650'] {
  transition-delay: 0; }
  body[data-aos-delay='1650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1650'].aos-animate {
    transition-delay: 1650ms; }

body[data-aos-duration='1700'] [data-aos], [data-aos][data-aos][data-aos-duration='1700'] {
  transition-duration: 1700ms; }

body[data-aos-delay='1700'] [data-aos], [data-aos][data-aos][data-aos-delay='1700'] {
  transition-delay: 0; }
  body[data-aos-delay='1700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1700'].aos-animate {
    transition-delay: 1700ms; }

body[data-aos-duration='1750'] [data-aos], [data-aos][data-aos][data-aos-duration='1750'] {
  transition-duration: 1750ms; }

body[data-aos-delay='1750'] [data-aos], [data-aos][data-aos][data-aos-delay='1750'] {
  transition-delay: 0; }
  body[data-aos-delay='1750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1750'].aos-animate {
    transition-delay: 1750ms; }

body[data-aos-duration='1800'] [data-aos], [data-aos][data-aos][data-aos-duration='1800'] {
  transition-duration: 1800ms; }

body[data-aos-delay='1800'] [data-aos], [data-aos][data-aos][data-aos-delay='1800'] {
  transition-delay: 0; }
  body[data-aos-delay='1800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1800'].aos-animate {
    transition-delay: 1800ms; }

body[data-aos-duration='1850'] [data-aos], [data-aos][data-aos][data-aos-duration='1850'] {
  transition-duration: 1850ms; }

body[data-aos-delay='1850'] [data-aos], [data-aos][data-aos][data-aos-delay='1850'] {
  transition-delay: 0; }
  body[data-aos-delay='1850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1850'].aos-animate {
    transition-delay: 1850ms; }

body[data-aos-duration='1900'] [data-aos], [data-aos][data-aos][data-aos-duration='1900'] {
  transition-duration: 1900ms; }

body[data-aos-delay='1900'] [data-aos], [data-aos][data-aos][data-aos-delay='1900'] {
  transition-delay: 0; }
  body[data-aos-delay='1900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1900'].aos-animate {
    transition-delay: 1900ms; }

body[data-aos-duration='1950'] [data-aos], [data-aos][data-aos][data-aos-duration='1950'] {
  transition-duration: 1950ms; }

body[data-aos-delay='1950'] [data-aos], [data-aos][data-aos][data-aos-delay='1950'] {
  transition-delay: 0; }
  body[data-aos-delay='1950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1950'].aos-animate {
    transition-delay: 1950ms; }

body[data-aos-duration='2000'] [data-aos], [data-aos][data-aos][data-aos-duration='2000'] {
  transition-duration: 2000ms; }

body[data-aos-delay='2000'] [data-aos], [data-aos][data-aos][data-aos-delay='2000'] {
  transition-delay: 0; }
  body[data-aos-delay='2000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2000'].aos-animate {
    transition-delay: 2000ms; }

body[data-aos-duration='2050'] [data-aos], [data-aos][data-aos][data-aos-duration='2050'] {
  transition-duration: 2050ms; }

body[data-aos-delay='2050'] [data-aos], [data-aos][data-aos][data-aos-delay='2050'] {
  transition-delay: 0; }
  body[data-aos-delay='2050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2050'].aos-animate {
    transition-delay: 2050ms; }

body[data-aos-duration='2100'] [data-aos], [data-aos][data-aos][data-aos-duration='2100'] {
  transition-duration: 2100ms; }

body[data-aos-delay='2100'] [data-aos], [data-aos][data-aos][data-aos-delay='2100'] {
  transition-delay: 0; }
  body[data-aos-delay='2100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2100'].aos-animate {
    transition-delay: 2100ms; }

body[data-aos-duration='2150'] [data-aos], [data-aos][data-aos][data-aos-duration='2150'] {
  transition-duration: 2150ms; }

body[data-aos-delay='2150'] [data-aos], [data-aos][data-aos][data-aos-delay='2150'] {
  transition-delay: 0; }
  body[data-aos-delay='2150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2150'].aos-animate {
    transition-delay: 2150ms; }

body[data-aos-duration='2200'] [data-aos], [data-aos][data-aos][data-aos-duration='2200'] {
  transition-duration: 2200ms; }

body[data-aos-delay='2200'] [data-aos], [data-aos][data-aos][data-aos-delay='2200'] {
  transition-delay: 0; }
  body[data-aos-delay='2200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2200'].aos-animate {
    transition-delay: 2200ms; }

body[data-aos-duration='2250'] [data-aos], [data-aos][data-aos][data-aos-duration='2250'] {
  transition-duration: 2250ms; }

body[data-aos-delay='2250'] [data-aos], [data-aos][data-aos][data-aos-delay='2250'] {
  transition-delay: 0; }
  body[data-aos-delay='2250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2250'].aos-animate {
    transition-delay: 2250ms; }

body[data-aos-duration='2300'] [data-aos], [data-aos][data-aos][data-aos-duration='2300'] {
  transition-duration: 2300ms; }

body[data-aos-delay='2300'] [data-aos], [data-aos][data-aos][data-aos-delay='2300'] {
  transition-delay: 0; }
  body[data-aos-delay='2300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2300'].aos-animate {
    transition-delay: 2300ms; }

body[data-aos-duration='2350'] [data-aos], [data-aos][data-aos][data-aos-duration='2350'] {
  transition-duration: 2350ms; }

body[data-aos-delay='2350'] [data-aos], [data-aos][data-aos][data-aos-delay='2350'] {
  transition-delay: 0; }
  body[data-aos-delay='2350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2350'].aos-animate {
    transition-delay: 2350ms; }

body[data-aos-duration='2400'] [data-aos], [data-aos][data-aos][data-aos-duration='2400'] {
  transition-duration: 2400ms; }

body[data-aos-delay='2400'] [data-aos], [data-aos][data-aos][data-aos-delay='2400'] {
  transition-delay: 0; }
  body[data-aos-delay='2400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2400'].aos-animate {
    transition-delay: 2400ms; }

body[data-aos-duration='2450'] [data-aos], [data-aos][data-aos][data-aos-duration='2450'] {
  transition-duration: 2450ms; }

body[data-aos-delay='2450'] [data-aos], [data-aos][data-aos][data-aos-delay='2450'] {
  transition-delay: 0; }
  body[data-aos-delay='2450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2450'].aos-animate {
    transition-delay: 2450ms; }

body[data-aos-duration='2500'] [data-aos], [data-aos][data-aos][data-aos-duration='2500'] {
  transition-duration: 2500ms; }

body[data-aos-delay='2500'] [data-aos], [data-aos][data-aos][data-aos-delay='2500'] {
  transition-delay: 0; }
  body[data-aos-delay='2500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2500'].aos-animate {
    transition-delay: 2500ms; }

body[data-aos-duration='2550'] [data-aos], [data-aos][data-aos][data-aos-duration='2550'] {
  transition-duration: 2550ms; }

body[data-aos-delay='2550'] [data-aos], [data-aos][data-aos][data-aos-delay='2550'] {
  transition-delay: 0; }
  body[data-aos-delay='2550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2550'].aos-animate {
    transition-delay: 2550ms; }

body[data-aos-duration='2600'] [data-aos], [data-aos][data-aos][data-aos-duration='2600'] {
  transition-duration: 2600ms; }

body[data-aos-delay='2600'] [data-aos], [data-aos][data-aos][data-aos-delay='2600'] {
  transition-delay: 0; }
  body[data-aos-delay='2600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2600'].aos-animate {
    transition-delay: 2600ms; }

body[data-aos-duration='2650'] [data-aos], [data-aos][data-aos][data-aos-duration='2650'] {
  transition-duration: 2650ms; }

body[data-aos-delay='2650'] [data-aos], [data-aos][data-aos][data-aos-delay='2650'] {
  transition-delay: 0; }
  body[data-aos-delay='2650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2650'].aos-animate {
    transition-delay: 2650ms; }

body[data-aos-duration='2700'] [data-aos], [data-aos][data-aos][data-aos-duration='2700'] {
  transition-duration: 2700ms; }

body[data-aos-delay='2700'] [data-aos], [data-aos][data-aos][data-aos-delay='2700'] {
  transition-delay: 0; }
  body[data-aos-delay='2700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2700'].aos-animate {
    transition-delay: 2700ms; }

body[data-aos-duration='2750'] [data-aos], [data-aos][data-aos][data-aos-duration='2750'] {
  transition-duration: 2750ms; }

body[data-aos-delay='2750'] [data-aos], [data-aos][data-aos][data-aos-delay='2750'] {
  transition-delay: 0; }
  body[data-aos-delay='2750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2750'].aos-animate {
    transition-delay: 2750ms; }

body[data-aos-duration='2800'] [data-aos], [data-aos][data-aos][data-aos-duration='2800'] {
  transition-duration: 2800ms; }

body[data-aos-delay='2800'] [data-aos], [data-aos][data-aos][data-aos-delay='2800'] {
  transition-delay: 0; }
  body[data-aos-delay='2800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2800'].aos-animate {
    transition-delay: 2800ms; }

body[data-aos-duration='2850'] [data-aos], [data-aos][data-aos][data-aos-duration='2850'] {
  transition-duration: 2850ms; }

body[data-aos-delay='2850'] [data-aos], [data-aos][data-aos][data-aos-delay='2850'] {
  transition-delay: 0; }
  body[data-aos-delay='2850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2850'].aos-animate {
    transition-delay: 2850ms; }

body[data-aos-duration='2900'] [data-aos], [data-aos][data-aos][data-aos-duration='2900'] {
  transition-duration: 2900ms; }

body[data-aos-delay='2900'] [data-aos], [data-aos][data-aos][data-aos-delay='2900'] {
  transition-delay: 0; }
  body[data-aos-delay='2900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2900'].aos-animate {
    transition-delay: 2900ms; }

body[data-aos-duration='2950'] [data-aos], [data-aos][data-aos][data-aos-duration='2950'] {
  transition-duration: 2950ms; }

body[data-aos-delay='2950'] [data-aos], [data-aos][data-aos][data-aos-delay='2950'] {
  transition-delay: 0; }
  body[data-aos-delay='2950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2950'].aos-animate {
    transition-delay: 2950ms; }

body[data-aos-duration='3000'] [data-aos], [data-aos][data-aos][data-aos-duration='3000'] {
  transition-duration: 3000ms; }

body[data-aos-delay='3000'] [data-aos], [data-aos][data-aos][data-aos-delay='3000'] {
  transition-delay: 0; }
  body[data-aos-delay='3000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='3000'].aos-animate {
    transition-delay: 3000ms; }

body[data-aos-easing="linear"] [data-aos], [data-aos][data-aos][data-aos-easing="linear"] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

body[data-aos-easing="ease"] [data-aos], [data-aos][data-aos][data-aos-easing="ease"] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }

body[data-aos-easing="ease-in"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in"] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1); }

body[data-aos-easing="ease-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out"] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1); }

body[data-aos-easing="ease-in-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out"] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1); }

body[data-aos-easing="ease-in-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-back"] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

body[data-aos-easing="ease-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-back"] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

body[data-aos-easing="ease-in-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-back"] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

body[data-aos-easing="ease-in-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-sine"] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

body[data-aos-easing="ease-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-sine"] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

body[data-aos-easing="ease-in-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-sine"] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

body[data-aos-easing="ease-in-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quad"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quad"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quad"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

body[data-aos-easing="ease-in-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-cubic"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-cubic"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-cubic"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

body[data-aos-easing="ease-in-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quart"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quart"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quart"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */
[data-aos^='fade'][data-aos^='fade'] {
  opacity: 0;
  transition-property: opacity, transform; }
  [data-aos^='fade'][data-aos^='fade'].aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 0); }

[data-aos='fade-up'] {
  transform: translate3d(0, 100px, 0); }

[data-aos='fade-down'] {
  transform: translate3d(0, -100px, 0); }

[data-aos='fade-right'] {
  transform: translate3d(-100px, 0, 0); }

[data-aos='fade-left'] {
  transform: translate3d(100px, 0, 0); }

[data-aos='fade-up-right'] {
  transform: translate3d(-100px, 100px, 0); }

[data-aos='fade-up-left'] {
  transform: translate3d(100px, 100px, 0); }

[data-aos='fade-down-right'] {
  transform: translate3d(-100px, -100px, 0); }

[data-aos='fade-down-left'] {
  transform: translate3d(100px, -100px, 0); }

/**
 * Zoom animations:
 * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
 * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
 */
[data-aos^='zoom'][data-aos^='zoom'] {
  opacity: 0;
  transition-property: opacity, transform; }
  [data-aos^='zoom'][data-aos^='zoom'].aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1); }

[data-aos='zoom-in'] {
  transform: scale(0.6); }

[data-aos='zoom-in-up'] {
  transform: translate3d(0, 100px, 0) scale(0.6); }

[data-aos='zoom-in-down'] {
  transform: translate3d(0, -100px, 0) scale(0.6); }

[data-aos='zoom-in-right'] {
  transform: translate3d(-100px, 0, 0) scale(0.6); }

[data-aos='zoom-in-left'] {
  transform: translate3d(100px, 0, 0) scale(0.6); }

[data-aos='zoom-out'] {
  transform: scale(1.2); }

[data-aos='zoom-out-up'] {
  transform: translate3d(0, 100px, 0) scale(1.2); }

[data-aos='zoom-out-down'] {
  transform: translate3d(0, -100px, 0) scale(1.2); }

[data-aos='zoom-out-right'] {
  transform: translate3d(-100px, 0, 0) scale(1.2); }

[data-aos='zoom-out-left'] {
  transform: translate3d(100px, 0, 0) scale(1.2); }

/**
 * Slide animations
 */
[data-aos^='slide'][data-aos^='slide'] {
  transition-property: transform; }
  [data-aos^='slide'][data-aos^='slide'].aos-animate {
    transform: translate3d(0, 0, 0); }

[data-aos='slide-up'] {
  transform: translate3d(0, 100%, 0); }

[data-aos='slide-down'] {
  transform: translate3d(0, -100%, 0); }

[data-aos='slide-right'] {
  transform: translate3d(-100%, 0, 0); }

[data-aos='slide-left'] {
  transform: translate3d(100%, 0, 0); }

/**
 * Flip animations:
 * flip-left, flip-right, flip-up, flip-down
 */
[data-aos^='flip'][data-aos^='flip'] {
  backface-visibility: hidden;
  transition-property: transform; }

[data-aos='flip-left'] {
  transform: perspective(2500px) rotateY(-100deg); }
  [data-aos='flip-left'].aos-animate {
    transform: perspective(2500px) rotateY(0); }

[data-aos='flip-right'] {
  transform: perspective(2500px) rotateY(100deg); }
  [data-aos='flip-right'].aos-animate {
    transform: perspective(2500px) rotateY(0); }

[data-aos='flip-up'] {
  transform: perspective(2500px) rotateX(-100deg); }
  [data-aos='flip-up'].aos-animate {
    transform: perspective(2500px) rotateX(0); }

[data-aos='flip-down'] {
  transform: perspective(2500px) rotateX(100deg); }
  [data-aos='flip-down'].aos-animate {
    transform: perspective(2500px) rotateX(0); }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(fonts/mem5YaGs126MiZpBA-UN_r8OXOhpOqc.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(fonts/mem5YaGs126MiZpBA-UN_r8OUuhp.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(fonts/mem8YaGs126MiZpBA-UFW50bbck.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(fonts/mem8YaGs126MiZpBA-UFVZ0b.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(fonts/mem5YaGs126MiZpBA-UN7rgOXOhpOqc.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(fonts/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: "Druk Wide Web";
  src: url("fonts/DrukWide-Bold-Web.woff2") format("woff2"), url("fonts/DrukWide-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

.DrukWide-Bold-Web {
  font-family: "Druk Wide Web";
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Druk Wide Web";
  src: url("fonts/DrukWide-Medium-Web.woff2") format("woff2"), url("fonts/DrukWide-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

.DrukWide-Medium-Web {
  font-family: "Druk Wide Web";
  font-weight: 500;
  font-style: normal; }

html {
  font-family: 'Work Sans', sans-serif;
  font-display: swap;
  color: #343434;
  font-size: 16px;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
p {
  margin: 0; }

h1 {
  font-size: 3rem; }

h2 {
  font-size: 1.75rem; }

h3 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  text-transform: uppercase; }

a {
  color: #081E96; }

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

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

.text-white {
  color: #fff; }

.image-center,
.img-center {
  display: block;
  margin: auto; }

.image-right,
.img-right {
  display: block;
  margin-left: auto;
  margin-right: 0; }

.bg-white {
  background-color: #fff; }

.btn-wrapper {
  display: flex;
  justify-content: center; }
  .btn-wrapper .btn-cta {
    padding: 1.1rem 1.37rem;
    cursor: pointer;
    position: relative;
    min-width: 154px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    transition: background-color 0.35s;
    border: 0;
    margin: auto;
    margin-bottom: 2rem;
    margin-top: 1rem;
    border-radius: 0;
    background-color: #FF0000;
    color: #fff;
    text-decoration: none;
    text-align: center; }

/* Uncomment and set these variables to customize the grid. */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.container {
  width: calc(100% - 3rem);
  margin: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem; }

.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse; }

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem; }

.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-1 {
  margin-left: 8.333%; }

.col-xs-offset-2 {
  margin-left: 16.667%; }

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

.col-xs-offset-4 {
  margin-left: 33.333%; }

.col-xs-offset-5 {
  margin-left: 41.667%; }

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

.col-xs-offset-7 {
  margin-left: 58.333%; }

.col-xs-offset-8 {
  margin-left: 66.667%; }

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

.col-xs-offset-10 {
  margin-left: 83.333%; }

.col-xs-offset-11 {
  margin-left: 91.667%; }

.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start; }

.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center; }

.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end; }

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between; }

.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1; }

.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1; }

.hidden-xs-up {
  display: block; }

.hidden-sm-up {
  display: block; }

.hidden-md-up {
  display: block; }

.hidden-lg-up {
  display: block; }

.hidden-xs-down {
  display: none; }

.hidden-sm-down {
  display: none; }

.hidden-md-down {
  display: none; }

.hidden-lg-down {
  display: none; }

@media only screen and (min-width: 576px) {
  .container {
    max-width: 768px; }
  .hidden-xs-up {
    display: none; }
  .hidden-sm-up {
    display: none; }
  .hidden-xs-down {
    display: block; }
  .hidden-sm-down {
    display: none; }
  .hidden-xs {
    display: block; }
  .col-sm,
  .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 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-1 {
    margin-left: 8.333%; }
  .col-sm-offset-2 {
    margin-left: 16.667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.333%; }
  .col-sm-offset-5 {
    margin-left: 41.667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.333%; }
  .col-sm-offset-8 {
    margin-left: 66.667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.333%; }
  .col-sm-offset-11 {
    margin-left: 91.667%; }
  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

@media only screen and (min-width: 768px) {
  .container {
    max-width: 992px; }
  .hidden-xs-up {
    display: none; }
  .hidden-md-down {
    display: block; }
  .hidden-md-up {
    display: none; }
  .hidden-sm-down {
    display: block; }
  .col-md,
  .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 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-1 {
    margin-left: 8.333%; }
  .col-md-offset-2 {
    margin-left: 16.667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.333%; }
  .col-md-offset-5 {
    margin-left: 41.667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.333%; }
  .col-md-offset-8 {
    margin-left: 66.667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.333%; }
  .col-md-offset-11 {
    margin-left: 91.667%; }
  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

@media only screen and (min-width: 992px) {
  .container {
    max-width: 1356px; }
  .hidden-xs-up {
    display: none; }
  .hidden-lg-up {
    display: none; }
  .hidden-lg-down {
    display: block; }
  .col-lg,
  .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 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-1 {
    margin-left: 8.333%; }
  .col-lg-offset-2 {
    margin-left: 16.667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.333%; }
  .col-lg-offset-5 {
    margin-left: 41.667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.333%; }
  .col-lg-offset-8 {
    margin-left: 66.667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.333%; }
  .col-lg-offset-11 {
    margin-left: 91.667%; }
  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

.langs-wrapper {
  position: relative;
  text-transform: capitalize;
  display: flex;
  justify-content: flex-end;
  min-height: 46px;
  z-index: 17; }
  .langs-wrapper .language-switcher {
    display: flex;
    position: absolute;
    flex-direction: column;
    width: max-content;
    right: 0;
    padding-left: 0;
    list-style: none;
    margin: 0;
    background-color: #fff;
    cursor: pointer;
    padding: 10px;
    padding-bottom: 0;
    padding: 6px 10px 0 10px;
    border: 1px solid lightgray;
    border-radius: 4px; }
    .langs-wrapper .language-switcher__item {
      display: none;
      padding-bottom: 6px; }
      .langs-wrapper .language-switcher__item-link {
        color: #343434;
        text-decoration: none; }
        .langs-wrapper .language-switcher__item-link:hover {
          color: #081E96; }
      .langs-wrapper .language-switcher__item.active-lang {
        display: block; }
    .langs-wrapper .language-switcher.langs-wrapper--active .language-switcher__item {
      display: block; }

.supportus h2 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.supportus .info_popup {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12; }
  .supportus .info_popup.info_popup--visible {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .supportus .info_popup--infotext {
    margin-bottom: 1rem; }
  .supportus .info_popup[data-status="blik-code-error"] .btn-wrapper--exit {
    display: flex; }
  .supportus .info_popup .btn-wrapper--exit {
    display: none; }

.supportus #payment-method-loader {
  display: block;
  opacity: 0;
  margin-bottom: 10px;
  transition: opacity 1s; }

.supportus .payment-method-standing-order-email {
  padding-top: 23px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #F7F7FA;
  padding-bottom: 24px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap; }
  .supportus .payment-method-standing-order-email .payment-method__title,
  .supportus .payment-method-standing-order-email .payment-method__amount {
    margin-bottom: 0;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: capitalize;
    flex-basis: 50%; }

.supportus .payment-method {
  padding-top: 23px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #F7F7FA;
  padding-bottom: 24px;
  position: relative;
  display: none;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap; }
  .supportus .payment-method.payment-method--visible {
    display: flex; }
  .supportus .payment-method .payment-method__title,
  .supportus .payment-method .payment-method__amount {
    margin-bottom: 0;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: capitalize;
    flex-basis: 50%; }
  .supportus .payment-method .payment-method__amount {
    text-align: right;
    font-size: 1.5rem; }
  .supportus .payment-method .payment-method__desc {
    flex-basis: 100%;
    font-size: 12px;
    margin-top: 10px; }
    .supportus .payment-method .payment-method__desc .payment-method__desc--card,
    .supportus .payment-method .payment-method__desc .payment-method__desc--banks,
    .supportus .payment-method .payment-method__desc .payment-method__desc--standing-order {
      display: none; }
  .supportus .payment-method[data-method='tpaymobilitysoft_card'] .payment-method__desc--card {
    display: block; }
  .supportus .payment-method[data-method='tpaymobilitysoft_banks'] .payment-method__desc--banks {
    display: block; }
  .supportus .payment-method[data-method='standing-order'] .payment-method__desc--standing-order {
    display: block; }

.supportus .agreements {
  margin-top: 1.7rem;
  color: #fff;
  text-decoration: underline; }

.supportus .show-more {
  display: none; }

.supportus .show-more-row {
  display: flex;
  color: #fff;
  margin-bottom: 2rem;
  justify-content: flex-end; }
  .supportus .show-more-row.multi-payment {
    display: none; }
  .supportus .show-more-row span {
    margin-right: 0.5rem;
    font-size: .8rem; }
  .supportus .show-more-row #show-more {
    cursor: pointer;
    margin-right: 1.5rem;
    transition: transform .35s;
    width: 20px;
    height: 20px; }
    .supportus .show-more-row #show-more:focus, .supportus .show-more-row #show-more:hover {
      transform: rotate(-90deg); }

.supportus .info-join {
  cursor: pointer;
  color: #fff;
  background-color: #081E96;
  margin: 0;
  padding: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iaW5mb3JtYXRpb24tYnV0dG9uIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4NCiAgPHBhdGggaWQ9IlBhdGhfMSIgZGF0YS1uYW1lPSJQYXRoIDEiIGQ9Ik0xMCwwQTEwLDEwLDAsMSwwLDIwLDEwLDEwLDEwLDAsMCwwLDEwLDBabTIuMDgyLDE1LjVxLS43NzIuMy0xLjIzMi40NjRhMy4yNDksMy4yNDksMCwwLDEtMS4wNjguMTYsMi4xMjksMi4xMjksMCwwLDEtMS40NTQtLjQ1NiwxLjQ3MiwxLjQ3MiwwLDAsMS0uNTE3LTEuMTU3LDQuMiw0LjIsMCwwLDEsLjAzOC0uNTU4Yy4wMjYtLjE5LjA2OC0uNC4xMjQtLjY0M2wuNjQ0LTIuMjc2Yy4wNTctLjIxOC4xMDYtLjQyNi4xNDUtLjYxOWEyLjc0NCwyLjc0NCwwLDAsMCwuMDU4LS41MzYuODI1LjgyNSwwLDAsMC0uMTc5LS42MDcsMS4wMTksMS4wMTksMCwwLDAtLjY4OC0uMTcsMS44MDYsMS44MDYsMCwwLDAtLjUxMi4wNzZjLS4xNzQuMDUzLS4zMjQuMS0uNDQ4LjE0OWwuMTctLjdxLjYzMi0uMjU4LDEuMjExLS40NDFBMy41NzYsMy41NzYsMCwwLDEsOS40NjUsOGEyLjA5LDIuMDksMCwwLDEsMS40MzIuNDQ5LDEuNDkxLDEuNDkxLDAsMCwxLC41LDEuMTY1cTAsLjE0OS0uMDM1LjUyMmEzLjUsMy41LDAsMCwxLS4xMjkuNjg3TDEwLjYsMTMuMDljLS4wNTIuMTgyLS4xLjM5LS4xNDEuNjIzYTMuMywzLjMsMCwwLDAtLjA2Mi41My43NjEuNzYxLDAsMCwwLC4yLjYxNiwxLjEzMywxLjEzMywwLDAsMCwuNy4xNjQsMi4wMzEsMi4wMzEsMCwwLDAsLjUzLS4wODIsMy4wMTMsMy4wMTMsMCwwLDAsLjQyOC0uMTQ0Wm0tLjExMy05LjIwOWExLjUyOSwxLjUyOSwwLDAsMS0xLjA3OS40MTdBMS41NDUsMS41NDUsMCwwLDEsOS44LDYuMjg5YTEuMzMsMS4zMywwLDAsMS0uNDUxLTEuMDFBMS4zNDMsMS4zNDMsMCwwLDEsOS44LDQuMjY3YTEuNTM0LDEuNTM0LDAsMCwxLDEuMDg0LS40MjEsMS41MTcsMS41MTcsMCwwLDEsMS4wNzkuNDIxLDEuMzY0LDEuMzY0LDAsMCwxLDAsMi4wMjJaIiBmaWxsPSIjZmZkMzVhIi8+DQo8L3N2Zz4NCg==");
  background-position: calc(100% - 28px) center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all .3s;
  transform: scale(0.7);
  font-size: 0; }
  .supportus .info-join.info-join--active {
    font-size: 1rem;
    transform: scale(1);
    height: auto;
    padding: 18px 72px 18px 28px;
    opacity: 1; }

.supportus .card-info-multi {
  color: #fff;
  display: none;
  font-size: .8rem; }

.supportus .multi-payment ~ .card-info-multi {
  display: block; }

.supportus .aside-description {
  position: relative; }
  @media only screen and (min-width: 768px) {
    .supportus .aside-description {
      position: fixed;
      max-width: 192px; } }
  @media only screen and (min-width: 920px) {
    .supportus .aside-description {
      max-width: 264px; } }
  @media only screen and (min-width: 1100px) {
    .supportus .aside-description {
      max-width: 317px; } }
  .supportus .aside-description .aside-description__image {
    margin-bottom: 3rem; }
  .supportus .aside-description.aside-description-friends {
    position: relative; }
  .supportus .aside-description .aside-description__image_firends {
    width: 100%;
    max-width: 192px;
    height: auto; }

.supportus #show-more.multi-payment {
  display: none; }

.supportus .show-more.multi-payment {
  display: block; }

.supportus .support-metod.multi-payment .support-metod__button--singlepayment {
  display: none; }

html[lang='en-US'] .info-join {
  display: none !important; }

.supportus .hero-container {
  min-height: 60vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 3rem;
  padding-bottom: 6rem; }
  .supportus .hero-container h1 {
    font-size: calc(58 / 16 * 1rem);
    color: #081E96;
    line-height: 1; }
    .supportus .hero-container h1 .h1--special {
      -webkit-text-stroke: 1px #081E96;
      color: #fff;
      background-clip: text;
      font-size: calc(147 / 16 * 1rem); }
  .supportus .hero-container .container {
    background-color: transparent; }

.supportus .form-row {
  background-color: #081E96;
  padding-top: 2rem;
  padding-bottom: 244px; }
  .supportus .form-row h2 {
    font-size: calc(18 / 16 * 1rem);
    color: #fff;
    font-weight: normal; }

.supportus .buttons-price-wrapper {
  padding-top: calc(72 / 16 * 1rem); }

.container--bg-blue {
  background-color: #081E96; }

.container--decor {
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjM0IiBoZWlnaHQ9IjU2NiIgdmlld0JveD0iMCAwIDYzNCA1NjYiPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHJlY3Qgd2lkdGg9IjYzNCIgaGVpZ2h0PSI1NjYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTU2NikiIGZpbGw9Im5vbmUiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTA4NiAtMTM1NCkiPjxnIHRyYW5zZm9ybT0ibWF0cml4KC0xLCAwLCAwLCAtMSwgMTcyMCwgMTM1NCkiPjxnIGNsaXAtcGF0aD0idXJsKCNhKSI+PHBhdGggZD0iTTYzMi40MzgtNDQ5LjU4OGMtMi43MzMsMy44ODYtNjcuNjI2LDk1LjExNy0xMzIuNjYzLDk1LjExNy01Mi40NDMsMC04OC4zNzYtMzMuOS05NS4yODEtNDAuOTU5bC01Ni43NDktMjguNDA4Yy05LjkxNywyLjQ2OC00MC42LDkuNjU5LTU5LjkzOSw5LjY1OS0xMy4xMSwwLTIyLjExMi00Ljk1MS0yOC4xMDYtMTAuNTUybC0yNS42NzYsNDcuMzY4Yy0xNy4zMzYsMjYuMTc0LTI3LjU4OCwzNC4zMjYtNTcuOTIsMzQuMzI2YTguNTY2LDguNTY2LDAsMCwxLTYuNjI2LTMuMTM4QTguNTg5LDguNTg5LDAsMCwxLDE2Ny43LTM1My4zbDYuMjc4LTMxLjRhMzQuNzUzLDM0Ljc1MywwLDAsMS04LjAzLDEuMDE3Yy0xNi4yMjEsMC0yNi41ODQtMTIuODc1LTI3LjAxOS0xMy40MjJhOC41OSw4LjU5LDAsMCwxLC4yNjgtMTAuOTc3bDcxLjA4NC04MS4zYTguNjQ0LDguNjQ0LDAsMCwxLDIuMzQyLTEuODc2YzkuNzI4LTUuMzE1LDk1Ljg1LTUxLjg4LDEyNS45NDgtNTEuODgsMjEuMzY0LDAsNTAuOTkzLDYuMzU0LDc5LjY1MiwxMi41LDI0Ljg2Niw1LjMzOCw0OC4zNTksMTAuMzc0LDYyLjUxNiwxMC4zNzQsMzUuMjI5LDAsNTYuOTE2LTQwLjcxMyw1Ny4xMjgtNDEuMTI3YTguNTc3LDguNTc3LDAsMCwxLDcuNjA4LTQuNiw4LjYwNyw4LjYwNywwLDAsMSwzLjkzOC45NjEsOC41ODMsOC41ODMsMCwwLDEsMy42NTksMTEuNTU3Yy0xLjA3MSwyLjA1NS0yNi42MTcsNTAuMzYxLTcyLjMzMyw1MC4zNjEtMTUuOTc1LDAtNDAuMzI4LTUuMjI2LTY2LjEwOS0xMC43NTQtMjcuNzc3LTUuOTUyLTU2LjUtMTIuMTE2LTc2LjA1OS0xMi4xMTYtMjEuNDQxLDAtODkuOTkzLDM0LjcxNy0xMTYuNCw0OS4wNTVsLTY0LjQsNzMuNjU1YTE2LDE2LDAsMCwwLDguMTc3LDIuNDQ1YzExLjUsMCwzMS45MjctMTUuMDg2LDQ4LjMzOC0yNy4yMTMsMTguMDkyLTEzLjM2MSwzMC4yMzYtMjIsNDAuMjMzLTIzLjQwOSwxMi4wODItNy42MTEsNjYuNDMyLTQwLjg1NCw5NC4yLTQwLjg1NCwyMi4zNDUsMCw3Ny43NTUsMTguNjQ4LDgzLjk5MSwyMC43ODFhOC41NzEsOC41NzEsMCwwLDEsNS4zNTUsMTAuODc2LDguNTQxLDguNTQxLDAsMCwxLTEwLjg2Niw1LjM2Yy0xNi4yMzItNS41MjctNjEuOTU4LTE5Ljg2NS03OC40OC0xOS44NjUtMTguNTA4LDAtNTkuMTgxLDIyLjQxMS03OS45NzUsMzUuMDYzLDMuMTkxLDQuMDc2LDkuMDQ3LDguNzY2LDE5LjA1NCw4Ljc2NiwyMC42MjcsMCw1OC4zNzgtOS43OTMsNTguNzU3LTkuODkzYTguNDI0LDguNDI0LDAsMCwxLDUuOTkuNjI1bDYwLjkzMywzMC41YTguNDQxLDguNDQxLDAsMCwxLDIuNSwxLjg4N2MuMzM1LjM2OCwzMy45NjksMzYuNTkzLDgzLjc5LDM2LjU5Myw1Ni4xNTgsMCwxMTguMDM4LTg2Ljk2NiwxMTguNjUyLTg3LjgzNmE4LjU2NSw4LjU2NSwwLDAsMSwxMS45MzctMi4wNzcsOC41OCw4LjU4LDAsMCwxLDIuMDc0LDExLjk0OU0xOTMuMDc2LTM5Mi44bC02LjQ0MiwzMi4yYzE0LjM1Ny0xLjQwNywyMC40LTcuMDQ2LDMyLjcyLTI1LjU4M2wyMS42LTM5LjljLTUuNDkzLDMuNzE3LTExLjQwNiw4LjA4NS0xNi40OTQsMTEuODQzQzIxMy45NzctNDA2LjUsMjAzLjMtMzk4LjYyNCwxOTMuMDc2LTM5Mi44IiBmaWxsPSIjNDI0MjQyIi8+PHBhdGggZD0iTTIzMi4wMTYtMjE0LjQ2NWw0LjY3Ny0zLjc1NWExMTAuMDQ3LDExMC4wNDcsMCwwLDEtOC4yMjQtNDEuOTE2YzAtNjEuNDcyLDQ5Ljk2Ni0xMTEuNDg3LDExMS4zNzgtMTExLjQ4N3MxMTEuMzc4LDUwLjAxNSwxMTEuMzc4LDExMS40ODdBMTExLjM1NSwxMTEuMzU1LDAsMCwxLDM4OC43LTE2MC4wMUwzNzAuOTI3LTk3LjdhOC41MjEsOC41MjEsMCwwLDEtMi4xNzYsMy43MDdMMjc3LjM2NC0yLjUxMkE4LjU2LDguNTYsMCwwLDEsMjcxLjMwNiwwSDguNTY4QTguNTc0LDguNTc0LDAsMCwxLDAtOC41NzVhOC41NzQsOC41NzQsMCwwLDEsOC41NjgtOC41NzZIMjY3Ljc1OWw4Ny4zLTg3LjM5LDEzLjY3NS00Ny45MThhMTEwLjA4MywxMTAuMDgzLDAsMCwxLTI4Ljg5MiwzLjgxMSwxMTAuOTM4LDExMC45MzgsMCwwLDEtMTIuOTYzLS43NDJsLTI1LjM5LDQyLjMxNGE4LjUxNCw4LjUxNCwwLDAsMS01LjY1Niw0TDIzOC43Mi05MS42NDRhOC41LDguNSwwLDAsMS04LjQ4OS0zLjIwNSw4LjU3Niw4LjU3NiwwLDAsMS0uODU5LTkuMDM0bDM0LjI3LTY4LjYwN2E4LjU4Miw4LjU4MiwwLDAsMSw0LjI2Mi00LjA0MmwxMS43MzktNS4wMzlhOC41NzcsOC41NzcsMCwwLDEsMS41MDUtLjY0NmwzMC45NzctMTMuM2EyOC4xNjIsMjguMTYyLDAsMCwwLDE1LjMyOC0xNi4xOTEsMjguMzEzLDI4LjMxMywwLDAsMC0xLjM2MS0yMi4zNTYsNS4xNzksNS4xNzksMCwwLDAtNi40OTMtMi42MTNsLTQ1Ljk1LDE1LjMyMWE1Ni45ODUsNTYuOTg1LDAsMCwwLTE3LjUxNCw5LjUxNGwtMy4xOTEsMi41NjJhOC41MDgsOC41MDgsMCwwLDEtLjczMS41ODdsLTkuNDg3LDcuNjE2YTEzNS4wNzksMTM1LjA3OSwwLDAsMS04NC4yODEsMjkuNTU4LDU2Ljk0Nyw1Ni45NDcsMCwwLDAtMzcuMDI2LDEzLjcxMkw1OS44MzktMTA0Ljk3N2E4LjU5Myw4LjU5MywwLDAsMS01LjU3OCwyLjA2Nkg4LjU2OEE4LjU3NCw4LjU3NCwwLDAsMSwwLTExMS40ODdhOC41NzQsOC41NzQsMCwwLDEsOC41NjgtOC41NzZINTEuMDkzbDU5LjE4MS01MC43NjRhNzQuMDIyLDc0LjAyMiwwLDAsMSw0OC4xNy0xNy44NDQsMTE3Ljg5LDExNy44OSwwLDAsMCw3My41NzItMjUuOE0yNTIuNTMxLTExMS45bDM2LjIyMy03LjI1OEwzMDkuMDY5LTE1M2ExMDcuOTE2LDEwNy45MTYsMCwwLDEtMjYuMDQ2LTExLjM2OWwtNS40NDcsMi4zMzhabTE1LjcyOS0xMjUuNzM2LDQ1Ljg1LTE1LjI4N2EyMi4xNzIsMjIuMTcyLDAsMCwxLDcuMjYyLTEuMjE3LDIyLjM0NSwyMi4zNDUsMCwwLDEsMjAuMDU4LDEyLjQyOCw0NS40NjgsNDUuNDY4LDAsMCwxLDIuMTA5LDM1Ljg5LDQ1LjEyOCw0NS4xMjgsMCwwLDEtMjQuNjU0LDI2LjA2MmwtMTUuNDMxLDYuNjI0YTkyLjkxMyw5Mi45MTMsMCwwLDAsMjAuMTA2LDUuOTA4Yy4yNjcuMDM0LjUzMi4wODIuOC4xNDJhODkuMzkyLDg5LjM5MiwwLDAsMCwxNS40OSwxLjI4NSw5Mi4zNDMsOTIuMzQzLDAsMCwwLDM4LjI0Mi04LjE4NSw5NC4xOTEsOTQuMTkxLDAsMCwwLDU2LTg2LjE1LDk0LjQsOTQuNCwwLDAsMC05NC4yNDMtOTQuMzM1QTk0LjQsOTQuNCwwLDAsMCwyNDUuNi0yNjAuMTM2YTkyLjkzNiw5Mi45MzYsMCwwLDAsNS4yNTIsMzAuOTY5LDczLjEyNCw3My4xMjQsMCwwLDEsMTcuNC04LjQ2OCIgZmlsbD0iIzQyNDI0MiIvPjwvZz48L2c+PHBhdGggZD0iTTExNzAuNTgyLDE5MTkuMDM5YTguNTgzLDguNTgzLDAsMCwxLTMuNjU4LTExLjU1OGMxLjA3MS0yLjA1NSwyNi42MTctNTAuMzYxLDcyLjMzMy01MC4zNjEsMTUuOTc1LDAsNDAuMzI4LDUuMjI2LDY2LjEwOSwxMC43NTMsMjcuNzc4LDUuOTUyLDU2LjUsMTIuMTE2LDc2LjA2LDEyLjExNiwyMS40NDEsMCw4OS45OTItMzQuNzE3LDExNi40LTQ5LjA1NWw2NC40LTczLjY1NWExNiwxNiwwLDAsMC04LjE3Ny0yLjQ0NWMtMTEuNSwwLTMxLjkyOCwxNS4wODctNDguMzM4LDI3LjIxMy0xOC4wOTIsMTMuMzYtMzAuMjM1LDIyLTQwLjIzMywyMy40MDktMTIuMDgzLDcuNjEyLTY2LjQzMyw0MC44NTUtOTQuMiw0MC44NTUtMjIuMzQ1LDAtNzcuNzU1LTE4LjY0OC04My45OTItMjAuNzgxYTguNTczLDguNTczLDAsMCwxLDUuNTEyLTE2LjIzNmMxNi4yMzEsNS41MjcsNjEuOTU4LDE5Ljg2NSw3OC40OCwxOS44NjUsMTguNTA4LDAsNTkuMTgxLTIyLjQxMSw3OS45NzUtMzUuMDYzLTMuMTkxLTQuMDc1LTkuMDQ3LTguNzY1LTE5LjA1NC04Ljc2NS0yMC42MjcsMC01OC4zNzgsOS43OTMtNTguNzU3LDkuODkzYTguNDIzLDguNDIzLDAsMCwxLTUuOTktLjYyNWwtNjAuOTMyLTMwLjVhOC40MjUsOC40MjUsMCwwLDEtMi41LTEuODg3Yy0uMzM1LS4zNjgtMzMuOTY5LTM2LjU5Mi04My43OS0zNi41OTItNTYuMTU4LDAtMTE4LjAzOSw4Ni45NjUtMTE4LjY1MSw4Ny44MzZBOC41NjcsOC41NjcsMCwwLDEsMTA4NiwxODA4LjZ2LS4xNTVhOC41NTksOC41NTksMCwwLDEsMS41NjEtNC44NTRjMi43MzMtMy44ODYsNjcuNjI2LTk1LjExNiwxMzIuNjY0LTk1LjExNiw1Mi40NDMsMCw4OC4zNzUsMzMuOSw5NS4yODEsNDAuOTU5bDU2Ljc0OSwyOC40MDhjOS45MTctMi40NjgsNDAuNi05LjY1OSw1OS45MzktOS42NTksMTMuMTEsMCwyMi4xMTIsNC45NTEsMjguMTA1LDEwLjU1MmwyNS42NzctNDcuMzY4YzE3LjMzNS0yNi4xNzUsMjcuNTg4LTM0LjMyNiw1Ny45MTktMzQuMzI2YTguNTcxLDguNTcxLDAsMCwxLDguNCwxMC4yNjJsLTYuMjc4LDMxLjRhMzQuNzM3LDM0LjczNywwLDAsMSw4LjAzLTEuMDE2YzE2LjIyMSwwLDI2LjU4NCwxMi44NzUsMjcuMDE5LDEzLjQyMmE4LjU5LDguNTksMCwwLDEtLjI2NywxMC45NzdsLTcxLjA4NSw4MS4zYTguNjQ1LDguNjQ1LDAsMCwxLTIuMzQyLDEuODc2Yy05LjcyOCw1LjMxNS05NS44NSw1MS44OC0xMjUuOTQ4LDUxLjg4LTIxLjM2NCwwLTUwLjk5My02LjM1NC03OS42NTMtMTIuNS0yNC44NjUtNS4zMzctNDguMzU5LTEwLjM3My02Mi41MTYtMTAuMzczLTM1LjIzLDAtNTYuOTE2LDQwLjcxMy01Ny4xMjgsNDEuMTI2YTguNTgsOC41OCwwLDAsMS0xMS41NDYsMy42NDFabTMzMC4wNjMtMTc4Ljg1NS0yMS42LDM5LjkwNWM1LjQ5My0zLjcxNywxMS40MDYtOC4wODUsMTYuNDkzLTExLjg0NCwxMC40ODYtNy43NDUsMjEuMTU5LTE1LjYyMiwzMS4zODctMjEuNDQzbDYuNDQxLTMyLjJDMTUxOS4wMDgsMTcxNi4wMDgsMTUxMi45NjIsMTcyMS42NDgsMTUwMC42NDYsMTc0MC4xODRabS0yMzEuODcxLTEyNi4wNDlhMTExLjM1NCwxMTEuMzU0LDAsMCwxLDYyLjUyLTEwMC4xMjZsMTcuNzc4LTYyLjMxNGE4LjUyNSw4LjUyNSwwLDAsMSwyLjE3Ni0zLjcwN2w5MS4zODctOTEuNDc3YTguNTYxLDguNTYxLDAsMCwxLDUuOTM2LTIuNTEyaDI2Mi45ODNhOC41NzYsOC41NzYsMCwwLDEtLjEyMywxNy4xNTFIMTQ1Mi4yNDFsLTg3LjMsODcuMzktMTMuNjc1LDQ3LjkxOGExMTIuMTA5LDExMi4xMDksMCwwLDEsNDEuODU0LTMuMDY5bDI1LjM5LTQyLjMxM2E4LjUxNiw4LjUxNiwwLDAsMSw1LjY1Ni00bDU3LjExNy0xMS40MzRhOC41NzUsOC41NzUsMCwwLDEsOS4zNDgsMTIuMjM5bC0zNC4yNyw2OC42MDhhOC41ODMsOC41ODMsMCwwLDEtNC4yNjEsNC4wNDJsLTExLjczOSw1LjAzOWE4LjYyOSw4LjYyOSwwLDAsMS0xLjUuNjQ2bC0zMC45NzgsMTMuM2EyOC4wNjgsMjguMDY4LDAsMCwwLTEzLjk2NiwzOC41NDcsNS4xNzksNS4xNzksMCwwLDAsNi40OTMsMi42MTNsNDUuOTUtMTUuMzIxYTU2Ljk4NSw1Ni45ODUsMCwwLDAsMTcuNTE1LTkuNTEzbDMuMTktMi41NjJhOC42MjcsOC42MjcsMCwwLDEsLjczMi0uNTg3bDkuNDg3LTcuNjE2YTEzNS4wODEsMTM1LjA4MSwwLDAsMSw4NC4yODEtMjkuNTU4LDU2Ljk1Miw1Ni45NTIsMCwwLDAsMzcuMDI2LTEzLjcxMmw2MS41NzktNTIuODI5YTguNiw4LjYsMCwwLDEsNS41NzgtMi4wNjZoNDUuNjkzYTguNTc2LDguNTc2LDAsMCwxLDAsMTcuMTUyaC00Mi41MjVsLTU5LjE4LDUwLjc2NGE3NC4wMjQsNzQuMDI0LDAsMCwxLTQ4LjE3MSwxNy44NDMsMTE3Ljg4OCwxMTcuODg4LDAsMCwwLTczLjU3MiwyNS44bC00LjY3NiwzLjc1NGExMTAuMDUzLDExMC4wNTMsMCwwLDEsOC4yMjQsNDEuOTE3YzAsNjEuNDcyLTQ5Ljk2NiwxMTEuNDg4LTExMS4zNzksMTExLjQ4OFMxMjY4Ljc3NSwxNjc1LjYwNywxMjY4Ljc3NSwxNjE0LjEzNlptNzMuMTM3LTg2LjE1YTk0LjI4NSw5NC4yODUsMCwxLDAsMTMyLjQ4NCw4Ni4xNSw5Mi45NDMsOTIuOTQzLDAsMCwwLTUuMjUyLTMwLjk2OSw3My4xNDksNzMuMTQ5LDAsMCwxLTE3LjQwNSw4LjQ2OWwtNDUuODUsMTUuMjg2YTIyLjM3NCwyMi4zNzQsMCwwLDEtMjcuMzItMTEuMjExLDQ1LjIzOCw0NS4yMzgsMCwwLDEsMjIuNTQ1LTYxLjk1MmwxNS40MzEtNi42MjRhOTIuODg1LDkyLjg4NSwwLDAsMC0yMC4xMDctNS45MDljLS4yNjYtLjAzMy0uNTMyLS4wODItLjgtLjE0MmE4OS40NTYsODkuNDU2LDAsMCwwLTE1LjQ5LTEuMjg0QTkyLjMzNSw5Mi4zMzUsMCwwLDAsMTM0MS45MTIsMTUyNy45ODZabTg5LjMzNC01NC44MjhMMTQxMC45MzEsMTUwN2ExMDcuOTMxLDEwNy45MzEsMCwwLDEsMjYuMDQ2LDExLjM3bDUuNDQ3LTIuMzM4LDI1LjA0NS01MC4xMjdaIiBmaWxsPSIjMDUxODdlIi8+PC9nPjwvc3ZnPg=="); }

.toggle-switch {
  position: relative;
  border: 1px solid #fff;
  border-radius: 50px;
  overflow: hidden;
  display: flex;
  flex: 1 1 auto;
  max-width: 550px;
  justify-content: space-between;
  flex-wrap: nowrap; }
  .toggle-switch.toogle-on:after {
    top: 0;
    left: 50%; }
  .toggle-switch.toogle-on .support-metod__button:first-of-type .support-metod__title {
    color: #fff; }
  .toggle-switch.toogle-on .support-metod__button:nth-child(2) .support-metod__title {
    color: #081E96; }
  .toggle-switch .support-metod__button:first-of-type .support-metod__title {
    color: #081E96; }
  .toggle-switch:after {
    content: "";
    position: absolute;
    border-radius: 50px;
    left: 0;
    top: 0;
    background-color: #fff;
    transition: all .35s;
    width: 50%;
    height: 100%; }
  .toggle-switch .support-metod__button {
    display: inline-block;
    z-index: 9;
    border: 0 !important;
    margin: 0 !important;
    padding: 15px 15px !important; }
    @media only screen and (min-width: 512px) {
      .toggle-switch .support-metod__button {
        padding: 20px 40px !important; } }
  .toggle-switch .ordo-button {
    padding: 20px 40px;
    margin: 0;
    border: 0; }
    .toggle-switch .ordo-button.button--active {
      background-color: transparent; }

.col-custom-padding .col-md, .col-custom-padding .col-md-1, .col-custom-padding .col-md-2, .col-custom-padding .col-md-3, .col-custom-padding .col-md-4, .col-custom-padding .col-md-5, .col-custom-padding .col-md-6, .col-custom-padding .col-md-7, .col-custom-padding .col-md-8, .col-custom-padding .col-md-9, .col-custom-padding .col-md-10, .col-custom-padding .col-md-11, .col-custom-padding .col-md-12 {
  padding-left: 5px !important;
  padding-right: 5px !important; }

.col-custom-padding .row {
  margin-left: -5px !important;
  margin-right: -5px !important; }

.bg-primary {
  background-color: #081E96; }

#show-gdpr {
  cursor: pointer; }

.popup-page {
  display: none;
  left: 0;
  top: 0;
  width: calc(100% - 3rem);
  min-height: calc(100% - 3rem);
  background-color: #fff;
  padding-top: 3rem;
  opacity: 0;
  z-index: -1;
  transition: all .2s; }
  .popup-page.popup-page--active {
    opacity: 1;
    display: block;
    z-index: 77; }
    .popup-page.popup-page--active + .form-row {
      display: none; }
  .popup-page .popup-page__subtitle h2 {
    font-size: 1.25rem; }
  .popup-page .oi-rodo-logo {
    margin-left: 0;
    display: block;
    margin-right: auto;
    margin-bottom: 1rem;
    height: auto;
    max-width: 200px; }
    @media only screen and (min-width: 768px) {
      .popup-page .oi-rodo-logo {
        margin-right: 0;
        margin-left: auto;
        max-width: unset; } }
  .popup-page .popup-page__exit {
    width: 20px;
    height: 20px;
    background-image: url("img/close.svg");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-right: 60px; }
  .popup-page .pdf-wrapper {
    display: none; }
  .popup-page .pdf-info {
    display: none; }
  .popup-page #pdfbtn-download {
    display: none; }
  .popup-page.popup-page--active .rodo-info {
    display: block; }
  .popup-page .rodo-info {
    display: none; }
  .popup-page .friends-info {
    display: none; }
  .popup-page.popup-page--active-friends {
    opacity: 1;
    display: block;
    z-index: 77; }
    .popup-page.popup-page--active-friends .friends-info {
      display: block; }
    .popup-page.popup-page--active-friends + .form-row {
      display: none; }
  .popup-page.popup-page--active-pdf {
    opacity: 1;
    display: block;
    z-index: 77; }
    .popup-page.popup-page--active-pdf + .form-row {
      display: none; }
    .popup-page.popup-page--active-pdf .popup-page__text-row {
      display: none; }
    .popup-page.popup-page--active-pdf #pdfbtn-download {
      margin-top: 1.2rem;
      display: block; }
    .popup-page.popup-page--active-pdf .pdf-info {
      display: block;
      margin: 1.2rem; }
    .popup-page.popup-page--active-pdf .pdf-wrapper {
      display: block;
      margin-top: 1.2rem; }
  .popup-page .popup-page__text-row img {
    max-width: 100%;
    height: auto;
    margin-bottom: 1.5rem; }
  .popup-page .popup-page__text-row p {
    padding-bottom: 1rem; }
  .popup-page .popup-page__text-row ul {
    margin-bottom: 1.5rem; }

.statuspage {
  background-color: rgba(8, 30, 150, 0.8);
  background: url("img/img_bg_supportus.png") center center/cover no-repeat fixed, linear-gradient(#081E96, #081E96); }
  .statuspage .container-statuspage {
    background-color: unset; }
  .statuspage .full-height {
    min-height: 100vh;
    align-items: center; }
  .statuspage h1 {
    margin-top: 1rem; }

.front h2 {
  font-family: "Druk Wide Web";
  font-weight: 500; }

.front .hero {
  background-position: center;
  background-attachment: unset;
  background-position-y: top;
  background-size: cover;
  visibility: hidden;
  min-height: 0;
  background-repeat: no-repeat;
  position: relative; }
  .front .hero:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background: linear-gradient(0deg, #2e2966 0%, rgba(255, 255, 255, 0) 75%, rgba(0, 0, 0, 0.503411) 100%); }
  @media (min-width: 550px) {
    .front .hero {
      min-height: 50vh;
      visibility: visible; } }
  @media (min-width: 992px) {
    .front .hero {
      min-height: 90vh;
      background-attachment: fixed; } }

.front .hero-mobile {
  min-height: 0vh;
  visibility: hidden;
  background-repeat: no-repeat; }
  @media (max-width: 550px) {
    .front .hero-mobile {
      min-height: 50vh;
      visibility: initial;
      background-position: center center !important;
      background-size: contain !important;
      background-color: #fbcf47 !important; } }
  @media (max-width: 400px) {
    .front .hero-mobile {
      min-height: 90vh; } }

.front .menu:not(.stickyTop) {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0; }
  @media only screen and (min-width: 992px) {
    .front .menu:not(.stickyTop) a {
      color: #fff; } }

.front .menu.stickyTop {
  position: sticky;
  top: 0;
  background: #2e2866;
  z-index: 1000; }
  .front .menu.stickyTop .menu__logo {
    margin-top: 0;
    max-width: 120px;
    display: flex;
    align-items: center; }
    .front .menu.stickyTop .menu__logo img {
      height: 67px; }
  .front .menu.stickyTop .container {
    background: #2e2866; }
  .front .menu.stickyTop .menu__right__item,
  .front .menu.stickyTop .menu__left__item {
    padding-top: 20px; }
    .front .menu.stickyTop .menu__right__item a,
    .front .menu.stickyTop .menu__left__item a {
      color: #f8f9fa; }
      @media (max-width: 990px) {
        .front .menu.stickyTop .menu__right__item a,
        .front .menu.stickyTop .menu__left__item a {
          color: rgba(0, 0, 0, 0.5);
          font-weight: 400; }
          .front .menu.stickyTop .menu__right__item a:hover,
          .front .menu.stickyTop .menu__left__item a:hover {
            color: rgba(0, 0, 0, 0.9); } }

.front .menu__mobile {
  display: none; }
  @media (max-width: 990px) {
    .front .menu__mobile {
      display: block;
      top: 0; } }

@media (max-width: 990px) {
  .front .menu .container {
    background-color: #f8f9fa !important; } }

.front .menu .burger {
  position: relative;
  width: 30px;
  display: none;
  border: 1px solid;
  cursor: pointer; }
  @media (max-width: 990px) {
    .front .menu .burger {
      display: block;
      border: 1px solid rgba(0, 0, 0, 0.3);
      padding: 10px 12px;
      border-radius: 4px; } }
  .front .menu .burger span {
    display: block;
    width: 100%;
    border-radius: 3px;
    height: 2px;
    background: rgba(0, 0, 0, 0.62);
    transition: all 0.3s;
    position: relative; }
  .front .menu .burger span + span {
    margin-top: 7px; }

.front .menu .burger.active {
  border: 2px solid black; }

.front .menu .menu__wrapper {
  display: flex;
  justify-content: space-between;
  left: 0;
  right: 0;
  width: 100% !important; }
  @media (max-width: 990px) {
    .front .menu .menu__wrapper {
      flex-direction: column;
      display: none; } }

.front .menu__left {
  display: flex;
  transition: 0.3s all;
  align-items: center; }
  .front .menu__left__item {
    font-family: "EB Garamond";
    font-weight: 500;
    font-size: 22.5px;
    padding-top: 14px;
    padding-right: 20px;
    color: #212529; }
    .front .menu__left__item a {
      text-decoration: none; }
      .front .menu__left__item a:hover {
        color: #fabf0a; }
  @media (max-width: 990px) {
    .front .menu__left {
      display: block;
      text-align: center; }
      .front .menu__left__item {
        font-size: 16px;
        font-weight: 500; } }
  @media (max-width: 1150px) {
    .front .menu__left {
      display: block;
      text-align: center;
      margin: auto; } }

.front .menu__logo {
  padding: 0 20px;
  transition: 0.8s all; }
  .front .menu__logo img {
    width: 100%;
    height: auto; }
  @media (max-width: 990px) {
    .front .menu__logo {
      display: none; } }

.front .menu__right {
  display: flex;
  transition: 0.3s all;
  align-items: center; }
  .front .menu__right__item {
    font-family: "EB Garamond";
    font-weight: 500;
    font-size: 22.5px;
    padding-top: 14px;
    padding-right: 20px;
    color: #212529; }
    .front .menu__right__item a {
      text-decoration: none; }
      .front .menu__right__item a:hover {
        color: #fabf0a; }
  @media (max-width: 990px) {
    .front .menu__right {
      display: block;
      text-align: center; }
      .front .menu__right__item {
        font-size: 16px;
        font-weight: 500; } }
  @media (max-width: 1150px) {
    .front .menu__right {
      display: block;
      text-align: center;
      margin: auto; } }

.front .whatsthat {
  background-color: #2E2966;
  color: #fff; }
  .front .whatsthat iframe {
    width: 100%; }
    @media (max-width: 900px) {
      .front .whatsthat iframe {
        width: 100%;
        height: 100%;
        min-height: 459px;
        max-width: 755px; } }
    @media (max-width: 600px) {
      .front .whatsthat iframe {
        width: 100%;
        height: 100%;
        min-height: 326px;
        max-width: 755px; } }
    @media (max-width: 400px) {
      .front .whatsthat iframe {
        width: 100%;
        height: 100%;
        min-height: 200px;
        max-width: 755px; } }
  .front .whatsthat .row {
    padding-top: 45px;
    padding-bottom: 60px; }
  .front .whatsthat__col {
    text-align: justify; }
    .front .whatsthat__col p {
      line-height: 28px;
      font-size: 20px;
      font-weight: 500; }
      .front .whatsthat__col p strong {
        font-weight: 600; }
    @media (max-width: 600px) {
      .front .whatsthat__col {
        flex: 0 0 100%;
        padding-bottom: 30px; } }
    @media (max-width: 430px) {
      .front .whatsthat__col {
        text-align: left; } }
  .front .whatsthat a {
    padding: 20px 0 100px 0;
    display: flex;
    justify-content: center;
    text-decoration: none; }
  .front .whatsthat__button {
    border-radius: 50px;
    display: inline-block;
    background-color: #2E2966;
    color: #fff;
    padding: 32px 100px 32px 36px;
    font-size: calc(18 / 16 * 1rem);
    background-position: calc(100% - 30px) center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNDgiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCA0OCAyMiI+PGltYWdlIHdpZHRoPSI0OCIgaGVpZ2h0PSIyMiIgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFEQUFBQUFXQ0FZQUFBQ0c5eCtzQUFBQUJITkNTVlFJQ0FnSWZBaGtpQUFBQWNWSlJFRlVXRWZWbDdzclJtRWN4NzN1eVdXUUROZ1VLU1ZrY1J1OHlxTEVwQXhrVXhhVC84QmtJNHV3V0Z4R0k4bm9NaEtid1lMQkxjbjErSHgxVGoyT2M5N2h6ZkE3di9yMi9KN3ZlNTZuNy9lNXZ5blA4M0tNUmgyNjdzRlRKbjBwb3dabUVUM25HMGhUbnNTWnNHcmdGTUZOdnVncnluWndIV1hDcW9GNXhNNDRnZy9JTlJQdllSTldEUlFoVktJN0hNRUw1Tk5KTVNDZE5mN2FyM1pFVDVDdnVTYXN6a0Nnc1l0a0R4VDR4Q3RsTnpnS1ByQnVRRHFud0tJejZ0clViZUJHWEJJTVNPY0swUElKWXAra0gzd0VCcXFvOUlGaWQzMlI1NEd5RVBkakhGUkU4S0xFNi9kd3FCLzFGNDVTaVB3SXZnU3UwT2R6S1Z0Q1dpNm9OOHFBUGxTbE5rYVFaWHBJQmhwUWVHNVpaUVp0dlRLZzZka0JBMW1ZZUlocEl6N3FrYVYzeldkRW0yZTRQNWNVM0F2UXlTT05QY0JkdHJ2VTArNG1yb3pwL0F2K01RdHovOWxrbWM0bW5RNDE0SU1hcENTY1F1TUlYWFhFWDVLM2dqdHgxZzAwby9FUUJLZmpHM2tuT0E0TVdUWlFqa2c5byt1ZDBkZWx0dVN1VGFzR2RJOXNnaEZIN0RyNVdIaGpXVFdnRGF1Tkc4UVppVjZtT3ExK2hWVURXODdvUzdUKzBFVGVWVllORENONEErZ0lId1hiNFpGUHdpYlcrMHh4R3lkZS9EZmlNb05pZlZNT0pRQUFBQUJKUlU1RXJrSmdnZz09Ii8+PC9zdmc+");
    transition: background-position 0.35s;
    border: 1px solid #fff;
    font-family: "Druk Wide Web";
    font-weight: 700; }
    .front .whatsthat__button:hover {
      background-position: calc(100% - 25px) center; }

.front .statistics {
  position: relative;
  margin-top: 62px; }
  .front .statistics .container {
    background-color: unset;
    position: relative;
    z-index: 20; }
  .front .statistics__heading {
    font-weight: normal;
    font-size: calc(26 / 16 * 1rem);
    text-align: center;
    color: #081E96; }
  .front .statistics__data {
    display: flex;
    border-top: 1px solid rgba(8, 30, 150, 0.2);
    border-bottom: 1px solid rgba(8, 30, 150, 0.2);
    width: 100%;
    margin-top: 100px;
    margin-bottom: 100px; }
    @media (max-width: 850px) {
      .front .statistics__data {
        flex-direction: column;
        align-items: center; } }
    @media (min-width: 850px) {
      .front .statistics__data .col-xs-12:nth-child(2) {
        border-left: 1px solid rgba(8, 30, 150, 0.2);
        border-right: 1px solid rgba(8, 30, 150, 0.2); } }
  .front .statistics__item {
    padding: 20px 50px 32px 50px;
    font-family: "Druk Wide Web"; }
    .front .statistics__item .number {
      color: #081E96;
      font-weight: 700;
      font-size: calc(30 / 16 * 1rem); }
      @media only screen and (min-width: 992px) {
        .front .statistics__item .number {
          font-size: calc(58 / 16 * 1rem); } }
    .front .statistics__item .text {
      text-transform: uppercase;
      color: #999999;
      font-weight: 500;
      font-size: calc(14 / 16 * 1rem); }
      @media only screen and (min-width: 992px) {
        .front .statistics__item .text {
          font-size: calc(18 / 16 * 1rem); } }

.front .quotation {
  background: #f4cf00;
  padding-top: 64px;
  padding-bottom: 42px; }
  .front .quotation .owl-dots {
    text-align: center;
    margin-top: 40px; }
    .front .quotation .owl-dots .owl-dot.active,
    .front .quotation .owl-dots .owl-dot:hover {
      opacity: 1; }
      .front .quotation .owl-dots .owl-dot.active span,
      .front .quotation .owl-dots .owl-dot:hover span {
        background-color: #081e96;
        border-radius: 50%;
        height: 12px;
        width: 12px;
        position: absolute;
        top: 1px;
        left: 1px; }
    .front .quotation .owl-dots .owl-dot {
      opacity: 0.2;
      transition: all 0.35s;
      background-color: #081e96;
      border-radius: 50%;
      height: 16px;
      width: 16px;
      margin-right: 5px;
      position: relative; }
  .front .quotation .quote-slides .slide .quote-avatar {
    margin: auto;
    max-width: 348px;
    width: 100%;
    height: auto; }
  .front .quotation .quote-slides .slide .quote-text {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
    font-size: calc(18 / 16 * 1rem);
    font-family: "Druk Wide Web";
    font-weight: 500; }
  .front .quotation .quote-slides .slide .quote-person {
    font-size: calc(24 / 16 * 1rem);
    text-transform: uppercase;
    color: #081E96;
    font-family: "Druk Wide Web";
    font-weight: 700; }
  .front .quotation .container {
    background: #f4cf00;
    display: flex; }
    @media (max-width: 990px) {
      .front .quotation .container {
        padding: 0 0 30px 0; } }
    @media (max-width: 680px) {
      .front .quotation .container {
        margin-left: 30px;
        margin-right: 30px; } }
  .front .quotation__col-left__image img {
    vertical-align: middle; }
    @media (max-width: 990px) {
      .front .quotation__col-left__image img {
        width: 100%;
        height: 100%; } }
  @media (max-width: 990px) {
    .front .quotation__col-left__image {
      padding-bottom: 20px;
      padding-top: 20px; } }
  .front .quotation__col-right {
    margin: auto 0;
    align-items: center;
    padding-left: 15px; }
    .front .quotation__col-right__text {
      width: 100%;
      max-width: 100%;
      font-family: georgia;
      font-style: italic;
      font-size: 20px; }
      @media (max-width: 990px) {
        .front .quotation__col-right__text {
          padding-bottom: 10px; } }
    .front .quotation__col-right__footer {
      text-align: right;
      font-size: 16px;
      font-style: italic;
      font-weight: 400; }
  @media (max-width: 990px) {
    .front .quotation .container {
      flex-direction: column;
      align-items: center; } }

.front .thanks-to-givers {
  padding-top: 144px;
  padding-bottom: 144px; }
  .front .thanks-to-givers__heading {
    color: #081E96;
    text-align: center;
    padding-bottom: 80px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: calc(26 /16 * 1rem); }
    @media (max-width: 650px) {
      .front .thanks-to-givers__heading {
        font-size: 22px;
        padding-top: 50px; } }
  .front .thanks-to-givers__bullets {
    width: 100%;
    max-width: 690px;
    margin: 0 auto;
    line-height: 2;
    font-size: calc(18 / 16 * 1rem);
    color: #999999;
    text-align: center;
    padding-bottom: 65px;
    font-family: "Druk Wide Web";
    font-weight: 500; }
    .front .thanks-to-givers__bullets li {
      color: white;
      padding: 0 0 20px 0;
      text-align: justify;
      font-size: 20px;
      font-weight: 500; }
      .front .thanks-to-givers__bullets li strong {
        font-weight: 600; }
      @media (max-width: 520px) {
        .front .thanks-to-givers__bullets li {
          text-align: left; } }
  .front .thanks-to-givers a {
    padding: 20px 0 80px 0;
    display: flex;
    justify-content: center;
    text-decoration: none; }
  .front .thanks-to-givers__button {
    border-radius: 50px;
    display: inline-block;
    background-color: #081E96;
    color: #fff;
    padding: 32px 100px 32px 36px;
    background-position: calc(100% - 30px) center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNDgiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCA0OCAyMiI+PGltYWdlIHdpZHRoPSI0OCIgaGVpZ2h0PSIyMiIgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFEQUFBQUFXQ0FZQUFBQ0c5eCtzQUFBQUJITkNTVlFJQ0FnSWZBaGtpQUFBQWNWSlJFRlVXRWZWbDdzclJtRWN4NzN1eVdXUUROZ1VLU1ZrY1J1OHlxTEVwQXhrVXhhVC84QmtJNHV3V0Z4R0k4bm9NaEtid1lMQkxjbjErSHgxVGoyT2M5N2h6ZkE3di9yMi9KN3ZlNTZuNy9lNXZ5blA4M0tNUmgyNjdzRlRKbjBwb3dabUVUM25HMGhUbnNTWnNHcmdGTUZOdnVncnluWndIV1hDcW9GNXhNNDRnZy9JTlJQdllSTldEUlFoVktJN0hNRUw1Tk5KTVNDZE5mN2FyM1pFVDVDdnVTYXN6a0Nnc1l0a0R4VDR4Q3RsTnpnS1ByQnVRRHFud0tJejZ0clViZUJHWEJJTVNPY0swUElKWXAra0gzd0VCcXFvOUlGaWQzMlI1NEd5RVBkakhGUkU4S0xFNi9kd3FCLzFGNDVTaVB3SXZnU3UwT2R6S1Z0Q1dpNm9OOHFBUGxTbE5rYVFaWHBJQmhwUWVHNVpaUVp0dlRLZzZka0JBMW1ZZUlocEl6N3FrYVYzeldkRW0yZTRQNWNVM0F2UXlTT05QY0JkdHJ2VTArNG1yb3pwL0F2K01RdHovOWxrbWM0bW5RNDE0SU1hcENTY1F1TUlYWFhFWDVLM2dqdHgxZzAwby9FUUJLZmpHM2tuT0E0TVdUWlFqa2c5byt1ZDBkZWx0dVN1VGFzR2RJOXNnaEZIN0RyNVdIaGpXVFdnRGF1Tkc4UVppVjZtT3ExK2hWVURXODdvUzdUKzBFVGVWVllORENONEErZ0lId1hiNFpGUHdpYlcrMHh4R3lkZS9EZmlNb05pZlZNT0pRQUFBQUJKUlU1RXJrSmdnZz09Ii8+PC9zdmc+");
    transition: background-position 0.35s;
    font-family: "Druk Wide Web";
    font-weight: 700;
    font-size: calc(14 / 16 * 1rem); }
    @media only screen and (min-width: 512px) {
      .front .thanks-to-givers__button {
        font-size: calc(18 / 16 * 1rem); } }
    .front .thanks-to-givers__button:hover {
      background-position: calc(100% - 25px) center; }

.front .privilege {
  padding-top: 108px;
  padding-bottom: 108px; }
  .front .privilege__heading {
    font-weight: 400;
    text-transform: uppercase;
    color: #081E96;
    text-align: center;
    padding-bottom: 65px;
    font-size: calc(26 / 16 * 1rem);
    margin: 0 auto; }
    @media (max-width: 650px) {
      .front .privilege__heading {
        padding: 20px 0;
        font-size: 22px;
        line-height: 44px; } }
  .front .privilege__text {
    text-align: center;
    width: 100%;
    color: #999999;
    margin: 0 auto;
    font-size: calc(18 / 16 * 1rem);
    font-weight: 400;
    margin-bottom: 165px;
    font-family: "Druk Wide Web";
    font-weight: 500; }
    .front .privilege__text strong {
      font-weight: 700; }
    @media (max-width: 500px) {
      .front .privilege__text {
        text-align: left; } }
  .front .privilege a {
    padding: 20px 0 80px 0;
    display: flex;
    justify-content: center;
    text-decoration: none; }
  .front .privilege__button {
    border-radius: 50px;
    display: inline-block;
    background-color: #081E96;
    color: #fff;
    padding: 32px 90px 32px 36px;
    background-position: calc(100% - 30px) center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNDgiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCA0OCAyMiI+PGltYWdlIHdpZHRoPSI0OCIgaGVpZ2h0PSIyMiIgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFEQUFBQUFXQ0FZQUFBQ0c5eCtzQUFBQUJITkNTVlFJQ0FnSWZBaGtpQUFBQWNWSlJFRlVXRWZWbDdzclJtRWN4NzN1eVdXUUROZ1VLU1ZrY1J1OHlxTEVwQXhrVXhhVC84QmtJNHV3V0Z4R0k4bm9NaEtid1lMQkxjbjErSHgxVGoyT2M5N2h6ZkE3di9yMi9KN3ZlNTZuNy9lNXZ5blA4M0tNUmgyNjdzRlRKbjBwb3dabUVUM25HMGhUbnNTWnNHcmdGTUZOdnVncnluWndIV1hDcW9GNXhNNDRnZy9JTlJQdllSTldEUlFoVktJN0hNRUw1Tk5KTVNDZE5mN2FyM1pFVDVDdnVTYXN6a0Nnc1l0a0R4VDR4Q3RsTnpnS1ByQnVRRHFud0tJejZ0clViZUJHWEJJTVNPY0swUElKWXAra0gzd0VCcXFvOUlGaWQzMlI1NEd5RVBkakhGUkU4S0xFNi9kd3FCLzFGNDVTaVB3SXZnU3UwT2R6S1Z0Q1dpNm9OOHFBUGxTbE5rYVFaWHBJQmhwUWVHNVpaUVp0dlRLZzZka0JBMW1ZZUlocEl6N3FrYVYzeldkRW0yZTRQNWNVM0F2UXlTT05QY0JkdHJ2VTArNG1yb3pwL0F2K01RdHovOWxrbWM0bW5RNDE0SU1hcENTY1F1TUlYWFhFWDVLM2dqdHgxZzAwby9FUUJLZmpHM2tuT0E0TVdUWlFqa2c5byt1ZDBkZWx0dVN1VGFzR2RJOXNnaEZIN0RyNVdIaGpXVFdnRGF1Tkc4UVppVjZtT3ExK2hWVURXODdvUzdUKzBFVGVWVllORENONEErZ0lId1hiNFpGUHdpYlcrMHh4R3lkZS9EZmlNb05pZlZNT0pRQUFBQUJKUlU1RXJrSmdnZz09Ii8+PC9zdmc+");
    transition: background-position 0.35s;
    font-family: "Druk Wide Web";
    font-weight: 700;
    font-size: calc(14 / 16 * 1rem); }
    .front .privilege__button:hover {
      background-position: calc(100% - 25px) center; }
    @media only screen and (min-width: 512px) {
      .front .privilege__button {
        font-size: calc(18 / 16 * 1rem); } }

.front .checkbox-wrapper {
  display: flex;
  position: relative;
  margin-top: 30px;
  cursor: pointer;
  justify-content: stretch; }
  .front .checkbox-wrapper#double-check {
    margin-top: 0; }
  .front .checkbox-wrapper input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    cursor: pointer;
    z-index: 7; }
    .front .checkbox-wrapper input[type="checkbox"]:checked ~ .checkbox-wrapper__field {
      opacity: 1; }
      .front .checkbox-wrapper input[type="checkbox"]:checked ~ .checkbox-wrapper__field:after {
        transform: scale(1);
        transform-origin: center;
        opacity: 1; }
  .front .checkbox-wrapper.ordo-input--notvalid .checkbox-wrapper__field {
    border: 1px solid #dc3023;
    background-color: #f7cdca; }
  .front .checkbox-wrapper.ordo-input--notvalid .checkbox-wrapper__text {
    color: #dc3023; }

.front .checkbox-wrapper__field {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  background-color: #f7f7f7;
  border-radius: 10px;
  border: 1px solid #dedede;
  border-radius: 4px;
  text-transform: capitalize;
  background: #fff;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
  border: 0;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none; }
  .front .checkbox-wrapper__field:after {
    transition: all 0.35s;
    content: "";
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNOSAyMmwtMTAtMTAuNTk4IDIuNzk4LTIuODU5IDcuMTQ5IDcuNDczIDEzLjE0NC0xNC4wMTYgMi45MDkgMi44MDZ6Ii8+PC9zdmc+");
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transform-origin: center;
    height: 40px;
    width: 40px;
    border-radius: 10px;
    transform: scale(0.3); }

.front .checkbox-wrapper__text {
  padding-left: 53px;
  margin-top: 8px;
  font-weight: 500;
  text-align: left;
  color: #fff; }
  .front .checkbox-wrapper__text.button--tooltip:after {
    content: "?";
    width: 18px;
    font-weight: bold;
    display: inline-block;
    height: 18px;
    color: #081E96;
    border: 3px solid #081E96;
    border-radius: 50%;
    line-height: 18px;
    font-size: 18px;
    text-align: center;
    padding: 2px;
    transform: scale(0.6); }

#form-finish-second {
  display: none; }

#standing-order-submit {
  display: none; }

#popup-double-check {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  width: 100%;
  width: 100vw;
  height: 100%;
  height: 100vh;
  z-index: 10002; }
  #popup-double-check:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    width: 100vw;
    height: 100%;
    height: calc(100vh + 120px);
    background-color: rgba(0, 0, 0, 0.4); }
  #popup-double-check .popup-data-wrapper {
    position: absolute;
    left: 50%;
    z-index: 1001;
    text-align: center;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
    background: #fff;
    padding: 25px 25px 15px 25px;
    font-size: 1rem;
    width: 100%;
    top: 2rem;
    max-width: calc(100% - 4rem);
    transform: translate(-50%, -1rem); }
    @media only screen and (min-width: 764px) {
      #popup-double-check .popup-data-wrapper {
        width: 420px;
        top: 50%;
        transform: translate(-50%, -50%); } }
    #popup-double-check .popup-data-wrapper .user-data,
    #popup-double-check .popup-data-wrapper .user-data-status {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center; }
      #popup-double-check .popup-data-wrapper .user-data *,
      #popup-double-check .popup-data-wrapper .user-data-status * {
        flex-basis: 50%;
        text-align: left;
        margin-bottom: 10px; }
      #popup-double-check .popup-data-wrapper .user-data .ttc,
      #popup-double-check .popup-data-wrapper .user-data-status .ttc {
        text-transform: capitalize; }
    #popup-double-check .popup-data-wrapper .user-data-status {
      margin-top: 15px; }
      #popup-double-check .popup-data-wrapper .user-data-status span {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        cursor: pointer;
        margin-bottom: 0;
        background-color: #e6e6e6; }
        #popup-double-check .popup-data-wrapper .user-data-status span:nth-child(2) {
          background-color: #081E96;
          color: #fff; }
        #popup-double-check .popup-data-wrapper .user-data-status span:hover {
          text-decoration: underline; }

.already-supporting-wrapper {
  display: flex;
  justify-content: start;
  margin-bottom: 3rem; }

.contact {
  background-color: #081E96;
  padding-top: 67px;
  padding-bottom: 82px;
  color: #fff;
  font-size: calc(20 / 16 * 1rem); }
  .contact img {
    max-width: 310px;
    width: 100%;
    height: auto; }
  .contact .heading {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: "Druk Wide Web";
    font-weight: 500; }
  .contact a {
    color: #fff;
    text-decoration: none; }

.footer .container {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 600px) {
    .footer .container {
      padding-left: 0;
      padding-right: 0; } }

.footer__image {
  padding: 80px 0;
  width: 100%;
  text-align: center; }
  @media (max-width: 400px) {
    .footer__image img {
      width: 100%;
      height: auto; } }
  @media (max-width: 400px) {
    .footer__image {
      padding: 40px 0; } }

.footer__header {
  padding: 30px 0;
  width: 100%;
  text-align: center;
  font-size: 27px; }
  .footer__header h3 {
    font-weight: 400;
    font-size: 1.75rem; }

.footer__paragraph {
  padding: 0 0 30px 0;
  width: 100%;
  max-width: 900px;
  margin: auto;
  display: flex;
  justify-content: space-around;
  font-size: 27px; }
  .footer__paragraph h3 {
    font-weight: 400;
    font-size: 1.75rem; }
  @media (max-width: 600px) {
    .footer__paragraph {
      flex-direction: column;
      align-items: center;
      font-size: 20px; } }
  @media (max-width: 600px) {
    .footer__paragraph__item {
      padding-bottom: 20px;
      font-size: 20px; } }

.footer__mail {
  padding: 0 0 30px 0;
  width: 100%;
  text-align: center;
  font-family: "EB Garamond";
  font-size: 27px; }
  .footer__mail a {
    cursor: pointer;
    text-decoration: none;
    color: #212529; }
    .footer__mail a:hover {
      text-decoration: underline; }
  @media (max-width: 600px) {
    .footer__mail {
      margin-top: -20px;
      font-size: 20px; } }

.footer__tel {
  padding: 0 0 30px 0;
  width: 100%;
  text-align: center;
  font-family: "EB Garamond";
  font-size: 27px; }
  .footer__tel a {
    cursor: pointer;
    text-decoration: none;
    color: #212529; }
    .footer__tel a:hover {
      text-decoration: underline; }
  @media (max-width: 600px) {
    .footer__tel {
      padding-bottom: 20px;
      font-size: 20px; } }

.footer__copyright {
  padding: 30px 0 30px 0;
  display: flex;
  margin: auto;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 14px;
  color: #081E96;
  font-weight: 700; }
  .footer__copyright__link {
    font-size: 14px;
    padding-left: 5px; }
    .footer__copyright__link a {
      cursor: pointer;
      text-decoration: none;
      color: #007bff;
      font-weight: 500; }
      .footer__copyright__link a:hover {
        cursor: pointer;
        text-decoration: underline; }
    @media (max-width: 600px) {
      .footer__copyright__link {
        font-size: 12px; } }
  @media (max-width: 600px) {
    .footer__copyright {
      font-size: 12px; } }

.supportus.supportus-friends {
  background-image: unset;
  background-color: #081E96; }
  .supportus.supportus-friends .button--price-multi .not-less-than {
    display: none; }
  .supportus.supportus-friends .button--price-multi.button--valid .not-less-than {
    display: block;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    color: #DC3023;
    font-size: 0.6rem;
    text-transform: uppercase; }
  .supportus.supportus-friends .text-before-support-metod {
    margin-bottom: 2rem;
    color: #fff; }
  .supportus.supportus-friends .tpay-pay-button {
    font-size: 0.7rem;
    max-width: unset;
    margin-right: 1rem; }
    @media only screen and (min-width: 512px) {
      .supportus.supportus-friends .tpay-pay-button {
        padding-right: 100px;
        font-size: 1rem; } }

.friends-gallery {
  width: 100%;
  display: flex;
  flex-direction: column; }
  @media only screen and (min-width: 764px) {
    .friends-gallery {
      flex-direction: row; } }
  .friends-gallery img {
    object-fit: cover;
    height: 530px;
    width: 100%; }
    @media only screen and (min-width: 764px) {
      .friends-gallery img {
        width: calc(100% / 3); } }

.ordo-button {
  padding: .8rem 1rem;
  border: 1px solid #fff;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  position: relative;
  min-width: 154px;
  border-radius: 50px;
  transition: background-color 0.35s;
  margin-left: 1.6rem;
  margin-right: 1.6rem;
  margin-bottom: 1.75rem; }

.button__title {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.875rem;
  transition: color 0.35s;
  z-index: 2;
  position: relative; }

.button--price {
  padding: .8rem 1rem;
  border: 1px solid #fff;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  position: relative;
  min-width: 154px;
  border-radius: 50px;
  transition: background-color 0.35s;
  margin-bottom: 0.9rem;
  display: inline-block;
  background-color: #F5CC00;
  border: 0;
  margin-right: 10px;
  min-width: 102px; }
  .button--price.button--custom-price {
    background-color: transparent;
    border: 1px solid #fff;
    font-weight: 700;
    font-family: "Druk Wide Web"; }
    .button--price.button--custom-price .button__currency {
      color: #fff; }
  .button--price .button__title,
  .button--price .button__currency {
    font-size: 1.25rem; }
  .button--price .button__title {
    font-weight: 700;
    font-family: "Druk Wide Web";
    display: block;
    margin: auto;
    text-align: center;
    font-size: calc(24 / 16 * 1rem); }
  .button--price .button__selectamount {
    opacity: 0;
    position: absolute; }
  .button--price .button__inputamount {
    border: 0;
    text-align: center;
    width: 100px;
    background-color: transparent;
    color: #fff;
    transition: all 0.35s;
    font-size: 1.25rem;
    font-weight: 400; }
    .button--price .button__inputamount::placeholder {
      text-transform: uppercase;
      color: #fff;
      opacity: .5; }
    .button--price .button__inputamount:focus, .button--price .button__inputamount:hover {
      outline: none; }
  .button--price .button__currency {
    color: #081E96;
    text-transform: uppercase;
    transition: color 0.35s;
    z-index: 2;
    position: relative;
    font-weight: 700;
    margin-left: 8px; }
  .button--price.button--valid {
    border: 1px solid #DC3023;
    background-color: #f7cdca; }
    .button--price.button--valid .button__inputamount {
      background-color: #f7cdca; }
    .button--price.button--valid:hover, .button--price.button--valid:focus {
      background-color: #f7cdca; }
      .button--price.button--valid:hover .button__title,
      .button--price.button--valid:hover .button__currency, .button--price.button--valid:focus .button__title,
      .button--price.button--valid:focus .button__currency {
        color: #fff; }
      .button--price.button--valid:hover .button__inputamount, .button--price.button--valid:focus .button__inputamount {
        background-color: #f7cdca;
        color: #fff; }

.button--price-multi {
  display: none; }

.multi-payment .button--price.btn-acf-price {
  display: none; }
  .multi-payment .button--price.btn-acf-price.button--price-multi {
    display: inline-block; }

.multi-payment .button--price.button--price-single {
  display: none; }

.multi-payment .button--price.button--price-multi {
  display: inline-block; }

.support-metod {
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }
  @media only screen and (min-width: calc(992 / 16 * 1rem)) {
    .support-metod {
      flex-direction: row; } }
  .support-metod .support-metod__button {
    padding: .8rem 1rem;
    border: 1px solid #fff;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    position: relative;
    min-width: 154px;
    border-radius: 50px;
    transition: background-color 0.35s;
    border: 0;
    border: 1px solid #fff;
    border-radius: 50px;
    min-width: 100px;
    min-height: 2.8rem;
    margin-bottom: 1rem;
    margin-right: 10px;
    font-family: "Druk Wide Web";
    font-weight: 700;
    padding: 15px 30px; }
    @media only screen and (min-width: calc(1232 / 16 * 1rem)) {
      .support-metod .support-metod__button {
        min-width: 154px; } }
  .support-metod .support-metod__title {
    text-align: center;
    text-transform: uppercase;
    line-height: 2.6;
    display: block;
    color: #fff;
    font-size: .8rem; }
    @media only screen and (min-width: 512px) {
      .support-metod .support-metod__title {
        font-size: 1.1rem; } }
  .support-metod .button--active-yellow .support-metod__title {
    color: #081E96; }

.button--active {
  background-color: #fff; }
  .button--active .button__title,
  .button--active .button__currency {
    color: #081E96; }
  .button--active.button--custom-price {
    background-color: #fff;
    color: #081E96; }
  .button--active .button__inputamount {
    background-color: #fff;
    color: #081E96; }
    .button--active .button__inputamount::placeholder {
      color: #081E96; }

.ordo-button-submit {
  padding: .8rem 1rem;
  border: 1px solid #fff;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  position: relative;
  min-width: 154px;
  border-radius: 50px;
  transition: background-color 0.35s;
  background-color: #FF0000;
  color: #fff;
  display: block;
  outline: none;
  width: 100%;
  border: 0; }

.button--tooltip {
  position: relative;
  /* Show the tooltip text when you mouse over the tooltip container */ }
  .button--tooltip .tooltiptext {
    visibility: hidden;
    opacity: 0;
    width: 120px;
    background-color: #fff;
    color: #081E96;
    text-align: center;
    padding: 5px 5px;
    border-radius: 2px;
    border: 2px solid #081E96;
    position: absolute;
    display: none;
    z-index: 12;
    transition: opacity .35s;
    top: -110px;
    left: 50%;
    margin-left: -65px; }
    @media only screen and (min-width: 992px) {
      .button--tooltip .tooltiptext {
        top: -5px;
        left: 105%;
        margin-left: unset; } }
  .button--tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    display: block; }

input {
  box-sizing: border-box; }
  input.hidden {
    display: none; }

.ordo-input:not(.checkbox-wrapper) {
  text-align: left;
  margin-bottom: calc(28 / 16 * 1rem);
  display: block;
  position: relative;
  border: 1px solid #fff;
  padding: 18px 30px;
  border-radius: 50px;
  font-weight: 700;
  font-family: "Druk Wide Web"; }
  .ordo-input:not(.checkbox-wrapper).ordo-input--notvalid {
    border: 1px solid #DC3023;
    background-color: #f7cdca; }
  .ordo-input:not(.checkbox-wrapper) .ordo-input__text:not([type=checkbox]) {
    text-transform: capitalize;
    background: transparent;
    font-size: 50px;
    width: 100%;
    height: calc(40 / 16 * 1rem);
    border: 0;
    outline: none;
    -webkit-appearance: none;
    font-size: calc(20 / 16 * 1rem);
    color: #fff;
    text-align: center;
    background-color: transparent !important; }
    .ordo-input:not(.checkbox-wrapper) .ordo-input__text:not([type=checkbox]):-webkit-autofill, .ordo-input:not(.checkbox-wrapper) .ordo-input__text:not([type=checkbox]):-webkit-autofill:hover, .ordo-input:not(.checkbox-wrapper) .ordo-input__text:not([type=checkbox]):-webkit-autofill:focus, .ordo-input:not(.checkbox-wrapper) .ordo-input__text:not([type=checkbox]):-webkit-autofill:active {
      -webkit-background-clip: text;
      -webkit-text-fill-color: #ffffff;
      transition: background-color 5000s ease-in-out 0s;
      box-shadow: inset; }
    .ordo-input:not(.checkbox-wrapper) .ordo-input__text:not([type=checkbox])::placeholder {
      color: #fff;
      opacity: .5;
      text-transform: uppercase; }
    .ordo-input:not(.checkbox-wrapper) .ordo-input__text:not([type=checkbox])[type=email] {
      text-transform: lowercase; }
    .ordo-input:not(.checkbox-wrapper) .ordo-input__text:not([type=checkbox]):focus ~ .ordo-input-sugest {
      display: block; }
  .ordo-input:not(.checkbox-wrapper) .ordo-input__title {
    text-transform: uppercase;
    margin-bottom: 8px;
    display: none; }
    .ordo-input:not(.checkbox-wrapper) .ordo-input__title--notvalid {
      display: none;
      margin-left: 0.5rem;
      color: #DC3023;
      font-size: .55rem; }
  .ordo-input:not(.checkbox-wrapper) .ordo-input-sugest {
    display: none;
    color: #fff;
    position: absolute;
    width: 100%;
    z-index: 14; }
    .ordo-input:not(.checkbox-wrapper) .ordo-input-sugest.active {
      display: block; }
    .ordo-input:not(.checkbox-wrapper) .ordo-input-sugest:hover, .ordo-input:not(.checkbox-wrapper) .ordo-input-sugest:focus {
      display: block; }
    .ordo-input:not(.checkbox-wrapper) .ordo-input-sugest p {
      background-color: #081E96;
      padding-left: 25px; }
      .ordo-input:not(.checkbox-wrapper) .ordo-input-sugest p:first-of-type {
        padding-top: 5px; }
      .ordo-input:not(.checkbox-wrapper) .ordo-input-sugest p:last-of-type {
        padding-bottom: 5px; }
      .ordo-input:not(.checkbox-wrapper) .ordo-input-sugest p:hover, .ordo-input:not(.checkbox-wrapper) .ordo-input-sugest p:focus {
        border: 0;
        outline: none;
        background-color: #1e90ff;
        cursor: pointer; }
  .ordo-input:not(.checkbox-wrapper)--notvalid .ordo-input__title--notvalid {
    display: initial; }
  .ordo-input:not(.checkbox-wrapper)--notvalid .ordo-input__title:not([type=checkbox]) {
    border: 1px solid #DC3023;
    background-color: #f7cdca; }

.ordo-select {
  margin-bottom: 1rem;
  display: block;
  text-align: left;
  margin-bottom: calc(28 / 16 * 1rem);
  display: block;
  position: relative;
  border: 1px solid #fff;
  padding: 18px 30px;
  border-radius: 50px;
  font-weight: 700;
  font-family: "Druk Wide Web"; }
  .ordo-select .ordo-select__select {
    text-align: left;
    appearance: none;
    position: relative;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTgiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxOCAxMiI+PGltYWdlIHdpZHRoPSIxOCIgaGVpZ2h0PSIxMiIgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFCSUFBQUFNQ0FZQUFBQnZFdTI4QUFBQUJITkNTVlFJQ0FnSWZBaGtpQUFBQU5WSlJFRlVLRk5qL1AvL3Z6Z0RBNE1tRUZNQ3JqTUNEZG9DTk1HYkVsT0FlcmVERFBJSE10WUJNUk9aaHYwRDZnc0dHUVRTbncvRUU4ZzBDS1IzRXN3Z2tCa1RnVGlQUk1OQWVncEFlcEFOWWdieTF3SXh5S3ZFZ0ExQVJTRkEvQmZkSUJDZkM0Z1BBTEVwQVpOT0F1V2RnUGdiVEIyeWkyQmlvT1J3QW9nVmNCaDJIeWh1QWNTdmtPV3hHUVNTMXdEaTQwQXNnR2JZZXlEZkVvaHZvbHVDeXlDUU9qc2czZ1BFckZCTnY0QzBDeEFmeHVaU2ZBYUIxRWNEOFNLb1JoQjdCUTd2b3NRYUxqVnFRQWxRWXJ1TlN3RklIQUFFUkVBR1Uzd3lPQUFBQUFCSlJVNUVya0pnZ2c9PSIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    outline: none;
    width: 100%;
    height: calc(40 / 16 * 1rem);
    background-color: transparent;
    border: 0;
    color: #fff;
    text-transform: uppercase; }
    .ordo-select .ordo-select__select .ordo-select__option {
      color: #081E96; }
  .ordo-select .ordo-select__title {
    text-transform: uppercase;
    margin-bottom: 8px;
    display: none; }
    .ordo-select .ordo-select__title--notvalid {
      display: none;
      margin-left: 0.5rem;
      color: #DC3023;
      font-size: .55rem; }
  .ordo-select--notvalid .ordo-select__title--notvalid {
    display: initial; }
  .ordo-select--notvalid .ordo-select__text:not([type=checkbox]) {
    border: 1px solid #DC3023;
    background-color: #f7cdca; }
  .ordo-select--notvalid .ordo-select__select {
    border: 1px solid #DC3023;
    background-color: #f7cdca; }
  .ordo-select--notvalid .ordo-input__text:not([type=checkbox]) {
    border: 1px solid #DC3023;
    background-color: #f7cdca; }
  .ordo-select .ordo-select__title {
    text-transform: uppercase;
    margin-bottom: 8px; }
    .ordo-select .ordo-select__title .ordo-input--notvalid {
      margin-left: 0.5rem;
      color: #DC3023;
      font-size: .55rem; }

.ordo-input-autocomplete {
  position: relative; }
  .ordo-input-autocomplete .autocomplete-items {
    position: absolute;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0; }
  .ordo-input-autocomplete .autocomplete-items div {
    cursor: pointer;
    background-color: #081E96;
    color: #fff;
    padding-left: 25px;
    padding-right: 25px; }
  .ordo-input-autocomplete .autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #fff; }

.tpay-header-wrapper {
  display: none; }

.tpay-insidebg {
  max-width: 100%; }

.tpay-panel-inside-content {
  margin: 0;
  margin-bottom: 30px;
  background-color: #F7F7FA;
  padding-left: 30px;
  padding-right: 30px; }

.tpay-groups-wrapper {
  background-color: #fff; }
  .tpay-groups-wrapper .tpay-group-holder {
    width: 48%; }
    @media only screen and (min-width: 992px) {
      .tpay-groups-wrapper .tpay-group-holder {
        width: 30%; } }

.tpay-buttons-holder {
  text-align: left; }

.tpay-pay-button {
  padding: .8rem 1rem;
  border: 1px solid #fff;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  position: relative;
  min-width: 154px;
  border-radius: 50px;
  transition: background-color 0.35s;
  outline: none;
  cursor: pointer;
  position: relative;
  margin: auto;
  background-image: unset;
  color: #081E96;
  font-weight: normal;
  margin-left: 0;
  text-align: left;
  margin-right: auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 30px) center;
  padding: 30px 38px;
  height: unset;
  transition: all .35s;
  display: inline-block;
  width: auto;
  background-color: #F5CC00;
  border: 1px solid #F5CC00;
  font-family: "Druk Wide Web"; }
  @media only screen and (min-width: 512px) {
    .tpay-pay-button {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNDgiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCA0OCAyMiI+PGltYWdlIHdpZHRoPSI0OCIgaGVpZ2h0PSIyMiIgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFEQUFBQUFXQ0FZQUFBQ0c5eCtzQUFBQUJITkNTVlFJQ0FnSWZBaGtpQUFBQWNaSlJFRlVXRWZWbDdrdkJWRVl4VDNyaTFnS0VZV2xraENKUkJDTnJmQWtHcEZRU1JSRUo5R28vQWNxbmFVUk5CcExxU1NpdEpTRVRxRkJZWXVJM2UvSVRIS05tVmU4S0w3NWtwUDczVE16TitmY2ZSTEptb1VzbzFHTnJqdndtRTVmd3FpQmFVVFBlQVpTbE1kUkpxd2FPRUZ3Z3lmNmtySVZYSVdac0dwZ0ZyRlRqdUI5Y28zRVc5Q0VWUU1GQ0pYb05rZndIUGxrWEF4SVo2VTM5eXNjMFdQa3E2NEpxeVBnYSt3ZzJRVjVIdkZDMlFrTy9SZXNHNURPQ1REdjlMb1dkUXU0RmhjSEE5SzVERFI5L05najZRWHZ2b0Z5S2owZzZjNHY4aHhRSE9CK2pJUFNFRjZVZUQwUGh0cFJlOEVvZ3NnTjRRdmg4ajArbTdJcG9PV2NlcjBNNkVWVnFpSUVXYVlIWktBT2hXZVdWYWJSMWkwREdwNXQwSmVCaWZ1SWI4Ui9oVHpUdmVZamhIK0MrM05Jd1QwRDdUelMyQVhjYWJ0RFBlVXU0cktJeGovaEh6SXc5NStmTE5IWXVOT2dPcnhmblJTSFhXZ1VvU3VPK0F2eVpuQXJ6cnFCUmpRZUFIOTNmQ1Z2QjBlK0ljc0dTaENwYTNTdDAvczYxQmJkdVduVmdNNlJEVERraUYwakh3a3VMS3NHdEdDMWNQMDRKZEhOVkx2VnI3QnFZTlBwZlluV0QwM29XV1hWd0NDQzE0RzI4R0d3RmV6NU9DeGkzYzhVTjFIaXhYOERMNzVSeTBlNG1uY0FBQUFBU1VWT1JLNUNZSUk9Ii8+PC9zdmc+");
      padding-right: 100px; } }
  .tpay-pay-button:hover {
    background-color: #fff;
    border: 1px solid #081E96;
    background-position: calc(100% - 23px) center; }

.tpay-amPmCheckbox {
  margin-bottom: 1rem;
  display: none; }
  .tpay-amPmCheckbox input[name='card_save'],
  .tpay-amPmCheckbox label[for='card_save'] {
    display: none !important; }

.error404 {
  background: linear-gradient(to bottom, #1d1c1c 0%, #232121 100%);
  height: 100vh; }
  .error404 .footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding-top: 0; }
  .error404 .socialMedia path {
    fill: #fff; }

.cont_principal {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.cont_error {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 300px;
  top: 50%;
  margin-top: -150px; }

.cont_error > h1 {
  font-weight: 400;
  font-size: 110px;
  color: #fff;
  position: relative;
  left: -100%;
  transition: all 0.5s; }

.cont_error > p {
  padding-top: 15px;
  font-weight: 300;
  font-size: 24px;
  letter-spacing: 5px;
  color: #fff;
  position: relative;
  left: 100%;
  transition: all 0.5s;
  transition-delay: 0.5s;
  -webkit-transition: all 0.5s;
  -webkit-transition-delay: 0.5s; }

.cont_aura_1 {
  position: absolute;
  width: 300px;
  height: 120%;
  top: 25px;
  right: -340px;
  background-color: #1d1c1c;
  box-shadow: 0px 0px 60px 10px rgba(29, 28, 28, 0.85), 0px 0px 20px 0px rgba(29, 28, 28, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.cont_aura_2 {
  position: absolute;
  width: 100%;
  height: 300px;
  right: -10%;
  bottom: -301px;
  background-color: #232121;
  box-shadow: 0px 0px 60px 10px rgba(29, 28, 28, 0.5), 0px 0px 20px 0px rgba(29, 28, 28, 0.1);
  z-index: 5;
  transition: all 0.5s;
  -webkit-transition: all 0.5s; }

.cont_error_active > .cont_error > h1 {
  left: 0%; }

.cont_error_active > .cont_error > p {
  left: 0%; }

.cont_error_active > .cont_aura_2 {
  animation-name: animation_error_2;
  animation-duration: 4s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  transform: rotate(-20deg); }

.cont_error_active > .cont_aura_1 {
  transform: rotate(20deg);
  right: -170px;
  animation-name: animation_error_1;
  animation-duration: 4s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate; }

.footer__404 {
  background: transparent; }

@keyframes animation_error_1 {
  from {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg); }
  to {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg); } }

@keyframes animation_error_2 {
  from {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg); }
  to {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg); } }

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