@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,600,700&display=swap);/*!
 *  Material Design Iconic Font by Sergey Kupletsky (@zavoloklom) - http://zavoloklom.github.io/material-design-iconic-font/
 *  License - http://zavoloklom.github.io/material-design-iconic-font/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'Material-Design-Iconic-Font';
  src: url('../fonts/Material-Design-Iconic-Font.woff2?v=2.2.0') format('woff2'), url('../fonts/Material-Design-Iconic-Font.woff?v=2.2.0') format('woff'), url('../fonts/Material-Design-Iconic-Font.ttf?v=2.2.0') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.zmdi {
  display: inline-block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.zmdi-hc-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.zmdi-hc-2x {
  font-size: 2em;
}
.zmdi-hc-3x {
  font-size: 3em;
}
.zmdi-hc-4x {
  font-size: 4em;
}
.zmdi-hc-5x {
  font-size: 5em;
}
.zmdi-hc-fw {
  width: 1.28571429em;
  text-align: center;
}
.zmdi-hc-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.zmdi-hc-ul > li {
  position: relative;
}
.zmdi-hc-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.zmdi-hc-li.zmdi-hc-lg {
  left: -1.85714286em;
}
.zmdi-hc-border {
  padding: .1em .25em;
  border: solid 0.1em #9e9e9e;
  border-radius: 2px;
}
.zmdi-hc-border-circle {
  padding: .1em .25em;
  border: solid 0.1em #9e9e9e;
  border-radius: 50%;
}
.zmdi.pull-left {
  float: left;
  margin-right: .15em;
}
.zmdi.pull-right {
  float: right;
  margin-left: .15em;
}
.zmdi-hc-spin {
  -webkit-animation: zmdi-spin 1.5s infinite linear;
          animation: zmdi-spin 1.5s infinite linear;
}
.zmdi-hc-spin-reverse {
  -webkit-animation: zmdi-spin-reverse 1.5s infinite linear;
          animation: zmdi-spin-reverse 1.5s infinite linear;
}
@-webkit-keyframes zmdi-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes zmdi-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@-webkit-keyframes zmdi-spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
            transform: rotate(-359deg);
  }
}
@keyframes zmdi-spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
            transform: rotate(-359deg);
  }
}
.zmdi-hc-rotate-90 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.zmdi-hc-rotate-180 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.zmdi-hc-rotate-270 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.zmdi-hc-flip-horizontal {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.zmdi-hc-flip-vertical {
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}
.zmdi-hc-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.zmdi-hc-stack-1x,
.zmdi-hc-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.zmdi-hc-stack-1x {
  line-height: inherit;
}
.zmdi-hc-stack-2x {
  font-size: 2em;
}
.zmdi-hc-inverse {
  color: #ffffff;
}
/* Material Design Iconic Font uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.zmdi-3d-rotation:before {
  content: '\F101';
}
.zmdi-airplane-off:before {
  content: '\F102';
}
.zmdi-airplane:before {
  content: '\F103';
}
.zmdi-album:before {
  content: '\F104';
}
.zmdi-archive:before {
  content: '\F105';
}
.zmdi-assignment-account:before {
  content: '\F106';
}
.zmdi-assignment-alert:before {
  content: '\F107';
}
.zmdi-assignment-check:before {
  content: '\F108';
}
.zmdi-assignment-o:before {
  content: '\F109';
}
.zmdi-assignment-return:before {
  content: '\F10A';
}
.zmdi-assignment-returned:before {
  content: '\F10B';
}
.zmdi-assignment:before {
  content: '\F10C';
}
.zmdi-attachment-alt:before {
  content: '\F10D';
}
.zmdi-attachment:before {
  content: '\F10E';
}
.zmdi-audio:before {
  content: '\F10F';
}
.zmdi-badge-check:before {
  content: '\F110';
}
.zmdi-balance-wallet:before {
  content: '\F111';
}
.zmdi-balance:before {
  content: '\F112';
}
.zmdi-battery-alert:before {
  content: '\F113';
}
.zmdi-battery-flash:before {
  content: '\F114';
}
.zmdi-battery-unknown:before {
  content: '\F115';
}
.zmdi-battery:before {
  content: '\F116';
}
.zmdi-bike:before {
  content: '\F117';
}
.zmdi-block-alt:before {
  content: '\F118';
}
.zmdi-block:before {
  content: '\F119';
}
.zmdi-boat:before {
  content: '\F11A';
}
.zmdi-book-image:before {
  content: '\F11B';
}
.zmdi-book:before {
  content: '\F11C';
}
.zmdi-bookmark-outline:before {
  content: '\F11D';
}
.zmdi-bookmark:before {
  content: '\F11E';
}
.zmdi-brush:before {
  content: '\F11F';
}
.zmdi-bug:before {
  content: '\F120';
}
.zmdi-bus:before {
  content: '\F121';
}
.zmdi-cake:before {
  content: '\F122';
}
.zmdi-car-taxi:before {
  content: '\F123';
}
.zmdi-car-wash:before {
  content: '\F124';
}
.zmdi-car:before {
  content: '\F125';
}
.zmdi-card-giftcard:before {
  content: '\F126';
}
.zmdi-card-membership:before {
  content: '\F127';
}
.zmdi-card-travel:before {
  content: '\F128';
}
.zmdi-card:before {
  content: '\F129';
}
.zmdi-case-check:before {
  content: '\F12A';
}
.zmdi-case-download:before {
  content: '\F12B';
}
.zmdi-case-play:before {
  content: '\F12C';
}
.zmdi-case:before {
  content: '\F12D';
}
.zmdi-cast-connected:before {
  content: '\F12E';
}
.zmdi-cast:before {
  content: '\F12F';
}
.zmdi-chart-donut:before {
  content: '\F130';
}
.zmdi-chart:before {
  content: '\F131';
}
.zmdi-city-alt:before {
  content: '\F132';
}
.zmdi-city:before {
  content: '\F133';
}
.zmdi-close-circle-o:before {
  content: '\F134';
}
.zmdi-close-circle:before {
  content: '\F135';
}
.zmdi-close:before {
  content: '\F136';
}
.zmdi-cocktail:before {
  content: '\F137';
}
.zmdi-code-setting:before {
  content: '\F138';
}
.zmdi-code-smartphone:before {
  content: '\F139';
}
.zmdi-code:before {
  content: '\F13A';
}
.zmdi-coffee:before {
  content: '\F13B';
}
.zmdi-collection-bookmark:before {
  content: '\F13C';
}
.zmdi-collection-case-play:before {
  content: '\F13D';
}
.zmdi-collection-folder-image:before {
  content: '\F13E';
}
.zmdi-collection-image-o:before {
  content: '\F13F';
}
.zmdi-collection-image:before {
  content: '\F140';
}
.zmdi-collection-item-1:before {
  content: '\F141';
}
.zmdi-collection-item-2:before {
  content: '\F142';
}
.zmdi-collection-item-3:before {
  content: '\F143';
}
.zmdi-collection-item-4:before {
  content: '\F144';
}
.zmdi-collection-item-5:before {
  content: '\F145';
}
.zmdi-collection-item-6:before {
  content: '\F146';
}
.zmdi-collection-item-7:before {
  content: '\F147';
}
.zmdi-collection-item-8:before {
  content: '\F148';
}
.zmdi-collection-item-9-plus:before {
  content: '\F149';
}
.zmdi-collection-item-9:before {
  content: '\F14A';
}
.zmdi-collection-item:before {
  content: '\F14B';
}
.zmdi-collection-music:before {
  content: '\F14C';
}
.zmdi-collection-pdf:before {
  content: '\F14D';
}
.zmdi-collection-plus:before {
  content: '\F14E';
}
.zmdi-collection-speaker:before {
  content: '\F14F';
}
.zmdi-collection-text:before {
  content: '\F150';
}
.zmdi-collection-video:before {
  content: '\F151';
}
.zmdi-compass:before {
  content: '\F152';
}
.zmdi-cutlery:before {
  content: '\F153';
}
.zmdi-delete:before {
  content: '\F154';
}
.zmdi-dialpad:before {
  content: '\F155';
}
.zmdi-dns:before {
  content: '\F156';
}
.zmdi-drink:before {
  content: '\F157';
}
.zmdi-edit:before {
  content: '\F158';
}
.zmdi-email-open:before {
  content: '\F159';
}
.zmdi-email:before {
  content: '\F15A';
}
.zmdi-eye-off:before {
  content: '\F15B';
}
.zmdi-eye:before {
  content: '\F15C';
}
.zmdi-eyedropper:before {
  content: '\F15D';
}
.zmdi-favorite-outline:before {
  content: '\F15E';
}
.zmdi-favorite:before {
  content: '\F15F';
}
.zmdi-filter-list:before {
  content: '\F160';
}
.zmdi-fire:before {
  content: '\F161';
}
.zmdi-flag:before {
  content: '\F162';
}
.zmdi-flare:before {
  content: '\F163';
}
.zmdi-flash-auto:before {
  content: '\F164';
}
.zmdi-flash-off:before {
  content: '\F165';
}
.zmdi-flash:before {
  content: '\F166';
}
.zmdi-flip:before {
  content: '\F167';
}
.zmdi-flower-alt:before {
  content: '\F168';
}
.zmdi-flower:before {
  content: '\F169';
}
.zmdi-font:before {
  content: '\F16A';
}
.zmdi-fullscreen-alt:before {
  content: '\F16B';
}
.zmdi-fullscreen-exit:before {
  content: '\F16C';
}
.zmdi-fullscreen:before {
  content: '\F16D';
}
.zmdi-functions:before {
  content: '\F16E';
}
.zmdi-gas-station:before {
  content: '\F16F';
}
.zmdi-gesture:before {
  content: '\F170';
}
.zmdi-globe-alt:before {
  content: '\F171';
}
.zmdi-globe-lock:before {
  content: '\F172';
}
.zmdi-globe:before {
  content: '\F173';
}
.zmdi-graduation-cap:before {
  content: '\F174';
}
.zmdi-home:before {
  content: '\F175';
}
.zmdi-hospital-alt:before {
  content: '\F176';
}
.zmdi-hospital:before {
  content: '\F177';
}
.zmdi-hotel:before {
  content: '\F178';
}
.zmdi-hourglass-alt:before {
  content: '\F179';
}
.zmdi-hourglass-outline:before {
  content: '\F17A';
}
.zmdi-hourglass:before {
  content: '\F17B';
}
.zmdi-http:before {
  content: '\F17C';
}
.zmdi-image-alt:before {
  content: '\F17D';
}
.zmdi-image-o:before {
  content: '\F17E';
}
.zmdi-image:before {
  content: '\F17F';
}
.zmdi-inbox:before {
  content: '\F180';
}
.zmdi-invert-colors-off:before {
  content: '\F181';
}
.zmdi-invert-colors:before {
  content: '\F182';
}
.zmdi-key:before {
  content: '\F183';
}
.zmdi-label-alt-outline:before {
  content: '\F184';
}
.zmdi-label-alt:before {
  content: '\F185';
}
.zmdi-label-heart:before {
  content: '\F186';
}
.zmdi-label:before {
  content: '\F187';
}
.zmdi-labels:before {
  content: '\F188';
}
.zmdi-lamp:before {
  content: '\F189';
}
.zmdi-landscape:before {
  content: '\F18A';
}
.zmdi-layers-off:before {
  content: '\F18B';
}
.zmdi-layers:before {
  content: '\F18C';
}
.zmdi-library:before {
  content: '\F18D';
}
.zmdi-link:before {
  content: '\F18E';
}
.zmdi-lock-open:before {
  content: '\F18F';
}
.zmdi-lock-outline:before {
  content: '\F190';
}
.zmdi-lock:before {
  content: '\F191';
}
.zmdi-mail-reply-all:before {
  content: '\F192';
}
.zmdi-mail-reply:before {
  content: '\F193';
}
.zmdi-mail-send:before {
  content: '\F194';
}
.zmdi-mall:before {
  content: '\F195';
}
.zmdi-map:before {
  content: '\F196';
}
.zmdi-menu:before {
  content: '\F197';
}
.zmdi-money-box:before {
  content: '\F198';
}
.zmdi-money-off:before {
  content: '\F199';
}
.zmdi-money:before {
  content: '\F19A';
}
.zmdi-more-vert:before {
  content: '\F19B';
}
.zmdi-more:before {
  content: '\F19C';
}
.zmdi-movie-alt:before {
  content: '\F19D';
}
.zmdi-movie:before {
  content: '\F19E';
}
.zmdi-nature-people:before {
  content: '\F19F';
}
.zmdi-nature:before {
  content: '\F1A0';
}
.zmdi-navigation:before {
  content: '\F1A1';
}
.zmdi-open-in-browser:before {
  content: '\F1A2';
}
.zmdi-open-in-new:before {
  content: '\F1A3';
}
.zmdi-palette:before {
  content: '\F1A4';
}
.zmdi-parking:before {
  content: '\F1A5';
}
.zmdi-pin-account:before {
  content: '\F1A6';
}
.zmdi-pin-assistant:before {
  content: '\F1A7';
}
.zmdi-pin-drop:before {
  content: '\F1A8';
}
.zmdi-pin-help:before {
  content: '\F1A9';
}
.zmdi-pin-off:before {
  content: '\F1AA';
}
.zmdi-pin:before {
  content: '\F1AB';
}
.zmdi-pizza:before {
  content: '\F1AC';
}
.zmdi-plaster:before {
  content: '\F1AD';
}
.zmdi-power-setting:before {
  content: '\F1AE';
}
.zmdi-power:before {
  content: '\F1AF';
}
.zmdi-print:before {
  content: '\F1B0';
}
.zmdi-puzzle-piece:before {
  content: '\F1B1';
}
.zmdi-quote:before {
  content: '\F1B2';
}
.zmdi-railway:before {
  content: '\F1B3';
}
.zmdi-receipt:before {
  content: '\F1B4';
}
.zmdi-refresh-alt:before {
  content: '\F1B5';
}
.zmdi-refresh-sync-alert:before {
  content: '\F1B6';
}
.zmdi-refresh-sync-off:before {
  content: '\F1B7';
}
.zmdi-refresh-sync:before {
  content: '\F1B8';
}
.zmdi-refresh:before {
  content: '\F1B9';
}
.zmdi-roller:before {
  content: '\F1BA';
}
.zmdi-ruler:before {
  content: '\F1BB';
}
.zmdi-scissors:before {
  content: '\F1BC';
}
.zmdi-screen-rotation-lock:before {
  content: '\F1BD';
}
.zmdi-screen-rotation:before {
  content: '\F1BE';
}
.zmdi-search-for:before {
  content: '\F1BF';
}
.zmdi-search-in-file:before {
  content: '\F1C0';
}
.zmdi-search-in-page:before {
  content: '\F1C1';
}
.zmdi-search-replace:before {
  content: '\F1C2';
}
.zmdi-search:before {
  content: '\F1C3';
}
.zmdi-seat:before {
  content: '\F1C4';
}
.zmdi-settings-square:before {
  content: '\F1C5';
}
.zmdi-settings:before {
  content: '\F1C6';
}
.zmdi-shield-check:before {
  content: '\F1C7';
}
.zmdi-shield-security:before {
  content: '\F1C8';
}
.zmdi-shopping-basket:before {
  content: '\F1C9';
}
.zmdi-shopping-cart-plus:before {
  content: '\F1CA';
}
.zmdi-shopping-cart:before {
  content: '\F1CB';
}
.zmdi-sign-in:before {
  content: '\F1CC';
}
.zmdi-sort-amount-asc:before {
  content: '\F1CD';
}
.zmdi-sort-amount-desc:before {
  content: '\F1CE';
}
.zmdi-sort-asc:before {
  content: '\F1CF';
}
.zmdi-sort-desc:before {
  content: '\F1D0';
}
.zmdi-spellcheck:before {
  content: '\F1D1';
}
.zmdi-storage:before {
  content: '\F1D2';
}
.zmdi-store-24:before {
  content: '\F1D3';
}
.zmdi-store:before {
  content: '\F1D4';
}
.zmdi-subway:before {
  content: '\F1D5';
}
.zmdi-sun:before {
  content: '\F1D6';
}
.zmdi-tab-unselected:before {
  content: '\F1D7';
}
.zmdi-tab:before {
  content: '\F1D8';
}
.zmdi-tag-close:before {
  content: '\F1D9';
}
.zmdi-tag-more:before {
  content: '\F1DA';
}
.zmdi-tag:before {
  content: '\F1DB';
}
.zmdi-thumb-down:before {
  content: '\F1DC';
}
.zmdi-thumb-up-down:before {
  content: '\F1DD';
}
.zmdi-thumb-up:before {
  content: '\F1DE';
}
.zmdi-ticket-star:before {
  content: '\F1DF';
}
.zmdi-toll:before {
  content: '\F1E0';
}
.zmdi-toys:before {
  content: '\F1E1';
}
.zmdi-traffic:before {
  content: '\F1E2';
}
.zmdi-translate:before {
  content: '\F1E3';
}
.zmdi-triangle-down:before {
  content: '\F1E4';
}
.zmdi-triangle-up:before {
  content: '\F1E5';
}
.zmdi-truck:before {
  content: '\F1E6';
}
.zmdi-turning-sign:before {
  content: '\F1E7';
}
.zmdi-wallpaper:before {
  content: '\F1E8';
}
.zmdi-washing-machine:before {
  content: '\F1E9';
}
.zmdi-window-maximize:before {
  content: '\F1EA';
}
.zmdi-window-minimize:before {
  content: '\F1EB';
}
.zmdi-window-restore:before {
  content: '\F1EC';
}
.zmdi-wrench:before {
  content: '\F1ED';
}
.zmdi-zoom-in:before {
  content: '\F1EE';
}
.zmdi-zoom-out:before {
  content: '\F1EF';
}
.zmdi-alert-circle-o:before {
  content: '\F1F0';
}
.zmdi-alert-circle:before {
  content: '\F1F1';
}
.zmdi-alert-octagon:before {
  content: '\F1F2';
}
.zmdi-alert-polygon:before {
  content: '\F1F3';
}
.zmdi-alert-triangle:before {
  content: '\F1F4';
}
.zmdi-help-outline:before {
  content: '\F1F5';
}
.zmdi-help:before {
  content: '\F1F6';
}
.zmdi-info-outline:before {
  content: '\F1F7';
}
.zmdi-info:before {
  content: '\F1F8';
}
.zmdi-notifications-active:before {
  content: '\F1F9';
}
.zmdi-notifications-add:before {
  content: '\F1FA';
}
.zmdi-notifications-none:before {
  content: '\F1FB';
}
.zmdi-notifications-off:before {
  content: '\F1FC';
}
.zmdi-notifications-paused:before {
  content: '\F1FD';
}
.zmdi-notifications:before {
  content: '\F1FE';
}
.zmdi-account-add:before {
  content: '\F1FF';
}
.zmdi-account-box-mail:before {
  content: '\F200';
}
.zmdi-account-box-o:before {
  content: '\F201';
}
.zmdi-account-box-phone:before {
  content: '\F202';
}
.zmdi-account-box:before {
  content: '\F203';
}
.zmdi-account-calendar:before {
  content: '\F204';
}
.zmdi-account-circle:before {
  content: '\F205';
}
.zmdi-account-o:before {
  content: '\F206';
}
.zmdi-account:before {
  content: '\F207';
}
.zmdi-accounts-add:before {
  content: '\F208';
}
.zmdi-accounts-alt:before {
  content: '\F209';
}
.zmdi-accounts-list-alt:before {
  content: '\F20A';
}
.zmdi-accounts-list:before {
  content: '\F20B';
}
.zmdi-accounts-outline:before {
  content: '\F20C';
}
.zmdi-accounts:before {
  content: '\F20D';
}
.zmdi-face:before {
  content: '\F20E';
}
.zmdi-female:before {
  content: '\F20F';
}
.zmdi-male-alt:before {
  content: '\F210';
}
.zmdi-male-female:before {
  content: '\F211';
}
.zmdi-male:before {
  content: '\F212';
}
.zmdi-mood-bad:before {
  content: '\F213';
}
.zmdi-mood:before {
  content: '\F214';
}
.zmdi-run:before {
  content: '\F215';
}
.zmdi-walk:before {
  content: '\F216';
}
.zmdi-cloud-box:before {
  content: '\F217';
}
.zmdi-cloud-circle:before {
  content: '\F218';
}
.zmdi-cloud-done:before {
  content: '\F219';
}
.zmdi-cloud-download:before {
  content: '\F21A';
}
.zmdi-cloud-off:before {
  content: '\F21B';
}
.zmdi-cloud-outline-alt:before {
  content: '\F21C';
}
.zmdi-cloud-outline:before {
  content: '\F21D';
}
.zmdi-cloud-upload:before {
  content: '\F21E';
}
.zmdi-cloud:before {
  content: '\F21F';
}
.zmdi-download:before {
  content: '\F220';
}
.zmdi-file-plus:before {
  content: '\F221';
}
.zmdi-file-text:before {
  content: '\F222';
}
.zmdi-file:before {
  content: '\F223';
}
.zmdi-folder-outline:before {
  content: '\F224';
}
.zmdi-folder-person:before {
  content: '\F225';
}
.zmdi-folder-star-alt:before {
  content: '\F226';
}
.zmdi-folder-star:before {
  content: '\F227';
}
.zmdi-folder:before {
  content: '\F228';
}
.zmdi-gif:before {
  content: '\F229';
}
.zmdi-upload:before {
  content: '\F22A';
}
.zmdi-border-all:before {
  content: '\F22B';
}
.zmdi-border-bottom:before {
  content: '\F22C';
}
.zmdi-border-clear:before {
  content: '\F22D';
}
.zmdi-border-color:before {
  content: '\F22E';
}
.zmdi-border-horizontal:before {
  content: '\F22F';
}
.zmdi-border-inner:before {
  content: '\F230';
}
.zmdi-border-left:before {
  content: '\F231';
}
.zmdi-border-outer:before {
  content: '\F232';
}
.zmdi-border-right:before {
  content: '\F233';
}
.zmdi-border-style:before {
  content: '\F234';
}
.zmdi-border-top:before {
  content: '\F235';
}
.zmdi-border-vertical:before {
  content: '\F236';
}
.zmdi-copy:before {
  content: '\F237';
}
.zmdi-crop:before {
  content: '\F238';
}
.zmdi-format-align-center:before {
  content: '\F239';
}
.zmdi-format-align-justify:before {
  content: '\F23A';
}
.zmdi-format-align-left:before {
  content: '\F23B';
}
.zmdi-format-align-right:before {
  content: '\F23C';
}
.zmdi-format-bold:before {
  content: '\F23D';
}
.zmdi-format-clear-all:before {
  content: '\F23E';
}
.zmdi-format-clear:before {
  content: '\F23F';
}
.zmdi-format-color-fill:before {
  content: '\F240';
}
.zmdi-format-color-reset:before {
  content: '\F241';
}
.zmdi-format-color-text:before {
  content: '\F242';
}
.zmdi-format-indent-decrease:before {
  content: '\F243';
}
.zmdi-format-indent-increase:before {
  content: '\F244';
}
.zmdi-format-italic:before {
  content: '\F245';
}
.zmdi-format-line-spacing:before {
  content: '\F246';
}
.zmdi-format-list-bulleted:before {
  content: '\F247';
}
.zmdi-format-list-numbered:before {
  content: '\F248';
}
.zmdi-format-ltr:before {
  content: '\F249';
}
.zmdi-format-rtl:before {
  content: '\F24A';
}
.zmdi-format-size:before {
  content: '\F24B';
}
.zmdi-format-strikethrough-s:before {
  content: '\F24C';
}
.zmdi-format-strikethrough:before {
  content: '\F24D';
}
.zmdi-format-subject:before {
  content: '\F24E';
}
.zmdi-format-underlined:before {
  content: '\F24F';
}
.zmdi-format-valign-bottom:before {
  content: '\F250';
}
.zmdi-format-valign-center:before {
  content: '\F251';
}
.zmdi-format-valign-top:before {
  content: '\F252';
}
.zmdi-redo:before {
  content: '\F253';
}
.zmdi-select-all:before {
  content: '\F254';
}
.zmdi-space-bar:before {
  content: '\F255';
}
.zmdi-text-format:before {
  content: '\F256';
}
.zmdi-transform:before {
  content: '\F257';
}
.zmdi-undo:before {
  content: '\F258';
}
.zmdi-wrap-text:before {
  content: '\F259';
}
.zmdi-comment-alert:before {
  content: '\F25A';
}
.zmdi-comment-alt-text:before {
  content: '\F25B';
}
.zmdi-comment-alt:before {
  content: '\F25C';
}
.zmdi-comment-edit:before {
  content: '\F25D';
}
.zmdi-comment-image:before {
  content: '\F25E';
}
.zmdi-comment-list:before {
  content: '\F25F';
}
.zmdi-comment-more:before {
  content: '\F260';
}
.zmdi-comment-outline:before {
  content: '\F261';
}
.zmdi-comment-text-alt:before {
  content: '\F262';
}
.zmdi-comment-text:before {
  content: '\F263';
}
.zmdi-comment-video:before {
  content: '\F264';
}
.zmdi-comment:before {
  content: '\F265';
}
.zmdi-comments:before {
  content: '\F266';
}
.zmdi-check-all:before {
  content: '\F267';
}
.zmdi-check-circle-u:before {
  content: '\F268';
}
.zmdi-check-circle:before {
  content: '\F269';
}
.zmdi-check-square:before {
  content: '\F26A';
}
.zmdi-check:before {
  content: '\F26B';
}
.zmdi-circle-o:before {
  content: '\F26C';
}
.zmdi-circle:before {
  content: '\F26D';
}
.zmdi-dot-circle-alt:before {
  content: '\F26E';
}
.zmdi-dot-circle:before {
  content: '\F26F';
}
.zmdi-minus-circle-outline:before {
  content: '\F270';
}
.zmdi-minus-circle:before {
  content: '\F271';
}
.zmdi-minus-square:before {
  content: '\F272';
}
.zmdi-minus:before {
  content: '\F273';
}
.zmdi-plus-circle-o-duplicate:before {
  content: '\F274';
}
.zmdi-plus-circle-o:before {
  content: '\F275';
}
.zmdi-plus-circle:before {
  content: '\F276';
}
.zmdi-plus-square:before {
  content: '\F277';
}
.zmdi-plus:before {
  content: '\F278';
}
.zmdi-square-o:before {
  content: '\F279';
}
.zmdi-star-circle:before {
  content: '\F27A';
}
.zmdi-star-half:before {
  content: '\F27B';
}
.zmdi-star-outline:before {
  content: '\F27C';
}
.zmdi-star:before {
  content: '\F27D';
}
.zmdi-bluetooth-connected:before {
  content: '\F27E';
}
.zmdi-bluetooth-off:before {
  content: '\F27F';
}
.zmdi-bluetooth-search:before {
  content: '\F280';
}
.zmdi-bluetooth-setting:before {
  content: '\F281';
}
.zmdi-bluetooth:before {
  content: '\F282';
}
.zmdi-camera-add:before {
  content: '\F283';
}
.zmdi-camera-alt:before {
  content: '\F284';
}
.zmdi-camera-bw:before {
  content: '\F285';
}
.zmdi-camera-front:before {
  content: '\F286';
}
.zmdi-camera-mic:before {
  content: '\F287';
}
.zmdi-camera-party-mode:before {
  content: '\F288';
}
.zmdi-camera-rear:before {
  content: '\F289';
}
.zmdi-camera-roll:before {
  content: '\F28A';
}
.zmdi-camera-switch:before {
  content: '\F28B';
}
.zmdi-camera:before {
  content: '\F28C';
}
.zmdi-card-alert:before {
  content: '\F28D';
}
.zmdi-card-off:before {
  content: '\F28E';
}
.zmdi-card-sd:before {
  content: '\F28F';
}
.zmdi-card-sim:before {
  content: '\F290';
}
.zmdi-desktop-mac:before {
  content: '\F291';
}
.zmdi-desktop-windows:before {
  content: '\F292';
}
.zmdi-device-hub:before {
  content: '\F293';
}
.zmdi-devices-off:before {
  content: '\F294';
}
.zmdi-devices:before {
  content: '\F295';
}
.zmdi-dock:before {
  content: '\F296';
}
.zmdi-floppy:before {
  content: '\F297';
}
.zmdi-gamepad:before {
  content: '\F298';
}
.zmdi-gps-dot:before {
  content: '\F299';
}
.zmdi-gps-off:before {
  content: '\F29A';
}
.zmdi-gps:before {
  content: '\F29B';
}
.zmdi-headset-mic:before {
  content: '\F29C';
}
.zmdi-headset:before {
  content: '\F29D';
}
.zmdi-input-antenna:before {
  content: '\F29E';
}
.zmdi-input-composite:before {
  content: '\F29F';
}
.zmdi-input-hdmi:before {
  content: '\F2A0';
}
.zmdi-input-power:before {
  content: '\F2A1';
}
.zmdi-input-svideo:before {
  content: '\F2A2';
}
.zmdi-keyboard-hide:before {
  content: '\F2A3';
}
.zmdi-keyboard:before {
  content: '\F2A4';
}
.zmdi-laptop-chromebook:before {
  content: '\F2A5';
}
.zmdi-laptop-mac:before {
  content: '\F2A6';
}
.zmdi-laptop:before {
  content: '\F2A7';
}
.zmdi-mic-off:before {
  content: '\F2A8';
}
.zmdi-mic-outline:before {
  content: '\F2A9';
}
.zmdi-mic-setting:before {
  content: '\F2AA';
}
.zmdi-mic:before {
  content: '\F2AB';
}
.zmdi-mouse:before {
  content: '\F2AC';
}
.zmdi-network-alert:before {
  content: '\F2AD';
}
.zmdi-network-locked:before {
  content: '\F2AE';
}
.zmdi-network-off:before {
  content: '\F2AF';
}
.zmdi-network-outline:before {
  content: '\F2B0';
}
.zmdi-network-setting:before {
  content: '\F2B1';
}
.zmdi-network:before {
  content: '\F2B2';
}
.zmdi-phone-bluetooth:before {
  content: '\F2B3';
}
.zmdi-phone-end:before {
  content: '\F2B4';
}
.zmdi-phone-forwarded:before {
  content: '\F2B5';
}
.zmdi-phone-in-talk:before {
  content: '\F2B6';
}
.zmdi-phone-locked:before {
  content: '\F2B7';
}
.zmdi-phone-missed:before {
  content: '\F2B8';
}
.zmdi-phone-msg:before {
  content: '\F2B9';
}
.zmdi-phone-paused:before {
  content: '\F2BA';
}
.zmdi-phone-ring:before {
  content: '\F2BB';
}
.zmdi-phone-setting:before {
  content: '\F2BC';
}
.zmdi-phone-sip:before {
  content: '\F2BD';
}
.zmdi-phone:before {
  content: '\F2BE';
}
.zmdi-portable-wifi-changes:before {
  content: '\F2BF';
}
.zmdi-portable-wifi-off:before {
  content: '\F2C0';
}
.zmdi-portable-wifi:before {
  content: '\F2C1';
}
.zmdi-radio:before {
  content: '\F2C2';
}
.zmdi-reader:before {
  content: '\F2C3';
}
.zmdi-remote-control-alt:before {
  content: '\F2C4';
}
.zmdi-remote-control:before {
  content: '\F2C5';
}
.zmdi-router:before {
  content: '\F2C6';
}
.zmdi-scanner:before {
  content: '\F2C7';
}
.zmdi-smartphone-android:before {
  content: '\F2C8';
}
.zmdi-smartphone-download:before {
  content: '\F2C9';
}
.zmdi-smartphone-erase:before {
  content: '\F2CA';
}
.zmdi-smartphone-info:before {
  content: '\F2CB';
}
.zmdi-smartphone-iphone:before {
  content: '\F2CC';
}
.zmdi-smartphone-landscape-lock:before {
  content: '\F2CD';
}
.zmdi-smartphone-landscape:before {
  content: '\F2CE';
}
.zmdi-smartphone-lock:before {
  content: '\F2CF';
}
.zmdi-smartphone-portrait-lock:before {
  content: '\F2D0';
}
.zmdi-smartphone-ring:before {
  content: '\F2D1';
}
.zmdi-smartphone-setting:before {
  content: '\F2D2';
}
.zmdi-smartphone-setup:before {
  content: '\F2D3';
}
.zmdi-smartphone:before {
  content: '\F2D4';
}
.zmdi-speaker:before {
  content: '\F2D5';
}
.zmdi-tablet-android:before {
  content: '\F2D6';
}
.zmdi-tablet-mac:before {
  content: '\F2D7';
}
.zmdi-tablet:before {
  content: '\F2D8';
}
.zmdi-tv-alt-play:before {
  content: '\F2D9';
}
.zmdi-tv-list:before {
  content: '\F2DA';
}
.zmdi-tv-play:before {
  content: '\F2DB';
}
.zmdi-tv:before {
  content: '\F2DC';
}
.zmdi-usb:before {
  content: '\F2DD';
}
.zmdi-videocam-off:before {
  content: '\F2DE';
}
.zmdi-videocam-switch:before {
  content: '\F2DF';
}
.zmdi-videocam:before {
  content: '\F2E0';
}
.zmdi-watch:before {
  content: '\F2E1';
}
.zmdi-wifi-alt-2:before {
  content: '\F2E2';
}
.zmdi-wifi-alt:before {
  content: '\F2E3';
}
.zmdi-wifi-info:before {
  content: '\F2E4';
}
.zmdi-wifi-lock:before {
  content: '\F2E5';
}
.zmdi-wifi-off:before {
  content: '\F2E6';
}
.zmdi-wifi-outline:before {
  content: '\F2E7';
}
.zmdi-wifi:before {
  content: '\F2E8';
}
.zmdi-arrow-left-bottom:before {
  content: '\F2E9';
}
.zmdi-arrow-left:before {
  content: '\F2EA';
}
.zmdi-arrow-merge:before {
  content: '\F2EB';
}
.zmdi-arrow-missed:before {
  content: '\F2EC';
}
.zmdi-arrow-right-top:before {
  content: '\F2ED';
}
.zmdi-arrow-right:before {
  content: '\F2EE';
}
.zmdi-arrow-split:before {
  content: '\F2EF';
}
.zmdi-arrows:before {
  content: '\F2F0';
}
.zmdi-caret-down-circle:before {
  content: '\F2F1';
}
.zmdi-caret-down:before {
  content: '\F2F2';
}
.zmdi-caret-left-circle:before {
  content: '\F2F3';
}
.zmdi-caret-left:before {
  content: '\F2F4';
}
.zmdi-caret-right-circle:before {
  content: '\F2F5';
}
.zmdi-caret-right:before {
  content: '\F2F6';
}
.zmdi-caret-up-circle:before {
  content: '\F2F7';
}
.zmdi-caret-up:before {
  content: '\F2F8';
}
.zmdi-chevron-down:before {
  content: '\F2F9';
}
.zmdi-chevron-left:before {
  content: '\F2FA';
}
.zmdi-chevron-right:before {
  content: '\F2FB';
}
.zmdi-chevron-up:before {
  content: '\F2FC';
}
.zmdi-forward:before {
  content: '\F2FD';
}
.zmdi-long-arrow-down:before {
  content: '\F2FE';
}
.zmdi-long-arrow-left:before {
  content: '\F2FF';
}
.zmdi-long-arrow-return:before {
  content: '\F300';
}
.zmdi-long-arrow-right:before {
  content: '\F301';
}
.zmdi-long-arrow-tab:before {
  content: '\F302';
}
.zmdi-long-arrow-up:before {
  content: '\F303';
}
.zmdi-rotate-ccw:before {
  content: '\F304';
}
.zmdi-rotate-cw:before {
  content: '\F305';
}
.zmdi-rotate-left:before {
  content: '\F306';
}
.zmdi-rotate-right:before {
  content: '\F307';
}
.zmdi-square-down:before {
  content: '\F308';
}
.zmdi-square-right:before {
  content: '\F309';
}
.zmdi-swap-alt:before {
  content: '\F30A';
}
.zmdi-swap-vertical-circle:before {
  content: '\F30B';
}
.zmdi-swap-vertical:before {
  content: '\F30C';
}
.zmdi-swap:before {
  content: '\F30D';
}
.zmdi-trending-down:before {
  content: '\F30E';
}
.zmdi-trending-flat:before {
  content: '\F30F';
}
.zmdi-trending-up:before {
  content: '\F310';
}
.zmdi-unfold-less:before {
  content: '\F311';
}
.zmdi-unfold-more:before {
  content: '\F312';
}
.zmdi-apps:before {
  content: '\F313';
}
.zmdi-grid-off:before {
  content: '\F314';
}
.zmdi-grid:before {
  content: '\F315';
}
.zmdi-view-agenda:before {
  content: '\F316';
}
.zmdi-view-array:before {
  content: '\F317';
}
.zmdi-view-carousel:before {
  content: '\F318';
}
.zmdi-view-column:before {
  content: '\F319';
}
.zmdi-view-comfy:before {
  content: '\F31A';
}
.zmdi-view-compact:before {
  content: '\F31B';
}
.zmdi-view-dashboard:before {
  content: '\F31C';
}
.zmdi-view-day:before {
  content: '\F31D';
}
.zmdi-view-headline:before {
  content: '\F31E';
}
.zmdi-view-list-alt:before {
  content: '\F31F';
}
.zmdi-view-list:before {
  content: '\F320';
}
.zmdi-view-module:before {
  content: '\F321';
}
.zmdi-view-quilt:before {
  content: '\F322';
}
.zmdi-view-stream:before {
  content: '\F323';
}
.zmdi-view-subtitles:before {
  content: '\F324';
}
.zmdi-view-toc:before {
  content: '\F325';
}
.zmdi-view-web:before {
  content: '\F326';
}
.zmdi-view-week:before {
  content: '\F327';
}
.zmdi-widgets:before {
  content: '\F328';
}
.zmdi-alarm-check:before {
  content: '\F329';
}
.zmdi-alarm-off:before {
  content: '\F32A';
}
.zmdi-alarm-plus:before {
  content: '\F32B';
}
.zmdi-alarm-snooze:before {
  content: '\F32C';
}
.zmdi-alarm:before {
  content: '\F32D';
}
.zmdi-calendar-alt:before {
  content: '\F32E';
}
.zmdi-calendar-check:before {
  content: '\F32F';
}
.zmdi-calendar-close:before {
  content: '\F330';
}
.zmdi-calendar-note:before {
  content: '\F331';
}
.zmdi-calendar:before {
  content: '\F332';
}
.zmdi-time-countdown:before {
  content: '\F333';
}
.zmdi-time-interval:before {
  content: '\F334';
}
.zmdi-time-restore-setting:before {
  content: '\F335';
}
.zmdi-time-restore:before {
  content: '\F336';
}
.zmdi-time:before {
  content: '\F337';
}
.zmdi-timer-off:before {
  content: '\F338';
}
.zmdi-timer:before {
  content: '\F339';
}
.zmdi-android-alt:before {
  content: '\F33A';
}
.zmdi-android:before {
  content: '\F33B';
}
.zmdi-apple:before {
  content: '\F33C';
}
.zmdi-behance:before {
  content: '\F33D';
}
.zmdi-codepen:before {
  content: '\F33E';
}
.zmdi-dribbble:before {
  content: '\F33F';
}
.zmdi-dropbox:before {
  content: '\F340';
}
.zmdi-evernote:before {
  content: '\F341';
}
.zmdi-facebook-box:before {
  content: '\F342';
}
.zmdi-facebook:before {
  content: '\F343';
}
.zmdi-github-box:before {
  content: '\F344';
}
.zmdi-github:before {
  content: '\F345';
}
.zmdi-google-drive:before {
  content: '\F346';
}
.zmdi-google-earth:before {
  content: '\F347';
}
.zmdi-google-glass:before {
  content: '\F348';
}
.zmdi-google-maps:before {
  content: '\F349';
}
.zmdi-google-pages:before {
  content: '\F34A';
}
.zmdi-google-play:before {
  content: '\F34B';
}
.zmdi-google-plus-box:before {
  content: '\F34C';
}
.zmdi-google-plus:before {
  content: '\F34D';
}
.zmdi-google:before {
  content: '\F34E';
}
.zmdi-instagram:before {
  content: '\F34F';
}
.zmdi-language-css3:before {
  content: '\F350';
}
.zmdi-language-html5:before {
  content: '\F351';
}
.zmdi-language-javascript:before {
  content: '\F352';
}
.zmdi-language-python-alt:before {
  content: '\F353';
}
.zmdi-language-python:before {
  content: '\F354';
}
.zmdi-lastfm:before {
  content: '\F355';
}
.zmdi-linkedin-box:before {
  content: '\F356';
}
.zmdi-paypal:before {
  content: '\F357';
}
.zmdi-pinterest-box:before {
  content: '\F358';
}
.zmdi-pocket:before {
  content: '\F359';
}
.zmdi-polymer:before {
  content: '\F35A';
}
.zmdi-share:before {
  content: '\F35B';
}
.zmdi-stackoverflow:before {
  content: '\F35C';
}
.zmdi-steam-square:before {
  content: '\F35D';
}
.zmdi-steam:before {
  content: '\F35E';
}
.zmdi-twitter-box:before {
  content: '\F35F';
}
.zmdi-twitter:before {
  content: '\F360';
}
.zmdi-vk:before {
  content: '\F361';
}
.zmdi-wikipedia:before {
  content: '\F362';
}
.zmdi-windows:before {
  content: '\F363';
}
.zmdi-aspect-ratio-alt:before {
  content: '\F364';
}
.zmdi-aspect-ratio:before {
  content: '\F365';
}
.zmdi-blur-circular:before {
  content: '\F366';
}
.zmdi-blur-linear:before {
  content: '\F367';
}
.zmdi-blur-off:before {
  content: '\F368';
}
.zmdi-blur:before {
  content: '\F369';
}
.zmdi-brightness-2:before {
  content: '\F36A';
}
.zmdi-brightness-3:before {
  content: '\F36B';
}
.zmdi-brightness-4:before {
  content: '\F36C';
}
.zmdi-brightness-5:before {
  content: '\F36D';
}
.zmdi-brightness-6:before {
  content: '\F36E';
}
.zmdi-brightness-7:before {
  content: '\F36F';
}
.zmdi-brightness-auto:before {
  content: '\F370';
}
.zmdi-brightness-setting:before {
  content: '\F371';
}
.zmdi-broken-image:before {
  content: '\F372';
}
.zmdi-center-focus-strong:before {
  content: '\F373';
}
.zmdi-center-focus-weak:before {
  content: '\F374';
}
.zmdi-compare:before {
  content: '\F375';
}
.zmdi-crop-16-9:before {
  content: '\F376';
}
.zmdi-crop-3-2:before {
  content: '\F377';
}
.zmdi-crop-5-4:before {
  content: '\F378';
}
.zmdi-crop-7-5:before {
  content: '\F379';
}
.zmdi-crop-din:before {
  content: '\F37A';
}
.zmdi-crop-free:before {
  content: '\F37B';
}
.zmdi-crop-landscape:before {
  content: '\F37C';
}
.zmdi-crop-portrait:before {
  content: '\F37D';
}
.zmdi-crop-square:before {
  content: '\F37E';
}
.zmdi-exposure-alt:before {
  content: '\F37F';
}
.zmdi-exposure:before {
  content: '\F380';
}
.zmdi-filter-b-and-w:before {
  content: '\F381';
}
.zmdi-filter-center-focus:before {
  content: '\F382';
}
.zmdi-filter-frames:before {
  content: '\F383';
}
.zmdi-filter-tilt-shift:before {
  content: '\F384';
}
.zmdi-gradient:before {
  content: '\F385';
}
.zmdi-grain:before {
  content: '\F386';
}
.zmdi-graphic-eq:before {
  content: '\F387';
}
.zmdi-hdr-off:before {
  content: '\F388';
}
.zmdi-hdr-strong:before {
  content: '\F389';
}
.zmdi-hdr-weak:before {
  content: '\F38A';
}
.zmdi-hdr:before {
  content: '\F38B';
}
.zmdi-iridescent:before {
  content: '\F38C';
}
.zmdi-leak-off:before {
  content: '\F38D';
}
.zmdi-leak:before {
  content: '\F38E';
}
.zmdi-looks:before {
  content: '\F38F';
}
.zmdi-loupe:before {
  content: '\F390';
}
.zmdi-panorama-horizontal:before {
  content: '\F391';
}
.zmdi-panorama-vertical:before {
  content: '\F392';
}
.zmdi-panorama-wide-angle:before {
  content: '\F393';
}
.zmdi-photo-size-select-large:before {
  content: '\F394';
}
.zmdi-photo-size-select-small:before {
  content: '\F395';
}
.zmdi-picture-in-picture:before {
  content: '\F396';
}
.zmdi-slideshow:before {
  content: '\F397';
}
.zmdi-texture:before {
  content: '\F398';
}
.zmdi-tonality:before {
  content: '\F399';
}
.zmdi-vignette:before {
  content: '\F39A';
}
.zmdi-wb-auto:before {
  content: '\F39B';
}
.zmdi-eject-alt:before {
  content: '\F39C';
}
.zmdi-eject:before {
  content: '\F39D';
}
.zmdi-equalizer:before {
  content: '\F39E';
}
.zmdi-fast-forward:before {
  content: '\F39F';
}
.zmdi-fast-rewind:before {
  content: '\F3A0';
}
.zmdi-forward-10:before {
  content: '\F3A1';
}
.zmdi-forward-30:before {
  content: '\F3A2';
}
.zmdi-forward-5:before {
  content: '\F3A3';
}
.zmdi-hearing:before {
  content: '\F3A4';
}
.zmdi-pause-circle-outline:before {
  content: '\F3A5';
}
.zmdi-pause-circle:before {
  content: '\F3A6';
}
.zmdi-pause:before {
  content: '\F3A7';
}
.zmdi-play-circle-outline:before {
  content: '\F3A8';
}
.zmdi-play-circle:before {
  content: '\F3A9';
}
.zmdi-play:before {
  content: '\F3AA';
}
.zmdi-playlist-audio:before {
  content: '\F3AB';
}
.zmdi-playlist-plus:before {
  content: '\F3AC';
}
.zmdi-repeat-one:before {
  content: '\F3AD';
}
.zmdi-repeat:before {
  content: '\F3AE';
}
.zmdi-replay-10:before {
  content: '\F3AF';
}
.zmdi-replay-30:before {
  content: '\F3B0';
}
.zmdi-replay-5:before {
  content: '\F3B1';
}
.zmdi-replay:before {
  content: '\F3B2';
}
.zmdi-shuffle:before {
  content: '\F3B3';
}
.zmdi-skip-next:before {
  content: '\F3B4';
}
.zmdi-skip-previous:before {
  content: '\F3B5';
}
.zmdi-stop:before {
  content: '\F3B6';
}
.zmdi-surround-sound:before {
  content: '\F3B7';
}
.zmdi-tune:before {
  content: '\F3B8';
}
.zmdi-volume-down:before {
  content: '\F3B9';
}
.zmdi-volume-mute:before {
  content: '\F3BA';
}
.zmdi-volume-off:before {
  content: '\F3BB';
}
.zmdi-volume-up:before {
  content: '\F3BC';
}
.zmdi-n-1-square:before {
  content: '\F3BD';
}
.zmdi-n-2-square:before {
  content: '\F3BE';
}
.zmdi-n-3-square:before {
  content: '\F3BF';
}
.zmdi-n-4-square:before {
  content: '\F3C0';
}
.zmdi-n-5-square:before {
  content: '\F3C1';
}
.zmdi-n-6-square:before {
  content: '\F3C2';
}
.zmdi-neg-1:before {
  content: '\F3C3';
}
.zmdi-neg-2:before {
  content: '\F3C4';
}
.zmdi-plus-1:before {
  content: '\F3C5';
}
.zmdi-plus-2:before {
  content: '\F3C6';
}
.zmdi-sec-10:before {
  content: '\F3C7';
}
.zmdi-sec-3:before {
  content: '\F3C8';
}
.zmdi-zero:before {
  content: '\F3C9';
}
.zmdi-airline-seat-flat-angled:before {
  content: '\F3CA';
}
.zmdi-airline-seat-flat:before {
  content: '\F3CB';
}
.zmdi-airline-seat-individual-suite:before {
  content: '\F3CC';
}
.zmdi-airline-seat-legroom-extra:before {
  content: '\F3CD';
}
.zmdi-airline-seat-legroom-normal:before {
  content: '\F3CE';
}
.zmdi-airline-seat-legroom-reduced:before {
  content: '\F3CF';
}
.zmdi-airline-seat-recline-extra:before {
  content: '\F3D0';
}
.zmdi-airline-seat-recline-normal:before {
  content: '\F3D1';
}
.zmdi-airplay:before {
  content: '\F3D2';
}
.zmdi-closed-caption:before {
  content: '\F3D3';
}
.zmdi-confirmation-number:before {
  content: '\F3D4';
}
.zmdi-developer-board:before {
  content: '\F3D5';
}
.zmdi-disc-full:before {
  content: '\F3D6';
}
.zmdi-explicit:before {
  content: '\F3D7';
}
.zmdi-flight-land:before {
  content: '\F3D8';
}
.zmdi-flight-takeoff:before {
  content: '\F3D9';
}
.zmdi-flip-to-back:before {
  content: '\F3DA';
}
.zmdi-flip-to-front:before {
  content: '\F3DB';
}
.zmdi-group-work:before {
  content: '\F3DC';
}
.zmdi-hd:before {
  content: '\F3DD';
}
.zmdi-hq:before {
  content: '\F3DE';
}
.zmdi-markunread-mailbox:before {
  content: '\F3DF';
}
.zmdi-memory:before {
  content: '\F3E0';
}
.zmdi-nfc:before {
  content: '\F3E1';
}
.zmdi-play-for-work:before {
  content: '\F3E2';
}
.zmdi-power-input:before {
  content: '\F3E3';
}
.zmdi-present-to-all:before {
  content: '\F3E4';
}
.zmdi-satellite:before {
  content: '\F3E5';
}
.zmdi-tap-and-play:before {
  content: '\F3E6';
}
.zmdi-vibration:before {
  content: '\F3E7';
}
.zmdi-voicemail:before {
  content: '\F3E8';
}
.zmdi-group:before {
  content: '\F3E9';
}
.zmdi-rss:before {
  content: '\F3EA';
}
.zmdi-shape:before {
  content: '\F3EB';
}
.zmdi-spinner:before {
  content: '\F3EC';
}
.zmdi-ungroup:before {
  content: '\F3ED';
}
.zmdi-500px:before {
  content: '\F3EE';
}
.zmdi-8tracks:before {
  content: '\F3EF';
}
.zmdi-amazon:before {
  content: '\F3F0';
}
.zmdi-blogger:before {
  content: '\F3F1';
}
.zmdi-delicious:before {
  content: '\F3F2';
}
.zmdi-disqus:before {
  content: '\F3F3';
}
.zmdi-flattr:before {
  content: '\F3F4';
}
.zmdi-flickr:before {
  content: '\F3F5';
}
.zmdi-github-alt:before {
  content: '\F3F6';
}
.zmdi-google-old:before {
  content: '\F3F7';
}
.zmdi-linkedin:before {
  content: '\F3F8';
}
.zmdi-odnoklassniki:before {
  content: '\F3F9';
}
.zmdi-outlook:before {
  content: '\F3FA';
}
.zmdi-paypal-alt:before {
  content: '\F3FB';
}
.zmdi-pinterest:before {
  content: '\F3FC';
}
.zmdi-playstation:before {
  content: '\F3FD';
}
.zmdi-reddit:before {
  content: '\F3FE';
}
.zmdi-skype:before {
  content: '\F3FF';
}
.zmdi-slideshare:before {
  content: '\F400';
}
.zmdi-soundcloud:before {
  content: '\F401';
}
.zmdi-tumblr:before {
  content: '\F402';
}
.zmdi-twitch:before {
  content: '\F403';
}
.zmdi-vimeo:before {
  content: '\F404';
}
.zmdi-whatsapp:before {
  content: '\F405';
}
.zmdi-xbox:before {
  content: '\F406';
}
.zmdi-yahoo:before {
  content: '\F407';
}
.zmdi-youtube-play:before {
  content: '\F408';
}
.zmdi-youtube:before {
  content: '\F409';
}
.zmdi-3d-rotation:before {
  content: '\F101';
}
.zmdi-airplane-off:before {
  content: '\F102';
}
.zmdi-airplane:before {
  content: '\F103';
}
.zmdi-album:before {
  content: '\F104';
}
.zmdi-archive:before {
  content: '\F105';
}
.zmdi-assignment-account:before {
  content: '\F106';
}
.zmdi-assignment-alert:before {
  content: '\F107';
}
.zmdi-assignment-check:before {
  content: '\F108';
}
.zmdi-assignment-o:before {
  content: '\F109';
}
.zmdi-assignment-return:before {
  content: '\F10A';
}
.zmdi-assignment-returned:before {
  content: '\F10B';
}
.zmdi-assignment:before {
  content: '\F10C';
}
.zmdi-attachment-alt:before {
  content: '\F10D';
}
.zmdi-attachment:before {
  content: '\F10E';
}
.zmdi-audio:before {
  content: '\F10F';
}
.zmdi-badge-check:before {
  content: '\F110';
}
.zmdi-balance-wallet:before {
  content: '\F111';
}
.zmdi-balance:before {
  content: '\F112';
}
.zmdi-battery-alert:before {
  content: '\F113';
}
.zmdi-battery-flash:before {
  content: '\F114';
}
.zmdi-battery-unknown:before {
  content: '\F115';
}
.zmdi-battery:before {
  content: '\F116';
}
.zmdi-bike:before {
  content: '\F117';
}
.zmdi-block-alt:before {
  content: '\F118';
}
.zmdi-block:before {
  content: '\F119';
}
.zmdi-boat:before {
  content: '\F11A';
}
.zmdi-book-image:before {
  content: '\F11B';
}
.zmdi-book:before {
  content: '\F11C';
}
.zmdi-bookmark-outline:before {
  content: '\F11D';
}
.zmdi-bookmark:before {
  content: '\F11E';
}
.zmdi-brush:before {
  content: '\F11F';
}
.zmdi-bug:before {
  content: '\F120';
}
.zmdi-bus:before {
  content: '\F121';
}
.zmdi-cake:before {
  content: '\F122';
}
.zmdi-car-taxi:before {
  content: '\F123';
}
.zmdi-car-wash:before {
  content: '\F124';
}
.zmdi-car:before {
  content: '\F125';
}
.zmdi-card-giftcard:before {
  content: '\F126';
}
.zmdi-card-membership:before {
  content: '\F127';
}
.zmdi-card-travel:before {
  content: '\F128';
}
.zmdi-card:before {
  content: '\F129';
}
.zmdi-case-check:before {
  content: '\F12A';
}
.zmdi-case-download:before {
  content: '\F12B';
}
.zmdi-case-play:before {
  content: '\F12C';
}
.zmdi-case:before {
  content: '\F12D';
}
.zmdi-cast-connected:before {
  content: '\F12E';
}
.zmdi-cast:before {
  content: '\F12F';
}
.zmdi-chart-donut:before {
  content: '\F130';
}
.zmdi-chart:before {
  content: '\F131';
}
.zmdi-city-alt:before {
  content: '\F132';
}
.zmdi-city:before {
  content: '\F133';
}
.zmdi-close-circle-o:before {
  content: '\F134';
}
.zmdi-close-circle:before {
  content: '\F135';
}
.zmdi-close:before {
  content: '\F136';
}
.zmdi-cocktail:before {
  content: '\F137';
}
.zmdi-code-setting:before {
  content: '\F138';
}
.zmdi-code-smartphone:before {
  content: '\F139';
}
.zmdi-code:before {
  content: '\F13A';
}
.zmdi-coffee:before {
  content: '\F13B';
}
.zmdi-collection-bookmark:before {
  content: '\F13C';
}
.zmdi-collection-case-play:before {
  content: '\F13D';
}
.zmdi-collection-folder-image:before {
  content: '\F13E';
}
.zmdi-collection-image-o:before {
  content: '\F13F';
}
.zmdi-collection-image:before {
  content: '\F140';
}
.zmdi-collection-item-1:before {
  content: '\F141';
}
.zmdi-collection-item-2:before {
  content: '\F142';
}
.zmdi-collection-item-3:before {
  content: '\F143';
}
.zmdi-collection-item-4:before {
  content: '\F144';
}
.zmdi-collection-item-5:before {
  content: '\F145';
}
.zmdi-collection-item-6:before {
  content: '\F146';
}
.zmdi-collection-item-7:before {
  content: '\F147';
}
.zmdi-collection-item-8:before {
  content: '\F148';
}
.zmdi-collection-item-9-plus:before {
  content: '\F149';
}
.zmdi-collection-item-9:before {
  content: '\F14A';
}
.zmdi-collection-item:before {
  content: '\F14B';
}
.zmdi-collection-music:before {
  content: '\F14C';
}
.zmdi-collection-pdf:before {
  content: '\F14D';
}
.zmdi-collection-plus:before {
  content: '\F14E';
}
.zmdi-collection-speaker:before {
  content: '\F14F';
}
.zmdi-collection-text:before {
  content: '\F150';
}
.zmdi-collection-video:before {
  content: '\F151';
}
.zmdi-compass:before {
  content: '\F152';
}
.zmdi-cutlery:before {
  content: '\F153';
}
.zmdi-delete:before {
  content: '\F154';
}
.zmdi-dialpad:before {
  content: '\F155';
}
.zmdi-dns:before {
  content: '\F156';
}
.zmdi-drink:before {
  content: '\F157';
}
.zmdi-edit:before {
  content: '\F158';
}
.zmdi-email-open:before {
  content: '\F159';
}
.zmdi-email:before {
  content: '\F15A';
}
.zmdi-eye-off:before {
  content: '\F15B';
}
.zmdi-eye:before {
  content: '\F15C';
}
.zmdi-eyedropper:before {
  content: '\F15D';
}
.zmdi-favorite-outline:before {
  content: '\F15E';
}
.zmdi-favorite:before {
  content: '\F15F';
}
.zmdi-filter-list:before {
  content: '\F160';
}
.zmdi-fire:before {
  content: '\F161';
}
.zmdi-flag:before {
  content: '\F162';
}
.zmdi-flare:before {
  content: '\F163';
}
.zmdi-flash-auto:before {
  content: '\F164';
}
.zmdi-flash-off:before {
  content: '\F165';
}
.zmdi-flash:before {
  content: '\F166';
}
.zmdi-flip:before {
  content: '\F167';
}
.zmdi-flower-alt:before {
  content: '\F168';
}
.zmdi-flower:before {
  content: '\F169';
}
.zmdi-font:before {
  content: '\F16A';
}
.zmdi-fullscreen-alt:before {
  content: '\F16B';
}
.zmdi-fullscreen-exit:before {
  content: '\F16C';
}
.zmdi-fullscreen:before {
  content: '\F16D';
}
.zmdi-functions:before {
  content: '\F16E';
}
.zmdi-gas-station:before {
  content: '\F16F';
}
.zmdi-gesture:before {
  content: '\F170';
}
.zmdi-globe-alt:before {
  content: '\F171';
}
.zmdi-globe-lock:before {
  content: '\F172';
}
.zmdi-globe:before {
  content: '\F173';
}
.zmdi-graduation-cap:before {
  content: '\F174';
}
.zmdi-home:before {
  content: '\F175';
}
.zmdi-hospital-alt:before {
  content: '\F176';
}
.zmdi-hospital:before {
  content: '\F177';
}
.zmdi-hotel:before {
  content: '\F178';
}
.zmdi-hourglass-alt:before {
  content: '\F179';
}
.zmdi-hourglass-outline:before {
  content: '\F17A';
}
.zmdi-hourglass:before {
  content: '\F17B';
}
.zmdi-http:before {
  content: '\F17C';
}
.zmdi-image-alt:before {
  content: '\F17D';
}
.zmdi-image-o:before {
  content: '\F17E';
}
.zmdi-image:before {
  content: '\F17F';
}
.zmdi-inbox:before {
  content: '\F180';
}
.zmdi-invert-colors-off:before {
  content: '\F181';
}
.zmdi-invert-colors:before {
  content: '\F182';
}
.zmdi-key:before {
  content: '\F183';
}
.zmdi-label-alt-outline:before {
  content: '\F184';
}
.zmdi-label-alt:before {
  content: '\F185';
}
.zmdi-label-heart:before {
  content: '\F186';
}
.zmdi-label:before {
  content: '\F187';
}
.zmdi-labels:before {
  content: '\F188';
}
.zmdi-lamp:before {
  content: '\F189';
}
.zmdi-landscape:before {
  content: '\F18A';
}
.zmdi-layers-off:before {
  content: '\F18B';
}
.zmdi-layers:before {
  content: '\F18C';
}
.zmdi-library:before {
  content: '\F18D';
}
.zmdi-link:before {
  content: '\F18E';
}
.zmdi-lock-open:before {
  content: '\F18F';
}
.zmdi-lock-outline:before {
  content: '\F190';
}
.zmdi-lock:before {
  content: '\F191';
}
.zmdi-mail-reply-all:before {
  content: '\F192';
}
.zmdi-mail-reply:before {
  content: '\F193';
}
.zmdi-mail-send:before {
  content: '\F194';
}
.zmdi-mall:before {
  content: '\F195';
}
.zmdi-map:before {
  content: '\F196';
}
.zmdi-menu:before {
  content: '\F197';
}
.zmdi-money-box:before {
  content: '\F198';
}
.zmdi-money-off:before {
  content: '\F199';
}
.zmdi-money:before {
  content: '\F19A';
}
.zmdi-more-vert:before {
  content: '\F19B';
}
.zmdi-more:before {
  content: '\F19C';
}
.zmdi-movie-alt:before {
  content: '\F19D';
}
.zmdi-movie:before {
  content: '\F19E';
}
.zmdi-nature-people:before {
  content: '\F19F';
}
.zmdi-nature:before {
  content: '\F1A0';
}
.zmdi-navigation:before {
  content: '\F1A1';
}
.zmdi-open-in-browser:before {
  content: '\F1A2';
}
.zmdi-open-in-new:before {
  content: '\F1A3';
}
.zmdi-palette:before {
  content: '\F1A4';
}
.zmdi-parking:before {
  content: '\F1A5';
}
.zmdi-pin-account:before {
  content: '\F1A6';
}
.zmdi-pin-assistant:before {
  content: '\F1A7';
}
.zmdi-pin-drop:before {
  content: '\F1A8';
}
.zmdi-pin-help:before {
  content: '\F1A9';
}
.zmdi-pin-off:before {
  content: '\F1AA';
}
.zmdi-pin:before {
  content: '\F1AB';
}
.zmdi-pizza:before {
  content: '\F1AC';
}
.zmdi-plaster:before {
  content: '\F1AD';
}
.zmdi-power-setting:before {
  content: '\F1AE';
}
.zmdi-power:before {
  content: '\F1AF';
}
.zmdi-print:before {
  content: '\F1B0';
}
.zmdi-puzzle-piece:before {
  content: '\F1B1';
}
.zmdi-quote:before {
  content: '\F1B2';
}
.zmdi-railway:before {
  content: '\F1B3';
}
.zmdi-receipt:before {
  content: '\F1B4';
}
.zmdi-refresh-alt:before {
  content: '\F1B5';
}
.zmdi-refresh-sync-alert:before {
  content: '\F1B6';
}
.zmdi-refresh-sync-off:before {
  content: '\F1B7';
}
.zmdi-refresh-sync:before {
  content: '\F1B8';
}
.zmdi-refresh:before {
  content: '\F1B9';
}
.zmdi-roller:before {
  content: '\F1BA';
}
.zmdi-ruler:before {
  content: '\F1BB';
}
.zmdi-scissors:before {
  content: '\F1BC';
}
.zmdi-screen-rotation-lock:before {
  content: '\F1BD';
}
.zmdi-screen-rotation:before {
  content: '\F1BE';
}
.zmdi-search-for:before {
  content: '\F1BF';
}
.zmdi-search-in-file:before {
  content: '\F1C0';
}
.zmdi-search-in-page:before {
  content: '\F1C1';
}
.zmdi-search-replace:before {
  content: '\F1C2';
}
.zmdi-search:before {
  content: '\F1C3';
}
.zmdi-seat:before {
  content: '\F1C4';
}
.zmdi-settings-square:before {
  content: '\F1C5';
}
.zmdi-settings:before {
  content: '\F1C6';
}
.zmdi-shield-check:before {
  content: '\F1C7';
}
.zmdi-shield-security:before {
  content: '\F1C8';
}
.zmdi-shopping-basket:before {
  content: '\F1C9';
}
.zmdi-shopping-cart-plus:before {
  content: '\F1CA';
}
.zmdi-shopping-cart:before {
  content: '\F1CB';
}
.zmdi-sign-in:before {
  content: '\F1CC';
}
.zmdi-sort-amount-asc:before {
  content: '\F1CD';
}
.zmdi-sort-amount-desc:before {
  content: '\F1CE';
}
.zmdi-sort-asc:before {
  content: '\F1CF';
}
.zmdi-sort-desc:before {
  content: '\F1D0';
}
.zmdi-spellcheck:before {
  content: '\F1D1';
}
.zmdi-storage:before {
  content: '\F1D2';
}
.zmdi-store-24:before {
  content: '\F1D3';
}
.zmdi-store:before {
  content: '\F1D4';
}
.zmdi-subway:before {
  content: '\F1D5';
}
.zmdi-sun:before {
  content: '\F1D6';
}
.zmdi-tab-unselected:before {
  content: '\F1D7';
}
.zmdi-tab:before {
  content: '\F1D8';
}
.zmdi-tag-close:before {
  content: '\F1D9';
}
.zmdi-tag-more:before {
  content: '\F1DA';
}
.zmdi-tag:before {
  content: '\F1DB';
}
.zmdi-thumb-down:before {
  content: '\F1DC';
}
.zmdi-thumb-up-down:before {
  content: '\F1DD';
}
.zmdi-thumb-up:before {
  content: '\F1DE';
}
.zmdi-ticket-star:before {
  content: '\F1DF';
}
.zmdi-toll:before {
  content: '\F1E0';
}
.zmdi-toys:before {
  content: '\F1E1';
}
.zmdi-traffic:before {
  content: '\F1E2';
}
.zmdi-translate:before {
  content: '\F1E3';
}
.zmdi-triangle-down:before {
  content: '\F1E4';
}
.zmdi-triangle-up:before {
  content: '\F1E5';
}
.zmdi-truck:before {
  content: '\F1E6';
}
.zmdi-turning-sign:before {
  content: '\F1E7';
}
.zmdi-wallpaper:before {
  content: '\F1E8';
}
.zmdi-washing-machine:before {
  content: '\F1E9';
}
.zmdi-window-maximize:before {
  content: '\F1EA';
}
.zmdi-window-minimize:before {
  content: '\F1EB';
}
.zmdi-window-restore:before {
  content: '\F1EC';
}
.zmdi-wrench:before {
  content: '\F1ED';
}
.zmdi-zoom-in:before {
  content: '\F1EE';
}
.zmdi-zoom-out:before {
  content: '\F1EF';
}
.zmdi-alert-circle-o:before {
  content: '\F1F0';
}
.zmdi-alert-circle:before {
  content: '\F1F1';
}
.zmdi-alert-octagon:before {
  content: '\F1F2';
}
.zmdi-alert-polygon:before {
  content: '\F1F3';
}
.zmdi-alert-triangle:before {
  content: '\F1F4';
}
.zmdi-help-outline:before {
  content: '\F1F5';
}
.zmdi-help:before {
  content: '\F1F6';
}
.zmdi-info-outline:before {
  content: '\F1F7';
}
.zmdi-info:before {
  content: '\F1F8';
}
.zmdi-notifications-active:before {
  content: '\F1F9';
}
.zmdi-notifications-add:before {
  content: '\F1FA';
}
.zmdi-notifications-none:before {
  content: '\F1FB';
}
.zmdi-notifications-off:before {
  content: '\F1FC';
}
.zmdi-notifications-paused:before {
  content: '\F1FD';
}
.zmdi-notifications:before {
  content: '\F1FE';
}
.zmdi-account-add:before {
  content: '\F1FF';
}
.zmdi-account-box-mail:before {
  content: '\F200';
}
.zmdi-account-box-o:before {
  content: '\F201';
}
.zmdi-account-box-phone:before {
  content: '\F202';
}
.zmdi-account-box:before {
  content: '\F203';
}
.zmdi-account-calendar:before {
  content: '\F204';
}
.zmdi-account-circle:before {
  content: '\F205';
}
.zmdi-account-o:before {
  content: '\F206';
}
.zmdi-account:before {
  content: '\F207';
}
.zmdi-accounts-add:before {
  content: '\F208';
}
.zmdi-accounts-alt:before {
  content: '\F209';
}
.zmdi-accounts-list-alt:before {
  content: '\F20A';
}
.zmdi-accounts-list:before {
  content: '\F20B';
}
.zmdi-accounts-outline:before {
  content: '\F20C';
}
.zmdi-accounts:before {
  content: '\F20D';
}
.zmdi-face:before {
  content: '\F20E';
}
.zmdi-female:before {
  content: '\F20F';
}
.zmdi-male-alt:before {
  content: '\F210';
}
.zmdi-male-female:before {
  content: '\F211';
}
.zmdi-male:before {
  content: '\F212';
}
.zmdi-mood-bad:before {
  content: '\F213';
}
.zmdi-mood:before {
  content: '\F214';
}
.zmdi-run:before {
  content: '\F215';
}
.zmdi-walk:before {
  content: '\F216';
}
.zmdi-cloud-box:before {
  content: '\F217';
}
.zmdi-cloud-circle:before {
  content: '\F218';
}
.zmdi-cloud-done:before {
  content: '\F219';
}
.zmdi-cloud-download:before {
  content: '\F21A';
}
.zmdi-cloud-off:before {
  content: '\F21B';
}
.zmdi-cloud-outline-alt:before {
  content: '\F21C';
}
.zmdi-cloud-outline:before {
  content: '\F21D';
}
.zmdi-cloud-upload:before {
  content: '\F21E';
}
.zmdi-cloud:before {
  content: '\F21F';
}
.zmdi-download:before {
  content: '\F220';
}
.zmdi-file-plus:before {
  content: '\F221';
}
.zmdi-file-text:before {
  content: '\F222';
}
.zmdi-file:before {
  content: '\F223';
}
.zmdi-folder-outline:before {
  content: '\F224';
}
.zmdi-folder-person:before {
  content: '\F225';
}
.zmdi-folder-star-alt:before {
  content: '\F226';
}
.zmdi-folder-star:before {
  content: '\F227';
}
.zmdi-folder:before {
  content: '\F228';
}
.zmdi-gif:before {
  content: '\F229';
}
.zmdi-upload:before {
  content: '\F22A';
}
.zmdi-border-all:before {
  content: '\F22B';
}
.zmdi-border-bottom:before {
  content: '\F22C';
}
.zmdi-border-clear:before {
  content: '\F22D';
}
.zmdi-border-color:before {
  content: '\F22E';
}
.zmdi-border-horizontal:before {
  content: '\F22F';
}
.zmdi-border-inner:before {
  content: '\F230';
}
.zmdi-border-left:before {
  content: '\F231';
}
.zmdi-border-outer:before {
  content: '\F232';
}
.zmdi-border-right:before {
  content: '\F233';
}
.zmdi-border-style:before {
  content: '\F234';
}
.zmdi-border-top:before {
  content: '\F235';
}
.zmdi-border-vertical:before {
  content: '\F236';
}
.zmdi-copy:before {
  content: '\F237';
}
.zmdi-crop:before {
  content: '\F238';
}
.zmdi-format-align-center:before {
  content: '\F239';
}
.zmdi-format-align-justify:before {
  content: '\F23A';
}
.zmdi-format-align-left:before {
  content: '\F23B';
}
.zmdi-format-align-right:before {
  content: '\F23C';
}
.zmdi-format-bold:before {
  content: '\F23D';
}
.zmdi-format-clear-all:before {
  content: '\F23E';
}
.zmdi-format-clear:before {
  content: '\F23F';
}
.zmdi-format-color-fill:before {
  content: '\F240';
}
.zmdi-format-color-reset:before {
  content: '\F241';
}
.zmdi-format-color-text:before {
  content: '\F242';
}
.zmdi-format-indent-decrease:before {
  content: '\F243';
}
.zmdi-format-indent-increase:before {
  content: '\F244';
}
.zmdi-format-italic:before {
  content: '\F245';
}
.zmdi-format-line-spacing:before {
  content: '\F246';
}
.zmdi-format-list-bulleted:before {
  content: '\F247';
}
.zmdi-format-list-numbered:before {
  content: '\F248';
}
.zmdi-format-ltr:before {
  content: '\F249';
}
.zmdi-format-rtl:before {
  content: '\F24A';
}
.zmdi-format-size:before {
  content: '\F24B';
}
.zmdi-format-strikethrough-s:before {
  content: '\F24C';
}
.zmdi-format-strikethrough:before {
  content: '\F24D';
}
.zmdi-format-subject:before {
  content: '\F24E';
}
.zmdi-format-underlined:before {
  content: '\F24F';
}
.zmdi-format-valign-bottom:before {
  content: '\F250';
}
.zmdi-format-valign-center:before {
  content: '\F251';
}
.zmdi-format-valign-top:before {
  content: '\F252';
}
.zmdi-redo:before {
  content: '\F253';
}
.zmdi-select-all:before {
  content: '\F254';
}
.zmdi-space-bar:before {
  content: '\F255';
}
.zmdi-text-format:before {
  content: '\F256';
}
.zmdi-transform:before {
  content: '\F257';
}
.zmdi-undo:before {
  content: '\F258';
}
.zmdi-wrap-text:before {
  content: '\F259';
}
.zmdi-comment-alert:before {
  content: '\F25A';
}
.zmdi-comment-alt-text:before {
  content: '\F25B';
}
.zmdi-comment-alt:before {
  content: '\F25C';
}
.zmdi-comment-edit:before {
  content: '\F25D';
}
.zmdi-comment-image:before {
  content: '\F25E';
}
.zmdi-comment-list:before {
  content: '\F25F';
}
.zmdi-comment-more:before {
  content: '\F260';
}
.zmdi-comment-outline:before {
  content: '\F261';
}
.zmdi-comment-text-alt:before {
  content: '\F262';
}
.zmdi-comment-text:before {
  content: '\F263';
}
.zmdi-comment-video:before {
  content: '\F264';
}
.zmdi-comment:before {
  content: '\F265';
}
.zmdi-comments:before {
  content: '\F266';
}
.zmdi-check-all:before {
  content: '\F267';
}
.zmdi-check-circle-u:before {
  content: '\F268';
}
.zmdi-check-circle:before {
  content: '\F269';
}
.zmdi-check-square:before {
  content: '\F26A';
}
.zmdi-check:before {
  content: '\F26B';
}
.zmdi-circle-o:before {
  content: '\F26C';
}
.zmdi-circle:before {
  content: '\F26D';
}
.zmdi-dot-circle-alt:before {
  content: '\F26E';
}
.zmdi-dot-circle:before {
  content: '\F26F';
}
.zmdi-minus-circle-outline:before {
  content: '\F270';
}
.zmdi-minus-circle:before {
  content: '\F271';
}
.zmdi-minus-square:before {
  content: '\F272';
}
.zmdi-minus:before {
  content: '\F273';
}
.zmdi-plus-circle-o-duplicate:before {
  content: '\F274';
}
.zmdi-plus-circle-o:before {
  content: '\F275';
}
.zmdi-plus-circle:before {
  content: '\F276';
}
.zmdi-plus-square:before {
  content: '\F277';
}
.zmdi-plus:before {
  content: '\F278';
}
.zmdi-square-o:before {
  content: '\F279';
}
.zmdi-star-circle:before {
  content: '\F27A';
}
.zmdi-star-half:before {
  content: '\F27B';
}
.zmdi-star-outline:before {
  content: '\F27C';
}
.zmdi-star:before {
  content: '\F27D';
}
.zmdi-bluetooth-connected:before {
  content: '\F27E';
}
.zmdi-bluetooth-off:before {
  content: '\F27F';
}
.zmdi-bluetooth-search:before {
  content: '\F280';
}
.zmdi-bluetooth-setting:before {
  content: '\F281';
}
.zmdi-bluetooth:before {
  content: '\F282';
}
.zmdi-camera-add:before {
  content: '\F283';
}
.zmdi-camera-alt:before {
  content: '\F284';
}
.zmdi-camera-bw:before {
  content: '\F285';
}
.zmdi-camera-front:before {
  content: '\F286';
}
.zmdi-camera-mic:before {
  content: '\F287';
}
.zmdi-camera-party-mode:before {
  content: '\F288';
}
.zmdi-camera-rear:before {
  content: '\F289';
}
.zmdi-camera-roll:before {
  content: '\F28A';
}
.zmdi-camera-switch:before {
  content: '\F28B';
}
.zmdi-camera:before {
  content: '\F28C';
}
.zmdi-card-alert:before {
  content: '\F28D';
}
.zmdi-card-off:before {
  content: '\F28E';
}
.zmdi-card-sd:before {
  content: '\F28F';
}
.zmdi-card-sim:before {
  content: '\F290';
}
.zmdi-desktop-mac:before {
  content: '\F291';
}
.zmdi-desktop-windows:before {
  content: '\F292';
}
.zmdi-device-hub:before {
  content: '\F293';
}
.zmdi-devices-off:before {
  content: '\F294';
}
.zmdi-devices:before {
  content: '\F295';
}
.zmdi-dock:before {
  content: '\F296';
}
.zmdi-floppy:before {
  content: '\F297';
}
.zmdi-gamepad:before {
  content: '\F298';
}
.zmdi-gps-dot:before {
  content: '\F299';
}
.zmdi-gps-off:before {
  content: '\F29A';
}
.zmdi-gps:before {
  content: '\F29B';
}
.zmdi-headset-mic:before {
  content: '\F29C';
}
.zmdi-headset:before {
  content: '\F29D';
}
.zmdi-input-antenna:before {
  content: '\F29E';
}
.zmdi-input-composite:before {
  content: '\F29F';
}
.zmdi-input-hdmi:before {
  content: '\F2A0';
}
.zmdi-input-power:before {
  content: '\F2A1';
}
.zmdi-input-svideo:before {
  content: '\F2A2';
}
.zmdi-keyboard-hide:before {
  content: '\F2A3';
}
.zmdi-keyboard:before {
  content: '\F2A4';
}
.zmdi-laptop-chromebook:before {
  content: '\F2A5';
}
.zmdi-laptop-mac:before {
  content: '\F2A6';
}
.zmdi-laptop:before {
  content: '\F2A7';
}
.zmdi-mic-off:before {
  content: '\F2A8';
}
.zmdi-mic-outline:before {
  content: '\F2A9';
}
.zmdi-mic-setting:before {
  content: '\F2AA';
}
.zmdi-mic:before {
  content: '\F2AB';
}
.zmdi-mouse:before {
  content: '\F2AC';
}
.zmdi-network-alert:before {
  content: '\F2AD';
}
.zmdi-network-locked:before {
  content: '\F2AE';
}
.zmdi-network-off:before {
  content: '\F2AF';
}
.zmdi-network-outline:before {
  content: '\F2B0';
}
.zmdi-network-setting:before {
  content: '\F2B1';
}
.zmdi-network:before {
  content: '\F2B2';
}
.zmdi-phone-bluetooth:before {
  content: '\F2B3';
}
.zmdi-phone-end:before {
  content: '\F2B4';
}
.zmdi-phone-forwarded:before {
  content: '\F2B5';
}
.zmdi-phone-in-talk:before {
  content: '\F2B6';
}
.zmdi-phone-locked:before {
  content: '\F2B7';
}
.zmdi-phone-missed:before {
  content: '\F2B8';
}
.zmdi-phone-msg:before {
  content: '\F2B9';
}
.zmdi-phone-paused:before {
  content: '\F2BA';
}
.zmdi-phone-ring:before {
  content: '\F2BB';
}
.zmdi-phone-setting:before {
  content: '\F2BC';
}
.zmdi-phone-sip:before {
  content: '\F2BD';
}
.zmdi-phone:before {
  content: '\F2BE';
}
.zmdi-portable-wifi-changes:before {
  content: '\F2BF';
}
.zmdi-portable-wifi-off:before {
  content: '\F2C0';
}
.zmdi-portable-wifi:before {
  content: '\F2C1';
}
.zmdi-radio:before {
  content: '\F2C2';
}
.zmdi-reader:before {
  content: '\F2C3';
}
.zmdi-remote-control-alt:before {
  content: '\F2C4';
}
.zmdi-remote-control:before {
  content: '\F2C5';
}
.zmdi-router:before {
  content: '\F2C6';
}
.zmdi-scanner:before {
  content: '\F2C7';
}
.zmdi-smartphone-android:before {
  content: '\F2C8';
}
.zmdi-smartphone-download:before {
  content: '\F2C9';
}
.zmdi-smartphone-erase:before {
  content: '\F2CA';
}
.zmdi-smartphone-info:before {
  content: '\F2CB';
}
.zmdi-smartphone-iphone:before {
  content: '\F2CC';
}
.zmdi-smartphone-landscape-lock:before {
  content: '\F2CD';
}
.zmdi-smartphone-landscape:before {
  content: '\F2CE';
}
.zmdi-smartphone-lock:before {
  content: '\F2CF';
}
.zmdi-smartphone-portrait-lock:before {
  content: '\F2D0';
}
.zmdi-smartphone-ring:before {
  content: '\F2D1';
}
.zmdi-smartphone-setting:before {
  content: '\F2D2';
}
.zmdi-smartphone-setup:before {
  content: '\F2D3';
}
.zmdi-smartphone:before {
  content: '\F2D4';
}
.zmdi-speaker:before {
  content: '\F2D5';
}
.zmdi-tablet-android:before {
  content: '\F2D6';
}
.zmdi-tablet-mac:before {
  content: '\F2D7';
}
.zmdi-tablet:before {
  content: '\F2D8';
}
.zmdi-tv-alt-play:before {
  content: '\F2D9';
}
.zmdi-tv-list:before {
  content: '\F2DA';
}
.zmdi-tv-play:before {
  content: '\F2DB';
}
.zmdi-tv:before {
  content: '\F2DC';
}
.zmdi-usb:before {
  content: '\F2DD';
}
.zmdi-videocam-off:before {
  content: '\F2DE';
}
.zmdi-videocam-switch:before {
  content: '\F2DF';
}
.zmdi-videocam:before {
  content: '\F2E0';
}
.zmdi-watch:before {
  content: '\F2E1';
}
.zmdi-wifi-alt-2:before {
  content: '\F2E2';
}
.zmdi-wifi-alt:before {
  content: '\F2E3';
}
.zmdi-wifi-info:before {
  content: '\F2E4';
}
.zmdi-wifi-lock:before {
  content: '\F2E5';
}
.zmdi-wifi-off:before {
  content: '\F2E6';
}
.zmdi-wifi-outline:before {
  content: '\F2E7';
}
.zmdi-wifi:before {
  content: '\F2E8';
}
.zmdi-arrow-left-bottom:before {
  content: '\F2E9';
}
.zmdi-arrow-left:before {
  content: '\F2EA';
}
.zmdi-arrow-merge:before {
  content: '\F2EB';
}
.zmdi-arrow-missed:before {
  content: '\F2EC';
}
.zmdi-arrow-right-top:before {
  content: '\F2ED';
}
.zmdi-arrow-right:before {
  content: '\F2EE';
}
.zmdi-arrow-split:before {
  content: '\F2EF';
}
.zmdi-arrows:before {
  content: '\F2F0';
}
.zmdi-caret-down-circle:before {
  content: '\F2F1';
}
.zmdi-caret-down:before {
  content: '\F2F2';
}
.zmdi-caret-left-circle:before {
  content: '\F2F3';
}
.zmdi-caret-left:before {
  content: '\F2F4';
}
.zmdi-caret-right-circle:before {
  content: '\F2F5';
}
.zmdi-caret-right:before {
  content: '\F2F6';
}
.zmdi-caret-up-circle:before {
  content: '\F2F7';
}
.zmdi-caret-up:before {
  content: '\F2F8';
}
.zmdi-chevron-down:before {
  content: '\F2F9';
}
.zmdi-chevron-left:before {
  content: '\F2FA';
}
.zmdi-chevron-right:before {
  content: '\F2FB';
}
.zmdi-chevron-up:before {
  content: '\F2FC';
}
.zmdi-forward:before {
  content: '\F2FD';
}
.zmdi-long-arrow-down:before {
  content: '\F2FE';
}
.zmdi-long-arrow-left:before {
  content: '\F2FF';
}
.zmdi-long-arrow-return:before {
  content: '\F300';
}
.zmdi-long-arrow-right:before {
  content: '\F301';
}
.zmdi-long-arrow-tab:before {
  content: '\F302';
}
.zmdi-long-arrow-up:before {
  content: '\F303';
}
.zmdi-rotate-ccw:before {
  content: '\F304';
}
.zmdi-rotate-cw:before {
  content: '\F305';
}
.zmdi-rotate-left:before {
  content: '\F306';
}
.zmdi-rotate-right:before {
  content: '\F307';
}
.zmdi-square-down:before {
  content: '\F308';
}
.zmdi-square-right:before {
  content: '\F309';
}
.zmdi-swap-alt:before {
  content: '\F30A';
}
.zmdi-swap-vertical-circle:before {
  content: '\F30B';
}
.zmdi-swap-vertical:before {
  content: '\F30C';
}
.zmdi-swap:before {
  content: '\F30D';
}
.zmdi-trending-down:before {
  content: '\F30E';
}
.zmdi-trending-flat:before {
  content: '\F30F';
}
.zmdi-trending-up:before {
  content: '\F310';
}
.zmdi-unfold-less:before {
  content: '\F311';
}
.zmdi-unfold-more:before {
  content: '\F312';
}
.zmdi-apps:before {
  content: '\F313';
}
.zmdi-grid-off:before {
  content: '\F314';
}
.zmdi-grid:before {
  content: '\F315';
}
.zmdi-view-agenda:before {
  content: '\F316';
}
.zmdi-view-array:before {
  content: '\F317';
}
.zmdi-view-carousel:before {
  content: '\F318';
}
.zmdi-view-column:before {
  content: '\F319';
}
.zmdi-view-comfy:before {
  content: '\F31A';
}
.zmdi-view-compact:before {
  content: '\F31B';
}
.zmdi-view-dashboard:before {
  content: '\F31C';
}
.zmdi-view-day:before {
  content: '\F31D';
}
.zmdi-view-headline:before {
  content: '\F31E';
}
.zmdi-view-list-alt:before {
  content: '\F31F';
}
.zmdi-view-list:before {
  content: '\F320';
}
.zmdi-view-module:before {
  content: '\F321';
}
.zmdi-view-quilt:before {
  content: '\F322';
}
.zmdi-view-stream:before {
  content: '\F323';
}
.zmdi-view-subtitles:before {
  content: '\F324';
}
.zmdi-view-toc:before {
  content: '\F325';
}
.zmdi-view-web:before {
  content: '\F326';
}
.zmdi-view-week:before {
  content: '\F327';
}
.zmdi-widgets:before {
  content: '\F328';
}
.zmdi-alarm-check:before {
  content: '\F329';
}
.zmdi-alarm-off:before {
  content: '\F32A';
}
.zmdi-alarm-plus:before {
  content: '\F32B';
}
.zmdi-alarm-snooze:before {
  content: '\F32C';
}
.zmdi-alarm:before {
  content: '\F32D';
}
.zmdi-calendar-alt:before {
  content: '\F32E';
}
.zmdi-calendar-check:before {
  content: '\F32F';
}
.zmdi-calendar-close:before {
  content: '\F330';
}
.zmdi-calendar-note:before {
  content: '\F331';
}
.zmdi-calendar:before {
  content: '\F332';
}
.zmdi-time-countdown:before {
  content: '\F333';
}
.zmdi-time-interval:before {
  content: '\F334';
}
.zmdi-time-restore-setting:before {
  content: '\F335';
}
.zmdi-time-restore:before {
  content: '\F336';
}
.zmdi-time:before {
  content: '\F337';
}
.zmdi-timer-off:before {
  content: '\F338';
}
.zmdi-timer:before {
  content: '\F339';
}
.zmdi-android-alt:before {
  content: '\F33A';
}
.zmdi-android:before {
  content: '\F33B';
}
.zmdi-apple:before {
  content: '\F33C';
}
.zmdi-behance:before {
  content: '\F33D';
}
.zmdi-codepen:before {
  content: '\F33E';
}
.zmdi-dribbble:before {
  content: '\F33F';
}
.zmdi-dropbox:before {
  content: '\F340';
}
.zmdi-evernote:before {
  content: '\F341';
}
.zmdi-facebook-box:before {
  content: '\F342';
}
.zmdi-facebook:before {
  content: '\F343';
}
.zmdi-github-box:before {
  content: '\F344';
}
.zmdi-github:before {
  content: '\F345';
}
.zmdi-google-drive:before {
  content: '\F346';
}
.zmdi-google-earth:before {
  content: '\F347';
}
.zmdi-google-glass:before {
  content: '\F348';
}
.zmdi-google-maps:before {
  content: '\F349';
}
.zmdi-google-pages:before {
  content: '\F34A';
}
.zmdi-google-play:before {
  content: '\F34B';
}
.zmdi-google-plus-box:before {
  content: '\F34C';
}
.zmdi-google-plus:before {
  content: '\F34D';
}
.zmdi-google:before {
  content: '\F34E';
}
.zmdi-instagram:before {
  content: '\F34F';
}
.zmdi-language-css3:before {
  content: '\F350';
}
.zmdi-language-html5:before {
  content: '\F351';
}
.zmdi-language-javascript:before {
  content: '\F352';
}
.zmdi-language-python-alt:before {
  content: '\F353';
}
.zmdi-language-python:before {
  content: '\F354';
}
.zmdi-lastfm:before {
  content: '\F355';
}
.zmdi-linkedin-box:before {
  content: '\F356';
}
.zmdi-paypal:before {
  content: '\F357';
}
.zmdi-pinterest-box:before {
  content: '\F358';
}
.zmdi-pocket:before {
  content: '\F359';
}
.zmdi-polymer:before {
  content: '\F35A';
}
.zmdi-share:before {
  content: '\F35B';
}
.zmdi-stackoverflow:before {
  content: '\F35C';
}
.zmdi-steam-square:before {
  content: '\F35D';
}
.zmdi-steam:before {
  content: '\F35E';
}
.zmdi-twitter-box:before {
  content: '\F35F';
}
.zmdi-twitter:before {
  content: '\F360';
}
.zmdi-vk:before {
  content: '\F361';
}
.zmdi-wikipedia:before {
  content: '\F362';
}
.zmdi-windows:before {
  content: '\F363';
}
.zmdi-aspect-ratio-alt:before {
  content: '\F364';
}
.zmdi-aspect-ratio:before {
  content: '\F365';
}
.zmdi-blur-circular:before {
  content: '\F366';
}
.zmdi-blur-linear:before {
  content: '\F367';
}
.zmdi-blur-off:before {
  content: '\F368';
}
.zmdi-blur:before {
  content: '\F369';
}
.zmdi-brightness-2:before {
  content: '\F36A';
}
.zmdi-brightness-3:before {
  content: '\F36B';
}
.zmdi-brightness-4:before {
  content: '\F36C';
}
.zmdi-brightness-5:before {
  content: '\F36D';
}
.zmdi-brightness-6:before {
  content: '\F36E';
}
.zmdi-brightness-7:before {
  content: '\F36F';
}
.zmdi-brightness-auto:before {
  content: '\F370';
}
.zmdi-brightness-setting:before {
  content: '\F371';
}
.zmdi-broken-image:before {
  content: '\F372';
}
.zmdi-center-focus-strong:before {
  content: '\F373';
}
.zmdi-center-focus-weak:before {
  content: '\F374';
}
.zmdi-compare:before {
  content: '\F375';
}
.zmdi-crop-16-9:before {
  content: '\F376';
}
.zmdi-crop-3-2:before {
  content: '\F377';
}
.zmdi-crop-5-4:before {
  content: '\F378';
}
.zmdi-crop-7-5:before {
  content: '\F379';
}
.zmdi-crop-din:before {
  content: '\F37A';
}
.zmdi-crop-free:before {
  content: '\F37B';
}
.zmdi-crop-landscape:before {
  content: '\F37C';
}
.zmdi-crop-portrait:before {
  content: '\F37D';
}
.zmdi-crop-square:before {
  content: '\F37E';
}
.zmdi-exposure-alt:before {
  content: '\F37F';
}
.zmdi-exposure:before {
  content: '\F380';
}
.zmdi-filter-b-and-w:before {
  content: '\F381';
}
.zmdi-filter-center-focus:before {
  content: '\F382';
}
.zmdi-filter-frames:before {
  content: '\F383';
}
.zmdi-filter-tilt-shift:before {
  content: '\F384';
}
.zmdi-gradient:before {
  content: '\F385';
}
.zmdi-grain:before {
  content: '\F386';
}
.zmdi-graphic-eq:before {
  content: '\F387';
}
.zmdi-hdr-off:before {
  content: '\F388';
}
.zmdi-hdr-strong:before {
  content: '\F389';
}
.zmdi-hdr-weak:before {
  content: '\F38A';
}
.zmdi-hdr:before {
  content: '\F38B';
}
.zmdi-iridescent:before {
  content: '\F38C';
}
.zmdi-leak-off:before {
  content: '\F38D';
}
.zmdi-leak:before {
  content: '\F38E';
}
.zmdi-looks:before {
  content: '\F38F';
}
.zmdi-loupe:before {
  content: '\F390';
}
.zmdi-panorama-horizontal:before {
  content: '\F391';
}
.zmdi-panorama-vertical:before {
  content: '\F392';
}
.zmdi-panorama-wide-angle:before {
  content: '\F393';
}
.zmdi-photo-size-select-large:before {
  content: '\F394';
}
.zmdi-photo-size-select-small:before {
  content: '\F395';
}
.zmdi-picture-in-picture:before {
  content: '\F396';
}
.zmdi-slideshow:before {
  content: '\F397';
}
.zmdi-texture:before {
  content: '\F398';
}
.zmdi-tonality:before {
  content: '\F399';
}
.zmdi-vignette:before {
  content: '\F39A';
}
.zmdi-wb-auto:before {
  content: '\F39B';
}
.zmdi-eject-alt:before {
  content: '\F39C';
}
.zmdi-eject:before {
  content: '\F39D';
}
.zmdi-equalizer:before {
  content: '\F39E';
}
.zmdi-fast-forward:before {
  content: '\F39F';
}
.zmdi-fast-rewind:before {
  content: '\F3A0';
}
.zmdi-forward-10:before {
  content: '\F3A1';
}
.zmdi-forward-30:before {
  content: '\F3A2';
}
.zmdi-forward-5:before {
  content: '\F3A3';
}
.zmdi-hearing:before {
  content: '\F3A4';
}
.zmdi-pause-circle-outline:before {
  content: '\F3A5';
}
.zmdi-pause-circle:before {
  content: '\F3A6';
}
.zmdi-pause:before {
  content: '\F3A7';
}
.zmdi-play-circle-outline:before {
  content: '\F3A8';
}
.zmdi-play-circle:before {
  content: '\F3A9';
}
.zmdi-play:before {
  content: '\F3AA';
}
.zmdi-playlist-audio:before {
  content: '\F3AB';
}
.zmdi-playlist-plus:before {
  content: '\F3AC';
}
.zmdi-repeat-one:before {
  content: '\F3AD';
}
.zmdi-repeat:before {
  content: '\F3AE';
}
.zmdi-replay-10:before {
  content: '\F3AF';
}
.zmdi-replay-30:before {
  content: '\F3B0';
}
.zmdi-replay-5:before {
  content: '\F3B1';
}
.zmdi-replay:before {
  content: '\F3B2';
}
.zmdi-shuffle:before {
  content: '\F3B3';
}
.zmdi-skip-next:before {
  content: '\F3B4';
}
.zmdi-skip-previous:before {
  content: '\F3B5';
}
.zmdi-stop:before {
  content: '\F3B6';
}
.zmdi-surround-sound:before {
  content: '\F3B7';
}
.zmdi-tune:before {
  content: '\F3B8';
}
.zmdi-volume-down:before {
  content: '\F3B9';
}
.zmdi-volume-mute:before {
  content: '\F3BA';
}
.zmdi-volume-off:before {
  content: '\F3BB';
}
.zmdi-volume-up:before {
  content: '\F3BC';
}
.zmdi-n-1-square:before {
  content: '\F3BD';
}
.zmdi-n-2-square:before {
  content: '\F3BE';
}
.zmdi-n-3-square:before {
  content: '\F3BF';
}
.zmdi-n-4-square:before {
  content: '\F3C0';
}
.zmdi-n-5-square:before {
  content: '\F3C1';
}
.zmdi-n-6-square:before {
  content: '\F3C2';
}
.zmdi-neg-1:before {
  content: '\F3C3';
}
.zmdi-neg-2:before {
  content: '\F3C4';
}
.zmdi-plus-1:before {
  content: '\F3C5';
}
.zmdi-plus-2:before {
  content: '\F3C6';
}
.zmdi-sec-10:before {
  content: '\F3C7';
}
.zmdi-sec-3:before {
  content: '\F3C8';
}
.zmdi-zero:before {
  content: '\F3C9';
}
.zmdi-airline-seat-flat-angled:before {
  content: '\F3CA';
}
.zmdi-airline-seat-flat:before {
  content: '\F3CB';
}
.zmdi-airline-seat-individual-suite:before {
  content: '\F3CC';
}
.zmdi-airline-seat-legroom-extra:before {
  content: '\F3CD';
}
.zmdi-airline-seat-legroom-normal:before {
  content: '\F3CE';
}
.zmdi-airline-seat-legroom-reduced:before {
  content: '\F3CF';
}
.zmdi-airline-seat-recline-extra:before {
  content: '\F3D0';
}
.zmdi-airline-seat-recline-normal:before {
  content: '\F3D1';
}
.zmdi-airplay:before {
  content: '\F3D2';
}
.zmdi-closed-caption:before {
  content: '\F3D3';
}
.zmdi-confirmation-number:before {
  content: '\F3D4';
}
.zmdi-developer-board:before {
  content: '\F3D5';
}
.zmdi-disc-full:before {
  content: '\F3D6';
}
.zmdi-explicit:before {
  content: '\F3D7';
}
.zmdi-flight-land:before {
  content: '\F3D8';
}
.zmdi-flight-takeoff:before {
  content: '\F3D9';
}
.zmdi-flip-to-back:before {
  content: '\F3DA';
}
.zmdi-flip-to-front:before {
  content: '\F3DB';
}
.zmdi-group-work:before {
  content: '\F3DC';
}
.zmdi-hd:before {
  content: '\F3DD';
}
.zmdi-hq:before {
  content: '\F3DE';
}
.zmdi-markunread-mailbox:before {
  content: '\F3DF';
}
.zmdi-memory:before {
  content: '\F3E0';
}
.zmdi-nfc:before {
  content: '\F3E1';
}
.zmdi-play-for-work:before {
  content: '\F3E2';
}
.zmdi-power-input:before {
  content: '\F3E3';
}
.zmdi-present-to-all:before {
  content: '\F3E4';
}
.zmdi-satellite:before {
  content: '\F3E5';
}
.zmdi-tap-and-play:before {
  content: '\F3E6';
}
.zmdi-vibration:before {
  content: '\F3E7';
}
.zmdi-voicemail:before {
  content: '\F3E8';
}
.zmdi-group:before {
  content: '\F3E9';
}
.zmdi-rss:before {
  content: '\F3EA';
}
.zmdi-shape:before {
  content: '\F3EB';
}
.zmdi-spinner:before {
  content: '\F3EC';
}
.zmdi-ungroup:before {
  content: '\F3ED';
}
.zmdi-500px:before {
  content: '\F3EE';
}
.zmdi-8tracks:before {
  content: '\F3EF';
}
.zmdi-amazon:before {
  content: '\F3F0';
}
.zmdi-blogger:before {
  content: '\F3F1';
}
.zmdi-delicious:before {
  content: '\F3F2';
}
.zmdi-disqus:before {
  content: '\F3F3';
}
.zmdi-flattr:before {
  content: '\F3F4';
}
.zmdi-flickr:before {
  content: '\F3F5';
}
.zmdi-github-alt:before {
  content: '\F3F6';
}
.zmdi-google-old:before {
  content: '\F3F7';
}
.zmdi-linkedin:before {
  content: '\F3F8';
}
.zmdi-odnoklassniki:before {
  content: '\F3F9';
}
.zmdi-outlook:before {
  content: '\F3FA';
}
.zmdi-paypal-alt:before {
  content: '\F3FB';
}
.zmdi-pinterest:before {
  content: '\F3FC';
}
.zmdi-playstation:before {
  content: '\F3FD';
}
.zmdi-reddit:before {
  content: '\F3FE';
}
.zmdi-skype:before {
  content: '\F3FF';
}
.zmdi-slideshare:before {
  content: '\F400';
}
.zmdi-soundcloud:before {
  content: '\F401';
}
.zmdi-tumblr:before {
  content: '\F402';
}
.zmdi-twitch:before {
  content: '\F403';
}
.zmdi-vimeo:before {
  content: '\F404';
}
.zmdi-whatsapp:before {
  content: '\F405';
}
.zmdi-xbox:before {
  content: '\F406';
}
.zmdi-yahoo:before {
  content: '\F407';
}
.zmdi-youtube-play:before {
  content: '\F408';
}
.zmdi-youtube:before {
  content: '\F409';
}
.zmdi-import-export:before {
  content: '\F30C';
}
.zmdi-swap-vertical-:before {
  content: '\F30C';
}
.zmdi-airplanemode-inactive:before {
  content: '\F102';
}
.zmdi-airplanemode-active:before {
  content: '\F103';
}
.zmdi-rate-review:before {
  content: '\F103';
}
.zmdi-comment-sign:before {
  content: '\F25A';
}
.zmdi-network-warning:before {
  content: '\F2AD';
}
.zmdi-shopping-cart-add:before {
  content: '\F1CA';
}
.zmdi-file-add:before {
  content: '\F221';
}
.zmdi-network-wifi-scan:before {
  content: '\F2E4';
}
.zmdi-collection-add:before {
  content: '\F14E';
}
.zmdi-format-playlist-add:before {
  content: '\F3AC';
}
.zmdi-format-queue-music:before {
  content: '\F3AB';
}
.zmdi-plus-box:before {
  content: '\F277';
}
.zmdi-tag-backspace:before {
  content: '\F1D9';
}
.zmdi-alarm-add:before {
  content: '\F32B';
}
.zmdi-battery-charging:before {
  content: '\F114';
}
.zmdi-daydream-setting:before {
  content: '\F217';
}
.zmdi-more-horiz:before {
  content: '\F19C';
}
.zmdi-book-photo:before {
  content: '\F11B';
}
.zmdi-incandescent:before {
  content: '\F189';
}
.zmdi-wb-iridescent:before {
  content: '\F38C';
}
.zmdi-calendar-remove:before {
  content: '\F330';
}
.zmdi-refresh-sync-disabled:before {
  content: '\F1B7';
}
.zmdi-refresh-sync-problem:before {
  content: '\F1B6';
}
.zmdi-crop-original:before {
  content: '\F17E';
}
.zmdi-power-off:before {
  content: '\F1AF';
}
.zmdi-power-off-setting:before {
  content: '\F1AE';
}
.zmdi-leak-remove:before {
  content: '\F38D';
}
.zmdi-star-border:before {
  content: '\F27C';
}
.zmdi-brightness-low:before {
  content: '\F36D';
}
.zmdi-brightness-medium:before {
  content: '\F36E';
}
.zmdi-brightness-high:before {
  content: '\F36F';
}
.zmdi-smartphone-portrait:before {
  content: '\F2D4';
}
.zmdi-live-tv:before {
  content: '\F2D9';
}
.zmdi-format-textdirection-l-to-r:before {
  content: '\F249';
}
.zmdi-format-textdirection-r-to-l:before {
  content: '\F24A';
}
.zmdi-arrow-back:before {
  content: '\F2EA';
}
.zmdi-arrow-forward:before {
  content: '\F2EE';
}
.zmdi-arrow-in:before {
  content: '\F2E9';
}
.zmdi-arrow-out:before {
  content: '\F2ED';
}
.zmdi-rotate-90-degrees-ccw:before {
  content: '\F304';
}
.zmdi-adb:before {
  content: '\F33A';
}
.zmdi-network-wifi:before {
  content: '\F2E8';
}
.zmdi-network-wifi-alt:before {
  content: '\F2E3';
}
.zmdi-network-wifi-lock:before {
  content: '\F2E5';
}
.zmdi-network-wifi-off:before {
  content: '\F2E6';
}
.zmdi-network-wifi-outline:before {
  content: '\F2E7';
}
.zmdi-network-wifi-info:before {
  content: '\F2E4';
}
.zmdi-layers-clear:before {
  content: '\F18B';
}
.zmdi-colorize:before {
  content: '\F15D';
}
.zmdi-format-paint:before {
  content: '\F1BA';
}
.zmdi-format-quote:before {
  content: '\F1B2';
}
.zmdi-camera-monochrome-photos:before {
  content: '\F285';
}
.zmdi-sort-by-alpha:before {
  content: '\F1CF';
}
.zmdi-folder-shared:before {
  content: '\F225';
}
.zmdi-folder-special:before {
  content: '\F226';
}
.zmdi-comment-dots:before {
  content: '\F260';
}
.zmdi-reorder:before {
  content: '\F31E';
}
.zmdi-dehaze:before {
  content: '\F197';
}
.zmdi-sort:before {
  content: '\F1CE';
}
.zmdi-pages:before {
  content: '\F34A';
}
.zmdi-stack-overflow:before {
  content: '\F35C';
}
.zmdi-calendar-account:before {
  content: '\F204';
}
.zmdi-paste:before {
  content: '\F109';
}
.zmdi-cut:before {
  content: '\F1BC';
}
.zmdi-save:before {
  content: '\F297';
}
.zmdi-smartphone-code:before {
  content: '\F139';
}
.zmdi-directions-bike:before {
  content: '\F117';
}
.zmdi-directions-boat:before {
  content: '\F11A';
}
.zmdi-directions-bus:before {
  content: '\F121';
}
.zmdi-directions-car:before {
  content: '\F125';
}
.zmdi-directions-railway:before {
  content: '\F1B3';
}
.zmdi-directions-run:before {
  content: '\F215';
}
.zmdi-directions-subway:before {
  content: '\F1D5';
}
.zmdi-directions-walk:before {
  content: '\F216';
}
.zmdi-local-hotel:before {
  content: '\F178';
}
.zmdi-local-activity:before {
  content: '\F1DF';
}
.zmdi-local-play:before {
  content: '\F1DF';
}
.zmdi-local-airport:before {
  content: '\F103';
}
.zmdi-local-atm:before {
  content: '\F198';
}
.zmdi-local-bar:before {
  content: '\F137';
}
.zmdi-local-cafe:before {
  content: '\F13B';
}
.zmdi-local-car-wash:before {
  content: '\F124';
}
.zmdi-local-convenience-store:before {
  content: '\F1D3';
}
.zmdi-local-dining:before {
  content: '\F153';
}
.zmdi-local-drink:before {
  content: '\F157';
}
.zmdi-local-florist:before {
  content: '\F168';
}
.zmdi-local-gas-station:before {
  content: '\F16F';
}
.zmdi-local-grocery-store:before {
  content: '\F1CB';
}
.zmdi-local-hospital:before {
  content: '\F177';
}
.zmdi-local-laundry-service:before {
  content: '\F1E9';
}
.zmdi-local-library:before {
  content: '\F18D';
}
.zmdi-local-mall:before {
  content: '\F195';
}
.zmdi-local-movies:before {
  content: '\F19D';
}
.zmdi-local-offer:before {
  content: '\F187';
}
.zmdi-local-parking:before {
  content: '\F1A5';
}
.zmdi-local-parking:before {
  content: '\F1A5';
}
.zmdi-local-pharmacy:before {
  content: '\F176';
}
.zmdi-local-phone:before {
  content: '\F2BE';
}
.zmdi-local-pizza:before {
  content: '\F1AC';
}
.zmdi-local-post-office:before {
  content: '\F15A';
}
.zmdi-local-printshop:before {
  content: '\F1B0';
}
.zmdi-local-see:before {
  content: '\F28C';
}
.zmdi-local-shipping:before {
  content: '\F1E6';
}
.zmdi-local-store:before {
  content: '\F1D4';
}
.zmdi-local-taxi:before {
  content: '\F123';
}
.zmdi-local-wc:before {
  content: '\F211';
}
.zmdi-my-location:before {
  content: '\F299';
}
.zmdi-directions:before {
  content: '\F1E7';
}
@charset "UTF-8";
/* eDiversa *****************/
/* Oma Technologies *********/
/* VARIABLES */
/* VARIABLES *************/
/* typography */
/* colors */
/* z-index */
/* others */
/* VENDOR */
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #220419;
  background-color: #d9ced6;
  border-color: #cabac5;
}
.alert-primary hr {
  border-top-color: #bfacb9;
}
.alert-primary .alert-link {
  color: black;
}

.alert-secondary {
  color: #7e7a76;
  background-color: #fcfbf9;
  border-color: #fbf9f7;
}
.alert-secondary hr {
  border-top-color: #f3ece6;
}
.alert-secondary .alert-link {
  color: #64615d;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #420831;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

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

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

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

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

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

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #420831;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #420831 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #15020f !important;
}

.bg-secondary {
  background-color: #f2eae2 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #e2d1bf !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

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

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #420831 !important;
}

.border-secondary {
  border-color: #f2eae2 !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after, .top-posts-item::after, .press-list-item .press-text::after, .news-grid-item .text-container::after, .cta-image-box .text-container::after, .award-box .award-text::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

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

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

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

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

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

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

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

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

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

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

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

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

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

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

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

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

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

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

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

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

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

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

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

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

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

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

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

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

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

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

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

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #420831 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: black !important;
}

.text-secondary {
  color: #f2eae2 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #dac4ad !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}
.selectric-hover .selectric .button {
  color: #a2a2a2;
}
.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #c4c4c4;
}
.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}
.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}
.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* STYLES */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, .bullet-list > li, .text-block ul > li, 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%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* BASE *************/
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*:focus {
  outline: 0;
}

html {
  min-height: 100vh;
  font-size: 16px;
}

body {
  min-height: 100%;
  position: relative;
  text-align: center;
  font-family: "articulat-cf", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  color: #777986;
}
@media screen and (min-width: 992px) {
  body {
    padding-bottom: 650px;
    padding-bottom: 40.625rem;
  }
}
body.no-sticky-header {
  padding-top: 60px;
  padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  body.no-sticky-header {
    padding-top: 70px;
    padding-top: 4.375rem;
  }
}
@media screen and (min-width: 992px) {
  body.no-sticky-header {
    padding-top: 80px;
    padding-top: 5rem;
  }
}

a {
  text-decoration: none;
  color: #420831;
}
a:focus {
  outline: 0;
}
@media screen and (min-width: 992px) {
  a:hover {
    transition: all 0.3s ease-in-out;
    color: #c4b2bf;
  }
}

button {
  padding: 0;
  border: 0;
  background-color: transparent;
  border-radius: 0;
  cursor: pointer;
  font-family: inherit;
}
@media screen and (min-width: 992px) {
  button:hover {
    transition: all 0.3s ease-in-out;
  }
}

.zmdi,
[class^=icon-] {
  font-size: 24px;
  font-size: 1.5rem;
}

/* STYLES *************/
.sr-only {
  display: none;
}

/* GRID */
.container {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  padding: 0 10px;
  padding: 0 0.625rem;
  max-width: 980px;
  max-width: 61.25rem;
}

.container-md {
  max-width: 1080px;
  max-width: 67.5rem;
}

.container-lg {
  max-width: 1180px;
  max-width: 73.75rem;
}

.row {
  margin-left: -10px;
  margin-left: -0.625rem;
  margin-right: -10px;
  margin-right: -0.625rem;
}

[class^=col-] {
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
}

/* IMAGES */
.bg-img-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  overflow: hidden;
}
.bg-img-container img {
  transform-origin: center center;
  transition: all 0.3s ease-in-out;
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.img-fullwidth {
  width: 100%;
}

.big-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100px;
  width: 6.25rem;
  height: 100px;
  height: 6.25rem;
}

.logo-holder {
  width: 180px;
  width: 11.25rem;
  max-height: 180px;
  max-height: 11.25rem;
  padding: 16px;
  padding: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.logo-holder img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.logo-holder.color-on-hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.6;
}
@media screen and (min-width: 992px) {
  .logo-holder.color-on-hover:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
  }
}

/* BACKGROUNDS */
.bg-light {
  background-color: #f6f7fb;
  padding-bottom: 1px;
  padding-bottom: 0.0625rem;
}

.bg-white {
  background-color: #fff;
  color: #14161d;
  padding-bottom: 1px;
  padding-bottom: 0.0625rem;
}

.bg-primary {
  background-color: #420831;
  padding-bottom: 1px;
  padding-bottom: 0.0625rem;
  color: #fff;
}
.bg-primary .headline,
.bg-primary .epi {
  color: inherit;
}

.bg-tech {
  background-color: #212225;
  color: #8e919e;
  background-image: url("../img/bg-tech.png");
  background-repeat: repeat-x;
  background-position: bottom left;
  padding-bottom: 1px;
  padding-bottom: 0.0625rem;
}
.bg-tech .headline {
  color: #fff;
}
.bg-tech .text-block p a, .bg-tech .text-block .bullet-list > li a, .bg-tech .text-block ul > li a,
.bg-tech .text-block p strong,
.bg-tech .text-block .bullet-list > li strong,
.bg-tech .text-block ul > li strong {
  color: #fff;
}
.bg-tech .dropdown-toggle {
  color: #777986;
}
.bg-tech .dropdown-toggle:after {
  color: #c4b2bf;
  position: relative;
}

/* PADDINGS */
.pb-0 {
  padding-bottom: 0;
}

.pt-sm {
  padding-top: 16px;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .pt-sm {
    padding-top: 24px;
    padding-top: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .pt-sm {
    padding-top: 36px;
    padding-top: 2.25rem;
  }
}

.pt-md {
  padding-top: 40px;
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .pt-md {
    padding-top: 64px;
    padding-top: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .pt-md {
    padding-top: 120px;
    padding-top: 7.5rem;
  }
}

.pt-lg {
  padding-top: 44px;
  padding-top: 2.75rem;
}
@media screen and (min-width: 768px) {
  .pt-lg {
    padding-top: 84px;
    padding-top: 5.25rem;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg {
    padding-top: 120px;
    padding-top: 7.5rem;
  }
}

.pb-sm {
  padding-bottom: 16px !important;
  padding-bottom: 1rem !important;
}
@media screen and (min-width: 768px) {
  .pb-sm {
    padding-bottom: 24px !important;
    padding-bottom: 1.5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pb-sm {
    padding-bottom: 36px !important;
    padding-bottom: 2.25rem !important;
  }
}

.pb-md {
  padding-bottom: 40px !important;
  padding-bottom: 2.5rem !important;
}
@media screen and (min-width: 768px) {
  .pb-md {
    padding-bottom: 64px !important;
    padding-bottom: 4rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pb-md {
    padding-bottom: 120px !important;
    padding-bottom: 7.5rem !important;
  }
}

.pb-lg {
  padding-bottom: 44px;
  padding-bottom: 2.75rem;
}
@media screen and (min-width: 768px) {
  .pb-lg {
    padding-bottom: 84px;
    padding-bottom: 5.25rem;
  }
}
@media screen and (min-width: 992px) {
  .pb-lg {
    padding-bottom: 120px;
    padding-bottom: 7.5rem;
  }
}

/* MARGINS */
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-sm {
  margin-bottom: 16px !important;
  margin-bottom: 1rem !important;
}
@media screen and (min-width: 768px) {
  .mb-sm {
    margin-bottom: 24px !important;
    margin-bottom: 1.5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mb-sm {
    margin-bottom: 36px !important;
    margin-bottom: 2.25rem !important;
  }
}

.mb-md {
  margin-bottom: 24px !important;
  margin-bottom: 1.5rem !important;
}
@media screen and (min-width: 768px) {
  .mb-md {
    margin-bottom: 52px !important;
    margin-bottom: 3.25rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mb-md {
    margin-bottom: 84px !important;
    margin-bottom: 5.25rem !important;
  }
}

.mb-lg {
  margin-bottom: 44px !important;
  margin-bottom: 2.75rem !important;
}
@media screen and (min-width: 768px) {
  .mb-lg {
    margin-bottom: 84px !important;
    margin-bottom: 5.25rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mb-lg {
    margin-bottom: 140px !important;
    margin-bottom: 8.75rem !important;
  }
}

/* HIDES */
@media (min-width: 576px) and (max-width: 767px) {
  .hidden-tablet-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-tablet {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .hidden-widescreen {
    display: none !important;
  }
}

/* HOVERS */
.grow-on-hover {
  position: relative;
}
@media screen and (min-width: 992px) {
  .grow-on-hover:hover {
    transition: all 0.3s ease-in-out;
    transform: scale(1.05);
    z-index: 10;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.9375rem 0.9375rem rgba(0, 0, 0, 0.1);
  }
}

/* DROPDOWN */
.dropdown-toggle {
  white-space: normal;
}
.dropdown-toggle:after {
  border-width: 5px 5px 0 5px;
  border-width: 0.3125rem 0.3125rem 0 0.3125rem;
  margin-left: 12px;
  margin-left: 0.75rem;
}
.dropdown-toggle[aria-expanded=true]:after {
  transform: rotate(180deg);
}

.dropdown-menu {
  border: 0;
  border-radius: 0;
}

/* STRETCHED LINK */
.stretched-link, .top-posts-item, .press-list-item .press-text, .news-grid-item .text-container, .cta-image-box .text-container, .award-box .award-text {
  position: relative;
}
.stretched-link a, .top-posts-item a, .press-list-item .press-text a, .news-grid-item .text-container a, .cta-image-box .text-container a, .award-box .award-text a {
  color: inherit;
}
.stretched-link a:after, .top-posts-item a:after, .press-list-item .press-text a:after, .news-grid-item .text-container a:after, .cta-image-box .text-container a:after, .award-box .award-text a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

/* SLICK */
.slick-slider:not(.slick-vertical) .slick-track {
  display: flex;
}
.slick-slider:not(.slick-vertical) .slick-track .slick-slide {
  height: inherit;
}
.slick-slider:not(.slick-vertical) .slick-track .slick-slide > div {
  height: 100%;
}

/* SLICK DOTS */
.slick-dots {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-top: 1.25rem;
}
.slick-dots > li {
  margin: 4px;
  margin: 0.25rem;
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  border-width: 3px;
  border-width: 0.1875rem;
  border-style: solid;
  border-color: transparent;
  border-radius: 50%;
  background-color: #e9e9e9;
  border-color: transparent;
  overflow: hidden;
  text-indent: -999px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.slick-dots > li.slick-active {
  background-color: transparent;
  border-color: #420831;
}
.bg-primary .slick-dots > li, .b-tech .slick-dots > li, .testimonials-section .slick-dots > li {
  background-color: rgba(255, 255, 255, 0.3);
}
.bg-primary .slick-dots > li.slick-active, .b-tech .slick-dots > li.slick-active, .testimonials-section .slick-dots > li.slick-active {
  background-color: transparent;
  border-color: #fff;
}

/* PAGINATION */
.pagination-row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.pagination-row .text {
  font-size: 14px;
  font-size: 0.875rem;
}
.pagination-row .pagination-lite {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.pagination-row .pagination-lite > li {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 8px;
  margin: 0 0.5rem;
}
.pagination-row .pagination-lite > li a {
  color: rgba(0, 0, 0, 0.3);
}
.pagination-row .pagination-lite > li a:hover, .pagination-row .pagination-lite > li a.active {
  color: rgba(0, 0, 0, 0.8);
}

/* BOXES *************/
/* SECTORS GRID ITEM ******/
.sectors-grid-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
  min-height: 240px;
  min-height: 15rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  color: #fff;
  padding: 20px 20px 50px;
  padding: 1.25rem 1.25rem 3.125rem;
}
@media screen and (min-width: 576px) {
  .sectors-grid-item {
    min-height: 348px;
    min-height: 21.75rem;
  }
}
.sectors-grid-item .text-holder {
  position: relative;
  z-index: 10;
}
.sectors-grid-item .text-holder .tit {
  line-height: 1;
  font-size: 26px;
  font-size: 1.625rem;
}
.sectors-grid-item .text-holder .tit strong {
  display: block;
  font-weight: 600;
}
.sectors-grid-item .btn-square {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 15;
}
.sectors-grid-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (min-width: 992px) {
  .sectors-grid-item:hover .bg-img-container img {
    transform: scale(1.1);
  }
  .sectors-grid-item:hover .text-holder .tit {
    color: #fff;
  }
  .sectors-grid-item:hover .btn-primary, .sectors-grid-item:hover .pagination .pager-list li.active .btn-square, .pagination .pager-list li.active .sectors-grid-item:hover .btn-square {
    background-color: #f20046;
    color: #fff;
  }
}

/* SECTORS GRID ******/
.sectors-grid {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .sectors-grid {
    margin-bottom: 84px;
    margin-bottom: 5.25rem;
  }
}
@media screen and (min-width: 992px) {
  .sectors-grid {
    margin-bottom: 130px;
    margin-bottom: 8.125rem;
  }
}

/* ALLY BOX ******/
.ally-box {
  display: block;
  background-color: #2e303a;
  position: relative;
  padding: 30px 20px 60px;
  padding: 1.875rem 1.25rem 3.75rem;
  margin: 0 5px 10px;
  margin: 0 0.3125rem 0.625rem;
  width: calc(100% - 10px);
  width: calc(100% - 10px);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.9375rem 0.9375rem rgba(0, 0, 0, 0.1);
  min-height: 180px;
  min-height: 11.25rem;
}
@media screen and (min-width: 375px) {
  .ally-box {
    width: calc(50% - 10px);
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 576px) {
  .ally-box {
    margin: 0 10px 20px;
    margin: 0 0.625rem 1.25rem;
    width: calc(33.33% - 20px);
    width: calc(33.33% - 20px);
  }
}
@media screen and (min-width: 768px) {
  .ally-box {
    min-height: 234px;
    min-height: 14.625rem;
  }
}
@media screen and (min-width: 992px) {
  .ally-box {
    width: calc(25% - 20px);
    width: calc(25% - 20px);
  }
}
.ally-box .img-contain {
  max-width: 220px;
  max-width: 13.75rem;
  max-height: 220px;
  max-height: 13.75rem;
}
.ally-box .btn-square {
  position: absolute;
  right: 0;
  bottom: 0;
}
.ally-box:hover {
  background-color: #2c2e37;
}
@media screen and (min-width: 992px) {
  .ally-box:hover .btn-primary, .ally-box:hover .pagination .pager-list li.active .btn-square, .pagination .pager-list li.active .ally-box:hover .btn-square {
    background-color: #fff;
    border-color: #fff;
    color: #420831;
  }
}

/* ALLIANCES GRID ******/
.alliances-grid {
  margin: 0 -5px 44px;
  margin: 0 -0.3125rem 2.75rem;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (min-width: 576px) {
  .alliances-grid {
    margin: 0 -10px 60px;
    margin: 0 -0.625rem 3.75rem;
  }
}
@media screen and (min-width: 992px) {
  .alliances-grid {
    margin-bottom: 72px;
    margin-bottom: 4.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .alliances-grid {
    margin-left: -40px;
    margin-left: -2.5rem;
    margin-right: -40px;
    margin-right: -2.5rem;
  }
}

/* AWARD BOX ******/
.award-box .award-img {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 180px;
  height: 11.25rem;
  padding: 20px;
  padding: 1.25rem;
  background-color: #fff;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.9375rem 0.9375rem rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 375px) {
  .award-box .award-img {
    height: 200px;
    height: 12.5rem;
  }
}
@media screen and (min-width: 768px) {
  .award-box .award-img {
    height: 250px;
    height: 15.625rem;
    margin-botom: 30px;
    margin-botom: 1.875rem;
  }
}
@media screen and (min-width: 992px) {
  .award-box .award-img {
    height: 300px;
    height: 18.75rem;
    padding: 30px;
    padding: 1.875rem;
    margin-bottom: 46px;
    margin-bottom: 2.875rem;
  }
}
.award-box .award-text .tit {
  color: #14161d;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.24;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .award-box .award-text .tit {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  .award-box .award-text .tit {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.award-box .award-text .tit a {
  color: inherit;
}
@media screen and (min-width: 992px) {
  .award-box:hover .award-text .tit {
    color: #420831;
  }
}

/* AWARDS GRID ******/
@media screen and (min-width: 576px) {
  .awards-grid {
    margin-left: -10px;
    margin-left: -0.625rem;
    margin-right: -10px;
    margin-right: -0.625rem;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 992px) {
  .awards-grid {
    margin-left: -20px;
    margin-left: -1.25rem;
    margin-right: -20px;
    margin-right: -1.25rem;
  }
}
@media screen and (min-width: 576px) {
  .awards-grid .award-box {
    width: calc(50% - 20px);
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-left: 0.625rem;
    margin-right: 10px;
    margin-right: 0.625rem;
  }
}
@media screen and (min-width: 992px) {
  .awards-grid .award-box {
    width: calc(50% - 40px);
    width: calc(50% - 40px);
    margin-left: 20px;
    margin-left: 1.25rem;
    margin-right: 20px;
    margin-right: 1.25rem;
  }
}

@media screen and (max-width: 575px) {
  .awards-grid + .button-row .btn {
    width: 100%;
  }
}
@media screen and (min-width: 576px) {
  .awards-grid + .button-row .btn {
    min-width: 298px;
    min-width: 18.625rem;
  }
}

/* TOP POSTS BOX ******/
@media screen and (min-width: 992px) {
  .top-posts-box {
    padding: 24px 20px 4px;
    padding: 1.5rem 1.25rem 0.25rem;
    background-color: #f6f7fb;
  }
}
@media screen and (min-width: 992px) {
  .top-posts-box .top-posts {
    display: block;
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .top-posts-box .top-posts .top-posts-item {
    width: 100%;
    margin: 0 0 20px;
    margin: 0 0 1.25rem;
  }
}
.top-posts-box .top-posts .top-posts-item .post-text .tit {
  font-weight: 600;
}

/* CTA IMAGE BOX ******/
.cta-image-box {
  position: relative;
  /* HOVER */
}
.cta-image-box .text-container {
  z-index: 10;
  text-align: left;
  color: #fff;
  padding: 180px 20px 20px;
  padding: 11.25rem 1.25rem 1.25rem;
  line-height: 1.14;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .cta-image-box .text-container {
    padding: 180px 36px 36px;
    padding: 11.25rem 2.25rem 2.25rem;
  }
}
.cta-image-box .text-container p, .cta-image-box .text-container .bullet-list > li, .cta-image-box .text-container .text-block ul > li, .text-block .cta-image-box .text-container ul > li {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.cta-image-box .text-container .tit {
  font-size: 26px;
  font-size: 1.625rem;
}
.cta-image-box .text-container .button-row {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.cta-image-box .text-container .button-row .btn {
  min-height: 52px;
  min-height: 3.25rem;
  font-size: 16px;
  font-size: 1rem;
  padding: 6px 44px;
  padding: 0.375rem 2.75rem;
}
.cta-image-box .text-container:before {
  transition: all 0.2s ease-in-out;
  display: block;
  content: "";
  width: 64px;
  width: 4rem;
  height: 10px;
  height: 0.625rem;
  background-color: #c4b2bf;
  position: absolute;
  right: 0;
  top: 24px;
  top: 1.5rem;
}
@media screen and (min-width: 992px) {
  .cta-image-box:hover .bg-img-container img {
    transform: scale(1.1);
  }
  .cta-image-box:hover .text-container:before {
    background-color: #fff;
  }
  .cta-image-box:hover .text-container .button-row .btn-primary-inverse {
    background-color: #f20046 !important;
    color: #f2eae2 !important;
  }
}

/* ASIDE NEWSLETTER BOX ******/
.aside-newsletter-box {
  background-color: #420831;
  color: #fff;
  padding: 30px 20px;
  padding: 1.875rem 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .aside-newsletter-box {
    padding: 42px 32px 32px;
    padding: 2.625rem 2rem 2rem;
  }
}
.aside-newsletter-box * {
  width: 100%;
}
.aside-newsletter-box .tit {
  line-height: 1;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .aside-newsletter-box .tit {
    font-size: 32px;
    font-size: 2rem;
  }
}

/* NEWS GRID ******/
.news-grid {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-left: -0.625rem;
  margin-right: -10px;
  margin-right: -0.625rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 576px) {
  .news-grid {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
}
.news-grid .news-grid-item {
  width: calc(100% - 20px);
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-left: 0.625rem;
  margin-right: 10px;
  margin-right: 0.625rem;
}
@media screen and (min-width: 576px) {
  .news-grid .news-grid-item {
    width: calc(50% - 20px);
    width: calc(50% - 20px);
  }
}
.news-grid .news-grid-item.big {
  width: calc(100% - 20px);
  width: calc(100% - 20px);
}

/* NEWS GRID ITEM ******/
.news-grid-item {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  position: relative;
  /* BIG VARIATION */
  /* HOVER */
}
.news-grid-item .text-container {
  z-index: 10;
  color: #fff;
  padding: 116px 20px 26px;
  padding: 7.25rem 1.25rem 1.625rem;
  height: 100%;
  line-height: 1.14;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 576px) {
  .news-grid-item .text-container {
    padding-right: 56px;
    padding-right: 3.5rem;
    font-size: 16px;
    font-size: 1rem;
  }
}
.news-grid-item .text-container .category {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.news-grid-item .text-container .tit {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.news-grid-item .text-container .tit a {
  color: inherit;
}
.news-grid-item .text-container .description {
  display: none;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.news-grid-item .text-container .btn-square {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 36px;
  width: 2.25rem;
  height: 36px;
  height: 2.25rem;
}
@media screen and (min-width: 576px) {
  .news-grid-item.big .text-container {
    min-height: 345px;
    min-height: 21.5625rem;
    padding-top: 164px;
    padding-top: 10.25rem;
    padding-right: 33.33%;
    padding-right: 33.33%;
  }
}
@media screen and (min-width: 992px) {
  .news-grid-item.big .text-container {
    min-height: 460px;
    min-height: 28.75rem;
    padding-top: 260px;
    padding-top: 16.25rem;
  }
}
.news-grid-item.big .text-container .tit {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (min-width: 576px) {
  .news-grid-item.big .text-container .tit {
    font-size: 38px;
    font-size: 2.375rem;
    font-weight: 300;
    margin-bottom: 16px;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 576px) {
  .news-grid-item.big .text-container .description {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .news-grid-item:hover .bg-img-container img {
    transform: scale(1.1);
  }
  .news-grid-item:hover .btn-primary, .news-grid-item:hover .pagination .pager-list li.active .btn-square, .pagination .pager-list li.active .news-grid-item:hover .btn-square {
    background-color: #f20046;
    color: #fff;
  }
}

/* HOME SERVICES GRID ******/
.home-services-grid {
  margin-bottom: 44px;
  margin-bottom: 2.75rem;
}
@media screen and (min-width: 576px) {
  .home-services-grid {
    margin-bottom: 84px;
    margin-bottom: 5.25rem;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -10px;
    margin: 0 -0.625rem;
  }
}
@media screen and (min-width: 992px) {
  .home-services-grid {
    margin-bottom: 120px;
    margin-bottom: 7.5rem;
  }
}
@media screen and (min-width: 576px) {
  .home-services-grid .home-service-box {
    margin-left: 10px;
    margin-left: 0.625rem;
    margin-right: 10px;
    margin-right: 0.625rem;
    width: calc(50% - 20px);
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 992px) {
  .home-services-grid .home-service-box {
    width: calc(33.33% - 20px);
    width: calc(33.33% - 20px);
  }
}

/* HOME SERVICE BOX ******/
.home-service-box {
  display: block;
  position: relative;
  height: 180px;
  height: 11.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  color: #fff;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.9375rem 0.9375rem rgba(0, 0, 0, 0.1);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.5);
  /* BIG TEXT VARIATION */
  /* HOVER */
}
@media screen and (min-width: 768px) {
  .home-service-box {
    height: 290px;
    height: 18.125rem;
  }
}
.home-service-box .btn-square {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 20;
  text-shadow: none;
}
.home-service-box .item-text,
.home-service-box .rollover {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.home-service-box .item-text {
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 20px 70px 50px 20px;
  padding: 1.25rem 4.375rem 3.125rem 1.25rem;
  opacity: 1;
}
.home-service-box .item-text .tit {
  font-weight: 300;
  line-height: 1.14;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .home-service-box .item-text .tit {
    line-height: 1;
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.home-service-box .item-text .tit strong {
  display: block;
  font-weight: 600;
  font-size: 26px;
  font-size: 1.625rem;
}
@media screen and (min-width: 768px) {
  .home-service-box .item-text .tit strong {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.home-service-box .rollover {
  z-index: 15;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 50px 36px;
  padding: 3.125rem 2.25rem;
}
.home-service-box .rollover .tit {
  width: 100%;
  font-weight: 600;
  line-height: 1;
  font-size: 36px;
  font-size: 2.25rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
.home-service-box .rollover .description {
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.14;
  max-width: 240px;
  max-width: 15rem;
}
.home-service-box .bg-img-container {
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .home-service-box.big-text .item-text .tit strong {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
.home-service-box.big-text .rollover .tit {
  font-size: 60px;
  font-size: 3.75rem;
}
@media screen and (min-width: 992px) {
  .home-service-box:hover {
    color: #fff;
  }
  .home-service-box:hover .btn-square {
    background-color: #fff;
    color: #420831;
  }
  .home-service-box:hover .item-text {
    opacity: 0;
  }
  .home-service-box:hover .rollover {
    opacity: 1;
  }
  .home-service-box:hover .bg-img-container {
    opacity: 0.2;
  }
}

/* IMAGE GALLERY ******/
.img-gallery {
  margin-bottom: 64px;
  margin-bottom: 4rem;
}
@media screen and (min-width: 576px) {
  .img-gallery {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-left: -0.625rem;
    margin-right: -10px;
    margin-right: -0.625rem;
  }
}
@media screen and (min-width: 1200px) {
  .img-gallery {
    margin-bottom: 100px;
    margin-bottom: 6.25rem;
    margin-right: calc(-8.33% - 20px);
    margin-right: calc(-8.33% - 20px);
    width: calc(108.33% + 20px);
    width: calc(108.33% + 20px);
  }
}
@media screen and (min-width: 576px) {
  .img-gallery .img-gallery-item {
    width: calc(50% - 20px);
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-left: 0.625rem;
    margin-right: 10px;
    margin-right: 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .img-gallery .img-gallery-item {
    width: calc(33.33% - 20px);
    width: calc(33.33% - 20px);
  }
}

.img-gallery-item {
  margin-bottom: 34px;
  margin-bottom: 2.125rem;
}
@media screen and (min-width: 768px) {
  .img-gallery-item {
    margin-bottom: 48px;
    margin-bottom: 3rem;
  }
}
.img-gallery-item .img-mask {
  height: 200px;
  height: 12.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1200px) {
  .img-gallery-item .img-mask {
    height: 246px;
    height: 15.375rem;
  }
}

/* TITLE BOXES ******/
.title-box {
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.9375rem 0.9375rem rgba(0, 0, 0, 0.1);
  background-color: #fff;
  color: #14161d;
  position: relative;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  padding: 15px 50px 50px 15px;
  padding: 0.9375rem 3.125rem 3.125rem 0.9375rem;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 576px) {
  .title-box {
    padding: 34px 60px 70px 20px;
    padding: 2.125rem 3.75rem 4.375rem 1.25rem;
  }
}
.title-box .tit {
  width: 100%;
  display: block;
  font-weight: 300;
  line-height: 1.24;
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (min-width: 1200px) {
  .title-box .tit {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.title-box .btn-square {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 992px) {
  .title-box:hover {
    background-color: #420831;
    color: #fff;
  }
}
@media screen and (min-width: 992px) {
  .title-box:hover .btn-primary, .title-box:hover .pagination .pager-list li.active .btn-square, .pagination .pager-list li.active .title-box:hover .btn-square {
    background-color: #fff;
    color: #420831;
  }
}

@media screen and (min-width: 576px) {
  .title-boxes-grid {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-left: -0.625rem;
    margin-right: -10px;
    margin-right: -0.625rem;
  }
}
.title-boxes-grid > li {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 576px) {
  .title-boxes-grid > li {
    margin-left: 10px;
    margin-left: 0.625rem;
    margin-right: 10px;
    margin-right: 0.625rem;
    width: calc(50% - 20px);
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 768px) {
  .title-boxes-grid > li {
    width: calc(33.33% - 20px);
    width: calc(33.33% - 20px);
  }
}
@media screen and (min-width: 992px) {
  .title-boxes-grid > li {
    width: calc(25% - 20px);
    width: calc(25% - 20px);
  }
}
@media screen and (min-width: 576px) {
  .title-boxes-grid > li .title-box {
    height: 100%;
  }
}

/* BOX BACKGROUND GRADIENT ******/
.bg-gradient .text-container::after {
  background: #000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
  z-index: -1;
}

/* BUTTONS *************/
/* COLLAPSE TOGGLE */
.collapse-toggle {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #f6f7fb;
}
.collapse-toggle .text {
  line-height: 1.24;
  white-space: nowrap;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
}
.collapse-toggle i {
  flex: 0 0 auto;
  margin-left: 10px;
  margin-left: 0.625rem;
  color: #420831;
}
.collapse-toggle[aria-expanded=true] i {
  transform: rotate(180deg);
}

/* BTN */
.btn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  min-height: 3rem;
  line-height: 1.24;
  padding: 4px 28px;
  padding: 0.25rem 1.75rem;
  font-weight: 400;
  text-align: center;
  transition: all 0.3s ease-in-out;
  border-width: 1px;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: transparent;
  border-radius: 24px;
  border-radius: 1.5rem;
}
.btn.with-icon {
  justify-content: space-between;
}
.btn.with-icon .text + i,
.btn.with-icon i + .text {
  margin-left: 16px;
  margin-left: 1rem;
}

/* BTN SQUARE */
.btn-square {
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
}
@media screen and (min-width: 576px) {
  .btn-square {
    width: 50px;
    width: 3.125rem;
    height: 50px;
    height: 3.125rem;
  }
}
@media screen and (min-width: 576px) {
  .btn-square i {
    font-size: 34px;
    font-size: 2.125rem;
  }
}

/* TAG */
.tag {
  display: inline-block;
  text-transform: uppercase;
  background-color: #420831;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 7px 12px;
  padding: 0.4375rem 0.75rem;
  margin: 0 6px 6px 0;
  margin: 0 0.375rem 0.375rem 0;
}
@media screen and (min-width: 992px) {
  .tag:hover {
    color: #fff;
    background-color: #f20046;
  }
}

/* COLORS */
.btn-primary, .pagination .pager-list li.active .btn-square {
  background-color: #420831;
  color: #f2eae2;
  transition: 0.3s;
}
.btn-primary:hover, .pagination .pager-list li.active .btn-square:hover {
  background-color: #f20046;
  color: #f2eae2;
}
.btn-primary-inverse {
  background-color: #f2eae2;
  background-size: 300% auto;
  color: #420831;
  transition: 0.8s;
}
.btn-primary-inverse:hover {
  background-color: #f20046;
}

.bt .btn-black {
  color: #fff;
  background-color: #14161d;
  border-color: #14161d;
}
@media screen and (min-width: 992px) {
  .bt .btn-black:hover {
    color: #fff;
    background-color: #1e212c;
    border-color: #1e212c;
  }
}

@media screen and (min-width: 992px) {
  .transparent-on-hover:hover {
    border-color: #fff;
    background-color: transparent;
    color: #fff;
  }
}

/* GROUPS */
.button-col {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 575px) {
  .button-col .btn {
    width: 100%;
  }
}
.button-col .btn + .btn {
  margin-top: 8px;
  margin-top: 0.5rem;
}

/* STICKY */
.btn-sticky {
  font-size: 18px;
  font-size: 1.125rem;
  min-height: 39px;
  min-height: 2.4375rem;
}
@media screen and (max-width: 575px) {
  .btn-sticky {
    min-height: 45px;
    min-height: 2.8125rem;
  }
}

/* FORMS *************/
/* FORM LABEL */
.form-label {
  display: block;
  text-align: left;
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 0 14px;
  padding: 0 0.875rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  line-height: 1.24;
}
.form-label .required {
  color: #ff4949;
  font-weight: 600;
}

/* FORM CONTROL */
.form-control {
  display: block;
  width: 100%;
  height: 44px;
  height: 2.75rem;
  font-size: 15px;
  font-size: 0.9375rem;
  border: 1px solid #e9e9e9;
  border: 0.0625rem solid #e9e9e9;
  background-color: #fff;
  color: #14161d;
  font-family: inherit;
  line-height: 1.24;
  padding: 8px 14px;
  padding: 0.5rem 0.875rem;
  /* validation */
}
.form-control::placeholder {
  color: #777986;
  opacity: 1;
}
.validation-error .form-control {
  border-color: rgba(255, 165, 165, 0.25);
  background-color: rgba(255, 165, 165, 0.25);
}

textarea.form-control {
  min-height: 120px;
  min-height: 7.5rem;
  padding-top: 12px;
  padding-top: 0.75rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  resize: none;
}

/* CUSTOM FILE INPUT */
.custom-file-input {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  border: 1px solid #e9e9e9;
  border: 0.0625rem solid #e9e9e9;
}
.custom-file-input input[type=file] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.custom-file-input .action,
.custom-file-input .route {
  padding: 13px 14px;
  padding: 0.8125rem 0.875rem;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.24;
}
.custom-file-input .action {
  flex: 0 0 auto;
  background-color: #f6f7fb;
}
@media screen and (max-width: 575px) {
  .custom-file-input .action {
    display: none;
  }
}
.custom-file-input .route {
  flex: 1 1 auto;
  color: #777986;
  overflow: hidden;
}
.custom-file-input .route p, .custom-file-input .route .bullet-list > li, .custom-file-input .route .text-block ul > li, .text-block .custom-file-input .route ul > li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}

/* CUSTOM CHECKBOX */
.custom-checkbox {
  display: block;
  margin: 10px 0;
  margin: 0.625rem 0;
  /* error */
}
.custom-checkbox:first-of-type {
  margin-top: 24px;
  margin-top: 1.5rem;
}
.custom-checkbox:last-of-type {
  margin-bottom: 34px;
  margin-bottom: 2.125rem;
}
.custom-checkbox input[type=checkbox] {
  display: none;
}
.custom-checkbox .mark {
  position: relative;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #777986;
  line-height: 1.24;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}
.custom-checkbox .mark a {
  color: #14161d;
  text-decoration: underline;
}
@media screen and (min-width: 992px) {
  .custom-checkbox .mark a:hover {
    color: #420831;
  }
}
.custom-checkbox .mark:before {
  content: "";
  display: block;
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  border-radius: 2px;
  border-radius: 0.125rem;
  border: 1px solid #e9e9e9;
  border: 0.0625rem solid #e9e9e9;
  flex: 0 0 auto;
  margin-right: 10px;
  margin-right: 0.625rem;
}
.custom-checkbox .mark:after {
  position: absolute;
  left: 4px;
  left: 0.25rem;
  top: 0;
  content: "";
  display: block;
  transform: rotate(45deg);
  height: 10px;
  height: 0.625rem;
  width: 6px;
  width: 0.375rem;
  border-bottom: 3px solid #fff;
  border-bottom: 0.1875rem solid #fff;
  border-right: 3px solid #fff;
  border-right: 0.1875rem solid #fff;
  opacity: 0;
}
.custom-checkbox input[type=checkbox]:checked + .mark:before {
  background-color: #420831;
  border-color: #420831;
}
.custom-checkbox input[type=checkbox]:checked + .mark:after {
  opacity: 1;
}
.custom-checkbox .validation-message {
  padding-left: 28px;
  padding-left: 1.75rem;
}
.custom-checkbox.validation-error .mark:before {
  border-color: rgba(255, 165, 165, 0.25);
  background-color: rgba(255, 165, 165, 0.25);
}

/* CUSTOM RADIO */
.custom-radio {
  cursor: pointer;
}
.custom-radio input {
  display: none;
}
.custom-radio .mark {
  position: relative;
  padding: 1px 28px 1px 0;
  padding: 0.0625rem 1.75rem 0.0625rem 0;
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.25;
}
.custom-radio .mark:before {
  content: "";
  display: block;
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  border-radius: 50%;
  border: 2px solid #777986;
  border: 0.125rem solid #777986;
  flex: 0 0 auto;
  position: absolute;
  right: 0;
  top: 0;
}
.custom-radio input:checked + .mark:after {
  content: "";
  display: block;
  width: 9px;
  width: 0.5625rem;
  height: 9px;
  height: 0.5625rem;
  border-radius: 50%;
  background-color: #777986;
  position: absolute;
  right: 5px;
  right: 0.3125rem;
  top: 5px;
  top: 0.3125rem;
}

/* CUSTOM SELECT */
.selectric-custom-select {
  width: 100%;
}
.selectric-custom-select .selectric {
  border-color: #e9e9e9 !important;
  width: 100%;
}
.selectric-custom-select .selectric .label {
  height: 42px;
  height: 2.625rem;
  background-color: #f6f7fb;
  color: #585a65;
  margin: 0;
  padding: 1px 60px 0 14px;
  padding: 0.0625rem 3.75rem 0 0.875rem;
  font-size: 15px;
  font-size: 0.9375rem;
}
.selectric-custom-select .selectric .button {
  position: absolute;
  right: 0;
  top: 0;
  color: #14161d;
  height: 100%;
  width: 44px;
  width: 2.75rem;
}
.selectric-custom-select .selectric .button:after {
  border: 5px solid transparent;
  border: 0.3125rem solid transparent;
  border-top-color: #14161d;
  top: 8px;
  top: 0.5rem;
}
.selectric-custom-select .selectric-items {
  width: 100%;
  border-color: #e9e9e9 !important;
  background-color: #fff;
}
.selectric-custom-select .selectric-items .selectric-scroll ul li {
  font-size: 15px;
  font-size: 0.9375rem;
}
.selectric-custom-select .selectric-items .selectric-scroll ul li:hover {
  background-color: #f6f7fb !important;
}
.selectric-custom-select .selectric-items .selectric-scroll ul li.selected, .selectric-custom-select .selectric-items .selectric-scroll ul li.highlighted {
  background-color: transparent;
  color: #420831;
}

/* FIELDSET */
.fieldset {
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
.fieldset + .fieldset {
  border-top: 1px solid #e9e9e9;
  border-top: 0.0625rem solid #e9e9e9;
  padding-top: 20px;
  padding-top: 1.25rem;
}

/* FORM ROW */
@media screen and (min-width: 576px) {
  .form-row {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    margin-left: -5px;
    margin-left: -0.3125rem;
    margin-right: -5px;
    margin-right: -0.3125rem;
  }
}
@media screen and (min-width: 576px) {
  .form-row .form-group {
    width: calc(50% - 10px);
    width: calc(50% - 10px);
    margin-left: 5px;
    margin-left: 0.3125rem;
    margin-right: 5px;
    margin-right: 0.3125rem;
  }
}

/* FORM GROUP */
.form-group {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 576px) {
  .form-group.form-group-inline {
    padding-top: 8px;
    padding-top: 0.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.form-group.form-group-inline .form-label {
  padding-left: 0;
}
@media screen and (min-width: 576px) {
  .form-group.form-group-inline .form-label {
    margin: 0 20px 0 0;
    margin: 0 1.25rem 0 0;
  }
}

/* RADIO GROUP */
.radio-group .custom-radio {
  margin-right: 20px;
  margin-right: 1.25rem;
}
.radio-group.radios-inline {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

/* VALIDATION MESSAGE */
.validation-message {
  margin-top: 8px;
  margin-top: 0.5rem;
  padding: 0 14px;
  padding: 0 0.875rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.24;
}
.validation-error .validation-message {
  color: #ff4949;
}

/* FORM */
.form {
  margin-bottom: 44px;
  margin-bottom: 2.75rem;
}
@media screen and (min-width: 576px) {
  .form {
    margin-bottom: 74px;
    margin-bottom: 4.625rem;
  }
}
@media screen and (min-width: 992px) {
  .form {
    margin-bottom: 110px;
    margin-bottom: 6.875rem;
  }
}
.form .submit-row .btn {
  min-width: 100%;
}
@media screen and (min-width: 576px) {
  .form .submit-row .btn {
    min-width: 300px;
    min-width: 18.75rem;
  }
}
.form.login-form .submit-row {
  display: grid;
}
@media (min-width: 576px) {
  .form.login-form .submit-row {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
}
@media (min-width: 576px) {
  .form.login-form .submit-row .btn {
    min-width: 100%;
  }
}
.form.login-form .submit-row .link {
  margin-top: 16px;
  margin-top: 1rem;
  display: block;
  text-decoration: underline;
  justify-self: center;
}
@media (min-width: 576px) {
  .form.login-form .submit-row .link {
    margin-top: 0;
  }
}
.form.login-form .submit-row .link:hover {
  color: #f20046;
}

/* ASIDE NEWSLETTTER FORM */
.aside-newsletter-form .form-control {
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.aside-newsletter-form .btn {
  width: 100%;
}
.aside-newsletter-form .custom-checkbox {
  margin-top: 16px;
  margin-top: 1rem;
  margin-bottom: 0;
}
.aside-newsletter-form .custom-checkbox .mark {
  color: #fff;
}
.aside-newsletter-form .custom-checkbox .mark a {
  color: inherit;
}
.aside-newsletter-form .custom-checkbox .mark:before {
  border-color: #fff !important;
}

/* LISTS *************/
/* LOGOS ROW ******/
.logos-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 36px;
  margin-bottom: 2.25rem;
  /* LOGO HOLDER */
  /* 4 BY ROW */
}
@media screen and (min-width: 375px) {
  .logos-row {
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .logos-row {
    margin-bottom: 54px;
    margin-bottom: 3.375rem;
  }
}
.logos-row .logo-holder {
  width: 220px;
  width: 13.75rem;
}
@media screen and (min-width: 375px) {
  .logos-row .logo-holder {
    width: 50%;
  }
}
@media screen and (min-width: 576px) {
  .logos-row .logo-holder {
    width: 33.33%;
  }
}
@media screen and (min-width: 768px) {
  .logos-row .logo-holder {
    width: 20%;
    padding: 24px 16px;
    padding: 1.5rem 1rem;
  }
}
@media screen and (min-width: 992px) {
  .logos-row .logo-holder {
    width: 16.66%;
  }
}
@media screen and (min-width: 768px) {
  .logos-row.four-by-row .logo-holder {
    width: 25%;
  }
}

/* TRIANGLES LIST ITEM ******/
.triangles-list-item {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .triangles-list-item {
    margin-bottom: 34px;
    margin-bottom: 2.125rem;
  }
}
.triangles-list-item > * {
  margin-left: 20px;
  margin-left: 1.25rem;
}
.triangles-list-item .big-icon {
  margin-right: 20px;
  margin-right: 1.25rem;
}
.triangles-list-item .tit {
  color: #14161d;
  margin-left: 0;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.24;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 576px) {
  .triangles-list-item .tit {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.triangles-list-item .table {
  width: calc(100% - 20px);
  width: calc(100% - 20px);
}

/* TRIANGLES LIST ******/
.triangles-list {
  margin-bottom: 54px;
  margin-bottom: 3.375rem;
  /* TWO COLUMNS */
}
@media screen and (min-width: 768px) {
  .triangles-list {
    margin-bottom: 84px;
    margin-bottom: 5.25rem;
  }
}
@media screen and (min-width: 992px) {
  .triangles-list {
    margin-bottom: 110px;
    margin-bottom: 6.875rem;
  }
}
@media screen and (min-width: 768px) {
  .triangles-list.two-columns {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-left: -0.625rem;
    margin-right: -10px;
    margin-right: -0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .triangles-list.two-columns .triangles-list-item {
    margin-left: 10px;
    margin-left: 0.625rem;
    margin-right: 10px;
    margin-right: 0.625rem;
    width: calc(50% - 20px);
    width: calc(50% - 20px);
    padding-right: 20px;
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  .triangles-list.two-columns .triangles-list-item {
    padding-right: 40px;
    padding-right: 2.5rem;
  }
}
.triangles-list.two-columns .triangles-list-item .text-block {
  margin-bottom: 0;
}

/* BIG ICONS ******/
.big-icons-list {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px 54px;
  margin: 0 -0.625rem 3.375rem;
  /* TWO IN ROW */
}
@media screen and (min-width: 768px) {
  .big-icons-list {
    margin-bottom: 84px;
    margin-bottom: 5.25rem;
  }
}
@media screen and (min-width: 992px) {
  .big-icons-list {
    margin-bottom: 110px;
    margin-bottom: 6.875rem;
  }
}
.big-icons-list .triangles-list-item {
  width: calc(100% - 20px);
  margin: 0 10px 40px;
  margin: 0 0.625rem 2.5rem;
}
@media screen and (max-width: 374px) {
  .big-icons-list .triangles-list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
  }
}
@media screen and (min-width: 375px) {
  .big-icons-list .triangles-list-item {
    width: calc(50% - 20px);
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 576px) {
  .big-icons-list .triangles-list-item {
    width: calc(33.33% - 20px);
    width: calc(33.33% - 20px);
  }
}
@media screen and (min-width: 992px) {
  .big-icons-list.two-in-row {
    margin-left: -40px;
    margin-left: -2.5rem;
    margin-right: -40px;
    margin-right: -2.5rem;
  }
}
.big-icons-list.two-in-row .triangles-list-item {
  width: calc(100% - 20px);
}
@media screen and (max-width: 374px) {
  .big-icons-list.two-in-row .triangles-list-item {
    display: block;
    text-align: left;
  }
}
@media screen and (min-width: 576px) {
  .big-icons-list.two-in-row .triangles-list-item {
    width: calc(50% - 20px);
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 992px) {
  .big-icons-list.two-in-row .triangles-list-item {
    margin-left: 50px;
    margin-left: 3.125rem;
    margin-right: 50px;
    margin-right: 3.125rem;
    width: calc(50% - 100px);
    width: calc(50% - 100px);
  }
}
.big-icons-list.two-in-row .triangles-list-item .tit {
  max-width: 340px;
  max-width: 21.25rem;
}
@media screen and (min-width: 576px) {
  .big-icons-list.two-in-row .triangles-list-item .tit {
    min-height: 76px;
    min-height: 4.75rem;
    margin-bottom: 34px;
    margin-bottom: 2.125rem;
  }
}

/* TEAM MEMBER ******/
.team-member {
  position: relative;
  overflow: hidden;
}
.team-member .front {
  position: relative;
  z-index: 5;
}
.team-member .front:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 24px;
  top: 1.5rem;
  width: 65px;
  width: 4.0625rem;
  height: 10px;
  height: 0.625rem;
  background-color: #c4b2bf;
}
.team-member .back {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 992px) {
  .team-member .back {
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
}
.team-member .back .member-text {
  position: absolute;
  bottom: 15%;
  left: 0;
  color: #fff;
  padding: 0 20px 20px 20px;
  padding: 0 1.25rem 1.25rem 1.25rem;
  width: 100%;
  line-height: 1.24;
}
.team-member .back .member-text .name {
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
}
.team-member .back .member-text .position {
  font-size: 15px;
  font-size: 0.9375rem;
}
.team-member .back .member-text:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 65px;
  width: 4.0625rem;
  height: 10px;
  height: 0.625rem;
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  .team-member:hover .back {
    opacity: 1;
  }
}

/* TEAM LIST ******/
.team-list {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-left: -0.625rem;
  margin-right: -10px;
  margin-right: -0.625rem;
  margin-bottom: 44px;
  margin-bottom: 2.75rem;
}
@media screen and (min-width: 768px) {
  .team-list {
    margin-bottom: 70px;
    margin-bottom: 4.375rem;
  }
}
@media screen and (min-width: 992px) {
  .team-list {
    margin-bottom: 110px;
    margin-bottom: 6.875rem;
  }
}
.team-list .team-member {
  margin: 0 10px 20px;
  margin: 0 0.625rem 1.25rem;
  width: calc(100% - 20px);
  width: calc(100% - 20px);
}
@media screen and (min-width: 576px) {
  .team-list .team-member {
    width: calc(50% - 20px);
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 768px) {
  .team-list .team-member {
    width: calc(33.33% - 20px);
    width: calc(33.33% - 20px);
  }
}
@media screen and (min-width: 992px) {
  .team-list .team-member {
    width: calc(25% - 20px);
    width: calc(25% - 20px);
  }
}

/* PRESS LIST ITEM ******/
.press-list-item {
  margin-bottom: 34px;
  margin-bottom: 2.125rem;
}
.press-list-item .press-thumb {
  height: 180px;
  height: 11.25rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .press-list-item .press-thumb {
    height: 246px;
    height: 15.375rem;
    margin-bottom: 34px;
    margin-bottom: 2.125rem;
  }
}
.press-list-item .press-text {
  line-height: 1.14;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}
.press-list-item .press-text .tit {
  color: #14161d;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 375px) {
  .press-list-item .press-text .tit {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.press-list-item .press-text .publisher {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #585a65;
}
.press-list-item .press-text .publisher .publisher-name {
  position: relative;
  padding: 0 40px 6px 0;
  padding: 0 2.5rem 0.375rem 0;
  border-bottom: 1px solid #e9e9e9;
  border-bottom: 0.0625rem solid #e9e9e9;
  font-weight: 700;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}
.press-list-item .press-text .publisher .publisher-name .btn-square {
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  position: absolute;
  right: 0;
  bottom: 6px;
  bottom: 0.375rem;
}
.press-list-item .press-text .publisher .publisher-name .btn-square i {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 992px) {
  .press-list-item:hover .press-text .tit {
    color: #420831;
  }
  .press-list-item:hover .press-text .publisher .btn-primary, .press-list-item:hover .press-text .publisher .pagination .pager-list li.active .btn-square, .pagination .pager-list li.active .press-list-item:hover .press-text .publisher .btn-square {
    background-color: #14161d;
    border-color: #14161d;
  }
}

/* PRESS LIST ******/
.press-list {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 576px) {
  .press-list {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-left: -0.625rem;
    margin-right: -10px;
    margin-right: -0.625rem;
  }
}
@media screen and (min-width: 992px) {
  .press-list {
    margin-bottom: 110px;
    margin-bottom: 6.875rem;
  }
}
@media screen and (min-width: 1200px) {
  .press-list {
    margin-left: -70px;
    margin-left: -4.375rem;
    margin-right: -70px;
    margin-right: -4.375rem;
  }
}
@media screen and (min-width: 576px) {
  .press-list .press-list-item {
    margin-left: 10px;
    margin-left: 0.625rem;
    margin-right: 10px;
    margin-right: 0.625rem;
    width: calc(50% - 20px);
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 992px) {
  .press-list .press-list-item {
    width: calc(33.33% - 20px);
    width: calc(33.33% - 20px);
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .press-list .press-list-item:last-of-type {
    display: none;
  }
}

/* TOP POSTS ITEM ******/
.top-posts-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.top-posts-item .post-img {
  flex: 0 0 auto;
  width: 125px;
  width: 7.8125rem;
  height: 100px;
  height: 6.25rem;
  margin-right: 10px;
  margin-right: 0.625rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.top-posts-item .post-img .number {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #420831;
  color: #fff;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.top-posts-item .post-text {
  flex: 1 1 auto;
  padding: 6px 0;
  padding: 0.375rem 0;
}
.top-posts-item .post-text .date {
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
}
.top-posts-item .post-text .tit {
  color: #14161d;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.24;
}
.top-posts-item .post-text .tit a {
  color: inherit;
}
@media screen and (min-width: 992px) {
  .top-posts-item:hover .post-img .number {
    background-color: #f20046;
    color: #fff;
  }
  .top-posts-item:hover .post-text .tit {
    color: #420831;
  }
}

/* TOP POSTS ******/
@media screen and (min-width: 576px) {
  .top-posts {
    margin-left: -10px;
    margin-left: -0.625rem;
    margin-right: -10px;
    margin-right: -0.625rem;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 992px) {
  .top-posts {
    margin-left: -20px;
    margin-left: -1.25rem;
    margin-right: -20px;
    margin-right: -1.25rem;
  }
}
@media screen and (min-width: 576px) {
  .top-posts .top-posts-item {
    width: calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 0 10px 34px;
    margin: 0 0.625rem 2.125rem;
  }
}
@media screen and (min-width: 768px) {
  .top-posts .top-posts-item {
    width: calc(33.33% - 20px);
    width: calc(33.33% - 20px);
  }
}
@media screen and (min-width: 992px) {
  .top-posts .top-posts-item {
    margin-left: 20px;
    margin-left: 1.25rem;
    margin-right: 20px;
    margin-right: 1.25rem;
    width: calc(33.33% - 40px);
    width: calc(33.33% - 40px);
  }
}

/* TAGS LIST ******/
.tags-list {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

/* MAIN NEWS LIST ITEM ******/
.main-news-list-item {
  margin-bottom: 36px;
  margin-bottom: 2.25rem;
}
@media screen and (min-width: 576px) {
  .main-news-list-item {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
  }
}
.main-news-list-item .new-thumb {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  height: 220px;
  height: 13.75rem;
}
@media screen and (min-width: 576px) {
  .main-news-list-item .new-thumb {
    width: 220px;
    width: 13.75rem;
    margin: 0 20px 0 0;
    margin: 0 1.25rem 0 0;
    flex: 0 0 auto;
  }
}
@media screen and (min-width: 992px) {
  .main-news-list-item .new-thumb {
    width: calc(41.66% - 10px);
    width: calc(41.66% - 10px);
    height: 284px;
    height: 17.75rem;
  }
}
.main-news-list-item .new-thumb img {
  transform-origin: center center;
  transition: all 0.3s ease-in-out;
}
.main-news-list-item .new-text {
  position: relative;
}
@media screen and (min-width: 576px) {
  .main-news-list-item .new-text {
    flex: 1 1 auto;
    padding-bottom: 48px;
    padding-bottom: 3rem;
  }
}
.main-news-list-item .new-text .tit {
  color: #14161d;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.24;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .main-news-list-item .new-text .tit {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.main-news-list-item .new-text .tit a {
  color: inherit;
}
@media screen and (min-width: 768px) {
  .main-news-list-item .new-text .text-block p, .main-news-list-item .new-text .text-block .bullet-list > li, .main-news-list-item .new-text .text-block ul > li {
    font-size: 16px;
    font-size: 1rem;
  }
}
.main-news-list-item .new-text .btn {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 575px) {
  .main-news-list-item .new-text .btn {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .main-news-list-item:hover .new-thumb img {
    transform: scale(1.1);
  }
  .main-news-list-item:hover .new-text .tit {
    color: #420831;
  }
  .main-news-list-item:hover .new-text .btn-primary, .main-news-list-item:hover .new-text .pagination .pager-list li.active .btn-square, .pagination .pager-list li.active .main-news-list-item:hover .new-text .btn-square {
    background-color: #f20046;
  }
}

/* MAIN NEWS LIST ******/
.main-news-list {
  margin-bottom: 44px;
  margin-bottom: 2.75rem;
}
@media screen and (min-width: 576px) {
  .main-news-list {
    margin-bottom: 64px;
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .main-news-list {
    margin-bottom: 78px;
    margin-bottom: 4.875rem;
  }
}

/* ICO FACT ITEM *******/
.ico-fact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 576px) {
  .ico-fact-item {
    margin-bottom: 44px;
    margin-bottom: 2.75rem;
  }
}
.ico-fact-item .big-icon {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.ico-fact-item .item-text {
  text-align: center;
  width: 100%;
  max-width: 246px;
  max-width: 15.375rem;
}
.ico-fact-item .item-text .title {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.ico-fact-item .item-text .text-block {
  margin-bottom: 0;
}

/* ICO FACTS LIST ******/
.ico-facts-list {
  margin-bottom: 44px;
  margin-bottom: 2.75rem;
}
@media screen and (min-width: 576px) {
  .ico-facts-list {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-left: -0.625rem;
    margin-right: -10px;
    margin-right: -0.625rem;
  }
}
@media screen and (min-width: 992px) {
  .ico-facts-list {
    margin-bottom: 64px;
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 576px) {
  .ico-facts-list .ico-fact-item {
    margin-left: 10px;
    margin-left: 0.625rem;
    margin-right: 10px;
    margin-right: 0.625rem;
    width: calc(50% - 20px);
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 768px) {
  .ico-facts-list .ico-fact-item {
    width: calc(33.33% - 20px);
    width: calc(33.33% - 20px);
  }
}

/* MAP LEGEND ******/
.map-legend {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-left: -0.625rem;
  margin-right: -10px;
  margin-right: -0.625rem;
}
.map-legend .triangle-right, .map-legend .work-page .vacants-section .padded-content .title, .work-page .vacants-section .padded-content .map-legend .title, .map-legend .triangles-list-item .tit, .triangles-list-item .map-legend .tit {
  margin: 0 10px 10px;
  margin: 0 0.625rem 0.625rem;
  width: calc(50% - 20px);
  width: calc(50% - 20px);
  padding-left: 14px;
  padding-left: 0.875rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.24;
}
@media screen and (min-width: 576px) {
  .map-legend .triangle-right, .map-legend .work-page .vacants-section .padded-content .title, .work-page .vacants-section .padded-content .map-legend .title, .map-legend .triangles-list-item .tit, .triangles-list-item .map-legend .tit {
    width: calc(25% - 20px);
    width: calc(25% - 20px);
  }
}
@media screen and (min-width: 768px) {
  .map-legend .triangle-right, .map-legend .work-page .vacants-section .padded-content .title, .work-page .vacants-section .padded-content .map-legend .title, .map-legend .triangles-list-item .tit, .triangles-list-item .map-legend .tit {
    width: calc(100% - 20px);
    width: calc(100% - 20px);
  }
}
.map-legend .triangle-right:before, .map-legend .work-page .vacants-section .padded-content .title:before, .work-page .vacants-section .padded-content .map-legend .title:before, .map-legend .triangles-list-item .tit:before, .triangles-list-item .map-legend .tit:before {
  top: 3px;
  top: 0.1875rem;
  border-width: 5px 0 5px 5px;
  border-width: 0.3125rem 0 0.3125rem 0.3125rem;
}

/* MODAL ******/
/* MODAL TITLE */
.modal-title {
  color: #14161d;
  line-height: 1.24;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-size: 22px;
  font-size: 1.375rem;
  position: relative;
  font-weight: 600;
  padding-right: 74px;
  padding-right: 4.625rem;
}
@media screen and (min-width: 576px) {
  .modal-title {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.14;
    padding-right: 84px;
    padding-right: 5.25rem;
  }
}
@media screen and (min-width: 576px) {
  .modal-title:after {
    content: "";
    display: block;
    width: 64px;
    width: 4rem;
    height: 8px;
    height: 0.5rem;
    background-color: #c4b2bf;
    position: absolute;
    right: -15px;
    right: -0.9375rem;
    bottom: 16px;
    bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .modal-title:after {
    right: -36px;
    right: -2.25rem;
  }
}
@media screen and (min-width: 992px) {
  .modal-title:after {
    height: 10px;
    height: 0.625rem;
  }
}

/* MODAL DIALOG */
.modal-dialog {
  max-width: 514px;
  max-width: 32.125rem;
}
@media screen and (min-width: 534px) {
  .modal-dialog {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 576px) {
  .modal-dialog {
    top: 10vh;
  }
}
.modal-dialog .modal-content {
  border-radius: 0;
  border: 0;
  background-color: transparent;
}
.modal-dialog .modal-content .modal-header {
  border-bottom: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.modal-dialog .modal-content .modal-body {
  background-color: #fff;
  text-align: left;
  color: #777986;
}
@media screen and (min-width: 768px) {
  .modal-dialog .modal-content .modal-body {
    padding: 40px 36px 40px;
    padding: 2.5rem 2.25rem 2.5rem;
  }
}

/* VIDEO MODAL */
.video-modal .modal-dialog {
  max-width: 1024px;
  max-width: 64rem;
}
.video-modal .modal-dialog .modal-content .modal-body {
  background-color: #000;
  padding: 0;
}

/* FORM MODAL */
@media screen and (min-width: 576px) {
  .form-modal .modal-title {
    font-weight: 400;
    font-size: 32px;
    font-size: 2rem;
    padding-right: calc(50% + 10px);
    padding-right: calc(50% + 10px);
  }
}
@media screen and (min-width: 768px) {
  .form-modal .modal-title {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 768px) {
  .form-modal .modal-title:after {
    right: -72px;
    right: -4.5rem;
  }
}
.form-modal .modal-dialog {
  max-width: 646px;
  max-width: 40.375rem;
}
@media screen and (min-width: 666px) {
  .form-modal .modal-dialog {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .form-modal .modal-dialog .modal-content .modal-body {
    padding: 54px 72px 40px;
    padding: 3.375rem 4.5rem 2.5rem;
  }
}

/* MODAL SUCCESS */
.modal-success .modal-dialog .modal-content .modal-body {
  background-color: #2e303a;
  color: #fff;
  text-align: center;
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
.modal-success .modal-dialog .modal-content .modal-body .illust {
  margin: 0 auto 20px;
  margin: 0 auto 1.25rem;
  width: 120px;
  width: 7.5rem;
}
.modal-success .modal-dialog .modal-content .modal-body .title {
  color: inherit;
}
.modal-success .modal-dialog .modal-content .modal-body .text-block {
  margin-bottom: 0;
}

/* NAVIGATIONS *************/
/* SOCIAL LINKS */
.social-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.social-links > a:not(:last-of-type) {
  margin-right: 10px;
  margin-right: 0.625rem;
}
.social-links > a i {
  font-size: 40px;
  font-size: 2.5rem;
}

/* SECONDARY NAVIGATION */
.secondary-navigation {
  padding-bottom: 34px;
  padding-bottom: 2.125rem;
}
@media screen and (min-width: 768px) {
  .secondary-navigation {
    padding-bottom: 44px;
    padding-bottom: 2.75rem;
  }
}
@media screen and (min-width: 992px) {
  .secondary-navigation {
    margin: 0;
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .secondary-navigation {
    padding-bottom: 104px;
    padding-bottom: 6.5rem;
  }
}
@media screen and (max-width: 991px) {
  .secondary-navigation .container {
    padding: 0;
  }
}
.secondary-navigation .container .collapse-toggle {
  width: 100%;
  padding: 12px 10px;
  padding: 0.75rem 0.625rem;
  font-size: 18px;
  font-size: 1.125rem;
  background-color: #f6f7fb;
}
@media screen and (min-width: 992px) {
  .secondary-navigation .container .collapse-toggle {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .secondary-navigation .container .nav {
    background-color: #f6f7fb;
  }
}
@media screen and (max-width: 991px) {
  .secondary-navigation .container .nav .nav-link {
    padding-left: 10px;
    padding-left: 0.625rem;
    padding-right: 10px;
    padding-right: 0.625rem;
  }
}
@media screen and (min-width: 992px) {
  .secondary-navigation .collapse {
    display: block;
  }
}

/* TABS */
.nav-tabs {
  border-bottom: 1px solid #e9e9e9;
  border-bottom: 0.0625rem solid #e9e9e9;
  /* COLUMN VARIATION */
}
@media screen and (max-width: 991px) {
  .nav-tabs {
    padding: 8px 0;
    padding: 0.5rem 0;
    border-top: 1px solid #e9e9e9;
    border-top: 0.0625rem solid #e9e9e9;
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .nav-tabs {
    padding-top: 70px;
    padding-top: 4.375rem;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1200px) {
  .nav-tabs {
    margin-left: -20px;
    margin-left: -1.25rem;
    margin-right: -20px;
    margin-right: -1.25rem;
  }
}
.nav-tabs .nav-link {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  position: relative;
  display: block;
  line-height: 1.24;
  font-size: 18px;
  font-size: 1.125rem;
  color: #777986;
  padding: 12px 0;
  padding: 0.75rem 0;
}
@media screen and (min-width: 992px) {
  .nav-tabs .nav-link {
    padding: 12px 16px 12px 12px;
    padding: 0.75rem 1rem 0.75rem 0.75rem;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    max-width: 260px;
    max-width: 16.25rem;
  }
}
@media screen and (min-width: 992px) {
  .nav-tabs .nav-link:not(:last-of-type) {
    margin-right: 20px;
    margin-right: 1.25rem;
  }
}
.nav-tabs .nav-link:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  right: 0;
  height: 2px;
  height: 0.125rem;
  background-color: #14161d;
  opacity: 0;
}
@media screen and (min-width: 992px) {
  .nav-tabs .nav-link:hover {
    color: #f20046;
  }
}
.nav-tabs .nav-link.active {
  color: #f20046;
  background-color: transparent;
}
@media screen and (min-width: 992px) {
  .nav-tabs .nav-link.active:after {
    opacity: 1;
  }
}
@media screen and (min-width: 992px) {
  .nav-tabs.column-tabs {
    display: block;
    padding-top: 0;
    margin: 0 0 44px;
    margin: 0 0 2.75rem;
    border-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .nav-tabs.column-tabs .nav-link {
    display: block;
    margin: 0;
    border-bottom: 1px solid #e9e9e9;
    border-bottom: 0.0625rem solid #e9e9e9;
    padding: 14px 14px 14px 0;
    padding: 0.875rem 0.875rem 0.875rem 0;
    max-width: none;
  }
}

/* NUMBERED NAV */
.numbered-nav {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  height: 84%;
  height: 84%;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
}
@media screen and (min-width: 992px) {
  .numbered-nav {
    padding-left: 34px;
    padding-left: 2.125rem;
    padding-right: 34px;
    padding-right: 2.125rem;
  }
}
@media screen and (min-width: 1200px) {
  .numbered-nav {
    padding-left: 70px;
    padding-left: 4.375rem;
    padding-right: 70px;
    padding-right: 4.375rem;
  }
}
.numbered-nav .numbered-nav-item {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  height: 100%;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 20px 12px;
  padding: 1.25rem 0.75rem;
  position: relative;
}
@media screen and (min-width: 992px) {
  .numbered-nav .numbered-nav-item {
    font-size: 38px;
    font-size: 2.375rem;
    padding-bottom: 45px;
    padding-bottom: 2.8125rem;
  }
}
.numbered-nav .numbered-nav-item .number {
  opacity: 0.25;
  transition: all 0.3s ease-in-out;
}
.numbered-nav .numbered-nav-item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 1px;
  width: 0.0625rem;
  background: white;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
}
.numbered-nav .numbered-nav-item.active .number {
  opacity: 0.85;
}
.numbered-nav .numbered-nav-item.active:after {
  opacity: 0.46;
}
@media screen and (min-width: 992px) {
  .numbered-nav .numbered-nav-item:hover .number {
    opacity: 0.5;
  }
}

/* ARROW NAV */
.arrow-nav {
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
}
.arrow-nav .buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 12px 0 12px rgba(0, 0, 0, 0.18);
  box-shadow: 0.75rem 0 0.75rem rgba(0, 0, 0, 0.18);
}
@media screen and (min-width: 1200px) {
  .arrow-nav .buttons .btn-square {
    height: 70px;
    height: 4.375rem;
    width: 66px;
    width: 4.125rem;
  }
}
@media screen and (min-width: 992px) {
  .arrow-nav:hover {
    padding-right: 50px;
    padding-right: 3.125rem;
  }
}
@media screen and (min-width: 1200px) {
  .arrow-nav:hover {
    padding-right: 66px;
    padding-right: 4.125rem;
  }
}

/* PAGINATION */
.pagination {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 44px;
  margin-bottom: 2.75rem;
}
@media screen and (min-width: 576px) {
  .pagination {
    margin-bottom: 74px;
    margin-bottom: 4.625rem;
  }
}
@media screen and (min-width: 992px) {
  .pagination {
    margin-bottom: 90px;
    margin-bottom: 5.625rem;
  }
}
.pagination .pager-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex: 1 1 auto;
}
@media screen and (max-width: 575px) {
  .pagination .pager-list {
    display: none !important;
  }
}
.pagination .pager-list li {
  margin: 0 10px;
  margin: 0 0.625rem;
}
.pagination .pager-list li .btn-square {
  color: #14161d;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 992px) {
  .pagination .pager-list li .btn-square:hover {
    color: #420831;
  }
}
.pagination .pager-list li.active .btn-square {
  pointer-events: none;
}
.pagination .btn-square {
  width: 36px;
  width: 2.25rem;
  height: 36px;
  height: 2.25rem;
}
@media screen and (max-width: 575px) {
  .pagination > .btn-square {
    width: 120px;
    width: 7.5rem;
  }
}

/* BREADCRUMBS */
.breadcrumbs {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.24;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  list-style-type: none;
}
.breadcrumbs li {
  display: inline-block;
  max-width: 220px;
  max-width: 13.75rem;
}
.breadcrumbs li a {
  color: #14161d;
  text-decoration: underline;
}
@media screen and (min-width: 992px) {
  .breadcrumbs li a:hover {
    color: #420831;
  }
}
.breadcrumbs li a,
.breadcrumbs li span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.breadcrumbs li:after {
  content: "/";
  display: inline-block;
  margin: 0 4px;
  margin: 0 0.25rem;
}

.breadcrumbs-row {
  padding: 8px 0;
  padding: 0.5rem 0;
  height: 32px;
  height: 2rem;
}
.breadcrumbs-row .breadcrumbs {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0;
}
.breadcrumbs-row .breadcrumbs li {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
}
.breadcrumbs-row .breadcrumbs li a {
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 991px) {
  .breadcrumbs-row .breadcrumbs li:last-of-type {
    display: none;
  }
}
.breadcrumbs-row .breadcrumbs li:last-of-type:after {
  display: none;
}

/* COLLABORATORS CONTACT */
.collaborators-contact .tab-content {
  background-color: #f6f7fb;
}
.collaborators-contact .tab-content .tab-pane {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  padding: 15px;
  padding: 0.9375rem;
  color: #14161d;
  text-align: left;
  line-height: 1.24;
}
@media screen and (min-width: 576px) {
  .collaborators-contact .tab-content .tab-pane {
    padding: 20px 34px;
    padding: 1.25rem 2.125rem;
  }
}
.collaborators-contact .tab-content .tab-pane p, .collaborators-contact .tab-content .tab-pane .bullet-list > li, .collaborators-contact .tab-content .tab-pane .text-block ul > li, .text-block .collaborators-contact .tab-content .tab-pane ul > li {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
.collaborators-contact .tab-content .tab-pane p a, .collaborators-contact .tab-content .tab-pane .bullet-list > li a, .collaborators-contact .tab-content .tab-pane .text-block ul > li a, .text-block .collaborators-contact .tab-content .tab-pane ul > li a {
  color: inherit;
  text-decoration: underline;
}
.collaborators-contact .nav {
  background-color: #420831;
}
.collaborators-contact .nav .nav-link {
  border-right: 1px solid #fff;
  border-right: 0.0625rem solid #fff;
  background-color: #420831;
  color: #fff;
  position: relative;
  padding: 6px 20px;
  padding: 0.375rem 1.25rem;
}
@media screen and (min-width: 576px) {
  .collaborators-contact .nav .nav-link {
    padding: 7px 32px;
    padding: 0.4375rem 2rem;
  }
}
.collaborators-contact .nav .nav-link i {
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (min-width: 576px) {
  .collaborators-contact .nav .nav-link i {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
.collaborators-contact .nav .nav-link:before {
  content: "";
  display: block;
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  transform: rotate(45deg);
  background-color: #420831;
  position: absolute;
  top: -5px;
  top: -0.3125rem;
  right: calc(50% - 5px);
  right: calc(50% - 5px);
  opacity: 0;
  transition: inherit;
}
.collaborators-contact .nav .nav-link.active {
  background-color: #14161d;
}
.collaborators-contact .nav .nav-link.active:before {
  opacity: 1;
  background-color: #14161d;
}

/* OTHER *************/
/* PROV ROW */
@media screen and (min-width: 576px) {
  .prov-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.prov-row .logo-holder {
  padding: 10px 20px 36px 0;
  padding: 0.625rem 1.25rem 2.25rem 0;
}
@media screen and (min-width: 576px) {
  .prov-row .logo-holder {
    flex: 0 0 auto;
    margin-right: 20px;
    margin-right: 1.25rem;
    width: calc(33.33% - 10px);
    width: calc(33.33% - 10px);
  }
}
@media screen and (min-width: 992px) {
  .prov-row .logo-holder {
    width: calc(25% - 10px);
    width: calc(25% - 10px);
    margin-right: calc(8.33% + 20px);
    margin-right: calc(8.33% + 20px);
  }
}
.prov-row .logo-holder img {
  max-width: 190px;
  max-width: 11.875rem;
  max-height: 190px;
  max-height: 11.875rem;
}
@media screen and (min-width: 992px) {
  .prov-row .prov-text {
    padding-right: 16.66%;
  }
}

/* CLIENTS SHOWCASE ITEM */
.clients-showcase-item {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  position: relative;
  /* SECTOR AREA */
  /* LOGOS AREA */
  /* HOVER */
}
@media screen and (min-width: 768px) {
  .clients-showcase-item {
    padding-left: 216px;
    padding-left: 13.5rem;
    height: 216px;
    height: 13.5rem;
  }
}
.clients-showcase-item .sector-area {
  position: relative;
  height: 140px;
  height: 8.75rem;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 34px 18px;
  padding: 2.125rem 1.125rem;
}
@media screen and (min-width: 768px) {
  .clients-showcase-item .sector-area {
    width: 216px;
    width: 13.5rem;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.clients-showcase-item .sector-area .tit {
  position: relative;
  z-index: 15;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.14;
}
.clients-showcase-item .sector-area .bg-image-container {
  z-index: 5;
}
.clients-showcase-item .sector-area:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 6;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: black;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .clients-showcase-item .logos-area {
    background-color: #f6f7fb;
  }
}
.clients-showcase-item .logos-area .logos-carousel {
  position: relative;
  padding-right: 34px;
  padding-right: 2.125rem;
}
@media screen and (min-width: 768px) {
  .clients-showcase-item .logos-area .logos-carousel {
    width: 100%;
  }
}
.clients-showcase-item .logos-area .logos-carousel .logo-holder {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .clients-showcase-item .logos-area .logos-carousel .logo-holder {
    height: 216px;
    height: 13.5rem;
    max-height: initial;
  }
}
.clients-showcase-item .logos-area .logos-carousel .logo-holder img {
  max-width: 160px;
  max-width: 10rem;
  max-height: 160px;
  max-height: 10rem;
}
.clients-showcase-item .logos-area .logos-carousel .slick-arrow {
  width: 34px;
  width: 2.125rem;
  height: 34px;
  height: 2.125rem;
  position: absolute;
  right: 0;
  top: 0;
  height: 50%;
  background-color: #C6C8CF;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 992px) {
  .clients-showcase-item .logos-area .logos-carousel .slick-arrow {
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
}
.clients-showcase-item .logos-area .logos-carousel .slick-arrow i {
  font-size: 36px;
  font-size: 2.25rem;
}
.clients-showcase-item .logos-area .logos-carousel .slick-arrow.slick-prev {
  top: auto;
  bottom: 0;
  justify-content: flex-start;
}
@media screen and (min-width: 992px) {
  .clients-showcase-item:hover .sector-area .btn-primary, .clients-showcase-item:hover .sector-area .pagination .pager-list li.active .btn-square, .pagination .pager-list li.active .clients-showcase-item:hover .sector-area .btn-square {
    background-color: #fff;
    border-color: #fff;
    color: #420831;
  }
  .clients-showcase-item:hover .logos-area .logos-carousel .slick-arrow {
    opacity: 1;
  }
}

/* LOGOS CAROUSEL WITH DOTS */
.logos-carousel-with-dots .slick-track {
  display: flex;
}
.logos-carousel-with-dots .slick-track .slick-slide {
  height: 100%;
}
.logos-carousel-with-dots .slick-track .slick-slide > div {
  height: 100%;
}
.logos-carousel-with-dots .slick-track .slick-slide > div .logo-holder {
  height: 100%;
  max-height: initial;
}

/* CLIENTS SHOWCASE */
.clients-showcase {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 576px) {
  .clients-showcase {
    margin-bottom: 100px;
    margin-bottom: 6.25rem;
  }
}
@media screen and (min-width: 992px) {
  .clients-showcase {
    margin-bottom: 100px;
    margin-bottom: 6.25rem;
  }
}

/* ASIDE BLOCK */
.aside-block {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 576px) {
  .aside-block {
    margin-bottom: 36px;
    margin-bottom: 2.25rem;
  }
}

/* ASIDE ROW */
@media (min-width: 576px) and (max-width: 991px) {
  .aside-row {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    margin-left: -10px;
    margin-left: -0.625rem;
    margin-right: -10px;
    margin-right: -0.625rem;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .aside-row .aside-block {
    width: calc(50% - 20px);
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-left: 0.625rem;
    margin-right: 10px;
    margin-right: 0.625rem;
  }
}

/* CTA CAROUSEL */
.cta-carousel {
  margin-bottom: 44px;
  margin-bottom: 2.75rem;
}
@media screen and (min-width: 576px) {
  .cta-carousel {
    margin-bottom: 74px;
    margin-bottom: 4.625rem;
  }
}
@media screen and (min-width: 992px) {
  .cta-carousel {
    margin-bottom: 140px;
    margin-bottom: 8.75rem;
  }
}
.cta-carousel .slick-track .slick-slide {
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
}
.cta-carousel .cta-image-box {
  display: flex !important;
  min-height: 100% !important;
}
.cta-carousel .cta-image-box .text-container {
  min-height: 100% !important;
  min-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  z-index: 10;
}
.cta-carousel .cta-image-box .text-container > * {
  width: 100%;
}
.cta-carousel .cta-image-box .text-container:before {
  display: none;
}
@media screen and (min-width: 576px) {
  .cta-carousel .slick-dots {
    margin-top: 34px;
    margin-top: 2.125rem;
  }
}
@media screen and (min-width: 992px) {
  .cta-carousel .slick-dots {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}

/* SIGNATURE BLOCK */
.signature-block {
  line-height: 1.24;
}
.signature-block span {
  display: block;
}
.signature-block .signature-img {
  width: 200px;
  width: 12.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.signature-block .signature-img img {
  width: 100%;
}

/* COOKIES MESSAGE ******/
.cookies-message {
  margin: 0;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 20px 0;
  padding: 1.25rem 0;
  background-color: #fff;
  z-index: 215;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.3);
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .cookies-message .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .cookies-message .container .text-block {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .cookies-message .container .text-block {
    margin-bottom: 0;
    flex: 1 1 auto;
    max-width: calc(66.66% - 10px);
    max-width: calc(66.66% - 10px);
  }
}
@media screen and (min-width: 1200px) {
  .cookies-message .container .text-block {
    max-width: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .cookies-message .container .button-row {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .cookies-message .container .button-row {
    flex: 0 0 auto;
    margin-left: calc(8.33% + 20px);
    margin-left: calc(8.33% + 20px);
  }
}

/* TABLES *************/
.table {
  width: 100%;
  margin-bottom: 34px;
  margin-bottom: 2.125rem;
}
.table th,
.table td {
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.24;
  padding: 16px;
  padding: 1rem;
}
.table thead th {
  background-color: #14161d;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
}
.table tbody td {
  background-color: #F5F5F5;
}
.table tbody tr:nth-child(even) td {
  background-color: #D8D8D8;
}
.table-docs {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.table-docs thead th {
  background-color: #420831;
}
@media (min-width: 768px) {
  .table-docs thead th.th-width {
    width: 100px;
    width: 6.25rem;
  }
}
.table-docs tbody td span {
  font-weight: 600;
}
@media (min-width: 768px) {
  .table-docs tbody td span {
    display: none;
  }
}
.table-docs tbody td .link-icon {
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
}
@media (min-width: 768px) {
  .table-docs tbody td .link-icon {
    padding: 4px 6px;
    padding: 0.25rem 0.375rem;
    min-height: auto;
  }
}
.table-docs tbody td .link-icon i {
  color: #fff;
}
@media (max-width: 767px) {
  .table-docs tbody td .link-icon i {
    margin-right: 8px;
    margin-right: 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  .table-responsive thead {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .table-responsive tbody tr {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .table-responsive tbody tr td {
    width: 100%;
    text-align: left !important;
  }
}
@media screen and (max-width: 767px) {
  .table-responsive tbody tr td:not(:first-of-type) {
    padding-top: 0;
  }
}
.table-responsive tbody tr td strong {
  font-weight: 600;
}

/* TEXT *************/
/* TEXT COLOR */
.text-med {
  color: #585a65 !important;
}

.text-light {
  color: #777986;
}

.text-primary {
  color: #420831;
}

/* FONT WEIGHT */
.font-weight-light {
  font-weight: 300;
}

.font-weight-regular {
  font-weight: 400;
}

.font-weight-semibold {
  font-weight: 600;
}

.font-weight-bold {
  font-weight: 700;
}

/* OTHER */
.text-uppercase {
  text-transform: uppercase;
}

/* ALIGNMENT */
.text-center {
  text-align: center;
}

.red-caret {
  position: relative;
  top: 2px;
  top: 0.125rem;
  margin-left: 10px;
  margin-left: 0.625rem;
  color: #420831;
}

.date {
  line-height: 1.24;
  color: #420831;
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.figcaption {
  line-height: 1.24;
  color: #777986;
}

/* TRIANGLE RIGHT */
.triangle-right, .work-page .vacants-section .padded-content .title, .triangles-list-item .tit {
  position: relative;
  padding-left: 20px;
  padding-left: 1.25rem;
}
.triangle-right:before, .work-page .vacants-section .padded-content .title:before, .triangles-list-item .tit:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-top: 0.5625rem solid transparent;
  border-left: 9px solid #420831;
  border-left: 0.5625rem solid #420831;
  border-bottom: 9px solid transparent;
  border-bottom: 0.5625rem solid transparent;
  top: 2px;
  top: 0.125rem;
}
@media screen and (min-width: 576px) {
  .triangle-right:before, .work-page .vacants-section .padded-content .title:before, .triangles-list-item .tit:before {
    top: 4px;
    top: 0.25rem;
  }
}

/* DASH */
.dash {
  position: relative;
  display: inline;
  color: #420831;
  line-height: 0;
  font-weight: 700;
  font-size: 54px;
  font-size: 3.375rem;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .dash {
    font-size: 72px;
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 992px) {
  .dash {
    font-size: 100px;
    font-size: 6.25rem;
  }
}

/* TITLES */
.headline {
  font-weight: 400;
  line-height: 1.14;
  color: #14161d;
  font-size: 26px;
  font-size: 1.625rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .headline {
    line-height: 1;
    font-size: 38px;
    font-size: 2.375rem;
    margin-bottom: 42px;
    margin-bottom: 2.625rem;
  }
}
@media screen and (min-width: 992px) {
  .headline {
    font-size: 50px;
    font-size: 3.125rem;
    margin-bottom: 74px;
    margin-bottom: 4.625rem;
  }
}
.headline .dash {
  left: 10px;
  left: 0.625rem;
  bottom: 8px;
  bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .headline .dash {
    left: 16px;
    left: 1rem;
    bottom: 12px;
    bottom: 0.75rem;
  }
}
@media screen and (min-width: 992px) {
  .headline .dash {
    bottom: 16px;
    bottom: 1rem;
  }
}

.title {
  color: #14161d;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  line-height: 1.4;
}
@media screen and (min-width: 576px) {
  .title {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    line-height: 1.24;
  }
}
@media screen and (min-width: 768px) {
  .title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.title-2 {
  color: #14161d;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.24;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 576px) {
  .title-2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.14;
    margin-bottom: 36px;
    margin-bottom: 2.25rem;
  }
}
@media screen and (min-width: 768px) {
  .title-2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 992px) {
  .title-2 {
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 44px;
    margin-bottom: 2.75rem;
  }
}

.title-3 {
  color: #420831;
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1.24;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 576px) {
  .title-3 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
@media screen and (min-width: 992px) {
  .title-3 {
    font-size: 78px;
    font-size: 4.875rem;
  }
}

.form-title {
  color: #14161d;
  line-height: 1.24;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 576px) {
  .form-title {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 36px;
    margin-bottom: 2.25rem;
  }
}
.form-title.dropdown-toggle:after {
  color: #c4b2bf;
  position: relative;
}
@media screen and (min-width: 576px) {
  .form-title.dropdown-toggle:after {
    top: 4px;
    top: 0.25rem;
    border-width: 8px 8px 0;
    border-width: 0.5rem 0.5rem 0;
  }
}

.fieldset-title {
  line-height: 1.24;
  font-size: 17px;
  font-size: 1.0625rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-weight: 600;
}
@media screen and (min-width: 576px) {
  .fieldset-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.epi {
  color: #777986;
  letter-spacing: 0.05rem;
}
.epi:before, .epi:after {
  content: "-";
  display: inline-block;
  margin: 0 8px;
  margin: 0 0.5rem;
}

.home-title {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.2;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  text-wrap: balance;
}
@media screen and (min-width: 576px) {
  .home-title {
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: 300;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .home-title {
    font-size: 44px;
    font-size: 2.75rem;
  }
}
@media screen and (min-width: 992px) {
  .home-title {
    font-size: 80px;
    font-size: 5rem;
  }
}

.slogan {
  line-height: 1.24;
  font-weight: 300;
  color: #f20046;
}
@media screen and (min-width: 576px) {
  .slogan {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.landing-title {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  line-height: 1.24;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .landing-title {
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .landing-title {
    font-size: 40px;
    font-size: 2.5rem;
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .landing-title {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.24;
  }
}

.landing-title-2 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.24;
  text-align: center;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 576px) {
  .landing-title-2 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .landing-title-2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .landing-title-2 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.24;
  }
}

.landing-subtitle {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  line-height: 1.24;
  font-weight: 300;
  color: #420831;
}
@media screen and (min-width: 576px) {
  .landing-subtitle {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .landing-subtitle {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.landing-subtitle-2 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  line-height: 1.24;
  font-weight: 300;
}
@media screen and (min-width: 576px) {
  .landing-subtitle-2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .landing-subtitle-2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.landing-intro {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  line-height: 1.24;
  font-weight: 300;
  text-align: center;
  color: #14161d;
}
@media screen and (min-width: 576px) {
  .landing-intro {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.landing-text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
  color: #14161d;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

/* INTRO */
.intro {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .intro {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
  }
}

/* TEXT BLOCK */
.text-block {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  /* SPACING BETWEEN BLOCKS */
}
@media screen and (min-width: 768px) {
  .text-block {
    margin-bottom: 34px;
    margin-bottom: 2.125rem;
  }
}
@media screen and (min-width: 992px) {
  .text-block {
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
  }
}
.text-block p, .text-block .bullet-list > li, .text-block ul > li {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  color: inherit;
}
@media screen and (min-width: 768px) {
  .text-block p, .text-block .bullet-list > li, .text-block ul > li {
    font-size: 16px;
    font-size: 1rem;
  }
}
.text-block p strong, .text-block .bullet-list > li strong, .text-block ul > li strong {
  font-weight: 600;
  color: #585a65;
}
.text-block p a, .text-block .bullet-list > li a, .text-block ul > li a {
  font-weight: 600;
  color: #14161d;
  text-decoration: underline;
}
@media screen and (min-width: 992px) {
  .text-block p a:hover, .text-block .bullet-list > li a:hover, .text-block ul > li a:hover {
    color: #420831;
  }
}
.text-block p + ul, .text-block .bullet-list > li + ul, .text-block ul > li + ul,
.text-block p + table,
.text-block .bullet-list > li + table,
.text-block ul > li + table {
  margin-top: 28px;
  margin-top: 1.75rem;
}
.text-block.text-big {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .text-block.text-big {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* BULLET LIST */
.bullet-list, .text-block ul {
  margin-bottom: 28px;
  margin-bottom: 1.75rem;
}
.bullet-list > li, .text-block ul > li {
  position: relative;
  padding-left: 18px;
  padding-left: 1.125rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.bullet-list > li:before, .text-block ul > li:before {
  content: "";
  display: block;
  width: 7px;
  width: 0.4375rem;
  height: 7px;
  height: 0.4375rem;
  background-color: #420831;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
  top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .bullet-list > li:before, .text-block ul > li:before {
    top: 10px;
    top: 0.625rem;
  }
}

/* MDI LIST */
.mdi-list > li {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #777986;
  position: relative;
  padding-left: 40px;
  padding-left: 2.5rem;
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
}
@media screen and (min-width: 768px) {
  .mdi-list > li {
    font-size: 16px;
    font-size: 1rem;
  }
}
.mdi-list > li i {
  position: absolute;
  left: 0;
  top: 0;
  color: #420831;
}
@media screen and (min-width: 768px) {
  .mdi-list > li i {
    top: 2px;
    top: 0.125rem;
  }
}
.mdi-list.text-big {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .mdi-list.text-big {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* BLOCKQUOTE */
.blockquote {
  text-align: left;
  line-height: 1.4;
  position: relative;
  /* BOXED BLOCKQUOTE */
}
.blockquote .quote {
  line-height: 1.24;
  font-size: 28px;
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .blockquote .quote {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.blockquote .quote-by {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 16px;
  margin-top: 1rem;
  font-weight: 700;
  color: #f20046;
}
.blockquote .quote-by-extra {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
}
.blockquote .cite {
  font-size: 16px;
  font-size: 1rem;
  position: absolute;
  bottom: 50%;
  left: -28px;
  left: -1.75rem;
  transform: rotate(-90deg);
  display: none;
}
.blockquote.boxed-blockquote {
  background-color: #420831;
  color: #f2eae2;
  padding: 15px;
  padding: 0.9375rem;
}
@media screen and (min-width: 576px) {
  .blockquote.boxed-blockquote {
    padding: 30px;
    padding: 1.875rem;
  }
}
@media screen and (min-width: 992px) {
  .blockquote.boxed-blockquote {
    padding: 50px;
    padding: 3.125rem;
  }
}
@media screen and (min-width: 576px) {
  .blockquote.boxed-blockquote .cite {
    display: block;
  }
}

/* DISPLAY */
.cover-title {
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 300;
  line-height: 1;
  position: relative;
}
@media screen and (min-width: 576px) {
  .cover-title {
    font-size: 40px;
    font-size: 2.5rem;
    padding-left: 36px;
    padding-left: 2.25rem;
  }
}
@media screen and (min-width: 768px) {
  .cover-title {
    font-size: 60px;
    font-size: 3.75rem;
    padding-left: 66px;
    padding-left: 4.125rem;
  }
}
@media screen and (min-width: 992px) {
  .cover-title {
    font-size: 80px;
    font-size: 5rem;
    padding-left: 80px;
    padding-left: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .cover-title {
    font-size: 100px;
    font-size: 6.25rem;
    padding-left: 125px;
    padding-left: 7.8125rem;
  }
}
.cover-title strong {
  display: block;
  font-weight: 400;
  font-size: 27px;
  font-size: 1.6875rem;
  position: absolute;
  top: 100%;
  left: 52px;
  left: 3.25rem;
}
@media screen and (min-width: 576px) {
  .cover-title strong {
    font-size: 32px;
    font-size: 2rem;
    left: 86px;
    left: 5.375rem;
  }
}
@media screen and (min-width: 768px) {
  .cover-title strong {
    font-size: 48px;
    font-size: 3rem;
    left: 114px;
    left: 7.125rem;
  }
}
@media screen and (min-width: 992px) {
  .cover-title strong {
    font-size: 64px;
    font-size: 4rem;
    left: 130px;
    left: 8.125rem;
  }
}
@media screen and (min-width: 1200px) {
  .cover-title strong {
    font-size: 80px;
    font-size: 5rem;
    left: 180px;
    left: 11.25rem;
  }
}
.cover-title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 40px;
  top: 2.5rem;
  height: 10px;
  height: 0.625rem;
  width: 40px;
  width: 2.5rem;
  border-radius: 0 12px 0 12px;
  background-color: #420831;
}
@media screen and (min-width: 576px) {
  .cover-title:before {
    width: 76px;
    width: 4.75rem;
    top: 48px;
    top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .cover-title:before {
    width: 104px;
    width: 6.5rem;
    top: 70px;
    top: 4.375rem;
  }
}
@media screen and (min-width: 992px) {
  .cover-title:before {
    width: 120px;
    width: 7.5rem;
    top: 94px;
    top: 5.875rem;
  }
}
@media screen and (min-width: 1200px) {
  .cover-title:before {
    width: 170px;
    width: 10.625rem;
    top: 118px;
    top: 7.375rem;
  }
}

/* SECTOR NUMBER */
.sector-number {
  font-weight: 600;
  font-size: 40px;
  font-size: 2.5rem;
  opacity: 0.14;
}
@media screen and (min-width: 576px) {
  .sector-number {
    font-size: 80px;
    font-size: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .sector-number {
    font-size: 100px;
    font-size: 6.25rem;
  }
}
@media screen and (min-width: 992px) {
  .sector-number {
    font-size: 120px;
    font-size: 7.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .sector-number {
    font-size: 170px;
    font-size: 10.625rem;
  }
}

/* BOLD LINK */
.bold-link {
  color: #14161d;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.24;
  font-weight: 600;
  text-decoration: underline;
}
@media screen and (min-width: 576px) {
  .bold-link {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.bold-link:before {
  top: 2px;
  top: 0.125rem;
}
@media screen and (min-width: 576px) {
  .bold-link:before {
    top: 4px;
    top: 0.25rem;
  }
}

/* BORDERED ROW */
.bordered-row {
  color: #777986;
  text-transform: uppercase;
  line-height: 1.24;
  border-top: 1px solid #e9e9e9;
  border-top: 0.0625rem solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  border-bottom: 0.0625rem solid #e9e9e9;
  padding: 10px 0;
  padding: 0.625rem 0;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 576px) {
  .bordered-row {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    padding: 10px 14px;
    padding: 0.625rem 0.875rem;
  }
}

/* POST META */
@media screen and (min-width: 576px) {
  .post-meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.post-meta .meta {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 576px) {
  .post-meta .meta {
    margin: 0 20px 0 0;
    margin: 0 1.25rem 0 0;
  }
}
.post-meta .meta li {
  display: inline-block;
}
.post-meta .meta li:not(:last-of-type):after {
  content: "|";
  display: inline-block;
  margin: 0 8px;
  margin: 0 0.5rem;
}
.post-meta .share {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.post-meta .share p, .post-meta .share .bullet-list > li, .post-meta .share .text-block ul > li, .text-block .post-meta .share ul > li {
  margin-right: 14px;
  margin-right: 0.875rem;
}
@media screen and (max-width: 575px) {
  .post-meta .share p, .post-meta .share .bullet-list > li, .post-meta .share .text-block ul > li, .text-block .post-meta .share ul > li {
    display: none;
  }
}
.post-meta .share .social-links > a i {
  font-size: 30px;
  font-size: 1.875rem;
}

/* CATEGORY ROW */
@media screen and (min-width: 576px) {
  .category-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 6px;
    padding-bottom: 0.375rem;
  }
}
.category-row p, .category-row .bullet-list > li, .category-row .text-block ul > li, .text-block .category-row ul > li {
  font-weight: 700;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 576px) {
  .category-row p, .category-row .bullet-list > li, .category-row .text-block ul > li, .text-block .category-row ul > li {
    margin: 0 20px 0 0;
    margin: 0 1.25rem 0 0;
  }
}
.category-row .tags-list {
  margin-bottom: 0;
}
@media screen and (min-width: 576px) {
  .category-row .tags-list {
    justify-content: flex-end;
  }
}

/* POST CONTENT */
.post-content {
  margin-bottom: 44px;
  margin-bottom: 2.75rem;
}
@media screen and (min-width: 576px) {
  .post-content {
    margin-bottom: 80px;
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 992px) {
  .post-content {
    margin-bottom: 120px;
    margin-bottom: 7.5rem;
  }
}
.post-content .title {
  color: #14161d;
  line-height: 1.4;
}
@media screen and (min-width: 992px) {
  .post-content .title {
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
  }
}
@media screen and (min-width: 576px) {
  .post-content .text-block p, .post-content .text-block .bullet-list > li, .post-content .text-block ul > li {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .post-content .text-block p, .post-content .text-block .bullet-list > li, .post-content .text-block ul > li {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* VISUALS *************/
/* PAGE COVER ******/
.page-cover {
  display: flex;
  position: relative;
  min-height: 400px;
  min-height: 25rem;
  color: #fff;
  overflow: hidden;
  /* SECTION PARENT */
  /* ARROW NAV */
  /* NUMBERED NAV */
  /* CONTAINER */
  /* SHORTER VARIATION ******/
  /* HOME PAGE VARIATION ******/
}
@media screen and (min-width: 375px) {
  .page-cover {
    min-height: 520px;
    min-height: 32.5rem;
  }
}
@media screen and (min-width: 992px) {
  .page-cover {
    min-height: 680px;
    min-height: 42.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .page-cover {
    min-height: 800px;
    min-height: 50rem;
  }
}
.page-cover .section-parent {
  pointer-events: none;
  opacity: 0.46;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  position: absolute;
  z-index: 20;
  left: -4px;
  left: -0.25rem;
  top: 200px;
  top: 12.5rem;
  transform: rotate(-90deg);
}
@media screen and (min-width: 1200px) {
  .page-cover .section-parent {
    left: 28px;
    left: 1.75rem;
    top: 268px;
    top: 16.75rem;
  }
}
@media screen and (max-width: 991px) {
  .page-cover .section-parent {
    display: none;
  }
}
.page-cover .arrow-nav {
  position: absolute;
  right: 0;
  top: calc(50% - 50px);
  top: calc(50% - 50px);
  z-index: 20;
}
@media screen and (min-width: 1200px) {
  .page-cover .arrow-nav {
    top: calc(50% - 70px);
    top: calc(50% - 70px);
  }
}
.page-cover .numbered-nav {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 575px) {
  .page-cover .numbered-nav {
    display: none;
  }
}
.page-cover .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 100%;
  position: relative;
  z-index: 15;
  pointer-events: none;
  padding-top: 120px;
  padding-top: 7.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 992px) {
  .page-cover .container {
    padding-top: 160px;
    padding-top: 10rem;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .page-cover .container {
    padding-top: 200px;
    padding-top: 12.5rem;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
}
.page-cover .container .title-group .cover-title {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.page-cover .container .blockquote {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .page-cover .container .blockquote {
    width: 75%;
    max-width: 580px;
    max-width: 36.25rem;
    margin-left: 90px;
    margin-left: 5.625rem;
  }
}
@media screen and (min-width: 768px) {
  .page-cover .container .blockquote {
    width: 70%;
    margin-left: 120px;
    margin-left: 7.5rem;
  }
}
@media screen and (min-width: 992px) {
  .page-cover .container .blockquote {
    width: 55%;
    margin-left: 136px;
    margin-left: 8.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .page-cover .container .blockquote {
    margin-left: 186px;
    margin-left: 11.625rem;
  }
}
.page-cover .container .blockquote.align-end {
  align-self: flex-end;
}
@media screen and (min-width: 375px) {
  .page-cover .container .blockquote.align-end {
    padding-left: 8.33%;
  }
}
@media screen and (min-width: 576px) {
  .page-cover .container .blockquote.align-end {
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .page-cover .container .blockquote.align-end {
    padding-left: 12%;
  }
}
.page-cover.shorter {
  min-height: 280px;
  min-height: 17.5rem;
}
@media screen and (min-width: 375px) {
  .page-cover.shorter {
    min-height: 300px;
    min-height: 18.75rem;
  }
}
@media screen and (min-width: 768px) {
  .page-cover.shorter {
    min-height: 360px;
    min-height: 22.5rem;
  }
}
@media screen and (min-width: 992px) {
  .page-cover.shorter {
    min-height: 460px;
    min-height: 28.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .page-cover.shorter {
    min-height: 520px;
    min-height: 32.5rem;
  }
}
.page-cover.home-page-cover .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 84px;
  padding-top: 5.25rem;
  padding-bottom: 54px;
  padding-bottom: 3.375rem;
  pointer-events: initial;
  padding-left: 32px;
  padding-left: 2rem;
  padding-right: 32px;
  padding-right: 2rem;
  padding: 0 8.33%;
}
@media screen and (min-width: 768px) {
  .page-cover.home-page-cover .container {
    padding-top: 94px;
    padding-top: 5.875rem;
    padding-bottom: 64px;
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .page-cover.home-page-cover .container {
    padding-top: 104px;
    padding-top: 6.5rem;
    padding-bottom: 74px;
    padding-bottom: 4.625rem;
  }
}
@media screen and (min-width: 576px) {
  .page-cover.home-page-cover .container .padded-content {
    padding: 0 8.33%;
  }
}
@media screen and (min-width: 992px) {
  .page-cover.home-page-cover .container .padded-content {
    padding: 0 0;
  }
}
.page-cover.home-page-cover .container .padded-content .button-row {
  display: flex;
  margin-top: 52px;
  margin-top: 3.25rem;
  gap: 16px;
  gap: 1rem;
}
@media screen and (max-width: 575px) {
  .page-cover.home-page-cover .container .padded-content .button-row {
    margin-top: 32px;
    margin-top: 2rem;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

/* COLLABORATORS MAP ******/
.collaborators-map:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 40%;
  z-index: 15;
  background: #0240a6;
  background: linear-gradient(0deg, rgba(2, 64, 166, 0) 0%, #0240a6 100%);
  opacity: 0.5;
  pointer-events: none;
}
.collaborators-map .container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
  padding-top: 70px;
  padding-top: 4.375rem;
  z-index: 20;
}
@media screen and (min-width: 576px) {
  .collaborators-map .container {
    padding-top: 80px;
    padding-top: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .collaborators-map .container {
    padding-top: 94px;
    padding-top: 5.875rem;
  }
}
@media screen and (min-width: 992px) {
  .collaborators-map .container {
    padding-top: 104px;
    padding-top: 6.5rem;
  }
}
.collaborators-map .container .selectric-custom-select {
  pointer-events: initial;
}
@media screen and (min-width: 576px) {
  .collaborators-map .container .selectric-custom-select {
    max-width: 368px;
    max-width: 23rem;
  }
}
.collaborators-map .container .selectric-custom-select .selectric .label {
  background-color: #fff;
  color: #14161d;
}
@media screen and (min-width: 576px) {
  .collaborators-map .container .selectric-custom-select .selectric .label {
    padding-left: 28px;
    padding-left: 1.75rem;
    padding-right: 60px;
    padding-right: 3.75rem;
  }
}
.collaborators-map .container .selectric-custom-select .selectric .button {
  background-color: #fff;
}
.collaborators-map .container .selectric-custom-select .selectric-items {
  margin-top: 4px;
  margin-top: 0.25rem;
}
.collaborators-map .container .selectric-custom-select .selectric-items .selectric-scroll ul li {
  color: #14161d;
}
@media screen and (min-width: 576px) {
  .collaborators-map .container .selectric-custom-select .selectric-items .selectric-scroll ul li {
    padding-left: 28px;
    padding-left: 1.75rem;
    padding-right: 28px;
    padding-right: 1.75rem;
  }
}
.collaborators-map .map-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.collaborators-map .map-container .map {
  width: 100%;
  height: 100%;
}

/* JUMBOTRON ******/
.jumbotron {
  position: relative;
  color: #fff;
  overflow: hidden;
  /* TWO BOXES VARIATION ******/
  /* DARK OVERLAY */
}
.jumbotron .container {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  /*
  @include media('screen','>=desktop') {
    @include rem(min-height, 600px);
  }
  @include media('screen','>=widescreen') {
    @include rem(min-height, 680px);
  }
  */
  /* TRANSPARENT TEXT */
  /* BOXED TEXT */
}
.jumbotron .container .transparent-text {
  color: #fff;
  padding: 15px;
  padding: 0.9375rem;
}
@media screen and (min-width: 576px) {
  .jumbotron .container .transparent-text {
    padding: 25px;
    padding: 1.5625rem;
    width: calc(66.66% - 10px);
    width: calc(66.66% - 10px);
  }
}
@media screen and (min-width: 992px) {
  .jumbotron .container .transparent-text {
    width: calc(48% - 10px);
    width: calc(48% - 10px);
  }
}
.jumbotron .container .transparent-text .headline,
.jumbotron .container .transparent-text .intro,
.jumbotron .container .transparent-text .text-block {
  color: inherit;
}
.jumbotron .container .boxed-text {
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.9375rem 0.9375rem rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 576px) {
  .jumbotron .container .boxed-text {
    width: 74%;
  }
}
@media screen and (min-width: 768px) {
  .jumbotron .container .boxed-text {
    width: 64%;
  }
}
@media screen and (min-width: 992px) {
  .jumbotron .container .boxed-text {
    width: 58%;
    max-width: 600px;
    max-width: 37.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .jumbotron .container .boxed-text {
    margin-right: 8%;
  }
}
.jumbotron .container .boxed-text .box-header {
  position: relative;
  padding: 24px 16px 0;
  padding: 1.5rem 1rem 0;
}
@media screen and (min-width: 375px) {
  .jumbotron .container .boxed-text .box-header {
    padding-right: 44px;
    padding-right: 2.75rem;
  }
}
@media screen and (min-width: 576px) {
  .jumbotron .container .boxed-text .box-header {
    padding: 44px 80px 0 44px;
    padding: 2.75rem 5rem 0 2.75rem;
  }
}
@media screen and (min-width: 992px) {
  .jumbotron .container .boxed-text .box-header {
    padding: 65px 104px 0 65px;
    padding: 4.0625rem 6.5rem 0 4.0625rem;
  }
}
@media screen and (min-width: 576px) {
  .jumbotron .container .boxed-text .box-header:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #c4b2bf;
    width: 64px;
    width: 4rem;
    height: 8px;
    height: 0.5rem;
  }
}
@media screen and (min-width: 992px) {
  .jumbotron .container .boxed-text .box-header:after {
    height: 10px;
    height: 0.625rem;
  }
}
.jumbotron .container .boxed-text .box-content {
  padding: 0 16px 24px;
  padding: 0 1rem 1.5rem;
}
@media screen and (min-width: 576px) {
  .jumbotron .container .boxed-text .box-content {
    padding: 0 54px 38px 44px;
    padding: 0 3.375rem 2.375rem 2.75rem;
  }
}
@media screen and (min-width: 992px) {
  .jumbotron .container .boxed-text .box-content {
    padding: 0 104px 58px 65px;
    padding: 0 6.5rem 3.625rem 4.0625rem;
  }
}
.jumbotron .container .boxed-text .box-content .text-block {
  color: #585a65;
}
.jumbotron.two-boxes .container {
  display: block;
}
@media screen and (min-width: 768px) {
  .jumbotron.two-boxes .container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.jumbotron.two-boxes .container .transparent-text {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron.two-boxes .container .transparent-text {
    width: calc(41.66% - 10px);
    width: calc(41.66% - 10px);
    margin-right: 20px;
    margin-right: 1.25rem;
    flex: 0 0 auto;
    padding: 24px 0;
    padding: 1.5rem 0;
  }
}
@media screen and (min-width: 992px) {
  .jumbotron.two-boxes .container .transparent-text {
    padding-top: 34px;
    padding-top: 2.125rem;
  }
}
.jumbotron.two-boxes .container .boxed-text {
  width: 100%;
  max-width: initial;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .jumbotron.two-boxes .container .boxed-text {
    flex: 1 1 auto;
  }
}
@media screen and (min-width: 1200px) {
  .jumbotron.two-boxes .container .boxed-text {
    position: relative;
    left: 4.33%;
  }
}
@media screen and (min-width: 768px) {
  .jumbotron.two-boxes .container .boxed-text .box-header {
    padding: 24px 80px 0 30px;
    padding: 1.5rem 5rem 0 1.875rem;
  }
}
@media screen and (min-width: 992px) {
  .jumbotron.two-boxes .container .boxed-text .box-header {
    padding: 34px 100px 0 66px;
    padding: 2.125rem 6.25rem 0 4.125rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .jumbotron.two-boxes .container .boxed-text .box-content {
    padding-right: calc(16.66% - 10px);
    padding-right: calc(16.66% - 10px);
  }
}
@media screen and (min-width: 768px) {
  .jumbotron.two-boxes .container .boxed-text .box-content {
    padding: 24px 30px;
    padding: 1.5rem 1.875rem;
  }
}
@media screen and (min-width: 992px) {
  .jumbotron.two-boxes .container .boxed-text .box-content {
    padding: 34px 100px 34px 66px;
    padding: 2.125rem 6.25rem 2.125rem 4.125rem;
  }
}
.jumbotron.dark-overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
  background-color: rgba(0, 0, 0, 0.45);
}
.jumbotron .btn {
  min-width: 180px;
  min-width: 11.25rem;
  margin: 2px;
  margin: 0.125rem;
  background-color: #420831;
  color: #f2eae2;
  border-radius: 32px;
  border-radius: 2rem;
  transition: 1s all;
  border: 0;
}
@media screen and (max-width: 575px) {
  .jumbotron .btn {
    min-width: 280px;
    min-width: 17.5rem;
  }
}
.jumbotron .btn:hover {
  color: #fff;
  background-color: #f20046;
}

/* SHOWCASE ******/
.showcase {
  margin-bottom: 44px;
  margin-bottom: 2.75rem;
}
@media screen and (min-width: 576px) {
  .showcase {
    margin-bottom: 74px;
    margin-bottom: 4.625rem;
  }
}
@media screen and (min-width: 768px) {
  .showcase {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 120px;
    margin-bottom: 7.5rem;
  }
}
@media screen and (min-width: 992px) {
  .showcase {
    margin-bottom: 144px;
    margin-bottom: 9rem;
  }
}
.showcase .showcase-media {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .showcase .showcase-media {
    width: calc(58.33% - 10px);
    width: calc(58.33% - 10px);
    order: 2;
  }
}
@media screen and (min-width: 1200px) {
  .showcase .showcase-media {
    position: relative;
    left: 8.33%;
  }
}
@media screen and (min-width: 768px) {
  .showcase .showcase-text {
    width: calc(41.66% - 10px);
    width: calc(41.66% - 10px);
    margin-right: 20px;
    margin-right: 1.25rem;
    order: 1;
  }
}

/* POST MAIN ******/
.post-main {
  display: block;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 576px) {
  .post-main {
    margin-bottom: 54px;
    margin-bottom: 3.375rem;
  }
}
@media screen and (min-width: 992px) {
  .post-main {
    margin-bottom: 96px;
    margin-bottom: 6rem;
  }
}

/* POST MEDIA ******/
.post-media {
  display: block;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 576px) {
  .post-media {
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
  }
}

/* TESTIMONIALS SECTION ******/
.testimonials-section {
  background-color: #14161d;
  background-image: url("../img/testimonials-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

/* TESTIMONIALS CAROUSEL ******/
@media screen and (max-width: 767px) {
  .testimonials-carousel .slick-dots {
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .testimonials-carousel .slick-dots {
    flex-direction: column;
    flex-wrap: nowrap;
    position: absolute;
    right: 20px;
    right: 1.25rem;
    top: 0;
    bottom: 0;
  }
}

/* TESTIMONIAL SLIDE ******/
.testimonial-slide {
  color: #fff;
}
.testimonial-slide .flex-row {
  padding: 40px 0 10px;
  padding: 2.5rem 0 0.625rem;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .testimonial-slide .flex-row {
    padding: 64px 16.66% 20px;
    padding: 4rem 16.66% 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .testimonial-slide .flex-row {
    padding: 40px 8.33% 0 4.16%;
    padding: 2.5rem 8.33% 0 4.16%;
    text-align: left;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 992px) {
  .testimonial-slide .flex-row {
    padding: 50px 3.4% 0;
    padding: 3.125rem 3.4% 0;
  }
}
.testimonial-slide .flex-row .item-img {
  width: 100%;
  width: 100%;
  height: 280px;
  height: 17.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  line-height: 0;
}
@media screen and (min-width: 768px) {
  .testimonial-slide .flex-row .item-img {
    width: 280px;
    width: 17.5rem;
    height: 360px;
    height: 22.5rem;
    flex: 0 0 auto;
    margin: 0;
    margin-right: 40px;
    margin-right: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .testimonial-slide .flex-row .item-img {
    width: 400px;
    width: 25rem;
    height: 530px;
    height: 33.125rem;
    margin-right: 64px;
    margin-right: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .testimonial-slide .flex-row .item-img {
    margin-right: 88px;
    margin-right: 5.5rem;
  }
}
.testimonial-slide .flex-row .item-img .person {
  position: relative;
  z-index: 15;
}
.testimonial-slide .flex-row .item-img .square {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 220px;
  width: 13.75rem;
  height: 220px;
  height: 13.75rem;
  border: 10px solid #420831;
  border: 0.625rem solid #420831;
  padding: 60px 20px 20px;
  padding: 3.75rem 1.25rem 1.25rem;
  margin: 0 auto 30px;
  margin: 0 auto 1.875rem;
  position: absolute;
  left: calc(50% - 110px);
  left: calc(50% - 110px);
  top: calc(50% - 110px);
  top: calc(50% - 110px);
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .testimonial-slide .flex-row .item-img .square {
    width: 360px;
    width: 22.5rem;
    height: 360px;
    height: 22.5rem;
    border-width: 12px;
    border-width: 0.75rem;
    left: calc(50% - 180px);
    left: calc(50% - 180px);
    top: calc(50% - 180px);
    top: calc(50% - 180px);
  }
}
.testimonial-slide .flex-row .item-text {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
  .testimonial-slide .flex-row .item-text {
    flex: 1 1 auto;
  }
}
.testimonial-slide .flex-row .item-text .epi {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  color: inherit;
}
@media screen and (min-width: 768px) {
  .testimonial-slide .flex-row .item-text .epi {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
}
.testimonial-slide .flex-row .item-text .blockquote {
  text-align: inherit;
}
.testimonial-slide .flex-row .item-text .blockquote .quote {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .testimonial-slide .flex-row .item-text .blockquote .quote {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .testimonial-slide .flex-row .item-text .blockquote .quote {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.testimonial-slide .flex-row .item-text .blockquote .title {
  color: inherit;
  font-weight: 400;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
.testimonial-slide .flex-row .item-text .blockquote .quote-by-extra {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #b2a9a8;
}

/* VISUAL WITH TEXT */
.visual-with-text {
  position: relative;
}
@media screen and (min-width: 768px) {
  .visual-with-text .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
}
.visual-with-text .container .visual-img {
  position: relative;
  left: -10px;
  left: -0.625rem;
  margin-bottom: 34px;
  margin-bottom: 2.125rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .visual-with-text .container .visual-img {
    margin: 0;
    width: calc(50% - 10px);
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-right: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  .visual-with-text .container .visual-img {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: calc(50% - 10px);
    padding: 40px 20px 40px 0;
    padding: 2.5rem 1.25rem 2.5rem 0;
  }
}
.visual-with-text .container .visual-img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1200px) {
  .visual-with-text .container .visual-img img {
    height: 100%;
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .visual-with-text .container .visual-text {
    flex: 1 1 auto;
  }
}
@media screen and (min-width: 992px) {
  .visual-with-text .container .visual-text {
    padding-left: calc(50% + 10px);
    padding-left: calc(50% + 10px);
    padding-right: 20px;
    padding-right: 1.25rem;
  }
}

/* PLATFORM EXPLANATION SECTION ******/
.platform-explanation-section {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 34px 0;
  padding: 2.125rem 0;
}
@media screen and (max-width: 767px) {
  .platform-explanation-section {
    background-image: none !important;
  }
}
@media screen and (min-width: 576px) {
  .platform-explanation-section {
    padding: 50px 0;
    padding: 3.125rem 0;
  }
}
@media screen and (min-width: 768px) {
  .platform-explanation-section {
    padding: 84px 0 300px;
    padding: 5.25rem 0 18.75rem;
  }
}
@media screen and (min-width: 992px) {
  .platform-explanation-section {
    padding: 160px 0 400px;
    padding: 10rem 0 25rem;
  }
}
@media screen and (min-width: 1200px) {
  .platform-explanation-section {
    padding: 240px 0 500px;
    padding: 15rem 0 31.25rem;
  }
}

/* INVOICE MAP ******/
@media screen and (min-width: 768px) {
  .invoice-map {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.invoice-map .map-holder {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 576px) {
  .invoice-map .map-holder {
    margin-bottom: 34px;
    margin-bottom: 2.125rem;
  }
}
@media screen and (min-width: 768px) {
  .invoice-map .map-holder {
    margin: 0 40px 0 0;
    margin: 0 2.5rem 0 0;
    width: calc(80% - 20px);
    width: calc(80% - 20px);
  }
}
@media screen and (min-width: 768px) {
  .invoice-map .map-legend {
    width: calc(20% - 20px);
    width: calc(20% - 20px);
  }
}

/* HEADER *************/
/* TOPBAR ******/
.topbar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 200;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.topbar .topbar-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 auto;
  margin-right: 20px;
  margin-right: 1.25rem;
}
.topbar .topbar-left .btn-square {
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
  margin-right: 10px;
  margin-right: 0.625rem;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .topbar .topbar-left .btn-square {
    width: 70px;
    width: 4.375rem;
    height: 70px;
    height: 4.375rem;
    margin-right: 16px;
    margin-right: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .topbar .topbar-left .btn-square {
    width: 80px;
    width: 5rem;
    height: 80px;
    height: 5rem;
  }
}
.topbar .topbar-left .btn-square[aria-expanded=true] .zmdi-menu:before {
  content: "\F136";
}
.topbar .topbar-left .logo {
  background-image: url("../../img/ediversa-group.svg");
  width: 150px;
  width: 9.375rem;
  height: 20px;
  height: 1.25rem;
  background-size: 150px 20px;
}
@media screen and (min-width: 768px) {
  .topbar .topbar-left .logo {
    width: 200px;
    width: 12.5rem;
    height: 26px;
    height: 1.625rem;
    background-size: 200px 26px;
  }
}
.topbar.solid {
  background-color: #420831;
}

/* NAVIGATION ******/
#navigation {
  position: fixed;
  left: 0;
  top: 60px;
  top: 3.75rem;
  width: 100%;
  z-index: 210;
}
@media screen and (min-width: 768px) {
  #navigation {
    top: 70px;
    top: 4.375rem;
  }
}
@media screen and (min-width: 992px) {
  #navigation {
    top: 80px;
    top: 5rem;
  }
}

/* MENU ******/
.menu {
  background-color: #420831;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
  padding: 10px;
  padding: 0.625rem;
  /* MENU COL */
}
@media screen and (min-width: 576px) {
  .menu {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    padding: 20px;
    padding: 1.25rem;
    max-width: 720px;
    max-width: 45rem;
  }
}
@media screen and (min-width: 992px) {
  .menu {
    padding: 54px 28px 90px;
    padding: 3.375rem 1.75rem 5.625rem;
    max-width: 1020px;
    max-width: 63.75rem;
  }
}
.menu a {
  display: block;
}
.menu .menu-col {
  position: relative;
  /* has lang menu */
  /* MENU TIT */
  /* COLLAPSE */
  /* MENU LINKS */
  /* LANG MENU */
}
@media screen and (min-width: 576px) {
  .menu .menu-col {
    width: 33.33%;
  }
}
@media screen and (min-width: 992px) {
  .menu .menu-col {
    padding: 0 10px;
    padding: 0 0.625rem;
  }
}
@media screen and (min-width: 576px) {
  .menu .menu-col.has-lang-menu {
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }
}
@media screen and (min-width: 992px) {
  .menu .menu-col.has-lang-menu {
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }
}
.menu .menu-col .menu-tit {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  color: #f2eae2;
  line-height: 1.24;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 992px) {
  .menu .menu-col .menu-tit {
    font-size: 26px;
    font-size: 1.625rem;
    padding-left: 22px;
    padding-left: 1.375rem;
    padding-right: 22px;
    padding-right: 1.375rem;
  }
}
@media screen and (min-width: 992px) {
  .menu .menu-col .menu-tit:hover {
    color: #c4b2bf;
  }
}
@media screen and (min-width: 992px) {
  .menu .menu-col .menu-tit + .menu-tit {
    margin-top: 34px;
    margin-top: 2.125rem;
  }
}
.menu .menu-col .menu-tit.collapse-toggle {
  background-color: transparent;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .menu .menu-col .menu-tit.collapse-toggle {
    pointer-events: none;
  }
}
@media screen and (min-width: 576px) {
  .menu .menu-col .menu-tit.collapse-toggle i {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .menu .menu-col .collapse {
    display: block !important;
  }
}
.menu .menu-col .menu-links {
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
}
.menu .menu-col .menu-links li {
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
}
.menu .menu-col .menu-links li a {
  display: block;
  padding: 5px 0;
  padding: 0.3125rem 0;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.24;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 992px) {
  .menu .menu-col .menu-links li a {
    font-size: 20px;
    font-size: 1.25rem;
    padding-left: 22px;
    padding-left: 1.375rem;
    padding-right: 22px;
    padding-right: 1.375rem;
    border-radius: 0 20px 0 20px;
  }
}
@media screen and (min-width: 992px) {
  .menu .menu-col .menu-links li a:hover {
    background-color: #f20046;
    color: #f2eae2 !important;
  }
}
.menu .menu-col .menu-links li.active a {
  color: #f20046;
}
.menu .menu-col .lang-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (min-width: 576px) {
  .menu .menu-col .lang-menu {
    position: absolute;
    left: 10px;
    left: 0.625rem;
    bottom: 22px;
    bottom: 1.375rem;
  }
}
@media screen and (min-width: 992px) {
  .menu .menu-col .lang-menu {
    left: 32px;
    left: 2rem;
    bottom: 26px;
    bottom: 1.625rem;
  }
}
.menu .menu-col .lang-menu li {
  margin-right: 4px;
  margin-right: 0.25rem;
}
.menu .menu-col .lang-menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 38px;
  width: 2.375rem;
  height: 38px;
  height: 2.375rem;
  border-radius: 38px;
  border-radius: 2.375rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #f2eae2;
  padding: 10px 4px;
  padding: 0.625rem 0.25rem;
}
.menu .menu-col .lang-menu li a.active, .menu .menu-col .lang-menu li a:hover {
  background-color: #f20046;
}

/* FOOTER *************/
#footer {
  line-height: 1.4;
  background-color: #420831;
  color: #b9bac0;
  /* TOP ROW */
  /* BOTTOM ROW */
}
@media screen and (min-width: 992px) {
  #footer {
    height: 650px;
    height: 40.625rem;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}
#footer a {
  color: inherit;
}
@media screen and (min-width: 992px) {
  #footer a:hover {
    color: #fff;
  }
}
#footer .top-row {
  font-size: 14px;
  font-size: 0.875rem;
  padding-top: 30px;
  padding-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  #footer .top-row {
    padding-top: 64px;
    padding-top: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer .top-row {
    padding-top: 106px;
    padding-top: 6.625rem;
  }
}
#footer .top-row .footer-section {
  margin-bottom: 34px;
  margin-bottom: 2.125rem;
}
#footer .top-row .footer-section .logo {
  width: 200px;
  width: 12.5rem;
  height: 26px;
  height: 1.625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  background-image: url("../img/ediversa-group-footer.svg");
  margin-bottom: 40px;
}
@media screen and (min-width: 375px) {
  #footer .top-row .footer-section .logo {
    position: relative;
    left: -54px;
    left: -3.375rem;
  }
}
#footer .top-row .footer-section .logo img {
  width: 140px;
  width: 8.75rem;
}
#footer .top-row .footer-section .company-info {
  padding-left: 54px;
  padding-left: 3.375rem;
}
@media screen and (min-width: 375px) {
  #footer .top-row .footer-section .company-info {
    padding-left: 0;
  }
}
#footer .top-row .footer-section .company-info .address {
  display: block;
}
#footer .top-row .footer-section .company-info .address span {
  display: block;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}
#footer .top-row .footer-section .company-info p, #footer .top-row .footer-section .company-info .bullet-list > li, #footer .top-row .footer-section .company-info .text-block ul > li, .text-block #footer .top-row .footer-section .company-info ul > li {
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}
#footer .top-row .footer-section .company-info p a, #footer .top-row .footer-section .company-info .bullet-list > li a, #footer .top-row .footer-section .company-info .text-block ul > li a, .text-block #footer .top-row .footer-section .company-info ul > li a {
  text-decoration: underline;
}
#footer .top-row .footer-section .footer-tit {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.2);
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
}
#footer .top-row .footer-section .footer-tit.collapse-toggle {
  background-color: transparent;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #footer .top-row .footer-section .footer-tit.collapse-toggle {
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) {
  #footer .top-row .footer-section .footer-tit.collapse-toggle i {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #footer .top-row .footer-section .collapse {
    display: block;
  }
}
#footer .top-row .footer-section .footer-links a {
  display: block;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 375px) {
  #footer .top-row .container {
    padding-left: 64px;
    padding-left: 4rem;
    padding-right: 34px;
    padding-right: 2.125rem;
  }
}
@media screen and (min-width: 576px) {
  #footer .top-row .container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 768px) {
  #footer .top-row .container {
    padding-bottom: 34px;
    padding-bottom: 2.125rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer .top-row .container {
    padding-right: 10px;
    padding-right: 0.625rem;
    position: relative;
    padding-bottom: 54px;
    padding-bottom: 3.375rem;
  }
}
@media screen and (min-width: 576px) {
  #footer .top-row .container > .footer-section {
    flex: 0 0 auto;
    width: calc(40% - 10px);
    width: calc(40% - 10px);
    margin-right: 20px;
    margin-right: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  #footer .top-row .container > .footer-section {
    width: calc(33.33% - 10px);
    width: calc(33.33% - 10px);
  }
}
@media screen and (min-width: 992px) {
  #footer .top-row .container > .footer-section {
    width: calc(25% - 10px);
    width: calc(25% - 10px);
  }
}
@media screen and (min-width: 1200px) {
  #footer .top-row .container > .footer-section {
    width: calc(20% - 20px);
    width: calc(20% - 20px);
    margin-right: 40px;
    margin-right: 2.5rem;
  }
}
@media screen and (min-width: 576px) {
  #footer .top-row .container .footer-group {
    flex: 1 1 auto;
    padding-top: 4px;
    padding-top: 0.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer .top-row .container .footer-group {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 768px) {
  #footer .top-row .container .footer-group .flex-row {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  #footer .top-row .container .footer-group .flex-row {
    flex: 1 1 auto;
    margin-right: 40px;
    margin-right: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  #footer .top-row .container .footer-group .flex-row .footer-section {
    width: calc(50% - 10px);
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 1200px) {
  #footer .top-row .container .footer-group .flex-row .footer-section {
    width: calc(50% - 20px);
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 768px) {
  #footer .top-row .container .footer-group .flex-row .footer-section:first-of-type {
    margin-right: 20px;
    margin-right: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer .top-row .container .footer-group .flex-row .footer-section:first-of-type {
    margin-right: 40px;
    margin-right: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer .top-row .container .footer-group .section-group {
    flex: 0 0 auto;
    max-width: 320px;
    max-width: 20rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer .top-row .container .language-holder {
    position: absolute;
    left: 64px;
    left: 4rem;
    bottom: 24px;
    bottom: 1.5rem;
    margin-bottom: 0;
  }
}
#footer .bottom-row {
  font-weight: 600;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 22px 0;
  padding: 1.375rem 0;
}
#footer .bottom-row .container {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #footer .bottom-row .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  #footer .bottom-row .container {
    padding-left: 64px;
    padding-left: 4rem;
  }
}
#footer .bottom-row .container .copy {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  #footer .bottom-row .container .copy {
    margin-bottom: 0;
    flex: 1 1 auto;
  }
}
@media screen and (min-width: 576px) {
  #footer .bottom-row .container .legal-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  #footer .bottom-row .container .legal-links {
    flex: 0 0 auto;
  }
}
@media screen and (min-width: 576px) {
  #footer .bottom-row .container .legal-links li:not(:last-of-type) {
    border-right: 1px solid #585a65;
    border-right: 0.0625rem solid #585a65;
  }
}
#footer .bottom-row .container .legal-links li a {
  display: block;
  padding: 4px 0;
  padding: 0.25rem 0;
}
@media screen and (min-width: 576px) {
  #footer .bottom-row .container .legal-links li a {
    padding: 0 8px;
    padding: 0 0.5rem;
  }
}

/* FOOTER NEWSLETTER */
.footer-newsletter {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  border: none;
  margin-top: 10px;
  margin-top: 0.625rem;
}
.footer-newsletter .form-control {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border: 0.0625rem solid rgba(255, 255, 255, 0.2);
  width: calc(100% - 44px);
  width: calc(100% - 44px);
  order: 1;
  background-color: transparent;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
}
.footer-newsletter .form-control::placeholder {
  color: #8e919e;
}
.footer-newsletter .custom-checkbox {
  order: 3;
  width: 100%;
  margin: 10px 0 0 0;
}
.footer-newsletter .custom-checkbox .mark {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  vertical-align: middle;
}
.footer-newsletter .custom-checkbox .mark:before {
  display: inline-block;
  vertical-align: middle;
}
.footer-newsletter .custom-checkbox .mark:after {
  top: 2px;
  top: 0.125rem;
  border-color: #0a0b10;
}
.footer-newsletter .custom-checkbox .mark:hover {
  cursor: pointer;
}
.footer-newsletter .custom-checkbox input[type=checkbox]:checked + .mark:before {
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}
.footer-newsletter .btn-square {
  width: 44px;
  width: 2.75rem;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border: 0.0625rem solid rgba(255, 255, 255, 0.2);
  border-left: none;
  color: #8e919e;
  background-color: rgba(0, 0, 0, 0.5);
  order: 2;
}
@media screen and (min-width: 992px) {
  .footer-newsletter .btn-square:hover {
    color: #fff;
  }
}

/* FOOTER LANGUAGE */
.footer-language {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.footer-language i {
  margin-right: 10px;
  margin-right: 0.625rem;
}
.footer-language .dropdown {
  flex: 1 1 auto;
}
.footer-language .dropdown .dropdown-toggle {
  color: #8e919e;
  border-bottom: 1px solid #585a65;
  border-bottom: 0.0625rem solid #585a65;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 4px 0;
  padding: 0.25rem 0;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .footer-language .dropdown .dropdown-toggle {
    width: 84px;
    width: 5.25rem;
  }
}
.footer-language .dropdown .dropdown-menu {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .footer-language .dropdown .dropdown-menu {
    min-width: 84px;
    min-width: 5.25rem;
    width: 84px;
    width: 5.25rem;
  }
}
.footer-language .dropdown .dropdown-menu .dropdown-item {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 4px 10px;
  padding: 0.25rem 0.625rem;
  font-weight: 600;
}

/* LAYOUT *************/
/* WORK PAGE ******/
.work-page {
  /* VACANTS SECTION */
  /* REQUIREMENTS GROUP */
  /* JOB APPLY FORM */
}
@media screen and (min-width: 992px) {
  .work-page .vacants-section .headline {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .work-page .vacants-section .padded-content {
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: calc(8.33% - 10px);
    padding-right: calc(8.33% - 10px);
  }
}
@media screen and (min-width: 992px) {
  .work-page .vacants-section .padded-content {
    padding-right: calc(25% - 10px);
    padding-right: calc(25% - 10px);
  }
}
.work-page .vacants-section .padded-content.border-bottom {
  margin-bottom: 34px;
  margin-bottom: 2.125rem;
}
@media screen and (min-width: 768px) {
  .work-page .vacants-section .padded-content.border-bottom {
    margin-bottom: 44px;
    margin-bottom: 2.75rem;
  }
}
@media screen and (min-width: 992px) {
  .work-page .vacants-section .padded-content.border-bottom {
    margin-bottom: 54px;
    margin-bottom: 3.375rem;
  }
}
.work-page .vacants-section .padded-content .title {
  font-weight: 400;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .work-page .vacants-section .padded-content .title {
    margin-left: -20px;
    margin-left: -1.25rem;
  }
}
@media screen and (min-width: 576px) {
  .work-page .vacants-section .padded-content .title:before {
    top: 4px;
    top: 0.25rem;
  }
}
@media screen and (min-width: 768px) {
  .work-page .vacants-section .padded-content .title:before {
    top: 7px;
    top: 0.4375rem;
  }
}
@media screen and (min-width: 768px) {
  .work-page .vacants-section .padded-content .text-block p, .work-page .vacants-section .padded-content .text-block .bullet-list > li, .work-page .vacants-section .padded-content .text-block ul > li {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.work-page .vacants-section .padded-content .button-row {
  margin-bottom: 44px;
  margin-bottom: 2.75rem;
}
@media screen and (min-width: 576px) {
  .work-page .vacants-section .padded-content .button-row {
    margin-bottom: 74px;
    margin-bottom: 4.625rem;
  }
}
.work-page .vacants-section .padded-content .button-row .btn {
  min-width: 100%;
}
@media screen and (min-width: 576px) {
  .work-page .vacants-section .padded-content .button-row .btn {
    min-width: 300px;
    min-width: 18.75rem;
  }
}
.work-page .requirements-group {
  margin-bottom: 34px;
  margin-bottom: 2.125rem;
}
@media screen and (min-width: 768px) {
  .work-page .requirements-group {
    margin-bottom: 45px;
    margin-bottom: 2.8125rem;
  }
}
@media screen and (min-width: 992px) {
  .work-page .requirements-group {
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
  }
}
.work-page .requirements-group .big-icon {
  width: 56px;
  width: 3.5rem;
  height: 56px;
  height: 3.5rem;
  margin: 0 0 20px 40px;
  margin: 0 0 1.25rem 2.5rem;
}
.work-page .requirements-group .tit {
  color: #14161d;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.24;
  margin: 0 0 10px 40px;
  margin: 0 0 0.625rem 2.5rem;
}
@media screen and (min-width: 768px) {
  .work-page .requirements-group .mdi-list > li {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.work-page .job-apply-form {
  max-width: 430px;
  max-width: 26.875rem;
}

/* BLOG PAGE ******/
.blog-page main {
  padding-top: 20px;
  padding-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .blog-page main {
    padding-top: 44px;
    padding-top: 2.75rem;
  }
}
@media screen and (min-width: 992px) {
  .blog-page main {
    padding-top: 74px;
    padding-top: 4.625rem;
  }
}
@media screen and (max-width: 991px) {
  .blog-page .container > .pagination {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .blog-page .sidebar-layout .main-content > .pagination {
    display: none;
  }
}
.blog-page .sidebar-layout .aside {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

/* CLIENT DETAIL PAGE ******/
.client-detail-page {
  /* ASIDE LAYOUT */
  /* CLIENT INTRODUCTION */
}
@media screen and (min-width: 992px) {
  .client-detail-page .breadcrumbs-row {
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .client-detail-page .breadcrumbs-row {
    margin-bottom: 92px;
    margin-bottom: 5.75rem;
  }
}
@media screen and (min-width: 992px) {
  .client-detail-page .secondary-navigation {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .client-detail-page .aside-layout .container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 991px) {
  .client-detail-page .aside-layout .container .aside {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .client-detail-page .aside-layout .container .aside {
    width: 235px;
    width: 14.6875rem;
    flex: 0 0 auto;
    margin-right: 40px;
    margin-right: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .client-detail-page .aside-layout .container .aside {
    margin-right: 8.33%;
  }
}
@media screen and (min-width: 992px) {
  .client-detail-page .aside-layout .container .main-content {
    flex: 1 1 auto;
  }
}
.client-detail-page .client-introduction {
  border-bottom: 1px solid #e9e9e9;
  border-bottom: 0.0625rem solid #e9e9e9;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .client-detail-page .client-introduction {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    padding-bottom: 54px;
    padding-bottom: 3.375rem;
  }
}
@media screen and (min-width: 768px) {
  .client-detail-page .client-introduction .client-introduction-text .intro {
    margin-bottom: 0;
  }
}
.client-detail-page .client-introduction .button-col {
  flex: 0 0 auto;
  margin-bottom: 34px;
  margin-bottom: 2.125rem;
}
@media screen and (min-width: 768px) {
  .client-detail-page .client-introduction .button-col {
    margin-bottom: 0;
    width: calc(33.33% - 20px);
    width: calc(33.33% - 20px);
    margin-left: 40px;
    margin-left: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .client-detail-page .client-introduction .button-col {
    width: 280px;
    width: 17.5rem;
  }
}

/* LEGAL PAGE ******/
@media screen and (min-width: 768px) {
  .legal-page .padded-content {
    padding: 0 calc(8.33% + 10px);
    padding: 0 calc(8.33% + 10px);
  }
}

/* CONTACT PAGE ******/
@media screen and (min-width: 768px) {
  .contact-page .aside-layout {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.contact-page .aside-layout .aside {
  margin-bottom: 34px;
  margin-bottom: 2.125rem;
}
@media screen and (min-width: 768px) {
  .contact-page .aside-layout .aside {
    width: calc(41.66% - 10px);
    width: calc(41.66% - 10px);
    margin-right: 20px;
    margin-right: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  .contact-page .aside-layout .aside {
    width: calc(33.33% - 10px);
    width: calc(33.33% - 10px);
  }
}
.contact-page .aside-layout .aside .collapse-toggle {
  background-color: transparent;
  color: #420831;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .contact-page .aside-layout .aside .collapse-toggle {
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) {
  .contact-page .aside-layout .aside .collapse {
    display: block;
  }
}
.contact-page .aside-layout .aside .contact-data {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
}
@media screen and (min-width: 992px) {
  .contact-page .aside-layout .aside .contact-data {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.contact-page .aside-layout .aside .contact-data .address {
  margin-top: 10px;
  margin-top: 0.625rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .contact-page .aside-layout .aside .contact-data .address {
    margin-top: 16px;
    margin-top: 1rem;
  }
}
.contact-page .aside-layout .aside .contact-data .line {
  display: block;
}
.contact-page .aside-layout .aside .contact-data .line a {
  text-decoration: underline;
  color: inherit;
}
.contact-page .aside-layout .aside .contact-data .map-link {
  margin: 8px 0;
  margin: 0.5rem 0;
  display: inline-block;
  color: #420831;
  font-size: 15px;
  font-size: 0.9375rem;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .contact-page .aside-layout .main-content {
    width: calc(58.33% - 10px);
    width: calc(58.33% - 10px);
  }
}
@media screen and (min-width: 992px) {
  .contact-page .aside-layout .main-content {
    width: calc(50% - 10px);
    width: calc(50% - 10px);
  }
}
.contact-page .map-container {
  position: relative;
  height: 240px;
  height: 15rem;
}
@media screen and (min-width: 576px) {
  .contact-page .map-container {
    height: 360px;
    height: 22.5rem;
  }
}
@media screen and (min-width: 768px) {
  .contact-page .map-container {
    height: 480px;
    height: 30rem;
  }
}
@media screen and (min-width: 992px) {
  .contact-page .map-container {
    height: 600px;
    height: 37.5rem;
  }
}
.contact-page .map-container .map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* DOCS PAGE ******/
@media screen and (min-width: 992px) {
  .docs-page .main-content {
    width: 75%;
    width: 75%;
  }
}

/* ERROR PAGE ******/
.error-page main {
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (min-width: 576px) {
  .error-page main {
    padding-bottom: 120px;
    padding-bottom: 7.5rem;
  }
}
@media screen and (min-width: 992px) {
  .error-page main {
    padding-bottom: 200px;
    padding-bottom: 12.5rem;
  }
}
.error-page main .container {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .error-page main .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
.error-page main .container .error-img {
  margin: 0 auto 24px;
  margin: 0 auto 1.5rem;
  width: 240px;
  width: 15rem;
}
@media screen and (min-width: 768px) {
  .error-page main .container .error-img {
    margin: 0 60px 0 0;
    margin: 0 3.75rem 0 0;
  }
}
@media screen and (min-width: 992px) {
  .error-page main .container .error-img {
    width: 360px;
    width: 22.5rem;
  }
}
.error-page main .container .error-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.24;
}
@media screen and (min-width: 768px) {
  .error-page main .container .error-text {
    text-align: left;
  }
}
.error-page main .container .error-text a {
  color: inherit;
  text-decoration: underline;
  font-weight: 600;
}

/* LANDING PAGE *************/
.body-landing {
  padding-bottom: 0;
  background-color: #f5f6fa;
}

/* HEADER */
.topbar--landing {
  position: absolute;
}
.topbar--landing .topbar-left .logo {
  margin: 20px 30px;
  margin: 1.25rem 1.875rem;
  transition: all 0.3s ease-in-out;
  width: 117px;
  width: 7.3125rem;
}
@media screen and (min-width: 768px) {
  .topbar--landing .topbar-left .logo {
    width: 140px;
    width: 8.75rem;
  }
}
@media screen and (min-width: 992px) {
  .topbar--landing .topbar-left .logo {
    width: 152px;
    width: 9.5rem;
  }
}
.topbar--landing .topbar-right {
  display: none;
}
.topbar--landing.top {
  position: absolute;
  top: -89px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
}
.topbar--landing.solid {
  background-color: #14161d;
  position: fixed;
  transition: all 0.3s ease-in-out;
}
.topbar--landing.solid .topbar-left .logo {
  margin: 10px 30px;
  margin: 0.625rem 1.875rem;
  width: 120px;
  width: 7.5rem;
}
@media screen and (min-width: 992px) {
  .topbar--landing.solid .topbar-left .logo {
    width: 140px;
    width: 8.75rem;
  }
}
.topbar--landing.solid .topbar-right {
  display: none;
}
@media screen and (min-width: 768px) {
  .topbar--landing.solid .topbar-right {
    display: block;
    margin-right: 20px;
    margin-right: 1.25rem;
  }
}

.page-cover-landing {
  display: flex;
  position: relative;
  overflow: inherit;
  background-color: #f5f6fa;
  min-height: 400px;
  min-height: 25rem;
}
@media screen and (min-width: 375px) {
  .page-cover-landing {
    min-height: 520px;
    min-height: 32.5rem;
  }
}
@media screen and (min-width: 992px) {
  .page-cover-landing {
    min-height: 680px;
    min-height: 42.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .page-cover-landing {
    min-height: 700px;
    min-height: 43.75rem;
  }
}
.page-cover-landing .container {
  align-items: inherit;
  pointer-events: inherit;
}

.page-cover-ok {
  display: flex;
  text-align: center;
  justify-content: center;
  min-height: 100vh;
}
.page-cover-ok .sent-block {
  position: relative;
  z-index: 6;
  color: #fff;
  margin: 150px 40px 0 40px;
  margin: 9.375rem 2.5rem 0 2.5rem;
}
@media screen and (min-width: 768px) {
  .page-cover-ok .sent-block {
    margin-top: 200px;
    margin-top: 12.5rem;
  }
}
.page-cover-ok .sent-block .check {
  width: 80px;
  width: 5rem;
}
@media screen and (min-width: 768px) {
  .page-cover-ok .sent-block .check {
    width: 137px;
    width: 8.5625rem;
  }
}
.page-cover-ok .sent-block .text {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 30px;
  margin-top: 1.875rem;
  line-height: 1.24;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .page-cover-ok .sent-block .text {
    margin-top: 50px;
    margin-top: 3.125rem;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.page-cover-ok .social {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-cover-ok .social img {
  margin: 30px 10px;
  margin: 1.875rem 0.625rem;
  width: 30px;
  width: 1.875rem;
}
@media screen and (min-width: 576px) {
  .page-cover-ok .social img {
    width: 48px;
    width: 3rem;
  }
}

/* FORM */
.form-wrapper {
  display: flex;
  position: relative;
  min-width: 100%;
}
@media screen and (min-width: 1200px) {
  .form-wrapper {
    padding: 20px 40px;
    padding: 1.25rem 2.5rem;
  }
}

.form-in {
  position: absolute;
  left: 0;
  min-width: 100%;
  display: none;
}
@media screen and (min-width: 768px) {
  .form-in {
    top: -50px;
    top: -3.125rem;
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .form-in {
    top: -100px;
    top: -6.25rem;
  }
}

.form-out {
  min-width: 100%;
  display: block;
  margin-top: -130px;
  z-index: 5;
  position: relative;
}
@media screen and (min-width: 375px) {
  .form-out {
    margin-top: -260px;
    margin-top: -16.25rem;
  }
}
@media screen and (min-width: 576px) {
  .form-out {
    margin-top: -220px;
    margin-top: -13.75rem;
  }
}
@media screen and (min-width: 768px) {
  .form-out {
    display: none;
  }
}

.landing-form {
  background-color: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  padding: 14px;
  padding: 0.875rem;
  color: #777986;
  margin-bottom: 0;
}
@media screen and (min-width: 375px) {
  .landing-form {
    padding: 20px 40px;
    padding: 1.25rem 2.5rem;
  }
}
.landing-form legend {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
  color: #420831;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .landing-form legend {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.landing-form .validation-message {
  padding-left: 0;
  padding-left: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.landing-form .form-group {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
.landing-form .form-label {
  padding-left: 0;
  padding-left: 0;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.selectric-select-landing .selectric .label {
  background-color: #fff;
}
.selectric-select-landing .selectric .button {
  background-color: #fff;
}

.custom-checkbox .mark-landing a {
  color: #420831;
}

.form-extra {
  margin-top: 18px;
  margin-top: 1.125rem;
}
.form-extra p, .form-extra .bullet-list > li, .form-extra .text-block ul > li, .text-block .form-extra ul > li {
  color: #14161d;
  font-weight: 300;
  text-align: center;
  line-height: 1.4;
}
.form-extra p a, .form-extra .bullet-list > li a, .form-extra .text-block ul > li a, .text-block .form-extra ul > li a {
  color: #420831;
  font-weight: 600;
  text-decoration: none;
}

/* LAYOUT */
.landing-content {
  background-color: #f5f6fa;
}
@media screen and (min-width: 768px) {
  .landing-content {
    padding-top: 240px;
    padding-top: 15rem;
  }
}
@media screen and (min-width: 992px) {
  .landing-content {
    padding-top: 100px;
    padding-top: 6.25rem;
  }
}

.landing-box {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .landing-box {
    margin-top: 100px;
    margin-top: 6.25rem;
  }
}
.landing-box--bg-white {
  background-color: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  padding: 20px;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .landing-box--bg-white {
    padding: 40px;
    padding: 2.5rem;
  }
}
.landing-box--two ul {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .landing-box--two .landing-subtitle {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .landing-box--right .landing-subtitle {
    text-align: right;
  }
}

.box-mix {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .box-mix {
    margin-top: 100px;
    margin-top: 6.25rem;
  }
}
.box-mix .box-text {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 20px;
  padding: 1.25rem;
  width: 100%;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .box-mix .box-text {
    padding: 40px;
    padding: 2.5rem;
    margin-top: 20px;
    margin-top: 1.25rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    width: 60%;
  }
}
.box-mix .box-text .landing-box {
  margin: 0;
}
.box-mix .box-text .landing-subtitle {
  text-align: left;
}
.box-mix.first-text {
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .box-mix.first-text {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .box-mix.first-text .box-text {
    margin-right: -100px;
    margin-right: -6.25rem;
  }
}
.box-mix.first-img {
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .box-mix.first-img {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .box-mix.first-img .box-text {
    margin-left: -100px;
    margin-left: -6.25rem;
  }
}
.box-mix .box-img {
  width: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .box-mix .box-img {
    width: 70%;
  }
}
.box-mix .box-img .img-cover {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.landing-list {
  margin-left: 16px;
  margin-left: 1rem;
  margin-top: 32px;
  margin-top: 2rem;
}
.landing-list li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  color: #14161d;
}
.landing-list li::before {
  content: "\2022";
  color: #420831;
  font-weight: 700;
  display: inline-block;
  width: 16px;
  width: 1rem;
  font-size: 18px;
  font-size: 1.125rem;
  margin-left: -16px;
  margin-left: -1rem;
}
.landing-list li strong {
  font-weight: 700;
}

.banner-landing {
  display: flex;
  min-height: 220px;
  min-height: 13.75rem;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 20px;
  padding: 1.25rem;
}
@media screen and (min-width: 576px) {
  .banner-landing {
    min-height: 350px;
    min-height: 21.875rem;
    padding: 20px;
    padding: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .banner-landing {
    min-height: 500px;
    min-height: 31.25rem;
  }
}
.banner-landing .info-banner {
  z-index: 7;
}
.banner-landing .info-banner .landing-subtitle {
  color: #fff;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .banner-landing .info-banner .btn-banner {
    min-width: 350px;
    min-width: 21.875rem;
  }
}
.banner-landing .bg-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 6;
}

/* ICO LANDING LIST ******/
.ico-landing-list {
  margin-bottom: 44px;
  margin-bottom: 2.75rem;
}
@media screen and (min-width: 576px) {
  .ico-landing-list {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-left: -0.625rem;
    margin-right: -10px;
    margin-right: -0.625rem;
    margin-top: 60px;
    margin-top: 3.75rem;
    margin-bottom: 64px;
    margin-bottom: 4rem;
  }
}
.ico-landing-list .ico-fact-item {
  flex-direction: row;
  margin: 0 20px 20px 20px;
  margin: 0 1.25rem 1.25rem 1.25rem;
}
@media screen and (min-width: 576px) {
  .ico-landing-list .ico-fact-item {
    flex-direction: column;
  }
}
.ico-landing-list .ico-fact-item .big-icon {
  margin: 0 20px 0 0;
  margin: 0 1.25rem 0 0;
}
@media screen and (min-width: 576px) {
  .ico-landing-list .ico-fact-item .big-icon {
    margin-bottom: 16px;
    margin-bottom: 1rem;
    margin-right: 0;
  }
}
.ico-landing-list .ico-fact-item .item-text {
  text-align: left;
  max-width: 100%;
}
@media screen and (min-width: 576px) {
  .ico-landing-list .ico-fact-item .item-text {
    text-align: center;
    max-width: 246px;
    max-width: 15.375rem;
  }
}
.ico-landing-list .ico-fact-item .item-text .title {
  font-size: 18px;
  font-size: 1.125rem;
}
.ico-landing-list .ico-fact-item .item-text .text-block p, .ico-landing-list .ico-fact-item .item-text .text-block .bullet-list > li, .ico-landing-list .ico-fact-item .item-text .text-block ul > li {
  line-height: 1.24;
}
@media screen and (min-width: 576px) {
  .ico-landing-list .ico-fact-item {
    margin-left: 10px;
    margin-left: 0.625rem;
    margin-right: 10px;
    margin-right: 0.625rem;
    width: calc(50% - 20px);
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 768px) {
  .ico-landing-list .ico-fact-item {
    width: calc(20% - 24px);
    width: calc(20% - 24px);
  }
}

.landing-footer {
  background-color: #14161d;
  padding: 40px 0 80px 0;
  padding: 2.5rem 0 5rem 0;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .landing-footer {
    padding: 100px 0;
    padding: 6.25rem 0;
    margin-top: 100px;
    margin-top: 6.25rem;
  }
}
.landing-footer .logo {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.landing-footer .footer-text {
  color: #777986;
  font-family: 400;
  line-height: 1.4;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .landing-footer .footer-text {
    font-size: 16px;
    font-size: 1rem;
  }
}
.landing-footer .btn-footer {
  display: none;
}
@media screen and (min-width: 768px) {
  .landing-footer .btn-footer {
    display: inline-flex;
    min-width: 350px;
    min-width: 21.875rem;
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}

.action-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: auto;
  z-index: 200;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  padding: 18px 28px;
  padding: 1.125rem 1.75rem;
}
.action-footer .btn-footer {
  width: 100%;
}
.action-footer.solid {
  background-color: #14161d;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .action-footer.solid {
    display: none;
  }
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
}
.video-wrapper .video-iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* LANDING SENT */
/* ANIMATIONS *************/
/* HOME PAGE COVER */
.home-page-cover .animate {
  opacity: 0;
  transition: all 1s ease;
}
.home-page-cover .animate.home-title {
  transform: translateY(-200px);
}
.home-page-cover .animate.slogan {
  transform: translateY(-100px);
}
.home-page-cover .animate.button-row {
  transform: translateY(200px);
}
.home-page-cover .animate.visible {
  opacity: 1;
  transform: translateY(0);
}

/* PAGE COVER */
.page-cover .cover-title {
  transition: all 1s ease;
  opacity: 0;
  transform: translateY(-300px);
}
.page-cover .cover-title.visible {
  opacity: 1;
  transform: translateY(0);
}
.page-cover .sector-number {
  transition: all 1s ease;
  opacity: 0;
  transform: translateY(300px);
}
.page-cover .sector-number.visible {
  opacity: 0.14;
  transform: translateY(0);
}
.page-cover .numbered-nav {
  transition: all 2s ease-in-out;
  transform: translateY(60px);
  opacity: 0;
}
.page-cover .numbered-nav.visible {
  opacity: 1;
  transform: translateY(0);
}

/* BOXED BLOCKQUOTE */
.boxed-blockquote {
  opacity: 0;
  transition: all 1.5s ease;
  transform: translateY(60px);
}
.boxed-blockquote.visible {
  opacity: 1;
  transform: translateY(0);
}

/* JUMBOTRON */
.jumbotron:not(.two-boxes) .container {
  opacity: 0;
  transition: all 0.6s ease-in-out;
  transform: translateX(60px);
}
.jumbotron:not(.two-boxes) .container.visible {
  opacity: 1;
  transform: translateY(0);
}

.jumbotron.two-boxes .container .transparent-text {
  opacity: 0;
  transition: all 0.6s ease-in-out;
  transform: translateX(-60px);
}
.jumbotron.two-boxes .container .boxed-text {
  opacity: 0;
  transition: all 0.6s ease-in-out;
  transform: translateX(60px);
}
.jumbotron.two-boxes .container.visible .transparent-text,
.jumbotron.two-boxes .container.visible .boxed-text {
  opacity: 1;
  transform: translateY(0);
}