	@charset "UTF-8";
/* USOS POSIBLES
  Completo: @include degradado(toTop, $white, transparent, 0%, 100%, linear);
  Sencillo: @include degradado(toTop, $white, transparent);
*/
/*
  @include media-breakpoint-up(xs)      {background: gold!important;}
  @include media-breakpoint-up(sm)      {background: sienna!important;}
  @include media-breakpoint-up(md)      {background: deepskyblue!important;}
  @include media-breakpoint-up(lg)      {background: deeppink!important;}
  @include media-breakpoint-up(xl)      {background: steelblue!important;}
  @include media-breakpoint-up(xxl)     {background: pink!important;}
  @include media-breakpoint-up(xxxl)    {background: salmon!important;}
  @include media-breakpoint-up(xxxxl)   {background: teal!important;}
*/
/*

@media all and (min-width: $min_bobile)     {}
@media all and (max-width: $mobile)         {}
@media all and (min-width: $mobile)         {}
@media all and (min-width: $tablet)         {}
@media all and (min-width: $desktop)        {}
@media all and (min-width: $max_desktop)    {}
@media all and (min-width: $desktop_4K)     {}


@media all and (min-width: $min_bobile)     {}
@media all and (min-width: $tablet)         {}

*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }
  ol li, ul li {
    list-style: none; }

button {
  background-color: transparent;
  outline: none;
  border: 0;
  cursor: pointer; }

button, input, select, textarea {
  background-color: transparent;
  outline: none;
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

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

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

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

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
/* 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: 1.1rem;
  /* 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: 1.1rem;
  /* 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.25rem; }

sup {
  top: -0.5rem; }

/* 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: 0.1rem dotted #00b4d8; }

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0; }

/**
   * 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; }

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

.giiant-crud{
  margin-top: 30px;
}

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

address {
  font-style: normal;
  display: block;
  font-style: normal; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
  display: inherit; }

::-moz-selection {
  background: #00b4d8;
  color: #ffffff; }

::selection {
  background: #00b4d8;
  color: #ffffff; }

::-webkit-scrollbar {
  width: 7.5px;
  border-radius: 30px;
  background: transparent; }

::-webkit-scrollbar-thumb {
  background: rgba(0, 180, 216, 0.5); }

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

img {
  -webkit-transition: width 1s;
  /* Safari */
  transition: width 1s; }

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

body {
  background: #ffffff;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 19px;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  padding-top: 95px;
  padding-bottom: 95px; }
  body.menuClose {
    padding-left: 96px;
    -webkit-transition: 0.2s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.2s; }
  body.menuOpen {
    padding-left: 280px;
    -webkit-transition: 0.2s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.2s; }
  body.stopScroll {
    overflow: hidden; }
  body a {
    color: #054573;
    text-decoration: none; }
    body a:hover {
      color: #4fa601;
      -webkit-transition: 1s;
      /* Safari 4+ */
      /* Fx 5+ */
      /* Opera 12+ */
      transition: 1s;
      text-decoration: underline; }
  body span.link {
    color: #27c9ea; }
  body p a {
    color: #27c9ea; }
  body p a:hover {
    color: #00b4d8;
    -webkit-transition: 1s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 1s; }

  .contacto-form{
    margin-top: 40px;
  }

.form-item label {
  font-weight: 300;
  font-size: 12px !important;
  line-height: 17px;
  letter-spacing: 0;
  margin-bottom: 8px;
  color: #959DA5;
  font-weight: 600;
  display: block; }

.form-row, .check-group-row {
  padding: 0 0 12px 0; }
  .form-row legend, .check-group-row legend {
    font-size: 14px !important;
    line-height: 19px;
    letter-spacing: 0;
    font-weight: 600;
    display: block;
    color: #000000; }
  .form-row .form-row-action, .check-group-row .form-row-action {
    padding: 0 0 12px 0;
    text-align: right; }

.field {
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #DEE0E3;
  -webkit-transition: 0.1s;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  transition: 0.1s;
  line-height: 17px;
  padding: 11px 16px;
  font-size: 14px;
  background: #ffffff;
  font-weight: 600;
  color: #959DA5; }
  .field::-webkit-input-placeholder {
    font-size: 14px !important;
    line-height: 19px;
    letter-spacing: 0; }
  .field:-ms-input-placeholder {
    font-size: 14px !important;
    line-height: 19px;
    letter-spacing: 0; }
  .field::-ms-input-placeholder {
    font-size: 14px !important;
    line-height: 19px;
    letter-spacing: 0; }
  .field::placeholder {
    font-size: 14px !important;
    line-height: 19px;
    letter-spacing: 0; }
  .field::-webkit-input-placeholder, .field::-moz-placeholder, .field:-ms-input-placeholder, .field:-moz-placeholder {
    color: #959DA5; }
  .field::-webkit-inner-spin-button, .field::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    margin: 0; }
  .field.field--text {
    color: #000000; }
    .field.field--text:focus {
      font-weight: 600;
      background-color: #ffffff;
      border: 1px solid #004a59;
      -webkit-box-shadow: 0 0 0 0 !important;
              box-shadow: 0 0 0 0 !important; }
    .field.field--text:disabled {
      border: 1px solid #DEE0E3;
      background: #FAFAFA;
      color: #959DA5;
      cursor: not-allowed; }
  .field.field--search {
    background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/0/0b/Search_Icon.svg/500px-Search_Icon.svg.png");
    background-position: 90% 12px;
    background-repeat: no-repeat;
    background-color: #FAFAFA;
    background-size: 16px;
    width: 100%;
    height: 44px;
    color: #000000;
    font-weight: 400;
    margin-right: 32px;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    border-radius: 30px 30px 30px 30px;
    -webkit-transform: 0.7s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transform: 0.7s;
    border: 1px solid #BEC2C6;
    padding-left: 30px !important;
    font-size: 14px !important; }
    .field.field--search:focus {
      background-color: #ffffff;
      border: 1px solid #00b4d8;
      -webkit-box-shadow: 0 0 0 0 !important;
              box-shadow: 0 0 0 0 !important; }
    .field.field--search::-webkit-input-placeholder {
      color: #6A737D; }
    .field.field--search:-ms-input-placeholder {
      color: #6A737D; }
    .field.field--search::-ms-input-placeholder {
      color: #6A737D; }
    .field.field--search::placeholder {
      color: #6A737D; }
  .field.field--textarea {
    color: #000000;
    height: 120px; }
    .field.field--textarea:focus {
      font-weight: 600;
      background-color: #ffffff;
      border: 1px solid #004a59;
      -webkit-box-shadow: 0 0 0 0 !important;
              box-shadow: 0 0 0 0 !important; }
    .field.field--textarea:disabled {
      border: 1px solid #DEE0E3;
      background: #FAFAFA;
      cursor: not-allowed;
      color: #959DA5; }

.check-group-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .check-group-row .check-group {
    display: -ms-inline-grid;
    display: inline-grid;
    margin-bottom: 10px;
    /* Base for label styling */
    /* checkbox aspect */
    /* checked mark aspect */
    /* checked mark aspect changes */
    /* Disabled checkbox */ }
    .check-group-row .check-group label span {
      margin-top: -2px;
      display: block; }
    .check-group-row .check-group [type="checkbox"]:not(:checked),
    .check-group-row .check-group [type="checkbox"]:checked {
      position: absolute;
      left: 0;
      opacity: 0.01; }
    .check-group-row .check-group [type="checkbox"]:not(:checked) + label,
    .check-group-row .check-group [type="checkbox"]:checked + label {
      position: relative;
      /* Safari 4+ */
      /* Fx 5+ */
      /* Opera 12+ */
      border-radius: 6px 6px 6px 6px;
      border: 1px solid #DEE0E3;
      margin: 0 10px 0 0;
      padding: 12px 12px 12px 36px;
      cursor: hand !important;
      cursor: pointer !important; }
      .check-group-row .check-group [type="checkbox"]:not(:checked) + label:hover,
      .check-group-row .check-group [type="checkbox"]:checked + label:hover {
        background: rgba(0, 180, 216, 0.05);
        -webkit-transition: 0.5s;
        /* Safari 4+ */
        /* Fx 5+ */
        /* Opera 12+ */
        transition: 0.5s; }
    .check-group-row .check-group [type="checkbox"]:not(:checked) + label:before {
      content: "";
      position: absolute;
      left: 11px;
      top: 14px;
      width: 16px;
      height: 16px;
      background: #ffffff;
      border: 1px solid #DEE0E3;
      /* Safari 4+ */
      /* Fx 5+ */
      /* Opera 12+ */
      border-radius: 4px 4px 4px 4px;
      -webkit-transition: all 0.275s;
      /* Safari 4+ */
      /* Fx 5+ */
      /* Opera 12+ */
      transition: all 0.275s; }
    .check-group-row .check-group [type="checkbox"]:checked + label:before {
      content: "";
      position: absolute;
      left: 11px;
      top: 13px;
      width: 16px;
      height: 16px;
      background: #00b4d8;
      border: 1px solid #00b4d8;
      /* Safari 4+ */
      /* Fx 5+ */
      /* Opera 12+ */
      border-radius: 4px 4px 4px 4px;
      -webkit-transition: all 0.275s;
      /* Safari 4+ */
      /* Fx 5+ */
      /* Opera 12+ */
      transition: all 0.275s; }
    .check-group-row .check-group [type="checkbox"]:not(:checked) + label:after,
    .check-group-row .check-group [type="checkbox"]:checked + label:after {
      content: "✕";
      position: absolute;
      top: 21px;
      left: 13px;
      font-size: 16px !important;
      line-height: 21px;
      letter-spacing: 0;
      color: #ffffff;
      line-height: 0;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
    .check-group-row .check-group [type="checkbox"]:not(:checked) + label:after {
      opacity: 0;
      -webkit-transform: scale(0) rotate(45deg);
      transform: scale(0) rotate(45deg); }
    .check-group-row .check-group [type="checkbox"]:checked + label:after {
      opacity: 1;
      -webkit-transform: scale(1) rotate(0);
      transform: scale(1) rotate(0); }
    .check-group-row .check-group [type="checkbox"]:disabled:not(:checked) + label:before,
    .check-group-row .check-group [type="checkbox"]:disabled:checked + label:before {
      -webkit-box-shadow: none;
              box-shadow: none;
      border-color: #959DA5;
      background-color: #FAFAFA; }
    .check-group-row .check-group [type="checkbox"]:disabled:checked + label:after {
      color: #959DA5; }
    .check-group-row .check-group [type="checkbox"]:disabled + label {
      color: #BEC2C6; }

.d_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.txt-2-col {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 1rem;
          column-gap: 1rem; }

.txt-3-col {
  -webkit-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 1rem;
          column-gap: 1rem; }

.txt-4-col {
  -webkit-column-count: 4;
          column-count: 4;
  -webkit-column-gap: 1rem;
          column-gap: 1rem; }

.txt-5-col {
  -webkit-column-count: 5;
          column-count: 5;
  -webkit-column-gap: 1rem;
          column-gap: 1rem; }

.txt-6-col {
  -webkit-column-count: 6;
          column-count: 6;
  -webkit-column-gap: 1rem;
          column-gap: 1rem; }

.col_r1_d2 {
  -webkit-transition: 1s;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  transition: 1s;
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 1rem;
  column-gap: 1rem;
  row-gap: 0rem; }
  @media all and (min-width: 100px) {
    .col_r1_d2 {
      -ms-grid-columns: (1fr)[1];
          grid-template-columns: repeat(1, 1fr); } }
  @media all and (min-width: 768px) {
    .col_r1_d2 {
      -ms-grid-columns: (1fr)[2];
          grid-template-columns: repeat(2, 1fr); } }

.col_r1_d3 {
  -webkit-transition: 1s;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  transition: 1s;
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 1rem;
  column-gap: 1rem;
  row-gap: 1rem; }
  @media all and (min-width: 100px) {
    .col_r1_d3 {
      -ms-grid-columns: (1fr)[1];
          grid-template-columns: repeat(1, 1fr); } }
  @media all and (min-width: 768px) {
    .col_r1_d3 {
      -ms-grid-columns: (1fr)[3];
          grid-template-columns: repeat(3, 1fr); } }
  .col_r1_d3.only_d {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 1rem; }
    @media all and (min-width: 100px) {
      .col_r1_d3.only_d {
        -ms-grid-columns: (1fr)[1];
            grid-template-columns: repeat(1, 1fr); } }
    @media all and (min-width: 768px) {
      .col_r1_d3.only_d {
        -ms-grid-columns: 0, (1fr)[3];
            grid-template-columns: 0, repeat(3, 1fr); } }

.col_r1_d4 {
  -webkit-transition: 1s;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  transition: 1s;
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 1rem;
  column-gap: 1rem;
  row-gap: 1rem; }
  @media all and (min-width: 100px) {
    .col_r1_d4 {
      -ms-grid-columns: (1fr)[1];
          grid-template-columns: repeat(1, 1fr); } }
  @media all and (min-width: 768px) {
    .col_r1_d4 {
      -ms-grid-columns: (1fr)[4];
          grid-template-columns: repeat(4, 1fr); } }
  .col_r1_d4.only_d {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 1rem; }
    @media all and (min-width: 100px) {
      .col_r1_d4.only_d {
        -ms-grid-columns: (1fr)[1];
            grid-template-columns: repeat(1, 1fr); } }
    @media all and (min-width: 768px) {
      .col_r1_d4.only_d {
        -ms-grid-columns: 0, (1fr)[4];
            grid-template-columns: 0, repeat(4, 1fr); } }

.col_r1_d5 {
  -webkit-transition: 1s;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  transition: 1s;
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 1rem;
  column-gap: 1rem;
  row-gap: 1rem; }
  @media all and (min-width: 100px) {
    .col_r1_d5 {
      -ms-grid-columns: (1fr)[1];
          grid-template-columns: repeat(1, 1fr); } }
  @media all and (min-width: 768px) {
    .col_r1_d5 {
      -ms-grid-columns: (1fr)[5];
          grid-template-columns: repeat(5, 1fr); } }
  .col_r1_d5.only_d {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 1rem; }
    @media all and (min-width: 100px) {
      .col_r1_d5.only_d {
        -ms-grid-columns: (1fr)[1];
            grid-template-columns: repeat(1, 1fr); } }
    @media all and (min-width: 768px) {
      .col_r1_d5.only_d {
        -ms-grid-columns: 0, (1fr)[5];
            grid-template-columns: 0, repeat(5, 1fr); } }

.col_r1_d6 {
  -webkit-transition: 1s;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  transition: 1s;
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 1rem;
  column-gap: 1rem;
  row-gap: 1rem; }
  @media all and (min-width: 100px) {
    .col_r1_d6 {
      -ms-grid-columns: (1fr)[1];
          grid-template-columns: repeat(1, 1fr); } }
  @media all and (min-width: 768px) {
    .col_r1_d6 {
      -ms-grid-columns: (1fr)[6];
          grid-template-columns: repeat(6, 1fr); } }
  .col_r1_d6.only_d {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 1rem; }
    @media all and (min-width: 100px) {
      .col_r1_d6.only_d {
        -ms-grid-columns: (1fr)[1];
            grid-template-columns: repeat(1, 1fr); } }
    @media all and (min-width: 768px) {
      .col_r1_d6.only_d {
        -ms-grid-columns: 0, (1fr)[6];
            grid-template-columns: 0, repeat(6, 1fr); } }

.col_r1_d7 {
  -webkit-transition: 1s;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  transition: 1s;
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 1rem;
  column-gap: 1rem;
  row-gap: 1rem; }
  @media all and (min-width: 100px) {
    .col_r1_d7 {
      -ms-grid-columns: (1fr)[1];
          grid-template-columns: repeat(1, 1fr); } }
  @media all and (min-width: 768px) {
    .col_r1_d7 {
      -ms-grid-columns: (1fr)[7];
          grid-template-columns: repeat(7, 1fr); } }
  .col_r1_d7.only_d {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 1rem; }
    @media all and (min-width: 100px) {
      .col_r1_d7.only_d {
        -ms-grid-columns: (1fr)[1];
            grid-template-columns: repeat(1, 1fr); } }
    @media all and (min-width: 768px) {
      .col_r1_d7.only_d {
        -ms-grid-columns: 0, (1fr)[7];
            grid-template-columns: 0, repeat(7, 1fr); } }

.col_r2_d2 {
  -webkit-transition: 1s;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  transition: 1s;
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 1rem;
  column-gap: 1rem;
  row-gap: 0rem; }
  @media all and (min-width: 100px) {
    .col_r2_d2 {
      -ms-grid-columns: (1fr)[2];
          grid-template-columns: repeat(2, 1fr); } }
  @media all and (min-width: 768px) {
    .col_r2_d2 {
      -ms-grid-columns: (1fr)[2];
          grid-template-columns: repeat(2, 1fr); } }

.col_r2_d4 {
  -webkit-transition: 1s;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  transition: 1s;
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 1rem;
  column-gap: 1rem;
  row-gap: 1rem; }
  @media all and (min-width: 100px) {
    .col_r2_d4 {
      -ms-grid-columns: (1fr)[2];
          grid-template-columns: repeat(2, 1fr); } }
  @media all and (min-width: 768px) {
    .col_r2_d4 {
      -ms-grid-columns: (1fr)[4];
          grid-template-columns: repeat(4, 1fr); } }
  .col_r2_d4.only_d {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 1rem; }
    @media all and (min-width: 100px) {
      .col_r2_d4.only_d {
        -ms-grid-columns: (1fr)[2];
            grid-template-columns: repeat(2, 1fr); } }
    @media all and (min-width: 768px) {
      .col_r2_d4.only_d {
        -ms-grid-columns: 0, (1fr)[4];
            grid-template-columns: 0, repeat(4, 1fr); } }

.col_r4_d4 {
  -webkit-transition: 1s;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  transition: 1s;
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 1rem;
  column-gap: 1rem;
  row-gap: 1rem; }
  @media all and (min-width: 100px) {
    .col_r4_d4 {
      -ms-grid-columns: (1fr)[4];
          grid-template-columns: repeat(4, 1fr); } }
  @media all and (min-width: 768px) {
    .col_r4_d4 {
      -ms-grid-columns: (1fr)[4];
          grid-template-columns: repeat(4, 1fr); } }
  .col_r4_d4.only_d {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 1rem; }
    @media all and (min-width: 100px) {
      .col_r4_d4.only_d {
        -ms-grid-columns: (1fr)[4];
            grid-template-columns: repeat(4, 1fr); } }
    @media all and (min-width: 768px) {
      .col_r4_d4.only_d {
        -ms-grid-columns: 0, (1fr)[4];
            grid-template-columns: 0, repeat(4, 1fr); } }

.col_r2_d5 {
  -webkit-transition: 1s;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  transition: 1s;
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 1rem;
  column-gap: 1rem;
  row-gap: 1rem; }
  @media all and (min-width: 100px) {
    .col_r2_d5 {
      -ms-grid-columns: (1fr)[2];
          grid-template-columns: repeat(2, 1fr); } }
  @media all and (min-width: 768px) {
    .col_r2_d5 {
      -ms-grid-columns: (1fr)[5];
          grid-template-columns: repeat(5, 1fr); } }
  .col_r2_d5.only_d {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 1rem; }
    @media all and (min-width: 100px) {
      .col_r2_d5.only_d {
        -ms-grid-columns: (1fr)[2];
            grid-template-columns: repeat(2, 1fr); } }
    @media all and (min-width: 768px) {
      .col_r2_d5.only_d {
        -ms-grid-columns: 0, (1fr)[5];
            grid-template-columns: 0, repeat(5, 1fr); } }

.col_r2_d6 {
  -webkit-transition: 1s;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  transition: 1s;
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 1rem;
  column-gap: 1rem;
  row-gap: 1rem; }
  @media all and (min-width: 100px) {
    .col_r2_d6 {
      -ms-grid-columns: (1fr)[2];
          grid-template-columns: repeat(2, 1fr); } }
  @media all and (min-width: 768px) {
    .col_r2_d6 {
      -ms-grid-columns: (1fr)[6];
          grid-template-columns: repeat(6, 1fr); } }
  .col_r2_d6.only_d {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 1rem; }
    @media all and (min-width: 100px) {
      .col_r2_d6.only_d {
        -ms-grid-columns: (1fr)[2];
            grid-template-columns: repeat(2, 1fr); } }
    @media all and (min-width: 768px) {
      .col_r2_d6.only_d {
        -ms-grid-columns: 0, (1fr)[6];
            grid-template-columns: 0, repeat(6, 1fr); } }

.col_r2_d7 {
  -webkit-transition: 1s;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  transition: 1s;
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 1rem;
  column-gap: 1rem;
  row-gap: 1rem; }
  @media all and (min-width: 100px) {
    .col_r2_d7 {
      -ms-grid-columns: (1fr)[2];
          grid-template-columns: repeat(2, 1fr); } }
  @media all and (min-width: 768px) {
    .col_r2_d7 {
      -ms-grid-columns: (1fr)[7];
          grid-template-columns: repeat(7, 1fr); } }
  .col_r2_d7.only_d {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 1rem; }
    @media all and (min-width: 100px) {
      .col_r2_d7.only_d {
        -ms-grid-columns: (1fr)[2];
            grid-template-columns: repeat(2, 1fr); } }
    @media all and (min-width: 768px) {
      .col_r2_d7.only_d {
        -ms-grid-columns: 0, (1fr)[7];
            grid-template-columns: 0, repeat(7, 1fr); } }

.col_r2_d8 {
  -webkit-transition: 1s;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  transition: 1s;
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 1rem;
  column-gap: 1rem;
  row-gap: 1rem; }
  @media all and (min-width: 100px) {
    .col_r2_d8 {
      -ms-grid-columns: (1fr)[2];
          grid-template-columns: repeat(2, 1fr); } }
  @media all and (min-width: 768px) {
    .col_r2_d8 {
      -ms-grid-columns: (1fr)[7];
          grid-template-columns: repeat(7, 1fr); } }
  .col_r2_d8.only_d {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 1rem; }
    @media all and (min-width: 100px) {
      .col_r2_d8.only_d {
        -ms-grid-columns: (1fr)[2];
            grid-template-columns: repeat(2, 1fr); } }
    @media all and (min-width: 768px) {
      .col_r2_d8.only_d {
        -ms-grid-columns: 0, (1fr)[7];
            grid-template-columns: 0, repeat(7, 1fr); } }

.txt_2_col {
  -webkit-column-gap: 1rem;
          column-gap: 1rem; }
  @media all and (min-width: 100px) {
    .txt_2_col {
      -webkit-column-count: 1;
              column-count: 1; } }
  @media all and (min-width: 768px) {
    .txt_2_col {
      -webkit-column-count: 2;
              column-count: 2; } }

.txt_3_col {
  -webkit-column-gap: 1rem;
          column-gap: 1rem; }
  @media all and (min-width: 100px) {
    .txt_3_col {
      -webkit-column-count: 1;
              column-count: 1; } }
  @media all and (min-width: 768px) {
    .txt_3_col {
      -webkit-column-count: 3;
              column-count: 3; } }

.txt_4_col {
  -webkit-column-gap: 1rem;
          column-gap: 1rem; }
  @media all and (min-width: 100px) {
    .txt_4_col {
      -webkit-column-count: 1;
              column-count: 1; } }
  @media all and (min-width: 768px) {
    .txt_4_col {
      -webkit-column-count: 4;
              column-count: 4; } }

.txt_5_col {
  -webkit-column-gap: 1rem;
          column-gap: 1rem; }
  @media all and (min-width: 100px) {
    .txt_5_col {
      -webkit-column-count: 1;
              column-count: 1; } }
  @media all and (min-width: 768px) {
    .txt_5_col {
      -webkit-column-count: 5;
              column-count: 5; } }

.txt_6_col {
  -webkit-column-gap: 1rem;
          column-gap: 1rem; }
  @media all and (min-width: 100px) {
    .txt_6_col {
      -webkit-column-count: 1;
              column-count: 1; } }
  @media all and (min-width: 768px) {
    .txt_6_col {
      -webkit-column-count: 6;
              column-count: 6; } }

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Safari 4+ */
  -moz-align-items: center;
  /* Fx 5+ */
  -ms-align-items: center;
  -o-align-items: center;
  /* Opera 12+ */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* Safari 4+ */
  -moz-justify-content: center;
  /* Fx 5+ */
  -ms-justify-content: center;
  -o-justify-content: center;
  /* Opera 12+ */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

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

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

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

.rounded-corners {
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  border-radius: 16px 16px 16px 16px; }

.w-00 {
  width: 0%; }
  @media (max-width: 1024px) {
    .w-00 {
      width: 100%; } }

.w-10 {
  width: 10%; }
  @media (max-width: 1024px) {
    .w-10 {
      width: 100%; } }

.w-20 {
  width: 20%; }
  @media (max-width: 1024px) {
    .w-20 {
      width: 100%; } }

.w-30 {
  width: 30%; }
  @media (max-width: 1024px) {
    .w-30 {
      width: 100%; } }

.w-40 {
  width: 40%; }
  @media (max-width: 1024px) {
    .w-40 {
      width: 100%; } }

.w-50 {
  width: 50%; }
  @media (max-width: 1024px) {
    .w-50 {
      width: 100%; } }

.w-60 {
  width: 60%; }
  @media (max-width: 1024px) {
    .w-60 {
      width: 100%; } }

.w-70 {
  width: 70%; }
  @media (max-width: 1024px) {
    .w-70 {
      width: 100%; } }

.w-80 {
  width: 80%; }
  @media (max-width: 1024px) {
    .w-80 {
      width: 100%; } }

.w-90 {
  width: 90%; }
  @media (max-width: 1024px) {
    .w-90 {
      width: 100%; } }

.w-100, .field {
  width: 100%; }
  @media (max-width: 1024px) {
    .w-100, .field {
      width: 100%; } }

.m-0 {
  margin: 0px !important; }

.mt-0 {
  margin-top: 0px !important; }

.mr-0 {
  margin-right: 0px !important; }

.mb-0 {
  margin-bottom: 0px !important; }

.ml-0 {
  margin-right: 0px !important; }

.p-0 {
  padding: 0px !important; }

.pt-0 {
  padding-top: 0px !important; }

.pr-0 {
  padding-right: 0px !important; }

.pb-0 {
  padding-bottom: 0px !important; }

.pl-0 {
  padding-right: 0px !important; }

.m-1 {
  margin: 1px !important; }

.mt-1 {
  margin-top: 1px !important; }

.mr-1 {
  margin-right: 1px !important; }

.mb-1 {
  margin-bottom: 1px !important; }

.ml-1 {
  margin-right: 1px !important; }

.p-1 {
  padding: 1px !important; }

.pt-1 {
  padding-top: 1px !important; }

.pr-1 {
  padding-right: 1px !important; }

.pb-1 {
  padding-bottom: 1px !important; }

.pl-1 {
  padding-right: 1px !important; }

.m-2 {
  margin: 2px !important; }

.mt-2 {
  margin-top: 2px !important; }

.mr-2 {
  margin-right: 2px !important; }

.mb-2 {
  margin-bottom: 2px !important; }

.ml-2 {
  margin-right: 2px !important; }

.p-2 {
  padding: 2px !important; }

.pt-2 {
  padding-top: 2px !important; }

.pr-2 {
  padding-right: 2px !important; }

.pb-2 {
  padding-bottom: 2px !important; }

.pl-2 {
  padding-right: 2px !important; }

.m-3 {
  margin: 3px !important; }

.mt-3 {
  margin-top: 3px !important; }

.mr-3 {
  margin-right: 3px !important; }

.mb-3 {
  margin-bottom: 3px !important; }

.ml-3 {
  margin-right: 3px !important; }

.p-3 {
  padding: 3px !important; }

.pt-3 {
  padding-top: 3px !important; }

.pr-3 {
  padding-right: 3px !important; }

.pb-3 {
  padding-bottom: 3px !important; }

.pl-3 {
  padding-right: 3px !important; }

.m-4 {
  margin: 4px !important; }

.mt-4 {
  margin-top: 4px !important; }

.mr-4 {
  margin-right: 4px !important; }

.mb-4 {
  margin-bottom: 4px !important; }

.ml-4 {
  margin-right: 4px !important; }

.p-4 {
  padding: 4px !important; }

.pt-4 {
  padding-top: 4px !important; }

.pr-4 {
  padding-right: 4px !important; }

.pb-4 {
  padding-bottom: 4px !important; }

.pl-4 {
  padding-right: 4px !important; }

.m-5 {
  margin: 5px !important; }

.mt-5 {
  margin-top: 5px !important; }

.mr-5 {
  margin-right: 5px !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.ml-5 {
  margin-right: 5px !important; }

.p-5 {
  padding: 5px !important; }

.pt-5 {
  padding-top: 5px !important; }

.pr-5 {
  padding-right: 5px !important; }

.pb-5 {
  padding-bottom: 5px !important; }

.pl-5 {
  padding-right: 5px !important; }

.m-6 {
  margin: 6px !important; }

.mt-6 {
  margin-top: 6px !important; }

.mr-6 {
  margin-right: 6px !important; }

.mb-6 {
  margin-bottom: 6px !important; }

.ml-6 {
  margin-right: 6px !important; }

.p-6 {
  padding: 6px !important; }

.pt-6 {
  padding-top: 6px !important; }

.pr-6 {
  padding-right: 6px !important; }

.pb-6 {
  padding-bottom: 6px !important; }

.pl-6 {
  padding-right: 6px !important; }

.m-7 {
  margin: 7px !important; }

.mt-7 {
  margin-top: 7px !important; }

.mr-7 {
  margin-right: 7px !important; }

.mb-7 {
  margin-bottom: 7px !important; }

.ml-7 {
  margin-right: 7px !important; }

.p-7 {
  padding: 7px !important; }

.pt-7 {
  padding-top: 7px !important; }

.pr-7 {
  padding-right: 7px !important; }

.pb-7 {
  padding-bottom: 7px !important; }

.pl-7 {
  padding-right: 7px !important; }

.m-8 {
  margin: 8px !important; }

.mt-8 {
  margin-top: 8px !important; }

.mr-8 {
  margin-right: 8px !important; }

.mb-8 {
  margin-bottom: 8px !important; }

.ml-8 {
  margin-right: 8px !important; }

.p-8 {
  padding: 8px !important; }

.pt-8 {
  padding-top: 8px !important; }

.pr-8 {
  padding-right: 8px !important; }

.pb-8 {
  padding-bottom: 8px !important; }

.pl-8 {
  padding-right: 8px !important; }

.m-9 {
  margin: 9px !important; }

.mt-9 {
  margin-top: 9px !important; }

.mr-9 {
  margin-right: 9px !important; }

.mb-9 {
  margin-bottom: 9px !important; }

.ml-9 {
  margin-right: 9px !important; }

.p-9 {
  padding: 9px !important; }

.pt-9 {
  padding-top: 9px !important; }

.pr-9 {
  padding-right: 9px !important; }

.pb-9 {
  padding-bottom: 9px !important; }

.pl-9 {
  padding-right: 9px !important; }

.m-10 {
  margin: 10px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mr-10 {
  margin-right: 10px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.ml-10 {
  margin-right: 10px !important; }

.p-10 {
  padding: 10px !important; }

.pt-10 {
  padding-top: 10px !important; }

.pr-10 {
  padding-right: 10px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pl-10 {
  padding-right: 10px !important; }

.m-11 {
  margin: 11px !important; }

.mt-11 {
  margin-top: 11px !important; }

.mr-11 {
  margin-right: 11px !important; }

.mb-11 {
  margin-bottom: 11px !important; }

.ml-11 {
  margin-right: 11px !important; }

.p-11 {
  padding: 11px !important; }

.pt-11 {
  padding-top: 11px !important; }

.pr-11 {
  padding-right: 11px !important; }

.pb-11 {
  padding-bottom: 11px !important; }

.pl-11 {
  padding-right: 11px !important; }

.m-12 {
  margin: 12px !important; }

.mt-12 {
  margin-top: 12px !important; }

.mr-12 {
  margin-right: 12px !important; }

.mb-12 {
  margin-bottom: 12px !important; }

.ml-12 {
  margin-right: 12px !important; }

.p-12 {
  padding: 12px !important; }

.pt-12 {
  padding-top: 12px !important; }

.pr-12 {
  padding-right: 12px !important; }

.pb-12 {
  padding-bottom: 12px !important; }

.pl-12 {
  padding-right: 12px !important; }

.m-13 {
  margin: 13px !important; }

.mt-13 {
  margin-top: 13px !important; }

.mr-13 {
  margin-right: 13px !important; }

.mb-13 {
  margin-bottom: 13px !important; }

.ml-13 {
  margin-right: 13px !important; }

.p-13 {
  padding: 13px !important; }

.pt-13 {
  padding-top: 13px !important; }

.pr-13 {
  padding-right: 13px !important; }

.pb-13 {
  padding-bottom: 13px !important; }

.pl-13 {
  padding-right: 13px !important; }

.m-14 {
  margin: 14px !important; }

.mt-14 {
  margin-top: 14px !important; }

.mr-14 {
  margin-right: 14px !important; }

.mb-14 {
  margin-bottom: 14px !important; }

.ml-14 {
  margin-right: 14px !important; }

.p-14 {
  padding: 14px !important; }

.pt-14 {
  padding-top: 14px !important; }

.pr-14 {
  padding-right: 14px !important; }

.pb-14 {
  padding-bottom: 14px !important; }

.pl-14 {
  padding-right: 14px !important; }

.m-15 {
  margin: 15px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.ml-15 {
  margin-right: 15px !important; }

.p-15 {
  padding: 15px !important; }

.pt-15 {
  padding-top: 15px !important; }

.pr-15 {
  padding-right: 15px !important; }

.pb-15 {
  padding-bottom: 15px !important; }

.pl-15 {
  padding-right: 15px !important; }

.m-16 {
  margin: 16px !important; }

.mt-16 {
  margin-top: 16px !important; }

.mr-16 {
  margin-right: 16px !important; }

.mb-16 {
  margin-bottom: 16px !important; }

.ml-16 {
  margin-right: 16px !important; }

.p-16 {
  padding: 16px !important; }

.pt-16 {
  padding-top: 16px !important; }

.pr-16 {
  padding-right: 16px !important; }

.pb-16 {
  padding-bottom: 16px !important; }

.pl-16 {
  padding-right: 16px !important; }

.m-17 {
  margin: 17px !important; }

.mt-17 {
  margin-top: 17px !important; }

.mr-17 {
  margin-right: 17px !important; }

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

.ml-17 {
  margin-right: 17px !important; }

.p-17 {
  padding: 17px !important; }

.pt-17 {
  padding-top: 17px !important; }

.pr-17 {
  padding-right: 17px !important; }

.pb-17 {
  padding-bottom: 17px !important; }

.pl-17 {
  padding-right: 17px !important; }

.m-18 {
  margin: 18px !important; }

.mt-18 {
  margin-top: 18px !important; }

.mr-18 {
  margin-right: 18px !important; }

.mb-18 {
  margin-bottom: 18px !important; }

.ml-18 {
  margin-right: 18px !important; }

.p-18 {
  padding: 18px !important; }

.pt-18 {
  padding-top: 18px !important; }

.pr-18 {
  padding-right: 18px !important; }

.pb-18 {
  padding-bottom: 18px !important; }

.pl-18 {
  padding-right: 18px !important; }

.m-19 {
  margin: 19px !important; }

.mt-19 {
  margin-top: 19px !important; }

.mr-19 {
  margin-right: 19px !important; }

.mb-19 {
  margin-bottom: 19px !important; }

.ml-19 {
  margin-right: 19px !important; }

.p-19 {
  padding: 19px !important; }

.pt-19 {
  padding-top: 19px !important; }

.pr-19 {
  padding-right: 19px !important; }

.pb-19 {
  padding-bottom: 19px !important; }

.pl-19 {
  padding-right: 19px !important; }

.m-20 {
  margin: 20px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mr-20 {
  margin-right: 20px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.ml-20 {
  margin-right: 20px !important; }

.p-20 {
  padding: 20px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pr-20 {
  padding-right: 20px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pl-20 {
  padding-right: 20px !important; }

.m-21 {
  margin: 21px !important; }

.mt-21 {
  margin-top: 21px !important; }

.mr-21 {
  margin-right: 21px !important; }

.mb-21 {
  margin-bottom: 21px !important; }

.ml-21 {
  margin-right: 21px !important; }

.p-21 {
  padding: 21px !important; }

.pt-21 {
  padding-top: 21px !important; }

.pr-21 {
  padding-right: 21px !important; }

.pb-21 {
  padding-bottom: 21px !important; }

.pl-21 {
  padding-right: 21px !important; }

.m-22 {
  margin: 22px !important; }

.mt-22 {
  margin-top: 22px !important; }

.mr-22 {
  margin-right: 22px !important; }

.mb-22 {
  margin-bottom: 22px !important; }

.ml-22 {
  margin-right: 22px !important; }

.p-22 {
  padding: 22px !important; }

.pt-22 {
  padding-top: 22px !important; }

.pr-22 {
  padding-right: 22px !important; }

.pb-22 {
  padding-bottom: 22px !important; }

.pl-22 {
  padding-right: 22px !important; }

.m-23 {
  margin: 23px !important; }

.mt-23 {
  margin-top: 23px !important; }

.mr-23 {
  margin-right: 23px !important; }

.mb-23 {
  margin-bottom: 23px !important; }

.ml-23 {
  margin-right: 23px !important; }

.p-23 {
  padding: 23px !important; }

.pt-23 {
  padding-top: 23px !important; }

.pr-23 {
  padding-right: 23px !important; }

.pb-23 {
  padding-bottom: 23px !important; }

.pl-23 {
  padding-right: 23px !important; }

.m-24 {
  margin: 24px !important; }

.mt-24 {
  margin-top: 24px !important; }

.mr-24 {
  margin-right: 24px !important; }

.mb-24 {
  margin-bottom: 24px !important; }

.ml-24 {
  margin-right: 24px !important; }

.p-24 {
  padding: 24px !important; }

.pt-24 {
  padding-top: 24px !important; }

.pr-24 {
  padding-right: 24px !important; }

.pb-24 {
  padding-bottom: 24px !important; }

.pl-24 {
  padding-right: 24px !important; }

.m-25 {
  margin: 25px !important; }

.mt-25 {
  margin-top: 25px !important; }

.mr-25 {
  margin-right: 25px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.ml-25 {
  margin-right: 25px !important; }

.p-25 {
  padding: 25px !important; }

.pt-25 {
  padding-top: 25px !important; }

.pr-25 {
  padding-right: 25px !important; }

.pb-25 {
  padding-bottom: 25px !important; }

.pl-25 {
  padding-right: 25px !important; }

.m-26 {
  margin: 26px !important; }

.mt-26 {
  margin-top: 26px !important; }

.mr-26 {
  margin-right: 26px !important; }

.mb-26 {
  margin-bottom: 26px !important; }

.ml-26 {
  margin-right: 26px !important; }

.p-26 {
  padding: 26px !important; }

.pt-26 {
  padding-top: 26px !important; }

.pr-26 {
  padding-right: 26px !important; }

.pb-26 {
  padding-bottom: 26px !important; }

.pl-26 {
  padding-right: 26px !important; }

.m-27 {
  margin: 27px !important; }

.mt-27 {
  margin-top: 27px !important; }

.mr-27 {
  margin-right: 27px !important; }

.mb-27 {
  margin-bottom: 27px !important; }

.ml-27 {
  margin-right: 27px !important; }

.p-27 {
  padding: 27px !important; }

.pt-27 {
  padding-top: 27px !important; }

.pr-27 {
  padding-right: 27px !important; }

.pb-27 {
  padding-bottom: 27px !important; }

.pl-27 {
  padding-right: 27px !important; }

.m-28 {
  margin: 28px !important; }

.mt-28 {
  margin-top: 28px !important; }

.mr-28 {
  margin-right: 28px !important; }

.mb-28 {
  margin-bottom: 28px !important; }

.ml-28 {
  margin-right: 28px !important; }

.p-28 {
  padding: 28px !important; }

.pt-28 {
  padding-top: 28px !important; }

.pr-28 {
  padding-right: 28px !important; }

.pb-28 {
  padding-bottom: 28px !important; }

.pl-28 {
  padding-right: 28px !important; }

.m-29 {
  margin: 29px !important; }

.mt-29 {
  margin-top: 29px !important; }

.mr-29 {
  margin-right: 29px !important; }

.mb-29 {
  margin-bottom: 29px !important; }

.ml-29 {
  margin-right: 29px !important; }

.p-29 {
  padding: 29px !important; }

.pt-29 {
  padding-top: 29px !important; }

.pr-29 {
  padding-right: 29px !important; }

.pb-29 {
  padding-bottom: 29px !important; }

.pl-29 {
  padding-right: 29px !important; }

.m-30 {
  margin: 30px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.ml-30 {
  margin-right: 30px !important; }

.p-30 {
  padding: 30px !important; }

.pt-30 {
  padding-top: 30px !important; }

.pr-30 {
  padding-right: 30px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.pl-30 {
  padding-right: 30px !important; }

.m-31 {
  margin: 31px !important; }

.mt-31 {
  margin-top: 31px !important; }

.mr-31 {
  margin-right: 31px !important; }

.mb-31 {
  margin-bottom: 31px !important; }

.ml-31 {
  margin-right: 31px !important; }

.p-31 {
  padding: 31px !important; }

.pt-31 {
  padding-top: 31px !important; }

.pr-31 {
  padding-right: 31px !important; }

.pb-31 {
  padding-bottom: 31px !important; }

.pl-31 {
  padding-right: 31px !important; }

.m-32 {
  margin: 32px !important; }

.mt-32 {
  margin-top: 32px !important; }

.mr-32 {
  margin-right: 32px !important; }

.mb-32 {
  margin-bottom: 32px !important; }

.ml-32 {
  margin-right: 32px !important; }

.p-32 {
  padding: 32px !important; }

.pt-32 {
  padding-top: 32px !important; }

.pr-32 {
  padding-right: 32px !important; }

.pb-32 {
  padding-bottom: 32px !important; }

.pl-32 {
  padding-right: 32px !important; }

.m-33 {
  margin: 33px !important; }

.mt-33 {
  margin-top: 33px !important; }

.mr-33 {
  margin-right: 33px !important; }

.mb-33 {
  margin-bottom: 33px !important; }

.ml-33 {
  margin-right: 33px !important; }

.p-33 {
  padding: 33px !important; }

.pt-33 {
  padding-top: 33px !important; }

.pr-33 {
  padding-right: 33px !important; }

.pb-33 {
  padding-bottom: 33px !important; }

.pl-33 {
  padding-right: 33px !important; }

.m-34 {
  margin: 34px !important; }

.mt-34 {
  margin-top: 34px !important; }

.mr-34 {
  margin-right: 34px !important; }

.mb-34 {
  margin-bottom: 34px !important; }

.ml-34 {
  margin-right: 34px !important; }

.p-34 {
  padding: 34px !important; }

.pt-34 {
  padding-top: 34px !important; }

.pr-34 {
  padding-right: 34px !important; }

.pb-34 {
  padding-bottom: 34px !important; }

.pl-34 {
  padding-right: 34px !important; }

.m-35 {
  margin: 35px !important; }

.mt-35 {
  margin-top: 35px !important; }

.mr-35 {
  margin-right: 35px !important; }

.mb-35 {
  margin-bottom: 35px !important; }

.ml-35 {
  margin-right: 35px !important; }

.p-35 {
  padding: 35px !important; }

.pt-35 {
  padding-top: 35px !important; }

.pr-35 {
  padding-right: 35px !important; }

.pb-35 {
  padding-bottom: 35px !important; }

.pl-35 {
  padding-right: 35px !important; }

.m-36 {
  margin: 36px !important; }

.mt-36 {
  margin-top: 36px !important; }

.mr-36 {
  margin-right: 36px !important; }

.mb-36 {
  margin-bottom: 36px !important; }

.ml-36 {
  margin-right: 36px !important; }

.p-36 {
  padding: 36px !important; }

.pt-36 {
  padding-top: 36px !important; }

.pr-36 {
  padding-right: 36px !important; }

.pb-36 {
  padding-bottom: 36px !important; }

.pl-36 {
  padding-right: 36px !important; }

.m-37 {
  margin: 37px !important; }

.mt-37 {
  margin-top: 37px !important; }

.mr-37 {
  margin-right: 37px !important; }

.mb-37 {
  margin-bottom: 37px !important; }

.ml-37 {
  margin-right: 37px !important; }

.p-37 {
  padding: 37px !important; }

.pt-37 {
  padding-top: 37px !important; }

.pr-37 {
  padding-right: 37px !important; }

.pb-37 {
  padding-bottom: 37px !important; }

.pl-37 {
  padding-right: 37px !important; }

.m-38 {
  margin: 38px !important; }

.mt-38 {
  margin-top: 38px !important; }

.mr-38 {
  margin-right: 38px !important; }

.mb-38 {
  margin-bottom: 38px !important; }

.ml-38 {
  margin-right: 38px !important; }

.p-38 {
  padding: 38px !important; }

.pt-38 {
  padding-top: 38px !important; }

.pr-38 {
  padding-right: 38px !important; }

.pb-38 {
  padding-bottom: 38px !important; }

.pl-38 {
  padding-right: 38px !important; }

.m-39 {
  margin: 39px !important; }

.mt-39 {
  margin-top: 39px !important; }

.mr-39 {
  margin-right: 39px !important; }

.mb-39 {
  margin-bottom: 39px !important; }

.ml-39 {
  margin-right: 39px !important; }

.p-39 {
  padding: 39px !important; }

.pt-39 {
  padding-top: 39px !important; }

.pr-39 {
  padding-right: 39px !important; }

.pb-39 {
  padding-bottom: 39px !important; }

.pl-39 {
  padding-right: 39px !important; }

.m-40 {
  margin: 40px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mr-40 {
  margin-right: 40px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.ml-40 {
  margin-right: 40px !important; }

.p-40 {
  padding: 40px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pr-40 {
  padding-right: 40px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pl-40 {
  padding-right: 40px !important; }

.m-41 {
  margin: 41px !important; }

.mt-41 {
  margin-top: 41px !important; }

.mr-41 {
  margin-right: 41px !important; }

.mb-41 {
  margin-bottom: 41px !important; }

.ml-41 {
  margin-right: 41px !important; }

.p-41 {
  padding: 41px !important; }

.pt-41 {
  padding-top: 41px !important; }

.pr-41 {
  padding-right: 41px !important; }

.pb-41 {
  padding-bottom: 41px !important; }

.pl-41 {
  padding-right: 41px !important; }

.m-42 {
  margin: 42px !important; }

.mt-42 {
  margin-top: 42px !important; }

.mr-42 {
  margin-right: 42px !important; }

.mb-42 {
  margin-bottom: 42px !important; }

.ml-42 {
  margin-right: 42px !important; }

.p-42 {
  padding: 42px !important; }

.pt-42 {
  padding-top: 42px !important; }

.pr-42 {
  padding-right: 42px !important; }

.pb-42 {
  padding-bottom: 42px !important; }

.pl-42 {
  padding-right: 42px !important; }

.m-43 {
  margin: 43px !important; }

.mt-43 {
  margin-top: 43px !important; }

.mr-43 {
  margin-right: 43px !important; }

.mb-43 {
  margin-bottom: 43px !important; }

.ml-43 {
  margin-right: 43px !important; }

.p-43 {
  padding: 43px !important; }

.pt-43 {
  padding-top: 43px !important; }

.pr-43 {
  padding-right: 43px !important; }

.pb-43 {
  padding-bottom: 43px !important; }

.pl-43 {
  padding-right: 43px !important; }

.m-44 {
  margin: 44px !important; }

.mt-44 {
  margin-top: 44px !important; }

.mr-44 {
  margin-right: 44px !important; }

.mb-44 {
  margin-bottom: 44px !important; }

.ml-44 {
  margin-right: 44px !important; }

.p-44 {
  padding: 44px !important; }

.pt-44 {
  padding-top: 44px !important; }

.pr-44 {
  padding-right: 44px !important; }

.pb-44 {
  padding-bottom: 44px !important; }

.pl-44 {
  padding-right: 44px !important; }

.m-45 {
  margin: 45px !important; }

.mt-45 {
  margin-top: 45px !important; }

.mr-45 {
  margin-right: 45px !important; }

.mb-45 {
  margin-bottom: 45px !important; }

.ml-45 {
  margin-right: 45px !important; }

.p-45 {
  padding: 45px !important; }

.pt-45 {
  padding-top: 45px !important; }

.pr-45 {
  padding-right: 45px !important; }

.pb-45 {
  padding-bottom: 45px !important; }

.pl-45 {
  padding-right: 45px !important; }

.m-46 {
  margin: 46px !important; }

.mt-46 {
  margin-top: 46px !important; }

.mr-46 {
  margin-right: 46px !important; }

.mb-46 {
  margin-bottom: 46px !important; }

.ml-46 {
  margin-right: 46px !important; }

.p-46 {
  padding: 46px !important; }

.pt-46 {
  padding-top: 46px !important; }

.pr-46 {
  padding-right: 46px !important; }

.pb-46 {
  padding-bottom: 46px !important; }

.pl-46 {
  padding-right: 46px !important; }

.m-47 {
  margin: 47px !important; }

.mt-47 {
  margin-top: 47px !important; }

.mr-47 {
  margin-right: 47px !important; }

.mb-47 {
  margin-bottom: 47px !important; }

.ml-47 {
  margin-right: 47px !important; }

.p-47 {
  padding: 47px !important; }

.pt-47 {
  padding-top: 47px !important; }

.pr-47 {
  padding-right: 47px !important; }

.pb-47 {
  padding-bottom: 47px !important; }

.pl-47 {
  padding-right: 47px !important; }

.m-48 {
  margin: 48px !important; }

.mt-48 {
  margin-top: 48px !important; }

.mr-48 {
  margin-right: 48px !important; }

.mb-48 {
  margin-bottom: 48px !important; }

.ml-48 {
  margin-right: 48px !important; }

.p-48 {
  padding: 48px !important; }

.pt-48 {
  padding-top: 48px !important; }

.pr-48 {
  padding-right: 48px !important; }

.pb-48 {
  padding-bottom: 48px !important; }

.pl-48 {
  padding-right: 48px !important; }

.m-49 {
  margin: 49px !important; }

.mt-49 {
  margin-top: 49px !important; }

.mr-49 {
  margin-right: 49px !important; }

.mb-49 {
  margin-bottom: 49px !important; }

.ml-49 {
  margin-right: 49px !important; }

.p-49 {
  padding: 49px !important; }

.pt-49 {
  padding-top: 49px !important; }

.pr-49 {
  padding-right: 49px !important; }

.pb-49 {
  padding-bottom: 49px !important; }

.pl-49 {
  padding-right: 49px !important; }

.m-50 {
  margin: 50px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mr-50 {
  margin-right: 50px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.ml-50 {
  margin-right: 50px !important; }

.p-50 {
  padding: 50px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pr-50 {
  padding-right: 50px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.pl-50 {
  padding-right: 50px !important; }

.m-51 {
  margin: 51px !important; }

.mt-51 {
  margin-top: 51px !important; }

.mr-51 {
  margin-right: 51px !important; }

.mb-51 {
  margin-bottom: 51px !important; }

.ml-51 {
  margin-right: 51px !important; }

.p-51 {
  padding: 51px !important; }

.pt-51 {
  padding-top: 51px !important; }

.pr-51 {
  padding-right: 51px !important; }

.pb-51 {
  padding-bottom: 51px !important; }

.pl-51 {
  padding-right: 51px !important; }

.m-52 {
  margin: 52px !important; }

.mt-52 {
  margin-top: 52px !important; }

.mr-52 {
  margin-right: 52px !important; }

.mb-52 {
  margin-bottom: 52px !important; }

.ml-52 {
  margin-right: 52px !important; }

.p-52 {
  padding: 52px !important; }

.pt-52 {
  padding-top: 52px !important; }

.pr-52 {
  padding-right: 52px !important; }

.pb-52 {
  padding-bottom: 52px !important; }

.pl-52 {
  padding-right: 52px !important; }

.m-53 {
  margin: 53px !important; }

.mt-53 {
  margin-top: 53px !important; }

.mr-53 {
  margin-right: 53px !important; }

.mb-53 {
  margin-bottom: 53px !important; }

.ml-53 {
  margin-right: 53px !important; }

.p-53 {
  padding: 53px !important; }

.pt-53 {
  padding-top: 53px !important; }

.pr-53 {
  padding-right: 53px !important; }

.pb-53 {
  padding-bottom: 53px !important; }

.pl-53 {
  padding-right: 53px !important; }

.m-54 {
  margin: 54px !important; }

.mt-54 {
  margin-top: 54px !important; }

.mr-54 {
  margin-right: 54px !important; }

.mb-54 {
  margin-bottom: 54px !important; }

.ml-54 {
  margin-right: 54px !important; }

.p-54 {
  padding: 54px !important; }

.pt-54 {
  padding-top: 54px !important; }

.pr-54 {
  padding-right: 54px !important; }

.pb-54 {
  padding-bottom: 54px !important; }

.pl-54 {
  padding-right: 54px !important; }

.m-55 {
  margin: 55px !important; }

.mt-55 {
  margin-top: 55px !important; }

.mr-55 {
  margin-right: 55px !important; }

.mb-55 {
  margin-bottom: 55px !important; }

.ml-55 {
  margin-right: 55px !important; }

.p-55 {
  padding: 55px !important; }

.pt-55 {
  padding-top: 55px !important; }

.pr-55 {
  padding-right: 55px !important; }

.pb-55 {
  padding-bottom: 55px !important; }

.pl-55 {
  padding-right: 55px !important; }

.m-56 {
  margin: 56px !important; }

.mt-56 {
  margin-top: 56px !important; }

.mr-56 {
  margin-right: 56px !important; }

.mb-56 {
  margin-bottom: 56px !important; }

.ml-56 {
  margin-right: 56px !important; }

.p-56 {
  padding: 56px !important; }

.pt-56 {
  padding-top: 56px !important; }

.pr-56 {
  padding-right: 56px !important; }

.pb-56 {
  padding-bottom: 56px !important; }

.pl-56 {
  padding-right: 56px !important; }

.m-57 {
  margin: 57px !important; }

.mt-57 {
  margin-top: 57px !important; }

.mr-57 {
  margin-right: 57px !important; }

.mb-57 {
  margin-bottom: 57px !important; }

.ml-57 {
  margin-right: 57px !important; }

.p-57 {
  padding: 57px !important; }

.pt-57 {
  padding-top: 57px !important; }

.pr-57 {
  padding-right: 57px !important; }

.pb-57 {
  padding-bottom: 57px !important; }

.pl-57 {
  padding-right: 57px !important; }

.m-58 {
  margin: 58px !important; }

.mt-58 {
  margin-top: 58px !important; }

.mr-58 {
  margin-right: 58px !important; }

.mb-58 {
  margin-bottom: 58px !important; }

.ml-58 {
  margin-right: 58px !important; }

.p-58 {
  padding: 58px !important; }

.pt-58 {
  padding-top: 58px !important; }

.pr-58 {
  padding-right: 58px !important; }

.pb-58 {
  padding-bottom: 58px !important; }

.pl-58 {
  padding-right: 58px !important; }

.m-59 {
  margin: 59px !important; }

.mt-59 {
  margin-top: 59px !important; }

.mr-59 {
  margin-right: 59px !important; }

.mb-59 {
  margin-bottom: 59px !important; }

.ml-59 {
  margin-right: 59px !important; }

.p-59 {
  padding: 59px !important; }

.pt-59 {
  padding-top: 59px !important; }

.pr-59 {
  padding-right: 59px !important; }

.pb-59 {
  padding-bottom: 59px !important; }

.pl-59 {
  padding-right: 59px !important; }

.m-60 {
  margin: 60px !important; }

.mt-60 {
  margin-top: 60px !important; }

.mr-60 {
  margin-right: 60px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.ml-60 {
  margin-right: 60px !important; }

.p-60 {
  padding: 60px !important; }

.pt-60 {
  padding-top: 60px !important; }

.pr-60 {
  padding-right: 60px !important; }

.pb-60 {
  padding-bottom: 60px !important; }

.pl-60 {
  padding-right: 60px !important; }

.m-61 {
  margin: 61px !important; }

.mt-61 {
  margin-top: 61px !important; }

.mr-61 {
  margin-right: 61px !important; }

.mb-61 {
  margin-bottom: 61px !important; }

.ml-61 {
  margin-right: 61px !important; }

.p-61 {
  padding: 61px !important; }

.pt-61 {
  padding-top: 61px !important; }

.pr-61 {
  padding-right: 61px !important; }

.pb-61 {
  padding-bottom: 61px !important; }

.pl-61 {
  padding-right: 61px !important; }

.m-62 {
  margin: 62px !important; }

.mt-62 {
  margin-top: 62px !important; }

.mr-62 {
  margin-right: 62px !important; }

.mb-62 {
  margin-bottom: 62px !important; }

.ml-62 {
  margin-right: 62px !important; }

.p-62 {
  padding: 62px !important; }

.pt-62 {
  padding-top: 62px !important; }

.pr-62 {
  padding-right: 62px !important; }

.pb-62 {
  padding-bottom: 62px !important; }

.pl-62 {
  padding-right: 62px !important; }

.m-63 {
  margin: 63px !important; }

.mt-63 {
  margin-top: 63px !important; }

.mr-63 {
  margin-right: 63px !important; }

.mb-63 {
  margin-bottom: 63px !important; }

.ml-63 {
  margin-right: 63px !important; }

.p-63 {
  padding: 63px !important; }

.pt-63 {
  padding-top: 63px !important; }

.pr-63 {
  padding-right: 63px !important; }

.pb-63 {
  padding-bottom: 63px !important; }

.pl-63 {
  padding-right: 63px !important; }

.m-64 {
  margin: 64px !important; }

.mt-64 {
  margin-top: 64px !important; }

.mr-64 {
  margin-right: 64px !important; }

.mb-64 {
  margin-bottom: 64px !important; }

.ml-64 {
  margin-right: 64px !important; }

.p-64 {
  padding: 64px !important; }

.pt-64 {
  padding-top: 64px !important; }

.pr-64 {
  padding-right: 64px !important; }

.pb-64 {
  padding-bottom: 64px !important; }

.pl-64 {
  padding-right: 64px !important; }

.m-65 {
  margin: 65px !important; }

.mt-65 {
  margin-top: 65px !important; }

.mr-65 {
  margin-right: 65px !important; }

.mb-65 {
  margin-bottom: 65px !important; }

.ml-65 {
  margin-right: 65px !important; }

.p-65 {
  padding: 65px !important; }

.pt-65 {
  padding-top: 65px !important; }

.pr-65 {
  padding-right: 65px !important; }

.pb-65 {
  padding-bottom: 65px !important; }

.pl-65 {
  padding-right: 65px !important; }

.m-66 {
  margin: 66px !important; }

.mt-66 {
  margin-top: 66px !important; }

.mr-66 {
  margin-right: 66px !important; }

.mb-66 {
  margin-bottom: 66px !important; }

.ml-66 {
  margin-right: 66px !important; }

.p-66 {
  padding: 66px !important; }

.pt-66 {
  padding-top: 66px !important; }

.pr-66 {
  padding-right: 66px !important; }

.pb-66 {
  padding-bottom: 66px !important; }

.pl-66 {
  padding-right: 66px !important; }

.m-67 {
  margin: 67px !important; }

.mt-67 {
  margin-top: 67px !important; }

.mr-67 {
  margin-right: 67px !important; }

.mb-67 {
  margin-bottom: 67px !important; }

.ml-67 {
  margin-right: 67px !important; }

.p-67 {
  padding: 67px !important; }

.pt-67 {
  padding-top: 67px !important; }

.pr-67 {
  padding-right: 67px !important; }

.pb-67 {
  padding-bottom: 67px !important; }

.pl-67 {
  padding-right: 67px !important; }

.m-68 {
  margin: 68px !important; }

.mt-68 {
  margin-top: 68px !important; }

.mr-68 {
  margin-right: 68px !important; }

.mb-68 {
  margin-bottom: 68px !important; }

.ml-68 {
  margin-right: 68px !important; }

.p-68 {
  padding: 68px !important; }

.pt-68 {
  padding-top: 68px !important; }

.pr-68 {
  padding-right: 68px !important; }

.pb-68 {
  padding-bottom: 68px !important; }

.pl-68 {
  padding-right: 68px !important; }

.m-69 {
  margin: 69px !important; }

.mt-69 {
  margin-top: 69px !important; }

.mr-69 {
  margin-right: 69px !important; }

.mb-69 {
  margin-bottom: 69px !important; }

.ml-69 {
  margin-right: 69px !important; }

.p-69 {
  padding: 69px !important; }

.pt-69 {
  padding-top: 69px !important; }

.pr-69 {
  padding-right: 69px !important; }

.pb-69 {
  padding-bottom: 69px !important; }

.pl-69 {
  padding-right: 69px !important; }

.m-70 {
  margin: 70px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mr-70 {
  margin-right: 70px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.ml-70 {
  margin-right: 70px !important; }

.p-70 {
  padding: 70px !important; }

.pt-70 {
  padding-top: 70px !important; }

.pr-70 {
  padding-right: 70px !important; }

.pb-70 {
  padding-bottom: 70px !important; }

.pl-70 {
  padding-right: 70px !important; }

.m-71 {
  margin: 71px !important; }

.mt-71 {
  margin-top: 71px !important; }

.mr-71 {
  margin-right: 71px !important; }

.mb-71 {
  margin-bottom: 71px !important; }

.ml-71 {
  margin-right: 71px !important; }

.p-71 {
  padding: 71px !important; }

.pt-71 {
  padding-top: 71px !important; }

.pr-71 {
  padding-right: 71px !important; }

.pb-71 {
  padding-bottom: 71px !important; }

.pl-71 {
  padding-right: 71px !important; }

.m-72 {
  margin: 72px !important; }

.mt-72 {
  margin-top: 72px !important; }

.mr-72 {
  margin-right: 72px !important; }

.mb-72 {
  margin-bottom: 72px !important; }

.ml-72 {
  margin-right: 72px !important; }

.p-72 {
  padding: 72px !important; }

.pt-72 {
  padding-top: 72px !important; }

.pr-72 {
  padding-right: 72px !important; }

.pb-72 {
  padding-bottom: 72px !important; }

.pl-72 {
  padding-right: 72px !important; }

.m-73 {
  margin: 73px !important; }

.mt-73 {
  margin-top: 73px !important; }

.mr-73 {
  margin-right: 73px !important; }

.mb-73 {
  margin-bottom: 73px !important; }

.ml-73 {
  margin-right: 73px !important; }

.p-73 {
  padding: 73px !important; }

.pt-73 {
  padding-top: 73px !important; }

.pr-73 {
  padding-right: 73px !important; }

.pb-73 {
  padding-bottom: 73px !important; }

.pl-73 {
  padding-right: 73px !important; }

.m-74 {
  margin: 74px !important; }

.mt-74 {
  margin-top: 74px !important; }

.mr-74 {
  margin-right: 74px !important; }

.mb-74 {
  margin-bottom: 74px !important; }

.ml-74 {
  margin-right: 74px !important; }

.p-74 {
  padding: 74px !important; }

.pt-74 {
  padding-top: 74px !important; }

.pr-74 {
  padding-right: 74px !important; }

.pb-74 {
  padding-bottom: 74px !important; }

.pl-74 {
  padding-right: 74px !important; }

.m-75 {
  margin: 75px !important; }

.mt-75 {
  margin-top: 75px !important; }

.mr-75 {
  margin-right: 75px !important; }

.mb-75 {
  margin-bottom: 75px !important; }

.ml-75 {
  margin-right: 75px !important; }

.p-75 {
  padding: 75px !important; }

.pt-75 {
  padding-top: 75px !important; }

.pr-75 {
  padding-right: 75px !important; }

.pb-75 {
  padding-bottom: 75px !important; }

.pl-75 {
  padding-right: 75px !important; }

.m-76 {
  margin: 76px !important; }

.mt-76 {
  margin-top: 76px !important; }

.mr-76 {
  margin-right: 76px !important; }

.mb-76 {
  margin-bottom: 76px !important; }

.ml-76 {
  margin-right: 76px !important; }

.p-76 {
  padding: 76px !important; }

.pt-76 {
  padding-top: 76px !important; }

.pr-76 {
  padding-right: 76px !important; }

.pb-76 {
  padding-bottom: 76px !important; }

.pl-76 {
  padding-right: 76px !important; }

.m-77 {
  margin: 77px !important; }

.mt-77 {
  margin-top: 77px !important; }

.mr-77 {
  margin-right: 77px !important; }

.mb-77 {
  margin-bottom: 77px !important; }

.ml-77 {
  margin-right: 77px !important; }

.p-77 {
  padding: 77px !important; }

.pt-77 {
  padding-top: 77px !important; }

.pr-77 {
  padding-right: 77px !important; }

.pb-77 {
  padding-bottom: 77px !important; }

.pl-77 {
  padding-right: 77px !important; }

.m-78 {
  margin: 78px !important; }

.mt-78 {
  margin-top: 78px !important; }

.mr-78 {
  margin-right: 78px !important; }

.mb-78 {
  margin-bottom: 78px !important; }

.ml-78 {
  margin-right: 78px !important; }

.p-78 {
  padding: 78px !important; }

.pt-78 {
  padding-top: 78px !important; }

.pr-78 {
  padding-right: 78px !important; }

.pb-78 {
  padding-bottom: 78px !important; }

.pl-78 {
  padding-right: 78px !important; }

.m-79 {
  margin: 79px !important; }

.mt-79 {
  margin-top: 79px !important; }

.mr-79 {
  margin-right: 79px !important; }

.mb-79 {
  margin-bottom: 79px !important; }

.ml-79 {
  margin-right: 79px !important; }

.p-79 {
  padding: 79px !important; }

.pt-79 {
  padding-top: 79px !important; }

.pr-79 {
  padding-right: 79px !important; }

.pb-79 {
  padding-bottom: 79px !important; }

.pl-79 {
  padding-right: 79px !important; }

.m-80 {
  margin: 80px !important; }

.mt-80 {
  margin-top: 80px !important; }

.mr-80 {
  margin-right: 80px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.ml-80 {
  margin-right: 80px !important; }

.p-80 {
  padding: 80px !important; }

.pt-80 {
  padding-top: 80px !important; }

.pr-80 {
  padding-right: 80px !important; }

.pb-80 {
  padding-bottom: 80px !important; }

.pl-80 {
  padding-right: 80px !important; }

.m-81 {
  margin: 81px !important; }

.mt-81 {
  margin-top: 81px !important; }

.mr-81 {
  margin-right: 81px !important; }

.mb-81 {
  margin-bottom: 81px !important; }

.ml-81 {
  margin-right: 81px !important; }

.p-81 {
  padding: 81px !important; }

.pt-81 {
  padding-top: 81px !important; }

.pr-81 {
  padding-right: 81px !important; }

.pb-81 {
  padding-bottom: 81px !important; }

.pl-81 {
  padding-right: 81px !important; }

.m-82 {
  margin: 82px !important; }

.mt-82 {
  margin-top: 82px !important; }

.mr-82 {
  margin-right: 82px !important; }

.mb-82 {
  margin-bottom: 82px !important; }

.ml-82 {
  margin-right: 82px !important; }

.p-82 {
  padding: 82px !important; }

.pt-82 {
  padding-top: 82px !important; }

.pr-82 {
  padding-right: 82px !important; }

.pb-82 {
  padding-bottom: 82px !important; }

.pl-82 {
  padding-right: 82px !important; }

.m-83 {
  margin: 83px !important; }

.mt-83 {
  margin-top: 83px !important; }

.mr-83 {
  margin-right: 83px !important; }

.mb-83 {
  margin-bottom: 83px !important; }

.ml-83 {
  margin-right: 83px !important; }

.p-83 {
  padding: 83px !important; }

.pt-83 {
  padding-top: 83px !important; }

.pr-83 {
  padding-right: 83px !important; }

.pb-83 {
  padding-bottom: 83px !important; }

.pl-83 {
  padding-right: 83px !important; }

.m-84 {
  margin: 84px !important; }

.mt-84 {
  margin-top: 84px !important; }

.mr-84 {
  margin-right: 84px !important; }

.mb-84 {
  margin-bottom: 84px !important; }

.ml-84 {
  margin-right: 84px !important; }

.p-84 {
  padding: 84px !important; }

.pt-84 {
  padding-top: 84px !important; }

.pr-84 {
  padding-right: 84px !important; }

.pb-84 {
  padding-bottom: 84px !important; }

.pl-84 {
  padding-right: 84px !important; }

.m-85 {
  margin: 85px !important; }

.mt-85 {
  margin-top: 85px !important; }

.mr-85 {
  margin-right: 85px !important; }

.mb-85 {
  margin-bottom: 85px !important; }

.ml-85 {
  margin-right: 85px !important; }

.p-85 {
  padding: 85px !important; }

.pt-85 {
  padding-top: 85px !important; }

.pr-85 {
  padding-right: 85px !important; }

.pb-85 {
  padding-bottom: 85px !important; }

.pl-85 {
  padding-right: 85px !important; }

.m-86 {
  margin: 86px !important; }

.mt-86 {
  margin-top: 86px !important; }

.mr-86 {
  margin-right: 86px !important; }

.mb-86 {
  margin-bottom: 86px !important; }

.ml-86 {
  margin-right: 86px !important; }

.p-86 {
  padding: 86px !important; }

.pt-86 {
  padding-top: 86px !important; }

.pr-86 {
  padding-right: 86px !important; }

.pb-86 {
  padding-bottom: 86px !important; }

.pl-86 {
  padding-right: 86px !important; }

.m-87 {
  margin: 87px !important; }

.mt-87 {
  margin-top: 87px !important; }

.mr-87 {
  margin-right: 87px !important; }

.mb-87 {
  margin-bottom: 87px !important; }

.ml-87 {
  margin-right: 87px !important; }

.p-87 {
  padding: 87px !important; }

.pt-87 {
  padding-top: 87px !important; }

.pr-87 {
  padding-right: 87px !important; }

.pb-87 {
  padding-bottom: 87px !important; }

.pl-87 {
  padding-right: 87px !important; }

.m-88 {
  margin: 88px !important; }

.mt-88 {
  margin-top: 88px !important; }

.mr-88 {
  margin-right: 88px !important; }

.mb-88 {
  margin-bottom: 88px !important; }

.ml-88 {
  margin-right: 88px !important; }

.p-88 {
  padding: 88px !important; }

.pt-88 {
  padding-top: 88px !important; }

.pr-88 {
  padding-right: 88px !important; }

.pb-88 {
  padding-bottom: 88px !important; }

.pl-88 {
  padding-right: 88px !important; }

.m-89 {
  margin: 89px !important; }

.mt-89 {
  margin-top: 89px !important; }

.mr-89 {
  margin-right: 89px !important; }

.mb-89 {
  margin-bottom: 89px !important; }

.ml-89 {
  margin-right: 89px !important; }

.p-89 {
  padding: 89px !important; }

.pt-89 {
  padding-top: 89px !important; }

.pr-89 {
  padding-right: 89px !important; }

.pb-89 {
  padding-bottom: 89px !important; }

.pl-89 {
  padding-right: 89px !important; }

.m-90 {
  margin: 90px !important; }

.mt-90 {
  margin-top: 90px !important; }

.mr-90 {
  margin-right: 90px !important; }

.mb-90 {
  margin-bottom: 90px !important; }

.ml-90 {
  margin-right: 90px !important; }

.p-90 {
  padding: 90px !important; }

.pt-90 {
  padding-top: 90px !important; }

.pr-90 {
  padding-right: 90px !important; }

.pb-90 {
  padding-bottom: 90px !important; }

.pl-90 {
  padding-right: 90px !important; }

.m-91 {
  margin: 91px !important; }

.mt-91 {
  margin-top: 91px !important; }

.mr-91 {
  margin-right: 91px !important; }

.mb-91 {
  margin-bottom: 91px !important; }

.ml-91 {
  margin-right: 91px !important; }

.p-91 {
  padding: 91px !important; }

.pt-91 {
  padding-top: 91px !important; }

.pr-91 {
  padding-right: 91px !important; }

.pb-91 {
  padding-bottom: 91px !important; }

.pl-91 {
  padding-right: 91px !important; }

.m-92 {
  margin: 92px !important; }

.mt-92 {
  margin-top: 92px !important; }

.mr-92 {
  margin-right: 92px !important; }

.mb-92 {
  margin-bottom: 92px !important; }

.ml-92 {
  margin-right: 92px !important; }

.p-92 {
  padding: 92px !important; }

.pt-92 {
  padding-top: 92px !important; }

.pr-92 {
  padding-right: 92px !important; }

.pb-92 {
  padding-bottom: 92px !important; }

.pl-92 {
  padding-right: 92px !important; }

.m-93 {
  margin: 93px !important; }

.mt-93 {
  margin-top: 93px !important; }

.mr-93 {
  margin-right: 93px !important; }

.mb-93 {
  margin-bottom: 93px !important; }

.ml-93 {
  margin-right: 93px !important; }

.p-93 {
  padding: 93px !important; }

.pt-93 {
  padding-top: 93px !important; }

.pr-93 {
  padding-right: 93px !important; }

.pb-93 {
  padding-bottom: 93px !important; }

.pl-93 {
  padding-right: 93px !important; }

.m-94 {
  margin: 94px !important; }

.mt-94 {
  margin-top: 94px !important; }

.mr-94 {
  margin-right: 94px !important; }

.mb-94 {
  margin-bottom: 94px !important; }

.ml-94 {
  margin-right: 94px !important; }

.p-94 {
  padding: 94px !important; }

.pt-94 {
  padding-top: 94px !important; }

.pr-94 {
  padding-right: 94px !important; }

.pb-94 {
  padding-bottom: 94px !important; }

.pl-94 {
  padding-right: 94px !important; }

.m-95 {
  margin: 95px !important; }

.mt-95 {
  margin-top: 95px !important; }

.mr-95 {
  margin-right: 95px !important; }

.mb-95 {
  margin-bottom: 95px !important; }

.ml-95 {
  margin-right: 95px !important; }

.p-95 {
  padding: 95px !important; }

.pt-95 {
  padding-top: 95px !important; }

.pr-95 {
  padding-right: 95px !important; }

.pb-95 {
  padding-bottom: 95px !important; }

.pl-95 {
  padding-right: 95px !important; }

.m-96 {
  margin: 96px !important; }

.mt-96 {
  margin-top: 96px !important; }

.mr-96 {
  margin-right: 96px !important; }

.mb-96 {
  margin-bottom: 96px !important; }

.ml-96 {
  margin-right: 96px !important; }

.p-96 {
  padding: 96px !important; }

.pt-96 {
  padding-top: 96px !important; }

.pr-96 {
  padding-right: 96px !important; }

.pb-96 {
  padding-bottom: 96px !important; }

.pl-96 {
  padding-right: 96px !important; }

.m-97 {
  margin: 97px !important; }

.mt-97 {
  margin-top: 97px !important; }

.mr-97 {
  margin-right: 97px !important; }

.mb-97 {
  margin-bottom: 97px !important; }

.ml-97 {
  margin-right: 97px !important; }

.p-97 {
  padding: 97px !important; }

.pt-97 {
  padding-top: 97px !important; }

.pr-97 {
  padding-right: 97px !important; }

.pb-97 {
  padding-bottom: 97px !important; }

.pl-97 {
  padding-right: 97px !important; }

.m-98 {
  margin: 98px !important; }

.mt-98 {
  margin-top: 98px !important; }

.mr-98 {
  margin-right: 98px !important; }

.mb-98 {
  margin-bottom: 98px !important; }

.ml-98 {
  margin-right: 98px !important; }

.p-98 {
  padding: 98px !important; }

.pt-98 {
  padding-top: 98px !important; }

.pr-98 {
  padding-right: 98px !important; }

.pb-98 {
  padding-bottom: 98px !important; }

.pl-98 {
  padding-right: 98px !important; }

.m-99 {
  margin: 99px !important; }

.mt-99 {
  margin-top: 99px !important; }

.mr-99 {
  margin-right: 99px !important; }

.mb-99 {
  margin-bottom: 99px !important; }

.ml-99 {
  margin-right: 99px !important; }

.p-99 {
  padding: 99px !important; }

.pt-99 {
  padding-top: 99px !important; }

.pr-99 {
  padding-right: 99px !important; }

.pb-99 {
  padding-bottom: 99px !important; }

.pl-99 {
  padding-right: 99px !important; }

.m-100 {
  margin: 100px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mr-100 {
  margin-right: 100px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.ml-100 {
  margin-right: 100px !important; }

.p-100 {
  padding: 100px !important; }

.pt-100 {
  padding-top: 100px !important; }

.pr-100 {
  padding-right: 100px !important; }

.pb-100 {
  padding-bottom: 100px !important; }

.pl-100 {
  padding-right: 100px !important; }

.m-101 {
  margin: 101px !important; }

.mt-101 {
  margin-top: 101px !important; }

.mr-101 {
  margin-right: 101px !important; }

.mb-101 {
  margin-bottom: 101px !important; }

.ml-101 {
  margin-right: 101px !important; }

.p-101 {
  padding: 101px !important; }

.pt-101 {
  padding-top: 101px !important; }

.pr-101 {
  padding-right: 101px !important; }

.pb-101 {
  padding-bottom: 101px !important; }

.pl-101 {
  padding-right: 101px !important; }

.m-102 {
  margin: 102px !important; }

.mt-102 {
  margin-top: 102px !important; }

.mr-102 {
  margin-right: 102px !important; }

.mb-102 {
  margin-bottom: 102px !important; }

.ml-102 {
  margin-right: 102px !important; }

.p-102 {
  padding: 102px !important; }

.pt-102 {
  padding-top: 102px !important; }

.pr-102 {
  padding-right: 102px !important; }

.pb-102 {
  padding-bottom: 102px !important; }

.pl-102 {
  padding-right: 102px !important; }

.m-103 {
  margin: 103px !important; }

.mt-103 {
  margin-top: 103px !important; }

.mr-103 {
  margin-right: 103px !important; }

.mb-103 {
  margin-bottom: 103px !important; }

.ml-103 {
  margin-right: 103px !important; }

.p-103 {
  padding: 103px !important; }

.pt-103 {
  padding-top: 103px !important; }

.pr-103 {
  padding-right: 103px !important; }

.pb-103 {
  padding-bottom: 103px !important; }

.pl-103 {
  padding-right: 103px !important; }

.m-104 {
  margin: 104px !important; }

.mt-104 {
  margin-top: 104px !important; }

.mr-104 {
  margin-right: 104px !important; }

.mb-104 {
  margin-bottom: 104px !important; }

.ml-104 {
  margin-right: 104px !important; }

.p-104 {
  padding: 104px !important; }

.pt-104 {
  padding-top: 104px !important; }

.pr-104 {
  padding-right: 104px !important; }

.pb-104 {
  padding-bottom: 104px !important; }

.pl-104 {
  padding-right: 104px !important; }

.m-105 {
  margin: 105px !important; }

.mt-105 {
  margin-top: 105px !important; }

.mr-105 {
  margin-right: 105px !important; }

.mb-105 {
  margin-bottom: 105px !important; }

.ml-105 {
  margin-right: 105px !important; }

.p-105 {
  padding: 105px !important; }

.pt-105 {
  padding-top: 105px !important; }

.pr-105 {
  padding-right: 105px !important; }

.pb-105 {
  padding-bottom: 105px !important; }

.pl-105 {
  padding-right: 105px !important; }

.m-106 {
  margin: 106px !important; }

.mt-106 {
  margin-top: 106px !important; }

.mr-106 {
  margin-right: 106px !important; }

.mb-106 {
  margin-bottom: 106px !important; }

.ml-106 {
  margin-right: 106px !important; }

.p-106 {
  padding: 106px !important; }

.pt-106 {
  padding-top: 106px !important; }

.pr-106 {
  padding-right: 106px !important; }

.pb-106 {
  padding-bottom: 106px !important; }

.pl-106 {
  padding-right: 106px !important; }

.m-107 {
  margin: 107px !important; }

.mt-107 {
  margin-top: 107px !important; }

.mr-107 {
  margin-right: 107px !important; }

.mb-107 {
  margin-bottom: 107px !important; }

.ml-107 {
  margin-right: 107px !important; }

.p-107 {
  padding: 107px !important; }

.pt-107 {
  padding-top: 107px !important; }

.pr-107 {
  padding-right: 107px !important; }

.pb-107 {
  padding-bottom: 107px !important; }

.pl-107 {
  padding-right: 107px !important; }

.m-108 {
  margin: 108px !important; }

.mt-108 {
  margin-top: 108px !important; }

.mr-108 {
  margin-right: 108px !important; }

.mb-108 {
  margin-bottom: 108px !important; }

.ml-108 {
  margin-right: 108px !important; }

.p-108 {
  padding: 108px !important; }

.pt-108 {
  padding-top: 108px !important; }

.pr-108 {
  padding-right: 108px !important; }

.pb-108 {
  padding-bottom: 108px !important; }

.pl-108 {
  padding-right: 108px !important; }

.m-109 {
  margin: 109px !important; }

.mt-109 {
  margin-top: 109px !important; }

.mr-109 {
  margin-right: 109px !important; }

.mb-109 {
  margin-bottom: 109px !important; }

.ml-109 {
  margin-right: 109px !important; }

.p-109 {
  padding: 109px !important; }

.pt-109 {
  padding-top: 109px !important; }

.pr-109 {
  padding-right: 109px !important; }

.pb-109 {
  padding-bottom: 109px !important; }

.pl-109 {
  padding-right: 109px !important; }

.m-110 {
  margin: 110px !important; }

.mt-110 {
  margin-top: 110px !important; }

.mr-110 {
  margin-right: 110px !important; }

.mb-110 {
  margin-bottom: 110px !important; }

.ml-110 {
  margin-right: 110px !important; }

.p-110 {
  padding: 110px !important; }

.pt-110 {
  padding-top: 110px !important; }

.pr-110 {
  padding-right: 110px !important; }

.pb-110 {
  padding-bottom: 110px !important; }

.pl-110 {
  padding-right: 110px !important; }

.m-111 {
  margin: 111px !important; }

.mt-111 {
  margin-top: 111px !important; }

.mr-111 {
  margin-right: 111px !important; }

.mb-111 {
  margin-bottom: 111px !important; }

.ml-111 {
  margin-right: 111px !important; }

.p-111 {
  padding: 111px !important; }

.pt-111 {
  padding-top: 111px !important; }

.pr-111 {
  padding-right: 111px !important; }

.pb-111 {
  padding-bottom: 111px !important; }

.pl-111 {
  padding-right: 111px !important; }

.m-112 {
  margin: 112px !important; }

.mt-112 {
  margin-top: 112px !important; }

.mr-112 {
  margin-right: 112px !important; }

.mb-112 {
  margin-bottom: 112px !important; }

.ml-112 {
  margin-right: 112px !important; }

.p-112 {
  padding: 112px !important; }

.pt-112 {
  padding-top: 112px !important; }

.pr-112 {
  padding-right: 112px !important; }

.pb-112 {
  padding-bottom: 112px !important; }

.pl-112 {
  padding-right: 112px !important; }

.m-113 {
  margin: 113px !important; }

.mt-113 {
  margin-top: 113px !important; }

.mr-113 {
  margin-right: 113px !important; }

.mb-113 {
  margin-bottom: 113px !important; }

.ml-113 {
  margin-right: 113px !important; }

.p-113 {
  padding: 113px !important; }

.pt-113 {
  padding-top: 113px !important; }

.pr-113 {
  padding-right: 113px !important; }

.pb-113 {
  padding-bottom: 113px !important; }

.pl-113 {
  padding-right: 113px !important; }

.m-114 {
  margin: 114px !important; }

.mt-114 {
  margin-top: 114px !important; }

.mr-114 {
  margin-right: 114px !important; }

.mb-114 {
  margin-bottom: 114px !important; }

.ml-114 {
  margin-right: 114px !important; }

.p-114 {
  padding: 114px !important; }

.pt-114 {
  padding-top: 114px !important; }

.pr-114 {
  padding-right: 114px !important; }

.pb-114 {
  padding-bottom: 114px !important; }

.pl-114 {
  padding-right: 114px !important; }

.m-115 {
  margin: 115px !important; }

.mt-115 {
  margin-top: 115px !important; }

.mr-115 {
  margin-right: 115px !important; }

.mb-115 {
  margin-bottom: 115px !important; }

.ml-115 {
  margin-right: 115px !important; }

.p-115 {
  padding: 115px !important; }

.pt-115 {
  padding-top: 115px !important; }

.pr-115 {
  padding-right: 115px !important; }

.pb-115 {
  padding-bottom: 115px !important; }

.pl-115 {
  padding-right: 115px !important; }

.m-116 {
  margin: 116px !important; }

.mt-116 {
  margin-top: 116px !important; }

.mr-116 {
  margin-right: 116px !important; }

.mb-116 {
  margin-bottom: 116px !important; }

.ml-116 {
  margin-right: 116px !important; }

.p-116 {
  padding: 116px !important; }

.pt-116 {
  padding-top: 116px !important; }

.pr-116 {
  padding-right: 116px !important; }

.pb-116 {
  padding-bottom: 116px !important; }

.pl-116 {
  padding-right: 116px !important; }

.m-117 {
  margin: 117px !important; }

.mt-117 {
  margin-top: 117px !important; }

.mr-117 {
  margin-right: 117px !important; }

.mb-117 {
  margin-bottom: 117px !important; }

.ml-117 {
  margin-right: 117px !important; }

.p-117 {
  padding: 117px !important; }

.pt-117 {
  padding-top: 117px !important; }

.pr-117 {
  padding-right: 117px !important; }

.pb-117 {
  padding-bottom: 117px !important; }

.pl-117 {
  padding-right: 117px !important; }

.m-118 {
  margin: 118px !important; }

.mt-118 {
  margin-top: 118px !important; }

.mr-118 {
  margin-right: 118px !important; }

.mb-118 {
  margin-bottom: 118px !important; }

.ml-118 {
  margin-right: 118px !important; }

.p-118 {
  padding: 118px !important; }

.pt-118 {
  padding-top: 118px !important; }

.pr-118 {
  padding-right: 118px !important; }

.pb-118 {
  padding-bottom: 118px !important; }

.pl-118 {
  padding-right: 118px !important; }

.m-119 {
  margin: 119px !important; }

.mt-119 {
  margin-top: 119px !important; }

.mr-119 {
  margin-right: 119px !important; }

.mb-119 {
  margin-bottom: 119px !important; }

.ml-119 {
  margin-right: 119px !important; }

.p-119 {
  padding: 119px !important; }

.pt-119 {
  padding-top: 119px !important; }

.pr-119 {
  padding-right: 119px !important; }

.pb-119 {
  padding-bottom: 119px !important; }

.pl-119 {
  padding-right: 119px !important; }

.m-120 {
  margin: 120px !important; }

.mt-120 {
  margin-top: 120px !important; }

.mr-120 {
  margin-right: 120px !important; }

.mb-120 {
  margin-bottom: 120px !important; }

.ml-120 {
  margin-right: 120px !important; }

.p-120 {
  padding: 120px !important; }

.pt-120 {
  padding-top: 120px !important; }

.pr-120 {
  padding-right: 120px !important; }

.pb-120 {
  padding-bottom: 120px !important; }

.pl-120 {
  padding-right: 120px !important; }

.m-121 {
  margin: 121px !important; }

.mt-121 {
  margin-top: 121px !important; }

.mr-121 {
  margin-right: 121px !important; }

.mb-121 {
  margin-bottom: 121px !important; }

.ml-121 {
  margin-right: 121px !important; }

.p-121 {
  padding: 121px !important; }

.pt-121 {
  padding-top: 121px !important; }

.pr-121 {
  padding-right: 121px !important; }

.pb-121 {
  padding-bottom: 121px !important; }

.pl-121 {
  padding-right: 121px !important; }

.m-122 {
  margin: 122px !important; }

.mt-122 {
  margin-top: 122px !important; }

.mr-122 {
  margin-right: 122px !important; }

.mb-122 {
  margin-bottom: 122px !important; }

.ml-122 {
  margin-right: 122px !important; }

.p-122 {
  padding: 122px !important; }

.pt-122 {
  padding-top: 122px !important; }

.pr-122 {
  padding-right: 122px !important; }

.pb-122 {
  padding-bottom: 122px !important; }

.pl-122 {
  padding-right: 122px !important; }

.m-123 {
  margin: 123px !important; }

.mt-123 {
  margin-top: 123px !important; }

.mr-123 {
  margin-right: 123px !important; }

.mb-123 {
  margin-bottom: 123px !important; }

.ml-123 {
  margin-right: 123px !important; }

.p-123 {
  padding: 123px !important; }

.pt-123 {
  padding-top: 123px !important; }

.pr-123 {
  padding-right: 123px !important; }

.pb-123 {
  padding-bottom: 123px !important; }

.pl-123 {
  padding-right: 123px !important; }

.m-124 {
  margin: 124px !important; }

.mt-124 {
  margin-top: 124px !important; }

.mr-124 {
  margin-right: 124px !important; }

.mb-124 {
  margin-bottom: 124px !important; }

.ml-124 {
  margin-right: 124px !important; }

.p-124 {
  padding: 124px !important; }

.pt-124 {
  padding-top: 124px !important; }

.pr-124 {
  padding-right: 124px !important; }

.pb-124 {
  padding-bottom: 124px !important; }

.pl-124 {
  padding-right: 124px !important; }

.m-125 {
  margin: 125px !important; }

.mt-125 {
  margin-top: 125px !important; }

.mr-125 {
  margin-right: 125px !important; }

.mb-125 {
  margin-bottom: 125px !important; }

.ml-125 {
  margin-right: 125px !important; }

.p-125 {
  padding: 125px !important; }

.pt-125 {
  padding-top: 125px !important; }

.pr-125 {
  padding-right: 125px !important; }

.pb-125 {
  padding-bottom: 125px !important; }

.pl-125 {
  padding-right: 125px !important; }

.m-126 {
  margin: 126px !important; }

.mt-126 {
  margin-top: 126px !important; }

.mr-126 {
  margin-right: 126px !important; }

.mb-126 {
  margin-bottom: 126px !important; }

.ml-126 {
  margin-right: 126px !important; }

.p-126 {
  padding: 126px !important; }

.pt-126 {
  padding-top: 126px !important; }

.pr-126 {
  padding-right: 126px !important; }

.pb-126 {
  padding-bottom: 126px !important; }

.pl-126 {
  padding-right: 126px !important; }

.m-127 {
  margin: 127px !important; }

.mt-127 {
  margin-top: 127px !important; }

.mr-127 {
  margin-right: 127px !important; }

.mb-127 {
  margin-bottom: 127px !important; }

.ml-127 {
  margin-right: 127px !important; }

.p-127 {
  padding: 127px !important; }

.pt-127 {
  padding-top: 127px !important; }

.pr-127 {
  padding-right: 127px !important; }

.pb-127 {
  padding-bottom: 127px !important; }

.pl-127 {
  padding-right: 127px !important; }

.m-128 {
  margin: 128px !important; }

.mt-128 {
  margin-top: 128px !important; }

.mr-128 {
  margin-right: 128px !important; }

.mb-128 {
  margin-bottom: 128px !important; }

.ml-128 {
  margin-right: 128px !important; }

.p-128 {
  padding: 128px !important; }

.pt-128 {
  padding-top: 128px !important; }

.pr-128 {
  padding-right: 128px !important; }

.pb-128 {
  padding-bottom: 128px !important; }

.pl-128 {
  padding-right: 128px !important; }

.m-129 {
  margin: 129px !important; }

.mt-129 {
  margin-top: 129px !important; }

.mr-129 {
  margin-right: 129px !important; }

.mb-129 {
  margin-bottom: 129px !important; }

.ml-129 {
  margin-right: 129px !important; }

.p-129 {
  padding: 129px !important; }

.pt-129 {
  padding-top: 129px !important; }

.pr-129 {
  padding-right: 129px !important; }

.pb-129 {
  padding-bottom: 129px !important; }

.pl-129 {
  padding-right: 129px !important; }

.m-130 {
  margin: 130px !important; }

.mt-130 {
  margin-top: 130px !important; }

.mr-130 {
  margin-right: 130px !important; }

.mb-130 {
  margin-bottom: 130px !important; }

.ml-130 {
  margin-right: 130px !important; }

.p-130 {
  padding: 130px !important; }

.pt-130 {
  padding-top: 130px !important; }

.pr-130 {
  padding-right: 130px !important; }

.pb-130 {
  padding-bottom: 130px !important; }

.pl-130 {
  padding-right: 130px !important; }

.m-131 {
  margin: 131px !important; }

.mt-131 {
  margin-top: 131px !important; }

.mr-131 {
  margin-right: 131px !important; }

.mb-131 {
  margin-bottom: 131px !important; }

.ml-131 {
  margin-right: 131px !important; }

.p-131 {
  padding: 131px !important; }

.pt-131 {
  padding-top: 131px !important; }

.pr-131 {
  padding-right: 131px !important; }

.pb-131 {
  padding-bottom: 131px !important; }

.pl-131 {
  padding-right: 131px !important; }

.m-132 {
  margin: 132px !important; }

.mt-132 {
  margin-top: 132px !important; }

.mr-132 {
  margin-right: 132px !important; }

.mb-132 {
  margin-bottom: 132px !important; }

.ml-132 {
  margin-right: 132px !important; }

.p-132 {
  padding: 132px !important; }

.pt-132 {
  padding-top: 132px !important; }

.pr-132 {
  padding-right: 132px !important; }

.pb-132 {
  padding-bottom: 132px !important; }

.pl-132 {
  padding-right: 132px !important; }

.m-133 {
  margin: 133px !important; }

.mt-133 {
  margin-top: 133px !important; }

.mr-133 {
  margin-right: 133px !important; }

.mb-133 {
  margin-bottom: 133px !important; }

.ml-133 {
  margin-right: 133px !important; }

.p-133 {
  padding: 133px !important; }

.pt-133 {
  padding-top: 133px !important; }

.pr-133 {
  padding-right: 133px !important; }

.pb-133 {
  padding-bottom: 133px !important; }

.pl-133 {
  padding-right: 133px !important; }

.m-134 {
  margin: 134px !important; }

.mt-134 {
  margin-top: 134px !important; }

.mr-134 {
  margin-right: 134px !important; }

.mb-134 {
  margin-bottom: 134px !important; }

.ml-134 {
  margin-right: 134px !important; }

.p-134 {
  padding: 134px !important; }

.pt-134 {
  padding-top: 134px !important; }

.pr-134 {
  padding-right: 134px !important; }

.pb-134 {
  padding-bottom: 134px !important; }

.pl-134 {
  padding-right: 134px !important; }

.m-135 {
  margin: 135px !important; }

.mt-135 {
  margin-top: 135px !important; }

.mr-135 {
  margin-right: 135px !important; }

.mb-135 {
  margin-bottom: 135px !important; }

.ml-135 {
  margin-right: 135px !important; }

.p-135 {
  padding: 135px !important; }

.pt-135 {
  padding-top: 135px !important; }

.pr-135 {
  padding-right: 135px !important; }

.pb-135 {
  padding-bottom: 135px !important; }

.pl-135 {
  padding-right: 135px !important; }

.m-136 {
  margin: 136px !important; }

.mt-136 {
  margin-top: 136px !important; }

.mr-136 {
  margin-right: 136px !important; }

.mb-136 {
  margin-bottom: 136px !important; }

.ml-136 {
  margin-right: 136px !important; }

.p-136 {
  padding: 136px !important; }

.pt-136 {
  padding-top: 136px !important; }

.pr-136 {
  padding-right: 136px !important; }

.pb-136 {
  padding-bottom: 136px !important; }

.pl-136 {
  padding-right: 136px !important; }

.m-137 {
  margin: 137px !important; }

.mt-137 {
  margin-top: 137px !important; }

.mr-137 {
  margin-right: 137px !important; }

.mb-137 {
  margin-bottom: 137px !important; }

.ml-137 {
  margin-right: 137px !important; }

.p-137 {
  padding: 137px !important; }

.pt-137 {
  padding-top: 137px !important; }

.pr-137 {
  padding-right: 137px !important; }

.pb-137 {
  padding-bottom: 137px !important; }

.pl-137 {
  padding-right: 137px !important; }

.m-138 {
  margin: 138px !important; }

.mt-138 {
  margin-top: 138px !important; }

.mr-138 {
  margin-right: 138px !important; }

.mb-138 {
  margin-bottom: 138px !important; }

.ml-138 {
  margin-right: 138px !important; }

.p-138 {
  padding: 138px !important; }

.pt-138 {
  padding-top: 138px !important; }

.pr-138 {
  padding-right: 138px !important; }

.pb-138 {
  padding-bottom: 138px !important; }

.pl-138 {
  padding-right: 138px !important; }

.m-139 {
  margin: 139px !important; }

.mt-139 {
  margin-top: 139px !important; }

.mr-139 {
  margin-right: 139px !important; }

.mb-139 {
  margin-bottom: 139px !important; }

.ml-139 {
  margin-right: 139px !important; }

.p-139 {
  padding: 139px !important; }

.pt-139 {
  padding-top: 139px !important; }

.pr-139 {
  padding-right: 139px !important; }

.pb-139 {
  padding-bottom: 139px !important; }

.pl-139 {
  padding-right: 139px !important; }

.m-140 {
  margin: 140px !important; }

.mt-140 {
  margin-top: 140px !important; }

.mr-140 {
  margin-right: 140px !important; }

.mb-140 {
  margin-bottom: 140px !important; }

.ml-140 {
  margin-right: 140px !important; }

.p-140 {
  padding: 140px !important; }

.pt-140 {
  padding-top: 140px !important; }

.pr-140 {
  padding-right: 140px !important; }

.pb-140 {
  padding-bottom: 140px !important; }

.pl-140 {
  padding-right: 140px !important; }

.m-141 {
  margin: 141px !important; }

.mt-141 {
  margin-top: 141px !important; }

.mr-141 {
  margin-right: 141px !important; }

.mb-141 {
  margin-bottom: 141px !important; }

.ml-141 {
  margin-right: 141px !important; }

.p-141 {
  padding: 141px !important; }

.pt-141 {
  padding-top: 141px !important; }

.pr-141 {
  padding-right: 141px !important; }

.pb-141 {
  padding-bottom: 141px !important; }

.pl-141 {
  padding-right: 141px !important; }

.m-142 {
  margin: 142px !important; }

.mt-142 {
  margin-top: 142px !important; }

.mr-142 {
  margin-right: 142px !important; }

.mb-142 {
  margin-bottom: 142px !important; }

.ml-142 {
  margin-right: 142px !important; }

.p-142 {
  padding: 142px !important; }

.pt-142 {
  padding-top: 142px !important; }

.pr-142 {
  padding-right: 142px !important; }

.pb-142 {
  padding-bottom: 142px !important; }

.pl-142 {
  padding-right: 142px !important; }

.m-143 {
  margin: 143px !important; }

.mt-143 {
  margin-top: 143px !important; }

.mr-143 {
  margin-right: 143px !important; }

.mb-143 {
  margin-bottom: 143px !important; }

.ml-143 {
  margin-right: 143px !important; }

.p-143 {
  padding: 143px !important; }

.pt-143 {
  padding-top: 143px !important; }

.pr-143 {
  padding-right: 143px !important; }

.pb-143 {
  padding-bottom: 143px !important; }

.pl-143 {
  padding-right: 143px !important; }

.m-144 {
  margin: 144px !important; }

.mt-144 {
  margin-top: 144px !important; }

.mr-144 {
  margin-right: 144px !important; }

.mb-144 {
  margin-bottom: 144px !important; }

.ml-144 {
  margin-right: 144px !important; }

.p-144 {
  padding: 144px !important; }

.pt-144 {
  padding-top: 144px !important; }

.pr-144 {
  padding-right: 144px !important; }

.pb-144 {
  padding-bottom: 144px !important; }

.pl-144 {
  padding-right: 144px !important; }

.m-145 {
  margin: 145px !important; }

.mt-145 {
  margin-top: 145px !important; }

.mr-145 {
  margin-right: 145px !important; }

.mb-145 {
  margin-bottom: 145px !important; }

.ml-145 {
  margin-right: 145px !important; }

.p-145 {
  padding: 145px !important; }

.pt-145 {
  padding-top: 145px !important; }

.pr-145 {
  padding-right: 145px !important; }

.pb-145 {
  padding-bottom: 145px !important; }

.pl-145 {
  padding-right: 145px !important; }

.m-146 {
  margin: 146px !important; }

.mt-146 {
  margin-top: 146px !important; }

.mr-146 {
  margin-right: 146px !important; }

.mb-146 {
  margin-bottom: 146px !important; }

.ml-146 {
  margin-right: 146px !important; }

.p-146 {
  padding: 146px !important; }

.pt-146 {
  padding-top: 146px !important; }

.pr-146 {
  padding-right: 146px !important; }

.pb-146 {
  padding-bottom: 146px !important; }

.pl-146 {
  padding-right: 146px !important; }

.m-147 {
  margin: 147px !important; }

.mt-147 {
  margin-top: 147px !important; }

.mr-147 {
  margin-right: 147px !important; }

.mb-147 {
  margin-bottom: 147px !important; }

.ml-147 {
  margin-right: 147px !important; }

.p-147 {
  padding: 147px !important; }

.pt-147 {
  padding-top: 147px !important; }

.pr-147 {
  padding-right: 147px !important; }

.pb-147 {
  padding-bottom: 147px !important; }

.pl-147 {
  padding-right: 147px !important; }

.m-148 {
  margin: 148px !important; }

.mt-148 {
  margin-top: 148px !important; }

.mr-148 {
  margin-right: 148px !important; }

.mb-148 {
  margin-bottom: 148px !important; }

.ml-148 {
  margin-right: 148px !important; }

.p-148 {
  padding: 148px !important; }

.pt-148 {
  padding-top: 148px !important; }

.pr-148 {
  padding-right: 148px !important; }

.pb-148 {
  padding-bottom: 148px !important; }

.pl-148 {
  padding-right: 148px !important; }

.m-149 {
  margin: 149px !important; }

.mt-149 {
  margin-top: 149px !important; }

.mr-149 {
  margin-right: 149px !important; }

.mb-149 {
  margin-bottom: 149px !important; }

.ml-149 {
  margin-right: 149px !important; }

.p-149 {
  padding: 149px !important; }

.pt-149 {
  padding-top: 149px !important; }

.pr-149 {
  padding-right: 149px !important; }

.pb-149 {
  padding-bottom: 149px !important; }

.pl-149 {
  padding-right: 149px !important; }

.m-150 {
  margin: 150px !important; }

.mt-150 {
  margin-top: 150px !important; }

.mr-150 {
  margin-right: 150px !important; }

.mb-150 {
  margin-bottom: 150px !important; }

.ml-150 {
  margin-right: 150px !important; }

.p-150 {
  padding: 150px !important; }

.pt-150 {
  padding-top: 150px !important; }

.pr-150 {
  padding-right: 150px !important; }

.pb-150 {
  padding-bottom: 150px !important; }

.pl-150 {
  padding-right: 150px !important; }

.col-d-3-1 {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
  -ms-grid-columns: 3fr 1fr;
      grid-template-columns: 3fr 1fr; }

.col-d-1-1 {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr; }

.col-d-2-1 {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
  -ms-grid-columns: 2fr 1fr;
      grid-template-columns: 2fr 1fr; }

.col-d-4x1 {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr); }

.cursor-hand {
  cursor: hand !important;
  cursor: pointer !important; }

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.v-center, .navigation-menu ul li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

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

.h-opposed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.v-opposed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between; }

.rounded-image {
  border-radius: 100px !important; }

.v-center, .navigation-menu ul li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.state-info-box {
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Safari 4+ */
  -moz-align-items: center;
  /* Fx 5+ */
  -ms-align-items: center;
  -o-align-items: center;
  /* Opera 12+ */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* Safari 4+ */
  -moz-justify-content: center;
  /* Fx 5+ */
  -ms-justify-content: center;
  -o-justify-content: center;
  /* Opera 12+ */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: normal;
  white-space: nowrap;
  padding: 0px 10px 3px 10px;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  border-radius: 6px 6px 6px 6px;
  color: #ffffff;
  background: #000000;
  font-size: 14px !important;
  line-height: 19px;
  letter-spacing: 0; }
  .state-info-box ::-moz-selection {
    background: #ffffff;
    color: #000000; }
  .state-info-box ::selection {
    background: #ffffff;
    color: #000000; }
  .state-info-box.fill-primary {
    color: #00b4d8;
    background: #d1eef4; }
    .state-info-box.fill-primary ::-moz-selection {
      background: #00b4d8;
      color: #d1eef4; }
    .state-info-box.fill-primary ::selection {
      background: #00b4d8;
      color: #d1eef4; }

.type-of-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .type-of-view li button svg {
    -webkit-transition: 0.2s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.2s;
    stroke: #959DA5 !important;
    color: #959DA5 !important; }
    .type-of-view li button svg path {
      -webkit-transition: 0.2s;
      /* Safari 4+ */
      /* Fx 5+ */
      /* Opera 12+ */
      transition: 0.2s;
      stroke: #959DA5 !important;
      color: #959DA5 !important; }
  .type-of-view li button:hover svg {
    -webkit-transition: 0.2s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.2s;
    stroke: #00b4d8 !important;
    color: #00b4d8 !important; }
    .type-of-view li button:hover svg path {
      -webkit-transition: 0.2s;
      /* Safari 4+ */
      /* Fx 5+ */
      /* Opera 12+ */
      transition: 0.2s;
      stroke: #00b4d8 !important;
      color: #00b4d8 !important; }
  .type-of-view li.active button svg {
    -webkit-transition: 0.2s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.2s;
    stroke: #00b4d8 !important;
    color: #00b4d8 !important; }
    .type-of-view li.active button svg path {
      -webkit-transition: 0.2s;
      /* Safari 4+ */
      /* Fx 5+ */
      /* Opera 12+ */
      transition: 0.2s;
      stroke: #00b4d8 !important;
      color: #00b4d8 !important; }

.section-grid {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 16px;
          column-gap: 16px;
  row-gap: 16px;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr; }

.card-validation {
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #E9EBEC;
  padding: 16px 16px 0 16px;
  margin: 0; }
  .card-validation .card-content h3 {
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.card-grid {
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #E9EBEC;
  padding: 16px;
  margin: 0; }
  .card-grid:hover {
    border: 1px solid #ffffff;
    -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
    border: 1px solid #ffffff; }
  .card-grid .card-content h3 {
    font-weight: 400;
    font-size: 16px !important;
    line-height: 21px;
    letter-spacing: 0;
    margin: 10px 0;
    color: #000000; }

@use "sass:math";
.navigation-menu {
  z-index: 3;
  padding-top: 32px;
  position: fixed;
  height: 100vh;
  left: 0;
  top: 0; }
  .navigation-menu ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: hand !important;
    cursor: pointer !important;
    font-weight: 600;
    color: #6A737D;
    margin-left: 24px; }
    .navigation-menu ul li a svg {
      -webkit-transition: 0.2s;
      /* Safari 4+ */
      /* Fx 5+ */
      /* Opera 12+ */
      transition: 0.2s;
      stroke: #6A737D !important;
      color: #6A737D !important; }
      .navigation-menu ul li a svg path {
        -webkit-transition: 0.2s;
        /* Safari 4+ */
        /* Fx 5+ */
        /* Opera 12+ */
        transition: 0.2s;
        stroke: #6A737D !important;
        color: #6A737D !important; }
    .navigation-menu ul li a:hover {
      color: #00b4d8;
      text-decoration: none; }
      .navigation-menu ul li a:hover svg {
        -webkit-transition: 0.2s;
        /* Safari 4+ */
        /* Fx 5+ */
        /* Opera 12+ */
        transition: 0.2s;
        stroke: #00b4d8 !important;
        color: #00b4d8 !important; }
        .navigation-menu ul li a:hover svg path {
          -webkit-transition: 0.2s;
          /* Safari 4+ */
          /* Fx 5+ */
          /* Opera 12+ */
          transition: 0.2s;
          stroke: #00b4d8 !important;
          color: #00b4d8 !important; }
    .navigation-menu ul li a.active {
      color: #00b4d8;
      text-decoration: none; }
      .navigation-menu ul li a.active svg {
        -webkit-transition: 0.2s;
        /* Safari 4+ */
        /* Fx 5+ */
        /* Opera 12+ */
        transition: 0.2s;
        stroke: #00b4d8 !important;
        color: #00b4d8 !important; }
        .navigation-menu ul li a.active svg path {
          -webkit-transition: 0.2s;
          /* Safari 4+ */
          /* Fx 5+ */
          /* Opera 12+ */
          transition: 0.2s;
          stroke: #00b4d8 !important;
          color: #00b4d8 !important; }
  .navigation-menu ul li:first-child a {
    -webkit-transition: 1s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 1s;
    margin-bottom: 16px;
    margin-left: 24px;
    height: 44px; }
    .navigation-menu ul li:first-child a div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background: #ffffff;
      /* Safari 4+ */
      /* Fx 5+ */
      /* Opera 12+ */
      border-radius: 32px 32px 32px 32px;
      -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
              box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05); }
      .navigation-menu ul li:first-child a div em.hamburgerMenu {
        display: none; }
        .navigation-menu ul li:first-child a div em.hamburgerMenu.openIcon {
          display: inline-block; }
      .navigation-menu ul li:first-child a div em.arrowLeft {
        margin-left: 100px;
        margin-right: 9px;
        display: none; }
        .navigation-menu ul li:first-child a div em.arrowLeft.openIcon {
          display: inline-block;
          -webkit-transition: 0.3s;
          /* Safari 4+ */
          /* Fx 5+ */
          /* Opera 12+ */
          transition: 0.3s;
          -webkit-animation-duration: 0.2s;
                  animation-duration: 0.2s;
          -webkit-animation-name: rotateRignt;
                  animation-name: rotateRignt;
          -webkit-animation-iteration-count: 1;
                  animation-iteration-count: 1;
          opacity: 1;
          -webkit-transform: rotate(0deg);
          /* Safari 4+ */
          /* Fx 5+ */
          /* Opera 12+ */
          transform: rotate(0deg); }

@-webkit-keyframes rotateRignt {
  0% {
    opacity: .3;
    -webkit-transform: rotate(-90deg);
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transform: rotate(-90deg); }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transform: rotate(0deg); } }

@keyframes rotateRignt {
  0% {
    opacity: .3;
    -webkit-transform: rotate(-90deg);
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transform: rotate(-90deg); }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transform: rotate(0deg); } }
    .navigation-menu ul li:first-child a svg {
      display: block; }
    .navigation-menu ul li:first-child a span {
      -webkit-animation-duration: 0.2s;
              animation-duration: 0.2s;
      -webkit-animation-name: fadeIn;
              animation-name: fadeIn;
      -webkit-animation-iteration-count: 1;
              animation-iteration-count: 1;
      opacity: 1; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transition: 0.3s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.3s; }
  100% {
    opacity: 1;
    -webkit-transition: 0.3s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.3s; } }

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transition: 0.3s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.3s; }
  100% {
    opacity: 1;
    -webkit-transition: 0.3s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.3s; } }
  .navigation-menu ul li:last-child {
    position: absolute;
    bottom: 32px; }
  .navigation-menu ul li a {
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    border-radius: 6px 6px 6px 6px; }
    .navigation-menu ul li a div {
      width: 44px;
      height: 44px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      /* Safari 4+ */
      -moz-align-items: center;
      /* Fx 5+ */
      -ms-align-items: center;
      -o-align-items: center;
      /* Opera 12+ */
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      /* Safari 4+ */
      -moz-justify-content: center;
      /* Fx 5+ */
      -ms-justify-content: center;
      -o-justify-content: center;
      /* Opera 12+ */
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      /* Safari 4+ */
      /* Fx 5+ */
      /* Opera 12+ */
      border-radius: 100px 100px 100px 100px; }
    .navigation-menu ul li a span {
      height: 44px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      white-space: nowrap;
      margin-left: 16px;
      -webkit-animation-duration: 0.2s;
              animation-duration: 0.2s;
      -webkit-animation-name: fadeIn;
              animation-name: fadeIn;
      -webkit-animation-iteration-count: 1;
              animation-iteration-count: 1;
      opacity: 1; }

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transition: 0.3s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.3s; }
  100% {
    opacity: 1;
    -webkit-transition: 0.3s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.3s; } }
  .navigation-menu.open ul {
    width: 96px;
    display: block;
    min-width: 96px;
    -webkit-animation-duration: 0.2s;
            animation-duration: 0.2s;
    -webkit-animation-name: visualWidthEffect;
            animation-name: visualWidthEffect;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-transition: 0.3s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.3s;
    width: 180px; }

@-webkit-keyframes visualWidthEffect {
  0% {
    width: 0%; }
  100% {
    width: 180px; } }

@keyframes visualWidthEffect {
  0% {
    width: 0%; }
  100% {
    width: 180px; } }
    .navigation-menu.open ul li:hover {
      background: #d1eef4; }
    .navigation-menu.open ul li a {
      position: relative;
      width: 150px; }
    .navigation-menu.open ul li:first-child:hover {
      background: none; }
    .navigation-menu.open ul li:first-child a {
      -webkit-animation-duration: 0.2s;
              animation-duration: 0.2s;
      -webkit-animation-name: visualWidthEffect;
              animation-name: visualWidthEffect;
      -webkit-animation-iteration-count: 1;
              animation-iteration-count: 1;
      -webkit-transition: 0.3s;
      /* Safari 4+ */
      /* Fx 5+ */
      /* Opera 12+ */
      transition: 0.3s;
      width: 150px; }

@keyframes visualWidthEffect {
  0% {
    width: 150px; }
  100% {
    width: 150px; } }
      .navigation-menu.open ul li:first-child a b {
        background: #ffffff;
        /* Safari 4+ */
        /* Fx 5+ */
        /* Opera 12+ */
        border-radius: 32px 32px 32px 32px;
        -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
                box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
        width: 150px; }
        .navigation-menu.open ul li:first-child a b:hover {
          background: #d1eef4; }
      .navigation-menu.open ul li:first-child a div {
        background: none;
        border: 0;
        -webkit-box-shadow: 0 0 0;
                box-shadow: 0 0 0; }
        .navigation-menu.open ul li:first-child a div em.hamburgerMenu.openIcon {
          display: inline-block; }
        .navigation-menu.open ul li:first-child a div em.arrowLeft.openIcon {
          display: inline-block;
          -webkit-transition: 0.3s;
          /* Safari 4+ */
          /* Fx 5+ */
          /* Opera 12+ */
          transition: 0.3s;
          -webkit-animation-duration: 0.2s;
                  animation-duration: 0.2s;
          -webkit-animation-name: rotateRignt;
                  animation-name: rotateRignt;
          -webkit-animation-iteration-count: 1;
                  animation-iteration-count: 1;
          opacity: 1;
          -webkit-transform: rotate(0deg);
          /* Safari 4+ */
          /* Fx 5+ */
          /* Opera 12+ */
          transform: rotate(0deg); }

@keyframes rotateRignt {
  0% {
    opacity: .3;
    -webkit-transform: rotate(-90deg);
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transform: rotate(-90deg); }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transform: rotate(0deg); } }
    .navigation-menu.open ul:first-child a {
      width: 150px; }
  .navigation-menu.close {
    opacity: 1; }
    .navigation-menu.close ul {
      display: block;
      min-width: 96px;
      width: 96px;
      -webkit-animation-duration: 0.2s;
              animation-duration: 0.2s;
      -webkit-animation-name: visualWidthEffect;
              animation-name: visualWidthEffect;
      -webkit-animation-iteration-count: 1;
              animation-iteration-count: 1;
      -webkit-transition: 0.3s;
      /* Safari 4+ */
      /* Fx 5+ */
      /* Opera 12+ */
      transition: 0.3s;
      width: 96px; }

@keyframes visualWidthEffect {
  0% {
    width: 180px; }
  100% {
    width: 96px; } }
      .navigation-menu.close ul li {
        width: 80px; }
        .navigation-menu.close ul li a {
          position: relative; }
          .navigation-menu.close ul li a div:hover {
            background: #d1eef4; }
          .navigation-menu.close ul li a span {
            display: none; }
    .navigation-menu.close:first-child a {
      width: 50px; }
  .navigation-menu.initial li a span {
    display: none; }
  .navigation-menu.initial li.menu span {
    display: none; }

.close.initial ul,
.close.initial ul li,
.close.initial ul li a,
.close.initial li:first-child,
.close.initial li:first-child a {
  -webkit-animation-name: none;
          animation-name: none;
  -webkit-animation-duration: 0s;
          animation-duration: 0s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 0;
          animation-iteration-count: 0;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
  -webkit-animation-play-state: running;
          animation-play-state: running; }

.close.initial li:first-child a {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-name: visualWidthEffect;
          animation-name: visualWidthEffect;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-transition: 0.3s;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  transition: 0.3s;
  width: 44px; }

@keyframes visualWidthEffect {
  0% {
    width: 44px; }
  100% {
    width: 44px; } }

.close.initial ul li a span {
  display: none; }

.main-content .content {
  background: #ffffff;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  opacity: 1;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  border-radius: 16px 16px 16px 16px;
  padding-right: all;
  padding-bottom: all; }

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transition: 0.3s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.3s; }
  100% {
    opacity: 1;
    -webkit-transition: 0.3s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.3s; } }
  @media all and (min-width: 100px) {
    .main-content .content {
      padding: 24px;
      -webkit-transition: 0.7s;
      /* Safari 4+ */
      /* Fx 5+ */
      /* Opera 12+ */
      transition: 0.7s; } }
  @media all and (min-width: 768px) {
    .main-content .content {
      padding: 32px 48px 48px 48px;
      -webkit-transition: 0.7s;
      /* Safari 4+ */
      /* Fx 5+ */
      /* Opera 12+ */
      transition: 0.7s; } }
  @media all and (min-width: 100px) {
    .main-content .content {
      padding-left: all;
      -webkit-transition: 0.7s;
      /* Safari 4+ */
      /* Fx 5+ */
      /* Opera 12+ */
      transition: 0.7s; } }
  @media all and (min-width: 768px) {
    .main-content .content {
      padding-left: all;
      -webkit-transition: 0.7s;
      /* Safari 4+ */
      /* Fx 5+ */
      /* Opera 12+ */
      transition: 0.7s; } }
  .main-content .content p {
    font-weight: 600;
    font-size: 16px; }

.content-top {
  margin-bottom: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px; }
  .content-top article {
    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;
    width: 100%; }
    .content-top article h2 {
      font-weight: 600; }
      .content-top article h2::first-letter {
        text-transform: uppercase; }
    .content-top article .resultDetails {
      color: #959DA5; }
    .content-top article .filters svg {
      height: 20px;
      margin-bottom: -4px; }

.detail-top .detail-top--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .detail-top .detail-top--title .btn-back svg {
    margin-left: -7px; }
  .detail-top .detail-top--title .btn-back svg {
    -webkit-transition: 0.2s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.2s;
    stroke: #959DA5 !important;
    color: #959DA5 !important; }
    .detail-top .detail-top--title .btn-back svg path {
      -webkit-transition: 0.2s;
      /* Safari 4+ */
      /* Fx 5+ */
      /* Opera 12+ */
      transition: 0.2s;
      stroke: #959DA5 !important;
      color: #959DA5 !important; }
  .detail-top .detail-top--title .btn-back:hover svg {
    -webkit-transition: 0.2s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.2s;
    stroke: #00b4d8 !important;
    color: #00b4d8 !important; }
    .detail-top .detail-top--title .btn-back:hover svg path {
      -webkit-transition: 0.2s;
      /* Safari 4+ */
      /* Fx 5+ */
      /* Opera 12+ */
      transition: 0.2s;
      stroke: #00b4d8 !important;
      color: #00b4d8 !important; }
  .detail-top .detail-top--title .title-detail {
    padding-left: 20px; }
    .detail-top .detail-top--title .title-detail h2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .detail-top .detail-top--title .title-detail p {
      font-size: 14px !important;
      line-height: 19px;
      letter-spacing: 0;
      font-weight: 300;
      color: #959DA5;
      margin-top: 2px; }

@media all and (min-width: 100px) {
  .detail-top .detail-top--actions {
    text-align: center; }
    .detail-top .detail-top--actions button {
      margin-bottom: 16px; } }

@media all and (min-width: 768px) {
  .detail-top .detail-top--actions {
    text-align: right; }
    .detail-top .detail-top--actions button {
      margin-left: 16px; } }

.title-content-grid {
  font-weight: 600;
  padding-top: 16px; }
  .title-content-grid ul li span {
    font-size: 12px !important;
    line-height: 17px;
    letter-spacing: 0;
    font-weight: 300;
    color: #959DA5;
    font-weight: 600;
    display: block; }

.table {
  width: 100%; }
  .table th,
  .table td {
    padding: 16px 8px;
    font-size: 16px !important;
    line-height: 21px;
    letter-spacing: 0; }
  .table > tbody > tr:hover > * {
    background: #FAFAFA; }
  .table > tbody {
    vertical-align: inherit; }
  .table > thead {
    vertical-align: bottom; }
  .table thead th {
    font-weight: 600;
    color: #959DA5;
    font-size: 14px !important;
    line-height: 19px;
    letter-spacing: 0;
    border-bottom: 1px solid #DEE0E3; }
  .table tbody th {
    font-weight: 600;
    border-bottom: 1px solid #DEE0E3; }
  .table tbody td {
    font-weight: 400;
    border-bottom: 1px solid #DEE0E3; }
  .table tfoot th,
  .table tfoot td {
    font-weight: 500; }
  .table-responsive > .table-bordered{
    border: 1px solid #dee2e6;
  }

header {
  padding: 5px;
  -webkit-transition: 0.2s;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  transition: 0.2s;
  text-align: left;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #ffffff;
  -webkit-box-shadow: 0 8px 6px -6px #f9f9f9;
  -moz-box-shadow: 0 8px 6px -6px #f9f9f9;
  box-shadow: 0 8px 6px -6px #f9f9f9;}
  header svg {
    -webkit-transition: 0.2s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.2s;
    stroke: #959DA5 !important;
    color: #959DA5 !important; }
    header svg path {
      -webkit-transition: 0.2s;
      /* Safari 4+ */
      /* Fx 5+ */
      /* Opera 12+ */
      transition: 0.2s;
      stroke: #959DA5 !important;
      color: #959DA5 !important; }
  body.menuOpen header {
    -webkit-transition: 0.2s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.2s;
    padding: 38px 50px 30px 280px; }
  header.responsive {
    display: flex;
    justify-content: space-between;
    align-items: center;}
  header.desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    align-items: center;}
  header:after {
    background: #ffffff;
    display: block;
    height: 20px;
    width: 100%;
    left: 0;
    position: absolute;
    bottom: -20px;
    z-index: 1; }
  header h1 {
    margin-left: 16px;
    -webkit-animation-duration: 0.2s;
            animation-duration: 0.2s;
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    opacity: 1; }

  .breadcrumb{
    margin-top: 40px;
  }

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transition: 0.3s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.3s; }
  100% {
    opacity: 1;
    -webkit-transition: 0.3s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.3s; } }
    header h1 img {
      max-width: 240px; }
  header article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    header article #lang {
      height: 50px;
      width: 40px; }
      header article #lang div span {
        display: none; }
      header article #lang li {
        position: relative;
        cursor: hand !important;
        cursor: pointer !important; }
      header article #lang ul.submenu.close {
        opacity: 0;
        display: none; }
      header article #lang ul.submenu.open {
        display: block;
        -webkit-animation-duration: 0.2s;
                animation-duration: 0.2s;
        -webkit-animation-name: fadeIn;
                animation-name: fadeIn;
        -webkit-animation-iteration-count: 1;
                animation-iteration-count: 1;
        opacity: 1;
        background: #ffffff;
        padding: 16px;
        position: absolute;
        z-index: 3;
        left: -26px;
        top: 30px;
        width: 180px;
        height: auto;
        -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
                box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
        /* Safari 4+ */
        /* Fx 5+ */
        /* Opera 12+ */
        border-radius: 8px 8px 8px 8px; }

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transition: 0.3s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.3s; }
  100% {
    opacity: 1;
    -webkit-transition: 0.3s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.3s; } }
        header article #lang ul.submenu.open li {
          position: relative;
          cursor: hand !important;
          cursor: pointer !important; }
          header article #lang ul.submenu.open li a {
            padding: 12px;
            display: block; }
            header article #lang ul.submenu.open li a:hover {
              color: #000000;
              background: #FAFAFA;
              text-decoration: none;
              -webkit-transition: 0.5s;
              /* Safari 4+ */
              /* Fx 5+ */
              /* Opera 12+ */
              transition: 0.5s;
              /* Safari 4+ */
              /* Fx 5+ */
              /* Opera 12+ */
              border-radius: 6px 6px 6px 6px; }
          header article #lang ul.submenu.open li.active a {
            color: #00b4d8;
            background: #d1eef4; }
    header article .notification {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #6A737D;
      margin-left: 32px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      header article .notification:hover {
        text-decoration: none; }
      header article .notification i {
        font-size: 26px; }
      header article .notification.active {
        position: relative; }
        header article .notification.active::after {
          top: 9px;
          left: 12px;
          content: "";
          width: 15px;
          height: 15px;
          z-index: 2;
          position: absolute;
          background: #EA4A5A;
          border: 3px solid #f4f4f4;
          /* Safari 4+ */
          /* Fx 5+ */
          /* Opera 12+ */
          border-radius: 20px 20px 20px 20px; }
      header article .notification span {
        display: none; }
    header article #profileConfig {
      -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
              box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
      /* Safari 4+ */
      /* Fx 5+ */
      /* Opera 12+ */
      border-radius: 30px 30px 30px 30px;
      -webkit-transition: 1s;
      /* Safari 4+ */
      /* Fx 5+ */
      /* Opera 12+ */
      transition: 1s;
      z-index: 2;
      margin: 0 0 0 15px;
      padding-left: 15px;
      position: relative;
      background: #ffffff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      /* Safari 4+ */
      -moz-align-items: center;
      /* Fx 5+ */
      -ms-align-items: center;
      -o-align-items: center;
      /* Opera 12+ */
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      /* Safari 4+ */
      -moz-justify-content: center;
      /* Fx 5+ */
      -ms-justify-content: center;
      -o-justify-content: center;
      /* Opera 12+ */
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 44px; }
      header article #profileConfig ul li {
        position: relative; }
        header article #profileConfig ul li button {
          cursor: hand !important;
          cursor: pointer !important;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          position: relative;
          color: #586069; }
          header article #profileConfig ul li button span {
            padding-left: 10px;
            font-weight: 600;
            font-size: 16px; }
          header article #profileConfig ul li button::after {
            content: "";
            position: absolute;
            height: 10px;
            width: 12px;
            right: 17px;
            top: 10px;
            background-repeat: no-repeat;
            background-position: center; }
        header article #profileConfig ul li img {
          /* Safari 4+ */
          /* Fx 5+ */
          /* Opera 12+ */
          border-radius: 30px 30px 30px 30px; }
      header article #profileConfig ul.submenu {
        -webkit-animation-duration: 0.2s;
                animation-duration: 0.2s;
        -webkit-animation-name: fadeOut;
                animation-name: fadeOut;
        -webkit-animation-iteration-count: 1;
                animation-iteration-count: 1;
        opacity: 0;
        display: none; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    -webkit-transition: 0.3s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.3s; }
  100% {
    opacity: 0;
    -webkit-transition: 0.3s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.3s; } }

@keyframes fadeOut {
  0% {
    opacity: 1;
    -webkit-transition: 0.3s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.3s; }
  100% {
    opacity: 0;
    -webkit-transition: 0.3s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.3s; } }
      header article #profileConfig.close {
        opacity: 1; }
        header article #profileConfig.close .btn-profile {
          font-weight: 600; }
          header article #profileConfig.close .btn-profile::after {
            -webkit-transition: 0.5s;
            /* Safari 4+ */
            /* Fx 5+ */
            /* Opera 12+ */
            transition: 0.5s;
            -webkit-animation-duration: 0.5s;
                    animation-duration: 0.5s;
            -webkit-animation-name: btnProfile;
                    animation-name: btnProfile;
            -webkit-animation-iteration-count: 1;
                    animation-iteration-count: 1;
            opacity: 1;
            -webkit-transform: rotate(-90deg);
            /* Safari 4+ */
            /* Fx 5+ */
            /* Opera 12+ */
            transform: rotate(-90deg); }

@-webkit-keyframes btnProfile {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg);
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transform: rotate(0deg); }
  100% {
    opacity: 1;
    -webkit-transform: rotate(-90deg);
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transform: rotate(-90deg); } }

@keyframes btnProfile {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg);
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transform: rotate(0deg); }
  100% {
    opacity: 1;
    -webkit-transform: rotate(-90deg);
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transform: rotate(-90deg); } }
      header article #profileConfig.open .btn-profile {
        font-weight: 600; }
        header article #profileConfig.open .btn-profile::after {
          -webkit-transition: 0.5s;
          /* Safari 4+ */
          /* Fx 5+ */
          /* Opera 12+ */
          transition: 0.5s;
          -webkit-animation-duration: 0.5s;
                  animation-duration: 0.5s;
          -webkit-animation-name: btnProfile;
                  animation-name: btnProfile;
          -webkit-animation-iteration-count: 1;
                  animation-iteration-count: 1;
          opacity: 1;
          -webkit-transform: rotate(0deg);
          /* Safari 4+ */
          /* Fx 5+ */
          /* Opera 12+ */
          transform: rotate(0deg); }

@keyframes btnProfile {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transform: rotate(-90deg); }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transform: rotate(0deg); } }
      header article #profileConfig.open ul.submenu {
        /* Safari 4+ */
        /* Fx 5+ */
        /* Opera 12+ */
        border-radius: 8px 8px 8px 8px;
        -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
                box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
        position: absolute;
        background: #ffffff;
        z-index: 2;
        -webkit-animation-duration: 0.2s;
                animation-duration: 0.2s;
        -webkit-animation-name: fadeIn;
                animation-name: fadeIn;
        -webkit-animation-iteration-count: 1;
                animation-iteration-count: 1;
        opacity: 1;
        display: block;
        padding: 16px;
        height: auto;
        width: 230px;
        top: 45px;
        right: 0; }

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transition: 0.3s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.3s; }
  100% {
    opacity: 1;
    -webkit-transition: 0.3s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.3s; } }
        header article #profileConfig.open ul.submenu li a {
          padding: 12px;
          display: block;
          cursor: hand !important;
          cursor: pointer !important;
          font-size: 16px;
          color: #000000; }
          header article #profileConfig.open ul.submenu li a svg {
            height: 18px;
            margin-bottom: -4px; }
          header article #profileConfig.open ul.submenu li a:hover {
            color: #000000;
            background: #FAFAFA;
            text-decoration: none;
            -webkit-transition: 0.5s;
            /* Safari 4+ */
            /* Fx 5+ */
            /* Opera 12+ */
            transition: 0.5s;
            /* Safari 4+ */
            /* Fx 5+ */
            /* Opera 12+ */
            border-radius: 6px 6px 6px 6px; }
            header article #profileConfig.open ul.submenu li a:hover svg {
              -webkit-transition: 0.2s;
              /* Safari 4+ */
              /* Fx 5+ */
              /* Opera 12+ */
              transition: 0.2s;
              stroke: #000000 !important;
              color: #000000 !important; }
              header article #profileConfig.open ul.submenu li a:hover svg path {
                -webkit-transition: 0.2s;
                /* Safari 4+ */
                /* Fx 5+ */
                /* Opera 12+ */
                transition: 0.2s;
                stroke: #000000 !important;
                color: #000000 !important; }
        header article #profileConfig.open ul.submenu li.logout a {
          color: #EA4A5A; }
          header article #profileConfig.open ul.submenu li.logout a svg {
            -webkit-transition: 0.2s;
            /* Safari 4+ */
            /* Fx 5+ */
            /* Opera 12+ */
            transition: 0.2s;
            stroke: #EA4A5A !important;
            color: #EA4A5A !important; }
            header article #profileConfig.open ul.submenu li.logout a svg path {
              -webkit-transition: 0.2s;
              /* Safari 4+ */
              /* Fx 5+ */
              /* Opera 12+ */
              transition: 0.2s;
              stroke: #EA4A5A !important;
              color: #EA4A5A !important; }
          header article #profileConfig.open ul.submenu li.logout a:hover {
            color: #B31D28 !important; }
            header article #profileConfig.open ul.submenu li.logout a:hover svg {
              -webkit-transition: 0.2s;
              /* Safari 4+ */
              /* Fx 5+ */
              /* Opera 12+ */
              transition: 0.2s;
              stroke: #B31D28 !important;
              color: #B31D28 !important; }
              header article #profileConfig.open ul.submenu li.logout a:hover svg path {
                -webkit-transition: 0.2s;
                /* Safari 4+ */
                /* Fx 5+ */
                /* Opera 12+ */
                transition: 0.2s;
                stroke: #B31D28 !important;
                color: #B31D28 !important; }
        header article #profileConfig.open ul.submenu li:last-child a {
          color: #EA4A5A; }
  header .avatar-image {
    height: 27px;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* Safari 4+ */
    -moz-align-items: center;
    /* Fx 5+ */
    -ms-align-items: center;
    -o-align-items: center;
    /* Opera 12+ */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* Safari 4+ */
    -moz-justify-content: center;
    /* Fx 5+ */
    -ms-justify-content: center;
    -o-justify-content: center;
    /* Opera 12+ */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    header .avatar-image img {
      height: 30px;
      margin: 0;
      padding: 0; }

.parte-horas {
  -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  border-radius: 30px 30px 30px 30px;
  -webkit-transition: 1s;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  transition: 1s;
  margin: 0 0 0 15px;
  z-index: 2;
  position: relative;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Safari 4+ */
  -moz-align-items: center;
  /* Fx 5+ */
  -ms-align-items: center;
  -o-align-items: center;
  /* Opera 12+ */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* Safari 4+ */
  -moz-justify-content: center;
  /* Fx 5+ */
  -ms-justify-content: center;
  -o-justify-content: center;
  /* Opera 12+ */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 44px;
  color: #6A737D;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: 32px; }
  .parte-horas i {
    font-size: 23px;
    margin-left: 10px; }
  .parte-horas:hover {
    text-decoration: none; }

button#menu-responsive {
  width: 35px;
  position: absolute;
  right: 20px;
  top: 20px; }
  button#menu-responsive.desktop {
    display: none; }
  button#menu-responsive.responsive {
    display: block; }

.responsive .header-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Safari 4+ */
  -moz-align-items: center;
  /* Fx 5+ */
  -ms-align-items: center;
  -o-align-items: center;
  /* Opera 12+ */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* Safari 4+ */
  -moz-justify-content: center;
  /* Fx 5+ */
  -ms-justify-content: center;
  -o-justify-content: center;
  /* Opera 12+ */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px; }

.desktop .header-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

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

.unfolded {
  display: block; }

.folded {
  display: none; }

.navTrigger {
  cursor: pointer;
  width: 30px;
  height: 25px;
  margin: auto; }
  .navTrigger i {
    background-color: #6A737D;
    border-radius: 2px;
    content: "";
    display: block;
    width: 100%;
    height: 4px; }
  .navTrigger i:nth-child(1) {
    -webkit-animation: outT 0.8s backwards;
    animation: outT 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse; }
  .navTrigger i:nth-child(2) {
    margin: 5px 0;
    -webkit-animation: outM 0.8s backwards;
    animation: outM 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse; }
  .navTrigger i:nth-child(3) {
    -webkit-animation: outBtm 0.8s backwards;
    animation: outBtm 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse; }
  .navTrigger.active i:nth-child(1) {
    -webkit-animation: inT 0.8s forwards;
    animation: inT 0.8s forwards; }
  .navTrigger.active i:nth-child(2) {
    -webkit-animation: inM 0.8s forwards;
    animation: inM 0.8s forwards; }
  .navTrigger.active i:nth-child(3) {
    -webkit-animation: inBtm 0.8s forwards;
    animation: inBtm 0.8s forwards; }

@-webkit-keyframes inM {
  50% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(45deg); } }

@keyframes inM {
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); } }

@-webkit-keyframes outM {
  50% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(45deg); } }

@keyframes outM {
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); } }

@-webkit-keyframes inT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg); }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg); } }

@keyframes inT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg); }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
            transform: translateY(9px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
            transform: translateY(9px) rotate(135deg); } }

@-webkit-keyframes outT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg); }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg); } }

@keyframes outT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg); }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
            transform: translateY(9px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
            transform: translateY(9px) rotate(135deg); } }

@-webkit-keyframes inBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg); }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg); } }

@keyframes inBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg); }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
            transform: translateY(-9px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
            transform: translateY(-9px) rotate(135deg); } }

@-webkit-keyframes outBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg); }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg); } }

@keyframes outBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg); }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
            transform: translateY(-9px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
            transform: translateY(-9px) rotate(135deg); } }

.drag-and-drop-module {
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #DEE0E3;
  background: #FAFAFA;
  cursor: copy;
  padding: 6px; }
  .drag-and-drop-module:hover {
    background: #ffffff;
    -webkit-transition: 1s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 1s; }
  .drag-and-drop-module .drag-and-drop-dashed {
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    border-radius: 12px 12px 12px 12px;
    border: 1px dashed #DEE0E3;
    color: #959DA5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* Safari 4+ */
    -moz-align-items: center;
    /* Fx 5+ */
    -ms-align-items: center;
    -o-align-items: center;
    /* Opera 12+ */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* Safari 4+ */
    -moz-justify-content: center;
    /* Fx 5+ */
    -ms-justify-content: center;
    -o-justify-content: center;
    /* Opera 12+ */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    cursor: copy; }
    .drag-and-drop-module .drag-and-drop-dashed .drag-and-drop-content {
      border: 0; }
      .drag-and-drop-module .drag-and-drop-dashed .drag-and-drop-content .drag-and-drop-element {
        text-align: center; }
        .drag-and-drop-module .drag-and-drop-dashed .drag-and-drop-content .drag-and-drop-element p {
          max-width: 110px; }

.section-grid .drag-and-drop-content .drag-and-drop-element {
  display: block; }

.section-list .drag-and-drop-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .section-list .drag-and-drop-content .drag-and-drop-element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* Safari 4+ */
    -moz-align-items: center;
    /* Fx 5+ */
    -ms-align-items: center;
    -o-align-items: center;
    /* Opera 12+ */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* Safari 4+ */
    -moz-justify-content: center;
    /* Fx 5+ */
    -ms-justify-content: center;
    -o-justify-content: center;
    /* Opera 12+ */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 10px; }

#plan {
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #DEE0E3;
  -webkit-transition: 1s;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  transition: 1s;
  margin-bottom: 24px;
  background: #ffffff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Safari 4+ */
  -moz-align-items: center;
  /* Fx 5+ */
  -ms-align-items: center;
  -o-align-items: center;
  /* Opera 12+ */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* Safari 4+ */
  -moz-justify-content: center;
  /* Fx 5+ */
  -ms-justify-content: center;
  -o-justify-content: center;
  /* Opera 12+ */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  min-height: 564px;
  color: #ffffff;
  width: 100%; }

.konvajs-content::-webkit-scrollbar, canvas::-webkit-scrollbar {
  width: 5.5px;
  border-radius: 30px;
  background: transparent; }

.konvajs-content::-webkit-scrollbar-thumb, canvas::-webkit-scrollbar-thumb {
  background: rgba(0, 180, 216, 0.7); }

.floor-plan {
  position: relative; }
  .floor-plan button {
    width: 40px;
    height: 40px;
    background: #000000;
    -webkit-transition: 0.7s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.7s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    border-radius: 12px 12px 12px 12px; }
    .floor-plan button svg {
      -webkit-transition: 0.2s;
      /* Safari 4+ */
      /* Fx 5+ */
      /* Opera 12+ */
      transition: 0.2s;
      stroke: #ffffff !important;
      color: #ffffff !important; }
      .floor-plan button svg path {
        -webkit-transition: 0.2s;
        /* Safari 4+ */
        /* Fx 5+ */
        /* Opera 12+ */
        transition: 0.2s;
        stroke: #ffffff !important;
        color: #ffffff !important; }
    .floor-plan button svg {
      height: 24px;
      width: 24px; }
    .floor-plan button:hover {
      -webkit-transition: 0.7s;
      /* Safari 4+ */
      /* Fx 5+ */
      /* Opera 12+ */
      transition: 0.7s;
      background: #24292E; }

.context-menu {
  position: absolute;
  height: 91%;
  right: 74px;
  top: 25px; }
  .context-menu ul {
    position: absolute;
    margin: 5px; }
    .context-menu ul:first-child {
      top: 0; }
    .context-menu ul:last-child {
      bottom: 0; }
    .context-menu ul li:first-child {
      margin-bottom: 8px; }
    .context-menu ul li button {
      -webkit-box-shadow: 0 0px 10px rgba(255, 255, 255, 0.7);
              box-shadow: 0 0px 10px rgba(255, 255, 255, 0.7); }

.accordion li {
  border-bottom: 1px solid #DEE0E3;
  position: relative;
  padding: 16px 0; }
  .accordion li::after {
    content: "";
    position: absolute;
    height: 10px;
    width: 12px;
    right: 20px;
    top: 20px;
    background-image: url("/img/icons/select-arrow.svg");
    background-repeat: no-repeat;
    background-position: center; }
  .accordion li.close::after {
    -webkit-transition: 0.5s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.5s;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-name: btnProfile;
            animation-name: btnProfile;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    opacity: 1;
    -webkit-transform: rotate(-90deg);
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transform: rotate(-90deg); }

@keyframes btnProfile {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg);
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transform: rotate(0deg); }
  100% {
    opacity: 1;
    -webkit-transform: rotate(-90deg);
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transform: rotate(-90deg); } }

.accordion .campaign-content {
  padding-top: 24px; }
  .accordion .campaign-content article {
    display: -ms-grid;
    display: grid;
    cursor: hand !important;
    cursor: pointer !important;
    -webkit-column-gap: 24px;
            column-gap: 24px;
    margin-bottom: 8px;
    border-radius: 12px;
    -webkit-transition: 0.7s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.7s;
    border: 1px solid #DEE0E3; }
    .accordion .campaign-content article.img-inside {
      padding: 8px 32px 8px 8px;
      -ms-grid-columns: 64px 1fr;
          grid-template-columns: 64px 1fr;
          grid-template-areas: "cardImage campaignContent"; }
    .accordion .campaign-content article.img-less {
      padding: 11px 32px 11px 24px;
      -ms-grid-columns: 1fr;
          grid-template-columns: 1fr;
          grid-template-areas: "campaignContent campaignContent"; }
    .accordion .campaign-content article:hover {
      background: rgba(209, 238, 244, 0.7);
      -webkit-transition: 0.7s;
      /* Safari 4+ */
      /* Fx 5+ */
      /* Opera 12+ */
      transition: 0.7s; }
    .accordion .campaign-content article.selected {
      position: relative;
      border-color: #00b4d8;
      background-image: url("/img/icons/selected.svg");
      background-position: 93% center;
      background-color: #d1eef4;
      background-repeat: no-repeat; }
  .accordion .campaign-content .campaign-image {
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    border-radius: 6px 6px 6px 6px;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: cardImage;
    overflow: hidden;
    height: 64px; }
    .accordion .campaign-content .campaign-image img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
  .accordion .campaign-content .campaign-info {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: campaignContent;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .accordion .campaign-content .campaign-info h4 {
      font-size: 20px !important;
      line-height: 25px;
      letter-spacing: 0;
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: 600; }
    .accordion .campaign-content .campaign-info p {
      font-size: 14px !important;
      line-height: 19px;
      letter-spacing: 0;
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: 400; }

#listPills ul li {
  margin-bottom: 8px; }
  #listPills ul li a {
    display: block;
    padding: 24px 32px;
    position: relative;
    border: 1px solid #E9EBEC;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    border-radius: 12px 12px 12px 12px;
    -webkit-transition: 0.5s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.5s; }
    #listPills ul li a:hover {
      border: 1px solid #ffffff;
      -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
              box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
      -webkit-transition: 0.7s;
      /* Safari 4+ */
      /* Fx 5+ */
      /* Opera 12+ */
      transition: 0.7s;
      text-decoration: none; }
    #listPills ul li a h3 {
      font-weight: 600;
      margin-bottom: 5px;
      font-size: 20px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #000000; }
      #listPills ul li a h3 span {
        font-size: 12px !important;
        line-height: 17px;
        letter-spacing: 0;
        color: #444D56;
        padding: 0px 9px;
        margin-left: 16px;
        background: #E9EBEC;
        display: inline-block;
        font-size: 12px !important;
        line-height: 20px;
        letter-spacing: 0;
        /* Safari 4+ */
        /* Fx 5+ */
        /* Opera 12+ */
        border-radius: 6px 6px 6px 6px; }
    #listPills ul li a p {
      color: #959DA5;
      font-size: 14px !important; }
    #listPills ul li a .pending {
      top: 35px;
      right: 38px;
      color: #ffffff;
      font-weight: 600;
      padding: 4px 10px;
      background: #000000;
      position: absolute;
      text-decoration: none;
      /* Safari 4+ */
      /* Fx 5+ */
      /* Opera 12+ */
      border-radius: 6px 6px 6px 6px; }

.vertical-timeline {
  border-left: 1px solid #DEE0E3;
  position: relative;
  padding: 20px 0; }
  .vertical-timeline::before {
    content: "";
    position: absolute;
    left: -5px;
    height: 57px;
    padding-left: 7px;
    overflow: hidden;
    width: 0px;
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #ffffff), to(transparent));
    background: linear-gradient(180deg, #ffffff 40%, transparent 100%);
    top: 0; }
  .vertical-timeline::after {
    content: "";
    position: absolute;
    left: -5px;
    height: 57px;
    padding-left: 7px;
    overflow: hidden;
    width: 0px;
    background: #ffffff;
    background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(transparent));
    background: linear-gradient(0deg, #ffffff 0%, transparent 100%);
    bottom: 0; }
  .vertical-timeline .time-items article {
    margin-left: 26px; }
  .vertical-timeline .time-items h3 {
    color: #000000;
    font-weight: 600;
    margin-top: 26px;
    margin-bottom: 16px; }
  .vertical-timeline .time-items ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    margin-bottom: 8px;
    position: relative;
    -webkit-transition: 0.2s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.2s;
    padding: 12px 32px 12px 24px;
    border: 1px solid #DEE0E3;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    border-radius: 12px 12px 12px 12px;
    /*
        &:hover {
          @include transition(0.2s);
          background: $grey_50;
        }
        */ }
    .vertical-timeline .time-items ul li::before {
      border: 1px solid #DEE0E3;
      display: inline-block;
      border-radius: 10px;
      margin-bottom: -5px;
      position: absolute;
      background: #ffffff;
      height: 11px;
      width: 11px;
      content: "";
      left: -33px;
      top: 40px; }
    .vertical-timeline .time-items ul li.active {
      background: #d1eef4;
      border-color: #00b4d8; }
    .vertical-timeline .time-items ul li .time-item-img {
      /* Safari 4+ */
      /* Fx 5+ */
      /* Opera 12+ */
      border-radius: 6px 6px 6px 6px;
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      grid-area: cardImage;
      overflow: hidden;
      height: 64px;
      width: 64px; }
      .vertical-timeline .time-items ul li .time-item-img img {
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        height: 100%; }
    .vertical-timeline .time-items ul li .time-item-txt {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: 16px; }
      .vertical-timeline .time-items ul li .time-item-txt h4 {
        font-weight: 600;
        font-size: 20px; }
      .vertical-timeline .time-items ul li .time-item-txt p {
        color: #959DA5; }
  .vertical-timeline .time-items .present ul li::before {
    background: #00b4d8; }

.loader-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Safari 4+ */
  -moz-align-items: center;
  /* Fx 5+ */
  -ms-align-items: center;
  -o-align-items: center;
  /* Opera 12+ */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* Safari 4+ */
  -moz-justify-content: center;
  /* Fx 5+ */
  -ms-justify-content: center;
  -o-justify-content: center;
  /* Opera 12+ */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 333px; }

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; }

.lds-roller div {
  -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-transform-origin: 40px 40px;
          transform-origin: 40px 40px; }

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #00b4d8;
  margin: -4px 0 0 -4px; }

.lds-roller div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
          animation-delay: -0.036s; }

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px; }

.lds-roller div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
          animation-delay: -0.072s; }

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px; }

.lds-roller div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
          animation-delay: -0.108s; }

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px; }

.lds-roller div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
          animation-delay: -0.144s; }

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px; }

.lds-roller div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
          animation-delay: -0.18s; }

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px; }

.lds-roller div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
          animation-delay: -0.216s; }

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px; }

.lds-roller div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
          animation-delay: -0.252s; }

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px; }

.lds-roller div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
          animation-delay: -0.288s; }

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px; }

@-webkit-keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.btn-base.fill-primary {
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  border-radius: 8px 8px 8px 8px;
  font-weight: 400;
  border: 1px solid #00b4d8;
  -webkit-transition: 1s;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  transition: 1s;
  font-family: "Ojmar Sans";
  background: #00b4d8;
  cursor: hand !important;
  cursor: pointer !important;
  color: #ffffff;
  min-height: 39px; }
  .btn-base.fill-primary:hover, .btn-base.fill-primary:focus, .btn-base.fill-primary:active {
    color: #ffffff;
    background: #00b4d8;
    text-decoration: none;
    -webkit-transition: 1s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 1s;
    border: 1px solid #00b4d8; }
  .btn-base.fill-primary::first-letter {
    text-transform: uppercase; }

.btn-base.fill-red {
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  border-radius: 8px 8px 8px 8px;
  font-weight: 400;
  border: 1px solid #EA4A5A;
  -webkit-transition: 1s;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  transition: 1s;
  font-family: "Ojmar Sans";
  background: #EA4A5A;
  cursor: hand !important;
  cursor: pointer !important;
  color: #ffffff;
  min-height: 39px; }
  .btn-base.fill-red:hover, .btn-base.fill-red:focus, .btn-base.fill-red:active {
    color: #ffffff;
    background: #F97583;
    text-decoration: none;
    -webkit-transition: 1s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 1s;
    border: 1px solid #F97583; }
  .btn-base.fill-red::first-letter {
    text-transform: uppercase; }

.btn-base.fill-yellow {
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  border-radius: 8px 8px 8px 8px;
  font-weight: 400;
  border: 1px solid #FFD33D;
  -webkit-transition: 1s;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  transition: 1s;
  font-family: "Ojmar Sans";
  background: #FFD33D;
  cursor: hand !important;
  cursor: pointer !important;
  color: #ffffff;
  min-height: 39px; }
  .btn-base.fill-yellow:hover, .btn-base.fill-yellow:focus, .btn-base.fill-yellow:active {
    color: #ffffff;
    background: #FFEA7F;
    text-decoration: none;
    -webkit-transition: 1s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 1s;
    border: 1px solid #FFEA7F; }
  .btn-base.fill-yellow::first-letter {
    text-transform: uppercase; }

.btn-base.fill-green {
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  border-radius: 8px 8px 8px 8px;
  font-weight: 400;
  border: 1px solid #34D058;
  -webkit-transition: 1s;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  transition: 1s;
  font-family: "Ojmar Sans";
  background: #34D058;
  cursor: hand !important;
  cursor: pointer !important;
  color: #ffffff;
  min-height: 39px; }
  .btn-base.fill-green:hover, .btn-base.fill-green:focus, .btn-base.fill-green:active {
    color: #ffffff;
    background: #85E89D;
    text-decoration: none;
    -webkit-transition: 1s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 1s;
    border: 1px solid #85E89D; }
  .btn-base.fill-green::first-letter {
    text-transform: uppercase; }

.btn-base.fill-blue {
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  border-radius: 8px 8px 8px 8px;
  font-weight: 400;
  border: 1px solid #2188FF;
  -webkit-transition: 1s;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  transition: 1s;
  font-family: "Ojmar Sans";
  background: #2188FF;
  cursor: hand !important;
  cursor: pointer !important;
  color: #ffffff;
  min-height: 39px; }
  .btn-base.fill-blue:hover, .btn-base.fill-blue:focus, .btn-base.fill-blue:active {
    color: #ffffff;
    background: #00b4d8;
    text-decoration: none;
    -webkit-transition: 1s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 1s;
    border: 1px solid #00b4d8; }
  .btn-base.fill-blue::first-letter {
    text-transform: uppercase; }

.btn-base.fill-transparent {
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  border-radius: 8px 8px 8px 8px;
  font-weight: 400;
  border: 1px solid transparent;
  -webkit-transition: 1s;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  transition: 1s;
  font-family: "Ojmar Sans";
  background: transparent;
  cursor: hand !important;
  cursor: pointer !important;
  color: #00b4d8;
  min-height: 39px; }
  .btn-base.fill-transparent:hover, .btn-base.fill-transparent:focus, .btn-base.fill-transparent:active {
    color: #ffffff;
    background: #00b4d8;
    text-decoration: none;
    -webkit-transition: 1s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 1s;
    border: 1px solid #00b4d8; }
  .btn-base.fill-transparent::first-letter {
    text-transform: uppercase; }
  .btn-base.fill-transparent:hover, .btn-base.fill-transparent:focus, .btn-base.fill-transparent:active {
    color: #00b4d8;
    background: #d1eef4;
    text-decoration: none;
    -webkit-transition: 1s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 1s;
    border: 1px solid transparent; }

.btn-outline.outline-primary {
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  border-radius: 8px 8px 8px 8px;
  -webkit-transition: 0.3s;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  transition: 0.3s;
  border: 1px solid #00b4d8;
  font-family: "Ojmar Sans";
  cursor: hand !important;
  cursor: pointer !important;
  color: #00b4d8; }
  .btn-outline.outline-primary::first-letter {
    text-transform: uppercase; }
  .btn-outline.outline-primary:hover, .btn-outline.outline-primary:focus, .btn-outline.outline-primary:active {
    -webkit-transition: 0.3s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.3s;
    background-color: #00b4d8;
    text-decoration: none;
    border-color: #00b4d8;
    color: #ffffff; }

.text-link {
  font-weight: 600;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  border-radius: 8px 8px 8px 8px; }
  .text-link::first-letter {
    text-transform: uppercase; }
  .text-link.link-primary {
    color: #00b4d8; }
    .text-link.link-primary:hover {
      background: #d1eef4; }
  .text-link.link-red {
    color: #B31D28; }
    .text-link.link-red:hover {
      background: #d1eef4; }
  .text-link.link-yellow {
    color: #DBAB09; }
    .text-link.link-yellow:hover {
      background: #d1eef4; }
  .text-link span {
    text-transform: capitalize; }

.link-s,
.btn-s {
  padding: 6px 12px;
  font-size: 16px !important;
  line-height: 21px;
  letter-spacing: 0;
  display: inline-block;
  white-space: nowrap;
  border-radius: 4px !important; }
  .link-s::first-letter,
  .btn-s::first-letter {
    text-transform: uppercase; }
  .link-s::first-letter,
  .btn-s::first-letter {
    text-transform: uppercase; }

.link-m,
.btn-m {
  padding: 8px 16px;
  font-size: 16px !important;
  line-height: 21px;
  letter-spacing: 0;
  display: inline-block;
  white-space: nowrap; }
  .link-m::first-letter,
  .btn-m::first-letter {
    text-transform: uppercase; }
  .link-m::first-letter,
  .btn-m::first-letter {
    text-transform: uppercase; }

.link-l,
.btn-l {
  height: 60px;
  padding: 0 48px;
  font-size: 13px !important;
  line-height: 18px;
  letter-spacing: 0;
  display: inline-block;
  white-space: nowrap; }
  .link-l::first-letter,
  .btn-l::first-letter {
    text-transform: uppercase; }
  .link-l::first-letter,
  .btn-l::first-letter {
    text-transform: uppercase; }

.link-xl,
.btn-xl {
  padding: 12px 24px;
  display: inline-block;
  white-space: nowrap; }
  .link-xl::first-letter,
  .btn-xl::first-letter {
    text-transform: uppercase; }
  .link-xl::first-letter,
  .btn-xl::first-letter {
    text-transform: uppercase; }

.upload-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }
  .upload-image .image {
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #DEE0E3;
    background: #FAFAFA;
    color: #BEC2C6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* Safari 4+ */
    -moz-align-items: center;
    /* Fx 5+ */
    -ms-align-items: center;
    -o-align-items: center;
    /* Opera 12+ */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* Safari 4+ */
    -moz-justify-content: center;
    /* Fx 5+ */
    -ms-justify-content: center;
    -o-justify-content: center;
    /* Opera 12+ */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 160px;
    width: 160px; }
    .upload-image .image--uploaded {
      border: 1px solid transparent;
      -webkit-box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.05);
              box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.05);
      overflow-y: hidden; }
      .upload-image .image--uploaded img {
        width: 100%; }
    .upload-image .image svg {
      height: 36px;
      width: 36px; }
    .upload-image .image.avatar {
      height: 96px;
      width: 96px; }
  .upload-image .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 32px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .upload-image .actions p {
      color: #959DA5;
      max-width: 170px;
      margin-bottom: 16px;
      font-size: 14px !important;
      line-height: 18px;
      letter-spacing: 0; }

#flash-success .flash-popup-top h2 {
  color: #34D058; }

#flash-success .flash-popup-top button svg {
  -webkit-transition: 0.2s;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  transition: 0.2s;
  stroke: #34D058 !important;
  color: #34D058 !important; }
  #flash-success .flash-popup-top button svg path {
    -webkit-transition: 0.2s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.2s;
    stroke: #34D058 !important;
    color: #34D058 !important; }

#flash-info .flash-popup-top h2 {
  color: #2188FF; }

#flash-info .flash-popup-top button svg {
  -webkit-transition: 0.2s;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  transition: 0.2s;
  stroke: #2188FF !important;
  color: #2188FF !important; }
  #flash-info .flash-popup-top button svg path {
    -webkit-transition: 0.2s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.2s;
    stroke: #2188FF !important;
    color: #2188FF !important; }

#flash-warning .flash-popup-top h2 {
  color: #F9C513; }

#flash-warning .flash-popup-top button svg {
  -webkit-transition: 0.2s;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  transition: 0.2s;
  stroke: #F9C513 !important;
  color: #F9C513 !important; }
  #flash-warning .flash-popup-top button svg path {
    -webkit-transition: 0.2s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.2s;
    stroke: #F9C513 !important;
    color: #F9C513 !important; }

#flash-danger .flash-popup-top h2 {
  color: #EA4A5A; }

#flash-danger .flash-popup-top button svg {
  -webkit-transition: 0.2s;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  transition: 0.2s;
  stroke: #EA4A5A !important;
  color: #EA4A5A !important; }
  #flash-danger .flash-popup-top button svg path {
    -webkit-transition: 0.2s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.2s;
    stroke: #EA4A5A !important;
    color: #EA4A5A !important; }

.flash-popup {
  position: relative; }
  .flash-popup .flash-popup-top {
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    border-radius: 16px 16px 16px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 37px 40px 10px;
    background: #ffffff;
    position: absolute;
    -webkit-animation-duration: 1.3s;
            animation-duration: 1.3s;
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    opacity: 1;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2; }

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transition: 0.3s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.3s; }
  100% {
    opacity: 1;
    -webkit-transition: 0.3s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.3s; } }
    .flash-popup .flash-popup-top h2 {
      font-weight: 600; }
    .flash-popup .flash-popup-top button {
      margin: -3px -3px 0 0;
      overflow: hidden; }
      .flash-popup .flash-popup-top button svg {
        -webkit-transition: 0.2s;
        /* Safari 4+ */
        /* Fx 5+ */
        /* Opera 12+ */
        transition: 0.2s;
        stroke: #6A737D !important;
        color: #6A737D !important; }
        .flash-popup .flash-popup-top button svg path {
          -webkit-transition: 0.2s;
          /* Safari 4+ */
          /* Fx 5+ */
          /* Opera 12+ */
          transition: 0.2s;
          stroke: #6A737D !important;
          color: #6A737D !important; }
      .flash-popup .flash-popup-top button span {
        display: none; }
    .flash-popup .flash-popup-top::before {
      background: #ffffff;
      background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(transparent));
      background: linear-gradient(180deg, #ffffff 0%, transparent 100%);
      position: absolute;
      bottom: -36px;
      height: 37px;
      width: 100%;
      content: "";
      left: 0; }
  .flash-popup .flash-popup-content {
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    border-radius: 16px 16px 16px 16px;
    -webkit-transition: 0.2s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.2s;
    -webkit-transform: translate(0, 0);
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transform: translate(0, 0);
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-name: fadeAppear;
            animation-name: fadeAppear;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    padding: 111px 40px 0;
    position: relative;
    background: #ffffff;
    position: relative;
    overflow-y: scroll;
    max-height: 90vh;
    max-height: 90vh;
    display: block;
    width: 540px;
    z-index: 1;
    margin: 0; }

@-webkit-keyframes fadeAppear {
  0% {
    -webkit-transition: 0.9s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.9s;
    -webkit-transform: translate(0, 50px);
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transform: translate(0, 50px); }
  100% {
    -webkit-transition: 0.9s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.9s;
    -webkit-transform: translate(0, 0);
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transform: translate(0, 0); } }

@keyframes fadeAppear {
  0% {
    -webkit-transition: 0.9s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.9s;
    -webkit-transform: translate(0, 50px);
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transform: translate(0, 50px); }
  100% {
    -webkit-transition: 0.9s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.9s;
    -webkit-transform: translate(0, 0);
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transform: translate(0, 0); } }
    .flash-popup .flash-popup-content::-webkit-scrollbar {
      background: transparent;
      border-radius: 30px;
      width: 7.5px; }
    .flash-popup .flash-popup-content::-webkit-scrollbar-thumb {
      background: transparent; }
    .flash-popup .flash-popup-content--breadth {
      height: 80vh;
      width: 860px; }
  .flash-popup .flash-popup-actions {
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    border-radius: 16px 16px 16px 16px;
    padding: 20px 0px 40px 0;
    -webkit-animation-duration: 1.8s;
            animation-duration: 1.8s;
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    opacity: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background: #ffffff;
    position: absolute;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* Safari 4+ */
    -moz-align-items: center;
    /* Fx 5+ */
    -ms-align-items: center;
    -o-align-items: center;
    /* Opera 12+ */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* Safari 4+ */
    -moz-justify-content: center;
    /* Fx 5+ */
    -ms-justify-content: center;
    -o-justify-content: center;
    /* Opera 12+ */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    z-index: 2;
    bottom: 0;
    left: 0; }

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transition: 0.3s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.3s; }
  100% {
    opacity: 1;
    -webkit-transition: 0.3s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.3s; } }
    .flash-popup .flash-popup-actions button {
      margin-left: 10px; }
    .flash-popup .flash-popup-actions::before {
      background: #ffffff;
      background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(transparent));
      background: linear-gradient(0deg, #ffffff 0%, transparent 100%);
      position: absolute;
      height: 50px;
      width: 100%;
      content: "";
      top: -30px;
      left: 0; }

.alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  border-radius: 12px 12px 12px 12px;
  padding: 16px;
  margin: 8px 0; }
  .alert p {
    font-size: 14px !important; }
  .alert--info {
    color: #2188FF;
    background: #d1eef4; }
    .alert--info ::-moz-selection {
      background: #2188FF;
      color: #d1eef4; }
    .alert--info ::selection {
      background: #2188FF;
      color: #d1eef4; }
    .alert--info p a {
      color: #2188FF;
      text-decoration: underline; }
      .alert--info p a:hover {
        filter: brightness(90%);
        -webkit-filter: brightness(90%);
        color: #2188FF;
        -webkit-transition: 0.7s;
        /* Safari 4+ */
        /* Fx 5+ */
        /* Opera 12+ */
        transition: 0.7s; }
    .alert--info button svg {
      -webkit-transition: 0.2s;
      /* Safari 4+ */
      /* Fx 5+ */
      /* Opera 12+ */
      transition: 0.2s;
      stroke: #2188FF !important;
      color: #2188FF !important; }
      .alert--info button svg path {
        -webkit-transition: 0.2s;
        /* Safari 4+ */
        /* Fx 5+ */
        /* Opera 12+ */
        transition: 0.2s;
        stroke: #2188FF !important;
        color: #2188FF !important; }
  .alert--success {
    color: #34D058;
    background: #F0FFF4; }
    .alert--success ::-moz-selection {
      background: #34D058;
      color: #F0FFF4; }
    .alert--success ::selection {
      background: #34D058;
      color: #F0FFF4; }
    .alert--success p a {
      color: #34D058;
      text-decoration: underline; }
      .alert--success p a:hover {
        filter: brightness(90%);
        -webkit-filter: brightness(90%);
        color: #34D058;
        -webkit-transition: 0.7s;
        /* Safari 4+ */
        /* Fx 5+ */
        /* Opera 12+ */
        transition: 0.7s; }
    .alert--success button svg {
      -webkit-transition: 0.2s;
      /* Safari 4+ */
      /* Fx 5+ */
      /* Opera 12+ */
      transition: 0.2s;
      stroke: #34D058 !important;
      color: #34D058 !important; }
      .alert--success button svg path {
        -webkit-transition: 0.2s;
        /* Safari 4+ */
        /* Fx 5+ */
        /* Opera 12+ */
        transition: 0.2s;
        stroke: #34D058 !important;
        color: #34D058 !important; }
  .alert--danger {
    color: #F97583;
    background: #FFEEF0; }
    .alert--danger ::-moz-selection {
      background: #F97583;
      color: #FFEEF0; }
    .alert--danger ::selection {
      background: #F97583;
      color: #FFEEF0; }
    .alert--danger p a {
      color: #F97583;
      text-decoration: underline; }
      .alert--danger p a:hover {
        filter: brightness(90%);
        -webkit-filter: brightness(90%);
        color: #F97583;
        -webkit-transition: 0.7s;
        /* Safari 4+ */
        /* Fx 5+ */
        /* Opera 12+ */
        transition: 0.7s; }
    .alert--danger button svg {
      -webkit-transition: 0.2s;
      /* Safari 4+ */
      /* Fx 5+ */
      /* Opera 12+ */
      transition: 0.2s;
      stroke: #F97583 !important;
      color: #F97583 !important; }
      .alert--danger button svg path {
        -webkit-transition: 0.2s;
        /* Safari 4+ */
        /* Fx 5+ */
        /* Opera 12+ */
        transition: 0.2s;
        stroke: #F97583 !important;
        color: #F97583 !important; }
  .alert--warning {
    color: #B08800;
    background: #FFFDEF; }
    .alert--warning ::-moz-selection {
      background: #B08800;
      color: #FFFDEF; }
    .alert--warning ::selection {
      background: #B08800;
      color: #FFFDEF; }
    .alert--warning p a {
      color: #B08800;
      text-decoration: underline; }
      .alert--warning p a:hover {
        filter: brightness(90%);
        -webkit-filter: brightness(90%);
        color: #B08800;
        -webkit-transition: 0.7s;
        /* Safari 4+ */
        /* Fx 5+ */
        /* Opera 12+ */
        transition: 0.7s; }
    .alert--warning button svg {
      -webkit-transition: 0.2s;
      /* Safari 4+ */
      /* Fx 5+ */
      /* Opera 12+ */
      transition: 0.2s;
      stroke: #DBAB09 !important;
      color: #DBAB09 !important; }
      .alert--warning button svg path {
        -webkit-transition: 0.2s;
        /* Safari 4+ */
        /* Fx 5+ */
        /* Opera 12+ */
        transition: 0.2s;
        stroke: #DBAB09 !important;
        color: #DBAB09 !important; }
  .alert button {
    margin: -3px -3px -5px 0;
    overflow: hidden; }
    .alert button span {
      display: none; }

.focus-point {
  top: 15px;
  left: 15px;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Safari 4+ */
  -moz-align-items: center;
  /* Fx 5+ */
  -ms-align-items: center;
  -o-align-items: center;
  /* Opera 12+ */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* Safari 4+ */
  -moz-justify-content: center;
  /* Fx 5+ */
  -ms-justify-content: center;
  -o-justify-content: center;
  /* Opera 12+ */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  background-image: url("/img/icons/focus-point.svg");
  background-position: center center;
  background-color: #00b4d8;
  background-repeat: no-repeat;
  border: 1px solid #ffffff;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  border-radius: 100px 100px 100px 100px;
  -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
          box-shadow: 0 2px 16px rgba(0, 0, 0, 0.35); }
  .focus-point svg {
    -webkit-transition: 0.2s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.2s;
    stroke: #ffffff !important;
    color: #ffffff !important; }
    .focus-point svg path {
      -webkit-transition: 0.2s;
      /* Safari 4+ */
      /* Fx 5+ */
      /* Opera 12+ */
      transition: 0.2s;
      stroke: #ffffff !important;
      color: #ffffff !important; }

.image-covered {
  height: 160px;
  background-size: cover;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  border-radius: 6px 6px 6px 6px;
  background-position: center; }

.switch {
  position: relative;
  display: inline-block; }

.switch-input {
  display: none; }

.switch-label {
  display: block;
  width: 48px;
  height: 24px;
  text-indent: -150%;
  clip: rect(0 0 0 0);
  color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.switch-label::before,
.switch-label::after {
  content: "";
  display: block;
  position: absolute;
  cursor: pointer; }

.switch-label::before {
  width: 100%;
  height: 100%;
  border-radius: 9999em;
  background-color: #E9EBEC;
  -webkit-transition: background-color 0.25s ease;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  transition: background-color 0.25s ease; }

.switch-label::after {
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transition: left 0.25s ease;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  transition: left 0.25s ease;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.45);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.45); }

.switch-input:checked + .switch-label::before {
  background-color: #00b4d8; }

.switch-input:checked + .switch-label::after {
  left: 24px; }

.cover-blur {
  opacity: 0;
  display: none; }
  .cover-blur.active {
    background: rgba(106, 115, 125, 0.65);
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    z-index: 4;
    -webkit-animation-duration: 0.2s;
            animation-duration: 0.2s;
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    opacity: 1;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* Safari 4+ */
    -moz-align-items: center;
    /* Fx 5+ */
    -ms-align-items: center;
    -o-align-items: center;
    /* Opera 12+ */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* Safari 4+ */
    -moz-justify-content: center;
    /* Fx 5+ */
    -ms-justify-content: center;
    -o-justify-content: center;
    /* Opera 12+ */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100vh;
    width: 100vw;
    left: 0;
    top: 0; }

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transition: 0.3s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.3s; }
  100% {
    opacity: 1;
    -webkit-transition: 0.3s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.3s; } }
    .cover-blur.active .popup {
      position: relative;
      -webkit-transition: 0.2s;
      /* Safari 4+ */
      /* Fx 5+ */
      /* Opera 12+ */
      transition: 0.2s;
      -webkit-transform: translate(0, 0);
      /* Safari 4+ */
      /* Fx 5+ */
      /* Opera 12+ */
      transform: translate(0, 0);
      -webkit-animation-duration: 0.3s;
              animation-duration: 0.3s;
      -webkit-animation-name: fadeAppear;
              animation-name: fadeAppear;
      -webkit-animation-iteration-count: 1;
              animation-iteration-count: 1; }

@keyframes fadeAppear {
  0% {
    -webkit-transition: 0.9s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.9s;
    -webkit-transform: translate(0, 50px);
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transform: translate(0, 50px); }
  100% {
    -webkit-transition: 0.9s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.9s;
    -webkit-transform: translate(0, 0);
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transform: translate(0, 0); } }
      .cover-blur.active .popup .popup-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-border-top-left-radius: 16px;
        -webkit-border-top-right-radius: 16px;
        -moz-border-radius-topleft: 16px;
        -moz-border-radius-topright: 16px;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        padding: 35px 48px 10px;
        background: #ffffff;
        position: relative;
        top: 60px;
        width: 100%;
        z-index: 2; }
        .cover-blur.active .popup .popup-top h2 {
          font-weight: 600; }
        .cover-blur.active .popup .popup-top button {
          margin: -3px -3px 0 0;
          overflow: hidden; }
          .cover-blur.active .popup .popup-top button svg {
            -webkit-transition: 0.2s;
            /* Safari 4+ */
            /* Fx 5+ */
            /* Opera 12+ */
            transition: 0.2s;
            stroke: #6A737D !important;
            color: #6A737D !important; }
            .cover-blur.active .popup .popup-top button svg path {
              -webkit-transition: 0.2s;
              /* Safari 4+ */
              /* Fx 5+ */
              /* Opera 12+ */
              transition: 0.2s;
              stroke: #6A737D !important;
              color: #6A737D !important; }
          .cover-blur.active .popup .popup-top button span {
            display: none; }
        .cover-blur.active .popup .popup-top::before {
          background: #ffffff;
          background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(transparent));
          background: linear-gradient(180deg, #ffffff 0%, transparent 100%);
          position: absolute;
          bottom: -36px;
          height: 37px;
          width: 100%;
          content: "";
          left: 0; }
      .cover-blur.active .popup .popup-content {
        padding: 24px 48px 0 48px;
        position: relative;
        background: #ffffff;
        position: relative;
        overflow-y: scroll;
        max-height: 90vh;
        max-height: 90vh;
        display: block;
        width: 540px;
        z-index: 1;
        margin: 0; }
        .cover-blur.active .popup .popup-content::-webkit-scrollbar {
          background: transparent;
          border-radius: 30px;
          width: 7.5px; }
        .cover-blur.active .popup .popup-content::-webkit-scrollbar-track {
          border-radius: 100px; }
        .cover-blur.active .popup .popup-content::-webkit-scrollbar-thumb {
          background: transparent;
          border-radius: 100px; }
        .cover-blur.active .popup .popup-content--breadth {
          height: 80vh;
          width: 860px; }
      .cover-blur.active .popup .popup-actions {
        padding: 20px 56px 40px 48px;
        /* Safari 4+ */
        /* Fx 5+ */
        /* Opera 12+ */
        border-radius: 16px 16px 16px 16px;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        background: #ffffff;
        position: absolute;
        margin-bottom: -20px;
        margin-top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        z-index: 2;
        bottom: 0;
        left: 0; }
        .cover-blur.active .popup .popup-actions button {
          margin-left: 10px; }
        .cover-blur.active .popup .popup-actions::before {
          background: #ffffff;
          background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(transparent));
          background: linear-gradient(0deg, #ffffff 0%, transparent 100%);
          position: absolute;
          height: 50px;
          width: 100%;
          content: "";
          top: -30px;
          left: 0; }

.estimated {
  width: 100%; }
  .estimated th,
  .estimated td {
    padding: 16px 8px;
    font-size: 16px !important;
    line-height: 21px;
    letter-spacing: 0; }
  .estimated > tbody > tr:hover > * {
    background: #FAFAFA; }
  .estimated tbody th {
    font-weight: 600;
    border-bottom: 1px solid #DEE0E3; }
  .estimated tbody td {
    font-weight: 600;
    border-bottom: 1px solid #DEE0E3; }
  .estimated tfoot th,
  .estimated tfoot td {
    font-weight: 600; }

.image-space {
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  border-radius: 8px 8px 8px 8px;
  background: #E9EBEC;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Safari 4+ */
  -moz-align-items: center;
  /* Fx 5+ */
  -ms-align-items: center;
  -o-align-items: center;
  /* Opera 12+ */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* Safari 4+ */
  -moz-justify-content: center;
  /* Fx 5+ */
  -ms-justify-content: center;
  -o-justify-content: center;
  /* Opera 12+ */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px;
  height: 420px;
  width: 100%; }
  .image-space a {
    position: relative; }
    .image-space a::before {
      /* Safari 4+ */
      /* Fx 5+ */
      /* Opera 12+ */
      border-radius: 100px 100px 100px 100px;
      z-index: 5;
      -webkit-transition: 0.7s;
      /* Safari 4+ */
      /* Fx 5+ */
      /* Opera 12+ */
      transition: 0.7s;
      position: absolute;
      background-image: url("/img/icons/ampliar.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-color: #000000;
      background-size: 20px;
      height: 32px;
      width: 32px;
      content: "";
      top: -13px;
      right: -12px; }
    .image-space a:hover::before {
      background-color: #2F363D;
      -webkit-transition: 0.7s;
      /* Safari 4+ */
      /* Fx 5+ */
      /* Opera 12+ */
      transition: 0.7s; }
    .image-space a img {
      -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
              box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
      border: 4px solid #ffffff;
      max-height: 357px;
      max-width: 100%; }

.roulette {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  opacity: 1;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 660px;
  left: -60px;
  z-index: 0;
  top: 49%; }

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transition: 0.3s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.3s; }
  100% {
    opacity: 1;
    -webkit-transition: 0.3s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.3s; } }
  .roulette.breadth {
    width: 980px; }
  .roulette li button {
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    border-radius: 100px 100px 100px 100px;
    -webkit-transition: 0.7s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.7s;
    background: #ffffff;
    height: 48px;
    width: 48px; }
    .roulette li button svg {
      -webkit-transition: 0.2s;
      /* Safari 4+ */
      /* Fx 5+ */
      /* Opera 12+ */
      transition: 0.2s;
      stroke: #000000 !important;
      color: #000000 !important; }
      .roulette li button svg path {
        -webkit-transition: 0.2s;
        /* Safari 4+ */
        /* Fx 5+ */
        /* Opera 12+ */
        transition: 0.2s;
        stroke: #000000 !important;
        color: #000000 !important; }
    .roulette li button:hover {
      background: #d1eef4;
      -webkit-transition: 0.7s;
      /* Safari 4+ */
      /* Fx 5+ */
      /* Opera 12+ */
      transition: 0.7s; }
  .roulette li span {
    display: none; }

.hot-image {
  position: relative;
  -webkit-transform: translate(0, 0);
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  transform: translate(0, 0);
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: fadeAppear;
          animation-name: fadeAppear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1; }

@keyframes fadeAppear {
  0% {
    -webkit-transition: 0.9s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.9s;
    -webkit-transform: translate(0, 50px);
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transform: translate(0, 50px); }
  100% {
    -webkit-transition: 0.9s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.9s;
    -webkit-transform: translate(0, 0);
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transform: translate(0, 0); } }
  .hot-image button {
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    border-radius: 100px 100px 100px 100px;
    -webkit-transition: 0.7s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.7s;
    background: #000000;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* Safari 4+ */
    -moz-align-items: center;
    /* Fx 5+ */
    -ms-align-items: center;
    -o-align-items: center;
    /* Opera 12+ */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* Safari 4+ */
    -moz-justify-content: center;
    /* Fx 5+ */
    -ms-justify-content: center;
    -o-justify-content: center;
    /* Opera 12+ */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    right: -12px;
    height: 30px;
    width: 30px;
    top: -13px; }
    .hot-image button svg {
      -webkit-transition: 0.2s;
      /* Safari 4+ */
      /* Fx 5+ */
      /* Opera 12+ */
      transition: 0.2s;
      stroke: #ffffff !important;
      color: #ffffff !important; }
      .hot-image button svg path {
        -webkit-transition: 0.2s;
        /* Safari 4+ */
        /* Fx 5+ */
        /* Opera 12+ */
        transition: 0.2s;
        stroke: #ffffff !important;
        color: #ffffff !important; }
    .hot-image button:hover {
      -webkit-transition: 0.7s;
      /* Safari 4+ */
      /* Fx 5+ */
      /* Opera 12+ */
      transition: 0.7s;
      background: #2F363D; }
    .hot-image button span {
      display: none; }
  .hot-image img {
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
    border: 4px solid #ffffff;
    max-height: 87vh;
    max-width: 80vw; }

.focus-point-container {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 32px;
          column-gap: 32px;
  font-weight: 600;
  -ms-grid-columns: 450px 1fr;
      grid-template-columns: 450px 1fr; }
  .focus-point-container h4 {
    font-size: 14px; }
  .focus-point-container ul li {
    font-size: 16px;
    margin-bottom: 8px;
    -webkit-transition: 0.2s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.2s;
    padding: 12px 32px 12px 24px;
    border: 1px solid #DEE0E3;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    border-radius: 12px 12px 12px 12px;
    cursor: hand !important;
    cursor: pointer !important; }
    .focus-point-container ul li:hover {
      -webkit-transition: 0.2s;
      /* Safari 4+ */
      /* Fx 5+ */
      /* Opera 12+ */
      transition: 0.2s;
      background: #FAFAFA; }
    .focus-point-container ul li.active {
      background: #d1eef4;
      border-color: #00b4d8; }

.img-less-list li {
  font-size: 16px;
  margin-bottom: 8px;
  -webkit-transition: 0.2s;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  transition: 0.2s;
  padding: 12px 32px 12px 24px;
  border: 1px solid #DEE0E3;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  border-radius: 12px 12px 12px 12px; }
  .img-less-list li:hover {
    -webkit-transition: 0.2s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.2s;
    background: #FAFAFA; }
  .img-less-list li.active {
    background: #d1eef4;
    border-color: #00b4d8; }
  .img-less-list li h4 {
    font-weight: 600;
    font-size: 20px; }
  .img-less-list li p {
    color: #959DA5; }

.grey-pill {
  -webkit-transition: 0.5s;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  transition: 0.5s;
  padding: 6px 16px;
  font-weight: 600;
  min-height: 30px;
  background: #E9EBEC;
  color: #959DA5;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  border-radius: 3rem 3rem 3rem 3rem; }
  .grey-pill::first-letter {
    text-transform: uppercase; }
  .grey-pill.hover-pill {
    -webkit-transition: 0.5s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.5s;
    padding: 6px 16px;
    font-weight: 600;
    min-height: 30px;
    background: #E9EBEC;
    color: #959DA5;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    border-radius: 3rem 3rem 3rem 3rem; }
    .grey-pill.hover-pill:hover {
      background: #FAFAFA;
      color: #6A737D; }

#gallery-pills ul {
  gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  #gallery-pills ul .gallery-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: 1px solid #E9EBEC;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    border-radius: 12px 12px 12px 12px;
    -webkit-transition: 0.5s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.5s;
    width: 100%;
    position: relative;
    padding: 16px; }
    #gallery-pills ul .gallery-card.gallery-campaign em {
      /* Safari 4+ */
      /* Fx 5+ */
      /* Opera 12+ */
      border-radius: 6px 6px 6px 6px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      /* Safari 4+ */
      -moz-align-items: center;
      /* Fx 5+ */
      -ms-align-items: center;
      -o-align-items: center;
      /* Opera 12+ */
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      /* Safari 4+ */
      -moz-justify-content: center;
      /* Fx 5+ */
      -ms-justify-content: center;
      -o-justify-content: center;
      /* Opera 12+ */
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 64px;
      width: 64px; }
    #gallery-pills ul .gallery-card.gallery-campaign a {
      text-decoration: none; }
    #gallery-pills ul .gallery-card.gallery-campaign--available:hover {
      background: #FAFAFA;
      -webkit-transition: 0.5s;
      /* Safari 4+ */
      /* Fx 5+ */
      /* Opera 12+ */
      transition: 0.5s; }
    #gallery-pills ul .gallery-card.gallery-campaign--available em {
      background: #d1eef4; }
      #gallery-pills ul .gallery-card.gallery-campaign--available em svg {
        -webkit-transition: 0.2s;
        /* Safari 4+ */
        /* Fx 5+ */
        /* Opera 12+ */
        transition: 0.2s;
        stroke: #00b4d8 !important;
        color: #00b4d8 !important; }
        #gallery-pills ul .gallery-card.gallery-campaign--available em svg path {
          -webkit-transition: 0.2s;
          /* Safari 4+ */
          /* Fx 5+ */
          /* Opera 12+ */
          transition: 0.2s;
          stroke: #00b4d8 !important;
          color: #00b4d8 !important; }
    #gallery-pills ul .gallery-card.gallery-campaign--available h3 {
      color: #000000; }
    #gallery-pills ul .gallery-card.gallery-campaign--unavailable h3 {
      color: #959DA5; }
    #gallery-pills ul .gallery-card.gallery-campaign--unavailable em {
      background: #FAFAFA; }
      #gallery-pills ul .gallery-card.gallery-campaign--unavailable em svg {
        -webkit-transition: 0.2s;
        /* Safari 4+ */
        /* Fx 5+ */
        /* Opera 12+ */
        transition: 0.2s;
        stroke: #959DA5 !important;
        color: #959DA5 !important; }
        #gallery-pills ul .gallery-card.gallery-campaign--unavailable em svg path {
          -webkit-transition: 0.2s;
          /* Safari 4+ */
          /* Fx 5+ */
          /* Opera 12+ */
          transition: 0.2s;
          stroke: #959DA5 !important;
          color: #959DA5 !important; }
    #gallery-pills ul .gallery-card div, #gallery-pills ul .gallery-card a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      /* Safari 4+ */
      -moz-align-items: center;
      /* Fx 5+ */
      -ms-align-items: center;
      -o-align-items: center;
      /* Opera 12+ */
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      /* Safari 4+ */
      -moz-justify-content: center;
      /* Fx 5+ */
      -ms-justify-content: center;
      -o-justify-content: center;
      /* Opera 12+ */
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      cursor: hand !important;
      cursor: pointer !important; }
      #gallery-pills ul .gallery-card div:last-child, #gallery-pills ul .gallery-card a:last-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /* Safari 4+ */
        -moz-align-items: center;
        /* Fx 5+ */
        -ms-align-items: center;
        -o-align-items: center;
        /* Opera 12+ */
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        /* Safari 4+ */
        -moz-justify-content: center;
        /* Fx 5+ */
        -ms-justify-content: center;
        -o-justify-content: center;
        /* Opera 12+ */
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      #gallery-pills ul .gallery-card div span, #gallery-pills ul .gallery-card a span {
        margin-left: 24px; }
    #gallery-pills ul .gallery-card h3 {
      font-weight: 600;
      font-size: 20px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #gallery-pills ul .gallery-card h3 span {
        font-size: 12px !important;
        line-height: 17px;
        letter-spacing: 0;
        color: #444D56;
        padding: 0px 9px;
        margin-left: 15px;
        background: #E9EBEC;
        display: inline-block;
        font-size: 12px !important;
        line-height: 20px;
        letter-spacing: 0;
        /* Safari 4+ */
        /* Fx 5+ */
        /* Opera 12+ */
        border-radius: 6px 6px 6px 6px; }
    #gallery-pills ul .gallery-card ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #gallery-pills ul .gallery-card ul li {
        font-size: 14px !important;
        line-height: 19px;
        letter-spacing: 0;
        padding: 0 15px 0 0;
        position: relative;
        color: #959DA5; }
        #gallery-pills ul .gallery-card ul li::after {
          background: #BEC2C6;
          content: "";
          height: 4px;
          width: 4px;
          position: absolute;
          right: 5px;
          top: 9px;
          /* Safari 4+ */
          /* Fx 5+ */
          /* Opera 12+ */
          border-radius: 20px 20px 20px 20px; }
        #gallery-pills ul .gallery-card ul li:last-child::after {
          display: none; }

.tab {
  border-bottom: 1px solid #E9EBEC;
  margin-bottom: 24px; }
  .tab ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .tab ul li {
      border-bottom: 2x solid #ffffff; }
      .tab ul li:hover {
        border-bottom: 1px solid #FAFAFA; }
      .tab ul li a,
      .tab ul li button {
        display: inline-block;
        padding: 8px 16px;
        text-decoration: none; }
        .tab ul li a:hover,
        .tab ul li button:hover {
          border-radius: 6px 6px 0 0;
          border-color: #FAFAFA;
          background: #FAFAFA;
          color: #6A737D; }
        .tab ul li a span,
        .tab ul li button span {
          /* Safari 4+ */
          /* Fx 5+ */
          /* Opera 12+ */
          border-radius: 20px 20px 20px 20px;
          font-size: 12px !important;
          line-height: 17px;
          letter-spacing: 0;
          display: inline-block;
          background: #FAFAFA;
          padding: 2px 11px;
          color: #444D56; }
      .tab ul li.active {
        border-bottom: 2px solid #00b4d8; }
        .tab ul li.active:hover {
          border-bottom: 2px solid #00b4d8; }
        .tab ul li.active a,
        .tab ul li.active button {
          border-radius: 6px 6px 0 0;
          background: #FAFAFA;
          color: #000000; }
          .tab ul li.active a span,
          .tab ul li.active button span {
            background: #444D56;
            color: #ffffff; }
#launchpad {
  padding: 10px 20px; }
  #launchpad article {
    display: -ms-grid;
    display: grid;
    grid-gap: 25px; }
    @media all and (min-width: 100px) {
      #launchpad article {
        -ms-grid-columns: (1fr)[1];
            grid-template-columns: repeat(1, 1fr); } }
    @media all and (min-width: 600px) {
      #launchpad article {
        -ms-grid-columns: (1fr)[2];
            grid-template-columns: repeat(2, 1fr); } }
    @media all and (min-width: 768px) {
      #launchpad article {
        -ms-grid-columns: (1fr)[3];
            grid-template-columns: repeat(3, 1fr); } }
    @media all and (min-width: 992px) {
      #launchpad article {
        -ms-grid-columns: (1fr)[3];
            grid-template-columns: repeat(3, 1fr); } }
    @media all and (min-width: 1420px) {
      #launchpad article {
        -ms-grid-columns: (1fr)[4];
            grid-template-columns: repeat(4, 1fr); } }
  #launchpad .link-piece {
    padding: 16px 16px 16px 40px;
    position: relative;
    display: block;
    -webkit-animation-duration: 0.2s;
            animation-duration: 0.2s;
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    opacity: 1;
    background: #ffffff;
    -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    border-radius: 8px 8px 8px 8px;
    text-transform: uppercase;
    -webkit-transition: 0.7s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.7s;
    margin-bottom: 30px;
    font-weight: 800;
    font-size: 18px;
    color: #000000; }

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transition: 0.3s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.3s; }
  100% {
    opacity: 1;
    -webkit-transition: 0.3s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.3s; } }
    #launchpad .link-piece span {
      display: block;
      font-weight: 300;
      font-size: 14px; }
    #launchpad .link-piece:hover {
      text-decoration: none;
      -webkit-transition: 0.7s;
      /* Safari 4+ */
      /* Fx 5+ */
      /* Opera 12+ */
      transition: 0.7s; }
    #launchpad .link-piece::before {
      content: "";
      height: 15px;
      width: 15px;
      position: absolute;
      border-radius: 30px;
      left: 12px;
      top: 27px; }

.piece-empresa::before {
  background: #1a535c;
  -webkit-box-shadow: 0 2px 16px rgba(26, 83, 92, 0.5);
          box-shadow: 0 2px 16px rgba(26, 83, 92, 0.5); }

.piece-empresa:hover {
  background: rgba(26, 83, 92, 0.1) !important; }

.piece-usuario::before {
  background: #ff6b6b;
  -webkit-box-shadow: 0 2px 16px rgba(255, 107, 107, 0.5);
          box-shadow: 0 2px 16px rgba(255, 107, 107, 0.5); }

.piece-usuario:hover {
  background: rgba(255, 107, 107, 0.1) !important; }

.piece-ayuda::before {
  background: #4ecdc4;
  -webkit-box-shadow: 0 2px 16px rgba(78, 205, 196, 0.5);
          box-shadow: 0 2px 16px rgba(78, 205, 196, 0.5); }

.piece-ayuda:hover {
  background: rgba(78, 205, 196, 0.1) !important; }

.piece-organismo::before {
  background: #5386e4;
  -webkit-box-shadow: 0 2px 16px rgba(83, 134, 228, 0.5);
          box-shadow: 0 2px 16px rgba(83, 134, 228, 0.5); }

.piece-organismo:hover {
  background: rgba(83, 134, 228, 0.1) !important; }

.piece-consultor::before {
  background: #ffe66d;
  -webkit-box-shadow: 0 2px 16px rgba(255, 230, 109, 0.5);
          box-shadow: 0 2px 16px rgba(255, 230, 109, 0.5); }

.piece-consultor:hover {
  background: rgba(255, 230, 109, 0.1) !important; }

.piece-solicitud::before {
  background: #8f3985;
  -webkit-box-shadow: 0 2px 16px rgba(143, 57, 133, 0.5);
          box-shadow: 0 2px 16px rgba(143, 57, 133, 0.5); }

.piece-solicitud:hover {
  background: rgba(143, 57, 133, 0.1) !important; }

.piece-justificacion::before {
  background: #ffae03;
  -webkit-box-shadow: 0 2px 16px rgba(255, 174, 3, 0.5);
          box-shadow: 0 2px 16px rgba(255, 174, 3, 0.5); }

.piece-justificacion:hover {
  background: rgba(255, 174, 3, 0.1) !important; }

.piece-subsanacion::before {
  background: #ab81cd;
  -webkit-box-shadow: 0 2px 16px rgba(171, 129, 205, 0.5);
          box-shadow: 0 2px 16px rgba(171, 129, 205, 0.5); }
.piece-subsanacion:hover {
  background: rgba(171, 129, 205, 0.1) !important; }

.piece-certificado-inicio:hover {
  background: rgba(171, 129, 205, 0.1) !important; }

.piece-certificado-inicio::before {
  background: #73d216;
  -webkit-box-shadow: 0 2px 16px rgba(171, 129, 205, 0.5);
          box-shadow: 0 2px 16px rgba(171, 129, 205, 0.5); }

.piece-plantilla:hover {
  background: rgba(144, 200, 48, 0.1) !important; }
 .piece-plantilla::before {
  background: #888a85;
  -webkit-box-shadow: 0 2px 16px rgba(171, 129, 205, 0.5);
          box-shadow: 0 2px 16px rgba(171, 129, 205, 0.5); }



.btn-empresas {
  width: 100%;
  background: #1a535c;
  color: #ffffff;
  font-size: 14px;
  border-radius: 30px;
  -webkit-transition: 0.2s;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  transition: 0.2s; }
  .btn-empresas:hover {
    -webkit-transition: 0.2s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.2s;
    background: rgba(26, 83, 92, 0.7);
    color: #ffffff; }

.btn-usuarios {
  width: 100%;
  background: #ff6b6b;
  color: #ffffff;
  font-size: 14px;
  border-radius: 30px;
  -webkit-transition: 0.2s;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  transition: 0.2s; }
  .btn-usuarios:hover {
    -webkit-transition: 0.2s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.2s;
    background: rgba(255, 107, 107, 0.7);
    color: #ffffff; }

.btn-ayudas {
  width: 100%;
  background: #4ecdc4;
  color: #1d4d49;
  font-size: 14px;
  border-radius: 30px;
  -webkit-transition: 0.2s;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  transition: 0.2s; }
  .btn-ayudas:hover {
    -webkit-transition: 0.2s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.2s;
    background: rgba(78, 205, 196, 0.7);
    color: #1d4d49; }

.btn-organismos {
  width: 100%;
  background: #5386e4;
  color: #ffffff;
  font-size: 14px;
  border-radius: 30px;
  -webkit-transition: 0.2s;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  transition: 0.2s; }
  .btn-organismos:hover {
    -webkit-transition: 0.2s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.2s;
    background: rgba(83, 134, 228, 0.7);
    color: #ffffff; }

.btn-consultores {
  width: 100%;
  background: #ffe66d;
  color: #4d4521;
  font-size: 14px;
  border-radius: 30px;
  -webkit-transition: 0.2s;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  transition: 0.2s; }
  .btn-consultores:hover {
    -webkit-transition: 0.2s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.2s;
    background: rgba(255, 230, 109, 0.7);
    color: #4d4521; }

.btn-solicitudes {
  width: 100%;
  background: #8f3985;
  color: #ffffff;
  font-size: 14px;
  border-radius: 30px;
  -webkit-transition: 0.2s;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  transition: 0.2s; }
  .btn-solicitudes:hover {
    -webkit-transition: 0.2s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.2s;
    background: rgba(143, 57, 133, 0.7);
    color: #ffffff; }

.btn-justificacion {
  width: 100%;
  background: #ffae03;
  color: #664601;
  font-size: 14px;
  border-radius: 30px;
  -webkit-transition: 0.2s;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  transition: 0.2s; }
  .btn-justificacion:hover {
    -webkit-transition: 0.2s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.2s;
    background: rgba(255, 174, 3, 0.7);
    color: #664601; }

.btn-subsanacion {
  width: 100%;
  background: #ab81cd;
  color: #ffffff;
  font-size: 14px;
  border-radius: 30px;
  -webkit-transition: 0.2s;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  transition: 0.2s; }
  .btn-subsanacion:hover {
    -webkit-transition: 0.2s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.2s;
    background: rgba(171, 129, 205, 0.7);
    color: #ffffff; }

  .btn-certificado-inicio {
  width: 100%;
  background: #73d216;
  color: #ffffff;
  font-size: 14px;
  border-radius: 30px;
  -webkit-transition: 0.2s;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  transition: 0.2s; }
  .btn-certificado-inicio:hover {
    -webkit-transition: 0.2s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.2s;
    background: rgba(171, 129, 205, 0.7);
    color: #ffffff; }

  .btn-plantilla {
  width: 100%;
  background: #888a85;
  color: #ffffff;
  font-size: 14px;
  border-radius: 30px;
  -webkit-transition: 0.2s;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  transition: 0.2s; }
  .btn-plantilla:hover {
    -webkit-transition: 0.2s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    transition: 0.2s;
    background: rgba(171, 129, 205, 0.7);
    color: #ffffff; }

#dashboard-container {
  display: -ms-grid;
  display: grid;
  row-gap: 50px;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  padding: 10px 20px;
  margin-top: 75px; }
  @media all and (min-width: 100px) {
    #dashboard-container {
      -ms-grid-columns: 1fr;
          grid-template-columns: 1fr; } }
  @media all and (min-width: 992px) {
    #dashboard-container {
      -ms-grid-columns: (1fr)[2];
          grid-template-columns: repeat(2, 1fr); } }
  @media all and (min-width: 1420px) {
    #dashboard-container {
      -ms-grid-columns: (1fr)[3];
          grid-template-columns: repeat(3, 1fr); } }
  #dashboard-container article h2 {
    font-weight: 900;
    font-size: 21px;
    margin-bottom: 15px; }
  #dashboard-container article div {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px; }

#login-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Safari 4+ */
  -moz-align-items: center;
  /* Fx 5+ */
  -ms-align-items: center;
  -o-align-items: center;
  /* Opera 12+ */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* Safari 4+ */
  -moz-justify-content: center;
  /* Fx 5+ */
  -ms-justify-content: center;
  -o-justify-content: center;
  /* Opera 12+ */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  width: 100vw; }
  #login-content .heading p {
    font-weight: 300;
    color: #959DA5;
    margin-top: 8px; }
  @media all and (min-width: 100px) {
    #login-content h1 {
      padding-bottom: 24px;
      -webkit-transition: 0.7s;
      /* Safari 4+ */
      /* Fx 5+ */
      /* Opera 12+ */
      transition: 0.7s; } }
  @media all and (min-width: 768px) {
    #login-content h1 {
      padding-bottom: 48px;
      -webkit-transition: 0.7s;
      /* Safari 4+ */
      /* Fx 5+ */
      /* Opera 12+ */
      transition: 0.7s; } }
  @media all and (min-width: 100px) {
    #login-content h1 {
      -webkit-transition: 0.7s;
      /* Safari 4+ */
      /* Fx 5+ */
      /* Opera 12+ */
      transition: 0.7s; } }
  @media all and (min-width: 768px) {
    #login-content h1 {
      -webkit-transition: 0.7s;
      /* Safari 4+ */
      /* Fx 5+ */
      /* Opera 12+ */
      transition: 0.7s; } }
  #login-content #content {
    padding-right: all;
    padding-bottom: all;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    border-radius: 12px 12px 12px 12px;
    background: #ffffff;
    width: 380px; }
    @media all and (min-width: 100px) {
      #login-content #content {
        padding: 24px;
        -webkit-transition: 0.7s;
        /* Safari 4+ */
        /* Fx 5+ */
        /* Opera 12+ */
        transition: 0.7s; } }
    @media all and (min-width: 768px) {
      #login-content #content {
        padding: 32px 48px 48px 48px;
        -webkit-transition: 0.7s;
        /* Safari 4+ */
        /* Fx 5+ */
        /* Opera 12+ */
        transition: 0.7s; } }
    @media all and (min-width: 100px) {
      #login-content #content {
        padding-left: all;
        -webkit-transition: 0.7s;
        /* Safari 4+ */
        /* Fx 5+ */
        /* Opera 12+ */
        transition: 0.7s; } }
    @media all and (min-width: 768px) {
      #login-content #content {
        padding-left: all;
        -webkit-transition: 0.7s;
        /* Safari 4+ */
        /* Fx 5+ */
        /* Opera 12+ */
        transition: 0.7s; } }
    #login-content #content h2 {
      font-weight: 600; }
    #login-content #content p {
      font-weight: 300; }
    #login-content #content a {
      color: #27c9ea; }
    #login-content #content .login-actions {
      padding-top: 15px;
      text-align: center; }

.body-login {
  padding: 0 !important; }

.btn-primary {
  background-color: #054573 !important;
  border-color: #054573 !important; }

.btn-primary:hover {
  color: #ffffff;
  background-color: #01253F !important;;
  border-color: #01253F !important;; }

.btn-success {
  background-color: #4fa601 !important;
  border-color: #4fa601 !important; }

.btn-success:hover {
  color: #ffffff;
  background-color: #2E6100 !important;;
  border-color: #2E6100 !important;; }

form div.required label.control-label:after {

  content:" * ";

  color:red;

}
.navbar navbar-expand-lg navbar-light bg-light{
  width: 605px;
  margin: 0 auto;
  text-align: center;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    border: none !important;
    font-weight: bold;
    background-color: #e9ecef;
    
}

  .nav-empresas.active {
    border-bottom: 2px solid #1a535c !important;
  }
  .nav-usuarios.active{
    border-bottom: 2px solid #ff6b6b !important;
  }
  .nav-organismos.active{
    border-bottom: 2px solid #5386e4 !important;
  }
  .nav-ayudas.active{
    border-bottom: 2px solid #4ecdc4 !important;
  }
  .nav-consultores.active{
    border-bottom: 2px solid #ffe66d !important;
  }
  .nav-solicitudes.active{
    border-bottom: 2px solid #8f3985 !important;
  }
  .nav-justificacion.active{
    border-bottom: 2px solid #ffae03 !important;
  }
  .nav-subsanacion.active{
    border-bottom: 2px solid #ab81cd !important;
  }
  .nav-certificados.active{
    border-bottom: 2px solid #73d216 !important;
  }
  .nav-plantillas.active{
    border-bottom: 2px solid #888a85 !important;
  }
   .nav-configuracion.active{
   
    border-bottom: 2px solid #888a85 !important;
  }
  .nav-configuracion.dropdown{
   
   width:8%;
   border: none !important;
   font-size: 100%;
   vertical-align: baseline;
   text-align: center;
   padding:0;
   }

  .nav-tabs{
    display: flex !important;
  }
 .botones-menu{
   border: none !important;
   display: flex !important;
   border: none !important;
   width:8%;
   font-size: 100%;
   vertical-align: baseline;
   text-align: center;
   padding:0;  
 }
.hasDatepicker {
display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem; }


.gisayudas-field{
	align-items: stretch;
}
.dropdown{
	display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}



  /*textarea.form-control{
    height: 34px !important;
  }*/

  .crud-navigation{
    margin-bottom: 30px;
  }
/*# sourceMappingURL=site.css.map */

#view h1{
	  font-size: 2.5rem;
}
#view h2{
	  font-size: 1.5rem;
}



.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
    min-width: 200px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.menu-edit{
  flex-wrap: nowrap;
}

.botones-menu {
  width: auto !important;
}




