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

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

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

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

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

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

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

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

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

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

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

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

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

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

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }
.lb-loader,.lightbox{text-align:center;line-height:0}.lb-dataContainer:after,.lb-outerContainer:after{content:"";clear:both}html.lb-disable-scrolling{overflow:hidden;position:fixed;height:100vh;width:100vw}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;font-weight:400}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-loader,.lb-nav{position:absolute;left:0}.lb-outerContainer:after{display:table}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(/images/lightbox/loading.gif) no-repeat}.lb-nav{top:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(/images/lightbox/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(/images/lightbox/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{display:table}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(/images/lightbox/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}.desktop {
  display: initial; }
  @media (max-width: 1023px) {
    .desktop {
      display: none; } }

.mobile {
  display: none; }
  @media (max-width: 1023px) {
    .mobile {
      display: inherit; } }

.desktop {
  display: initial; }
  @media (max-width: 1023px) {
    .desktop {
      display: none; } }

.mobile {
  display: none; }
  @media (max-width: 1023px) {
    .mobile {
      display: inherit; } }

.showOnScroll {
  -webkit-transform: scale(0.1);
          transform: scale(0.1);
  opacity: 0;
  -webkit-transition: opacity 0.35s linear, -webkit-transform 0.35s ease-in;
  transition: opacity 0.35s linear, -webkit-transform 0.35s ease-in;
  transition: transform 0.35s ease-in, opacity 0.35s linear;
  transition: transform 0.35s ease-in, opacity 0.35s linear, -webkit-transform 0.35s ease-in; }
  .showOnScroll.-isVisible {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }

.desktop {
  display: initial; }
  @media (max-width: 1023px) {
    .desktop {
      display: none; } }

.mobile {
  display: none; }
  @media (max-width: 1023px) {
    .mobile {
      display: inherit; } }

.container {
  margin: 0 auto;
  width: 100%;
  padding: 0 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .container.-relative {
    position: relative; }
  @media (min-width: 1024px) {
    .container.-withMenu {
      padding-left: 25rem; } }

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

@media (min-width: 1024px) {
  .container {
    width: 1023px; } }

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

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

.desktop {
  display: initial; }
  @media (max-width: 1023px) {
    .desktop {
      display: none; } }

.mobile {
  display: none; }
  @media (max-width: 1023px) {
    .mobile {
      display: inherit; } }

html {
  font-family: 'Ubuntu', sans-serif;
  font-size: 15px;
  color: #4b5575; }
  @media (max-width: 1199px) {
    html {
      font-size: 14px; } }
  @media (max-width: 1023px) {
    html {
      font-size: 16px; } }

a {
  text-decoration: none;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  color: #425aa5;
  font-weight: 500; }

p, ul, ol {
  font-size: 1.125rem;
  line-height: 1.8;
  margin: 1rem 0; }
  p.-small, ul.-small, ol.-small {
    font-size: 1rem; }
  p.-justify, ul.-justify, ol.-justify {
    text-align: justify; }

.h1,
.h2,
.h3,
.h4 {
  font-weight: bold;
  margin: 2rem 0; }
  .h1.-blue,
  .h2.-blue,
  .h3.-blue,
  .h4.-blue {
    color: #425aa5; }
  .h1.-green,
  .h2.-green,
  .h3.-green,
  .h4.-green {
    color: #63ad21; }
  .h1.-cyan,
  .h2.-cyan,
  .h3.-cyan,
  .h4.-cyan {
    color: #40a8a1; }
  .h1.-purple,
  .h2.-purple,
  .h3.-purple,
  .h4.-purple {
    color: #aa47ad; }
  .h1.-sticky,
  .h2.-sticky,
  .h3.-sticky,
  .h4.-sticky {
    margin-bottom: 0; }

.h1 {
  font-size: 2.0rem;
  margin-bottom: 3rem; }

.h2 {
  font-size: 1.6rem; }

.h3 {
  font-size: 1.4rem; }

.h4 {
  font-size: 1rem; }

.desktop {
  display: initial; }
  @media (max-width: 1023px) {
    .desktop {
      display: none; } }

.mobile {
  display: none; }
  @media (max-width: 1023px) {
    .mobile {
      display: inherit; } }

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff; 
  background-image: url("/images/uvodni/logo-jmnet-transparent.png"); 
  background-position: 20px -3px;
  background-size: contain;
  background-repeat: no-repeat; 
}
.header__networks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff; 
  background-image: url("/images/uvodni/logo-networks-transparent.png"); 
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat; 
}
.header__jmnet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff; 
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat; 
}


  
.header a:hover {
    text-decoration: none;
}
.header__networks a:hover {
    text-decoration: none;
}




.header.-mobile {
    padding-left: 1rem;
    padding-right: 1rem;
    display: none; 

}
.header__networks.-mobile {
    padding-left: 1rem;
    padding-right: 1rem;
    display: none; 
    background-image: url("/images/uvodni/logo-networks-transparent.png"); 
    background-position: 7px 8px;
    background-size: 120px;
    background-repeat: no-repeat; 
}

@media (max-width: 1023px) {
      .header.-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-top: 8px; 
      } 
      .header__networks.-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-top: 8px; 
      }       
}
@media (max-width: 1023px) {
    .header {
	display: none; 
    } 
    .header__networks {
	display: none; 
    } 
}

.header__logo img {
  height: auto;
  max-width: 190px;
  width: 100%; }
  @media (max-width: 1023px) {
    .header__logo img {
      max-width: 109px; } }

.header__logo__networks img {
  height: auto;
  max-width: 290px;
  width: 100%; }
  @media (max-width: 1023px) {
    .header__logo__networks img {
      max-width: 109px; } }


/* Header mobile */
.header.-mobile .header__hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90px;
  height: 34px;
  border-radius: 2px;
  background-color: #425aa5;
  color: #fff;
  padding: 0 13px;
  -webkit-box-shadow: 0 0 0 1px transparent;
          box-shadow: 0 0 0 1px transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.35s linear;
  transition: -webkit-box-shadow 0.35s linear;
  transition: box-shadow 0.35s linear;
  transition: box-shadow 0.35s linear, -webkit-box-shadow 0.35s linear; 
}
.header__networks.-mobile .header__hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90px;
  height: 34px;
  border-radius: 2px;
  background-color: #425aa5;
  color: #fff;
  padding: 0 13px;
  -webkit-box-shadow: 0 0 0 1px transparent;
          box-shadow: 0 0 0 1px transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.35s linear;
  transition: -webkit-box-shadow 0.35s linear;
  transition: box-shadow 0.35s linear;
  transition: box-shadow 0.35s linear, -webkit-box-shadow 0.35s linear; 
}


.header.-mobile .header__hamburger.-isOpen {
    position: fixed;
    top: 23px;
    left: 23px;
    #right: 1rem;
    z-index: 1000;
    -webkit-box-shadow: 0 0 0 1px #fff;
            box-shadow: 0 0 0 1px #fff; 
}
.header__networks.-mobile .header__hamburger.-isOpen {
    position: fixed;
    top: 23px;
    left: 23px;
    #right: 1rem;
    z-index: 1000;
    -webkit-box-shadow: 0 0 0 1px #fff;
            box-shadow: 0 0 0 1px #fff; 
}


.header.-mobile .header__menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 400vh;
  z-index: 99;
  background-color: #425aa5;
  overflow-x: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.35s linear;
  transition: opacity 0.35s linear;
  pointer-events: none; }
.header__networks.-mobile .header__menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 400vh;
  z-index: 99;
  background-color: #425aa5;
  overflow-x: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.35s linear;
  transition: opacity 0.35s linear;
  pointer-events: none; 
}


.header.-mobile .header__menu.-isOpen {
    opacity: 1;
    pointer-events: all; 
}
.header__networks.-mobile .header__menu.-isOpen {
    opacity: 1;
    pointer-events: all; 
}

.menu-bila {
  background-color: white; }

/* Header nav */
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.header__navItem, .header__navItem__networks {
  position: relative;
  margin: 0 20px; }
  @media (max-width: 1199px) {
    .header__navItem, .header__navItem__networks {
      margin: 0 10px; } }
  @media (max-width: 1023px) {
    .header__navItem, .header__navItem__networks {
      text-align: center;
      margin: 0 25px 41px 25px; } }

.header__navItem:first-of-type, .header__navItem__networks:first-of-type {
  margin: 0 25px 0 0; }
  @media (max-width: 1023px) {
    .header__navItem:first-of-type, .header__navItem__networks:first-of-type {
      margin: 58px 25px 41px 25px; } }

.header__navItem:nth-last-child(2), .header__navItem__networks:nth-last-child(2) {
  margin: 0 20px 0 25px; }
  @media (max-width: 1023px) {
    .header__navItem:nth-last-child(2), .header__navItem__networks:nth-last-child(2) {
      margin: 0 25px 41px 25px; } }

.header__navItem:last-of-type, .header__navItem__networks:last-of-type {
  margin: 0 0 0 20px; }
  @media (max-width: 1023px) {
    .header__navItem:last-of-type, .header__navItem__networks:last-of-type {
      margin: 0 0 41px 0; } }

.header__navItem.-facebook, .header__navItem__networks.-facebook {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #425aa5;
  border-radius: 50%;
  height: 26px;
  min-width: 26px;
  width: 26px; }
  @media (max-width: 1023px) {
    .header__navItem.-facebook, .header__navItem__networks.-facebook {
      width: 26px;
      height: 26px;
      margin: 0 auto;
      background-color: #fff; }
      .header__navItem.-facebook svg, .header__navItem__networks.-facebook svg {
        max-width: 15px;
        max-height: 15px; } }

.header__navItem.-facebook img, .header__navItem__networks.-facebook img {
  margin-top: 4px;
  max-width: 17px; }

.header__navItem a {
  font-size: 1rem;
  font-weight: 500;
  color: #425aa5; }
  @media (max-width: 1023px) {
    .header__navItem a {
      color: #fff; } }

.header__navItem__networks a {
  font-size: 1rem;
  font-weight: 500;
  color: #000000; }
  @media (max-width: 1023px) {
    .header__navItem__networks a {
      color: #fff; } }

/* Header right */
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.header__contact {
  margin-bottom: 10px; }
  @media (max-width: 1023px) {
    .header__contact {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 40px; } }
  @media (max-width: 767px) {
    .header__contact {
      margin-top: 20px; } }

.header__contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #425aa5; }
  @media (max-width: 1023px) {
    .header__contact a {
      color: #fff; } }

.header__contact a img {
  height: auto;
  margin-right: 10px;
  max-width: 20px;
  width: 100%; }

/* Header Dropdowns */
.header__dropdowns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1023px) {
    .header__dropdowns {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.header__login,
.header__lang {
  position: relative; }

.drop__trigger {
  position: relative;
  display: inline-block; }
  .drop__trigger .link {
    padding-bottom: 2rem; }
  .drop__trigger:hover .drop__content {
    display: block; }

.drop__content {
  display: none;
  background-color: #f7f8fd;
  border-radius: 2px;
  position: absolute;
  top: 1.75rem;
  padding: 0.75rem 1rem;
  z-index: 1;
  -webkit-transition: opacity 0.35s linear;
  transition: opacity 0.35s linear; }
  .drop__content a {
    display: block;
    white-space: nowrap;
    padding: 0.5rem; }

/* Login */
.header__dropdowns .header__loginTrigger {
  background-color: #63ad21;
  color: #fff;
  padding: 6px 8px 6px 18px;
  margin-right: 10px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 3px 10px 0 rgba(66, 90, 165, 0.1);
          box-shadow: 0 3px 10px 0 rgba(66, 90, 165, 0.1);
  border-radius: 2px;
  font-size: 0.8125rem;
  font-weight: normal; }

.header__loginDropdown {
  position: absolute;
  -webkit-transform: translateY(-18rem);
          transform: translateY(-18rem);
  right: 0.5rem;
  background-color: #ffffff;
  padding: 32px 30px;
  min-width: 300px;
  -webkit-box-shadow: 0 20px 30px 0 rgba(66, 90, 165, 0.2);
          box-shadow: 0 20px 30px 0 rgba(66, 90, 165, 0.2);
  opacity: 0;
  -webkit-transition: opacity 0.35s linear, -webkit-transform 0.3s linear;
  transition: opacity 0.35s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, opacity 0.35s linear;
  transition: transform 0.3s linear, opacity 0.35s linear, -webkit-transform 0.3s linear;
  visibility: hidden;
  z-index: 100; }
  @media (max-width: 1023px) {
    .header__loginDropdown {
      min-width: 230px;
      padding: 34px 30px;
      -webkit-transform: translateY(0) translateX(8.3rem);
              transform: translateY(0) translateX(8.3rem); } }

.header__loginDropdown.-isOpen {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
  -webkit-transition: opacity 0.35s linear, -webkit-transform 0.3s linear;
  transition: opacity 0.35s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, opacity 0.35s linear;
  transition: transform 0.3s linear, opacity 0.35s linear, -webkit-transform 0.3s linear; }
  @media (max-width: 1023px) {
    .header__loginDropdown.-isOpen {
      -webkit-transform: translateY(0.5rem) translateX(8.3rem);
              transform: translateY(0.5rem) translateX(8.3rem); } }

.header__loginArrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.header__loginArrow svg {
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  -webkit-backface-visibility: visible;
          backface-visibility: visible; }

.header__loginArrow.-isOpen svg {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg); }

.header__loginDropdown form .formBox__group {
  margin-bottom: 28px; }

.header__loginDropdown form .formBox__group:nth-last-child(3) {
  margin-bottom: 16px; }

.header__loginDropdown form .formBox__group:last-of-type {
  margin-bottom: 16px; }

.header__loginDropdown .link {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  color: #425aa5; }

/* Lang */
.header__dropdowns .header__langTrigger {
  background-color: #ffffff;
  color: #425aa5;
  padding: 6px 6px 6px 13px; }

.header__dropdowns .header__langTrigger {
  background-color: #fff;
  color: #425aa5;
  padding: 6px 8px 6px 18px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 3px 10px 0 rgba(66, 90, 165, 0.1);
          box-shadow: 0 3px 10px 0 rgba(66, 90, 165, 0.1);
  border-radius: 2px;
  font-size: 0.8125rem;
  font-weight: normal; }

.header__langDropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  z-index: 100;
  -webkit-transform: translateY(-18rem);
          transform: translateY(-18rem);
  right: 0;
  background-color: #fff;
  padding: 15px 10px;
  -webkit-box-shadow: 0 15px 30px 0 rgba(66, 90, 165, 0.2);
          box-shadow: 0 15px 30px 0 rgba(66, 90, 165, 0.2);
  opacity: 0;
  -webkit-transition: opacity 0.35s linear, -webkit-transform 0.3s linear;
  transition: opacity 0.35s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, opacity 0.35s linear;
  transition: transform 0.3s linear, opacity 0.35s linear, -webkit-transform 0.3s linear; }
  @media (max-width: 1023px) {
    .header__langDropdown {
      padding: 10px;
      right: initial;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-transform: translateY(1rem) translateX(10rem);
              transform: translateY(1rem) translateX(10rem); } }

.header__langDropdown.-isOpen {
  opacity: 1;
  right: 0;
  -webkit-transform: translateY(0.5rem);
          transform: translateY(0.5rem); }
  @media (max-width: 1023px) {
    .header__langDropdown.-isOpen {
      right: initial;
      -webkit-transform: translateY(1rem) translateX(-6.5rem);
              transform: translateY(1rem) translateX(-6.5rem); } }

.header__langDropdown .lang {
  padding: 4px 14px;
  margin-bottom: 8px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  font-size: 0.875rem;
  letter-spacing: 0.2px;
  color: #425aa5; }
  @media (max-width: 1023px) {
    .header__langDropdown .lang {
      margin-bottom: 0; } }

.header__langDropdown .lang:hover {
  background-color: #eff1f3; }

.header__langDropdown .lang:last-of-type {
  margin-bottom: 0; }

.header__langArrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.header__langArrow svg {
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  -webkit-backface-visibility: visible;
          backface-visibility: visible; }

.header__langArrow.-isOpen svg {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg); }

.desktop {
  display: initial; }
  @media (max-width: 1023px) {
    .desktop {
      display: none; } }

.mobile {
  display: none; }
  @media (max-width: 1023px) {
    .mobile {
      display: inherit; } }

.footer {
  padding-top: 54px;
  background-color: #f7f8fd;
  position: relative; }

.footer__scrollTop {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -20px;
  right: 5rem;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-blend-mode: overlay, normal;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff)), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff), linear-gradient(#ffffff, #ffffff);
  -webkit-box-shadow: 0 8px 15px 0 rgba(66, 90, 165, 0.14);
          box-shadow: 0 8px 15px 0 rgba(66, 90, 165, 0.14);
  -webkit-transition: -webkit-box-shadow 0.3s linear;
  transition: -webkit-box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear, -webkit-box-shadow 0.3s linear; }

.footer__scrollTop:hover {
  -webkit-box-shadow: 0 10px 15px 2px rgba(66, 90, 165, 0.14);
          box-shadow: 0 10px 15px 2px rgba(66, 90, 165, 0.14); }

.footer__scrollTop svg {
  fill: #425aa5;
  height: auto;
  width: 16px; }

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 33px; }
  @media (max-width: 1023px) {
    .footer__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (max-width: 1023px) {
    .footer__contact {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.footer__content .footer__contact .footer__logo {
  margin-right: 80px; 
  background-image: url('/images/uvodni/logo-jmnet-transparent.png');
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat; 
  }
  @media (max-width: 1023px) {
    .footer__content .footer__contact .footer__logo {
      margin-right: 0;
      margin-top: 22px; } }
.footer__content .footer__contact .footer__logo__networks {
  margin-right: 80px; 
  background-image: url('/images/uvodni/logo-networks-transparent.png');
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat; 
  }
  @media (max-width: 1023px) {
    .footer__content .footer__contact .footer__logo__networks {
      margin-right: 0;
      margin-top: 22px; } }

.footer__content .footer__contact .footer__logo img {
  height: auto;
  max-width: 125px;
  width: 100%; }

@media (max-width: 1023px) {
  .footer__content .footer__contact .footer__contactText {
    text-align: center; } }

.footer__content h4 {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.13;
  color: #425aa5;
  margin: 0;
  margin-bottom: 26px; }

.footer__content .footer__contact .footer__contactText .address {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.3px;
  color: #425aa5;
  margin-bottom: 5px; }

.footer__content .footer__contact .footer__contactText .open {
  font-size: 1rem;
  font-weight: normal;
  line-height: 2;
  color: #425aa5; }

.footer__content .footer__contact .footer__contactText .open span.bold {
  font-weight: bold; }

.footer__content .footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media (max-width: 1023px) {
    .footer__content .footer__links {
      -ms-flex-pack: distribute;
          justify-content: space-around;
      width: 85%;
      margin-top: 50px; } }

.footer__content .footer__links .footer__linksCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 100px; }
  @media (max-width: 1023px) {
    .footer__content .footer__links .footer__linksCol {
      margin-right: 0; } }

.footer__content .footer__links .footer__linksCol:last-of-type {
  margin-right: 0; }

.footer__content .footer__links .footer__linksCol a {
  font-size: 1rem;
  line-height: 1.13;
  text-decoration: none;
  font-weight: normal;
  color: #425aa5;
  margin-bottom: 16px; }
  .footer__content .footer__links .footer__linksCol a:hover {
    text-decoration: underline; }

.footer__content .footer__links .footer__linksCol a:last-of-type {
  margin-bottom: 0; }

.footer__content .footer__info {
  padding: 24px 31px 42px 31px;
  border-radius: 2px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 16px 18px 0 rgba(66, 90, 165, 0.15);
          box-shadow: 0 16px 18px 0 rgba(66, 90, 165, 0.15);
  max-width: 221px; }
  @media (max-width: 1023px) {
    .footer__content .footer__info {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      min-width: 100%;
      margin-top: 1.25rem; } }

.footer__content .footer__info h4 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.13;
  color: #425aa5;
  margin: 0;
  margin-bottom: 21px; }

.infoItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px; }

.infoItem:last-of-type {
  margin-bottom: 0; }

.infoItem a {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.3px;
  color: #425aa5;
  margin-left: 16px; }

.infoItem .circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #425aa5;
  border-radius: 50%;
  height: 23px;
  min-width: 23px;
  width: 23px; }

.infoItem .circle img {
  height: auto;
  max-width: 15px;
  width: 100%; }

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 19px 0 16px; }

@font-face {
  font-family: 'Inspirum Font';
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABRcABEAAAAAHqgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABgAAAABwAAAAcdB5r60dERUYAAAGcAAAAHAAAAB4AJwArT1MvMgAAAbgAAABYAAAAYKPIqPhjbWFwAAACEAAAAMQAAAHSgg5x+mN2dCAAAALUAAAAUgAAAFIZxxHWZnBnbQAAAygAAAGxAAACZVO0L6dnYXNwAAAE3AAAAAgAAAAIAAAAEGdseWYAAATkAAALBAAAEABaqz1qaGVhZAAAD+gAAAA2AAAANgcHAIhoaGVhAAAQIAAAAB8AAAAkEKMFkmhtdHgAABBAAAAAewAAAJR+ZQNCbG9jYQAAELwAAAA1AAAATF7WYxBtYXhwAAAQ9AAAACAAAAAgAT8BBG5hbWUAABEUAAACAgAABM5YJ6a1cG9zdAAAExgAAACSAAAA89/BziFwcmVwAAATrAAAAKYAAAEvRq8ZE3dlYmYAABRUAAAABgAAAAZh11j3AAAAAQAAAADUUbVqAAAAAMqvpCoAAAAA1R0SVnjaY2BkYGDgAWIxIGZiYARCFSBmAfMYAAUqAFN42mNgZl7ItIeBlYGFdRarMQMDozyEZr7IkMbEwMDAxMDBzAaiWBYwMPwPYFCpZoCCgMigYAYFBl7VP2xp/9IYGDhmMeUqMDBOBsmx2LJ6AikgFwCd4A4BeNpjYGBgZoBgGQZGBhA4A+QxgvksDBuAtAaDApDFwcALpD0ZAhiCGcIZkhhSGTIZChiKGUoZyhkqGRYocCnoK8Sr/vn/H6gDWWUiUGUGQy5DEVwlA0zl/6//H//f/X/r/83/N/xf/n/p/8X/F/yf/3/e/7n/5/wveyB+//P9I7c0oK4iCjCyMcCVMzIBCSZ0BRCvEgVYIBQrAwPQVAZ2uDgHJwMDFwMDNw/Ip3z8AgyCQgzCDCIMogxUBmJk6QIAKrM01AAABCcFLgCSATAAfwCJAJoA4gEAASkAdAEcASoAjQC7AMQAzgDiARwBJgB0AMAAsQCEARkBDwCzAP4ApADuAKAAyQEUALYAmAB6AJwBFwBEBREAAHjaXVG7TltBEN0NDwOBxNggOdoUs5mQxnuhBQnE1Y1iZDuF5QhpN3KRi3EBH0CBRA3arxmgoaRImwYhF0h8Qj4hEjNriKI0Ozuzc86ZM0vKkap36WvPU+ckkMLdBs02/U5ItbMA96Tr642MtIMHWmxm9Mp1+/4LBpvRlDtqAOU9bykPGU07gVq0p/7R/AqG+/wf8zsYtDTT9NQ6CekhBOabcUuD7xnNussP+oLV4WIwMKSYpuIuP6ZS/rc052rLsLWR0byDMxH5yTRAU2ttBJr+1CHV83EUS5DLprE2mJiy/iQTwYXJdFVTtcz42sFdsrPoYIMqzYEH2MNWeQweDg8mFNK3JMosDRH2YqvECBGTHAo55dzJ/qRA+UgSxrxJSjvjhrUGxpHXwKA2T7P/PJtNbW8dwvhZHMF3vxlLOvjIhtoYEWI7YimACURCRlX5hhrPvSwG5FL7z0CUgOXxj3+dCLTu2EQ8l7V1DjFWCHp+29zyy4q7VrnOi0J3b6pqqNIpzftezr7HA54eC8NBY8Gbz/v+SoH6PCyuNGgOBEN6N3r/orXqiKu8Fz6yJ9O/sVoAAAAAAQAB//8AD3jafVcLcFTVGT5n72vfua/du8luNrnJhg2sZMluQrI0IVgCIUGivLWASkQhPsZXMurQUqsdtSU6akuH6qjjlKCCj3MuQQVsjXYcxzodrTOgjjpOoZ2y8pj6mookl/7n3t1EGdvLkHvuyWb3/x7n/79FHtSNkGeTsBpxSEJNFKNshyXx6VM5Kgofd1icB5aIcmxbYNuWJDZOdFiY7ecVU2kwFbPbU2un8E57i7D6273d/F8RQhgthPe9U2hCAZRBVgChDEWBIvHlLN4Daw7WYg6TYJbgI9SrF2kIZ9Cc5i6spNtMQ1IMyVw4MqJ5ovr27frkZ0Mmz5tDQ+bZCXMI3h550CKE+Bvh/WWUQNcgSy5/QjhnCewTElzRXcBHjQUVWQhlaJArYlLtfGRILxIlR0IyjeEM9YaKNAn3WEhRabiiUEA0iBSV4AJNyLDl8RYK5eJy0YjOZzCrEOdzc9vm49aWGRm8iFXb8vkX9sTbz7yjTY7iJ65vv7EmVHHXtn63ePLcgcP2CnPIc1gJzLg+N3wLcnhadu4zvlLoRll0E7LiDEUKKudY5U65c7IEHaEqlKvKdBarEchqhrsKBe5L1phNKaNAZin7fVwknprNHmLqPtEblWCJaCoOMJIFElT2S95YTa3zak4lIuDRWlL5XNTQpHQTrq8TpTCO6FEjCT/5+roZaa4N1lMI4TXLcPSrq17ti+xcnl47q3mgyRvY+NLRZ+2/f3Pze72RXSsaNza3bGkMqj/ddWaE+/oJkjDsY5HXfN5QuLKrunP9dXe+9uu9f6xLYDX2mj8gB42euouHBx6kCJ87hpC3HrSMoTFkGYwDVcvnwWSw8oXzeSasxYXkXA4sU5mlVThD5lYd/PPsk1EUyfiJ0RQmsXEqVJ4h/PjB1986tYJtC0SDfX2c+qvOCMQ3frDz2lOTzutV2FfGaSB+hgTH0Uu84A8EFT3WVLrwgiAv+NiequnG1Da7yIIqjCgyFMYgwQqRgEeOORbncSsYQnPsi01cD/+rNfwv/X4clXEb9uNsxZmHdLxdW2PvsI/aH1fYH8DtFv7A8HB84gXuU89EDbc8Dg9nB7hnJtbyj5d8Dv7YyHeiajQL3ek6hBh5aopFK8qYigA1MoaFJBbHuIa4DD7nRDBOxjFOMlgkSZmmgDEuR/VgkV4A3kmCd6xAMFQoFEhKsfxynK10lRox5n0OTEN1WBJJoYEg3GWVhABpW0vKBC+AWSpwWpkP7ohG4CAI6TAYaEaDHmV2aXWstAh34PbLNs3qic8bXfm3gWMfjWj2S+0dLw8+9AhOdLbP/1njwJ5sUDl+8NC6X2z1ie/68Uwjuf/lyTfMoeiji9bc/eTSi5c2H6uprOx1eeCBh3XCWaSierQeWWGGPQokSAx7rVgkKEtxAHCnskQ5QjXA7ckRTaYJwBsA3A1wT2gATAozjNEwaKgUSK1COb5QoEiCZ5WdirYGxXCgVWMZsYOg4PI56MQOeInX8W/DXY9d+urz9okTW85twon661pmrqvXjP4N87bmhVtujU4eEBf1Hf5ovf2V/UZzvaCene+XDbVnbHBo9JEVC1xMXec+474EbaOoFl2JLJ1hCgEmnmGKg56GT+dBT4PpaTp6+gGXkSN+t29JgKuO9QQ/6MmH9IIrmawwhCHdRehTiMxwtcrIAWVGXJ0ijmjYdCGFcReuOvvp+OSWnY/8mHb1HB06fhbX4Dv6L5+5KiXH8O+W4yrccfiLn1/42Gg6dnND/mN8cO+vdK39IbePtSEkxEGfJNqMrCRzqeye2wo1AefW8jNMAIRwWcoznWqcPhwHPEKOxGWqAY4w4KmFuwYGHANMiWqniRms1WGoEZ4oB/vEU27HZa2YDc10m+KCYQ9t0JDxjnDfnst2vzCiTX6hjXQv+9ED89gSGvKhOkeixb17dk3uZpPFs/S6wTUdk7eW5wubX7eJIvKhCFqJLF95vkg5Vx4YK5YAC6JlacgPeKIOHhHwyDkiytQfKhJ/lhoAR8Rgu5DmHC2kuM23XL1kai1zGQBdBDUWOkWzGq/sa+65pm9Oz2YobRKKnbjUHBLWLh7sbVm0eYk7X6X3wTtz0IPImuN0gjq3U47phpmCPj9dKE3MBAV87EmogBfNZH5qduqdDfXOlp3DUQvLWtdXcHpoDu6zWeGCCK5qUMZ89ammLBsftSoJwpRRxiqihlnnKMRgWWIQIE5Bc3X5X+p878FB3du+gQzc8Ju2Va9fBYLpk19qI4suKjzQ4S57+trv7Xa1c+h4dPXixav7l02rd8PmVfOZemx906b+bldJhych7fTPQWRVM19WuL4MK3HmyzJHJOoyRIQ86yuYJB1+qoCUKpmqQEYISKmBe9UUKSqQIivxxBQFVAydT0Dk/6At41zS23JP7/fB7f1DGdjNV/X2OmA8qBN64DzAEkImmldKVcp3+gUmdU6TgGNEwrJjPS8UXQ93A9odDUCjQ+VOwLvtLVXq2tPNDWJAJ06cKOKQffw/p+xzOLH96ubVyUjivsHs6hqjCj+6Dit47tEP1tvf2m/94/RjeyNqOx0c3vV8VO1+cSPUadpr+LugTgM1ouFSNouX62RcN0xz3QAtwcg6RysC032mwzrMKRLLEV2mZol4lnz0KeJNZZ9PjkQd3mXGO4bWRzmDKaAVnCY+rcBUG2eJ7fxObo6M6HhJoe+5Da+8Yn9+MrehiUmCd8y5vKF1U52cXDXQunWu/Zc6fjfTZVn/J5+st7+x3w4H7GLdkKc9FIqoreMbhvc87fZ0x2/cMGCvREPIqix3DWMasMpNE2GpPn9m3wI17MtgUuVAjwL0qEzDDHdFkcbhHp3CHVacCU1CKvEBdBYBqQd+QXlOYYfyvLPH1ZeS3Xdsl9m2Mr02VflKlRQWq7trntUm3yu77pKlUc1+/4DHs2R+uQ9idCHMqF8Cniz6WTmfgpIcAxAE6cTaIwqVfNNBNTgdVIM/HFS54HeDqu+8oCop+72RclANqhbyqU5TcbvkD4VV8QfD6oXHP+ynq7yjHTXd1TOW1wj8qof3j/z7o8FDC32j88yLG2dfkuK4jTuevo+ru3unWXcOaX/ySgG/3KBm+y8Z+P3tDz6eTqJz2gE/XHKj1nX56vUPMD68cAY/dPS9FlkR1k+UPBWBEsflFaApZkIHnSZDAjnLwx5DeUff2BHKAUGcTH2lacf09XFOGosUXIUVlQ0KJMJmWK10wcOkcI9paWiUEler4oVxsXR56+1tz2h434huv1y4iF6z+yluDMZb812393d7RkrDg7n30IueNsjbxxESP+HTcD7fQU6KtBQ1kmeJG2q1JG8oX87cwQonc8eytLKUufHJJ50MHYUMbUDmTjiZu/OO03PczC3BvjhO9WrI3BEI4w+fDk5lbm2c+pKw74U/uOf0Fc6+AvsyZPSaMyQwjhb4eUGE6C1D8J5O3XiBDNuSl/2CZfJI1Gg673KCeSmKa3nnXymJc/WciWM6Pqhvfb/ixOlT8uvbdLxZu9T+p330sPwuZPC3ga1btcl1XGbisGdUg/XEFZ7nJldyTwJXJ+0F/HLgKo7akSutr8SNNwDcEBlGvAT2T2RpNXyFpQZUSLQCQYolBHVHvXJRbkGOcOk2cOt8+Fqg6/iAfsdp+cRtGr5a+4l9cBW9d/H98xp797RH5mr2Nre0gudNp6x1X79ZX/NUbTbUfQHf555PuPg01MehNLIQ05IViQnPjuMYF0ISnyndqOB8x26Gr+3sT85+iP4L19lVpAABAAAAAQDFjTYuTF8PPPUAHwgAAAAAAMqvpCoAAAAA1R0SVv/j/kAIIwYGAAEACAACAAAAAAAAeNpjYGRg4Jj1dzKQZPn/+P9VDmUGoAgKUAUAmo0GRwB42mN6w+DCAAVM0kC8j8GZpYzBlSWYwZf9x//HLD1A9lwGFhYFBntWNwZzplUMzhwsDM6sIUB1FQy2LIcZFJlbGJyZ1zE4snIycLAd/f+CxfL/G5BZzMwMDGxsCJqJiYGBsRGIGSGY4QCQNgHSoRAaJMeizsAAAIJjFhQAeNpjYGDQgcIYhgOMTowXmEKY9jGrMPcw32EpYLnGqsW6gk2AbQbbL/YJ7A/wQQ4GANmYF5IAAAAAAQAAACUAMQACAAAAAAACAAEAAgAWAAABAADPAAAAAHjanVPLThRRED2XiwgEZ4EJMaxuZgWJDo0QjbMwAgkJBCEKAbY9TCOtLYPTDcqWr3HtkhVLHnsSfoEPYO251TVPIJOQzq0+tx6nqquqAbzELSxM/xCAvzw5NnjFW477MIgzxRYfca64H0UzoPgZxs2E4gE4M6/4ObZNRfEgCuZU8RBxg2eE/teKXxhn7hQXMGvHFI+iaJcVn2PMJoovENgTxZco2H+KrzBsteYbi3F7iQXUcIBj1BHjG/aQwWECO5jk+y0CTPNxWMZnynX6JojEI8Y+dnn/hO/4iVQtJUYmjH1Nn9/0ycjo8JWWlKeOI8oqNYv035dcqwgZ7zmLxDXqYnLE1DpsUP+HmiJ5H7PNS+aqVNioryy8D/u7ZkS57Qt7e29K/SntvnLHmBJjA8x0xTYi3zQje3M7WlJKb82YJaQuYldC4h/U1djp7hmUuu6dNz/HjHMtY4rP/Qlt0CPP2ZrEuuTJODefN2pWlUjtEb1Snd4hcVX64WTCkUQvYYXvNWaNpEMt5pUOBr8bD3XTH9dWWWfeVo+OeGJaQ1R0G1ubFkreOXwRnMmMO3uRktPv+gF1KTOmwlViHXXu/xTrX2S9T4npPectairy1+R9yXdoS7s6R/66aD9QBpRl4oByFu+au/peOr/LDIfkzKSGvIvtk/xFa0yLn2PyH8FsvSAAAHjabcrLDsFQGMTxmZbWXXkHO4vTU6cuu0bbSFi4hIjYIxGxsfBoXk6U8y39N79kMnDw6/1ChH/1ADp04aJfPGJMkCLDDHMssMQKa2ywxQ57HHBkiWV69FlhlTXW2WCTLbYZsMOud7o+7+fQf9wuSqnUmqivuhjEUNRiJA5EI8biUByJYzGx6txqrCaffgDDcCxxAAB42j3NOQ7CMBQE0DiLszuLHTqk0CH5GiRNGkQVI86BKGko4Sw/VNwORshxN2+KmQ/7Pog9vYmS47ww9jLLyPW8o9pMpE4Id7Mlri+zR0E/UKAPFPbDOxC+/iMCwhUciG4WMcD3FgkQS4sUSGqLDEjXgRzILBgV9rBEW5x9vQTjFRRgmTtWoNg41mDVOTZgrRxbsJGOEmwrRwVK4diBytGQ0j+NOVLnAAAAAVj3YdYAAA==) format("woff");
  font-weight: bold;
  font-style: normal; }

.footer__inspiLink {
  font-weight: bold;
  margin-top: -1px;
  font-family: 'Inspirum Font', serif;
  text-transform: lowercase;
  -webkit-transition: none;
  transition: none; }
  .footer__inspiLink:hover {
    text-decoration: none;
    color: #009e84; }

.footer__inspi,
.footer__rights {
  font-size: 0.875rem;
  letter-spacing: 0.2px;
  color: #425aa5; }

@media (max-width: 767px) {
  .footer__rights {
    text-align: center; } }

.footer__desktopSwitcher {
  cursor: pointer;
  padding-bottom: 1rem;
  padding-top: 2rem;
  text-align: center; }

.desktop {
  display: initial; }
  @media (max-width: 1023px) {
    .desktop {
      display: none; } }

.mobile {
  display: none; }
  @media (max-width: 1023px) {
    .mobile {
      display: inherit; } }

.page {
  margin-bottom: 2rem; }

.page__headerWrapper {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f7fd), to(#e9edf9));
  background-image: linear-gradient(to bottom, #f6f7fd, #e9edf9);
  width: 100%; }

.page__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1023px) {
    .page__header {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.page__headerShadowImage {
  overflow: hidden;
  position: relative;
  width: 200px; }
  .page__headerShadowImage svg {
    position: absolute;
    top: 15%;
    right: 0;
    width: 100%;
    height: auto; }
    .page__headerShadowImage svg path {
      fill: #cad0e8; }

.page__contentBackground {
  border-radius: 4px;
  padding: 1rem 3rem; }
  .page__contentBackground + .page__contentBackground {
    margin-top: 2rem; }
  @media (max-width: 767px) {
    .page__contentBackground {
      margin-left: -1rem;
      margin-right: -1rem;
      padding-left: 1rem;
      padding-right: 1rem; } }
  .page__contentBackground.-green {
    background-color: rgba(99, 173, 33, 0.03); }
  .page__contentBackground.-blue {
    background-color: rgba(66, 90, 165, 0.03); }
  .page__contentBackground.-cyan {
    background-color: rgba(64, 168, 161, 0.03); }
  .page__contentBackground.-purple {
    background-color: rgba(170, 71, 173, 0.03); }

.page__title {
  padding-bottom: 2rem;
  margin-top: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  @media (max-width: 1023px) {
    .page__title {
      padding-left: 0; } }
  @media (min-width: 1024px) {
    .page__title.-withMenu {
      padding-left: 24rem; } }

.page__titleHeadline {
  font-size: 2.125rem;
  font-weight: bold;
  line-height: 1.4;
  color: #425aa5; }

.page__breadcrumbs a {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #202d64; }

.page__breadcrumbs a {
  text-decoration: underline; }
  .page__breadcrumbs a:last-of-type {
    text-decoration: none; }

.page__nav {
  padding: 25px 20px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 20px 30px 0 rgba(66, 90, 165, 0.2);
          box-shadow: 0 20px 30px 0 rgba(66, 90, 165, 0.2);
  position: absolute;
  top: 10rem;
  max-width: 20rem;
  min-width: 20rem;
  width: 20rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 1023px) {
    .page__nav {
      position: initial;
      margin: 1rem 0 !important;
      max-width: initial;
      min-width: initial;
      width: 100%; } }
  .page__nav.-fixed {
    position: fixed;
    top: 48px; }
  .page__nav.-bottom {
    position: absolute; }

.page__nav .page__navItemLink {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #425aa5;
  width: 100%;
  text-decoration: none; }

.page__nav .page__navItemLink.-isSelected {
  font-weight: bold; }

.page__nav .page__navItemLink.-isSelected .page__navItem {
  background-color: #f7f8fd; }

.page__navItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 22px;
  min-height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear; }
  .page__navItem:hover {
    background-color: #eff1f3; }

.page__content {
  padding-top: 1px;
  min-height: 300px; }
  .page__content.-colored {
    background-color: #f7f8fd; }

.toggleGuide {
  cursor: pointer; }

.toggleGuideContent {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s linear, padding-left 0.3s linear, padding-top 0.3s linear;
  transition: max-height 0.3s linear, padding-left 0.3s linear, padding-top 0.3s linear; }

.toggleGuideContent.-isOpen {
  max-height: 36rem;
  padding-top: 0.5rem;
  padding-left: 0.75rem; }

.toggleGuideArrow {
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear; }

.toggleGuideArrow.-isOpen {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg); }

/* ==========================================================================
    GRIDLEX
    Just a Flexbox Grid System - v. 2.7.1
========================================================================== */
[class~="grid"],
[class*="grid-"],
[class*="grid_"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -0.5rem; }

[class~="col"],
[class*="col-"],
[class*="col_"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.5rem 1rem;
  max-width: 100%; }

[class~="col"],
[class*="col_"] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%; }

[class*="col-"] {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none; }

[class~="grid"][class~="col"],
[class~="grid"][class*="col-"],
[class~="grid"][class*="col_"],
[class*="grid-"][class~="col"],
[class*="grid-"][class*="col-"],
[class*="grid-"][class*="col_"],
[class*="grid_"][class~="col"],
[class*="grid_"][class*="col-"],
[class*="grid_"][class*="col_"] {
  margin: 0;
  padding: 0; }

/************************
    HELPERS SUFFIXES
*************************/
[class*="grid-"][class*="-noGutter"] {
  margin: 0; }
  [class*="grid-"][class*="-noGutter"] > [class~="col"],
  [class*="grid-"][class*="-noGutter"] > [class*="col-"] {
    padding: 0; }

[class*="grid-"][class*="-noWrap"] {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

[class*="grid-"][class*="-center"] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

[class*="grid-"][class*="-right"] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: auto; }

[class*="grid-"][class*="-top"] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

[class*="grid-"][class*="-middle"] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

[class*="grid-"][class*="-bottom"] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

[class*="grid-"][class*="-reverse"] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

[class*="grid-"][class*="-column"] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  [class*="grid-"][class*="-column"] > [class*="col-"] {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }

[class*="grid-"][class*="-column-reverse"] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

[class*="grid-"][class*="-spaceBetween"] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

[class*="grid-"][class*="-spaceAround"] {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

[class*="grid-"][class*="-equalHeight"] > [class~="col"],
[class*="grid-"][class*="-equalHeight"] > [class*="col-"],
[class*="grid-"][class*="-equalHeight"] > [class*="col_"] {
  -ms-flex-item-align: stretch;
      align-self: stretch; }
  [class*="grid-"][class*="-equalHeight"] > [class~="col"] > *,
  [class*="grid-"][class*="-equalHeight"] > [class*="col-"] > *,
  [class*="grid-"][class*="-equalHeight"] > [class*="col_"] > * {
    height: 100%; }

[class*="grid-"][class*="-noBottom"] > [class~="col"],
[class*="grid-"][class*="-noBottom"] > [class*="col-"],
[class*="grid-"][class*="-noBottom"] > [class*="col_"] {
  padding-bottom: 0; }

[class*="col-"][class*="-top"] {
  -ms-flex-item-align: start;
      align-self: flex-start; }

[class*="col-"][class*="-middle"] {
  -ms-flex-item-align: center;
      align-self: center; }

[class*="col-"][class*="-bottom"] {
  -ms-flex-item-align: end;
      align-self: flex-end; }

[class*="col-"][class*="-first"] {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

[class*="col-"][class*="-last"] {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

/************************
    GRID BY NUMBER
*************************/
[class*="grid-1"] > [class~="col"],
[class*="grid-1"] > [class*="col-"],
[class*="grid-1"] > [class*="col_"] {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%; }

[class*="grid-2"] > [class~="col"],
[class*="grid-2"] > [class*="col-"],
[class*="grid-2"] > [class*="col_"] {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%; }

[class*="grid-3"] > [class~="col"],
[class*="grid-3"] > [class*="col-"],
[class*="grid-3"] > [class*="col_"] {
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
  max-width: 33.33333%; }

[class*="grid-4"] > [class~="col"],
[class*="grid-4"] > [class*="col-"],
[class*="grid-4"] > [class*="col_"] {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%; }

[class*="grid-5"] > [class~="col"],
[class*="grid-5"] > [class*="col-"],
[class*="grid-5"] > [class*="col_"] {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  max-width: 20%; }

[class*="grid-6"] > [class~="col"],
[class*="grid-6"] > [class*="col-"],
[class*="grid-6"] > [class*="col_"] {
  -ms-flex-preferred-size: 16.66667%;
      flex-basis: 16.66667%;
  max-width: 16.66667%; }

[class*="grid-7"] > [class~="col"],
[class*="grid-7"] > [class*="col-"],
[class*="grid-7"] > [class*="col_"] {
  -ms-flex-preferred-size: 14.28571%;
      flex-basis: 14.28571%;
  max-width: 14.28571%; }

[class*="grid-8"] > [class~="col"],
[class*="grid-8"] > [class*="col-"],
[class*="grid-8"] > [class*="col_"] {
  -ms-flex-preferred-size: 12.5%;
      flex-basis: 12.5%;
  max-width: 12.5%; }

[class*="grid-9"] > [class~="col"],
[class*="grid-9"] > [class*="col-"],
[class*="grid-9"] > [class*="col_"] {
  -ms-flex-preferred-size: 11.11111%;
      flex-basis: 11.11111%;
  max-width: 11.11111%; }

[class*="grid-10"] > [class~="col"],
[class*="grid-10"] > [class*="col-"],
[class*="grid-10"] > [class*="col_"] {
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
  max-width: 10%; }

[class*="grid-11"] > [class~="col"],
[class*="grid-11"] > [class*="col-"],
[class*="grid-11"] > [class*="col_"] {
  -ms-flex-preferred-size: 9.09091%;
      flex-basis: 9.09091%;
  max-width: 9.09091%; }

[class*="grid-12"] > [class~="col"],
[class*="grid-12"] > [class*="col-"],
[class*="grid-12"] > [class*="col_"] {
  -ms-flex-preferred-size: 8.33333%;
      flex-basis: 8.33333%;
  max-width: 8.33333%; }

@media (max-width: 1799px) {
  [class*="_lg-1"] > [class~="col"],
  [class*="_lg-1"] > [class*="col-"],
  [class*="_lg-1"] > [class*="col_"] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  [class*="_lg-2"] > [class~="col"],
  [class*="_lg-2"] > [class*="col-"],
  [class*="_lg-2"] > [class*="col_"] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  [class*="_lg-3"] > [class~="col"],
  [class*="_lg-3"] > [class*="col-"],
  [class*="_lg-3"] > [class*="col_"] {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [class*="_lg-4"] > [class~="col"],
  [class*="_lg-4"] > [class*="col-"],
  [class*="_lg-4"] > [class*="col_"] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  [class*="_lg-5"] > [class~="col"],
  [class*="_lg-5"] > [class*="col-"],
  [class*="_lg-5"] > [class*="col_"] {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%; }
  [class*="_lg-6"] > [class~="col"],
  [class*="_lg-6"] > [class*="col-"],
  [class*="_lg-6"] > [class*="col_"] {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [class*="_lg-7"] > [class~="col"],
  [class*="_lg-7"] > [class*="col-"],
  [class*="_lg-7"] > [class*="col_"] {
    -ms-flex-preferred-size: 14.28571%;
        flex-basis: 14.28571%;
    max-width: 14.28571%; }
  [class*="_lg-8"] > [class~="col"],
  [class*="_lg-8"] > [class*="col-"],
  [class*="_lg-8"] > [class*="col_"] {
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
    max-width: 12.5%; }
  [class*="_lg-9"] > [class~="col"],
  [class*="_lg-9"] > [class*="col-"],
  [class*="_lg-9"] > [class*="col_"] {
    -ms-flex-preferred-size: 11.11111%;
        flex-basis: 11.11111%;
    max-width: 11.11111%; }
  [class*="_lg-10"] > [class~="col"],
  [class*="_lg-10"] > [class*="col-"],
  [class*="_lg-10"] > [class*="col_"] {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%; }
  [class*="_lg-11"] > [class~="col"],
  [class*="_lg-11"] > [class*="col-"],
  [class*="_lg-11"] > [class*="col_"] {
    -ms-flex-preferred-size: 9.09091%;
        flex-basis: 9.09091%;
    max-width: 9.09091%; }
  [class*="_lg-12"] > [class~="col"],
  [class*="_lg-12"] > [class*="col-"],
  [class*="_lg-12"] > [class*="col_"] {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%; } }

@media (max-width: 1023px) {
  [class*="_md-1"] > [class~="col"],
  [class*="_md-1"] > [class*="col-"],
  [class*="_md-1"] > [class*="col_"] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  [class*="_md-2"] > [class~="col"],
  [class*="_md-2"] > [class*="col-"],
  [class*="_md-2"] > [class*="col_"] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  [class*="_md-3"] > [class~="col"],
  [class*="_md-3"] > [class*="col-"],
  [class*="_md-3"] > [class*="col_"] {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [class*="_md-4"] > [class~="col"],
  [class*="_md-4"] > [class*="col-"],
  [class*="_md-4"] > [class*="col_"] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  [class*="_md-5"] > [class~="col"],
  [class*="_md-5"] > [class*="col-"],
  [class*="_md-5"] > [class*="col_"] {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%; }
  [class*="_md-6"] > [class~="col"],
  [class*="_md-6"] > [class*="col-"],
  [class*="_md-6"] > [class*="col_"] {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [class*="_md-7"] > [class~="col"],
  [class*="_md-7"] > [class*="col-"],
  [class*="_md-7"] > [class*="col_"] {
    -ms-flex-preferred-size: 14.28571%;
        flex-basis: 14.28571%;
    max-width: 14.28571%; }
  [class*="_md-8"] > [class~="col"],
  [class*="_md-8"] > [class*="col-"],
  [class*="_md-8"] > [class*="col_"] {
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
    max-width: 12.5%; }
  [class*="_md-9"] > [class~="col"],
  [class*="_md-9"] > [class*="col-"],
  [class*="_md-9"] > [class*="col_"] {
    -ms-flex-preferred-size: 11.11111%;
        flex-basis: 11.11111%;
    max-width: 11.11111%; }
  [class*="_md-10"] > [class~="col"],
  [class*="_md-10"] > [class*="col-"],
  [class*="_md-10"] > [class*="col_"] {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%; }
  [class*="_md-11"] > [class~="col"],
  [class*="_md-11"] > [class*="col-"],
  [class*="_md-11"] > [class*="col_"] {
    -ms-flex-preferred-size: 9.09091%;
        flex-basis: 9.09091%;
    max-width: 9.09091%; }
  [class*="_md-12"] > [class~="col"],
  [class*="_md-12"] > [class*="col-"],
  [class*="_md-12"] > [class*="col_"] {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%; } }

@media (max-width: 1199px) {
  [class*="_sd-1"] > [class~="col"],
  [class*="_sd-1"] > [class*="col-"],
  [class*="_sd-1"] > [class*="col_"] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  [class*="_sd-2"] > [class~="col"],
  [class*="_sd-2"] > [class*="col-"],
  [class*="_sd-2"] > [class*="col_"] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  [class*="_sd-3"] > [class~="col"],
  [class*="_sd-3"] > [class*="col-"],
  [class*="_sd-3"] > [class*="col_"] {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [class*="_sd-4"] > [class~="col"],
  [class*="_sd-4"] > [class*="col-"],
  [class*="_sd-4"] > [class*="col_"] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  [class*="_sd-5"] > [class~="col"],
  [class*="_sd-5"] > [class*="col-"],
  [class*="_sd-5"] > [class*="col_"] {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%; }
  [class*="_sd-6"] > [class~="col"],
  [class*="_sd-6"] > [class*="col-"],
  [class*="_sd-6"] > [class*="col_"] {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [class*="_sd-7"] > [class~="col"],
  [class*="_sd-7"] > [class*="col-"],
  [class*="_sd-7"] > [class*="col_"] {
    -ms-flex-preferred-size: 14.28571%;
        flex-basis: 14.28571%;
    max-width: 14.28571%; }
  [class*="_sd-8"] > [class~="col"],
  [class*="_sd-8"] > [class*="col-"],
  [class*="_sd-8"] > [class*="col_"] {
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
    max-width: 12.5%; }
  [class*="_sd-9"] > [class~="col"],
  [class*="_sd-9"] > [class*="col-"],
  [class*="_sd-9"] > [class*="col_"] {
    -ms-flex-preferred-size: 11.11111%;
        flex-basis: 11.11111%;
    max-width: 11.11111%; }
  [class*="_sd-10"] > [class~="col"],
  [class*="_sd-10"] > [class*="col-"],
  [class*="_sd-10"] > [class*="col_"] {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%; }
  [class*="_sd-11"] > [class~="col"],
  [class*="_sd-11"] > [class*="col-"],
  [class*="_sd-11"] > [class*="col_"] {
    -ms-flex-preferred-size: 9.09091%;
        flex-basis: 9.09091%;
    max-width: 9.09091%; }
  [class*="_sd-12"] > [class~="col"],
  [class*="_sd-12"] > [class*="col-"],
  [class*="_sd-12"] > [class*="col_"] {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%; } }

@media (max-width: 767px) {
  [class*="_sm-1"] > [class~="col"],
  [class*="_sm-1"] > [class*="col-"],
  [class*="_sm-1"] > [class*="col_"] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  [class*="_sm-2"] > [class~="col"],
  [class*="_sm-2"] > [class*="col-"],
  [class*="_sm-2"] > [class*="col_"] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  [class*="_sm-3"] > [class~="col"],
  [class*="_sm-3"] > [class*="col-"],
  [class*="_sm-3"] > [class*="col_"] {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [class*="_sm-4"] > [class~="col"],
  [class*="_sm-4"] > [class*="col-"],
  [class*="_sm-4"] > [class*="col_"] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  [class*="_sm-5"] > [class~="col"],
  [class*="_sm-5"] > [class*="col-"],
  [class*="_sm-5"] > [class*="col_"] {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%; }
  [class*="_sm-6"] > [class~="col"],
  [class*="_sm-6"] > [class*="col-"],
  [class*="_sm-6"] > [class*="col_"] {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [class*="_sm-7"] > [class~="col"],
  [class*="_sm-7"] > [class*="col-"],
  [class*="_sm-7"] > [class*="col_"] {
    -ms-flex-preferred-size: 14.28571%;
        flex-basis: 14.28571%;
    max-width: 14.28571%; }
  [class*="_sm-8"] > [class~="col"],
  [class*="_sm-8"] > [class*="col-"],
  [class*="_sm-8"] > [class*="col_"] {
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
    max-width: 12.5%; }
  [class*="_sm-9"] > [class~="col"],
  [class*="_sm-9"] > [class*="col-"],
  [class*="_sm-9"] > [class*="col_"] {
    -ms-flex-preferred-size: 11.11111%;
        flex-basis: 11.11111%;
    max-width: 11.11111%; }
  [class*="_sm-10"] > [class~="col"],
  [class*="_sm-10"] > [class*="col-"],
  [class*="_sm-10"] > [class*="col_"] {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%; }
  [class*="_sm-11"] > [class~="col"],
  [class*="_sm-11"] > [class*="col-"],
  [class*="_sm-11"] > [class*="col_"] {
    -ms-flex-preferred-size: 9.09091%;
        flex-basis: 9.09091%;
    max-width: 9.09091%; }
  [class*="_sm-12"] > [class~="col"],
  [class*="_sm-12"] > [class*="col-"],
  [class*="_sm-12"] > [class*="col_"] {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%; } }

@media (max-width: 575px) {
  [class*="_xs-1"] > [class~="col"],
  [class*="_xs-1"] > [class*="col-"],
  [class*="_xs-1"] > [class*="col_"] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  [class*="_xs-2"] > [class~="col"],
  [class*="_xs-2"] > [class*="col-"],
  [class*="_xs-2"] > [class*="col_"] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  [class*="_xs-3"] > [class~="col"],
  [class*="_xs-3"] > [class*="col-"],
  [class*="_xs-3"] > [class*="col_"] {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [class*="_xs-4"] > [class~="col"],
  [class*="_xs-4"] > [class*="col-"],
  [class*="_xs-4"] > [class*="col_"] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  [class*="_xs-5"] > [class~="col"],
  [class*="_xs-5"] > [class*="col-"],
  [class*="_xs-5"] > [class*="col_"] {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%; }
  [class*="_xs-6"] > [class~="col"],
  [class*="_xs-6"] > [class*="col-"],
  [class*="_xs-6"] > [class*="col_"] {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [class*="_xs-7"] > [class~="col"],
  [class*="_xs-7"] > [class*="col-"],
  [class*="_xs-7"] > [class*="col_"] {
    -ms-flex-preferred-size: 14.28571%;
        flex-basis: 14.28571%;
    max-width: 14.28571%; }
  [class*="_xs-8"] > [class~="col"],
  [class*="_xs-8"] > [class*="col-"],
  [class*="_xs-8"] > [class*="col_"] {
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
    max-width: 12.5%; }
  [class*="_xs-9"] > [class~="col"],
  [class*="_xs-9"] > [class*="col-"],
  [class*="_xs-9"] > [class*="col_"] {
    -ms-flex-preferred-size: 11.11111%;
        flex-basis: 11.11111%;
    max-width: 11.11111%; }
  [class*="_xs-10"] > [class~="col"],
  [class*="_xs-10"] > [class*="col-"],
  [class*="_xs-10"] > [class*="col_"] {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%; }
  [class*="_xs-11"] > [class~="col"],
  [class*="_xs-11"] > [class*="col-"],
  [class*="_xs-11"] > [class*="col_"] {
    -ms-flex-preferred-size: 9.09091%;
        flex-basis: 9.09091%;
    max-width: 9.09091%; }
  [class*="_xs-12"] > [class~="col"],
  [class*="_xs-12"] > [class*="col-"],
  [class*="_xs-12"] > [class*="col_"] {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%; } }

/************************
    COLS SIZES
*************************/
[class~="grid"] > [class*="col-1"],
[class*="grid-"] > [class*="col-1"],
[class*="grid_"] > [class*="col-1"] {
  -ms-flex-preferred-size: 8.33333%;
      flex-basis: 8.33333%;
  max-width: 8.33333%; }

[class~="grid"] > [class*="col-2"],
[class*="grid-"] > [class*="col-2"],
[class*="grid_"] > [class*="col-2"] {
  -ms-flex-preferred-size: 16.66667%;
      flex-basis: 16.66667%;
  max-width: 16.66667%; }

[class~="grid"] > [class*="col-3"],
[class*="grid-"] > [class*="col-3"],
[class*="grid_"] > [class*="col-3"] {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%; }

[class~="grid"] > [class*="col-4"],
[class*="grid-"] > [class*="col-4"],
[class*="grid_"] > [class*="col-4"] {
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
  max-width: 33.33333%; }

[class~="grid"] > [class*="col-5"],
[class*="grid-"] > [class*="col-5"],
[class*="grid_"] > [class*="col-5"] {
  -ms-flex-preferred-size: 41.66667%;
      flex-basis: 41.66667%;
  max-width: 41.66667%; }

[class~="grid"] > [class*="col-6"],
[class*="grid-"] > [class*="col-6"],
[class*="grid_"] > [class*="col-6"] {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%; }

[class~="grid"] > [class*="col-7"],
[class*="grid-"] > [class*="col-7"],
[class*="grid_"] > [class*="col-7"] {
  -ms-flex-preferred-size: 58.33333%;
      flex-basis: 58.33333%;
  max-width: 58.33333%; }

[class~="grid"] > [class*="col-8"],
[class*="grid-"] > [class*="col-8"],
[class*="grid_"] > [class*="col-8"] {
  -ms-flex-preferred-size: 66.66667%;
      flex-basis: 66.66667%;
  max-width: 66.66667%; }

[class~="grid"] > [class*="col-9"],
[class*="grid-"] > [class*="col-9"],
[class*="grid_"] > [class*="col-9"] {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%; }

[class~="grid"] > [class*="col-10"],
[class*="grid-"] > [class*="col-10"],
[class*="grid_"] > [class*="col-10"] {
  -ms-flex-preferred-size: 83.33333%;
      flex-basis: 83.33333%;
  max-width: 83.33333%; }

[class~="grid"] > [class*="col-11"],
[class*="grid-"] > [class*="col-11"],
[class*="grid_"] > [class*="col-11"] {
  -ms-flex-preferred-size: 91.66667%;
      flex-basis: 91.66667%;
  max-width: 91.66667%; }

[class~="grid"] > [class*="col-12"],
[class*="grid-"] > [class*="col-12"],
[class*="grid_"] > [class*="col-12"] {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%; }

[class~="grid"] > [data-push-left*="off-0"],
[class*="grid-"] > [data-push-left*="off-0"],
[class*="grid_"] > [data-push-left*="off-0"] {
  margin-left: 0; }

[class~="grid"] > [data-push-left*="off-1"],
[class*="grid-"] > [data-push-left*="off-1"],
[class*="grid_"] > [data-push-left*="off-1"] {
  margin-left: 8.33333%; }

[class~="grid"] > [data-push-left*="off-2"],
[class*="grid-"] > [data-push-left*="off-2"],
[class*="grid_"] > [data-push-left*="off-2"] {
  margin-left: 16.66667%; }

[class~="grid"] > [data-push-left*="off-3"],
[class*="grid-"] > [data-push-left*="off-3"],
[class*="grid_"] > [data-push-left*="off-3"] {
  margin-left: 25%; }

[class~="grid"] > [data-push-left*="off-4"],
[class*="grid-"] > [data-push-left*="off-4"],
[class*="grid_"] > [data-push-left*="off-4"] {
  margin-left: 33.33333%; }

[class~="grid"] > [data-push-left*="off-5"],
[class*="grid-"] > [data-push-left*="off-5"],
[class*="grid_"] > [data-push-left*="off-5"] {
  margin-left: 41.66667%; }

[class~="grid"] > [data-push-left*="off-6"],
[class*="grid-"] > [data-push-left*="off-6"],
[class*="grid_"] > [data-push-left*="off-6"] {
  margin-left: 50%; }

[class~="grid"] > [data-push-left*="off-7"],
[class*="grid-"] > [data-push-left*="off-7"],
[class*="grid_"] > [data-push-left*="off-7"] {
  margin-left: 58.33333%; }

[class~="grid"] > [data-push-left*="off-8"],
[class*="grid-"] > [data-push-left*="off-8"],
[class*="grid_"] > [data-push-left*="off-8"] {
  margin-left: 66.66667%; }

[class~="grid"] > [data-push-left*="off-9"],
[class*="grid-"] > [data-push-left*="off-9"],
[class*="grid_"] > [data-push-left*="off-9"] {
  margin-left: 75%; }

[class~="grid"] > [data-push-left*="off-10"],
[class*="grid-"] > [data-push-left*="off-10"],
[class*="grid_"] > [data-push-left*="off-10"] {
  margin-left: 83.33333%; }

[class~="grid"] > [data-push-left*="off-11"],
[class*="grid-"] > [data-push-left*="off-11"],
[class*="grid_"] > [data-push-left*="off-11"] {
  margin-left: 91.66667%; }

[class~="grid"] > [data-push-right*="off-0"],
[class*="grid-"] > [data-push-right*="off-0"],
[class*="grid_"] > [data-push-right*="off-0"] {
  margin-right: 0; }

[class~="grid"] > [data-push-right*="off-1"],
[class*="grid-"] > [data-push-right*="off-1"],
[class*="grid_"] > [data-push-right*="off-1"] {
  margin-right: 8.33333%; }

[class~="grid"] > [data-push-right*="off-2"],
[class*="grid-"] > [data-push-right*="off-2"],
[class*="grid_"] > [data-push-right*="off-2"] {
  margin-right: 16.66667%; }

[class~="grid"] > [data-push-right*="off-3"],
[class*="grid-"] > [data-push-right*="off-3"],
[class*="grid_"] > [data-push-right*="off-3"] {
  margin-right: 25%; }

[class~="grid"] > [data-push-right*="off-4"],
[class*="grid-"] > [data-push-right*="off-4"],
[class*="grid_"] > [data-push-right*="off-4"] {
  margin-right: 33.33333%; }

[class~="grid"] > [data-push-right*="off-5"],
[class*="grid-"] > [data-push-right*="off-5"],
[class*="grid_"] > [data-push-right*="off-5"] {
  margin-right: 41.66667%; }

[class~="grid"] > [data-push-right*="off-6"],
[class*="grid-"] > [data-push-right*="off-6"],
[class*="grid_"] > [data-push-right*="off-6"] {
  margin-right: 50%; }

[class~="grid"] > [data-push-right*="off-7"],
[class*="grid-"] > [data-push-right*="off-7"],
[class*="grid_"] > [data-push-right*="off-7"] {
  margin-right: 58.33333%; }

[class~="grid"] > [data-push-right*="off-8"],
[class*="grid-"] > [data-push-right*="off-8"],
[class*="grid_"] > [data-push-right*="off-8"] {
  margin-right: 66.66667%; }

[class~="grid"] > [data-push-right*="off-9"],
[class*="grid-"] > [data-push-right*="off-9"],
[class*="grid_"] > [data-push-right*="off-9"] {
  margin-right: 75%; }

[class~="grid"] > [data-push-right*="off-10"],
[class*="grid-"] > [data-push-right*="off-10"],
[class*="grid_"] > [data-push-right*="off-10"] {
  margin-right: 83.33333%; }

[class~="grid"] > [data-push-right*="off-11"],
[class*="grid-"] > [data-push-right*="off-11"],
[class*="grid_"] > [data-push-right*="off-11"] {
  margin-right: 91.66667%; }

@media (max-width: 1799px) {
  [class~="grid"] > [class*="_lg-1"],
  [class*="grid-"] > [class*="_lg-1"],
  [class*="grid_"] > [class*="_lg-1"] {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%; }
  [class~="grid"] > [class*="_lg-2"],
  [class*="grid-"] > [class*="_lg-2"],
  [class*="grid_"] > [class*="_lg-2"] {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [class~="grid"] > [class*="_lg-3"],
  [class*="grid-"] > [class*="_lg-3"],
  [class*="grid_"] > [class*="_lg-3"] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  [class~="grid"] > [class*="_lg-4"],
  [class*="grid-"] > [class*="_lg-4"],
  [class*="grid_"] > [class*="_lg-4"] {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [class~="grid"] > [class*="_lg-5"],
  [class*="grid-"] > [class*="_lg-5"],
  [class*="grid_"] > [class*="_lg-5"] {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%; }
  [class~="grid"] > [class*="_lg-6"],
  [class*="grid-"] > [class*="_lg-6"],
  [class*="grid_"] > [class*="_lg-6"] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  [class~="grid"] > [class*="_lg-7"],
  [class*="grid-"] > [class*="_lg-7"],
  [class*="grid_"] > [class*="_lg-7"] {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%; }
  [class~="grid"] > [class*="_lg-8"],
  [class*="grid-"] > [class*="_lg-8"],
  [class*="grid_"] > [class*="_lg-8"] {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%; }
  [class~="grid"] > [class*="_lg-9"],
  [class*="grid-"] > [class*="_lg-9"],
  [class*="grid_"] > [class*="_lg-9"] {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; }
  [class~="grid"] > [class*="_lg-10"],
  [class*="grid-"] > [class*="_lg-10"],
  [class*="grid_"] > [class*="_lg-10"] {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%; }
  [class~="grid"] > [class*="_lg-11"],
  [class*="grid-"] > [class*="_lg-11"],
  [class*="grid_"] > [class*="_lg-11"] {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%; }
  [class~="grid"] > [class*="_lg-12"],
  [class*="grid-"] > [class*="_lg-12"],
  [class*="grid_"] > [class*="_lg-12"] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  [class~="grid"] > [data-push-left*="_lg-0"],
  [class*="grid-"] > [data-push-left*="_lg-0"],
  [class*="grid_"] > [data-push-left*="_lg-0"] {
    margin-left: 0; }
  [class~="grid"] > [data-push-left*="_lg-1"],
  [class*="grid-"] > [data-push-left*="_lg-1"],
  [class*="grid_"] > [data-push-left*="_lg-1"] {
    margin-left: 8.33333%; }
  [class~="grid"] > [data-push-left*="_lg-2"],
  [class*="grid-"] > [data-push-left*="_lg-2"],
  [class*="grid_"] > [data-push-left*="_lg-2"] {
    margin-left: 16.66667%; }
  [class~="grid"] > [data-push-left*="_lg-3"],
  [class*="grid-"] > [data-push-left*="_lg-3"],
  [class*="grid_"] > [data-push-left*="_lg-3"] {
    margin-left: 25%; }
  [class~="grid"] > [data-push-left*="_lg-4"],
  [class*="grid-"] > [data-push-left*="_lg-4"],
  [class*="grid_"] > [data-push-left*="_lg-4"] {
    margin-left: 33.33333%; }
  [class~="grid"] > [data-push-left*="_lg-5"],
  [class*="grid-"] > [data-push-left*="_lg-5"],
  [class*="grid_"] > [data-push-left*="_lg-5"] {
    margin-left: 41.66667%; }
  [class~="grid"] > [data-push-left*="_lg-6"],
  [class*="grid-"] > [data-push-left*="_lg-6"],
  [class*="grid_"] > [data-push-left*="_lg-6"] {
    margin-left: 50%; }
  [class~="grid"] > [data-push-left*="_lg-7"],
  [class*="grid-"] > [data-push-left*="_lg-7"],
  [class*="grid_"] > [data-push-left*="_lg-7"] {
    margin-left: 58.33333%; }
  [class~="grid"] > [data-push-left*="_lg-8"],
  [class*="grid-"] > [data-push-left*="_lg-8"],
  [class*="grid_"] > [data-push-left*="_lg-8"] {
    margin-left: 66.66667%; }
  [class~="grid"] > [data-push-left*="_lg-9"],
  [class*="grid-"] > [data-push-left*="_lg-9"],
  [class*="grid_"] > [data-push-left*="_lg-9"] {
    margin-left: 75%; }
  [class~="grid"] > [data-push-left*="_lg-10"],
  [class*="grid-"] > [data-push-left*="_lg-10"],
  [class*="grid_"] > [data-push-left*="_lg-10"] {
    margin-left: 83.33333%; }
  [class~="grid"] > [data-push-left*="_lg-11"],
  [class*="grid-"] > [data-push-left*="_lg-11"],
  [class*="grid_"] > [data-push-left*="_lg-11"] {
    margin-left: 91.66667%; }
  [class~="grid"] > [data-push-right*="_lg-0"],
  [class*="grid-"] > [data-push-right*="_lg-0"],
  [class*="grid_"] > [data-push-right*="_lg-0"] {
    margin-right: 0; }
  [class~="grid"] > [data-push-right*="_lg-1"],
  [class*="grid-"] > [data-push-right*="_lg-1"],
  [class*="grid_"] > [data-push-right*="_lg-1"] {
    margin-right: 8.33333%; }
  [class~="grid"] > [data-push-right*="_lg-2"],
  [class*="grid-"] > [data-push-right*="_lg-2"],
  [class*="grid_"] > [data-push-right*="_lg-2"] {
    margin-right: 16.66667%; }
  [class~="grid"] > [data-push-right*="_lg-3"],
  [class*="grid-"] > [data-push-right*="_lg-3"],
  [class*="grid_"] > [data-push-right*="_lg-3"] {
    margin-right: 25%; }
  [class~="grid"] > [data-push-right*="_lg-4"],
  [class*="grid-"] > [data-push-right*="_lg-4"],
  [class*="grid_"] > [data-push-right*="_lg-4"] {
    margin-right: 33.33333%; }
  [class~="grid"] > [data-push-right*="_lg-5"],
  [class*="grid-"] > [data-push-right*="_lg-5"],
  [class*="grid_"] > [data-push-right*="_lg-5"] {
    margin-right: 41.66667%; }
  [class~="grid"] > [data-push-right*="_lg-6"],
  [class*="grid-"] > [data-push-right*="_lg-6"],
  [class*="grid_"] > [data-push-right*="_lg-6"] {
    margin-right: 50%; }
  [class~="grid"] > [data-push-right*="_lg-7"],
  [class*="grid-"] > [data-push-right*="_lg-7"],
  [class*="grid_"] > [data-push-right*="_lg-7"] {
    margin-right: 58.33333%; }
  [class~="grid"] > [data-push-right*="_lg-8"],
  [class*="grid-"] > [data-push-right*="_lg-8"],
  [class*="grid_"] > [data-push-right*="_lg-8"] {
    margin-right: 66.66667%; }
  [class~="grid"] > [data-push-right*="_lg-9"],
  [class*="grid-"] > [data-push-right*="_lg-9"],
  [class*="grid_"] > [data-push-right*="_lg-9"] {
    margin-right: 75%; }
  [class~="grid"] > [data-push-right*="_lg-10"],
  [class*="grid-"] > [data-push-right*="_lg-10"],
  [class*="grid_"] > [data-push-right*="_lg-10"] {
    margin-right: 83.33333%; }
  [class~="grid"] > [data-push-right*="_lg-11"],
  [class*="grid-"] > [data-push-right*="_lg-11"],
  [class*="grid_"] > [data-push-right*="_lg-11"] {
    margin-right: 91.66667%; }
  [class~="grid"] [class*="_lg-first"],
  [class*="grid-"] [class*="_lg-first"],
  [class*="grid_"] [class*="_lg-first"] {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  [class~="grid"] [class*="_lg-last"],
  [class*="grid-"] [class*="_lg-last"],
  [class*="grid_"] [class*="_lg-last"] {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media (max-width: 1023px) {
  [class~="grid"] > [class*="_md-1"],
  [class*="grid-"] > [class*="_md-1"],
  [class*="grid_"] > [class*="_md-1"] {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%; }
  [class~="grid"] > [class*="_md-2"],
  [class*="grid-"] > [class*="_md-2"],
  [class*="grid_"] > [class*="_md-2"] {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [class~="grid"] > [class*="_md-3"],
  [class*="grid-"] > [class*="_md-3"],
  [class*="grid_"] > [class*="_md-3"] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  [class~="grid"] > [class*="_md-4"],
  [class*="grid-"] > [class*="_md-4"],
  [class*="grid_"] > [class*="_md-4"] {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [class~="grid"] > [class*="_md-5"],
  [class*="grid-"] > [class*="_md-5"],
  [class*="grid_"] > [class*="_md-5"] {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%; }
  [class~="grid"] > [class*="_md-6"],
  [class*="grid-"] > [class*="_md-6"],
  [class*="grid_"] > [class*="_md-6"] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  [class~="grid"] > [class*="_md-7"],
  [class*="grid-"] > [class*="_md-7"],
  [class*="grid_"] > [class*="_md-7"] {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%; }
  [class~="grid"] > [class*="_md-8"],
  [class*="grid-"] > [class*="_md-8"],
  [class*="grid_"] > [class*="_md-8"] {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%; }
  [class~="grid"] > [class*="_md-9"],
  [class*="grid-"] > [class*="_md-9"],
  [class*="grid_"] > [class*="_md-9"] {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; }
  [class~="grid"] > [class*="_md-10"],
  [class*="grid-"] > [class*="_md-10"],
  [class*="grid_"] > [class*="_md-10"] {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%; }
  [class~="grid"] > [class*="_md-11"],
  [class*="grid-"] > [class*="_md-11"],
  [class*="grid_"] > [class*="_md-11"] {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%; }
  [class~="grid"] > [class*="_md-12"],
  [class*="grid-"] > [class*="_md-12"],
  [class*="grid_"] > [class*="_md-12"] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  [class~="grid"] > [data-push-left*="_md-0"],
  [class*="grid-"] > [data-push-left*="_md-0"],
  [class*="grid_"] > [data-push-left*="_md-0"] {
    margin-left: 0; }
  [class~="grid"] > [data-push-left*="_md-1"],
  [class*="grid-"] > [data-push-left*="_md-1"],
  [class*="grid_"] > [data-push-left*="_md-1"] {
    margin-left: 8.33333%; }
  [class~="grid"] > [data-push-left*="_md-2"],
  [class*="grid-"] > [data-push-left*="_md-2"],
  [class*="grid_"] > [data-push-left*="_md-2"] {
    margin-left: 16.66667%; }
  [class~="grid"] > [data-push-left*="_md-3"],
  [class*="grid-"] > [data-push-left*="_md-3"],
  [class*="grid_"] > [data-push-left*="_md-3"] {
    margin-left: 25%; }
  [class~="grid"] > [data-push-left*="_md-4"],
  [class*="grid-"] > [data-push-left*="_md-4"],
  [class*="grid_"] > [data-push-left*="_md-4"] {
    margin-left: 33.33333%; }
  [class~="grid"] > [data-push-left*="_md-5"],
  [class*="grid-"] > [data-push-left*="_md-5"],
  [class*="grid_"] > [data-push-left*="_md-5"] {
    margin-left: 41.66667%; }
  [class~="grid"] > [data-push-left*="_md-6"],
  [class*="grid-"] > [data-push-left*="_md-6"],
  [class*="grid_"] > [data-push-left*="_md-6"] {
    margin-left: 50%; }
  [class~="grid"] > [data-push-left*="_md-7"],
  [class*="grid-"] > [data-push-left*="_md-7"],
  [class*="grid_"] > [data-push-left*="_md-7"] {
    margin-left: 58.33333%; }
  [class~="grid"] > [data-push-left*="_md-8"],
  [class*="grid-"] > [data-push-left*="_md-8"],
  [class*="grid_"] > [data-push-left*="_md-8"] {
    margin-left: 66.66667%; }
  [class~="grid"] > [data-push-left*="_md-9"],
  [class*="grid-"] > [data-push-left*="_md-9"],
  [class*="grid_"] > [data-push-left*="_md-9"] {
    margin-left: 75%; }
  [class~="grid"] > [data-push-left*="_md-10"],
  [class*="grid-"] > [data-push-left*="_md-10"],
  [class*="grid_"] > [data-push-left*="_md-10"] {
    margin-left: 83.33333%; }
  [class~="grid"] > [data-push-left*="_md-11"],
  [class*="grid-"] > [data-push-left*="_md-11"],
  [class*="grid_"] > [data-push-left*="_md-11"] {
    margin-left: 91.66667%; }
  [class~="grid"] > [data-push-right*="_md-0"],
  [class*="grid-"] > [data-push-right*="_md-0"],
  [class*="grid_"] > [data-push-right*="_md-0"] {
    margin-right: 0; }
  [class~="grid"] > [data-push-right*="_md-1"],
  [class*="grid-"] > [data-push-right*="_md-1"],
  [class*="grid_"] > [data-push-right*="_md-1"] {
    margin-right: 8.33333%; }
  [class~="grid"] > [data-push-right*="_md-2"],
  [class*="grid-"] > [data-push-right*="_md-2"],
  [class*="grid_"] > [data-push-right*="_md-2"] {
    margin-right: 16.66667%; }
  [class~="grid"] > [data-push-right*="_md-3"],
  [class*="grid-"] > [data-push-right*="_md-3"],
  [class*="grid_"] > [data-push-right*="_md-3"] {
    margin-right: 25%; }
  [class~="grid"] > [data-push-right*="_md-4"],
  [class*="grid-"] > [data-push-right*="_md-4"],
  [class*="grid_"] > [data-push-right*="_md-4"] {
    margin-right: 33.33333%; }
  [class~="grid"] > [data-push-right*="_md-5"],
  [class*="grid-"] > [data-push-right*="_md-5"],
  [class*="grid_"] > [data-push-right*="_md-5"] {
    margin-right: 41.66667%; }
  [class~="grid"] > [data-push-right*="_md-6"],
  [class*="grid-"] > [data-push-right*="_md-6"],
  [class*="grid_"] > [data-push-right*="_md-6"] {
    margin-right: 50%; }
  [class~="grid"] > [data-push-right*="_md-7"],
  [class*="grid-"] > [data-push-right*="_md-7"],
  [class*="grid_"] > [data-push-right*="_md-7"] {
    margin-right: 58.33333%; }
  [class~="grid"] > [data-push-right*="_md-8"],
  [class*="grid-"] > [data-push-right*="_md-8"],
  [class*="grid_"] > [data-push-right*="_md-8"] {
    margin-right: 66.66667%; }
  [class~="grid"] > [data-push-right*="_md-9"],
  [class*="grid-"] > [data-push-right*="_md-9"],
  [class*="grid_"] > [data-push-right*="_md-9"] {
    margin-right: 75%; }
  [class~="grid"] > [data-push-right*="_md-10"],
  [class*="grid-"] > [data-push-right*="_md-10"],
  [class*="grid_"] > [data-push-right*="_md-10"] {
    margin-right: 83.33333%; }
  [class~="grid"] > [data-push-right*="_md-11"],
  [class*="grid-"] > [data-push-right*="_md-11"],
  [class*="grid_"] > [data-push-right*="_md-11"] {
    margin-right: 91.66667%; }
  [class~="grid"] [class*="_md-first"],
  [class*="grid-"] [class*="_md-first"],
  [class*="grid_"] [class*="_md-first"] {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  [class~="grid"] [class*="_md-last"],
  [class*="grid-"] [class*="_md-last"],
  [class*="grid_"] [class*="_md-last"] {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media (max-width: 1199px) {
  [class~="grid"] > [class*="_sd-1"],
  [class*="grid-"] > [class*="_sd-1"],
  [class*="grid_"] > [class*="_sd-1"] {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%; }
  [class~="grid"] > [class*="_sd-2"],
  [class*="grid-"] > [class*="_sd-2"],
  [class*="grid_"] > [class*="_sd-2"] {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [class~="grid"] > [class*="_sd-3"],
  [class*="grid-"] > [class*="_sd-3"],
  [class*="grid_"] > [class*="_sd-3"] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  [class~="grid"] > [class*="_sd-4"],
  [class*="grid-"] > [class*="_sd-4"],
  [class*="grid_"] > [class*="_sd-4"] {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [class~="grid"] > [class*="_sd-5"],
  [class*="grid-"] > [class*="_sd-5"],
  [class*="grid_"] > [class*="_sd-5"] {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%; }
  [class~="grid"] > [class*="_sd-6"],
  [class*="grid-"] > [class*="_sd-6"],
  [class*="grid_"] > [class*="_sd-6"] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  [class~="grid"] > [class*="_sd-7"],
  [class*="grid-"] > [class*="_sd-7"],
  [class*="grid_"] > [class*="_sd-7"] {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%; }
  [class~="grid"] > [class*="_sd-8"],
  [class*="grid-"] > [class*="_sd-8"],
  [class*="grid_"] > [class*="_sd-8"] {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%; }
  [class~="grid"] > [class*="_sd-9"],
  [class*="grid-"] > [class*="_sd-9"],
  [class*="grid_"] > [class*="_sd-9"] {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; }
  [class~="grid"] > [class*="_sd-10"],
  [class*="grid-"] > [class*="_sd-10"],
  [class*="grid_"] > [class*="_sd-10"] {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%; }
  [class~="grid"] > [class*="_sd-11"],
  [class*="grid-"] > [class*="_sd-11"],
  [class*="grid_"] > [class*="_sd-11"] {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%; }
  [class~="grid"] > [class*="_sd-12"],
  [class*="grid-"] > [class*="_sd-12"],
  [class*="grid_"] > [class*="_sd-12"] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  [class~="grid"] > [data-push-left*="_sd-0"],
  [class*="grid-"] > [data-push-left*="_sd-0"],
  [class*="grid_"] > [data-push-left*="_sd-0"] {
    margin-left: 0; }
  [class~="grid"] > [data-push-left*="_sd-1"],
  [class*="grid-"] > [data-push-left*="_sd-1"],
  [class*="grid_"] > [data-push-left*="_sd-1"] {
    margin-left: 8.33333%; }
  [class~="grid"] > [data-push-left*="_sd-2"],
  [class*="grid-"] > [data-push-left*="_sd-2"],
  [class*="grid_"] > [data-push-left*="_sd-2"] {
    margin-left: 16.66667%; }
  [class~="grid"] > [data-push-left*="_sd-3"],
  [class*="grid-"] > [data-push-left*="_sd-3"],
  [class*="grid_"] > [data-push-left*="_sd-3"] {
    margin-left: 25%; }
  [class~="grid"] > [data-push-left*="_sd-4"],
  [class*="grid-"] > [data-push-left*="_sd-4"],
  [class*="grid_"] > [data-push-left*="_sd-4"] {
    margin-left: 33.33333%; }
  [class~="grid"] > [data-push-left*="_sd-5"],
  [class*="grid-"] > [data-push-left*="_sd-5"],
  [class*="grid_"] > [data-push-left*="_sd-5"] {
    margin-left: 41.66667%; }
  [class~="grid"] > [data-push-left*="_sd-6"],
  [class*="grid-"] > [data-push-left*="_sd-6"],
  [class*="grid_"] > [data-push-left*="_sd-6"] {
    margin-left: 50%; }
  [class~="grid"] > [data-push-left*="_sd-7"],
  [class*="grid-"] > [data-push-left*="_sd-7"],
  [class*="grid_"] > [data-push-left*="_sd-7"] {
    margin-left: 58.33333%; }
  [class~="grid"] > [data-push-left*="_sd-8"],
  [class*="grid-"] > [data-push-left*="_sd-8"],
  [class*="grid_"] > [data-push-left*="_sd-8"] {
    margin-left: 66.66667%; }
  [class~="grid"] > [data-push-left*="_sd-9"],
  [class*="grid-"] > [data-push-left*="_sd-9"],
  [class*="grid_"] > [data-push-left*="_sd-9"] {
    margin-left: 75%; }
  [class~="grid"] > [data-push-left*="_sd-10"],
  [class*="grid-"] > [data-push-left*="_sd-10"],
  [class*="grid_"] > [data-push-left*="_sd-10"] {
    margin-left: 83.33333%; }
  [class~="grid"] > [data-push-left*="_sd-11"],
  [class*="grid-"] > [data-push-left*="_sd-11"],
  [class*="grid_"] > [data-push-left*="_sd-11"] {
    margin-left: 91.66667%; }
  [class~="grid"] > [data-push-right*="_sd-0"],
  [class*="grid-"] > [data-push-right*="_sd-0"],
  [class*="grid_"] > [data-push-right*="_sd-0"] {
    margin-right: 0; }
  [class~="grid"] > [data-push-right*="_sd-1"],
  [class*="grid-"] > [data-push-right*="_sd-1"],
  [class*="grid_"] > [data-push-right*="_sd-1"] {
    margin-right: 8.33333%; }
  [class~="grid"] > [data-push-right*="_sd-2"],
  [class*="grid-"] > [data-push-right*="_sd-2"],
  [class*="grid_"] > [data-push-right*="_sd-2"] {
    margin-right: 16.66667%; }
  [class~="grid"] > [data-push-right*="_sd-3"],
  [class*="grid-"] > [data-push-right*="_sd-3"],
  [class*="grid_"] > [data-push-right*="_sd-3"] {
    margin-right: 25%; }
  [class~="grid"] > [data-push-right*="_sd-4"],
  [class*="grid-"] > [data-push-right*="_sd-4"],
  [class*="grid_"] > [data-push-right*="_sd-4"] {
    margin-right: 33.33333%; }
  [class~="grid"] > [data-push-right*="_sd-5"],
  [class*="grid-"] > [data-push-right*="_sd-5"],
  [class*="grid_"] > [data-push-right*="_sd-5"] {
    margin-right: 41.66667%; }
  [class~="grid"] > [data-push-right*="_sd-6"],
  [class*="grid-"] > [data-push-right*="_sd-6"],
  [class*="grid_"] > [data-push-right*="_sd-6"] {
    margin-right: 50%; }
  [class~="grid"] > [data-push-right*="_sd-7"],
  [class*="grid-"] > [data-push-right*="_sd-7"],
  [class*="grid_"] > [data-push-right*="_sd-7"] {
    margin-right: 58.33333%; }
  [class~="grid"] > [data-push-right*="_sd-8"],
  [class*="grid-"] > [data-push-right*="_sd-8"],
  [class*="grid_"] > [data-push-right*="_sd-8"] {
    margin-right: 66.66667%; }
  [class~="grid"] > [data-push-right*="_sd-9"],
  [class*="grid-"] > [data-push-right*="_sd-9"],
  [class*="grid_"] > [data-push-right*="_sd-9"] {
    margin-right: 75%; }
  [class~="grid"] > [data-push-right*="_sd-10"],
  [class*="grid-"] > [data-push-right*="_sd-10"],
  [class*="grid_"] > [data-push-right*="_sd-10"] {
    margin-right: 83.33333%; }
  [class~="grid"] > [data-push-right*="_sd-11"],
  [class*="grid-"] > [data-push-right*="_sd-11"],
  [class*="grid_"] > [data-push-right*="_sd-11"] {
    margin-right: 91.66667%; }
  [class~="grid"] [class*="_sd-first"],
  [class*="grid-"] [class*="_sd-first"],
  [class*="grid_"] [class*="_sd-first"] {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  [class~="grid"] [class*="_sd-last"],
  [class*="grid-"] [class*="_sd-last"],
  [class*="grid_"] [class*="_sd-last"] {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media (max-width: 767px) {
  [class~="grid"] > [class*="_sm-1"],
  [class*="grid-"] > [class*="_sm-1"],
  [class*="grid_"] > [class*="_sm-1"] {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%; }
  [class~="grid"] > [class*="_sm-2"],
  [class*="grid-"] > [class*="_sm-2"],
  [class*="grid_"] > [class*="_sm-2"] {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [class~="grid"] > [class*="_sm-3"],
  [class*="grid-"] > [class*="_sm-3"],
  [class*="grid_"] > [class*="_sm-3"] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  [class~="grid"] > [class*="_sm-4"],
  [class*="grid-"] > [class*="_sm-4"],
  [class*="grid_"] > [class*="_sm-4"] {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [class~="grid"] > [class*="_sm-5"],
  [class*="grid-"] > [class*="_sm-5"],
  [class*="grid_"] > [class*="_sm-5"] {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%; }
  [class~="grid"] > [class*="_sm-6"],
  [class*="grid-"] > [class*="_sm-6"],
  [class*="grid_"] > [class*="_sm-6"] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  [class~="grid"] > [class*="_sm-7"],
  [class*="grid-"] > [class*="_sm-7"],
  [class*="grid_"] > [class*="_sm-7"] {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%; }
  [class~="grid"] > [class*="_sm-8"],
  [class*="grid-"] > [class*="_sm-8"],
  [class*="grid_"] > [class*="_sm-8"] {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%; }
  [class~="grid"] > [class*="_sm-9"],
  [class*="grid-"] > [class*="_sm-9"],
  [class*="grid_"] > [class*="_sm-9"] {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; }
  [class~="grid"] > [class*="_sm-10"],
  [class*="grid-"] > [class*="_sm-10"],
  [class*="grid_"] > [class*="_sm-10"] {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%; }
  [class~="grid"] > [class*="_sm-11"],
  [class*="grid-"] > [class*="_sm-11"],
  [class*="grid_"] > [class*="_sm-11"] {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%; }
  [class~="grid"] > [class*="_sm-12"],
  [class*="grid-"] > [class*="_sm-12"],
  [class*="grid_"] > [class*="_sm-12"] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  [class~="grid"] > [data-push-left*="_sm-0"],
  [class*="grid-"] > [data-push-left*="_sm-0"],
  [class*="grid_"] > [data-push-left*="_sm-0"] {
    margin-left: 0; }
  [class~="grid"] > [data-push-left*="_sm-1"],
  [class*="grid-"] > [data-push-left*="_sm-1"],
  [class*="grid_"] > [data-push-left*="_sm-1"] {
    margin-left: 8.33333%; }
  [class~="grid"] > [data-push-left*="_sm-2"],
  [class*="grid-"] > [data-push-left*="_sm-2"],
  [class*="grid_"] > [data-push-left*="_sm-2"] {
    margin-left: 16.66667%; }
  [class~="grid"] > [data-push-left*="_sm-3"],
  [class*="grid-"] > [data-push-left*="_sm-3"],
  [class*="grid_"] > [data-push-left*="_sm-3"] {
    margin-left: 25%; }
  [class~="grid"] > [data-push-left*="_sm-4"],
  [class*="grid-"] > [data-push-left*="_sm-4"],
  [class*="grid_"] > [data-push-left*="_sm-4"] {
    margin-left: 33.33333%; }
  [class~="grid"] > [data-push-left*="_sm-5"],
  [class*="grid-"] > [data-push-left*="_sm-5"],
  [class*="grid_"] > [data-push-left*="_sm-5"] {
    margin-left: 41.66667%; }
  [class~="grid"] > [data-push-left*="_sm-6"],
  [class*="grid-"] > [data-push-left*="_sm-6"],
  [class*="grid_"] > [data-push-left*="_sm-6"] {
    margin-left: 50%; }
  [class~="grid"] > [data-push-left*="_sm-7"],
  [class*="grid-"] > [data-push-left*="_sm-7"],
  [class*="grid_"] > [data-push-left*="_sm-7"] {
    margin-left: 58.33333%; }
  [class~="grid"] > [data-push-left*="_sm-8"],
  [class*="grid-"] > [data-push-left*="_sm-8"],
  [class*="grid_"] > [data-push-left*="_sm-8"] {
    margin-left: 66.66667%; }
  [class~="grid"] > [data-push-left*="_sm-9"],
  [class*="grid-"] > [data-push-left*="_sm-9"],
  [class*="grid_"] > [data-push-left*="_sm-9"] {
    margin-left: 75%; }
  [class~="grid"] > [data-push-left*="_sm-10"],
  [class*="grid-"] > [data-push-left*="_sm-10"],
  [class*="grid_"] > [data-push-left*="_sm-10"] {
    margin-left: 83.33333%; }
  [class~="grid"] > [data-push-left*="_sm-11"],
  [class*="grid-"] > [data-push-left*="_sm-11"],
  [class*="grid_"] > [data-push-left*="_sm-11"] {
    margin-left: 91.66667%; }
  [class~="grid"] > [data-push-right*="_sm-0"],
  [class*="grid-"] > [data-push-right*="_sm-0"],
  [class*="grid_"] > [data-push-right*="_sm-0"] {
    margin-right: 0; }
  [class~="grid"] > [data-push-right*="_sm-1"],
  [class*="grid-"] > [data-push-right*="_sm-1"],
  [class*="grid_"] > [data-push-right*="_sm-1"] {
    margin-right: 8.33333%; }
  [class~="grid"] > [data-push-right*="_sm-2"],
  [class*="grid-"] > [data-push-right*="_sm-2"],
  [class*="grid_"] > [data-push-right*="_sm-2"] {
    margin-right: 16.66667%; }
  [class~="grid"] > [data-push-right*="_sm-3"],
  [class*="grid-"] > [data-push-right*="_sm-3"],
  [class*="grid_"] > [data-push-right*="_sm-3"] {
    margin-right: 25%; }
  [class~="grid"] > [data-push-right*="_sm-4"],
  [class*="grid-"] > [data-push-right*="_sm-4"],
  [class*="grid_"] > [data-push-right*="_sm-4"] {
    margin-right: 33.33333%; }
  [class~="grid"] > [data-push-right*="_sm-5"],
  [class*="grid-"] > [data-push-right*="_sm-5"],
  [class*="grid_"] > [data-push-right*="_sm-5"] {
    margin-right: 41.66667%; }
  [class~="grid"] > [data-push-right*="_sm-6"],
  [class*="grid-"] > [data-push-right*="_sm-6"],
  [class*="grid_"] > [data-push-right*="_sm-6"] {
    margin-right: 50%; }
  [class~="grid"] > [data-push-right*="_sm-7"],
  [class*="grid-"] > [data-push-right*="_sm-7"],
  [class*="grid_"] > [data-push-right*="_sm-7"] {
    margin-right: 58.33333%; }
  [class~="grid"] > [data-push-right*="_sm-8"],
  [class*="grid-"] > [data-push-right*="_sm-8"],
  [class*="grid_"] > [data-push-right*="_sm-8"] {
    margin-right: 66.66667%; }
  [class~="grid"] > [data-push-right*="_sm-9"],
  [class*="grid-"] > [data-push-right*="_sm-9"],
  [class*="grid_"] > [data-push-right*="_sm-9"] {
    margin-right: 75%; }
  [class~="grid"] > [data-push-right*="_sm-10"],
  [class*="grid-"] > [data-push-right*="_sm-10"],
  [class*="grid_"] > [data-push-right*="_sm-10"] {
    margin-right: 83.33333%; }
  [class~="grid"] > [data-push-right*="_sm-11"],
  [class*="grid-"] > [data-push-right*="_sm-11"],
  [class*="grid_"] > [data-push-right*="_sm-11"] {
    margin-right: 91.66667%; }
  [class~="grid"] [class*="_sm-first"],
  [class*="grid-"] [class*="_sm-first"],
  [class*="grid_"] [class*="_sm-first"] {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  [class~="grid"] [class*="_sm-last"],
  [class*="grid-"] [class*="_sm-last"],
  [class*="grid_"] [class*="_sm-last"] {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media (max-width: 575px) {
  [class~="grid"] > [class*="_xs-1"],
  [class*="grid-"] > [class*="_xs-1"],
  [class*="grid_"] > [class*="_xs-1"] {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%; }
  [class~="grid"] > [class*="_xs-2"],
  [class*="grid-"] > [class*="_xs-2"],
  [class*="grid_"] > [class*="_xs-2"] {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [class~="grid"] > [class*="_xs-3"],
  [class*="grid-"] > [class*="_xs-3"],
  [class*="grid_"] > [class*="_xs-3"] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  [class~="grid"] > [class*="_xs-4"],
  [class*="grid-"] > [class*="_xs-4"],
  [class*="grid_"] > [class*="_xs-4"] {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [class~="grid"] > [class*="_xs-5"],
  [class*="grid-"] > [class*="_xs-5"],
  [class*="grid_"] > [class*="_xs-5"] {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%; }
  [class~="grid"] > [class*="_xs-6"],
  [class*="grid-"] > [class*="_xs-6"],
  [class*="grid_"] > [class*="_xs-6"] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  [class~="grid"] > [class*="_xs-7"],
  [class*="grid-"] > [class*="_xs-7"],
  [class*="grid_"] > [class*="_xs-7"] {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%; }
  [class~="grid"] > [class*="_xs-8"],
  [class*="grid-"] > [class*="_xs-8"],
  [class*="grid_"] > [class*="_xs-8"] {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%; }
  [class~="grid"] > [class*="_xs-9"],
  [class*="grid-"] > [class*="_xs-9"],
  [class*="grid_"] > [class*="_xs-9"] {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; }
  [class~="grid"] > [class*="_xs-10"],
  [class*="grid-"] > [class*="_xs-10"],
  [class*="grid_"] > [class*="_xs-10"] {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%; }
  [class~="grid"] > [class*="_xs-11"],
  [class*="grid-"] > [class*="_xs-11"],
  [class*="grid_"] > [class*="_xs-11"] {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%; }
  [class~="grid"] > [class*="_xs-12"],
  [class*="grid-"] > [class*="_xs-12"],
  [class*="grid_"] > [class*="_xs-12"] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  [class~="grid"] > [data-push-left*="_xs-0"],
  [class*="grid-"] > [data-push-left*="_xs-0"],
  [class*="grid_"] > [data-push-left*="_xs-0"] {
    margin-left: 0; }
  [class~="grid"] > [data-push-left*="_xs-1"],
  [class*="grid-"] > [data-push-left*="_xs-1"],
  [class*="grid_"] > [data-push-left*="_xs-1"] {
    margin-left: 8.33333%; }
  [class~="grid"] > [data-push-left*="_xs-2"],
  [class*="grid-"] > [data-push-left*="_xs-2"],
  [class*="grid_"] > [data-push-left*="_xs-2"] {
    margin-left: 16.66667%; }
  [class~="grid"] > [data-push-left*="_xs-3"],
  [class*="grid-"] > [data-push-left*="_xs-3"],
  [class*="grid_"] > [data-push-left*="_xs-3"] {
    margin-left: 25%; }
  [class~="grid"] > [data-push-left*="_xs-4"],
  [class*="grid-"] > [data-push-left*="_xs-4"],
  [class*="grid_"] > [data-push-left*="_xs-4"] {
    margin-left: 33.33333%; }
  [class~="grid"] > [data-push-left*="_xs-5"],
  [class*="grid-"] > [data-push-left*="_xs-5"],
  [class*="grid_"] > [data-push-left*="_xs-5"] {
    margin-left: 41.66667%; }
  [class~="grid"] > [data-push-left*="_xs-6"],
  [class*="grid-"] > [data-push-left*="_xs-6"],
  [class*="grid_"] > [data-push-left*="_xs-6"] {
    margin-left: 50%; }
  [class~="grid"] > [data-push-left*="_xs-7"],
  [class*="grid-"] > [data-push-left*="_xs-7"],
  [class*="grid_"] > [data-push-left*="_xs-7"] {
    margin-left: 58.33333%; }
  [class~="grid"] > [data-push-left*="_xs-8"],
  [class*="grid-"] > [data-push-left*="_xs-8"],
  [class*="grid_"] > [data-push-left*="_xs-8"] {
    margin-left: 66.66667%; }
  [class~="grid"] > [data-push-left*="_xs-9"],
  [class*="grid-"] > [data-push-left*="_xs-9"],
  [class*="grid_"] > [data-push-left*="_xs-9"] {
    margin-left: 75%; }
  [class~="grid"] > [data-push-left*="_xs-10"],
  [class*="grid-"] > [data-push-left*="_xs-10"],
  [class*="grid_"] > [data-push-left*="_xs-10"] {
    margin-left: 83.33333%; }
  [class~="grid"] > [data-push-left*="_xs-11"],
  [class*="grid-"] > [data-push-left*="_xs-11"],
  [class*="grid_"] > [data-push-left*="_xs-11"] {
    margin-left: 91.66667%; }
  [class~="grid"] > [data-push-right*="_xs-0"],
  [class*="grid-"] > [data-push-right*="_xs-0"],
  [class*="grid_"] > [data-push-right*="_xs-0"] {
    margin-right: 0; }
  [class~="grid"] > [data-push-right*="_xs-1"],
  [class*="grid-"] > [data-push-right*="_xs-1"],
  [class*="grid_"] > [data-push-right*="_xs-1"] {
    margin-right: 8.33333%; }
  [class~="grid"] > [data-push-right*="_xs-2"],
  [class*="grid-"] > [data-push-right*="_xs-2"],
  [class*="grid_"] > [data-push-right*="_xs-2"] {
    margin-right: 16.66667%; }
  [class~="grid"] > [data-push-right*="_xs-3"],
  [class*="grid-"] > [data-push-right*="_xs-3"],
  [class*="grid_"] > [data-push-right*="_xs-3"] {
    margin-right: 25%; }
  [class~="grid"] > [data-push-right*="_xs-4"],
  [class*="grid-"] > [data-push-right*="_xs-4"],
  [class*="grid_"] > [data-push-right*="_xs-4"] {
    margin-right: 33.33333%; }
  [class~="grid"] > [data-push-right*="_xs-5"],
  [class*="grid-"] > [data-push-right*="_xs-5"],
  [class*="grid_"] > [data-push-right*="_xs-5"] {
    margin-right: 41.66667%; }
  [class~="grid"] > [data-push-right*="_xs-6"],
  [class*="grid-"] > [data-push-right*="_xs-6"],
  [class*="grid_"] > [data-push-right*="_xs-6"] {
    margin-right: 50%; }
  [class~="grid"] > [data-push-right*="_xs-7"],
  [class*="grid-"] > [data-push-right*="_xs-7"],
  [class*="grid_"] > [data-push-right*="_xs-7"] {
    margin-right: 58.33333%; }
  [class~="grid"] > [data-push-right*="_xs-8"],
  [class*="grid-"] > [data-push-right*="_xs-8"],
  [class*="grid_"] > [data-push-right*="_xs-8"] {
    margin-right: 66.66667%; }
  [class~="grid"] > [data-push-right*="_xs-9"],
  [class*="grid-"] > [data-push-right*="_xs-9"],
  [class*="grid_"] > [data-push-right*="_xs-9"] {
    margin-right: 75%; }
  [class~="grid"] > [data-push-right*="_xs-10"],
  [class*="grid-"] > [data-push-right*="_xs-10"],
  [class*="grid_"] > [data-push-right*="_xs-10"] {
    margin-right: 83.33333%; }
  [class~="grid"] > [data-push-right*="_xs-11"],
  [class*="grid-"] > [data-push-right*="_xs-11"],
  [class*="grid_"] > [data-push-right*="_xs-11"] {
    margin-right: 91.66667%; }
  [class~="grid"] [class*="_xs-first"],
  [class*="grid-"] [class*="_xs-first"],
  [class*="grid_"] [class*="_xs-first"] {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  [class~="grid"] [class*="_xs-last"],
  [class*="grid-"] [class*="_xs-last"],
  [class*="grid_"] [class*="_xs-last"] {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

/************************
    HIDING COLS
*************************/
@media (max-width: 1799px) {
  [class*="lg-hidden"] {
    display: none; } }

@media (max-width: 1023px) {
  [class*="md-hidden"] {
    display: none; } }

@media (max-width: 1199px) {
  [class*="sd-hidden"] {
    display: none; } }

@media (max-width: 767px) {
  [class*="sm-hidden"] {
    display: none; } }

@media (max-width: 575px) {
  [class*="xs-hidden"] {
    display: none; } }

.error {
  color: #e74c3c;
  display: block;
  max-width: 265px; }

.formBox__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .formBox__group.-toCenter {
    margin: 0 auto; }

.formBox__group.-checkbox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.formBox__group.-checkbox label {
  margin-bottom: 0; }

.formBox__group:last-of-type {
  margin-bottom: 0; }

.formBox__group label {
  color: #202d64;
  font-size: 1.125rem;
  letter-spacing: 0.2px;
  margin-bottom: 7px; }

.formBox__group.-error input,
.formBox__group.-error textarea {
  border: 1px solid #e74c3c; }

.formBox__group textarea,
.formBox__group select,
.formBox__group option,
.formBox__group input {
  color: #425aa5;
  font-size: 1rem;
  border-radius: 2px;
  border: 1px solid #b2b2b2;
  padding-left: 20px; }

.formBox__group textarea {
  padding-top: 18px;
  min-height: 97px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 15px;
  resize: vertical;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.formBox__group input {
  min-height: 50px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.formBox__group input:focus,
.formBox__group textarea:focus {
  outline: none;
  border-color: #425aa5; }

.formBox__group input::-webkit-input-placeholder,
.formBox__group textarea::-webkit-input-placeholder {
  color: #cdd0d6; }

.formBox__group input:-ms-input-placeholder,
.formBox__group textarea:-ms-input-placeholder {
  color: #cdd0d6; }

.formBox__group input::-ms-input-placeholder,
.formBox__group textarea::-ms-input-placeholder {
  color: #cdd0d6; }

.formBox__group input::placeholder,
.formBox__group textarea::placeholder {
  color: #cdd0d6; }

.styled-checkbox {
  position: absolute;
  opacity: 0; }

.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: 0.875rem;
  color: #202d64;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.styled-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 17px;
  height: 17px;
  background: white;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 1px #cdd0d6;
          box-shadow: 0 0 0 1px #cdd0d6;
  -webkit-transition: -webkit-box-shadow 0.35s linear;
  transition: -webkit-box-shadow 0.35s linear;
  transition: box-shadow 0.35s linear;
  transition: box-shadow 0.35s linear, -webkit-box-shadow 0.35s linear; }

.styled-checkbox:hover + label:before {
  -webkit-box-shadow: 0 0 0 1px #425aa5;
          box-shadow: 0 0 0 1px #425aa5; }

.styled-checkbox:checked + label:before {
  background-color: #425aa5; }

.styled-checkbox:disabled + label {
  color: #cdd0d6;
  cursor: auto; }

.styled-checkbox:disabled + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #cdd0d6; }

.styled-checkbox:checked + label:after {
  content: '\2713';
  color: #fff;
  position: absolute;
  left: 3px;
  top: 1px; }

.btn {
  color: #f6f6f6;
  cursor: pointer;
  border-radius: 4px;
  border: none;
  font-weight: 500;
  font-size: 1rem;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  opacity: 1; }

.btn__networks {
  color: #f6f6f6;
  cursor: pointer;
  border-radius: 4px;
  border: none;
  font-weight: 500;
  font-size: 1rem;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  opacity: 1; }

.btn:hover {
  opacity: 0.8; }

.btn__networks:hover {
  opacity: 0.8; }

.btn.-join {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  max-width: 225px;
  max-height: 55px; }

.btn__networks.-join {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  max-width: 225px;
  max-height: 55px; }

.btn.-join svg {
  height: auto;
  max-width: 14px;
  width: 100%;
  margin-left: 28px; }

.btn__networks.-join svg {
  height: auto;
  max-width: 14px;
  width: 100%;
  margin-left: 28px; }

.btn.-submit {
  padding: 20px 0;
  background-color: #63ad21;
  width: 100%; }

.btn__networks.-submit {
  padding: 20px 0;
  background-color: #c80614;
  width: 100%; }

.btn.-standard {
  padding: 20px 0;
  background-color: #63ad21;
  padding-left: 30px;
  padding-right: 30px; }

.btn__networks.-standard {
  padding: 20px 0;
  background-color: #c80614;
  padding-left: 30px;
  padding-right: 30px; }

a:hover,
.link:hover {
  opacity: 0.8;
  text-decoration: underline; }

a.-noDecoration:hover {
  text-decoration: none; }

a.-decorationReversed {
  text-decoration: underline; }
  a.-decorationReversed:hover {
    text-decoration: none; }

.link {
  color: #425aa5;
  font-weight: 500;
  margin: 2rem 0; }

.link__networks {
  color: #000000;
  font-weight: 500;
  margin: 2rem 0; }

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

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

.hamburger {
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  z-index: 100; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 16px;
  height: 10px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 16px;
  height: 2.5px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -5px; }

.hamburger-inner::after {
  bottom: -5px; }

.hamburger--3dy .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg); }

.hamburger--3dy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 5px, 0) rotate(45deg);
          transform: translate3d(0, 5px, 0) rotate(45deg); }

.hamburger--3dy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -5px, 0) rotate(-45deg);
          transform: translate3d(0, -5px, 0) rotate(-45deg); }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.75rem 0 3rem 0; }

.pagination__item {
  margin-right: 10px;
  -webkit-box-shadow: 0 0 0 1px #ddd;
          box-shadow: 0 0 0 1px #ddd;
  border-radius: 3px;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
  padding: 5px 10px;
  cursor: pointer; }
  .pagination__item:last-of-type {
    margin-right: 0; }
  .pagination__item:hover {
    -webkit-box-shadow: 0 0 0 1px #425aa5;
            box-shadow: 0 0 0 1px #425aa5; }
  .pagination__item.-active {
    -webkit-box-shadow: 0 0 0 1px #425aa5;
            box-shadow: 0 0 0 1px #425aa5;
    background-color: #425aa5;
    color: #fff; }

.pagination__item .next-arrow {
  max-width: 10px; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 4rem;
  border: 1px solid black; }

table .hlavicka td {
  padding: 1rem 1rem;
  font-weight: bold;
  background-color: #CDD7F3;
  border-bottom: 1px solid black;
  border-right: 1px solid black; }

table tr:first-child {
  position: relative; }

table tr:last-child td {
  #border-bottom: 1px solid black; }

table td {
  padding: 1rem 1rem;
  border-bottom: 1px solid lightgray;
  border-right: 1px solid lightgray; }
  table td:last-child {
    #border-right: 1px solid black; }

table th {
  text-align: left;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  color: #425aa5; }

table tbody {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #202d64; }
  table tbody tr:nth-child(odd) {
    background-color: #f3f4f9; }

.styled-checkbox {
  position: absolute;
  opacity: 0; }

.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: 0.875rem;
  color: #202d64;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.styled-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 17px;
  height: 17px;
  background: white;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 1px #cdd0d6;
          box-shadow: 0 0 0 1px #cdd0d6;
  -webkit-transition: -webkit-box-shadow 0.35s linear;
  transition: -webkit-box-shadow 0.35s linear;
  transition: box-shadow 0.35s linear;
  transition: box-shadow 0.35s linear, -webkit-box-shadow 0.35s linear; }

.styled-checkbox:hover + label:before {
  -webkit-box-shadow: 0 0 0 1px #425aa5;
          box-shadow: 0 0 0 1px #425aa5; }

.styled-checkbox:checked + label:before {
  background-color: #425aa5; }

.styled-checkbox:disabled + label {
  color: #cdd0d6;
  cursor: auto; }

.styled-checkbox:disabled + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #cdd0d6; }

.styled-checkbox:checked + label:after {
  content: '\2713';
  color: #fff;
  position: absolute;
  left: 3px;
  top: 1px; }

.desktop {
  display: initial; }
  @media (max-width: 1023px) {
    .desktop {
      display: none; } }

.mobile {
  display: none; }
  @media (max-width: 1023px) {
    .mobile {
      display: inherit; } }

.formSection {
  background-color: #f7f8fd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 0 4rem 0; }
  .formSection p {
    font-size: 1.125rem;
    font-weight: normal;
    line-height: 1.8;
    color: #202d64;
    margin: 0;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .formSection p {
        padding: 0 15px; } }
  .formSection h4 {
    font-size: 1.375rem;
    font-weight: bold;
    line-height: 1.82;
    letter-spacing: 0.4px;
    color: #425aa5;
    margin: 0;
    text-align: center;
    margin-bottom: 29px; }
  .formSection .btn.-submit {
    margin: 0 auto;
    max-width: 258px; }
  .formSection .btn__networks.-submit {
    margin: 0 auto;
    max-width: 258px; }

@media (max-width: 767px) {
  .-move-sm-up-1,
  .-move-sm-up-2,
  .-move-sm-up-3 {
    display: block; }
  .-move-sm-up-1 {
    -webkit-transform: translateY(-17px);
            transform: translateY(-17px); }
  .-move-sm-up-2 {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .-move-sm-up-3 {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@media (max-width: 767px) and (max-width: 398px) {
  .-move-sm-up-1 {
    -webkit-transform: translateY(-35px);
            transform: translateY(-35px); }
  .-move-sm-up-2 {
    -webkit-transform: translateY(-17px);
            transform: translateY(-17px); }
  .-move-sm-up-3 {
    -webkit-transform: translateY(-17px);
            transform: translateY(-17px); } }

.expandable__control {
  cursor: pointer;
  text-align: center;
  padding: 0 0 1rem; }

.expandable__content {
  display: none; }

.desktop {
  display: initial; }
  @media (max-width: 1023px) {
    .desktop {
      display: none; } }

.mobile {
  display: none; }
  @media (max-width: 1023px) {
    .mobile {
      display: inherit; } }

.map__wrapper {
  width: 100%;
  padding: 2rem 0; }

.iconBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .iconBox.-green .iconBox__title {
    color: #63ad21; }
  .iconBox.-blue .iconBox__title {
    color: #425aa5; }
  .iconBox.-purple .iconBox__title {
    color: #aa47ad; }
  .iconBox.-cyan .iconBox__title {
    color: #40a8a1; }

.iconBox img {
  width: 60%; }

.iconBox:first-of-type {
  margin-bottom: 31px; }

.iconBox:nth-child(2) {
  margin-bottom: 31px; }

.iconBox__circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 16px 29px 0 rgba(66, 90, 165, 0.14);
          box-shadow: 0 16px 29px 0 rgba(66, 90, 165, 0.14);
  height: 76px;
  min-width: 76px;
  width: 76px;
  margin-right: 27px; }

.iconBox__title {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.33;
  color: inherit;
  margin: 0;
  margin-bottom: 7px;
  color: #425aa5; }

.iconBox__text p {
  font-size: 1rem;
  line-height: 1.88;
  color: #202d64;
  margin: 0;
  max-width: 276px; }

.infoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 43px 45px 35px 45px;
  #background: linear-gradient(180deg, #3a75c3 50%, #f9dd17 50%);
  border-radius: 4px;
  background-color: #ffffff;
  text-align: center;
  -webkit-box-shadow: 0 20px 25px 0 rgba(66, 90, 165, 0.2);
          box-shadow: 0 20px 25px 0 rgba(66, 90, 165, 0.2); }

.infoBox__title {
  color: #425aa5;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.81;
  white-space: nowrap;
  margin: 0;
  margin-bottom: 10px; }

.infoBox__title__networks {
  color: #000000;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.81;
  white-space: nowrap;
  margin: 0;
  margin-bottom: 10px; }

.infoBox__caption {
  color: #4b5575;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  margin-bottom: 28px; }

.infoBox__imgWrapper {
  min-height: 130px;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 1rem; }

.infoBox__img {
  height: 80%;
  max-width: 110px;
  width: 100%; }

.infoBox__link {
  width: 100%; }

.infoBox button {
  max-width: 210px; }

.imageBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .imageBox.-pad {
    padding: 1rem; }

.imageBox img {
  width: 100%;
  height: auto; }

.documentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 29px 20px 20px 29px;
  border: 1px solid #e9edf8;
  -webkit-box-shadow: 0 0 0 0 #e9edf8;
          box-shadow: 0 0 0 0 #e9edf8;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.3s linear;
  transition: -webkit-box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear, -webkit-box-shadow 0.3s linear; }
  .documentBox:hover {
    -webkit-box-shadow: 0 20px 30px 0 rgba(66, 90, 165, 0.2);
            box-shadow: 0 20px 30px 0 rgba(66, 90, 165, 0.2); }

.documentBox__image {
  margin-right: 29px;
  height: auto;
  max-width: 37px;
  width: 100%; }

.documentBox__fileName {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.33;
  color: #425aa5;
  margin: 0;
  margin-bottom: 5px; }

.documentBox__fileSize {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #adb4cb;
  margin: 0; }

.articleBox {
  min-height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border: 1px solid #e9edf8;
  padding: 32px 32px 36px 32px; }
  .articleBox.-big {
    -webkit-box-shadow: 0 0 0 0px #e9edf8;
            box-shadow: 0 0 0 0px #e9edf8;
    -webkit-transition: -webkit-box-shadow 0.3s linear;
    transition: -webkit-box-shadow 0.3s linear;
    transition: box-shadow 0.3s linear;
    transition: box-shadow 0.3s linear, -webkit-box-shadow 0.3s linear; }
    .articleBox.-big:hover {
      -webkit-box-shadow: 0 20px 30px 0 rgba(66, 90, 165, 0.2);
              box-shadow: 0 20px 30px 0 rgba(66, 90, 165, 0.2); }

.articleBox__date {
  font-size: 1rem;
  line-height: 1.5;
  color: #adb4cb;
  margin-bottom: 21px; }

.articleBox__title {
  margin-bottom: 15px; }

.articleBox__title a {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.33;
  color: #425aa5; }

.articleBox__caption {
  font-size: 1rem;
  line-height: 1.75;
  color: #4b5575;
  margin-bottom: 16px;
  max-width: 16rem; }

.articleBox__link {
  max-height: 25px;
  display: -webkit-inline-box; }

.articleBox__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  font-weight: 500;
  color: #425aa5; }

.articleBox__link a:hover svg {
  -webkit-transform: rotate(-90deg) translateY(10px);
          transform: rotate(-90deg) translateY(10px); }

.articleBox__link a svg {
  fill: #425aa5;
  margin-left: 20px;
  height: 15px;
  width: 15px;
  -webkit-transform: rotate(-90deg) translateX(0);
          transform: rotate(-90deg) translateX(0);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear; }

.memberBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }

.memberBox__img {
  border-radius: 50%;
  height: auto;
  min-height: 181px;
  max-width: 181px;
  min-width: 181px;
  width: 100%;
  margin-bottom: 24px; }

.memberBox__name {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.33;
  color: #425aa5;
  margin: 0;
  margin-bottom: 7px; }

.memberBox__caption {
  font-size: 0.875rem;
  line-height: 1.71;
  color: #4b5575;
  margin-top: 0; }

.priceBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 4px;
  -webkit-box-shadow: 0 20px 30px 0 rgba(66, 90, 165, 0.2);
          box-shadow: 0 20px 30px 0 rgba(66, 90, 165, 0.2);
  color: #ffffff;
  padding: 2rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#bababa), to(#a3a3a3));
  background-image: linear-gradient(to right, #bababa, #a3a3a3); }
  .priceBox.-blue {
    background-image: -webkit-gradient(linear, left top, right top, from(#536cbb), to(#425aa5));
    background-image: linear-gradient(to right, #536cbb, #425aa5); }
  .priceBox.-purple {
    background-image: -webkit-gradient(linear, left top, right top, from(#c45cc7), to(#aa47ad));
    background-image: linear-gradient(to right, #c45cc7, #aa47ad); }
  .priceBox.-cyan {
    background-image: -webkit-gradient(linear, left top, right top, from(#4fb8b1), to(#40a8a1));
    background-image: linear-gradient(to right, #4fb8b1, #40a8a1); }

.priceBox__title {
  font-size: 1.125rem;
  line-height: 1.33;
  font-weight: 500;
  text-align: center;
  color: inherit;
  margin-bottom: 10px;
  max-width: 20rem; }

.priceBox__price {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 0.86;
  letter-spacing: 0.5px;
  color: inherit;
  white-space: nowrap; }

.priceBox__price span {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.88; }

.alertBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-radius: 4px;
  padding: 0.5rem 2rem 0rem 2.5rem;
  margin-bottom: 15px; }
  .alertBox.-question {
    background-color: #f7f8fd;
    border: 1px dashed #425aa5; }
    .alertBox.-question .alertBox__char {
      color: #425aa5; }
  .alertBox.-warning {
    background-color: #ffebeb;
    border: 1px dashed #ff7d7d; }
    .alertBox.-warning .alertBox__char {
      color: #e7737e; }
  .alertBox.-info {
    background-color: #f0ffe3;
    border: 1px dashed #63ad21; }
    .alertBox.-info .alertBox__char {
      color: #63ad21; }

.alertBox__char {
  font-size: 4.375rem;
  font-weight: bold;
  margin-right: 59px; }

.formBox {
  background-color: #ffffff;
  -webkit-box-shadow: 0 20px 30px 0 rgba(66, 90, 165, 0.2);
          box-shadow: 0 20px 30px 0 rgba(66, 90, 165, 0.2);
  padding: 39px 68px 45px 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 767px) {
    .formBox {
      padding: 40px 35px; } }

.formBox__group {
  margin-bottom: 5px; }
  .formBox__group.-p-check {
    margin-bottom: 17px; }
  .formBox__group.-toCenter {
    margin-top: 50px;
    margin-bottom: 22px; }

.homepage__hero {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9edf9));
  background-image: linear-gradient(to bottom, #ffffff, #e9edf9);
  padding-top: 27px;
  padding-bottom: 64px; }
  @media (max-width: 1023px) {
    .homepage__hero {
      padding-top: 15px; } }

.hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2rem 0 4rem 0; }
  @media (max-width: 1023px) {
    .hero__content {
      margin-top: 0;
      margin-bottom: 1rem;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.homepage__infoBoxes {
  padding-top: 2rem; }

.hero__text {
  max-width: 420px; }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .hero__text {
      max-width: 300px; } }

.hero__title {
  font-size: 3.125rem;
  font-weight: bold;
  line-height: 1.2;
  color: #425aa5;
  margin: 0 0 0.5rem; }
  @media (max-width: 767px) {
    .hero__title {
      font-size: 2rem;
      font-weight: bold;
      line-height: 2.19;
      text-align: center; } }

.hero__title__networks {
  font-size: 3.125rem;
  font-weight: bold;
  line-height: 1.2;
  color: #000000;
  margin: 0 0 0.5rem; }
  @media (max-width: 767px) {
    .hero__title__networks {
      font-size: 2rem;
      font-weight: bold;
      line-height: 2.19;
      text-align: center; } }

.hero__caption {
  font-size: 1.1rem;
  line-height: 1.75;
  min-height: 114px;
  color: #202d64;
  margin: 0;
  margin-bottom: 8px; }
  @media (max-width: 1023px) {
    .hero__caption {
      text-align: center; } }

.hero__scrollDown {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-blend-mode: overlay, normal;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff)), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff), linear-gradient(#ffffff, #ffffff);
  -webkit-box-shadow: 0 8px 15px 0 rgba(66, 90, 165, 0.14);
          box-shadow: 0 8px 15px 0 rgba(66, 90, 165, 0.14);
  -webkit-transition: -webkit-box-shadow 0.3s linear;
  transition: -webkit-box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear, -webkit-box-shadow 0.3s linear; }
  .hero__scrollDown.-mobile {
    display: none; }
    @media (max-width: 1023px) {
      .hero__scrollDown.-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background-image: none;
        background-color: #425aa5;
        margin-top: 2rem; } }
  @media (max-width: 1023px) {
    .hero__scrollDown {
      display: none; } }

.hero__scrollDown__networks {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-blend-mode: overlay, normal;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff)), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff), linear-gradient(#ffffff, #ffffff);
  -webkit-box-shadow: 0 8px 15px 0 rgba(66, 90, 165, 0.14);
          box-shadow: 0 8px 15px 0 rgba(66, 90, 165, 0.14);
  -webkit-transition: -webkit-box-shadow 0.3s linear;
  transition: -webkit-box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear, -webkit-box-shadow 0.3s linear; }
  .hero__scrollDown__networks.-mobile {
    display: none; }
    @media (max-width: 1023px) {
      .hero__scrollDown__networks.-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background-image: none;
        background-color: #000000;
        margin-top: 2rem; } }
  @media (max-width: 1023px) {
    .hero__scrollDown__networks {
      display: none; } }

.hero__scrollDown:hover {
  -webkit-box-shadow: 0 10px 15px 2px rgba(66, 90, 165, 0.14);
          box-shadow: 0 10px 15px 2px rgba(66, 90, 165, 0.14); }

.hero__scrollDown svg {
  fill: #425aa5;
  height: auto;
  width: 16px; }

.hero__scrollDown__networks svg {
  fill: #000000;
  height: auto;
  width: 16px; }

/* Hero main image & Bubbles */
.hero__image {
  margin-right: 170px;
  position: relative; }
  @media (max-width: 1023px) {
    .hero__image {
      margin-right: 0; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .hero__image {
      margin-right: 110px; } }

.hero__image:before {
  content: '';
  width: 511px;
  height: 59px;
  position: absolute;
  bottom: -10px;
  left: -40px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f9ff), to(#e3e7f3));
  background-image: linear-gradient(to bottom, #f7f9ff, #e3e7f3);
  opacity: 0;
  -webkit-animation: showItem 0.25s forwards;
          animation: showItem 0.25s forwards;
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s; }
  @media (max-width: 1023px) {
    .hero__image:before {
      width: 100%;
      left: initial; } }

.hero__image img {
  width: 100%;
  height: auto;
  max-width: 396px;
  position: relative; }
  @media (max-width: 1023px) {
    .hero__image img {
      max-width: 239px; } }

.bubblesGroup {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.bubblesGroup:first-of-type {
  top: 20px;
  left: -7rem; }
  @media (max-width: 1023px) {
    .bubblesGroup:first-of-type {
      left: -1.5rem;
      top: -15px; } }

.bubblesGroup:first-of-type .bubble.-medium {
  margin-top: 15px;
  margin-left: 7px; }

.bubblesGroup:first-of-type .bubble.-small {
  margin-top: 25px;
  margin-left: 7px; }

.bubblesGroup:nth-child(3) {
  top: 10rem;
  left: -9rem; }
  @media (max-width: 1023px) {
    .bubblesGroup:nth-child(3) {
      left: -2rem;
      top: 3rem; } }

.bubblesGroup:nth-child(3) .bubble.-medium {
  margin-top: 0;
  margin-left: 0px; }

.bubblesGroup:nth-child(3) .bubble.-small {
  margin-top: -5px;
  margin-left: 7px; }
  @media (max-width: 767px) {
    .bubblesGroup:nth-child(3) .bubble.-small {
      margin-left: 2px; } }

.bubblesGroup:nth-child(4) {
  top: 0;
  right: -5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
  @media (max-width: 1023px) {
    .bubblesGroup:nth-child(4) {
      right: -1.5rem; } }

.bubblesGroup:nth-child(4) .bubble.-medium {
  margin-top: 20px;
  margin-right: 7px; }
  @media (max-width: 767px) {
    .bubblesGroup:nth-child(4) .bubble.-medium {
      margin-right: 2px; } }

.bubblesGroup:nth-child(4) .bubble.-small {
  margin-top: 40px;
  margin-right: 7px; }
  @media (max-width: 767px) {
    .bubblesGroup:nth-child(4) .bubble.-small {
      margin-top: 28px;
      margin-right: 0px; } }

.bubblesGroup:last-of-type {
  top: 10rem;
  right: -8rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
  @media (max-width: 1023px) {
    .bubblesGroup:last-of-type {
      right: -2rem;
      top: 5rem; } }

.bubblesGroup:last-of-type .bubble.-medium {
  margin-top: -10px;
  margin-right: 0px; }

.bubblesGroup:last-of-type .bubble.-small {
  margin-top: -20px;
  margin-right: 7px; }

.bubblesGroup .bubble {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-blend-mode: overlay, normal;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff)), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff), linear-gradient(#ffffff, #ffffff);
  -webkit-box-shadow: 0 16px 29px 0 rgba(66, 90, 165, 0.14);
          box-shadow: 0 16px 29px 0 rgba(66, 90, 165, 0.14);
  height: 80px;
  width: 80px;
  opacity: 0;
  -webkit-animation: showItem 0.3s forwards linear;
          animation: showItem 0.3s forwards linear;
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s; }
  @media (max-width: 1023px) {
    .bubblesGroup .bubble {
      height: 40px;
      width: 40px; } }

.bubblesGroup .bubble svg {
  height: auto;
  width: 40px; }
  @media (max-width: 1023px) {
    .bubblesGroup .bubble svg {
      width: 22px; } }

.bubblesGroup .bubble.-medium {
  height: 20px;
  width: 20px;
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s; }
  @media (max-width: 1023px) {
    .bubblesGroup .bubble.-medium {
      height: 9.5px;
      width: 9.5px; } }

.bubblesGroup .bubble.-small {
  height: 10px;
  width: 10px;
  -webkit-box-shadow: 0 5px 25px 0 rgba(66, 90, 165, 0.1);
          box-shadow: 0 5px 25px 0 rgba(66, 90, 165, 0.1);
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s; }
  @media (max-width: 1023px) {
    .bubblesGroup .bubble.-small {
      height: 4.7px;
      width: 4.7px; } }

@-webkit-keyframes slideIn {
  from {
    -webkit-transform: translateY(-100);
            transform: translateY(-100); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes slideIn {
  from {
    -webkit-transform: translateY(-100);
            transform: translateY(-100); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes showItem {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@keyframes showItem {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

.homepage__articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 36px;
  padding-bottom: 75px; }
  @media (max-width: 1023px) {
    .homepage__articles {
      padding-bottom: 35px; } }

.homepage__articles__networks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 36px;
  padding-bottom: 75px; }
  @media (max-width: 1023px) {
    .homepage__articles__networks {
      padding-bottom: 35px; } }

.homepage__articles h2 {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.43;
  letter-spacing: 0.5px;
  text-align: center;
  color: #425aa5;
  margin: 25px 0; }

.homepage__articles__networks h2 {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.43;
  letter-spacing: 0.5px;
  text-align: center;
  color: #000000;
  margin: 25px 0; }

/* Homepage Partners */
.homepage__partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 2rem;
  margin-bottom: 3rem; }

.homepage__partners__networks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 2rem;
  margin-bottom: 3rem; }

.homepage__partners h2 {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.43;
  letter-spacing: 0.5px;
  text-align: center;
  color: #425aa5;
  margin: 0 0 46px 0; }

.homepage__partners__networks h2 {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.43;
  letter-spacing: 0.5px;
  text-align: center;
  color: #000000;
  margin: 0 0 46px 0; }

.homepage__partners .col-2_md-6 {
  max-height: 11rem; }

#contactMap {
  width: 100%;
  height: 500px; }

.howToConnect.page {
  margin-bottom: 0;
  border-bottom: 2px solid #fff; }

.howToConnect .page__content {
  padding-top: 2rem;
  padding-bottom: 1rem; }

@media (min-width: 1024px) {
  .howToConnect .page__contentBackground {
    margin-right: 2rem; } }

.howToConnect .page__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .howToConnect .page__header p {
    margin: 35px 0; }
  @media (max-width: 767px) {
    .howToConnect .page__header {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.howToConnect .page__title {
  padding-bottom: 35px; }
  @media (min-width: 768px) {
    .howToConnect .page__title {
      padding-right: 2rem; } }
  @media (max-width: 767px) {
    .howToConnect .page__title {
      margin-top: 0; } }

@media (max-width: 575px) {
  .howToConnect h2 {
    text-align: center; } }

.howToConnect .priceBox__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .howToConnect .priceBox__wrapper h3 {
    margin-top: 0; }
  @media (max-width: 1023px) {
    .howToConnect .priceBox__wrapper {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media (max-width: 575px) {
    .howToConnect .priceBox__wrapper h3 {
      text-align: center; } }
  .howToConnect .priceBox__wrapper .priceBox {
    min-height: 180px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
    min-width: 100%; }

.howToConnect .page__headerImage svg, .howToConnect .page__headerImage img {
  width: 100%;
  height: 270px;
  padding-bottom: 20px;
  display: block;
  min-width: 345px;
  max-width: 345px; }
  @media (max-width: 1023px) {
    .howToConnect .page__headerImage svg, .howToConnect .page__headerImage img {
      min-width: 265px;
      max-width: 265px;
      display: block;
      margin: 0 auto; } }
  @media (max-width: 767px) {
    .howToConnect .page__headerImage svg, .howToConnect .page__headerImage img {
      min-width: 235px;
      max-width: 235px;
      padding: 20px 0; } }

.notFound {
  min-height: 55vh;
  margin-top: 3rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9edf9));
  background-image: linear-gradient(to bottom, #ffffff, #e9edf9); }
  @media (max-width: 1023px) {
    .notFound {
      padding-bottom: 3rem; } }

.notFound .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 767px) {
    .notFound .content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.notFound .notFound__image {
  margin-right: 5rem; }
  @media (max-width: 1023px) {
    .notFound .notFound__image {
      margin-right: 0; } }
  .notFound .notFound__image img {
    max-height: 395px; }

.notFound h1 {
  font-size: 3.125rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
  color: #425aa5; }

.notFound p {
  margin: 15px 0 45px 0; }

.notFound a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  font-weight: 500;
  color: #425aa5;
  max-width: 215px; }
  .notFound a:hover img {
    -webkit-transform: translateX(10px);
            transform: translateX(10px); }
  .notFound a img {
    max-width: 15px;
    margin-left: 20px;
    -webkit-transition: -webkit-transform 0.35s linear;
    transition: -webkit-transform 0.35s linear;
    transition: transform 0.35s linear;
    transition: transform 0.35s linear, -webkit-transform 0.35s linear; }

.partners .partners__main {
  margin-bottom: 5rem; }
  @media (max-width: 1023px) {
    .partners .partners__main {
      margin-bottom: 0; } }

.partners .partners__main .imageBox {
  min-height: 250px; }
  @media (max-width: 767px) {
    .partners .partners__main .imageBox {
      border: none !important; } }

.partners .partners__main .imageBox.-first {
  border-right: 1px solid #f0f1f6;
  border-bottom: 1px solid #f0f1f6; }

.partners .partners__main .imageBox.-second {
  border-bottom: 1px solid #f0f1f6; }

.partners .partners__main .imageBox.-third {
  border-right: 1px solid #f0f1f6;
  border-bottom: none; }

.partners .partners__main .imageBox img {
  max-width: 235px; }

.partners .partners__company {
  margin-bottom: 110px; }

.partners .partners__company img {
  max-width: 200px; }

.partners .partners__other {
  margin-bottom: 70px; }
  @media (max-width: 1023px) {
    .partners .partners__other {
      margin-bottom: 40px; }
      .partners .partners__other .imageBox {
        margin-bottom: 15px; } }

.partners .partners__other img {
  max-width: 185px; }

.desktop {
  display: initial; }
  @media (max-width: 1023px) {
    .desktop {
      display: none; } }

.mobile {
  display: none; }
  @media (max-width: 1023px) {
    .mobile {
      display: inherit; } }

.news__content {
  padding-top: 2rem; }

.desktop {
  display: initial; }
  @media (max-width: 1023px) {
    .desktop {
      display: none; } }

.mobile {
  display: none; }
  @media (max-width: 1023px) {
    .mobile {
      display: inherit; } }

.contributions .page__content {
  padding-bottom: 30px; }

.contributions .priceBox {
  min-height: 125px; }

.guide .guide__caption {
  font-size: 1rem;
  line-height: 1.88;
  color: #202d64;
  margin: 33px 0 13px 0; }

.guide .subtitle {
  margin-bottom: 17px !important; }

.guide .subtitle:last-of-type {
  margin-bottom: 30px !important; }

.guide .caption {
  font-size: 1rem !important;
  margin-bottom: 20px !important; }

.desktop {
  display: initial; }
  @media (max-width: 1023px) {
    .desktop {
      display: none; } }

.mobile {
  display: none; }
  @media (max-width: 1023px) {
    .mobile {
      display: inherit; } }

.eshop-obrazek {

  display: block;
  padding: 23px 25px 25px 25px;
  border-radius: 4px;
  background-color: #ffffff;
  text-align: center;
  border: 1px solid #EEEEEE;
  

}

.eshop-produkt {

  display: block;
  padding: 23px 25px 25px 25px;
  border-radius: 4px;
  background-color: #ffffff;
  text-align: center;
  border: 1px solid #EEEEEE;
  -webkit-box-shadow: 0 20px 25px 0 rgba(66, 90, 165, 0.2);
          box-shadow: 0 20px 25px 0 rgba(66, 90, 165, 0.2); 
}



.eshop-podtrzeni {

    text-decoration: underline 0.1em rgba(0, 0, 0, 0);
    transition: text-decoration-color 500ms;
}

.eshop-podtrzeni a:hover {

    text-decoration-color: rgba(0, 0, 0, 1);

}

.eshop-ramecek-venkovni {

    display: inline-block; 
    height: 40px;
    margin-bottom: 15px;
}

.eshop-ramecek-vnitrni {

    margin: 3px;
    border: 1px solid #E1E1E1;
    padding: 7px;
}

.eshop-popis {

    font-size: 12px;
}
.eshop input {

    border: 1px solid #EEEEEE;
    color: 
}




.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle;}
.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:54px;user-select:none;-webkit-user-select:none;}
.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:20px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}
.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}
.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}
.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}
.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}
.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}
.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}
.select2-results__option--selectable{cursor:pointer}
.select2-container--open .select2-dropdown{left:0}
.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}
.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}
.select2-search--dropdown{display:block;padding:4px}
.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box;color:#000000;background-color:#eeeeee; height:50px;padding-left:15px;}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}
.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}
.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}
.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #B2B2B2;border-radius:2px}
.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:54px}
.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}
.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#cdd0d6}
.select2-container--default .select2-selection--single .select2-selection__arrow{height:54px;position:absolute;top:1px;right:1px;width:20px}
.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}
.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}
.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}
.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}
.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}
.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0;padding-left:20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px;position:absolute;left:0;top:0}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}
.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}
.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}
.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}
.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}
.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}
.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}
.select2-container--default .select2-results__option--group{padding:0}
.select2-container--default .select2-results__option--disabled{color:#dd0000;}
.select2-container--default .select2-results__option--selected{background-color:#ddd}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:white}
.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}
.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}
.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}
.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}
.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}
.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#000}
.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}
.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}
.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}
.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}
.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}
.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}
.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}
.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}
.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}
.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}
.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}
.select2-container--classic .select2-dropdown--above{border-bottom:none}
.select2-container--classic .select2-dropdown--below{border-top:none}
.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}
.select2-container--classic .select2-results__option--group{padding:0}
.select2-container--classic .select2-results__option--disabled{color:grey}
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}
.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}
.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

