@charset "UTF-8";
html {
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

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

@-ms-viewport {
  width: device-width; }

body {
  margin: 0; }

[tabindex="-1"]:focus {
  outline: none !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

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

abbr[title], abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin: 0;
  font-style: normal;
  line-height: inherit; }

ol, ul, dl, ol ol, ul ul, ol ul, ul ol, dd, blockquote {
  margin: 0; }

dfn {
  font-style: italic; }

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

pre, code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin: 0;
  overflow: auto; }

figure {
  margin: 0; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin: 0; }

button:focus {
  outline: none; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }
  input[type="radio"]:disabled,
  input[type="checkbox"]:disabled {
    cursor: default; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none !important; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

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

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

@-ms-viewport {
  width: device-width; }

body {
  margin: 0; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 2200px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 2200px) {
    .container {
      max-width: 1800px; } }
  @media (max-width: 2199px) {
    .container {
      max-width: 1400px; } }
  @media (max-width: 2199px) {
    .container {
      max-width: 1400px; } }
  @media (max-width: 1199px) {
    .container {
      max-width: 1400px; } }
  @media (max-width: 575px) {
    .container {
      padding-left: 0;
      padding-right: 0; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 576px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 992px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1200px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 2200px) {
    .row {
      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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xml-1, .col-xml-2, .col-xml-3, .col-xml-4, .col-xml-5, .col-xml-6, .col-xml-7, .col-xml-8, .col-xml-9, .col-xml-10, .col-xml-11, .col-xml-12, .col-xml, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xml-1, .col-xml-2, .col-xml-3, .col-xml-4, .col-xml-5, .col-xml-6, .col-xml-7, .col-xml-8, .col-xml-9, .col-xml-10, .col-xml-11, .col-xml-12, .col-xml, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xml-1, .col-xml-2, .col-xml-3, .col-xml-4, .col-xml-5, .col-xml-6, .col-xml-7, .col-xml-8, .col-xml-9, .col-xml-10, .col-xml-11, .col-xml-12, .col-xml, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xml-1, .col-xml-2, .col-xml-3, .col-xml-4, .col-xml-5, .col-xml-6, .col-xml-7, .col-xml-8, .col-xml-9, .col-xml-10, .col-xml-11, .col-xml-12, .col-xml, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xml-1, .col-xml-2, .col-xml-3, .col-xml-4, .col-xml-5, .col-xml-6, .col-xml-7, .col-xml-8, .col-xml-9, .col-xml-10, .col-xml-11, .col-xml-12, .col-xml, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 2200px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xml-1, .col-xml-2, .col-xml-3, .col-xml-4, .col-xml-5, .col-xml-6, .col-xml-7, .col-xml-8, .col-xml-9, .col-xml-10, .col-xml-11, .col-xml-12, .col-xml, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl {
      padding-right: 15px;
      padding-left: 15px; } }

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

.col-auto {
  flex: 0 0 auto;
  width: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

.pull-0 {
  right: auto; }

.pull-1 {
  right: 8.33333%; }

.pull-2 {
  right: 16.66667%; }

.pull-3 {
  right: 25%; }

.pull-4 {
  right: 33.33333%; }

.pull-5 {
  right: 41.66667%; }

.pull-6 {
  right: 50%; }

.pull-7 {
  right: 58.33333%; }

.pull-8 {
  right: 66.66667%; }

.pull-9 {
  right: 75%; }

.pull-10 {
  right: 83.33333%; }

.pull-11 {
  right: 91.66667%; }

.pull-12 {
  right: 100%; }

.push-0 {
  left: auto; }

.push-1 {
  left: 8.33333%; }

.push-2 {
  left: 16.66667%; }

.push-3 {
  left: 25%; }

.push-4 {
  left: 33.33333%; }

.push-5 {
  left: 41.66667%; }

.push-6 {
  left: 50%; }

.push-7 {
  left: 58.33333%; }

.push-8 {
  left: 66.66667%; }

.push-9 {
  left: 75%; }

.push-10 {
  left: 83.33333%; }

.push-11 {
  left: 91.66667%; }

.push-12 {
  left: 100%; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-sm-0 {
    right: auto; }
  .pull-sm-1 {
    right: 8.33333%; }
  .pull-sm-2 {
    right: 16.66667%; }
  .pull-sm-3 {
    right: 25%; }
  .pull-sm-4 {
    right: 33.33333%; }
  .pull-sm-5 {
    right: 41.66667%; }
  .pull-sm-6 {
    right: 50%; }
  .pull-sm-7 {
    right: 58.33333%; }
  .pull-sm-8 {
    right: 66.66667%; }
  .pull-sm-9 {
    right: 75%; }
  .pull-sm-10 {
    right: 83.33333%; }
  .pull-sm-11 {
    right: 91.66667%; }
  .pull-sm-12 {
    right: 100%; }
  .push-sm-0 {
    left: auto; }
  .push-sm-1 {
    left: 8.33333%; }
  .push-sm-2 {
    left: 16.66667%; }
  .push-sm-3 {
    left: 25%; }
  .push-sm-4 {
    left: 33.33333%; }
  .push-sm-5 {
    left: 41.66667%; }
  .push-sm-6 {
    left: 50%; }
  .push-sm-7 {
    left: 58.33333%; }
  .push-sm-8 {
    left: 66.66667%; }
  .push-sm-9 {
    left: 75%; }
  .push-sm-10 {
    left: 83.33333%; }
  .push-sm-11 {
    left: 91.66667%; }
  .push-sm-12 {
    left: 100%; }
  .offset-sm-0 {
    margin-left: 0%; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-md-0 {
    right: auto; }
  .pull-md-1 {
    right: 8.33333%; }
  .pull-md-2 {
    right: 16.66667%; }
  .pull-md-3 {
    right: 25%; }
  .pull-md-4 {
    right: 33.33333%; }
  .pull-md-5 {
    right: 41.66667%; }
  .pull-md-6 {
    right: 50%; }
  .pull-md-7 {
    right: 58.33333%; }
  .pull-md-8 {
    right: 66.66667%; }
  .pull-md-9 {
    right: 75%; }
  .pull-md-10 {
    right: 83.33333%; }
  .pull-md-11 {
    right: 91.66667%; }
  .pull-md-12 {
    right: 100%; }
  .push-md-0 {
    left: auto; }
  .push-md-1 {
    left: 8.33333%; }
  .push-md-2 {
    left: 16.66667%; }
  .push-md-3 {
    left: 25%; }
  .push-md-4 {
    left: 33.33333%; }
  .push-md-5 {
    left: 41.66667%; }
  .push-md-6 {
    left: 50%; }
  .push-md-7 {
    left: 58.33333%; }
  .push-md-8 {
    left: 66.66667%; }
  .push-md-9 {
    left: 75%; }
  .push-md-10 {
    left: 83.33333%; }
  .push-md-11 {
    left: 91.66667%; }
  .push-md-12 {
    left: 100%; }
  .offset-md-0 {
    margin-left: 0%; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-lg-0 {
    right: auto; }
  .pull-lg-1 {
    right: 8.33333%; }
  .pull-lg-2 {
    right: 16.66667%; }
  .pull-lg-3 {
    right: 25%; }
  .pull-lg-4 {
    right: 33.33333%; }
  .pull-lg-5 {
    right: 41.66667%; }
  .pull-lg-6 {
    right: 50%; }
  .pull-lg-7 {
    right: 58.33333%; }
  .pull-lg-8 {
    right: 66.66667%; }
  .pull-lg-9 {
    right: 75%; }
  .pull-lg-10 {
    right: 83.33333%; }
  .pull-lg-11 {
    right: 91.66667%; }
  .pull-lg-12 {
    right: 100%; }
  .push-lg-0 {
    left: auto; }
  .push-lg-1 {
    left: 8.33333%; }
  .push-lg-2 {
    left: 16.66667%; }
  .push-lg-3 {
    left: 25%; }
  .push-lg-4 {
    left: 33.33333%; }
  .push-lg-5 {
    left: 41.66667%; }
  .push-lg-6 {
    left: 50%; }
  .push-lg-7 {
    left: 58.33333%; }
  .push-lg-8 {
    left: 66.66667%; }
  .push-lg-9 {
    left: 75%; }
  .push-lg-10 {
    left: 83.33333%; }
  .push-lg-11 {
    left: 91.66667%; }
  .push-lg-12 {
    left: 100%; }
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-xl-0 {
    right: auto; }
  .pull-xl-1 {
    right: 8.33333%; }
  .pull-xl-2 {
    right: 16.66667%; }
  .pull-xl-3 {
    right: 25%; }
  .pull-xl-4 {
    right: 33.33333%; }
  .pull-xl-5 {
    right: 41.66667%; }
  .pull-xl-6 {
    right: 50%; }
  .pull-xl-7 {
    right: 58.33333%; }
  .pull-xl-8 {
    right: 66.66667%; }
  .pull-xl-9 {
    right: 75%; }
  .pull-xl-10 {
    right: 83.33333%; }
  .pull-xl-11 {
    right: 91.66667%; }
  .pull-xl-12 {
    right: 100%; }
  .push-xl-0 {
    left: auto; }
  .push-xl-1 {
    left: 8.33333%; }
  .push-xl-2 {
    left: 16.66667%; }
  .push-xl-3 {
    left: 25%; }
  .push-xl-4 {
    left: 33.33333%; }
  .push-xl-5 {
    left: 41.66667%; }
  .push-xl-6 {
    left: 50%; }
  .push-xl-7 {
    left: 58.33333%; }
  .push-xl-8 {
    left: 66.66667%; }
  .push-xl-9 {
    left: 75%; }
  .push-xl-10 {
    left: 83.33333%; }
  .push-xl-11 {
    left: 91.66667%; }
  .push-xl-12 {
    left: 100%; }
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 2200px) {
  .col-xml {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xml-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xml-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xml-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xml-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xml-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xml-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xml-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xml-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xml-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xml-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xml-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xml-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xml-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-xml-0 {
    right: auto; }
  .pull-xml-1 {
    right: 8.33333%; }
  .pull-xml-2 {
    right: 16.66667%; }
  .pull-xml-3 {
    right: 25%; }
  .pull-xml-4 {
    right: 33.33333%; }
  .pull-xml-5 {
    right: 41.66667%; }
  .pull-xml-6 {
    right: 50%; }
  .pull-xml-7 {
    right: 58.33333%; }
  .pull-xml-8 {
    right: 66.66667%; }
  .pull-xml-9 {
    right: 75%; }
  .pull-xml-10 {
    right: 83.33333%; }
  .pull-xml-11 {
    right: 91.66667%; }
  .pull-xml-12 {
    right: 100%; }
  .push-xml-0 {
    left: auto; }
  .push-xml-1 {
    left: 8.33333%; }
  .push-xml-2 {
    left: 16.66667%; }
  .push-xml-3 {
    left: 25%; }
  .push-xml-4 {
    left: 33.33333%; }
  .push-xml-5 {
    left: 41.66667%; }
  .push-xml-6 {
    left: 50%; }
  .push-xml-7 {
    left: 58.33333%; }
  .push-xml-8 {
    left: 66.66667%; }
  .push-xml-9 {
    left: 75%; }
  .push-xml-10 {
    left: 83.33333%; }
  .push-xml-11 {
    left: 91.66667%; }
  .push-xml-12 {
    left: 100%; }
  .offset-xml-0 {
    margin-left: 0%; }
  .offset-xml-1 {
    margin-left: 8.33333%; }
  .offset-xml-2 {
    margin-left: 16.66667%; }
  .offset-xml-3 {
    margin-left: 25%; }
  .offset-xml-4 {
    margin-left: 33.33333%; }
  .offset-xml-5 {
    margin-left: 41.66667%; }
  .offset-xml-6 {
    margin-left: 50%; }
  .offset-xml-7 {
    margin-left: 58.33333%; }
  .offset-xml-8 {
    margin-left: 66.66667%; }
  .offset-xml-9 {
    margin-left: 75%; }
  .offset-xml-10 {
    margin-left: 83.33333%; }
  .offset-xml-11 {
    margin-left: 91.66667%; } }

@media (min-width: 2200px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-xxl-0 {
    right: auto; }
  .pull-xxl-1 {
    right: 8.33333%; }
  .pull-xxl-2 {
    right: 16.66667%; }
  .pull-xxl-3 {
    right: 25%; }
  .pull-xxl-4 {
    right: 33.33333%; }
  .pull-xxl-5 {
    right: 41.66667%; }
  .pull-xxl-6 {
    right: 50%; }
  .pull-xxl-7 {
    right: 58.33333%; }
  .pull-xxl-8 {
    right: 66.66667%; }
  .pull-xxl-9 {
    right: 75%; }
  .pull-xxl-10 {
    right: 83.33333%; }
  .pull-xxl-11 {
    right: 91.66667%; }
  .pull-xxl-12 {
    right: 100%; }
  .push-xxl-0 {
    left: auto; }
  .push-xxl-1 {
    left: 8.33333%; }
  .push-xxl-2 {
    left: 16.66667%; }
  .push-xxl-3 {
    left: 25%; }
  .push-xxl-4 {
    left: 33.33333%; }
  .push-xxl-5 {
    left: 41.66667%; }
  .push-xxl-6 {
    left: 50%; }
  .push-xxl-7 {
    left: 58.33333%; }
  .push-xxl-8 {
    left: 66.66667%; }
  .push-xxl-9 {
    left: 75%; }
  .push-xxl-10 {
    left: 83.33333%; }
  .push-xxl-11 {
    left: 91.66667%; }
  .push-xxl-12 {
    left: 100%; }
  .offset-xxl-0 {
    margin-left: 0%; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

.clearfix {
  *zoom: 1; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.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; }

.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-cell {
  display: table-cell !important; }

.d-flex, .main-nav .enquiry-area ul, .footer nav ul, .footer .footer-bottom ul, .sticky-image-post .post-content {
  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-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-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-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-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 2200px) {
  .d-xml-none {
    display: none !important; }
  .d-xml-inline {
    display: inline !important; }
  .d-xml-inline-block {
    display: inline-block !important; }
  .d-xml-block {
    display: block !important; }
  .d-xml-table {
    display: table !important; }
  .d-xml-table-cell {
    display: table-cell !important; }
  .d-xml-flex {
    display: flex !important; }
  .d-xml-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 2200px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; } }

.order-first {
  order: -1; }

.order-last {
  order: 1; }

.order-0 {
  order: 0; }

.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; }

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

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

.justify-content-center, .main-nav .enquiry-area ul, .footer nav ul, .footer .footer-bottom ul, .sticky-image-post .post-content {
  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, .sticky-image-post .post-content {
  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) {
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 1; }
  .order-sm-0 {
    order: 0; }
  .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; }
  .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) {
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 1; }
  .order-md-0 {
    order: 0; }
  .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; }
  .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) {
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 1; }
  .order-lg-0 {
    order: 0; }
  .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; }
  .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) {
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 1; }
  .order-xl-0 {
    order: 0; }
  .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; }
  .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; } }

@media (min-width: 2200px) {
  .order-xml-first {
    order: -1; }
  .order-xml-last {
    order: 1; }
  .order-xml-0 {
    order: 0; }
  .flex-xml-row {
    flex-direction: row !important; }
  .flex-xml-column {
    flex-direction: column !important; }
  .flex-xml-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xml-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xml-wrap {
    flex-wrap: wrap !important; }
  .flex-xml-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xml-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xml-start {
    justify-content: flex-start !important; }
  .justify-content-xml-end {
    justify-content: flex-end !important; }
  .justify-content-xml-center {
    justify-content: center !important; }
  .justify-content-xml-between {
    justify-content: space-between !important; }
  .justify-content-xml-around {
    justify-content: space-around !important; }
  .align-items-xml-start {
    align-items: flex-start !important; }
  .align-items-xml-end {
    align-items: flex-end !important; }
  .align-items-xml-center {
    align-items: center !important; }
  .align-items-xml-baseline {
    align-items: baseline !important; }
  .align-items-xml-stretch {
    align-items: stretch !important; }
  .align-content-xml-start {
    align-content: flex-start !important; }
  .align-content-xml-end {
    align-content: flex-end !important; }
  .align-content-xml-center {
    align-content: center !important; }
  .align-content-xml-between {
    align-content: space-between !important; }
  .align-content-xml-around {
    align-content: space-around !important; }
  .align-content-xml-stretch {
    align-content: stretch !important; }
  .align-self-xml-auto {
    align-self: auto !important; }
  .align-self-xml-start {
    align-self: flex-start !important; }
  .align-self-xml-end {
    align-self: flex-end !important; }
  .align-self-xml-center {
    align-self: center !important; }
  .align-self-xml-baseline {
    align-self: baseline !important; }
  .align-self-xml-stretch {
    align-self: stretch !important; } }

@media (min-width: 2200px) {
  .order-xxl-first {
    order: -1; }
  .order-xxl-last {
    order: 1; }
  .order-xxl-0 {
    order: 0; }
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; } }

.padding-top-0 {
  padding-top: 0px; }

.padding-bottom-0 {
  padding-bottom: 0px; }

.margin-top-0 {
  margin-top: 0px; }

.margin-bottom-0 {
  margin-bottom: 0px; }

.padding-top-5 {
  padding-top: 5px; }

.padding-bottom-5 {
  padding-bottom: 5px; }

.margin-top-5 {
  margin-top: 5px; }

.margin-bottom-5 {
  margin-bottom: 5px; }

.padding-top-10 {
  padding-top: 10px; }

.padding-bottom-10 {
  padding-bottom: 10px; }

.margin-top-10 {
  margin-top: 10px; }

.margin-bottom-10 {
  margin-bottom: 10px; }

.padding-top-15 {
  padding-top: 15px; }

.padding-bottom-15 {
  padding-bottom: 15px; }

.margin-top-15 {
  margin-top: 15px; }

.margin-bottom-15 {
  margin-bottom: 15px; }

.padding-top-20 {
  padding-top: 20px; }

.padding-bottom-20 {
  padding-bottom: 20px; }

.margin-top-20 {
  margin-top: 20px; }

.margin-bottom-20 {
  margin-bottom: 20px; }

.padding-top-30 {
  padding-top: 30px; }

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

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

.margin-bottom-30 {
  margin-bottom: 30px; }

.padding-top-40 {
  padding-top: 40px; }

.padding-bottom-40 {
  padding-bottom: 40px; }

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

.margin-bottom-40 {
  margin-bottom: 40px; }

.padding-top-50 {
  padding-top: 50px; }

.padding-bottom-50 {
  padding-bottom: 50px; }

.margin-top-50 {
  margin-top: 50px; }

.margin-bottom-50 {
  margin-bottom: 50px; }

.padding-top-60 {
  padding-top: 60px; }

.padding-bottom-60 {
  padding-bottom: 60px; }

.margin-top-60 {
  margin-top: 60px; }

.margin-bottom-60 {
  margin-bottom: 60px; }

.padding-top-70 {
  padding-top: 70px; }

.padding-bottom-70 {
  padding-bottom: 70px; }

.margin-top-70 {
  margin-top: 70px; }

.margin-bottom-70 {
  margin-bottom: 70px; }

.padding-top-80 {
  padding-top: 80px; }

.padding-bottom-80 {
  padding-bottom: 80px; }

.margin-top-80 {
  margin-top: 80px; }

.margin-bottom-80 {
  margin-bottom: 80px; }

.padding-top-90 {
  padding-top: 90px; }

.padding-bottom-90 {
  padding-bottom: 90px; }

.margin-top-90 {
  margin-top: 90px; }

.margin-bottom-90 {
  margin-bottom: 90px; }

.padding-top-100 {
  padding-top: 100px; }

.padding-bottom-100 {
  padding-bottom: 100px; }

.margin-top-100 {
  margin-top: 100px; }

.margin-bottom-100 {
  margin-bottom: 100px; }

.padding-top-110 {
  padding-top: 110px; }

.padding-bottom-110 {
  padding-bottom: 110px; }

.margin-top-110 {
  margin-top: 110px; }

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

.padding-top-120 {
  padding-top: 120px; }

.padding-bottom-120 {
  padding-bottom: 120px; }

.margin-top-120 {
  margin-top: 120px; }

.margin-bottom-120 {
  margin-bottom: 120px; }

.padding-top-130 {
  padding-top: 130px; }

.padding-bottom-130 {
  padding-bottom: 130px; }

.margin-top-130 {
  margin-top: 130px; }

.margin-bottom-130 {
  margin-bottom: 130px; }

.padding-top-140 {
  padding-top: 140px; }

.padding-bottom-140 {
  padding-bottom: 140px; }

.margin-top-140 {
  margin-top: 140px; }

.margin-bottom-140 {
  margin-bottom: 140px; }

.padding-top-150 {
  padding-top: 150px; }

.padding-bottom-150 {
  padding-bottom: 150px; }

.margin-top-150 {
  margin-top: 150px; }

.margin-bottom-150 {
  margin-bottom: 150px; }

.padding-top-160 {
  padding-top: 160px; }

.padding-bottom-160 {
  padding-bottom: 160px; }

.margin-top-160 {
  margin-top: 160px; }

.margin-bottom-160 {
  margin-bottom: 160px; }

.padding-top-170 {
  padding-top: 170px; }

.padding-bottom-170 {
  padding-bottom: 170px; }

.margin-top-170 {
  margin-top: 170px; }

.margin-bottom-170 {
  margin-bottom: 170px; }

.padding-top-180 {
  padding-top: 180px; }

.padding-bottom-180 {
  padding-bottom: 180px; }

.margin-top-180 {
  margin-top: 180px; }

.margin-bottom-180 {
  margin-bottom: 180px; }

.padding-top-190 {
  padding-top: 190px; }

.padding-bottom-190 {
  padding-bottom: 190px; }

.margin-top-190 {
  margin-top: 190px; }

.margin-bottom-190 {
  margin-bottom: 190px; }

.padding-top-200 {
  padding-top: 200px; }

.padding-bottom-200 {
  padding-bottom: 200px; }

.margin-top-200 {
  margin-top: 200px; }

.margin-bottom-200 {
  margin-bottom: 200px; }

.padding-top-210 {
  padding-top: 210px; }

.padding-bottom-210 {
  padding-bottom: 210px; }

.margin-top-210 {
  margin-top: 210px; }

.margin-bottom-210 {
  margin-bottom: 210px; }

.padding-top-220 {
  padding-top: 220px; }

.padding-bottom-220 {
  padding-bottom: 220px; }

.margin-top-220 {
  margin-top: 220px; }

.margin-bottom-220 {
  margin-bottom: 220px; }

@media (min-width: 576px) {
  .padding-top-sm-0 {
    padding-top: 0px; }
  .padding-bottom-sm-0 {
    padding-bottom: 0px; }
  .margin-top-sm-0 {
    margin-top: 0px; }
  .margin-bottom-sm-0 {
    margin-bottom: 0px; }
  .padding-top-sm-5 {
    padding-top: 5px; }
  .padding-bottom-sm-5 {
    padding-bottom: 5px; }
  .margin-top-sm-5 {
    margin-top: 5px; }
  .margin-bottom-sm-5 {
    margin-bottom: 5px; }
  .padding-top-sm-10 {
    padding-top: 10px; }
  .padding-bottom-sm-10 {
    padding-bottom: 10px; }
  .margin-top-sm-10 {
    margin-top: 10px; }
  .margin-bottom-sm-10 {
    margin-bottom: 10px; }
  .padding-top-sm-15 {
    padding-top: 15px; }
  .padding-bottom-sm-15 {
    padding-bottom: 15px; }
  .margin-top-sm-15 {
    margin-top: 15px; }
  .margin-bottom-sm-15 {
    margin-bottom: 15px; }
  .padding-top-sm-20 {
    padding-top: 20px; }
  .padding-bottom-sm-20 {
    padding-bottom: 20px; }
  .margin-top-sm-20 {
    margin-top: 20px; }
  .margin-bottom-sm-20 {
    margin-bottom: 20px; }
  .padding-top-sm-30 {
    padding-top: 30px; }
  .padding-bottom-sm-30 {
    padding-bottom: 30px; }
  .margin-top-sm-30 {
    margin-top: 30px; }
  .margin-bottom-sm-30 {
    margin-bottom: 30px; }
  .padding-top-sm-40 {
    padding-top: 40px; }
  .padding-bottom-sm-40 {
    padding-bottom: 40px; }
  .margin-top-sm-40 {
    margin-top: 40px; }
  .margin-bottom-sm-40 {
    margin-bottom: 40px; }
  .padding-top-sm-50 {
    padding-top: 50px; }
  .padding-bottom-sm-50 {
    padding-bottom: 50px; }
  .margin-top-sm-50 {
    margin-top: 50px; }
  .margin-bottom-sm-50 {
    margin-bottom: 50px; }
  .padding-top-sm-60 {
    padding-top: 60px; }
  .padding-bottom-sm-60 {
    padding-bottom: 60px; }
  .margin-top-sm-60 {
    margin-top: 60px; }
  .margin-bottom-sm-60 {
    margin-bottom: 60px; }
  .padding-top-sm-70 {
    padding-top: 70px; }
  .padding-bottom-sm-70 {
    padding-bottom: 70px; }
  .margin-top-sm-70 {
    margin-top: 70px; }
  .margin-bottom-sm-70 {
    margin-bottom: 70px; }
  .padding-top-sm-80 {
    padding-top: 80px; }
  .padding-bottom-sm-80 {
    padding-bottom: 80px; }
  .margin-top-sm-80 {
    margin-top: 80px; }
  .margin-bottom-sm-80 {
    margin-bottom: 80px; }
  .padding-top-sm-90 {
    padding-top: 90px; }
  .padding-bottom-sm-90 {
    padding-bottom: 90px; }
  .margin-top-sm-90 {
    margin-top: 90px; }
  .margin-bottom-sm-90 {
    margin-bottom: 90px; }
  .padding-top-sm-100 {
    padding-top: 100px; }
  .padding-bottom-sm-100 {
    padding-bottom: 100px; }
  .margin-top-sm-100 {
    margin-top: 100px; }
  .margin-bottom-sm-100 {
    margin-bottom: 100px; }
  .padding-top-sm-110 {
    padding-top: 110px; }
  .padding-bottom-sm-110 {
    padding-bottom: 110px; }
  .margin-top-sm-110 {
    margin-top: 110px; }
  .margin-bottom-sm-110 {
    margin-bottom: 110px; }
  .padding-top-sm-120 {
    padding-top: 120px; }
  .padding-bottom-sm-120 {
    padding-bottom: 120px; }
  .margin-top-sm-120 {
    margin-top: 120px; }
  .margin-bottom-sm-120 {
    margin-bottom: 120px; }
  .padding-top-sm-130 {
    padding-top: 130px; }
  .padding-bottom-sm-130 {
    padding-bottom: 130px; }
  .margin-top-sm-130 {
    margin-top: 130px; }
  .margin-bottom-sm-130 {
    margin-bottom: 130px; }
  .padding-top-sm-140 {
    padding-top: 140px; }
  .padding-bottom-sm-140 {
    padding-bottom: 140px; }
  .margin-top-sm-140 {
    margin-top: 140px; }
  .margin-bottom-sm-140 {
    margin-bottom: 140px; }
  .padding-top-sm-150 {
    padding-top: 150px; }
  .padding-bottom-sm-150 {
    padding-bottom: 150px; }
  .margin-top-sm-150 {
    margin-top: 150px; }
  .margin-bottom-sm-150 {
    margin-bottom: 150px; }
  .padding-top-sm-160 {
    padding-top: 160px; }
  .padding-bottom-sm-160 {
    padding-bottom: 160px; }
  .margin-top-sm-160 {
    margin-top: 160px; }
  .margin-bottom-sm-160 {
    margin-bottom: 160px; }
  .padding-top-sm-170 {
    padding-top: 170px; }
  .padding-bottom-sm-170 {
    padding-bottom: 170px; }
  .margin-top-sm-170 {
    margin-top: 170px; }
  .margin-bottom-sm-170 {
    margin-bottom: 170px; }
  .padding-top-sm-180 {
    padding-top: 180px; }
  .padding-bottom-sm-180 {
    padding-bottom: 180px; }
  .margin-top-sm-180 {
    margin-top: 180px; }
  .margin-bottom-sm-180 {
    margin-bottom: 180px; }
  .padding-top-sm-190 {
    padding-top: 190px; }
  .padding-bottom-sm-190 {
    padding-bottom: 190px; }
  .margin-top-sm-190 {
    margin-top: 190px; }
  .margin-bottom-sm-190 {
    margin-bottom: 190px; }
  .padding-top-sm-200 {
    padding-top: 200px; }
  .padding-bottom-sm-200 {
    padding-bottom: 200px; }
  .margin-top-sm-200 {
    margin-top: 200px; }
  .margin-bottom-sm-200 {
    margin-bottom: 200px; }
  .padding-top-sm-210 {
    padding-top: 210px; }
  .padding-bottom-sm-210 {
    padding-bottom: 210px; }
  .margin-top-sm-210 {
    margin-top: 210px; }
  .margin-bottom-sm-210 {
    margin-bottom: 210px; }
  .padding-top-sm-220 {
    padding-top: 220px; }
  .padding-bottom-sm-220 {
    padding-bottom: 220px; }
  .margin-top-sm-220 {
    margin-top: 220px; }
  .margin-bottom-sm-220 {
    margin-bottom: 220px; } }

@media (min-width: 768px) {
  .padding-top-md-0 {
    padding-top: 0px; }
  .padding-bottom-md-0 {
    padding-bottom: 0px; }
  .margin-top-md-0 {
    margin-top: 0px; }
  .margin-bottom-md-0 {
    margin-bottom: 0px; }
  .padding-top-md-5 {
    padding-top: 5px; }
  .padding-bottom-md-5 {
    padding-bottom: 5px; }
  .margin-top-md-5 {
    margin-top: 5px; }
  .margin-bottom-md-5 {
    margin-bottom: 5px; }
  .padding-top-md-10 {
    padding-top: 10px; }
  .padding-bottom-md-10 {
    padding-bottom: 10px; }
  .margin-top-md-10 {
    margin-top: 10px; }
  .margin-bottom-md-10 {
    margin-bottom: 10px; }
  .padding-top-md-15 {
    padding-top: 15px; }
  .padding-bottom-md-15 {
    padding-bottom: 15px; }
  .margin-top-md-15 {
    margin-top: 15px; }
  .margin-bottom-md-15 {
    margin-bottom: 15px; }
  .padding-top-md-20 {
    padding-top: 20px; }
  .padding-bottom-md-20 {
    padding-bottom: 20px; }
  .margin-top-md-20 {
    margin-top: 20px; }
  .margin-bottom-md-20 {
    margin-bottom: 20px; }
  .padding-top-md-30 {
    padding-top: 30px; }
  .padding-bottom-md-30 {
    padding-bottom: 30px; }
  .margin-top-md-30 {
    margin-top: 30px; }
  .margin-bottom-md-30 {
    margin-bottom: 30px; }
  .padding-top-md-40 {
    padding-top: 40px; }
  .padding-bottom-md-40 {
    padding-bottom: 40px; }
  .margin-top-md-40 {
    margin-top: 40px; }
  .margin-bottom-md-40 {
    margin-bottom: 40px; }
  .padding-top-md-50 {
    padding-top: 50px; }
  .padding-bottom-md-50 {
    padding-bottom: 50px; }
  .margin-top-md-50 {
    margin-top: 50px; }
  .margin-bottom-md-50 {
    margin-bottom: 50px; }
  .padding-top-md-60 {
    padding-top: 60px; }
  .padding-bottom-md-60 {
    padding-bottom: 60px; }
  .margin-top-md-60 {
    margin-top: 60px; }
  .margin-bottom-md-60 {
    margin-bottom: 60px; }
  .padding-top-md-70 {
    padding-top: 70px; }
  .padding-bottom-md-70 {
    padding-bottom: 70px; }
  .margin-top-md-70 {
    margin-top: 70px; }
  .margin-bottom-md-70 {
    margin-bottom: 70px; }
  .padding-top-md-80 {
    padding-top: 80px; }
  .padding-bottom-md-80 {
    padding-bottom: 80px; }
  .margin-top-md-80 {
    margin-top: 80px; }
  .margin-bottom-md-80 {
    margin-bottom: 80px; }
  .padding-top-md-90 {
    padding-top: 90px; }
  .padding-bottom-md-90 {
    padding-bottom: 90px; }
  .margin-top-md-90 {
    margin-top: 90px; }
  .margin-bottom-md-90 {
    margin-bottom: 90px; }
  .padding-top-md-100 {
    padding-top: 100px; }
  .padding-bottom-md-100 {
    padding-bottom: 100px; }
  .margin-top-md-100 {
    margin-top: 100px; }
  .margin-bottom-md-100 {
    margin-bottom: 100px; }
  .padding-top-md-110 {
    padding-top: 110px; }
  .padding-bottom-md-110 {
    padding-bottom: 110px; }
  .margin-top-md-110 {
    margin-top: 110px; }
  .margin-bottom-md-110 {
    margin-bottom: 110px; }
  .padding-top-md-120 {
    padding-top: 120px; }
  .padding-bottom-md-120 {
    padding-bottom: 120px; }
  .margin-top-md-120 {
    margin-top: 120px; }
  .margin-bottom-md-120 {
    margin-bottom: 120px; }
  .padding-top-md-130 {
    padding-top: 130px; }
  .padding-bottom-md-130 {
    padding-bottom: 130px; }
  .margin-top-md-130 {
    margin-top: 130px; }
  .margin-bottom-md-130 {
    margin-bottom: 130px; }
  .padding-top-md-140 {
    padding-top: 140px; }
  .padding-bottom-md-140 {
    padding-bottom: 140px; }
  .margin-top-md-140 {
    margin-top: 140px; }
  .margin-bottom-md-140 {
    margin-bottom: 140px; }
  .padding-top-md-150 {
    padding-top: 150px; }
  .padding-bottom-md-150 {
    padding-bottom: 150px; }
  .margin-top-md-150 {
    margin-top: 150px; }
  .margin-bottom-md-150 {
    margin-bottom: 150px; }
  .padding-top-md-160 {
    padding-top: 160px; }
  .padding-bottom-md-160 {
    padding-bottom: 160px; }
  .margin-top-md-160 {
    margin-top: 160px; }
  .margin-bottom-md-160 {
    margin-bottom: 160px; }
  .padding-top-md-170 {
    padding-top: 170px; }
  .padding-bottom-md-170 {
    padding-bottom: 170px; }
  .margin-top-md-170 {
    margin-top: 170px; }
  .margin-bottom-md-170 {
    margin-bottom: 170px; }
  .padding-top-md-180 {
    padding-top: 180px; }
  .padding-bottom-md-180 {
    padding-bottom: 180px; }
  .margin-top-md-180 {
    margin-top: 180px; }
  .margin-bottom-md-180 {
    margin-bottom: 180px; }
  .padding-top-md-190 {
    padding-top: 190px; }
  .padding-bottom-md-190 {
    padding-bottom: 190px; }
  .margin-top-md-190 {
    margin-top: 190px; }
  .margin-bottom-md-190 {
    margin-bottom: 190px; }
  .padding-top-md-200 {
    padding-top: 200px; }
  .padding-bottom-md-200 {
    padding-bottom: 200px; }
  .margin-top-md-200 {
    margin-top: 200px; }
  .margin-bottom-md-200 {
    margin-bottom: 200px; }
  .padding-top-md-210 {
    padding-top: 210px; }
  .padding-bottom-md-210 {
    padding-bottom: 210px; }
  .margin-top-md-210 {
    margin-top: 210px; }
  .margin-bottom-md-210 {
    margin-bottom: 210px; }
  .padding-top-md-220 {
    padding-top: 220px; }
  .padding-bottom-md-220 {
    padding-bottom: 220px; }
  .margin-top-md-220 {
    margin-top: 220px; }
  .margin-bottom-md-220 {
    margin-bottom: 220px; } }

@media (min-width: 992px) {
  .padding-top-lg-0 {
    padding-top: 0px; }
  .padding-bottom-lg-0 {
    padding-bottom: 0px; }
  .margin-top-lg-0 {
    margin-top: 0px; }
  .margin-bottom-lg-0 {
    margin-bottom: 0px; }
  .padding-top-lg-5 {
    padding-top: 5px; }
  .padding-bottom-lg-5 {
    padding-bottom: 5px; }
  .margin-top-lg-5 {
    margin-top: 5px; }
  .margin-bottom-lg-5 {
    margin-bottom: 5px; }
  .padding-top-lg-10 {
    padding-top: 10px; }
  .padding-bottom-lg-10 {
    padding-bottom: 10px; }
  .margin-top-lg-10 {
    margin-top: 10px; }
  .margin-bottom-lg-10 {
    margin-bottom: 10px; }
  .padding-top-lg-15 {
    padding-top: 15px; }
  .padding-bottom-lg-15 {
    padding-bottom: 15px; }
  .margin-top-lg-15 {
    margin-top: 15px; }
  .margin-bottom-lg-15 {
    margin-bottom: 15px; }
  .padding-top-lg-20 {
    padding-top: 20px; }
  .padding-bottom-lg-20 {
    padding-bottom: 20px; }
  .margin-top-lg-20 {
    margin-top: 20px; }
  .margin-bottom-lg-20 {
    margin-bottom: 20px; }
  .padding-top-lg-30 {
    padding-top: 30px; }
  .padding-bottom-lg-30 {
    padding-bottom: 30px; }
  .margin-top-lg-30 {
    margin-top: 30px; }
  .margin-bottom-lg-30 {
    margin-bottom: 30px; }
  .padding-top-lg-40 {
    padding-top: 40px; }
  .padding-bottom-lg-40 {
    padding-bottom: 40px; }
  .margin-top-lg-40 {
    margin-top: 40px; }
  .margin-bottom-lg-40 {
    margin-bottom: 40px; }
  .padding-top-lg-50 {
    padding-top: 50px; }
  .padding-bottom-lg-50 {
    padding-bottom: 50px; }
  .margin-top-lg-50 {
    margin-top: 50px; }
  .margin-bottom-lg-50 {
    margin-bottom: 50px; }
  .padding-top-lg-60 {
    padding-top: 60px; }
  .padding-bottom-lg-60 {
    padding-bottom: 60px; }
  .margin-top-lg-60 {
    margin-top: 60px; }
  .margin-bottom-lg-60 {
    margin-bottom: 60px; }
  .padding-top-lg-70 {
    padding-top: 70px; }
  .padding-bottom-lg-70 {
    padding-bottom: 70px; }
  .margin-top-lg-70 {
    margin-top: 70px; }
  .margin-bottom-lg-70 {
    margin-bottom: 70px; }
  .padding-top-lg-80 {
    padding-top: 80px; }
  .padding-bottom-lg-80 {
    padding-bottom: 80px; }
  .margin-top-lg-80 {
    margin-top: 80px; }
  .margin-bottom-lg-80 {
    margin-bottom: 80px; }
  .padding-top-lg-90 {
    padding-top: 90px; }
  .padding-bottom-lg-90 {
    padding-bottom: 90px; }
  .margin-top-lg-90 {
    margin-top: 90px; }
  .margin-bottom-lg-90 {
    margin-bottom: 90px; }
  .padding-top-lg-100 {
    padding-top: 100px; }
  .padding-bottom-lg-100 {
    padding-bottom: 100px; }
  .margin-top-lg-100 {
    margin-top: 100px; }
  .margin-bottom-lg-100 {
    margin-bottom: 100px; }
  .padding-top-lg-110 {
    padding-top: 110px; }
  .padding-bottom-lg-110 {
    padding-bottom: 110px; }
  .margin-top-lg-110 {
    margin-top: 110px; }
  .margin-bottom-lg-110 {
    margin-bottom: 110px; }
  .padding-top-lg-120 {
    padding-top: 120px; }
  .padding-bottom-lg-120 {
    padding-bottom: 120px; }
  .margin-top-lg-120 {
    margin-top: 120px; }
  .margin-bottom-lg-120 {
    margin-bottom: 120px; }
  .padding-top-lg-130 {
    padding-top: 130px; }
  .padding-bottom-lg-130 {
    padding-bottom: 130px; }
  .margin-top-lg-130 {
    margin-top: 130px; }
  .margin-bottom-lg-130 {
    margin-bottom: 130px; }
  .padding-top-lg-140 {
    padding-top: 140px; }
  .padding-bottom-lg-140 {
    padding-bottom: 140px; }
  .margin-top-lg-140 {
    margin-top: 140px; }
  .margin-bottom-lg-140 {
    margin-bottom: 140px; }
  .padding-top-lg-150 {
    padding-top: 150px; }
  .padding-bottom-lg-150 {
    padding-bottom: 150px; }
  .margin-top-lg-150 {
    margin-top: 150px; }
  .margin-bottom-lg-150 {
    margin-bottom: 150px; }
  .padding-top-lg-160 {
    padding-top: 160px; }
  .padding-bottom-lg-160 {
    padding-bottom: 160px; }
  .margin-top-lg-160 {
    margin-top: 160px; }
  .margin-bottom-lg-160 {
    margin-bottom: 160px; }
  .padding-top-lg-170 {
    padding-top: 170px; }
  .padding-bottom-lg-170 {
    padding-bottom: 170px; }
  .margin-top-lg-170 {
    margin-top: 170px; }
  .margin-bottom-lg-170 {
    margin-bottom: 170px; }
  .padding-top-lg-180 {
    padding-top: 180px; }
  .padding-bottom-lg-180 {
    padding-bottom: 180px; }
  .margin-top-lg-180 {
    margin-top: 180px; }
  .margin-bottom-lg-180 {
    margin-bottom: 180px; }
  .padding-top-lg-190 {
    padding-top: 190px; }
  .padding-bottom-lg-190 {
    padding-bottom: 190px; }
  .margin-top-lg-190 {
    margin-top: 190px; }
  .margin-bottom-lg-190 {
    margin-bottom: 190px; }
  .padding-top-lg-200 {
    padding-top: 200px; }
  .padding-bottom-lg-200 {
    padding-bottom: 200px; }
  .margin-top-lg-200 {
    margin-top: 200px; }
  .margin-bottom-lg-200 {
    margin-bottom: 200px; }
  .padding-top-lg-210 {
    padding-top: 210px; }
  .padding-bottom-lg-210 {
    padding-bottom: 210px; }
  .margin-top-lg-210 {
    margin-top: 210px; }
  .margin-bottom-lg-210 {
    margin-bottom: 210px; }
  .padding-top-lg-220 {
    padding-top: 220px; }
  .padding-bottom-lg-220 {
    padding-bottom: 220px; }
  .margin-top-lg-220 {
    margin-top: 220px; }
  .margin-bottom-lg-220 {
    margin-bottom: 220px; } }

@media (min-width: 1200px) {
  .padding-top-xl-0 {
    padding-top: 0px; }
  .padding-bottom-xl-0 {
    padding-bottom: 0px; }
  .margin-top-xl-0 {
    margin-top: 0px; }
  .margin-bottom-xl-0 {
    margin-bottom: 0px; }
  .padding-top-xl-5 {
    padding-top: 5px; }
  .padding-bottom-xl-5 {
    padding-bottom: 5px; }
  .margin-top-xl-5 {
    margin-top: 5px; }
  .margin-bottom-xl-5 {
    margin-bottom: 5px; }
  .padding-top-xl-10 {
    padding-top: 10px; }
  .padding-bottom-xl-10 {
    padding-bottom: 10px; }
  .margin-top-xl-10 {
    margin-top: 10px; }
  .margin-bottom-xl-10 {
    margin-bottom: 10px; }
  .padding-top-xl-15 {
    padding-top: 15px; }
  .padding-bottom-xl-15 {
    padding-bottom: 15px; }
  .margin-top-xl-15 {
    margin-top: 15px; }
  .margin-bottom-xl-15 {
    margin-bottom: 15px; }
  .padding-top-xl-20 {
    padding-top: 20px; }
  .padding-bottom-xl-20 {
    padding-bottom: 20px; }
  .margin-top-xl-20 {
    margin-top: 20px; }
  .margin-bottom-xl-20 {
    margin-bottom: 20px; }
  .padding-top-xl-30 {
    padding-top: 30px; }
  .padding-bottom-xl-30 {
    padding-bottom: 30px; }
  .margin-top-xl-30 {
    margin-top: 30px; }
  .margin-bottom-xl-30 {
    margin-bottom: 30px; }
  .padding-top-xl-40 {
    padding-top: 40px; }
  .padding-bottom-xl-40 {
    padding-bottom: 40px; }
  .margin-top-xl-40 {
    margin-top: 40px; }
  .margin-bottom-xl-40 {
    margin-bottom: 40px; }
  .padding-top-xl-50 {
    padding-top: 50px; }
  .padding-bottom-xl-50 {
    padding-bottom: 50px; }
  .margin-top-xl-50 {
    margin-top: 50px; }
  .margin-bottom-xl-50 {
    margin-bottom: 50px; }
  .padding-top-xl-60 {
    padding-top: 60px; }
  .padding-bottom-xl-60 {
    padding-bottom: 60px; }
  .margin-top-xl-60 {
    margin-top: 60px; }
  .margin-bottom-xl-60 {
    margin-bottom: 60px; }
  .padding-top-xl-70 {
    padding-top: 70px; }
  .padding-bottom-xl-70 {
    padding-bottom: 70px; }
  .margin-top-xl-70 {
    margin-top: 70px; }
  .margin-bottom-xl-70 {
    margin-bottom: 70px; }
  .padding-top-xl-80 {
    padding-top: 80px; }
  .padding-bottom-xl-80 {
    padding-bottom: 80px; }
  .margin-top-xl-80 {
    margin-top: 80px; }
  .margin-bottom-xl-80 {
    margin-bottom: 80px; }
  .padding-top-xl-90 {
    padding-top: 90px; }
  .padding-bottom-xl-90 {
    padding-bottom: 90px; }
  .margin-top-xl-90 {
    margin-top: 90px; }
  .margin-bottom-xl-90 {
    margin-bottom: 90px; }
  .padding-top-xl-100 {
    padding-top: 100px; }
  .padding-bottom-xl-100 {
    padding-bottom: 100px; }
  .margin-top-xl-100 {
    margin-top: 100px; }
  .margin-bottom-xl-100 {
    margin-bottom: 100px; }
  .padding-top-xl-110 {
    padding-top: 110px; }
  .padding-bottom-xl-110 {
    padding-bottom: 110px; }
  .margin-top-xl-110 {
    margin-top: 110px; }
  .margin-bottom-xl-110 {
    margin-bottom: 110px; }
  .padding-top-xl-120 {
    padding-top: 120px; }
  .padding-bottom-xl-120 {
    padding-bottom: 120px; }
  .margin-top-xl-120 {
    margin-top: 120px; }
  .margin-bottom-xl-120 {
    margin-bottom: 120px; }
  .padding-top-xl-130 {
    padding-top: 130px; }
  .padding-bottom-xl-130 {
    padding-bottom: 130px; }
  .margin-top-xl-130 {
    margin-top: 130px; }
  .margin-bottom-xl-130 {
    margin-bottom: 130px; }
  .padding-top-xl-140 {
    padding-top: 140px; }
  .padding-bottom-xl-140 {
    padding-bottom: 140px; }
  .margin-top-xl-140 {
    margin-top: 140px; }
  .margin-bottom-xl-140 {
    margin-bottom: 140px; }
  .padding-top-xl-150 {
    padding-top: 150px; }
  .padding-bottom-xl-150 {
    padding-bottom: 150px; }
  .margin-top-xl-150 {
    margin-top: 150px; }
  .margin-bottom-xl-150 {
    margin-bottom: 150px; }
  .padding-top-xl-160 {
    padding-top: 160px; }
  .padding-bottom-xl-160 {
    padding-bottom: 160px; }
  .margin-top-xl-160 {
    margin-top: 160px; }
  .margin-bottom-xl-160 {
    margin-bottom: 160px; }
  .padding-top-xl-170 {
    padding-top: 170px; }
  .padding-bottom-xl-170 {
    padding-bottom: 170px; }
  .margin-top-xl-170 {
    margin-top: 170px; }
  .margin-bottom-xl-170 {
    margin-bottom: 170px; }
  .padding-top-xl-180 {
    padding-top: 180px; }
  .padding-bottom-xl-180 {
    padding-bottom: 180px; }
  .margin-top-xl-180 {
    margin-top: 180px; }
  .margin-bottom-xl-180 {
    margin-bottom: 180px; }
  .padding-top-xl-190 {
    padding-top: 190px; }
  .padding-bottom-xl-190 {
    padding-bottom: 190px; }
  .margin-top-xl-190 {
    margin-top: 190px; }
  .margin-bottom-xl-190 {
    margin-bottom: 190px; }
  .padding-top-xl-200 {
    padding-top: 200px; }
  .padding-bottom-xl-200 {
    padding-bottom: 200px; }
  .margin-top-xl-200 {
    margin-top: 200px; }
  .margin-bottom-xl-200 {
    margin-bottom: 200px; }
  .padding-top-xl-210 {
    padding-top: 210px; }
  .padding-bottom-xl-210 {
    padding-bottom: 210px; }
  .margin-top-xl-210 {
    margin-top: 210px; }
  .margin-bottom-xl-210 {
    margin-bottom: 210px; }
  .padding-top-xl-220 {
    padding-top: 220px; }
  .padding-bottom-xl-220 {
    padding-bottom: 220px; }
  .margin-top-xl-220 {
    margin-top: 220px; }
  .margin-bottom-xl-220 {
    margin-bottom: 220px; } }

@media (min-width: 2200px) {
  .padding-top-xml-0 {
    padding-top: 0px; }
  .padding-bottom-xml-0 {
    padding-bottom: 0px; }
  .margin-top-xml-0 {
    margin-top: 0px; }
  .margin-bottom-xml-0 {
    margin-bottom: 0px; }
  .padding-top-xml-5 {
    padding-top: 5px; }
  .padding-bottom-xml-5 {
    padding-bottom: 5px; }
  .margin-top-xml-5 {
    margin-top: 5px; }
  .margin-bottom-xml-5 {
    margin-bottom: 5px; }
  .padding-top-xml-10 {
    padding-top: 10px; }
  .padding-bottom-xml-10 {
    padding-bottom: 10px; }
  .margin-top-xml-10 {
    margin-top: 10px; }
  .margin-bottom-xml-10 {
    margin-bottom: 10px; }
  .padding-top-xml-15 {
    padding-top: 15px; }
  .padding-bottom-xml-15 {
    padding-bottom: 15px; }
  .margin-top-xml-15 {
    margin-top: 15px; }
  .margin-bottom-xml-15 {
    margin-bottom: 15px; }
  .padding-top-xml-20 {
    padding-top: 20px; }
  .padding-bottom-xml-20 {
    padding-bottom: 20px; }
  .margin-top-xml-20 {
    margin-top: 20px; }
  .margin-bottom-xml-20 {
    margin-bottom: 20px; }
  .padding-top-xml-30 {
    padding-top: 30px; }
  .padding-bottom-xml-30 {
    padding-bottom: 30px; }
  .margin-top-xml-30 {
    margin-top: 30px; }
  .margin-bottom-xml-30 {
    margin-bottom: 30px; }
  .padding-top-xml-40 {
    padding-top: 40px; }
  .padding-bottom-xml-40 {
    padding-bottom: 40px; }
  .margin-top-xml-40 {
    margin-top: 40px; }
  .margin-bottom-xml-40 {
    margin-bottom: 40px; }
  .padding-top-xml-50 {
    padding-top: 50px; }
  .padding-bottom-xml-50 {
    padding-bottom: 50px; }
  .margin-top-xml-50 {
    margin-top: 50px; }
  .margin-bottom-xml-50 {
    margin-bottom: 50px; }
  .padding-top-xml-60 {
    padding-top: 60px; }
  .padding-bottom-xml-60 {
    padding-bottom: 60px; }
  .margin-top-xml-60 {
    margin-top: 60px; }
  .margin-bottom-xml-60 {
    margin-bottom: 60px; }
  .padding-top-xml-70 {
    padding-top: 70px; }
  .padding-bottom-xml-70 {
    padding-bottom: 70px; }
  .margin-top-xml-70 {
    margin-top: 70px; }
  .margin-bottom-xml-70 {
    margin-bottom: 70px; }
  .padding-top-xml-80 {
    padding-top: 80px; }
  .padding-bottom-xml-80 {
    padding-bottom: 80px; }
  .margin-top-xml-80 {
    margin-top: 80px; }
  .margin-bottom-xml-80 {
    margin-bottom: 80px; }
  .padding-top-xml-90 {
    padding-top: 90px; }
  .padding-bottom-xml-90 {
    padding-bottom: 90px; }
  .margin-top-xml-90 {
    margin-top: 90px; }
  .margin-bottom-xml-90 {
    margin-bottom: 90px; }
  .padding-top-xml-100 {
    padding-top: 100px; }
  .padding-bottom-xml-100 {
    padding-bottom: 100px; }
  .margin-top-xml-100 {
    margin-top: 100px; }
  .margin-bottom-xml-100 {
    margin-bottom: 100px; }
  .padding-top-xml-110 {
    padding-top: 110px; }
  .padding-bottom-xml-110 {
    padding-bottom: 110px; }
  .margin-top-xml-110 {
    margin-top: 110px; }
  .margin-bottom-xml-110 {
    margin-bottom: 110px; }
  .padding-top-xml-120 {
    padding-top: 120px; }
  .padding-bottom-xml-120 {
    padding-bottom: 120px; }
  .margin-top-xml-120 {
    margin-top: 120px; }
  .margin-bottom-xml-120 {
    margin-bottom: 120px; }
  .padding-top-xml-130 {
    padding-top: 130px; }
  .padding-bottom-xml-130 {
    padding-bottom: 130px; }
  .margin-top-xml-130 {
    margin-top: 130px; }
  .margin-bottom-xml-130 {
    margin-bottom: 130px; }
  .padding-top-xml-140 {
    padding-top: 140px; }
  .padding-bottom-xml-140 {
    padding-bottom: 140px; }
  .margin-top-xml-140 {
    margin-top: 140px; }
  .margin-bottom-xml-140 {
    margin-bottom: 140px; }
  .padding-top-xml-150 {
    padding-top: 150px; }
  .padding-bottom-xml-150 {
    padding-bottom: 150px; }
  .margin-top-xml-150 {
    margin-top: 150px; }
  .margin-bottom-xml-150 {
    margin-bottom: 150px; }
  .padding-top-xml-160 {
    padding-top: 160px; }
  .padding-bottom-xml-160 {
    padding-bottom: 160px; }
  .margin-top-xml-160 {
    margin-top: 160px; }
  .margin-bottom-xml-160 {
    margin-bottom: 160px; }
  .padding-top-xml-170 {
    padding-top: 170px; }
  .padding-bottom-xml-170 {
    padding-bottom: 170px; }
  .margin-top-xml-170 {
    margin-top: 170px; }
  .margin-bottom-xml-170 {
    margin-bottom: 170px; }
  .padding-top-xml-180 {
    padding-top: 180px; }
  .padding-bottom-xml-180 {
    padding-bottom: 180px; }
  .margin-top-xml-180 {
    margin-top: 180px; }
  .margin-bottom-xml-180 {
    margin-bottom: 180px; }
  .padding-top-xml-190 {
    padding-top: 190px; }
  .padding-bottom-xml-190 {
    padding-bottom: 190px; }
  .margin-top-xml-190 {
    margin-top: 190px; }
  .margin-bottom-xml-190 {
    margin-bottom: 190px; }
  .padding-top-xml-200 {
    padding-top: 200px; }
  .padding-bottom-xml-200 {
    padding-bottom: 200px; }
  .margin-top-xml-200 {
    margin-top: 200px; }
  .margin-bottom-xml-200 {
    margin-bottom: 200px; }
  .padding-top-xml-210 {
    padding-top: 210px; }
  .padding-bottom-xml-210 {
    padding-bottom: 210px; }
  .margin-top-xml-210 {
    margin-top: 210px; }
  .margin-bottom-xml-210 {
    margin-bottom: 210px; }
  .padding-top-xml-220 {
    padding-top: 220px; }
  .padding-bottom-xml-220 {
    padding-bottom: 220px; }
  .margin-top-xml-220 {
    margin-top: 220px; }
  .margin-bottom-xml-220 {
    margin-bottom: 220px; } }

@media (min-width: 2200px) {
  .padding-top-xxl-0 {
    padding-top: 0px; }
  .padding-bottom-xxl-0 {
    padding-bottom: 0px; }
  .margin-top-xxl-0 {
    margin-top: 0px; }
  .margin-bottom-xxl-0 {
    margin-bottom: 0px; }
  .padding-top-xxl-5 {
    padding-top: 5px; }
  .padding-bottom-xxl-5 {
    padding-bottom: 5px; }
  .margin-top-xxl-5 {
    margin-top: 5px; }
  .margin-bottom-xxl-5 {
    margin-bottom: 5px; }
  .padding-top-xxl-10 {
    padding-top: 10px; }
  .padding-bottom-xxl-10 {
    padding-bottom: 10px; }
  .margin-top-xxl-10 {
    margin-top: 10px; }
  .margin-bottom-xxl-10 {
    margin-bottom: 10px; }
  .padding-top-xxl-15 {
    padding-top: 15px; }
  .padding-bottom-xxl-15 {
    padding-bottom: 15px; }
  .margin-top-xxl-15 {
    margin-top: 15px; }
  .margin-bottom-xxl-15 {
    margin-bottom: 15px; }
  .padding-top-xxl-20 {
    padding-top: 20px; }
  .padding-bottom-xxl-20 {
    padding-bottom: 20px; }
  .margin-top-xxl-20 {
    margin-top: 20px; }
  .margin-bottom-xxl-20 {
    margin-bottom: 20px; }
  .padding-top-xxl-30 {
    padding-top: 30px; }
  .padding-bottom-xxl-30 {
    padding-bottom: 30px; }
  .margin-top-xxl-30 {
    margin-top: 30px; }
  .margin-bottom-xxl-30 {
    margin-bottom: 30px; }
  .padding-top-xxl-40 {
    padding-top: 40px; }
  .padding-bottom-xxl-40 {
    padding-bottom: 40px; }
  .margin-top-xxl-40 {
    margin-top: 40px; }
  .margin-bottom-xxl-40 {
    margin-bottom: 40px; }
  .padding-top-xxl-50 {
    padding-top: 50px; }
  .padding-bottom-xxl-50 {
    padding-bottom: 50px; }
  .margin-top-xxl-50 {
    margin-top: 50px; }
  .margin-bottom-xxl-50 {
    margin-bottom: 50px; }
  .padding-top-xxl-60 {
    padding-top: 60px; }
  .padding-bottom-xxl-60 {
    padding-bottom: 60px; }
  .margin-top-xxl-60 {
    margin-top: 60px; }
  .margin-bottom-xxl-60 {
    margin-bottom: 60px; }
  .padding-top-xxl-70 {
    padding-top: 70px; }
  .padding-bottom-xxl-70 {
    padding-bottom: 70px; }
  .margin-top-xxl-70 {
    margin-top: 70px; }
  .margin-bottom-xxl-70 {
    margin-bottom: 70px; }
  .padding-top-xxl-80 {
    padding-top: 80px; }
  .padding-bottom-xxl-80 {
    padding-bottom: 80px; }
  .margin-top-xxl-80 {
    margin-top: 80px; }
  .margin-bottom-xxl-80 {
    margin-bottom: 80px; }
  .padding-top-xxl-90 {
    padding-top: 90px; }
  .padding-bottom-xxl-90 {
    padding-bottom: 90px; }
  .margin-top-xxl-90 {
    margin-top: 90px; }
  .margin-bottom-xxl-90 {
    margin-bottom: 90px; }
  .padding-top-xxl-100 {
    padding-top: 100px; }
  .padding-bottom-xxl-100 {
    padding-bottom: 100px; }
  .margin-top-xxl-100 {
    margin-top: 100px; }
  .margin-bottom-xxl-100 {
    margin-bottom: 100px; }
  .padding-top-xxl-110 {
    padding-top: 110px; }
  .padding-bottom-xxl-110 {
    padding-bottom: 110px; }
  .margin-top-xxl-110 {
    margin-top: 110px; }
  .margin-bottom-xxl-110 {
    margin-bottom: 110px; }
  .padding-top-xxl-120 {
    padding-top: 120px; }
  .padding-bottom-xxl-120 {
    padding-bottom: 120px; }
  .margin-top-xxl-120 {
    margin-top: 120px; }
  .margin-bottom-xxl-120 {
    margin-bottom: 120px; }
  .padding-top-xxl-130 {
    padding-top: 130px; }
  .padding-bottom-xxl-130 {
    padding-bottom: 130px; }
  .margin-top-xxl-130 {
    margin-top: 130px; }
  .margin-bottom-xxl-130 {
    margin-bottom: 130px; }
  .padding-top-xxl-140 {
    padding-top: 140px; }
  .padding-bottom-xxl-140 {
    padding-bottom: 140px; }
  .margin-top-xxl-140 {
    margin-top: 140px; }
  .margin-bottom-xxl-140 {
    margin-bottom: 140px; }
  .padding-top-xxl-150 {
    padding-top: 150px; }
  .padding-bottom-xxl-150 {
    padding-bottom: 150px; }
  .margin-top-xxl-150 {
    margin-top: 150px; }
  .margin-bottom-xxl-150 {
    margin-bottom: 150px; }
  .padding-top-xxl-160 {
    padding-top: 160px; }
  .padding-bottom-xxl-160 {
    padding-bottom: 160px; }
  .margin-top-xxl-160 {
    margin-top: 160px; }
  .margin-bottom-xxl-160 {
    margin-bottom: 160px; }
  .padding-top-xxl-170 {
    padding-top: 170px; }
  .padding-bottom-xxl-170 {
    padding-bottom: 170px; }
  .margin-top-xxl-170 {
    margin-top: 170px; }
  .margin-bottom-xxl-170 {
    margin-bottom: 170px; }
  .padding-top-xxl-180 {
    padding-top: 180px; }
  .padding-bottom-xxl-180 {
    padding-bottom: 180px; }
  .margin-top-xxl-180 {
    margin-top: 180px; }
  .margin-bottom-xxl-180 {
    margin-bottom: 180px; }
  .padding-top-xxl-190 {
    padding-top: 190px; }
  .padding-bottom-xxl-190 {
    padding-bottom: 190px; }
  .margin-top-xxl-190 {
    margin-top: 190px; }
  .margin-bottom-xxl-190 {
    margin-bottom: 190px; }
  .padding-top-xxl-200 {
    padding-top: 200px; }
  .padding-bottom-xxl-200 {
    padding-bottom: 200px; }
  .margin-top-xxl-200 {
    margin-top: 200px; }
  .margin-bottom-xxl-200 {
    margin-bottom: 200px; }
  .padding-top-xxl-210 {
    padding-top: 210px; }
  .padding-bottom-xxl-210 {
    padding-bottom: 210px; }
  .margin-top-xxl-210 {
    margin-top: 210px; }
  .margin-bottom-xxl-210 {
    margin-bottom: 210px; }
  .padding-top-xxl-220 {
    padding-top: 220px; }
  .padding-bottom-xxl-220 {
    padding-bottom: 220px; }
  .margin-top-xxl-220 {
    margin-top: 220px; }
  .margin-bottom-xxl-220 {
    margin-bottom: 220px; } }

@media (min-width: 576px) {
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

a {
  color: #1d1d1b;
  text-decoration: none; }
  a.link-secondary {
    color: #1d1d1b; }
  a a:link a:visited {
    color: inherit; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

.fc-primary {
  color: #1d1d1b !important; }

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

.border-primary {
  border: 1px solid #1d1d1b; }

.fc-secondary {
  color: #1d1d1b !important; }

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

.border-secondary {
  border: 1px solid #1d1d1b; }

.fc-black {
  color: #000000 !important; }

.bg-black {
  background-color: #000000 !important; }

.border-black {
  border: 1px solid #000000; }

.fc-darkgrey {
  color: #9B9B9B !important; }

.bg-darkgrey {
  background-color: #9B9B9B !important; }

.border-darkgrey {
  border: 1px solid #9B9B9B; }

.fc-lightgrey {
  color: #EEEEEE !important; }

.bg-lightgrey {
  background-color: #EEEEEE !important; }

.border-lightgrey {
  border: 1px solid #EEEEEE; }

.fc-white {
  color: #FFFFFF !important; }

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

.border-white {
  border: 1px solid #FFFFFF; }

.fc-error {
  color: #D0021B !important; }

.bg-error {
  background-color: #D0021B !important; }

.border-error {
  border: 1px solid #D0021B; }

.fc-warning {
  color: #F5A623 !important; }

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

.border-warning {
  border: 1px solid #F5A623; }

.fc-success {
  color: #7ED321 !important; }

.bg-success {
  background-color: #7ED321 !important; }

.border-success {
  border: 1px solid #7ED321; }

.fc-disabled {
  color: #EEEEEE !important; }

.bg-disabled {
  background-color: #EEEEEE !important; }

.border-disabled {
  border: 1px solid #EEEEEE; }

.fc-facebook {
  color: #3B5998 !important; }

.bg-facebook {
  background-color: #3B5998 !important; }

.border-facebook {
  border: 1px solid #3B5998; }

.fc-twitter {
  color: #1DA1F2 !important; }

.bg-twitter {
  background-color: #1DA1F2 !important; }

.border-twitter {
  border: 1px solid #1DA1F2; }

.fc-googleplus {
  color: #DD4B39 !important; }

.bg-googleplus {
  background-color: #DD4B39 !important; }

.border-googleplus {
  border: 1px solid #DD4B39; }

.fc-linkedin {
  color: #0077B5 !important; }

.bg-linkedin {
  background-color: #0077B5 !important; }

.border-linkedin {
  border: 1px solid #0077B5; }

.fc-instagram {
  color: #E1306C !important; }

.bg-instagram {
  background-color: #E1306C !important; }

.border-instagram {
  border: 1px solid #E1306C; }

.fc-slack {
  color: #E9A820 !important; }

.bg-slack {
  background-color: #E9A820 !important; }

.border-slack {
  border: 1px solid #E9A820; }

.fc-youtube {
  color: #CD201F !important; }

.bg-youtube {
  background-color: #CD201F !important; }

.border-youtube {
  border: 1px solid #CD201F; }

.fc-dribbble {
  color: #EA4C89 !important; }

.bg-dribbble {
  background-color: #EA4C89 !important; }

.border-dribbble {
  border: 1px solid #EA4C89; }

.fc-bodycolor {
  color: #1d1d1b !important; }

.bg-bodycolor {
  background-color: #1d1d1b !important; }

.border-bodycolor {
  border: 1px solid #1d1d1b; }

.fc-headingcolor {
  color: #1d1d1b !important; }

.bg-headingcolor {
  background-color: #1d1d1b !important; }

.border-headingcolor {
  border: 1px solid #1d1d1b; }

@media (min-width: 768px) {
  a {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease; }
    a.link-secondary:hover {
      color: #454540; } }

@font-face {
  font-family: SackersGothic;
  font-weight: Heavy;
  src: url("../fonts/sackers-gothic/SackersGothicStd-Heavy.otf") format("opentype"); }

/* @font-face {
 *   font-family: SackersGothic;
 *   font-weight: 300;
 *   src: url("../fonts/sackers-gothic/SackersGothicStd-Light.otf") format("opentype");
 * }
 *
 * @font-face {
 *   font-family: SackersGothic;
 *   font-weight: 400;
 *   src: url("../fonts/sackers-gothic/SackersGothicStd-Medium.otf") format("opentype");
 * } */
@font-face {
  font-family: SangBleu;
  font-weight: 300;
  src: url("../fonts/sang-bleu/SangBleuBP-Light.otf") format("opentype"); }

@font-face {
  font-family: SangBleu;
  font-weight: 300;
  src: url("../fonts/sang-bleu/SangBleuBP-LightItalic.otf") format("opentype"); }

@font-face {
  font-family: 'goergia';
  font-weight: normal;
  src: url("../fonts/goergia/goergia.eot");
  src: url("../fonts/goergia/goergia.eot?#iefix") format("embedded-opentype"), url("../fonts/goergia/goergia.woff") format("woff"), url("../fonts/goergia/goergia.ttf") format("truetype"), url("../fonts/goergia/goergia.svg#svgFontName") format("svg"); }

body {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: #1d1d1b;
  font-family: "georgia";
  overflow-x: hidden; }
  body.padding-animation {
    animation: animate 1s forwards; }
  @media (min-width: 2200px) {
    body {
      font-size: 26px;
      line-height: 35px; } }

@keyframes animate {
  0% {
    padding-top: 300px; }
  100% {
    padding-top: 0px; } }

.heading, h1, .fs-1, h2, .fs-2, h3, .fs-3, h4, .fs-4, h5, .fs-5, h6, .fs-6, label, input, .fs-7 {
  font-family: "SackersGothic";
  font-weight: 300;
  color: #1d1d1b;
  letter-spacing: 0.043em; }
  .heading strong, h1 strong, .fs-1 strong, h2 strong, .fs-2 strong, h3 strong, .fs-3 strong, h4 strong, .fs-4 strong, h5 strong, .fs-5 strong, h6 strong, .fs-6 strong, label strong, input strong, .fs-7 strong {
    font-weight: 400; }

.body, h6, .fs-6, small, .fs-8 {
  font-family: "georgia";
  font-weight: 300;
  color: #1d1d1b; }

#main-wrapper {
  position: relative;
  width: 100%;
  overflow-x: hidden; }

.main-wrapper {
  position: relative;
  width: 100%;
  padding-top: 111px;
  padding-bottom: 80px;
  z-index: 10;
  background: #FFFFFF;
  opacity: 0;
  transform: translate3d(0, 80px, 0);
  -webkit-transition: opacity 0.3s ease-in-out, transform 0.4s cubic-bezier(0.6, 0.18, 0, 1.01);
  -moz-transition: opacity 0.3s ease-in-out, transform 0.4s cubic-bezier(0.6, 0.18, 0, 1.01);
  -ms-transition: opacity 0.3s ease-in-out, transform 0.4s cubic-bezier(0.6, 0.18, 0, 1.01);
  -o-transition: opacity 0.3s ease-in-out, transform 0.4s cubic-bezier(0.6, 0.18, 0, 1.01);
  transition: opacity 0.3s ease-in-out, transform 0.4s cubic-bezier(0.6, 0.18, 0, 1.01); }
  .main-wrapper.show {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  .main-wrapper .content-wrapper {
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
    transition: transform .5s ease-in-out; }
    @media (max-width: 2199px) {
      .main-wrapper .content-wrapper {
        padding-left: 25px;
        padding-right: 25px; } }
    @media (max-width: 1199px) {
      .main-wrapper .content-wrapper {
        padding-left: 18px;
        padding-right: 18px; } }
  @media (max-width: 2199px) {
    .main-wrapper {
      padding-top: 80px; } }
  @media (max-width: 1199px) {
    .main-wrapper {
      padding-bottom: 40px; } }
  @media (max-width: 767px) {
    .main-wrapper {
      padding-top: 68px; } }

.block-title {
  font-size: 26px;
  line-height: 31px;
  padding-bottom: 30px; }
  @media (max-width: 2199px) {
    .block-title {
      font-size: 16px;
      line-height: 23px;
      padding-bottom: 20px; } }
  @media (max-width: 767px) {
    .block-title {
      font-size: 16px;
      line-height: 20px;
      padding-bottom: 15px; } }

.banner-title {
  position: relative;
  color: #FFFFFF;
  font-size: 48px;
  line-height: 64px;
  max-width: 980px;
  text-align: center;
  opacity: 1; }
  @media (max-width: 2199px) {
    .banner-title {
      font-size: 32px;
      line-height: 42px;
      max-width: 700px; } }
  @media (max-width: 767px) {
    .banner-title {
      font-size: 28px;
      line-height: 37px; } }
  @media (max-width: 575px) {
    .banner-title {
      font-size: 21px;
      line-height: 28px; } }

.space-title, .credit-title, .header .header-title, .header .header-title.single-post .now-reading, .contents-menu-cork-page h6, .cork-page-right-menu .tab-trigger-button a, .cork-page-right-menu .area-title {
  font-family: "SackersGothic";
  text-transform: uppercase;
  letter-spacing: 0.043em;
  font-size: 16px; }
  @media (max-width: 2199px) {
    .space-title, .credit-title, .header .header-title, .header .header-title.single-post .now-reading, .contents-menu-cork-page h6, .cork-page-right-menu .tab-trigger-button a, .cork-page-right-menu .area-title {
      font-size: 12px;
      line-height: 24px; } }
  @media (max-width: 767px) {
    .space-title, .credit-title, .header .header-title, .header .header-title.single-post .now-reading, .contents-menu-cork-page h6, .cork-page-right-menu .tab-trigger-button a, .cork-page-right-menu .area-title {
      font-size: 10px;
      line-height: 19px; } }

.sticky-post-title {
  font-family: "SangBleu";
  font-size: 72px;
  line-height: 94px;
  color: #FFFFFF;
  text-transform: initial !important;
  font-weight: 300;
  letter-spacing: 0;
  text-align: center; }
  .sticky-post-title.double {
    font-size: 150px;
    line-height: 1.5; }
  @media (max-width: 2199px) {
    .sticky-post-title {
      font-size: 52px;
      line-height: 71px; } }
  @media (max-width: 767px) {
    .sticky-post-title {
      font-size: 36px;
      line-height: 70px; }
      .sticky-post-title.double {
        font-size: 60px;
        line-height: 1.5; } }

.grid-post-title, .blockquote-title, .single-post-content-section .block-post-content blockquote p, .single-post-content-section .block-post-quote p {
  font-family: "SangBleu";
  font-size: 36px;
  line-height: 47px;
  text-transform: capitalize !important;
  font-weight: 300;
  letter-spacing: 0; }
  @media (max-width: 2199px) {
    .grid-post-title, .blockquote-title, .single-post-content-section .block-post-content blockquote p, .single-post-content-section .block-post-quote p {
      font-size: 28px;
      line-height: 37px; } }
  @media (max-width: 767px) {
    .grid-post-title, .blockquote-title, .single-post-content-section .block-post-content blockquote p, .single-post-content-section .block-post-quote p {
      font-size: 21px;
      line-height: 25px; } }

.blockquote-title, .single-post-content-section .block-post-content blockquote p, .single-post-content-section .block-post-quote p {
  padding: 60px 0px 90px;
  margin: 0 auto !important;
  text-align: center;
  font-size: 50px;
  line-height: 64px;
  max-width: 790px;
  text-transform: none !important; }
  @media (max-width: 2199px) {
    .blockquote-title, .single-post-content-section .block-post-content blockquote p, .single-post-content-section .block-post-quote p {
      max-width: 514px;
      font-size: 30px;
      line-height: 38px; } }

.credit-title {
  font-size: 22px;
  text-align: center;
  font-weight: 400;
  padding-bottom: 10px;
  padding-top: 50px; }
  @media (max-width: 2199px) {
    .credit-title {
      font-size: 16px; } }

.grid-center {
  margin: 0 auto; }

h1, .fs-1 {
  font-size: 32px;
  line-height: 48px; }

h2, .fs-2 {
  font-size: 28px;
  line-height: 42px; }

h3, .fs-3 {
  font-size: 24px;
  line-height: 36px; }

h4, .fs-4 {
  font-size: 20px;
  line-height: 30px; }

h5, .fs-5 {
  font-size: 18px;
  line-height: 27px; }

h6, .fs-6 {
  line-height: 24px; }

label, input, .fs-7 {
  font-size: 16px;
  line-height: 30px; }

small, .fs-8 {
  font-size: 14px;
  line-height: 21px; }

@media (min-width: 768px) {
  h1, .fs-1 {
    font-size: 50px;
    line-height: 75px; }
  h2, .fs-2 {
    font-size: 36px;
    line-height: 54px; }
  h3, .fs-3 {
    font-size: 26px;
    line-height: 39px; }
  h4, .fs-4 {
    font-size: 24px;
    line-height: 36px; }
  h5, .fs-5 {
    font-size: 20px;
    line-height: 30px; }
  h6, .fs-6 {
    font-size: 18px;
    line-height: 30px; }
  label, input, .fs-7 {
    font-size: 16px;
    line-height: 30px; }
  small, .fs-8 {
    font-size: 14px;
    line-height: 21px; } }

.fs-menu, .main-nav .nav-menu li a {
  font-size: 31px; }

.fs-menu-query, .main-nav .enquiry-area ul li a {
  font-size: 16px; }

.fs-menu-details, .main-nav .nav-menu li span, .footer p {
  font-size: 26px;
  line-height: 35px; }

.fs-full-image, .block-feature-image .image-container h3 {
  font-size: 48px; }

@media (max-width: 2199px) {
  .fs-menu, .main-nav .nav-menu li a {
    font-size: 18px; }
  .fs-menu-details, .main-nav .nav-menu li span, .footer p {
    font-size: 20px;
    line-height: 32px; }
  .fs-full-image, .block-feature-image .image-container h3 {
    font-size: 32px; }
  .fs-menu-query, .main-nav .enquiry-area ul li a {
    font-size: 12px; } }

@media (max-width: 991px) {
  .fs-menu-query, .main-nav .enquiry-area ul li a {
    font-size: 11px; }
  .fs-menu, .main-nav .nav-menu li a {
    font-size: 18px;
    line-height: 30px; }
  .fs-menu-details, .main-nav .nav-menu li span, .footer p {
    font-size: 16px;
    line-height: 28px; }
  .fs-full-image, .block-feature-image .image-container h3 {
    font-size: 21px; } }

@media (max-width: 767px) {
  .fs-menu, .main-nav .nav-menu li a {
    font-size: 18px;
    line-height: 68px; } }

.fw-300 {
  font-weight: 300; }

.fw-400 {
  font-weight: 400; }

.fw-600, strong, b {
  font-weight: 600; }

.fw-800 {
  font-weight: 800; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase, .heading, h1, .fs-1, h2, .fs-2, h3, .fs-3, h4, .fs-4, h5, .fs-5, h6, .fs-6, label, input, .fs-7 {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.text-italic {
  font-style: italic; }

.text-underline {
  text-decoration: underline; }

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

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

.text-center, .block-info-graphic .info-single {
  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; } }

@media (min-width: 2200px) {
  .text-xml-left {
    text-align: left !important; }
  .text-xml-right {
    text-align: right !important; }
  .text-xml-center {
    text-align: center !important; } }

@media (min-width: 2200px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

ul, ol {
  list-style: none;
  padding: 0; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

hr {
  border: 0;
  border-bottom: 1px solid #D8D8D8;
  height: 1px;
  background: none; }

@media (max-width: 767px) {
  .hide-mobile {
    display: none !important; } }

.header-height, .header, .main-nav .header-nav, .contents-menu-cork-page h6, .cork-page-right-menu .tab-trigger-button a {
  height: 111px !important; }
  @media (max-width: 2199px) {
    .header-height, .header, .main-nav .header-nav, .contents-menu-cork-page h6, .cork-page-right-menu .tab-trigger-button a {
      height: 80px !important; } }
  @media (max-width: 767px) {
    .header-height, .header, .main-nav .header-nav, .contents-menu-cork-page h6, .cork-page-right-menu .tab-trigger-button a {
      height: 68px !important; } }

.progress-top, .post-progress {
  top: 111px; }
  @media (max-width: 2199px) {
    .progress-top, .post-progress {
      top: 82px; } }
  @media (max-width: 767px) {
    .progress-top, .post-progress {
      top: 70px; } }

.sticky-top, .sticky-image-post {
  top: 111px; }
  @media (max-width: 2199px) {
    .sticky-top, .sticky-image-post {
      top: 80px; } }
  @media (max-width: 767px) {
    .sticky-top, .sticky-image-post {
      top: 68px; } }

.cork-translate, .main-wrapper .content-wrapper.cork-menu-open, .header.cork-menu-open, .footer.cork-menu-open, .contents-menu-cork-page.active, .cork-page-wrapper.cork-menu-open {
  -webkit-transform: translateZ(0);
  -webkit-transform: translateX(-40%);
  transform: translateX(-40%);
  will-change: transform; }
  @media (max-width: 991px) {
    .cork-translate, .main-wrapper .content-wrapper.cork-menu-open, .header.cork-menu-open, .footer.cork-menu-open, .contents-menu-cork-page.active, .cork-page-wrapper.cork-menu-open {
      -webkit-transform: translateX(-60%);
      transform: translateX(-60%); } }
  @media (max-width: 767px) {
    .cork-translate, .main-wrapper .content-wrapper.cork-menu-open, .header.cork-menu-open, .footer.cork-menu-open, .contents-menu-cork-page.active, .cork-page-wrapper.cork-menu-open {
      -webkit-transform: translateX(-85%);
      transform: translateX(-85%); } }

.cork-right-menu-translate {
  right: 40%; }
  @media (max-width: 991px) {
    .cork-right-menu-translate {
      right: 60%; } }
  @media (max-width: 767px) {
    .cork-right-menu-translate {
      right: 85%; } }

.first-letter {
  font-size: 480%;
  float: left;
  padding-top: 36px;
  padding-right: 10px; }
  @media (max-width: 2199px) {
    .first-letter {
      font-size: 480%;
      float: left;
      padding-top: 26px;
      padding-right: 10px;
      padding-bottom: 5px; } }

.page-loader {
  position: fixed;
  top: 70px;
  left: 0;
  z-index: 999;
  background: #fff;
  width: 100%;
  height: 100%; }
  @media (max-width: 767px) {
    .page-loader {
      top: 60px; } }

.header-top-wrapper {
  position: relative;
  background: #FFFFFF;
  width: 100%;
  height: 100px;
  transition: all .3s ease;
  z-index: 99; }

.plr-15 {
  padding-left: 15px;
  padding-right: 15px; }

.icon {
  display: inline-block;
  background: #1d1d1b; }

.icon-block {
  display: block; }

.icon-rotate-90 {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.icon-rotate-180 {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.icon-rotate-270 {
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.icon-16 {
  width: 16px;
  height: 16px; }

.icon-20 {
  width: 20px;
  height: 20px; }

.icon-24 {
  width: 24px;
  height: 24px; }

.icon-32 {
  width: 32px;
  height: 32px; }

.icon-40 {
  width: 40px;
  height: 40px; }

.icon-44 {
  width: 44px;
  height: 44px; }

.icon-50 {
  width: 50px;
  height: 50px; }

.icon-60 {
  width: 60px;
  height: 60px; }

.icon-70 {
  width: 70px;
  height: 70px; }

.icon-80 {
  width: 80px;
  height: 80px; }

.icon-100 {
  width: 100px;
  height: 100px; }

.icon-126 {
  width: 126px;
  height: 126px; }

.icon-150 {
  width: 150px;
  height: 150px; }

.icon-sort {
  -webkit-mask: url(../img/icon/solid/sort.svg) 100% 100%/100% 100% no-repeat;
  mask: url(../img/icon/solid/sort.svg) 100% 100%/100% 100% no-repeat; }

.icon-close {
  -webkit-mask: url(../img/icon/solid/close.svg) 100% 100%/100% 100% no-repeat;
  mask: url(../img/icon/solid/close.svg) 100% 100%/100% 100% no-repeat; }

.icon-loading {
  -webkit-mask: url(../img/icon/solid/loading.svg) 100% 100%/100% 100% no-repeat;
  mask: url(../img/icon/solid/loading.svg) 100% 100%/100% 100% no-repeat; }

.icon-date {
  -webkit-mask: url(../img/icon/solid/date.svg) 100% 100%/100% 100% no-repeat;
  mask: url(../img/icon/solid/date.svg) 100% 100%/100% 100% no-repeat; }

.icon-star-active {
  -webkit-mask: url(../img/icon/solid/star-active.svg) 100% 100%/100% 100% no-repeat;
  mask: url(../img/icon/solid/star-active.svg) 100% 100%/100% 100% no-repeat; }

.icon-divider {
  -webkit-mask: url(../img/icon/solid/divider.svg) 100% 100%/100% 100% no-repeat;
  mask: url(../img/icon/solid/divider.svg) 100% 100%/100% 100% no-repeat; }

.icon-select-active {
  -webkit-mask: url(../img/icon/solid/select-active.svg) 100% 100%/100% 100% no-repeat;
  mask: url(../img/icon/solid/select-active.svg) 100% 100%/100% 100% no-repeat; }

.icon-menu {
  -webkit-mask: url(../img/icon/solid/menu.svg) 100% 100%/100% 100% no-repeat;
  mask: url(../img/icon/solid/menu.svg) 100% 100%/100% 100% no-repeat; }

.icon-heart {
  -webkit-mask: url(../img/icon/solid/heart.svg) 100% 100%/100% 100% no-repeat;
  mask: url(../img/icon/solid/heart.svg) 100% 100%/100% 100% no-repeat; }

.icon-share {
  -webkit-mask: url(../img/icon/solid/share.svg) 100% 100%/100% 100% no-repeat;
  mask: url(../img/icon/solid/share.svg) 100% 100%/100% 100% no-repeat; }

.icon-tag {
  -webkit-mask: url(../img/icon/solid/tag.svg) 100% 100%/100% 100% no-repeat;
  mask: url(../img/icon/solid/tag.svg) 100% 100%/100% 100% no-repeat; }

.icon-warning {
  -webkit-mask: url(../img/icon/solid/warning.svg) 100% 100%/100% 100% no-repeat;
  mask: url(../img/icon/solid/warning.svg) 100% 100%/100% 100% no-repeat; }

.icon-search {
  -webkit-mask: url(../img/icon/solid/search.svg) 100% 100%/100% 100% no-repeat;
  mask: url(../img/icon/solid/search.svg) 100% 100%/100% 100% no-repeat; }

.icon-trash {
  -webkit-mask: url(../img/icon/solid/trash.svg) 100% 100%/100% 100% no-repeat;
  mask: url(../img/icon/solid/trash.svg) 100% 100%/100% 100% no-repeat; }

.icon-checkmark {
  -webkit-mask: url(../img/icon/solid/checkmark.svg) 100% 100%/100% 100% no-repeat;
  mask: url(../img/icon/solid/checkmark.svg) 100% 100%/100% 100% no-repeat; }

.icon-more-detail {
  -webkit-mask: url(../img/icon/solid/more-detail.svg) 100% 100%/100% 100% no-repeat;
  mask: url(../img/icon/solid/more-detail.svg) 100% 100%/100% 100% no-repeat; }

.icon-info {
  -webkit-mask: url(../img/icon/solid/info.svg) 100% 100%/100% 100% no-repeat;
  mask: url(../img/icon/solid/info.svg) 100% 100%/100% 100% no-repeat; }

.icon-copy {
  -webkit-mask: url(../img/icon/solid/copy.svg) 100% 100%/100% 100% no-repeat;
  mask: url(../img/icon/solid/copy.svg) 100% 100%/100% 100% no-repeat; }

.icon-location {
  -webkit-mask: url(../img/icon/solid/location.svg) 100% 100%/100% 100% no-repeat;
  mask: url(../img/icon/solid/location.svg) 100% 100%/100% 100% no-repeat; }

.icon-required {
  -webkit-mask: url(../img/icon/solid/required.svg) 100% 100%/100% 100% no-repeat;
  mask: url(../img/icon/solid/required.svg) 100% 100%/100% 100% no-repeat; }

.icon-heart-solid {
  -webkit-mask: url(../img/icon/solid/heart-solid.svg) 100% 100%/100% 100% no-repeat;
  mask: url(../img/icon/solid/heart-solid.svg) 100% 100%/100% 100% no-repeat; }

.icon-error {
  -webkit-mask: url(../img/icon/solid/error.svg) 100% 100%/100% 100% no-repeat;
  mask: url(../img/icon/solid/error.svg) 100% 100%/100% 100% no-repeat; }

.icon-select {
  -webkit-mask: url(../img/icon/solid/select.svg) 100% 100%/100% 100% no-repeat;
  mask: url(../img/icon/solid/select.svg) 100% 100%/100% 100% no-repeat; }

.icon-star-action {
  -webkit-mask: url(../img/icon/solid/star-action.svg) 100% 100%/100% 100% no-repeat;
  mask: url(../img/icon/solid/star-action.svg) 100% 100%/100% 100% no-repeat; }

.icon-star-inactive {
  -webkit-mask: url(../img/icon/solid/star-inactive.svg) 100% 100%/100% 100% no-repeat;
  mask: url(../img/icon/solid/star-inactive.svg) 100% 100%/100% 100% no-repeat; }

.icon-instagram {
  -webkit-mask: url(../img/icon/social/instagram.svg) 100% 100%/100% 100% no-repeat;
  mask: url(../img/icon/social/instagram.svg) 100% 100%/100% 100% no-repeat; }

.icon-slack {
  -webkit-mask: url(../img/icon/social/slack.svg) 100% 100%/100% 100% no-repeat;
  mask: url(../img/icon/social/slack.svg) 100% 100%/100% 100% no-repeat; }

.icon-googleplus {
  -webkit-mask: url(../img/icon/social/googleplus.svg) 100% 100%/100% 100% no-repeat;
  mask: url(../img/icon/social/googleplus.svg) 100% 100%/100% 100% no-repeat; }

.icon-youtube {
  -webkit-mask: url(../img/icon/social/youtube.svg) 100% 100%/100% 100% no-repeat;
  mask: url(../img/icon/social/youtube.svg) 100% 100%/100% 100% no-repeat; }

.icon-facebook {
  -webkit-mask: url(../img/icon/social/facebook.svg) 100% 100%/100% 100% no-repeat;
  mask: url(../img/icon/social/facebook.svg) 100% 100%/100% 100% no-repeat; }

.icon-twitter {
  -webkit-mask: url(../img/icon/social/twitter.svg) 100% 100%/100% 100% no-repeat;
  mask: url(../img/icon/social/twitter.svg) 100% 100%/100% 100% no-repeat; }

.icon-linkedin {
  -webkit-mask: url(../img/icon/social/linkedin.svg) 100% 100%/100% 100% no-repeat;
  mask: url(../img/icon/social/linkedin.svg) 100% 100%/100% 100% no-repeat; }

.icon-dribbble {
  -webkit-mask: url(../img/icon/social/dribbble.svg) 100% 100%/100% 100% no-repeat;
  mask: url(../img/icon/social/dribbble.svg) 100% 100%/100% 100% no-repeat; }

.logo {
  display: block;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background: url(../img/brand/logo/primary.svg) no-repeat center center;
  background-size: 265px 49px;
  width: 265px;
  height: 49px;
  margin: 0 auto;
  transition: all .1s ease;
  transition-delay: .3s; }
  .logo.white {
    background: url(../img/brand/logo/primary-white.svg) no-repeat center center; }
  .logo.secondary {
    background: url(../img/brand/logo/secondary.svg) no-repeat center center;
    background-size: 265px 49px; }
  .logo.emblem {
    background: url(../img/brand/logo/emblem.svg) no-repeat center center;
    background-size: 50px;
    height: 50px;
    width: 50px; }
  .logo a {
    display: block;
    width: 265px;
    height: 49px; }
  @media (max-width: 2199px) {
    .logo {
      background-size: 190px 35px !important;
      width: 190px;
      height: 35px; }
      .logo a {
        width: 190px;
        height: 35px; } }
  @media (max-width: 767px) {
    .logo {
      background-size: 181px 33px !important;
      width: 181px;
      height: 33px; }
      .logo a {
        width: 181px;
        height: 33px; } }

.btn,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
  display: inline-block;
  padding: 23.5px 24px;
  font-family: "SackersGothic";
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-transform: capitalize;
  color: white;
  background-color: #1d1d1b;
  background-clip: border-box;
  border: 1px solid #1d1d1b;
  text-decoration: none;
  text-align: center;
  width: auto;
  appearance: none;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-appearance: none; }

.btn.btn-primary {
  position: relative;
  z-index: 9;
  color: #000000 !important;
  padding: 0;
  background-color: transparent !important;
  position: relative;
  min-width: 293px;
  border: 1px solid #a3a3a3 !important;
  height: 69px;
  text-transform: uppercase;
  line-height: 69px;
  transition: all .3s ease;
  transition-delay: .2s;
  letter-spacing: 0.043em;
  overflow: hidden; }
  .btn.btn-primary:before {
    content: '';
    width: 240px;
    height: 6px;
    background: #000000;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -120px;
    transition: all .3s ease .25s; }
  .btn.btn-primary:after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background: #000000;
    transition: all .2s ease .1s;
    z-index: -1; }
  .btn.btn-primary:hover {
    color: #FFFFFF !important;
    border-color: #000000 !important; }
    .btn.btn-primary:hover:before {
      left: 0;
      width: 100% !important;
      margin-left: 0 !important;
      transition: all .2s ease 0s; }
    .btn.btn-primary:hover:after {
      top: 0;
      transition: all .2s ease .2s; }
  .btn.btn-primary.white {
    border-color: #FFFFFF;
    color: #FFFFFF !important; }
    .btn.btn-primary.white:hover {
      border-color: #FFFFFF !important;
      color: #000000 !important; }
    .btn.btn-primary.white:before {
      background: #FFFFFF; }
    .btn.btn-primary.white:after {
      background: #FFFFFF; }
  .btn.btn-primary.btn-large {
    min-width: 319px;
    height: 76px;
    line-height: 76px; }
  @media (max-width: 2199px) {
    .btn.btn-primary, .btn.btn-primary.btn-large {
      min-width: 205px;
      height: 51px;
      font-size: 11px;
      line-height: 51px;
      padding: 0 20px; }
      .btn.btn-primary:before, .btn.btn-primary.btn-large:before {
        width: 170px;
        height: 5px;
        margin-left: -85px; } }
  @media (max-width: 991px) {
    .btn.btn-primary, .btn.btn-primary.btn-large {
      min-width: 161px;
      height: 47px;
      font-size: 9px;
      line-height: 47px; }
      .btn.btn-primary:before, .btn.btn-primary.btn-large:before {
        width: 140px;
        height: 5px;
        margin-left: -70px; } }

.btn.btn-primary,
button.btn-primary,
input[type="button"].btn-primary,
input[type="submit"].btn-primary,
input[type="reset"].btn-primary {
  background-color: #1d1d1b;
  color: #FFFFFF;
  border-color: #1d1d1b; }
  .btn.btn-primary.btn-outline,
  button.btn-primary.btn-outline,
  input[type="button"].btn-primary.btn-outline,
  input[type="submit"].btn-primary.btn-outline,
  input[type="reset"].btn-primary.btn-outline {
    background-color: transparent;
    color: #1d1d1b; }

@media (min-width: 768px) {
  .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary.active, .btn.btn-primary.is-active,
  button.btn-primary:hover,
  button.btn-primary:focus,
  button.btn-primary:active,
  button.btn-primary.active,
  button.btn-primary.is-active,
  input[type="button"].btn-primary:hover,
  input[type="button"].btn-primary:focus,
  input[type="button"].btn-primary:active,
  input[type="button"].btn-primary.active,
  input[type="button"].btn-primary.is-active,
  input[type="submit"].btn-primary:hover,
  input[type="submit"].btn-primary:focus,
  input[type="submit"].btn-primary:active,
  input[type="submit"].btn-primary.active,
  input[type="submit"].btn-primary.is-active,
  input[type="reset"].btn-primary:hover,
  input[type="reset"].btn-primary:focus,
  input[type="reset"].btn-primary:active,
  input[type="reset"].btn-primary.active,
  input[type="reset"].btn-primary.is-active {
    border: 1px solid #373734;
    background: #373734; }
    .btn.btn-primary:hover.btn-outline, .btn.btn-primary:focus.btn-outline, .btn.btn-primary:active.btn-outline, .btn.btn-primary.active.btn-outline, .btn.btn-primary.is-active.btn-outline,
    button.btn-primary:hover.btn-outline,
    button.btn-primary:focus.btn-outline,
    button.btn-primary:active.btn-outline,
    button.btn-primary.active.btn-outline,
    button.btn-primary.is-active.btn-outline,
    input[type="button"].btn-primary:hover.btn-outline,
    input[type="button"].btn-primary:focus.btn-outline,
    input[type="button"].btn-primary:active.btn-outline,
    input[type="button"].btn-primary.active.btn-outline,
    input[type="button"].btn-primary.is-active.btn-outline,
    input[type="submit"].btn-primary:hover.btn-outline,
    input[type="submit"].btn-primary:focus.btn-outline,
    input[type="submit"].btn-primary:active.btn-outline,
    input[type="submit"].btn-primary.active.btn-outline,
    input[type="submit"].btn-primary.is-active.btn-outline,
    input[type="reset"].btn-primary:hover.btn-outline,
    input[type="reset"].btn-primary:focus.btn-outline,
    input[type="reset"].btn-primary:active.btn-outline,
    input[type="reset"].btn-primary.active.btn-outline,
    input[type="reset"].btn-primary.is-active.btn-outline {
      border: 1px solid #1d1d1b;
      background: #1d1d1b;
      color: #FFFFFF; }
    .btn.btn-primary:hover .icon, .btn.btn-primary:focus .icon, .btn.btn-primary:active .icon, .btn.btn-primary.active .icon, .btn.btn-primary.is-active .icon,
    button.btn-primary:hover .icon,
    button.btn-primary:focus .icon,
    button.btn-primary:active .icon,
    button.btn-primary.active .icon,
    button.btn-primary.is-active .icon,
    input[type="button"].btn-primary:hover .icon,
    input[type="button"].btn-primary:focus .icon,
    input[type="button"].btn-primary:active .icon,
    input[type="button"].btn-primary.active .icon,
    input[type="button"].btn-primary.is-active .icon,
    input[type="submit"].btn-primary:hover .icon,
    input[type="submit"].btn-primary:focus .icon,
    input[type="submit"].btn-primary:active .icon,
    input[type="submit"].btn-primary.active .icon,
    input[type="submit"].btn-primary.is-active .icon,
    input[type="reset"].btn-primary:hover .icon,
    input[type="reset"].btn-primary:focus .icon,
    input[type="reset"].btn-primary:active .icon,
    input[type="reset"].btn-primary.active .icon,
    input[type="reset"].btn-primary.is-active .icon {
      background-color: #FFFFFF !important; } }

.btn.btn-secondary,
button.btn-secondary,
input[type="button"].btn-secondary,
input[type="submit"].btn-secondary,
input[type="reset"].btn-secondary {
  background-color: #1d1d1b;
  color: #FFFFFF;
  border-color: #1d1d1b; }
  .btn.btn-secondary.btn-outline,
  button.btn-secondary.btn-outline,
  input[type="button"].btn-secondary.btn-outline,
  input[type="submit"].btn-secondary.btn-outline,
  input[type="reset"].btn-secondary.btn-outline {
    background-color: transparent;
    color: #1d1d1b; }

@media (min-width: 768px) {
  .btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active, .btn.btn-secondary.active, .btn.btn-secondary.is-active,
  button.btn-secondary:hover,
  button.btn-secondary:focus,
  button.btn-secondary:active,
  button.btn-secondary.active,
  button.btn-secondary.is-active,
  input[type="button"].btn-secondary:hover,
  input[type="button"].btn-secondary:focus,
  input[type="button"].btn-secondary:active,
  input[type="button"].btn-secondary.active,
  input[type="button"].btn-secondary.is-active,
  input[type="submit"].btn-secondary:hover,
  input[type="submit"].btn-secondary:focus,
  input[type="submit"].btn-secondary:active,
  input[type="submit"].btn-secondary.active,
  input[type="submit"].btn-secondary.is-active,
  input[type="reset"].btn-secondary:hover,
  input[type="reset"].btn-secondary:focus,
  input[type="reset"].btn-secondary:active,
  input[type="reset"].btn-secondary.active,
  input[type="reset"].btn-secondary.is-active {
    border: 1px solid #373734;
    background: #373734; }
    .btn.btn-secondary:hover.btn-outline, .btn.btn-secondary:focus.btn-outline, .btn.btn-secondary:active.btn-outline, .btn.btn-secondary.active.btn-outline, .btn.btn-secondary.is-active.btn-outline,
    button.btn-secondary:hover.btn-outline,
    button.btn-secondary:focus.btn-outline,
    button.btn-secondary:active.btn-outline,
    button.btn-secondary.active.btn-outline,
    button.btn-secondary.is-active.btn-outline,
    input[type="button"].btn-secondary:hover.btn-outline,
    input[type="button"].btn-secondary:focus.btn-outline,
    input[type="button"].btn-secondary:active.btn-outline,
    input[type="button"].btn-secondary.active.btn-outline,
    input[type="button"].btn-secondary.is-active.btn-outline,
    input[type="submit"].btn-secondary:hover.btn-outline,
    input[type="submit"].btn-secondary:focus.btn-outline,
    input[type="submit"].btn-secondary:active.btn-outline,
    input[type="submit"].btn-secondary.active.btn-outline,
    input[type="submit"].btn-secondary.is-active.btn-outline,
    input[type="reset"].btn-secondary:hover.btn-outline,
    input[type="reset"].btn-secondary:focus.btn-outline,
    input[type="reset"].btn-secondary:active.btn-outline,
    input[type="reset"].btn-secondary.active.btn-outline,
    input[type="reset"].btn-secondary.is-active.btn-outline {
      border: 1px solid #1d1d1b;
      background: #1d1d1b;
      color: #FFFFFF; }
    .btn.btn-secondary:hover .icon, .btn.btn-secondary:focus .icon, .btn.btn-secondary:active .icon, .btn.btn-secondary.active .icon, .btn.btn-secondary.is-active .icon,
    button.btn-secondary:hover .icon,
    button.btn-secondary:focus .icon,
    button.btn-secondary:active .icon,
    button.btn-secondary.active .icon,
    button.btn-secondary.is-active .icon,
    input[type="button"].btn-secondary:hover .icon,
    input[type="button"].btn-secondary:focus .icon,
    input[type="button"].btn-secondary:active .icon,
    input[type="button"].btn-secondary.active .icon,
    input[type="button"].btn-secondary.is-active .icon,
    input[type="submit"].btn-secondary:hover .icon,
    input[type="submit"].btn-secondary:focus .icon,
    input[type="submit"].btn-secondary:active .icon,
    input[type="submit"].btn-secondary.active .icon,
    input[type="submit"].btn-secondary.is-active .icon,
    input[type="reset"].btn-secondary:hover .icon,
    input[type="reset"].btn-secondary:focus .icon,
    input[type="reset"].btn-secondary:active .icon,
    input[type="reset"].btn-secondary.active .icon,
    input[type="reset"].btn-secondary.is-active .icon {
      background-color: #FFFFFF !important; } }

.btn.btn-black,
button.btn-black,
input[type="button"].btn-black,
input[type="submit"].btn-black,
input[type="reset"].btn-black {
  background-color: #000000;
  color: #FFFFFF;
  border-color: #000000; }
  .btn.btn-black.btn-outline,
  button.btn-black.btn-outline,
  input[type="button"].btn-black.btn-outline,
  input[type="submit"].btn-black.btn-outline,
  input[type="reset"].btn-black.btn-outline {
    background-color: transparent;
    color: #000000; }

@media (min-width: 768px) {
  .btn.btn-black:hover, .btn.btn-black:focus, .btn.btn-black:active, .btn.btn-black.active, .btn.btn-black.is-active,
  button.btn-black:hover,
  button.btn-black:focus,
  button.btn-black:active,
  button.btn-black.active,
  button.btn-black.is-active,
  input[type="button"].btn-black:hover,
  input[type="button"].btn-black:focus,
  input[type="button"].btn-black:active,
  input[type="button"].btn-black.active,
  input[type="button"].btn-black.is-active,
  input[type="submit"].btn-black:hover,
  input[type="submit"].btn-black:focus,
  input[type="submit"].btn-black:active,
  input[type="submit"].btn-black.active,
  input[type="submit"].btn-black.is-active,
  input[type="reset"].btn-black:hover,
  input[type="reset"].btn-black:focus,
  input[type="reset"].btn-black:active,
  input[type="reset"].btn-black.active,
  input[type="reset"].btn-black.is-active {
    border: 1px solid #1a1a1a;
    background: #1a1a1a; }
    .btn.btn-black:hover.btn-outline, .btn.btn-black:focus.btn-outline, .btn.btn-black:active.btn-outline, .btn.btn-black.active.btn-outline, .btn.btn-black.is-active.btn-outline,
    button.btn-black:hover.btn-outline,
    button.btn-black:focus.btn-outline,
    button.btn-black:active.btn-outline,
    button.btn-black.active.btn-outline,
    button.btn-black.is-active.btn-outline,
    input[type="button"].btn-black:hover.btn-outline,
    input[type="button"].btn-black:focus.btn-outline,
    input[type="button"].btn-black:active.btn-outline,
    input[type="button"].btn-black.active.btn-outline,
    input[type="button"].btn-black.is-active.btn-outline,
    input[type="submit"].btn-black:hover.btn-outline,
    input[type="submit"].btn-black:focus.btn-outline,
    input[type="submit"].btn-black:active.btn-outline,
    input[type="submit"].btn-black.active.btn-outline,
    input[type="submit"].btn-black.is-active.btn-outline,
    input[type="reset"].btn-black:hover.btn-outline,
    input[type="reset"].btn-black:focus.btn-outline,
    input[type="reset"].btn-black:active.btn-outline,
    input[type="reset"].btn-black.active.btn-outline,
    input[type="reset"].btn-black.is-active.btn-outline {
      border: 1px solid #000000;
      background: #000000;
      color: #FFFFFF; }
    .btn.btn-black:hover .icon, .btn.btn-black:focus .icon, .btn.btn-black:active .icon, .btn.btn-black.active .icon, .btn.btn-black.is-active .icon,
    button.btn-black:hover .icon,
    button.btn-black:focus .icon,
    button.btn-black:active .icon,
    button.btn-black.active .icon,
    button.btn-black.is-active .icon,
    input[type="button"].btn-black:hover .icon,
    input[type="button"].btn-black:focus .icon,
    input[type="button"].btn-black:active .icon,
    input[type="button"].btn-black.active .icon,
    input[type="button"].btn-black.is-active .icon,
    input[type="submit"].btn-black:hover .icon,
    input[type="submit"].btn-black:focus .icon,
    input[type="submit"].btn-black:active .icon,
    input[type="submit"].btn-black.active .icon,
    input[type="submit"].btn-black.is-active .icon,
    input[type="reset"].btn-black:hover .icon,
    input[type="reset"].btn-black:focus .icon,
    input[type="reset"].btn-black:active .icon,
    input[type="reset"].btn-black.active .icon,
    input[type="reset"].btn-black.is-active .icon {
      background-color: #FFFFFF !important; } }

.btn.btn-darkgrey,
button.btn-darkgrey,
input[type="button"].btn-darkgrey,
input[type="submit"].btn-darkgrey,
input[type="reset"].btn-darkgrey {
  background-color: #9B9B9B;
  color: #FFFFFF;
  border-color: #9B9B9B; }
  .btn.btn-darkgrey.btn-outline,
  button.btn-darkgrey.btn-outline,
  input[type="button"].btn-darkgrey.btn-outline,
  input[type="submit"].btn-darkgrey.btn-outline,
  input[type="reset"].btn-darkgrey.btn-outline {
    background-color: transparent;
    color: #9B9B9B; }

@media (min-width: 768px) {
  .btn.btn-darkgrey:hover, .btn.btn-darkgrey:focus, .btn.btn-darkgrey:active, .btn.btn-darkgrey.active, .btn.btn-darkgrey.is-active,
  button.btn-darkgrey:hover,
  button.btn-darkgrey:focus,
  button.btn-darkgrey:active,
  button.btn-darkgrey.active,
  button.btn-darkgrey.is-active,
  input[type="button"].btn-darkgrey:hover,
  input[type="button"].btn-darkgrey:focus,
  input[type="button"].btn-darkgrey:active,
  input[type="button"].btn-darkgrey.active,
  input[type="button"].btn-darkgrey.is-active,
  input[type="submit"].btn-darkgrey:hover,
  input[type="submit"].btn-darkgrey:focus,
  input[type="submit"].btn-darkgrey:active,
  input[type="submit"].btn-darkgrey.active,
  input[type="submit"].btn-darkgrey.is-active,
  input[type="reset"].btn-darkgrey:hover,
  input[type="reset"].btn-darkgrey:focus,
  input[type="reset"].btn-darkgrey:active,
  input[type="reset"].btn-darkgrey.active,
  input[type="reset"].btn-darkgrey.is-active {
    border: 1px solid #b5b5b5;
    background: #b5b5b5; }
    .btn.btn-darkgrey:hover.btn-outline, .btn.btn-darkgrey:focus.btn-outline, .btn.btn-darkgrey:active.btn-outline, .btn.btn-darkgrey.active.btn-outline, .btn.btn-darkgrey.is-active.btn-outline,
    button.btn-darkgrey:hover.btn-outline,
    button.btn-darkgrey:focus.btn-outline,
    button.btn-darkgrey:active.btn-outline,
    button.btn-darkgrey.active.btn-outline,
    button.btn-darkgrey.is-active.btn-outline,
    input[type="button"].btn-darkgrey:hover.btn-outline,
    input[type="button"].btn-darkgrey:focus.btn-outline,
    input[type="button"].btn-darkgrey:active.btn-outline,
    input[type="button"].btn-darkgrey.active.btn-outline,
    input[type="button"].btn-darkgrey.is-active.btn-outline,
    input[type="submit"].btn-darkgrey:hover.btn-outline,
    input[type="submit"].btn-darkgrey:focus.btn-outline,
    input[type="submit"].btn-darkgrey:active.btn-outline,
    input[type="submit"].btn-darkgrey.active.btn-outline,
    input[type="submit"].btn-darkgrey.is-active.btn-outline,
    input[type="reset"].btn-darkgrey:hover.btn-outline,
    input[type="reset"].btn-darkgrey:focus.btn-outline,
    input[type="reset"].btn-darkgrey:active.btn-outline,
    input[type="reset"].btn-darkgrey.active.btn-outline,
    input[type="reset"].btn-darkgrey.is-active.btn-outline {
      border: 1px solid #9B9B9B;
      background: #9B9B9B;
      color: #FFFFFF; }
    .btn.btn-darkgrey:hover .icon, .btn.btn-darkgrey:focus .icon, .btn.btn-darkgrey:active .icon, .btn.btn-darkgrey.active .icon, .btn.btn-darkgrey.is-active .icon,
    button.btn-darkgrey:hover .icon,
    button.btn-darkgrey:focus .icon,
    button.btn-darkgrey:active .icon,
    button.btn-darkgrey.active .icon,
    button.btn-darkgrey.is-active .icon,
    input[type="button"].btn-darkgrey:hover .icon,
    input[type="button"].btn-darkgrey:focus .icon,
    input[type="button"].btn-darkgrey:active .icon,
    input[type="button"].btn-darkgrey.active .icon,
    input[type="button"].btn-darkgrey.is-active .icon,
    input[type="submit"].btn-darkgrey:hover .icon,
    input[type="submit"].btn-darkgrey:focus .icon,
    input[type="submit"].btn-darkgrey:active .icon,
    input[type="submit"].btn-darkgrey.active .icon,
    input[type="submit"].btn-darkgrey.is-active .icon,
    input[type="reset"].btn-darkgrey:hover .icon,
    input[type="reset"].btn-darkgrey:focus .icon,
    input[type="reset"].btn-darkgrey:active .icon,
    input[type="reset"].btn-darkgrey.active .icon,
    input[type="reset"].btn-darkgrey.is-active .icon {
      background-color: #FFFFFF !important; } }

.btn.btn-lightgrey,
button.btn-lightgrey,
input[type="button"].btn-lightgrey,
input[type="submit"].btn-lightgrey,
input[type="reset"].btn-lightgrey {
  background-color: #EEEEEE;
  color: #000000;
  border-color: #EEEEEE; }
  .btn.btn-lightgrey.btn-outline,
  button.btn-lightgrey.btn-outline,
  input[type="button"].btn-lightgrey.btn-outline,
  input[type="submit"].btn-lightgrey.btn-outline,
  input[type="reset"].btn-lightgrey.btn-outline {
    background-color: transparent;
    color: #EEEEEE; }

@media (min-width: 768px) {
  .btn.btn-lightgrey:hover, .btn.btn-lightgrey:focus, .btn.btn-lightgrey:active, .btn.btn-lightgrey.active, .btn.btn-lightgrey.is-active,
  button.btn-lightgrey:hover,
  button.btn-lightgrey:focus,
  button.btn-lightgrey:active,
  button.btn-lightgrey.active,
  button.btn-lightgrey.is-active,
  input[type="button"].btn-lightgrey:hover,
  input[type="button"].btn-lightgrey:focus,
  input[type="button"].btn-lightgrey:active,
  input[type="button"].btn-lightgrey.active,
  input[type="button"].btn-lightgrey.is-active,
  input[type="submit"].btn-lightgrey:hover,
  input[type="submit"].btn-lightgrey:focus,
  input[type="submit"].btn-lightgrey:active,
  input[type="submit"].btn-lightgrey.active,
  input[type="submit"].btn-lightgrey.is-active,
  input[type="reset"].btn-lightgrey:hover,
  input[type="reset"].btn-lightgrey:focus,
  input[type="reset"].btn-lightgrey:active,
  input[type="reset"].btn-lightgrey.active,
  input[type="reset"].btn-lightgrey.is-active {
    border: 1px solid white;
    background: white; }
    .btn.btn-lightgrey:hover.btn-outline, .btn.btn-lightgrey:focus.btn-outline, .btn.btn-lightgrey:active.btn-outline, .btn.btn-lightgrey.active.btn-outline, .btn.btn-lightgrey.is-active.btn-outline,
    button.btn-lightgrey:hover.btn-outline,
    button.btn-lightgrey:focus.btn-outline,
    button.btn-lightgrey:active.btn-outline,
    button.btn-lightgrey.active.btn-outline,
    button.btn-lightgrey.is-active.btn-outline,
    input[type="button"].btn-lightgrey:hover.btn-outline,
    input[type="button"].btn-lightgrey:focus.btn-outline,
    input[type="button"].btn-lightgrey:active.btn-outline,
    input[type="button"].btn-lightgrey.active.btn-outline,
    input[type="button"].btn-lightgrey.is-active.btn-outline,
    input[type="submit"].btn-lightgrey:hover.btn-outline,
    input[type="submit"].btn-lightgrey:focus.btn-outline,
    input[type="submit"].btn-lightgrey:active.btn-outline,
    input[type="submit"].btn-lightgrey.active.btn-outline,
    input[type="submit"].btn-lightgrey.is-active.btn-outline,
    input[type="reset"].btn-lightgrey:hover.btn-outline,
    input[type="reset"].btn-lightgrey:focus.btn-outline,
    input[type="reset"].btn-lightgrey:active.btn-outline,
    input[type="reset"].btn-lightgrey.active.btn-outline,
    input[type="reset"].btn-lightgrey.is-active.btn-outline {
      border: 1px solid #EEEEEE;
      background: #EEEEEE;
      color: #000000; }
    .btn.btn-lightgrey:hover .icon, .btn.btn-lightgrey:focus .icon, .btn.btn-lightgrey:active .icon, .btn.btn-lightgrey.active .icon, .btn.btn-lightgrey.is-active .icon,
    button.btn-lightgrey:hover .icon,
    button.btn-lightgrey:focus .icon,
    button.btn-lightgrey:active .icon,
    button.btn-lightgrey.active .icon,
    button.btn-lightgrey.is-active .icon,
    input[type="button"].btn-lightgrey:hover .icon,
    input[type="button"].btn-lightgrey:focus .icon,
    input[type="button"].btn-lightgrey:active .icon,
    input[type="button"].btn-lightgrey.active .icon,
    input[type="button"].btn-lightgrey.is-active .icon,
    input[type="submit"].btn-lightgrey:hover .icon,
    input[type="submit"].btn-lightgrey:focus .icon,
    input[type="submit"].btn-lightgrey:active .icon,
    input[type="submit"].btn-lightgrey.active .icon,
    input[type="submit"].btn-lightgrey.is-active .icon,
    input[type="reset"].btn-lightgrey:hover .icon,
    input[type="reset"].btn-lightgrey:focus .icon,
    input[type="reset"].btn-lightgrey:active .icon,
    input[type="reset"].btn-lightgrey.active .icon,
    input[type="reset"].btn-lightgrey.is-active .icon {
      background-color: #000000 !important; } }

.btn.btn-white,
button.btn-white,
input[type="button"].btn-white,
input[type="submit"].btn-white,
input[type="reset"].btn-white {
  background-color: #FFFFFF;
  color: #1d1d1b;
  border-color: #FFFFFF; }
  .btn.btn-white.btn-outline,
  button.btn-white.btn-outline,
  input[type="button"].btn-white.btn-outline,
  input[type="submit"].btn-white.btn-outline,
  input[type="reset"].btn-white.btn-outline {
    background-color: transparent;
    color: #FFFFFF; }

@media (min-width: 768px) {
  .btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white:active, .btn.btn-white.active, .btn.btn-white.is-active,
  button.btn-white:hover,
  button.btn-white:focus,
  button.btn-white:active,
  button.btn-white.active,
  button.btn-white.is-active,
  input[type="button"].btn-white:hover,
  input[type="button"].btn-white:focus,
  input[type="button"].btn-white:active,
  input[type="button"].btn-white.active,
  input[type="button"].btn-white.is-active,
  input[type="submit"].btn-white:hover,
  input[type="submit"].btn-white:focus,
  input[type="submit"].btn-white:active,
  input[type="submit"].btn-white.active,
  input[type="submit"].btn-white.is-active,
  input[type="reset"].btn-white:hover,
  input[type="reset"].btn-white:focus,
  input[type="reset"].btn-white:active,
  input[type="reset"].btn-white.active,
  input[type="reset"].btn-white.is-active {
    border: 1px solid white;
    background: white; }
    .btn.btn-white:hover.btn-outline, .btn.btn-white:focus.btn-outline, .btn.btn-white:active.btn-outline, .btn.btn-white.active.btn-outline, .btn.btn-white.is-active.btn-outline,
    button.btn-white:hover.btn-outline,
    button.btn-white:focus.btn-outline,
    button.btn-white:active.btn-outline,
    button.btn-white.active.btn-outline,
    button.btn-white.is-active.btn-outline,
    input[type="button"].btn-white:hover.btn-outline,
    input[type="button"].btn-white:focus.btn-outline,
    input[type="button"].btn-white:active.btn-outline,
    input[type="button"].btn-white.active.btn-outline,
    input[type="button"].btn-white.is-active.btn-outline,
    input[type="submit"].btn-white:hover.btn-outline,
    input[type="submit"].btn-white:focus.btn-outline,
    input[type="submit"].btn-white:active.btn-outline,
    input[type="submit"].btn-white.active.btn-outline,
    input[type="submit"].btn-white.is-active.btn-outline,
    input[type="reset"].btn-white:hover.btn-outline,
    input[type="reset"].btn-white:focus.btn-outline,
    input[type="reset"].btn-white:active.btn-outline,
    input[type="reset"].btn-white.active.btn-outline,
    input[type="reset"].btn-white.is-active.btn-outline {
      border: 1px solid #FFFFFF;
      background: #FFFFFF;
      color: #1d1d1b; }
    .btn.btn-white:hover .icon, .btn.btn-white:focus .icon, .btn.btn-white:active .icon, .btn.btn-white.active .icon, .btn.btn-white.is-active .icon,
    button.btn-white:hover .icon,
    button.btn-white:focus .icon,
    button.btn-white:active .icon,
    button.btn-white.active .icon,
    button.btn-white.is-active .icon,
    input[type="button"].btn-white:hover .icon,
    input[type="button"].btn-white:focus .icon,
    input[type="button"].btn-white:active .icon,
    input[type="button"].btn-white.active .icon,
    input[type="button"].btn-white.is-active .icon,
    input[type="submit"].btn-white:hover .icon,
    input[type="submit"].btn-white:focus .icon,
    input[type="submit"].btn-white:active .icon,
    input[type="submit"].btn-white.active .icon,
    input[type="submit"].btn-white.is-active .icon,
    input[type="reset"].btn-white:hover .icon,
    input[type="reset"].btn-white:focus .icon,
    input[type="reset"].btn-white:active .icon,
    input[type="reset"].btn-white.active .icon,
    input[type="reset"].btn-white.is-active .icon {
      background-color: #1d1d1b !important; } }

.btn.btn-danger,
button.btn-danger,
input[type="button"].btn-danger,
input[type="submit"].btn-danger,
input[type="reset"].btn-danger {
  background-color: #D0021B;
  color: #FFFFFF;
  border-color: #D0021B; }
  .btn.btn-danger.btn-outline,
  button.btn-danger.btn-outline,
  input[type="button"].btn-danger.btn-outline,
  input[type="submit"].btn-danger.btn-outline,
  input[type="reset"].btn-danger.btn-outline {
    background-color: transparent;
    color: #D0021B; }

@media (min-width: 768px) {
  .btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger:active, .btn.btn-danger.active, .btn.btn-danger.is-active,
  button.btn-danger:hover,
  button.btn-danger:focus,
  button.btn-danger:active,
  button.btn-danger.active,
  button.btn-danger.is-active,
  input[type="button"].btn-danger:hover,
  input[type="button"].btn-danger:focus,
  input[type="button"].btn-danger:active,
  input[type="button"].btn-danger.active,
  input[type="button"].btn-danger.is-active,
  input[type="submit"].btn-danger:hover,
  input[type="submit"].btn-danger:focus,
  input[type="submit"].btn-danger:active,
  input[type="submit"].btn-danger.active,
  input[type="submit"].btn-danger.is-active,
  input[type="reset"].btn-danger:hover,
  input[type="reset"].btn-danger:focus,
  input[type="reset"].btn-danger:active,
  input[type="reset"].btn-danger.active,
  input[type="reset"].btn-danger.is-active {
    border: 1px solid #fd0826;
    background: #fd0826; }
    .btn.btn-danger:hover.btn-outline, .btn.btn-danger:focus.btn-outline, .btn.btn-danger:active.btn-outline, .btn.btn-danger.active.btn-outline, .btn.btn-danger.is-active.btn-outline,
    button.btn-danger:hover.btn-outline,
    button.btn-danger:focus.btn-outline,
    button.btn-danger:active.btn-outline,
    button.btn-danger.active.btn-outline,
    button.btn-danger.is-active.btn-outline,
    input[type="button"].btn-danger:hover.btn-outline,
    input[type="button"].btn-danger:focus.btn-outline,
    input[type="button"].btn-danger:active.btn-outline,
    input[type="button"].btn-danger.active.btn-outline,
    input[type="button"].btn-danger.is-active.btn-outline,
    input[type="submit"].btn-danger:hover.btn-outline,
    input[type="submit"].btn-danger:focus.btn-outline,
    input[type="submit"].btn-danger:active.btn-outline,
    input[type="submit"].btn-danger.active.btn-outline,
    input[type="submit"].btn-danger.is-active.btn-outline,
    input[type="reset"].btn-danger:hover.btn-outline,
    input[type="reset"].btn-danger:focus.btn-outline,
    input[type="reset"].btn-danger:active.btn-outline,
    input[type="reset"].btn-danger.active.btn-outline,
    input[type="reset"].btn-danger.is-active.btn-outline {
      border: 1px solid #D0021B;
      background: #D0021B;
      color: #FFFFFF; }
    .btn.btn-danger:hover .icon, .btn.btn-danger:focus .icon, .btn.btn-danger:active .icon, .btn.btn-danger.active .icon, .btn.btn-danger.is-active .icon,
    button.btn-danger:hover .icon,
    button.btn-danger:focus .icon,
    button.btn-danger:active .icon,
    button.btn-danger.active .icon,
    button.btn-danger.is-active .icon,
    input[type="button"].btn-danger:hover .icon,
    input[type="button"].btn-danger:focus .icon,
    input[type="button"].btn-danger:active .icon,
    input[type="button"].btn-danger.active .icon,
    input[type="button"].btn-danger.is-active .icon,
    input[type="submit"].btn-danger:hover .icon,
    input[type="submit"].btn-danger:focus .icon,
    input[type="submit"].btn-danger:active .icon,
    input[type="submit"].btn-danger.active .icon,
    input[type="submit"].btn-danger.is-active .icon,
    input[type="reset"].btn-danger:hover .icon,
    input[type="reset"].btn-danger:focus .icon,
    input[type="reset"].btn-danger:active .icon,
    input[type="reset"].btn-danger.active .icon,
    input[type="reset"].btn-danger.is-active .icon {
      background-color: #FFFFFF !important; } }

.btn.btn-warning,
button.btn-warning,
input[type="button"].btn-warning,
input[type="submit"].btn-warning,
input[type="reset"].btn-warning {
  background-color: #F5A623;
  color: #FFFFFF;
  border-color: #F5A623; }
  .btn.btn-warning.btn-outline,
  button.btn-warning.btn-outline,
  input[type="button"].btn-warning.btn-outline,
  input[type="submit"].btn-warning.btn-outline,
  input[type="reset"].btn-warning.btn-outline {
    background-color: transparent;
    color: #F5A623; }

@media (min-width: 768px) {
  .btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-warning:active, .btn.btn-warning.active, .btn.btn-warning.is-active,
  button.btn-warning:hover,
  button.btn-warning:focus,
  button.btn-warning:active,
  button.btn-warning.active,
  button.btn-warning.is-active,
  input[type="button"].btn-warning:hover,
  input[type="button"].btn-warning:focus,
  input[type="button"].btn-warning:active,
  input[type="button"].btn-warning.active,
  input[type="button"].btn-warning.is-active,
  input[type="submit"].btn-warning:hover,
  input[type="submit"].btn-warning:focus,
  input[type="submit"].btn-warning:active,
  input[type="submit"].btn-warning.active,
  input[type="submit"].btn-warning.is-active,
  input[type="reset"].btn-warning:hover,
  input[type="reset"].btn-warning:focus,
  input[type="reset"].btn-warning:active,
  input[type="reset"].btn-warning.active,
  input[type="reset"].btn-warning.is-active {
    border: 1px solid #f7ba54;
    background: #f7ba54; }
    .btn.btn-warning:hover.btn-outline, .btn.btn-warning:focus.btn-outline, .btn.btn-warning:active.btn-outline, .btn.btn-warning.active.btn-outline, .btn.btn-warning.is-active.btn-outline,
    button.btn-warning:hover.btn-outline,
    button.btn-warning:focus.btn-outline,
    button.btn-warning:active.btn-outline,
    button.btn-warning.active.btn-outline,
    button.btn-warning.is-active.btn-outline,
    input[type="button"].btn-warning:hover.btn-outline,
    input[type="button"].btn-warning:focus.btn-outline,
    input[type="button"].btn-warning:active.btn-outline,
    input[type="button"].btn-warning.active.btn-outline,
    input[type="button"].btn-warning.is-active.btn-outline,
    input[type="submit"].btn-warning:hover.btn-outline,
    input[type="submit"].btn-warning:focus.btn-outline,
    input[type="submit"].btn-warning:active.btn-outline,
    input[type="submit"].btn-warning.active.btn-outline,
    input[type="submit"].btn-warning.is-active.btn-outline,
    input[type="reset"].btn-warning:hover.btn-outline,
    input[type="reset"].btn-warning:focus.btn-outline,
    input[type="reset"].btn-warning:active.btn-outline,
    input[type="reset"].btn-warning.active.btn-outline,
    input[type="reset"].btn-warning.is-active.btn-outline {
      border: 1px solid #F5A623;
      background: #F5A623;
      color: #FFFFFF; }
    .btn.btn-warning:hover .icon, .btn.btn-warning:focus .icon, .btn.btn-warning:active .icon, .btn.btn-warning.active .icon, .btn.btn-warning.is-active .icon,
    button.btn-warning:hover .icon,
    button.btn-warning:focus .icon,
    button.btn-warning:active .icon,
    button.btn-warning.active .icon,
    button.btn-warning.is-active .icon,
    input[type="button"].btn-warning:hover .icon,
    input[type="button"].btn-warning:focus .icon,
    input[type="button"].btn-warning:active .icon,
    input[type="button"].btn-warning.active .icon,
    input[type="button"].btn-warning.is-active .icon,
    input[type="submit"].btn-warning:hover .icon,
    input[type="submit"].btn-warning:focus .icon,
    input[type="submit"].btn-warning:active .icon,
    input[type="submit"].btn-warning.active .icon,
    input[type="submit"].btn-warning.is-active .icon,
    input[type="reset"].btn-warning:hover .icon,
    input[type="reset"].btn-warning:focus .icon,
    input[type="reset"].btn-warning:active .icon,
    input[type="reset"].btn-warning.active .icon,
    input[type="reset"].btn-warning.is-active .icon {
      background-color: #FFFFFF !important; } }

.btn.btn-success,
button.btn-success,
input[type="button"].btn-success,
input[type="submit"].btn-success,
input[type="reset"].btn-success {
  background-color: #7ED321;
  color: #FFFFFF;
  border-color: #7ED321; }
  .btn.btn-success.btn-outline,
  button.btn-success.btn-outline,
  input[type="button"].btn-success.btn-outline,
  input[type="submit"].btn-success.btn-outline,
  input[type="reset"].btn-success.btn-outline {
    background-color: transparent;
    color: #7ED321; }

@media (min-width: 768px) {
  .btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success:active, .btn.btn-success.active, .btn.btn-success.is-active,
  button.btn-success:hover,
  button.btn-success:focus,
  button.btn-success:active,
  button.btn-success.active,
  button.btn-success.is-active,
  input[type="button"].btn-success:hover,
  input[type="button"].btn-success:focus,
  input[type="button"].btn-success:active,
  input[type="button"].btn-success.active,
  input[type="button"].btn-success.is-active,
  input[type="submit"].btn-success:hover,
  input[type="submit"].btn-success:focus,
  input[type="submit"].btn-success:active,
  input[type="submit"].btn-success.active,
  input[type="submit"].btn-success.is-active,
  input[type="reset"].btn-success:hover,
  input[type="reset"].btn-success:focus,
  input[type="reset"].btn-success:active,
  input[type="reset"].btn-success.active,
  input[type="reset"].btn-success.is-active {
    border: 1px solid #97e245;
    background: #97e245; }
    .btn.btn-success:hover.btn-outline, .btn.btn-success:focus.btn-outline, .btn.btn-success:active.btn-outline, .btn.btn-success.active.btn-outline, .btn.btn-success.is-active.btn-outline,
    button.btn-success:hover.btn-outline,
    button.btn-success:focus.btn-outline,
    button.btn-success:active.btn-outline,
    button.btn-success.active.btn-outline,
    button.btn-success.is-active.btn-outline,
    input[type="button"].btn-success:hover.btn-outline,
    input[type="button"].btn-success:focus.btn-outline,
    input[type="button"].btn-success:active.btn-outline,
    input[type="button"].btn-success.active.btn-outline,
    input[type="button"].btn-success.is-active.btn-outline,
    input[type="submit"].btn-success:hover.btn-outline,
    input[type="submit"].btn-success:focus.btn-outline,
    input[type="submit"].btn-success:active.btn-outline,
    input[type="submit"].btn-success.active.btn-outline,
    input[type="submit"].btn-success.is-active.btn-outline,
    input[type="reset"].btn-success:hover.btn-outline,
    input[type="reset"].btn-success:focus.btn-outline,
    input[type="reset"].btn-success:active.btn-outline,
    input[type="reset"].btn-success.active.btn-outline,
    input[type="reset"].btn-success.is-active.btn-outline {
      border: 1px solid #7ED321;
      background: #7ED321;
      color: #FFFFFF; }
    .btn.btn-success:hover .icon, .btn.btn-success:focus .icon, .btn.btn-success:active .icon, .btn.btn-success.active .icon, .btn.btn-success.is-active .icon,
    button.btn-success:hover .icon,
    button.btn-success:focus .icon,
    button.btn-success:active .icon,
    button.btn-success.active .icon,
    button.btn-success.is-active .icon,
    input[type="button"].btn-success:hover .icon,
    input[type="button"].btn-success:focus .icon,
    input[type="button"].btn-success:active .icon,
    input[type="button"].btn-success.active .icon,
    input[type="button"].btn-success.is-active .icon,
    input[type="submit"].btn-success:hover .icon,
    input[type="submit"].btn-success:focus .icon,
    input[type="submit"].btn-success:active .icon,
    input[type="submit"].btn-success.active .icon,
    input[type="submit"].btn-success.is-active .icon,
    input[type="reset"].btn-success:hover .icon,
    input[type="reset"].btn-success:focus .icon,
    input[type="reset"].btn-success:active .icon,
    input[type="reset"].btn-success.active .icon,
    input[type="reset"].btn-success.is-active .icon {
      background-color: #FFFFFF !important; } }

.btn.btn-wide,
button.btn-wide,
input[type="button"].btn-wide,
input[type="submit"].btn-wide,
input[type="reset"].btn-wide {
  display: block; }

.btn .icon,
button .icon,
input[type="button"] .icon,
input[type="submit"] .icon,
input[type="reset"] .icon {
  position: relative;
  top: 10px;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear; }

button[disabled], .btn-disabled {
  background: #EEEEEE !important;
  border: 1px solid #EEEEEE !important;
  color: white !important;
  cursor: not-allowed !important;
  border-color: #EEEEEE !important; }

.btn-more {
  margin-top: 35px; }
  @media (max-width: 767px) {
    .btn-more {
      margin-top: 30px; } }

@-webkit-keyframes button-animation {
  10% {
    left: 0;
    width: 100%;
    margin-left: 0; }
  100% {
    height: 100%;
    top: 0; } }

@-moz-keyframes button-animation {
  10% {
    left: 0;
    width: 100%;
    margin-left: 0; }
  100% {
    height: 100%;
    top: 0; } }

@-o-keyframes button-animation {
  10% {
    left: 0;
    width: 100%;
    margin-left: 0; }
  100% {
    height: 100%;
    top: 0; } }

@keyframes button-animation {
  10% {
    left: 0;
    width: 100%;
    margin-left: 0; }
  100% {
    height: 100%;
    top: 0; } }

table {
  width: 100%; }
  table th, table td {
    border-bottom: 1px solid #D8D8D8;
    padding: 10px 15px;
    text-align: left; }
    table th:first-child, table td:first-child {
      padding-left: 0; }
    table th:last-child, table td:last-child {
      padding-right: 0; }

.input-group {
  margin: 0 0 20px 0; }

input,
textarea,
select,
option {
  box-sizing: border-box;
  outline: none;
  vertical-align: top;
  font-family: "georgia";
  font-size: 16px;
  color: #1d1d1b;
  margin: 0;
  display: block; }

label {
  display: block;
  margin: 0 0 4px 0;
  font-weight: 400; }

.state-message, .helper-message {
  font-size: 14px;
  line-height: 24px;
  margin: 5px 0 0 0;
  display: block; }
  .state-message.error, .helper-message.error {
    color: #D0021B; }
  .state-message.warning, .helper-message.warning {
    color: #F5A623; }
  .state-message.valid, .helper-message.valid {
    color: #7ED321; }

.helper-message {
  color: #9B9B9B; }

input:invalid, textarea:invalid {
  box-shadow: none; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="number"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"],
input[list],
input[type="file"],
select,
textarea {
  width: 100%;
  padding: 0 14px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #D8D8D8;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  @media (min-width: 768px) {
    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="search"],
    input[type="color"],
    input[type="date"],
    input[type="datetime-local"],
    input[type="month"],
    input[type="number"],
    input[type="tel"],
    input[type="time"],
    input[type="url"],
    input[type="week"],
    input[list],
    input[type="file"],
    select,
    textarea {
      max-width: 400px; } }
  input[type="text"].alter,
  input[type="email"].alter,
  input[type="password"].alter,
  input[type="search"].alter,
  input[type="color"].alter,
  input[type="date"].alter,
  input[type="datetime-local"].alter,
  input[type="month"].alter,
  input[type="number"].alter,
  input[type="tel"].alter,
  input[type="time"].alter,
  input[type="url"].alter,
  input[type="week"].alter,
  input[list].alter,
  input[type="file"].alter,
  select.alter,
  textarea.alter {
    width: 100%;
    height: 62px;
    background: transparent !important;
    border-radius: 0;
    border: 1px solid #7C7C7C;
    text-transform: none !important;
    color: #FFFFFF;
    /* &:focus {
     *   border-color: $black;
     * } */ }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="number"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"],
input[list] {
  height: 50px;
  -webkit-appearance: none; }
  input[type="text"]:required,
  input[type="email"]:required,
  input[type="password"]:required,
  input[type="search"]:required,
  input[type="color"]:required,
  input[type="date"]:required,
  input[type="datetime-local"]:required,
  input[type="month"]:required,
  input[type="number"]:required,
  input[type="tel"]:required,
  input[type="time"]:required,
  input[type="url"]:required,
  input[type="week"]:required,
  input[list]:required {
    background: #fff url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTBweCIgaGVpZ2h0PSIxMnB4IiB2aWV3Qm94PSI1NTQgNDkgMTAgMTIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+ICAgIDxwYXRoIGQ9Ik01NjMuODc4MTIzLDU3LjQ0ODcxODMgQzU2My43MDk3MDMsNTcuNzQxODU4NCA1NjMuNDAzODE4LDU3LjkwMzkwNDkgNTYzLjA4ODgyOSw1Ny45MDM5MDQ5IEM1NjIuOTM0NTIxLDU3LjkwMzkwNDkgNTYyLjc3NzkzNyw1Ny44NjQ3NTg4IDU2Mi42MzQ1NTMsNTcuNzgxOTE0OSBMNTU5LjkxMTYyNyw1Ni4yMDkyNDUyIEw1NTkuOTExNjI3LDU5LjM1NDU4NDUgQzU1OS45MTE2MjcsNTkuODU3MTEwNSA1NTkuNTAzNzc5LDYwLjI2NDk1NzcgNTU5LjAwMTI1Myw2MC4yNjQ5NTc3IEM1NTguNDk4NzI3LDYwLjI2NDk1NzcgNTU4LjA5MDg4LDU5Ljg1NzExMDUgNTU4LjA5MDg4LDU5LjM1NDU4NDUgTDU1OC4wOTA4OCw1Ni4yMDg3OSBMNTU1LjM2NjU4OCw1Ny43ODE5MTQ5IEM1NTUuMjIzMjA1LDU3Ljg2NDc1ODggNTU1LjA2NjYyMSw1Ny45MDM5MDQ5IDU1NC45MTIzMTIsNTcuOTAzOTA0OSBDNTU0LjU5Nzc3OCw1Ny45MDM5MDQ5IDU1NC4yOTE0MzgsNTcuNzQxODU4NCA1NTQuMTIzMDE5LDU3LjQ0ODcxODMgQzU1My44NzE3NTYsNTcuMDEzMTA0NyA1NTQuMDIwNjAyLDU2LjQ1NjQxMTUgNTU0LjQ1NjIxNSw1Ni4yMDYwNTg5IEw1NTcuMTc5NTk3LDU0LjYzMjkzNCBMNTU0LjQ1NTMwNSw1My4wNTk4MDkyIEM1NTQuMDE5NjkxLDUyLjgwODA5MSA1NTMuODcwODQ1LDUyLjI1MjMwODIgNTU0LjEyMjEwOCw1MS44MTY2OTQ2IEM1NTQuMzczMzcxLDUxLjM4MTA4MSA1NTQuOTMwNTIsNTEuMjMxNzc5OCA1NTUuMzY1Njc4LDUxLjQ4MzQ5OCBMNTU4LjA4OTUxNSw1My4wNTYxNjc3IEw1NTguMDg5NTE1LDQ5LjkxMDM3MzIgQzU1OC4wODk1MTUsNDkuNDA3ODQ3MiA1NTguNDk3MzYyLDQ5IDU1OC45OTk4ODgsNDkgQzU1OS41MDI0MTQsNDkgNTU5LjkxMDI2MSw0OS40MDc4NDcyIDU1OS45MTAyNjEsNDkuOTEwMzczMiBMNTU5LjkxMDI2MSw1My4wNTU3MTI1IEw1NjIuNjMzMTg3LDUxLjQ4MzA0MjggQzU2My4wNjgzNDYsNTEuMjMxMzI0NyA1NjMuNjI2ODYsNTEuMzgwNjI1OSA1NjMuODc2NzU3LDUxLjgxNjIzOTQgQzU2NC4xMjgwMiw1Mi4yNTE4NTMgNTYzLjk3OTE3NCw1Mi44MDg1NDYyIDU2My41NDM1Niw1My4wNTkzNTQgTDU2MC44MjEwODksNTQuNjMyNDc4OSBMNTYzLjU0NDAxNiw1Ni4yMDUxNDg1IEM1NjMuOTc5NjI5LDU2LjQ1NjQxMTUgNTY0LjEyOTM4Niw1Ny4wMTMxMDQ3IDU2My44NzgxMjMsNTcuNDQ4NzE4MyBMNTYzLjg3ODEyMyw1Ny40NDg3MTgzIFoiIGlkPSJTaGFwZSIgc3Ryb2tlPSJub25lIiBmaWxsPSIjRDAwMTFCIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjwvcGF0aD48L3N2Zz4=") no-repeat right 14px center;
    background-size: 8px; }
  input[type="text"].error,
  input[type="email"].error,
  input[type="password"].error,
  input[type="search"].error,
  input[type="color"].error,
  input[type="date"].error,
  input[type="datetime-local"].error,
  input[type="month"].error,
  input[type="number"].error,
  input[type="tel"].error,
  input[type="time"].error,
  input[type="url"].error,
  input[type="week"].error,
  input[list].error {
    background: #fff url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNXB4IiB2aWV3Qm94PSI1NDggNDggMTYgMTUiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+ICAgIDxwYXRoIGQ9Ik01NjMuODU4MzE2LDYwLjU2NDYyNTggTDU1Ni45MDczNTksNDguNTIzMjg3MiBDNTU2LjUwNDQ1Miw0Ny44MjU1NzA5IDU1NS40OTU1NDgsNDcuODI1NTcwOSA1NTUuMDkyNjQxLDQ4LjUyMzI4NzIgTDU0OC4xNDE2ODQsNjAuNTY0NjI1OCBDNTQ3LjczODc3Nyw2MS4yNjIzNDIxIDU0OC4yNDMyMjksNjIuMTM2OTQ0MiA1NDkuMDQ5MDQyLDYyLjEzNjk0NDIgTDU2Mi45NTA5NTgsNjIuMTM2OTQ0MiBDNTYzLjc1Njc3MSw2Mi4xMzY5NDQyIDU2NC4yNjEyMjMsNjEuMjYyMzQyMSA1NjMuODU4MzE2LDYwLjU2NDYyNTggTDU2My44NTgzMTYsNjAuNTY0NjI1OCBaIE01NTYuMDA5ODI3LDUyLjIzMTMzODIgQzU1Ni40NTUzMTcsNTIuMjMxMzM4MiA1NTYuODE1NjQsNTIuNjAxNDg4MSA1NTYuODAyNTM4LDUzLjA0Njk3ODMgTDU1Ni42NzE1MTEsNTcuNjE5ODA0NCBDNTU2LjY2MTY4NCw1Ny45ODAxMjc0IDU1Ni4zNjY4NzQsNTguMjY1MTEwMSA1NTYuMDA2NTUxLDU4LjI2NTExMDEgQzU1NS42NDYyMjgsNTguMjY1MTEwMSA1NTUuMzUxNDE5LDU3Ljk3Njg1MTcgNTU1LjM0MTU5Miw1Ny42MTk4MDQ0IEw1NTUuMjEzODQxLDUzLjA0Njk3ODMgQzU1NS4yMDQwMTQsNTIuNjAxNDg4MSA1NTUuNTYxMDYxLDUyLjIzMTMzODIgNTU2LjAwOTgyNyw1Mi4yMzEzMzgyIEw1NTYuMDA5ODI3LDUyLjIzMTMzODIgWiBNNTU2LDYwLjUwMjM4ODIgQzU1NS41NDQ2ODMsNjAuNTAyMzg4MiA1NTUuMTc0NTMzLDYwLjEzMjIzODIgNTU1LjE3NDUzMyw1OS42NzY5MjEgQzU1NS4xNzQ1MzMsNTkuMjIxNjAzOCA1NTUuNTQ0NjgzLDU4Ljg1MTQ1MzggNTU2LDU4Ljg1MTQ1MzggQzU1Ni40NTUzMTcsNTguODUxNDUzOCA1NTYuODI1NDY3LDU5LjIyMTYwMzggNTU2LjgyNTQ2Nyw1OS42NzY5MjEgQzU1Ni44MjU0NjcsNjAuMTMyMjM4MiA1NTYuNDU1MzE3LDYwLjUwMjM4ODIgNTU2LDYwLjUwMjM4ODIgTDU1Niw2MC41MDIzODgyIFoiIGlkPSJTaGFwZSIgc3Ryb2tlPSJub25lIiBmaWxsPSIjRDAwMTFCIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjwvcGF0aD48L3N2Zz4=") no-repeat right 14px center;
    background-size: 16px 14px;
    border: 1px solid #D0021B;
    color: #D0021B; }
  input[type="text"].valid,
  input[type="email"].valid,
  input[type="password"].valid,
  input[type="search"].valid,
  input[type="color"].valid,
  input[type="date"].valid,
  input[type="datetime-local"].valid,
  input[type="month"].valid,
  input[type="number"].valid,
  input[type="tel"].valid,
  input[type="time"].valid,
  input[type="url"].valid,
  input[type="week"].valid,
  input[list].valid {
    background: #fff;
    border: 1px solid #7ED321; }

textarea {
  -webkit-appearance: none;
  overflow: auto;
  padding: 14px; }

input[type="file"] {
  min-height: 50px; }

input[type="search"] {
  height: 50px;
  -webkit-appearance: none; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

select {
  height: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  background: #fff url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTBweCIgaGVpZ2h0PSI2cHgiIHZpZXdCb3g9IjU1NCA1MyAxMCA2IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPiAgICA8cG9seWdvbiBpZD0iVHJpYW5nbGUiIHN0cm9rZT0ibm9uZSIgZmlsbD0iIzg0ODQ4NCIgZmlsbC1ydWxlPSJldmVub2RkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1NTkuMDAwMDAwLCA1Ni4wMDAwMDApIHJvdGF0ZSgxODAuMDAwMDAwKSB0cmFuc2xhdGUoLTU1OS4wMDAwMDAsIC01Ni4wMDAwMDApICIgcG9pbnRzPSI1NTkgNTMgNTY0IDU5IDU1NCA1OSI+PC9wb2x5Z29uPjwvc3ZnPg==") no-repeat right 14px center;
  background-size: 10px; }
  @media (min-width: 768px) {
    select:hover {
      cursor: pointer; } }

input[disabled],
textarea[disabled],
select[disabled],
option[disabled] {
  cursor: not-allowed;
  background-color: #e6e6e6; }

input:focus,
textarea:focus,
select:focus,
option:focus {
  background-color: white;
  border-color: #1d1d1b; }

.radio-wrapper {
  margin: 0 0 15px 0; }
  .radio-wrapper label {
    line-height: 18px;
    cursor: pointer;
    margin: 0;
    position: relative;
    padding-left: 25.2px; }
    .radio-wrapper label input {
      position: absolute;
      z-index: -1;
      opacity: 0; }
  .radio-wrapper .radio-indicator {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background: white;
    border: 1px solid #D8D8D8; }
  .radio-wrapper .radio .radio-indicator {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box; }
  .radio-wrapper .radio:hover input ~ .radio-indicator,
  .radio-wrapper .radio input:focus ~ .radio-indicator {
    background: white; }
  .radio-wrapper .radio input:checked ~ .radio-indicator {
    background: white; }
  .radio-wrapper .radio:hover input:not([disabled]):checked ~ .radio-indicator,
  .radio-wrapper .radio input:checked:focus ~ .radio-indicator {
    background: white; }
  .radio-wrapper .radio input:disabled ~ .radio-indicator {
    background: #EEEEEE;
    opacity: 0.6;
    pointer-events: none; }
  .radio-wrapper .radio-indicator:after {
    left: 3px;
    top: 3px;
    height: 10px;
    width: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    content: '';
    position: absolute;
    display: block;
    background: white;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .radio-wrapper .radio input:checked ~ .radio-indicator:after {
    background: #1d1d1b; }
  .radio-wrapper .radio input:disabled ~ .radio-indicator:after {
    background: #EEEEEE; }

.checkbox-wrapper {
  margin: 0 0 15px 0; }
  .checkbox-wrapper label {
    line-height: 18px;
    cursor: pointer;
    margin: 0;
    position: relative;
    padding-left: 25.2px; }
    .checkbox-wrapper label input {
      position: absolute;
      z-index: -1;
      opacity: 0; }
  .checkbox-wrapper .checkbox-indicator {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background: white;
    border: 1px solid #D8D8D8; }
  .checkbox-wrapper .checkbox:hover input ~ .checkbox-indicator,
  .checkbox-wrapper .checkbox input:focus ~ .checkbox-indicator {
    background: white; }
  .checkbox-wrapper .checkbox input:checked ~ .checkbox-indicator {
    background: white; }
  .checkbox-wrapper .checkbox:hover input:not([disabled]):checked ~ .checkbox-indicator,
  .checkbox-wrapper .checkbox input:checked:focus ~ .checkbox-indicator {
    background: white; }
  .checkbox-wrapper .checkbox input:disabled ~ .checkbox-indicator {
    background: #EEEEEE;
    opacity: 0.6;
    pointer-events: none; }
  .checkbox-wrapper .checkbox-indicator:after {
    content: '';
    position: absolute;
    display: block;
    left: 1px;
    top: 1px;
    height: 14px;
    width: 14px;
    background: white url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOHB4IiBoZWlnaHQ9IjdweCIgdmlld0JveD0iNSA4IDggNyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgPHBhdGggZD0iTTEyLjQ3MDQ1NzIsOC4yOTY1Njk0NSBDMTIuMDgzNTIyLDcuOTAxMTQzNTIgMTEuNDU2NDIwMSw3LjkwMTE0MzUyIDExLjA2OTQ4NDksOC4yOTY1Njk0NSBMNy41NjY2OTAzNSwxMS44Njc1MzI1IEw2LjY5MTE3MzY2LDEwLjk3NDc5MTggQzYuMzA0MjM4NDYsMTAuNTgxNzkxNyA1LjY3Njg5NCwxMC41ODE3OTE3IDUuMjkwMjAxNCwxMC45NzQ3OTE4IEM0LjkwMzI2NjIsMTEuMzcwMjE3NyA0LjkwMzI2NjIsMTIuMDEwNjYyMiA1LjI5MDIwMTQsMTIuNDAzNjYyMiBMNi44NjYzMjU1MiwxNC4wMTIwNTExIEM3LjI1MzI2MDcxLDE0LjQwNzQ3NyA3Ljg4MDM2MjU4LDE0LjQwNzQ3NyA4LjI2NzI5Nzc4LDE0LjAxMjA1MTEgTDEyLjQ3MDQ1NzIsOS43MjU0Mzk4NyBDMTIuODU3MzkyNCw5LjMzMDAxMzkzIDEyLjg1NzM5MjQsOC42ODk1Njk0NiAxMi40NzA0NTcyLDguMjk2NTY5NDUiIGlkPSJjaGVja21hcmsiIHN0cm9rZT0ibm9uZSIgZmlsbD0iI0ZGRkZGRiIgZmlsbC1ydWxlPSJldmVub2RkIj48L3BhdGg+PC9zdmc+") no-repeat center center;
    background-size: 8px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .checkbox-wrapper .checkbox input:checked ~ .checkbox-indicator:after {
    background: #1d1d1b url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOHB4IiBoZWlnaHQ9IjdweCIgdmlld0JveD0iNSA4IDggNyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgPHBhdGggZD0iTTEyLjQ3MDQ1NzIsOC4yOTY1Njk0NSBDMTIuMDgzNTIyLDcuOTAxMTQzNTIgMTEuNDU2NDIwMSw3LjkwMTE0MzUyIDExLjA2OTQ4NDksOC4yOTY1Njk0NSBMNy41NjY2OTAzNSwxMS44Njc1MzI1IEw2LjY5MTE3MzY2LDEwLjk3NDc5MTggQzYuMzA0MjM4NDYsMTAuNTgxNzkxNyA1LjY3Njg5NCwxMC41ODE3OTE3IDUuMjkwMjAxNCwxMC45NzQ3OTE4IEM0LjkwMzI2NjIsMTEuMzcwMjE3NyA0LjkwMzI2NjIsMTIuMDEwNjYyMiA1LjI5MDIwMTQsMTIuNDAzNjYyMiBMNi44NjYzMjU1MiwxNC4wMTIwNTExIEM3LjI1MzI2MDcxLDE0LjQwNzQ3NyA3Ljg4MDM2MjU4LDE0LjQwNzQ3NyA4LjI2NzI5Nzc4LDE0LjAxMjA1MTEgTDEyLjQ3MDQ1NzIsOS43MjU0Mzk4NyBDMTIuODU3MzkyNCw5LjMzMDAxMzkzIDEyLjg1NzM5MjQsOC42ODk1Njk0NiAxMi40NzA0NTcyLDguMjk2NTY5NDUiIGlkPSJjaGVja21hcmsiIHN0cm9rZT0ibm9uZSIgZmlsbD0iI0ZGRkZGRiIgZmlsbC1ydWxlPSJldmVub2RkIj48L3BhdGg+PC9zdmc+") no-repeat center center; }
  .checkbox-wrapper .checkbox input:disabled ~ .checkbox-indicator:after {
    background: #EEEEEE; }

input[type='range'] {
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%; }
  input[type='range']:focus {
    outline: 0; }
    input[type='range']:focus::-webkit-slider-runnable-track {
      background: #eeeeee; }
    input[type='range']:focus::-ms-fill-lower {
      background: #EEEEEE; }
    input[type='range']:focus::-ms-fill-upper {
      background: #eeeeee; }
  input[type='range']::-webkit-slider-runnable-track {
    cursor: pointer;
    height: 4px;
    transition: all .2s ease;
    width: 100%;
    background: #EEEEEE;
    border: 0px solid #EEEEEE;
    border-radius: 0px; }
  input[type='range']::-webkit-slider-thumb {
    background: #1d1d1b;
    border: 0px solid #1d1d1b;
    border-radius: 20px;
    cursor: pointer;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    margin-top: -8px; }
  input[type='range']::-moz-range-track {
    cursor: pointer;
    height: 4px;
    transition: all .2s ease;
    width: 100%;
    background: #EEEEEE;
    border: 0px solid #EEEEEE;
    border-radius: 0px; }
  input[type='range']::-moz-range-thumb {
    background: #1d1d1b;
    border: 0px solid #1d1d1b;
    border-radius: 20px;
    cursor: pointer;
    height: 20px;
    width: 20px; }
  input[type='range']::-ms-track {
    cursor: pointer;
    height: 4px;
    transition: all .2s ease;
    width: 100%;
    background: transparent;
    border-color: transparent;
    border-width: 10px 0;
    color: transparent; }
  input[type='range']::-ms-fill-lower {
    background: #eeeeee;
    border: 0px solid #EEEEEE;
    border-radius: 0px; }
  input[type='range']::-ms-fill-upper {
    background: #EEEEEE;
    border: 0px solid #EEEEEE;
    border-radius: 0px; }
  input[type='range']::-ms-thumb {
    background: #1d1d1b;
    border: 0px solid #1d1d1b;
    border-radius: 20px;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin-top: 0; }

img.responsive {
  width: 100%;
  height: auto;
  max-width: 100%; }

img.rounded {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box; }

img.circle {
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box; }

img.thumbnail {
  padding: 5px;
  border: 1px solid #D8D8D8; }

.bg-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.notification {
  background: rgba(29, 29, 27, 0.35);
  border: 1px solid #1d1d1b;
  position: relative;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  padding: 10px 50px;
  display: block; }
  .notification .icon {
    width: 32px;
    height: 32px;
    background-size: 32px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 10px;
    background: #1d1d1b; }
  .notification .icon-close {
    left: auto;
    right: 10px; }
  .notification p {
    color: black; }
  .notification.tiny {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0 !important;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-clip: padding-box; }
  .notification.number {
    width: 28px;
    height: 28px;
    line-height: 26px;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    color: #FFFFFF !important;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-clip: padding-box;
    text-align: center; }
  .notification.grey {
    background: rgba(155, 155, 155, 0.35);
    border-color: #9B9B9B; }
    .notification.grey .icon {
      background: #9B9B9B; }
    .notification.grey p {
      color: #686868; }
    .notification.grey.tiny, .notification.grey.number {
      background: #9B9B9B; }
  .notification.error {
    background: rgba(208, 2, 27, 0.35);
    border-color: #D0021B; }
    .notification.error .icon {
      background: #D0021B; }
    .notification.error p {
      color: #6b010e; }
    .notification.error.tiny, .notification.error.number {
      background: #D0021B; }
  .notification.warning {
    background: rgba(245, 166, 35, 0.35);
    border-color: #F5A623; }
    .notification.warning .icon {
      background: #F5A623; }
    .notification.warning p {
      color: #aa6d08; }
    .notification.warning.tiny, .notification.warning.number {
      background: #F5A623; }
  .notification.success {
    background: rgba(126, 211, 33, 0.35);
    border-color: #7ED321; }
    .notification.success .icon {
      background: #7ED321; }
    .notification.success p {
      color: #497b13; }
    .notification.success.tiny, .notification.success.number {
      background: #7ED321; }

.tabs {
  font-size: 0; }
  .tabs li {
    display: inline-block; }
  .tabs a {
    display: block;
    padding: 10px 20px; }
  .tabs.tabs-top a {
    border-width: 0;
    border-style: solid;
    border-width: 2px 0 0 0; }
  .tabs.tabs-bottom a {
    border-width: 0;
    border-style: solid;
    border-width: 0 0 2px 0; }
  .tabs.tabs-left a {
    border-width: 0;
    border-style: solid;
    border-width: 0 0 0 2px; }
  .tabs.tabs-right a {
    border-width: 0;
    border-style: solid;
    border-width: 0 2px 0 0;
    padding-left: 10px; }
  .tabs a {
    border-color: #D8D8D8 !important; }
    @media (min-width: 768px) {
      .tabs a:hover {
        border-color: #bfbfbf !important;
        background-color: #EEEEEE;
        color: #1d1d1b !important; }
      .tabs a.active:hover {
        cursor: default; } }
    .tabs a.active {
      border-color: #1d1d1b !important;
      background-color: inherit;
      color: inherit !important; }
  .tabs.tabs-vertical li {
    display: block; }

.pagination li {
  width: 36px;
  height: 36px;
  margin: 0 5px; }

.pagination .icon {
  position: relative;
  top: 3px; }

.pagination a, .pagination span {
  display: block;
  text-align: center;
  background: #EEEEEE;
  color: #1d1d1b;
  font-size: 14px;
  line-height: 36px; }
  .pagination a.active, .pagination span.active {
    background: #1d1d1b !important;
    color: #FFFFFF !important; }
  @media (min-width: 768px) {
    .pagination a:hover, .pagination span:hover {
      background: #D8D8D8;
      color: #1d1d1b; } }

.header {
  position: relative;
  width: 100%;
  background: #FFFFFF;
  padding: 0 40px;
  z-index: 99;
  transition: transform .5s ease-in-out; }
  .header.shadow {
    box-shadow: 0 2px 4px rgba(119, 119, 119, 0.15); }
  .header .header-title {
    position: absolute;
    left: 80px;
    padding-left: 10px;
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 3px;
    opacity: 0;
    transition: all .7s ease; }
    .header .header-title:hover {
      cursor: pointer; }
    .header .header-title.single-post {
      font-family: "georgia";
      font-size: 21px;
      letter-spacing: 0;
      font-weight: normal; }
      @media (max-width: 2199px) {
        .header .header-title.single-post {
          font-size: 17px;
          line-height: 24px; } }
      @media (max-width: 767px) {
        .header .header-title.single-post {
          font-size: 15px;
          line-height: 19px; } }
      .header .header-title.single-post .now-reading {
        padding-right: 10px; }
      .header .header-title.single-post .post {
        position: relative;
        top: -3px;
        text-transform: initial; }
  .header.fixed-header {
    position: fixed;
    top: 0;
    left: 0; }
  .header.menu-open {
    background: transparent;
    box-shadow: none; }
  .header .menu-wrapper {
    position: absolute;
    left: 40px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center; }
    .header .menu-wrapper a {
      position: relative;
      transition: all .3s ease;
      width: 30px;
      height: 26px;
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      align-items: center; }
      .header .menu-wrapper a.active span {
        position: absolute;
        margin: 0;
        border-color: #FFFFFF; }
        .header .menu-wrapper a.active span.bar1 {
          transform: rotate(45deg);
          top: 17px; }
        .header .menu-wrapper a.active span.bar2 {
          transform: rotate(-45deg);
          top: 17px; }
      .header .menu-wrapper a span {
        width: 100%;
        height: 0;
        border-bottom: 3px solid #1d1d1b;
        display: block;
        transition: all .3s ease; }
        @media (min-width: 2200px) {
          .header .menu-wrapper a span {
            border-bottom: 4px solid #1d1d1b; } }
  @media (max-width: 2199px) {
    .header {
      padding: 0 18px; }
      .header .menu-wrapper {
        left: 25px; }
        .header .menu-wrapper a {
          width: 24px;
          height: 22px; }
          .header .menu-wrapper a span {
            border-width: 2px; }
      .header .header-title {
        left: 50px; } }
  @media (max-width: 991px) {
    .header .menu-wrapper {
      left: 18px; } }
  @media (max-width: 767px) {
    .header {
      padding: 0 18px; }
      .header .menu-wrapper {
        left: 18px; }
        .header .menu-wrapper a {
          width: 20px;
          height: 20px; }
          .header .menu-wrapper a span {
            height: 0px;
            border-width: 1.5px; } }

.main-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #FFFFFF;
  transition: all .8s ease;
  opacity: 0;
  visibility: hidden; }
  .main-nav .background-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .main-nav .background-image:after {
      content: '';
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #1d1d1b;
      -webkit-transition: background-color 1s linear;
      -moz-transition: background-color 1s linear;
      -ms-transition: background-color 1s linear;
      -o-transition: background-color 1s linear;
      transition: background-color 1s linear; }
    .main-nav .background-image.loaded:after {
      background-color: rgba(29, 29, 27, 0.63); }
  .main-nav.nav-open {
    opacity: 1;
    visibility: visible; }
    .main-nav.nav-open .nav-menu ul li {
      opacity: 1; }
      .main-nav.nav-open .nav-menu ul li a {
        opacity: 1;
        top: 0px; }
  .main-nav a {
    color: #7C7C7C; }
  .main-nav .nav-menu {
    position: relative; }
    .main-nav .nav-menu ul {
      position: relative; }
    .main-nav .nav-menu li {
      margin: 0 50px;
      opacity: 0;
      transition: all .3s ease; }
      .main-nav .nav-menu li:nth-of-type(1) a {
        transition-delay: .6s; }
      .main-nav .nav-menu li:nth-of-type(2) a {
        transition-delay: .7s; }
      .main-nav .nav-menu li:nth-of-type(3) a {
        transition-delay: .8s; }
      .main-nav .nav-menu li:nth-of-type(4) a {
        transition-delay: .9s; }
      .main-nav .nav-menu li:nth-of-type(5) a {
        transition-delay: 1s; }
      .main-nav .nav-menu li:hover span {
        opacity: 1;
        visibility: visible; }
      .main-nav .nav-menu li a {
        position: relative;
        font-family: "SackersGothic";
        padding: 10px 0;
        opacity: 0;
        top: 16px;
        letter-spacing: 0.043em;
        color: #7C7C7C;
        transition: top .3s ease, opacity .3s ease; }
      .main-nav .nav-menu li span {
        position: absolute;
        top: 30;
        margin-top: 150px;
        width: 618px;
        left: 50%;
        margin-left: -309px;
        text-align: center;
        transition: all .3s ease;
        opacity: 0;
        visibility: hidden; }
        .main-nav .nav-menu li span a {
          font-family: "georgia"; }
      .main-nav .nav-menu li:hover a {
        animation: color-animation .5s  forwards; }
  .main-nav .nav-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
  .main-nav .social-links {
    position: relative;
    width: 100%;
    text-align: center; }
    .main-nav .social-links a {
      font-size: 30px;
      margin: 0 30px; }
      .main-nav .social-links a:hover {
        color: #FFFFFF; }
  .main-nav .enquiry-area {
    position: relative;
    padding: 50px 0 50px; }
    .main-nav .enquiry-area ul li {
      padding: 0 15px; }
      .main-nav .enquiry-area ul li a:hover {
        color: #FFFFFF; }
  .main-nav .header-nav {
    position: absolute;
    left: 0;
    top: 0;
    background: transparent !important;
    box-shadow: none;
    width: 100%;
    padding: 0 4px; }
    .main-nav .header-nav .menu-wrapper {
      position: absolute;
      left: 40px;
      top: 0;
      height: 100%;
      display: flex;
      align-items: center; }
      .main-nav .header-nav .menu-wrapper a {
        position: relative;
        transition: all .3s ease;
        width: 30px;
        height: 36px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center; }
        .main-nav .header-nav .menu-wrapper a.active span {
          position: absolute;
          margin: 0;
          border-color: #FFFFFF; }
          .main-nav .header-nav .menu-wrapper a.active span.bar1 {
            transform: rotate(45deg);
            top: 17px; }
          .main-nav .header-nav .menu-wrapper a.active span.bar2 {
            transform: rotate(-45deg);
            top: 17px; }
        .main-nav .header-nav .menu-wrapper a span {
          width: 100%;
          height: 0;
          border-bottom: 3px solid #1d1d1b;
          display: block;
          transition: all .3s ease; }
  @media (max-width: 2199px) {
    .main-nav .nav-menu li {
      margin: 0 30px; }
      .main-nav .nav-menu li span {
        margin-top: 80px; }
    .main-nav .enquiry-area {
      padding: 15px 0 20px; }
    .main-nav .social-links a {
      font-size: 20px;
      margin: 0 10px; }
    .main-nav .header-nav {
      padding: 0 25px; }
      .main-nav .header-nav .menu-wrapper {
        left: 25px; }
        .main-nav .header-nav .menu-wrapper a {
          width: 24px; }
          .main-nav .header-nav .menu-wrapper a span {
            border-width: 2px; } }
  @media (max-width: 767px) {
    .main-nav {
      justify-content: center; }
      .main-nav .header-nav {
        height: 68px;
        padding: 0 18px; }
        .main-nav .header-nav .logo {
          display: none; }
        .main-nav .header-nav .menu-wrapper {
          left: 18px;
          top: -8px; }
          .main-nav .header-nav .menu-wrapper a {
            width: 20px;
            height: 20px; }
            .main-nav .header-nav .menu-wrapper a span {
              height: 0px;
              border-width: 1.5px; }
      .main-nav .social-links {
        display: none; }
      .main-nav .enquiry-area {
        position: absolute;
        bottom: 30px;
        left: 0;
        padding: 0;
        width: 100%; }
        .main-nav .enquiry-area ul {
          justify-content: center; }
        .main-nav .enquiry-area ul li {
          padding: 0 7px; }
      .main-nav .nav-menu {
        width: 100%; }
        .main-nav .nav-menu ul {
          flex-direction: column; }
          .main-nav .nav-menu ul li {
            margin: 0;
            text-align: center; }
            .main-nav .nav-menu ul li span {
              display: none; }
            .main-nav .nav-menu ul li a {
              color: #FFFFFF;
              display: block;
              padding: 0; }
              .main-nav .nav-menu ul li a:hover {
                -webkit-animation: none !important;
                -moz-animation: none !important;
                -o-animation: none !important;
                -ms-animation: none !important;
                animation: none !important; } }

.main-nav .nav-menu li .sub-field a {
  letter-spacing: initial; }

i.fa-facebook {
  height: 19px; }

@keyframes color-animation {
  0% {
    color: #7C7C7C; }
  100% {
    color: #FFFFFF; } }

.footer {
  background: #1d1d1b;
  text-align: center;
  padding: 80px 0 0px;
  height: 578px;
  position: sticky;
  position: -webkit-sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  transition: transform .5s ease-in-out; }
  .footer .container {
    height: 100%; }
  @media (max-height: 400px) {
    .footer {
      position: relative; }
      .footer .footer-animation {
        opacity: 1 !important;
        visibility: visible !important; } }
  @media (max-width: 2199px) {
    .footer {
      height: 490px;
      padding-bottom: 30px;
      padding: 156px 0 0; }
      .footer h3 {
        padding-bottom: 15px; }
      .footer p {
        padding-bottom: 20px; } }
  .footer .footer-animation {
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease; }
  .footer.page-bottom .footer-animation {
    opacity: 1;
    visibility: visible; }
  .footer h3 {
    color: #FFFFFF;
    padding-bottom: 20px; }
  .footer p {
    color: #7C7C7C;
    padding-bottom: 40px;
    max-width: 437px;
    margin: 0 auto; }
  @media (max-width: 2199px) {
    .footer {
      height: 490px;
      padding-bottom: 30px;
      padding: 146px 0 0; }
      .footer h3 {
        padding-bottom: 15px; }
      .footer p {
        padding-bottom: 25px; } }
  .footer form {
    max-width: 400px;
    margin: 0 auto; }
    .footer form .form-container {
      position: relative; }
      .footer form .form-container .form-group {
        position: absolute;
        width: 100%;
        height: 40px; }
      .footer form .form-container .thanks {
        position: absolute;
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #FFFFFF; }
    .footer form input {
      max-width: 100%;
      transition: all 0s ease;
      letter-spacing: 0; }
      .footer form input::-webkit-input-placeholder {
        color: #7C7C7C; }
      .footer form input::-moz-placeholder {
        color: #7C7C7C; }
      .footer form input:-ms-input-placeholder {
        color: #7C7C7C; }
      .footer form input:-moz-placeholder {
        color: #7C7C7C; }
    .footer form input[type="submit"] {
      position: absolute;
      right: 0;
      top: 0;
      font-size: 20px;
      font-family: 'FontAwesome';
      background: transparent;
      border: 0;
      border-left: 1px solid #7C7C7C;
      height: 62px;
      padding: 20px !important;
      color: #7C7C7C; }
      .footer form input[type="submit"]:hover {
        color: #FFFFFF; }
  .footer nav ul {
    padding-top: 60px;
    padding-bottom: 20px;
    position: relative; }
    .footer nav ul li {
      margin: 0 20px; }
      .footer nav ul li:hover span {
        opacity: 1;
        visibility: visible; }
      .footer nav ul li a {
        font-family: "SackersGothic";
        padding: 10px 0;
        color: #FFFFFF;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 0.043em; }
        .footer nav ul li a:hover {
          color: #FFFFFF; }
  .footer .footer-bottom {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 30px;
    left: 0; }
    .footer .footer-bottom .social {
      margin-bottom: 15px; }
      .footer .footer-bottom .social a {
        font-size: 24px;
        margin: 0 25px;
        color: #7C7C7C; }
        .footer .footer-bottom .social a:hover {
          color: #FFFFFF; }
    .footer .footer-bottom ul li {
      margin: 0 10px; }
      .footer .footer-bottom ul li a {
        color: #7C7C7C; }
        @media (min-width: 2200px) {
          .footer .footer-bottom ul li a {
            font-size: 16px; } }
        .footer .footer-bottom ul li a:hover {
          color: #FFFFFF; }
  @media (max-width: 2199px) {
    .footer h3,
    .footer p {
      font-size: 16px;
      line-height: 23px; }
    .footer nav ul {
      padding-top: 50px;
      padding-bottom: 50px; }
      .footer nav ul li a {
        font-size: 11px; }
    .footer .footer-bottom a {
      font-size: 12px; }
    .footer .footer-bottom .social a {
      font-size: 21px;
      margin: 0 10px; }
    .footer form .form-group {
      width: 400px;
      margin-left: auto;
      margin-right: auto; }
      .footer form .form-group input[type='email'],
      .footer form .form-group input[type='submit'] {
        height: 40px;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 15px; }
      .footer form .form-group input[type="submit"] {
        padding: 0 !important;
        width: 40px; } }
  @media (max-width: 575px) {
    .footer {
      height: 490px; } }
  @media (max-width: 575px) {
    .footer {
      padding: 40px 0 40px;
      height: 550px; }
      .footer h3,
      .footer p {
        font-size: 15px;
        line-height: 24px;
        max-width: 270px; }
      .footer h3 {
        padding-bottom: 15px; }
      .footer .container {
        height: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center; }
      .footer form .form-group {
        width: 265px; }
        .footer form .form-group input[type='email'],
        .footer form .form-group input[type='submit'] {
          height: 35px;
          padding-top: 0;
          padding-bottom: 0;
          padding-left: 10px;
          padding-right: 10px;
          font-size: 15px; }
        .footer form .form-group input[type="submit"] {
          padding: 0 !important;
          width: 40px; }
      .footer nav {
        display: none; }
      .footer .footer-bottom {
        position: absolute;
        bottom: 0; }
        .footer .footer-bottom .social {
          margin-bottom: 30px; }
          .footer .footer-bottom .social a {
            width: 39px;
            height: 39px;
            border: 1px solid #7C7C7C;
            font-size: 15px;
            display: inline-block;
            line-height: 39px;
            margin: 0 7px; }
        .footer .footer-bottom ul li a {
          font-size: 11px; } }

.blocks {
  position: relative;
  width: 100%; }
  .blocks section {
    position: relative;
    background: #FFFFFF;
    padding: 50px 0; }
    .blocks section.block-main-image-text {
      padding: 0; }
    @media (max-width: 2199px) {
      .blocks section {
        padding: 35px 0; } }
    @media (max-width: 991px) {
      .blocks section {
        padding: 25px 0; } }
  .blocks span p {
    margin-bottom: 40px; }
    .blocks span p:last-child {
      margin-bottom: 0; }
  @media (max-width: 2199px) {
    .blocks p {
      font-size: 16px;
      line-height: 23px; } }
  @media (min-width: 2200px) {
    .blocks p {
      font-size: 26px;
      line-height: 35px; } }
  @media (max-width: 991px) {
    .blocks p {
      font-size: 16px;
      line-height: 22px; } }
  @media (max-width: 575px) {
    .blocks p {
      font-size: 15px;
      line-height: 21px; } }

.block-main-introduction {
  padding-top: 100px !important;
  margin: 0 auto;
  text-align: center;
  background: #FFFFFF; }
  @media (max-width: 2199px) {
    .block-main-introduction {
      padding-top: 70px !important; } }
  @media (max-width: 991px) {
    .block-main-introduction {
      padding-top: 50px !important; } }

.block-descriptor-content {
  position: relative; }
  .block-descriptor-content p {
    margin: 0 auto;
    text-align: center; }

.block-double-image,
.block-double-image-no-link {
  position: relative;
  margin-bottom: -50px; }
  .block-double-image .image-left,
  .block-double-image .image-right,
  .block-double-image-no-link .image-left,
  .block-double-image-no-link .image-right {
    position: relative;
    width: 100%; }
    @media (max-width: 991px) {
      .block-double-image .image-left.image-portrait,
      .block-double-image .image-right.image-portrait,
      .block-double-image-no-link .image-left.image-portrait,
      .block-double-image-no-link .image-right.image-portrait {
        max-width: 100%; } }
    .block-double-image .image-left.image-portrait .img-2,
    .block-double-image .image-right.image-portrait .img-2,
    .block-double-image-no-link .image-left.image-portrait .img-2,
    .block-double-image-no-link .image-right.image-portrait .img-2 {
      top: -100px; }
      @media (max-width: 991px) {
        .block-double-image .image-left.image-portrait .img-2,
        .block-double-image .image-right.image-portrait .img-2,
        .block-double-image-no-link .image-left.image-portrait .img-2,
        .block-double-image-no-link .image-right.image-portrait .img-2 {
          top: -50px; } }
  .block-double-image .image-right,
  .block-double-image-no-link .image-right {
    text-align: right; }
  .block-double-image .img-1,
  .block-double-image-no-link .img-1 {
    width: 100%;
    height: 651px;
    background-size: cover !important; }
    @media (max-width: 2199px) {
      .block-double-image .img-1,
      .block-double-image-no-link .img-1 {
        height: 500px; } }
    .block-double-image .img-1.image-portrait,
    .block-double-image-no-link .img-1.image-portrait {
      height: 1014px; }
      @media (max-width: 2199px) {
        .block-double-image .img-1.image-portrait,
        .block-double-image-no-link .img-1.image-portrait {
          height: 650px; } }
  .block-double-image .img-2,
  .block-double-image-no-link .img-2 {
    position: relative;
    top: -50px;
    height: 380px;
    background-size: cover !important; }
    @media (max-width: 2199px) {
      .block-double-image .img-2,
      .block-double-image-no-link .img-2 {
        height: 250px; } }
    .block-double-image .img-2.only-tab,
    .block-double-image-no-link .img-2.only-tab {
      display: none;
      width: 283px;
      height: 197px;
      left: calc(100% - 150px) !important;
      top: 0;
      margin-top: -70px !important; }
  .block-double-image .image-right .img-2,
  .block-double-image-no-link .image-right .img-2 {
    left: -309px; }
    @media (max-width: 2199px) {
      .block-double-image .image-right .img-2.only-tab,
      .block-double-image-no-link .image-right .img-2.only-tab {
        left: -116px !important; } }
  .block-double-image .double-img-content,
  .block-double-image-no-link .double-img-content {
    position: relative;
    padding-top: 100px; }
  @media (max-width: 1199px) {
    .block-double-image,
    .block-double-image-no-link {
      margin-bottom: 0; }
      .block-double-image .img-1,
      .block-double-image-no-link .img-1 {
        height: 450px; }
      .block-double-image .img-2,
      .block-double-image-no-link .img-2 {
        height: 240px; }
      .block-double-image .double-img-content,
      .block-double-image-no-link .double-img-content {
        padding-top: 40px; } }
  @media (max-width: 767px) {
    .block-double-image .double-img-content,
    .block-double-image-no-link .double-img-content {
      padding-top: 20px; }
    .block-double-image .image-left,
    .block-double-image .image-right,
    .block-double-image-no-link .image-left,
    .block-double-image-no-link .image-right {
      max-width: 448px; }
    .block-double-image .img-2,
    .block-double-image-no-link .img-2 {
      display: none; }
      .block-double-image .img-2.only-tab,
      .block-double-image-no-link .img-2.only-tab {
        display: block; }
    .block-double-image .img-1, .block-double-image .img-1.image-portrait,
    .block-double-image-no-link .img-1,
    .block-double-image-no-link .img-1.image-portrait {
      height: 317px;
      max-width: 448px; }
    .block-double-image .img-1.image-portrait,
    .block-double-image-no-link .img-1.image-portrait {
      height: 493px; } }
  @media (max-width: 575px) {
    .block-double-image .img-1, .block-double-image .img-1.image-portrait,
    .block-double-image-no-link .img-1,
    .block-double-image-no-link .img-1.image-portrait {
      height: 234px; }
    .block-double-image .img-2.only-tab,
    .block-double-image-no-link .img-2.only-tab {
      display: none !important; }
    .block-double-image .double-img-content,
    .block-double-image-no-link .double-img-content {
      padding-top: 30px; } }

.block-feature-image {
  position: relative;
  width: auto; }
  .block-feature-image .image-container {
    width: 100%;
    height: 958px;
    padding: 40px 20px 60px;
    background-size: cover !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column; }
    .block-feature-image .image-container h6 {
      color: #FFFFFF;
      font-family: "SackersGothic"; }
      @media (max-width: 2199px) {
        .block-feature-image .image-container h6 {
          font-size: 12px; } }
      @media (max-width: 991px) {
        .block-feature-image .image-container h6 {
          font-size: 10px; } }
    .block-feature-image .image-container h3 {
      color: #FFFFFF;
      font-weight: 400; }
    @media (max-width: 2199px) {
      .block-feature-image .image-container {
        height: 650px;
        padding: 30px 20px 40px; } }
    @media (max-width: 1199px) {
      .block-feature-image .image-container {
        height: 500px;
        padding: 20px 20px; } }
    @media (max-width: 991px) {
      .block-feature-image .image-container {
        height: 361px; } }
  @media (max-width: 575px) {
    .block-feature-image {
      margin-left: -18px;
      margin-right: -18px; } }

.block-single-image-text {
  position: relative; }
  .block-single-image-text .image-container {
    height: 651px;
    background-size: cover !important; }
  @media (max-width: 2199px) {
    .block-single-image-text .image-container {
      height: 475px; } }
  @media (max-width: 767px) {
    .block-single-image-text .image-container {
      height: 280px; } }

.block-main-image-text {
  position: relative;
  padding: 0 0;
  background: #FFFFFF; }
  .block-main-image-text .img-container {
    position: relative;
    width: 100%;
    background-size: cover !important;
    padding: 0 30px; }
    .block-main-image-text .img-container .content {
      width: 100%;
      height: 100%; }
      .block-main-image-text .img-container .content .banner-title {
        opacity: 1;
        transition: opacity .5s ease;
        -webkit-transition: opacity .5s ease;
        -webkit-transform: translateZ(0); }
        .block-main-image-text .img-container .content .banner-title.active {
          opacity: 0;
          animation: opacity-test .5s; }

.block-info-graphic {
  position: relative; }
  .block-info-graphic .row .col-md-4:last-child .info-single {
    margin-bottom: 0; }
  .block-info-graphic .info-single {
    position: relative;
    width: 100%;
    margin: 0 auto; }
    .block-info-graphic .info-single .img-container {
      width: 100%;
      height: 370px;
      background-size: cover !important; }
      @media (max-width: 2199px) {
        .block-info-graphic .info-single .img-container {
          height: 230px; } }
  @media (max-width: 991px) {
    .block-info-graphic .info-single {
      margin-bottom: 40px; }
      .block-info-graphic .info-single .img-container {
        height: 338px; } }
  @media (max-width: 767px) {
    .block-info-graphic .info-single {
      margin-bottom: 40px; }
      .block-info-graphic .info-single .img-container {
        height: 190px; } }
  @media (max-width: 575px) {
    .block-info-graphic .info-single {
      margin-bottom: 40px; }
      .block-info-graphic .info-single .img-container {
        height: 230px; } }

.block-tiers {
  position: relative;
  background: #1d1d1b !important;
  margin: 50px -40px;
  color: #FFFFFF;
  padding-bottom: 100px !important; }
  .block-tiers section {
    background: #1d1d1b !important; }
  .block-tiers .main-title {
    padding-bottom: 100px;
    padding-top: 70px;
    text-align: center; }
    @media (max-width: 2199px) {
      .block-tiers .main-title {
        padding-top: 30px;
        padding-bottom: 40px; } }
  @media (max-width: 991px) {
    .block-tiers {
      padding-bottom: 60px !important; } }
  .block-tiers .block-title {
    color: #FFFFFF; }
  .block-tiers .tier-single {
    max-width: 367px; }
  .block-tiers .tier-list {
    position: relative;
    margin-top: 30px;
    border-top: 1px solid #FFFFFF;
    border-bottom: 4px solid #FFFFFF;
    padding: 30px 0; }
    .block-tiers .tier-list p {
      text-transform: uppercase;
      font-family: "SackersGothic";
      font-size: 18px;
      padding-bottom: 10px;
      letter-spacing: 0.043em;
      font-size: 16px;
      line-height: 23px; }
    .block-tiers .tier-list ul {
      position: relative;
      padding-left: 10px; }
      .block-tiers .tier-list ul li {
        font-size: 20px;
        position: relative;
        padding-left: 20px;
        font-size: 16px;
        line-height: 23px; }
        .block-tiers .tier-list ul li:before {
          content: "\f111";
          font-family: 'FontAwesome';
          position: absolute;
          left: 0;
          font-size: 6px;
          top: 2px; }
    @media (max-width: 991px) {
      .block-tiers .tier-list p {
        font-size: 15px; }
      .block-tiers .tier-list ul li {
        font-size: 14px;
        padding-bottom: 5px; }
        .block-tiers .tier-list ul li:before {
          top: 5px; } }
  .block-tiers .price {
    font-family: "SackersGothic";
    width: 100%;
    text-align: center;
    padding-top: 20px;
    letter-spacing: 0.043em; }
    .block-tiers .price span {
      font-size: 18px;
      font-style: italic;
      font-family: "georgia"; }
  @media (max-width: 1199px) {
    .block-tiers {
      margin: 40px -18px; } }
  @media (max-width: 767px) {
    .block-tiers {
      margin: 25px -18px; } }
  .block-tiers .show-desktop-only {
    displya: block; }
  .block-tiers .show-mobile-only {
    display: none; }
    .block-tiers .show-mobile-only section {
      padding: 30px 15px 0 !important; }
    .block-tiers .show-mobile-only .block-title {
      padding-bottom: 10px;
      display: inline-block;
      cursor: pointer; }
    .block-tiers .show-mobile-only .col-4.active .block-title {
      border-bottom: 1px solid #FFFFFF; }
  @media (max-width: 991px) {
    .block-tiers .show-mobile-only {
      display: block; }
    .block-tiers .show-desktop-only {
      display: none; } }
  .block-tiers .tiers-footer {
    margin-top: 60px;
    font-size: 12px;
    color: #7C7C7C; }

.block-store-details {
  position: relative; }
  .block-store-details .img-container {
    width: 100%;
    height: 1014px;
    background-size: cover !important; }
  .block-store-details .address {
    position: relative;
    padding-top: 50px;
    border-top: 1px solid #a3a3a3; }
    .block-store-details .address div {
      line-height: 35px; }
      @media (max-width: 2199px) {
        .block-store-details .address div {
          line-height: 23px; } }
    .block-store-details .address h5 {
      font-size: 16px;
      padding-bottom: 7px; }
      @media (max-width: 2199px) {
        .block-store-details .address h5 {
          font-size: 12px;
          line-height: 23px; } }
  @media (max-width: 2199px) {
    .block-store-details .img-container {
      height: 700px; } }
  @media (max-width: 991px) {
    .block-store-details .img-container {
      height: 550px; } }
  @media (max-width: 767px) {
    .block-store-details .img-container {
      height: 400px;
      margin-bottom: 30px; }
    .block-store-details .address {
      padding-top: 30px; }
      .block-store-details .address .col-sm-12 {
        margin-bottom: 30px; }
        .block-store-details .address .col-sm-12:last-child {
          margin-bottom: 0; } }

.contents-menu-cork-page {
  position: fixed;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  padding-right: 40px;
  width: 100%;
  heght: 1px;
  transition: transform .5s ease-in-out;
  z-index: 99; }
  .contents-menu-cork-page h6 {
    display: inline-block;
    height: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    cursor: pointer;
    right: 40px; }
    @media (max-width: 2199px) {
      .contents-menu-cork-page h6 {
        right: 25px; } }
    @media (max-width: 991px) {
      .contents-menu-cork-page h6 {
        right: 18px; } }
    .contents-menu-cork-page h6 img {
      width: 31px;
      margin-left: 15px;
      position: relative;
      top: -3px; }
      @media (max-width: 2199px) {
        .contents-menu-cork-page h6 img {
          width: 25px; } }

.cork-page-right-menu {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease-in-out;
  -webkit-transform: translateZ(0);
  -webkit-transform: translateX(0%);
  transform: translateX(0%); }
  .cork-page-right-menu .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(29, 29, 27, 0.9);
    transition: all .5s ease-in-out;
    opacity: 0;
    visibility: hidden; }
  .cork-page-right-menu.menu-open {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateZ(0);
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%); }
    @media (max-width: 991px) {
      .cork-page-right-menu.menu-open {
        -webkit-transform: translateX(-40%);
        transform: translateX(-60%); } }
    @media (max-width: 767px) {
      .cork-page-right-menu.menu-open {
        -webkit-transform: translateX(-40%);
        transform: translateX(-85%); } }
    .cork-page-right-menu.menu-open .overlay {
      opacity: 1;
      visibility: visible; }
  .cork-page-right-menu.animation-s {
    animation: transition-animation 1s forwards; }
  .cork-page-right-menu .right-menu-wrapper {
    position: absolute;
    right: -40%;
    top: 0;
    background: #FFFFFF;
    width: 40%;
    height: 100%; }
    @media (max-width: 991px) {
      .cork-page-right-menu .right-menu-wrapper {
        width: 60%;
        right: -60%; } }
    @media (max-width: 767px) {
      .cork-page-right-menu .right-menu-wrapper {
        width: 85%;
        right: -85%; } }
  .cork-page-right-menu .tab-trigger-button {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center; }
    .cork-page-right-menu .tab-trigger-button a {
      flex-grow: 1;
      text-align: center;
      padding: 0 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: rgba(216, 216, 216, 0.65); }
      .cork-page-right-menu .tab-trigger-button a.active {
        background: #FFFFFF; }
  .cork-page-right-menu .area-title {
    padding: 40px 0 40px;
    text-align: center; }
  .cork-page-right-menu #features,
  .cork-page-right-menu #issues {
    position: absolute;
    height: calc(100% - 111px);
    overflow: scroll;
    width: 100%;
    -webkit-overflow-scrolling: touch; }
    @media (max-width: 2199px) {
      .cork-page-right-menu #features,
      .cork-page-right-menu #issues {
        height: calc(100% - 80px); } }
    @media (max-width: 767px) {
      .cork-page-right-menu #features,
      .cork-page-right-menu #issues {
        height: calc(100% - 68px); } }
  .cork-page-right-menu .issue {
    position: relative;
    width: 100%; }
    .cork-page-right-menu .issue.active a {
      border-color: #000000; }
    .cork-page-right-menu .issue a {
      display: flex;
      align-items: center;
      border-right: 3px solid transparent; }
      .cork-page-right-menu .issue a .thumb {
        width: 286px;
        margin-right: 30px;
        flex: 0 0 286px;
        background-size: cover !important;
        height: 250px; }
      .cork-page-right-menu .issue a:hover {
        background: rgba(216, 216, 216, 0.65); }
  .cork-page-right-menu .feature-single {
    position: relative; }
    .cork-page-right-menu .feature-single .image {
      width: 286px;
      height: 208px;
      margin-right: 30px;
      background-size: cover !important;
      flex: 0 0 268px; }
    .cork-page-right-menu .feature-single.active a {
      border-color: #000000; }
    .cork-page-right-menu .feature-single a {
      display: flex;
      align-items: center;
      border-right: 3px solid transparent; }
      .cork-page-right-menu .feature-single a:hover {
        background: rgba(216, 216, 216, 0.65); }
    @media (max-width: 2199px) {
      .cork-page-right-menu .feature-single .image {
        width: 200px;
        height: 130px;
        flex: 0 0 200px; } }
    @media (max-width: 767px) {
      .cork-page-right-menu .feature-single .image {
        width: 107px;
        height: 118px;
        flex: 0 0 107px; } }
  @media (max-width: 2199px) {
    .cork-page-right-menu .issue a .thumb {
      width: 200px;
      flex: 0 0 200px; } }
  @media (max-width: 767px) {
    .cork-page-right-menu .issue a .thumb {
      width: 107px;
      flex: 0 0 107px; } }
  @media (max-width: 767px) {
    .cork-page-right-menu .grid-post-title, .cork-page-right-menu .blockquote-title, .cork-page-right-menu .single-post-content-section .block-post-content blockquote p, .single-post-content-section .block-post-content blockquote .cork-page-right-menu p, .cork-page-right-menu .single-post-content-section .block-post-quote p, .single-post-content-section .block-post-quote .cork-page-right-menu p {
      font-size: 18px;
      line-height: 28px; }
    .cork-page-right-menu .area-title {
      font-size: 10px;
      padding: 20px 0 20px; } }

@-webkit-keyframes transition-animation {
  0% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes transition-animation {
  0% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-o-keyframes transition-animation {
  0% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes transition-animation {
  0% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.single-header-image-split {
  position: relative; }
  .single-header-image-split .row {
    margin-left: 0;
    margin-right: 0; }
  .single-header-image-split .col-md-6 {
    padding: 0; }
  .single-header-image-split .img-container {
    width: 100%;
    height: 1090px;
    background-size: cover !important;
    padding: 0 30px; }
    @media (max-width: 2199px) {
      .single-header-image-split .img-container {
        height: 650px; } }
    @media (max-width: 767px) {
      .single-header-image-split .img-container {
        height: 742px;
        margin: 0 -18px;
        width: auto;
        margin-top: 30px; } }
    @media (max-width: 575px) {
      .single-header-image-split .img-container {
        height: 383px; } }
  .single-header-image-split .banner-content {
    position: relative;
    background: #1d1d1b; }
    .single-header-image-split .banner-content .details {
      position: relative;
      height: 100%; }
    .single-header-image-split .banner-content .space-title a, .single-header-image-split .banner-content .credit-title a, .single-header-image-split .banner-content .header .header-title a, .header .single-header-image-split .banner-content .header-title a, .header .header-title.single-post .single-header-image-split .banner-content .now-reading a, .single-header-image-split .banner-content .contents-menu-cork-page h6 a, .contents-menu-cork-page .single-header-image-split .banner-content h6 a, .single-header-image-split .banner-content .cork-page-right-menu .tab-trigger-button a a, .cork-page-right-menu .tab-trigger-button .single-header-image-split .banner-content a a, .single-header-image-split .banner-content .cork-page-right-menu .area-title a, .cork-page-right-menu .single-header-image-split .banner-content .area-title a {
      color: #FFFFFF; }
    .single-header-image-split .banner-content h1 a {
      color: #FFFFFF; }
    .single-header-image-split .banner-content .img-sort-desc {
      color: #FFFFFF;
      text-align: center;
      max-width: 600px;
      margin: 0 auto;
      position: absolute;
      bottom: 50px;
      padding: 0 15px; }
      @media (min-width: 1200px) {
        .single-header-image-split .banner-content .img-sort-desc {
          font-size: 18px;
          line-height: 29px; } }
      @media (max-width: 2199px) {
        .single-header-image-split .banner-content .img-sort-desc {
          font-size: 16px;
          line-height: 24px;
          max-width: 540px; } }
      @media (max-width: 575px) {
        .single-header-image-split .banner-content .img-sort-desc {
          font-size: 14px;
          line-height: 21px; } }
  @media (max-width: 767px) {
    .single-header-image-split .banner-content {
      background: #FFFFFF;
      padding: 30px 0; }
      .single-header-image-split .banner-content .space-title a, .single-header-image-split .banner-content .credit-title a, .single-header-image-split .banner-content .header .header-title a, .header .single-header-image-split .banner-content .header-title a, .header .header-title.single-post .single-header-image-split .banner-content .now-reading a, .single-header-image-split .banner-content .contents-menu-cork-page h6 a, .contents-menu-cork-page .single-header-image-split .banner-content h6 a, .single-header-image-split .banner-content .cork-page-right-menu .tab-trigger-button a a, .cork-page-right-menu .tab-trigger-button .single-header-image-split .banner-content a a, .single-header-image-split .banner-content .cork-page-right-menu .area-title a, .cork-page-right-menu .single-header-image-split .banner-content .area-title a {
        color: #1d1d1b; }
      .single-header-image-split .banner-content h1 a {
        color: #1d1d1b; }
      .single-header-image-split .banner-content .img-sort-desc {
        position: relative;
        top: 0;
        padding-top: 30px;
        color: #1d1d1b; } }

.single-header-image-full.text-black .full-image .space-title a, .single-header-image-full.text-black .full-image .credit-title a, .single-header-image-full.text-black .full-image .header .header-title a, .header .single-header-image-full.text-black .full-image .header-title a, .header .header-title.single-post .single-header-image-full.text-black .full-image .now-reading a, .single-header-image-full.text-black .full-image .contents-menu-cork-page h6 a, .contents-menu-cork-page .single-header-image-full.text-black .full-image h6 a, .single-header-image-full.text-black .full-image .cork-page-right-menu .tab-trigger-button a a, .cork-page-right-menu .tab-trigger-button .single-header-image-full.text-black .full-image a a, .single-header-image-full.text-black .full-image .cork-page-right-menu .area-title a, .cork-page-right-menu .single-header-image-full.text-black .full-image .area-title a, .single-header-image-full.text-black .full-image .img-sort-desc, .single-header-image-full.text-black .full-image h1 a {
  color: #1d1d1b; }

.single-header-image-full .full-image {
  width: 100%;
  height: 1090px;
  background-size: cover !important;
  padding: 0 30px; }
  @media (max-width: 2199px) {
    .single-header-image-full .full-image {
      height: 650px; } }
  @media (max-width: 767px) {
    .single-header-image-full .full-image {
      height: 383px; } }
  .single-header-image-full .full-image .row {
    height: 100%; }
  .single-header-image-full .full-image .content {
    width: 100%;
    height: 100%; }
  .single-header-image-full .full-image .space-title a, .single-header-image-full .full-image .credit-title a, .single-header-image-full .full-image .header .header-title a, .header .single-header-image-full .full-image .header-title a, .header .header-title.single-post .single-header-image-full .full-image .now-reading a, .single-header-image-full .full-image .contents-menu-cork-page h6 a, .contents-menu-cork-page .single-header-image-full .full-image h6 a, .single-header-image-full .full-image .cork-page-right-menu .tab-trigger-button a a, .cork-page-right-menu .tab-trigger-button .single-header-image-full .full-image a a, .single-header-image-full .full-image .cork-page-right-menu .area-title a, .cork-page-right-menu .single-header-image-full .full-image .area-title a {
    color: #FFFFFF; }
  .single-header-image-full .full-image h1 a {
    color: #FFFFFF; }
  .single-header-image-full .full-image .img-sort-desc {
    color: #FFFFFF;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    position: absolute;
    bottom: 50px;
    padding: 0 15px; }
    @media (min-width: 1200px) {
      .single-header-image-full .full-image .img-sort-desc {
        font-size: 18px;
        line-height: 29px; } }
    @media (max-width: 2199px) {
      .single-header-image-full .full-image .img-sort-desc {
        font-size: 14px;
        line-height: 24px;
        max-width: 540px; } }

.single-header-image-full .show-mobile-only {
  display: none; }
  .single-header-image-full .show-mobile-only .content {
    padding: 50px 0; }
  .single-header-image-full .show-mobile-only img {
    width: 100%; }
  .single-header-image-full .show-mobile-only .img-sort-desc {
    text-align: center;
    padding-top: 30px; }

.single-header-image-full .show-desktop-only {
  display: block; }

@media (max-width: 767px) {
  .single-header-image-full .show-mobile-only {
    display: block; }
  .single-header-image-full .show-desktop-only {
    display: none; } }

.single-post-content-section {
  position: relative; }
  .single-post-content-section .block-post-content {
    padding-bottom: 10px;
    max-width: 940px;
    margin: 0 auto; }
    .single-post-content-section .block-post-content p {
      font-size: 19px;
      line-height: 26px; }
      @media (max-width: 767px) {
        .single-post-content-section .block-post-content p {
          font-size: 16px;
          line-height: 23px; } }
      @media (max-width: 575px) {
        .single-post-content-section .block-post-content p {
          font-size: 15px;
          line-height: 21px; } }
    .single-post-content-section .block-post-content span p {
      margin-bottom: 25px; }
      .single-post-content-section .block-post-content span p strong {
        display: block; }
    @media (max-width: 2199px) {
      .single-post-content-section .block-post-content {
        max-width: 672px; } }

.credit-block {
  position: relative;
  text-align: center; }
  .credit-block p {
    font-size: 18px;
    line-height: 29px; }
  @media (max-width: 2199px) {
    .credit-block p {
      font-size: 14px;
      line-height: 21px; } }
  @media (max-width: 767px) {
    .credit-block p {
      font-size: 11px;
      line-height: 20px; } }

.block-feature-image figure {
  max-width: 940px;
  margin: 0 auto; }
  @media (max-width: 2199px) {
    .block-feature-image figure {
      max-width: 670px; } }
  .block-feature-image figure.image-landscape {
    max-width: 1594px; }
    @media (max-width: 2199px) {
      .block-feature-image figure.image-landscape {
        max-width: 1200px; } }
  .block-feature-image figure img {
    width: 100%;
    margin-bottom: 15px; }
  .block-feature-image figure p {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    padding-left: 60px;
    padding-right: 60px;
    color: #7C7C7C; }
    @media (max-width: 2199px) {
      .block-feature-image figure p {
        font-size: 12px;
        line-height: 18px;
        padding-left: 30px;
        padding-right: 30px; } }
    @media (max-width: 991px) {
      .block-feature-image figure p {
        font-size: 10px;
        line-height: 16px; } }
    .block-feature-image figure p .italic {
      font-style: italic; }

.post-block-double-image {
  position: relative;
  max-width: 1260px;
  margin: 0 auto; }
  .post-block-double-image img {
    width: 100%;
    margin-bottom: 30px; }
  @media (max-width: 2199px) {
    .post-block-double-image {
      max-width: 1000px; }
      .post-block-double-image img {
        margin-bottom: 15px; } }
  .post-block-double-image p {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    padding-left: 60px;
    padding-right: 60px;
    color: #7C7C7C; }
    @media (max-width: 2199px) {
      .post-block-double-image p {
        font-size: 12px;
        line-height: 18px;
        padding-left: 30px;
        padding-right: 30px; } }
    @media (max-width: 991px) {
      .post-block-double-image p {
        font-size: 10px;
        line-height: 16px; } }
    .post-block-double-image p .italic {
      font-style: italic; }

.single-post-content-section section {
  padding: 30px 0; }

.keep-reading-wrapper {
  position: relative; }
  .keep-reading-wrapper .keep-reading-item {
    width: 25%;
    float: left; }
    @media (max-width: 767px) {
      .keep-reading-wrapper .keep-reading-item {
        width: 50%; } }
    @media (max-width: 575px) {
      .keep-reading-wrapper .keep-reading-item {
        width: 100%; } }

.post-progress {
  position: fixed;
  height: 6px;
  background: #1d1d1b;
  left: 0;
  z-index: 99;
  margin-top: -6px; }
  @media (max-width: 2199px) {
    .post-progress {
      height: 4px; } }
  @media (max-width: 991px) {
    .post-progress {
      height: 4px; } }

.block-404 {
  position: relative;
  width: 100%;
  height: calc( 100vh - 111px);
  text-align: center; }
  .block-404 .sticky-post-title {
    color: #1d1d1b; }

.slider-wrapper .slider:hover {
  cursor: initial !important; }

.instagram {
  position: relative;
  padding: 50px 0 15px;
  text-align: center; }
  .instagram .row {
    flex-wrap: nowrap;
    overflow: hidden; }
  .instagram .block-title {
    padding-bottom: 50px; }
  @media (max-width: 2199px) {
    .instagram {
      padding: 35px 0 0; } }
  @media (max-width: 991px) {
    .instagram {
      padding: 30px 0 0; }
      .instagram .block-title {
        padding-bottom: 30px; } }
  .instagram .intagram-image {
    position: relative;
    height: 350px;
    background-size: cover !important;
    margin-bottom: 25px;
    width: 100%; }
    @media (max-width: 1199px) {
      .instagram .intagram-image {
        height: 322px; } }
    @media (max-width: 991px) {
      .instagram .intagram-image {
        height: 250px; } }
    @media (max-width: 767px) {
      .instagram .intagram-image {
        height: 160px; } }

.cork-page-wrapper {
  position: relative;
  z-index: 10;
  background: #FFFFFF;
  transition: transform .5s ease-in-out; }

.hide-for-now {
  display: none; }

.sticky-image-post {
  position: relative;
  width: 100%;
  background-size: cover !important;
  margin-bottom: 40px; }
  .sticky-image-post a {
    display: block;
    height: 100%;
    padding: 30px 30px 80px; }
  @media (max-width: 2199px) {
    .sticky-image-post a {
      padding: 30px 30px 40px; } }
  @media (max-width: 767px) {
    .sticky-image-post {
      margin-bottom: 30px; } }
  .sticky-image-post .post-content {
    position: relative;
    height: 100%;
    text-align: center;
    flex-direction: row; }
    .sticky-image-post .post-content .btn {
      margin-top: 20px; }
    .sticky-image-post .post-content p {
      color: #FFFFFF; }

.masonry-wrapper,
.masonry-wrapper-two {
  display: block !important; }
  .masonry-wrapper .item,
  .masonry-wrapper-two .item {
    width: 50%;
    float: left; }
    @media (min-width: 2200px) {
      .masonry-wrapper .item,
      .masonry-wrapper-two .item {
        margin-bottom: 10px; } }
    @media (max-width: 575px) {
      .masonry-wrapper .item,
      .masonry-wrapper-two .item {
        width: 100%;
        margin-bottom: 10px; } }

.cork-grid-post {
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  text-align: center;
  word-wrap: break-word; }
  .cork-grid-post.no-padding {
    padding-left: 0;
    padding-right: 0; }
  .cork-grid-post img {
    width: 100%;
    margin-bottom: 20px; }

.cork-issu-wrapper {
  position: relative;
  margin-left: -25px;
  margin-right: -25px;
  overflow-x: hidden; }
  @media (min-width: 2200px) {
    .cork-issu-wrapper {
      margin-left: -40px;
      margin-right: -40px; } }
  @media (max-width: 767px) {
    .cork-issu-wrapper {
      margin-left: -18px;
      margin-right: -18px; } }
  .cork-issu-wrapper .content {
    padding: 0 5px; }

.cork-description {
  position: relative;
  margin: 0px 0px 40px;
  padding: 50px 50px;
  border-top: 1px solid #a3a3a3;
  border-bottom: 1px solid #a3a3a3; }
  @media (max-width: 2199px) {
    .cork-description {
      padding: 30px 0 40px; }
      .cork-description p {
        font-size: 19px;
        line-height: 26px; } }
  @media (max-width: 767px) {
    .cork-description p {
      font-size: 16px;
      line-height: 23px; } }
  .cork-description .issue-description {
    margin: 0 auto; }
    .cork-description .issue-description h4.space-title, .cork-description .issue-description h4.credit-title, .cork-description .issue-description .header h4.header-title, .header .cork-description .issue-description h4.header-title, .cork-description .issue-description .header .header-title.single-post h4.now-reading, .header .header-title.single-post .cork-description .issue-description h4.now-reading, .cork-description .issue-description .cork-page-right-menu h4.area-title, .cork-page-right-menu .cork-description .issue-description h4.area-title {
      padding-bottom: 40px; }
    .cork-description .issue-description span:first-child p::first-letter {
      font-size: 480%;
      float: left;
      padding-top: 36px;
      padding-right: 10px; }
    .cork-description .issue-description span {
      display: block;
      margin-bottom: 25px; }
  .cork-description h2 {
    text-align: center;
    color: #1d1d1b; }
  .cork-description .space-title, .cork-description .credit-title, .cork-description .header .header-title, .header .cork-description .header-title, .cork-description .header .header-title.single-post .now-reading, .header .header-title.single-post .cork-description .now-reading, .cork-description .contents-menu-cork-page h6, .contents-menu-cork-page .cork-description h6, .cork-description .cork-page-right-menu .tab-trigger-button a, .cork-page-right-menu .tab-trigger-button .cork-description a, .cork-description .cork-page-right-menu .area-title, .cork-page-right-menu .cork-description .area-title {
    letter-spacing: 1px;
    text-align: center; }
  .cork-description .issue-footer {
    position: relative;
    padding-top: 100px;
    text-align: center; }
    .cork-description .issue-footer:before {
      content: '';
      position: absolute;
      left: 50%;
      top: -5px;
      width: 1px;
      height: 90px;
      background: #a3a3a3; }
    .cork-description .issue-footer p {
      margin-top: 30px;
      margin-bottom: 0; }
    @media (max-width: 767px) {
      .cork-description .issue-footer {
        padding-top: 90px; }
        .cork-description .issue-footer:before {
          height: 60px; } }
  .cork-description .continue-reading .second {
    display: none; }
  .cork-description .continue-reading.active .first {
    display: none; }
  .cork-description .continue-reading.active .second {
    display: block; }
  @media (max-width: 2199px) {
    .cork-description .issue-description span:first-child p::first-letter {
      font-size: 480%;
      float: left;
      padding-top: 26px;
      padding-right: 10px;
      padding-bottom: 10px; } }
  @media (max-width: 767px) {
    .cork-description {
      margin: 30px 0;
      padding: 10px 18px; }
      .cork-description .issue-description {
        max-width: 750px; }
        .cork-description .issue-description span:first-child p::first-letter {
          font-size: 480%;
          float: left;
          padding-top: 20px;
          padding-right: 10px;
          padding-bottom: 10px; } }

.sticky-image-post {
  position: -webkit-sticky;
  position: sticky; }

.sticky-footer {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2; }
  .sticky-footer .cork-page-footer-animation {
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease; }
  .sticky-footer.cork-page-bottom .cork-page-footer-animation {
    opacity: 1;
    visibility: visible; }

.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.85714%; }

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important; } }

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

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

@media (max-width: 2199px) {
  .hidden-xl-down {
    display: none !important; } }

@media (min-width: 2200px) {
  .hidden-xml-up {
    display: none !important; } }

@media (max-width: 2199px) {
  .hidden-xml-down {
    display: none !important; } }

@media (min-width: 2200px) {
  .hidden-xxl-up {
    display: none !important; } }

.hidden-xxl-down {
  display: none !important; }

@media (max-width: 576px) {
  .hidden-xs-only {
    display: none !important; } }

@media (min-width: 576px) and (max-width: 767px) {
  .hidden-sm-only {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md-only {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg-only {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-only {
    display: none !important; } }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

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

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

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

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

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

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

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

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

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

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

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

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

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

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

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-dots .owl-dot span {
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease; }

.owl-theme .owl-dots {
  position: absolute;
  bottom: 35px;
  width: 100%; }
  .owl-theme .owl-dots .owl-dot {
    height: auto;
    width: auto;
    margin: 0 10px; }
    .owl-theme .owl-dots .owl-dot.active span:before {
      display: block; }
    .owl-theme .owl-dots .owl-dot span {
      position: relative;
      width: 100px;
      height: 2px;
      padding: 0;
      background: rgba(124, 124, 124, 0.9); }
      .owl-theme .owl-dots .owl-dot span:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 2px;
        background: #FFFFFF;
        animation: slider-progress 5s;
        animation-timing-function: linear;
        display: none; }
      @media (max-width: 2199px) {
        .owl-theme .owl-dots .owl-dot span {
          width: 60px; } }
      @media (max-width: 767px) {
        .owl-theme .owl-dots .owl-dot span {
          width: 40px; } }

@-webkit-keyframes slider-progress {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@-moz-keyframes slider-progress {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@-o-keyframes slider-progress {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@keyframes slider-progress {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@-webkit-keyframes opacity-test {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes opacity-test {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-o-keyframes opacity-test {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes opacity-test {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

#slideposition {
  position: absolute;
  bottom: 35px;
  width: 100%;
  z-index: 99; }
  #slideposition ul {
    display: flex;
    align-items: center;
    justify-content: center; }
  #slideposition li {
    margin: 0 10px;
    position: relative;
    width: 100px;
    height: 2px;
    padding: 0;
    background: rgba(124, 124, 124, 0.9); }
    #slideposition li.active:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 2px;
      background: #FFFFFF;
      animation: slider-progress 5s;
      animation-timing-function: linear; }
    @media (max-width: 2199px) {
      #slideposition li {
        width: 60px; } }
    @media (max-width: 767px) {
      #slideposition li {
        width: 40px; } }

@-webkit-keyframes slider-progress {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@-moz-keyframes slider-progress {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@-o-keyframes slider-progress {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@keyframes slider-progress {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@-webkit-keyframes opacity-test {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes opacity-test {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-o-keyframes opacity-test {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes opacity-test {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.slider-wrapper {
  position: relative; }

.slider {
  position: relative;
  width: 100%; }
  .slider .slide {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center center;
    -webkit-backface-visibility: hidden !important; }
    .slider .slide img {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      min-width: 100%; }
    .slider .slide .content {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .slider .slide .content h4 {
        color: #FFFFFF; }
      .slider .slide .content .banner-title {
        opacity: 1;
        transition: opacity .5s ease;
        -webkit-transition: opacity .5s ease ease;
        -webkit-transform: translateZ(0); }
        .slider .slide .content .banner-title.active {
          opacity: 0;
          animation: opacity-test .5s; }
    @media (max-width: 2199px) {
      .slider .slide {
        height: 850px; } }
    @media (max-width: 767px) {
      .slider .slide .content {
        padding: 0 40px; } }

.owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1); }

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