@charset "UTF-8";
.clear:before, .clear:after {
  content: ' ';
  display: table; }

.clear {
  *zoom: 1; }
  .clear:after {
    clear: both; }

* {
  box-sizing: border-box;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

html,
body {
  min-height: 100vh;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0; }

html {
  font-size: 62.5%; }

body {
  font: 13px/1.5 "Montserrat", Helvetica, sans-serif;
  color: black;
  transition: all .4s .3s ease-in;
  margin-top: calc(6rem + 50px); }

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 800; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * 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; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 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 */ }

.header {
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  top: 0;
  z-index: 11;
  width: 100%;
  padding: 20px;
  background-color: #FFF;
  transition: background-color .25s ease-in-out;
  box-shadow: 0 7px 5px #a0a0a080; }
  .header .logo {
    text-align: center; }
    .header .logo img.logoflip {
      width: 165px; }
  @media only screen and (min-width: 1024px) {
    .header {
      padding: 0 30px;
      -ms-flex-pack: justify;
          justify-content: space-between; } }
  .header img.logomobile {
    margin: 8px 0 25px 0; }
  .header .tarifTop {
    position: absolute;
    width: 100%;
    text-align: center;
    left: -112px;
    top: 7px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .header .tarifTop span {
      width: 85px;
      height: 85px;
      border-radius: 100%;
      box-shadow: none;
      overflow: hidden;
      max-width: 85px;
      max-height: 85px;
      position: absolute; }
      .header .tarifTop span img {
        width: 100%;
        position: relative; }
    @media only screen and (min-width: 1024px) {
      .header .tarifTop {
        top: 8px; }
        .header .tarifTop span {
          width: 150px;
          height: 150px;
          max-width: 150px;
          max-height: 150px;
          box-shadow: 0 7px 9px rgba(0, 0, 0, 0.4); } }

#services {
  padding-top: 4em; }

.main .section:first-of-type {
  margin-top: 0;
  height: calc( auto - 0); }
  @media only screen and (min-width: 700px) {
    .main .section:first-of-type {
      margin-top: 78px;
      height: calc( 100vh - 70px);
      min-height: 60vh; } }
  .main .section:first-of-type.section-punch {
    height: auto; }

.title-header {
  height: auto;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 0.5em 2% 1.25em 2% !important; }
  .title-header .title-section, .title-header .subtitle {
    color: white; }
  .title-header .title-section {
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0;
    text-align: center !important; }
  .title-header .subtitle {
    font-size: 13px;
    font-weight: 500;
    margin: 10px 0 50px 0; }
  .title-header:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    background-image: url("/assets/img/title_header_light.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 190px auto; }
  @media only screen and (min-width: 700px) {
    .title-header {
      margin: 0.5em 2% 3em 2% !important; }
      .title-header .title-section {
        font-size: 28px; }
      .title-header .subtitle {
        font-size: 20px; } }

.centered-anim-logo {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 200; }
  .centered-anim-logo img {
    width: 25%; }
    @media only screen and (min-width: 515px) {
      .centered-anim-logo img {
        width: initial; } }
  .centered-anim-logo.top-logo {
    top: -45px; }
    @media only screen and (min-width: 515px) {
      .centered-anim-logo.top-logo {
        top: -75px; } }
  .centered-anim-logo.bottom-logo {
    bottom: -50px; }
    @media only screen and (min-width: 515px) {
      .centered-anim-logo.bottom-logo {
        bottom: -80px; } }
    .centered-anim-logo.bottom-logo img {
      transition: .2s ease;
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

section.section {
  min-height: 85vh; }
  section.section h1, section.section h2 {
    margin-top: -20px;
    margin-bottom: 55px; }
    @media only screen and (min-width: 1140px) {
      section.section h1, section.section h2 {
        margin-top: 0; } }
  section.section.section-invert {
    color: white;
    text-shadow: none;
    background-image: linear-gradient(180deg, #191919 0%, #000000 100%); }
    section.section.section-invert h1, section.section.section-invert h2 {
      color: #F2F2F2;
      text-shadow: none; }
    section.section.section-invert .button {
      color: white; }
  section.section.section-color {
    color: white;
    text-shadow: none;
    background-image: linear-gradient(180deg, #950604 0%, #BA2725 100%); }
    section.section.section-color h1, section.section.section-color h2 {
      color: #F2F2F2;
      text-shadow: none; }
    section.section.section-color .button {
      color: white; }
  section.section.section-light {
    color: #3b3d36;
    text-shadow: none;
    background-color: #f8f8f8; }
    section.section.section-light h1, section.section.section-light h2 {
      color: #3b3d36;
      text-shadow: none; }
    section.section.section-light .button {
      color: white; }
  section.section.section-white {
    color: #3b3d36;
    text-shadow: none;
    background-color: #ffffff; }
    section.section.section-white h1, section.section.section-white h2 {
      color: #3b3d36;
      text-shadow: none; }
    section.section.section-white .button {
      color: white; }
  section.section.leftdown {
    -webkit-clip-path: polygon(0 2%, 100% 0, 100% 100%, 0% 98%);
            clip-path: polygon(0 2%, 100% 0, 100% 100%, 0% 98%); }
    @media only screen and (min-width: 768px) {
      section.section.leftdown {
        -webkit-clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 95%);
                clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 95%); } }
  section.section.leftupdown {
    -webkit-clip-path: polygon(0 3%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 3%, 100% 0, 100% 100%, 0% 100%); }
    @media only screen and (min-width: 768px) {
      section.section.leftupdown {
        -webkit-clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
                clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%); } }
  section.section.rightdown {
    -webkit-clip-path: polygon(0 0%, 100% 2%, 100% 98%, 0 100%);
            clip-path: polygon(0 0%, 100% 2%, 100% 98%, 0 100%); }
    @media only screen and (min-width: 768px) {
      section.section.rightdown {
        -webkit-clip-path: polygon(0 0%, 100% 5%, 100% 95%, 0 100%);
                clip-path: polygon(0 0%, 100% 5%, 100% 95%, 0 100%); } }
  section.section.rightupdown {
    -webkit-clip-path: polygon(0 0%, 100% 2%, 100% 100%, 0 100%);
            clip-path: polygon(0 0%, 100% 2%, 100% 100%, 0 100%); }
    @media only screen and (min-width: 768px) {
      section.section.rightupdown {
        -webkit-clip-path: polygon(0 0%, 100% 5%, 100% 100%, 0 100%);
                clip-path: polygon(0 0%, 100% 5%, 100% 100%, 0 100%); } }
  section.section.bordered {
    border-top: 2px solid white;
    border-bottom: 3px solid white; }
  section.section.section-grey {
    background: #f1f1f0; }
  section.section .tarification-badge {
    position: absolute;
    width: 100%;
    bottom: -10px;
    text-align: center; }
    @media screen and (min-width: 700px) {
      section.section .tarification-badge {
        bottom: -153px; } }
    section.section .tarification-badge img {
      width: 250px; }
      @media screen and (min-width: 700px) {
        section.section .tarification-badge img {
          width: 300px; } }

section.section.section-punch {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: left;
      align-items: left;
  -ms-flex-pack: left;
      justify-content: left;
  padding: 10em 0;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: left;
  background-image: url("/assets/img/main_bkg_2.png");
  background-repeat: no-repeat;
  background-size: 120% auto;
  background-position: 0 120px;
  padding: 50px 0 150px 0;
  position: relative; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    section.section.section-punch {
      display: block;
      -ms-flex: inherit;
          flex: inherit; } }
  section.section.section-punch .punch-col {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      section.section.section-punch .punch-col {
        width: 54.33333%; } }
    section.section.section-punch .punch-col .punch-text-wrapper {
      margin-top: 50px; }
      section.section.section-punch .punch-col .punch-text-wrapper .dotted-overline {
        display: block;
        width: 100%;
        border-top: 2px dotted #4ec4db;
        margin-bottom: 40px; }
      section.section.section-punch .punch-col .punch-text-wrapper p {
        text-align: center;
        color: #003A95;
        font-size: 1.5rem;
        font-weight: 400;
        margin-top: 110px; }
        section.section.section-punch .punch-col .punch-text-wrapper p strong {
          font-weight: 600; }
        @media only screen and (min-width: 515px) {
          section.section.section-punch .punch-col .punch-text-wrapper p {
            font-size: 1.9rem;
            margin-top: inherit; } }
      section.section.section-punch .punch-col .punch-text-wrapper .dotted-logo {
        position: relative;
        display: table;
        width: 100%;
        margin-top: 40px;
        text-align: center; }
        section.section.section-punch .punch-col .punch-text-wrapper .dotted-logo img {
          width: 200px;
          z-index: 5; }
        section.section.section-punch .punch-col .punch-text-wrapper .dotted-logo:before, section.section.section-punch .punch-col .punch-text-wrapper .dotted-logo:after {
          border-top: 2px dotted #4ec4db;
          content: '';
          display: table-cell;
          position: relative;
          top: 55%;
          -ms-transform: translateY(55%);
              transform: translateY(55%);
          width: 15%; }
          @media screen and (min-width: 700px) {
            section.section.section-punch .punch-col .punch-text-wrapper .dotted-logo:before, section.section.section-punch .punch-col .punch-text-wrapper .dotted-logo:after {
              width: 28%; } }
        section.section.section-punch .punch-col .punch-text-wrapper .dotted-logo:before {
          right: 0; }
        section.section.section-punch .punch-col .punch-text-wrapper .dotted-logo:after {
          left: 0; }
  @media only screen and (min-width: 515px) {
    section.section.section-punch {
      background-size: auto 114%;
      background-position: top left;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: left;
          align-items: left;
      -ms-flex-pack: left;
          justify-content: left;
      padding: 10em 0;
      margin-top: -100px;
      padding: 95px 0 175px 0 !important; } }
  @media only screen and (min-width: 515px) and (-ms-high-contrast: active), only screen and (min-width: 515px) and (-ms-high-contrast: none) {
    section.section.section-punch {
      display: block;
      -ms-flex: inherit;
          flex: inherit; } }
  section.section.section-punch .push-text-section.flex-align-right {
    -ms-flex-pack: end;
        justify-content: flex-end; }

section.section-about {
  position: relative; }
  section.section-about .section-content-wrapper {
    padding: 50px 0; }
    section.section-about .section-content-wrapper .logo {
      margin-bottom: 40px; }
      section.section-about .section-content-wrapper .logo img {
        width: 200px; }
    section.section-about .section-content-wrapper .headings-wrapper {
      margin-bottom: 40px; }
      section.section-about .section-content-wrapper .headings-wrapper h1, section.section-about .section-content-wrapper .headings-wrapper h2 {
        color: #003A95;
        text-transform: uppercase;
        text-align: center; }
      section.section-about .section-content-wrapper .headings-wrapper h1 {
        font-size: 3rem; }
      section.section-about .section-content-wrapper .headings-wrapper h2 {
        font-size: 2rem;
        font-weight: 400; }
    section.section-about .section-content-wrapper .text-wrapper p {
      color: #4e4e4e;
      font-weight: 400; }
    @media screen and (min-width: 700px) {
      section.section-about .section-content-wrapper {
        padding: 95px 0; } }

section.section-problems {
  background-color: #91e4f4; }
  section.section-problems .section-content-wrapper {
    padding: 150px 0 50px 0; }
    section.section-problems .section-content-wrapper .headings-wrapper {
      margin-bottom: 40px; }
      section.section-problems .section-content-wrapper .headings-wrapper h1 {
        color: #003A95;
        font-size: 3.5rem;
        font-weight: 700; }
        section.section-problems .section-content-wrapper .headings-wrapper h1 br {
          display: none; }
          @media screen and (min-width: 700px) {
            section.section-problems .section-content-wrapper .headings-wrapper h1 br {
              display: block; } }
    section.section-problems .section-content-wrapper .problems-item-wrapper {
      margin-bottom: 40px; }
      section.section-problems .section-content-wrapper .problems-item-wrapper .problem-item img {
        width: 150px;
        max-width: 100%; }
      section.section-problems .section-content-wrapper .problems-item-wrapper .problem-item p {
        color: #4e4e4e;
        font-weight: 600; }
        section.section-problems .section-content-wrapper .problems-item-wrapper .problem-item p span.normal-text {
          font-weight: 400; }
    @media screen and (min-width: 700px) {
      section.section-problems .section-content-wrapper {
        padding: 175px 0 95px 0; } }

section.section-important {
  background: #035098; }
  section.section-important .section-content-wrapper {
    padding: 50px 0; }
    section.section-important .section-content-wrapper h1, section.section-important .section-content-wrapper p {
      color: #FFF; }
    section.section-important .section-content-wrapper .headings-wrapper h1 {
      font-size: 4.5rem;
      font-weight: 600;
      text-transform: uppercase; }
    section.section-important .section-content-wrapper .text-wrapper p {
      margin-bottom: 0; }

section.section-covid {
  background: #182050; }
  section.section-covid .section-content-wrapper {
    padding: 50px 0; }
    section.section-covid .section-content-wrapper .headings-wrapper h1 {
      color: #c52323;
      font-size: 4.5rem;
      font-weight: 600;
      text-transform: uppercase;
      margin-top: 0; }
    section.section-covid .section-content-wrapper .text-wrapper p {
      color: #FFF;
      margin-bottom: 0; }
      section.section-covid .section-content-wrapper .text-wrapper p a.phone-no {
        color: #FFF;
        text-decoration: none; }
        section.section-covid .section-content-wrapper .text-wrapper p a.phone-no:hover {
          color: #c52323; }

.footer {
  background: #BDEFF8;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 100px 30px;
  margin-bottom: 0; }
  .footer .footer-logo-wrapper img {
    width: 200px; }
  .footer .contacts .address-wrapper {
    margin-top: 25px; }
    .footer .contacts .address-wrapper p {
      color: #003A95; }
  .footer .contacts .phones-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    @media only screen and (min-width: 700px) {
      .footer .contacts .phones-wrapper {
        -ms-flex-direction: row;
            flex-direction: row; } }
    .footer .contacts .phones-wrapper .phone-item {
      font-size: 2rem;
      color: #003A95;
      margin-bottom: 8px; }
      @media only screen and (min-width: 700px) {
        .footer .contacts .phones-wrapper .phone-item {
          margin-bottom: 0; } }
      .footer .contacts .phones-wrapper .phone-item a {
        color: #003A95;
        text-decoration: none; }
        .footer .contacts .phones-wrapper .phone-item a:hover {
          text-decoration: underline;
          color: #3a7be2; }
      .footer .contacts .phones-wrapper .phone-item:first-child {
        margin-right: 0; }
        @media only screen and (min-width: 700px) {
          .footer .contacts .phones-wrapper .phone-item:first-child {
            margin-right: 15px; } }
  .footer .contacts .contact-email-wrapper a {
    font-size: 2rem;
    color: #003A95;
    text-decoration: none; }
    .footer .contacts .contact-email-wrapper a:hover {
      text-decoration: underline;
      color: #3a7be2; }
  .footer .social-media-link {
    margin-top: 25px; }
    .footer .social-media-link a {
      text-decoration: none; }
      .footer .social-media-link a:hover {
        opacity: .5; }
  .footer .footer-links-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: 25px; }
    .footer .footer-links-wrapper .footer-link-item:not(:last-child), .footer .footer-links-wrapper .separator:not(:last-child) {
      margin-right: 8px; }
    .footer .footer-links-wrapper .footer-link-item a, .footer .footer-links-wrapper .separator a {
      color: #003A95;
      font-weight: 600;
      text-decoration: none; }
      .footer .footer-links-wrapper .footer-link-item a:hover, .footer .footer-links-wrapper .separator a:hover {
        color: #3a7be2; }
    .footer .footer-links-wrapper .footer-link-item {
      margin-bottom: 8px; }
      @media only screen and (min-width: 700px) {
        .footer .footer-links-wrapper .footer-link-item {
          margin-bottom: 0; } }
    .footer .footer-links-wrapper .separator {
      display: none; }
      @media only screen and (min-width: 700px) {
        .footer .footer-links-wrapper .separator {
          display: inline-block; } }
    @media only screen and (min-width: 700px) {
      .footer .footer-links-wrapper {
        -ms-flex-direction: row;
            flex-direction: row; } }
  .footer .created-by-wrapper {
    margin-top: 25px; }
    .footer .created-by-wrapper p.title {
      font-size: 1.25rem;
      font-weight: 400;
      color: #003A95;
      margin-bottom: 8px; }
    .footer .created-by-wrapper .flex-wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
      @media only screen and (min-width: 700px) {
        .footer .created-by-wrapper .flex-wrapper {
          -ms-flex-direction: row;
              flex-direction: row;
          -ms-flex-align: end;
              align-items: flex-end; } }
      .footer .created-by-wrapper .flex-wrapper .created-item {
        margin-bottom: 15px;
        transition: .2s ease; }
        .footer .created-by-wrapper .flex-wrapper .created-item:not(:last-child) {
          margin-right: 0; }
          @media only screen and (min-width: 700px) {
            .footer .created-by-wrapper .flex-wrapper .created-item:not(:last-child) {
              margin-right: 25px; } }
        @media only screen and (min-width: 700px) {
          .footer .created-by-wrapper .flex-wrapper .created-item {
            margin-bottom: 0; } }

.cta-footer {
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  bottom: 0;
  z-index: 500;
  font-weight: 400;
  width: 100%;
  background-color: #003A95;
  text-align: center;
  box-shadow: 0 0px 12px rgba(0, 0, 0, 0.7); }
  @media only screen and (min-width: 700px) {
    .cta-footer {
      display: none; } }

.scroll-top {
  width: 75px;
  height: 75px;
  position: fixed;
  bottom: 35px;
  right: -20px;
  opacity: 0;
  transition: all 0.8s;
  transition-timing-function: cubic-bezier(3, 1, 2, 7); }
  @media only screen and (min-width: 700px) {
    .scroll-top {
      bottom: 25px;
      right: 20px; } }

.scroll-top i {
  display: inline-block;
  color: #fff; }

form#info_form {
  display: -ms-flexbox;
  display: flex;
  text-align: center; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    form#info_form {
      -ms-flex: inherit;
          flex: inherit;
      display: block; } }
  form#info_form .form-section {
    width: 100%;
    max-width: 750px;
    padding: 0 1em; }
  form#info_form .button-primary {
    margin-top: 2em;
    background: none; }
  form#info_form .page {
    transition: all 0.3s;
    opacity: 1; }
    form#info_form .page[data-slide="show"] {
      -ms-transform: translateX(0);
          transform: translateX(0);
      opacity: 1; }
    form#info_form .page[data-slide="hideLeft"] {
      -ms-transform: translateX(-100vw);
          transform: translateX(-100vw);
      opacity: 0; }
    form#info_form .page[data-slide="hideRight"] {
      -ms-transform: translateX(100vw);
          transform: translateX(100vw);
      opacity: 0; }
  form#info_form .page-confirm .fa {
    color: white; }
  form#info_form .page-confirm .message p {
    padding: 0 1em;
    color: white;
    font-size: 1.2em;
    line-height: 1.3em; }
  form#info_form .page-confirm .success, form#info_form .page-confirm .error {
    display: none; }

/*
 * Made by Erik Terwan
 * 24th of November 2015
 * All rights reserved
 *
 *
 * If you are thinking of using this in
 * production code, beware of the browser
 * prefixes.
 */
#menuToggle {
  position: absolute;
  right: 10px;
  display: block;
  top: 14px;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none; }
  #menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    /* hide this */
    z-index: 2;
    /* and place it over the hamburger */
    -webkit-touch-callout: none; }
  #menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: white;
    border-radius: 3px;
    z-index: 1;
    -ms-transform-origin: 4px 0px;
        transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; }
  #menuToggle span:first-child {
    -ms-transform-origin: 0% 0%;
        transform-origin: 0% 0%; }
  #menuToggle span:nth-last-child(2) {
    -ms-transform-origin: 0% 100%;
        transform-origin: 0% 100%; }
  #menuToggle input:checked ~ span {
    opacity: 1;
    -ms-transform: rotate(45deg) translate(-2px, -1px);
        transform: rotate(45deg) translate(-2px, -1px);
    background: #232323; }
    #menuToggle input:checked ~ span:nth-last-child(3) {
      opacity: 0;
      -ms-transform: rotate(0deg) scale(0.2, 0.2);
          transform: rotate(0deg) scale(0.2, 0.2); }
    #menuToggle input:checked ~ span:nth-last-child(2) {
      -ms-transform: rotate(-45deg) translate(0, -1px);
          transform: rotate(-45deg) translate(0, -1px); }
  #menuToggle input:checked ~ ul {
    -ms-transform: none;
        transform: none; }

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
  position: absolute;
  width: 300px;
  height: 100vh;
  margin: -100px 0 0 -228px;
  padding: 50px;
  padding-top: 125px;
  box-shadow: -3px 0px 10px rgba(0, 0, 0, 0.5);
  background-image: linear-gradient(157deg, #860300 0%, #BA2725 100%);
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  -ms-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
  -ms-transform: translate(100%, 0);
      transform: translate(100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); }
  #menu li {
    padding: 10px 0;
    font-size: 25px; }
    #menu li a {
      color: #F2F2F2;
      text-decoration: none; }
      #menu li a img {
        width: 40px; }
        #menu li a img:first-child {
          margin-right: 8px; }
  #menu input:checked ~ a {
    -ms-transform: translate(100%, 0);
        transform: translate(100%, 0); }

.header .menu {
  display: none; }
  .header .menu .cta-flex-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .header .menu .cta-flex-wrapper a {
      margin: 0 8px; }
  @media screen and (min-width: 700px) {
    .header .menu {
      display: block; } }

@keyframes swing-top-right-bck {
  0% {
    transform: rotate3d(1, 1, 0, 0deg);
    transform-origin: 100% 0; }
  100% {
    transform: rotate3d(1, 1, 0, -180deg);
    transform-origin: 100% 0; } }

@keyframes vibrate {
  0% {
    transform: translate(0); }
  20% {
    transform: translate(-2px, 2px); }
  40% {
    transform: translate(-2px, -2px); }
  60% {
    transform: translate(2px, 2px); }
  80% {
    transform: translate(2px, -2px); }
  100% {
    transform: translate(0); } }

.swing-top-right-bck {
  animation: vibrate 0.2s linear 2 both; }

a.button, button.button {
  color: black;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 600;
  text-align: center;
  padding: 1.1rem 3rem;
  -ms-transform: scale(1, 1);
      transform: scale(1, 1);
  transition: all 0.5s ease-in-out;
  transition-timing-function: cubic-bezier(3, 1, 2, 7);
  box-shadow: 0 0 4px -12px rgba(0, 0, 0, 0.9); }
  a.button.button-primary, button.button.button-primary {
    color: #F2F2F2;
    background-color: #003A95;
    text-decoration: none;
    letter-spacing: 0.02em;
    line-height: 1.25em; }
    a.button.button-primary:hover, button.button.button-primary:hover {
      background-color: #002662; }
  a.button.button-secondary, button.button.button-secondary {
    color: #FFF !important;
    background-color: #4EC4DB;
    line-height: 1.25em;
    display: inline-block; }
    a.button.button-secondary:hover, button.button.button-secondary:hover {
      background-color: #78d2e4; }
  a.button.button-third, button.button.button-third {
    color: #FFF !important;
    background-color: #3b3d36;
    line-height: 1.25em;
    display: inline-block; }
    a.button.button-third:hover, button.button.button-third:hover {
      background-color: #55584e; }
  a.button.button-fourth, button.button.button-fourth {
    color: #FFF !important;
    background-color: #2e9db2;
    line-height: 1.25em;
    display: inline-block; }
  a.button.button-fourth:hover, button.button.button-fourth:hover {
    background-color: #47b3c9; }
  a.button.button-dark, button.button.button-dark {
    color: white !important;
    background-color: #3b3d36;
    border-radius: 128px;
    line-height: 1.25em; }
    a.button.button-dark:hover, button.button.button-dark:hover {
      background-color: #484b42; }
  a.button.button-mobile, button.button.button-mobile {
    color: #ffffff !important;
    border-radius: 0;
    padding: 20px;
    line-height: 1em;
    position: relative; }
    a.button.button-mobile:hover, button.button.button-mobile:hover {
      background-color: inherit;
      color: black !important; }
  a.button:hover, button.button:hover {
    -ms-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
    transition: all 0.5s ease-in-out;
    transition-timing-function: cubic-bezier(3, 1, 2, 7);
    box-shadow: 0 17px 10px -13px rgba(0, 0, 0, 0.5); }
  a.button.button-block, button.button.button-block {
    display: block; }

.list-unstyled, .list-inline {
  padding: 0;
  margin: 0;
  list-style: none; }

.list-inline > li {
  display: inline-block; }

form.form label {
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 2em;
  text-align: left;
  line-height: 1em;
  margin-bottom: 0.5em;
  text-transform: uppercase; }
  @media only screen and (min-width: 700px) {
    form.form label {
      font-size: 2.8em; } }

form.form .form-group {
  text-align: left;
  margin-bottom: 1.4em; }
  form.form .form-group input[type=text], form.form .form-group input[type=email], form.form .form-group input[type=date], form.form .form-group input[type=number] {
    width: 100%;
    border: none;
    padding: 15px 30px; }
  form.form .form-group textarea {
    width: 100%;
    height: 150px;
    padding: 16px 30px;
    box-sizing: border-box;
    border: 0px;
    background-color: #f8f8f8;
    resize: none; }
  form.form .form-group input::-webkit-input-placeholder {
    color: #3b3c3c !important; }
  form.form .form-group input:-moz-placeholder {
    color: #3b3c3c !important; }
  form.form .form-group input::-moz-placeholder {
    color: #3b3c3c !important; }
  form.form .form-group input:-ms-input-placeholder {
    color: #3b3c3c !important; }

form.form .form-error {
  display: none;
  margin-bottom: 1em;
  padding: 10px;
  color: #003A95;
  line-height: 1.2em;
  background: #ffffff; }

.form-checkbox-list label {
  float: left; }

.form-checkbox-list ul {
  list-style: none;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0; }

.form-checkbox-list li {
  color: #AAAAAA;
  display: block;
  position: relative;
  float: left;
  width: 100%; }
  .form-checkbox-list li:hover label {
    color: #FFFFFF; }
  .form-checkbox-list li:hover .check {
    border: 5px solid #FFFFFF; }
  .form-checkbox-list li input[type=radio] {
    position: absolute;
    visibility: hidden; }
  .form-checkbox-list li label {
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 1.35em;
    text-align: left;
    text-transform: inherit;
    padding: 10px 25px 25px 45px;
    margin: 7px auto;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    transition: all 0.25s linear; }
  .form-checkbox-list li .check {
    display: block;
    position: absolute;
    border: 5px solid rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    height: 32px;
    width: 32px;
    top: 12px;
    left: 0;
    z-index: 5;
    transition: border .25s linear; }
  .form-checkbox-list li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 16px;
    width: 16px;
    top: 3px;
    left: 3px;
    margin: auto;
    transition: background 0.25s linear; }

.form-checkbox-list input[type=radio]:checked ~ .check {
  border: 5px solid white; }

.form-checkbox-list input[type=radio]:checked ~ .check::before {
  background: white; }

.form-checkbox-list input[type=radio]:checked ~ label {
  color: white; }

.short-animate {
  transition: .5s ease-in-out; }

.long-animate {
  transition: .5s .5s ease-in-out; }

.lightbox-wrapper, .lightbox-wrapper_pf {
  color: white;
  position: fixed;
  top: -100vh;
  bottom: 100vh;
  left: 0;
  right: 0;
  z-index: 889 !important;
  opacity: 0; }
  .lightbox-wrapper:target, .lightbox-wrapper_pf:target {
    top: 0%;
    bottom: 0%;
    opacity: 1; }
    .lightbox-wrapper:target ~ #lightbox-controls, .lightbox-wrapper_pf:target ~ #lightbox-controls {
      top: 0px; }
    .lightbox-wrapper:target ~ #lightbox-controls #close-lightbox:after, .lightbox-wrapper_pf:target ~ #lightbox-controls #close-lightbox:after {
      width: 50px; }
    .lightbox-wrapper:target ~ #lightbox-controls #close-lightbox:before, .lightbox-wrapper_pf:target ~ #lightbox-controls #close-lightbox:before {
      height: 50px; }
  .lightbox-wrapper .lightbox-btn, .lightbox-wrapper_pf .lightbox-btn {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .lightbox-wrapper .lightbox-btn.lightbox-prev-btn, .lightbox-wrapper_pf .lightbox-btn.lightbox-prev-btn {
      left: 25px; }
    .lightbox-wrapper .lightbox-btn.lightbox-next-btn, .lightbox-wrapper_pf .lightbox-btn.lightbox-next-btn {
      right: 25px; }
    .lightbox-wrapper .lightbox-btn i.fa, .lightbox-wrapper_pf .lightbox-btn i.fa {
      color: #969696; }

.lightbox-wrapper {
  background: rgba(145, 228, 244, 0.96); }
  .lightbox-wrapper .table-wrapper {
    display: table;
    width: 100%;
    height: 100%; }
    .lightbox-wrapper .table-wrapper .table-cell {
      display: table-cell;
      width: 100%;
      height: 100%;
      vertical-align: middle;
      text-align: center; }
      .lightbox-wrapper .table-wrapper .table-cell .lightbox-headings h1 {
        margin-top: 0; }
        .lightbox-wrapper .table-wrapper .table-cell .lightbox-headings h1 br {
          display: none; }
          @media only screen and (min-width: 700px) {
            .lightbox-wrapper .table-wrapper .table-cell .lightbox-headings h1 br {
              display: inline-block; } }
      .lightbox-wrapper .table-wrapper .table-cell .lightbox-headings h2 {
        font-size: 2rem;
        color: #003A95;
        font-weight: 400;
        margin-bottom: 5px; }
      .lightbox-wrapper .table-wrapper .table-cell .lightbox-btn-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center; }
        @media only screen and (min-width: 700px) {
          .lightbox-wrapper .table-wrapper .table-cell .lightbox-btn-wrapper {
            -ms-flex-direction: row;
                flex-direction: row; } }
        .lightbox-wrapper .table-wrapper .table-cell .lightbox-btn-wrapper a:first-child {
          margin-right: 0;
          margin-bottom: 8px; }
          @media only screen and (min-width: 700px) {
            .lightbox-wrapper .table-wrapper .table-cell .lightbox-btn-wrapper a:first-child {
              margin-right: 8px;
              margin-bottom: 0; } }

#lightbox-controls {
  position: fixed;
  height: 70px;
  width: 70px;
  top: -70px;
  right: 0;
  z-index: 890 !important;
  background: rgba(0, 0, 0, 0.1); }

#close-lightbox {
  display: block;
  position: absolute;
  overflow: hidden;
  height: 50px;
  width: 50px;
  text-indent: -5000px;
  right: 10px;
  top: 10px;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  #close-lightbox:before, #close-lightbox:after {
    content: '';
    display: block;
    position: absolute;
    background: white;
    border-radius: 2px; }
  #close-lightbox:before {
    height: 0px;
    width: 3px;
    left: 24px;
    top: 0;
    transition: .5s .5s ease-in-out; }
  #close-lightbox:after {
    width: 0px;
    height: 3px;
    top: 24px;
    left: 0;
    transition: .5s 1s ease-in-out; }

.flexAlign {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center; }
  @media only screen and (min-width: 700px) {
    .flexAlign {
      -ms-flex-direction: row;
          flex-direction: row; } }

.lightboxedMenu {
  width: 90% !important;
  max-width: 500px !important; }
  .lightboxedMenu.services {
    max-width: 1000px !important; }
  @media only screen and (min-width: 700px) {
    .lightboxedMenu {
      width: 50% !important; }
      .lightboxedMenu.services {
        width: 80% !important; } }
  .lightboxedMenu hr {
    margin-top: 50px; }
  .lightboxedMenu h4.title {
    margin: 8px 0 12px 0;
    color: black;
    font-size: 1.3em;
    font-weight: 600;
    text-transform: uppercase;
    background-color: white;
    padding: 10px 16px;
    z-index: 1;
    box-shadow: 7px 7px 14px rgba(0, 0, 0, 0.4);
    display: inline-block;
    left: -8px;
    position: relative;
    border-radius: 9px 3px 9px 3px;
    line-height: 1.3em; }
    @media only screen and (min-width: 700px) {
      .lightboxedMenu h4.title {
        font-size: 1.65em; } }
  .lightboxedMenu h3.subtitle {
    margin: 8px 0 12px 0;
    -ms-transform: skewY(-4deg);
        transform: skewY(-4deg);
    line-height: 1.3em; }
  .lightboxedMenu .top-title {
    position: relative;
    color: #003A95;
    font-size: 1.5em;
    font-weight: 600;
    width: 100%;
    padding: 18px 0 0 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    line-height: 1.3em;
    margin-top: 25px; }
    .lightboxedMenu .top-title span.subtitle {
      color: #000;
      font-size: .75em;
      font-weight: 400;
      text-align: center; }
    .lightboxedMenu .top-title:after {
      content: "";
      width: 100%;
      height: 50px;
      background-image: url("/assets/img/title_header_light.svg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: auto 50%; }
    @media only screen and (min-width: 700px) {
      .lightboxedMenu .top-title {
        font-size: 2em; } }
  .lightboxedMenu .mid-title {
    position: relative;
    color: #000;
    z-index: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    padding: 25px;
    text-align: justify; }
    .lightboxedMenu .mid-title p {
      line-height: 1.4em;
      font-weight: 500; }
    .lightboxedMenu .mid-title span {
      display: block; }
  .lightboxedMenu ul {
    list-style: none;
    padding-left: 0;
    margin-top: 0; }
    .lightboxedMenu ul li {
      padding: 7px 12px;
      background-color: rgba(255, 255, 255, 0.15);
      left: 0;
      margin-bottom: 3px;
      position: relative;
      -ms-transform: skewY(-4deg);
          transform: skewY(-4deg);
      box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
      border-radius: 9px 3px 9px 3px; }
      .lightboxedMenu ul li strong {
        text-transform: uppercase;
        font-size: 1.1em; }
      .lightboxedMenu ul li:nth-child(2n+1) {
        background-color: rgba(255, 255, 255, 0.25);
        left: 0; }

h1, h2 {
  font-size: 3.5rem;
  font-weight: bold;
  text-transform: none; }
  h1 strong, h2 strong {
    font-weight: bold; }
  @media only screen and (min-width: 700px) {
    h1, h2 {
      font-size: 4.5rem; } }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.5em;
  font-weight: normal; }
  h4 strong {
    font-weight: normal; }
  @media only screen and (min-width: 700px) {
    h4 {
      font-size: 2.15em; } }

h5 {
  font-size: 1rem; }

h6 {
  font-size: 0.875rem; }

h1, h2, h3 {
  font-family: "Montserrat", Helvetica, sans-serif;
  line-height: 1.25em; }

p {
  font-size: 1.6rem;
  font-weight: 200;
  line-height: 1.4em; }

::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #333;
  color: #fff;
  text-shadow: none; }

::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none; }

::-webkit-selection {
  background: #333;
  color: #fff;
  text-shadow: none; }

.hide-mobile {
  display: none !important; }
  @media only screen and (min-width: 700px) {
    .hide-mobile {
      display: inherit !important; } }

.show-mobile {
  display: block !important; }
  @media only screen and (min-width: 700px) {
    .show-mobile {
      display: none !important; } }

.no-overflow {
  overflow: hidden; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

:hover {
  transition: all .2s ease-in-out .2s; }

.no-padding {
  padding: 0; }

.no-margin {
  margin: 0; }

.hidden {
  display: none; }

@media only screen and (min-width: 768px) {
  h2 {
    width: 100%; } }

@media only screen and (min-width: 1024px) {
  .header #menuToggle {
    display: none; }
  .header .menu {
    display: block; } }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.hidden-sm {
  display: none; }

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 540px) {
    .container {
      width: 80%; } }
  @media only screen and (min-width: 1000px) {
    .container {
      width: 75%;
      max-width: 1000px; } }

.row {
  position: relative;
  width: 100%; }

.row [class^="col"] {
  float: left;
  margin: 0.5rem 2%;
  min-height: 0.125rem; }

.row::after {
  content: "";
  display: table;
  clear: both; }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%; }

.col-1-sm {
  width: 4.33333%; }

.col-2-sm {
  width: 12.66667%; }

.col-3-sm {
  width: 21%; }

.col-4-sm {
  width: 29.33333%; }

.col-5-sm {
  width: 37.66667%; }

.col-6-sm {
  width: 46%; }

.col-7-sm {
  width: 54.33333%; }

.col-8-sm {
  width: 62.66667%; }

.col-9-sm {
  width: 71%; }

.col-10-sm {
  width: 79.33333%; }

.col-11-sm {
  width: 87.66667%; }

.col-12-sm {
  width: 96%; }

@media only screen and (min-width: 720px) {
  .col-1 {
    width: 4.33333%; }
  .col-2 {
    width: 12.66667%; }
  .col-3 {
    width: 21%; }
  .col-4 {
    width: 29.33333%; }
  .col-5 {
    width: 37.66667%; }
  .col-6 {
    width: 46%; }
  .col-7 {
    width: 54.33333%; }
  .col-8 {
    width: 62.66667%; }
  .col-9 {
    width: 71%; }
  .col-10 {
    width: 79.33333%; }
  .col-11 {
    width: 87.66667%; }
  .col-12 {
    width: 96%; }
  .hidden-sm {
    display: block; } }
