/**
 * Clay 3.124.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
/**
 * Clay 3.124.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
@import 'https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Work+Sans:wght@400;500;600;700&display=swap';
.quick-access-nav {
  position: fixed;
  z-index: 999;
}

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

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

.lfr-asset-column-details .lfr-asset-categories {
  color: #7d7d7d;
}
.lfr-asset-column-details .lfr-asset-categories .lfr-asset-category {
  color: #555;
}
.lfr-asset-column-details .lfr-asset-description {
  color: #444;
  font-style: italic;
  margin: 0.5em auto 2em;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}
.lfr-asset-column-details .lfr-asset-icon {
  border-right: 1px solid transparent;
  color: #999;
  float: left;
  line-height: 1em;
  margin-right: 10px;
  padding-right: 10px;
}
.lfr-asset-column-details .lfr-asset-icon.last {
  border-width: 0;
}
.lfr-asset-column-details .lfr-asset-tags {
  color: #7d7d7d;
}
.lfr-asset-column-details .lfr-asset-tags .tag {
  color: #555;
}
.lfr-asset-column-details .lfr-asset-metadata {
  clear: both;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
}
.lfr-asset-column-details .lfr-panel {
  clear: both;
  margin-bottom: 0.2em;
}
.lfr-asset-column-details .lfr-panel.lfr-extended {
  border: 1px solid #ccc;
  margin-bottom: 0;
}
.lfr-asset-column-details .taglib-custom-attributes-list label,
.lfr-asset-column-details .lfr-asset-field label {
  display: block;
}
.lfr-asset-column-details .taglib-custom-attributes-list {
  margin-bottom: 1em;
}

.overlay {
  position: absolute;
}

.overlay-hidden,
.overlaymask-hidden {
  display: none;
}

.lfr-form-row {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 1px 5px 25px;
  position: relative;
}
.lfr-form-row:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
.lfr-form-row:hover {
  border: solid #ccc;
  border-width: 1px 0;
  padding-top: 0;
}
.lfr-form-row.lfr-form-row-inline .form-group {
  margin-right: 5px;
}
.lfr-form-row legend .field-label {
  float: left;
  margin-right: 10px;
}
.lfr-form-row .handle-sort-vertical {
  background: url(../images/application/handle_sort_vertical.png) no-repeat 0 50%;
  cursor: move;
  padding-left: 20px;
}
.lfr-form-row fieldset {
  border-width: 0;
  margin: 0;
  padding: 0;
}

.lfr-autorow-controls {
  bottom: 5px;
  position: absolute;
  right: 5px;
}

.datepicker-popover-content .popover-content {
  padding: 0.75rem 1rem;
}

.dropdown.open > .dropdown-menu, .overlay-content .open > .dropdown-menu {
  display: block;
}

.form-control-inline {
  background-color: transparent;
  font-size: 1.125rem;
  font-weight: 700;
}
.form-control-inline:not(:hover) {
  border-color: transparent;
}
.form-control-inline::placeholder {
  color: #a9afb5;
  font-style: italic;
}

.form-search .input-group {
  position: relative;
}
.form-search .input-group.advanced-search .search-query {
  padding-left: 40px;
  z-index: 0;
}
.form-search .input-group.advanced-search .toggle-advanced {
  cursor: pointer;
  left: 0;
  line-height: 1;
  padding: 8px 10px;
  position: absolute;
  top: 0;
}
.form-search .input-group.advanced-search .toggle-advanced .caret {
  margin-top: 7px;
}
.form-search .input-group.advanced-search .toggle-advanced .icon-search {
  font-size: 14px;
}
@media (max-width: 991.98px) {
  .form-search .input-group {
    width: 100%;
  }
  .form-search .input-group .btn {
    clip: rect(0, 0, 0, 0);
    left: -9999px;
    position: absolute;
  }
  .form-search .input-group input.search-query {
    width: 100%;
  }
}

.lfr-table {
  border-collapse: collapse;
  clear: both;
}
.lfr-table > tbody > tr > td,
.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > td,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > td,
.lfr-table > tfoot > tr > th {
  padding: 0 5px;
  overflow-wrap: break-all;
  word-wrap: break-all;
}
.lfr-table > tbody > tr > td:first-child, .lfr-table > tbody > tr > td.first-child,
.lfr-table > tbody > tr > th:first-child,
.lfr-table > tbody > tr > th.first-child,
.lfr-table > thead > tr > td:first-child,
.lfr-table > thead > tr > td.first-child,
.lfr-table > thead > tr > th:first-child,
.lfr-table > thead > tr > th.first-child,
.lfr-table > tfoot > tr > td:first-child,
.lfr-table > tfoot > tr > td.first-child,
.lfr-table > tfoot > tr > th:first-child,
.lfr-table > tfoot > tr > th.first-child {
  padding-left: 0;
}
.lfr-table > tbody > tr > td:last-child, .lfr-table > tbody > tr > td.last-child,
.lfr-table > tbody > tr > th:last-child,
.lfr-table > tbody > tr > th.last-child,
.lfr-table > thead > tr > td:last-child,
.lfr-table > thead > tr > td.last-child,
.lfr-table > thead > tr > th:last-child,
.lfr-table > thead > tr > th.last-child,
.lfr-table > tfoot > tr > td:last-child,
.lfr-table > tfoot > tr > td.last-child,
.lfr-table > tfoot > tr > th:last-child,
.lfr-table > tfoot > tr > th.last-child {
  padding-right: 0;
}
.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > th {
  font-weight: bold;
}

.lfr-pagination:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.lfr-pagination .dropdown-menu {
  display: none;
}
.lfr-pagination .dropdown-toggle .icon-caret-down {
  margin-left: 5px;
}
.lfr-pagination .lfr-pagination-controls {
  float: left;
}
.lfr-pagination .lfr-pagination-controls .search-results {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  top: 10px;
}
.lfr-pagination .lfr-pagination-controls li .lfr-pagination-link {
  border-width: 0;
  clear: both;
  color: #333;
  display: block;
  font-weight: normal;
  line-height: 20px;
  padding: 3px 20px;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}
.lfr-pagination .lfr-pagination-delta-selector {
  float: left;
}
@media (max-width: 991.98px) {
  .lfr-pagination .lfr-pagination-delta-selector .lfr-icon-menu-text {
    display: none;
  }
}
.lfr-pagination .pagination-content {
  float: right;
}

.lfr-panel.lfr-extended {
  border: 1px solid transparent;
  border-color: #dedede #bfbfbf #bfbfbf #dedede;
}
.lfr-panel.lfr-extended.lfr-collapsible .lfr-panel-button {
  display: block;
}
.lfr-panel.lfr-extended.lfr-collapsed .lfr-panel-titlebar {
  border-bottom-width: 0;
}
.lfr-panel.panel-default .panel-heading {
  border-bottom-width: 0;
}
.lfr-panel .toggler-header {
  cursor: pointer;
}

.sidebar-sm .sheet-subtitle {
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
.sidebar-sm .form-control[type=file] {
  padding: 0;
}
.sidebar-sm .article-content-description .input-localized.input-localized-editor .input-group-item .wrapper .form-control {
  min-height: auto;
  padding: 0.285rem 0.75rem;
}
.sidebar-sm .list-group-item-flex {
  padding: 0.5rem 0.25rem;
}
.sidebar-sm .list-group-item-flex .autofit-col {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.lfr-translation-manager {
  border-radius: 4px;
  display: inline-block;
  margin-top: 0.5em;
  min-height: 1.8em;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-default-locale {
  display: inline-block;
  width: auto;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu {
  float: none;
  padding: 0.4em 0;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li,
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li strong {
  display: inline;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-translations-message {
  margin: 10px 0;
}
.lfr-translation-manager .lfr-translation-manager-available-translations {
  white-space: normal;
}
.lfr-translation-manager .lfr-translation-manager-available-translations .lfr-translation-manager-available-translations-links {
  line-height: 1;
}
.lfr-translation-manager .lfr-translation-manager-translation {
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  margin: 0.2em;
  padding: 0.4em 0.3em 0.4em 0.5em;
  text-decoration: none;
}
.lfr-translation-manager .lfr-translation-manager-translation * {
  vertical-align: middle;
}
.lfr-translation-manager .lfr-translation-manager-translation img {
  margin-right: 0.3em;
}
.lfr-translation-manager .lfr-translation-manager-translation:hover {
  background-color: #d1e5ef;
}
.lfr-translation-manager .lfr-translation-manager-translation.lfr-translation-manager-translation-editing {
  background-color: #598bec;
  border-color: #224fa8;
  color: #fff;
}
.lfr-translation-manager .lfr-translation-manager-change-default-locale {
  margin: 0 0.4em;
}
.lfr-translation-manager .lfr-translation-manager-delete-translation {
  display: inline-block;
  padding: 0 2px;
}
.lfr-translation-manager .lfr-translation-manager-delete-translation svg {
  pointer-events: none;
}

.lfr-tree a {
  text-decoration: none;
}
.lfr-tree li {
  margin-bottom: 2px;
  padding-left: 0;
}
.lfr-tree li ul li, .lfr-tree li.tree-item {
  padding-left: 0;
}
.lfr-tree li.tree-item {
  padding-left: 5px;
}
.lfr-tree li.tree-item li {
  padding-left: 20px;
}
.lfr-tree li.tree-item ul {
  margin-left: 0;
  margin-top: 5px;
}

.lfr-upload-container {
  margin-bottom: 1rem;
}
.lfr-upload-container .upload-target {
  border: 3px dashed #e5e7e9;
  margin-bottom: 1rem;
  min-height: 2rem;
  padding: 2rem 0;
  position: relative;
  text-align: center;
}
.upload-drop-intent .lfr-upload-container .upload-target {
  z-index: 100;
}
.upload-drop-active .lfr-upload-container .upload-target {
  background-color: #92e5a5;
  border-color: #69db83;
}
.lfr-upload-container .upload-target .drop-file-text {
  font-weight: normal;
}
.mobile .lfr-upload-container .upload-target .drop-file-text {
  display: none;
}
.lfr-upload-container .upload-target .small {
  display: block;
  margin: 5px 0;
  text-transform: lowercase;
}
.lfr-upload-container .manage-upload-target {
  padding-top: 5px;
  position: relative;
}
.lfr-upload-container .manage-upload-target .select-files {
  float: left;
  line-height: 0;
  margin: 0 1.125rem 1.125rem;
  padding: 0 0 0 5px;
}
.lfr-upload-container .cancel-uploads,
.lfr-upload-container .clear-uploads {
  background-repeat: no-repeat;
  float: right;
}
.lfr-upload-container .cancel-uploads {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAnFBMVEX////4YWP/dXjyS07/dXj9bXD6a234YWP4XWD2WVv2VFfsOTzoLzHmKSvkISP2VFf0TE/vREftPT/iHB72WVvvREf0TE//hon/gYX/fYD/e33/dXj/cXP9bXD/a236a23/Zmb4YWP4XWD/Wl32WVv/VVj2VFf3VFb0TE/yS072SUvvREfuQELtPT/sOTzrMzXoLzHnLC/mKSvkISPh2jkWAAAAF3RSTlMAESIiMzMzMzMzMzMzMzNERERERHd3qtw8lzkAAACOSURBVHjaZcjZDsIgEIXhcd+tu5YBKUixttS6vP+7OQKJTfxvTr4D7Tpxu/2w410SjDjwVvLQ805TPiRryfQeKM6OTI68K/BJPHGlJZJjSqSMofEOGXbJecsTgzkds58V5+J8refBU7Jx9yIrmkW0sA6gqbLyuaRjZZWtgXq58rEFan0jf3uTfRuIkf/7AO8DDcVPSSG3AAAAAElFTkSuQmCC);
  margin-right: 0;
}
.lfr-upload-container .clear-uploads {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAdVBMVEX///+6QwTEVx65RQPEVx3EWB64RQPDVxq5RAO5RAO5RQPATQ65RQO5RQO5RQPRczjJZCW9TQTLay28QgTdZAHhaAPmdyHqeQXrikDudgDvfxj0nWP1qHL2tY33tY34dgD+za7+1rj/dxH/fxj/hiH/kk3///9TM3sUAAAAFHRSTlMAbXd4eHh6gN3e3+Hi4+T5+/z8/mIsq5IAAABHSURBVBjTY2CgGWDlFuZhRuIz8cspyggxIgQ4ZFWVVCQ4EQLCCmpqalLCCAFeaWV5SVE+hAC7gJi4iCAbkqksXMK8bNRzNADCOQN++eLhCQAAAABJRU5ErkJggg==);
  padding-left: 16px;
}
.lfr-upload-container .upload-file.upload-complete.file-saved {
  padding-left: 25px;
}
.lfr-upload-container .upload-file .file-title {
  display: inline-block;
  max-width: 95%;
  overflow: hidden;
  padding-right: 16px;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
.lfr-upload-container .upload-file .icon-file {
  font-size: 40px;
}
.lfr-upload-container .upload-list-info {
  margin: 1em 0 0.5em;
}
.lfr-upload-container .upload-list-info .h4,
.lfr-upload-container .upload-list-info h4 {
  font-size: 1.3em;
}
.lfr-upload-container .cancel-button {
  color: #6c757d;
  margin-top: 1px;
  position: absolute;
  right: 5px;
  top: 50%;
  white-space: nowrap;
}
.lfr-upload-container .cancel-button .cancel-button-text {
  display: none;
  margin-left: 5px;
}
.lfr-upload-container .cancel-button:hover .cancel-button-text {
  display: inline;
}
.lfr-upload-container .cancel-button .lexicon-icon {
  height: 12px;
}
.lfr-upload-container .delete-button {
  color: #6c757d;
}
.lfr-upload-container .delete-button-col {
  padding-right: 10px;
}
.lfr-upload-container .file-added .success-message {
  float: right;
  font-weight: normal;
}
.lfr-upload-container .upload-error {
  opacity: 1;
  padding-left: 25px;
}
.lfr-upload-container .upload-complete .cancel-button,
.lfr-upload-container .delete-button,
.lfr-upload-container .upload-complete.file-saved .delete-button,
.lfr-upload-container .upload-complete.upload-error .delete-button {
  display: none;
}
.lfr-upload-container .multiple-files .upload-error {
  background: #f5c4c9 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAJPSURBVDjLpZPLS5RhFMYfv9QJlelTQZwRb2OKlKuINuHGLlBEBEOLxAu46oL0F0QQFdWizUCrWnjBaDHgThCMoiKkhUONTqmjmDp2GZ0UnWbmfc/ztrC+GbM2dXbv4ZzfeQ7vefKMMfifyP89IbevNNCYdkN2kawkCZKfSPZTOGTf6Y/m1uflKlC3LvsNTWArr9BT2LAf+W73dn5jHclIBFZyfYWU3or7T4K7AJmbl/yG7EtX1BQXNTVCYgtgbAEAYHlqYHlrsTEVQWr63RZFuqsfDAcdQPrGRR/JF5nKGm9xUxMyr0YBAEXXHgIANq/3ADQobD2J9fAkNiMTMSFb9z8ambMAQER3JC1XttkYGGZXoyZEGyTHRuBuPgBTUu7VSnUAgAUAWutOV2MjZGkehgYUA6O5A0AlkAyRnotiX3MLlFKduYCqAtuGXpyH0XQmOj+TIURt51OzURTYZdBKV2UBSsOIcRp/TVTT4ewK6idECAihtUKOArWcjq/B8tQ6UkUR31+OYXP4sTOdisivrkMyHodWejlXwcC38Fvs8dY5xaIId89VlJy7ACpCNCFCuOp8+BJ6A631gANQSg1mVmOxxGQYRW2nHMha4B5WA3chsv22T5/B13AIicWZmNZ6cMchTXUe81Okzz54pLi0uQWp+TmkZqMwxsBV74Or3od4OISPr0e3SHa3PX0f3HXKofNH/UIG9pZ5PeUth+CyS2EMkEqs4fPEOBJLsyske48/+xD8oxcAYPzs4QaS7RR2kbLTTOTQieczfzfTv8QPldGvTGoF6/8AAAAASUVORK5CYII=) no-repeat 5px 5px;
  border-color: #bd2130;
  color: #bd2130;
  font-weight: normal;
  margin-bottom: 16px;
  padding: 8px 8px 8px 24px;
}
.lfr-upload-container .multiple-files .upload-error .error-message {
  display: block;
}
.lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .card-body,
.lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .card-body {
  padding-left: 1rem;
}
.lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .custom-control-label,
.lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .custom-control-label {
  display: none;
}
.lfr-upload-container .single-file .upload-error {
  list-style: none;
  margin-top: 1em;
}
.lfr-upload-container .single-file .upload-error .upload-error-message {
  margin-bottom: 0.5em;
}
.lfr-upload-container .upload-complete {
  padding-left: 5px;
}
.lfr-upload-container .upload-complete .error-message,
.lfr-upload-container .upload-complete .success-message {
  font-weight: bold;
  margin-left: 1em;
}
.lfr-upload-container .upload-complete .delete-button {
  display: inline-block;
}
.lfr-upload-container .upload-complete .select-file:disabled + .custom-control-label {
  display: none;
}
.lfr-upload-container .progress {
  display: none;
  margin-top: 0.5rem;
}
.lfr-upload-container .file-uploading .progress {
  display: flex;
}

.lfr-alert-container {
  left: 0;
  position: absolute;
  right: auto;
  top: auto;
  width: 100%;
  z-index: 430;
}
.lfr-alert-container.inline-alert-container {
  position: relative;
}
.lfr-alert-container.inline-alert-container .lfr-alert-wrapper {
  padding: 0;
}
.lfr-alert-container .lfr-alert-wrapper {
  margin-bottom: 5px;
  overflow: hidden;
}

.lfr-search-container td .overlay.entry-action {
  position: static;
}
.lfr-search-container td .overlay.entry-action .btn a {
  display: block;
  padding: 4px 12px;
}

.contextual-sidebar {
  height: calc(
		100vh - var(--control-menu-container-height) - 49px
	);
  pointer-events: none;
  position: fixed;
  right: 0;
  top: calc(var(--control-menu-container-height) + 49px);
  transform: translateX(100%);
  transition: transform ease 0.5s;
  visibility: hidden;
  width: 320px;
  will-change: transform;
}
.contextual-sidebar.contextual-sidebar-visible {
  pointer-events: auto;
  transform: translateX(0);
  visibility: visible;
}

@media (min-width: 768px) {
  .contextual-sidebar {
    height: calc(
			100vh - var(--control-menu-container-height) - 64px
		);
    top: calc(
			var(--control-menu-container-height) + 64px
		);
  }
  .contextual-sidebar-content {
    transition: padding ease 0.5s;
    will-change: padding;
  }
  .contextual-sidebar-visible .contextual-sidebar-content,
  .contextual-sidebar-visible + .contextual-sidebar-content {
    padding-right: 320px;
  }
}
.taglib-diff-html div.diff-removed-image {
  background: #fdc6c6 url(../images/diff/minus.png);
}
.taglib-diff-html div.diff-added-image {
  background: #cfc url(../images/diff/plus.png) no-repeat;
}
.taglib-diff-html div.diff-removed-image, .taglib-diff-html div.diff-added-image {
  height: 300px;
  margin: 2px;
  opacity: 0.55;
  position: absolute;
  width: 200px;
}
.taglib-diff-html span.diff-html-added {
  background-color: #cfc;
  font-size: 1em;
}
.taglib-diff-html span.diff-html-added img {
  border: 2px solid #cfc;
}
.taglib-diff-html span.diff-html-changed {
  background: url(../images/diff/underline.png) bottom repeat-x;
}
.taglib-diff-html span.diff-html-changed img {
  border: 2px dotted #009;
}
.taglib-diff-html span.diff-html-removed {
  background-color: #fdc6c6;
  font-size: 1em;
  text-decoration: line-through;
}
.taglib-diff-html span.diff-html-removed img {
  border: 2px solid #fdc6c6;
}

.taglib-discussion {
  font-size: 0.875rem;
  margin-top: 1rem;
}
.taglib-discussion .actions-menu .component-action {
  display: inline-flex;
}
.taglib-discussion .button-holder {
  margin: 1rem 0;
}
.taglib-discussion .comment-container {
  margin-bottom: 1.5rem;
}
.taglib-discussion .lfr-discussion .lfr-discussion-form-edit .alloy-editor-placeholder {
  border-left-color: #dbdde1;
}
.taglib-discussion .lfr-discussion-body {
  font-size: 1rem;
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-body {
    padding-left: 3.5rem;
  }
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-details .taglib-user-display {
    word-wrap: break-word;
  }
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name {
  font-weight: bold;
  text-decoration: none;
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name:hover {
  text-decoration: underline;
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-profile-image .avatar {
  background-size: 50px;
}
.taglib-discussion .lfr-discussion-container {
  border-bottom: 1px solid #e7e7ed;
  margin-bottom: 1.5rem;
}
.taglib-discussion .lfr-discussion-container:first-of-type {
  border-top: 1px solid #e7e7ed;
  padding-top: 1.5rem;
}
.taglib-discussion .lfr-discussion-container:last-of-type {
  border-bottom: 0;
}
.taglib-discussion .lfr-discussion-container .lfr-discussion {
  padding-left: 1rem;
}
.taglib-discussion .lfr-discussion-container .lfr-discussion .lfr-discussion .lfr-discussion .lfr-discussion {
  padding-left: 0;
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-container .lfr-discussion {
    padding-left: 3.5rem;
  }
}
.taglib-discussion .lfr-discussion-parent-link {
  color: #67678c;
  font-weight: 600;
  margin-left: 1em;
}
@media (max-width: 767.98px) {
  .taglib-discussion .lfr-discussion-parent-link {
    display: block;
    margin-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.taglib-discussion .lfr-discussion-controls .autofit-col:first-of-type > .btn-outline-borderless {
  margin-left: -0.75rem;
}
.taglib-discussion .lfr-discussion-more-comments {
  border-top: 1px solid #e7e7ed;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  text-align: center;
}
.taglib-discussion .username {
  color: #272833;
  font-weight: 600;
}
.taglib-discussion .taglib-workflow-status {
  margin-left: 0.5rem;
}
.taglib-discussion .workflow-value {
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .taglib-discussion .actions-menu {
    display: none;
  }
  .taglib-discussion .comment-container:hover .actions-menu,
  .taglib-discussion .actions-menu:focus,
  .taglib-discussion .actions-menu.open {
    display: inline-block;
  }
}

.drop-zone {
  min-height: 80px;
  padding: 20px;
  text-align: center;
}
.drop-zone.drop-enabled {
  outline: 2px dashed transparent;
}
.drop-zone.drop-enabled:not(.no-border) {
  outline-color: rgba(176, 180, 187, 0.5);
}
.drop-zone p {
  margin: 10px auto 0;
  max-width: 75%;
}

.drop-here-info {
  font-size: 25px;
  height: 100%;
  left: 0;
  min-height: 100px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info {
    transition: none;
  }
}
.drop-here-info {
  transition: none;
}

.drop-here-info .drop-here-indicator {
  height: 115px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.drop-here-info .drop-icons {
  display: inline-block;
  position: relative;
  width: 160px;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons {
    transition: none;
  }
}
.drop-here-info .drop-icons {
  transition: none;
}

.drop-here-info .drop-icons span {
  border-radius: 3px;
  position: absolute;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons span {
    transition: none;
  }
}
.drop-here-info .drop-icons span {
  transition: none;
}

.drop-here-info .drop-icons span:nth-of-type(1) {
  box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.08);
  height: 60px;
  left: 0;
  line-height: 60px;
  opacity: 0;
  top: 10px;
  transform: rotate(25deg);
  width: 60px;
}
.drop-here-info .drop-icons span:nth-of-type(2) {
  background: #00c2ff;
  color: #fff;
  height: 80px;
  left: 40px;
  line-height: 80px;
  width: 80px;
  z-index: 2;
}
.drop-here-info .drop-icons span:nth-of-type(3) {
  box-shadow: -5px 4px 0 0 rgba(0, 0, 0, 0.08);
  display: block;
  font-size: 45px;
  height: 70px;
  left: 90px;
  line-height: 70px;
  opacity: 0;
  position: relative;
  top: 8px;
  transform: rotate(-25deg);
  width: 70px;
  z-index: 1;
}
.drop-here-info .drop-icons span:nth-of-type(1), .drop-here-info .drop-icons span:nth-of-type(3) {
  background: #e8e6e8;
  color: #a5a6ac;
}
.drop-here-info .drop-text {
  color: #fff;
  display: block;
  font-size: 20px;
  margin-left: 0;
  margin-top: 20px;
}
.drop-active .drop-here-info {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.drop-active .drop-here-info .drop-icons span:nth-of-type(1), .drop-active .drop-here-info .drop-icons span:nth-of-type(3) {
  opacity: 1;
}
.drop-active .drop-here-info span:nth-of-type(1) {
  transform: rotate(-20deg);
}
.drop-active .drop-here-info span:nth-of-type(2) {
  transform: scale(1);
}
.drop-active .drop-here-info span:nth-of-type(3) {
  transform: rotate(15deg);
}

.taglib-empty-result-message.sheet {
  margin-bottom: 24px;
}
.taglib-empty-result-message .taglib-empty-result-message-description {
  color: #6c757d;
  margin-top: 8px;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn,
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  max-width: 200px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  background-image: url(../images/states/empty_state.svg);
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-result-message-header,
  .taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
    background-image: url(../images/states/empty_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-result-message-header,
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  background-image: url(../images/states/empty_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(../images/states/search_state.svg);
  max-width: 210px;
  padding-top: 232px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-search-result-message-header {
    background-image: url(../images/states/search_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(../images/states/search_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-empty-state {
  background-image: url(../images/states/empty_state.svg);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-state {
    background-image: url(../images/states/empty_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-state {
  background-image: url(../images/states/empty_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-success-state {
  background-image: url(../images/states/success_state.svg);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-success-state {
    background-image: url(../images/states/success_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-success-state {
  background-image: url(../images/states/success_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-search-state {
  background-image: url(../images/states/search_state.svg);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-search-state {
    background-image: url(../images/states/search_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-search-state {
  background-image: url(../images/states/search_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-empty-result-message-title {
  font-size: 1rem;
  margin-top: 48px;
}
.taglib-empty-result-message .taglib-empty-result-message-description {
  font-size: 0.875rem;
}
.taglib-empty-result-message .taglib-empty-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-search-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-success-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-search-state + .taglib-empty-result-message-title {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
.taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-description, .taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-actions {
  font-size: 1rem;
  text-align: center;
}

.field-wrapper.form-inline .control-label {
  display: inline-block;
}

.field-wrapper-html .input-localized .input-group-item {
  flex-wrap: nowrap;
}

.taglib-header {
  border-bottom: 1px solid #c8c9ca;
  color: #555;
  margin-bottom: 1em;
  padding-bottom: 10px;
}
.taglib-header .header-title {
  display: inline-block;
  margin: 0.1em;
  max-width: 100%;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: normal;
}
.taglib-header .header-back-to {
  display: inline-block;
  vertical-align: middle;
}
.taglib-header .header-back-to a {
  display: block;
  font-weight: bold;
  padding: 0 0.3em 0 0;
  text-decoration: none;
}

.taglib-icon {
  text-decoration: none;
}
.taglib-icon:not(.btn):hover .taglib-text, .taglib-icon:not(.btn):focus .taglib-text {
  text-decoration: underline;
}
.taglib-icon[lang] > img {
  vertical-align: baseline;
  width: 16px;
}

.taglib-icon-help {
  color: #6c757d !important;
}
.taglib-icon-help:hover, .taglib-icon-help:active {
  color: #343a40 !important;
}

.icon-monospaced {
  color: inherit;
  display: inline-block;
  height: 2rem;
  line-height: 34px;
  text-align: center;
  width: 2rem;
}
.icon-monospaced.lexicon-icon {
  padding: 8px;
}

.taglib-icon-list li {
  float: left;
  margin-right: 1em;
}
.taglib-icon-list:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

.lfr-icon-menu .lfr-icon-menu-icon {
  max-width: none;
}
@media (max-width: 767.98px) {
  .table-cell.last .lfr-icon-menu .dropdown-toggle {
    text-align: center;
  }
  .table-cell.last .lfr-icon-menu .dropdown-toggle > img,
  .table-cell.last .lfr-icon-menu .dropdown-toggle .lfr-icon-menu-text {
    display: none;
  }
}

.lfr-menu-list {
  float: none;
  overflow-y: auto;
  position: relative;
}
.lfr-menu-list.direction-right {
  margin: 0 2px;
}
.lfr-menu-list.dropdown-menu {
  float: none;
  position: relative;
}
@media (max-width: 991.98px) {
  .lfr-menu-list.dropdown-menu > li > a {
    font-size: 22px;
    line-height: 40px;
    white-space: normal;
  }
  .lfr-menu-list.dropdown-menu > li > a img {
    margin-bottom: 3px;
  }
}
.lfr-menu-list.dropdown-menu .search-panel {
  margin-bottom: 0;
}
.lfr-menu-list.dropdown-menu .search-panel .form-group {
  margin: 0 16px;
}
.lfr-menu-list.dropdown-menu .search-panel .menu-item-filter {
  width: auto;
}
body > .lfr-menu-list ul {
  border-radius: 4px;
}

.lfr-icon-menu-open:after {
  clear: both;
  content: "";
  display: table;
}
.lfr-icon-menu-open .dropdown-menu {
  position: static;
}

.input-localized.input-localized-editor .form-control {
  border-width: 0;
  height: 100%;
  padding: 0;
}
.input-localized .input-group-item {
  flex-direction: column;
}
.input-localized .input-localized-content {
  margin-left: 6px;
}
.input-group .input-localized .input-localized-content {
  margin-top: 3px;
}
.input-localized .lfr-input-localized .lfr-input-localized-state {
  background-color: #ddd;
}
.input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
  background-color: #ff0047;
}
.input-localized .lfr-input-localized-default a {
  margin-right: 14px;
}
.input-localized .lfr-input-localized-state {
  height: 4px;
  margin: 3px 5px;
  width: 4px;
}
.input-localized .palette-item-inner .lfr-input-localized-flag {
  font-size: 16px;
  opacity: 0.5;
}
.input-localized .palette-item,
.input-localized .palette-item-hover,
.input-localized .palette-item-hover .palette-item-inner {
  border-color: transparent;
}
.input-localized .palette-item-inner {
  border-color: #666;
  display: block;
  height: 16px;
  width: 16px;
}
.input-localized .palette-item-selected .lfr-input-localized-state {
  background: #27c1f2;
}

.input-localized-palette-container .palette-items-container {
  font-size: 0;
  margin: 0;
  white-space: normal;
}
.input-localized-palette-container .palette-item {
  border-width: 0;
  padding: 0.5rem 1.25rem;
}
.input-localized-palette-container .palette-item-inner {
  border: 1px solid;
  margin-right: 4px;
  width: 16px;
}
.input-localized-palette-container .palette-item-inner img {
  display: block;
}

.taglib-move-boxes {
  margin-bottom: 1em;
}
.taglib-move-boxes label {
  border-bottom: 1px solid transparent;
  display: block;
  margin-bottom: 5px;
  padding: 5px;
}
.taglib-move-boxes .toolbar {
  text-align: center;
}
.taglib-move-boxes .arrow-button img {
  border-width: 0;
  height: 16px;
  width: 16px;
}
.taglib-move-boxes .choice-selector {
  width: 100%;
}
.taglib-move-boxes .choice-selector label {
  background: #ebf1f9;
  border-bottom-color: #8db2f3;
}
.taglib-move-boxes .field-content {
  margin-bottom: 0;
}
.taglib-move-boxes .move-arrow-buttons {
  margin-top: 5em;
}
.taglib-move-boxes .move-arrow-buttons .arrow-button {
  display: block;
}
.taglib-move-boxes .sortable-container {
  margin-top: 10px;
}
.taglib-move-boxes .sortable-container .btn.edit-selection {
  margin-bottom: 10px;
}
.taglib-move-boxes .sortable-container .move-option {
  background-color: transparent;
  border-top: 1px solid #ddd;
  display: none;
  margin: 2px 0;
  padding: 2px;
  position: relative;
}
.taglib-move-boxes .sortable-container .move-option.selected {
  display: block;
}
.taglib-move-boxes .sortable-container .move-option.move-option-dragging {
  background-color: #fafafa;
}
.taglib-move-boxes .sortable-container .move-option .checkbox,
.taglib-move-boxes .sortable-container .move-option .handle {
  position: absolute;
}
.taglib-move-boxes .sortable-container .move-option .checkbox {
  display: none;
  margin: 7px 0 0 5px;
}
.taglib-move-boxes .sortable-container .move-option .handle {
  color: #999;
  cursor: pointer;
  font-size: 1.5em;
  padding: 6px;
}
.taglib-move-boxes .sortable-container .move-option .title {
  font-size: 1.2em;
  margin: 1px 0 1px 30px;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option {
  display: block;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option .checkbox {
  display: inline-block;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option .handle {
  display: none;
}
.mobile .taglib-move-boxes .selector-container {
  display: none;
}

.item-selector .card-row > .autofit-col-expand {
  padding-top: 4px;
}
.item-selector .drop-zone {
  background-color: #f1f2f5;
  margin-top: 1rem;
}
.item-selector .input-file {
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0.1px;
  z-index: -1;
}
.item-selector .input-file + label {
  position: relative;
}
.item-selector .input-file + label::before {
  border-radius: 4px;
  bottom: -2px;
  content: "";
  display: block;
  left: -2px;
  position: absolute;
  right: -2px;
  top: -2px;
  transition: box-shadow 0.15s ease-in-out;
}
.item-selector .input-file:focus + label::before {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #75b8ff;
}
.item-selector .item-selector-list-row:hover {
  background-color: #e5f2ff;
  cursor: pointer;
}

.lfr-map {
  border: 1px solid #ccc;
  min-height: 400px;
  width: 100%;
}
.lfr-map .home-button {
  margin: 5px;
}
@media (max-width: 575.98px) {
  .lfr-map .home-button {
    height: 35px;
    width: 45px;
  }
}
.lfr-map .search-controls {
  font-size: 15px;
  margin-top: 5px;
  width: 100%;
}
@media (min-width: 576px) {
  .lfr-map .search-controls {
    width: 50%;
  }
}
.lfr-map .search-controls .search-input {
  width: 100%;
}

.navbar .navbar-collapse {
  max-height: none;
}
.navbar .navbar-collapse:after, .navbar .navbar-collapse:before {
  display: inline;
}
@media (max-width: 767.98px) {
  .navbar .navbar-search {
    background-color: #f3f3f3;
    border-top-width: 0;
    width: 100%;
  }
}
.navbar .navbar-search .form-search {
  margin: 8px 0;
}
@media (min-width: 768px) {
  .navbar .navbar-search .form-search {
    float: right;
    max-width: 275px;
  }
}
@media (max-width: 767.98px) {
  .navbar .navbar-search .form-search .input-group {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar .container .navbar-btn,
  .navbar .container-fluid .navbar-btn {
    margin-bottom: 5px;
    width: 45px;
  }
  .navbar .container .navbar-collapse.open,
  .navbar .container-fluid .navbar-collapse.open {
    border-width: 0;
    display: block;
    height: auto;
    overflow: visible;
  }
}

.taglib-portlet-preview.show-borders {
  border: 1px solid #828f95;
  margin-bottom: 1em;
  padding: 3px 3px 1em;
}
.taglib-portlet-preview.show-borders .title {
  background-color: #d3dadd;
  font-size: 1.4em;
  font-weight: bold;
  padding: 0.5em;
}
.taglib-portlet-preview .preview {
  margin: 1em;
  min-height: 90px;
}

.lfr-search-container .entry-action {
  width: 1px;
}
.lfr-search-container .entry-action .taglib-icon {
  white-space: nowrap;
}

.lfr-search-container-wrapper.lfr-search-container-fixed-first-column {
  position: relative;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive {
    margin-left: 375px;
    width: auto;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table {
  position: static;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header {
  left: 12px;
  position: fixed;
  right: 12px;
  top: -1px;
  z-index: 1020;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th {
  display: block;
  padding: 0;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
  overflow-x: hidden;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
    margin-left: 375px;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table {
  border-collapse: collapse;
  width: 100%;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table th {
  border-radius: 0;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td,
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
  width: auto;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td:first-child,
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th:first-child {
    background-color: #fff;
    left: 0;
    position: absolute;
    right: 15px;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
  height: auto;
}
.lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link) {
  color: #495057;
  font-weight: 500;
  text-decoration: underline;
}
.lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link):focus, .lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link):hover {
  color: #000;
}
.lfr-search-container-wrapper .dropdown-action .dropdown-toggle {
  color: #6c757d;
}
.lfr-search-container-wrapper .dropdown-action .dropdown-toggle:hover {
  color: #343a40;
}
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle {
  color: #6c757d;
}
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:active, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:focus, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:hover {
  background-color: #f7f8f9;
  border-radius: 4px;
  color: #343a40;
}
.lfr-search-container-wrapper .lfr-search-container-list .list-group:last-child .list-group-item:nth-last-child(2) {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.lfr-search-container-wrapper .lfr-search-container-list + .taglib-search-iterator-page-iterator-bottom {
  margin-top: 20px;
}
.lfr-search-container-wrapper .list-group {
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group + .list-group .list-group-header:first-child,
.lfr-search-container-wrapper .list-group + .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item .h4,
.lfr-search-container-wrapper .list-group .list-group-item h4 {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item .h5,
.lfr-search-container-wrapper .list-group .list-group-item .h6,
.lfr-search-container-wrapper .list-group .list-group-item h5,
.lfr-search-container-wrapper .list-group .list-group-item h6 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item span + h2.h5 {
  font-weight: 600;
}
.lfr-search-container-wrapper .list-group .list-group-item .h6 + .h5,
.lfr-search-container-wrapper .list-group .list-group-item h6 + h5 {
  font-weight: 600;
}
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:first-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:first-child {
  border-bottom-left-radius: 0.25rem;
}
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:last-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:last-child {
  border-bottom-right-radius: 0.25rem;
}

.user-info {
  display: flex;
}
.user-info .sticker {
  align-self: center;
}
.user-info .user-details {
  margin-left: 1rem;
}
.user-info .user-name {
  color: #343a40;
  font-weight: 600;
}
.user-info .date-info {
  color: #6c757d;
}

.user-status-tooltip .user-status-avatar {
  float: left;
  margin-right: 5px;
}
.user-status-tooltip .user-status-avatar .user-status-avatar-image {
  width: 27px;
}
.user-status-tooltip .user-status-info {
  display: inline-block;
  overflow: hidden;
}
.user-status-tooltip .user-status-info .user-status-date {
  font-size: 11px;
}

.lfr-search-container {
  margin-top: 1.5em;
  overflow: auto;
}
@media (max-width: 767.98px) {
  .lfr-search-container .selector-button {
    width: auto;
  }
}
.touch .lfr-search-container {
  -webkit-overflow-scrolling: touch;
}
.touch .lfr-search-container .searchcontainer-content .table {
  max-width: none;
}

.taglib-page-iterator {
  clear: both;
  height: auto;
  width: auto;
}
.taglib-page-iterator .lfr-pagination-buttons {
  float: right;
  margin: 0;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-buttons {
    width: 100%;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .taglib-page-iterator .lfr-pagination-buttons {
    float: none;
    margin-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-buttons > li {
    display: inline-block;
    width: 50%;
  }
  .taglib-page-iterator .lfr-pagination-buttons > li.first, .taglib-page-iterator .lfr-pagination-buttons > li.last {
    display: none;
  }
  .taglib-page-iterator .lfr-pagination-buttons > li > a {
    line-height: 20px;
    padding: 11px 19px;
  }
}
.taglib-page-iterator .lfr-pagination-config {
  float: left;
  line-height: 46px;
}
@media (max-width: 767.98px) {
  .taglib-page-iterator .lfr-pagination-config {
    float: none;
  }
  .taglib-page-iterator .lfr-pagination-config .current-page-menu {
    display: block;
  }
  .taglib-page-iterator .lfr-pagination-config .current-page-menu .btn {
    display: block;
  }
}
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector,
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector {
  display: inline;
}
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
  float: none;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
    display: none;
  }
}
.taglib-page-iterator .search-results {
  float: left;
  line-height: 46px;
  margin-left: 10px;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .search-results {
    display: none;
  }
}

@media (max-width: 991.98px) {
  ul.pagination ul.inline-scroller {
    max-height: inherit;
  }
}
.taglib-search-toggle .form-search {
  position: relative;
}
.taglib-search-toggle .form-search .input-group-btn {
  position: absolute;
}
@media (min-width: 992px) {
  .taglib-search-toggle .form-search .input-group-btn {
    position: static;
  }
}
.taglib-search-toggle .toggle-advanced {
  color: inherit;
  margin-left: 10px;
  position: absolute;
  top: 8px;
}
.taglib-search-toggle .toggle-advanced, .taglib-search-toggle .toggle-advanced:hover, .taglib-search-toggle .toggle-advanced:focus {
  text-decoration: none;
}

.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  background-color: #fcfcfc;
  border: solid #ddd;
  border-width: 0 1px 1px;
  margin-top: 0;
  padding: 15px 15px 0;
}
.navbar-search .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  border-width: 1px 0 0;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content {
  position: relative;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields {
  margin-bottom: 0;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields-legend {
  color: #999;
  font-size: 13px;
}
.taglib-search-toggle-advanced-wrapper .btn.close {
  margin-right: 5px;
  position: relative;
  z-index: 1;
}

.taglib-user-display {
  padding: 0.5em;
}
.taglib-user-display .avatar {
  background: no-repeat center;
  background-size: 60px;
  display: block;
  height: 60px;
  margin: 0 auto;
  width: 60px;
}
.taglib-user-display .avatar.author:after {
  background: rgba(50, 168, 230, 0.5);
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}
.taglib-user-display .user-details {
  margin-top: 1em;
}
.taglib-user-display .user-name {
  font-size: 1.1em;
  font-weight: bold;
}
.taglib-user-display a .user-name {
  text-decoration: underline;
}
.taglib-user-display.display-style-1 .user-profile-image {
  float: left;
  margin-right: 24px;
}
.taglib-user-display.display-style-1 .user-name {
  display: inline-block;
  margin-top: 10px;
}
.taglib-user-display.display-style-1 .user-details {
  margin-top: 0;
}
.taglib-user-display.display-style-2 .user-profile-image,
.taglib-user-display.display-style-2 .user-name {
  clear: both;
  display: block;
  min-height: 20px;
  text-align: center;
}
.taglib-user-display.display-style-3 {
  padding: 0;
}
.taglib-user-display.display-style-3 .user-profile-image {
  display: inline-block;
  vertical-align: middle;
}

.taglib-workflow-status .workflow-id,
.taglib-workflow-status .workflow-version,
.taglib-workflow-status .workflow-status {
  color: #999;
}
.table-cell .taglib-workflow-status {
  margin: 0;
}
.table-cell .taglib-workflow-status .workflow-status {
  padding-left: 0;
}

.lfr-autocomplete-input-list .yui3-aclist-list {
  margin: 0;
}

.portal-popup .sheet > .lfr-nav {
  margin-top: -24px;
}
.portal-popup .contacts-portlet .portlet-configuration-container .form {
  position: static;
}
.portal-popup .lfr-form-content {
  padding: 24px 12px;
}
.portal-popup .portlet-body,
.portal-popup .portlet-boundary,
.portal-popup .portlet-column,
.portal-popup .portlet-layout {
  height: 100%;
}
.portal-popup .portlet-column {
  position: static;
}
.portal-popup .dialog-body > .container-fluid-max-xl,
.portal-popup .dialog-body .container-view,
.portal-popup .export-dialog-tree > .container-fluid-max-xl,
.portal-popup .export-dialog-tree .container-view,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader .container-view,
.portal-popup .lfr-form-content > .container-fluid-max-xl,
.portal-popup .lfr-form-content .container-view,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content .container-view,
.portal-popup .process-list > .container-fluid-max-xl,
.portal-popup .process-list .container-view,
.portal-popup .roles-selector-body > .container-fluid-max-xl,
.portal-popup .roles-selector-body .container-view {
  padding-top: 20px;
}
.portal-popup .dialog-body > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .dialog-body .container-view .nav-tabs-underline,
.portal-popup .export-dialog-tree > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .export-dialog-tree .container-view .nav-tabs-underline,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .lfr-dynamic-uploader .container-view .nav-tabs-underline,
.portal-popup .lfr-form-content > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .lfr-form-content .container-view .nav-tabs-underline,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .portlet-configuration-body-content .container-view .nav-tabs-underline,
.portal-popup .process-list > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .process-list .container-view .nav-tabs-underline,
.portal-popup .roles-selector-body > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .roles-selector-body .container-view .nav-tabs-underline {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -20px;
}
.portal-popup .dialog-body > .lfr-nav + .container-fluid-max-xl,
.portal-popup .export-dialog-tree > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-form-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .process-list > .lfr-nav + .container-fluid-max-xl,
.portal-popup .roles-selector-body > .lfr-nav + .container-fluid-max-xl {
  padding-top: 0;
}
.portal-popup .login-container {
  padding: 1rem;
}
.portal-popup .navbar ~ .portlet-configuration-setup,
.portal-popup .portlet-export-import-container {
  height: calc(100% - 48px);
  position: relative;
}
@media (min-width: 576px) {
  .portal-popup .navbar ~ .portlet-configuration-setup,
  .portal-popup .portlet-export-import-container {
    height: calc(100% - 48px);
  }
}
.portal-popup .panel-group .panel {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
}
.portal-popup .panel-group .panel + .panel {
  border-top-width: 0;
  margin-top: 0;
}
.portal-popup .panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.portal-popup .portlet-configuration-setup .lfr-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 3px;
  padding-right: 3px;
}
@media (min-width: 576px) {
  .portal-popup .portlet-configuration-setup .lfr-nav {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.portal-popup .lfr-dynamic-uploader,
.portal-popup .process-list {
  bottom: 0;
  display: block;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 48px;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 576px) {
  .portal-popup .lfr-dynamic-uploader,
  .portal-popup .process-list {
    top: 48px;
  }
}
.portal-popup .portlet-export-import-publish-processes {
  top: 0;
}
.portal-popup .dialog-footer {
  background-color: #fff;
  border-top: 1px solid #dee2e6;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  left: 0;
  margin: 0;
  padding: 10px 24px;
  width: 100%;
  z-index: 1020;
}
@media (min-width: 768px) {
  .portal-popup .dialog-footer {
    position: fixed;
  }
}
.portal-popup .dialog-footer .btn {
  margin-left: 1rem;
  margin-right: 0;
}
.portal-popup .dialog-footer.dialog-footer-not-reverse {
  flex-direction: initial;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .portal-popup .dialog-body:not(:last-child),
  .portal-popup .lfr-dynamic-uploader:not(:last-child),
  .portal-popup .lfr-form-content:not(:last-child),
  .portal-popup .portlet-configuration-body-content:not(:last-child),
  .portal-popup .roles-selector-body:not(:last-child) {
    padding-bottom: 60px;
  }
}
.portal-popup .lfr-dynamic-uploader {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.portal-popup .lfr-dynamic-uploader.hide-dialog-footer {
  bottom: 0;
}
.portal-popup .lfr-dynamic-uploader.hide-dialog-footer + .dialog-footer {
  display: none;
}
.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content {
  display: flex;
  flex-direction: column;
  overflow: visible;
}
.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content > form {
  flex-grow: 1;
  max-width: none;
  overflow: auto;
}
.portal-popup .portlet-configuration-edit-templates .portlet-configuration-body-content {
  bottom: 0;
}
.portal-popup:not(.article-preview) #main-content,
.portal-popup:not(.article-preview) #wrapper {
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch;
}
@media print {
  .portal-popup:not(.article-preview) #main-content,
  .portal-popup:not(.article-preview) #wrapper {
    position: initial;
  }
}
.portal-popup .columns-max > .portlet-layout.row {
  margin-left: 0;
  margin-right: 0;
}
.portal-popup .columns-max > .portlet-layout.row > .portlet-column {
  padding-left: 0;
  padding-right: 0;
}

html:not(#__):not(#___) .portlet-layout.dragging {
  border-collapse: separate;
}
html:not(#__):not(#___) .drop-area {
  background-color: #d3dadd;
}
html:not(#__):not(#___) .active-area {
  background: #ffc;
}
html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
}
html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging .portlet {
  border: 2px dashed #ccc;
}
html:not(#__):not(#___) .sortable-layout-proxy {
  opacity: 1;
}
html:not(#__):not(#___) .sortable-layout-proxy .portlet-topper {
  background-image: none;
}
html:not(#__):not(#___) .proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute;
}
html:not(#__):not(#___) .proxy.generic-portlet {
  height: 200px;
  width: 300px;
}
html:not(#__):not(#___) .proxy.generic-portlet .portlet-title {
  padding: 10px;
}
html:not(#__):not(#___) .proxy.not-intersecting .forbidden-action {
  background: url(../images/application/forbidden_action.png) no-repeat;
  display: block;
  height: 32px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 32px;
}
html:not(#__):not(#___) .resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden;
}
html:not(#__):not(#___) .sortable-proxy {
  background: #727c81;
  margin-top: 1px;
}
html:not(#__):not(#___) .sortable-layout-drag-target-indicator {
  margin: 2px 0;
}
html:not(#__):not(#___) .yui3-dd-proxy {
  z-index: 1110 !important;
}

.portlet-layout.dragging {
  border-collapse: separate;
}

.drop-area {
  background-color: #d3dadd;
}

.active-area {
  background: #ffc;
}

.portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .portlet-boundary.yui3-dd-dragging {
    transition: none;
  }
}
.c-prefers-reduced-motion .portlet-boundary.yui3-dd-dragging {
  transition: none;
}
.portlet-boundary.yui3-dd-dragging .portlet {
  border: 2px dashed #ccc;
}

.sortable-layout-proxy {
  opacity: 1;
}
.sortable-layout-proxy .portlet-topper {
  background-image: none;
}

.proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute;
}
.proxy.generic-portlet {
  height: 200px;
  width: 300px;
}
.proxy.generic-portlet .portlet-title {
  padding: 10px;
}
.proxy.not-intersecting .forbidden-action {
  background: url(../images/application/forbidden_action.png) no-repeat;
  display: block;
  height: 32px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 32px;
}

.resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden;
}

.sortable-proxy {
  background: #727c81;
  margin-top: 1px;
}

.sortable-layout-drag-target-indicator {
  margin: 2px 0;
}

.yui3-dd-proxy {
  z-index: 1110 !important;
}

.portlet-column-content.empty {
  padding: 50px;
}

.lfr-portlet-title-editable {
  margin-top: 0;
  z-index: 9999;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content {
  padding: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .field-input {
  margin-bottom: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .textfield-label {
  display: none;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-toolbar-content {
  display: inline-block;
  vertical-align: bottom;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-group {
  margin-top: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn {
  display: inline-block;
  float: none;
  margin-top: 0;
  width: auto;
}

.lfr-source-editor {
  border: solid 0 #ccc;
  border-bottom-width: 2px;
  position: relative;
}
.lfr-source-editor .ace_editor {
  height: 100%;
}
.lfr-source-editor .lfr-source-editor-toolbar li > .btn {
  background-color: #fff;
  border: transparent;
  color: #717383;
  outline: 0;
}
.lfr-source-editor .lfr-source-editor-code {
  background-color: #fff;
  color: #2b4259;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter {
  background-color: #ededef;
  color: #868896;
  overflow: hidden;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget {
  font-family: fontawesome-alloy;
  text-align: center;
  vertical-align: middle;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open, .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed {
  background-image: none;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open:before {
  content: "▾";
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed:before {
  content: "▸";
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-cell {
  color: #fff;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
  background-color: #717383;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-layer {
  border-right: solid 1px #ccc;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_info {
  background-image: none;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_active-line {
  background-color: #ededef;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_constant {
  color: #34adab;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_tag {
  color: #1d5ec7;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_string {
  color: #ff6c58;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_string.ace_regex {
  color: #f00;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code {
  background-color: #47474f;
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter {
  background: #54555e;
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
  background-color: #009aed;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_active-line {
  background-color: #11394e;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_cursor {
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_tag {
  color: #4d91ff;
}

.lfr-fullscreen-source-editor {
  height: 100%;
  overflow: hidden;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-header {
  height: 40px;
  margin-right: 4px;
  margin-top: 4px;
  min-height: 40px;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content {
  height: 95%;
  position: relative;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .panel-splitter {
  border: 1px solid #ccc;
  position: absolute;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .preview-panel {
  display: inline-block;
  overflow-y: auto;
  padding-left: 20px;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .source-panel {
  display: inline-block;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .source-panel,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .preview-panel {
  height: 100%;
  width: 50%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .panel-splitter {
  height: 100%;
  left: 50%;
  top: 0;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .source-panel,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .preview-panel {
  height: 50%;
  width: 100%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .panel-splitter {
  top: 50%;
  width: 100%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .panel-splitter,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .preview-panel {
  display: none;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .source-panel {
  height: 100%;
  width: 100%;
}

.lfr-fulscreen-source-editor-dialog .modal-footer {
  text-align: left;
}

.file-icon-color-0 {
  background-color: #fff;
  color: #6c757d;
}

.file-icon-color-1 {
  background-color: #fff;
  color: #6c757d;
}

.file-icon-color-2 {
  background-color: #fff;
  color: #24a892;
}

.file-icon-color-3 {
  background-color: #fff;
  color: #ff4d4d;
}

.file-icon-color-4 {
  background-color: #fff;
  color: #ff6200;
}

.file-icon-color-5 {
  background-color: #fff;
  color: #bf66ff;
}

.file-icon-color-6 {
  background-color: #fff;
  color: #0099e6;
}

.file-icon-color-7 {
  background-color: #fff;
  color: #ff4db2;
}

.lfr-item-viewer.uploading > div:not(.progress-container) {
  opacity: 0.3;
}
.lfr-item-viewer.uploading > .progress-container {
  visibility: visible;
}
.lfr-item-viewer .aspect-ratio a.item-preview {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%;
}
.lfr-item-viewer .image-viewer-base-image-list {
  padding-top: 35px;
}
.lfr-item-viewer .item-preview:hover {
  cursor: pointer;
}
.lfr-item-viewer .progress-container {
  background-color: #fff;
  left: 0;
  margin: 0 auto;
  padding: 20px 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  width: 80%;
  z-index: 1000;
}
.lfr-item-viewer .progress-container a {
  position: absolute;
  right: 30px;
}
.lfr-item-viewer .progress-container .progress {
  margin-top: 10px;
}
.lfr-item-viewer .search-info {
  background-color: #d3e8f1;
}
.lfr-item-viewer .search-info .keywords {
  font-size: 1.4em;
  font-weight: bold;
}
.lfr-item-viewer .search-info .change-search-folder {
  font-size: 0.8em;
  font-weight: normal;
}
.lfr-item-viewer .upload-view {
  display: table;
  height: 400px;
  margin-top: 20px;
  width: 100%;
}
.lfr-item-viewer .upload-view > div {
  display: table-cell;
  vertical-align: middle;
}
.lfr-item-viewer .yui3-widget-bd {
  position: relative;
}

.lfr-menu-expanded li a:focus {
  background-color: #5b677d;
  color: #fff;
  text-shadow: -1px -1px #2c2f34;
}

.lfr-url-error {
  display: inline-block;
  white-space: normal;
  overflow-wrap: break-all;
  word-wrap: break-all;
}

.lfr-page-layouts {
  padding: 0;
}
.lfr-page-layouts input[type=radio] {
  opacity: 0;
  position: absolute;
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal {
  cursor: default;
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
  bottom: -0.0625rem;
  content: "";
  left: -0.0625rem;
  position: absolute;
  right: -0.0625rem;
  transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
    transition: none;
  }
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
  transition: none;
}

.lfr-page-layouts .card-horizontal {
  cursor: pointer;
  outline: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts .card-horizontal {
    transition: none;
  }
}
.lfr-page-layouts .card-horizontal {
  transition: none;
}

.lfr-page-layouts .card-horizontal::after {
  border-radius: 0 0 0.25rem 0.25rem;
  bottom: -0.0625rem;
  content: "";
  height: 0;
  left: -0.0625rem;
  position: absolute;
  right: -0.0625rem;
  transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts .card-horizontal::after {
    transition: none;
  }
}
.lfr-page-layouts .card-horizontal::after {
  transition: none;
}

.modal-body.dialog-iframe-bd {
  overflow: hidden;
  padding: 0;
}

.modal-dialog:not(.dialog-iframe-modal):not(.modal-full-screen) {
  position: relative;
}
.modal-dialog.dialog-iframe-modal {
  max-width: none;
}
.modal-dialog.modal-dialog-sm {
  max-width: 500px;
}
.modal-dialog .yui3-resize-handles-wrapper {
  pointer-events: all;
}
.modal-dialog .yui3-resize-handles-wrapper .yui3-resize-handle-inner-br {
  bottom: 0;
  right: 0;
}

.modal-open .modal {
  display: block;
}

.sheet > .panel-group .sheet-footer {
  margin-bottom: 0;
}

.sheet-footer .btn {
  margin-right: 0.5rem;
}
.sheet-footer .btn:last-child {
  margin-right: 0;
}

.tag-items {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em;
  white-space: normal;
}
.tag-items li {
  display: inline-block;
  margin: 0 1em 0 0;
  max-width: 100%;
}

.tag-selected {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.tag-cloud .tag-popularity-1 {
  font-size: 1em;
}
.tag-cloud .tag-popularity-2 {
  font-size: 1.3em;
}
.tag-cloud .tag-popularity-3 {
  font-size: 1.6em;
}
.tag-cloud .tag-popularity-4 {
  font-size: 1.9em;
}
.tag-cloud .tag-popularity-5 {
  font-size: 2.2em;
}
.tag-cloud .tag-popularity-6 {
  font-size: 2.5em;
}

.lfr-portal-tooltip {
  display: inline-flex;
}
.lfr-portal-tooltip,
.lfr-portal-tooltip a {
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.tree-node .icon-check {
  padding-right: 2px;
}
.tree-node .tree-node-checked .icon-check {
  padding-right: 0;
}
.tree-node [class^=icon-] {
  margin-right: 5px;
}
.tree-node .tree-node-checkbox-container {
  margin-right: 0;
}
.tree-node .tree-node-selected .tree-label {
  background: none;
}

.tree-node-content .tree-hitarea {
  color: #999;
  font-size: 10px;
  padding-right: 6px;
}
.tree-node-content .tree-label {
  margin-left: 3px;
}
.tree-node-content .tree-node-hidden-hitarea {
  visibility: hidden;
}

.tree-node-selected .tree-label {
  background-color: transparent;
}

.tree-view li.tree-node .tree-node-content svg.lexicon-icon {
  pointer-events: none;
}

.user-icon-color-0 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #6c757d;
}

.user-icon-color-1 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #66abff;
}

.user-icon-color-2 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #ff6200;
}

.user-icon-color-3 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #ff4d4d;
}

.user-icon-color-4 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #24a892;
}

.user-icon-color-5 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #ff4db2;
}

.user-icon-color-6 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #53a117;
}

.user-icon-color-7 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #bf66ff;
}

.user-icon-color-8 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #b38900;
}

.user-icon-color-9 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #0099e6;
}

.collapse.open {
  display: block;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-top'%20d='M480%2064H32C14.336%2064%200%2049.664%200%2032S14.336%200%2032%200h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-middle'%20d='M480%20288H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-bottom'%20d='M480%20512H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3C/svg%3E");
  height: 1em;
  width: 1em;
}

.navbar-nav .nav-item.hover:after {
  bottom: -0.125rem;
  content: "";
  height: 0.125rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.navbar .navbar-toggler .c-inner {
  max-width: none;
}

html:not(#__):not(#___) .cadmin.portlet-topper {
  position: relative;
}
html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
  background: url(../images/arrows/12_left.png) no-repeat 0 50%;
  padding: 5px 5px 5px 18px;
}
html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
  display: none;
}
html:not(#__):not(#___) .cadmin .component-action.portlet-options {
  color: white;
}

body.portlet {
  border-width: 0;
}

.portlet-icon-back {
  margin-top: -2px;
}
.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
  background: url(../images/arrows/12_left.png) no-repeat 0 50%;
  padding: 5px 5px 5px 18px;
}

.portlet-options-dropdown {
  z-index: 1035;
}

.portlet-topper {
  position: relative;
}
.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
  display: none;
}
.portlet-draggable .portlet-topper {
  cursor: move;
}

.portlet-title-editable {
  cursor: pointer;
}

.portlet-title-text {
  display: inline-block;
  margin-top: 0;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}
.panel-page-body .portlet-title-text, .panel-page-content .portlet-title-text {
  cursor: auto;
}

.portlet-minimized .portlet-content {
  padding: 0;
}

.portlet-nested-portlets .portlet-boundary {
  left: 0 !important;
  position: relative !important;
  top: 0 !important;
}

.portlet-layout .portlet-header {
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .portlet .visible-interaction {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .controls-hidden .portlet .visible-interaction {
    display: none;
  }
}
.portlet:hover .visible-interaction, .portlet.open .visible-interaction, .portlet.focus .visible-interaction {
  display: block;
}

.controls-hidden .lfr-meta-actions,
.controls-hidden .lfr-configurator-visibility {
  display: none;
}
.controls-hidden .portlet-title-editable {
  pointer-events: none;
}
.controls-hidden .portlet-topper {
  display: none !important;
}
.controls-hidden .portlet-topper-toolbar {
  display: none !important;
}

html:not(#__):not(#___) .cadmin.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: box;
  display: flex;
  height: 28px;
  padding: 3px 12px 3px 24px;
  position: relative;
}
html:not(#__):not(#___) .cadmin.portlet-topper .lexicon-icon {
  height: 12px;
  width: 12px;
}
html:not(#__):not(#___) .cadmin.portlet-topper .lexicon-icon.lexicon-icon-drag {
  height: 16px;
  width: 16px;
}
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
  display: none;
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transform: translateY(-97%);
    transition: opacity 0.15s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    transition: none;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .portlet > .c-prefers-reduced-motion .cadmin.portlet-topper {
    transition: none;
  }
}
html:not(#__):not(#___) .cadmin .portlet-actions {
  float: right;
}
html:not(#__):not(#___) .cadmin .portlet-options {
  display: inline-block;
}
html:not(#__):not(#___) .cadmin .portlet-title-menu {
  flex: 0 1 auto;
}
html:not(#__):not(#___) .cadmin .portlet-title-menu > span > a {
  display: inline-block;
  text-decoration: none;
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar {
  margin: 0;
  padding-left: 0;
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a,
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > span > a,
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar .lfr-icon-menu > a {
  color: rgba(0, 0, 0, 0.5);
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:focus, html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:hover {
  text-decoration: none;
}
html:not(#__):not(#___) .cadmin .portlet-name-text {
  font-size: 12px;
  font-weight: 600;
  margin-left: 4px;
}
html:not(#__):not(#___) .cadmin .portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 576px) {
  html:not(#__):not(#___) .lfr-configurator-visibility .portlet:hover .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.focus .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.open > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.focus > .cadmin.portlet-topper {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper {
    transition-duration: 0ms;
  }
}
@media (max-width: 767.98px) {
  html:not(#__):not(#___) .controls-visible .cadmin.portlet-topper {
    align-items: center;
    display: box;
    display: flex;
  }
}
html:not(#__):not(#___) .controls-visible .cadmin .portlet-topper-toolbar {
  display: block;
}

.portlet {
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .controls-visible .portlet:hover > .portlet-content-editable, .controls-visible .portlet.open > .portlet-content-editable, .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  .controls-visible .portlet:hover > .portlet-topper, .controls-visible .portlet.open > .portlet-topper, .controls-visible .portlet.focus > .portlet-topper {
    opacity: 1;
  }
}
@media (min-width: 576px) {
  .lfr-configurator-visibility .portlet:hover .portlet-topper, .lfr-configurator-visibility .portlet.focus .portlet-topper, .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5;
  }
}

.portlet-content-editable {
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  transition: border-color 0.15s ease;
}
.portlet > .portlet-content-editable {
  border-color: transparent;
}
@media (max-width: 767.98px) {
  .controls-visible .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

.portlet-options {
  display: inline-block;
}

.portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.portlet-title-menu {
  flex: 0 1 auto;
}
.portlet-title-menu > span > a {
  display: inline-block;
  text-decoration: none;
}

.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: box;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative;
}
.portlet > .portlet-topper {
  display: none;
}
@media (min-width: 768px) {
  .portlet > .portlet-topper {
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: opacity 0.15s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .portlet > .portlet-topper {
    transition: none;
  }
}
@media (min-width: 768px) {
  .portlet > .portlet-topper {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .controls-visible .portlet-topper {
    display: box;
    display: flex;
  }
}

.portlet-topper-toolbar {
  margin: 0;
  padding-left: 0;
}
.portlet-topper-toolbar > a,
.portlet-topper-toolbar > span > a,
.portlet-topper-toolbar .lfr-icon-menu > a {
  color: rgba(0, 0, 0, 0.5);
}
.portlet-topper-toolbar > a:focus, .portlet-topper-toolbar > a:hover {
  text-decoration: none;
}
.controls-visible .portlet-topper-toolbar {
  display: block;
}

.lfr-panel-page .portlet-title {
  font-size: 13px;
}

.portlet-borderless .portlet-content {
  padding: 1rem;
}
.portlet-decorate .portlet-content {
  background: #fff;
  border-color: transparent;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  padding: 1rem;
  word-wrap: break-word;
}
.portlet-barebone .portlet-content {
  padding: 0;
}

.portlet-dynamic-data-lists-display .lfr-ddm-field-group,
.portlet-dynamic-data-lists .lfr-ddm-field-group {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 28px 24px;
}

.breadcrumb.breadcrumb-vertical {
  display: inline-block;
  text-align: center;
}
.breadcrumb.breadcrumb-vertical li {
  display: block;
}
.breadcrumb.breadcrumb-vertical li.last, .breadcrumb.breadcrumb-vertical li.only {
  background: none;
}
.breadcrumb.breadcrumb-vertical .divider {
  background: url(../images/arrows/07_down.png) no-repeat 50% 100%;
  display: block;
  height: 10px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}

.navbar form {
  margin: 0;
}

:not(.inline-item) > .loading-animation {
  margin-bottom: 20px;
  margin-top: 20px;
}
.product-menu .loading-animation {
  margin-top: 160px;
}

@keyframes lfr-drop-active {
  0% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
  50% {
    background-color: #ddedde;
    border-color: #7d7;
    transform: scale(1.1);
  }
  75% {
    background-color: #ddedde;
    border-color: #7d7;
  }
  100% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
}
.lfr-upload-container .progress-bar,
.lfr-upload-container .progress {
  border-radius: 10px;
}
.lfr-upload-container .upload-file,
.lfr-upload-container .upload-target {
  border-radius: 5px;
}
.upload-drop-active .lfr-upload-container .upload-target {
  animation: none;
}
.upload-drop-intent .lfr-upload-container .upload-target {
  animation: lfr-drop-active 1s ease 0.2s infinite;
}

.select-files {
  border-radius: 5px;
}

.taglib-form-navigator > .form-steps > ul.form-navigator.list-group {
  box-shadow: none;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover .number, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus .number {
  box-shadow: 0 0 5px 0 #333;
  transition-duration: 0.25s;
  transition-property: box-shadow;
  transition-timing-function: ease-out;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .number {
  border-radius: 50%;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.lfr-progress-active .progress-bar-status,
.lfr-upload-container .file-uploading .progress-bar .progress {
  animation: progress-bar-stripes 0.5s linear infinite;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-size: 40px 40px;
  transition: width, 0.5s, ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-progress-active .progress-bar-status,
  .lfr-upload-container .file-uploading .progress-bar .progress {
    transition: none;
  }
}
.c-prefers-reduced-motion .lfr-progress-active .progress-bar-status,
.c-prefers-reduced-motion .lfr-upload-container .file-uploading .progress-bar .progress {
  transition: none;
}

@keyframes highlight-animation {
  from {
    background-color: #ffc;
  }
  to {
    background-color: transparent;
  }
}
.highlight-animation {
  animation: highlight-animation 0.7s;
}

.portlet-options.btn-group .dropdown-toggle, .portlet-options.btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.form-group.form-inline.input-boolean-wrapper label, .form-group.form-inline.input-checkbox-wrapper label {
  gap: 0.3125rem;
}

/* These inject tags are used for dynamically creating imports for themelet styles, you can place them where ever you like in this file. */
/* inject:imports */
/* endinject */
/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */
:root {
  --gray-400: #F5F7F8;
}

/**  background  */
.bg-secondary {
  background: #F5F7F8 !important;
}

.bg-dark {
  background: #0C5C6F !important;
}

.bg-light {
  background: #007E8F !important;
}

.bg-lighter {
  background: #EBF8F9 !important;
}

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

.ferge-class ul:not([class]) {
  list-style: none;
  color: #232728;
}
.ferge-class ul:not([class]) li {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.4;
  position: relative;
}
.ferge-class ul:not([class]) li::after {
  content: " ";
  display: block;
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  border: 3px solid #00A2B2;
  border-radius: 100%;
  position: absolute;
  top: 6px;
  left: -15px;
}

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

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

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

.cadmin .applications-menu-modal {
  z-index: 1000001 !important;
}

html:not(#__):not(#___) .page-editor__layout-viewport--size-tablet, html:not(#__):not(#___) .page-editor__layout-viewport--size-landscapeMobile, html:not(#__):not(#___) .page-editor__layout-viewport--size-portraitMobile {
  position: fixed !important;
}

.ferge-class {
  /** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
  /* Grouping content ========================================================================== */
  /** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
  /** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
  /* Text-level semantics ========================================================================== */
  /** Remove the gray background on active links in IE 10. */
  /** 1. Remove the bottom border in Chrome 57- 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
  /** Add the correct font weight in Chrome, Edge, and Safari. */
  /** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
  /** Add the correct font size in all browsers. */
  /** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
  /* Embedded content ========================================================================== */
  /** Remove the border on images inside links in IE 10. */
  /* Forms ========================================================================== */
  /** 1. Change the font styles in all browsers. 2. Remove the margin in Firefox and Safari. */
  /** Show the overflow in IE. 1. Show the overflow in Edge. */
  /** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
  /** Correct the inability to style clickable types in iOS and Safari. */
  /** Remove the inner border and padding in Firefox. */
  /** Restore the focus styles unset by the previous rule. */
  /** Correct the padding in Firefox. */
  /** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
  /** Add the correct vertical alignment in Chrome, Firefox, and Opera. */
  /** Remove the default vertical scrollbar in IE 10+. */
  /** 1. Add the correct box sizing in IE 10. 2. Remove the padding in IE 10. */
  /** Correct the cursor style of increment and decrement buttons in Chrome. */
  /** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */
  /** Remove the inner padding in Chrome and Safari on macOS. */
  /** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */
  /* Interactive ========================================================================== */
  /* Add the correct display in Edge, IE 10+, and Firefox. */
  /* Add the correct display in all browsers. */
  /* Misc ========================================================================== */
  /** Add the correct display in IE 10+. */
  /** Add the correct display in IE 10. */
  /*.foomenu__links li a::after { content: "\0020"; display: block; height: 1px; width: 0; background: #FFFFFF; position: absolute; bottom: 0; left: 0; -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms; transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms; }

  .foomenu__links li a:hover::after { width: 100%; -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms; transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms; }
  */
}
.ferge-class h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.ferge-class hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
.ferge-class pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
.ferge-class a {
  background-color: transparent;
}
.ferge-class abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}
.ferge-class b, .ferge-class strong {
  font-weight: bolder;
}
.ferge-class code, .ferge-class kbd, .ferge-class samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
.ferge-class small {
  font-size: 80%;
}
.ferge-class sub, .ferge-class sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.ferge-class sub {
  bottom: -0.25em;
}
.ferge-class sup {
  top: -0.5em;
}
.ferge-class img {
  border-style: none;
}
.ferge-class button, .ferge-class input, .ferge-class optgroup, .ferge-class select, .ferge-class textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
.ferge-class button, .ferge-class input { /* 1 */
  overflow: visible;
}
.ferge-class button, .ferge-class select { /* 1 */
  text-transform: none;
}
.ferge-class button, .ferge-class [type=button], .ferge-class [type=reset], .ferge-class [type=submit] {
  -webkit-appearance: button;
}
.ferge-class button::-moz-focus-inner, .ferge-class [type=button]::-moz-focus-inner, .ferge-class [type=reset]::-moz-focus-inner, .ferge-class [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.ferge-class button:-moz-focusring, .ferge-class [type=button]:-moz-focusring, .ferge-class [type=reset]:-moz-focusring, .ferge-class [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.ferge-class fieldset {
  padding: 0.35em 0.75em 0.625em;
}
.ferge-class legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
.ferge-class progress {
  vertical-align: baseline;
}
.ferge-class textarea {
  overflow: auto;
}
.ferge-class [type=checkbox], .ferge-class [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
.ferge-class [type=number]::-webkit-inner-spin-button, .ferge-class [type=number]::-webkit-outer-spin-button {
  height: auto;
}
.ferge-class [type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
.ferge-class [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.ferge-class ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
.ferge-class details {
  display: block;
}
.ferge-class summary {
  display: list-item;
}
.ferge-class template {
  display: none;
}
.ferge-class [hidden] {
  display: none;
}
.ferge-class *::-moz-selection {
  background: #00A2B2;
  color: #FFFFFF;
}
.ferge-class *::selection {
  background: #00A2B2;
  color: #FFFFFF;
}
.ferge-class .container, .ferge-class .container-fluid-max-xl {
  width: 100%;
  max-width: 1400px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.ferge-class .section .container {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.ferge-class .layout-content {
  margin-bottom: 40px !important;
}
.ferge-class .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 599px) {
  .ferge-class .row {
    margin: 0 -8px;
    width: calc(100% + 8px);
  }
}
.ferge-class .row.no-gutter {
  width: calc(100% + 56px);
  margin: 0 -28px;
}
@media (max-width: 599px) {
  .ferge-class .row.no-gutter {
    width: 100%;
    margin: 0;
  }
}
.ferge-class .col-auto {
  margin: auto;
}
.ferge-class .order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.ferge-class .order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
.ferge-class .col-xs-1 {
  width: 8.33333%;
  padding: 0 28px;
}
.ferge-class .offset-xs-1 {
  margin-left: 8.33333%;
}
.ferge-class .ml-xs-auto {
  margin-left: auto;
}
.ferge-class .mr-xs-auto {
  margin-right: auto;
}
.ferge-class .order-xs-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.ferge-class .col-xs-2 {
  width: 16.66667%;
  padding: 0 28px;
}
.ferge-class .offset-xs-2 {
  margin-left: 16.66667%;
}
.ferge-class .ml-xs-auto {
  margin-left: auto;
}
.ferge-class .mr-xs-auto {
  margin-right: auto;
}
.ferge-class .order-xs-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.ferge-class .col-xs-3 {
  width: 25%;
  padding: 0 28px;
}
.ferge-class .offset-xs-3 {
  margin-left: 25%;
}
.ferge-class .ml-xs-auto {
  margin-left: auto;
}
.ferge-class .mr-xs-auto {
  margin-right: auto;
}
.ferge-class .order-xs-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.ferge-class .col-xs-4 {
  width: 33.33333%;
  padding: 0 28px;
}
.ferge-class .offset-xs-4 {
  margin-left: 33.33333%;
}
.ferge-class .ml-xs-auto {
  margin-left: auto;
}
.ferge-class .mr-xs-auto {
  margin-right: auto;
}
.ferge-class .order-xs-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.ferge-class .col-xs-5 {
  width: 41.66667%;
  padding: 0 28px;
}
.ferge-class .offset-xs-5 {
  margin-left: 41.66667%;
}
.ferge-class .ml-xs-auto {
  margin-left: auto;
}
.ferge-class .mr-xs-auto {
  margin-right: auto;
}
.ferge-class .order-xs-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.ferge-class .col-xs-6 {
  width: 50%;
  padding: 0 28px;
}
.ferge-class .offset-xs-6 {
  margin-left: 50%;
}
.ferge-class .ml-xs-auto {
  margin-left: auto;
}
.ferge-class .mr-xs-auto {
  margin-right: auto;
}
.ferge-class .order-xs-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.ferge-class .col-xs-7 {
  width: 58.33333%;
  padding: 0 28px;
}
.ferge-class .offset-xs-7 {
  margin-left: 58.33333%;
}
.ferge-class .ml-xs-auto {
  margin-left: auto;
}
.ferge-class .mr-xs-auto {
  margin-right: auto;
}
.ferge-class .order-xs-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.ferge-class .col-xs-8 {
  width: 66.66667%;
  padding: 0 28px;
}
.ferge-class .offset-xs-8 {
  margin-left: 66.66667%;
}
.ferge-class .ml-xs-auto {
  margin-left: auto;
}
.ferge-class .mr-xs-auto {
  margin-right: auto;
}
.ferge-class .order-xs-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.ferge-class .col-xs-9 {
  width: 75%;
  padding: 0 28px;
}
.ferge-class .offset-xs-9 {
  margin-left: 75%;
}
.ferge-class .ml-xs-auto {
  margin-left: auto;
}
.ferge-class .mr-xs-auto {
  margin-right: auto;
}
.ferge-class .order-xs-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.ferge-class .col-xs-10 {
  width: 83.33333%;
  padding: 0 28px;
}
.ferge-class .offset-xs-10 {
  margin-left: 83.33333%;
}
.ferge-class .ml-xs-auto {
  margin-left: auto;
}
.ferge-class .mr-xs-auto {
  margin-right: auto;
}
.ferge-class .order-xs-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.ferge-class .col-xs-11 {
  width: 91.66667%;
  padding: 0 28px;
}
.ferge-class .offset-xs-11 {
  margin-left: 91.66667%;
}
.ferge-class .ml-xs-auto {
  margin-left: auto;
}
.ferge-class .mr-xs-auto {
  margin-right: auto;
}
.ferge-class .order-xs-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
.ferge-class .col-xs-12 {
  width: 100%;
  padding: 0 28px;
}
.ferge-class .offset-xs-12 {
  margin-left: 100%;
}
.ferge-class .ml-xs-auto {
  margin-left: auto;
}
.ferge-class .mr-xs-auto {
  margin-right: auto;
}
.ferge-class .order-xs-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}
@media (min-width: 600px) {
  .ferge-class .col-sm-1 {
    width: 8.33333%;
    padding: 0 28px;
  }
  .ferge-class .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .ferge-class .ml-sm-auto {
    margin-left: auto;
  }
  .ferge-class .mr-sm-auto {
    margin-right: auto;
  }
  .ferge-class .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .ferge-class .col-sm-2 {
    width: 16.66667%;
    padding: 0 28px;
  }
  .ferge-class .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .ferge-class .ml-sm-auto {
    margin-left: auto;
  }
  .ferge-class .mr-sm-auto {
    margin-right: auto;
  }
  .ferge-class .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .ferge-class .col-sm-3 {
    width: 25%;
    padding: 0 28px;
  }
  .ferge-class .offset-sm-3 {
    margin-left: 25%;
  }
  .ferge-class .ml-sm-auto {
    margin-left: auto;
  }
  .ferge-class .mr-sm-auto {
    margin-right: auto;
  }
  .ferge-class .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .ferge-class .col-sm-4 {
    width: 33.33333%;
    padding: 0 28px;
  }
  .ferge-class .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .ferge-class .ml-sm-auto {
    margin-left: auto;
  }
  .ferge-class .mr-sm-auto {
    margin-right: auto;
  }
  .ferge-class .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .ferge-class .col-sm-5 {
    width: 41.66667%;
    padding: 0 28px;
  }
  .ferge-class .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .ferge-class .ml-sm-auto {
    margin-left: auto;
  }
  .ferge-class .mr-sm-auto {
    margin-right: auto;
  }
  .ferge-class .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .ferge-class .col-sm-6 {
    width: 50%;
    padding: 0 28px;
  }
  .ferge-class .offset-sm-6 {
    margin-left: 50%;
  }
  .ferge-class .ml-sm-auto {
    margin-left: auto;
  }
  .ferge-class .mr-sm-auto {
    margin-right: auto;
  }
  .ferge-class .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .ferge-class .col-sm-7 {
    width: 58.33333%;
    padding: 0 28px;
  }
  .ferge-class .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .ferge-class .ml-sm-auto {
    margin-left: auto;
  }
  .ferge-class .mr-sm-auto {
    margin-right: auto;
  }
  .ferge-class .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .ferge-class .col-sm-8 {
    width: 66.66667%;
    padding: 0 28px;
  }
  .ferge-class .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .ferge-class .ml-sm-auto {
    margin-left: auto;
  }
  .ferge-class .mr-sm-auto {
    margin-right: auto;
  }
  .ferge-class .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .ferge-class .col-sm-9 {
    width: 75%;
    padding: 0 28px;
  }
  .ferge-class .offset-sm-9 {
    margin-left: 75%;
  }
  .ferge-class .ml-sm-auto {
    margin-left: auto;
  }
  .ferge-class .mr-sm-auto {
    margin-right: auto;
  }
  .ferge-class .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .ferge-class .col-sm-10 {
    width: 83.33333%;
    padding: 0 28px;
  }
  .ferge-class .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .ferge-class .ml-sm-auto {
    margin-left: auto;
  }
  .ferge-class .mr-sm-auto {
    margin-right: auto;
  }
  .ferge-class .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .ferge-class .col-sm-11 {
    width: 91.66667%;
    padding: 0 28px;
  }
  .ferge-class .offset-sm-11 {
    margin-left: 91.66667%;
  }
  .ferge-class .ml-sm-auto {
    margin-left: auto;
  }
  .ferge-class .mr-sm-auto {
    margin-right: auto;
  }
  .ferge-class .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .ferge-class .col-sm-12 {
    width: 100%;
    padding: 0 28px;
  }
  .ferge-class .offset-sm-12 {
    margin-left: 100%;
  }
  .ferge-class .ml-sm-auto {
    margin-left: auto;
  }
  .ferge-class .mr-sm-auto {
    margin-right: auto;
  }
  .ferge-class .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
}
@media (min-width: 900px) {
  .ferge-class .col-md-1 {
    width: 8.33333%;
    padding: 0 28px;
  }
  .ferge-class .offset-md-1 {
    margin-left: 8.33333%;
  }
  .ferge-class .ml-md-auto {
    margin-left: auto;
  }
  .ferge-class .mr-md-auto {
    margin-right: auto;
  }
  .ferge-class .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .ferge-class .col-md-2 {
    width: 16.66667%;
    padding: 0 28px;
  }
  .ferge-class .offset-md-2 {
    margin-left: 16.66667%;
  }
  .ferge-class .ml-md-auto {
    margin-left: auto;
  }
  .ferge-class .mr-md-auto {
    margin-right: auto;
  }
  .ferge-class .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .ferge-class .col-md-3 {
    width: 25%;
    padding: 0 28px;
  }
  .ferge-class .offset-md-3 {
    margin-left: 25%;
  }
  .ferge-class .ml-md-auto {
    margin-left: auto;
  }
  .ferge-class .mr-md-auto {
    margin-right: auto;
  }
  .ferge-class .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .ferge-class .col-md-4 {
    width: 33.33333%;
    padding: 0 28px;
  }
  .ferge-class .offset-md-4 {
    margin-left: 33.33333%;
  }
  .ferge-class .ml-md-auto {
    margin-left: auto;
  }
  .ferge-class .mr-md-auto {
    margin-right: auto;
  }
  .ferge-class .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .ferge-class .col-md-5 {
    width: 41.66667%;
    padding: 0 28px;
  }
  .ferge-class .offset-md-5 {
    margin-left: 41.66667%;
  }
  .ferge-class .ml-md-auto {
    margin-left: auto;
  }
  .ferge-class .mr-md-auto {
    margin-right: auto;
  }
  .ferge-class .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .ferge-class .col-md-6 {
    width: 50%;
    padding: 0 28px;
  }
  .ferge-class .offset-md-6 {
    margin-left: 50%;
  }
  .ferge-class .ml-md-auto {
    margin-left: auto;
  }
  .ferge-class .mr-md-auto {
    margin-right: auto;
  }
  .ferge-class .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .ferge-class .col-md-7 {
    width: 58.33333%;
    padding: 0 28px;
  }
  .ferge-class .offset-md-7 {
    margin-left: 58.33333%;
  }
  .ferge-class .ml-md-auto {
    margin-left: auto;
  }
  .ferge-class .mr-md-auto {
    margin-right: auto;
  }
  .ferge-class .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .ferge-class .col-md-8 {
    width: 66.66667%;
    padding: 0 28px;
  }
  .ferge-class .offset-md-8 {
    margin-left: 66.66667%;
  }
  .ferge-class .ml-md-auto {
    margin-left: auto;
  }
  .ferge-class .mr-md-auto {
    margin-right: auto;
  }
  .ferge-class .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .ferge-class .col-md-9 {
    width: 75%;
    padding: 0 28px;
  }
  .ferge-class .offset-md-9 {
    margin-left: 75%;
  }
  .ferge-class .ml-md-auto {
    margin-left: auto;
  }
  .ferge-class .mr-md-auto {
    margin-right: auto;
  }
  .ferge-class .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .ferge-class .col-md-10 {
    width: 83.33333%;
    padding: 0 28px;
  }
  .ferge-class .offset-md-10 {
    margin-left: 83.33333%;
  }
  .ferge-class .ml-md-auto {
    margin-left: auto;
  }
  .ferge-class .mr-md-auto {
    margin-right: auto;
  }
  .ferge-class .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .ferge-class .col-md-11 {
    width: 91.66667%;
    padding: 0 28px;
  }
  .ferge-class .offset-md-11 {
    margin-left: 91.66667%;
  }
  .ferge-class .ml-md-auto {
    margin-left: auto;
  }
  .ferge-class .mr-md-auto {
    margin-right: auto;
  }
  .ferge-class .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .ferge-class .col-md-12 {
    width: 100%;
    padding: 0 28px;
  }
  .ferge-class .offset-md-12 {
    margin-left: 100%;
  }
  .ferge-class .ml-md-auto {
    margin-left: auto;
  }
  .ferge-class .mr-md-auto {
    margin-right: auto;
  }
  .ferge-class .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
}
@media (min-width: 1200px) {
  .ferge-class .col-lg-1 {
    width: 8.33333%;
    padding: 0 28px;
  }
  .ferge-class .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .ferge-class .ml-lg-auto {
    margin-left: auto;
  }
  .ferge-class .mr-lg-auto {
    margin-right: auto;
  }
  .ferge-class .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .ferge-class .col-lg-2 {
    width: 16.66667%;
    padding: 0 28px;
  }
  .ferge-class .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .ferge-class .ml-lg-auto {
    margin-left: auto;
  }
  .ferge-class .mr-lg-auto {
    margin-right: auto;
  }
  .ferge-class .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .ferge-class .col-lg-3 {
    width: 25%;
    padding: 0 28px;
  }
  .ferge-class .offset-lg-3 {
    margin-left: 25%;
  }
  .ferge-class .ml-lg-auto {
    margin-left: auto;
  }
  .ferge-class .mr-lg-auto {
    margin-right: auto;
  }
  .ferge-class .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .ferge-class .col-lg-4 {
    width: 33.33333%;
    padding: 0 28px;
  }
  .ferge-class .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .ferge-class .ml-lg-auto {
    margin-left: auto;
  }
  .ferge-class .mr-lg-auto {
    margin-right: auto;
  }
  .ferge-class .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .ferge-class .col-lg-5 {
    width: 41.66667%;
    padding: 0 28px;
  }
  .ferge-class .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .ferge-class .ml-lg-auto {
    margin-left: auto;
  }
  .ferge-class .mr-lg-auto {
    margin-right: auto;
  }
  .ferge-class .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .ferge-class .col-lg-6 {
    width: 50%;
    padding: 0 28px;
  }
  .ferge-class .offset-lg-6 {
    margin-left: 50%;
  }
  .ferge-class .ml-lg-auto {
    margin-left: auto;
  }
  .ferge-class .mr-lg-auto {
    margin-right: auto;
  }
  .ferge-class .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .ferge-class .col-lg-7 {
    width: 58.33333%;
    padding: 0 28px;
  }
  .ferge-class .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .ferge-class .ml-lg-auto {
    margin-left: auto;
  }
  .ferge-class .mr-lg-auto {
    margin-right: auto;
  }
  .ferge-class .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .ferge-class .col-lg-8 {
    width: 66.66667%;
    padding: 0 28px;
  }
  .ferge-class .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .ferge-class .ml-lg-auto {
    margin-left: auto;
  }
  .ferge-class .mr-lg-auto {
    margin-right: auto;
  }
  .ferge-class .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .ferge-class .col-lg-9 {
    width: 75%;
    padding: 0 28px;
  }
  .ferge-class .offset-lg-9 {
    margin-left: 75%;
  }
  .ferge-class .ml-lg-auto {
    margin-left: auto;
  }
  .ferge-class .mr-lg-auto {
    margin-right: auto;
  }
  .ferge-class .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .ferge-class .col-lg-10 {
    width: 83.33333%;
    padding: 0 28px;
  }
  .ferge-class .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .ferge-class .ml-lg-auto {
    margin-left: auto;
  }
  .ferge-class .mr-lg-auto {
    margin-right: auto;
  }
  .ferge-class .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .ferge-class .col-lg-11 {
    width: 91.66667%;
    padding: 0 28px;
  }
  .ferge-class .offset-lg-11 {
    margin-left: 91.66667%;
  }
  .ferge-class .ml-lg-auto {
    margin-left: auto;
  }
  .ferge-class .mr-lg-auto {
    margin-right: auto;
  }
  .ferge-class .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .ferge-class .col-lg-12 {
    width: 100%;
    padding: 0 28px;
  }
  .ferge-class .offset-lg-12 {
    margin-left: 100%;
  }
  .ferge-class .ml-lg-auto {
    margin-left: auto;
  }
  .ferge-class .mr-lg-auto {
    margin-right: auto;
  }
  .ferge-class .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
}
@media (min-width: 1800px) {
  .ferge-class .col-xl-1 {
    width: 8.33333%;
    padding: 0 28px;
  }
  .ferge-class .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .ferge-class .ml-xl-auto {
    margin-left: auto;
  }
  .ferge-class .mr-xl-auto {
    margin-right: auto;
  }
  .ferge-class .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .ferge-class .col-xl-2 {
    width: 16.66667%;
    padding: 0 28px;
  }
  .ferge-class .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .ferge-class .ml-xl-auto {
    margin-left: auto;
  }
  .ferge-class .mr-xl-auto {
    margin-right: auto;
  }
  .ferge-class .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .ferge-class .col-xl-3 {
    width: 25%;
    padding: 0 28px;
  }
  .ferge-class .offset-xl-3 {
    margin-left: 25%;
  }
  .ferge-class .ml-xl-auto {
    margin-left: auto;
  }
  .ferge-class .mr-xl-auto {
    margin-right: auto;
  }
  .ferge-class .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .ferge-class .col-xl-4 {
    width: 33.33333%;
    padding: 0 28px;
  }
  .ferge-class .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .ferge-class .ml-xl-auto {
    margin-left: auto;
  }
  .ferge-class .mr-xl-auto {
    margin-right: auto;
  }
  .ferge-class .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .ferge-class .col-xl-5 {
    width: 41.66667%;
    padding: 0 28px;
  }
  .ferge-class .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .ferge-class .ml-xl-auto {
    margin-left: auto;
  }
  .ferge-class .mr-xl-auto {
    margin-right: auto;
  }
  .ferge-class .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .ferge-class .col-xl-6 {
    width: 50%;
    padding: 0 28px;
  }
  .ferge-class .offset-xl-6 {
    margin-left: 50%;
  }
  .ferge-class .ml-xl-auto {
    margin-left: auto;
  }
  .ferge-class .mr-xl-auto {
    margin-right: auto;
  }
  .ferge-class .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .ferge-class .col-xl-7 {
    width: 58.33333%;
    padding: 0 28px;
  }
  .ferge-class .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .ferge-class .ml-xl-auto {
    margin-left: auto;
  }
  .ferge-class .mr-xl-auto {
    margin-right: auto;
  }
  .ferge-class .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .ferge-class .col-xl-8 {
    width: 66.66667%;
    padding: 0 28px;
  }
  .ferge-class .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .ferge-class .ml-xl-auto {
    margin-left: auto;
  }
  .ferge-class .mr-xl-auto {
    margin-right: auto;
  }
  .ferge-class .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .ferge-class .col-xl-9 {
    width: 75%;
    padding: 0 28px;
  }
  .ferge-class .offset-xl-9 {
    margin-left: 75%;
  }
  .ferge-class .ml-xl-auto {
    margin-left: auto;
  }
  .ferge-class .mr-xl-auto {
    margin-right: auto;
  }
  .ferge-class .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .ferge-class .col-xl-10 {
    width: 83.33333%;
    padding: 0 28px;
  }
  .ferge-class .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .ferge-class .ml-xl-auto {
    margin-left: auto;
  }
  .ferge-class .mr-xl-auto {
    margin-right: auto;
  }
  .ferge-class .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .ferge-class .col-xl-11 {
    width: 91.66667%;
    padding: 0 28px;
  }
  .ferge-class .offset-xl-11 {
    margin-left: 91.66667%;
  }
  .ferge-class .ml-xl-auto {
    margin-left: auto;
  }
  .ferge-class .mr-xl-auto {
    margin-right: auto;
  }
  .ferge-class .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .ferge-class .col-xl-12 {
    width: 100%;
    padding: 0 28px;
  }
  .ferge-class .offset-xl-12 {
    margin-left: 100%;
  }
  .ferge-class .ml-xl-auto {
    margin-left: auto;
  }
  .ferge-class .mr-xl-auto {
    margin-right: auto;
  }
  .ferge-class .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
}
@-webkit-keyframes t1 {
  0%, 100% {
    right: 0;
  }
  50% {
    right: 10px;
  }
}
@keyframes t1 {
  0%, 100% {
    right: 0;
  }
  50% {
    right: 10px;
  }
}
@-webkit-keyframes t2 {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}
@keyframes t2 {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}
.ferge-class *, .ferge-class *::before, .ferge-class *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ferge-class body {
  margin: 0;
  padding: 90px 0 0;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}
@media (min-width: 900px) {
  .ferge-class body {
    padding: 160px 0 0;
  }
}
.ferge-class .image {
  display: block;
  max-width: 100%;
  margin: 0;
}
.ferge-class .image--full {
  width: 100%;
}
.ferge-class a {
  color: #00A2B2;
}
.ferge-class .backdrop {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(35, 39, 40, 0.6);
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  pointer-events: none;
  opacity: 0;
  z-index: 5;
}
@media (min-width: 900px) {
  .ferge-class .backdrop {
    background: rgba(35, 39, 40, 0.6);
  }
}
.ferge-class .backdrop--modal {
  z-index: 2000;
}
.ferge-class .backdrop--open {
  opacity: 1;
  pointer-events: auto;
}
.ferge-class .backdrop--menu {
  background: #FFFFFF;
}
@media (min-width: 900px) {
  .ferge-class .backdrop--menu {
    background: rgba(35, 39, 40, 0.6);
  }
}
@media (max-width: 599px) {
  .ferge-class .btn__bottom {
    position: absolute;
    bottom: 0;
  }
}
.ferge-class .section--gray {
  background: #F5F7F8;
}
.ferge-class .section--white {
  background: #FFFFFF;
}
.ferge-class .section--dark-blue {
  background: #0C5C6F;
}
.ferge-class .section--medium-blue {
  background: #007E8F;
}
.ferge-class .section--lighter-blue {
  background: #EBF8F9;
}
.ferge-class .section--drop-shadow {
  -webkit-box-shadow: 0px 8px 40px rgba(35, 39, 40, 0.08);
  box-shadow: 0px 8px 40px rgba(35, 39, 40, 0.08);
}
@media (min-width: 900px) {
  .ferge-class .section--asymetric {
    width: calc(100% - (100vw - 1400px - 28px) / 2);
    max-width: 100%;
    position: relative;
    z-index: 2;
  }
  .ferge-class .section--asymetric > .container {
    margin: 0 0 0 auto;
  }
}
@media (min-width: 1400px) {
  .ferge-class .section--asymetric {
    margin-top: -170px;
  }
}
.ferge-class .section--wth-button {
  position: relative;
}
.ferge-class .section--wth-button [class*=btn__] {
  min-width: 245px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateY(50%) translateX(-50%);
  transform: translateY(50%) translateX(-50%);
}
.ferge-class .sidebar {
  width: 100%;
}
@media (min-width: 900px) {
  .ferge-class .sidebar {
    width: 25%;
    position: absolute;
    top: 24px;
    left: 28px;
    padding-right: 28px;
  }
}
.ferge-class .section__image {
  position: relative;
  padding: 270px 60px 0;
}
@media (min-width: 1200px) {
  .ferge-class .section__image {
    padding: 200px 120px 50px;
  }
}
.ferge-class .section__image figure {
  height: 430px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  margin: 0;
}
.ferge-class .section__image figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.ferge-class .section__image .card {
  position: relative;
  z-index: 1;
  min-height: 300px;
  padding: 48px 24px;
}
@media (min-width: 600px) {
  .ferge-class .section__image .card {
    padding: 48px;
  }
}
.ferge-class .section__image .card [class*=btn__] {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.ferge-class .section__image--narrow {
  padding: 270px 20px 0;
}
@media (min-width: 1200px) {
  .ferge-class .section__image--narrow {
    padding: 200px 220px 50px;
  }
}
.ferge-class .section__image--large {
  padding: 272px 20px 52px;
}
@media (min-width: 1200px) {
  .ferge-class .section__image--large {
    padding: 300px 120px 100px;
  }
}
.ferge-class .section__image--fluid {
  padding: 120px 20px 0;
}
@media (min-width: 600px) {
  .ferge-class .section__image--fluid {
    padding: 270px 60px 0;
  }
}
.ferge-class .section__image--fluid figure {
  height: 250px;
}
@media (min-width: 600px) {
  .ferge-class .section__image--fluid figure {
    height: 430px;
  }
}
.ferge-class .section__image--fluid .card {
  min-height: 250px;
}
.ferge-class .title--h1, .ferge-class .title--h2, .ferge-class .title--h3, .ferge-class .title--h3--variant, .ferge-class .title--h4, .ferge-class .title--h4--variant, .ferge-class .title--h5, .ferge-class .title--h5--variant, .ferge-class .title--h6, .ferge-class .title--h6--variant {
  position: relative;
  margin: 0;
  line-height: 1.2;
  color: #232728;
}
.ferge-class .title--h1 {
  display: inline-block;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 2.25rem;
}
@media (min-width: 600px) {
  .ferge-class .title--h1 {
    font-size: 2.75rem;
  }
}
.ferge-class .title--h2 {
  display: inline;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 2rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(60%, #B8F6A8), to(#B8F6A8));
  background-image: linear-gradient(transparent 0%, transparent 60%, #B8F6A8 60%, #B8F6A8 100%);
  line-height: 48px;
  padding: 4px 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (min-width: 600px) {
  .ferge-class .title--h2 {
    font-size: 2.25rem;
  }
}
.ferge-class .title--h3 {
  display: inline-block;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.125rem;
}
@media (min-width: 600px) {
  .ferge-class .title--h3 {
    font-size: 1.625rem;
  }
}
.ferge-class .title--h3--variant {
  display: inline-block;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
}
@media (min-width: 600px) {
  .ferge-class .title--h3--variant {
    font-size: 1.375rem;
  }
}
.ferge-class .title--h4 {
  display: inline-block;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.125rem;
}
.ferge-class .title--h4--variant {
  display: inline-block;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
}
.ferge-class .title--h5 {
  display: inline-block;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 0.875rem;
}
.ferge-class .title--h5--variant {
  display: inline-block;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
}
.ferge-class .title--h6 {
  display: inline-block;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1rem;
}
.ferge-class .title--h6--variant {
  display: inline-block;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 1rem;
}
.ferge-class .title--inversed {
  color: #FFFFFF;
}
.ferge-class .paragraph {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #232728;
  margin: 0; /*  & + .paragraph { margin: ( $spacer * 4 ) 0 0; &.mt-0 { margin: ( $spacer * 1 ) 0 0; } &.mt-1 { margin: ( $spacer * 1 ) 0 0; } &.mt-2 { margin: ( $spacer * 2 ) 0 0; } } */
}
.ferge-class .paragraph--xxl {
  font-size: 1.375rem;
  line-height: 1.3;
}
.ferge-class .paragraph--xl {
  font-size: 1.125rem;
  line-height: 1.6;
}
.ferge-class .paragraph--l {
  font-size: 0.9375rem;
  line-height: 1.4;
}
.ferge-class .paragraph--s {
  font-size: 0.75rem;
  line-height: 1.2;
}
.ferge-class .paragraph--gray {
  color: #6F6F6F;
}
.ferge-class .paragraph--blue {
  color: #00A2B2;
}
.ferge-class .paragraph--inversed {
  color: #FFFFFF;
}
.ferge-class #root .paragraph {
  max-width: 500px;
}
.ferge-class .picture {
  display: inline-block;
  margin: 0;
  padding: 24px 0 0;
  border-top: 1px solid #232728;
}
.ferge-class .picture figcaption {
  font-size: 0.8125rem;
  color: #6F6F6F;
  padding: 16px 0 0;
}
.ferge-class .picture--full-size {
  width: 100%;
}
.ferge-class .picture--full-size > img {
  width: 100%;
}
@media (max-width: 599px) {
  .ferge-class .picture {
    float: none;
    width: 100%;
  }
  .ferge-class .picture > img {
    width: 100%;
  }
}
.ferge-class .blockquote > span {
  color: #232728;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 2rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(60%, #B8F6A8), to(#B8F6A8));
  background-image: linear-gradient(transparent 0%, transparent 60%, #B8F6A8 60%, #B8F6A8 100%);
  line-height: 48px;
  padding: 4px 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.ferge-class .blockquote > span::before, .ferge-class .blockquote > span::after {
  content: "“";
}
@media (min-width: 600px) {
  .ferge-class .blockquote > span {
    font-size: 2.25rem;
  }
}
.ferge-class .list {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0 0 0 20px;
  color: #232728;
}
.ferge-class .list__item {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.4;
  position: relative;
  margin: 0 0 16px;
}
.ferge-class .list__item::after {
  content: " ";
  display: block;
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  border: 3px solid #00A2B2;
  border-radius: 100%;
  position: absolute;
  top: 6px;
  left: -15px;
}
.ferge-class .list__item--description {
  font-weight: 600;
}
.ferge-class .list__item--description p {
  font-weight: 400;
  margin: 0;
  color: #6F6F6F;
}
.ferge-class #root .list {
  max-width: 500px;
}
.ferge-class .table {
  display: block;
  width: 100%;
  overflow-x: auto;
}
.ferge-class .table table {
  width: 100%;
  border-collapse: collapse;
}
@media (min-width: 900px) {
  .ferge-class .table table {
    table-layout: fixed;
  }
}
.ferge-class .table thead tr:nth-child(even), .ferge-class .table tbody tr:nth-child(even) {
  background: #FFFFFF;
}
.ferge-class .table thead tr:nth-child(odd), .ferge-class .table tbody tr:nth-child(odd) {
  background: #F5F7F8;
}
.ferge-class .table th, .ferge-class .table td {
  padding: 16px;
  text-align: center;
  border-left: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
}
.ferge-class .table th.txt-left, .ferge-class .table td.txt-left {
  text-align: left;
}
.ferge-class .table th.txt-right, .ferge-class .table td.txt-right {
  text-align: right;
}
.ferge-class .table th:first-child, .ferge-class .table td:first-child {
  border-left: 0;
}
.ferge-class .table th:last-child, .ferge-class .table td:last-child {
  border-right: 0;
}
.ferge-class .table th {
  font-weight: 600;
  font-size: 0.9375rem;
}
.ferge-class .table th:first-child {
  text-align: left;
}
.ferge-class .table td {
  font-size: 0.9375rem;
  color: #6F6F6F;
}
.ferge-class .foomenu__title {
  font-weight: 600;
  color: #FFFFFF;
  font-size: 1.125rem;
  line-height: 1.33;
}
.ferge-class .foomenu__links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ferge-class .foomenu__links li a {
  font-size: 0.8125rem;
  color: #FFFFFF;
  line-height: 1.55;
  text-decoration: none;
  position: relative;
}
.ferge-class .btn__primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-appearance: none;
  margin: 0;
  border: 1px solid #0C5C6F;
  padding: 16px 24px;
  background: #0C5C6F;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.2;
  cursor: pointer;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.ferge-class .btn__primary:hover {
  background: #08404e;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.ferge-class .btn__primary--xs {
  padding: 8px 12px;
  font-size: 0.8125rem;
}
.ferge-class .btn__secondary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-appearance: none;
  margin: 0;
  border: 1px solid #232728;
  padding: 16px 24px;
  background: transparent;
  color: #232728;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.2;
  cursor: pointer;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.ferge-class .btn__secondary:hover {
  color: #00A2B2;
  border-color: #00A2B2;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.ferge-class .btn__secondary--xs {
  padding: 8px 12px;
  font-size: 0.8125rem;
}
.ferge-class .btn--full {
  width: 100%;
}
.ferge-class .btn--full--xs {
  width: 100%;
}
@media (min-width: 600px) {
  .ferge-class .btn--full--xs {
    width: auto;
  }
}
.ferge-class .btn__round {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 48px;
  height: 48px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  border: 2px solid #D7DCE0;
  border-radius: 100%;
  font-size: 24px;
  line-height: 1;
  color: #00A2B2;
  cursor: pointer;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.ferge-class .btn__round:hover {
  background: #00A2B2;
  border-color: #00A2B2;
  color: #FFFFFF;
}
.ferge-class .btn__round--inverse {
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
}
.ferge-class .btn__round--inverse:hover {
  border-color: #FFFFFF;
  background: #FFFFFF;
  color: #007E8F;
}
.ferge-class .btn__round--fade {
  opacity: 0.3;
}
.ferge-class .btn__round--fade:hover {
  opacity: 1;
}
.ferge-class .btn__filter {
  display: inline-block;
  -webkit-appearance: none;
  margin: 0;
  padding: 8px 16px;
  border: 1px solid #D7DCE0;
  color: #232728;
  font-weight: 600;
  font-size: 0.9375rem;
  text-decoration: none;
  border-radius: 20px;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.ferge-class .btn__filter:hover {
  border-color: #00A2B2;
  color: #00A2B2;
}
.ferge-class .btn__filter--active {
  background: #00A2B2;
  border-color: #00A2B2;
  color: #FFFFFF;
}
.ferge-class .btn__filter--active:hover {
  color: #FFFFFF;
}
.ferge-class .btn__filter--disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.ferge-class .breadcrumbs ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ferge-class .breadcrumbs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ferge-class .breadcrumbs li > * {
  position: relative;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.4;
  color: #6F6F6F;
  text-decoration: none;
}
.ferge-class .breadcrumbs li > a {
  color: #007E8F;
  font-weight: 600;
}
.ferge-class .breadcrumbs li > a::after {
  content: " ";
  display: block;
  height: 1px;
  width: 0;
  background: #007E8F;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.ferge-class .breadcrumbs li > a:hover::after {
  width: 100%;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.ferge-class .breadcrumbs li + li::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-size: 8px;
  font-weight: 900;
  display: inline-block;
  margin: 0 8px;
  color: #6F6F6F;
}
.ferge-class.breadcrumbs-white .breadcrumbs li > * {
  color: rgba(255, 255, 255, 0.7);
}
.ferge-class.breadcrumbs-white .breadcrumbs li > a {
  color: #FFFFFF;
}
.ferge-class.breadcrumbs-white .breadcrumbs li > a::after {
  background: #FFFFFF;
}
.ferge-class.breadcrumbs-white .breadcrumbs li + li::before {
  color: #FFFFFF;
}
.ferge-class .round__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 65px;
  height: 65px;
  border-radius: 100%;
  background: #0C5C6F;
  color: #FFFFFF;
}
.ferge-class .round__date .date__day {
  font-size: 1.375rem;
  line-height: 1;
  font-weight: 600;
}
.ferge-class .round__date .date__month {
  font-size: 0.6875rem;
  text-transform: uppercase;
  font-weight: 600;
}
.ferge-class .round__date .date__year {
  font-size: 0.625rem;
  font-weight: 600;
}
.ferge-class .icons__round {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 48px;
  height: 48px;
  background: #00A2B2;
  color: #FFFFFF;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.125rem;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.ferge-class .icons__round--small {
  font-size: 0.9375rem;
  width: 28px;
  height: 28px;
}
.ferge-class .icons__round--medium {
  background: #007E8F;
}
.ferge-class .icons__round--dark {
  background: #0C5C6F;
}
.ferge-class .service-link {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  border-top: 1px solid #232728;
  padding: 0 32px 0 0;
}
.ferge-class .service-link .icons__round {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.ferge-class .service-link__title {
  margin: 0 16px;
  color: #232728;
  font-weight: 600;
}
.ferge-class .service-link__arrow {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #232728;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.ferge-class .service-link:hover .service-link__arrow {
  right: 16px;
}
.ferge-class .service-link:hover .icons__round {
  background: #007E8F;
}
.ferge-class .tag {
  display: inline-block;
  line-height: 1.5;
  padding: 0 8px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #FFFFFF;
  border: 1px solid transparent;
  background: #0C5C6F;
  border-radius: 4px;
}
.ferge-class .tag + .tag {
  margin-left: 8px;
}
.ferge-class .tag--danger {
  text-transform: uppercase;
  color: #EC3074;
  background: transparent;
  border-color: #EC3074;
}
.ferge-class .tag--warning {
  text-transform: uppercase;
  color: #F8C135;
  background: transparent;
  border-color: #F8C135;
}
.ferge-class .tag--success {
  text-transform: uppercase;
  color: #6CF3B3;
  background: transparent;
  border-color: #6CF3B3;
}
.ferge-class .pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ferge-class .pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ferge-class .pagination span, .ferge-class .pagination a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1;
  color: #232728;
  margin: 0 4px;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.ferge-class .pagination span {
  cursor: default;
}
.ferge-class .pagination a {
  text-decoration: none;
}
.ferge-class .pagination a:hover {
  color: #00A2B2;
}
.ferge-class .pagination__previous span, .ferge-class .pagination__next span {
  font-size: 1.125rem;
  margin: 0 12px;
}
.ferge-class .pagination__previous:hover span, .ferge-class .pagination__next:hover span {
  cursor: pointer;
  color: #00A2B2;
}
.ferge-class .pagination--active span {
  background: #00A2B2;
  color: #FFFFFF;
}
.ferge-class .pagination--disabled span, .ferge-class .pagination--disabled a {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.ferge-class .separator {
  border: 0;
  height: 1px;
  margin: 0;
}
.ferge-class .separator--dark {
  background: #232728;
}
.ferge-class .separator--medium {
  background: #D7DCE0;
}
.ferge-class .separator--light {
  background: #F5F7F8;
}
.ferge-class .separator--white {
  background: #FFFFFF;
}
.ferge-class .glossary {
  border-bottom: 1px solid #D7DCE0;
}
.ferge-class .glossary__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ferge-class .glossary ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.ferge-class .glossary__item {
  position: relative;
  padding: 20px 12px;
}
@media (min-width: 600px) {
  .ferge-class .glossary__item {
    padding: 24px 16px;
  }
}
.ferge-class .glossary__item a {
  color: inherit;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.ferge-class .glossary__item::after {
  content: " ";
  display: block;
  height: 2px;
  width: 0;
  background: #00A2B2;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.ferge-class .glossary__item:hover {
  color: #00A2B2;
}
.ferge-class .glossary__item--active {
  color: #00A2B2;
}
.ferge-class .glossary__item--active::after {
  left: 0;
  width: 100%;
}
.ferge-class .glossary__item--disabled {
  color: #D7DCE0;
  pointer-events: none;
  cursor: default;
}
.ferge-class .contact-person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 32px;
}
@media (min-width: 900px) {
  .ferge-class .contact-person {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 0;
  }
}
.ferge-class .contact-person figure {
  width: 120px;
  margin: 0 0 16px;
  overflow: hidden;
  border-radius: 100%;
  position: relative;
}
.ferge-class .contact-person figure::before {
  display: block;
  content: " ";
  width: 100%;
  padding-bottom: 100%;
  pointer-events: none;
}
.ferge-class .contact-person figure > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 900px) {
  .ferge-class .contact-person figure {
    width: 96px;
    margin: 0 24px 0 0;
  }
}
.ferge-class .contact-person figure > img {
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 899px) {
  .ferge-class .contact-person__info {
    text-align: center;
  }
}
.ferge-class .contact-person__name {
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.33;
}
@media (min-width: 900px) {
  .ferge-class .contact-person__name {
    font-size: 1.125rem;
  }
}
.ferge-class .contact-person__name span {
  text-transform: uppercase;
}
.ferge-class .contact-person__position {
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1.33;
  margin: 0 0 8px 0;
}
@media (min-width: 900px) {
  .ferge-class .contact-person__position {
    font-size: 0.9375rem;
  }
}
.ferge-class .contact-person__email, .ferge-class .contact-person__tel {
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #6F6F6F;
}
.ferge-class .contact-person__email span, .ferge-class .contact-person__tel span {
  text-decoration: underline;
}
.ferge-class .contact-person__email a, .ferge-class .contact-person__tel a {
  color: inherit;
  text-decoration: none;
}
@media (min-width: 900px) {
  .ferge-class .contact-person--xl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
}
@media (min-width: 900px) {
  .ferge-class .contact-person--xl figure {
    width: 190px;
    margin: 0 56px 0 0;
  }
}
.ferge-class .contact-person--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 900px) {
  .ferge-class .contact-person--vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
}
@media (min-width: 900px) {
  .ferge-class .contact-person--vertical figure {
    width: 80px;
    margin: 0 0 16px 0;
  }
}
.ferge-class .contact-person--vertical .contact-person__name {
  font-size: 0.9375rem;
}
.ferge-class .contact-person--vertical .contact-person__position {
  font-size: 0.8125rem;
}
.ferge-class .search__result {
  display: block;
  text-decoration: none;
  position: relative;
  border-top: 1px solid #D7DCE0;
  border-bottom: 1px solid #D7DCE0;
}
.ferge-class .search__result .animate__underline {
  display: inline;
  width: 100%;
  background-image: linear-gradient(transparent calc(100% - 1px), #232728 1px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  -webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.ferge-class .search__result:hover .animate__underline {
  background-size: 100% 100%;
}
.ferge-class .search__result .result__meta {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (min-width: 600px) {
  .ferge-class .search__result .result__meta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.ferge-class .search__result .result__meta .paragraph {
  font-weight: 600;
}
.ferge-class .search__result .result__icon {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 0.875rem;
  color: #232728;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ferge-class .search__result:hover .result__icon {
  -webkit-animation-name: t1;
  animation-name: t1;
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
}
.ferge-class .search__result + .search__result {
  border-top: 0;
}
.ferge-class #root .search__result .paragraph {
  max-width: none;
}
.ferge-class .video__wrapper {
  position: relative;
}
.ferge-class .video__wrapper::before {
  display: block;
  content: " ";
  width: 100%;
  padding-bottom: 56.25%;
  pointer-events: none;
}
.ferge-class .video__wrapper > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.ferge-class .video__poster {
  margin: 0;
  cursor: pointer;
}
.ferge-class .video__poster img {
  display: block;
  width: 100%;
}
.ferge-class .video__poster::before {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  z-index: 1;
}
.ferge-class .video__poster::after {
  content: "\f04b";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #FFFFFF;
  line-height: 1;
  font-size: 1.125rem;
  z-index: 2;
}
.ferge-class .video__poster:hover::before {
  width: 75px;
  height: 75px;
}
.ferge-class .video--launched .video__poster {
  display: none;
}
.ferge-class .video__player {
  position: relative;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.ferge-class .video__player::before {
  display: block;
  content: " ";
  width: 100%;
  padding-bottom: 56.25%;
  pointer-events: none;
}
.ferge-class .video__player > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.ferge-class .video__player iframe {
  width: 100%;
  height: 100%;
}
.ferge-class .video--launched .video__player {
  opacity: 1;
  pointer-events: auto;
}
.ferge-class #root .video {
  max-width: 400px;
}
.ferge-class .video-player {
  position: relative;
}
.ferge-class .video-player::before {
  display: block;
  content: " ";
  width: 100%;
  padding-bottom: 56.25%;
  pointer-events: none;
}
.ferge-class .video-player > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.ferge-class .video-player iframe {
  height: 100%;
}
.ferge-class #root .video-player {
  max-width: 400px;
}
.ferge-class .job-critera {
  padding: 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 600px) {
  .ferge-class .job-critera {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 24px;
  }
}
@media (max-width: 599px) {
  .ferge-class .job-critera > *:first-child {
    width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.ferge-class .job-critera--height {
  height: 100%;
}
.ferge-class .job-critera--blue {
  background: #EBF8F9;
}
.ferge-class .tile__job {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #D7DCE0;
  padding: 24px;
  text-decoration: none;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
@media (min-width: 900px) {
  .ferge-class .tile__job {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px 32px;
  }
}
.ferge-class .tile__job:hover {
  background: #F5F7F8;
}
.ferge-class .tile__job:hover .tile__job__arrow {
  -webkit-animation-name: t2;
  animation-name: t2;
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
}
.ferge-class .tile__job__left, .ferge-class .tile__job__right {
  position: relative;
}
@media (min-width: 900px) {
  .ferge-class .tile__job__left, .ferge-class .tile__job__right {
    width: 50%;
  }
}
.ferge-class .tile__job__left > *, .ferge-class .tile__job__right > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ferge-class .tile__job__entity {
  font-weight: 600;
  font-size: 0.8125rem;
  margin: 0 8px 0 0;
  color: #232728;
}
.ferge-class .tile__job__title {
  font-weight: 600;
  font-size: 1.125rem;
  color: #00A2B2;
  margin: 4px 0 24px;
}
@media (min-width: 900px) {
  .ferge-class .tile__job__title {
    margin: 4px 0 0;
  }
}
.ferge-class .tile__job__contract, .ferge-class .tile__job__starting {
  color: #232728;
  font-weight: 600;
  font-size: 0.8125rem;
  margin: 4px 0;
}
.ferge-class .tile__job__contract > span, .ferge-class .tile__job__starting > span {
  color: #00A2B2;
  margin: 0 8px 0 0;
}
.ferge-class .tile__job__arrow {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
  color: #232728;
}
.ferge-class .tile__job + .tile__job {
  margin-top: 16px;
}
.ferge-class .tile__event {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #D7DCE0;
  padding: 24px;
  text-decoration: none;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
@media (min-width: 900px) {
  .ferge-class .tile__event {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px 32px;
  }
}
.ferge-class .tile__event:hover {
  background: #F5F7F8;
}
.ferge-class .tile__event:hover .tile__event__arrow {
  -webkit-animation-name: t2;
  animation-name: t2;
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
}
.ferge-class .tile__event__left, .ferge-class .tile__event__right {
  position: relative;
}
.ferge-class .tile__event__left > *, .ferge-class .tile__event__right > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ferge-class .tile__event__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 24px;
}
@media (min-width: 900px) {
  .ferge-class .tile__event__left {
    width: 58.33333%;
    margin: 0;
  }
}
@media (min-width: 900px) {
  .ferge-class .tile__event__right {
    width: 41.66667%;
  }
}
.ferge-class .tile__event__date {
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 900px) {
  .ferge-class .tile__event__date {
    margin: 0 24px 0 0;
    position: relative;
    top: auto;
    right: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.ferge-class .tile__event__info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
.ferge-class .tile__event__type {
  font-weight: 600;
  font-size: 0.8125rem;
  margin: 0 8px 0 0;
  color: #232728;
}
.ferge-class .tile__event__title {
  font-weight: 600;
  font-size: 1.125rem;
  color: #00A2B2;
  margin: 4px 0 24px;
  padding: 0 80px 0 0;
  width: 100%;
}
@media (min-width: 900px) {
  .ferge-class .tile__event__title {
    margin: 4px 0 0;
  }
}
.ferge-class .tile__event__tags {
  margin: 0 0 8px;
}
.ferge-class .tile__event__duration, .ferge-class .tile__event__place, .ferge-class .tile__event__capacity {
  color: #232728;
  font-weight: 600;
  font-size: 0.8125rem;
  margin: 8px 0;
}
.ferge-class .tile__event__duration > span, .ferge-class .tile__event__place > span, .ferge-class .tile__event__capacity > span {
  color: #00A2B2;
  margin: 0 8px 0 0;
}
.ferge-class .tile__event__arrow {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
  color: #232728;
}
@media (min-width: 900px) {
  .ferge-class .tile__event__arrow {
    display: block;
  }
}
.ferge-class .tile__event + .tile__event {
  margin-top: 16px;
}
.ferge-class .tile__political {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #D7DCE0;
  padding: 24px;
  text-decoration: none;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
@media (min-width: 600px) {
  .ferge-class .tile__political {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px 32px;
  }
}
.ferge-class .tile__political:hover {
  background: #F5F7F8;
}
.ferge-class .tile__political:hover .tile__political__arrow {
  -webkit-animation-name: t2;
  animation-name: t2;
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
}
.ferge-class .tile__political__left, .ferge-class .tile__political__right {
  position: relative;
}
.ferge-class .tile__political__left > *, .ferge-class .tile__political__right > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ferge-class .tile__political__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 24px;
}
@media (min-width: 600px) {
  .ferge-class .tile__political__left {
    width: 75%;
    margin: 0;
  }
}
@media (min-width: 600px) {
  .ferge-class .tile__political__right {
    width: 25%;
  }
}
.ferge-class .tile__political__type {
  font-weight: 600;
  font-size: 0.9375rem;
  color: #00A2B2;
}
.ferge-class .tile__political__title {
  font-weight: 600;
  font-size: 1.125rem;
  color: #232728;
  margin: 0 0 8px;
}
@media (min-width: 600px) {
  .ferge-class .tile__political__title {
    margin: 0 0 8px;
  }
}
.ferge-class .tile__political__cta {
  margin-top: -8px;
  color: #232728;
  font-weight: 600;
}
@media (min-width: 600px) {
  .ferge-class .tile__political__cta {
    position: absolute;
    top: 50%;
    right: 0;
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.ferge-class .tile__political + .tile__political {
  margin-top: 16px;
}
.ferge-class .tile__partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 28px 0;
  border-top: 1px solid #D7DCE0;
  border-bottom: 1px solid #D7DCE0;
  text-decoration: none;
}
@media (min-width: 600px) {
  .ferge-class .tile__partner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.ferge-class .tile__partner .animate__underline {
  display: inline;
  width: 100%;
  background-image: linear-gradient(transparent calc(100% - 1px), #232728 1px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  -webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.ferge-class .tile__partner:hover .animate__underline {
  background-size: 100% 100%;
}
.ferge-class .tile__partner figure {
  margin: 0 0 24px 0;
  width: 100%;
  border: 1px solid #D7DCE0;
}
@media (min-width: 600px) {
  .ferge-class .tile__partner figure {
    width: auto;
    margin: 0 24px 0 0;
  }
}
.ferge-class .tile__partner figure img {
  display: block;
  width: 100%;
}
.ferge-class .tile__partner + .tile__partner {
  border-top: 0;
}
.ferge-class .tile-process {
  border: 1px solid #D7DCE0;
}
.ferge-class .tile-process a {
  text-decoration: none;
  display: block;
  color: #232728;
  position: relative;
  padding: 24px;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
@media (min-width: 600px) {
  .ferge-class .tile-process a {
    padding: 24px 32px 8px 32px;
  }
}
@media (min-width: 600px) {
  .ferge-class .tile-process a:hover {
    background: #F5F7F8;
  }
  .ferge-class .tile-process a:hover .btn__icon::after {
    width: calc(100% - 24px);
  }
}
.ferge-class .tile-process__title {
  font-weight: 600;
  color: #00A2B2;
  font-size: 1.125rem;
  margin: 8px 0 12px;
  width: 80%;
}
.ferge-class .tile-process__organism, .ferge-class .tile-process__date {
  font-weight: 600;
  font-size: 0.8125rem;
  margin: 4px 0 0;
}
.ferge-class .tile-process__organism > span, .ferge-class .tile-process__date > span {
  color: #00A2B2;
}
.ferge-class .tile-process__link {
  position: absolute;
  top: 50%;
  right: 24px;
}
@media (min-width: 600px) {
  .ferge-class .tile-process__link {
    top: 24px;
  }
}
@media (max-width: 599px) {
  .ferge-class .tile-process__link .btn__icon {
    font-size: 0;
  }
  .ferge-class .tile-process__link .btn__icon > span {
    font-size: 0.875rem;
  }
}
.ferge-class .tile-process .faq {
  padding: 4px 24px 4px 24px;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
@media (min-width: 600px) {
  .ferge-class .tile-process .faq {
    padding: 6px 32px 12px 32px !important;
  }
}
.ferge-class .tile-process .faq .faq__toggle {
  padding: 0;
}
.ferge-class .tile-process .faq .faq__toggle::after {
  margin: 0 0 0 16px;
  position: relative;
  right: auto;
}
.ferge-class .tile-process .faq .faq__wrapper {
  width: 100%;
  margin-top: 0;
}
.ferge-class .tile-process + .tile-process {
  margin-top: 16px;
}
.ferge-class #root .paragraph {
  max-width: none;
}
.ferge-class .product__slider__header {
  position: relative;
  padding-right: 20%;
}
@media (min-width: 600px) {
  .ferge-class .product__slider__header {
    padding-right: 0;
  }
}
.ferge-class .product__slider__controls {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ferge-class .product__slider__control--prev, .ferge-class .product__slider__control--next {
  -webkit-appearance: none;
  margin: 0 0 0 24px;
  padding: 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  width: 20px;
  height: 20px;
  font-size: 1.125rem;
  cursor: pointer;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.ferge-class .product__slider__control--prev:hover, .ferge-class .product__slider__control--next:hover {
  color: #00A2B2;
}
.ferge-class .product__slider__wrapper {
  overflow: hidden;
  margin-left: -8px;
}
@media (min-width: 1200px) {
  .ferge-class .product__slider__wrapper {
    width: calc(100% + (100vw - 1400px + 94px) / 2);
    margin-right: calc((-100vw + 1400px - 56px) / 2);
    margin-left: -28px;
  }
}
.ferge-class .product__slider__wrapper .slick-list {
  position: relative;
}
.ferge-class .product__slider__wrapper .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ferge-class .product__slider__item {
  padding: 0 8px; /*width: 45% !important;*/
}
@media (min-width: 1200px) {
  .ferge-class .product__slider__item {
    padding: 0 28px;
  }
}
.ferge-class #root .product__slider {
  max-width: 1000px;
}
.ferge-class .combined__slider figure {
  margin: 0;
}
.ferge-class .combined__slider figure > * {
  width: 100%;
}
.ferge-class .combined__slider .combined__main__slider {
  overflow: hidden;
}
.ferge-class .combined__slider .main__slider__item__suptitle {
  font-weight: 600;
  font-size: 0.8125rem;
  color: #00A2B2;
  margin: 0;
}
.ferge-class .combined__slider .main__slider__item__subtitle {
  font-weight: 600;
  font-size: 0.9375rem;
  margin: 0 0 16px;
}
.ferge-class .combined__thumbs__slider .combined__slider .main__slider__item__subtitle {
  font-size: 0.8125rem;
}
.ferge-class .combined__slider .main__slider__item__media > * {
  width: 100%;
}
.ferge-class .combined__slider .combined__thumbs__slider {
  margin: 24px 0 0;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .ferge-class .combined__slider .combined__thumbs__slider {
    width: calc(100% + (100vw - 1400px + 38px) / 2);
    margin-right: calc((-100vw + 1400px - 56px) / 2);
    margin-left: -28px;
    margin-top: 40px;
  }
}
.ferge-class .combined__slider .combined__thumbs__slider__wrapper {
  margin-left: -16px;
}
@media (min-width: 1200px) {
  .ferge-class .combined__slider .combined__thumbs__slider__wrapper {
    margin-left: 0;
  }
}
.ferge-class .combined__slider .combined__thumbs__slider .main__slider__item__suptitle {
  margin-top: 12px;
}
.ferge-class .combined__slider .thumbs__slider__item {
  padding: 24px 0 0;
  border-top: 1px solid #232728;
  cursor: pointer;
  -webkit-transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.ferge-class .combined__slider .thumbs__slider__item__video {
  position: relative;
}
.ferge-class .combined__slider .thumbs__slider__item__video::before {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  z-index: 1;
}
.ferge-class .combined__slider .thumbs__slider__item__video::after {
  content: "\f04b";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #FFFFFF;
  line-height: 1;
  font-size: 1.125rem;
  z-index: 2;
}
.ferge-class .combined__slider .thumbs__slider__wrapper {
  padding: 0 16px;
}
@media (min-width: 1200px) {
  .ferge-class .combined__slider .thumbs__slider__wrapper {
    padding: 0 28px;
  }
}
.ferge-class .combined__slider .slick-list {
  position: relative;
}
.ferge-class .combined__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ferge-class .combined__slider .slick-current {
  opacity: 0.5;
}
.ferge-class .combined__slider__controls {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 16px 0 0;
  z-index: 1050;
}
@media (min-width: 900px) {
  .ferge-class .combined__slider__controls {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    margin: 0;
  }
}
.ferge-class .combined__slider__control--prev, .ferge-class .combined__slider__control--next {
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  width: 20px;
  height: 20px;
  font-size: 1.125rem;
  cursor: pointer;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.ferge-class .combined__slider__control--prev:hover, .ferge-class .combined__slider__control--next:hover {
  color: #00A2B2;
}
.ferge-class .combined__slider__control--next {
  margin: 0 0 0 24px;
}
.ferge-class #root .video {
  max-width: none;
}
.ferge-class .hero {
  overflow: hidden;
  position: relative;
}
.ferge-class .hero::before {
  display: block;
  content: " ";
  width: 100%;
  padding-bottom: 30%;
  pointer-events: none;
}
.ferge-class .hero > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 600px) {
  .ferge-class .hero {
    position: relative;
  }
  .ferge-class .hero::before {
    display: block;
    content: " ";
    width: 100%;
    padding-bottom: 29.16667%;
    pointer-events: none;
  }
  .ferge-class .hero > * {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
.ferge-class .hero__blur {
  height: calc(100vh - 90px);
  position: relative;
}
.ferge-class .hero__blur::before {
  display: block;
  content: " ";
  width: 100%;
  padding-bottom: 140%;
  pointer-events: none;
}
.ferge-class .hero__blur > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 600px) {
  .ferge-class .hero__blur {
    position: relative;
    max-height: 800px;
  }
  .ferge-class .hero__blur::before {
    display: block;
    content: " ";
    width: 100%;
    padding-bottom: 51.49254%;
    pointer-events: none;
  }
  .ferge-class .hero__blur > * {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media (min-width: 900px) {
  .ferge-class .hero__blur {
    position: relative;
    max-height: 555px;
  }
  .ferge-class .hero__blur::before {
    display: block;
    content: " ";
    width: 100%;
    padding-bottom: 29.16667%;
    pointer-events: none;
  }
  .ferge-class .hero__blur > * {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
.ferge-class .hero__blur img {
  min-height: 100%;
  min-width: 100%;
  width: auto;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ferge-class .hero__blur__image--desktop {
  display: none;
}
@media (min-width: 900px) {
  .ferge-class .hero__blur__image--desktop {
    display: block;
  }
}
@media (min-width: 900px) {
  .ferge-class .hero__blur__image--mobile {
    display: none;
  }
}
.ferge-class .hero__blur__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 32px 0;
  backdrop-filter: blur(60px);
  -webkit-backdrop-filter: blur(60px);
  top: auto;
  height: 100%;
}
@media (min-width: 900px) {
  .ferge-class .hero__blur__wrapper {
    padding: 32px 120px;
  }
}
@media (min-height: 600px) {
  .ferge-class .hero__blur__wrapper {
    height: auto;
  }
}
.ferge-class .hero__home {
  position: relative;
  min-height: 280px;
}
@media (min-width: 900px) {
  .ferge-class .hero__home {
    min-height: 300px;
  }
}
.ferge-class .hero__home__background {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 280px;
  height: 280px;
  margin: 0;
}
@media (min-width: 900px) {
  .ferge-class .hero__home__background {
    width: 550px;
    height: 550px;
  }
}
.ferge-class .hero__home__img-wrapper {
  position: absolute;
  top: -80px;
  right: -80px;
  width: 280px;
  height: 280px;
  border-radius: 100%;
  overflow: hidden;
}
@media (min-width: 900px) {
  .ferge-class .hero__home__img-wrapper {
    width: 580px;
    height: 580px;
    top: -120px;
    right: -120px;
  }
}
.ferge-class .hero__home__img-wrapper img {
  display: block;
  width: 100%;
}
.ferge-class .hero__home__img-wrapper::after {
  content: " ";
  display: block;
  width: 100px;
  height: 100px;
  background: #FFFFFF;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media (min-width: 900px) {
  .ferge-class .hero__home__img-wrapper::after {
    width: 200px;
    height: 200px;
  }
}
.ferge-class .hero__home__vector {
  position: absolute;
  top: -80px;
  right: -110px;
  z-index: 1;
  width: 320px;
  height: 320px;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media (min-width: 900px) {
  .ferge-class .hero__home__vector {
    width: 720px;
    height: 720px;
    top: -190px;
    right: -190px;
  }
}
.ferge-class .hero__home__vector--animate {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.ferge-class .hero__home__vector .shape {
  opacity: 0.6;
}
.ferge-class .hero__home__vector .shape--green {
  fill: #B8F6A8;
}
.ferge-class .hero__home__vector .shape--blue {
  fill: #00A2B2;
}
.ferge-class .hero__home__vector .shape--gray {
  fill: #6F6F6F;
}
.ferge-class .hero__home .container {
  position: relative;
  z-index: 2;
}
.ferge-class .hero__home .card {
  margin: auto;
  padding-left: 48px;
}
@media (min-width: 900px) {
  .ferge-class .hero__home .card {
    margin-left: -48px;
  }
}
@media (min-width: 1448px) {
  .ferge-class .hero__home .card { /* width: calc(100% + ((100vw - 1400px + 56px)/2)); */
    margin-left: calc((-100vw + 1400px - 56px) / 2);
    padding-left: calc((100vw - 1400px + 56px) / 2);
  }
}
.ferge-class .hero__home .title--h1 strong {
  color: #00A2B2;
}
.ferge-class .link {
  position: relative;
  color: inherit;
  text-decoration: none;
}
.ferge-class .link::after {
  content: " ";
  display: block;
  height: 1px;
  width: 0;
  background: #00A2B2;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.ferge-class .link:hover {
  color: #00A2B2;
}
.ferge-class .link:hover::after {
  width: 100%;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.ferge-class .link--caps {
  text-transform: uppercase;
}
.ferge-class .link--inversed {
  color: #FFFFFF;
}
.ferge-class .link--inversed:hover {
  color: #FFFFFF;
}
.ferge-class .link--inversed::after {
  background: #FFFFFF;
}
.ferge-class .link--disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.ferge-class .btn__icon {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: none;
  border: none;
  color: #232728;
  padding: 10px 24px 10px 0;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.2;
  cursor: pointer;
}
.ferge-class .btn__icon::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #232728;
  position: absolute;
  bottom: 10px;
  left: 0;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.ferge-class .btn__icon__arrow {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  color: #232728;
}
.ferge-class .btn__icon:hover::after {
  width: calc(100% - 24px);
}
.ferge-class .btn__icon--reverse {
  padding: 10px 0 10px 24px;
}
.ferge-class .btn__icon--reverse::after {
  left: 24px;
}
.ferge-class .btn__icon--reverse .btn__icon__arrow {
  position: absolute;
  top: 50%;
  right: auto;
  left: 0;
  margin-top: -8px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ferge-class .link-uppercase {
  position: relative;
  font-weight: 500;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #232728;
  text-decoration: none;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.ferge-class .link-uppercase::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #00A2B2;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.ferge-class .link-uppercase:hover {
  color: #00A2B2;
}
.ferge-class .link-uppercase:hover::after {
  width: 100%;
}
.ferge-class .link-uppercase--disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.ferge-class .card {
  position: relative;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 8px 40px rgba(35, 39, 40, 0.1);
  box-shadow: 0px 8px 40px rgba(35, 39, 40, 0.1);
  z-index: 1;
}
.ferge-class .card__people {
  padding: 24px 0;
  border-top: 1px solid #232728;
}
.ferge-class .card__people figure {
  position: relative;
  margin: 0 0 16px;
}
.ferge-class .card__people figure::before {
  display: block;
  content: " ";
  width: 100%;
  padding-bottom: 53.84615%;
  pointer-events: none;
}
.ferge-class .card__people figure > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.ferge-class .card__people .people__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ferge-class .card__people .people__name, .ferge-class .card__people .people__role {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.25;
  color: #232728;
}
.ferge-class .card__people .people__role {
  font-size: 0.8125rem;
}
.ferge-class .card__people .people__department {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.25;
  color: #6F6F6F;
}
.ferge-class #root .card__people {
  max-width: 350px;
}
.ferge-class .card__discover {
  padding: 24px 0;
  border-top: 1px solid #232728;
}
.ferge-class .card__discover a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
@media (min-width: 600px) {
  .ferge-class .card__discover a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.ferge-class .card__discover figure {
  margin: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  max-width: 80px;
}
@media (min-width: 600px) {
  .ferge-class .card__discover figure {
    max-width: none;
  }
}
.ferge-class .card__discover figure img {
  display: block;
  width: 100%;
  -webkit-transition: transform 5000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -webkit-transition: -webkit-transform 5000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: -webkit-transform 5000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: transform 5000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: transform 5000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, -webkit-transform 5000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.ferge-class .card__discover__meta {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 600px) {
  .ferge-class .card__discover__meta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.ferge-class .card__discover__meta > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #6F6F6F;
  font-size: 0.8125rem;
}
.ferge-class .card__discover__meta > div span {
  color: #007E8F;
  margin: 0 8px 0 0;
}
.ferge-class .card__discover__meta > div + div {
  margin: 4px 0 0;
}
@media (min-width: 600px) {
  .ferge-class .card__discover__meta > div + div {
    margin: 0 0 0 8px;
  }
  .ferge-class .card__discover__meta > div + div::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #007E8F;
    border-radius: 100%;
    margin: 0 8px 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.ferge-class .card__discover .animate__underline {
  display: inline;
  width: 100%;
  background-image: linear-gradient(transparent calc(100% - 1px), #232728 1px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  -webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.ferge-class .card__discover:hover .animate__underline {
  background-size: 100% 100%;
}
.ferge-class .card__discover:hover figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.ferge-class #root .card__discover {
  max-width: 350px;
}
.ferge-class .card__product {
  border: 1px solid #D7DCE0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.ferge-class .card__product figure {
  margin: 0;
  height: 150px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 900px) {
  .ferge-class .card__product figure {
    height: 250px;
  }
}
.ferge-class .card__product figure img {
  display: block;
  width: 100%;
  position: absolute;
}
.ferge-class .card__product figure .round__date {
  position: absolute;
  bottom: 25px;
  left: 25px;
  z-index: 1;
}
.ferge-class .card__product .product__wrapper {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFFFFF;
}
.ferge-class .card__product .product__category__mask {
  position: relative;
  width: 35px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-right: 1px solid #D7DCE0;
  overflow: hidden;
}
@media (min-width: 900px) {
  .ferge-class .card__product .product__category__mask {
    width: 65px;
  }
}
.ferge-class .card__product .product__category__ratio {
  position: absolute;
  top: 0;
  left: 50%;
  padding-bottom: 100%;
}
.ferge-class .card__product .product__category__ratio span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 0.875rem;
  -webkit-transform: rotate(-90deg) translateX(-45%) translateY(-50%);
  transform: rotate(-90deg) translateX(-45%) translateY(-50%);
  position: absolute;
  top: 80%;
  left: 50%;
  width: 100%;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}
@media (min-width: 900px) {
  .ferge-class .card__product .product__category__ratio span {
    top: 50%;
  }
}
.ferge-class .card__product .product__duration {
  font-size: 0.8125rem;
  display: block;
  margin-bottom: 8px;
}
@media (min-width: 600px) {
  .ferge-class .card__product .product__duration {
    display: inline-block;
    margin-bottom: 0;
  }
}
.ferge-class .card__product .product__title {
  width: 100%;
}
.ferge-class .card__product .product__overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  padding: 24px 16px;
}
@media (min-width: 900px) {
  .ferge-class .card__product .product__overview {
    padding: 32px 24px;
  }
}
.ferge-class .card__product .product__overview p {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
}
.ferge-class .card__product .product__price {
  font-size: 0.875rem;
  color: #00A2B2;
  font-weight: 600;
}
.ferge-class #root .card__product {
  max-width: 470px;
}
.ferge-class .news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0;
  border-top: 1px solid #232728;
  text-decoration: none;
}
.ferge-class .news article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ferge-class .news figure {
  max-width: 80px;
  margin: 0 24px 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
}
@media (min-width: 600px) {
  .ferge-class .news figure {
    max-width: 125px;
  }
}
.ferge-class .news figure img {
  display: block;
  width: 100%;
  -webkit-transition: transform 5000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -webkit-transition: -webkit-transform 5000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: -webkit-transform 5000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: transform 5000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: transform 5000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, -webkit-transform 5000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.ferge-class .news__category, .ferge-class .news__date {
  color: #00A2B2;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1;
}
.ferge-class .news__date::before {
  content: "-";
  display: inline-block;
  margin: 0 4px 0 0;
}
.ferge-class .news--featured article {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (min-width: 600px) {
  .ferge-class .news--featured article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.ferge-class .news--featured figure {
  width: 100%;
  max-width: none;
  margin: 24px 0 0;
}
@media (max-width: 599px) {
  .ferge-class .news--featured figure {
    position: relative;
  }
  .ferge-class .news--featured figure::before {
    display: block;
    content: " ";
    width: 100%;
    padding-bottom: 68.65672%;
    pointer-events: none;
  }
  .ferge-class .news--featured figure > * {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .ferge-class .news--featured figure > img {
    width: auto;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 600px) {
  .ferge-class .news--featured figure {
    max-width: 360px;
    margin: 0 32px 0 0;
  }
}
.ferge-class .news .animate__underline {
  display: inline;
  width: 100%;
  background-image: linear-gradient(transparent calc(100% - 1px), #232728 1px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  -webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.ferge-class .news:hover .animate__underline {
  background-size: 100% 100%;
}
@media (min-width: 600px) {
  .ferge-class .news:hover figure img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.ferge-class #root .news {
  max-width: 460px;
}
.ferge-class #root .news--featured {
  max-width: 670px;
}
.ferge-class .card__horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #F5F7F8;
}
@media (min-width: 900px) {
  .ferge-class .card__horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.ferge-class .card__horizontal figure {
  margin: 0;
  width: 100%;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
}
.ferge-class .card__horizontal figure::before {
  display: block;
  content: " ";
  width: 100%;
  padding-bottom: 68.65672%;
  pointer-events: none;
}
.ferge-class .card__horizontal figure picture {
  position: static;
}
.ferge-class .card__horizontal figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
}
@media (min-width: 900px) {
  .ferge-class .card__horizontal figure {
    width: 40%;
    max-width: 260px;
    position: relative;
  }
  .ferge-class .card__horizontal figure::before {
    display: block;
    content: " ";
    width: 100%;
    padding-bottom: 111.53846%;
    pointer-events: none;
  }
  .ferge-class .card__horizontal figure picture {
    position: absolute;
  }
  .ferge-class .card__horizontal figure img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100% !important;
  }
}
@media (max-width: 899px) {
  .ferge-class .card__horizontal figure img {
    min-height: 100%;
    min-width: 100%;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.ferge-class .card__horizontal article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 24px;
}
@media (min-width: 900px) {
  .ferge-class .card__horizontal article {
    padding: 24px 80px;
  }
}
.ferge-class .card__horizontal--top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: none;
}
.ferge-class .card__horizontal--top article {
  padding: 24px 0 32px;
}
@media (min-width: 900px) {
  .ferge-class .card__horizontal--top article {
    padding: 0px 32px;
  }
}
@media (min-width: 900px) {
  .ferge-class .card__horizontal--reversed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.ferge-class .card__thematic {
  display: block;
  position: relative;
  text-decoration: none;
}
.ferge-class .card__thematic .thematic__title {
  position: relative;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.33;
  color: #232728;
  padding-bottom: 8px;
  border-bottom: 1px solid #232728;
  margin-bottom: 24px;
}
.ferge-class .card__thematic .thematic__icon {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 0.875rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: opacity 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: opacity 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.ferge-class .card__thematic figure {
  margin: 0;
  overflow: hidden;
  position: relative;
}
.ferge-class .card__thematic figure::before {
  display: block;
  content: " ";
  width: 100%;
  padding-bottom: 54.16667%;
  pointer-events: none;
}
.ferge-class .card__thematic figure > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.ferge-class .card__thematic figure img {
  display: block;
  width: auto;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: transform 5000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -webkit-transition: -webkit-transform 5000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: -webkit-transform 5000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: transform 5000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: transform 5000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, -webkit-transform 5000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.ferge-class .card__thematic:hover .thematic__icon {
  opacity: 1;
  -webkit-animation-name: t1;
  animation-name: t1;
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
}
.ferge-class .card__thematic:hover figure img {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
  transform: translateX(-50%) translateY(-50%) scale(1.1);
}
.ferge-class #root .card__thematic {
  max-width: 350px;
}
.ferge-class .card__business {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.ferge-class .card__business .business__title {
  position: relative;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.33;
  color: #232728;
  padding-bottom: 8px;
  border-bottom: 1px solid #232728;
  margin-bottom: 24px;
}
.ferge-class .card__business .business__front, .ferge-class .card__business .business__back {
  top: 0;
  left: 0;
  background: #FFFFFF;
  border: 1px solid #D7DCE0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  z-index: 2;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.ferge-class .card__business .business__front__wrapper, .ferge-class .card__business .business__back__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.ferge-class .card__business .business__back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.ferge-class .card__business .business__front:hover .business__arrow {
  -webkit-animation-name: t2;
  animation-name: t2;
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
}
.ferge-class .card__business .business__wrapper {
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -webkit-perspective: 1200px;
  perspective: 1200px;
  cursor: pointer;
  position: relative;
}
.ferge-class .card__business .business__wrapper::before {
  display: block;
  content: " ";
  width: 100%;
  padding-bottom: 54.16667%;
  pointer-events: none;
}
.ferge-class .card__business .business__wrapper > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.ferge-class .card__business .business__wrapper--turned {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.ferge-class .card__business .business__wrapper--turned .business__front {
  pointer-events: none;
}
.ferge-class .card__business .business__wrapper--flip-z-index .business__front {
  display: none;
}
.ferge-class .card__business .business__wrapper--flip-z-index .business__back {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.ferge-class .card__business .business__arrow {
  position: absolute;
  right: 24px;
  bottom: 24px;
}
.ferge-class .card__business .business__front__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 24px 48px 52px;
  height: 100%;
  overflow: hidden;
}
.ferge-class .card__business .business__front__wrapper > img {
  display: block;
  width: 100%;
}
.ferge-class .card__business .business__website {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 24px;
  border-bottom: 1px solid #D7DCE0;
  font-weight: 600;
  font-size: 0.8125rem;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  color: #232728;
}
.ferge-class .card__business .business__website:hover {
  background: #F5F7F8;
}
.ferge-class .card__business .business__infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 24px;
}
@media (min-width: 600px) {
  .ferge-class .card__business .business__infos {
    padding: 0 24px;
  }
}
.ferge-class .card__business .business__contact {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ferge-class .card__business .business__contact li {
  font-size: 0.8125rem;
  font-weight: 600;
}
.ferge-class .card__business .business__contact li + li {
  margin-top: 8px;
}
.ferge-class .card__business .business__icon {
  color: #00A2B2;
  display: inline-block;
  margin-right: 8px;
}
.ferge-class .card__business .business__email a {
  position: relative;
  text-decoration: none;
  color: inherit;
}
.ferge-class .card__business .business__email a::after {
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  background: #232728;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ferge-class #root .card__business {
  max-width: 360px;
}
.ferge-class .card__cart {
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ferge-class .card__cart figure {
  position: relative;
  width: 30%;
  max-width: 222px;
  margin: 0;
}
.ferge-class .card__cart figure img {
  width: 100%;
}
@media (min-width: 600px) {
  .ferge-class .card__cart figure img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.ferge-class .card__cart figure img.event {
  display: none;
}
@media (min-width: 600px) {
  .ferge-class .card__cart figure img.event {
    display: block;
  }
}
.ferge-class .card__cart figure .round__date {
  z-index: 1;
}
@media (max-width: 599px) {
  .ferge-class .card__cart figure .round__date {
    position: absolute;
    top: 10px;
    left: 10px;
  }
}
@media (min-width: 600px) {
  .ferge-class .card__cart figure .round__date {
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
}
.ferge-class .card__cart .cart__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 70%;
  padding: 4px 4px 4px 3%;
}
.ferge-class .card__cart .cart__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: auto;
}
.ferge-class .card__cart .cart__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.ferge-class .card__cart .cart__place::before, .ferge-class .card__cart .cart__duration::before {
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  width: 16px;
  color: #00A2B2;
}
.ferge-class .card__cart .cart__place::before {
  content: "\f041";
}
.ferge-class .card__cart .cart__duration::before {
  content: "\f017";
}
@media (min-width: 600px) {
  .ferge-class .card__cart .cart__price {
    text-align: right;
  }
}
.ferge-class .card-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 24px 0 0;
  border-top: 1px solid #232728;
  text-decoration: none;
  color: #232728;
}
@media (min-width: 600px) {
  .ferge-class .card-video {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.ferge-class .card-video figure {
  overflow: hidden;
  position: relative;
  margin: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 600px) {
  .ferge-class .card-video figure {
    width: 260px;
  }
}
.ferge-class .card-video figure img {
  display: block;
  width: 100%;
  -webkit-transition: transform 5000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -webkit-transition: -webkit-transform 5000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: -webkit-transform 5000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: transform 5000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: transform 5000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, -webkit-transform 5000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.ferge-class .card-video figure::before {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  z-index: 1;
}
.ferge-class .card-video figure::after {
  content: "\f04b";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #FFFFFF;
  line-height: 1;
  font-size: 1.125rem;
  z-index: 2;
}
.ferge-class .card-video__info {
  margin: 24px 0 0;
}
@media (min-width: 600px) {
  .ferge-class .card-video__info {
    margin: 0 0 0 32px;
  }
}
.ferge-class .card-video .animate__underline {
  display: inline;
  width: 100%;
  background-image: linear-gradient(transparent calc(100% - 1px), #232728 1px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  -webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.ferge-class .card-video:hover .animate__underline {
  background-size: 100% 100%;
}
.ferge-class .card-video:hover figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.ferge-class .card-video:hover figure::before {
  width: 75px;
  height: 75px;
}
.ferge-class .input {
  position: relative; /* active state */ /* require state */
}
.ferge-class .input input, .ferge-class .input select, .ferge-class .input label {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
}
.ferge-class .input input, .ferge-class .input select {
  display: block;
  width: 100%;
  padding: 16px;
  color: #232728;
  border: none;
  border: 1px solid #D7DCE0;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.ferge-class .input label {
  position: absolute;
  top: 50%;
  left: 16px;
  color: #6F6F6F;
  background-color: white;
  padding: 4px;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  max-width: calc(100% - 32px);
}
.ferge-class .input__icon {
  position: absolute;
  top: 50%;
  right: 16px;
  font-size: 0.9375rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.ferge-class .input input:focus {
  outline: none;
}
.ferge-class .input input.error {
  border-color: #FF0C3E;
}
.ferge-class .input input:focus ~ label, .ferge-class .input input.fill ~ label, .ferge-class .input input.error ~ label {
  top: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ferge-class .input input:required ~ label {
  padding: 4px 16px 4px 4px;
}
.ferge-class .input input:required ~ label::after {
  content: "*";
  display: block;
  position: absolute;
  top: 0;
  right: 5px;
  color: #00A2B2;
}
.ferge-class .input-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.ferge-class .input-box--large {
  width: 100%;
  padding: 16px;
  min-height: 56px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #D7DCE0;
}
@media (min-width: 900px) {
  .ferge-class .input-box--large {
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
  }
}
.ferge-class .input-box--large .input-box__indicator {
  height: 16px;
  width: 16px;
  border: 1px solid #D7DCE0;
}
.ferge-class .input-box--large .input-box__indicator::after {
  height: 10px;
  width: 10px;
}
.ferge-class .input-box--large:hover, .ferge-class .input-box--large.input-box--active {
  background-color: #F5F7F8;
}
.ferge-class .input-box input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.ferge-class .input-box__indicator {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  height: 24px;
  width: 24px;
  margin-right: 8px;
  border: 2px solid #D7DCE0;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.ferge-class .input-box__indicator--radio {
  border-radius: 50%;
}
.ferge-class .input-box__indicator--radio::after {
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.ferge-class .input-box__indicator--checkbox::after {
  left: 50%;
  top: 50%;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg) translate(-110%, -30%);
  transform: rotate(45deg) translate(-110%, -30%);
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.ferge-class .input-box__indicator::after {
  content: "";
  position: absolute;
  display: block;
  opacity: 0;
}
.ferge-class .input-box:hover input ~ .input-box__indicator {
  border-color: #00A2B2;
}
.ferge-class input:disabled ~ .input-box__indicator {
  border-color: #D7DCE0;
  opacity: 0.5;
}
.ferge-class .input-box:hover input:disabled ~ .input-box__indicator {
  border-color: #D7DCE0;
  opacity: 0.5;
}
.ferge-class .input-box:hover input:disabled ~ .input-box__indicator--checkbox {
  background: #D7DCE0;
}
.ferge-class .input-box:hover input:disabled ~ .input-box__indicator--radio::after {
  background: #D7DCE0;
}
.ferge-class .input-box:hover input:disabled ~ .input-box__indicator::after {
  opacity: 1;
}
.ferge-class input:checked ~ .input-box__indicator {
  border-color: #00A2B2;
}
.ferge-class input:checked ~ .input-box__indicator--checkbox {
  background: #00A2B2;
}
.ferge-class input:checked ~ .input-box__indicator--radio::after {
  background: #00A2B2;
}
.ferge-class input:checked ~ .input-box__indicator::after {
  opacity: 1;
}
.ferge-class .input-box:hover input:checked ~ .input-box__indicator {
  border-color: #00717d;
}
.ferge-class .input-box:hover input:checked ~ .input-box__indicator--checkbox {
  background: #00717d;
}
.ferge-class .input-box:hover input:checked ~ .input-box__indicator--radio::after {
  background: #00717d;
}
.ferge-class .input-box:hover input:checked ~ .input-box__indicator::after {
  opacity: 1;
}
@media (min-width: 900px) {
  .ferge-class .input-box--filter {
    display: inline-block;
    -webkit-appearance: none;
    margin: 0;
    padding: 8px 16px;
    border: 1px solid #D7DCE0;
    font-weight: 600;
    font-size: 0.9375rem;
    text-decoration: none;
    border-radius: 20px;
    background: transparent;
    cursor: pointer;
    -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  }
  .ferge-class .input-box--filter .input-box__indicator {
    display: none;
  }
  .ferge-class .input-box--filter .paragraph {
    color: #232728;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .ferge-class .input-box--filter:hover {
    border-color: #00A2B2;
    color: #00A2B2;
  }
  .ferge-class .input-box--filter:hover .paragraph {
    color: #00A2B2;
  }
  .ferge-class .input-box--filter.input-box--active {
    background: #00A2B2;
    border-color: #00A2B2;
    color: #FFFFFF;
  }
  .ferge-class .input-box--filter.input-box--active .paragraph {
    color: #FFFFFF;
  }
  .ferge-class .input-box--filter.input-box--active:hover {
    color: #FFFFFF;
  }
  .ferge-class .input-box--filter.input-box--disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
  }
}
.ferge-class .dropdown {
  position: relative;
}
.ferge-class .dropdown > input {
  pointer-events: none;
  visibility: hidden;
  position: absolute;
}
.ferge-class .dropdown__light {
  width: 36px;
}
.ferge-class .dropdown__toggle, .ferge-class .dropdown__wrapper {
  border: 1px solid #D7DCE0;
}
.ferge-class .dropdown__light .dropdown__toggle, .ferge-class .dropdown__light .dropdown__wrapper {
  border: none;
}
.ferge-class .dropdown__toggle, .ferge-class .dropdown__item {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  padding: 16px;
  background: #FFFFFF;
  cursor: pointer;
}
.ferge-class .dropdown__toggle {
  padding: 16px 24px 16px 16px;
}
@media (min-width: 600px) {
  .ferge-class .dropdown__toggle {
    padding: 16px 32px 16px 16px;
  }
}
.ferge-class .dropdown__light .dropdown__toggle {
  padding: 4px 0;
}
.ferge-class .dropdown__light .dropdown__item {
  padding: 4px;
}
.ferge-class .dropdown__toggle {
  color: #6F6F6F;
}
.ferge-class .dropdown__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid #6F6F6F;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ferge-class .dropdown__toggle--change {
  color: #232728;
}
.ferge-class .dropdown__toggle--required span {
  position: relative;
}
.ferge-class .dropdown__toggle--required span::after {
  content: "*";
  display: block;
  position: absolute;
  top: 0;
  right: -10px;
  color: #00A2B2;
}
.ferge-class .dropdown__toggle--open::after {
  -webkit-transform: translateY(-25%) rotate(180deg);
  transform: translateY(-25%) rotate(180deg);
}
.ferge-class .dropdown__wrapper {
  position: absolute !important;
  top: 120%;
  width: 100%;
  max-height: 250px;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  pointer-events: none;
}
.ferge-class .dropdown__wrapper--active {
  opacity: 1;
  z-index: 2;
  pointer-events: visible;
}
.ferge-class .dropdown__item {
  color: #232728;
}
.ferge-class .dropdown__item:hover {
  background: #F5F7F8;
}
.ferge-class .dropdown__item--selected {
  background: #e9ebec;
}
.ferge-class .dropdown__item--selected:hover {
  background: #dddedf;
}
.ferge-class .textarea {
  position: relative; /* active state */ /* require state */
}
.ferge-class .textarea textarea, .ferge-class .textarea label {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
}
.ferge-class .textarea textarea {
  display: block;
  width: 100%;
  padding: 16px;
  color: #232728;
  border: none;
  border: 1px solid #D7DCE0;
}
.ferge-class .textarea label {
  position: absolute;
  top: 25px;
  left: 16px;
  color: #6F6F6F;
  background-color: white;
  padding: 4px;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.ferge-class .textarea textarea:focus {
  outline: none;
}
.ferge-class .textarea textarea.error {
  border-color: #FF0C3E;
}
.ferge-class .textarea textarea:focus ~ label, .ferge-class .textarea textarea.fill ~ label, .ferge-class .textarea textarea.error ~ label {
  top: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ferge-class .textarea textarea:required ~ label {
  padding: 4px 16px 4px 4px;
}
.ferge-class .textarea textarea:required ~ label::after {
  content: "*";
  display: block;
  position: absolute;
  top: 0;
  right: 5px;
  color: #00A2B2;
}
.ferge-class .enhanced-input label {
  font-weight: 600;
  font-size: 1.125rem;
  padding: 0 0 4px;
}
.ferge-class .enhanced-input__field {
  width: 100%;
  position: relative;
}
.ferge-class .enhanced-input__field input {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #232728;
  outline-color: transparent;
  margin: 0;
  padding: 12px 32px 12px 0;
  font-weight: 600;
  color: #232728;
  border-radius: 0;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.ferge-class .enhanced-input__field input:focus {
  border-bottom-color: #232728;
}
.ferge-class .enhanced-input__field input::-webkit-input-placeholder {
  font-weight: 600;
  color: #232728;
}
.ferge-class .enhanced-input__field input:-moz-placeholder {
  font-weight: 600;
  color: #232728;
}
.ferge-class .enhanced-input__field input::-moz-placeholder {
  font-weight: 600;
  color: #232728;
}
.ferge-class .enhanced-input__field input:-ms-input-placeholder {
  font-weight: 600;
  color: #232728;
}
.ferge-class .enhanced-input__field input.enhanced-input__input--fade::-webkit-input-placeholder {
  opacity: 0.7;
}
.ferge-class .enhanced-input__field input.enhanced-input__input--fade:-moz-placeholder {
  opacity: 0.7;
}
.ferge-class .enhanced-input__field input.enhanced-input__input--fade::-moz-placeholder {
  opacity: 0.7;
}
.ferge-class .enhanced-input__field input.enhanced-input__input--fade:-ms-input-placeholder {
  opacity: 0.7;
}
.ferge-class .enhanced-input__field--before input {
  padding: 12px 32px;
}
.ferge-class .enhanced-input__icon-before, .ferge-class .enhanced-input__icon-after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ferge-class .enhanced-input__icon-before {
  left: 0;
}
.ferge-class .enhanced-input__icon-after {
  right: 0;
}
.ferge-class .enhanced-input--inversed label {
  color: #FFFFFF;
}
.ferge-class .enhanced-input--inversed .enhanced-input__field input {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.ferge-class .enhanced-input--inversed .enhanced-input__field input::-webkit-input-placeholder {
  color: #FFFFFF;
}
.ferge-class .enhanced-input--inversed .enhanced-input__field input:-moz-placeholder {
  color: #FFFFFF;
}
.ferge-class .enhanced-input--inversed .enhanced-input__field input::-moz-placeholder {
  color: #FFFFFF;
}
.ferge-class .enhanced-input--inversed .enhanced-input__field input:-ms-input-placeholder {
  color: #FFFFFF;
}
.ferge-class .enhanced-input--inversed .enhanced-input__field input:focus {
  border-bottom-color: #FFFFFF;
}
.ferge-class .enhanced-input--inversed .enhanced-input__icon-before, .ferge-class .enhanced-input--inversed .enhanced-input__icon-after {
  color: #FFFFFF;
}
.ferge-class .datepicker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ferge-class .datepicker__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: relative;
  margin: 12px 0;
}
@media (min-width: 600px) {
  .ferge-class .datepicker__item {
    width: auto;
  }
}
@media (min-width: 600px) {
  .ferge-class .datepicker__item:nth-child(2) {
    margin-left: 8px;
  }
}
.ferge-class .datepicker__item::after {
  content: "\f073";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  left: 148px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #6F6F6F;
  pointer-events: none;
}
.ferge-class .datepicker__item input {
  padding: 12px;
  margin-left: 8px;
  color: #6F6F6F;
  cursor: pointer;
  outline: none;
  border-radius: 4px;
  border: 1px solid #D7DCE0;
  width: 150px;
  height: 48px;
}
.ferge-class .datepicker__item input:focus {
  border: 1px solid #6F6F6F;
}
.ferge-class .ui-datepicker {
  display: none;
  position: fixed;
  border: 0 !important;
  -webkit-box-shadow: 0px 8px 40px rgba(35, 39, 40, 0.1);
  box-shadow: 0px 8px 40px rgba(35, 39, 40, 0.1);
  padding: 20px;
  z-index: 2 !important;
  background: #FFFFFF;
}
.ferge-class .ui-datepicker .ui-datepicker-header {
  background: #FFFFFF;
  position: relative;
  border: 0;
}
.ferge-class .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  text-align: left;
  margin: 0;
}
.ferge-class .ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ferge-class .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 50%;
  right: 0;
  width: 28px;
  height: 28px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.ferge-class .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span, .ferge-class .ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
  display: none;
}
.ferge-class .ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled, .ferge-class .ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.ferge-class .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  right: 30px;
  left: auto;
}
.ferge-class .ui-datepicker .ui-datepicker-header .ui-datepicker-prev::after {
  content: "\f177";
  font-family: "Font Awesome 5 Pro";
  font-size: 0.875rem;
}
.ferge-class .ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-datepicker-prev-hover {
  background: transparent;
  border: 0;
  color: #00A2B2;
}
.ferge-class .ui-datepicker .ui-datepicker-header .ui-datepicker-next::after {
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  font-size: 0.875rem;
}
.ferge-class .ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-datepicker-next-hover {
  background: transparent;
  border: 0;
  color: #00A2B2;
}
.ferge-class .ui-datepicker .ui-datepicker-calendar th {
  padding: 10px 4px;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
}
.ferge-class .ui-datepicker .ui-datepicker-calendar td {
  padding: 1px;
}
.ferge-class .ui-datepicker .ui-datepicker-calendar td a, .ferge-class .ui-datepicker .ui-datepicker-calendar td span {
  background: transparent;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: #232728;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0;
  padding: 0;
  border-radius: 100%;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.ferge-class .ui-datepicker .ui-datepicker-calendar td a:hover, .ferge-class .ui-datepicker .ui-datepicker-calendar td span:hover {
  background: #00A2B2;
  color: #FFFFFF;
}
.ferge-class .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a {
  background: #EBF8F9;
  color: #0C5C6F;
}
.ferge-class .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a:hover {
  background: #00A2B2;
  color: #FFFFFF;
}
.ferge-class .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a {
  background: #00A2B2;
  color: #FFFFFF;
}
.ferge-class .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-unselectable span {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.ferge-class .cart-steps__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ferge-class .cart-steps__number, .ferge-class .cart-steps .icons__round {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 32px;
  height: 32px;
  color: #232728;
  border: 1px solid #232728;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.8125rem;
}
.ferge-class .cart-steps__label {
  display: block;
  line-height: 24px;
  font-weight: 600;
  font-size: 0.9375rem;
}
@media (min-width: 600px) {
  .ferge-class .cart-steps__label {
    display: inline;
    padding-left: 8px;
  }
}
.ferge-class .cart-steps__item {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
@media (min-width: 600px) {
  .ferge-class .cart-steps__item {
    padding-left: 8px;
  }
  .ferge-class .cart-steps__item:first-child {
    text-align: left;
    padding-left: 0;
  }
  .ferge-class .cart-steps__item:last-child {
    text-align: right;
  }
}
.ferge-class .cart-steps__item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -16px;
  left: 0;
  display: block;
  height: 2px;
  background: #D7DCE0;
}
.ferge-class .cart-steps__item--active::after {
  background: #00A2B2;
}
.ferge-class .cart-steps__item--active .cart-steps__number, .ferge-class .cart-steps__item--active .icons__round {
  border: 0px;
  color: #FFFFFF;
  background: #00A2B2;
}
.ferge-class #root .cart-steps {
  max-width: 600px;
}
.ferge-class .safety-icons__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ferge-class .safety-icons__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 213px;
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
@media (min-width: 900px) {
  .ferge-class .safety-icons__item {
    padding: 0;
  }
}
.ferge-class .safety-icons__label {
  display: block;
  padding-top: 16px;
  font-weight: 600;
  font-size: 0.9375rem;
}
.ferge-class #root .safety-icons {
  max-width: 800px;
}
.ferge-class .desc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 8px 0;
}
.ferge-class .faq {
  padding: 0 40px 0 12px;
}
.ferge-class .faq__toggle {
  position: relative;
  cursor: pointer;
  padding: 24px 0;
}
.ferge-class .faq__toggle::after {
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ferge-class .faq__toggle--active::after {
  content: "\f068";
}
.ferge-class .faq__toggle--active + .faq__wrapper {
  max-height: 700px;
}
@media (min-width: 600px) {
  .ferge-class .faq__toggle--active + .faq__wrapper {
    max-height: 350px;
  }
}
.ferge-class .faq__wrapper {
  overflow: hidden;
  max-height: 0;
  width: calc(100% - 50px);
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.ferge-class .modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: calc(100% - 40px);
  max-width: 1400px;
  opacity: 0;
  overflow: hidden;
  padding: 48px 24px;
  background-color: #FFFFFF;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 300ms;
  transition: all 300ms;
  pointer-events: none;
  max-height: 90vh;
  overflow-y: auto;
}
@media (min-width: 600px) {
  .ferge-class .modal {
    padding: 40px;
  }
}
.ferge-class .modal__cross {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.ferge-class .modal__cross::before, .ferge-class .modal__cross::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5px;
  height: 20px;
  background-color: #232728;
}
.ferge-class .modal__cross::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.ferge-class .modal__cross::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.ferge-class .modal--open {
  opacity: 1;
  z-index: 22000;
  pointer-events: auto;
  display: block;
}
.ferge-class .modal--video {
  padding: 60px 24px 24px;
}
@media (min-width: 600px) {
  .ferge-class .modal--video {
    padding: 60px;
  }
}
.ferge-class #root .modal .video-player {
  max-width: none;
}
.ferge-class .payment-methods {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 8px;
}
@media (min-width: 900px) {
  .ferge-class .payment-methods {
    width: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 0;
  }
}
.ferge-class .payment-methods__item {
  overflow: hidden;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 900px) {
  .ferge-class .payment-methods__item {
    height: 38px;
  }
}
.ferge-class .payment-methods__item img {
  height: 100%;
}
.ferge-class .payment-methods__item + .payment-methods__item {
  margin-left: 8px;
}
.ferge-class .icon-join {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 850px;
  width: 100%;
}
@media (min-width: 600px) {
  .ferge-class .icon-join {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.ferge-class .icon-join figure {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  width: 74%;
  height: 54%;
  margin: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media (min-width: 600px) {
  .ferge-class .icon-join figure {
    display: block;
  }
}
.ferge-class .icon-join figure img {
  width: 100%;
  height: 100%;
}
.ferge-class .icon-join__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 600px) {
  .ferge-class .icon-join__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    max-width: 195px;
  }
  .ferge-class .icon-join__item p {
    max-width: 195px;
  }
}
@media (min-width: 600px) {
  .ferge-class .icon-join__item:nth-child(3), .ferge-class .icon-join__item:nth-child(4) {
    padding-bottom: 12px;
    max-width: 170px;
  }
  .ferge-class .icon-join__item:nth-child(3) p, .ferge-class .icon-join__item:nth-child(4) p {
    max-width: 170px;
  }
}
.ferge-class .icon-join__icon {
  padding: 12px;
  background: #FFFFFF;
  position: relative;
}
@media (min-width: 600px) {
  .ferge-class .icon-join__icon {
    padding: 16px;
  }
}
.ferge-class .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: #FFFFFF;
  z-index: 10;
  border-bottom: 1px solid #D7DCE0;
}
@media (min-width: 815px) {
  .ferge-class .header {
    padding: 44px 0 0;
    height: 160px;
  }
}
.ferge-class .header__logo {
  max-width: 150px;
  margin: 16px auto 16px 20px;
}
@media (min-width: 1200px) {
  .ferge-class .header__logo {
    max-width: 180px;
    margin: 24px auto 24px 40px;
  }
}
.ferge-class .header__logo img {
  display: block;
  width: 100%;
}
.ferge-class .header__main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 20px;
}
@media (min-width: 1200px) {
  .ferge-class .header__main-nav {
    padding: 24px 40px;
  }
}
.ferge-class .header__main-nav__wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  -webkit-transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.ferge-class .header__main-nav--open .header__main-nav__wrapper {
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 815px) {
  .ferge-class .header__main-nav__wrapper {
    position: static;
    top: auto;
    left: auto;
    opacity: 1;
    pointer-events: auto;
    width: auto;
  }
}
.ferge-class .header__first-level {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 815px) {
  .ferge-class .header__first-level {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.ferge-class .header__first-level > li > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 12px 20px;
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #232728;
  cursor: pointer;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
@media (min-width: 815px) {
  .ferge-class .header__first-level > li > span {
    font-size: 0.75rem;
    padding: 8px 8px;
  }
}
@media (min-width: 1200px) {
  .ferge-class .header__first-level > li > span {
    font-size: 0.875rem;
    padding: 12px 20px;
  }
}
.ferge-class .header__first-level > li > span:hover {
  color: #00A2B2;
}
.ferge-class .header__first-level > li.header__first-level__item--active > span {
  color: #00A2B2;
}
.ferge-class .header__second-level {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 815px) {
  .ferge-class .header__second-level {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.ferge-class .header__second-level > li {
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  padding: 8px 28px;
}
.ferge-class .header__second-level > li > span, .ferge-class .header__second-level > li > a {
  font-weight: 600;
  font-size: 0.9375rem;
  position: relative;
  display: block;
  padding: 0 24px 8px 0;
  margin: 0;
  text-decoration: none;
  color: inherit;
}
@media (min-width: 815px) {
  .ferge-class .header__second-level > li > span, .ferge-class .header__second-level > li > a {
    margin: 0 0 16px;
    display: inline-block;
  }
  .ferge-class .header__second-level > li > span::after, .ferge-class .header__second-level > li > a::after {
    content: " ";
    display: block;
    height: 2px;
    width: 24px;
    background: #00A2B2;
    position: absolute;
    top: 100%;
    left: 0;
  }
}
@media (max-width: 814px) {
  .ferge-class .header__second-level > li > span:not(.no-link)::before, .ferge-class .header__second-level > li > a:not(.no-link)::before {
    content: "\f054";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1rem;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  }
}
.ferge-class .header__second-level > li:last-child {
  margin-right: 0;
}
@media (max-width: 814px) {
  .ferge-class .header__second-level > li.header__second-level__item--open {
    background: #F5F7F8;
  }
  .ferge-class .header__second-level > li.header__second-level__item--open > span:not(.no-link)::before, .ferge-class .header__second-level > li.header__second-level__item--open > a:not(.no-link)::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.ferge-class .header__second-level__wrapper {
  display: none;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  background: #FFFFFF;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
@media (max-width: 814px) {
  .ferge-class .header__second-level__wrapper {
    position: fixed;
    top: 0;
    left: 100%;
    height: 100%;
    width: 100%;
    opacity: 1;
  }
  .ferge-class .header__first-level__item--active .header__second-level__wrapper {
    left: 0;
  }
}
.ferge-class .header__first-level__item--active .header__second-level__wrapper {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 814px) {
  .ferge-class .header__second-level__overview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
  }
  .ferge-class .header__second-level__overview .title--h2 {
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    font-size: 0.875rem;
    background: none;
    text-transform: uppercase;
  }
}
@media (max-width: 814px) {
  .ferge-class .header__second-level__menus {
    padding: 0;
  }
}
.ferge-class .header__second-level__back {
  -webkit-appearance: none;
  margin: 0 12px 0 0;
  padding: 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  width: 20px;
  height: 20px;
  font-size: 1.25rem;
}
@media (min-width: 815px) {
  .ferge-class .header__second-level.no-third-level {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ferge-class .header__second-level.no-third-level > li {
    width: 100%;
    margin: 0 0 40px 0 !important;
  }
}
@media (min-width: 815px) {
  .ferge-class .header__second-level > li {
    margin: 0 24px 0 0 !important;
    padding: 0;
  }
}
@media (min-width: 815px) {
  .ferge-class .header__second-level.split-third > li {
    width: calc(33% - 24px);
  }
}
@media (min-width: 815px) {
  .ferge-class .header__second-level.split-third-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ferge-class .header__second-level.split-third-wrap > li {
    width: calc(33% - 24px);
    margin: 0 24px 40px 0;
  }
}
@media (min-width: 815px) {
  .ferge-class .header__second-level.split-quarter > li {
    width: calc(25% - 24px);
  }
}
.ferge-class .header__third-level {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 8px 0 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.ferge-class .header__second-level__item--open .header__third-level {
  max-height: 300px;
}
@media (min-width: 815px) {
  .ferge-class .header__second-level__item--open .header__third-level {
    max-height: none;
  }
}
@media (min-width: 815px) {
  .ferge-class .header__third-level {
    max-height: none;
    padding: 0;
  }
}
.ferge-class .header__third-level li {
  margin-bottom: 8px;
}
@media (min-width: 815px) {
  .ferge-class .header__third-level li .animate__underline {
    display: inline;
    width: 100%;
    background-image: linear-gradient(transparent calc(100% - 1px), #6F6F6F 1px);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    -webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  }
  .ferge-class .header__third-level li:hover .animate__underline {
    background-size: 100% 100%;
  }
}
.ferge-class .header__third-level li a {
  font-size: 0.8125rem;
  line-height: 1.33;
  color: #6F6F6F;
  text-decoration: none;
}
.ferge-class .header__hamburger {
  width: 56px;
  height: 56px;
  position: relative;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  cursor: pointer;
}
.ferge-class .header__hamburger .hamburger__bar {
  position: absolute;
  display: block;
  width: 24px;
  height: 2px;
  background: #232728;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.ferge-class .header__hamburger .hamburger__bar:first-child {
  top: 35%;
}
.ferge-class .header__main-nav--open .header__hamburger .hamburger__bar:first-child {
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.ferge-class .header__main-nav--open .header__hamburger .hamburger__bar:nth-child(2) {
  opacity: 0;
}
.ferge-class .header__hamburger .hamburger__bar:last-child {
  top: 65%;
}
.ferge-class .header__main-nav--open .header__hamburger .hamburger__bar:last-child {
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.ferge-class .header__secondary-nav {
  width: 100%;
}
@media (min-width: 815px) {
  .ferge-class .header__secondary-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 43px;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 1px solid #D7DCE0;
  }
}
.ferge-class .header__group__links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ferge-class .header__group__links-left {
  margin-right: auto;
}
.ferge-class .header__group__links-left li {
  border-right: 1px solid #D7DCE0;
}
.ferge-class .header__group__links-left li a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 24px;
  text-decoration: none;
  color: #6F6F6F;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
@media (min-width: 815px) {
  .ferge-class .header__group__links-left li a {
    padding: 12px 12px;
  }
}
@media (min-width: 1200px) {
  .ferge-class .header__group__links-left li a {
    padding: 12px 24px;
  }
}
.ferge-class .header__group__links-left li a:hover {
  background: #e6ebee;
}
.ferge-class .header__group__links--icons {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-top: 32px;
}
@media (min-width: 815px) {
  .ferge-class .header__group__links--icons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: auto;
    margin-top: 0;
  }
}
.ferge-class .header__group__links--icons li {
  width: 100%;
  border-top: 1px solid #D7DCE0;
  border-bottom: 1px solid #D7DCE0;
}
@media (min-width: 815px) {
  .ferge-class .header__group__links--icons li {
    width: auto;
    border: 0;
  }
}
.ferge-class .header__group__links--icons li a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 12px 20px;
  text-decoration: none;
  font-size: 0.75rem;
  color: #6F6F6F;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
@media (min-width: 815px) {
  .ferge-class .header__group__links--icons li a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 12px;
  }
}
@media (min-width: 1200px) {
  .ferge-class .header__group__links--icons li a {
    padding: 12px 20px;
  }
}
.ferge-class .header__group__links--icons li a > span {
  display: inline-block;
  margin-right: 8px;
}
.ferge-class .header__group__links--icons li a:hover {
  color: #00A2B2;
}
.ferge-class .header__group__links--icons li + li {
  border-top: 0;
}
.ferge-class .header__group__links--btn {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
}
@media (min-width: 815px) {
  .ferge-class .header__group__links--btn {
    width: auto;
    position: static;
    bottom: auto;
    left: auto;
  }
}
.ferge-class .header__group__links--btn li {
  width: 50%;
}
@media (min-width: 815px) {
  .ferge-class .header__group__links--btn li {
    width: auto;
  }
}
.ferge-class .header__group__links--btn li a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 24px;
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  color: inherit;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
@media (min-width: 815px) {
  .ferge-class .header__group__links--btn li a {
    padding: 12px 12px;
  }
}
@media (min-width: 1200px) {
  .ferge-class .header__group__links--btn li a {
    padding: 12px 24px;
  }
}
.ferge-class .header__group__links--btn li a > span {
  display: inline-block;
  margin-right: 12px;
}
.ferge-class .header__group__links--btn li:first-child {
  background: #EBF8F9;
  color: #00A2B2;
}
.ferge-class .header__group__links--btn li:first-child a:hover {
  background: #d7f1f3;
}
.ferge-class .header__group__links--btn li:last-child {
  background: #00A2B2;
  color: #FFFFFF;
}
.ferge-class .header__group__links--btn li:last-child a:hover {
  background: #007E8F;
}
.ferge-class .header__search {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
@media (min-width: 815px) {
  .ferge-class .header__search {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
.ferge-class .header__search > button {
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  width: 56px;
  height: 56px;
  font-size: 1.5rem;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  cursor: pointer;
}
@media (min-width: 815px) {
  .ferge-class .header__search > button {
    margin: 0 0 0 8px;
    width: 40px;
    height: 40px;
  }
  .ferge-class .header__search > button:hover {
    background: #F5F7F8;
  }
}
@media (min-width: 1200px) {
  .ferge-class .header__search > button {
    margin: 0 0 0 20px;
    width: 56px;
    height: 56px;
  }
}
.ferge-class .header__search .search__panel {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 90px;
  left: 0;
  background: #FFFFFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#F5F7F8), color-stop(34%, #FFFFFF));
  background: linear-gradient(to bottom, #F5F7F8 0%, #FFFFFF 34%);
  width: 100%;
  height: calc(100% - 90px);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
@media (min-width: 815px) {
  .ferge-class .header__search .search__panel {
    top: 160px;
    height: calc(100% - 160px);
  }
}
.ferge-class .header__search .search__panel__wrapper {
  width: calc(100% - 40px);
  max-width: 500px;
}
@media (min-width: 815px) {
  .ferge-class .header__search .search__panel__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.ferge-class .header__search .search__panel__wrapper .enhanced-input {
  width: 100%;
}
.ferge-class .header__search__close {
  position: absolute;
  top: 48px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  width: 56px;
  height: 56px;
  font-size: 2.5rem;
  cursor: pointer;
}
.ferge-class .header__search--open > button {
  color: #00A2B2;
}
.ferge-class .header__search--open .search__panel {
  opacity: 1;
  pointer-events: auto;
}
.ferge-class .footer {
  position: relative;
  overflow: hidden;
  text-align: center;
}
@media (min-width: 900px) {
  .ferge-class .footer {
    text-align: left;
  }
}
.ferge-class .footer__pattern {
  position: absolute;
  right: -100px;
  bottom: 0;
  width: 300px;
}
@media (min-width: 900px) {
  .ferge-class .footer__pattern {
    width: auto;
    right: 0;
  }
}
.ferge-class .copyright {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (min-width: 900px) {
  .ferge-class .copyright {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.ferge-class .copyright::before {
  content: " ";
  display: block;
  height: 1px;
  width: calc(100% - 56px);
  background: #FFFFFF;
  position: absolute;
  top: 0;
  left: 28px;
}
.ferge-class .copyright__brand {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
}
.ferge-class .copyright__menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 900px) {
  .ferge-class .copyright__menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.ferge-class .copyright__menu li + li {
  margin: 16px 0 0 0;
}
@media (min-width: 900px) {
  .ferge-class .copyright__menu li + li {
    margin: 0 0 0 24px;
  }
}
.ferge-class .copyright__menu li a {
  text-decoration: none;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
  display: inline-block;
  position: relative;
}
.ferge-class .copyright__menu li a::after {
  content: " ";
  display: block;
  height: 1px;
  width: 0;
  background: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.ferge-class .copyright__menu li a:hover::after {
  width: 100%;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.ferge-class .rb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 600px) {
  .ferge-class .rb__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.ferge-class .rb__title {
  display: inline-block;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #FFFFFF;
  margin-bottom: 16px;
}
@media (min-width: 600px) {
  .ferge-class .rb__title {
    margin-bottom: 0;
  }
}
.ferge-class .rb__items {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ferge-class .rb__items li + li {
  margin-left: 12px;
}
.ferge-class #root .card__discover__list {
  max-width: 1220px;
}
.ferge-class .service-link__list > *:last-child {
  border-bottom: 1px solid #232728;
}
.ferge-class #root .service-link__list {
  max-width: 400px;
}
.ferge-class .filters__list > * {
  margin: 0 8px 8px 0;
}
.ferge-class .filter {
  position: fixed;
  top: 90px;
  left: 50%;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  width: 100vw;
  height: 0px;
  background-color: white;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 900px) {
  .ferge-class .filter {
    position: relative;
    z-index: 0;
    opacity: 1;
    width: auto;
    height: auto;
    top: 0px;
  }
}
.ferge-class .filter__menu, .ferge-class .filter__wrapper {
  padding: 24px;
}
@media (min-width: 900px) {
  .ferge-class .filter__menu, .ferge-class .filter__wrapper {
    padding: 0;
  }
}
@media (min-width: 900px) {
  .ferge-class .filter__toggle, .ferge-class .filter__display-results, .ferge-class .filter__cross, .ferge-class .filter__delete {
    display: none;
  }
}
.ferge-class .filter__toggle, .ferge-class .filter__cross, .ferge-class .filter__delete {
  cursor: pointer;
}
.ferge-class .filter__title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (min-width: 900px) {
  .ferge-class .filter__title--variant {
    display: none;
  }
}
.ferge-class .filter__separator {
  display: none;
}
@media (min-width: 900px) {
  .ferge-class .filter__separator {
    display: block;
  }
}
.ferge-class .filter__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #F5F7F8;
}
@media (min-width: 900px) {
  .ferge-class .filter__menu {
    background: none;
    padding: 0;
  }
}
.ferge-class .filter__wrapper {
  overflow-y: auto;
  height: 100%;
  max-height: calc(100vh - 209px);
}
@media (min-width: 900px) {
  .ferge-class .filter__wrapper {
    max-height: none;
    overflow: auto;
  }
}
.ferge-class .filter__section, .ferge-class .filter__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ferge-class .filter__section__title__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 900px) {
  .ferge-class .filter__section__title__wrapper--date {
    width: auto;
  }
}
.ferge-class .filter__section__title {
  display: inline-block;
}
.ferge-class .filter__section__title--before, .ferge-class .filter__section__title--after {
  display: none;
}
@media (min-width: 900px) {
  .ferge-class .filter__section__title--before, .ferge-class .filter__section__title--after {
    display: inline-block;
  }
}
.ferge-class .filter__input__button {
  width: 100%;
}
@media (min-width: 900px) {
  .ferge-class .filter__input__button {
    width: auto;
  }
}
.ferge-class .filter__cross {
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 12px;
  cursor: pointer;
}
.ferge-class .filter__cross::before, .ferge-class .filter__cross::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5px;
  height: 20px;
  background-color: #232728;
}
.ferge-class .filter__cross::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.ferge-class .filter__cross::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.ferge-class .filter__toggle::after {
  content: "\f0b0";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-left: 8px;
}
.ferge-class .filter--active {
  opacity: 1;
  z-index: 2;
  height: 100vh;
}
@media (min-width: 900px) {
  .ferge-class .filter--active {
    position: relative;
    z-index: 0;
    opacity: 1;
    width: auto;
    height: auto;
    top: 0px;
  }
}
.ferge-class .modal__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 600px) {
  .ferge-class .modal__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}
.ferge-class .modal__cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 32px;
}
@media (min-width: 600px) {
  .ferge-class .modal__cart {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.ferge-class .modal__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.ferge-class .modal__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 48px;
}
@media (min-width: 600px) {
  .ferge-class .modal__cta {
    margin-top: 0;
  }
}
.ferge-class .modal__related {
  display: none;
}
@media (min-width: 600px) {
  .ferge-class .modal__related {
    display: block;
  }
}
.ferge-class .modal__related__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ferge-class .modal__related__items .card__product {
  width: 48%;
}
@media (min-width: 900px) {
  .ferge-class .modal__related__items .card__product {
    max-width: 32%;
  }
}
.ferge-class .modal__related__items .card__product:nth-child(2) {
  display: none;
}
@media (min-width: 900px) {
  .ferge-class .modal__related__items .card__product:nth-child(2) {
    display: block;
  }
}
.ferge-class #root .modal__related__items .card__product {
  width: 48%;
}
@media (min-width: 900px) {
  .ferge-class #root .modal__related__items .card__product {
    max-width: 32%;
  }
}
.ferge-class .card-event-list__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 16px;
  border-bottom: 1px solid #D7DCE0;
}
.ferge-class .card-event-list__title {
  font-weight: 500;
  font-size: 0.75rem;
  text-transform: uppercase;
}
@media (min-width: 600px) {
  .ferge-class .card-event-list__title {
    font-size: 1.125rem;
  }
}
.ferge-class .card-event-list__link {
  margin: 0 0 0 auto;
}
@media (max-width: 599px) {
  .ferge-class .card-event-list__link > * {
    font-size: 0.75rem;
  }
}
.ferge-class .card-event-list__item {
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  text-decoration: none;
  color: #232728;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
@media (min-width: 600px) {
  .ferge-class .card-event-list__item {
    padding: 16px 0;
  }
}
.ferge-class .card-event-list__item--wth-tag {
  padding: 16px 0 56px;
}
@media (min-width: 600px) {
  .ferge-class .card-event-list__item--wth-tag {
    padding: 16px 0;
  }
}
.ferge-class .card-event-list__item:hover {
  background: #F5F7F8;
}
.ferge-class .card-event-list__item + .card-event-list__item {
  border-top: 1px solid #D7DCE0;
}
.ferge-class .card-event-list__item__date {
  margin: 0 16px 0 0;
}
.ferge-class .card-event-list__item__infos {
  max-width: 200px;
}
.ferge-class .card-event-list__item__category {
  font-weight: 600;
  font-size: 0.8125rem;
  margin-bottom: 4px;
}
.ferge-class .card-event-list__item__title {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #00A2B2;
  margin-bottom: 4px;
  max-width: 250px;
}
.ferge-class .card-event-list__item__tags {
  position: absolute;
  bottom: 16px;
  left: 80px;
}
@media (min-width: 600px) {
  .ferge-class .card-event-list__item__tags {
    top: 16px;
    bottom: auto;
    left: auto;
    right: 0;
  }
}
.ferge-class .card-event-list__item__duration {
  margin-top: 16px;
  font-weight: 600;
  font-size: 0.8125rem;
}
.ferge-class .card-event-list__item__duration > span {
  color: #00A2B2;
}
.ferge-class .card-event-list__list {
  height: 400px;
}
.ferge-class .card-event-list__list .ss-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ferge-class .card-event-list__list--horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
}
@media (min-width: 600px) {
  .ferge-class .card-event-list__list--horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .ferge-class .card-event-list__list--horizontal .card-event-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: 20px 16px;
    border-top: 0;
  }
  .ferge-class .card-event-list__list--horizontal .card-event-list__item:first-child {
    padding-left: 0;
  }
  .ferge-class .card-event-list__list--horizontal .card-event-list__item:last-child {
    padding-right: 0;
  }
  .ferge-class .card-event-list__list--horizontal .card-event-list__item:hover {
    background: transparent;
  }
  .ferge-class .card-event-list__list--horizontal .card-event-list__item__tags {
    position: relative;
    top: auto;
    right: auto;
  }
  .ferge-class .card-event-list__list--horizontal .card-event-list__item__extract {
    margin-top: 4px;
  }
}
.ferge-class .table-member {
  position: relative;
  width: 90%;
  max-width: 989px;
  margin: 0 auto;
  padding: 20px 0;
}
@media (min-width: 900px) {
  .ferge-class .table-member {
    width: 100%;
    padding: 0;
    margin: 20px auto;
  }
}
.ferge-class .table-member::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: block;
  width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 8px 40px rgba(4, 28, 38, 0.08);
  box-shadow: 0px 8px 40px rgba(4, 28, 38, 0.08);
}
@media (min-width: 900px) {
  .ferge-class .table-member::before {
    width: 33%;
  }
}
.ferge-class .table-member__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 12px;
  margin: 0 12px;
}
.ferge-class .table-member__row:nth-child(even) {
  background: #F5F7F8;
}
.ferge-class .table-member__row:last-child {
  background: transparent;
}
@media (min-width: 900px) {
  .ferge-class .table-member__row {
    padding: 24px 32px;
    margin: 0;
  }
  .ferge-class .table-member__row:nth-child(even) {
    background: #FFFFFF;
  }
  .ferge-class .table-member__row:last-child {
    background: transparent;
  }
}
.ferge-class .table-member__item {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.ferge-class .table-member__item:nth-child(1) {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.ferge-class .table-member__item .icons__round {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 900px) {
  .ferge-class .table-member__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 33%;
  }
}
.ferge-class .table-member__item--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 50%;
  margin-left: auto;
}
@media (min-width: 900px) {
  .ferge-class .table-member__item--label {
    width: 33%;
  }
}
.ferge-class .table-member__item--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 50%;
  margin-left: auto;
  text-align: right;
}
@media (min-width: 900px) {
  .ferge-class .table-member__item--active {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 33%;
  }
}
.ferge-class .table-member__item--active--button, .ferge-class .table-member__item--active--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ferge-class .table-member__item--active--title {
  padding: 0 0 16px 0;
}
@media (min-width: 900px) {
  .ferge-class .table-member__item--active--title {
    padding: 0;
  }
}
.ferge-class .table-member__item--active--button a {
  width: calc(100% + 24px);
  margin: 16px -12px 0 -12px;
}
@media (min-width: 900px) {
  .ferge-class .table-member__item--active--button a {
    margin: 0;
    width: auto;
  }
}
.ferge-class .table-member__toggle {
  padding: 4px;
  cursor: pointer;
}
.ferge-class .table-member__toggle p {
  color: #6F6F6F;
}
.ferge-class .table-member__toggle--active p {
  color: #232728;
}
.ferge-class .mt-0 {
  margin-top: 0px;
}
.ferge-class .mr-0 {
  margin-right: 0px;
}
.ferge-class .mb-0 {
  margin-bottom: 0px;
}
.ferge-class .ml-0 {
  margin-left: 0px;
}
.ferge-class .mt-1 {
  margin-top: 4px;
}
.ferge-class .mr-1 {
  margin-right: 4px;
}
.ferge-class .mb-1 {
  margin-bottom: 4px;
}
.ferge-class .ml-1 {
  margin-left: 4px;
}
.ferge-class .mt-2 {
  margin-top: 8px;
}
.ferge-class .mr-2 {
  margin-right: 8px;
}
.ferge-class .mb-2 {
  margin-bottom: 8px;
}
.ferge-class .ml-2 {
  margin-left: 8px;
}
.ferge-class .mt-3 {
  margin-top: 12px;
}
.ferge-class .mr-3 {
  margin-right: 12px;
}
.ferge-class .mb-3 {
  margin-bottom: 12px;
}
.ferge-class .ml-3 {
  margin-left: 12px;
}
.ferge-class .mt-4 {
  margin-top: 16px;
}
.ferge-class .mr-4 {
  margin-right: 16px;
}
.ferge-class .mb-4 {
  margin-bottom: 16px;
}
.ferge-class .ml-4 {
  margin-left: 16px;
}
.ferge-class .mt-5 {
  margin-top: 20px;
}
.ferge-class .mr-5 {
  margin-right: 20px;
}
.ferge-class .mb-5 {
  margin-bottom: 20px;
}
.ferge-class .ml-5 {
  margin-left: 20px;
}
.ferge-class .mt-6 {
  margin-top: 24px;
}
.ferge-class .mr-6 {
  margin-right: 24px;
}
.ferge-class .mb-6 {
  margin-bottom: 24px;
}
.ferge-class .ml-6 {
  margin-left: 24px;
}
.ferge-class .mt-7 {
  margin-top: 28px;
}
.ferge-class .mr-7 {
  margin-right: 28px;
}
.ferge-class .mb-7 {
  margin-bottom: 28px;
}
.ferge-class .ml-7 {
  margin-left: 28px;
}
.ferge-class .mt-8 {
  margin-top: 32px;
}
.ferge-class .mr-8 {
  margin-right: 32px;
}
.ferge-class .mb-8 {
  margin-bottom: 32px;
}
.ferge-class .ml-8 {
  margin-left: 32px;
}
.ferge-class .mt-9 {
  margin-top: 36px;
}
.ferge-class .mr-9 {
  margin-right: 36px;
}
.ferge-class .mb-9 {
  margin-bottom: 36px;
}
.ferge-class .ml-9 {
  margin-left: 36px;
}
.ferge-class .mt-10 {
  margin-top: 40px;
}
.ferge-class .mr-10 {
  margin-right: 40px;
}
.ferge-class .mb-10 {
  margin-bottom: 40px;
}
.ferge-class .ml-10 {
  margin-left: 40px;
}
.ferge-class .mt-11 {
  margin-top: 44px;
}
.ferge-class .mr-11 {
  margin-right: 44px;
}
.ferge-class .mb-11 {
  margin-bottom: 44px;
}
.ferge-class .ml-11 {
  margin-left: 44px;
}
.ferge-class .mt-12 {
  margin-top: 48px;
}
.ferge-class .mr-12 {
  margin-right: 48px;
}
.ferge-class .mb-12 {
  margin-bottom: 48px;
}
.ferge-class .ml-12 {
  margin-left: 48px;
}
.ferge-class .mt-13 {
  margin-top: 52px;
}
.ferge-class .mr-13 {
  margin-right: 52px;
}
.ferge-class .mb-13 {
  margin-bottom: 52px;
}
.ferge-class .ml-13 {
  margin-left: 52px;
}
.ferge-class .mt-14 {
  margin-top: 56px;
}
.ferge-class .mr-14 {
  margin-right: 56px;
}
.ferge-class .mb-14 {
  margin-bottom: 56px;
}
.ferge-class .ml-14 {
  margin-left: 56px;
}
.ferge-class .mt-15 {
  margin-top: 60px;
}
.ferge-class .mr-15 {
  margin-right: 60px;
}
.ferge-class .mb-15 {
  margin-bottom: 60px;
}
.ferge-class .ml-15 {
  margin-left: 60px;
}
.ferge-class .mt-16 {
  margin-top: 64px;
}
.ferge-class .mr-16 {
  margin-right: 64px;
}
.ferge-class .mb-16 {
  margin-bottom: 64px;
}
.ferge-class .ml-16 {
  margin-left: 64px;
}
.ferge-class .mt-17 {
  margin-top: 68px;
}
.ferge-class .mr-17 {
  margin-right: 68px;
}
.ferge-class .mb-17 {
  margin-bottom: 68px;
}
.ferge-class .ml-17 {
  margin-left: 68px;
}
.ferge-class .mt-18 {
  margin-top: 72px;
}
.ferge-class .mr-18 {
  margin-right: 72px;
}
.ferge-class .mb-18 {
  margin-bottom: 72px;
}
.ferge-class .ml-18 {
  margin-left: 72px;
}
.ferge-class .mt-19 {
  margin-top: 76px;
}
.ferge-class .mr-19 {
  margin-right: 76px;
}
.ferge-class .mb-19 {
  margin-bottom: 76px;
}
.ferge-class .ml-19 {
  margin-left: 76px;
}
.ferge-class .mt-20 {
  margin-top: 80px;
}
.ferge-class .mr-20 {
  margin-right: 80px;
}
.ferge-class .mb-20 {
  margin-bottom: 80px;
}
.ferge-class .ml-20 {
  margin-left: 80px;
}
.ferge-class .mt-21 {
  margin-top: 84px;
}
.ferge-class .mr-21 {
  margin-right: 84px;
}
.ferge-class .mb-21 {
  margin-bottom: 84px;
}
.ferge-class .ml-21 {
  margin-left: 84px;
}
.ferge-class .mt-22 {
  margin-top: 88px;
}
.ferge-class .mr-22 {
  margin-right: 88px;
}
.ferge-class .mb-22 {
  margin-bottom: 88px;
}
.ferge-class .ml-22 {
  margin-left: 88px;
}
.ferge-class .mt-23 {
  margin-top: 92px;
}
.ferge-class .mr-23 {
  margin-right: 92px;
}
.ferge-class .mb-23 {
  margin-bottom: 92px;
}
.ferge-class .ml-23 {
  margin-left: 92px;
}
.ferge-class .mt-24 {
  margin-top: 96px;
}
.ferge-class .mr-24 {
  margin-right: 96px;
}
.ferge-class .mb-24 {
  margin-bottom: 96px;
}
.ferge-class .ml-24 {
  margin-left: 96px;
}
.ferge-class .mt-25 {
  margin-top: 100px;
}
.ferge-class .mr-25 {
  margin-right: 100px;
}
.ferge-class .mb-25 {
  margin-bottom: 100px;
}
.ferge-class .ml-25 {
  margin-left: 100px;
}
.ferge-class .mt-26 {
  margin-top: 104px;
}
.ferge-class .mr-26 {
  margin-right: 104px;
}
.ferge-class .mb-26 {
  margin-bottom: 104px;
}
.ferge-class .ml-26 {
  margin-left: 104px;
}
.ferge-class .mt-27 {
  margin-top: 108px;
}
.ferge-class .mr-27 {
  margin-right: 108px;
}
.ferge-class .mb-27 {
  margin-bottom: 108px;
}
.ferge-class .ml-27 {
  margin-left: 108px;
}
.ferge-class .mt-28 {
  margin-top: 112px;
}
.ferge-class .mr-28 {
  margin-right: 112px;
}
.ferge-class .mb-28 {
  margin-bottom: 112px;
}
.ferge-class .ml-28 {
  margin-left: 112px;
}
.ferge-class .mt-29 {
  margin-top: 116px;
}
.ferge-class .mr-29 {
  margin-right: 116px;
}
.ferge-class .mb-29 {
  margin-bottom: 116px;
}
.ferge-class .ml-29 {
  margin-left: 116px;
}
.ferge-class .mt-30 {
  margin-top: 120px;
}
.ferge-class .mr-30 {
  margin-right: 120px;
}
.ferge-class .mb-30 {
  margin-bottom: 120px;
}
.ferge-class .ml-30 {
  margin-left: 120px;
}
.ferge-class .pt-0 {
  padding-top: 0px;
}
.ferge-class .pr-0 {
  padding-right: 0px;
}
.ferge-class .pb-0 {
  padding-bottom: 0px;
}
.ferge-class .pl-0 {
  padding-left: 0px;
}
.ferge-class .pt-1 {
  padding-top: 4px;
}
.ferge-class .pr-1 {
  padding-right: 4px;
}
.ferge-class .pb-1 {
  padding-bottom: 4px;
}
.ferge-class .pl-1 {
  padding-left: 4px;
}
.ferge-class .pt-2 {
  padding-top: 8px;
}
.ferge-class .pr-2 {
  padding-right: 8px;
}
.ferge-class .pb-2 {
  padding-bottom: 8px;
}
.ferge-class .pl-2 {
  padding-left: 8px;
}
.ferge-class .pt-3 {
  padding-top: 12px;
}
.ferge-class .pr-3 {
  padding-right: 12px;
}
.ferge-class .pb-3 {
  padding-bottom: 12px;
}
.ferge-class .pl-3 {
  padding-left: 12px;
}
.ferge-class .pt-4 {
  padding-top: 16px;
}
.ferge-class .pr-4 {
  padding-right: 16px;
}
.ferge-class .pb-4 {
  padding-bottom: 16px;
}
.ferge-class .pl-4 {
  padding-left: 16px;
}
.ferge-class .pt-5 {
  padding-top: 20px;
}
.ferge-class .pr-5 {
  padding-right: 20px;
}
.ferge-class .pb-5 {
  padding-bottom: 20px;
}
.ferge-class .pl-5 {
  padding-left: 20px;
}
.ferge-class .pt-6 {
  padding-top: 24px;
}
.ferge-class .pr-6 {
  padding-right: 24px;
}
.ferge-class .pb-6 {
  padding-bottom: 24px;
}
.ferge-class .pl-6 {
  padding-left: 24px;
}
.ferge-class .pt-7 {
  padding-top: 28px;
}
.ferge-class .pr-7 {
  padding-right: 28px;
}
.ferge-class .pb-7 {
  padding-bottom: 28px;
}
.ferge-class .pl-7 {
  padding-left: 28px;
}
.ferge-class .pt-8 {
  padding-top: 32px;
}
.ferge-class .pr-8 {
  padding-right: 32px;
}
.ferge-class .pb-8 {
  padding-bottom: 32px;
}
.ferge-class .pl-8 {
  padding-left: 32px;
}
.ferge-class .pt-9 {
  padding-top: 36px;
}
.ferge-class .pr-9 {
  padding-right: 36px;
}
.ferge-class .pb-9 {
  padding-bottom: 36px;
}
.ferge-class .pl-9 {
  padding-left: 36px;
}
.ferge-class .pt-10 {
  padding-top: 40px;
}
.ferge-class .pr-10 {
  padding-right: 40px;
}
.ferge-class .pb-10 {
  padding-bottom: 40px;
}
.ferge-class .pl-10 {
  padding-left: 40px;
}
.ferge-class .pt-11 {
  padding-top: 44px;
}
.ferge-class .pr-11 {
  padding-right: 44px;
}
.ferge-class .pb-11 {
  padding-bottom: 44px;
}
.ferge-class .pl-11 {
  padding-left: 44px;
}
.ferge-class .pt-12 {
  padding-top: 48px;
}
.ferge-class .pr-12 {
  padding-right: 48px;
}
.ferge-class .pb-12 {
  padding-bottom: 48px;
}
.ferge-class .pl-12 {
  padding-left: 48px;
}
.ferge-class .pt-13 {
  padding-top: 52px;
}
.ferge-class .pr-13 {
  padding-right: 52px;
}
.ferge-class .pb-13 {
  padding-bottom: 52px;
}
.ferge-class .pl-13 {
  padding-left: 52px;
}
.ferge-class .pt-14 {
  padding-top: 56px;
}
.ferge-class .pr-14 {
  padding-right: 56px;
}
.ferge-class .pb-14 {
  padding-bottom: 56px;
}
.ferge-class .pl-14 {
  padding-left: 56px;
}
.ferge-class .pt-15 {
  padding-top: 60px;
}
.ferge-class .pr-15 {
  padding-right: 60px;
}
.ferge-class .pb-15 {
  padding-bottom: 60px;
}
.ferge-class .pl-15 {
  padding-left: 60px;
}
.ferge-class .pt-16 {
  padding-top: 64px;
}
.ferge-class .pr-16 {
  padding-right: 64px;
}
.ferge-class .pb-16 {
  padding-bottom: 64px;
}
.ferge-class .pl-16 {
  padding-left: 64px;
}
.ferge-class .pt-17 {
  padding-top: 68px;
}
.ferge-class .pr-17 {
  padding-right: 68px;
}
.ferge-class .pb-17 {
  padding-bottom: 68px;
}
.ferge-class .pl-17 {
  padding-left: 68px;
}
.ferge-class .pt-18 {
  padding-top: 72px;
}
.ferge-class .pr-18 {
  padding-right: 72px;
}
.ferge-class .pb-18 {
  padding-bottom: 72px;
}
.ferge-class .pl-18 {
  padding-left: 72px;
}
.ferge-class .pt-19 {
  padding-top: 76px;
}
.ferge-class .pr-19 {
  padding-right: 76px;
}
.ferge-class .pb-19 {
  padding-bottom: 76px;
}
.ferge-class .pl-19 {
  padding-left: 76px;
}
.ferge-class .pt-20 {
  padding-top: 80px;
}
.ferge-class .pr-20 {
  padding-right: 80px;
}
.ferge-class .pb-20 {
  padding-bottom: 80px;
}
.ferge-class .pl-20 {
  padding-left: 80px;
}
.ferge-class .pt-21 {
  padding-top: 84px;
}
.ferge-class .pr-21 {
  padding-right: 84px;
}
.ferge-class .pb-21 {
  padding-bottom: 84px;
}
.ferge-class .pl-21 {
  padding-left: 84px;
}
.ferge-class .pt-22 {
  padding-top: 88px;
}
.ferge-class .pr-22 {
  padding-right: 88px;
}
.ferge-class .pb-22 {
  padding-bottom: 88px;
}
.ferge-class .pl-22 {
  padding-left: 88px;
}
.ferge-class .pt-23 {
  padding-top: 92px;
}
.ferge-class .pr-23 {
  padding-right: 92px;
}
.ferge-class .pb-23 {
  padding-bottom: 92px;
}
.ferge-class .pl-23 {
  padding-left: 92px;
}
.ferge-class .pt-24 {
  padding-top: 96px;
}
.ferge-class .pr-24 {
  padding-right: 96px;
}
.ferge-class .pb-24 {
  padding-bottom: 96px;
}
.ferge-class .pl-24 {
  padding-left: 96px;
}
.ferge-class .pt-25 {
  padding-top: 100px;
}
.ferge-class .pr-25 {
  padding-right: 100px;
}
.ferge-class .pb-25 {
  padding-bottom: 100px;
}
.ferge-class .pl-25 {
  padding-left: 100px;
}
.ferge-class .pt-26 {
  padding-top: 104px;
}
.ferge-class .pr-26 {
  padding-right: 104px;
}
.ferge-class .pb-26 {
  padding-bottom: 104px;
}
.ferge-class .pl-26 {
  padding-left: 104px;
}
.ferge-class .pt-27 {
  padding-top: 108px;
}
.ferge-class .pr-27 {
  padding-right: 108px;
}
.ferge-class .pb-27 {
  padding-bottom: 108px;
}
.ferge-class .pl-27 {
  padding-left: 108px;
}
.ferge-class .pt-28 {
  padding-top: 112px;
}
.ferge-class .pr-28 {
  padding-right: 112px;
}
.ferge-class .pb-28 {
  padding-bottom: 112px;
}
.ferge-class .pl-28 {
  padding-left: 112px;
}
.ferge-class .pt-29 {
  padding-top: 116px;
}
.ferge-class .pr-29 {
  padding-right: 116px;
}
.ferge-class .pb-29 {
  padding-bottom: 116px;
}
.ferge-class .pl-29 {
  padding-left: 116px;
}
.ferge-class .pt-30 {
  padding-top: 120px;
}
.ferge-class .pr-30 {
  padding-right: 120px;
}
.ferge-class .pb-30 {
  padding-bottom: 120px;
}
.ferge-class .pl-30 {
  padding-left: 120px;
}
.ferge-class .m-xs-0 {
  margin: 0px;
}
.ferge-class .mt-xs-0 {
  margin-top: 0px;
}
.ferge-class .mr-xs-0 {
  margin-right: 0px;
}
.ferge-class .mb-xs-0 {
  margin-bottom: 0px;
}
.ferge-class .ml-xs-0 {
  margin-left: 0px;
}
.ferge-class .mt-xs-n0 {
  margin-top: 0px;
}
.ferge-class .mr-xs-n0 {
  margin-right: 0px;
}
.ferge-class .mb-xs-n0 {
  margin-bottom: 0px;
}
.ferge-class .ml-xs-n0 {
  margin-left: 0px;
}
.ferge-class .m-xs-1 {
  margin: 4px;
}
.ferge-class .mt-xs-1 {
  margin-top: 4px;
}
.ferge-class .mr-xs-1 {
  margin-right: 4px;
}
.ferge-class .mb-xs-1 {
  margin-bottom: 4px;
}
.ferge-class .ml-xs-1 {
  margin-left: 4px;
}
.ferge-class .mt-xs-n1 {
  margin-top: -4px;
}
.ferge-class .mr-xs-n1 {
  margin-right: -4px;
}
.ferge-class .mb-xs-n1 {
  margin-bottom: -4px;
}
.ferge-class .ml-xs-n1 {
  margin-left: -4px;
}
.ferge-class .m-xs-2 {
  margin: 8px;
}
.ferge-class .mt-xs-2 {
  margin-top: 8px;
}
.ferge-class .mr-xs-2 {
  margin-right: 8px;
}
.ferge-class .mb-xs-2 {
  margin-bottom: 8px;
}
.ferge-class .ml-xs-2 {
  margin-left: 8px;
}
.ferge-class .mt-xs-n2 {
  margin-top: -8px;
}
.ferge-class .mr-xs-n2 {
  margin-right: -8px;
}
.ferge-class .mb-xs-n2 {
  margin-bottom: -8px;
}
.ferge-class .ml-xs-n2 {
  margin-left: -8px;
}
.ferge-class .m-xs-3 {
  margin: 12px;
}
.ferge-class .mt-xs-3 {
  margin-top: 12px;
}
.ferge-class .mr-xs-3 {
  margin-right: 12px;
}
.ferge-class .mb-xs-3 {
  margin-bottom: 12px;
}
.ferge-class .ml-xs-3 {
  margin-left: 12px;
}
.ferge-class .mt-xs-n3 {
  margin-top: -12px;
}
.ferge-class .mr-xs-n3 {
  margin-right: -12px;
}
.ferge-class .mb-xs-n3 {
  margin-bottom: -12px;
}
.ferge-class .ml-xs-n3 {
  margin-left: -12px;
}
.ferge-class .m-xs-4 {
  margin: 16px;
}
.ferge-class .mt-xs-4 {
  margin-top: 16px;
}
.ferge-class .mr-xs-4 {
  margin-right: 16px;
}
.ferge-class .mb-xs-4 {
  margin-bottom: 16px;
}
.ferge-class .ml-xs-4 {
  margin-left: 16px;
}
.ferge-class .mt-xs-n4 {
  margin-top: -16px;
}
.ferge-class .mr-xs-n4 {
  margin-right: -16px;
}
.ferge-class .mb-xs-n4 {
  margin-bottom: -16px;
}
.ferge-class .ml-xs-n4 {
  margin-left: -16px;
}
.ferge-class .m-xs-5 {
  margin: 20px;
}
.ferge-class .mt-xs-5 {
  margin-top: 20px;
}
.ferge-class .mr-xs-5 {
  margin-right: 20px;
}
.ferge-class .mb-xs-5 {
  margin-bottom: 20px;
}
.ferge-class .ml-xs-5 {
  margin-left: 20px;
}
.ferge-class .mt-xs-n5 {
  margin-top: -20px;
}
.ferge-class .mr-xs-n5 {
  margin-right: -20px;
}
.ferge-class .mb-xs-n5 {
  margin-bottom: -20px;
}
.ferge-class .ml-xs-n5 {
  margin-left: -20px;
}
.ferge-class .m-xs-6 {
  margin: 24px;
}
.ferge-class .mt-xs-6 {
  margin-top: 24px;
}
.ferge-class .mr-xs-6 {
  margin-right: 24px;
}
.ferge-class .mb-xs-6 {
  margin-bottom: 24px;
}
.ferge-class .ml-xs-6 {
  margin-left: 24px;
}
.ferge-class .mt-xs-n6 {
  margin-top: -24px;
}
.ferge-class .mr-xs-n6 {
  margin-right: -24px;
}
.ferge-class .mb-xs-n6 {
  margin-bottom: -24px;
}
.ferge-class .ml-xs-n6 {
  margin-left: -24px;
}
.ferge-class .m-xs-7 {
  margin: 28px;
}
.ferge-class .mt-xs-7 {
  margin-top: 28px;
}
.ferge-class .mr-xs-7 {
  margin-right: 28px;
}
.ferge-class .mb-xs-7 {
  margin-bottom: 28px;
}
.ferge-class .ml-xs-7 {
  margin-left: 28px;
}
.ferge-class .mt-xs-n7 {
  margin-top: -28px;
}
.ferge-class .mr-xs-n7 {
  margin-right: -28px;
}
.ferge-class .mb-xs-n7 {
  margin-bottom: -28px;
}
.ferge-class .ml-xs-n7 {
  margin-left: -28px;
}
.ferge-class .m-xs-8 {
  margin: 32px;
}
.ferge-class .mt-xs-8 {
  margin-top: 32px;
}
.ferge-class .mr-xs-8 {
  margin-right: 32px;
}
.ferge-class .mb-xs-8 {
  margin-bottom: 32px;
}
.ferge-class .ml-xs-8 {
  margin-left: 32px;
}
.ferge-class .mt-xs-n8 {
  margin-top: -32px;
}
.ferge-class .mr-xs-n8 {
  margin-right: -32px;
}
.ferge-class .mb-xs-n8 {
  margin-bottom: -32px;
}
.ferge-class .ml-xs-n8 {
  margin-left: -32px;
}
.ferge-class .m-xs-9 {
  margin: 36px;
}
.ferge-class .mt-xs-9 {
  margin-top: 36px;
}
.ferge-class .mr-xs-9 {
  margin-right: 36px;
}
.ferge-class .mb-xs-9 {
  margin-bottom: 36px;
}
.ferge-class .ml-xs-9 {
  margin-left: 36px;
}
.ferge-class .mt-xs-n9 {
  margin-top: -36px;
}
.ferge-class .mr-xs-n9 {
  margin-right: -36px;
}
.ferge-class .mb-xs-n9 {
  margin-bottom: -36px;
}
.ferge-class .ml-xs-n9 {
  margin-left: -36px;
}
.ferge-class .m-xs-10 {
  margin: 40px;
}
.ferge-class .mt-xs-10 {
  margin-top: 40px;
}
.ferge-class .mr-xs-10 {
  margin-right: 40px;
}
.ferge-class .mb-xs-10 {
  margin-bottom: 40px;
}
.ferge-class .ml-xs-10 {
  margin-left: 40px;
}
.ferge-class .mt-xs-n10 {
  margin-top: -40px;
}
.ferge-class .mr-xs-n10 {
  margin-right: -40px;
}
.ferge-class .mb-xs-n10 {
  margin-bottom: -40px;
}
.ferge-class .ml-xs-n10 {
  margin-left: -40px;
}
.ferge-class .m-xs-11 {
  margin: 44px;
}
.ferge-class .mt-xs-11 {
  margin-top: 44px;
}
.ferge-class .mr-xs-11 {
  margin-right: 44px;
}
.ferge-class .mb-xs-11 {
  margin-bottom: 44px;
}
.ferge-class .ml-xs-11 {
  margin-left: 44px;
}
.ferge-class .mt-xs-n11 {
  margin-top: -44px;
}
.ferge-class .mr-xs-n11 {
  margin-right: -44px;
}
.ferge-class .mb-xs-n11 {
  margin-bottom: -44px;
}
.ferge-class .ml-xs-n11 {
  margin-left: -44px;
}
.ferge-class .m-xs-12 {
  margin: 48px;
}
.ferge-class .mt-xs-12 {
  margin-top: 48px;
}
.ferge-class .mr-xs-12 {
  margin-right: 48px;
}
.ferge-class .mb-xs-12 {
  margin-bottom: 48px;
}
.ferge-class .ml-xs-12 {
  margin-left: 48px;
}
.ferge-class .mt-xs-n12 {
  margin-top: -48px;
}
.ferge-class .mr-xs-n12 {
  margin-right: -48px;
}
.ferge-class .mb-xs-n12 {
  margin-bottom: -48px;
}
.ferge-class .ml-xs-n12 {
  margin-left: -48px;
}
.ferge-class .m-xs-13 {
  margin: 52px;
}
.ferge-class .mt-xs-13 {
  margin-top: 52px;
}
.ferge-class .mr-xs-13 {
  margin-right: 52px;
}
.ferge-class .mb-xs-13 {
  margin-bottom: 52px;
}
.ferge-class .ml-xs-13 {
  margin-left: 52px;
}
.ferge-class .mt-xs-n13 {
  margin-top: -52px;
}
.ferge-class .mr-xs-n13 {
  margin-right: -52px;
}
.ferge-class .mb-xs-n13 {
  margin-bottom: -52px;
}
.ferge-class .ml-xs-n13 {
  margin-left: -52px;
}
.ferge-class .m-xs-14 {
  margin: 56px;
}
.ferge-class .mt-xs-14 {
  margin-top: 56px;
}
.ferge-class .mr-xs-14 {
  margin-right: 56px;
}
.ferge-class .mb-xs-14 {
  margin-bottom: 56px;
}
.ferge-class .ml-xs-14 {
  margin-left: 56px;
}
.ferge-class .mt-xs-n14 {
  margin-top: -56px;
}
.ferge-class .mr-xs-n14 {
  margin-right: -56px;
}
.ferge-class .mb-xs-n14 {
  margin-bottom: -56px;
}
.ferge-class .ml-xs-n14 {
  margin-left: -56px;
}
.ferge-class .m-xs-15 {
  margin: 60px;
}
.ferge-class .mt-xs-15 {
  margin-top: 60px;
}
.ferge-class .mr-xs-15 {
  margin-right: 60px;
}
.ferge-class .mb-xs-15 {
  margin-bottom: 60px;
}
.ferge-class .ml-xs-15 {
  margin-left: 60px;
}
.ferge-class .mt-xs-n15 {
  margin-top: -60px;
}
.ferge-class .mr-xs-n15 {
  margin-right: -60px;
}
.ferge-class .mb-xs-n15 {
  margin-bottom: -60px;
}
.ferge-class .ml-xs-n15 {
  margin-left: -60px;
}
.ferge-class .m-xs-16 {
  margin: 64px;
}
.ferge-class .mt-xs-16 {
  margin-top: 64px;
}
.ferge-class .mr-xs-16 {
  margin-right: 64px;
}
.ferge-class .mb-xs-16 {
  margin-bottom: 64px;
}
.ferge-class .ml-xs-16 {
  margin-left: 64px;
}
.ferge-class .mt-xs-n16 {
  margin-top: -64px;
}
.ferge-class .mr-xs-n16 {
  margin-right: -64px;
}
.ferge-class .mb-xs-n16 {
  margin-bottom: -64px;
}
.ferge-class .ml-xs-n16 {
  margin-left: -64px;
}
.ferge-class .m-xs-17 {
  margin: 68px;
}
.ferge-class .mt-xs-17 {
  margin-top: 68px;
}
.ferge-class .mr-xs-17 {
  margin-right: 68px;
}
.ferge-class .mb-xs-17 {
  margin-bottom: 68px;
}
.ferge-class .ml-xs-17 {
  margin-left: 68px;
}
.ferge-class .mt-xs-n17 {
  margin-top: -68px;
}
.ferge-class .mr-xs-n17 {
  margin-right: -68px;
}
.ferge-class .mb-xs-n17 {
  margin-bottom: -68px;
}
.ferge-class .ml-xs-n17 {
  margin-left: -68px;
}
.ferge-class .m-xs-18 {
  margin: 72px;
}
.ferge-class .mt-xs-18 {
  margin-top: 72px;
}
.ferge-class .mr-xs-18 {
  margin-right: 72px;
}
.ferge-class .mb-xs-18 {
  margin-bottom: 72px;
}
.ferge-class .ml-xs-18 {
  margin-left: 72px;
}
.ferge-class .mt-xs-n18 {
  margin-top: -72px;
}
.ferge-class .mr-xs-n18 {
  margin-right: -72px;
}
.ferge-class .mb-xs-n18 {
  margin-bottom: -72px;
}
.ferge-class .ml-xs-n18 {
  margin-left: -72px;
}
.ferge-class .m-xs-19 {
  margin: 76px;
}
.ferge-class .mt-xs-19 {
  margin-top: 76px;
}
.ferge-class .mr-xs-19 {
  margin-right: 76px;
}
.ferge-class .mb-xs-19 {
  margin-bottom: 76px;
}
.ferge-class .ml-xs-19 {
  margin-left: 76px;
}
.ferge-class .mt-xs-n19 {
  margin-top: -76px;
}
.ferge-class .mr-xs-n19 {
  margin-right: -76px;
}
.ferge-class .mb-xs-n19 {
  margin-bottom: -76px;
}
.ferge-class .ml-xs-n19 {
  margin-left: -76px;
}
.ferge-class .m-xs-20 {
  margin: 80px;
}
.ferge-class .mt-xs-20 {
  margin-top: 80px;
}
.ferge-class .mr-xs-20 {
  margin-right: 80px;
}
.ferge-class .mb-xs-20 {
  margin-bottom: 80px;
}
.ferge-class .ml-xs-20 {
  margin-left: 80px;
}
.ferge-class .mt-xs-n20 {
  margin-top: -80px;
}
.ferge-class .mr-xs-n20 {
  margin-right: -80px;
}
.ferge-class .mb-xs-n20 {
  margin-bottom: -80px;
}
.ferge-class .ml-xs-n20 {
  margin-left: -80px;
}
.ferge-class .m-xs-21 {
  margin: 84px;
}
.ferge-class .mt-xs-21 {
  margin-top: 84px;
}
.ferge-class .mr-xs-21 {
  margin-right: 84px;
}
.ferge-class .mb-xs-21 {
  margin-bottom: 84px;
}
.ferge-class .ml-xs-21 {
  margin-left: 84px;
}
.ferge-class .mt-xs-n21 {
  margin-top: -84px;
}
.ferge-class .mr-xs-n21 {
  margin-right: -84px;
}
.ferge-class .mb-xs-n21 {
  margin-bottom: -84px;
}
.ferge-class .ml-xs-n21 {
  margin-left: -84px;
}
.ferge-class .m-xs-22 {
  margin: 88px;
}
.ferge-class .mt-xs-22 {
  margin-top: 88px;
}
.ferge-class .mr-xs-22 {
  margin-right: 88px;
}
.ferge-class .mb-xs-22 {
  margin-bottom: 88px;
}
.ferge-class .ml-xs-22 {
  margin-left: 88px;
}
.ferge-class .mt-xs-n22 {
  margin-top: -88px;
}
.ferge-class .mr-xs-n22 {
  margin-right: -88px;
}
.ferge-class .mb-xs-n22 {
  margin-bottom: -88px;
}
.ferge-class .ml-xs-n22 {
  margin-left: -88px;
}
.ferge-class .m-xs-23 {
  margin: 92px;
}
.ferge-class .mt-xs-23 {
  margin-top: 92px;
}
.ferge-class .mr-xs-23 {
  margin-right: 92px;
}
.ferge-class .mb-xs-23 {
  margin-bottom: 92px;
}
.ferge-class .ml-xs-23 {
  margin-left: 92px;
}
.ferge-class .mt-xs-n23 {
  margin-top: -92px;
}
.ferge-class .mr-xs-n23 {
  margin-right: -92px;
}
.ferge-class .mb-xs-n23 {
  margin-bottom: -92px;
}
.ferge-class .ml-xs-n23 {
  margin-left: -92px;
}
.ferge-class .m-xs-24 {
  margin: 96px;
}
.ferge-class .mt-xs-24 {
  margin-top: 96px;
}
.ferge-class .mr-xs-24 {
  margin-right: 96px;
}
.ferge-class .mb-xs-24 {
  margin-bottom: 96px;
}
.ferge-class .ml-xs-24 {
  margin-left: 96px;
}
.ferge-class .mt-xs-n24 {
  margin-top: -96px;
}
.ferge-class .mr-xs-n24 {
  margin-right: -96px;
}
.ferge-class .mb-xs-n24 {
  margin-bottom: -96px;
}
.ferge-class .ml-xs-n24 {
  margin-left: -96px;
}
.ferge-class .m-xs-25 {
  margin: 100px;
}
.ferge-class .mt-xs-25 {
  margin-top: 100px;
}
.ferge-class .mr-xs-25 {
  margin-right: 100px;
}
.ferge-class .mb-xs-25 {
  margin-bottom: 100px;
}
.ferge-class .ml-xs-25 {
  margin-left: 100px;
}
.ferge-class .mt-xs-n25 {
  margin-top: -100px;
}
.ferge-class .mr-xs-n25 {
  margin-right: -100px;
}
.ferge-class .mb-xs-n25 {
  margin-bottom: -100px;
}
.ferge-class .ml-xs-n25 {
  margin-left: -100px;
}
.ferge-class .m-xs-26 {
  margin: 104px;
}
.ferge-class .mt-xs-26 {
  margin-top: 104px;
}
.ferge-class .mr-xs-26 {
  margin-right: 104px;
}
.ferge-class .mb-xs-26 {
  margin-bottom: 104px;
}
.ferge-class .ml-xs-26 {
  margin-left: 104px;
}
.ferge-class .mt-xs-n26 {
  margin-top: -104px;
}
.ferge-class .mr-xs-n26 {
  margin-right: -104px;
}
.ferge-class .mb-xs-n26 {
  margin-bottom: -104px;
}
.ferge-class .ml-xs-n26 {
  margin-left: -104px;
}
.ferge-class .m-xs-27 {
  margin: 108px;
}
.ferge-class .mt-xs-27 {
  margin-top: 108px;
}
.ferge-class .mr-xs-27 {
  margin-right: 108px;
}
.ferge-class .mb-xs-27 {
  margin-bottom: 108px;
}
.ferge-class .ml-xs-27 {
  margin-left: 108px;
}
.ferge-class .mt-xs-n27 {
  margin-top: -108px;
}
.ferge-class .mr-xs-n27 {
  margin-right: -108px;
}
.ferge-class .mb-xs-n27 {
  margin-bottom: -108px;
}
.ferge-class .ml-xs-n27 {
  margin-left: -108px;
}
.ferge-class .m-xs-28 {
  margin: 112px;
}
.ferge-class .mt-xs-28 {
  margin-top: 112px;
}
.ferge-class .mr-xs-28 {
  margin-right: 112px;
}
.ferge-class .mb-xs-28 {
  margin-bottom: 112px;
}
.ferge-class .ml-xs-28 {
  margin-left: 112px;
}
.ferge-class .mt-xs-n28 {
  margin-top: -112px;
}
.ferge-class .mr-xs-n28 {
  margin-right: -112px;
}
.ferge-class .mb-xs-n28 {
  margin-bottom: -112px;
}
.ferge-class .ml-xs-n28 {
  margin-left: -112px;
}
.ferge-class .m-xs-29 {
  margin: 116px;
}
.ferge-class .mt-xs-29 {
  margin-top: 116px;
}
.ferge-class .mr-xs-29 {
  margin-right: 116px;
}
.ferge-class .mb-xs-29 {
  margin-bottom: 116px;
}
.ferge-class .ml-xs-29 {
  margin-left: 116px;
}
.ferge-class .mt-xs-n29 {
  margin-top: -116px;
}
.ferge-class .mr-xs-n29 {
  margin-right: -116px;
}
.ferge-class .mb-xs-n29 {
  margin-bottom: -116px;
}
.ferge-class .ml-xs-n29 {
  margin-left: -116px;
}
.ferge-class .m-xs-30 {
  margin: 120px;
}
.ferge-class .mt-xs-30 {
  margin-top: 120px;
}
.ferge-class .mr-xs-30 {
  margin-right: 120px;
}
.ferge-class .mb-xs-30 {
  margin-bottom: 120px;
}
.ferge-class .ml-xs-30 {
  margin-left: 120px;
}
.ferge-class .mt-xs-n30 {
  margin-top: -120px;
}
.ferge-class .mr-xs-n30 {
  margin-right: -120px;
}
.ferge-class .mb-xs-n30 {
  margin-bottom: -120px;
}
.ferge-class .ml-xs-n30 {
  margin-left: -120px;
}
.ferge-class .p-xs-0 {
  padding: 0px;
}
.ferge-class .pt-xs-0 {
  padding-top: 0px;
}
.ferge-class .pr-xs-0 {
  padding-right: 0px;
}
.ferge-class .pb-xs-0 {
  padding-bottom: 0px;
}
.ferge-class .pl-xs-0 {
  padding-left: 0px;
}
.ferge-class .p-xs-1 {
  padding: 4px;
}
.ferge-class .pt-xs-1 {
  padding-top: 4px;
}
.ferge-class .pr-xs-1 {
  padding-right: 4px;
}
.ferge-class .pb-xs-1 {
  padding-bottom: 4px;
}
.ferge-class .pl-xs-1 {
  padding-left: 4px;
}
.ferge-class .p-xs-2 {
  padding: 8px;
}
.ferge-class .pt-xs-2 {
  padding-top: 8px;
}
.ferge-class .pr-xs-2 {
  padding-right: 8px;
}
.ferge-class .pb-xs-2 {
  padding-bottom: 8px;
}
.ferge-class .pl-xs-2 {
  padding-left: 8px;
}
.ferge-class .p-xs-3 {
  padding: 12px;
}
.ferge-class .pt-xs-3 {
  padding-top: 12px;
}
.ferge-class .pr-xs-3 {
  padding-right: 12px;
}
.ferge-class .pb-xs-3 {
  padding-bottom: 12px;
}
.ferge-class .pl-xs-3 {
  padding-left: 12px;
}
.ferge-class .p-xs-4 {
  padding: 16px;
}
.ferge-class .pt-xs-4 {
  padding-top: 16px;
}
.ferge-class .pr-xs-4 {
  padding-right: 16px;
}
.ferge-class .pb-xs-4 {
  padding-bottom: 16px;
}
.ferge-class .pl-xs-4 {
  padding-left: 16px;
}
.ferge-class .p-xs-5 {
  padding: 20px;
}
.ferge-class .pt-xs-5 {
  padding-top: 20px;
}
.ferge-class .pr-xs-5 {
  padding-right: 20px;
}
.ferge-class .pb-xs-5 {
  padding-bottom: 20px;
}
.ferge-class .pl-xs-5 {
  padding-left: 20px;
}
.ferge-class .p-xs-6 {
  padding: 24px;
}
.ferge-class .pt-xs-6 {
  padding-top: 24px;
}
.ferge-class .pr-xs-6 {
  padding-right: 24px;
}
.ferge-class .pb-xs-6 {
  padding-bottom: 24px;
}
.ferge-class .pl-xs-6 {
  padding-left: 24px;
}
.ferge-class .p-xs-7 {
  padding: 28px;
}
.ferge-class .pt-xs-7 {
  padding-top: 28px;
}
.ferge-class .pr-xs-7 {
  padding-right: 28px;
}
.ferge-class .pb-xs-7 {
  padding-bottom: 28px;
}
.ferge-class .pl-xs-7 {
  padding-left: 28px;
}
.ferge-class .p-xs-8 {
  padding: 32px;
}
.ferge-class .pt-xs-8 {
  padding-top: 32px;
}
.ferge-class .pr-xs-8 {
  padding-right: 32px;
}
.ferge-class .pb-xs-8 {
  padding-bottom: 32px;
}
.ferge-class .pl-xs-8 {
  padding-left: 32px;
}
.ferge-class .p-xs-9 {
  padding: 36px;
}
.ferge-class .pt-xs-9 {
  padding-top: 36px;
}
.ferge-class .pr-xs-9 {
  padding-right: 36px;
}
.ferge-class .pb-xs-9 {
  padding-bottom: 36px;
}
.ferge-class .pl-xs-9 {
  padding-left: 36px;
}
.ferge-class .p-xs-10 {
  padding: 40px;
}
.ferge-class .pt-xs-10 {
  padding-top: 40px;
}
.ferge-class .pr-xs-10 {
  padding-right: 40px;
}
.ferge-class .pb-xs-10 {
  padding-bottom: 40px;
}
.ferge-class .pl-xs-10 {
  padding-left: 40px;
}
.ferge-class .p-xs-11 {
  padding: 44px;
}
.ferge-class .pt-xs-11 {
  padding-top: 44px;
}
.ferge-class .pr-xs-11 {
  padding-right: 44px;
}
.ferge-class .pb-xs-11 {
  padding-bottom: 44px;
}
.ferge-class .pl-xs-11 {
  padding-left: 44px;
}
.ferge-class .p-xs-12 {
  padding: 48px;
}
.ferge-class .pt-xs-12 {
  padding-top: 48px;
}
.ferge-class .pr-xs-12 {
  padding-right: 48px;
}
.ferge-class .pb-xs-12 {
  padding-bottom: 48px;
}
.ferge-class .pl-xs-12 {
  padding-left: 48px;
}
.ferge-class .p-xs-13 {
  padding: 52px;
}
.ferge-class .pt-xs-13 {
  padding-top: 52px;
}
.ferge-class .pr-xs-13 {
  padding-right: 52px;
}
.ferge-class .pb-xs-13 {
  padding-bottom: 52px;
}
.ferge-class .pl-xs-13 {
  padding-left: 52px;
}
.ferge-class .p-xs-14 {
  padding: 56px;
}
.ferge-class .pt-xs-14 {
  padding-top: 56px;
}
.ferge-class .pr-xs-14 {
  padding-right: 56px;
}
.ferge-class .pb-xs-14 {
  padding-bottom: 56px;
}
.ferge-class .pl-xs-14 {
  padding-left: 56px;
}
.ferge-class .p-xs-15 {
  padding: 60px;
}
.ferge-class .pt-xs-15 {
  padding-top: 60px;
}
.ferge-class .pr-xs-15 {
  padding-right: 60px;
}
.ferge-class .pb-xs-15 {
  padding-bottom: 60px;
}
.ferge-class .pl-xs-15 {
  padding-left: 60px;
}
.ferge-class .p-xs-16 {
  padding: 64px;
}
.ferge-class .pt-xs-16 {
  padding-top: 64px;
}
.ferge-class .pr-xs-16 {
  padding-right: 64px;
}
.ferge-class .pb-xs-16 {
  padding-bottom: 64px;
}
.ferge-class .pl-xs-16 {
  padding-left: 64px;
}
.ferge-class .p-xs-17 {
  padding: 68px;
}
.ferge-class .pt-xs-17 {
  padding-top: 68px;
}
.ferge-class .pr-xs-17 {
  padding-right: 68px;
}
.ferge-class .pb-xs-17 {
  padding-bottom: 68px;
}
.ferge-class .pl-xs-17 {
  padding-left: 68px;
}
.ferge-class .p-xs-18 {
  padding: 72px;
}
.ferge-class .pt-xs-18 {
  padding-top: 72px;
}
.ferge-class .pr-xs-18 {
  padding-right: 72px;
}
.ferge-class .pb-xs-18 {
  padding-bottom: 72px;
}
.ferge-class .pl-xs-18 {
  padding-left: 72px;
}
.ferge-class .p-xs-19 {
  padding: 76px;
}
.ferge-class .pt-xs-19 {
  padding-top: 76px;
}
.ferge-class .pr-xs-19 {
  padding-right: 76px;
}
.ferge-class .pb-xs-19 {
  padding-bottom: 76px;
}
.ferge-class .pl-xs-19 {
  padding-left: 76px;
}
.ferge-class .p-xs-20 {
  padding: 80px;
}
.ferge-class .pt-xs-20 {
  padding-top: 80px;
}
.ferge-class .pr-xs-20 {
  padding-right: 80px;
}
.ferge-class .pb-xs-20 {
  padding-bottom: 80px;
}
.ferge-class .pl-xs-20 {
  padding-left: 80px;
}
.ferge-class .p-xs-21 {
  padding: 84px;
}
.ferge-class .pt-xs-21 {
  padding-top: 84px;
}
.ferge-class .pr-xs-21 {
  padding-right: 84px;
}
.ferge-class .pb-xs-21 {
  padding-bottom: 84px;
}
.ferge-class .pl-xs-21 {
  padding-left: 84px;
}
.ferge-class .p-xs-22 {
  padding: 88px;
}
.ferge-class .pt-xs-22 {
  padding-top: 88px;
}
.ferge-class .pr-xs-22 {
  padding-right: 88px;
}
.ferge-class .pb-xs-22 {
  padding-bottom: 88px;
}
.ferge-class .pl-xs-22 {
  padding-left: 88px;
}
.ferge-class .p-xs-23 {
  padding: 92px;
}
.ferge-class .pt-xs-23 {
  padding-top: 92px;
}
.ferge-class .pr-xs-23 {
  padding-right: 92px;
}
.ferge-class .pb-xs-23 {
  padding-bottom: 92px;
}
.ferge-class .pl-xs-23 {
  padding-left: 92px;
}
.ferge-class .p-xs-24 {
  padding: 96px;
}
.ferge-class .pt-xs-24 {
  padding-top: 96px;
}
.ferge-class .pr-xs-24 {
  padding-right: 96px;
}
.ferge-class .pb-xs-24 {
  padding-bottom: 96px;
}
.ferge-class .pl-xs-24 {
  padding-left: 96px;
}
.ferge-class .p-xs-25 {
  padding: 100px;
}
.ferge-class .pt-xs-25 {
  padding-top: 100px;
}
.ferge-class .pr-xs-25 {
  padding-right: 100px;
}
.ferge-class .pb-xs-25 {
  padding-bottom: 100px;
}
.ferge-class .pl-xs-25 {
  padding-left: 100px;
}
.ferge-class .p-xs-26 {
  padding: 104px;
}
.ferge-class .pt-xs-26 {
  padding-top: 104px;
}
.ferge-class .pr-xs-26 {
  padding-right: 104px;
}
.ferge-class .pb-xs-26 {
  padding-bottom: 104px;
}
.ferge-class .pl-xs-26 {
  padding-left: 104px;
}
.ferge-class .p-xs-27 {
  padding: 108px;
}
.ferge-class .pt-xs-27 {
  padding-top: 108px;
}
.ferge-class .pr-xs-27 {
  padding-right: 108px;
}
.ferge-class .pb-xs-27 {
  padding-bottom: 108px;
}
.ferge-class .pl-xs-27 {
  padding-left: 108px;
}
.ferge-class .p-xs-28 {
  padding: 112px;
}
.ferge-class .pt-xs-28 {
  padding-top: 112px;
}
.ferge-class .pr-xs-28 {
  padding-right: 112px;
}
.ferge-class .pb-xs-28 {
  padding-bottom: 112px;
}
.ferge-class .pl-xs-28 {
  padding-left: 112px;
}
.ferge-class .p-xs-29 {
  padding: 116px;
}
.ferge-class .pt-xs-29 {
  padding-top: 116px;
}
.ferge-class .pr-xs-29 {
  padding-right: 116px;
}
.ferge-class .pb-xs-29 {
  padding-bottom: 116px;
}
.ferge-class .pl-xs-29 {
  padding-left: 116px;
}
.ferge-class .p-xs-30 {
  padding: 120px;
}
.ferge-class .pt-xs-30 {
  padding-top: 120px;
}
.ferge-class .pr-xs-30 {
  padding-right: 120px;
}
.ferge-class .pb-xs-30 {
  padding-bottom: 120px;
}
.ferge-class .pl-xs-30 {
  padding-left: 120px;
}
@media (min-width: 600px) {
  .ferge-class .mt-0 {
    margin-top: 0px;
  }
  .ferge-class .mr-0 {
    margin-right: 0px;
  }
  .ferge-class .mb-0 {
    margin-bottom: 0px;
  }
  .ferge-class .ml-0 {
    margin-left: 0px;
  }
  .ferge-class .mt-1 {
    margin-top: 4px;
  }
  .ferge-class .mr-1 {
    margin-right: 4px;
  }
  .ferge-class .mb-1 {
    margin-bottom: 4px;
  }
  .ferge-class .ml-1 {
    margin-left: 4px;
  }
  .ferge-class .mt-2 {
    margin-top: 8px;
  }
  .ferge-class .mr-2 {
    margin-right: 8px;
  }
  .ferge-class .mb-2 {
    margin-bottom: 8px;
  }
  .ferge-class .ml-2 {
    margin-left: 8px;
  }
  .ferge-class .mt-3 {
    margin-top: 12px;
  }
  .ferge-class .mr-3 {
    margin-right: 12px;
  }
  .ferge-class .mb-3 {
    margin-bottom: 12px;
  }
  .ferge-class .ml-3 {
    margin-left: 12px;
  }
  .ferge-class .mt-4 {
    margin-top: 16px;
  }
  .ferge-class .mr-4 {
    margin-right: 16px;
  }
  .ferge-class .mb-4 {
    margin-bottom: 16px;
  }
  .ferge-class .ml-4 {
    margin-left: 16px;
  }
  .ferge-class .mt-5 {
    margin-top: 20px;
  }
  .ferge-class .mr-5 {
    margin-right: 20px;
  }
  .ferge-class .mb-5 {
    margin-bottom: 20px;
  }
  .ferge-class .ml-5 {
    margin-left: 20px;
  }
  .ferge-class .mt-6 {
    margin-top: 24px;
  }
  .ferge-class .mr-6 {
    margin-right: 24px;
  }
  .ferge-class .mb-6 {
    margin-bottom: 24px;
  }
  .ferge-class .ml-6 {
    margin-left: 24px;
  }
  .ferge-class .mt-7 {
    margin-top: 28px;
  }
  .ferge-class .mr-7 {
    margin-right: 28px;
  }
  .ferge-class .mb-7 {
    margin-bottom: 28px;
  }
  .ferge-class .ml-7 {
    margin-left: 28px;
  }
  .ferge-class .mt-8 {
    margin-top: 32px;
  }
  .ferge-class .mr-8 {
    margin-right: 32px;
  }
  .ferge-class .mb-8 {
    margin-bottom: 32px;
  }
  .ferge-class .ml-8 {
    margin-left: 32px;
  }
  .ferge-class .mt-9 {
    margin-top: 36px;
  }
  .ferge-class .mr-9 {
    margin-right: 36px;
  }
  .ferge-class .mb-9 {
    margin-bottom: 36px;
  }
  .ferge-class .ml-9 {
    margin-left: 36px;
  }
  .ferge-class .mt-10 {
    margin-top: 40px;
  }
  .ferge-class .mr-10 {
    margin-right: 40px;
  }
  .ferge-class .mb-10 {
    margin-bottom: 40px;
  }
  .ferge-class .ml-10 {
    margin-left: 40px;
  }
  .ferge-class .mt-11 {
    margin-top: 44px;
  }
  .ferge-class .mr-11 {
    margin-right: 44px;
  }
  .ferge-class .mb-11 {
    margin-bottom: 44px;
  }
  .ferge-class .ml-11 {
    margin-left: 44px;
  }
  .ferge-class .mt-12 {
    margin-top: 48px;
  }
  .ferge-class .mr-12 {
    margin-right: 48px;
  }
  .ferge-class .mb-12 {
    margin-bottom: 48px;
  }
  .ferge-class .ml-12 {
    margin-left: 48px;
  }
  .ferge-class .mt-13 {
    margin-top: 52px;
  }
  .ferge-class .mr-13 {
    margin-right: 52px;
  }
  .ferge-class .mb-13 {
    margin-bottom: 52px;
  }
  .ferge-class .ml-13 {
    margin-left: 52px;
  }
  .ferge-class .mt-14 {
    margin-top: 56px;
  }
  .ferge-class .mr-14 {
    margin-right: 56px;
  }
  .ferge-class .mb-14 {
    margin-bottom: 56px;
  }
  .ferge-class .ml-14 {
    margin-left: 56px;
  }
  .ferge-class .mt-15 {
    margin-top: 60px;
  }
  .ferge-class .mr-15 {
    margin-right: 60px;
  }
  .ferge-class .mb-15 {
    margin-bottom: 60px;
  }
  .ferge-class .ml-15 {
    margin-left: 60px;
  }
  .ferge-class .mt-16 {
    margin-top: 64px;
  }
  .ferge-class .mr-16 {
    margin-right: 64px;
  }
  .ferge-class .mb-16 {
    margin-bottom: 64px;
  }
  .ferge-class .ml-16 {
    margin-left: 64px;
  }
  .ferge-class .mt-17 {
    margin-top: 68px;
  }
  .ferge-class .mr-17 {
    margin-right: 68px;
  }
  .ferge-class .mb-17 {
    margin-bottom: 68px;
  }
  .ferge-class .ml-17 {
    margin-left: 68px;
  }
  .ferge-class .mt-18 {
    margin-top: 72px;
  }
  .ferge-class .mr-18 {
    margin-right: 72px;
  }
  .ferge-class .mb-18 {
    margin-bottom: 72px;
  }
  .ferge-class .ml-18 {
    margin-left: 72px;
  }
  .ferge-class .mt-19 {
    margin-top: 76px;
  }
  .ferge-class .mr-19 {
    margin-right: 76px;
  }
  .ferge-class .mb-19 {
    margin-bottom: 76px;
  }
  .ferge-class .ml-19 {
    margin-left: 76px;
  }
  .ferge-class .mt-20 {
    margin-top: 80px;
  }
  .ferge-class .mr-20 {
    margin-right: 80px;
  }
  .ferge-class .mb-20 {
    margin-bottom: 80px;
  }
  .ferge-class .ml-20 {
    margin-left: 80px;
  }
  .ferge-class .mt-21 {
    margin-top: 84px;
  }
  .ferge-class .mr-21 {
    margin-right: 84px;
  }
  .ferge-class .mb-21 {
    margin-bottom: 84px;
  }
  .ferge-class .ml-21 {
    margin-left: 84px;
  }
  .ferge-class .mt-22 {
    margin-top: 88px;
  }
  .ferge-class .mr-22 {
    margin-right: 88px;
  }
  .ferge-class .mb-22 {
    margin-bottom: 88px;
  }
  .ferge-class .ml-22 {
    margin-left: 88px;
  }
  .ferge-class .mt-23 {
    margin-top: 92px;
  }
  .ferge-class .mr-23 {
    margin-right: 92px;
  }
  .ferge-class .mb-23 {
    margin-bottom: 92px;
  }
  .ferge-class .ml-23 {
    margin-left: 92px;
  }
  .ferge-class .mt-24 {
    margin-top: 96px;
  }
  .ferge-class .mr-24 {
    margin-right: 96px;
  }
  .ferge-class .mb-24 {
    margin-bottom: 96px;
  }
  .ferge-class .ml-24 {
    margin-left: 96px;
  }
  .ferge-class .mt-25 {
    margin-top: 100px;
  }
  .ferge-class .mr-25 {
    margin-right: 100px;
  }
  .ferge-class .mb-25 {
    margin-bottom: 100px;
  }
  .ferge-class .ml-25 {
    margin-left: 100px;
  }
  .ferge-class .mt-26 {
    margin-top: 104px;
  }
  .ferge-class .mr-26 {
    margin-right: 104px;
  }
  .ferge-class .mb-26 {
    margin-bottom: 104px;
  }
  .ferge-class .ml-26 {
    margin-left: 104px;
  }
  .ferge-class .mt-27 {
    margin-top: 108px;
  }
  .ferge-class .mr-27 {
    margin-right: 108px;
  }
  .ferge-class .mb-27 {
    margin-bottom: 108px;
  }
  .ferge-class .ml-27 {
    margin-left: 108px;
  }
  .ferge-class .mt-28 {
    margin-top: 112px;
  }
  .ferge-class .mr-28 {
    margin-right: 112px;
  }
  .ferge-class .mb-28 {
    margin-bottom: 112px;
  }
  .ferge-class .ml-28 {
    margin-left: 112px;
  }
  .ferge-class .mt-29 {
    margin-top: 116px;
  }
  .ferge-class .mr-29 {
    margin-right: 116px;
  }
  .ferge-class .mb-29 {
    margin-bottom: 116px;
  }
  .ferge-class .ml-29 {
    margin-left: 116px;
  }
  .ferge-class .mt-30 {
    margin-top: 120px;
  }
  .ferge-class .mr-30 {
    margin-right: 120px;
  }
  .ferge-class .mb-30 {
    margin-bottom: 120px;
  }
  .ferge-class .ml-30 {
    margin-left: 120px;
  }
  .ferge-class .pt-0 {
    padding-top: 0px;
  }
  .ferge-class .pr-0 {
    padding-right: 0px;
  }
  .ferge-class .pb-0 {
    padding-bottom: 0px;
  }
  .ferge-class .pl-0 {
    padding-left: 0px;
  }
  .ferge-class .pt-1 {
    padding-top: 4px;
  }
  .ferge-class .pr-1 {
    padding-right: 4px;
  }
  .ferge-class .pb-1 {
    padding-bottom: 4px;
  }
  .ferge-class .pl-1 {
    padding-left: 4px;
  }
  .ferge-class .pt-2 {
    padding-top: 8px;
  }
  .ferge-class .pr-2 {
    padding-right: 8px;
  }
  .ferge-class .pb-2 {
    padding-bottom: 8px;
  }
  .ferge-class .pl-2 {
    padding-left: 8px;
  }
  .ferge-class .pt-3 {
    padding-top: 12px;
  }
  .ferge-class .pr-3 {
    padding-right: 12px;
  }
  .ferge-class .pb-3 {
    padding-bottom: 12px;
  }
  .ferge-class .pl-3 {
    padding-left: 12px;
  }
  .ferge-class .pt-4 {
    padding-top: 16px;
  }
  .ferge-class .pr-4 {
    padding-right: 16px;
  }
  .ferge-class .pb-4 {
    padding-bottom: 16px;
  }
  .ferge-class .pl-4 {
    padding-left: 16px;
  }
  .ferge-class .pt-5 {
    padding-top: 20px;
  }
  .ferge-class .pr-5 {
    padding-right: 20px;
  }
  .ferge-class .pb-5 {
    padding-bottom: 20px;
  }
  .ferge-class .pl-5 {
    padding-left: 20px;
  }
  .ferge-class .pt-6 {
    padding-top: 24px;
  }
  .ferge-class .pr-6 {
    padding-right: 24px;
  }
  .ferge-class .pb-6 {
    padding-bottom: 24px;
  }
  .ferge-class .pl-6 {
    padding-left: 24px;
  }
  .ferge-class .pt-7 {
    padding-top: 28px;
  }
  .ferge-class .pr-7 {
    padding-right: 28px;
  }
  .ferge-class .pb-7 {
    padding-bottom: 28px;
  }
  .ferge-class .pl-7 {
    padding-left: 28px;
  }
  .ferge-class .pt-8 {
    padding-top: 32px;
  }
  .ferge-class .pr-8 {
    padding-right: 32px;
  }
  .ferge-class .pb-8 {
    padding-bottom: 32px;
  }
  .ferge-class .pl-8 {
    padding-left: 32px;
  }
  .ferge-class .pt-9 {
    padding-top: 36px;
  }
  .ferge-class .pr-9 {
    padding-right: 36px;
  }
  .ferge-class .pb-9 {
    padding-bottom: 36px;
  }
  .ferge-class .pl-9 {
    padding-left: 36px;
  }
  .ferge-class .pt-10 {
    padding-top: 40px;
  }
  .ferge-class .pr-10 {
    padding-right: 40px;
  }
  .ferge-class .pb-10 {
    padding-bottom: 40px;
  }
  .ferge-class .pl-10 {
    padding-left: 40px;
  }
  .ferge-class .pt-11 {
    padding-top: 44px;
  }
  .ferge-class .pr-11 {
    padding-right: 44px;
  }
  .ferge-class .pb-11 {
    padding-bottom: 44px;
  }
  .ferge-class .pl-11 {
    padding-left: 44px;
  }
  .ferge-class .pt-12 {
    padding-top: 48px;
  }
  .ferge-class .pr-12 {
    padding-right: 48px;
  }
  .ferge-class .pb-12 {
    padding-bottom: 48px;
  }
  .ferge-class .pl-12 {
    padding-left: 48px;
  }
  .ferge-class .pt-13 {
    padding-top: 52px;
  }
  .ferge-class .pr-13 {
    padding-right: 52px;
  }
  .ferge-class .pb-13 {
    padding-bottom: 52px;
  }
  .ferge-class .pl-13 {
    padding-left: 52px;
  }
  .ferge-class .pt-14 {
    padding-top: 56px;
  }
  .ferge-class .pr-14 {
    padding-right: 56px;
  }
  .ferge-class .pb-14 {
    padding-bottom: 56px;
  }
  .ferge-class .pl-14 {
    padding-left: 56px;
  }
  .ferge-class .pt-15 {
    padding-top: 60px;
  }
  .ferge-class .pr-15 {
    padding-right: 60px;
  }
  .ferge-class .pb-15 {
    padding-bottom: 60px;
  }
  .ferge-class .pl-15 {
    padding-left: 60px;
  }
  .ferge-class .pt-16 {
    padding-top: 64px;
  }
  .ferge-class .pr-16 {
    padding-right: 64px;
  }
  .ferge-class .pb-16 {
    padding-bottom: 64px;
  }
  .ferge-class .pl-16 {
    padding-left: 64px;
  }
  .ferge-class .pt-17 {
    padding-top: 68px;
  }
  .ferge-class .pr-17 {
    padding-right: 68px;
  }
  .ferge-class .pb-17 {
    padding-bottom: 68px;
  }
  .ferge-class .pl-17 {
    padding-left: 68px;
  }
  .ferge-class .pt-18 {
    padding-top: 72px;
  }
  .ferge-class .pr-18 {
    padding-right: 72px;
  }
  .ferge-class .pb-18 {
    padding-bottom: 72px;
  }
  .ferge-class .pl-18 {
    padding-left: 72px;
  }
  .ferge-class .pt-19 {
    padding-top: 76px;
  }
  .ferge-class .pr-19 {
    padding-right: 76px;
  }
  .ferge-class .pb-19 {
    padding-bottom: 76px;
  }
  .ferge-class .pl-19 {
    padding-left: 76px;
  }
  .ferge-class .pt-20 {
    padding-top: 80px;
  }
  .ferge-class .pr-20 {
    padding-right: 80px;
  }
  .ferge-class .pb-20 {
    padding-bottom: 80px;
  }
  .ferge-class .pl-20 {
    padding-left: 80px;
  }
  .ferge-class .pt-21 {
    padding-top: 84px;
  }
  .ferge-class .pr-21 {
    padding-right: 84px;
  }
  .ferge-class .pb-21 {
    padding-bottom: 84px;
  }
  .ferge-class .pl-21 {
    padding-left: 84px;
  }
  .ferge-class .pt-22 {
    padding-top: 88px;
  }
  .ferge-class .pr-22 {
    padding-right: 88px;
  }
  .ferge-class .pb-22 {
    padding-bottom: 88px;
  }
  .ferge-class .pl-22 {
    padding-left: 88px;
  }
  .ferge-class .pt-23 {
    padding-top: 92px;
  }
  .ferge-class .pr-23 {
    padding-right: 92px;
  }
  .ferge-class .pb-23 {
    padding-bottom: 92px;
  }
  .ferge-class .pl-23 {
    padding-left: 92px;
  }
  .ferge-class .pt-24 {
    padding-top: 96px;
  }
  .ferge-class .pr-24 {
    padding-right: 96px;
  }
  .ferge-class .pb-24 {
    padding-bottom: 96px;
  }
  .ferge-class .pl-24 {
    padding-left: 96px;
  }
  .ferge-class .pt-25 {
    padding-top: 100px;
  }
  .ferge-class .pr-25 {
    padding-right: 100px;
  }
  .ferge-class .pb-25 {
    padding-bottom: 100px;
  }
  .ferge-class .pl-25 {
    padding-left: 100px;
  }
  .ferge-class .pt-26 {
    padding-top: 104px;
  }
  .ferge-class .pr-26 {
    padding-right: 104px;
  }
  .ferge-class .pb-26 {
    padding-bottom: 104px;
  }
  .ferge-class .pl-26 {
    padding-left: 104px;
  }
  .ferge-class .pt-27 {
    padding-top: 108px;
  }
  .ferge-class .pr-27 {
    padding-right: 108px;
  }
  .ferge-class .pb-27 {
    padding-bottom: 108px;
  }
  .ferge-class .pl-27 {
    padding-left: 108px;
  }
  .ferge-class .pt-28 {
    padding-top: 112px;
  }
  .ferge-class .pr-28 {
    padding-right: 112px;
  }
  .ferge-class .pb-28 {
    padding-bottom: 112px;
  }
  .ferge-class .pl-28 {
    padding-left: 112px;
  }
  .ferge-class .pt-29 {
    padding-top: 116px;
  }
  .ferge-class .pr-29 {
    padding-right: 116px;
  }
  .ferge-class .pb-29 {
    padding-bottom: 116px;
  }
  .ferge-class .pl-29 {
    padding-left: 116px;
  }
  .ferge-class .pt-30 {
    padding-top: 120px;
  }
  .ferge-class .pr-30 {
    padding-right: 120px;
  }
  .ferge-class .pb-30 {
    padding-bottom: 120px;
  }
  .ferge-class .pl-30 {
    padding-left: 120px;
  }
  .ferge-class .m-sm-0 {
    margin: 0px;
  }
  .ferge-class .mt-sm-0 {
    margin-top: 0px;
  }
  .ferge-class .mr-sm-0 {
    margin-right: 0px;
  }
  .ferge-class .mb-sm-0 {
    margin-bottom: 0px;
  }
  .ferge-class .ml-sm-0 {
    margin-left: 0px;
  }
  .ferge-class .mt-sm-n0 {
    margin-top: 0px;
  }
  .ferge-class .mr-sm-n0 {
    margin-right: 0px;
  }
  .ferge-class .mb-sm-n0 {
    margin-bottom: 0px;
  }
  .ferge-class .ml-sm-n0 {
    margin-left: 0px;
  }
  .ferge-class .m-sm-1 {
    margin: 4px;
  }
  .ferge-class .mt-sm-1 {
    margin-top: 4px;
  }
  .ferge-class .mr-sm-1 {
    margin-right: 4px;
  }
  .ferge-class .mb-sm-1 {
    margin-bottom: 4px;
  }
  .ferge-class .ml-sm-1 {
    margin-left: 4px;
  }
  .ferge-class .mt-sm-n1 {
    margin-top: -4px;
  }
  .ferge-class .mr-sm-n1 {
    margin-right: -4px;
  }
  .ferge-class .mb-sm-n1 {
    margin-bottom: -4px;
  }
  .ferge-class .ml-sm-n1 {
    margin-left: -4px;
  }
  .ferge-class .m-sm-2 {
    margin: 8px;
  }
  .ferge-class .mt-sm-2 {
    margin-top: 8px;
  }
  .ferge-class .mr-sm-2 {
    margin-right: 8px;
  }
  .ferge-class .mb-sm-2 {
    margin-bottom: 8px;
  }
  .ferge-class .ml-sm-2 {
    margin-left: 8px;
  }
  .ferge-class .mt-sm-n2 {
    margin-top: -8px;
  }
  .ferge-class .mr-sm-n2 {
    margin-right: -8px;
  }
  .ferge-class .mb-sm-n2 {
    margin-bottom: -8px;
  }
  .ferge-class .ml-sm-n2 {
    margin-left: -8px;
  }
  .ferge-class .m-sm-3 {
    margin: 12px;
  }
  .ferge-class .mt-sm-3 {
    margin-top: 12px;
  }
  .ferge-class .mr-sm-3 {
    margin-right: 12px;
  }
  .ferge-class .mb-sm-3 {
    margin-bottom: 12px;
  }
  .ferge-class .ml-sm-3 {
    margin-left: 12px;
  }
  .ferge-class .mt-sm-n3 {
    margin-top: -12px;
  }
  .ferge-class .mr-sm-n3 {
    margin-right: -12px;
  }
  .ferge-class .mb-sm-n3 {
    margin-bottom: -12px;
  }
  .ferge-class .ml-sm-n3 {
    margin-left: -12px;
  }
  .ferge-class .m-sm-4 {
    margin: 16px;
  }
  .ferge-class .mt-sm-4 {
    margin-top: 16px;
  }
  .ferge-class .mr-sm-4 {
    margin-right: 16px;
  }
  .ferge-class .mb-sm-4 {
    margin-bottom: 16px;
  }
  .ferge-class .ml-sm-4 {
    margin-left: 16px;
  }
  .ferge-class .mt-sm-n4 {
    margin-top: -16px;
  }
  .ferge-class .mr-sm-n4 {
    margin-right: -16px;
  }
  .ferge-class .mb-sm-n4 {
    margin-bottom: -16px;
  }
  .ferge-class .ml-sm-n4 {
    margin-left: -16px;
  }
  .ferge-class .m-sm-5 {
    margin: 20px;
  }
  .ferge-class .mt-sm-5 {
    margin-top: 20px;
  }
  .ferge-class .mr-sm-5 {
    margin-right: 20px;
  }
  .ferge-class .mb-sm-5 {
    margin-bottom: 20px;
  }
  .ferge-class .ml-sm-5 {
    margin-left: 20px;
  }
  .ferge-class .mt-sm-n5 {
    margin-top: -20px;
  }
  .ferge-class .mr-sm-n5 {
    margin-right: -20px;
  }
  .ferge-class .mb-sm-n5 {
    margin-bottom: -20px;
  }
  .ferge-class .ml-sm-n5 {
    margin-left: -20px;
  }
  .ferge-class .m-sm-6 {
    margin: 24px;
  }
  .ferge-class .mt-sm-6 {
    margin-top: 24px;
  }
  .ferge-class .mr-sm-6 {
    margin-right: 24px;
  }
  .ferge-class .mb-sm-6 {
    margin-bottom: 24px;
  }
  .ferge-class .ml-sm-6 {
    margin-left: 24px;
  }
  .ferge-class .mt-sm-n6 {
    margin-top: -24px;
  }
  .ferge-class .mr-sm-n6 {
    margin-right: -24px;
  }
  .ferge-class .mb-sm-n6 {
    margin-bottom: -24px;
  }
  .ferge-class .ml-sm-n6 {
    margin-left: -24px;
  }
  .ferge-class .m-sm-7 {
    margin: 28px;
  }
  .ferge-class .mt-sm-7 {
    margin-top: 28px;
  }
  .ferge-class .mr-sm-7 {
    margin-right: 28px;
  }
  .ferge-class .mb-sm-7 {
    margin-bottom: 28px;
  }
  .ferge-class .ml-sm-7 {
    margin-left: 28px;
  }
  .ferge-class .mt-sm-n7 {
    margin-top: -28px;
  }
  .ferge-class .mr-sm-n7 {
    margin-right: -28px;
  }
  .ferge-class .mb-sm-n7 {
    margin-bottom: -28px;
  }
  .ferge-class .ml-sm-n7 {
    margin-left: -28px;
  }
  .ferge-class .m-sm-8 {
    margin: 32px;
  }
  .ferge-class .mt-sm-8 {
    margin-top: 32px;
  }
  .ferge-class .mr-sm-8 {
    margin-right: 32px;
  }
  .ferge-class .mb-sm-8 {
    margin-bottom: 32px;
  }
  .ferge-class .ml-sm-8 {
    margin-left: 32px;
  }
  .ferge-class .mt-sm-n8 {
    margin-top: -32px;
  }
  .ferge-class .mr-sm-n8 {
    margin-right: -32px;
  }
  .ferge-class .mb-sm-n8 {
    margin-bottom: -32px;
  }
  .ferge-class .ml-sm-n8 {
    margin-left: -32px;
  }
  .ferge-class .m-sm-9 {
    margin: 36px;
  }
  .ferge-class .mt-sm-9 {
    margin-top: 36px;
  }
  .ferge-class .mr-sm-9 {
    margin-right: 36px;
  }
  .ferge-class .mb-sm-9 {
    margin-bottom: 36px;
  }
  .ferge-class .ml-sm-9 {
    margin-left: 36px;
  }
  .ferge-class .mt-sm-n9 {
    margin-top: -36px;
  }
  .ferge-class .mr-sm-n9 {
    margin-right: -36px;
  }
  .ferge-class .mb-sm-n9 {
    margin-bottom: -36px;
  }
  .ferge-class .ml-sm-n9 {
    margin-left: -36px;
  }
  .ferge-class .m-sm-10 {
    margin: 40px;
  }
  .ferge-class .mt-sm-10 {
    margin-top: 40px;
  }
  .ferge-class .mr-sm-10 {
    margin-right: 40px;
  }
  .ferge-class .mb-sm-10 {
    margin-bottom: 40px;
  }
  .ferge-class .ml-sm-10 {
    margin-left: 40px;
  }
  .ferge-class .mt-sm-n10 {
    margin-top: -40px;
  }
  .ferge-class .mr-sm-n10 {
    margin-right: -40px;
  }
  .ferge-class .mb-sm-n10 {
    margin-bottom: -40px;
  }
  .ferge-class .ml-sm-n10 {
    margin-left: -40px;
  }
  .ferge-class .m-sm-11 {
    margin: 44px;
  }
  .ferge-class .mt-sm-11 {
    margin-top: 44px;
  }
  .ferge-class .mr-sm-11 {
    margin-right: 44px;
  }
  .ferge-class .mb-sm-11 {
    margin-bottom: 44px;
  }
  .ferge-class .ml-sm-11 {
    margin-left: 44px;
  }
  .ferge-class .mt-sm-n11 {
    margin-top: -44px;
  }
  .ferge-class .mr-sm-n11 {
    margin-right: -44px;
  }
  .ferge-class .mb-sm-n11 {
    margin-bottom: -44px;
  }
  .ferge-class .ml-sm-n11 {
    margin-left: -44px;
  }
  .ferge-class .m-sm-12 {
    margin: 48px;
  }
  .ferge-class .mt-sm-12 {
    margin-top: 48px;
  }
  .ferge-class .mr-sm-12 {
    margin-right: 48px;
  }
  .ferge-class .mb-sm-12 {
    margin-bottom: 48px;
  }
  .ferge-class .ml-sm-12 {
    margin-left: 48px;
  }
  .ferge-class .mt-sm-n12 {
    margin-top: -48px;
  }
  .ferge-class .mr-sm-n12 {
    margin-right: -48px;
  }
  .ferge-class .mb-sm-n12 {
    margin-bottom: -48px;
  }
  .ferge-class .ml-sm-n12 {
    margin-left: -48px;
  }
  .ferge-class .m-sm-13 {
    margin: 52px;
  }
  .ferge-class .mt-sm-13 {
    margin-top: 52px;
  }
  .ferge-class .mr-sm-13 {
    margin-right: 52px;
  }
  .ferge-class .mb-sm-13 {
    margin-bottom: 52px;
  }
  .ferge-class .ml-sm-13 {
    margin-left: 52px;
  }
  .ferge-class .mt-sm-n13 {
    margin-top: -52px;
  }
  .ferge-class .mr-sm-n13 {
    margin-right: -52px;
  }
  .ferge-class .mb-sm-n13 {
    margin-bottom: -52px;
  }
  .ferge-class .ml-sm-n13 {
    margin-left: -52px;
  }
  .ferge-class .m-sm-14 {
    margin: 56px;
  }
  .ferge-class .mt-sm-14 {
    margin-top: 56px;
  }
  .ferge-class .mr-sm-14 {
    margin-right: 56px;
  }
  .ferge-class .mb-sm-14 {
    margin-bottom: 56px;
  }
  .ferge-class .ml-sm-14 {
    margin-left: 56px;
  }
  .ferge-class .mt-sm-n14 {
    margin-top: -56px;
  }
  .ferge-class .mr-sm-n14 {
    margin-right: -56px;
  }
  .ferge-class .mb-sm-n14 {
    margin-bottom: -56px;
  }
  .ferge-class .ml-sm-n14 {
    margin-left: -56px;
  }
  .ferge-class .m-sm-15 {
    margin: 60px;
  }
  .ferge-class .mt-sm-15 {
    margin-top: 60px;
  }
  .ferge-class .mr-sm-15 {
    margin-right: 60px;
  }
  .ferge-class .mb-sm-15 {
    margin-bottom: 60px;
  }
  .ferge-class .ml-sm-15 {
    margin-left: 60px;
  }
  .ferge-class .mt-sm-n15 {
    margin-top: -60px;
  }
  .ferge-class .mr-sm-n15 {
    margin-right: -60px;
  }
  .ferge-class .mb-sm-n15 {
    margin-bottom: -60px;
  }
  .ferge-class .ml-sm-n15 {
    margin-left: -60px;
  }
  .ferge-class .m-sm-16 {
    margin: 64px;
  }
  .ferge-class .mt-sm-16 {
    margin-top: 64px;
  }
  .ferge-class .mr-sm-16 {
    margin-right: 64px;
  }
  .ferge-class .mb-sm-16 {
    margin-bottom: 64px;
  }
  .ferge-class .ml-sm-16 {
    margin-left: 64px;
  }
  .ferge-class .mt-sm-n16 {
    margin-top: -64px;
  }
  .ferge-class .mr-sm-n16 {
    margin-right: -64px;
  }
  .ferge-class .mb-sm-n16 {
    margin-bottom: -64px;
  }
  .ferge-class .ml-sm-n16 {
    margin-left: -64px;
  }
  .ferge-class .m-sm-17 {
    margin: 68px;
  }
  .ferge-class .mt-sm-17 {
    margin-top: 68px;
  }
  .ferge-class .mr-sm-17 {
    margin-right: 68px;
  }
  .ferge-class .mb-sm-17 {
    margin-bottom: 68px;
  }
  .ferge-class .ml-sm-17 {
    margin-left: 68px;
  }
  .ferge-class .mt-sm-n17 {
    margin-top: -68px;
  }
  .ferge-class .mr-sm-n17 {
    margin-right: -68px;
  }
  .ferge-class .mb-sm-n17 {
    margin-bottom: -68px;
  }
  .ferge-class .ml-sm-n17 {
    margin-left: -68px;
  }
  .ferge-class .m-sm-18 {
    margin: 72px;
  }
  .ferge-class .mt-sm-18 {
    margin-top: 72px;
  }
  .ferge-class .mr-sm-18 {
    margin-right: 72px;
  }
  .ferge-class .mb-sm-18 {
    margin-bottom: 72px;
  }
  .ferge-class .ml-sm-18 {
    margin-left: 72px;
  }
  .ferge-class .mt-sm-n18 {
    margin-top: -72px;
  }
  .ferge-class .mr-sm-n18 {
    margin-right: -72px;
  }
  .ferge-class .mb-sm-n18 {
    margin-bottom: -72px;
  }
  .ferge-class .ml-sm-n18 {
    margin-left: -72px;
  }
  .ferge-class .m-sm-19 {
    margin: 76px;
  }
  .ferge-class .mt-sm-19 {
    margin-top: 76px;
  }
  .ferge-class .mr-sm-19 {
    margin-right: 76px;
  }
  .ferge-class .mb-sm-19 {
    margin-bottom: 76px;
  }
  .ferge-class .ml-sm-19 {
    margin-left: 76px;
  }
  .ferge-class .mt-sm-n19 {
    margin-top: -76px;
  }
  .ferge-class .mr-sm-n19 {
    margin-right: -76px;
  }
  .ferge-class .mb-sm-n19 {
    margin-bottom: -76px;
  }
  .ferge-class .ml-sm-n19 {
    margin-left: -76px;
  }
  .ferge-class .m-sm-20 {
    margin: 80px;
  }
  .ferge-class .mt-sm-20 {
    margin-top: 80px;
  }
  .ferge-class .mr-sm-20 {
    margin-right: 80px;
  }
  .ferge-class .mb-sm-20 {
    margin-bottom: 80px;
  }
  .ferge-class .ml-sm-20 {
    margin-left: 80px;
  }
  .ferge-class .mt-sm-n20 {
    margin-top: -80px;
  }
  .ferge-class .mr-sm-n20 {
    margin-right: -80px;
  }
  .ferge-class .mb-sm-n20 {
    margin-bottom: -80px;
  }
  .ferge-class .ml-sm-n20 {
    margin-left: -80px;
  }
  .ferge-class .m-sm-21 {
    margin: 84px;
  }
  .ferge-class .mt-sm-21 {
    margin-top: 84px;
  }
  .ferge-class .mr-sm-21 {
    margin-right: 84px;
  }
  .ferge-class .mb-sm-21 {
    margin-bottom: 84px;
  }
  .ferge-class .ml-sm-21 {
    margin-left: 84px;
  }
  .ferge-class .mt-sm-n21 {
    margin-top: -84px;
  }
  .ferge-class .mr-sm-n21 {
    margin-right: -84px;
  }
  .ferge-class .mb-sm-n21 {
    margin-bottom: -84px;
  }
  .ferge-class .ml-sm-n21 {
    margin-left: -84px;
  }
  .ferge-class .m-sm-22 {
    margin: 88px;
  }
  .ferge-class .mt-sm-22 {
    margin-top: 88px;
  }
  .ferge-class .mr-sm-22 {
    margin-right: 88px;
  }
  .ferge-class .mb-sm-22 {
    margin-bottom: 88px;
  }
  .ferge-class .ml-sm-22 {
    margin-left: 88px;
  }
  .ferge-class .mt-sm-n22 {
    margin-top: -88px;
  }
  .ferge-class .mr-sm-n22 {
    margin-right: -88px;
  }
  .ferge-class .mb-sm-n22 {
    margin-bottom: -88px;
  }
  .ferge-class .ml-sm-n22 {
    margin-left: -88px;
  }
  .ferge-class .m-sm-23 {
    margin: 92px;
  }
  .ferge-class .mt-sm-23 {
    margin-top: 92px;
  }
  .ferge-class .mr-sm-23 {
    margin-right: 92px;
  }
  .ferge-class .mb-sm-23 {
    margin-bottom: 92px;
  }
  .ferge-class .ml-sm-23 {
    margin-left: 92px;
  }
  .ferge-class .mt-sm-n23 {
    margin-top: -92px;
  }
  .ferge-class .mr-sm-n23 {
    margin-right: -92px;
  }
  .ferge-class .mb-sm-n23 {
    margin-bottom: -92px;
  }
  .ferge-class .ml-sm-n23 {
    margin-left: -92px;
  }
  .ferge-class .m-sm-24 {
    margin: 96px;
  }
  .ferge-class .mt-sm-24 {
    margin-top: 96px;
  }
  .ferge-class .mr-sm-24 {
    margin-right: 96px;
  }
  .ferge-class .mb-sm-24 {
    margin-bottom: 96px;
  }
  .ferge-class .ml-sm-24 {
    margin-left: 96px;
  }
  .ferge-class .mt-sm-n24 {
    margin-top: -96px;
  }
  .ferge-class .mr-sm-n24 {
    margin-right: -96px;
  }
  .ferge-class .mb-sm-n24 {
    margin-bottom: -96px;
  }
  .ferge-class .ml-sm-n24 {
    margin-left: -96px;
  }
  .ferge-class .m-sm-25 {
    margin: 100px;
  }
  .ferge-class .mt-sm-25 {
    margin-top: 100px;
  }
  .ferge-class .mr-sm-25 {
    margin-right: 100px;
  }
  .ferge-class .mb-sm-25 {
    margin-bottom: 100px;
  }
  .ferge-class .ml-sm-25 {
    margin-left: 100px;
  }
  .ferge-class .mt-sm-n25 {
    margin-top: -100px;
  }
  .ferge-class .mr-sm-n25 {
    margin-right: -100px;
  }
  .ferge-class .mb-sm-n25 {
    margin-bottom: -100px;
  }
  .ferge-class .ml-sm-n25 {
    margin-left: -100px;
  }
  .ferge-class .m-sm-26 {
    margin: 104px;
  }
  .ferge-class .mt-sm-26 {
    margin-top: 104px;
  }
  .ferge-class .mr-sm-26 {
    margin-right: 104px;
  }
  .ferge-class .mb-sm-26 {
    margin-bottom: 104px;
  }
  .ferge-class .ml-sm-26 {
    margin-left: 104px;
  }
  .ferge-class .mt-sm-n26 {
    margin-top: -104px;
  }
  .ferge-class .mr-sm-n26 {
    margin-right: -104px;
  }
  .ferge-class .mb-sm-n26 {
    margin-bottom: -104px;
  }
  .ferge-class .ml-sm-n26 {
    margin-left: -104px;
  }
  .ferge-class .m-sm-27 {
    margin: 108px;
  }
  .ferge-class .mt-sm-27 {
    margin-top: 108px;
  }
  .ferge-class .mr-sm-27 {
    margin-right: 108px;
  }
  .ferge-class .mb-sm-27 {
    margin-bottom: 108px;
  }
  .ferge-class .ml-sm-27 {
    margin-left: 108px;
  }
  .ferge-class .mt-sm-n27 {
    margin-top: -108px;
  }
  .ferge-class .mr-sm-n27 {
    margin-right: -108px;
  }
  .ferge-class .mb-sm-n27 {
    margin-bottom: -108px;
  }
  .ferge-class .ml-sm-n27 {
    margin-left: -108px;
  }
  .ferge-class .m-sm-28 {
    margin: 112px;
  }
  .ferge-class .mt-sm-28 {
    margin-top: 112px;
  }
  .ferge-class .mr-sm-28 {
    margin-right: 112px;
  }
  .ferge-class .mb-sm-28 {
    margin-bottom: 112px;
  }
  .ferge-class .ml-sm-28 {
    margin-left: 112px;
  }
  .ferge-class .mt-sm-n28 {
    margin-top: -112px;
  }
  .ferge-class .mr-sm-n28 {
    margin-right: -112px;
  }
  .ferge-class .mb-sm-n28 {
    margin-bottom: -112px;
  }
  .ferge-class .ml-sm-n28 {
    margin-left: -112px;
  }
  .ferge-class .m-sm-29 {
    margin: 116px;
  }
  .ferge-class .mt-sm-29 {
    margin-top: 116px;
  }
  .ferge-class .mr-sm-29 {
    margin-right: 116px;
  }
  .ferge-class .mb-sm-29 {
    margin-bottom: 116px;
  }
  .ferge-class .ml-sm-29 {
    margin-left: 116px;
  }
  .ferge-class .mt-sm-n29 {
    margin-top: -116px;
  }
  .ferge-class .mr-sm-n29 {
    margin-right: -116px;
  }
  .ferge-class .mb-sm-n29 {
    margin-bottom: -116px;
  }
  .ferge-class .ml-sm-n29 {
    margin-left: -116px;
  }
  .ferge-class .m-sm-30 {
    margin: 120px;
  }
  .ferge-class .mt-sm-30 {
    margin-top: 120px;
  }
  .ferge-class .mr-sm-30 {
    margin-right: 120px;
  }
  .ferge-class .mb-sm-30 {
    margin-bottom: 120px;
  }
  .ferge-class .ml-sm-30 {
    margin-left: 120px;
  }
  .ferge-class .mt-sm-n30 {
    margin-top: -120px;
  }
  .ferge-class .mr-sm-n30 {
    margin-right: -120px;
  }
  .ferge-class .mb-sm-n30 {
    margin-bottom: -120px;
  }
  .ferge-class .ml-sm-n30 {
    margin-left: -120px;
  }
  .ferge-class .p-sm-0 {
    padding: 0px;
  }
  .ferge-class .pt-sm-0 {
    padding-top: 0px;
  }
  .ferge-class .pr-sm-0 {
    padding-right: 0px;
  }
  .ferge-class .pb-sm-0 {
    padding-bottom: 0px;
  }
  .ferge-class .pl-sm-0 {
    padding-left: 0px;
  }
  .ferge-class .p-sm-1 {
    padding: 4px;
  }
  .ferge-class .pt-sm-1 {
    padding-top: 4px;
  }
  .ferge-class .pr-sm-1 {
    padding-right: 4px;
  }
  .ferge-class .pb-sm-1 {
    padding-bottom: 4px;
  }
  .ferge-class .pl-sm-1 {
    padding-left: 4px;
  }
  .ferge-class .p-sm-2 {
    padding: 8px;
  }
  .ferge-class .pt-sm-2 {
    padding-top: 8px;
  }
  .ferge-class .pr-sm-2 {
    padding-right: 8px;
  }
  .ferge-class .pb-sm-2 {
    padding-bottom: 8px;
  }
  .ferge-class .pl-sm-2 {
    padding-left: 8px;
  }
  .ferge-class .p-sm-3 {
    padding: 12px;
  }
  .ferge-class .pt-sm-3 {
    padding-top: 12px;
  }
  .ferge-class .pr-sm-3 {
    padding-right: 12px;
  }
  .ferge-class .pb-sm-3 {
    padding-bottom: 12px;
  }
  .ferge-class .pl-sm-3 {
    padding-left: 12px;
  }
  .ferge-class .p-sm-4 {
    padding: 16px;
  }
  .ferge-class .pt-sm-4 {
    padding-top: 16px;
  }
  .ferge-class .pr-sm-4 {
    padding-right: 16px;
  }
  .ferge-class .pb-sm-4 {
    padding-bottom: 16px;
  }
  .ferge-class .pl-sm-4 {
    padding-left: 16px;
  }
  .ferge-class .p-sm-5 {
    padding: 20px;
  }
  .ferge-class .pt-sm-5 {
    padding-top: 20px;
  }
  .ferge-class .pr-sm-5 {
    padding-right: 20px;
  }
  .ferge-class .pb-sm-5 {
    padding-bottom: 20px;
  }
  .ferge-class .pl-sm-5 {
    padding-left: 20px;
  }
  .ferge-class .p-sm-6 {
    padding: 24px;
  }
  .ferge-class .pt-sm-6 {
    padding-top: 24px;
  }
  .ferge-class .pr-sm-6 {
    padding-right: 24px;
  }
  .ferge-class .pb-sm-6 {
    padding-bottom: 24px;
  }
  .ferge-class .pl-sm-6 {
    padding-left: 24px;
  }
  .ferge-class .p-sm-7 {
    padding: 28px;
  }
  .ferge-class .pt-sm-7 {
    padding-top: 28px;
  }
  .ferge-class .pr-sm-7 {
    padding-right: 28px;
  }
  .ferge-class .pb-sm-7 {
    padding-bottom: 28px;
  }
  .ferge-class .pl-sm-7 {
    padding-left: 28px;
  }
  .ferge-class .p-sm-8 {
    padding: 32px;
  }
  .ferge-class .pt-sm-8 {
    padding-top: 32px;
  }
  .ferge-class .pr-sm-8 {
    padding-right: 32px;
  }
  .ferge-class .pb-sm-8 {
    padding-bottom: 32px;
  }
  .ferge-class .pl-sm-8 {
    padding-left: 32px;
  }
  .ferge-class .p-sm-9 {
    padding: 36px;
  }
  .ferge-class .pt-sm-9 {
    padding-top: 36px;
  }
  .ferge-class .pr-sm-9 {
    padding-right: 36px;
  }
  .ferge-class .pb-sm-9 {
    padding-bottom: 36px;
  }
  .ferge-class .pl-sm-9 {
    padding-left: 36px;
  }
  .ferge-class .p-sm-10 {
    padding: 40px;
  }
  .ferge-class .pt-sm-10 {
    padding-top: 40px;
  }
  .ferge-class .pr-sm-10 {
    padding-right: 40px;
  }
  .ferge-class .pb-sm-10 {
    padding-bottom: 40px;
  }
  .ferge-class .pl-sm-10 {
    padding-left: 40px;
  }
  .ferge-class .p-sm-11 {
    padding: 44px;
  }
  .ferge-class .pt-sm-11 {
    padding-top: 44px;
  }
  .ferge-class .pr-sm-11 {
    padding-right: 44px;
  }
  .ferge-class .pb-sm-11 {
    padding-bottom: 44px;
  }
  .ferge-class .pl-sm-11 {
    padding-left: 44px;
  }
  .ferge-class .p-sm-12 {
    padding: 48px;
  }
  .ferge-class .pt-sm-12 {
    padding-top: 48px;
  }
  .ferge-class .pr-sm-12 {
    padding-right: 48px;
  }
  .ferge-class .pb-sm-12 {
    padding-bottom: 48px;
  }
  .ferge-class .pl-sm-12 {
    padding-left: 48px;
  }
  .ferge-class .p-sm-13 {
    padding: 52px;
  }
  .ferge-class .pt-sm-13 {
    padding-top: 52px;
  }
  .ferge-class .pr-sm-13 {
    padding-right: 52px;
  }
  .ferge-class .pb-sm-13 {
    padding-bottom: 52px;
  }
  .ferge-class .pl-sm-13 {
    padding-left: 52px;
  }
  .ferge-class .p-sm-14 {
    padding: 56px;
  }
  .ferge-class .pt-sm-14 {
    padding-top: 56px;
  }
  .ferge-class .pr-sm-14 {
    padding-right: 56px;
  }
  .ferge-class .pb-sm-14 {
    padding-bottom: 56px;
  }
  .ferge-class .pl-sm-14 {
    padding-left: 56px;
  }
  .ferge-class .p-sm-15 {
    padding: 60px;
  }
  .ferge-class .pt-sm-15 {
    padding-top: 60px;
  }
  .ferge-class .pr-sm-15 {
    padding-right: 60px;
  }
  .ferge-class .pb-sm-15 {
    padding-bottom: 60px;
  }
  .ferge-class .pl-sm-15 {
    padding-left: 60px;
  }
  .ferge-class .p-sm-16 {
    padding: 64px;
  }
  .ferge-class .pt-sm-16 {
    padding-top: 64px;
  }
  .ferge-class .pr-sm-16 {
    padding-right: 64px;
  }
  .ferge-class .pb-sm-16 {
    padding-bottom: 64px;
  }
  .ferge-class .pl-sm-16 {
    padding-left: 64px;
  }
  .ferge-class .p-sm-17 {
    padding: 68px;
  }
  .ferge-class .pt-sm-17 {
    padding-top: 68px;
  }
  .ferge-class .pr-sm-17 {
    padding-right: 68px;
  }
  .ferge-class .pb-sm-17 {
    padding-bottom: 68px;
  }
  .ferge-class .pl-sm-17 {
    padding-left: 68px;
  }
  .ferge-class .p-sm-18 {
    padding: 72px;
  }
  .ferge-class .pt-sm-18 {
    padding-top: 72px;
  }
  .ferge-class .pr-sm-18 {
    padding-right: 72px;
  }
  .ferge-class .pb-sm-18 {
    padding-bottom: 72px;
  }
  .ferge-class .pl-sm-18 {
    padding-left: 72px;
  }
  .ferge-class .p-sm-19 {
    padding: 76px;
  }
  .ferge-class .pt-sm-19 {
    padding-top: 76px;
  }
  .ferge-class .pr-sm-19 {
    padding-right: 76px;
  }
  .ferge-class .pb-sm-19 {
    padding-bottom: 76px;
  }
  .ferge-class .pl-sm-19 {
    padding-left: 76px;
  }
  .ferge-class .p-sm-20 {
    padding: 80px;
  }
  .ferge-class .pt-sm-20 {
    padding-top: 80px;
  }
  .ferge-class .pr-sm-20 {
    padding-right: 80px;
  }
  .ferge-class .pb-sm-20 {
    padding-bottom: 80px;
  }
  .ferge-class .pl-sm-20 {
    padding-left: 80px;
  }
  .ferge-class .p-sm-21 {
    padding: 84px;
  }
  .ferge-class .pt-sm-21 {
    padding-top: 84px;
  }
  .ferge-class .pr-sm-21 {
    padding-right: 84px;
  }
  .ferge-class .pb-sm-21 {
    padding-bottom: 84px;
  }
  .ferge-class .pl-sm-21 {
    padding-left: 84px;
  }
  .ferge-class .p-sm-22 {
    padding: 88px;
  }
  .ferge-class .pt-sm-22 {
    padding-top: 88px;
  }
  .ferge-class .pr-sm-22 {
    padding-right: 88px;
  }
  .ferge-class .pb-sm-22 {
    padding-bottom: 88px;
  }
  .ferge-class .pl-sm-22 {
    padding-left: 88px;
  }
  .ferge-class .p-sm-23 {
    padding: 92px;
  }
  .ferge-class .pt-sm-23 {
    padding-top: 92px;
  }
  .ferge-class .pr-sm-23 {
    padding-right: 92px;
  }
  .ferge-class .pb-sm-23 {
    padding-bottom: 92px;
  }
  .ferge-class .pl-sm-23 {
    padding-left: 92px;
  }
  .ferge-class .p-sm-24 {
    padding: 96px;
  }
  .ferge-class .pt-sm-24 {
    padding-top: 96px;
  }
  .ferge-class .pr-sm-24 {
    padding-right: 96px;
  }
  .ferge-class .pb-sm-24 {
    padding-bottom: 96px;
  }
  .ferge-class .pl-sm-24 {
    padding-left: 96px;
  }
  .ferge-class .p-sm-25 {
    padding: 100px;
  }
  .ferge-class .pt-sm-25 {
    padding-top: 100px;
  }
  .ferge-class .pr-sm-25 {
    padding-right: 100px;
  }
  .ferge-class .pb-sm-25 {
    padding-bottom: 100px;
  }
  .ferge-class .pl-sm-25 {
    padding-left: 100px;
  }
  .ferge-class .p-sm-26 {
    padding: 104px;
  }
  .ferge-class .pt-sm-26 {
    padding-top: 104px;
  }
  .ferge-class .pr-sm-26 {
    padding-right: 104px;
  }
  .ferge-class .pb-sm-26 {
    padding-bottom: 104px;
  }
  .ferge-class .pl-sm-26 {
    padding-left: 104px;
  }
  .ferge-class .p-sm-27 {
    padding: 108px;
  }
  .ferge-class .pt-sm-27 {
    padding-top: 108px;
  }
  .ferge-class .pr-sm-27 {
    padding-right: 108px;
  }
  .ferge-class .pb-sm-27 {
    padding-bottom: 108px;
  }
  .ferge-class .pl-sm-27 {
    padding-left: 108px;
  }
  .ferge-class .p-sm-28 {
    padding: 112px;
  }
  .ferge-class .pt-sm-28 {
    padding-top: 112px;
  }
  .ferge-class .pr-sm-28 {
    padding-right: 112px;
  }
  .ferge-class .pb-sm-28 {
    padding-bottom: 112px;
  }
  .ferge-class .pl-sm-28 {
    padding-left: 112px;
  }
  .ferge-class .p-sm-29 {
    padding: 116px;
  }
  .ferge-class .pt-sm-29 {
    padding-top: 116px;
  }
  .ferge-class .pr-sm-29 {
    padding-right: 116px;
  }
  .ferge-class .pb-sm-29 {
    padding-bottom: 116px;
  }
  .ferge-class .pl-sm-29 {
    padding-left: 116px;
  }
  .ferge-class .p-sm-30 {
    padding: 120px;
  }
  .ferge-class .pt-sm-30 {
    padding-top: 120px;
  }
  .ferge-class .pr-sm-30 {
    padding-right: 120px;
  }
  .ferge-class .pb-sm-30 {
    padding-bottom: 120px;
  }
  .ferge-class .pl-sm-30 {
    padding-left: 120px;
  }
}
@media (min-width: 900px) {
  .ferge-class .mt-0 {
    margin-top: 0px;
  }
  .ferge-class .mr-0 {
    margin-right: 0px;
  }
  .ferge-class .mb-0 {
    margin-bottom: 0px;
  }
  .ferge-class .ml-0 {
    margin-left: 0px;
  }
  .ferge-class .mt-1 {
    margin-top: 4px;
  }
  .ferge-class .mr-1 {
    margin-right: 4px;
  }
  .ferge-class .mb-1 {
    margin-bottom: 4px;
  }
  .ferge-class .ml-1 {
    margin-left: 4px;
  }
  .ferge-class .mt-2 {
    margin-top: 8px;
  }
  .ferge-class .mr-2 {
    margin-right: 8px;
  }
  .ferge-class .mb-2 {
    margin-bottom: 8px;
  }
  .ferge-class .ml-2 {
    margin-left: 8px;
  }
  .ferge-class .mt-3 {
    margin-top: 12px;
  }
  .ferge-class .mr-3 {
    margin-right: 12px;
  }
  .ferge-class .mb-3 {
    margin-bottom: 12px;
  }
  .ferge-class .ml-3 {
    margin-left: 12px;
  }
  .ferge-class .mt-4 {
    margin-top: 16px;
  }
  .ferge-class .mr-4 {
    margin-right: 16px;
  }
  .ferge-class .mb-4 {
    margin-bottom: 16px;
  }
  .ferge-class .ml-4 {
    margin-left: 16px;
  }
  .ferge-class .mt-5 {
    margin-top: 20px;
  }
  .ferge-class .mr-5 {
    margin-right: 20px;
  }
  .ferge-class .mb-5 {
    margin-bottom: 20px;
  }
  .ferge-class .ml-5 {
    margin-left: 20px;
  }
  .ferge-class .mt-6 {
    margin-top: 24px;
  }
  .ferge-class .mr-6 {
    margin-right: 24px;
  }
  .ferge-class .mb-6 {
    margin-bottom: 24px;
  }
  .ferge-class .ml-6 {
    margin-left: 24px;
  }
  .ferge-class .mt-7 {
    margin-top: 28px;
  }
  .ferge-class .mr-7 {
    margin-right: 28px;
  }
  .ferge-class .mb-7 {
    margin-bottom: 28px;
  }
  .ferge-class .ml-7 {
    margin-left: 28px;
  }
  .ferge-class .mt-8 {
    margin-top: 32px;
  }
  .ferge-class .mr-8 {
    margin-right: 32px;
  }
  .ferge-class .mb-8 {
    margin-bottom: 32px;
  }
  .ferge-class .ml-8 {
    margin-left: 32px;
  }
  .ferge-class .mt-9 {
    margin-top: 36px;
  }
  .ferge-class .mr-9 {
    margin-right: 36px;
  }
  .ferge-class .mb-9 {
    margin-bottom: 36px;
  }
  .ferge-class .ml-9 {
    margin-left: 36px;
  }
  .ferge-class .mt-10 {
    margin-top: 40px;
  }
  .ferge-class .mr-10 {
    margin-right: 40px;
  }
  .ferge-class .mb-10 {
    margin-bottom: 40px;
  }
  .ferge-class .ml-10 {
    margin-left: 40px;
  }
  .ferge-class .mt-11 {
    margin-top: 44px;
  }
  .ferge-class .mr-11 {
    margin-right: 44px;
  }
  .ferge-class .mb-11 {
    margin-bottom: 44px;
  }
  .ferge-class .ml-11 {
    margin-left: 44px;
  }
  .ferge-class .mt-12 {
    margin-top: 48px;
  }
  .ferge-class .mr-12 {
    margin-right: 48px;
  }
  .ferge-class .mb-12 {
    margin-bottom: 48px;
  }
  .ferge-class .ml-12 {
    margin-left: 48px;
  }
  .ferge-class .mt-13 {
    margin-top: 52px;
  }
  .ferge-class .mr-13 {
    margin-right: 52px;
  }
  .ferge-class .mb-13 {
    margin-bottom: 52px;
  }
  .ferge-class .ml-13 {
    margin-left: 52px;
  }
  .ferge-class .mt-14 {
    margin-top: 56px;
  }
  .ferge-class .mr-14 {
    margin-right: 56px;
  }
  .ferge-class .mb-14 {
    margin-bottom: 56px;
  }
  .ferge-class .ml-14 {
    margin-left: 56px;
  }
  .ferge-class .mt-15 {
    margin-top: 60px;
  }
  .ferge-class .mr-15 {
    margin-right: 60px;
  }
  .ferge-class .mb-15 {
    margin-bottom: 60px;
  }
  .ferge-class .ml-15 {
    margin-left: 60px;
  }
  .ferge-class .mt-16 {
    margin-top: 64px;
  }
  .ferge-class .mr-16 {
    margin-right: 64px;
  }
  .ferge-class .mb-16 {
    margin-bottom: 64px;
  }
  .ferge-class .ml-16 {
    margin-left: 64px;
  }
  .ferge-class .mt-17 {
    margin-top: 68px;
  }
  .ferge-class .mr-17 {
    margin-right: 68px;
  }
  .ferge-class .mb-17 {
    margin-bottom: 68px;
  }
  .ferge-class .ml-17 {
    margin-left: 68px;
  }
  .ferge-class .mt-18 {
    margin-top: 72px;
  }
  .ferge-class .mr-18 {
    margin-right: 72px;
  }
  .ferge-class .mb-18 {
    margin-bottom: 72px;
  }
  .ferge-class .ml-18 {
    margin-left: 72px;
  }
  .ferge-class .mt-19 {
    margin-top: 76px;
  }
  .ferge-class .mr-19 {
    margin-right: 76px;
  }
  .ferge-class .mb-19 {
    margin-bottom: 76px;
  }
  .ferge-class .ml-19 {
    margin-left: 76px;
  }
  .ferge-class .mt-20 {
    margin-top: 80px;
  }
  .ferge-class .mr-20 {
    margin-right: 80px;
  }
  .ferge-class .mb-20 {
    margin-bottom: 80px;
  }
  .ferge-class .ml-20 {
    margin-left: 80px;
  }
  .ferge-class .mt-21 {
    margin-top: 84px;
  }
  .ferge-class .mr-21 {
    margin-right: 84px;
  }
  .ferge-class .mb-21 {
    margin-bottom: 84px;
  }
  .ferge-class .ml-21 {
    margin-left: 84px;
  }
  .ferge-class .mt-22 {
    margin-top: 88px;
  }
  .ferge-class .mr-22 {
    margin-right: 88px;
  }
  .ferge-class .mb-22 {
    margin-bottom: 88px;
  }
  .ferge-class .ml-22 {
    margin-left: 88px;
  }
  .ferge-class .mt-23 {
    margin-top: 92px;
  }
  .ferge-class .mr-23 {
    margin-right: 92px;
  }
  .ferge-class .mb-23 {
    margin-bottom: 92px;
  }
  .ferge-class .ml-23 {
    margin-left: 92px;
  }
  .ferge-class .mt-24 {
    margin-top: 96px;
  }
  .ferge-class .mr-24 {
    margin-right: 96px;
  }
  .ferge-class .mb-24 {
    margin-bottom: 96px;
  }
  .ferge-class .ml-24 {
    margin-left: 96px;
  }
  .ferge-class .mt-25 {
    margin-top: 100px;
  }
  .ferge-class .mr-25 {
    margin-right: 100px;
  }
  .ferge-class .mb-25 {
    margin-bottom: 100px;
  }
  .ferge-class .ml-25 {
    margin-left: 100px;
  }
  .ferge-class .mt-26 {
    margin-top: 104px;
  }
  .ferge-class .mr-26 {
    margin-right: 104px;
  }
  .ferge-class .mb-26 {
    margin-bottom: 104px;
  }
  .ferge-class .ml-26 {
    margin-left: 104px;
  }
  .ferge-class .mt-27 {
    margin-top: 108px;
  }
  .ferge-class .mr-27 {
    margin-right: 108px;
  }
  .ferge-class .mb-27 {
    margin-bottom: 108px;
  }
  .ferge-class .ml-27 {
    margin-left: 108px;
  }
  .ferge-class .mt-28 {
    margin-top: 112px;
  }
  .ferge-class .mr-28 {
    margin-right: 112px;
  }
  .ferge-class .mb-28 {
    margin-bottom: 112px;
  }
  .ferge-class .ml-28 {
    margin-left: 112px;
  }
  .ferge-class .mt-29 {
    margin-top: 116px;
  }
  .ferge-class .mr-29 {
    margin-right: 116px;
  }
  .ferge-class .mb-29 {
    margin-bottom: 116px;
  }
  .ferge-class .ml-29 {
    margin-left: 116px;
  }
  .ferge-class .mt-30 {
    margin-top: 120px;
  }
  .ferge-class .mr-30 {
    margin-right: 120px;
  }
  .ferge-class .mb-30 {
    margin-bottom: 120px;
  }
  .ferge-class .ml-30 {
    margin-left: 120px;
  }
  .ferge-class .pt-0 {
    padding-top: 0px;
  }
  .ferge-class .pr-0 {
    padding-right: 0px;
  }
  .ferge-class .pb-0 {
    padding-bottom: 0px;
  }
  .ferge-class .pl-0 {
    padding-left: 0px;
  }
  .ferge-class .pt-1 {
    padding-top: 4px;
  }
  .ferge-class .pr-1 {
    padding-right: 4px;
  }
  .ferge-class .pb-1 {
    padding-bottom: 4px;
  }
  .ferge-class .pl-1 {
    padding-left: 4px;
  }
  .ferge-class .pt-2 {
    padding-top: 8px;
  }
  .ferge-class .pr-2 {
    padding-right: 8px;
  }
  .ferge-class .pb-2 {
    padding-bottom: 8px;
  }
  .ferge-class .pl-2 {
    padding-left: 8px;
  }
  .ferge-class .pt-3 {
    padding-top: 12px;
  }
  .ferge-class .pr-3 {
    padding-right: 12px;
  }
  .ferge-class .pb-3 {
    padding-bottom: 12px;
  }
  .ferge-class .pl-3 {
    padding-left: 12px;
  }
  .ferge-class .pt-4 {
    padding-top: 16px;
  }
  .ferge-class .pr-4 {
    padding-right: 16px;
  }
  .ferge-class .pb-4 {
    padding-bottom: 16px;
  }
  .ferge-class .pl-4 {
    padding-left: 16px;
  }
  .ferge-class .pt-5 {
    padding-top: 20px;
  }
  .ferge-class .pr-5 {
    padding-right: 20px;
  }
  .ferge-class .pb-5 {
    padding-bottom: 20px;
  }
  .ferge-class .pl-5 {
    padding-left: 20px;
  }
  .ferge-class .pt-6 {
    padding-top: 24px;
  }
  .ferge-class .pr-6 {
    padding-right: 24px;
  }
  .ferge-class .pb-6 {
    padding-bottom: 24px;
  }
  .ferge-class .pl-6 {
    padding-left: 24px;
  }
  .ferge-class .pt-7 {
    padding-top: 28px;
  }
  .ferge-class .pr-7 {
    padding-right: 28px;
  }
  .ferge-class .pb-7 {
    padding-bottom: 28px;
  }
  .ferge-class .pl-7 {
    padding-left: 28px;
  }
  .ferge-class .pt-8 {
    padding-top: 32px;
  }
  .ferge-class .pr-8 {
    padding-right: 32px;
  }
  .ferge-class .pb-8 {
    padding-bottom: 32px;
  }
  .ferge-class .pl-8 {
    padding-left: 32px;
  }
  .ferge-class .pt-9 {
    padding-top: 36px;
  }
  .ferge-class .pr-9 {
    padding-right: 36px;
  }
  .ferge-class .pb-9 {
    padding-bottom: 36px;
  }
  .ferge-class .pl-9 {
    padding-left: 36px;
  }
  .ferge-class .pt-10 {
    padding-top: 40px;
  }
  .ferge-class .pr-10 {
    padding-right: 40px;
  }
  .ferge-class .pb-10 {
    padding-bottom: 40px;
  }
  .ferge-class .pl-10 {
    padding-left: 40px;
  }
  .ferge-class .pt-11 {
    padding-top: 44px;
  }
  .ferge-class .pr-11 {
    padding-right: 44px;
  }
  .ferge-class .pb-11 {
    padding-bottom: 44px;
  }
  .ferge-class .pl-11 {
    padding-left: 44px;
  }
  .ferge-class .pt-12 {
    padding-top: 48px;
  }
  .ferge-class .pr-12 {
    padding-right: 48px;
  }
  .ferge-class .pb-12 {
    padding-bottom: 48px;
  }
  .ferge-class .pl-12 {
    padding-left: 48px;
  }
  .ferge-class .pt-13 {
    padding-top: 52px;
  }
  .ferge-class .pr-13 {
    padding-right: 52px;
  }
  .ferge-class .pb-13 {
    padding-bottom: 52px;
  }
  .ferge-class .pl-13 {
    padding-left: 52px;
  }
  .ferge-class .pt-14 {
    padding-top: 56px;
  }
  .ferge-class .pr-14 {
    padding-right: 56px;
  }
  .ferge-class .pb-14 {
    padding-bottom: 56px;
  }
  .ferge-class .pl-14 {
    padding-left: 56px;
  }
  .ferge-class .pt-15 {
    padding-top: 60px;
  }
  .ferge-class .pr-15 {
    padding-right: 60px;
  }
  .ferge-class .pb-15 {
    padding-bottom: 60px;
  }
  .ferge-class .pl-15 {
    padding-left: 60px;
  }
  .ferge-class .pt-16 {
    padding-top: 64px;
  }
  .ferge-class .pr-16 {
    padding-right: 64px;
  }
  .ferge-class .pb-16 {
    padding-bottom: 64px;
  }
  .ferge-class .pl-16 {
    padding-left: 64px;
  }
  .ferge-class .pt-17 {
    padding-top: 68px;
  }
  .ferge-class .pr-17 {
    padding-right: 68px;
  }
  .ferge-class .pb-17 {
    padding-bottom: 68px;
  }
  .ferge-class .pl-17 {
    padding-left: 68px;
  }
  .ferge-class .pt-18 {
    padding-top: 72px;
  }
  .ferge-class .pr-18 {
    padding-right: 72px;
  }
  .ferge-class .pb-18 {
    padding-bottom: 72px;
  }
  .ferge-class .pl-18 {
    padding-left: 72px;
  }
  .ferge-class .pt-19 {
    padding-top: 76px;
  }
  .ferge-class .pr-19 {
    padding-right: 76px;
  }
  .ferge-class .pb-19 {
    padding-bottom: 76px;
  }
  .ferge-class .pl-19 {
    padding-left: 76px;
  }
  .ferge-class .pt-20 {
    padding-top: 80px;
  }
  .ferge-class .pr-20 {
    padding-right: 80px;
  }
  .ferge-class .pb-20 {
    padding-bottom: 80px;
  }
  .ferge-class .pl-20 {
    padding-left: 80px;
  }
  .ferge-class .pt-21 {
    padding-top: 84px;
  }
  .ferge-class .pr-21 {
    padding-right: 84px;
  }
  .ferge-class .pb-21 {
    padding-bottom: 84px;
  }
  .ferge-class .pl-21 {
    padding-left: 84px;
  }
  .ferge-class .pt-22 {
    padding-top: 88px;
  }
  .ferge-class .pr-22 {
    padding-right: 88px;
  }
  .ferge-class .pb-22 {
    padding-bottom: 88px;
  }
  .ferge-class .pl-22 {
    padding-left: 88px;
  }
  .ferge-class .pt-23 {
    padding-top: 92px;
  }
  .ferge-class .pr-23 {
    padding-right: 92px;
  }
  .ferge-class .pb-23 {
    padding-bottom: 92px;
  }
  .ferge-class .pl-23 {
    padding-left: 92px;
  }
  .ferge-class .pt-24 {
    padding-top: 96px;
  }
  .ferge-class .pr-24 {
    padding-right: 96px;
  }
  .ferge-class .pb-24 {
    padding-bottom: 96px;
  }
  .ferge-class .pl-24 {
    padding-left: 96px;
  }
  .ferge-class .pt-25 {
    padding-top: 100px;
  }
  .ferge-class .pr-25 {
    padding-right: 100px;
  }
  .ferge-class .pb-25 {
    padding-bottom: 100px;
  }
  .ferge-class .pl-25 {
    padding-left: 100px;
  }
  .ferge-class .pt-26 {
    padding-top: 104px;
  }
  .ferge-class .pr-26 {
    padding-right: 104px;
  }
  .ferge-class .pb-26 {
    padding-bottom: 104px;
  }
  .ferge-class .pl-26 {
    padding-left: 104px;
  }
  .ferge-class .pt-27 {
    padding-top: 108px;
  }
  .ferge-class .pr-27 {
    padding-right: 108px;
  }
  .ferge-class .pb-27 {
    padding-bottom: 108px;
  }
  .ferge-class .pl-27 {
    padding-left: 108px;
  }
  .ferge-class .pt-28 {
    padding-top: 112px;
  }
  .ferge-class .pr-28 {
    padding-right: 112px;
  }
  .ferge-class .pb-28 {
    padding-bottom: 112px;
  }
  .ferge-class .pl-28 {
    padding-left: 112px;
  }
  .ferge-class .pt-29 {
    padding-top: 116px;
  }
  .ferge-class .pr-29 {
    padding-right: 116px;
  }
  .ferge-class .pb-29 {
    padding-bottom: 116px;
  }
  .ferge-class .pl-29 {
    padding-left: 116px;
  }
  .ferge-class .pt-30 {
    padding-top: 120px;
  }
  .ferge-class .pr-30 {
    padding-right: 120px;
  }
  .ferge-class .pb-30 {
    padding-bottom: 120px;
  }
  .ferge-class .pl-30 {
    padding-left: 120px;
  }
  .ferge-class .m-md-0 {
    margin: 0px;
  }
  .ferge-class .mt-md-0 {
    margin-top: 0px;
  }
  .ferge-class .mr-md-0 {
    margin-right: 0px;
  }
  .ferge-class .mb-md-0 {
    margin-bottom: 0px;
  }
  .ferge-class .ml-md-0 {
    margin-left: 0px;
  }
  .ferge-class .mt-md-n0 {
    margin-top: 0px;
  }
  .ferge-class .mr-md-n0 {
    margin-right: 0px;
  }
  .ferge-class .mb-md-n0 {
    margin-bottom: 0px;
  }
  .ferge-class .ml-md-n0 {
    margin-left: 0px;
  }
  .ferge-class .m-md-1 {
    margin: 4px;
  }
  .ferge-class .mt-md-1 {
    margin-top: 4px;
  }
  .ferge-class .mr-md-1 {
    margin-right: 4px;
  }
  .ferge-class .mb-md-1 {
    margin-bottom: 4px;
  }
  .ferge-class .ml-md-1 {
    margin-left: 4px;
  }
  .ferge-class .mt-md-n1 {
    margin-top: -4px;
  }
  .ferge-class .mr-md-n1 {
    margin-right: -4px;
  }
  .ferge-class .mb-md-n1 {
    margin-bottom: -4px;
  }
  .ferge-class .ml-md-n1 {
    margin-left: -4px;
  }
  .ferge-class .m-md-2 {
    margin: 8px;
  }
  .ferge-class .mt-md-2 {
    margin-top: 8px;
  }
  .ferge-class .mr-md-2 {
    margin-right: 8px;
  }
  .ferge-class .mb-md-2 {
    margin-bottom: 8px;
  }
  .ferge-class .ml-md-2 {
    margin-left: 8px;
  }
  .ferge-class .mt-md-n2 {
    margin-top: -8px;
  }
  .ferge-class .mr-md-n2 {
    margin-right: -8px;
  }
  .ferge-class .mb-md-n2 {
    margin-bottom: -8px;
  }
  .ferge-class .ml-md-n2 {
    margin-left: -8px;
  }
  .ferge-class .m-md-3 {
    margin: 12px;
  }
  .ferge-class .mt-md-3 {
    margin-top: 12px;
  }
  .ferge-class .mr-md-3 {
    margin-right: 12px;
  }
  .ferge-class .mb-md-3 {
    margin-bottom: 12px;
  }
  .ferge-class .ml-md-3 {
    margin-left: 12px;
  }
  .ferge-class .mt-md-n3 {
    margin-top: -12px;
  }
  .ferge-class .mr-md-n3 {
    margin-right: -12px;
  }
  .ferge-class .mb-md-n3 {
    margin-bottom: -12px;
  }
  .ferge-class .ml-md-n3 {
    margin-left: -12px;
  }
  .ferge-class .m-md-4 {
    margin: 16px;
  }
  .ferge-class .mt-md-4 {
    margin-top: 16px;
  }
  .ferge-class .mr-md-4 {
    margin-right: 16px;
  }
  .ferge-class .mb-md-4 {
    margin-bottom: 16px;
  }
  .ferge-class .ml-md-4 {
    margin-left: 16px;
  }
  .ferge-class .mt-md-n4 {
    margin-top: -16px;
  }
  .ferge-class .mr-md-n4 {
    margin-right: -16px;
  }
  .ferge-class .mb-md-n4 {
    margin-bottom: -16px;
  }
  .ferge-class .ml-md-n4 {
    margin-left: -16px;
  }
  .ferge-class .m-md-5 {
    margin: 20px;
  }
  .ferge-class .mt-md-5 {
    margin-top: 20px;
  }
  .ferge-class .mr-md-5 {
    margin-right: 20px;
  }
  .ferge-class .mb-md-5 {
    margin-bottom: 20px;
  }
  .ferge-class .ml-md-5 {
    margin-left: 20px;
  }
  .ferge-class .mt-md-n5 {
    margin-top: -20px;
  }
  .ferge-class .mr-md-n5 {
    margin-right: -20px;
  }
  .ferge-class .mb-md-n5 {
    margin-bottom: -20px;
  }
  .ferge-class .ml-md-n5 {
    margin-left: -20px;
  }
  .ferge-class .m-md-6 {
    margin: 24px;
  }
  .ferge-class .mt-md-6 {
    margin-top: 24px;
  }
  .ferge-class .mr-md-6 {
    margin-right: 24px;
  }
  .ferge-class .mb-md-6 {
    margin-bottom: 24px;
  }
  .ferge-class .ml-md-6 {
    margin-left: 24px;
  }
  .ferge-class .mt-md-n6 {
    margin-top: -24px;
  }
  .ferge-class .mr-md-n6 {
    margin-right: -24px;
  }
  .ferge-class .mb-md-n6 {
    margin-bottom: -24px;
  }
  .ferge-class .ml-md-n6 {
    margin-left: -24px;
  }
  .ferge-class .m-md-7 {
    margin: 28px;
  }
  .ferge-class .mt-md-7 {
    margin-top: 28px;
  }
  .ferge-class .mr-md-7 {
    margin-right: 28px;
  }
  .ferge-class .mb-md-7 {
    margin-bottom: 28px;
  }
  .ferge-class .ml-md-7 {
    margin-left: 28px;
  }
  .ferge-class .mt-md-n7 {
    margin-top: -28px;
  }
  .ferge-class .mr-md-n7 {
    margin-right: -28px;
  }
  .ferge-class .mb-md-n7 {
    margin-bottom: -28px;
  }
  .ferge-class .ml-md-n7 {
    margin-left: -28px;
  }
  .ferge-class .m-md-8 {
    margin: 32px;
  }
  .ferge-class .mt-md-8 {
    margin-top: 32px;
  }
  .ferge-class .mr-md-8 {
    margin-right: 32px;
  }
  .ferge-class .mb-md-8 {
    margin-bottom: 32px;
  }
  .ferge-class .ml-md-8 {
    margin-left: 32px;
  }
  .ferge-class .mt-md-n8 {
    margin-top: -32px;
  }
  .ferge-class .mr-md-n8 {
    margin-right: -32px;
  }
  .ferge-class .mb-md-n8 {
    margin-bottom: -32px;
  }
  .ferge-class .ml-md-n8 {
    margin-left: -32px;
  }
  .ferge-class .m-md-9 {
    margin: 36px;
  }
  .ferge-class .mt-md-9 {
    margin-top: 36px;
  }
  .ferge-class .mr-md-9 {
    margin-right: 36px;
  }
  .ferge-class .mb-md-9 {
    margin-bottom: 36px;
  }
  .ferge-class .ml-md-9 {
    margin-left: 36px;
  }
  .ferge-class .mt-md-n9 {
    margin-top: -36px;
  }
  .ferge-class .mr-md-n9 {
    margin-right: -36px;
  }
  .ferge-class .mb-md-n9 {
    margin-bottom: -36px;
  }
  .ferge-class .ml-md-n9 {
    margin-left: -36px;
  }
  .ferge-class .m-md-10 {
    margin: 40px;
  }
  .ferge-class .mt-md-10 {
    margin-top: 40px;
  }
  .ferge-class .mr-md-10 {
    margin-right: 40px;
  }
  .ferge-class .mb-md-10 {
    margin-bottom: 40px;
  }
  .ferge-class .ml-md-10 {
    margin-left: 40px;
  }
  .ferge-class .mt-md-n10 {
    margin-top: -40px;
  }
  .ferge-class .mr-md-n10 {
    margin-right: -40px;
  }
  .ferge-class .mb-md-n10 {
    margin-bottom: -40px;
  }
  .ferge-class .ml-md-n10 {
    margin-left: -40px;
  }
  .ferge-class .m-md-11 {
    margin: 44px;
  }
  .ferge-class .mt-md-11 {
    margin-top: 44px;
  }
  .ferge-class .mr-md-11 {
    margin-right: 44px;
  }
  .ferge-class .mb-md-11 {
    margin-bottom: 44px;
  }
  .ferge-class .ml-md-11 {
    margin-left: 44px;
  }
  .ferge-class .mt-md-n11 {
    margin-top: -44px;
  }
  .ferge-class .mr-md-n11 {
    margin-right: -44px;
  }
  .ferge-class .mb-md-n11 {
    margin-bottom: -44px;
  }
  .ferge-class .ml-md-n11 {
    margin-left: -44px;
  }
  .ferge-class .m-md-12 {
    margin: 48px;
  }
  .ferge-class .mt-md-12 {
    margin-top: 48px;
  }
  .ferge-class .mr-md-12 {
    margin-right: 48px;
  }
  .ferge-class .mb-md-12 {
    margin-bottom: 48px;
  }
  .ferge-class .ml-md-12 {
    margin-left: 48px;
  }
  .ferge-class .mt-md-n12 {
    margin-top: -48px;
  }
  .ferge-class .mr-md-n12 {
    margin-right: -48px;
  }
  .ferge-class .mb-md-n12 {
    margin-bottom: -48px;
  }
  .ferge-class .ml-md-n12 {
    margin-left: -48px;
  }
  .ferge-class .m-md-13 {
    margin: 52px;
  }
  .ferge-class .mt-md-13 {
    margin-top: 52px;
  }
  .ferge-class .mr-md-13 {
    margin-right: 52px;
  }
  .ferge-class .mb-md-13 {
    margin-bottom: 52px;
  }
  .ferge-class .ml-md-13 {
    margin-left: 52px;
  }
  .ferge-class .mt-md-n13 {
    margin-top: -52px;
  }
  .ferge-class .mr-md-n13 {
    margin-right: -52px;
  }
  .ferge-class .mb-md-n13 {
    margin-bottom: -52px;
  }
  .ferge-class .ml-md-n13 {
    margin-left: -52px;
  }
  .ferge-class .m-md-14 {
    margin: 56px;
  }
  .ferge-class .mt-md-14 {
    margin-top: 56px;
  }
  .ferge-class .mr-md-14 {
    margin-right: 56px;
  }
  .ferge-class .mb-md-14 {
    margin-bottom: 56px;
  }
  .ferge-class .ml-md-14 {
    margin-left: 56px;
  }
  .ferge-class .mt-md-n14 {
    margin-top: -56px;
  }
  .ferge-class .mr-md-n14 {
    margin-right: -56px;
  }
  .ferge-class .mb-md-n14 {
    margin-bottom: -56px;
  }
  .ferge-class .ml-md-n14 {
    margin-left: -56px;
  }
  .ferge-class .m-md-15 {
    margin: 60px;
  }
  .ferge-class .mt-md-15 {
    margin-top: 60px;
  }
  .ferge-class .mr-md-15 {
    margin-right: 60px;
  }
  .ferge-class .mb-md-15 {
    margin-bottom: 60px;
  }
  .ferge-class .ml-md-15 {
    margin-left: 60px;
  }
  .ferge-class .mt-md-n15 {
    margin-top: -60px;
  }
  .ferge-class .mr-md-n15 {
    margin-right: -60px;
  }
  .ferge-class .mb-md-n15 {
    margin-bottom: -60px;
  }
  .ferge-class .ml-md-n15 {
    margin-left: -60px;
  }
  .ferge-class .m-md-16 {
    margin: 64px;
  }
  .ferge-class .mt-md-16 {
    margin-top: 64px;
  }
  .ferge-class .mr-md-16 {
    margin-right: 64px;
  }
  .ferge-class .mb-md-16 {
    margin-bottom: 64px;
  }
  .ferge-class .ml-md-16 {
    margin-left: 64px;
  }
  .ferge-class .mt-md-n16 {
    margin-top: -64px;
  }
  .ferge-class .mr-md-n16 {
    margin-right: -64px;
  }
  .ferge-class .mb-md-n16 {
    margin-bottom: -64px;
  }
  .ferge-class .ml-md-n16 {
    margin-left: -64px;
  }
  .ferge-class .m-md-17 {
    margin: 68px;
  }
  .ferge-class .mt-md-17 {
    margin-top: 68px;
  }
  .ferge-class .mr-md-17 {
    margin-right: 68px;
  }
  .ferge-class .mb-md-17 {
    margin-bottom: 68px;
  }
  .ferge-class .ml-md-17 {
    margin-left: 68px;
  }
  .ferge-class .mt-md-n17 {
    margin-top: -68px;
  }
  .ferge-class .mr-md-n17 {
    margin-right: -68px;
  }
  .ferge-class .mb-md-n17 {
    margin-bottom: -68px;
  }
  .ferge-class .ml-md-n17 {
    margin-left: -68px;
  }
  .ferge-class .m-md-18 {
    margin: 72px;
  }
  .ferge-class .mt-md-18 {
    margin-top: 72px;
  }
  .ferge-class .mr-md-18 {
    margin-right: 72px;
  }
  .ferge-class .mb-md-18 {
    margin-bottom: 72px;
  }
  .ferge-class .ml-md-18 {
    margin-left: 72px;
  }
  .ferge-class .mt-md-n18 {
    margin-top: -72px;
  }
  .ferge-class .mr-md-n18 {
    margin-right: -72px;
  }
  .ferge-class .mb-md-n18 {
    margin-bottom: -72px;
  }
  .ferge-class .ml-md-n18 {
    margin-left: -72px;
  }
  .ferge-class .m-md-19 {
    margin: 76px;
  }
  .ferge-class .mt-md-19 {
    margin-top: 76px;
  }
  .ferge-class .mr-md-19 {
    margin-right: 76px;
  }
  .ferge-class .mb-md-19 {
    margin-bottom: 76px;
  }
  .ferge-class .ml-md-19 {
    margin-left: 76px;
  }
  .ferge-class .mt-md-n19 {
    margin-top: -76px;
  }
  .ferge-class .mr-md-n19 {
    margin-right: -76px;
  }
  .ferge-class .mb-md-n19 {
    margin-bottom: -76px;
  }
  .ferge-class .ml-md-n19 {
    margin-left: -76px;
  }
  .ferge-class .m-md-20 {
    margin: 80px;
  }
  .ferge-class .mt-md-20 {
    margin-top: 80px;
  }
  .ferge-class .mr-md-20 {
    margin-right: 80px;
  }
  .ferge-class .mb-md-20 {
    margin-bottom: 80px;
  }
  .ferge-class .ml-md-20 {
    margin-left: 80px;
  }
  .ferge-class .mt-md-n20 {
    margin-top: -80px;
  }
  .ferge-class .mr-md-n20 {
    margin-right: -80px;
  }
  .ferge-class .mb-md-n20 {
    margin-bottom: -80px;
  }
  .ferge-class .ml-md-n20 {
    margin-left: -80px;
  }
  .ferge-class .m-md-21 {
    margin: 84px;
  }
  .ferge-class .mt-md-21 {
    margin-top: 84px;
  }
  .ferge-class .mr-md-21 {
    margin-right: 84px;
  }
  .ferge-class .mb-md-21 {
    margin-bottom: 84px;
  }
  .ferge-class .ml-md-21 {
    margin-left: 84px;
  }
  .ferge-class .mt-md-n21 {
    margin-top: -84px;
  }
  .ferge-class .mr-md-n21 {
    margin-right: -84px;
  }
  .ferge-class .mb-md-n21 {
    margin-bottom: -84px;
  }
  .ferge-class .ml-md-n21 {
    margin-left: -84px;
  }
  .ferge-class .m-md-22 {
    margin: 88px;
  }
  .ferge-class .mt-md-22 {
    margin-top: 88px;
  }
  .ferge-class .mr-md-22 {
    margin-right: 88px;
  }
  .ferge-class .mb-md-22 {
    margin-bottom: 88px;
  }
  .ferge-class .ml-md-22 {
    margin-left: 88px;
  }
  .ferge-class .mt-md-n22 {
    margin-top: -88px;
  }
  .ferge-class .mr-md-n22 {
    margin-right: -88px;
  }
  .ferge-class .mb-md-n22 {
    margin-bottom: -88px;
  }
  .ferge-class .ml-md-n22 {
    margin-left: -88px;
  }
  .ferge-class .m-md-23 {
    margin: 92px;
  }
  .ferge-class .mt-md-23 {
    margin-top: 92px;
  }
  .ferge-class .mr-md-23 {
    margin-right: 92px;
  }
  .ferge-class .mb-md-23 {
    margin-bottom: 92px;
  }
  .ferge-class .ml-md-23 {
    margin-left: 92px;
  }
  .ferge-class .mt-md-n23 {
    margin-top: -92px;
  }
  .ferge-class .mr-md-n23 {
    margin-right: -92px;
  }
  .ferge-class .mb-md-n23 {
    margin-bottom: -92px;
  }
  .ferge-class .ml-md-n23 {
    margin-left: -92px;
  }
  .ferge-class .m-md-24 {
    margin: 96px;
  }
  .ferge-class .mt-md-24 {
    margin-top: 96px;
  }
  .ferge-class .mr-md-24 {
    margin-right: 96px;
  }
  .ferge-class .mb-md-24 {
    margin-bottom: 96px;
  }
  .ferge-class .ml-md-24 {
    margin-left: 96px;
  }
  .ferge-class .mt-md-n24 {
    margin-top: -96px;
  }
  .ferge-class .mr-md-n24 {
    margin-right: -96px;
  }
  .ferge-class .mb-md-n24 {
    margin-bottom: -96px;
  }
  .ferge-class .ml-md-n24 {
    margin-left: -96px;
  }
  .ferge-class .m-md-25 {
    margin: 100px;
  }
  .ferge-class .mt-md-25 {
    margin-top: 100px;
  }
  .ferge-class .mr-md-25 {
    margin-right: 100px;
  }
  .ferge-class .mb-md-25 {
    margin-bottom: 100px;
  }
  .ferge-class .ml-md-25 {
    margin-left: 100px;
  }
  .ferge-class .mt-md-n25 {
    margin-top: -100px;
  }
  .ferge-class .mr-md-n25 {
    margin-right: -100px;
  }
  .ferge-class .mb-md-n25 {
    margin-bottom: -100px;
  }
  .ferge-class .ml-md-n25 {
    margin-left: -100px;
  }
  .ferge-class .m-md-26 {
    margin: 104px;
  }
  .ferge-class .mt-md-26 {
    margin-top: 104px;
  }
  .ferge-class .mr-md-26 {
    margin-right: 104px;
  }
  .ferge-class .mb-md-26 {
    margin-bottom: 104px;
  }
  .ferge-class .ml-md-26 {
    margin-left: 104px;
  }
  .ferge-class .mt-md-n26 {
    margin-top: -104px;
  }
  .ferge-class .mr-md-n26 {
    margin-right: -104px;
  }
  .ferge-class .mb-md-n26 {
    margin-bottom: -104px;
  }
  .ferge-class .ml-md-n26 {
    margin-left: -104px;
  }
  .ferge-class .m-md-27 {
    margin: 108px;
  }
  .ferge-class .mt-md-27 {
    margin-top: 108px;
  }
  .ferge-class .mr-md-27 {
    margin-right: 108px;
  }
  .ferge-class .mb-md-27 {
    margin-bottom: 108px;
  }
  .ferge-class .ml-md-27 {
    margin-left: 108px;
  }
  .ferge-class .mt-md-n27 {
    margin-top: -108px;
  }
  .ferge-class .mr-md-n27 {
    margin-right: -108px;
  }
  .ferge-class .mb-md-n27 {
    margin-bottom: -108px;
  }
  .ferge-class .ml-md-n27 {
    margin-left: -108px;
  }
  .ferge-class .m-md-28 {
    margin: 112px;
  }
  .ferge-class .mt-md-28 {
    margin-top: 112px;
  }
  .ferge-class .mr-md-28 {
    margin-right: 112px;
  }
  .ferge-class .mb-md-28 {
    margin-bottom: 112px;
  }
  .ferge-class .ml-md-28 {
    margin-left: 112px;
  }
  .ferge-class .mt-md-n28 {
    margin-top: -112px;
  }
  .ferge-class .mr-md-n28 {
    margin-right: -112px;
  }
  .ferge-class .mb-md-n28 {
    margin-bottom: -112px;
  }
  .ferge-class .ml-md-n28 {
    margin-left: -112px;
  }
  .ferge-class .m-md-29 {
    margin: 116px;
  }
  .ferge-class .mt-md-29 {
    margin-top: 116px;
  }
  .ferge-class .mr-md-29 {
    margin-right: 116px;
  }
  .ferge-class .mb-md-29 {
    margin-bottom: 116px;
  }
  .ferge-class .ml-md-29 {
    margin-left: 116px;
  }
  .ferge-class .mt-md-n29 {
    margin-top: -116px;
  }
  .ferge-class .mr-md-n29 {
    margin-right: -116px;
  }
  .ferge-class .mb-md-n29 {
    margin-bottom: -116px;
  }
  .ferge-class .ml-md-n29 {
    margin-left: -116px;
  }
  .ferge-class .m-md-30 {
    margin: 120px;
  }
  .ferge-class .mt-md-30 {
    margin-top: 120px;
  }
  .ferge-class .mr-md-30 {
    margin-right: 120px;
  }
  .ferge-class .mb-md-30 {
    margin-bottom: 120px;
  }
  .ferge-class .ml-md-30 {
    margin-left: 120px;
  }
  .ferge-class .mt-md-n30 {
    margin-top: -120px;
  }
  .ferge-class .mr-md-n30 {
    margin-right: -120px;
  }
  .ferge-class .mb-md-n30 {
    margin-bottom: -120px;
  }
  .ferge-class .ml-md-n30 {
    margin-left: -120px;
  }
  .ferge-class .p-md-0 {
    padding: 0px;
  }
  .ferge-class .pt-md-0 {
    padding-top: 0px;
  }
  .ferge-class .pr-md-0 {
    padding-right: 0px;
  }
  .ferge-class .pb-md-0 {
    padding-bottom: 0px;
  }
  .ferge-class .pl-md-0 {
    padding-left: 0px;
  }
  .ferge-class .p-md-1 {
    padding: 4px;
  }
  .ferge-class .pt-md-1 {
    padding-top: 4px;
  }
  .ferge-class .pr-md-1 {
    padding-right: 4px;
  }
  .ferge-class .pb-md-1 {
    padding-bottom: 4px;
  }
  .ferge-class .pl-md-1 {
    padding-left: 4px;
  }
  .ferge-class .p-md-2 {
    padding: 8px;
  }
  .ferge-class .pt-md-2 {
    padding-top: 8px;
  }
  .ferge-class .pr-md-2 {
    padding-right: 8px;
  }
  .ferge-class .pb-md-2 {
    padding-bottom: 8px;
  }
  .ferge-class .pl-md-2 {
    padding-left: 8px;
  }
  .ferge-class .p-md-3 {
    padding: 12px;
  }
  .ferge-class .pt-md-3 {
    padding-top: 12px;
  }
  .ferge-class .pr-md-3 {
    padding-right: 12px;
  }
  .ferge-class .pb-md-3 {
    padding-bottom: 12px;
  }
  .ferge-class .pl-md-3 {
    padding-left: 12px;
  }
  .ferge-class .p-md-4 {
    padding: 16px;
  }
  .ferge-class .pt-md-4 {
    padding-top: 16px;
  }
  .ferge-class .pr-md-4 {
    padding-right: 16px;
  }
  .ferge-class .pb-md-4 {
    padding-bottom: 16px;
  }
  .ferge-class .pl-md-4 {
    padding-left: 16px;
  }
  .ferge-class .p-md-5 {
    padding: 20px;
  }
  .ferge-class .pt-md-5 {
    padding-top: 20px;
  }
  .ferge-class .pr-md-5 {
    padding-right: 20px;
  }
  .ferge-class .pb-md-5 {
    padding-bottom: 20px;
  }
  .ferge-class .pl-md-5 {
    padding-left: 20px;
  }
  .ferge-class .p-md-6 {
    padding: 24px;
  }
  .ferge-class .pt-md-6 {
    padding-top: 24px;
  }
  .ferge-class .pr-md-6 {
    padding-right: 24px;
  }
  .ferge-class .pb-md-6 {
    padding-bottom: 24px;
  }
  .ferge-class .pl-md-6 {
    padding-left: 24px;
  }
  .ferge-class .p-md-7 {
    padding: 28px;
  }
  .ferge-class .pt-md-7 {
    padding-top: 28px;
  }
  .ferge-class .pr-md-7 {
    padding-right: 28px;
  }
  .ferge-class .pb-md-7 {
    padding-bottom: 28px;
  }
  .ferge-class .pl-md-7 {
    padding-left: 28px;
  }
  .ferge-class .p-md-8 {
    padding: 32px;
  }
  .ferge-class .pt-md-8 {
    padding-top: 32px;
  }
  .ferge-class .pr-md-8 {
    padding-right: 32px;
  }
  .ferge-class .pb-md-8 {
    padding-bottom: 32px;
  }
  .ferge-class .pl-md-8 {
    padding-left: 32px;
  }
  .ferge-class .p-md-9 {
    padding: 36px;
  }
  .ferge-class .pt-md-9 {
    padding-top: 36px;
  }
  .ferge-class .pr-md-9 {
    padding-right: 36px;
  }
  .ferge-class .pb-md-9 {
    padding-bottom: 36px;
  }
  .ferge-class .pl-md-9 {
    padding-left: 36px;
  }
  .ferge-class .p-md-10 {
    padding: 40px;
  }
  .ferge-class .pt-md-10 {
    padding-top: 40px;
  }
  .ferge-class .pr-md-10 {
    padding-right: 40px;
  }
  .ferge-class .pb-md-10 {
    padding-bottom: 40px;
  }
  .ferge-class .pl-md-10 {
    padding-left: 40px;
  }
  .ferge-class .p-md-11 {
    padding: 44px;
  }
  .ferge-class .pt-md-11 {
    padding-top: 44px;
  }
  .ferge-class .pr-md-11 {
    padding-right: 44px;
  }
  .ferge-class .pb-md-11 {
    padding-bottom: 44px;
  }
  .ferge-class .pl-md-11 {
    padding-left: 44px;
  }
  .ferge-class .p-md-12 {
    padding: 48px;
  }
  .ferge-class .pt-md-12 {
    padding-top: 48px;
  }
  .ferge-class .pr-md-12 {
    padding-right: 48px;
  }
  .ferge-class .pb-md-12 {
    padding-bottom: 48px;
  }
  .ferge-class .pl-md-12 {
    padding-left: 48px;
  }
  .ferge-class .p-md-13 {
    padding: 52px;
  }
  .ferge-class .pt-md-13 {
    padding-top: 52px;
  }
  .ferge-class .pr-md-13 {
    padding-right: 52px;
  }
  .ferge-class .pb-md-13 {
    padding-bottom: 52px;
  }
  .ferge-class .pl-md-13 {
    padding-left: 52px;
  }
  .ferge-class .p-md-14 {
    padding: 56px;
  }
  .ferge-class .pt-md-14 {
    padding-top: 56px;
  }
  .ferge-class .pr-md-14 {
    padding-right: 56px;
  }
  .ferge-class .pb-md-14 {
    padding-bottom: 56px;
  }
  .ferge-class .pl-md-14 {
    padding-left: 56px;
  }
  .ferge-class .p-md-15 {
    padding: 60px;
  }
  .ferge-class .pt-md-15 {
    padding-top: 60px;
  }
  .ferge-class .pr-md-15 {
    padding-right: 60px;
  }
  .ferge-class .pb-md-15 {
    padding-bottom: 60px;
  }
  .ferge-class .pl-md-15 {
    padding-left: 60px;
  }
  .ferge-class .p-md-16 {
    padding: 64px;
  }
  .ferge-class .pt-md-16 {
    padding-top: 64px;
  }
  .ferge-class .pr-md-16 {
    padding-right: 64px;
  }
  .ferge-class .pb-md-16 {
    padding-bottom: 64px;
  }
  .ferge-class .pl-md-16 {
    padding-left: 64px;
  }
  .ferge-class .p-md-17 {
    padding: 68px;
  }
  .ferge-class .pt-md-17 {
    padding-top: 68px;
  }
  .ferge-class .pr-md-17 {
    padding-right: 68px;
  }
  .ferge-class .pb-md-17 {
    padding-bottom: 68px;
  }
  .ferge-class .pl-md-17 {
    padding-left: 68px;
  }
  .ferge-class .p-md-18 {
    padding: 72px;
  }
  .ferge-class .pt-md-18 {
    padding-top: 72px;
  }
  .ferge-class .pr-md-18 {
    padding-right: 72px;
  }
  .ferge-class .pb-md-18 {
    padding-bottom: 72px;
  }
  .ferge-class .pl-md-18 {
    padding-left: 72px;
  }
  .ferge-class .p-md-19 {
    padding: 76px;
  }
  .ferge-class .pt-md-19 {
    padding-top: 76px;
  }
  .ferge-class .pr-md-19 {
    padding-right: 76px;
  }
  .ferge-class .pb-md-19 {
    padding-bottom: 76px;
  }
  .ferge-class .pl-md-19 {
    padding-left: 76px;
  }
  .ferge-class .p-md-20 {
    padding: 80px;
  }
  .ferge-class .pt-md-20 {
    padding-top: 80px;
  }
  .ferge-class .pr-md-20 {
    padding-right: 80px;
  }
  .ferge-class .pb-md-20 {
    padding-bottom: 80px;
  }
  .ferge-class .pl-md-20 {
    padding-left: 80px;
  }
  .ferge-class .p-md-21 {
    padding: 84px;
  }
  .ferge-class .pt-md-21 {
    padding-top: 84px;
  }
  .ferge-class .pr-md-21 {
    padding-right: 84px;
  }
  .ferge-class .pb-md-21 {
    padding-bottom: 84px;
  }
  .ferge-class .pl-md-21 {
    padding-left: 84px;
  }
  .ferge-class .p-md-22 {
    padding: 88px;
  }
  .ferge-class .pt-md-22 {
    padding-top: 88px;
  }
  .ferge-class .pr-md-22 {
    padding-right: 88px;
  }
  .ferge-class .pb-md-22 {
    padding-bottom: 88px;
  }
  .ferge-class .pl-md-22 {
    padding-left: 88px;
  }
  .ferge-class .p-md-23 {
    padding: 92px;
  }
  .ferge-class .pt-md-23 {
    padding-top: 92px;
  }
  .ferge-class .pr-md-23 {
    padding-right: 92px;
  }
  .ferge-class .pb-md-23 {
    padding-bottom: 92px;
  }
  .ferge-class .pl-md-23 {
    padding-left: 92px;
  }
  .ferge-class .p-md-24 {
    padding: 96px;
  }
  .ferge-class .pt-md-24 {
    padding-top: 96px;
  }
  .ferge-class .pr-md-24 {
    padding-right: 96px;
  }
  .ferge-class .pb-md-24 {
    padding-bottom: 96px;
  }
  .ferge-class .pl-md-24 {
    padding-left: 96px;
  }
  .ferge-class .p-md-25 {
    padding: 100px;
  }
  .ferge-class .pt-md-25 {
    padding-top: 100px;
  }
  .ferge-class .pr-md-25 {
    padding-right: 100px;
  }
  .ferge-class .pb-md-25 {
    padding-bottom: 100px;
  }
  .ferge-class .pl-md-25 {
    padding-left: 100px;
  }
  .ferge-class .p-md-26 {
    padding: 104px;
  }
  .ferge-class .pt-md-26 {
    padding-top: 104px;
  }
  .ferge-class .pr-md-26 {
    padding-right: 104px;
  }
  .ferge-class .pb-md-26 {
    padding-bottom: 104px;
  }
  .ferge-class .pl-md-26 {
    padding-left: 104px;
  }
  .ferge-class .p-md-27 {
    padding: 108px;
  }
  .ferge-class .pt-md-27 {
    padding-top: 108px;
  }
  .ferge-class .pr-md-27 {
    padding-right: 108px;
  }
  .ferge-class .pb-md-27 {
    padding-bottom: 108px;
  }
  .ferge-class .pl-md-27 {
    padding-left: 108px;
  }
  .ferge-class .p-md-28 {
    padding: 112px;
  }
  .ferge-class .pt-md-28 {
    padding-top: 112px;
  }
  .ferge-class .pr-md-28 {
    padding-right: 112px;
  }
  .ferge-class .pb-md-28 {
    padding-bottom: 112px;
  }
  .ferge-class .pl-md-28 {
    padding-left: 112px;
  }
  .ferge-class .p-md-29 {
    padding: 116px;
  }
  .ferge-class .pt-md-29 {
    padding-top: 116px;
  }
  .ferge-class .pr-md-29 {
    padding-right: 116px;
  }
  .ferge-class .pb-md-29 {
    padding-bottom: 116px;
  }
  .ferge-class .pl-md-29 {
    padding-left: 116px;
  }
  .ferge-class .p-md-30 {
    padding: 120px;
  }
  .ferge-class .pt-md-30 {
    padding-top: 120px;
  }
  .ferge-class .pr-md-30 {
    padding-right: 120px;
  }
  .ferge-class .pb-md-30 {
    padding-bottom: 120px;
  }
  .ferge-class .pl-md-30 {
    padding-left: 120px;
  }
}
@media (min-width: 1200px) {
  .ferge-class .mt-0 {
    margin-top: 0px;
  }
  .ferge-class .mr-0 {
    margin-right: 0px;
  }
  .ferge-class .mb-0 {
    margin-bottom: 0px;
  }
  .ferge-class .ml-0 {
    margin-left: 0px;
  }
  .ferge-class .mt-1 {
    margin-top: 4px;
  }
  .ferge-class .mr-1 {
    margin-right: 4px;
  }
  .ferge-class .mb-1 {
    margin-bottom: 4px;
  }
  .ferge-class .ml-1 {
    margin-left: 4px;
  }
  .ferge-class .mt-2 {
    margin-top: 8px;
  }
  .ferge-class .mr-2 {
    margin-right: 8px;
  }
  .ferge-class .mb-2 {
    margin-bottom: 8px;
  }
  .ferge-class .ml-2 {
    margin-left: 8px;
  }
  .ferge-class .mt-3 {
    margin-top: 12px;
  }
  .ferge-class .mr-3 {
    margin-right: 12px;
  }
  .ferge-class .mb-3 {
    margin-bottom: 12px;
  }
  .ferge-class .ml-3 {
    margin-left: 12px;
  }
  .ferge-class .mt-4 {
    margin-top: 16px;
  }
  .ferge-class .mr-4 {
    margin-right: 16px;
  }
  .ferge-class .mb-4 {
    margin-bottom: 16px;
  }
  .ferge-class .ml-4 {
    margin-left: 16px;
  }
  .ferge-class .mt-5 {
    margin-top: 20px;
  }
  .ferge-class .mr-5 {
    margin-right: 20px;
  }
  .ferge-class .mb-5 {
    margin-bottom: 20px;
  }
  .ferge-class .ml-5 {
    margin-left: 20px;
  }
  .ferge-class .mt-6 {
    margin-top: 24px;
  }
  .ferge-class .mr-6 {
    margin-right: 24px;
  }
  .ferge-class .mb-6 {
    margin-bottom: 24px;
  }
  .ferge-class .ml-6 {
    margin-left: 24px;
  }
  .ferge-class .mt-7 {
    margin-top: 28px;
  }
  .ferge-class .mr-7 {
    margin-right: 28px;
  }
  .ferge-class .mb-7 {
    margin-bottom: 28px;
  }
  .ferge-class .ml-7 {
    margin-left: 28px;
  }
  .ferge-class .mt-8 {
    margin-top: 32px;
  }
  .ferge-class .mr-8 {
    margin-right: 32px;
  }
  .ferge-class .mb-8 {
    margin-bottom: 32px;
  }
  .ferge-class .ml-8 {
    margin-left: 32px;
  }
  .ferge-class .mt-9 {
    margin-top: 36px;
  }
  .ferge-class .mr-9 {
    margin-right: 36px;
  }
  .ferge-class .mb-9 {
    margin-bottom: 36px;
  }
  .ferge-class .ml-9 {
    margin-left: 36px;
  }
  .ferge-class .mt-10 {
    margin-top: 40px;
  }
  .ferge-class .mr-10 {
    margin-right: 40px;
  }
  .ferge-class .mb-10 {
    margin-bottom: 40px;
  }
  .ferge-class .ml-10 {
    margin-left: 40px;
  }
  .ferge-class .mt-11 {
    margin-top: 44px;
  }
  .ferge-class .mr-11 {
    margin-right: 44px;
  }
  .ferge-class .mb-11 {
    margin-bottom: 44px;
  }
  .ferge-class .ml-11 {
    margin-left: 44px;
  }
  .ferge-class .mt-12 {
    margin-top: 48px;
  }
  .ferge-class .mr-12 {
    margin-right: 48px;
  }
  .ferge-class .mb-12 {
    margin-bottom: 48px;
  }
  .ferge-class .ml-12 {
    margin-left: 48px;
  }
  .ferge-class .mt-13 {
    margin-top: 52px;
  }
  .ferge-class .mr-13 {
    margin-right: 52px;
  }
  .ferge-class .mb-13 {
    margin-bottom: 52px;
  }
  .ferge-class .ml-13 {
    margin-left: 52px;
  }
  .ferge-class .mt-14 {
    margin-top: 56px;
  }
  .ferge-class .mr-14 {
    margin-right: 56px;
  }
  .ferge-class .mb-14 {
    margin-bottom: 56px;
  }
  .ferge-class .ml-14 {
    margin-left: 56px;
  }
  .ferge-class .mt-15 {
    margin-top: 60px;
  }
  .ferge-class .mr-15 {
    margin-right: 60px;
  }
  .ferge-class .mb-15 {
    margin-bottom: 60px;
  }
  .ferge-class .ml-15 {
    margin-left: 60px;
  }
  .ferge-class .mt-16 {
    margin-top: 64px;
  }
  .ferge-class .mr-16 {
    margin-right: 64px;
  }
  .ferge-class .mb-16 {
    margin-bottom: 64px;
  }
  .ferge-class .ml-16 {
    margin-left: 64px;
  }
  .ferge-class .mt-17 {
    margin-top: 68px;
  }
  .ferge-class .mr-17 {
    margin-right: 68px;
  }
  .ferge-class .mb-17 {
    margin-bottom: 68px;
  }
  .ferge-class .ml-17 {
    margin-left: 68px;
  }
  .ferge-class .mt-18 {
    margin-top: 72px;
  }
  .ferge-class .mr-18 {
    margin-right: 72px;
  }
  .ferge-class .mb-18 {
    margin-bottom: 72px;
  }
  .ferge-class .ml-18 {
    margin-left: 72px;
  }
  .ferge-class .mt-19 {
    margin-top: 76px;
  }
  .ferge-class .mr-19 {
    margin-right: 76px;
  }
  .ferge-class .mb-19 {
    margin-bottom: 76px;
  }
  .ferge-class .ml-19 {
    margin-left: 76px;
  }
  .ferge-class .mt-20 {
    margin-top: 80px;
  }
  .ferge-class .mr-20 {
    margin-right: 80px;
  }
  .ferge-class .mb-20 {
    margin-bottom: 80px;
  }
  .ferge-class .ml-20 {
    margin-left: 80px;
  }
  .ferge-class .mt-21 {
    margin-top: 84px;
  }
  .ferge-class .mr-21 {
    margin-right: 84px;
  }
  .ferge-class .mb-21 {
    margin-bottom: 84px;
  }
  .ferge-class .ml-21 {
    margin-left: 84px;
  }
  .ferge-class .mt-22 {
    margin-top: 88px;
  }
  .ferge-class .mr-22 {
    margin-right: 88px;
  }
  .ferge-class .mb-22 {
    margin-bottom: 88px;
  }
  .ferge-class .ml-22 {
    margin-left: 88px;
  }
  .ferge-class .mt-23 {
    margin-top: 92px;
  }
  .ferge-class .mr-23 {
    margin-right: 92px;
  }
  .ferge-class .mb-23 {
    margin-bottom: 92px;
  }
  .ferge-class .ml-23 {
    margin-left: 92px;
  }
  .ferge-class .mt-24 {
    margin-top: 96px;
  }
  .ferge-class .mr-24 {
    margin-right: 96px;
  }
  .ferge-class .mb-24 {
    margin-bottom: 96px;
  }
  .ferge-class .ml-24 {
    margin-left: 96px;
  }
  .ferge-class .mt-25 {
    margin-top: 100px;
  }
  .ferge-class .mr-25 {
    margin-right: 100px;
  }
  .ferge-class .mb-25 {
    margin-bottom: 100px;
  }
  .ferge-class .ml-25 {
    margin-left: 100px;
  }
  .ferge-class .mt-26 {
    margin-top: 104px;
  }
  .ferge-class .mr-26 {
    margin-right: 104px;
  }
  .ferge-class .mb-26 {
    margin-bottom: 104px;
  }
  .ferge-class .ml-26 {
    margin-left: 104px;
  }
  .ferge-class .mt-27 {
    margin-top: 108px;
  }
  .ferge-class .mr-27 {
    margin-right: 108px;
  }
  .ferge-class .mb-27 {
    margin-bottom: 108px;
  }
  .ferge-class .ml-27 {
    margin-left: 108px;
  }
  .ferge-class .mt-28 {
    margin-top: 112px;
  }
  .ferge-class .mr-28 {
    margin-right: 112px;
  }
  .ferge-class .mb-28 {
    margin-bottom: 112px;
  }
  .ferge-class .ml-28 {
    margin-left: 112px;
  }
  .ferge-class .mt-29 {
    margin-top: 116px;
  }
  .ferge-class .mr-29 {
    margin-right: 116px;
  }
  .ferge-class .mb-29 {
    margin-bottom: 116px;
  }
  .ferge-class .ml-29 {
    margin-left: 116px;
  }
  .ferge-class .mt-30 {
    margin-top: 120px;
  }
  .ferge-class .mr-30 {
    margin-right: 120px;
  }
  .ferge-class .mb-30 {
    margin-bottom: 120px;
  }
  .ferge-class .ml-30 {
    margin-left: 120px;
  }
  .ferge-class .pt-0 {
    padding-top: 0px;
  }
  .ferge-class .pr-0 {
    padding-right: 0px;
  }
  .ferge-class .pb-0 {
    padding-bottom: 0px;
  }
  .ferge-class .pl-0 {
    padding-left: 0px;
  }
  .ferge-class .pt-1 {
    padding-top: 4px;
  }
  .ferge-class .pr-1 {
    padding-right: 4px;
  }
  .ferge-class .pb-1 {
    padding-bottom: 4px;
  }
  .ferge-class .pl-1 {
    padding-left: 4px;
  }
  .ferge-class .pt-2 {
    padding-top: 8px;
  }
  .ferge-class .pr-2 {
    padding-right: 8px;
  }
  .ferge-class .pb-2 {
    padding-bottom: 8px;
  }
  .ferge-class .pl-2 {
    padding-left: 8px;
  }
  .ferge-class .pt-3 {
    padding-top: 12px;
  }
  .ferge-class .pr-3 {
    padding-right: 12px;
  }
  .ferge-class .pb-3 {
    padding-bottom: 12px;
  }
  .ferge-class .pl-3 {
    padding-left: 12px;
  }
  .ferge-class .pt-4 {
    padding-top: 16px;
  }
  .ferge-class .pr-4 {
    padding-right: 16px;
  }
  .ferge-class .pb-4 {
    padding-bottom: 16px;
  }
  .ferge-class .pl-4 {
    padding-left: 16px;
  }
  .ferge-class .pt-5 {
    padding-top: 20px;
  }
  .ferge-class .pr-5 {
    padding-right: 20px;
  }
  .ferge-class .pb-5 {
    padding-bottom: 20px;
  }
  .ferge-class .pl-5 {
    padding-left: 20px;
  }
  .ferge-class .pt-6 {
    padding-top: 24px;
  }
  .ferge-class .pr-6 {
    padding-right: 24px;
  }
  .ferge-class .pb-6 {
    padding-bottom: 24px;
  }
  .ferge-class .pl-6 {
    padding-left: 24px;
  }
  .ferge-class .pt-7 {
    padding-top: 28px;
  }
  .ferge-class .pr-7 {
    padding-right: 28px;
  }
  .ferge-class .pb-7 {
    padding-bottom: 28px;
  }
  .ferge-class .pl-7 {
    padding-left: 28px;
  }
  .ferge-class .pt-8 {
    padding-top: 32px;
  }
  .ferge-class .pr-8 {
    padding-right: 32px;
  }
  .ferge-class .pb-8 {
    padding-bottom: 32px;
  }
  .ferge-class .pl-8 {
    padding-left: 32px;
  }
  .ferge-class .pt-9 {
    padding-top: 36px;
  }
  .ferge-class .pr-9 {
    padding-right: 36px;
  }
  .ferge-class .pb-9 {
    padding-bottom: 36px;
  }
  .ferge-class .pl-9 {
    padding-left: 36px;
  }
  .ferge-class .pt-10 {
    padding-top: 40px;
  }
  .ferge-class .pr-10 {
    padding-right: 40px;
  }
  .ferge-class .pb-10 {
    padding-bottom: 40px;
  }
  .ferge-class .pl-10 {
    padding-left: 40px;
  }
  .ferge-class .pt-11 {
    padding-top: 44px;
  }
  .ferge-class .pr-11 {
    padding-right: 44px;
  }
  .ferge-class .pb-11 {
    padding-bottom: 44px;
  }
  .ferge-class .pl-11 {
    padding-left: 44px;
  }
  .ferge-class .pt-12 {
    padding-top: 48px;
  }
  .ferge-class .pr-12 {
    padding-right: 48px;
  }
  .ferge-class .pb-12 {
    padding-bottom: 48px;
  }
  .ferge-class .pl-12 {
    padding-left: 48px;
  }
  .ferge-class .pt-13 {
    padding-top: 52px;
  }
  .ferge-class .pr-13 {
    padding-right: 52px;
  }
  .ferge-class .pb-13 {
    padding-bottom: 52px;
  }
  .ferge-class .pl-13 {
    padding-left: 52px;
  }
  .ferge-class .pt-14 {
    padding-top: 56px;
  }
  .ferge-class .pr-14 {
    padding-right: 56px;
  }
  .ferge-class .pb-14 {
    padding-bottom: 56px;
  }
  .ferge-class .pl-14 {
    padding-left: 56px;
  }
  .ferge-class .pt-15 {
    padding-top: 60px;
  }
  .ferge-class .pr-15 {
    padding-right: 60px;
  }
  .ferge-class .pb-15 {
    padding-bottom: 60px;
  }
  .ferge-class .pl-15 {
    padding-left: 60px;
  }
  .ferge-class .pt-16 {
    padding-top: 64px;
  }
  .ferge-class .pr-16 {
    padding-right: 64px;
  }
  .ferge-class .pb-16 {
    padding-bottom: 64px;
  }
  .ferge-class .pl-16 {
    padding-left: 64px;
  }
  .ferge-class .pt-17 {
    padding-top: 68px;
  }
  .ferge-class .pr-17 {
    padding-right: 68px;
  }
  .ferge-class .pb-17 {
    padding-bottom: 68px;
  }
  .ferge-class .pl-17 {
    padding-left: 68px;
  }
  .ferge-class .pt-18 {
    padding-top: 72px;
  }
  .ferge-class .pr-18 {
    padding-right: 72px;
  }
  .ferge-class .pb-18 {
    padding-bottom: 72px;
  }
  .ferge-class .pl-18 {
    padding-left: 72px;
  }
  .ferge-class .pt-19 {
    padding-top: 76px;
  }
  .ferge-class .pr-19 {
    padding-right: 76px;
  }
  .ferge-class .pb-19 {
    padding-bottom: 76px;
  }
  .ferge-class .pl-19 {
    padding-left: 76px;
  }
  .ferge-class .pt-20 {
    padding-top: 80px;
  }
  .ferge-class .pr-20 {
    padding-right: 80px;
  }
  .ferge-class .pb-20 {
    padding-bottom: 80px;
  }
  .ferge-class .pl-20 {
    padding-left: 80px;
  }
  .ferge-class .pt-21 {
    padding-top: 84px;
  }
  .ferge-class .pr-21 {
    padding-right: 84px;
  }
  .ferge-class .pb-21 {
    padding-bottom: 84px;
  }
  .ferge-class .pl-21 {
    padding-left: 84px;
  }
  .ferge-class .pt-22 {
    padding-top: 88px;
  }
  .ferge-class .pr-22 {
    padding-right: 88px;
  }
  .ferge-class .pb-22 {
    padding-bottom: 88px;
  }
  .ferge-class .pl-22 {
    padding-left: 88px;
  }
  .ferge-class .pt-23 {
    padding-top: 92px;
  }
  .ferge-class .pr-23 {
    padding-right: 92px;
  }
  .ferge-class .pb-23 {
    padding-bottom: 92px;
  }
  .ferge-class .pl-23 {
    padding-left: 92px;
  }
  .ferge-class .pt-24 {
    padding-top: 96px;
  }
  .ferge-class .pr-24 {
    padding-right: 96px;
  }
  .ferge-class .pb-24 {
    padding-bottom: 96px;
  }
  .ferge-class .pl-24 {
    padding-left: 96px;
  }
  .ferge-class .pt-25 {
    padding-top: 100px;
  }
  .ferge-class .pr-25 {
    padding-right: 100px;
  }
  .ferge-class .pb-25 {
    padding-bottom: 100px;
  }
  .ferge-class .pl-25 {
    padding-left: 100px;
  }
  .ferge-class .pt-26 {
    padding-top: 104px;
  }
  .ferge-class .pr-26 {
    padding-right: 104px;
  }
  .ferge-class .pb-26 {
    padding-bottom: 104px;
  }
  .ferge-class .pl-26 {
    padding-left: 104px;
  }
  .ferge-class .pt-27 {
    padding-top: 108px;
  }
  .ferge-class .pr-27 {
    padding-right: 108px;
  }
  .ferge-class .pb-27 {
    padding-bottom: 108px;
  }
  .ferge-class .pl-27 {
    padding-left: 108px;
  }
  .ferge-class .pt-28 {
    padding-top: 112px;
  }
  .ferge-class .pr-28 {
    padding-right: 112px;
  }
  .ferge-class .pb-28 {
    padding-bottom: 112px;
  }
  .ferge-class .pl-28 {
    padding-left: 112px;
  }
  .ferge-class .pt-29 {
    padding-top: 116px;
  }
  .ferge-class .pr-29 {
    padding-right: 116px;
  }
  .ferge-class .pb-29 {
    padding-bottom: 116px;
  }
  .ferge-class .pl-29 {
    padding-left: 116px;
  }
  .ferge-class .pt-30 {
    padding-top: 120px;
  }
  .ferge-class .pr-30 {
    padding-right: 120px;
  }
  .ferge-class .pb-30 {
    padding-bottom: 120px;
  }
  .ferge-class .pl-30 {
    padding-left: 120px;
  }
  .ferge-class .m-lg-0 {
    margin: 0px;
  }
  .ferge-class .mt-lg-0 {
    margin-top: 0px;
  }
  .ferge-class .mr-lg-0 {
    margin-right: 0px;
  }
  .ferge-class .mb-lg-0 {
    margin-bottom: 0px;
  }
  .ferge-class .ml-lg-0 {
    margin-left: 0px;
  }
  .ferge-class .mt-lg-n0 {
    margin-top: 0px;
  }
  .ferge-class .mr-lg-n0 {
    margin-right: 0px;
  }
  .ferge-class .mb-lg-n0 {
    margin-bottom: 0px;
  }
  .ferge-class .ml-lg-n0 {
    margin-left: 0px;
  }
  .ferge-class .m-lg-1 {
    margin: 4px;
  }
  .ferge-class .mt-lg-1 {
    margin-top: 4px;
  }
  .ferge-class .mr-lg-1 {
    margin-right: 4px;
  }
  .ferge-class .mb-lg-1 {
    margin-bottom: 4px;
  }
  .ferge-class .ml-lg-1 {
    margin-left: 4px;
  }
  .ferge-class .mt-lg-n1 {
    margin-top: -4px;
  }
  .ferge-class .mr-lg-n1 {
    margin-right: -4px;
  }
  .ferge-class .mb-lg-n1 {
    margin-bottom: -4px;
  }
  .ferge-class .ml-lg-n1 {
    margin-left: -4px;
  }
  .ferge-class .m-lg-2 {
    margin: 8px;
  }
  .ferge-class .mt-lg-2 {
    margin-top: 8px;
  }
  .ferge-class .mr-lg-2 {
    margin-right: 8px;
  }
  .ferge-class .mb-lg-2 {
    margin-bottom: 8px;
  }
  .ferge-class .ml-lg-2 {
    margin-left: 8px;
  }
  .ferge-class .mt-lg-n2 {
    margin-top: -8px;
  }
  .ferge-class .mr-lg-n2 {
    margin-right: -8px;
  }
  .ferge-class .mb-lg-n2 {
    margin-bottom: -8px;
  }
  .ferge-class .ml-lg-n2 {
    margin-left: -8px;
  }
  .ferge-class .m-lg-3 {
    margin: 12px;
  }
  .ferge-class .mt-lg-3 {
    margin-top: 12px;
  }
  .ferge-class .mr-lg-3 {
    margin-right: 12px;
  }
  .ferge-class .mb-lg-3 {
    margin-bottom: 12px;
  }
  .ferge-class .ml-lg-3 {
    margin-left: 12px;
  }
  .ferge-class .mt-lg-n3 {
    margin-top: -12px;
  }
  .ferge-class .mr-lg-n3 {
    margin-right: -12px;
  }
  .ferge-class .mb-lg-n3 {
    margin-bottom: -12px;
  }
  .ferge-class .ml-lg-n3 {
    margin-left: -12px;
  }
  .ferge-class .m-lg-4 {
    margin: 16px;
  }
  .ferge-class .mt-lg-4 {
    margin-top: 16px;
  }
  .ferge-class .mr-lg-4 {
    margin-right: 16px;
  }
  .ferge-class .mb-lg-4 {
    margin-bottom: 16px;
  }
  .ferge-class .ml-lg-4 {
    margin-left: 16px;
  }
  .ferge-class .mt-lg-n4 {
    margin-top: -16px;
  }
  .ferge-class .mr-lg-n4 {
    margin-right: -16px;
  }
  .ferge-class .mb-lg-n4 {
    margin-bottom: -16px;
  }
  .ferge-class .ml-lg-n4 {
    margin-left: -16px;
  }
  .ferge-class .m-lg-5 {
    margin: 20px;
  }
  .ferge-class .mt-lg-5 {
    margin-top: 20px;
  }
  .ferge-class .mr-lg-5 {
    margin-right: 20px;
  }
  .ferge-class .mb-lg-5 {
    margin-bottom: 20px;
  }
  .ferge-class .ml-lg-5 {
    margin-left: 20px;
  }
  .ferge-class .mt-lg-n5 {
    margin-top: -20px;
  }
  .ferge-class .mr-lg-n5 {
    margin-right: -20px;
  }
  .ferge-class .mb-lg-n5 {
    margin-bottom: -20px;
  }
  .ferge-class .ml-lg-n5 {
    margin-left: -20px;
  }
  .ferge-class .m-lg-6 {
    margin: 24px;
  }
  .ferge-class .mt-lg-6 {
    margin-top: 24px;
  }
  .ferge-class .mr-lg-6 {
    margin-right: 24px;
  }
  .ferge-class .mb-lg-6 {
    margin-bottom: 24px;
  }
  .ferge-class .ml-lg-6 {
    margin-left: 24px;
  }
  .ferge-class .mt-lg-n6 {
    margin-top: -24px;
  }
  .ferge-class .mr-lg-n6 {
    margin-right: -24px;
  }
  .ferge-class .mb-lg-n6 {
    margin-bottom: -24px;
  }
  .ferge-class .ml-lg-n6 {
    margin-left: -24px;
  }
  .ferge-class .m-lg-7 {
    margin: 28px;
  }
  .ferge-class .mt-lg-7 {
    margin-top: 28px;
  }
  .ferge-class .mr-lg-7 {
    margin-right: 28px;
  }
  .ferge-class .mb-lg-7 {
    margin-bottom: 28px;
  }
  .ferge-class .ml-lg-7 {
    margin-left: 28px;
  }
  .ferge-class .mt-lg-n7 {
    margin-top: -28px;
  }
  .ferge-class .mr-lg-n7 {
    margin-right: -28px;
  }
  .ferge-class .mb-lg-n7 {
    margin-bottom: -28px;
  }
  .ferge-class .ml-lg-n7 {
    margin-left: -28px;
  }
  .ferge-class .m-lg-8 {
    margin: 32px;
  }
  .ferge-class .mt-lg-8 {
    margin-top: 32px;
  }
  .ferge-class .mr-lg-8 {
    margin-right: 32px;
  }
  .ferge-class .mb-lg-8 {
    margin-bottom: 32px;
  }
  .ferge-class .ml-lg-8 {
    margin-left: 32px;
  }
  .ferge-class .mt-lg-n8 {
    margin-top: -32px;
  }
  .ferge-class .mr-lg-n8 {
    margin-right: -32px;
  }
  .ferge-class .mb-lg-n8 {
    margin-bottom: -32px;
  }
  .ferge-class .ml-lg-n8 {
    margin-left: -32px;
  }
  .ferge-class .m-lg-9 {
    margin: 36px;
  }
  .ferge-class .mt-lg-9 {
    margin-top: 36px;
  }
  .ferge-class .mr-lg-9 {
    margin-right: 36px;
  }
  .ferge-class .mb-lg-9 {
    margin-bottom: 36px;
  }
  .ferge-class .ml-lg-9 {
    margin-left: 36px;
  }
  .ferge-class .mt-lg-n9 {
    margin-top: -36px;
  }
  .ferge-class .mr-lg-n9 {
    margin-right: -36px;
  }
  .ferge-class .mb-lg-n9 {
    margin-bottom: -36px;
  }
  .ferge-class .ml-lg-n9 {
    margin-left: -36px;
  }
  .ferge-class .m-lg-10 {
    margin: 40px;
  }
  .ferge-class .mt-lg-10 {
    margin-top: 40px;
  }
  .ferge-class .mr-lg-10 {
    margin-right: 40px;
  }
  .ferge-class .mb-lg-10 {
    margin-bottom: 40px;
  }
  .ferge-class .ml-lg-10 {
    margin-left: 40px;
  }
  .ferge-class .mt-lg-n10 {
    margin-top: -40px;
  }
  .ferge-class .mr-lg-n10 {
    margin-right: -40px;
  }
  .ferge-class .mb-lg-n10 {
    margin-bottom: -40px;
  }
  .ferge-class .ml-lg-n10 {
    margin-left: -40px;
  }
  .ferge-class .m-lg-11 {
    margin: 44px;
  }
  .ferge-class .mt-lg-11 {
    margin-top: 44px;
  }
  .ferge-class .mr-lg-11 {
    margin-right: 44px;
  }
  .ferge-class .mb-lg-11 {
    margin-bottom: 44px;
  }
  .ferge-class .ml-lg-11 {
    margin-left: 44px;
  }
  .ferge-class .mt-lg-n11 {
    margin-top: -44px;
  }
  .ferge-class .mr-lg-n11 {
    margin-right: -44px;
  }
  .ferge-class .mb-lg-n11 {
    margin-bottom: -44px;
  }
  .ferge-class .ml-lg-n11 {
    margin-left: -44px;
  }
  .ferge-class .m-lg-12 {
    margin: 48px;
  }
  .ferge-class .mt-lg-12 {
    margin-top: 48px;
  }
  .ferge-class .mr-lg-12 {
    margin-right: 48px;
  }
  .ferge-class .mb-lg-12 {
    margin-bottom: 48px;
  }
  .ferge-class .ml-lg-12 {
    margin-left: 48px;
  }
  .ferge-class .mt-lg-n12 {
    margin-top: -48px;
  }
  .ferge-class .mr-lg-n12 {
    margin-right: -48px;
  }
  .ferge-class .mb-lg-n12 {
    margin-bottom: -48px;
  }
  .ferge-class .ml-lg-n12 {
    margin-left: -48px;
  }
  .ferge-class .m-lg-13 {
    margin: 52px;
  }
  .ferge-class .mt-lg-13 {
    margin-top: 52px;
  }
  .ferge-class .mr-lg-13 {
    margin-right: 52px;
  }
  .ferge-class .mb-lg-13 {
    margin-bottom: 52px;
  }
  .ferge-class .ml-lg-13 {
    margin-left: 52px;
  }
  .ferge-class .mt-lg-n13 {
    margin-top: -52px;
  }
  .ferge-class .mr-lg-n13 {
    margin-right: -52px;
  }
  .ferge-class .mb-lg-n13 {
    margin-bottom: -52px;
  }
  .ferge-class .ml-lg-n13 {
    margin-left: -52px;
  }
  .ferge-class .m-lg-14 {
    margin: 56px;
  }
  .ferge-class .mt-lg-14 {
    margin-top: 56px;
  }
  .ferge-class .mr-lg-14 {
    margin-right: 56px;
  }
  .ferge-class .mb-lg-14 {
    margin-bottom: 56px;
  }
  .ferge-class .ml-lg-14 {
    margin-left: 56px;
  }
  .ferge-class .mt-lg-n14 {
    margin-top: -56px;
  }
  .ferge-class .mr-lg-n14 {
    margin-right: -56px;
  }
  .ferge-class .mb-lg-n14 {
    margin-bottom: -56px;
  }
  .ferge-class .ml-lg-n14 {
    margin-left: -56px;
  }
  .ferge-class .m-lg-15 {
    margin: 60px;
  }
  .ferge-class .mt-lg-15 {
    margin-top: 60px;
  }
  .ferge-class .mr-lg-15 {
    margin-right: 60px;
  }
  .ferge-class .mb-lg-15 {
    margin-bottom: 60px;
  }
  .ferge-class .ml-lg-15 {
    margin-left: 60px;
  }
  .ferge-class .mt-lg-n15 {
    margin-top: -60px;
  }
  .ferge-class .mr-lg-n15 {
    margin-right: -60px;
  }
  .ferge-class .mb-lg-n15 {
    margin-bottom: -60px;
  }
  .ferge-class .ml-lg-n15 {
    margin-left: -60px;
  }
  .ferge-class .m-lg-16 {
    margin: 64px;
  }
  .ferge-class .mt-lg-16 {
    margin-top: 64px;
  }
  .ferge-class .mr-lg-16 {
    margin-right: 64px;
  }
  .ferge-class .mb-lg-16 {
    margin-bottom: 64px;
  }
  .ferge-class .ml-lg-16 {
    margin-left: 64px;
  }
  .ferge-class .mt-lg-n16 {
    margin-top: -64px;
  }
  .ferge-class .mr-lg-n16 {
    margin-right: -64px;
  }
  .ferge-class .mb-lg-n16 {
    margin-bottom: -64px;
  }
  .ferge-class .ml-lg-n16 {
    margin-left: -64px;
  }
  .ferge-class .m-lg-17 {
    margin: 68px;
  }
  .ferge-class .mt-lg-17 {
    margin-top: 68px;
  }
  .ferge-class .mr-lg-17 {
    margin-right: 68px;
  }
  .ferge-class .mb-lg-17 {
    margin-bottom: 68px;
  }
  .ferge-class .ml-lg-17 {
    margin-left: 68px;
  }
  .ferge-class .mt-lg-n17 {
    margin-top: -68px;
  }
  .ferge-class .mr-lg-n17 {
    margin-right: -68px;
  }
  .ferge-class .mb-lg-n17 {
    margin-bottom: -68px;
  }
  .ferge-class .ml-lg-n17 {
    margin-left: -68px;
  }
  .ferge-class .m-lg-18 {
    margin: 72px;
  }
  .ferge-class .mt-lg-18 {
    margin-top: 72px;
  }
  .ferge-class .mr-lg-18 {
    margin-right: 72px;
  }
  .ferge-class .mb-lg-18 {
    margin-bottom: 72px;
  }
  .ferge-class .ml-lg-18 {
    margin-left: 72px;
  }
  .ferge-class .mt-lg-n18 {
    margin-top: -72px;
  }
  .ferge-class .mr-lg-n18 {
    margin-right: -72px;
  }
  .ferge-class .mb-lg-n18 {
    margin-bottom: -72px;
  }
  .ferge-class .ml-lg-n18 {
    margin-left: -72px;
  }
  .ferge-class .m-lg-19 {
    margin: 76px;
  }
  .ferge-class .mt-lg-19 {
    margin-top: 76px;
  }
  .ferge-class .mr-lg-19 {
    margin-right: 76px;
  }
  .ferge-class .mb-lg-19 {
    margin-bottom: 76px;
  }
  .ferge-class .ml-lg-19 {
    margin-left: 76px;
  }
  .ferge-class .mt-lg-n19 {
    margin-top: -76px;
  }
  .ferge-class .mr-lg-n19 {
    margin-right: -76px;
  }
  .ferge-class .mb-lg-n19 {
    margin-bottom: -76px;
  }
  .ferge-class .ml-lg-n19 {
    margin-left: -76px;
  }
  .ferge-class .m-lg-20 {
    margin: 80px;
  }
  .ferge-class .mt-lg-20 {
    margin-top: 80px;
  }
  .ferge-class .mr-lg-20 {
    margin-right: 80px;
  }
  .ferge-class .mb-lg-20 {
    margin-bottom: 80px;
  }
  .ferge-class .ml-lg-20 {
    margin-left: 80px;
  }
  .ferge-class .mt-lg-n20 {
    margin-top: -80px;
  }
  .ferge-class .mr-lg-n20 {
    margin-right: -80px;
  }
  .ferge-class .mb-lg-n20 {
    margin-bottom: -80px;
  }
  .ferge-class .ml-lg-n20 {
    margin-left: -80px;
  }
  .ferge-class .m-lg-21 {
    margin: 84px;
  }
  .ferge-class .mt-lg-21 {
    margin-top: 84px;
  }
  .ferge-class .mr-lg-21 {
    margin-right: 84px;
  }
  .ferge-class .mb-lg-21 {
    margin-bottom: 84px;
  }
  .ferge-class .ml-lg-21 {
    margin-left: 84px;
  }
  .ferge-class .mt-lg-n21 {
    margin-top: -84px;
  }
  .ferge-class .mr-lg-n21 {
    margin-right: -84px;
  }
  .ferge-class .mb-lg-n21 {
    margin-bottom: -84px;
  }
  .ferge-class .ml-lg-n21 {
    margin-left: -84px;
  }
  .ferge-class .m-lg-22 {
    margin: 88px;
  }
  .ferge-class .mt-lg-22 {
    margin-top: 88px;
  }
  .ferge-class .mr-lg-22 {
    margin-right: 88px;
  }
  .ferge-class .mb-lg-22 {
    margin-bottom: 88px;
  }
  .ferge-class .ml-lg-22 {
    margin-left: 88px;
  }
  .ferge-class .mt-lg-n22 {
    margin-top: -88px;
  }
  .ferge-class .mr-lg-n22 {
    margin-right: -88px;
  }
  .ferge-class .mb-lg-n22 {
    margin-bottom: -88px;
  }
  .ferge-class .ml-lg-n22 {
    margin-left: -88px;
  }
  .ferge-class .m-lg-23 {
    margin: 92px;
  }
  .ferge-class .mt-lg-23 {
    margin-top: 92px;
  }
  .ferge-class .mr-lg-23 {
    margin-right: 92px;
  }
  .ferge-class .mb-lg-23 {
    margin-bottom: 92px;
  }
  .ferge-class .ml-lg-23 {
    margin-left: 92px;
  }
  .ferge-class .mt-lg-n23 {
    margin-top: -92px;
  }
  .ferge-class .mr-lg-n23 {
    margin-right: -92px;
  }
  .ferge-class .mb-lg-n23 {
    margin-bottom: -92px;
  }
  .ferge-class .ml-lg-n23 {
    margin-left: -92px;
  }
  .ferge-class .m-lg-24 {
    margin: 96px;
  }
  .ferge-class .mt-lg-24 {
    margin-top: 96px;
  }
  .ferge-class .mr-lg-24 {
    margin-right: 96px;
  }
  .ferge-class .mb-lg-24 {
    margin-bottom: 96px;
  }
  .ferge-class .ml-lg-24 {
    margin-left: 96px;
  }
  .ferge-class .mt-lg-n24 {
    margin-top: -96px;
  }
  .ferge-class .mr-lg-n24 {
    margin-right: -96px;
  }
  .ferge-class .mb-lg-n24 {
    margin-bottom: -96px;
  }
  .ferge-class .ml-lg-n24 {
    margin-left: -96px;
  }
  .ferge-class .m-lg-25 {
    margin: 100px;
  }
  .ferge-class .mt-lg-25 {
    margin-top: 100px;
  }
  .ferge-class .mr-lg-25 {
    margin-right: 100px;
  }
  .ferge-class .mb-lg-25 {
    margin-bottom: 100px;
  }
  .ferge-class .ml-lg-25 {
    margin-left: 100px;
  }
  .ferge-class .mt-lg-n25 {
    margin-top: -100px;
  }
  .ferge-class .mr-lg-n25 {
    margin-right: -100px;
  }
  .ferge-class .mb-lg-n25 {
    margin-bottom: -100px;
  }
  .ferge-class .ml-lg-n25 {
    margin-left: -100px;
  }
  .ferge-class .m-lg-26 {
    margin: 104px;
  }
  .ferge-class .mt-lg-26 {
    margin-top: 104px;
  }
  .ferge-class .mr-lg-26 {
    margin-right: 104px;
  }
  .ferge-class .mb-lg-26 {
    margin-bottom: 104px;
  }
  .ferge-class .ml-lg-26 {
    margin-left: 104px;
  }
  .ferge-class .mt-lg-n26 {
    margin-top: -104px;
  }
  .ferge-class .mr-lg-n26 {
    margin-right: -104px;
  }
  .ferge-class .mb-lg-n26 {
    margin-bottom: -104px;
  }
  .ferge-class .ml-lg-n26 {
    margin-left: -104px;
  }
  .ferge-class .m-lg-27 {
    margin: 108px;
  }
  .ferge-class .mt-lg-27 {
    margin-top: 108px;
  }
  .ferge-class .mr-lg-27 {
    margin-right: 108px;
  }
  .ferge-class .mb-lg-27 {
    margin-bottom: 108px;
  }
  .ferge-class .ml-lg-27 {
    margin-left: 108px;
  }
  .ferge-class .mt-lg-n27 {
    margin-top: -108px;
  }
  .ferge-class .mr-lg-n27 {
    margin-right: -108px;
  }
  .ferge-class .mb-lg-n27 {
    margin-bottom: -108px;
  }
  .ferge-class .ml-lg-n27 {
    margin-left: -108px;
  }
  .ferge-class .m-lg-28 {
    margin: 112px;
  }
  .ferge-class .mt-lg-28 {
    margin-top: 112px;
  }
  .ferge-class .mr-lg-28 {
    margin-right: 112px;
  }
  .ferge-class .mb-lg-28 {
    margin-bottom: 112px;
  }
  .ferge-class .ml-lg-28 {
    margin-left: 112px;
  }
  .ferge-class .mt-lg-n28 {
    margin-top: -112px;
  }
  .ferge-class .mr-lg-n28 {
    margin-right: -112px;
  }
  .ferge-class .mb-lg-n28 {
    margin-bottom: -112px;
  }
  .ferge-class .ml-lg-n28 {
    margin-left: -112px;
  }
  .ferge-class .m-lg-29 {
    margin: 116px;
  }
  .ferge-class .mt-lg-29 {
    margin-top: 116px;
  }
  .ferge-class .mr-lg-29 {
    margin-right: 116px;
  }
  .ferge-class .mb-lg-29 {
    margin-bottom: 116px;
  }
  .ferge-class .ml-lg-29 {
    margin-left: 116px;
  }
  .ferge-class .mt-lg-n29 {
    margin-top: -116px;
  }
  .ferge-class .mr-lg-n29 {
    margin-right: -116px;
  }
  .ferge-class .mb-lg-n29 {
    margin-bottom: -116px;
  }
  .ferge-class .ml-lg-n29 {
    margin-left: -116px;
  }
  .ferge-class .m-lg-30 {
    margin: 120px;
  }
  .ferge-class .mt-lg-30 {
    margin-top: 120px;
  }
  .ferge-class .mr-lg-30 {
    margin-right: 120px;
  }
  .ferge-class .mb-lg-30 {
    margin-bottom: 120px;
  }
  .ferge-class .ml-lg-30 {
    margin-left: 120px;
  }
  .ferge-class .mt-lg-n30 {
    margin-top: -120px;
  }
  .ferge-class .mr-lg-n30 {
    margin-right: -120px;
  }
  .ferge-class .mb-lg-n30 {
    margin-bottom: -120px;
  }
  .ferge-class .ml-lg-n30 {
    margin-left: -120px;
  }
  .ferge-class .p-lg-0 {
    padding: 0px;
  }
  .ferge-class .pt-lg-0 {
    padding-top: 0px;
  }
  .ferge-class .pr-lg-0 {
    padding-right: 0px;
  }
  .ferge-class .pb-lg-0 {
    padding-bottom: 0px;
  }
  .ferge-class .pl-lg-0 {
    padding-left: 0px;
  }
  .ferge-class .p-lg-1 {
    padding: 4px;
  }
  .ferge-class .pt-lg-1 {
    padding-top: 4px;
  }
  .ferge-class .pr-lg-1 {
    padding-right: 4px;
  }
  .ferge-class .pb-lg-1 {
    padding-bottom: 4px;
  }
  .ferge-class .pl-lg-1 {
    padding-left: 4px;
  }
  .ferge-class .p-lg-2 {
    padding: 8px;
  }
  .ferge-class .pt-lg-2 {
    padding-top: 8px;
  }
  .ferge-class .pr-lg-2 {
    padding-right: 8px;
  }
  .ferge-class .pb-lg-2 {
    padding-bottom: 8px;
  }
  .ferge-class .pl-lg-2 {
    padding-left: 8px;
  }
  .ferge-class .p-lg-3 {
    padding: 12px;
  }
  .ferge-class .pt-lg-3 {
    padding-top: 12px;
  }
  .ferge-class .pr-lg-3 {
    padding-right: 12px;
  }
  .ferge-class .pb-lg-3 {
    padding-bottom: 12px;
  }
  .ferge-class .pl-lg-3 {
    padding-left: 12px;
  }
  .ferge-class .p-lg-4 {
    padding: 16px;
  }
  .ferge-class .pt-lg-4 {
    padding-top: 16px;
  }
  .ferge-class .pr-lg-4 {
    padding-right: 16px;
  }
  .ferge-class .pb-lg-4 {
    padding-bottom: 16px;
  }
  .ferge-class .pl-lg-4 {
    padding-left: 16px;
  }
  .ferge-class .p-lg-5 {
    padding: 20px;
  }
  .ferge-class .pt-lg-5 {
    padding-top: 20px;
  }
  .ferge-class .pr-lg-5 {
    padding-right: 20px;
  }
  .ferge-class .pb-lg-5 {
    padding-bottom: 20px;
  }
  .ferge-class .pl-lg-5 {
    padding-left: 20px;
  }
  .ferge-class .p-lg-6 {
    padding: 24px;
  }
  .ferge-class .pt-lg-6 {
    padding-top: 24px;
  }
  .ferge-class .pr-lg-6 {
    padding-right: 24px;
  }
  .ferge-class .pb-lg-6 {
    padding-bottom: 24px;
  }
  .ferge-class .pl-lg-6 {
    padding-left: 24px;
  }
  .ferge-class .p-lg-7 {
    padding: 28px;
  }
  .ferge-class .pt-lg-7 {
    padding-top: 28px;
  }
  .ferge-class .pr-lg-7 {
    padding-right: 28px;
  }
  .ferge-class .pb-lg-7 {
    padding-bottom: 28px;
  }
  .ferge-class .pl-lg-7 {
    padding-left: 28px;
  }
  .ferge-class .p-lg-8 {
    padding: 32px;
  }
  .ferge-class .pt-lg-8 {
    padding-top: 32px;
  }
  .ferge-class .pr-lg-8 {
    padding-right: 32px;
  }
  .ferge-class .pb-lg-8 {
    padding-bottom: 32px;
  }
  .ferge-class .pl-lg-8 {
    padding-left: 32px;
  }
  .ferge-class .p-lg-9 {
    padding: 36px;
  }
  .ferge-class .pt-lg-9 {
    padding-top: 36px;
  }
  .ferge-class .pr-lg-9 {
    padding-right: 36px;
  }
  .ferge-class .pb-lg-9 {
    padding-bottom: 36px;
  }
  .ferge-class .pl-lg-9 {
    padding-left: 36px;
  }
  .ferge-class .p-lg-10 {
    padding: 40px;
  }
  .ferge-class .pt-lg-10 {
    padding-top: 40px;
  }
  .ferge-class .pr-lg-10 {
    padding-right: 40px;
  }
  .ferge-class .pb-lg-10 {
    padding-bottom: 40px;
  }
  .ferge-class .pl-lg-10 {
    padding-left: 40px;
  }
  .ferge-class .p-lg-11 {
    padding: 44px;
  }
  .ferge-class .pt-lg-11 {
    padding-top: 44px;
  }
  .ferge-class .pr-lg-11 {
    padding-right: 44px;
  }
  .ferge-class .pb-lg-11 {
    padding-bottom: 44px;
  }
  .ferge-class .pl-lg-11 {
    padding-left: 44px;
  }
  .ferge-class .p-lg-12 {
    padding: 48px;
  }
  .ferge-class .pt-lg-12 {
    padding-top: 48px;
  }
  .ferge-class .pr-lg-12 {
    padding-right: 48px;
  }
  .ferge-class .pb-lg-12 {
    padding-bottom: 48px;
  }
  .ferge-class .pl-lg-12 {
    padding-left: 48px;
  }
  .ferge-class .p-lg-13 {
    padding: 52px;
  }
  .ferge-class .pt-lg-13 {
    padding-top: 52px;
  }
  .ferge-class .pr-lg-13 {
    padding-right: 52px;
  }
  .ferge-class .pb-lg-13 {
    padding-bottom: 52px;
  }
  .ferge-class .pl-lg-13 {
    padding-left: 52px;
  }
  .ferge-class .p-lg-14 {
    padding: 56px;
  }
  .ferge-class .pt-lg-14 {
    padding-top: 56px;
  }
  .ferge-class .pr-lg-14 {
    padding-right: 56px;
  }
  .ferge-class .pb-lg-14 {
    padding-bottom: 56px;
  }
  .ferge-class .pl-lg-14 {
    padding-left: 56px;
  }
  .ferge-class .p-lg-15 {
    padding: 60px;
  }
  .ferge-class .pt-lg-15 {
    padding-top: 60px;
  }
  .ferge-class .pr-lg-15 {
    padding-right: 60px;
  }
  .ferge-class .pb-lg-15 {
    padding-bottom: 60px;
  }
  .ferge-class .pl-lg-15 {
    padding-left: 60px;
  }
  .ferge-class .p-lg-16 {
    padding: 64px;
  }
  .ferge-class .pt-lg-16 {
    padding-top: 64px;
  }
  .ferge-class .pr-lg-16 {
    padding-right: 64px;
  }
  .ferge-class .pb-lg-16 {
    padding-bottom: 64px;
  }
  .ferge-class .pl-lg-16 {
    padding-left: 64px;
  }
  .ferge-class .p-lg-17 {
    padding: 68px;
  }
  .ferge-class .pt-lg-17 {
    padding-top: 68px;
  }
  .ferge-class .pr-lg-17 {
    padding-right: 68px;
  }
  .ferge-class .pb-lg-17 {
    padding-bottom: 68px;
  }
  .ferge-class .pl-lg-17 {
    padding-left: 68px;
  }
  .ferge-class .p-lg-18 {
    padding: 72px;
  }
  .ferge-class .pt-lg-18 {
    padding-top: 72px;
  }
  .ferge-class .pr-lg-18 {
    padding-right: 72px;
  }
  .ferge-class .pb-lg-18 {
    padding-bottom: 72px;
  }
  .ferge-class .pl-lg-18 {
    padding-left: 72px;
  }
  .ferge-class .p-lg-19 {
    padding: 76px;
  }
  .ferge-class .pt-lg-19 {
    padding-top: 76px;
  }
  .ferge-class .pr-lg-19 {
    padding-right: 76px;
  }
  .ferge-class .pb-lg-19 {
    padding-bottom: 76px;
  }
  .ferge-class .pl-lg-19 {
    padding-left: 76px;
  }
  .ferge-class .p-lg-20 {
    padding: 80px;
  }
  .ferge-class .pt-lg-20 {
    padding-top: 80px;
  }
  .ferge-class .pr-lg-20 {
    padding-right: 80px;
  }
  .ferge-class .pb-lg-20 {
    padding-bottom: 80px;
  }
  .ferge-class .pl-lg-20 {
    padding-left: 80px;
  }
  .ferge-class .p-lg-21 {
    padding: 84px;
  }
  .ferge-class .pt-lg-21 {
    padding-top: 84px;
  }
  .ferge-class .pr-lg-21 {
    padding-right: 84px;
  }
  .ferge-class .pb-lg-21 {
    padding-bottom: 84px;
  }
  .ferge-class .pl-lg-21 {
    padding-left: 84px;
  }
  .ferge-class .p-lg-22 {
    padding: 88px;
  }
  .ferge-class .pt-lg-22 {
    padding-top: 88px;
  }
  .ferge-class .pr-lg-22 {
    padding-right: 88px;
  }
  .ferge-class .pb-lg-22 {
    padding-bottom: 88px;
  }
  .ferge-class .pl-lg-22 {
    padding-left: 88px;
  }
  .ferge-class .p-lg-23 {
    padding: 92px;
  }
  .ferge-class .pt-lg-23 {
    padding-top: 92px;
  }
  .ferge-class .pr-lg-23 {
    padding-right: 92px;
  }
  .ferge-class .pb-lg-23 {
    padding-bottom: 92px;
  }
  .ferge-class .pl-lg-23 {
    padding-left: 92px;
  }
  .ferge-class .p-lg-24 {
    padding: 96px;
  }
  .ferge-class .pt-lg-24 {
    padding-top: 96px;
  }
  .ferge-class .pr-lg-24 {
    padding-right: 96px;
  }
  .ferge-class .pb-lg-24 {
    padding-bottom: 96px;
  }
  .ferge-class .pl-lg-24 {
    padding-left: 96px;
  }
  .ferge-class .p-lg-25 {
    padding: 100px;
  }
  .ferge-class .pt-lg-25 {
    padding-top: 100px;
  }
  .ferge-class .pr-lg-25 {
    padding-right: 100px;
  }
  .ferge-class .pb-lg-25 {
    padding-bottom: 100px;
  }
  .ferge-class .pl-lg-25 {
    padding-left: 100px;
  }
  .ferge-class .p-lg-26 {
    padding: 104px;
  }
  .ferge-class .pt-lg-26 {
    padding-top: 104px;
  }
  .ferge-class .pr-lg-26 {
    padding-right: 104px;
  }
  .ferge-class .pb-lg-26 {
    padding-bottom: 104px;
  }
  .ferge-class .pl-lg-26 {
    padding-left: 104px;
  }
  .ferge-class .p-lg-27 {
    padding: 108px;
  }
  .ferge-class .pt-lg-27 {
    padding-top: 108px;
  }
  .ferge-class .pr-lg-27 {
    padding-right: 108px;
  }
  .ferge-class .pb-lg-27 {
    padding-bottom: 108px;
  }
  .ferge-class .pl-lg-27 {
    padding-left: 108px;
  }
  .ferge-class .p-lg-28 {
    padding: 112px;
  }
  .ferge-class .pt-lg-28 {
    padding-top: 112px;
  }
  .ferge-class .pr-lg-28 {
    padding-right: 112px;
  }
  .ferge-class .pb-lg-28 {
    padding-bottom: 112px;
  }
  .ferge-class .pl-lg-28 {
    padding-left: 112px;
  }
  .ferge-class .p-lg-29 {
    padding: 116px;
  }
  .ferge-class .pt-lg-29 {
    padding-top: 116px;
  }
  .ferge-class .pr-lg-29 {
    padding-right: 116px;
  }
  .ferge-class .pb-lg-29 {
    padding-bottom: 116px;
  }
  .ferge-class .pl-lg-29 {
    padding-left: 116px;
  }
  .ferge-class .p-lg-30 {
    padding: 120px;
  }
  .ferge-class .pt-lg-30 {
    padding-top: 120px;
  }
  .ferge-class .pr-lg-30 {
    padding-right: 120px;
  }
  .ferge-class .pb-lg-30 {
    padding-bottom: 120px;
  }
  .ferge-class .pl-lg-30 {
    padding-left: 120px;
  }
}
@media (min-width: 1800px) {
  .ferge-class .mt-0 {
    margin-top: 0px;
  }
  .ferge-class .mr-0 {
    margin-right: 0px;
  }
  .ferge-class .mb-0 {
    margin-bottom: 0px;
  }
  .ferge-class .ml-0 {
    margin-left: 0px;
  }
  .ferge-class .mt-1 {
    margin-top: 4px;
  }
  .ferge-class .mr-1 {
    margin-right: 4px;
  }
  .ferge-class .mb-1 {
    margin-bottom: 4px;
  }
  .ferge-class .ml-1 {
    margin-left: 4px;
  }
  .ferge-class .mt-2 {
    margin-top: 8px;
  }
  .ferge-class .mr-2 {
    margin-right: 8px;
  }
  .ferge-class .mb-2 {
    margin-bottom: 8px;
  }
  .ferge-class .ml-2 {
    margin-left: 8px;
  }
  .ferge-class .mt-3 {
    margin-top: 12px;
  }
  .ferge-class .mr-3 {
    margin-right: 12px;
  }
  .ferge-class .mb-3 {
    margin-bottom: 12px;
  }
  .ferge-class .ml-3 {
    margin-left: 12px;
  }
  .ferge-class .mt-4 {
    margin-top: 16px;
  }
  .ferge-class .mr-4 {
    margin-right: 16px;
  }
  .ferge-class .mb-4 {
    margin-bottom: 16px;
  }
  .ferge-class .ml-4 {
    margin-left: 16px;
  }
  .ferge-class .mt-5 {
    margin-top: 20px;
  }
  .ferge-class .mr-5 {
    margin-right: 20px;
  }
  .ferge-class .mb-5 {
    margin-bottom: 20px;
  }
  .ferge-class .ml-5 {
    margin-left: 20px;
  }
  .ferge-class .mt-6 {
    margin-top: 24px;
  }
  .ferge-class .mr-6 {
    margin-right: 24px;
  }
  .ferge-class .mb-6 {
    margin-bottom: 24px;
  }
  .ferge-class .ml-6 {
    margin-left: 24px;
  }
  .ferge-class .mt-7 {
    margin-top: 28px;
  }
  .ferge-class .mr-7 {
    margin-right: 28px;
  }
  .ferge-class .mb-7 {
    margin-bottom: 28px;
  }
  .ferge-class .ml-7 {
    margin-left: 28px;
  }
  .ferge-class .mt-8 {
    margin-top: 32px;
  }
  .ferge-class .mr-8 {
    margin-right: 32px;
  }
  .ferge-class .mb-8 {
    margin-bottom: 32px;
  }
  .ferge-class .ml-8 {
    margin-left: 32px;
  }
  .ferge-class .mt-9 {
    margin-top: 36px;
  }
  .ferge-class .mr-9 {
    margin-right: 36px;
  }
  .ferge-class .mb-9 {
    margin-bottom: 36px;
  }
  .ferge-class .ml-9 {
    margin-left: 36px;
  }
  .ferge-class .mt-10 {
    margin-top: 40px;
  }
  .ferge-class .mr-10 {
    margin-right: 40px;
  }
  .ferge-class .mb-10 {
    margin-bottom: 40px;
  }
  .ferge-class .ml-10 {
    margin-left: 40px;
  }
  .ferge-class .mt-11 {
    margin-top: 44px;
  }
  .ferge-class .mr-11 {
    margin-right: 44px;
  }
  .ferge-class .mb-11 {
    margin-bottom: 44px;
  }
  .ferge-class .ml-11 {
    margin-left: 44px;
  }
  .ferge-class .mt-12 {
    margin-top: 48px;
  }
  .ferge-class .mr-12 {
    margin-right: 48px;
  }
  .ferge-class .mb-12 {
    margin-bottom: 48px;
  }
  .ferge-class .ml-12 {
    margin-left: 48px;
  }
  .ferge-class .mt-13 {
    margin-top: 52px;
  }
  .ferge-class .mr-13 {
    margin-right: 52px;
  }
  .ferge-class .mb-13 {
    margin-bottom: 52px;
  }
  .ferge-class .ml-13 {
    margin-left: 52px;
  }
  .ferge-class .mt-14 {
    margin-top: 56px;
  }
  .ferge-class .mr-14 {
    margin-right: 56px;
  }
  .ferge-class .mb-14 {
    margin-bottom: 56px;
  }
  .ferge-class .ml-14 {
    margin-left: 56px;
  }
  .ferge-class .mt-15 {
    margin-top: 60px;
  }
  .ferge-class .mr-15 {
    margin-right: 60px;
  }
  .ferge-class .mb-15 {
    margin-bottom: 60px;
  }
  .ferge-class .ml-15 {
    margin-left: 60px;
  }
  .ferge-class .mt-16 {
    margin-top: 64px;
  }
  .ferge-class .mr-16 {
    margin-right: 64px;
  }
  .ferge-class .mb-16 {
    margin-bottom: 64px;
  }
  .ferge-class .ml-16 {
    margin-left: 64px;
  }
  .ferge-class .mt-17 {
    margin-top: 68px;
  }
  .ferge-class .mr-17 {
    margin-right: 68px;
  }
  .ferge-class .mb-17 {
    margin-bottom: 68px;
  }
  .ferge-class .ml-17 {
    margin-left: 68px;
  }
  .ferge-class .mt-18 {
    margin-top: 72px;
  }
  .ferge-class .mr-18 {
    margin-right: 72px;
  }
  .ferge-class .mb-18 {
    margin-bottom: 72px;
  }
  .ferge-class .ml-18 {
    margin-left: 72px;
  }
  .ferge-class .mt-19 {
    margin-top: 76px;
  }
  .ferge-class .mr-19 {
    margin-right: 76px;
  }
  .ferge-class .mb-19 {
    margin-bottom: 76px;
  }
  .ferge-class .ml-19 {
    margin-left: 76px;
  }
  .ferge-class .mt-20 {
    margin-top: 80px;
  }
  .ferge-class .mr-20 {
    margin-right: 80px;
  }
  .ferge-class .mb-20 {
    margin-bottom: 80px;
  }
  .ferge-class .ml-20 {
    margin-left: 80px;
  }
  .ferge-class .mt-21 {
    margin-top: 84px;
  }
  .ferge-class .mr-21 {
    margin-right: 84px;
  }
  .ferge-class .mb-21 {
    margin-bottom: 84px;
  }
  .ferge-class .ml-21 {
    margin-left: 84px;
  }
  .ferge-class .mt-22 {
    margin-top: 88px;
  }
  .ferge-class .mr-22 {
    margin-right: 88px;
  }
  .ferge-class .mb-22 {
    margin-bottom: 88px;
  }
  .ferge-class .ml-22 {
    margin-left: 88px;
  }
  .ferge-class .mt-23 {
    margin-top: 92px;
  }
  .ferge-class .mr-23 {
    margin-right: 92px;
  }
  .ferge-class .mb-23 {
    margin-bottom: 92px;
  }
  .ferge-class .ml-23 {
    margin-left: 92px;
  }
  .ferge-class .mt-24 {
    margin-top: 96px;
  }
  .ferge-class .mr-24 {
    margin-right: 96px;
  }
  .ferge-class .mb-24 {
    margin-bottom: 96px;
  }
  .ferge-class .ml-24 {
    margin-left: 96px;
  }
  .ferge-class .mt-25 {
    margin-top: 100px;
  }
  .ferge-class .mr-25 {
    margin-right: 100px;
  }
  .ferge-class .mb-25 {
    margin-bottom: 100px;
  }
  .ferge-class .ml-25 {
    margin-left: 100px;
  }
  .ferge-class .mt-26 {
    margin-top: 104px;
  }
  .ferge-class .mr-26 {
    margin-right: 104px;
  }
  .ferge-class .mb-26 {
    margin-bottom: 104px;
  }
  .ferge-class .ml-26 {
    margin-left: 104px;
  }
  .ferge-class .mt-27 {
    margin-top: 108px;
  }
  .ferge-class .mr-27 {
    margin-right: 108px;
  }
  .ferge-class .mb-27 {
    margin-bottom: 108px;
  }
  .ferge-class .ml-27 {
    margin-left: 108px;
  }
  .ferge-class .mt-28 {
    margin-top: 112px;
  }
  .ferge-class .mr-28 {
    margin-right: 112px;
  }
  .ferge-class .mb-28 {
    margin-bottom: 112px;
  }
  .ferge-class .ml-28 {
    margin-left: 112px;
  }
  .ferge-class .mt-29 {
    margin-top: 116px;
  }
  .ferge-class .mr-29 {
    margin-right: 116px;
  }
  .ferge-class .mb-29 {
    margin-bottom: 116px;
  }
  .ferge-class .ml-29 {
    margin-left: 116px;
  }
  .ferge-class .mt-30 {
    margin-top: 120px;
  }
  .ferge-class .mr-30 {
    margin-right: 120px;
  }
  .ferge-class .mb-30 {
    margin-bottom: 120px;
  }
  .ferge-class .ml-30 {
    margin-left: 120px;
  }
  .ferge-class .pt-0 {
    padding-top: 0px;
  }
  .ferge-class .pr-0 {
    padding-right: 0px;
  }
  .ferge-class .pb-0 {
    padding-bottom: 0px;
  }
  .ferge-class .pl-0 {
    padding-left: 0px;
  }
  .ferge-class .pt-1 {
    padding-top: 4px;
  }
  .ferge-class .pr-1 {
    padding-right: 4px;
  }
  .ferge-class .pb-1 {
    padding-bottom: 4px;
  }
  .ferge-class .pl-1 {
    padding-left: 4px;
  }
  .ferge-class .pt-2 {
    padding-top: 8px;
  }
  .ferge-class .pr-2 {
    padding-right: 8px;
  }
  .ferge-class .pb-2 {
    padding-bottom: 8px;
  }
  .ferge-class .pl-2 {
    padding-left: 8px;
  }
  .ferge-class .pt-3 {
    padding-top: 12px;
  }
  .ferge-class .pr-3 {
    padding-right: 12px;
  }
  .ferge-class .pb-3 {
    padding-bottom: 12px;
  }
  .ferge-class .pl-3 {
    padding-left: 12px;
  }
  .ferge-class .pt-4 {
    padding-top: 16px;
  }
  .ferge-class .pr-4 {
    padding-right: 16px;
  }
  .ferge-class .pb-4 {
    padding-bottom: 16px;
  }
  .ferge-class .pl-4 {
    padding-left: 16px;
  }
  .ferge-class .pt-5 {
    padding-top: 20px;
  }
  .ferge-class .pr-5 {
    padding-right: 20px;
  }
  .ferge-class .pb-5 {
    padding-bottom: 20px;
  }
  .ferge-class .pl-5 {
    padding-left: 20px;
  }
  .ferge-class .pt-6 {
    padding-top: 24px;
  }
  .ferge-class .pr-6 {
    padding-right: 24px;
  }
  .ferge-class .pb-6 {
    padding-bottom: 24px;
  }
  .ferge-class .pl-6 {
    padding-left: 24px;
  }
  .ferge-class .pt-7 {
    padding-top: 28px;
  }
  .ferge-class .pr-7 {
    padding-right: 28px;
  }
  .ferge-class .pb-7 {
    padding-bottom: 28px;
  }
  .ferge-class .pl-7 {
    padding-left: 28px;
  }
  .ferge-class .pt-8 {
    padding-top: 32px;
  }
  .ferge-class .pr-8 {
    padding-right: 32px;
  }
  .ferge-class .pb-8 {
    padding-bottom: 32px;
  }
  .ferge-class .pl-8 {
    padding-left: 32px;
  }
  .ferge-class .pt-9 {
    padding-top: 36px;
  }
  .ferge-class .pr-9 {
    padding-right: 36px;
  }
  .ferge-class .pb-9 {
    padding-bottom: 36px;
  }
  .ferge-class .pl-9 {
    padding-left: 36px;
  }
  .ferge-class .pt-10 {
    padding-top: 40px;
  }
  .ferge-class .pr-10 {
    padding-right: 40px;
  }
  .ferge-class .pb-10 {
    padding-bottom: 40px;
  }
  .ferge-class .pl-10 {
    padding-left: 40px;
  }
  .ferge-class .pt-11 {
    padding-top: 44px;
  }
  .ferge-class .pr-11 {
    padding-right: 44px;
  }
  .ferge-class .pb-11 {
    padding-bottom: 44px;
  }
  .ferge-class .pl-11 {
    padding-left: 44px;
  }
  .ferge-class .pt-12 {
    padding-top: 48px;
  }
  .ferge-class .pr-12 {
    padding-right: 48px;
  }
  .ferge-class .pb-12 {
    padding-bottom: 48px;
  }
  .ferge-class .pl-12 {
    padding-left: 48px;
  }
  .ferge-class .pt-13 {
    padding-top: 52px;
  }
  .ferge-class .pr-13 {
    padding-right: 52px;
  }
  .ferge-class .pb-13 {
    padding-bottom: 52px;
  }
  .ferge-class .pl-13 {
    padding-left: 52px;
  }
  .ferge-class .pt-14 {
    padding-top: 56px;
  }
  .ferge-class .pr-14 {
    padding-right: 56px;
  }
  .ferge-class .pb-14 {
    padding-bottom: 56px;
  }
  .ferge-class .pl-14 {
    padding-left: 56px;
  }
  .ferge-class .pt-15 {
    padding-top: 60px;
  }
  .ferge-class .pr-15 {
    padding-right: 60px;
  }
  .ferge-class .pb-15 {
    padding-bottom: 60px;
  }
  .ferge-class .pl-15 {
    padding-left: 60px;
  }
  .ferge-class .pt-16 {
    padding-top: 64px;
  }
  .ferge-class .pr-16 {
    padding-right: 64px;
  }
  .ferge-class .pb-16 {
    padding-bottom: 64px;
  }
  .ferge-class .pl-16 {
    padding-left: 64px;
  }
  .ferge-class .pt-17 {
    padding-top: 68px;
  }
  .ferge-class .pr-17 {
    padding-right: 68px;
  }
  .ferge-class .pb-17 {
    padding-bottom: 68px;
  }
  .ferge-class .pl-17 {
    padding-left: 68px;
  }
  .ferge-class .pt-18 {
    padding-top: 72px;
  }
  .ferge-class .pr-18 {
    padding-right: 72px;
  }
  .ferge-class .pb-18 {
    padding-bottom: 72px;
  }
  .ferge-class .pl-18 {
    padding-left: 72px;
  }
  .ferge-class .pt-19 {
    padding-top: 76px;
  }
  .ferge-class .pr-19 {
    padding-right: 76px;
  }
  .ferge-class .pb-19 {
    padding-bottom: 76px;
  }
  .ferge-class .pl-19 {
    padding-left: 76px;
  }
  .ferge-class .pt-20 {
    padding-top: 80px;
  }
  .ferge-class .pr-20 {
    padding-right: 80px;
  }
  .ferge-class .pb-20 {
    padding-bottom: 80px;
  }
  .ferge-class .pl-20 {
    padding-left: 80px;
  }
  .ferge-class .pt-21 {
    padding-top: 84px;
  }
  .ferge-class .pr-21 {
    padding-right: 84px;
  }
  .ferge-class .pb-21 {
    padding-bottom: 84px;
  }
  .ferge-class .pl-21 {
    padding-left: 84px;
  }
  .ferge-class .pt-22 {
    padding-top: 88px;
  }
  .ferge-class .pr-22 {
    padding-right: 88px;
  }
  .ferge-class .pb-22 {
    padding-bottom: 88px;
  }
  .ferge-class .pl-22 {
    padding-left: 88px;
  }
  .ferge-class .pt-23 {
    padding-top: 92px;
  }
  .ferge-class .pr-23 {
    padding-right: 92px;
  }
  .ferge-class .pb-23 {
    padding-bottom: 92px;
  }
  .ferge-class .pl-23 {
    padding-left: 92px;
  }
  .ferge-class .pt-24 {
    padding-top: 96px;
  }
  .ferge-class .pr-24 {
    padding-right: 96px;
  }
  .ferge-class .pb-24 {
    padding-bottom: 96px;
  }
  .ferge-class .pl-24 {
    padding-left: 96px;
  }
  .ferge-class .pt-25 {
    padding-top: 100px;
  }
  .ferge-class .pr-25 {
    padding-right: 100px;
  }
  .ferge-class .pb-25 {
    padding-bottom: 100px;
  }
  .ferge-class .pl-25 {
    padding-left: 100px;
  }
  .ferge-class .pt-26 {
    padding-top: 104px;
  }
  .ferge-class .pr-26 {
    padding-right: 104px;
  }
  .ferge-class .pb-26 {
    padding-bottom: 104px;
  }
  .ferge-class .pl-26 {
    padding-left: 104px;
  }
  .ferge-class .pt-27 {
    padding-top: 108px;
  }
  .ferge-class .pr-27 {
    padding-right: 108px;
  }
  .ferge-class .pb-27 {
    padding-bottom: 108px;
  }
  .ferge-class .pl-27 {
    padding-left: 108px;
  }
  .ferge-class .pt-28 {
    padding-top: 112px;
  }
  .ferge-class .pr-28 {
    padding-right: 112px;
  }
  .ferge-class .pb-28 {
    padding-bottom: 112px;
  }
  .ferge-class .pl-28 {
    padding-left: 112px;
  }
  .ferge-class .pt-29 {
    padding-top: 116px;
  }
  .ferge-class .pr-29 {
    padding-right: 116px;
  }
  .ferge-class .pb-29 {
    padding-bottom: 116px;
  }
  .ferge-class .pl-29 {
    padding-left: 116px;
  }
  .ferge-class .pt-30 {
    padding-top: 120px;
  }
  .ferge-class .pr-30 {
    padding-right: 120px;
  }
  .ferge-class .pb-30 {
    padding-bottom: 120px;
  }
  .ferge-class .pl-30 {
    padding-left: 120px;
  }
  .ferge-class .m-xl-0 {
    margin: 0px;
  }
  .ferge-class .mt-xl-0 {
    margin-top: 0px;
  }
  .ferge-class .mr-xl-0 {
    margin-right: 0px;
  }
  .ferge-class .mb-xl-0 {
    margin-bottom: 0px;
  }
  .ferge-class .ml-xl-0 {
    margin-left: 0px;
  }
  .ferge-class .mt-xl-n0 {
    margin-top: 0px;
  }
  .ferge-class .mr-xl-n0 {
    margin-right: 0px;
  }
  .ferge-class .mb-xl-n0 {
    margin-bottom: 0px;
  }
  .ferge-class .ml-xl-n0 {
    margin-left: 0px;
  }
  .ferge-class .m-xl-1 {
    margin: 4px;
  }
  .ferge-class .mt-xl-1 {
    margin-top: 4px;
  }
  .ferge-class .mr-xl-1 {
    margin-right: 4px;
  }
  .ferge-class .mb-xl-1 {
    margin-bottom: 4px;
  }
  .ferge-class .ml-xl-1 {
    margin-left: 4px;
  }
  .ferge-class .mt-xl-n1 {
    margin-top: -4px;
  }
  .ferge-class .mr-xl-n1 {
    margin-right: -4px;
  }
  .ferge-class .mb-xl-n1 {
    margin-bottom: -4px;
  }
  .ferge-class .ml-xl-n1 {
    margin-left: -4px;
  }
  .ferge-class .m-xl-2 {
    margin: 8px;
  }
  .ferge-class .mt-xl-2 {
    margin-top: 8px;
  }
  .ferge-class .mr-xl-2 {
    margin-right: 8px;
  }
  .ferge-class .mb-xl-2 {
    margin-bottom: 8px;
  }
  .ferge-class .ml-xl-2 {
    margin-left: 8px;
  }
  .ferge-class .mt-xl-n2 {
    margin-top: -8px;
  }
  .ferge-class .mr-xl-n2 {
    margin-right: -8px;
  }
  .ferge-class .mb-xl-n2 {
    margin-bottom: -8px;
  }
  .ferge-class .ml-xl-n2 {
    margin-left: -8px;
  }
  .ferge-class .m-xl-3 {
    margin: 12px;
  }
  .ferge-class .mt-xl-3 {
    margin-top: 12px;
  }
  .ferge-class .mr-xl-3 {
    margin-right: 12px;
  }
  .ferge-class .mb-xl-3 {
    margin-bottom: 12px;
  }
  .ferge-class .ml-xl-3 {
    margin-left: 12px;
  }
  .ferge-class .mt-xl-n3 {
    margin-top: -12px;
  }
  .ferge-class .mr-xl-n3 {
    margin-right: -12px;
  }
  .ferge-class .mb-xl-n3 {
    margin-bottom: -12px;
  }
  .ferge-class .ml-xl-n3 {
    margin-left: -12px;
  }
  .ferge-class .m-xl-4 {
    margin: 16px;
  }
  .ferge-class .mt-xl-4 {
    margin-top: 16px;
  }
  .ferge-class .mr-xl-4 {
    margin-right: 16px;
  }
  .ferge-class .mb-xl-4 {
    margin-bottom: 16px;
  }
  .ferge-class .ml-xl-4 {
    margin-left: 16px;
  }
  .ferge-class .mt-xl-n4 {
    margin-top: -16px;
  }
  .ferge-class .mr-xl-n4 {
    margin-right: -16px;
  }
  .ferge-class .mb-xl-n4 {
    margin-bottom: -16px;
  }
  .ferge-class .ml-xl-n4 {
    margin-left: -16px;
  }
  .ferge-class .m-xl-5 {
    margin: 20px;
  }
  .ferge-class .mt-xl-5 {
    margin-top: 20px;
  }
  .ferge-class .mr-xl-5 {
    margin-right: 20px;
  }
  .ferge-class .mb-xl-5 {
    margin-bottom: 20px;
  }
  .ferge-class .ml-xl-5 {
    margin-left: 20px;
  }
  .ferge-class .mt-xl-n5 {
    margin-top: -20px;
  }
  .ferge-class .mr-xl-n5 {
    margin-right: -20px;
  }
  .ferge-class .mb-xl-n5 {
    margin-bottom: -20px;
  }
  .ferge-class .ml-xl-n5 {
    margin-left: -20px;
  }
  .ferge-class .m-xl-6 {
    margin: 24px;
  }
  .ferge-class .mt-xl-6 {
    margin-top: 24px;
  }
  .ferge-class .mr-xl-6 {
    margin-right: 24px;
  }
  .ferge-class .mb-xl-6 {
    margin-bottom: 24px;
  }
  .ferge-class .ml-xl-6 {
    margin-left: 24px;
  }
  .ferge-class .mt-xl-n6 {
    margin-top: -24px;
  }
  .ferge-class .mr-xl-n6 {
    margin-right: -24px;
  }
  .ferge-class .mb-xl-n6 {
    margin-bottom: -24px;
  }
  .ferge-class .ml-xl-n6 {
    margin-left: -24px;
  }
  .ferge-class .m-xl-7 {
    margin: 28px;
  }
  .ferge-class .mt-xl-7 {
    margin-top: 28px;
  }
  .ferge-class .mr-xl-7 {
    margin-right: 28px;
  }
  .ferge-class .mb-xl-7 {
    margin-bottom: 28px;
  }
  .ferge-class .ml-xl-7 {
    margin-left: 28px;
  }
  .ferge-class .mt-xl-n7 {
    margin-top: -28px;
  }
  .ferge-class .mr-xl-n7 {
    margin-right: -28px;
  }
  .ferge-class .mb-xl-n7 {
    margin-bottom: -28px;
  }
  .ferge-class .ml-xl-n7 {
    margin-left: -28px;
  }
  .ferge-class .m-xl-8 {
    margin: 32px;
  }
  .ferge-class .mt-xl-8 {
    margin-top: 32px;
  }
  .ferge-class .mr-xl-8 {
    margin-right: 32px;
  }
  .ferge-class .mb-xl-8 {
    margin-bottom: 32px;
  }
  .ferge-class .ml-xl-8 {
    margin-left: 32px;
  }
  .ferge-class .mt-xl-n8 {
    margin-top: -32px;
  }
  .ferge-class .mr-xl-n8 {
    margin-right: -32px;
  }
  .ferge-class .mb-xl-n8 {
    margin-bottom: -32px;
  }
  .ferge-class .ml-xl-n8 {
    margin-left: -32px;
  }
  .ferge-class .m-xl-9 {
    margin: 36px;
  }
  .ferge-class .mt-xl-9 {
    margin-top: 36px;
  }
  .ferge-class .mr-xl-9 {
    margin-right: 36px;
  }
  .ferge-class .mb-xl-9 {
    margin-bottom: 36px;
  }
  .ferge-class .ml-xl-9 {
    margin-left: 36px;
  }
  .ferge-class .mt-xl-n9 {
    margin-top: -36px;
  }
  .ferge-class .mr-xl-n9 {
    margin-right: -36px;
  }
  .ferge-class .mb-xl-n9 {
    margin-bottom: -36px;
  }
  .ferge-class .ml-xl-n9 {
    margin-left: -36px;
  }
  .ferge-class .m-xl-10 {
    margin: 40px;
  }
  .ferge-class .mt-xl-10 {
    margin-top: 40px;
  }
  .ferge-class .mr-xl-10 {
    margin-right: 40px;
  }
  .ferge-class .mb-xl-10 {
    margin-bottom: 40px;
  }
  .ferge-class .ml-xl-10 {
    margin-left: 40px;
  }
  .ferge-class .mt-xl-n10 {
    margin-top: -40px;
  }
  .ferge-class .mr-xl-n10 {
    margin-right: -40px;
  }
  .ferge-class .mb-xl-n10 {
    margin-bottom: -40px;
  }
  .ferge-class .ml-xl-n10 {
    margin-left: -40px;
  }
  .ferge-class .m-xl-11 {
    margin: 44px;
  }
  .ferge-class .mt-xl-11 {
    margin-top: 44px;
  }
  .ferge-class .mr-xl-11 {
    margin-right: 44px;
  }
  .ferge-class .mb-xl-11 {
    margin-bottom: 44px;
  }
  .ferge-class .ml-xl-11 {
    margin-left: 44px;
  }
  .ferge-class .mt-xl-n11 {
    margin-top: -44px;
  }
  .ferge-class .mr-xl-n11 {
    margin-right: -44px;
  }
  .ferge-class .mb-xl-n11 {
    margin-bottom: -44px;
  }
  .ferge-class .ml-xl-n11 {
    margin-left: -44px;
  }
  .ferge-class .m-xl-12 {
    margin: 48px;
  }
  .ferge-class .mt-xl-12 {
    margin-top: 48px;
  }
  .ferge-class .mr-xl-12 {
    margin-right: 48px;
  }
  .ferge-class .mb-xl-12 {
    margin-bottom: 48px;
  }
  .ferge-class .ml-xl-12 {
    margin-left: 48px;
  }
  .ferge-class .mt-xl-n12 {
    margin-top: -48px;
  }
  .ferge-class .mr-xl-n12 {
    margin-right: -48px;
  }
  .ferge-class .mb-xl-n12 {
    margin-bottom: -48px;
  }
  .ferge-class .ml-xl-n12 {
    margin-left: -48px;
  }
  .ferge-class .m-xl-13 {
    margin: 52px;
  }
  .ferge-class .mt-xl-13 {
    margin-top: 52px;
  }
  .ferge-class .mr-xl-13 {
    margin-right: 52px;
  }
  .ferge-class .mb-xl-13 {
    margin-bottom: 52px;
  }
  .ferge-class .ml-xl-13 {
    margin-left: 52px;
  }
  .ferge-class .mt-xl-n13 {
    margin-top: -52px;
  }
  .ferge-class .mr-xl-n13 {
    margin-right: -52px;
  }
  .ferge-class .mb-xl-n13 {
    margin-bottom: -52px;
  }
  .ferge-class .ml-xl-n13 {
    margin-left: -52px;
  }
  .ferge-class .m-xl-14 {
    margin: 56px;
  }
  .ferge-class .mt-xl-14 {
    margin-top: 56px;
  }
  .ferge-class .mr-xl-14 {
    margin-right: 56px;
  }
  .ferge-class .mb-xl-14 {
    margin-bottom: 56px;
  }
  .ferge-class .ml-xl-14 {
    margin-left: 56px;
  }
  .ferge-class .mt-xl-n14 {
    margin-top: -56px;
  }
  .ferge-class .mr-xl-n14 {
    margin-right: -56px;
  }
  .ferge-class .mb-xl-n14 {
    margin-bottom: -56px;
  }
  .ferge-class .ml-xl-n14 {
    margin-left: -56px;
  }
  .ferge-class .m-xl-15 {
    margin: 60px;
  }
  .ferge-class .mt-xl-15 {
    margin-top: 60px;
  }
  .ferge-class .mr-xl-15 {
    margin-right: 60px;
  }
  .ferge-class .mb-xl-15 {
    margin-bottom: 60px;
  }
  .ferge-class .ml-xl-15 {
    margin-left: 60px;
  }
  .ferge-class .mt-xl-n15 {
    margin-top: -60px;
  }
  .ferge-class .mr-xl-n15 {
    margin-right: -60px;
  }
  .ferge-class .mb-xl-n15 {
    margin-bottom: -60px;
  }
  .ferge-class .ml-xl-n15 {
    margin-left: -60px;
  }
  .ferge-class .m-xl-16 {
    margin: 64px;
  }
  .ferge-class .mt-xl-16 {
    margin-top: 64px;
  }
  .ferge-class .mr-xl-16 {
    margin-right: 64px;
  }
  .ferge-class .mb-xl-16 {
    margin-bottom: 64px;
  }
  .ferge-class .ml-xl-16 {
    margin-left: 64px;
  }
  .ferge-class .mt-xl-n16 {
    margin-top: -64px;
  }
  .ferge-class .mr-xl-n16 {
    margin-right: -64px;
  }
  .ferge-class .mb-xl-n16 {
    margin-bottom: -64px;
  }
  .ferge-class .ml-xl-n16 {
    margin-left: -64px;
  }
  .ferge-class .m-xl-17 {
    margin: 68px;
  }
  .ferge-class .mt-xl-17 {
    margin-top: 68px;
  }
  .ferge-class .mr-xl-17 {
    margin-right: 68px;
  }
  .ferge-class .mb-xl-17 {
    margin-bottom: 68px;
  }
  .ferge-class .ml-xl-17 {
    margin-left: 68px;
  }
  .ferge-class .mt-xl-n17 {
    margin-top: -68px;
  }
  .ferge-class .mr-xl-n17 {
    margin-right: -68px;
  }
  .ferge-class .mb-xl-n17 {
    margin-bottom: -68px;
  }
  .ferge-class .ml-xl-n17 {
    margin-left: -68px;
  }
  .ferge-class .m-xl-18 {
    margin: 72px;
  }
  .ferge-class .mt-xl-18 {
    margin-top: 72px;
  }
  .ferge-class .mr-xl-18 {
    margin-right: 72px;
  }
  .ferge-class .mb-xl-18 {
    margin-bottom: 72px;
  }
  .ferge-class .ml-xl-18 {
    margin-left: 72px;
  }
  .ferge-class .mt-xl-n18 {
    margin-top: -72px;
  }
  .ferge-class .mr-xl-n18 {
    margin-right: -72px;
  }
  .ferge-class .mb-xl-n18 {
    margin-bottom: -72px;
  }
  .ferge-class .ml-xl-n18 {
    margin-left: -72px;
  }
  .ferge-class .m-xl-19 {
    margin: 76px;
  }
  .ferge-class .mt-xl-19 {
    margin-top: 76px;
  }
  .ferge-class .mr-xl-19 {
    margin-right: 76px;
  }
  .ferge-class .mb-xl-19 {
    margin-bottom: 76px;
  }
  .ferge-class .ml-xl-19 {
    margin-left: 76px;
  }
  .ferge-class .mt-xl-n19 {
    margin-top: -76px;
  }
  .ferge-class .mr-xl-n19 {
    margin-right: -76px;
  }
  .ferge-class .mb-xl-n19 {
    margin-bottom: -76px;
  }
  .ferge-class .ml-xl-n19 {
    margin-left: -76px;
  }
  .ferge-class .m-xl-20 {
    margin: 80px;
  }
  .ferge-class .mt-xl-20 {
    margin-top: 80px;
  }
  .ferge-class .mr-xl-20 {
    margin-right: 80px;
  }
  .ferge-class .mb-xl-20 {
    margin-bottom: 80px;
  }
  .ferge-class .ml-xl-20 {
    margin-left: 80px;
  }
  .ferge-class .mt-xl-n20 {
    margin-top: -80px;
  }
  .ferge-class .mr-xl-n20 {
    margin-right: -80px;
  }
  .ferge-class .mb-xl-n20 {
    margin-bottom: -80px;
  }
  .ferge-class .ml-xl-n20 {
    margin-left: -80px;
  }
  .ferge-class .m-xl-21 {
    margin: 84px;
  }
  .ferge-class .mt-xl-21 {
    margin-top: 84px;
  }
  .ferge-class .mr-xl-21 {
    margin-right: 84px;
  }
  .ferge-class .mb-xl-21 {
    margin-bottom: 84px;
  }
  .ferge-class .ml-xl-21 {
    margin-left: 84px;
  }
  .ferge-class .mt-xl-n21 {
    margin-top: -84px;
  }
  .ferge-class .mr-xl-n21 {
    margin-right: -84px;
  }
  .ferge-class .mb-xl-n21 {
    margin-bottom: -84px;
  }
  .ferge-class .ml-xl-n21 {
    margin-left: -84px;
  }
  .ferge-class .m-xl-22 {
    margin: 88px;
  }
  .ferge-class .mt-xl-22 {
    margin-top: 88px;
  }
  .ferge-class .mr-xl-22 {
    margin-right: 88px;
  }
  .ferge-class .mb-xl-22 {
    margin-bottom: 88px;
  }
  .ferge-class .ml-xl-22 {
    margin-left: 88px;
  }
  .ferge-class .mt-xl-n22 {
    margin-top: -88px;
  }
  .ferge-class .mr-xl-n22 {
    margin-right: -88px;
  }
  .ferge-class .mb-xl-n22 {
    margin-bottom: -88px;
  }
  .ferge-class .ml-xl-n22 {
    margin-left: -88px;
  }
  .ferge-class .m-xl-23 {
    margin: 92px;
  }
  .ferge-class .mt-xl-23 {
    margin-top: 92px;
  }
  .ferge-class .mr-xl-23 {
    margin-right: 92px;
  }
  .ferge-class .mb-xl-23 {
    margin-bottom: 92px;
  }
  .ferge-class .ml-xl-23 {
    margin-left: 92px;
  }
  .ferge-class .mt-xl-n23 {
    margin-top: -92px;
  }
  .ferge-class .mr-xl-n23 {
    margin-right: -92px;
  }
  .ferge-class .mb-xl-n23 {
    margin-bottom: -92px;
  }
  .ferge-class .ml-xl-n23 {
    margin-left: -92px;
  }
  .ferge-class .m-xl-24 {
    margin: 96px;
  }
  .ferge-class .mt-xl-24 {
    margin-top: 96px;
  }
  .ferge-class .mr-xl-24 {
    margin-right: 96px;
  }
  .ferge-class .mb-xl-24 {
    margin-bottom: 96px;
  }
  .ferge-class .ml-xl-24 {
    margin-left: 96px;
  }
  .ferge-class .mt-xl-n24 {
    margin-top: -96px;
  }
  .ferge-class .mr-xl-n24 {
    margin-right: -96px;
  }
  .ferge-class .mb-xl-n24 {
    margin-bottom: -96px;
  }
  .ferge-class .ml-xl-n24 {
    margin-left: -96px;
  }
  .ferge-class .m-xl-25 {
    margin: 100px;
  }
  .ferge-class .mt-xl-25 {
    margin-top: 100px;
  }
  .ferge-class .mr-xl-25 {
    margin-right: 100px;
  }
  .ferge-class .mb-xl-25 {
    margin-bottom: 100px;
  }
  .ferge-class .ml-xl-25 {
    margin-left: 100px;
  }
  .ferge-class .mt-xl-n25 {
    margin-top: -100px;
  }
  .ferge-class .mr-xl-n25 {
    margin-right: -100px;
  }
  .ferge-class .mb-xl-n25 {
    margin-bottom: -100px;
  }
  .ferge-class .ml-xl-n25 {
    margin-left: -100px;
  }
  .ferge-class .m-xl-26 {
    margin: 104px;
  }
  .ferge-class .mt-xl-26 {
    margin-top: 104px;
  }
  .ferge-class .mr-xl-26 {
    margin-right: 104px;
  }
  .ferge-class .mb-xl-26 {
    margin-bottom: 104px;
  }
  .ferge-class .ml-xl-26 {
    margin-left: 104px;
  }
  .ferge-class .mt-xl-n26 {
    margin-top: -104px;
  }
  .ferge-class .mr-xl-n26 {
    margin-right: -104px;
  }
  .ferge-class .mb-xl-n26 {
    margin-bottom: -104px;
  }
  .ferge-class .ml-xl-n26 {
    margin-left: -104px;
  }
  .ferge-class .m-xl-27 {
    margin: 108px;
  }
  .ferge-class .mt-xl-27 {
    margin-top: 108px;
  }
  .ferge-class .mr-xl-27 {
    margin-right: 108px;
  }
  .ferge-class .mb-xl-27 {
    margin-bottom: 108px;
  }
  .ferge-class .ml-xl-27 {
    margin-left: 108px;
  }
  .ferge-class .mt-xl-n27 {
    margin-top: -108px;
  }
  .ferge-class .mr-xl-n27 {
    margin-right: -108px;
  }
  .ferge-class .mb-xl-n27 {
    margin-bottom: -108px;
  }
  .ferge-class .ml-xl-n27 {
    margin-left: -108px;
  }
  .ferge-class .m-xl-28 {
    margin: 112px;
  }
  .ferge-class .mt-xl-28 {
    margin-top: 112px;
  }
  .ferge-class .mr-xl-28 {
    margin-right: 112px;
  }
  .ferge-class .mb-xl-28 {
    margin-bottom: 112px;
  }
  .ferge-class .ml-xl-28 {
    margin-left: 112px;
  }
  .ferge-class .mt-xl-n28 {
    margin-top: -112px;
  }
  .ferge-class .mr-xl-n28 {
    margin-right: -112px;
  }
  .ferge-class .mb-xl-n28 {
    margin-bottom: -112px;
  }
  .ferge-class .ml-xl-n28 {
    margin-left: -112px;
  }
  .ferge-class .m-xl-29 {
    margin: 116px;
  }
  .ferge-class .mt-xl-29 {
    margin-top: 116px;
  }
  .ferge-class .mr-xl-29 {
    margin-right: 116px;
  }
  .ferge-class .mb-xl-29 {
    margin-bottom: 116px;
  }
  .ferge-class .ml-xl-29 {
    margin-left: 116px;
  }
  .ferge-class .mt-xl-n29 {
    margin-top: -116px;
  }
  .ferge-class .mr-xl-n29 {
    margin-right: -116px;
  }
  .ferge-class .mb-xl-n29 {
    margin-bottom: -116px;
  }
  .ferge-class .ml-xl-n29 {
    margin-left: -116px;
  }
  .ferge-class .m-xl-30 {
    margin: 120px;
  }
  .ferge-class .mt-xl-30 {
    margin-top: 120px;
  }
  .ferge-class .mr-xl-30 {
    margin-right: 120px;
  }
  .ferge-class .mb-xl-30 {
    margin-bottom: 120px;
  }
  .ferge-class .ml-xl-30 {
    margin-left: 120px;
  }
  .ferge-class .mt-xl-n30 {
    margin-top: -120px;
  }
  .ferge-class .mr-xl-n30 {
    margin-right: -120px;
  }
  .ferge-class .mb-xl-n30 {
    margin-bottom: -120px;
  }
  .ferge-class .ml-xl-n30 {
    margin-left: -120px;
  }
  .ferge-class .p-xl-0 {
    padding: 0px;
  }
  .ferge-class .pt-xl-0 {
    padding-top: 0px;
  }
  .ferge-class .pr-xl-0 {
    padding-right: 0px;
  }
  .ferge-class .pb-xl-0 {
    padding-bottom: 0px;
  }
  .ferge-class .pl-xl-0 {
    padding-left: 0px;
  }
  .ferge-class .p-xl-1 {
    padding: 4px;
  }
  .ferge-class .pt-xl-1 {
    padding-top: 4px;
  }
  .ferge-class .pr-xl-1 {
    padding-right: 4px;
  }
  .ferge-class .pb-xl-1 {
    padding-bottom: 4px;
  }
  .ferge-class .pl-xl-1 {
    padding-left: 4px;
  }
  .ferge-class .p-xl-2 {
    padding: 8px;
  }
  .ferge-class .pt-xl-2 {
    padding-top: 8px;
  }
  .ferge-class .pr-xl-2 {
    padding-right: 8px;
  }
  .ferge-class .pb-xl-2 {
    padding-bottom: 8px;
  }
  .ferge-class .pl-xl-2 {
    padding-left: 8px;
  }
  .ferge-class .p-xl-3 {
    padding: 12px;
  }
  .ferge-class .pt-xl-3 {
    padding-top: 12px;
  }
  .ferge-class .pr-xl-3 {
    padding-right: 12px;
  }
  .ferge-class .pb-xl-3 {
    padding-bottom: 12px;
  }
  .ferge-class .pl-xl-3 {
    padding-left: 12px;
  }
  .ferge-class .p-xl-4 {
    padding: 16px;
  }
  .ferge-class .pt-xl-4 {
    padding-top: 16px;
  }
  .ferge-class .pr-xl-4 {
    padding-right: 16px;
  }
  .ferge-class .pb-xl-4 {
    padding-bottom: 16px;
  }
  .ferge-class .pl-xl-4 {
    padding-left: 16px;
  }
  .ferge-class .p-xl-5 {
    padding: 20px;
  }
  .ferge-class .pt-xl-5 {
    padding-top: 20px;
  }
  .ferge-class .pr-xl-5 {
    padding-right: 20px;
  }
  .ferge-class .pb-xl-5 {
    padding-bottom: 20px;
  }
  .ferge-class .pl-xl-5 {
    padding-left: 20px;
  }
  .ferge-class .p-xl-6 {
    padding: 24px;
  }
  .ferge-class .pt-xl-6 {
    padding-top: 24px;
  }
  .ferge-class .pr-xl-6 {
    padding-right: 24px;
  }
  .ferge-class .pb-xl-6 {
    padding-bottom: 24px;
  }
  .ferge-class .pl-xl-6 {
    padding-left: 24px;
  }
  .ferge-class .p-xl-7 {
    padding: 28px;
  }
  .ferge-class .pt-xl-7 {
    padding-top: 28px;
  }
  .ferge-class .pr-xl-7 {
    padding-right: 28px;
  }
  .ferge-class .pb-xl-7 {
    padding-bottom: 28px;
  }
  .ferge-class .pl-xl-7 {
    padding-left: 28px;
  }
  .ferge-class .p-xl-8 {
    padding: 32px;
  }
  .ferge-class .pt-xl-8 {
    padding-top: 32px;
  }
  .ferge-class .pr-xl-8 {
    padding-right: 32px;
  }
  .ferge-class .pb-xl-8 {
    padding-bottom: 32px;
  }
  .ferge-class .pl-xl-8 {
    padding-left: 32px;
  }
  .ferge-class .p-xl-9 {
    padding: 36px;
  }
  .ferge-class .pt-xl-9 {
    padding-top: 36px;
  }
  .ferge-class .pr-xl-9 {
    padding-right: 36px;
  }
  .ferge-class .pb-xl-9 {
    padding-bottom: 36px;
  }
  .ferge-class .pl-xl-9 {
    padding-left: 36px;
  }
  .ferge-class .p-xl-10 {
    padding: 40px;
  }
  .ferge-class .pt-xl-10 {
    padding-top: 40px;
  }
  .ferge-class .pr-xl-10 {
    padding-right: 40px;
  }
  .ferge-class .pb-xl-10 {
    padding-bottom: 40px;
  }
  .ferge-class .pl-xl-10 {
    padding-left: 40px;
  }
  .ferge-class .p-xl-11 {
    padding: 44px;
  }
  .ferge-class .pt-xl-11 {
    padding-top: 44px;
  }
  .ferge-class .pr-xl-11 {
    padding-right: 44px;
  }
  .ferge-class .pb-xl-11 {
    padding-bottom: 44px;
  }
  .ferge-class .pl-xl-11 {
    padding-left: 44px;
  }
  .ferge-class .p-xl-12 {
    padding: 48px;
  }
  .ferge-class .pt-xl-12 {
    padding-top: 48px;
  }
  .ferge-class .pr-xl-12 {
    padding-right: 48px;
  }
  .ferge-class .pb-xl-12 {
    padding-bottom: 48px;
  }
  .ferge-class .pl-xl-12 {
    padding-left: 48px;
  }
  .ferge-class .p-xl-13 {
    padding: 52px;
  }
  .ferge-class .pt-xl-13 {
    padding-top: 52px;
  }
  .ferge-class .pr-xl-13 {
    padding-right: 52px;
  }
  .ferge-class .pb-xl-13 {
    padding-bottom: 52px;
  }
  .ferge-class .pl-xl-13 {
    padding-left: 52px;
  }
  .ferge-class .p-xl-14 {
    padding: 56px;
  }
  .ferge-class .pt-xl-14 {
    padding-top: 56px;
  }
  .ferge-class .pr-xl-14 {
    padding-right: 56px;
  }
  .ferge-class .pb-xl-14 {
    padding-bottom: 56px;
  }
  .ferge-class .pl-xl-14 {
    padding-left: 56px;
  }
  .ferge-class .p-xl-15 {
    padding: 60px;
  }
  .ferge-class .pt-xl-15 {
    padding-top: 60px;
  }
  .ferge-class .pr-xl-15 {
    padding-right: 60px;
  }
  .ferge-class .pb-xl-15 {
    padding-bottom: 60px;
  }
  .ferge-class .pl-xl-15 {
    padding-left: 60px;
  }
  .ferge-class .p-xl-16 {
    padding: 64px;
  }
  .ferge-class .pt-xl-16 {
    padding-top: 64px;
  }
  .ferge-class .pr-xl-16 {
    padding-right: 64px;
  }
  .ferge-class .pb-xl-16 {
    padding-bottom: 64px;
  }
  .ferge-class .pl-xl-16 {
    padding-left: 64px;
  }
  .ferge-class .p-xl-17 {
    padding: 68px;
  }
  .ferge-class .pt-xl-17 {
    padding-top: 68px;
  }
  .ferge-class .pr-xl-17 {
    padding-right: 68px;
  }
  .ferge-class .pb-xl-17 {
    padding-bottom: 68px;
  }
  .ferge-class .pl-xl-17 {
    padding-left: 68px;
  }
  .ferge-class .p-xl-18 {
    padding: 72px;
  }
  .ferge-class .pt-xl-18 {
    padding-top: 72px;
  }
  .ferge-class .pr-xl-18 {
    padding-right: 72px;
  }
  .ferge-class .pb-xl-18 {
    padding-bottom: 72px;
  }
  .ferge-class .pl-xl-18 {
    padding-left: 72px;
  }
  .ferge-class .p-xl-19 {
    padding: 76px;
  }
  .ferge-class .pt-xl-19 {
    padding-top: 76px;
  }
  .ferge-class .pr-xl-19 {
    padding-right: 76px;
  }
  .ferge-class .pb-xl-19 {
    padding-bottom: 76px;
  }
  .ferge-class .pl-xl-19 {
    padding-left: 76px;
  }
  .ferge-class .p-xl-20 {
    padding: 80px;
  }
  .ferge-class .pt-xl-20 {
    padding-top: 80px;
  }
  .ferge-class .pr-xl-20 {
    padding-right: 80px;
  }
  .ferge-class .pb-xl-20 {
    padding-bottom: 80px;
  }
  .ferge-class .pl-xl-20 {
    padding-left: 80px;
  }
  .ferge-class .p-xl-21 {
    padding: 84px;
  }
  .ferge-class .pt-xl-21 {
    padding-top: 84px;
  }
  .ferge-class .pr-xl-21 {
    padding-right: 84px;
  }
  .ferge-class .pb-xl-21 {
    padding-bottom: 84px;
  }
  .ferge-class .pl-xl-21 {
    padding-left: 84px;
  }
  .ferge-class .p-xl-22 {
    padding: 88px;
  }
  .ferge-class .pt-xl-22 {
    padding-top: 88px;
  }
  .ferge-class .pr-xl-22 {
    padding-right: 88px;
  }
  .ferge-class .pb-xl-22 {
    padding-bottom: 88px;
  }
  .ferge-class .pl-xl-22 {
    padding-left: 88px;
  }
  .ferge-class .p-xl-23 {
    padding: 92px;
  }
  .ferge-class .pt-xl-23 {
    padding-top: 92px;
  }
  .ferge-class .pr-xl-23 {
    padding-right: 92px;
  }
  .ferge-class .pb-xl-23 {
    padding-bottom: 92px;
  }
  .ferge-class .pl-xl-23 {
    padding-left: 92px;
  }
  .ferge-class .p-xl-24 {
    padding: 96px;
  }
  .ferge-class .pt-xl-24 {
    padding-top: 96px;
  }
  .ferge-class .pr-xl-24 {
    padding-right: 96px;
  }
  .ferge-class .pb-xl-24 {
    padding-bottom: 96px;
  }
  .ferge-class .pl-xl-24 {
    padding-left: 96px;
  }
  .ferge-class .p-xl-25 {
    padding: 100px;
  }
  .ferge-class .pt-xl-25 {
    padding-top: 100px;
  }
  .ferge-class .pr-xl-25 {
    padding-right: 100px;
  }
  .ferge-class .pb-xl-25 {
    padding-bottom: 100px;
  }
  .ferge-class .pl-xl-25 {
    padding-left: 100px;
  }
  .ferge-class .p-xl-26 {
    padding: 104px;
  }
  .ferge-class .pt-xl-26 {
    padding-top: 104px;
  }
  .ferge-class .pr-xl-26 {
    padding-right: 104px;
  }
  .ferge-class .pb-xl-26 {
    padding-bottom: 104px;
  }
  .ferge-class .pl-xl-26 {
    padding-left: 104px;
  }
  .ferge-class .p-xl-27 {
    padding: 108px;
  }
  .ferge-class .pt-xl-27 {
    padding-top: 108px;
  }
  .ferge-class .pr-xl-27 {
    padding-right: 108px;
  }
  .ferge-class .pb-xl-27 {
    padding-bottom: 108px;
  }
  .ferge-class .pl-xl-27 {
    padding-left: 108px;
  }
  .ferge-class .p-xl-28 {
    padding: 112px;
  }
  .ferge-class .pt-xl-28 {
    padding-top: 112px;
  }
  .ferge-class .pr-xl-28 {
    padding-right: 112px;
  }
  .ferge-class .pb-xl-28 {
    padding-bottom: 112px;
  }
  .ferge-class .pl-xl-28 {
    padding-left: 112px;
  }
  .ferge-class .p-xl-29 {
    padding: 116px;
  }
  .ferge-class .pt-xl-29 {
    padding-top: 116px;
  }
  .ferge-class .pr-xl-29 {
    padding-right: 116px;
  }
  .ferge-class .pb-xl-29 {
    padding-bottom: 116px;
  }
  .ferge-class .pl-xl-29 {
    padding-left: 116px;
  }
  .ferge-class .p-xl-30 {
    padding: 120px;
  }
  .ferge-class .pt-xl-30 {
    padding-top: 120px;
  }
  .ferge-class .pr-xl-30 {
    padding-right: 120px;
  }
  .ferge-class .pb-xl-30 {
    padding-bottom: 120px;
  }
  .ferge-class .pl-xl-30 {
    padding-left: 120px;
  }
}
.ferge-class .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ferge-class .direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ferge-class .direction-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.ferge-class .justify-content-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.ferge-class .justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ferge-class .justify-content-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.ferge-class .justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ferge-class .align-items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.ferge-class .align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ferge-class .align-items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.ferge-class .shrink-0 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.ferge-class .justify-content-xs-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.ferge-class .justify-content-xs-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ferge-class .justify-content-xs-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.ferge-class .justify-content-xs-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ferge-class .align-items-xs-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.ferge-class .align-items-xs-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ferge-class .align-items-xs-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.ferge-class .direction-xs-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ferge-class .direction-xs-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.ferge-class .direction-xs-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.ferge-class .direction-xs-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.ferge-class .wrap-xs {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ferge-class .no-wrap-xs {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.ferge-class .grow-xs-0 {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.ferge-class .grow-xs-1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.ferge-class .grow-xs-2 {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}
.ferge-class .grow-xs-3 {
  -webkit-box-flex: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
}
.ferge-class .grow-xs-4 {
  -webkit-box-flex: 4;
  -ms-flex-positive: 4;
  flex-grow: 4;
}
.ferge-class .grow-xs-5 {
  -webkit-box-flex: 5;
  -ms-flex-positive: 5;
  flex-grow: 5;
}
.ferge-class .grow-xs-6 {
  -webkit-box-flex: 6;
  -ms-flex-positive: 6;
  flex-grow: 6;
}
.ferge-class .grow-xs-7 {
  -webkit-box-flex: 7;
  -ms-flex-positive: 7;
  flex-grow: 7;
}
.ferge-class .grow-xs-8 {
  -webkit-box-flex: 8;
  -ms-flex-positive: 8;
  flex-grow: 8;
}
.ferge-class .grow-xs-9 {
  -webkit-box-flex: 9;
  -ms-flex-positive: 9;
  flex-grow: 9;
}
.ferge-class .grow-xs-10 {
  -webkit-box-flex: 10;
  -ms-flex-positive: 10;
  flex-grow: 10;
}
.ferge-class .grow-xs-11 {
  -webkit-box-flex: 11;
  -ms-flex-positive: 11;
  flex-grow: 11;
}
.ferge-class .grow-xs-12 {
  -webkit-box-flex: 12;
  -ms-flex-positive: 12;
  flex-grow: 12;
}
@media (min-width: 600px) {
  .ferge-class .justify-content-sm-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .ferge-class .justify-content-sm-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .ferge-class .justify-content-sm-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .ferge-class .justify-content-sm-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .ferge-class .align-items-sm-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .ferge-class .align-items-sm-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ferge-class .align-items-sm-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .ferge-class .direction-sm-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ferge-class .direction-sm-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .ferge-class .direction-sm-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .ferge-class .direction-sm-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .ferge-class .wrap-sm {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ferge-class .no-wrap-sm {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .ferge-class .grow-sm-0 {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .ferge-class .grow-sm-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .ferge-class .grow-sm-2 {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  .ferge-class .grow-sm-3 {
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
  }
  .ferge-class .grow-sm-4 {
    -webkit-box-flex: 4;
    -ms-flex-positive: 4;
    flex-grow: 4;
  }
  .ferge-class .grow-sm-5 {
    -webkit-box-flex: 5;
    -ms-flex-positive: 5;
    flex-grow: 5;
  }
  .ferge-class .grow-sm-6 {
    -webkit-box-flex: 6;
    -ms-flex-positive: 6;
    flex-grow: 6;
  }
  .ferge-class .grow-sm-7 {
    -webkit-box-flex: 7;
    -ms-flex-positive: 7;
    flex-grow: 7;
  }
  .ferge-class .grow-sm-8 {
    -webkit-box-flex: 8;
    -ms-flex-positive: 8;
    flex-grow: 8;
  }
  .ferge-class .grow-sm-9 {
    -webkit-box-flex: 9;
    -ms-flex-positive: 9;
    flex-grow: 9;
  }
  .ferge-class .grow-sm-10 {
    -webkit-box-flex: 10;
    -ms-flex-positive: 10;
    flex-grow: 10;
  }
  .ferge-class .grow-sm-11 {
    -webkit-box-flex: 11;
    -ms-flex-positive: 11;
    flex-grow: 11;
  }
  .ferge-class .grow-sm-12 {
    -webkit-box-flex: 12;
    -ms-flex-positive: 12;
    flex-grow: 12;
  }
}
@media (min-width: 900px) {
  .ferge-class .justify-content-md-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .ferge-class .justify-content-md-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .ferge-class .justify-content-md-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .ferge-class .justify-content-md-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .ferge-class .align-items-md-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .ferge-class .align-items-md-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ferge-class .align-items-md-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .ferge-class .direction-md-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ferge-class .direction-md-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .ferge-class .direction-md-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .ferge-class .direction-md-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .ferge-class .wrap-md {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ferge-class .no-wrap-md {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .ferge-class .grow-md-0 {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .ferge-class .grow-md-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .ferge-class .grow-md-2 {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  .ferge-class .grow-md-3 {
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
  }
  .ferge-class .grow-md-4 {
    -webkit-box-flex: 4;
    -ms-flex-positive: 4;
    flex-grow: 4;
  }
  .ferge-class .grow-md-5 {
    -webkit-box-flex: 5;
    -ms-flex-positive: 5;
    flex-grow: 5;
  }
  .ferge-class .grow-md-6 {
    -webkit-box-flex: 6;
    -ms-flex-positive: 6;
    flex-grow: 6;
  }
  .ferge-class .grow-md-7 {
    -webkit-box-flex: 7;
    -ms-flex-positive: 7;
    flex-grow: 7;
  }
  .ferge-class .grow-md-8 {
    -webkit-box-flex: 8;
    -ms-flex-positive: 8;
    flex-grow: 8;
  }
  .ferge-class .grow-md-9 {
    -webkit-box-flex: 9;
    -ms-flex-positive: 9;
    flex-grow: 9;
  }
  .ferge-class .grow-md-10 {
    -webkit-box-flex: 10;
    -ms-flex-positive: 10;
    flex-grow: 10;
  }
  .ferge-class .grow-md-11 {
    -webkit-box-flex: 11;
    -ms-flex-positive: 11;
    flex-grow: 11;
  }
  .ferge-class .grow-md-12 {
    -webkit-box-flex: 12;
    -ms-flex-positive: 12;
    flex-grow: 12;
  }
}
@media (min-width: 1200px) {
  .ferge-class .justify-content-lg-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .ferge-class .justify-content-lg-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .ferge-class .justify-content-lg-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .ferge-class .justify-content-lg-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .ferge-class .align-items-lg-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .ferge-class .align-items-lg-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ferge-class .align-items-lg-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .ferge-class .direction-lg-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ferge-class .direction-lg-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .ferge-class .direction-lg-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .ferge-class .direction-lg-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .ferge-class .wrap-lg {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ferge-class .no-wrap-lg {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .ferge-class .grow-lg-0 {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .ferge-class .grow-lg-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .ferge-class .grow-lg-2 {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  .ferge-class .grow-lg-3 {
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
  }
  .ferge-class .grow-lg-4 {
    -webkit-box-flex: 4;
    -ms-flex-positive: 4;
    flex-grow: 4;
  }
  .ferge-class .grow-lg-5 {
    -webkit-box-flex: 5;
    -ms-flex-positive: 5;
    flex-grow: 5;
  }
  .ferge-class .grow-lg-6 {
    -webkit-box-flex: 6;
    -ms-flex-positive: 6;
    flex-grow: 6;
  }
  .ferge-class .grow-lg-7 {
    -webkit-box-flex: 7;
    -ms-flex-positive: 7;
    flex-grow: 7;
  }
  .ferge-class .grow-lg-8 {
    -webkit-box-flex: 8;
    -ms-flex-positive: 8;
    flex-grow: 8;
  }
  .ferge-class .grow-lg-9 {
    -webkit-box-flex: 9;
    -ms-flex-positive: 9;
    flex-grow: 9;
  }
  .ferge-class .grow-lg-10 {
    -webkit-box-flex: 10;
    -ms-flex-positive: 10;
    flex-grow: 10;
  }
  .ferge-class .grow-lg-11 {
    -webkit-box-flex: 11;
    -ms-flex-positive: 11;
    flex-grow: 11;
  }
  .ferge-class .grow-lg-12 {
    -webkit-box-flex: 12;
    -ms-flex-positive: 12;
    flex-grow: 12;
  }
}
@media (min-width: 1800px) {
  .ferge-class .justify-content-xl-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .ferge-class .justify-content-xl-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .ferge-class .justify-content-xl-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .ferge-class .justify-content-xl-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .ferge-class .align-items-xl-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .ferge-class .align-items-xl-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ferge-class .align-items-xl-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .ferge-class .direction-xl-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ferge-class .direction-xl-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .ferge-class .direction-xl-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .ferge-class .direction-xl-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .ferge-class .wrap-xl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ferge-class .no-wrap-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .ferge-class .grow-xl-0 {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .ferge-class .grow-xl-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .ferge-class .grow-xl-2 {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  .ferge-class .grow-xl-3 {
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
  }
  .ferge-class .grow-xl-4 {
    -webkit-box-flex: 4;
    -ms-flex-positive: 4;
    flex-grow: 4;
  }
  .ferge-class .grow-xl-5 {
    -webkit-box-flex: 5;
    -ms-flex-positive: 5;
    flex-grow: 5;
  }
  .ferge-class .grow-xl-6 {
    -webkit-box-flex: 6;
    -ms-flex-positive: 6;
    flex-grow: 6;
  }
  .ferge-class .grow-xl-7 {
    -webkit-box-flex: 7;
    -ms-flex-positive: 7;
    flex-grow: 7;
  }
  .ferge-class .grow-xl-8 {
    -webkit-box-flex: 8;
    -ms-flex-positive: 8;
    flex-grow: 8;
  }
  .ferge-class .grow-xl-9 {
    -webkit-box-flex: 9;
    -ms-flex-positive: 9;
    flex-grow: 9;
  }
  .ferge-class .grow-xl-10 {
    -webkit-box-flex: 10;
    -ms-flex-positive: 10;
    flex-grow: 10;
  }
  .ferge-class .grow-xl-11 {
    -webkit-box-flex: 11;
    -ms-flex-positive: 11;
    flex-grow: 11;
  }
  .ferge-class .grow-xl-12 {
    -webkit-box-flex: 12;
    -ms-flex-positive: 12;
    flex-grow: 12;
  }
}
.ferge-class .txt-left {
  text-align: left;
}
.ferge-class .txt-center {
  text-align: center;
}
.ferge-class .txt-right {
  text-align: right;
}
.ferge-class .txt-xs-left {
  text-align: left;
}
.ferge-class .txt-xs-center {
  text-align: center;
}
.ferge-class .txt-xs-right {
  text-align: right;
}
@media (min-width: 600px) {
  .ferge-class .txt-sm-left {
    text-align: left;
  }
  .ferge-class .txt-sm-center {
    text-align: center;
  }
  .ferge-class .txt-sm-right {
    text-align: right;
  }
}
@media (min-width: 900px) {
  .ferge-class .txt-md-left {
    text-align: left;
  }
  .ferge-class .txt-md-center {
    text-align: center;
  }
  .ferge-class .txt-md-right {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .ferge-class .txt-lg-left {
    text-align: left;
  }
  .ferge-class .txt-lg-center {
    text-align: center;
  }
  .ferge-class .txt-lg-right {
    text-align: right;
  }
}
@media (min-width: 1800px) {
  .ferge-class .txt-xl-left {
    text-align: left;
  }
  .ferge-class .txt-xl-center {
    text-align: center;
  }
  .ferge-class .txt-xl-right {
    text-align: right;
  }
}
.ferge-class .weight-400 {
  font-weight: 400;
}
.ferge-class .weight-500 {
  font-weight: 500;
}
.ferge-class .weight-600 {
  font-weight: 600;
}
.ferge-class .weight-700 {
  font-weight: 700;
}
.ferge-class .txt-underline {
  text-decoration: underline;
}
.ferge-class .txt-dark-blue {
  color: #0C5C6F;
}
.ferge-class .txt-medium-blue {
  color: #007E8F;
}
.ferge-class .txt-light-blue {
  color: #00A2B2;
}
.ferge-class .txt-lighter-blue {
  color: #EBF8F9;
}
.ferge-class .txt-green {
  color: #B8F6A8;
}
.ferge-class .txt-fail {
  color: #EC3074;
}
.ferge-class .txt-success {
  color: #6CF3B3;
}
.ferge-class .txt-warning {
  color: #F8C135;
}
.ferge-class .txt-dark-gray {
  color: #232728;
}
.ferge-class .txt-medium-gray {
  color: #6F6F6F;
}
.ferge-class .txt-mediumish-gray {
  color: #D7DCE0;
}
.ferge-class .txt-light-gray {
  color: #F5F7F8;
}
.ferge-class .txt-black {
  color: #000000;
}
.ferge-class .txt-white {
  color: #FFFFFF;
}
.ferge-class .txt-size-0 {
  font-size: 0px;
}
.ferge-class .txt-size-1 {
  font-size: 1px;
}
.ferge-class .txt-size-2 {
  font-size: 2px;
}
.ferge-class .txt-size-3 {
  font-size: 3px;
}
.ferge-class .txt-size-4 {
  font-size: 4px;
}
.ferge-class .txt-size-5 {
  font-size: 5px;
}
.ferge-class .txt-size-6 {
  font-size: 6px;
}
.ferge-class .txt-size-7 {
  font-size: 7px;
}
.ferge-class .txt-size-8 {
  font-size: 8px;
}
.ferge-class .txt-size-9 {
  font-size: 9px;
}
.ferge-class .txt-size-10 {
  font-size: 10px;
}
.ferge-class .txt-size-11 {
  font-size: 11px;
}
.ferge-class .txt-size-12 {
  font-size: 12px;
}
.ferge-class .txt-size-13 {
  font-size: 13px;
}
.ferge-class .txt-size-14 {
  font-size: 14px;
}
.ferge-class .txt-size-15 {
  font-size: 15px;
}
.ferge-class .txt-size-16 {
  font-size: 16px;
}
.ferge-class .txt-size-17 {
  font-size: 17px;
}
.ferge-class .txt-size-18 {
  font-size: 18px;
}
.ferge-class .txt-size-19 {
  font-size: 19px;
}
.ferge-class .txt-size-20 {
  font-size: 20px;
}
.ferge-class .txt-size-21 {
  font-size: 21px;
}
.ferge-class .txt-size-22 {
  font-size: 22px;
}
.ferge-class .txt-size-23 {
  font-size: 23px;
}
.ferge-class .txt-size-24 {
  font-size: 24px;
}
.ferge-class .txt-size-25 {
  font-size: 25px;
}
.ferge-class .txt-size-26 {
  font-size: 26px;
}
.ferge-class .txt-size-27 {
  font-size: 27px;
}
.ferge-class .txt-size-28 {
  font-size: 28px;
}
.ferge-class .txt-size-29 {
  font-size: 29px;
}
.ferge-class .txt-size-30 {
  font-size: 30px;
}
.ferge-class .txt-size-31 {
  font-size: 31px;
}
.ferge-class .txt-size-32 {
  font-size: 32px;
}
.ferge-class .txt-size-33 {
  font-size: 33px;
}
.ferge-class .txt-size-34 {
  font-size: 34px;
}
.ferge-class .txt-size-35 {
  font-size: 35px;
}
.ferge-class .txt-size-36 {
  font-size: 36px;
}
.ferge-class .txt-size-37 {
  font-size: 37px;
}
.ferge-class .txt-size-38 {
  font-size: 38px;
}
.ferge-class .txt-size-39 {
  font-size: 39px;
}
.ferge-class .txt-size-40 {
  font-size: 40px;
}
.ferge-class .txt-size-41 {
  font-size: 41px;
}
.ferge-class .txt-size-42 {
  font-size: 42px;
}
.ferge-class .txt-size-43 {
  font-size: 43px;
}
.ferge-class .txt-size-44 {
  font-size: 44px;
}
.ferge-class .txt-size-45 {
  font-size: 45px;
}
.ferge-class .txt-size-46 {
  font-size: 46px;
}
.ferge-class .txt-size-47 {
  font-size: 47px;
}
.ferge-class .txt-size-48 {
  font-size: 48px;
}
.ferge-class .txt-size-49 {
  font-size: 49px;
}
.ferge-class .txt-size-50 {
  font-size: 50px;
}
.ferge-class .txt-size-51 {
  font-size: 51px;
}
.ferge-class .txt-size-52 {
  font-size: 52px;
}
.ferge-class .txt-size-53 {
  font-size: 53px;
}
.ferge-class .txt-size-54 {
  font-size: 54px;
}
.ferge-class .txt-size-55 {
  font-size: 55px;
}
.ferge-class .txt-size-56 {
  font-size: 56px;
}
.ferge-class .txt-size-57 {
  font-size: 57px;
}
.ferge-class .txt-size-58 {
  font-size: 58px;
}
.ferge-class .txt-size-59 {
  font-size: 59px;
}
.ferge-class .txt-size-60 {
  font-size: 60px;
}
.ferge-class .txt-size-61 {
  font-size: 61px;
}
.ferge-class .txt-size-62 {
  font-size: 62px;
}
.ferge-class .txt-size-63 {
  font-size: 63px;
}
.ferge-class .txt-size-64 {
  font-size: 64px;
}
.ferge-class .txt-size-65 {
  font-size: 65px;
}
.ferge-class .txt-size-66 {
  font-size: 66px;
}
.ferge-class .txt-size-67 {
  font-size: 67px;
}
.ferge-class .txt-size-68 {
  font-size: 68px;
}
.ferge-class .txt-size-69 {
  font-size: 69px;
}
.ferge-class .txt-size-70 {
  font-size: 70px;
}
.ferge-class .txt-size-71 {
  font-size: 71px;
}
.ferge-class .txt-size-72 {
  font-size: 72px;
}
.ferge-class .txt-size-73 {
  font-size: 73px;
}
.ferge-class .txt-size-74 {
  font-size: 74px;
}
.ferge-class .txt-size-75 {
  font-size: 75px;
}
.ferge-class .txt-size-76 {
  font-size: 76px;
}
.ferge-class .txt-size-77 {
  font-size: 77px;
}
.ferge-class .txt-size-78 {
  font-size: 78px;
}
.ferge-class .txt-size-79 {
  font-size: 79px;
}
.ferge-class .txt-size-80 {
  font-size: 80px;
}
.ferge-class .txt-size-81 {
  font-size: 81px;
}
.ferge-class .txt-size-82 {
  font-size: 82px;
}
.ferge-class .txt-size-83 {
  font-size: 83px;
}
.ferge-class .txt-size-84 {
  font-size: 84px;
}
.ferge-class .txt-size-85 {
  font-size: 85px;
}
.ferge-class .txt-size-86 {
  font-size: 86px;
}
.ferge-class .txt-size-87 {
  font-size: 87px;
}
.ferge-class .txt-size-88 {
  font-size: 88px;
}
.ferge-class .txt-size-89 {
  font-size: 89px;
}
.ferge-class .txt-size-90 {
  font-size: 90px;
}
.ferge-class .txt-size-91 {
  font-size: 91px;
}
.ferge-class .txt-size-92 {
  font-size: 92px;
}
.ferge-class .txt-size-93 {
  font-size: 93px;
}
.ferge-class .txt-size-94 {
  font-size: 94px;
}
.ferge-class .txt-size-95 {
  font-size: 95px;
}
.ferge-class .txt-size-96 {
  font-size: 96px;
}
.ferge-class .txt-size-97 {
  font-size: 97px;
}
.ferge-class .txt-size-98 {
  font-size: 98px;
}
.ferge-class .txt-size-99 {
  font-size: 99px;
}
.ferge-class .txt-size-100 {
  font-size: 100px;
}
@media (max-width: 599px) {
  .ferge-class .hidden-xs {
    display: none;
  }
}
@media (min-width: 600px) and (max-width: 899px) {
  .ferge-class .hidden-sm {
    display: none;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .ferge-class .hidden-md {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1799px) {
  .ferge-class .hidden-lg {
    display: none;
  }
}
@media (min-width: 1800px) {
  .ferge-class .hidden-xl {
    display: none;
  }
}
.ferge-class [class*=visible-] {
  display: none;
}
@media (max-width: 599px) {
  .ferge-class .visible-xs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 600px) and (max-width: 899px) {
  .ferge-class .visible-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .ferge-class .visible-md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1200px) and (max-width: 1799px) {
  .ferge-class .visible-lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1800px) {
  .ferge-class .visible-xl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.ferge-class .float-left {
  float: left;
}
.ferge-class .float-right {
  float: right;
}
.ferge-class .overflow-hidden {
  overflow: hidden;
}
.ferge-class .overflow-x-hidden {
  overflow-x: hidden;
}
.ferge-class .overflow-y-hidden {
  overflow-y: hidden;
}
.ferge-class .overflow-xs-hidden {
  overflow: hidden;
}
.ferge-class .overflow-x-xs-hidden {
  overflow-x: hidden;
}
.ferge-class .overflow-y-xs-hidden {
  overflow-y: hidden;
}
.ferge-class .overflow-xs-visible {
  overflow: visible;
}
.ferge-class .overflow-x-xs-visible {
  overflow-x: visible;
}
.ferge-class .overflow-y-xs-visible {
  overflow-y: visible;
}
@media (min-width: 600px) {
  .ferge-class .overflow-sm-hidden {
    overflow: hidden;
  }
  .ferge-class .overflow-x-sm-hidden {
    overflow-x: hidden;
  }
  .ferge-class .overflow-y-sm-hidden {
    overflow-y: hidden;
  }
  .ferge-class .overflow-sm-visible {
    overflow: visible;
  }
  .ferge-class .overflow-x-sm-visible {
    overflow-x: visible;
  }
  .ferge-class .overflow-y-sm-visible {
    overflow-y: visible;
  }
}
@media (min-width: 900px) {
  .ferge-class .overflow-md-hidden {
    overflow: hidden;
  }
  .ferge-class .overflow-x-md-hidden {
    overflow-x: hidden;
  }
  .ferge-class .overflow-y-md-hidden {
    overflow-y: hidden;
  }
  .ferge-class .overflow-md-visible {
    overflow: visible;
  }
  .ferge-class .overflow-x-md-visible {
    overflow-x: visible;
  }
  .ferge-class .overflow-y-md-visible {
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .ferge-class .overflow-lg-hidden {
    overflow: hidden;
  }
  .ferge-class .overflow-x-lg-hidden {
    overflow-x: hidden;
  }
  .ferge-class .overflow-y-lg-hidden {
    overflow-y: hidden;
  }
  .ferge-class .overflow-lg-visible {
    overflow: visible;
  }
  .ferge-class .overflow-x-lg-visible {
    overflow-x: visible;
  }
  .ferge-class .overflow-y-lg-visible {
    overflow-y: visible;
  }
}
@media (min-width: 1800px) {
  .ferge-class .overflow-xl-hidden {
    overflow: hidden;
  }
  .ferge-class .overflow-x-xl-hidden {
    overflow-x: hidden;
  }
  .ferge-class .overflow-y-xl-hidden {
    overflow-y: hidden;
  }
  .ferge-class .overflow-xl-visible {
    overflow: visible;
  }
  .ferge-class .overflow-x-xl-visible {
    overflow-x: visible;
  }
  .ferge-class .overflow-y-xl-visible {
    overflow-y: visible;
  }
}
.ferge-class .pos-relative {
  position: relative;
}
.ferge-class .width-xs-0 {
  width: 0%;
}
.ferge-class .width-xs-1 {
  width: 1%;
}
.ferge-class .width-xs-2 {
  width: 2%;
}
.ferge-class .width-xs-3 {
  width: 3%;
}
.ferge-class .width-xs-4 {
  width: 4%;
}
.ferge-class .width-xs-5 {
  width: 5%;
}
.ferge-class .width-xs-6 {
  width: 6%;
}
.ferge-class .width-xs-7 {
  width: 7%;
}
.ferge-class .width-xs-8 {
  width: 8%;
}
.ferge-class .width-xs-9 {
  width: 9%;
}
.ferge-class .width-xs-10 {
  width: 10%;
}
.ferge-class .width-xs-11 {
  width: 11%;
}
.ferge-class .width-xs-12 {
  width: 12%;
}
.ferge-class .width-xs-13 {
  width: 13%;
}
.ferge-class .width-xs-14 {
  width: 14%;
}
.ferge-class .width-xs-15 {
  width: 15%;
}
.ferge-class .width-xs-16 {
  width: 16%;
}
.ferge-class .width-xs-17 {
  width: 17%;
}
.ferge-class .width-xs-18 {
  width: 18%;
}
.ferge-class .width-xs-19 {
  width: 19%;
}
.ferge-class .width-xs-20 {
  width: 20%;
}
.ferge-class .width-xs-21 {
  width: 21%;
}
.ferge-class .width-xs-22 {
  width: 22%;
}
.ferge-class .width-xs-23 {
  width: 23%;
}
.ferge-class .width-xs-24 {
  width: 24%;
}
.ferge-class .width-xs-25 {
  width: 25%;
}
.ferge-class .width-xs-26 {
  width: 26%;
}
.ferge-class .width-xs-27 {
  width: 27%;
}
.ferge-class .width-xs-28 {
  width: 28%;
}
.ferge-class .width-xs-29 {
  width: 29%;
}
.ferge-class .width-xs-30 {
  width: 30%;
}
.ferge-class .width-xs-31 {
  width: 31%;
}
.ferge-class .width-xs-32 {
  width: 32%;
}
.ferge-class .width-xs-33 {
  width: 33%;
}
.ferge-class .width-xs-34 {
  width: 34%;
}
.ferge-class .width-xs-35 {
  width: 35%;
}
.ferge-class .width-xs-36 {
  width: 36%;
}
.ferge-class .width-xs-37 {
  width: 37%;
}
.ferge-class .width-xs-38 {
  width: 38%;
}
.ferge-class .width-xs-39 {
  width: 39%;
}
.ferge-class .width-xs-40 {
  width: 40%;
}
.ferge-class .width-xs-41 {
  width: 41%;
}
.ferge-class .width-xs-42 {
  width: 42%;
}
.ferge-class .width-xs-43 {
  width: 43%;
}
.ferge-class .width-xs-44 {
  width: 44%;
}
.ferge-class .width-xs-45 {
  width: 45%;
}
.ferge-class .width-xs-46 {
  width: 46%;
}
.ferge-class .width-xs-47 {
  width: 47%;
}
.ferge-class .width-xs-48 {
  width: 48%;
}
.ferge-class .width-xs-49 {
  width: 49%;
}
.ferge-class .width-xs-50 {
  width: 50%;
}
.ferge-class .width-xs-51 {
  width: 51%;
}
.ferge-class .width-xs-52 {
  width: 52%;
}
.ferge-class .width-xs-53 {
  width: 53%;
}
.ferge-class .width-xs-54 {
  width: 54%;
}
.ferge-class .width-xs-55 {
  width: 55%;
}
.ferge-class .width-xs-56 {
  width: 56%;
}
.ferge-class .width-xs-57 {
  width: 57%;
}
.ferge-class .width-xs-58 {
  width: 58%;
}
.ferge-class .width-xs-59 {
  width: 59%;
}
.ferge-class .width-xs-60 {
  width: 60%;
}
.ferge-class .width-xs-61 {
  width: 61%;
}
.ferge-class .width-xs-62 {
  width: 62%;
}
.ferge-class .width-xs-63 {
  width: 63%;
}
.ferge-class .width-xs-64 {
  width: 64%;
}
.ferge-class .width-xs-65 {
  width: 65%;
}
.ferge-class .width-xs-66 {
  width: 66%;
}
.ferge-class .width-xs-67 {
  width: 67%;
}
.ferge-class .width-xs-68 {
  width: 68%;
}
.ferge-class .width-xs-69 {
  width: 69%;
}
.ferge-class .width-xs-70 {
  width: 70%;
}
.ferge-class .width-xs-71 {
  width: 71%;
}
.ferge-class .width-xs-72 {
  width: 72%;
}
.ferge-class .width-xs-73 {
  width: 73%;
}
.ferge-class .width-xs-74 {
  width: 74%;
}
.ferge-class .width-xs-75 {
  width: 75%;
}
.ferge-class .width-xs-76 {
  width: 76%;
}
.ferge-class .width-xs-77 {
  width: 77%;
}
.ferge-class .width-xs-78 {
  width: 78%;
}
.ferge-class .width-xs-79 {
  width: 79%;
}
.ferge-class .width-xs-80 {
  width: 80%;
}
.ferge-class .width-xs-81 {
  width: 81%;
}
.ferge-class .width-xs-82 {
  width: 82%;
}
.ferge-class .width-xs-83 {
  width: 83%;
}
.ferge-class .width-xs-84 {
  width: 84%;
}
.ferge-class .width-xs-85 {
  width: 85%;
}
.ferge-class .width-xs-86 {
  width: 86%;
}
.ferge-class .width-xs-87 {
  width: 87%;
}
.ferge-class .width-xs-88 {
  width: 88%;
}
.ferge-class .width-xs-89 {
  width: 89%;
}
.ferge-class .width-xs-90 {
  width: 90%;
}
.ferge-class .width-xs-91 {
  width: 91%;
}
.ferge-class .width-xs-92 {
  width: 92%;
}
.ferge-class .width-xs-93 {
  width: 93%;
}
.ferge-class .width-xs-94 {
  width: 94%;
}
.ferge-class .width-xs-95 {
  width: 95%;
}
.ferge-class .width-xs-96 {
  width: 96%;
}
.ferge-class .width-xs-97 {
  width: 97%;
}
.ferge-class .width-xs-98 {
  width: 98%;
}
.ferge-class .width-xs-99 {
  width: 99%;
}
.ferge-class .width-xs-100 {
  width: 100%;
}
@media (min-width: 600px) {
  .ferge-class .width-sm-0 {
    width: 0%;
  }
  .ferge-class .width-sm-1 {
    width: 1%;
  }
  .ferge-class .width-sm-2 {
    width: 2%;
  }
  .ferge-class .width-sm-3 {
    width: 3%;
  }
  .ferge-class .width-sm-4 {
    width: 4%;
  }
  .ferge-class .width-sm-5 {
    width: 5%;
  }
  .ferge-class .width-sm-6 {
    width: 6%;
  }
  .ferge-class .width-sm-7 {
    width: 7%;
  }
  .ferge-class .width-sm-8 {
    width: 8%;
  }
  .ferge-class .width-sm-9 {
    width: 9%;
  }
  .ferge-class .width-sm-10 {
    width: 10%;
  }
  .ferge-class .width-sm-11 {
    width: 11%;
  }
  .ferge-class .width-sm-12 {
    width: 12%;
  }
  .ferge-class .width-sm-13 {
    width: 13%;
  }
  .ferge-class .width-sm-14 {
    width: 14%;
  }
  .ferge-class .width-sm-15 {
    width: 15%;
  }
  .ferge-class .width-sm-16 {
    width: 16%;
  }
  .ferge-class .width-sm-17 {
    width: 17%;
  }
  .ferge-class .width-sm-18 {
    width: 18%;
  }
  .ferge-class .width-sm-19 {
    width: 19%;
  }
  .ferge-class .width-sm-20 {
    width: 20%;
  }
  .ferge-class .width-sm-21 {
    width: 21%;
  }
  .ferge-class .width-sm-22 {
    width: 22%;
  }
  .ferge-class .width-sm-23 {
    width: 23%;
  }
  .ferge-class .width-sm-24 {
    width: 24%;
  }
  .ferge-class .width-sm-25 {
    width: 25%;
  }
  .ferge-class .width-sm-26 {
    width: 26%;
  }
  .ferge-class .width-sm-27 {
    width: 27%;
  }
  .ferge-class .width-sm-28 {
    width: 28%;
  }
  .ferge-class .width-sm-29 {
    width: 29%;
  }
  .ferge-class .width-sm-30 {
    width: 30%;
  }
  .ferge-class .width-sm-31 {
    width: 31%;
  }
  .ferge-class .width-sm-32 {
    width: 32%;
  }
  .ferge-class .width-sm-33 {
    width: 33%;
  }
  .ferge-class .width-sm-34 {
    width: 34%;
  }
  .ferge-class .width-sm-35 {
    width: 35%;
  }
  .ferge-class .width-sm-36 {
    width: 36%;
  }
  .ferge-class .width-sm-37 {
    width: 37%;
  }
  .ferge-class .width-sm-38 {
    width: 38%;
  }
  .ferge-class .width-sm-39 {
    width: 39%;
  }
  .ferge-class .width-sm-40 {
    width: 40%;
  }
  .ferge-class .width-sm-41 {
    width: 41%;
  }
  .ferge-class .width-sm-42 {
    width: 42%;
  }
  .ferge-class .width-sm-43 {
    width: 43%;
  }
  .ferge-class .width-sm-44 {
    width: 44%;
  }
  .ferge-class .width-sm-45 {
    width: 45%;
  }
  .ferge-class .width-sm-46 {
    width: 46%;
  }
  .ferge-class .width-sm-47 {
    width: 47%;
  }
  .ferge-class .width-sm-48 {
    width: 48%;
  }
  .ferge-class .width-sm-49 {
    width: 49%;
  }
  .ferge-class .width-sm-50 {
    width: 50%;
  }
  .ferge-class .width-sm-51 {
    width: 51%;
  }
  .ferge-class .width-sm-52 {
    width: 52%;
  }
  .ferge-class .width-sm-53 {
    width: 53%;
  }
  .ferge-class .width-sm-54 {
    width: 54%;
  }
  .ferge-class .width-sm-55 {
    width: 55%;
  }
  .ferge-class .width-sm-56 {
    width: 56%;
  }
  .ferge-class .width-sm-57 {
    width: 57%;
  }
  .ferge-class .width-sm-58 {
    width: 58%;
  }
  .ferge-class .width-sm-59 {
    width: 59%;
  }
  .ferge-class .width-sm-60 {
    width: 60%;
  }
  .ferge-class .width-sm-61 {
    width: 61%;
  }
  .ferge-class .width-sm-62 {
    width: 62%;
  }
  .ferge-class .width-sm-63 {
    width: 63%;
  }
  .ferge-class .width-sm-64 {
    width: 64%;
  }
  .ferge-class .width-sm-65 {
    width: 65%;
  }
  .ferge-class .width-sm-66 {
    width: 66%;
  }
  .ferge-class .width-sm-67 {
    width: 67%;
  }
  .ferge-class .width-sm-68 {
    width: 68%;
  }
  .ferge-class .width-sm-69 {
    width: 69%;
  }
  .ferge-class .width-sm-70 {
    width: 70%;
  }
  .ferge-class .width-sm-71 {
    width: 71%;
  }
  .ferge-class .width-sm-72 {
    width: 72%;
  }
  .ferge-class .width-sm-73 {
    width: 73%;
  }
  .ferge-class .width-sm-74 {
    width: 74%;
  }
  .ferge-class .width-sm-75 {
    width: 75%;
  }
  .ferge-class .width-sm-76 {
    width: 76%;
  }
  .ferge-class .width-sm-77 {
    width: 77%;
  }
  .ferge-class .width-sm-78 {
    width: 78%;
  }
  .ferge-class .width-sm-79 {
    width: 79%;
  }
  .ferge-class .width-sm-80 {
    width: 80%;
  }
  .ferge-class .width-sm-81 {
    width: 81%;
  }
  .ferge-class .width-sm-82 {
    width: 82%;
  }
  .ferge-class .width-sm-83 {
    width: 83%;
  }
  .ferge-class .width-sm-84 {
    width: 84%;
  }
  .ferge-class .width-sm-85 {
    width: 85%;
  }
  .ferge-class .width-sm-86 {
    width: 86%;
  }
  .ferge-class .width-sm-87 {
    width: 87%;
  }
  .ferge-class .width-sm-88 {
    width: 88%;
  }
  .ferge-class .width-sm-89 {
    width: 89%;
  }
  .ferge-class .width-sm-90 {
    width: 90%;
  }
  .ferge-class .width-sm-91 {
    width: 91%;
  }
  .ferge-class .width-sm-92 {
    width: 92%;
  }
  .ferge-class .width-sm-93 {
    width: 93%;
  }
  .ferge-class .width-sm-94 {
    width: 94%;
  }
  .ferge-class .width-sm-95 {
    width: 95%;
  }
  .ferge-class .width-sm-96 {
    width: 96%;
  }
  .ferge-class .width-sm-97 {
    width: 97%;
  }
  .ferge-class .width-sm-98 {
    width: 98%;
  }
  .ferge-class .width-sm-99 {
    width: 99%;
  }
  .ferge-class .width-sm-100 {
    width: 100%;
  }
}
@media (min-width: 900px) {
  .ferge-class .width-md-0 {
    width: 0%;
  }
  .ferge-class .width-md-1 {
    width: 1%;
  }
  .ferge-class .width-md-2 {
    width: 2%;
  }
  .ferge-class .width-md-3 {
    width: 3%;
  }
  .ferge-class .width-md-4 {
    width: 4%;
  }
  .ferge-class .width-md-5 {
    width: 5%;
  }
  .ferge-class .width-md-6 {
    width: 6%;
  }
  .ferge-class .width-md-7 {
    width: 7%;
  }
  .ferge-class .width-md-8 {
    width: 8%;
  }
  .ferge-class .width-md-9 {
    width: 9%;
  }
  .ferge-class .width-md-10 {
    width: 10%;
  }
  .ferge-class .width-md-11 {
    width: 11%;
  }
  .ferge-class .width-md-12 {
    width: 12%;
  }
  .ferge-class .width-md-13 {
    width: 13%;
  }
  .ferge-class .width-md-14 {
    width: 14%;
  }
  .ferge-class .width-md-15 {
    width: 15%;
  }
  .ferge-class .width-md-16 {
    width: 16%;
  }
  .ferge-class .width-md-17 {
    width: 17%;
  }
  .ferge-class .width-md-18 {
    width: 18%;
  }
  .ferge-class .width-md-19 {
    width: 19%;
  }
  .ferge-class .width-md-20 {
    width: 20%;
  }
  .ferge-class .width-md-21 {
    width: 21%;
  }
  .ferge-class .width-md-22 {
    width: 22%;
  }
  .ferge-class .width-md-23 {
    width: 23%;
  }
  .ferge-class .width-md-24 {
    width: 24%;
  }
  .ferge-class .width-md-25 {
    width: 25%;
  }
  .ferge-class .width-md-26 {
    width: 26%;
  }
  .ferge-class .width-md-27 {
    width: 27%;
  }
  .ferge-class .width-md-28 {
    width: 28%;
  }
  .ferge-class .width-md-29 {
    width: 29%;
  }
  .ferge-class .width-md-30 {
    width: 30%;
  }
  .ferge-class .width-md-31 {
    width: 31%;
  }
  .ferge-class .width-md-32 {
    width: 32%;
  }
  .ferge-class .width-md-33 {
    width: 33%;
  }
  .ferge-class .width-md-34 {
    width: 34%;
  }
  .ferge-class .width-md-35 {
    width: 35%;
  }
  .ferge-class .width-md-36 {
    width: 36%;
  }
  .ferge-class .width-md-37 {
    width: 37%;
  }
  .ferge-class .width-md-38 {
    width: 38%;
  }
  .ferge-class .width-md-39 {
    width: 39%;
  }
  .ferge-class .width-md-40 {
    width: 40%;
  }
  .ferge-class .width-md-41 {
    width: 41%;
  }
  .ferge-class .width-md-42 {
    width: 42%;
  }
  .ferge-class .width-md-43 {
    width: 43%;
  }
  .ferge-class .width-md-44 {
    width: 44%;
  }
  .ferge-class .width-md-45 {
    width: 45%;
  }
  .ferge-class .width-md-46 {
    width: 46%;
  }
  .ferge-class .width-md-47 {
    width: 47%;
  }
  .ferge-class .width-md-48 {
    width: 48%;
  }
  .ferge-class .width-md-49 {
    width: 49%;
  }
  .ferge-class .width-md-50 {
    width: 50%;
  }
  .ferge-class .width-md-51 {
    width: 51%;
  }
  .ferge-class .width-md-52 {
    width: 52%;
  }
  .ferge-class .width-md-53 {
    width: 53%;
  }
  .ferge-class .width-md-54 {
    width: 54%;
  }
  .ferge-class .width-md-55 {
    width: 55%;
  }
  .ferge-class .width-md-56 {
    width: 56%;
  }
  .ferge-class .width-md-57 {
    width: 57%;
  }
  .ferge-class .width-md-58 {
    width: 58%;
  }
  .ferge-class .width-md-59 {
    width: 59%;
  }
  .ferge-class .width-md-60 {
    width: 60%;
  }
  .ferge-class .width-md-61 {
    width: 61%;
  }
  .ferge-class .width-md-62 {
    width: 62%;
  }
  .ferge-class .width-md-63 {
    width: 63%;
  }
  .ferge-class .width-md-64 {
    width: 64%;
  }
  .ferge-class .width-md-65 {
    width: 65%;
  }
  .ferge-class .width-md-66 {
    width: 66%;
  }
  .ferge-class .width-md-67 {
    width: 67%;
  }
  .ferge-class .width-md-68 {
    width: 68%;
  }
  .ferge-class .width-md-69 {
    width: 69%;
  }
  .ferge-class .width-md-70 {
    width: 70%;
  }
  .ferge-class .width-md-71 {
    width: 71%;
  }
  .ferge-class .width-md-72 {
    width: 72%;
  }
  .ferge-class .width-md-73 {
    width: 73%;
  }
  .ferge-class .width-md-74 {
    width: 74%;
  }
  .ferge-class .width-md-75 {
    width: 75%;
  }
  .ferge-class .width-md-76 {
    width: 76%;
  }
  .ferge-class .width-md-77 {
    width: 77%;
  }
  .ferge-class .width-md-78 {
    width: 78%;
  }
  .ferge-class .width-md-79 {
    width: 79%;
  }
  .ferge-class .width-md-80 {
    width: 80%;
  }
  .ferge-class .width-md-81 {
    width: 81%;
  }
  .ferge-class .width-md-82 {
    width: 82%;
  }
  .ferge-class .width-md-83 {
    width: 83%;
  }
  .ferge-class .width-md-84 {
    width: 84%;
  }
  .ferge-class .width-md-85 {
    width: 85%;
  }
  .ferge-class .width-md-86 {
    width: 86%;
  }
  .ferge-class .width-md-87 {
    width: 87%;
  }
  .ferge-class .width-md-88 {
    width: 88%;
  }
  .ferge-class .width-md-89 {
    width: 89%;
  }
  .ferge-class .width-md-90 {
    width: 90%;
  }
  .ferge-class .width-md-91 {
    width: 91%;
  }
  .ferge-class .width-md-92 {
    width: 92%;
  }
  .ferge-class .width-md-93 {
    width: 93%;
  }
  .ferge-class .width-md-94 {
    width: 94%;
  }
  .ferge-class .width-md-95 {
    width: 95%;
  }
  .ferge-class .width-md-96 {
    width: 96%;
  }
  .ferge-class .width-md-97 {
    width: 97%;
  }
  .ferge-class .width-md-98 {
    width: 98%;
  }
  .ferge-class .width-md-99 {
    width: 99%;
  }
  .ferge-class .width-md-100 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .ferge-class .width-lg-0 {
    width: 0%;
  }
  .ferge-class .width-lg-1 {
    width: 1%;
  }
  .ferge-class .width-lg-2 {
    width: 2%;
  }
  .ferge-class .width-lg-3 {
    width: 3%;
  }
  .ferge-class .width-lg-4 {
    width: 4%;
  }
  .ferge-class .width-lg-5 {
    width: 5%;
  }
  .ferge-class .width-lg-6 {
    width: 6%;
  }
  .ferge-class .width-lg-7 {
    width: 7%;
  }
  .ferge-class .width-lg-8 {
    width: 8%;
  }
  .ferge-class .width-lg-9 {
    width: 9%;
  }
  .ferge-class .width-lg-10 {
    width: 10%;
  }
  .ferge-class .width-lg-11 {
    width: 11%;
  }
  .ferge-class .width-lg-12 {
    width: 12%;
  }
  .ferge-class .width-lg-13 {
    width: 13%;
  }
  .ferge-class .width-lg-14 {
    width: 14%;
  }
  .ferge-class .width-lg-15 {
    width: 15%;
  }
  .ferge-class .width-lg-16 {
    width: 16%;
  }
  .ferge-class .width-lg-17 {
    width: 17%;
  }
  .ferge-class .width-lg-18 {
    width: 18%;
  }
  .ferge-class .width-lg-19 {
    width: 19%;
  }
  .ferge-class .width-lg-20 {
    width: 20%;
  }
  .ferge-class .width-lg-21 {
    width: 21%;
  }
  .ferge-class .width-lg-22 {
    width: 22%;
  }
  .ferge-class .width-lg-23 {
    width: 23%;
  }
  .ferge-class .width-lg-24 {
    width: 24%;
  }
  .ferge-class .width-lg-25 {
    width: 25%;
  }
  .ferge-class .width-lg-26 {
    width: 26%;
  }
  .ferge-class .width-lg-27 {
    width: 27%;
  }
  .ferge-class .width-lg-28 {
    width: 28%;
  }
  .ferge-class .width-lg-29 {
    width: 29%;
  }
  .ferge-class .width-lg-30 {
    width: 30%;
  }
  .ferge-class .width-lg-31 {
    width: 31%;
  }
  .ferge-class .width-lg-32 {
    width: 32%;
  }
  .ferge-class .width-lg-33 {
    width: 33%;
  }
  .ferge-class .width-lg-34 {
    width: 34%;
  }
  .ferge-class .width-lg-35 {
    width: 35%;
  }
  .ferge-class .width-lg-36 {
    width: 36%;
  }
  .ferge-class .width-lg-37 {
    width: 37%;
  }
  .ferge-class .width-lg-38 {
    width: 38%;
  }
  .ferge-class .width-lg-39 {
    width: 39%;
  }
  .ferge-class .width-lg-40 {
    width: 40%;
  }
  .ferge-class .width-lg-41 {
    width: 41%;
  }
  .ferge-class .width-lg-42 {
    width: 42%;
  }
  .ferge-class .width-lg-43 {
    width: 43%;
  }
  .ferge-class .width-lg-44 {
    width: 44%;
  }
  .ferge-class .width-lg-45 {
    width: 45%;
  }
  .ferge-class .width-lg-46 {
    width: 46%;
  }
  .ferge-class .width-lg-47 {
    width: 47%;
  }
  .ferge-class .width-lg-48 {
    width: 48%;
  }
  .ferge-class .width-lg-49 {
    width: 49%;
  }
  .ferge-class .width-lg-50 {
    width: 50%;
  }
  .ferge-class .width-lg-51 {
    width: 51%;
  }
  .ferge-class .width-lg-52 {
    width: 52%;
  }
  .ferge-class .width-lg-53 {
    width: 53%;
  }
  .ferge-class .width-lg-54 {
    width: 54%;
  }
  .ferge-class .width-lg-55 {
    width: 55%;
  }
  .ferge-class .width-lg-56 {
    width: 56%;
  }
  .ferge-class .width-lg-57 {
    width: 57%;
  }
  .ferge-class .width-lg-58 {
    width: 58%;
  }
  .ferge-class .width-lg-59 {
    width: 59%;
  }
  .ferge-class .width-lg-60 {
    width: 60%;
  }
  .ferge-class .width-lg-61 {
    width: 61%;
  }
  .ferge-class .width-lg-62 {
    width: 62%;
  }
  .ferge-class .width-lg-63 {
    width: 63%;
  }
  .ferge-class .width-lg-64 {
    width: 64%;
  }
  .ferge-class .width-lg-65 {
    width: 65%;
  }
  .ferge-class .width-lg-66 {
    width: 66%;
  }
  .ferge-class .width-lg-67 {
    width: 67%;
  }
  .ferge-class .width-lg-68 {
    width: 68%;
  }
  .ferge-class .width-lg-69 {
    width: 69%;
  }
  .ferge-class .width-lg-70 {
    width: 70%;
  }
  .ferge-class .width-lg-71 {
    width: 71%;
  }
  .ferge-class .width-lg-72 {
    width: 72%;
  }
  .ferge-class .width-lg-73 {
    width: 73%;
  }
  .ferge-class .width-lg-74 {
    width: 74%;
  }
  .ferge-class .width-lg-75 {
    width: 75%;
  }
  .ferge-class .width-lg-76 {
    width: 76%;
  }
  .ferge-class .width-lg-77 {
    width: 77%;
  }
  .ferge-class .width-lg-78 {
    width: 78%;
  }
  .ferge-class .width-lg-79 {
    width: 79%;
  }
  .ferge-class .width-lg-80 {
    width: 80%;
  }
  .ferge-class .width-lg-81 {
    width: 81%;
  }
  .ferge-class .width-lg-82 {
    width: 82%;
  }
  .ferge-class .width-lg-83 {
    width: 83%;
  }
  .ferge-class .width-lg-84 {
    width: 84%;
  }
  .ferge-class .width-lg-85 {
    width: 85%;
  }
  .ferge-class .width-lg-86 {
    width: 86%;
  }
  .ferge-class .width-lg-87 {
    width: 87%;
  }
  .ferge-class .width-lg-88 {
    width: 88%;
  }
  .ferge-class .width-lg-89 {
    width: 89%;
  }
  .ferge-class .width-lg-90 {
    width: 90%;
  }
  .ferge-class .width-lg-91 {
    width: 91%;
  }
  .ferge-class .width-lg-92 {
    width: 92%;
  }
  .ferge-class .width-lg-93 {
    width: 93%;
  }
  .ferge-class .width-lg-94 {
    width: 94%;
  }
  .ferge-class .width-lg-95 {
    width: 95%;
  }
  .ferge-class .width-lg-96 {
    width: 96%;
  }
  .ferge-class .width-lg-97 {
    width: 97%;
  }
  .ferge-class .width-lg-98 {
    width: 98%;
  }
  .ferge-class .width-lg-99 {
    width: 99%;
  }
  .ferge-class .width-lg-100 {
    width: 100%;
  }
}
@media (min-width: 1800px) {
  .ferge-class .width-xl-0 {
    width: 0%;
  }
  .ferge-class .width-xl-1 {
    width: 1%;
  }
  .ferge-class .width-xl-2 {
    width: 2%;
  }
  .ferge-class .width-xl-3 {
    width: 3%;
  }
  .ferge-class .width-xl-4 {
    width: 4%;
  }
  .ferge-class .width-xl-5 {
    width: 5%;
  }
  .ferge-class .width-xl-6 {
    width: 6%;
  }
  .ferge-class .width-xl-7 {
    width: 7%;
  }
  .ferge-class .width-xl-8 {
    width: 8%;
  }
  .ferge-class .width-xl-9 {
    width: 9%;
  }
  .ferge-class .width-xl-10 {
    width: 10%;
  }
  .ferge-class .width-xl-11 {
    width: 11%;
  }
  .ferge-class .width-xl-12 {
    width: 12%;
  }
  .ferge-class .width-xl-13 {
    width: 13%;
  }
  .ferge-class .width-xl-14 {
    width: 14%;
  }
  .ferge-class .width-xl-15 {
    width: 15%;
  }
  .ferge-class .width-xl-16 {
    width: 16%;
  }
  .ferge-class .width-xl-17 {
    width: 17%;
  }
  .ferge-class .width-xl-18 {
    width: 18%;
  }
  .ferge-class .width-xl-19 {
    width: 19%;
  }
  .ferge-class .width-xl-20 {
    width: 20%;
  }
  .ferge-class .width-xl-21 {
    width: 21%;
  }
  .ferge-class .width-xl-22 {
    width: 22%;
  }
  .ferge-class .width-xl-23 {
    width: 23%;
  }
  .ferge-class .width-xl-24 {
    width: 24%;
  }
  .ferge-class .width-xl-25 {
    width: 25%;
  }
  .ferge-class .width-xl-26 {
    width: 26%;
  }
  .ferge-class .width-xl-27 {
    width: 27%;
  }
  .ferge-class .width-xl-28 {
    width: 28%;
  }
  .ferge-class .width-xl-29 {
    width: 29%;
  }
  .ferge-class .width-xl-30 {
    width: 30%;
  }
  .ferge-class .width-xl-31 {
    width: 31%;
  }
  .ferge-class .width-xl-32 {
    width: 32%;
  }
  .ferge-class .width-xl-33 {
    width: 33%;
  }
  .ferge-class .width-xl-34 {
    width: 34%;
  }
  .ferge-class .width-xl-35 {
    width: 35%;
  }
  .ferge-class .width-xl-36 {
    width: 36%;
  }
  .ferge-class .width-xl-37 {
    width: 37%;
  }
  .ferge-class .width-xl-38 {
    width: 38%;
  }
  .ferge-class .width-xl-39 {
    width: 39%;
  }
  .ferge-class .width-xl-40 {
    width: 40%;
  }
  .ferge-class .width-xl-41 {
    width: 41%;
  }
  .ferge-class .width-xl-42 {
    width: 42%;
  }
  .ferge-class .width-xl-43 {
    width: 43%;
  }
  .ferge-class .width-xl-44 {
    width: 44%;
  }
  .ferge-class .width-xl-45 {
    width: 45%;
  }
  .ferge-class .width-xl-46 {
    width: 46%;
  }
  .ferge-class .width-xl-47 {
    width: 47%;
  }
  .ferge-class .width-xl-48 {
    width: 48%;
  }
  .ferge-class .width-xl-49 {
    width: 49%;
  }
  .ferge-class .width-xl-50 {
    width: 50%;
  }
  .ferge-class .width-xl-51 {
    width: 51%;
  }
  .ferge-class .width-xl-52 {
    width: 52%;
  }
  .ferge-class .width-xl-53 {
    width: 53%;
  }
  .ferge-class .width-xl-54 {
    width: 54%;
  }
  .ferge-class .width-xl-55 {
    width: 55%;
  }
  .ferge-class .width-xl-56 {
    width: 56%;
  }
  .ferge-class .width-xl-57 {
    width: 57%;
  }
  .ferge-class .width-xl-58 {
    width: 58%;
  }
  .ferge-class .width-xl-59 {
    width: 59%;
  }
  .ferge-class .width-xl-60 {
    width: 60%;
  }
  .ferge-class .width-xl-61 {
    width: 61%;
  }
  .ferge-class .width-xl-62 {
    width: 62%;
  }
  .ferge-class .width-xl-63 {
    width: 63%;
  }
  .ferge-class .width-xl-64 {
    width: 64%;
  }
  .ferge-class .width-xl-65 {
    width: 65%;
  }
  .ferge-class .width-xl-66 {
    width: 66%;
  }
  .ferge-class .width-xl-67 {
    width: 67%;
  }
  .ferge-class .width-xl-68 {
    width: 68%;
  }
  .ferge-class .width-xl-69 {
    width: 69%;
  }
  .ferge-class .width-xl-70 {
    width: 70%;
  }
  .ferge-class .width-xl-71 {
    width: 71%;
  }
  .ferge-class .width-xl-72 {
    width: 72%;
  }
  .ferge-class .width-xl-73 {
    width: 73%;
  }
  .ferge-class .width-xl-74 {
    width: 74%;
  }
  .ferge-class .width-xl-75 {
    width: 75%;
  }
  .ferge-class .width-xl-76 {
    width: 76%;
  }
  .ferge-class .width-xl-77 {
    width: 77%;
  }
  .ferge-class .width-xl-78 {
    width: 78%;
  }
  .ferge-class .width-xl-79 {
    width: 79%;
  }
  .ferge-class .width-xl-80 {
    width: 80%;
  }
  .ferge-class .width-xl-81 {
    width: 81%;
  }
  .ferge-class .width-xl-82 {
    width: 82%;
  }
  .ferge-class .width-xl-83 {
    width: 83%;
  }
  .ferge-class .width-xl-84 {
    width: 84%;
  }
  .ferge-class .width-xl-85 {
    width: 85%;
  }
  .ferge-class .width-xl-86 {
    width: 86%;
  }
  .ferge-class .width-xl-87 {
    width: 87%;
  }
  .ferge-class .width-xl-88 {
    width: 88%;
  }
  .ferge-class .width-xl-89 {
    width: 89%;
  }
  .ferge-class .width-xl-90 {
    width: 90%;
  }
  .ferge-class .width-xl-91 {
    width: 91%;
  }
  .ferge-class .width-xl-92 {
    width: 92%;
  }
  .ferge-class .width-xl-93 {
    width: 93%;
  }
  .ferge-class .width-xl-94 {
    width: 94%;
  }
  .ferge-class .width-xl-95 {
    width: 95%;
  }
  .ferge-class .width-xl-96 {
    width: 96%;
  }
  .ferge-class .width-xl-97 {
    width: 97%;
  }
  .ferge-class .width-xl-98 {
    width: 98%;
  }
  .ferge-class .width-xl-99 {
    width: 99%;
  }
  .ferge-class .width-xl-100 {
    width: 100%;
  }
}
.ferge-class .guidelines__color-section .color__title {
  display: inline-block;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.625rem;
  color: #232728;
  margin-bottom: 24px;
}
.ferge-class .guidelines__color-section .color__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ferge-class .guidelines__color-section .color__wrapper .color__item {
  width: 200px;
}
.ferge-class .guidelines__color-section .color__wrapper .color__item .color {
  border: 1px solid transparent;
  width: 100%;
  height: 100px;
  margin-bottom: 16px;
}
.ferge-class .guidelines__color-section .color__wrapper .color__item .color.color-dark-blue {
  background: #0C5C6F;
}
.ferge-class .guidelines__color-section .color__wrapper .color__item .color.color-medium-blue {
  background: #007E8F;
}
.ferge-class .guidelines__color-section .color__wrapper .color__item .color.color-light-blue {
  background: #00A2B2;
}
.ferge-class .guidelines__color-section .color__wrapper .color__item .color.color-lighter-blue {
  background: #EBF8F9;
}
.ferge-class .guidelines__color-section .color__wrapper .color__item .color.color-green {
  background: #B8F6A8;
}
.ferge-class .guidelines__color-section .color__wrapper .color__item .color.color-fail {
  background: #EC3074;
}
.ferge-class .guidelines__color-section .color__wrapper .color__item .color.color-success {
  background: #6CF3B3;
}
.ferge-class .guidelines__color-section .color__wrapper .color__item .color.color-warning {
  background: #F8C135;
}
.ferge-class .guidelines__color-section .color__wrapper .color__item .color.color-dark-gray {
  background: #232728;
}
.ferge-class .guidelines__color-section .color__wrapper .color__item .color.color-medium-gray {
  background: #6F6F6F;
}
.ferge-class .guidelines__color-section .color__wrapper .color__item .color.color-mediumish-gray {
  background: #D7DCE0;
}
.ferge-class .guidelines__color-section .color__wrapper .color__item .color.color-light-gray {
  background: #F5F7F8;
}
.ferge-class .guidelines__color-section .color__wrapper .color__item .color.color-black {
  background: #000000;
}
.ferge-class .guidelines__color-section .color__wrapper .color__item .color.color-white {
  background: #FFFFFF;
}
.ferge-class .guidelines__color-section .color__wrapper .color__item .color.color-white, .ferge-class .guidelines__color-section .color__wrapper .color__item .color.color-mediumish-gray, .ferge-class .guidelines__color-section .color__wrapper .color__item .color.color-light-gray, .ferge-class .guidelines__color-section .color__wrapper .color__item .color.color-lighter-blue {
  border-color: #bcbcbc;
}
.ferge-class .guidelines__color-section .color__wrapper .color__item .color__info {
  font-size: 0.875rem;
  color: #6F6F6F;
}
.ferge-class .guidelines__color-section .color__wrapper .color__item + .color__item {
  margin-left: 32px;
}
.ferge-class .guidelines__grid__col {
  height: 100vh;
  background: rgba(184, 246, 168, 0.4);
  background-clip: content-box;
  position: relative;
}
.ferge-class .guidelines__grid__col::before, .ferge-class .guidelines__grid__col::after {
  content: "28px";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: rgba(215, 220, 224, 0.5);
  color: #232728;
  line-height: 1;
  position: absolute;
  top: 50px;
  font-size: 0.625rem;
}
.ferge-class .guidelines__grid__col::before {
  left: 0;
}
.ferge-class .guidelines__grid__col::after {
  right: 0;
}
.ferge-class .guidelines__grid__col:nth-child(even)::before, .ferge-class .guidelines__grid__col:nth-child(even)::after {
  top: 60px;
}
.ferge-class .guidelines__typo-section .typo__title {
  display: block;
  font-size: 2rem;
  color: #232728;
  line-height: 1;
  margin-bottom: 40px;
}
.ferge-class .guidelines__typo-section .typo__title a {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: #00A2B2;
  text-decoration: underline;
  margin-left: 8px;
}
.ferge-class .guidelines__typo-section .typo__overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}
.ferge-class .guidelines__typo-section .typo__overview .typo__item {
  width: 150px;
}
.ferge-class .guidelines__typo-section .typo__overview .typo__item .typo__preview {
  font-size: 4.375rem;
}
.ferge-class .guidelines__typo-section .typo__overview .typo__item .typo__weight {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #6F6F6F;
  margin-top: 8px;
}
.ferge-class .guidelines__typo-section .typo__overview .typo__item + .typo__item {
  margin-left: 32px;
}
.ferge-class .guidelines__typo-section .typo__wrapper .typo__text + .typo__text {
  margin-top: 8px;
}
.ferge-class .guidelines__typo-section .typo__wrapper .typo__weight {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  margin-bottom: 8px;
  color: #6F6F6F;
}
.ferge-class .guidelines__typo-section .typo__wrapper p {
  margin: 0;
  font-size: 1.875rem;
}
.ferge-class .guidelines__typo-section .typo__pf__400 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
}
.ferge-class .guidelines__typo-section .typo__pf__700 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
}
.ferge-class .guidelines__typo-section .typo__ws__400 {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}
.ferge-class .guidelines__typo-section .typo__ws__500 {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
}
.ferge-class .guidelines__typo-section .typo__ws__600 {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
}
.ferge-class .guidelines__typo-section .typo__ws__700 {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}
.ferge-class .guidelines__typo-section + .guidelines__typo-section {
  position: relative;
  margin-top: 40px;
  padding-top: 40px;
}
.ferge-class .guidelines__typo-section + .guidelines__typo-section::before {
  content: " ";
  display: block;
  height: 1px;
  width: 50%;
  background: #bcbcbc;
  position: absolute;
  top: 0;
  left: 0;
}
.ferge-class .guidelines__spacer__title {
  display: inline-block;
  width: 100%;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.625rem;
  color: #232728;
  margin-bottom: 24px;
}
.ferge-class .guidelines__spacer__title + div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ferge-class .guidelines__spacer__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(215, 220, 224, 0.5);
  color: #232728;
  line-height: 1;
  font-size: 0.75rem;
  margin: 0 32px 56px 0;
}
.ferge-class .guidelines__spacer__item:nth-child(1) {
  width: 4px;
  height: 4px;
}
.ferge-class .guidelines__spacer__item:nth-child(2) {
  width: 8px;
  height: 8px;
}
.ferge-class .guidelines__spacer__item:nth-child(3) {
  width: 12px;
  height: 12px;
}
.ferge-class .guidelines__spacer__item:nth-child(4) {
  width: 16px;
  height: 16px;
}
.ferge-class .guidelines__spacer__item:nth-child(5) {
  width: 20px;
  height: 20px;
}
.ferge-class .guidelines__spacer__item:nth-child(6) {
  width: 24px;
  height: 24px;
}
.ferge-class .guidelines__spacer__item:nth-child(7) {
  width: 28px;
  height: 28px;
}
.ferge-class .guidelines__spacer__item:nth-child(8) {
  width: 32px;
  height: 32px;
}
.ferge-class .guidelines__spacer__item:nth-child(9) {
  width: 36px;
  height: 36px;
}
.ferge-class .guidelines__spacer__item:nth-child(10) {
  width: 40px;
  height: 40px;
}
.ferge-class .guidelines__spacer__item:nth-child(11) {
  width: 44px;
  height: 44px;
}
.ferge-class .guidelines__spacer__item:nth-child(12) {
  width: 48px;
  height: 48px;
}
.ferge-class .guidelines__spacer__item:nth-child(13) {
  width: 52px;
  height: 52px;
}
.ferge-class .guidelines__spacer__item:nth-child(14) {
  width: 56px;
  height: 56px;
}
.ferge-class .guidelines__spacer__item:nth-child(15) {
  width: 60px;
  height: 60px;
}
.ferge-class .guidelines__spacer__item:nth-child(16) {
  width: 64px;
  height: 64px;
}
.ferge-class .guidelines__spacer__item:nth-child(17) {
  width: 68px;
  height: 68px;
}
.ferge-class .guidelines__spacer__item:nth-child(18) {
  width: 72px;
  height: 72px;
}
.ferge-class .guidelines__spacer__item:nth-child(19) {
  width: 76px;
  height: 76px;
}
.ferge-class .guidelines__spacer__item:nth-child(20) {
  width: 80px;
  height: 80px;
}
.ferge-class .guidelines__spacer__item:nth-child(21) {
  width: 84px;
  height: 84px;
}
.ferge-class .guidelines__spacer__item:nth-child(22) {
  width: 88px;
  height: 88px;
}
.ferge-class .guidelines__spacer__item:nth-child(23) {
  width: 92px;
  height: 92px;
}
.ferge-class .guidelines__spacer__item:nth-child(24) {
  width: 96px;
  height: 96px;
}
.ferge-class .guidelines__spacer__item:nth-child(25) {
  width: 100px;
  height: 100px;
}
.ferge-class .guidelines__spacer__item:nth-child(26) {
  width: 104px;
  height: 104px;
}
.ferge-class .guidelines__spacer__item:nth-child(27) {
  width: 108px;
  height: 108px;
}
.ferge-class .guidelines__spacer__item:nth-child(28) {
  width: 112px;
  height: 112px;
}
.ferge-class .guidelines__spacer__item:nth-child(29) {
  width: 116px;
  height: 116px;
}
.ferge-class .guidelines__spacer__item:nth-child(30) {
  width: 120px;
  height: 120px;
}
.ferge-class .guidelines__spacer__item span {
  position: absolute;
  bottom: -20px;
  left: 0;
}

/**@import 'fer-styles-portlet';*/
.ferge-class .row {
  margin-left: 0px;
  margin-right: 0px;
}
@media (min-width: 769px) {
  .ferge-class .row .col-lg-1:first-child, .ferge-class .row .col-lg-2:first-child, .ferge-class .row .col-lg-3:first-child, .ferge-class .row .col-lg-4:first-child, .ferge-class .row .col-lg-5:first-child,
  .ferge-class .row .col-lg-6:first-child, .ferge-class .row .col-lg-7:first-child, .ferge-class .row .col-lg-8:first-child, .ferge-class .row .col-lg-9:first-child, .ferge-class .row .col-lg-10:first-child, .ferge-class .row .col-lg-11:first-child,
  .ferge-class .row .col-lg-12:first-child, .ferge-class .row .col-sm-1:first-child, .ferge-class .row .col-sm-2:first-child, .ferge-class .row .col-sm-3:first-child, .ferge-class .row .col-sm-4:first-child, .ferge-class .row .col-sm-5:first-child,
  .ferge-class .row .col-sm-6:first-child, .ferge-class .row .col-sm-7:first-child, .ferge-class .row .col-sm-8:first-child, .ferge-class .row .col-sm-9:first-child, .ferge-class .row .col-sm-10:first-child, .ferge-class .row .col-sm-11:first-child,
  .ferge-class .row .col-sm-12:first-child, .ferge-class .row .col-md-1:first-child, .ferge-class .row .col-md-2:first-child, .ferge-class .row .col-md-3:first-child, .ferge-class .row .col-md-4:first-child, .ferge-class .row .col-md-5:first-child,
  .ferge-class .row .col-md-6:first-child, .ferge-class .row .col-md-7:first-child, .ferge-class .row .col-md-8:first-child, .ferge-class .row .col-md-9:first-child, .ferge-class .row .col-md-10:first-child, .ferge-class .row .col-md-11:first-child,
  .ferge-class .row .col-md-12:first-child {
    padding-left: 0px;
  }
  .ferge-class .row .col-lg-1:last-child, .ferge-class .row .col-lg-2:last-child, .ferge-class .row .col-lg-3:last-child, .ferge-class .row .col-lg-4:last-child, .ferge-class .row .col-lg-5:last-child,
  .ferge-class .row .col-lg-6:last-child, .ferge-class .row .col-lg-7:last-child, .ferge-class .row .col-lg-8:last-child, .ferge-class .row .col-lg-9:last-child, .ferge-class .row .col-lg-10:last-child, .ferge-class .row .col-lg-11:last-child,
  .ferge-class .row .col-lg-12:last-child, .ferge-class .row .col-sm-1:last-child, .ferge-class .row .col-sm-2:last-child, .ferge-class .row .col-sm-3:last-child, .ferge-class .row .col-sm-4:last-child, .ferge-class .row .col-sm-5:last-child,
  .ferge-class .row .col-sm-6:last-child, .ferge-class .row .col-sm-7:last-child, .ferge-class .row .col-sm-8:last-child, .ferge-class .row .col-sm-9:last-child, .ferge-class .row .col-sm-10:last-child, .ferge-class .row .col-sm-11:last-child,
  .ferge-class .row .col-sm-12:last-child, .ferge-class .row .col-md-1:last-child, .ferge-class .row .col-md-2:last-child, .ferge-class .row .col-md-3:last-child, .ferge-class .row .col-md-4:last-child, .ferge-class .row .col-md-5:last-child,
  .ferge-class .row .col-md-6:last-child, .ferge-class .row .col-md-7:last-child, .ferge-class .row .col-md-8:last-child, .ferge-class .row .col-md-9:last-child, .ferge-class .row .col-md-10:last-child, .ferge-class .row .col-md-11:last-child,
  .ferge-class .row .col-md-12:last-child {
    padding-right: 0px;
  }
}
@media (max-width: 576px) {
  .ferge-class .col-12 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .ferge-class .col-md-4 {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (max-width: 768px) {
  .ferge-class .col-xs-12 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .ferge-class .col-sm-12 {
    padding-right: 0px;
    padding-left: 0px;
    max-width: 100%;
    flex: none;
  }
}
@media (max-width: 992px) {
  .ferge-class .col-md-12 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .ferge-class .col-lg-12 {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (max-width: 375px) {
  .ferge-class .col-md-12 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .ferge-class .col-lg-12 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .ferge-class .row .col-md-10:first-child {
    padding-left: 28px;
  }
}
@media (min-width: 992px) {
  .ferge-class .col-lg-6 {
    padding-right: 28px;
  }
}
@media (max-width: 768px) {
  .ferge-class {
    /*.col-md-10 {
        width: 100%;
        padding: 0 28px !important;
    }*/
  }
  .ferge-class .col-sm-12 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .ferge-class .col-xs-12 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .ferge-class .col-md-12 {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (max-width: 992px) {
  .ferge-class .col-lg-12 {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (min-width: 769px) {
  .ferge-class .row {
    /** 2 COLUMNS */
    /** first column */
    /** last column */
    /** 3 COLUMNS */
    /** first column */
    /** middle column */
    /** last column */
    /** 4 COLUMNS */
    /** first column */
    /* second column */
    /** third column */
    /** last column */
    /** 6 COLUMNS */
    /* first column */
    /* second column */
    /* third column */
    /* fourth column */
    /** fifth column */
    /** last column */
    /** two columns with not the same width **/
  }
  .ferge-class .row .col-lg-6:nth-child(odd) {
    padding-left: 0px;
  }
  .ferge-class .row .col-lg-6:nth-child(even) {
    padding-right: 0px;
  }
  .ferge-class .row .col-lg-4:nth-child(1), .ferge-class .row .col-sm-4:nth-child(1), .ferge-class .row .col-md-4:nth-child(1),
  .ferge-class .row .col-lg-4:nth-child(4), .ferge-class .row .col-sm-4:nth-child(4), .ferge-class .row .col-md-4:nth-child(4),
  .ferge-class .row .col-lg-4:nth-child(7), .ferge-class .row .col-sm-4:nth-child(7), .ferge-class .row .col-md-4:nth-child(7),
  .ferge-class .row .col-lg-4:nth-child(10), .ferge-class .row .col-sm-4:nth-child(10), .ferge-class .row .col-md-4:nth-child(10),
  .ferge-class .row .col-lg-4:nth-child(13), .ferge-class .row .col-sm-4:nth-child(13), .ferge-class .row .col-md-4:nth-child(13),
  .ferge-class .row .col-lg-4:nth-child(16), .ferge-class .row .col-sm-4:nth-child(16), .ferge-class .row .col-md-4:nth-child(16),
  .ferge-class .row .col-lg-4:nth-child(19), .ferge-class .row .col-sm-4:nth-child(19), .ferge-class .row .col-md-4:nth-child(19),
  .ferge-class .row .col-lg-4:nth-child(22), .ferge-class .row .col-sm-4:nth-child(22), .ferge-class .row .col-md-4:nth-child(22),
  .ferge-class .row .col-lg-4:nth-child(25), .ferge-class .row .col-sm-4:nth-child(25), .ferge-class .row .col-md-4:nth-child(25),
  .ferge-class .row .col-lg-4:nth-child(28), .ferge-class .row .col-sm-4:nth-child(28), .ferge-class .row .col-md-4:nth-child(28),
  .ferge-class .row .col-lg-4:nth-child(31), .ferge-class .row .col-sm-4:nth-child(31), .ferge-class .row .col-md-4:nth-child(31),
  .ferge-class .row .col-lg-4:nth-child(34), .ferge-class .row .col-sm-4:nth-child(34), .ferge-class .row .col-md-4:nth-child(34),
  .ferge-class .row .col-lg-4:nth-child(37), .ferge-class .row .col-sm-4:nth-child(37), .ferge-class .row .col-md-4:nth-child(37),
  .ferge-class .row .col-lg-4:nth-child(40), .ferge-class .row .col-sm-4:nth-child(40), .ferge-class .row .col-md-4:nth-child(40),
  .ferge-class .row .col-lg-4:nth-child(43), .ferge-class .row .col-sm-4:nth-child(43), .ferge-class .row .col-md-4:nth-child(43),
  .ferge-class .row .col-lg-4:nth-child(46), .ferge-class .row .col-sm-4:nth-child(46), .ferge-class .row .col-md-4:nth-child(46),
  .ferge-class .row .col-lg-4:nth-child(49), .ferge-class .row .col-sm-4:nth-child(49), .ferge-class .row .col-md-4:nth-child(49),
  .ferge-class .row .col-lg-4:nth-child(52), .ferge-class .row .col-sm-4:nth-child(52), .ferge-class .row .col-md-4:nth-child(52),
  .ferge-class .row .col-lg-4:nth-child(55), .ferge-class .row .col-sm-4:nth-child(55), .ferge-class .row .col-md-4:nth-child(55),
  .ferge-class .row .col-lg-4:nth-child(58), .ferge-class .row .col-sm-4:nth-child(58), .ferge-class .row .col-md-4:nth-child(58),
  .ferge-class .row .col-lg-4:nth-child(61), .ferge-class .row .col-sm-4:nth-child(61), .ferge-class .row .col-md-4:nth-child(61) {
    padding-left: 0px;
    padding-right: 38px;
  }
  .ferge-class .row .col-lg-4:nth-child(2), .ferge-class .row .col-sm-4:nth-child(2), .ferge-class .row .col-md-4:nth-child(2),
  .ferge-class .row .col-lg-4:nth-child(5), .ferge-class .row .col-sm-4:nth-child(5), .ferge-class .row .col-md-4:nth-child(5),
  .ferge-class .row .col-lg-4:nth-child(8), .ferge-class .row .col-sm-4:nth-child(8), .ferge-class .row .col-md-4:nth-child(8),
  .ferge-class .row .col-lg-4:nth-child(11), .ferge-class .row .col-sm-4:nth-child(11), .ferge-class .row .col-md-4:nth-child(11),
  .ferge-class .row .col-lg-4:nth-child(14), .ferge-class .row .col-sm-4:nth-child(14), .ferge-class .row .col-md-4:nth-child(14),
  .ferge-class .row .col-lg-4:nth-child(17), .ferge-class .row .col-sm-4:nth-child(17), .ferge-class .row .col-md-4:nth-child(17),
  .ferge-class .row .col-lg-4:nth-child(20), .ferge-class .row .col-sm-4:nth-child(20), .ferge-class .row .col-md-4:nth-child(20),
  .ferge-class .row .col-lg-4:nth-child(23), .ferge-class .row .col-sm-4:nth-child(23), .ferge-class .row .col-md-4:nth-child(23),
  .ferge-class .row .col-lg-4:nth-child(26), .ferge-class .row .col-sm-4:nth-child(26), .ferge-class .row .col-md-4:nth-child(26),
  .ferge-class .row .col-lg-4:nth-child(29), .ferge-class .row .col-sm-4:nth-child(29), .ferge-class .row .col-md-4:nth-child(29),
  .ferge-class .row .col-lg-4:nth-child(32), .ferge-class .row .col-sm-4:nth-child(32), .ferge-class .row .col-md-4:nth-child(32),
  .ferge-class .row .col-lg-4:nth-child(35), .ferge-class .row .col-sm-4:nth-child(35), .ferge-class .row .col-md-4:nth-child(35),
  .ferge-class .row .col-lg-4:nth-child(38), .ferge-class .row .col-sm-4:nth-child(38), .ferge-class .row .col-md-4:nth-child(38),
  .ferge-class .row .col-lg-4:nth-child(41), .ferge-class .row .col-sm-4:nth-child(41), .ferge-class .row .col-md-4:nth-child(41),
  .ferge-class .row .col-lg-4:nth-child(44), .ferge-class .row .col-sm-4:nth-child(44), .ferge-class .row .col-md-4:nth-child(44),
  .ferge-class .row .col-lg-4:nth-child(47), .ferge-class .row .col-sm-4:nth-child(47), .ferge-class .row .col-md-4:nth-child(47),
  .ferge-class .row .col-lg-4:nth-child(50), .ferge-class .row .col-sm-4:nth-child(50), .ferge-class .row .col-md-4:nth-child(50),
  .ferge-class .row .col-lg-4:nth-child(53), .ferge-class .row .col-sm-4:nth-child(53), .ferge-class .row .col-md-4:nth-child(53),
  .ferge-class .row .col-lg-4:nth-child(56), .ferge-class .row .col-sm-4:nth-child(56), .ferge-class .row .col-md-4:nth-child(56),
  .ferge-class .row .col-lg-4:nth-child(59), .ferge-class .row .col-sm-4:nth-child(59), .ferge-class .row .col-md-4:nth-child(59),
  .ferge-class .row .col-lg-4:nth-child(62), .ferge-class .row .col-sm-4:nth-child(62), .ferge-class .row .col-md-4:nth-child(62) {
    padding: 0px 19px;
  }
  .ferge-class .row .col-lg-4:nth-child(3), .ferge-class .row .col-sm-4:nth-child(3), .ferge-class .row .col-md-4:nth-child(3),
  .ferge-class .row .col-lg-4:nth-child(6), .ferge-class .row .col-sm-4:nth-child(6), .ferge-class .row .col-md-4:nth-child(6),
  .ferge-class .row .col-lg-4:nth-child(9), .ferge-class .row .col-sm-4:nth-child(9), .ferge-class .row .col-md-4:nth-child(9),
  .ferge-class .row .col-lg-4:nth-child(12), .ferge-class .row .col-sm-4:nth-child(12), .ferge-class .row .col-md-4:nth-child(12),
  .ferge-class .row .col-lg-4:nth-child(15), .ferge-class .row .col-sm-4:nth-child(15), .ferge-class .row .col-md-4:nth-child(15),
  .ferge-class .row .col-lg-4:nth-child(18), .ferge-class .row .col-sm-4:nth-child(18), .ferge-class .row .col-md-4:nth-child(18),
  .ferge-class .row .col-lg-4:nth-child(21), .ferge-class .row .col-sm-4:nth-child(21), .ferge-class .row .col-md-4:nth-child(21),
  .ferge-class .row .col-lg-4:nth-child(24), .ferge-class .row .col-sm-4:nth-child(24), .ferge-class .row .col-md-4:nth-child(24),
  .ferge-class .row .col-lg-4:nth-child(27), .ferge-class .row .col-sm-4:nth-child(27), .ferge-class .row .col-md-4:nth-child(27),
  .ferge-class .row .col-lg-4:nth-child(30), .ferge-class .row .col-sm-4:nth-child(30), .ferge-class .row .col-md-4:nth-child(30),
  .ferge-class .row .col-lg-4:nth-child(33), .ferge-class .row .col-sm-4:nth-child(33), .ferge-class .row .col-md-4:nth-child(33),
  .ferge-class .row .col-lg-4:nth-child(36), .ferge-class .row .col-sm-4:nth-child(36), .ferge-class .row .col-md-4:nth-child(36),
  .ferge-class .row .col-lg-4:nth-child(39), .ferge-class .row .col-sm-4:nth-child(39), .ferge-class .row .col-md-4:nth-child(39),
  .ferge-class .row .col-lg-4:nth-child(42), .ferge-class .row .col-sm-4:nth-child(42), .ferge-class .row .col-md-4:nth-child(42),
  .ferge-class .row .col-lg-4:nth-child(45), .ferge-class .row .col-sm-4:nth-child(45), .ferge-class .row .col-md-4:nth-child(45),
  .ferge-class .row .col-lg-4:nth-child(48), .ferge-class .row .col-sm-4:nth-child(48), .ferge-class .row .col-md-4:nth-child(48),
  .ferge-class .row .col-lg-4:nth-child(51), .ferge-class .row .col-sm-4:nth-child(51), .ferge-class .row .col-md-4:nth-child(51),
  .ferge-class .row .col-lg-4:nth-child(54), .ferge-class .row .col-sm-4:nth-child(54), .ferge-class .row .col-md-4:nth-child(54),
  .ferge-class .row .col-lg-4:nth-child(57), .ferge-class .row .col-sm-4:nth-child(57), .ferge-class .row .col-md-4:nth-child(57),
  .ferge-class .row .col-lg-4:nth-child(60), .ferge-class .row .col-sm-4:nth-child(60), .ferge-class .row .col-md-4:nth-child(60),
  .ferge-class .row .col-lg-4:nth-child(63), .ferge-class .row .col-sm-4:nth-child(63), .ferge-class .row .col-md-4:nth-child(63) {
    padding-left: 38px;
    padding-right: 0px;
  }
  .ferge-class .row .col-lg-3:nth-child(1), .ferge-class .row .col-sm-3:nth-child(1), .ferge-class .row .col-md-3:nth-child(1),
  .ferge-class .row .col-lg-3:nth-child(5), .ferge-class .row .col-sm-3:nth-child(5), .ferge-class .row .col-md-3:nth-child(5),
  .ferge-class .row .col-lg-3:nth-child(9), .ferge-class .row .col-sm-3:nth-child(9), .ferge-class .row .col-md-3:nth-child(9),
  .ferge-class .row .col-lg-3:nth-child(13), .ferge-class .row .col-sm-3:nth-child(13), .ferge-class .row .col-md-3:nth-child(13),
  .ferge-class .row .col-lg-3:nth-child(17), .ferge-class .row .col-sm-3:nth-child(17), .ferge-class .row .col-md-3:nth-child(17),
  .ferge-class .row .col-lg-3:nth-child(21), .ferge-class .row .col-sm-3:nth-child(21), .ferge-class .row .col-md-3:nth-child(21),
  .ferge-class .row .col-lg-3:nth-child(25), .ferge-class .row .col-sm-3:nth-child(25), .ferge-class .row .col-md-3:nth-child(25),
  .ferge-class .row .col-lg-3:nth-child(29), .ferge-class .row .col-sm-3:nth-child(29), .ferge-class .row .col-md-3:nth-child(29),
  .ferge-class .row .col-lg-3:nth-child(33), .ferge-class .row .col-sm-3:nth-child(33), .ferge-class .row .col-md-3:nth-child(33),
  .ferge-class .row .col-lg-3:nth-child(37), .ferge-class .row .col-sm-3:nth-child(37), .ferge-class .row .col-md-3:nth-child(37),
  .ferge-class .row .col-lg-3:nth-child(41), .ferge-class .row .col-sm-3:nth-child(41), .ferge-class .row .col-md-3:nth-child(41),
  .ferge-class .row .col-lg-3:nth-child(45), .ferge-class .row .col-sm-3:nth-child(45), .ferge-class .row .col-md-3:nth-child(45),
  .ferge-class .row .col-lg-3:nth-child(49), .ferge-class .row .col-sm-3:nth-child(49), .ferge-class .row .col-md-3:nth-child(49),
  .ferge-class .row .col-lg-3:nth-child(53), .ferge-class .row .col-sm-3:nth-child(53), .ferge-class .row .col-md-3:nth-child(53),
  .ferge-class .row .col-lg-3:nth-child(57), .ferge-class .row .col-sm-3:nth-child(57), .ferge-class .row .col-md-3:nth-child(57),
  .ferge-class .row .col-lg-3:nth-child(61), .ferge-class .row .col-sm-3:nth-child(61), .ferge-class .row .col-md-3:nth-child(61),
  .ferge-class .row .col-lg-3:nth-child(65), .ferge-class .row .col-sm-3:nth-child(65), .ferge-class .row .col-md-3:nth-child(65),
  .ferge-class .row .col-lg-3:nth-child(69), .ferge-class .row .col-sm-3:nth-child(69), .ferge-class .row .col-md-3:nth-child(69),
  .ferge-class .row .col-lg-3:nth-child(73), .ferge-class .row .col-sm-3:nth-child(73), .ferge-class .row .col-md-3:nth-child(73),
  .ferge-class .row .col-lg-3:nth-child(77), .ferge-class .row .col-sm-3:nth-child(77), .ferge-class .row .col-md-3:nth-child(77),
  .ferge-class .row .col-lg-3:nth-child(81), .ferge-class .row .col-sm-3:nth-child(81), .ferge-class .row .col-md-3:nth-child(81),
  .ferge-class .row .col-lg-3:nth-child(85), .ferge-class .row .col-sm-3:nth-child(85), .ferge-class .row .col-md-3:nth-child(85),
  .ferge-class .row .col-lg-3:nth-child(89), .ferge-class .row .col-sm-3:nth-child(89), .ferge-class .row .col-md-3:nth-child(89) {
    padding-left: 0px;
    padding-right: 15px;
  }
  .ferge-class .row .col-lg-3:nth-child(2), .ferge-class .row .col-sm-3:nth-child(2), .ferge-class .row .col-md-3:nth-child(2),
  .ferge-class .row .col-lg-3:nth-child(6), .ferge-class .row .col-sm-3:nth-child(6), .ferge-class .row .col-md-3:nth-child(6),
  .ferge-class .row .col-lg-3:nth-child(10), .ferge-class .row .col-sm-3:nth-child(10), .ferge-class .row .col-md-3:nth-child(10),
  .ferge-class .row .col-lg-3:nth-child(14), .ferge-class .row .col-sm-3:nth-child(14), .ferge-class .row .col-md-3:nth-child(14),
  .ferge-class .row .col-lg-3:nth-child(18), .ferge-class .row .col-sm-3:nth-child(18), .ferge-class .row .col-md-3:nth-child(18),
  .ferge-class .row .col-lg-3:nth-child(22), .ferge-class .row .col-sm-3:nth-child(22), .ferge-class .row .col-md-3:nth-child(22),
  .ferge-class .row .col-lg-3:nth-child(26), .ferge-class .row .col-sm-3:nth-child(26), .ferge-class .row .col-md-3:nth-child(26),
  .ferge-class .row .col-lg-3:nth-child(30), .ferge-class .row .col-sm-3:nth-child(30), .ferge-class .row .col-md-3:nth-child(30),
  .ferge-class .row .col-lg-3:nth-child(34), .ferge-class .row .col-sm-3:nth-child(34), .ferge-class .row .col-md-3:nth-child(34),
  .ferge-class .row .col-lg-3:nth-child(38), .ferge-class .row .col-sm-3:nth-child(38), .ferge-class .row .col-md-3:nth-child(38),
  .ferge-class .row .col-lg-3:nth-child(42), .ferge-class .row .col-sm-3:nth-child(42), .ferge-class .row .col-md-3:nth-child(42),
  .ferge-class .row .col-lg-3:nth-child(46), .ferge-class .row .col-sm-3:nth-child(46), .ferge-class .row .col-md-3:nth-child(46),
  .ferge-class .row .col-lg-3:nth-child(50), .ferge-class .row .col-sm-3:nth-child(50), .ferge-class .row .col-md-3:nth-child(50),
  .ferge-class .row .col-lg-3:nth-child(54), .ferge-class .row .col-sm-3:nth-child(54), .ferge-class .row .col-md-3:nth-child(54),
  .ferge-class .row .col-lg-3:nth-child(58), .ferge-class .row .col-sm-3:nth-child(58), .ferge-class .row .col-md-3:nth-child(58),
  .ferge-class .row .col-lg-3:nth-child(62), .ferge-class .row .col-sm-3:nth-child(62), .ferge-class .row .col-md-3:nth-child(62),
  .ferge-class .row .col-lg-3:nth-child(66), .ferge-class .row .col-sm-3:nth-child(66), .ferge-class .row .col-md-3:nth-child(66),
  .ferge-class .row .col-lg-3:nth-child(70), .ferge-class .row .col-sm-3:nth-child(70), .ferge-class .row .col-md-3:nth-child(70),
  .ferge-class .row .col-lg-3:nth-child(74), .ferge-class .row .col-sm-3:nth-child(74), .ferge-class .row .col-md-3:nth-child(74),
  .ferge-class .row .col-lg-3:nth-child(78), .ferge-class .row .col-sm-3:nth-child(78), .ferge-class .row .col-md-3:nth-child(78),
  .ferge-class .row .col-lg-3:nth-child(82), .ferge-class .row .col-sm-3:nth-child(82), .ferge-class .row .col-md-3:nth-child(82),
  .ferge-class .row .col-lg-3:nth-child(86), .ferge-class .row .col-sm-3:nth-child(86), .ferge-class .row .col-md-3:nth-child(86),
  .ferge-class .row .col-lg-3:nth-child(90), .ferge-class .row .col-sm-3:nth-child(90), .ferge-class .row .col-md-3:nth-child(90) {
    padding: 0px 10px 0px 5px;
  }
  .ferge-class .row .col-lg-3:nth-child(3), .ferge-class .row .col-sm-3:nth-child(3), .ferge-class .row .col-md-3:nth-child(3),
  .ferge-class .row .col-lg-3:nth-child(7), .ferge-class .row .col-sm-3:nth-child(7), .ferge-class .row .col-md-3:nth-child(7),
  .ferge-class .row .col-lg-3:nth-child(11), .ferge-class .row .col-sm-3:nth-child(11), .ferge-class .row .col-md-3:nth-child(11),
  .ferge-class .row .col-lg-3:nth-child(15), .ferge-class .row .col-sm-3:nth-child(15), .ferge-class .row .col-md-3:nth-child(15),
  .ferge-class .row .col-lg-3:nth-child(19), .ferge-class .row .col-sm-3:nth-child(19), .ferge-class .row .col-md-3:nth-child(19),
  .ferge-class .row .col-lg-3:nth-child(23), .ferge-class .row .col-sm-3:nth-child(23), .ferge-class .row .col-md-3:nth-child(23),
  .ferge-class .row .col-lg-3:nth-child(27), .ferge-class .row .col-sm-3:nth-child(27), .ferge-class .row .col-md-3:nth-child(27),
  .ferge-class .row .col-lg-3:nth-child(31), .ferge-class .row .col-sm-3:nth-child(31), .ferge-class .row .col-md-3:nth-child(31),
  .ferge-class .row .col-lg-3:nth-child(35), .ferge-class .row .col-sm-3:nth-child(35), .ferge-class .row .col-md-3:nth-child(35),
  .ferge-class .row .col-lg-3:nth-child(39), .ferge-class .row .col-sm-3:nth-child(39), .ferge-class .row .col-md-3:nth-child(39),
  .ferge-class .row .col-lg-3:nth-child(43), .ferge-class .row .col-sm-3:nth-child(43), .ferge-class .row .col-md-3:nth-child(43),
  .ferge-class .row .col-lg-3:nth-child(47), .ferge-class .row .col-sm-3:nth-child(47), .ferge-class .row .col-md-3:nth-child(47),
  .ferge-class .row .col-lg-3:nth-child(51), .ferge-class .row .col-sm-3:nth-child(51), .ferge-class .row .col-md-3:nth-child(51),
  .ferge-class .row .col-lg-3:nth-child(55), .ferge-class .row .col-sm-3:nth-child(55), .ferge-class .row .col-md-3:nth-child(55),
  .ferge-class .row .col-lg-3:nth-child(59), .ferge-class .row .col-sm-3:nth-child(59), .ferge-class .row .col-md-3:nth-child(59),
  .ferge-class .row .col-lg-3:nth-child(63), .ferge-class .row .col-sm-3:nth-child(63), .ferge-class .row .col-md-3:nth-child(63),
  .ferge-class .row .col-lg-3:nth-child(67), .ferge-class .row .col-sm-3:nth-child(67), .ferge-class .row .col-md-3:nth-child(67),
  .ferge-class .row .col-lg-3:nth-child(71), .ferge-class .row .col-sm-3:nth-child(71), .ferge-class .row .col-md-3:nth-child(71),
  .ferge-class .row .col-lg-3:nth-child(75), .ferge-class .row .col-sm-3:nth-child(75), .ferge-class .row .col-md-3:nth-child(75),
  .ferge-class .row .col-lg-3:nth-child(79), .ferge-class .row .col-sm-3:nth-child(79), .ferge-class .row .col-md-3:nth-child(79),
  .ferge-class .row .col-lg-3:nth-child(83), .ferge-class .row .col-sm-3:nth-child(83), .ferge-class .row .col-md-3:nth-child(83),
  .ferge-class .row .col-lg-3:nth-child(87), .ferge-class .row .col-sm-3:nth-child(87), .ferge-class .row .col-md-3:nth-child(87),
  .ferge-class .row .col-lg-3:nth-child(91), .ferge-class .row .col-sm-3:nth-child(91), .ferge-class .row .col-md-3:nth-child(91) {
    padding: 0px 5px 0px 10px;
  }
  .ferge-class .row .col-lg-3:nth-child(4), .ferge-class .row .col-sm-3:nth-child(4), .ferge-class .row .col-md-3:nth-child(4),
  .ferge-class .row .col-lg-3:nth-child(8), .ferge-class .row .col-sm-3:nth-child(8), .ferge-class .row .col-md-3:nth-child(8),
  .ferge-class .row .col-lg-3:nth-child(12), .ferge-class .row .col-sm-3:nth-child(12), .ferge-class .row .col-md-3:nth-child(12),
  .ferge-class .row .col-lg-3:nth-child(16), .ferge-class .row .col-sm-3:nth-child(16), .ferge-class .row .col-md-3:nth-child(16),
  .ferge-class .row .col-lg-3:nth-child(20), .ferge-class .row .col-sm-3:nth-child(20), .ferge-class .row .col-md-3:nth-child(20),
  .ferge-class .row .col-lg-3:nth-child(24), .ferge-class .row .col-sm-3:nth-child(24), .ferge-class .row .col-md-3:nth-child(24),
  .ferge-class .row .col-lg-3:nth-child(28), .ferge-class .row .col-sm-3:nth-child(28), .ferge-class .row .col-md-3:nth-child(28),
  .ferge-class .row .col-lg-3:nth-child(32), .ferge-class .row .col-sm-3:nth-child(32), .ferge-class .row .col-md-3:nth-child(32),
  .ferge-class .row .col-lg-3:nth-child(36), .ferge-class .row .col-sm-3:nth-child(36), .ferge-class .row .col-md-3:nth-child(36),
  .ferge-class .row .col-lg-3:nth-child(40), .ferge-class .row .col-sm-3:nth-child(40), .ferge-class .row .col-md-3:nth-child(40),
  .ferge-class .row .col-lg-3:nth-child(44), .ferge-class .row .col-sm-3:nth-child(44), .ferge-class .row .col-md-3:nth-child(44),
  .ferge-class .row .col-lg-3:nth-child(48), .ferge-class .row .col-sm-3:nth-child(48), .ferge-class .row .col-md-3:nth-child(48),
  .ferge-class .row .col-lg-3:nth-child(52), .ferge-class .row .col-sm-3:nth-child(52), .ferge-class .row .col-md-3:nth-child(52),
  .ferge-class .row .col-lg-3:nth-child(56), .ferge-class .row .col-sm-3:nth-child(56), .ferge-class .row .col-md-3:nth-child(56),
  .ferge-class .row .col-lg-3:nth-child(60), .ferge-class .row .col-sm-3:nth-child(60), .ferge-class .row .col-md-3:nth-child(60),
  .ferge-class .row .col-lg-3:nth-child(64), .ferge-class .row .col-sm-3:nth-child(64), .ferge-class .row .col-md-3:nth-child(64),
  .ferge-class .row .col-lg-3:nth-child(68), .ferge-class .row .col-sm-3:nth-child(68), .ferge-class .row .col-md-3:nth-child(68),
  .ferge-class .row .col-lg-3:nth-child(72), .ferge-class .row .col-sm-3:nth-child(72), .ferge-class .row .col-md-3:nth-child(72),
  .ferge-class .row .col-lg-3:nth-child(76), .ferge-class .row .col-sm-3:nth-child(76), .ferge-class .row .col-md-3:nth-child(76),
  .ferge-class .row .col-lg-3:nth-child(80), .ferge-class .row .col-sm-3:nth-child(80), .ferge-class .row .col-md-3:nth-child(80),
  .ferge-class .row .col-lg-3:nth-child(84), .ferge-class .row .col-sm-3:nth-child(84), .ferge-class .row .col-md-3:nth-child(84),
  .ferge-class .row .col-lg-3:nth-child(88), .ferge-class .row .col-sm-3:nth-child(88), .ferge-class .row .col-md-3:nth-child(88),
  .ferge-class .row .col-lg-3:nth-child(92), .ferge-class .row .col-sm-3:nth-child(92), .ferge-class .row .col-md-3:nth-child(92) {
    padding-left: 15px;
    padding-right: 0px;
  }
  .ferge-class .row .col-lg-2:nth-child(1), .ferge-class .row .col-sm-2:nth-child(1), .ferge-class .row .col-md-2:nth-child(1),
  .ferge-class .row .col-lg-2:nth-child(7), .ferge-class .row .col-sm-2:nth-child(7), .ferge-class .row .col-md-2:nth-child(7),
  .ferge-class .row .col-lg-2:nth-child(13), .ferge-class .row .col-sm-2:nth-child(13), .ferge-class .row .col-md-2:nth-child(13),
  .ferge-class .row .col-lg-2:nth-child(19), .ferge-class .row .col-sm-2:nth-child(19), .ferge-class .row .col-md-2:nth-child(19),
  .ferge-class .row .col-lg-2:nth-child(25), .ferge-class .row .col-sm-2:nth-child(25), .ferge-class .row .col-md-2:nth-child(25),
  .ferge-class .row .col-lg-2:nth-child(31), .ferge-class .row .col-sm-2:nth-child(31), .ferge-class .row .col-md-2:nth-child(31),
  .ferge-class .row .col-lg-2:nth-child(37), .ferge-class .row .col-sm-2:nth-child(37), .ferge-class .row .col-md-2:nth-child(37),
  .ferge-class .row .col-lg-2:nth-child(43), .ferge-class .row .col-sm-2:nth-child(43), .ferge-class .row .col-md-2:nth-child(43),
  .ferge-class .row .col-lg-2:nth-child(49), .ferge-class .row .col-sm-2:nth-child(49), .ferge-class .row .col-md-2:nth-child(49),
  .ferge-class .row .col-lg-2:nth-child(55), .ferge-class .row .col-sm-2:nth-child(55), .ferge-class .row .col-md-2:nth-child(55),
  .ferge-class .row .col-lg-2:nth-child(61), .ferge-class .row .col-sm-2:nth-child(61), .ferge-class .row .col-md-2:nth-child(61),
  .ferge-class .row .col-lg-2:nth-child(67), .ferge-class .row .col-sm-2:nth-child(67), .ferge-class .row .col-md-2:nth-child(67),
  .ferge-class .row .col-lg-2:nth-child(73), .ferge-class .row .col-sm-2:nth-child(73), .ferge-class .row .col-md-2:nth-child(73),
  .ferge-class .row .col-lg-2:nth-child(79), .ferge-class .row .col-sm-2:nth-child(79), .ferge-class .row .col-md-2:nth-child(79),
  .ferge-class .row .col-lg-2:nth-child(85), .ferge-class .row .col-sm-2:nth-child(85), .ferge-class .row .col-md-2:nth-child(85),
  .ferge-class .row .col-lg-2:nth-child(91), .ferge-class .row .col-sm-2:nth-child(91), .ferge-class .row .col-md-2:nth-child(91) {
    padding-left: 0px;
    padding-right: 20px;
  }
  .ferge-class .row col-lg-2:nth-child(2), .ferge-class .row .col-sm-2:nth-child(2), .ferge-class .row .col-md-2:nth-child(2),
  .ferge-class .row .col-lg-2:nth-child(8), .ferge-class .row .col-sm-2:nth-child(8), .ferge-class .row .col-md-2:nth-child(8),
  .ferge-class .row .col-lg-2:nth-child(14), .ferge-class .row .col-sm-2:nth-child(14), .ferge-class .row .col-md-2:nth-child(14),
  .ferge-class .row .col-lg-2:nth-child(20), .ferge-class .row .col-sm-2:nth-child(20), .ferge-class .row .col-md-2:nth-child(20),
  .ferge-class .row .col-lg-2:nth-child(26), .ferge-class .row .col-sm-2:nth-child(26), .ferge-class .row .col-md-2:nth-child(26),
  .ferge-class .row .col-lg-2:nth-child(32), .ferge-class .row .col-sm-2:nth-child(32), .ferge-class .row .col-md-2:nth-child(32),
  .ferge-class .row .col-lg-2:nth-child(38), .ferge-class .row .col-sm-2:nth-child(38), .ferge-class .row .col-md-2:nth-child(38),
  .ferge-class .row .col-lg-2:nth-child(44), .ferge-class .row .col-sm-2:nth-child(44), .ferge-class .row .col-md-2:nth-child(44),
  .ferge-class .row .col-lg-2:nth-child(50), .ferge-class .row .col-sm-2:nth-child(50), .ferge-class .row .col-md-2:nth-child(50),
  .ferge-class .row .col-lg-2:nth-child(56), .ferge-class .row .col-sm-2:nth-child(56), .ferge-class .row .col-md-2:nth-child(56),
  .ferge-class .row .col-lg-2:nth-child(62), .ferge-class .row .col-sm-2:nth-child(62), .ferge-class .row .col-md-2:nth-child(62),
  .ferge-class .row .col-lg-2:nth-child(68), .ferge-class .row .col-sm-2:nth-child(68), .ferge-class .row .col-md-2:nth-child(68),
  .ferge-class .row .col-lg-2:nth-child(74), .ferge-class .row .col-sm-2:nth-child(74), .ferge-class .row .col-md-2:nth-child(74),
  .ferge-class .row .col-lg-2:nth-child(80), .ferge-class .row .col-sm-2:nth-child(80), .ferge-class .row .col-md-2:nth-child(80),
  .ferge-class .row .col-lg-2:nth-child(86), .ferge-class .row .col-sm-2:nth-child(86), .ferge-class .row .col-md-2:nth-child(86),
  .ferge-class .row .col-lg-2:nth-child(92), .ferge-class .row .col-sm-2:nth-child(92), .ferge-class .row .col-md-2:nth-child(92) {
    padding: 0px 16px 0px 4px;
  }
  .ferge-class .row col-lg-2:nth-child(3), .ferge-class .row .col-sm-2:nth-child(3), .ferge-class .row .col-md-2:nth-child(3),
  .ferge-class .row .col-lg-2:nth-child(9), .ferge-class .row .col-sm-2:nth-child(9), .ferge-class .row .col-md-2:nth-child(9),
  .ferge-class .row .col-lg-2:nth-child(15), .ferge-class .row .col-sm-2:nth-child(15), .ferge-class .row .col-md-2:nth-child(15),
  .ferge-class .row .col-lg-2:nth-child(21), .ferge-class .row .col-sm-2:nth-child(21), .ferge-class .row .col-md-2:nth-child(21),
  .ferge-class .row .col-lg-2:nth-child(27), .ferge-class .row .col-sm-2:nth-child(27), .ferge-class .row .col-md-2:nth-child(27),
  .ferge-class .row .col-lg-2:nth-child(33), .ferge-class .row .col-sm-2:nth-child(33), .ferge-class .row .col-md-2:nth-child(33),
  .ferge-class .row .col-lg-2:nth-child(39), .ferge-class .row .col-sm-2:nth-child(39), .ferge-class .row .col-md-2:nth-child(39),
  .ferge-class .row .col-lg-2:nth-child(45), .ferge-class .row .col-sm-2:nth-child(45), .ferge-class .row .col-md-2:nth-child(45),
  .ferge-class .row .col-lg-2:nth-child(51), .ferge-class .row .col-sm-2:nth-child(51), .ferge-class .row .col-md-2:nth-child(51),
  .ferge-class .row .col-lg-2:nth-child(57), .ferge-class .row .col-sm-2:nth-child(57), .ferge-class .row .col-md-2:nth-child(57),
  .ferge-class .row .col-lg-2:nth-child(63), .ferge-class .row .col-sm-2:nth-child(63), .ferge-class .row .col-md-2:nth-child(63),
  .ferge-class .row .col-lg-2:nth-child(69), .ferge-class .row .col-sm-2:nth-child(69), .ferge-class .row .col-md-2:nth-child(69),
  .ferge-class .row .col-lg-2:nth-child(75), .ferge-class .row .col-sm-2:nth-child(75), .ferge-class .row .col-md-2:nth-child(75),
  .ferge-class .row .col-lg-2:nth-child(81), .ferge-class .row .col-sm-2:nth-child(81), .ferge-class .row .col-md-2:nth-child(81),
  .ferge-class .row .col-lg-2:nth-child(87), .ferge-class .row .col-sm-2:nth-child(87), .ferge-class .row .col-md-2:nth-child(87),
  .ferge-class .row .col-lg-2:nth-child(93), .ferge-class .row .col-sm-2:nth-child(93), .ferge-class .row .col-md-2:nth-child(93) {
    padding: 0px 12px 0px 8px;
  }
  .ferge-class .row col-lg-2:nth-child(4), .ferge-class .row .col-sm-2:nth-child(4), .ferge-class .row .col-md-2:nth-child(4),
  .ferge-class .row .col-lg-2:nth-child(10), .ferge-class .row .col-sm-2:nth-child(10), .ferge-class .row .col-md-2:nth-child(10),
  .ferge-class .row .col-lg-2:nth-child(16), .ferge-class .row .col-sm-2:nth-child(16), .ferge-class .row .col-md-2:nth-child(16),
  .ferge-class .row .col-lg-2:nth-child(22), .ferge-class .row .col-sm-2:nth-child(22), .ferge-class .row .col-md-2:nth-child(22),
  .ferge-class .row .col-lg-2:nth-child(28), .ferge-class .row .col-sm-2:nth-child(28), .ferge-class .row .col-md-2:nth-child(28),
  .ferge-class .row .col-lg-2:nth-child(34), .ferge-class .row .col-sm-2:nth-child(34), .ferge-class .row .col-md-2:nth-child(34),
  .ferge-class .row .col-lg-2:nth-child(40), .ferge-class .row .col-sm-2:nth-child(40), .ferge-class .row .col-md-2:nth-child(40),
  .ferge-class .row .col-lg-2:nth-child(46), .ferge-class .row .col-sm-2:nth-child(46), .ferge-class .row .col-md-2:nth-child(46),
  .ferge-class .row .col-lg-2:nth-child(52), .ferge-class .row .col-sm-2:nth-child(52), .ferge-class .row .col-md-2:nth-child(52),
  .ferge-class .row .col-lg-2:nth-child(58), .ferge-class .row .col-sm-2:nth-child(58), .ferge-class .row .col-md-2:nth-child(58),
  .ferge-class .row .col-lg-2:nth-child(64), .ferge-class .row .col-sm-2:nth-child(64), .ferge-class .row .col-md-2:nth-child(64),
  .ferge-class .row .col-lg-2:nth-child(70), .ferge-class .row .col-sm-2:nth-child(70), .ferge-class .row .col-md-2:nth-child(70),
  .ferge-class .row .col-lg-2:nth-child(76), .ferge-class .row .col-sm-2:nth-child(76), .ferge-class .row .col-md-2:nth-child(76),
  .ferge-class .row .col-lg-2:nth-child(82), .ferge-class .row .col-sm-2:nth-child(82), .ferge-class .row .col-md-2:nth-child(82),
  .ferge-class .row .col-lg-2:nth-child(88), .ferge-class .row .col-sm-2:nth-child(88), .ferge-class .row .col-md-2:nth-child(88),
  .ferge-class .row .col-lg-2:nth-child(94), .ferge-class .row .col-sm-2:nth-child(94), .ferge-class .row .col-md-2:nth-child(94) {
    padding: 0px 8px 0px 12px;
  }
  .ferge-class .row .col-lg-2:nth-child(5), .ferge-class .row .col-sm-2:nth-child(5), .ferge-class .row .col-md-2:nth-child(5),
  .ferge-class .row .col-lg-2:nth-child(11), .ferge-class .row .col-sm-2:nth-child(11), .ferge-class .row .col-md-2:nth-child(11),
  .ferge-class .row .col-lg-2:nth-child(17), .ferge-class .row .col-sm-2:nth-child(17), .ferge-class .row .col-md-2:nth-child(17),
  .ferge-class .row .col-lg-2:nth-child(23), .ferge-class .row .col-sm-2:nth-child(23), .ferge-class .row .col-md-2:nth-child(23),
  .ferge-class .row .col-lg-2:nth-child(29), .ferge-class .row .col-sm-2:nth-child(29), .ferge-class .row .col-md-2:nth-child(29),
  .ferge-class .row .col-lg-2:nth-child(35), .ferge-class .row .col-sm-2:nth-child(35), .ferge-class .row .col-md-2:nth-child(35),
  .ferge-class .row .col-lg-2:nth-child(41), .ferge-class .row .col-sm-2:nth-child(41), .ferge-class .row .col-md-2:nth-child(41),
  .ferge-class .row .col-lg-2:nth-child(47), .ferge-class .row .col-sm-2:nth-child(47), .ferge-class .row .col-md-2:nth-child(47),
  .ferge-class .row .col-lg-2:nth-child(53), .ferge-class .row .col-sm-2:nth-child(53), .ferge-class .row .col-md-2:nth-child(53),
  .ferge-class .row .col-lg-2:nth-child(59), .ferge-class .row .col-sm-2:nth-child(59), .ferge-class .row .col-md-2:nth-child(59),
  .ferge-class .row .col-lg-2:nth-child(65), .ferge-class .row .col-sm-2:nth-child(65), .ferge-class .row .col-md-2:nth-child(65),
  .ferge-class .row .col-lg-2:nth-child(71), .ferge-class .row .col-sm-2:nth-child(71), .ferge-class .row .col-md-2:nth-child(71),
  .ferge-class .row .col-lg-2:nth-child(77), .ferge-class .row .col-sm-2:nth-child(77), .ferge-class .row .col-md-2:nth-child(77),
  .ferge-class .row .col-lg-2:nth-child(83), .ferge-class .row .col-sm-2:nth-child(83), .ferge-class .row .col-md-2:nth-child(83),
  .ferge-class .row .col-lg-2:nth-child(89), .ferge-class .row .col-sm-2:nth-child(89), .ferge-class .row .col-md-2:nth-child(89),
  .ferge-class .row .col-lg-2:nth-child(95), .ferge-class .row .col-sm-2:nth-child(95), .ferge-class .row .col-md-2:nth-child(95) {
    padding: 0px 4px 0px 16px;
  }
  .ferge-class .row .col-lg-2:nth-child(6), .ferge-class .row .col-sm-2:nth-child(6), .ferge-class .row .col-md-2:nth-child(6),
  .ferge-class .row .col-lg-2:nth-child(12), .ferge-class .row .col-sm-2:nth-child(12), .ferge-class .row .col-md-2:nth-child(12),
  .ferge-class .row .col-lg-2:nth-child(18), .ferge-class .row .col-sm-2:nth-child(18), .ferge-class .row .col-md-2:nth-child(18),
  .ferge-class .row .col-lg-2:nth-child(24), .ferge-class .row .col-sm-2:nth-child(24), .ferge-class .row .col-md-2:nth-child(24),
  .ferge-class .row .col-lg-2:nth-child(30), .ferge-class .row .col-sm-2:nth-child(30), .ferge-class .row .col-md-2:nth-child(30),
  .ferge-class .row .col-lg-2:nth-child(36), .ferge-class .row .col-sm-2:nth-child(36), .ferge-class .row .col-md-2:nth-child(36),
  .ferge-class .row .col-lg-2:nth-child(42), .ferge-class .row .col-sm-2:nth-child(42), .ferge-class .row .col-md-2:nth-child(42),
  .ferge-class .row .col-lg-2:nth-child(48), .ferge-class .row .col-sm-2:nth-child(48), .ferge-class .row .col-md-2:nth-child(48),
  .ferge-class .row .col-lg-2:nth-child(54), .ferge-class .row .col-sm-2:nth-child(54), .ferge-class .row .col-md-2:nth-child(54),
  .ferge-class .row .col-lg-2:nth-child(60), .ferge-class .row .col-sm-2:nth-child(60), .ferge-class .row .col-md-2:nth-child(60),
  .ferge-class .row .col-lg-2:nth-child(66), .ferge-class .row .col-sm-2:nth-child(66), .ferge-class .row .col-md-2:nth-child(66),
  .ferge-class .row .col-lg-2:nth-child(72), .ferge-class .row .col-sm-2:nth-child(72), .ferge-class .row .col-md-2:nth-child(72),
  .ferge-class .row .col-lg-2:nth-child(78), .ferge-class .row .col-sm-2:nth-child(78), .ferge-class .row .col-md-2:nth-child(78),
  .ferge-class .row .col-lg-2:nth-child(84), .ferge-class .row .col-sm-2:nth-child(84), .ferge-class .row .col-md-2:nth-child(84),
  .ferge-class .row .col-lg-2:nth-child(90), .ferge-class .row .col-sm-2:nth-child(90), .ferge-class .row .col-md-2:nth-child(90),
  .ferge-class .row .col-lg-2:nth-child(96), .ferge-class .row .col-sm-2:nth-child(96), .ferge-class .row .col-md-2:nth-child(96) {
    padding-left: 20px;
    padding-right: 0px;
  }
  .ferge-class .row .col:nth-child(2):last-child.col-lg-1, .ferge-class .row .col:nth-child(2):last-child.col-sm-1, .ferge-class .row .col:nth-child(2):last-child.col-md-1, .ferge-class .row .col:nth-child(2):last-child.col-lg-2, .ferge-class .row .col:nth-child(2):last-child.col-sm-2, .ferge-class .row .col:nth-child(2):last-child.col-md-2, .ferge-class .row .col:nth-child(2):last-child.col-lg-3, .ferge-class .row .col:nth-child(2):last-child.col-sm-3, .ferge-class .row .col:nth-child(2):last-child.col-md-3, .ferge-class .row .col:nth-child(2):last-child.col-lg-4, .ferge-class .row .col:nth-child(2):last-child.col-sm-4, .ferge-class .row .col:nth-child(2):last-child.col-md-4, .ferge-class .row .col:nth-child(2):last-child.col-lg-5, .ferge-class .row .col:nth-child(2):last-child.col-sm-5, .ferge-class .row .col:nth-child(2):last-child.col-md-5, .ferge-class .row .col:nth-child(2):last-child.col-lg-7, .ferge-class .row .col:nth-child(2):last-child.col-sm-7, .ferge-class .row .col:nth-child(2):last-child.col-md-7, .ferge-class .row .col:nth-child(2):last-child.col-lg-9, .ferge-class .row .col:nth-child(2):last-child.col-sm-9, .ferge-class .row .col:nth-child(2):last-child.col-md-9, .ferge-class .row .col:nth-child(2):last-child.col-lg-10, .ferge-class .row .col:nth-child(2):last-child.col-sm-10, .ferge-class .row .col:nth-child(2):last-child.col-md-10, .ferge-class .row .col:nth-child(2):last-child.col-lg-11, .ferge-class .row .col:nth-child(2):last-child.col-sm-11, .ferge-class .row .col:nth-child(2):last-child.col-md-11 {
    padding-left: 28px;
    padding-right: 0px;
  }
  .ferge-class .row .col:nth-child(2):last-child.col-lg-8, .ferge-class .row .col:nth-child(2):last-child.col-sm-8, .ferge-class .row .col:nth-child(2):last-child.col-md-8 {
    padding-left: 18px;
    padding-right: 0px;
  }
  .ferge-class .row.no-gutters .col-1, .ferge-class .row.no-gutters .col-sm-1, .ferge-class .row.no-gutters .col-md-1, .ferge-class .row.no-gutters .col-lg-1,
  .ferge-class .row.no-gutters .col-2, .ferge-class .row.no-gutters .col-sm-2, .ferge-class .row.no-gutters .col-md-2, .ferge-class .row.no-gutters .col-lg-2,
  .ferge-class .row.no-gutters .col-3, .ferge-class .row.no-gutters .col-sm-3, .ferge-class .row.no-gutters .col-md-3, .ferge-class .row.no-gutters .col-lg-3,
  .ferge-class .row.no-gutters .col-4, .ferge-class .row.no-gutters .col-sm-4, .ferge-class .row.no-gutters .col-md-4, .ferge-class .row.no-gutters .col-lg-4,
  .ferge-class .row.no-gutters .col-5, .ferge-class .row.no-gutters .col-sm-5, .ferge-class .row.no-gutters .col-md-5, .ferge-class .row.no-gutters .col-lg-5,
  .ferge-class .row.no-gutters .col-6, .ferge-class .row.no-gutters .col-sm-6, .ferge-class .row.no-gutters .col-md-6, .ferge-class .row.no-gutters .col-lg-6,
  .ferge-class .row.no-gutters .col-7, .ferge-class .row.no-gutters .col-sm-7, .ferge-class .row.no-gutters .col-md-7, .ferge-class .row.no-gutters .col-lg-7,
  .ferge-class .row.no-gutters .col-8, .ferge-class .row.no-gutters .col-sm-8, .ferge-class .row.no-gutters .col-md-8, .ferge-class .row.no-gutters .col-lg-8,
  .ferge-class .row.no-gutters .col-9, .ferge-class .row.no-gutters .col-sm-9, .ferge-class .row.no-gutters .col-md-9, .ferge-class .row.no-gutters .col-lg-9,
  .ferge-class .row.no-gutters .col-10, .ferge-class .row.no-gutters .col-sm-10, .ferge-class .row.no-gutters .col-md-10, .ferge-class .row.no-gutters .col-lg-10,
  .ferge-class .row.no-gutters .col-11, .ferge-class .row.no-gutters .col-sm-11, .ferge-class .row.no-gutters .col-md-11, .ferge-class .row.no-gutters .col-lg-11,
  .ferge-class .row.no-gutters .col-12, .ferge-class .row.no-gutters .col-sm-12, .ferge-class .row.no-gutters .col-md-12, .ferge-class .row.no-gutters .col-lg-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.ferge-class .mt-0 {
  margin-top: 0px !important;
}
.ferge-class .mr-0 {
  margin-right: 0px !important;
}
.ferge-class .mb-0 {
  margin-bottom: 0px !important;
}
.ferge-class .ml-0 {
  margin-left: 0px !important;
}
.ferge-class .mt-1 {
  margin-top: 4px !important;
}
.ferge-class .mr-1 {
  margin-right: 4px !important;
}
.ferge-class .mb-1 {
  margin-bottom: 4px !important;
}
.ferge-class .ml-1 {
  margin-left: 4px !important;
}
.ferge-class .mt-2 {
  margin-top: 8px !important;
}
.ferge-class .mr-2 {
  margin-right: 8px !important;
}
.ferge-class .mb-2 {
  margin-bottom: 8px !important;
}
.ferge-class .ml-2 {
  margin-left: 8px !important;
}
.ferge-class .mt-3 {
  margin-top: 12px !important;
}
.ferge-class .mr-3 {
  margin-right: 12px !important;
}
.ferge-class .mb-3 {
  margin-bottom: 12px !important;
}
.ferge-class .ml-3 {
  margin-left: 12px !important;
}
.ferge-class .mt-4 {
  margin-top: 16px !important;
}
.ferge-class .mr-4 {
  margin-right: 16px !important;
}
.ferge-class .mb-4 {
  margin-bottom: 16px !important;
}
.ferge-class .ml-4 {
  margin-left: 16px !important;
}
.ferge-class .mt-5 {
  margin-top: 20px !important;
}
.ferge-class .mr-5 {
  margin-right: 20px !important;
}
.ferge-class .mb-5 {
  margin-bottom: 20px !important;
}
.ferge-class .ml-5 {
  margin-left: 20px !important;
}
.ferge-class .mt-6 {
  margin-top: 24px !important;
}
.ferge-class .mr-6 {
  margin-right: 24px !important;
}
.ferge-class .mb-6 {
  margin-bottom: 24px !important;
}
.ferge-class .ml-6 {
  margin-left: 24px !important;
}
.ferge-class .mt-7 {
  margin-top: 28px !important;
}
.ferge-class .mr-7 {
  margin-right: 28px !important;
}
.ferge-class .mb-7 {
  margin-bottom: 28px !important;
}
.ferge-class .ml-7 {
  margin-left: 28px !important;
}
.ferge-class .mt-8 {
  margin-top: 32px !important;
}
.ferge-class .mr-8 {
  margin-right: 32px !important;
}
.ferge-class .mb-8 {
  margin-bottom: 32px !important;
}
.ferge-class .ml-8 {
  margin-left: 32px !important;
}
.ferge-class .mt-9 {
  margin-top: 36px !important;
}
.ferge-class .mr-9 {
  margin-right: 36px !important;
}
.ferge-class .mb-9 {
  margin-bottom: 36px !important;
}
.ferge-class .ml-9 {
  margin-left: 36px !important;
}
.ferge-class .mt-10 {
  margin-top: 40px !important;
}
.ferge-class .mr-10 {
  margin-right: 40px !important;
}
.ferge-class .mb-10 {
  margin-bottom: 40px !important;
}
.ferge-class .ml-10 {
  margin-left: 40px !important;
}
.ferge-class .mt-11 {
  margin-top: 44px !important;
}
.ferge-class .mr-11 {
  margin-right: 44px !important;
}
.ferge-class .mb-11 {
  margin-bottom: 44px !important;
}
.ferge-class .ml-11 {
  margin-left: 44px !important;
}
.ferge-class .mt-12 {
  margin-top: 48px !important;
}
.ferge-class .mr-12 {
  margin-right: 48px !important;
}
.ferge-class .mb-12 {
  margin-bottom: 48px !important;
}
.ferge-class .ml-12 {
  margin-left: 48px !important;
}
.ferge-class .mt-13 {
  margin-top: 52px !important;
}
.ferge-class .mr-13 {
  margin-right: 52px !important;
}
.ferge-class .mb-13 {
  margin-bottom: 52px !important;
}
.ferge-class .ml-13 {
  margin-left: 52px !important;
}
.ferge-class .mt-14 {
  margin-top: 56px !important;
}
.ferge-class .mr-14 {
  margin-right: 56px !important;
}
.ferge-class .mb-14 {
  margin-bottom: 56px !important;
}
.ferge-class .ml-14 {
  margin-left: 56px !important;
}
.ferge-class .mt-15 {
  margin-top: 60px !important;
}
.ferge-class .mr-15 {
  margin-right: 60px !important;
}
.ferge-class .mb-15 {
  margin-bottom: 60px !important;
}
.ferge-class .ml-15 {
  margin-left: 60px !important;
}
.ferge-class .mt-16 {
  margin-top: 64px !important;
}
.ferge-class .mr-16 {
  margin-right: 64px !important;
}
.ferge-class .mb-16 {
  margin-bottom: 64px !important;
}
.ferge-class .ml-16 {
  margin-left: 64px !important;
}
.ferge-class .mt-17 {
  margin-top: 68px !important;
}
.ferge-class .mr-17 {
  margin-right: 68px !important;
}
.ferge-class .mb-17 {
  margin-bottom: 68px !important;
}
.ferge-class .ml-17 {
  margin-left: 68px !important;
}
.ferge-class .mt-18 {
  margin-top: 72px !important;
}
.ferge-class .mr-18 {
  margin-right: 72px !important;
}
.ferge-class .mb-18 {
  margin-bottom: 72px !important;
}
.ferge-class .ml-18 {
  margin-left: 72px !important;
}
.ferge-class .mt-19 {
  margin-top: 76px !important;
}
.ferge-class .mr-19 {
  margin-right: 76px !important;
}
.ferge-class .mb-19 {
  margin-bottom: 76px !important;
}
.ferge-class .ml-19 {
  margin-left: 76px !important;
}
.ferge-class .mt-20 {
  margin-top: 80px !important;
}
.ferge-class .mr-20 {
  margin-right: 80px !important;
}
.ferge-class .mb-20 {
  margin-bottom: 80px !important;
}
.ferge-class .ml-20 {
  margin-left: 80px !important;
}
.ferge-class .mt-21 {
  margin-top: 84px !important;
}
.ferge-class .mr-21 {
  margin-right: 84px !important;
}
.ferge-class .mb-21 {
  margin-bottom: 84px !important;
}
.ferge-class .ml-21 {
  margin-left: 84px !important;
}
.ferge-class .mt-22 {
  margin-top: 88px !important;
}
.ferge-class .mr-22 {
  margin-right: 88px !important;
}
.ferge-class .mb-22 {
  margin-bottom: 88px !important;
}
.ferge-class .ml-22 {
  margin-left: 88px !important;
}
.ferge-class .mt-23 {
  margin-top: 92px !important;
}
.ferge-class .mr-23 {
  margin-right: 92px !important;
}
.ferge-class .mb-23 {
  margin-bottom: 92px !important;
}
.ferge-class .ml-23 {
  margin-left: 92px !important;
}
.ferge-class .mt-24 {
  margin-top: 96px !important;
}
.ferge-class .mr-24 {
  margin-right: 96px !important;
}
.ferge-class .mb-24 {
  margin-bottom: 96px !important;
}
.ferge-class .ml-24 {
  margin-left: 96px !important;
}
.ferge-class .mt-25 {
  margin-top: 100px !important;
}
.ferge-class .mr-25 {
  margin-right: 100px !important;
}
.ferge-class .mb-25 {
  margin-bottom: 100px !important;
}
.ferge-class .ml-25 {
  margin-left: 100px !important;
}
.ferge-class .mt-26 {
  margin-top: 104px !important;
}
.ferge-class .mr-26 {
  margin-right: 104px !important;
}
.ferge-class .mb-26 {
  margin-bottom: 104px !important;
}
.ferge-class .ml-26 {
  margin-left: 104px !important;
}
.ferge-class .mt-27 {
  margin-top: 108px !important;
}
.ferge-class .mr-27 {
  margin-right: 108px !important;
}
.ferge-class .mb-27 {
  margin-bottom: 108px !important;
}
.ferge-class .ml-27 {
  margin-left: 108px !important;
}
.ferge-class .mt-28 {
  margin-top: 112px !important;
}
.ferge-class .mr-28 {
  margin-right: 112px !important;
}
.ferge-class .mb-28 {
  margin-bottom: 112px !important;
}
.ferge-class .ml-28 {
  margin-left: 112px !important;
}
.ferge-class .mt-29 {
  margin-top: 116px !important;
}
.ferge-class .mr-29 {
  margin-right: 116px !important;
}
.ferge-class .mb-29 {
  margin-bottom: 116px !important;
}
.ferge-class .ml-29 {
  margin-left: 116px !important;
}
.ferge-class .mt-30 {
  margin-top: 120px !important;
}
.ferge-class .mr-30 {
  margin-right: 120px !important;
}
.ferge-class .mb-30 {
  margin-bottom: 120px !important;
}
.ferge-class .ml-30 {
  margin-left: 120px !important;
}
.ferge-class .pt-0 {
  padding-top: 0px !important;
}
.ferge-class .pr-0 {
  padding-right: 0px !important;
}
.ferge-class .pb-0 {
  padding-bottom: 0px !important;
}
.ferge-class .pl-0 {
  padding-left: 0px !important;
}
.ferge-class .pt-1 {
  padding-top: 4px !important;
}
.ferge-class .pr-1 {
  padding-right: 4px !important;
}
.ferge-class .pb-1 {
  padding-bottom: 4px !important;
}
.ferge-class .pl-1 {
  padding-left: 4px !important;
}
.ferge-class .pt-2 {
  padding-top: 8px !important;
}
.ferge-class .pr-2 {
  padding-right: 8px !important;
}
.ferge-class .pb-2 {
  padding-bottom: 8px !important;
}
.ferge-class .pl-2 {
  padding-left: 8px !important;
}
.ferge-class .pt-3 {
  padding-top: 12px !important;
}
.ferge-class .pr-3 {
  padding-right: 12px !important;
}
.ferge-class .pb-3 {
  padding-bottom: 12px !important;
}
.ferge-class .pl-3 {
  padding-left: 12px !important;
}
.ferge-class .pt-4 {
  padding-top: 16px !important;
}
.ferge-class .pr-4 {
  padding-right: 16px !important;
}
.ferge-class .pb-4 {
  padding-bottom: 16px !important;
}
.ferge-class .pl-4 {
  padding-left: 16px !important;
}
.ferge-class .pt-5 {
  padding-top: 20px !important;
}
.ferge-class .pr-5 {
  padding-right: 20px !important;
}
.ferge-class .pb-5 {
  padding-bottom: 20px !important;
}
.ferge-class .pl-5 {
  padding-left: 20px !important;
}
.ferge-class .pt-6 {
  padding-top: 24px !important;
}
.ferge-class .pr-6 {
  padding-right: 24px !important;
}
.ferge-class .pb-6 {
  padding-bottom: 24px !important;
}
.ferge-class .pl-6 {
  padding-left: 24px !important;
}
.ferge-class .pt-7 {
  padding-top: 28px !important;
}
.ferge-class .pr-7 {
  padding-right: 28px !important;
}
.ferge-class .pb-7 {
  padding-bottom: 28px !important;
}
.ferge-class .pl-7 {
  padding-left: 28px !important;
}
.ferge-class .pt-8 {
  padding-top: 32px !important;
}
.ferge-class .pr-8 {
  padding-right: 32px !important;
}
.ferge-class .pb-8 {
  padding-bottom: 32px !important;
}
.ferge-class .pl-8 {
  padding-left: 32px !important;
}
.ferge-class .pt-9 {
  padding-top: 36px !important;
}
.ferge-class .pr-9 {
  padding-right: 36px !important;
}
.ferge-class .pb-9 {
  padding-bottom: 36px !important;
}
.ferge-class .pl-9 {
  padding-left: 36px !important;
}
.ferge-class .pt-10 {
  padding-top: 40px !important;
}
.ferge-class .pr-10 {
  padding-right: 40px !important;
}
.ferge-class .pb-10 {
  padding-bottom: 40px !important;
}
.ferge-class .pl-10 {
  padding-left: 40px !important;
}
.ferge-class .pt-11 {
  padding-top: 44px !important;
}
.ferge-class .pr-11 {
  padding-right: 44px !important;
}
.ferge-class .pb-11 {
  padding-bottom: 44px !important;
}
.ferge-class .pl-11 {
  padding-left: 44px !important;
}
.ferge-class .pt-12 {
  padding-top: 48px !important;
}
.ferge-class .pr-12 {
  padding-right: 48px !important;
}
.ferge-class .pb-12 {
  padding-bottom: 48px !important;
}
.ferge-class .pl-12 {
  padding-left: 48px !important;
}
.ferge-class .pt-13 {
  padding-top: 52px !important;
}
.ferge-class .pr-13 {
  padding-right: 52px !important;
}
.ferge-class .pb-13 {
  padding-bottom: 52px !important;
}
.ferge-class .pl-13 {
  padding-left: 52px !important;
}
.ferge-class .pt-14 {
  padding-top: 56px !important;
}
.ferge-class .pr-14 {
  padding-right: 56px !important;
}
.ferge-class .pb-14 {
  padding-bottom: 56px !important;
}
.ferge-class .pl-14 {
  padding-left: 56px !important;
}
.ferge-class .pt-15 {
  padding-top: 60px !important;
}
.ferge-class .pr-15 {
  padding-right: 60px !important;
}
.ferge-class .pb-15 {
  padding-bottom: 60px !important;
}
.ferge-class .pl-15 {
  padding-left: 60px !important;
}
.ferge-class .pt-16 {
  padding-top: 64px !important;
}
.ferge-class .pr-16 {
  padding-right: 64px !important;
}
.ferge-class .pb-16 {
  padding-bottom: 64px !important;
}
.ferge-class .pl-16 {
  padding-left: 64px !important;
}
.ferge-class .pt-17 {
  padding-top: 68px !important;
}
.ferge-class .pr-17 {
  padding-right: 68px !important;
}
.ferge-class .pb-17 {
  padding-bottom: 68px !important;
}
.ferge-class .pl-17 {
  padding-left: 68px !important;
}
.ferge-class .pt-18 {
  padding-top: 72px !important;
}
.ferge-class .pr-18 {
  padding-right: 72px !important;
}
.ferge-class .pb-18 {
  padding-bottom: 72px !important;
}
.ferge-class .pl-18 {
  padding-left: 72px !important;
}
.ferge-class .pt-19 {
  padding-top: 76px !important;
}
.ferge-class .pr-19 {
  padding-right: 76px !important;
}
.ferge-class .pb-19 {
  padding-bottom: 76px !important;
}
.ferge-class .pl-19 {
  padding-left: 76px !important;
}
.ferge-class .pt-20 {
  padding-top: 80px !important;
}
.ferge-class .pr-20 {
  padding-right: 80px !important;
}
.ferge-class .pb-20 {
  padding-bottom: 80px !important;
}
.ferge-class .pl-20 {
  padding-left: 80px !important;
}
.ferge-class .pt-21 {
  padding-top: 84px !important;
}
.ferge-class .pr-21 {
  padding-right: 84px !important;
}
.ferge-class .pb-21 {
  padding-bottom: 84px !important;
}
.ferge-class .pl-21 {
  padding-left: 84px !important;
}
.ferge-class .pt-22 {
  padding-top: 88px !important;
}
.ferge-class .pr-22 {
  padding-right: 88px !important;
}
.ferge-class .pb-22 {
  padding-bottom: 88px !important;
}
.ferge-class .pl-22 {
  padding-left: 88px !important;
}
.ferge-class .pt-23 {
  padding-top: 92px !important;
}
.ferge-class .pr-23 {
  padding-right: 92px !important;
}
.ferge-class .pb-23 {
  padding-bottom: 92px !important;
}
.ferge-class .pl-23 {
  padding-left: 92px !important;
}
.ferge-class .pt-24 {
  padding-top: 96px !important;
}
.ferge-class .pr-24 {
  padding-right: 96px !important;
}
.ferge-class .pb-24 {
  padding-bottom: 96px !important;
}
.ferge-class .pl-24 {
  padding-left: 96px !important;
}
.ferge-class .pt-25 {
  padding-top: 100px !important;
}
.ferge-class .pr-25 {
  padding-right: 100px !important;
}
.ferge-class .pb-25 {
  padding-bottom: 100px !important;
}
.ferge-class .pl-25 {
  padding-left: 100px !important;
}
.ferge-class .pt-26 {
  padding-top: 104px !important;
}
.ferge-class .pr-26 {
  padding-right: 104px !important;
}
.ferge-class .pb-26 {
  padding-bottom: 104px !important;
}
.ferge-class .pl-26 {
  padding-left: 104px !important;
}
.ferge-class .pt-27 {
  padding-top: 108px !important;
}
.ferge-class .pr-27 {
  padding-right: 108px !important;
}
.ferge-class .pb-27 {
  padding-bottom: 108px !important;
}
.ferge-class .pl-27 {
  padding-left: 108px !important;
}
.ferge-class .pt-28 {
  padding-top: 112px !important;
}
.ferge-class .pr-28 {
  padding-right: 112px !important;
}
.ferge-class .pb-28 {
  padding-bottom: 112px !important;
}
.ferge-class .pl-28 {
  padding-left: 112px !important;
}
.ferge-class .pt-29 {
  padding-top: 116px !important;
}
.ferge-class .pr-29 {
  padding-right: 116px !important;
}
.ferge-class .pb-29 {
  padding-bottom: 116px !important;
}
.ferge-class .pl-29 {
  padding-left: 116px !important;
}
.ferge-class .pt-30 {
  padding-top: 120px !important;
}
.ferge-class .pr-30 {
  padding-right: 120px !important;
}
.ferge-class .pb-30 {
  padding-bottom: 120px !important;
}
.ferge-class .pl-30 {
  padding-left: 120px !important;
}
.ferge-class .m-xs-0 {
  margin: 0px !important;
}
.ferge-class .mt-xs-0 {
  margin-top: 0px !important;
}
.ferge-class .mr-xs-0 {
  margin-right: 0px !important;
}
.ferge-class .mb-xs-0 {
  margin-bottom: 0px !important;
}
.ferge-class .ml-xs-0 {
  margin-left: 0px !important;
}
.ferge-class .mt-xs-n0 {
  margin-top: 0px !important;
}
.ferge-class .mr-xs-n0 {
  margin-right: 0px !important;
}
.ferge-class .mb-xs-n0 {
  margin-bottom: 0px !important;
}
.ferge-class .ml-xs-n0 {
  margin-left: 0px !important;
}
.ferge-class .m-xs-1 {
  margin: 4px !important;
}
.ferge-class .mt-xs-1 {
  margin-top: 4px !important;
}
.ferge-class .mr-xs-1 {
  margin-right: 4px !important;
}
.ferge-class .mb-xs-1 {
  margin-bottom: 4px !important;
}
.ferge-class .ml-xs-1 {
  margin-left: 4px !important;
}
.ferge-class .mt-xs-n1 {
  margin-top: -4px !important;
}
.ferge-class .mr-xs-n1 {
  margin-right: -4px !important;
}
.ferge-class .mb-xs-n1 {
  margin-bottom: -4px !important;
}
.ferge-class .ml-xs-n1 {
  margin-left: -4px !important;
}
.ferge-class .m-xs-2 {
  margin: 8px !important;
}
.ferge-class .mt-xs-2 {
  margin-top: 8px !important;
}
.ferge-class .mr-xs-2 {
  margin-right: 8px !important;
}
.ferge-class .mb-xs-2 {
  margin-bottom: 8px !important;
}
.ferge-class .ml-xs-2 {
  margin-left: 8px !important;
}
.ferge-class .mt-xs-n2 {
  margin-top: -8px !important;
}
.ferge-class .mr-xs-n2 {
  margin-right: -8px !important;
}
.ferge-class .mb-xs-n2 {
  margin-bottom: -8px !important;
}
.ferge-class .ml-xs-n2 {
  margin-left: -8px !important;
}
.ferge-class .m-xs-3 {
  margin: 12px !important;
}
.ferge-class .mt-xs-3 {
  margin-top: 12px !important;
}
.ferge-class .mr-xs-3 {
  margin-right: 12px !important;
}
.ferge-class .mb-xs-3 {
  margin-bottom: 12px !important;
}
.ferge-class .ml-xs-3 {
  margin-left: 12px !important;
}
.ferge-class .mt-xs-n3 {
  margin-top: -12px !important;
}
.ferge-class .mr-xs-n3 {
  margin-right: -12px !important;
}
.ferge-class .mb-xs-n3 {
  margin-bottom: -12px !important;
}
.ferge-class .ml-xs-n3 {
  margin-left: -12px !important;
}
.ferge-class .m-xs-4 {
  margin: 16px !important;
}
.ferge-class .mt-xs-4 {
  margin-top: 16px !important;
}
.ferge-class .mr-xs-4 {
  margin-right: 16px !important;
}
.ferge-class .mb-xs-4 {
  margin-bottom: 16px !important;
}
.ferge-class .ml-xs-4 {
  margin-left: 16px !important;
}
.ferge-class .mt-xs-n4 {
  margin-top: -16px !important;
}
.ferge-class .mr-xs-n4 {
  margin-right: -16px !important;
}
.ferge-class .mb-xs-n4 {
  margin-bottom: -16px !important;
}
.ferge-class .ml-xs-n4 {
  margin-left: -16px !important;
}
.ferge-class .m-xs-5 {
  margin: 20px !important;
}
.ferge-class .mt-xs-5 {
  margin-top: 20px !important;
}
.ferge-class .mr-xs-5 {
  margin-right: 20px !important;
}
.ferge-class .mb-xs-5 {
  margin-bottom: 20px !important;
}
.ferge-class .ml-xs-5 {
  margin-left: 20px !important;
}
.ferge-class .mt-xs-n5 {
  margin-top: -20px !important;
}
.ferge-class .mr-xs-n5 {
  margin-right: -20px !important;
}
.ferge-class .mb-xs-n5 {
  margin-bottom: -20px !important;
}
.ferge-class .ml-xs-n5 {
  margin-left: -20px !important;
}
.ferge-class .m-xs-6 {
  margin: 24px !important;
}
.ferge-class .mt-xs-6 {
  margin-top: 24px !important;
}
.ferge-class .mr-xs-6 {
  margin-right: 24px !important;
}
.ferge-class .mb-xs-6 {
  margin-bottom: 24px !important;
}
.ferge-class .ml-xs-6 {
  margin-left: 24px !important;
}
.ferge-class .mt-xs-n6 {
  margin-top: -24px !important;
}
.ferge-class .mr-xs-n6 {
  margin-right: -24px !important;
}
.ferge-class .mb-xs-n6 {
  margin-bottom: -24px !important;
}
.ferge-class .ml-xs-n6 {
  margin-left: -24px !important;
}
.ferge-class .m-xs-7 {
  margin: 28px !important;
}
.ferge-class .mt-xs-7 {
  margin-top: 28px !important;
}
.ferge-class .mr-xs-7 {
  margin-right: 28px !important;
}
.ferge-class .mb-xs-7 {
  margin-bottom: 28px !important;
}
.ferge-class .ml-xs-7 {
  margin-left: 28px !important;
}
.ferge-class .mt-xs-n7 {
  margin-top: -28px !important;
}
.ferge-class .mr-xs-n7 {
  margin-right: -28px !important;
}
.ferge-class .mb-xs-n7 {
  margin-bottom: -28px !important;
}
.ferge-class .ml-xs-n7 {
  margin-left: -28px !important;
}
.ferge-class .m-xs-8 {
  margin: 32px !important;
}
.ferge-class .mt-xs-8 {
  margin-top: 32px !important;
}
.ferge-class .mr-xs-8 {
  margin-right: 32px !important;
}
.ferge-class .mb-xs-8 {
  margin-bottom: 32px !important;
}
.ferge-class .ml-xs-8 {
  margin-left: 32px !important;
}
.ferge-class .mt-xs-n8 {
  margin-top: -32px !important;
}
.ferge-class .mr-xs-n8 {
  margin-right: -32px !important;
}
.ferge-class .mb-xs-n8 {
  margin-bottom: -32px !important;
}
.ferge-class .ml-xs-n8 {
  margin-left: -32px !important;
}
.ferge-class .m-xs-9 {
  margin: 36px !important;
}
.ferge-class .mt-xs-9 {
  margin-top: 36px !important;
}
.ferge-class .mr-xs-9 {
  margin-right: 36px !important;
}
.ferge-class .mb-xs-9 {
  margin-bottom: 36px !important;
}
.ferge-class .ml-xs-9 {
  margin-left: 36px !important;
}
.ferge-class .mt-xs-n9 {
  margin-top: -36px !important;
}
.ferge-class .mr-xs-n9 {
  margin-right: -36px !important;
}
.ferge-class .mb-xs-n9 {
  margin-bottom: -36px !important;
}
.ferge-class .ml-xs-n9 {
  margin-left: -36px !important;
}
.ferge-class .m-xs-10 {
  margin: 40px !important;
}
.ferge-class .mt-xs-10 {
  margin-top: 40px !important;
}
.ferge-class .mr-xs-10 {
  margin-right: 40px !important;
}
.ferge-class .mb-xs-10 {
  margin-bottom: 40px !important;
}
.ferge-class .ml-xs-10 {
  margin-left: 40px !important;
}
.ferge-class .mt-xs-n10 {
  margin-top: -40px !important;
}
.ferge-class .mr-xs-n10 {
  margin-right: -40px !important;
}
.ferge-class .mb-xs-n10 {
  margin-bottom: -40px !important;
}
.ferge-class .ml-xs-n10 {
  margin-left: -40px !important;
}
.ferge-class .m-xs-11 {
  margin: 44px !important;
}
.ferge-class .mt-xs-11 {
  margin-top: 44px !important;
}
.ferge-class .mr-xs-11 {
  margin-right: 44px !important;
}
.ferge-class .mb-xs-11 {
  margin-bottom: 44px !important;
}
.ferge-class .ml-xs-11 {
  margin-left: 44px !important;
}
.ferge-class .mt-xs-n11 {
  margin-top: -44px !important;
}
.ferge-class .mr-xs-n11 {
  margin-right: -44px !important;
}
.ferge-class .mb-xs-n11 {
  margin-bottom: -44px !important;
}
.ferge-class .ml-xs-n11 {
  margin-left: -44px !important;
}
.ferge-class .m-xs-12 {
  margin: 48px !important;
}
.ferge-class .mt-xs-12 {
  margin-top: 48px !important;
}
.ferge-class .mr-xs-12 {
  margin-right: 48px !important;
}
.ferge-class .mb-xs-12 {
  margin-bottom: 48px !important;
}
.ferge-class .ml-xs-12 {
  margin-left: 48px !important;
}
.ferge-class .mt-xs-n12 {
  margin-top: -48px !important;
}
.ferge-class .mr-xs-n12 {
  margin-right: -48px !important;
}
.ferge-class .mb-xs-n12 {
  margin-bottom: -48px !important;
}
.ferge-class .ml-xs-n12 {
  margin-left: -48px !important;
}
.ferge-class .m-xs-13 {
  margin: 52px !important;
}
.ferge-class .mt-xs-13 {
  margin-top: 52px !important;
}
.ferge-class .mr-xs-13 {
  margin-right: 52px !important;
}
.ferge-class .mb-xs-13 {
  margin-bottom: 52px !important;
}
.ferge-class .ml-xs-13 {
  margin-left: 52px !important;
}
.ferge-class .mt-xs-n13 {
  margin-top: -52px !important;
}
.ferge-class .mr-xs-n13 {
  margin-right: -52px !important;
}
.ferge-class .mb-xs-n13 {
  margin-bottom: -52px !important;
}
.ferge-class .ml-xs-n13 {
  margin-left: -52px !important;
}
.ferge-class .m-xs-14 {
  margin: 56px !important;
}
.ferge-class .mt-xs-14 {
  margin-top: 56px !important;
}
.ferge-class .mr-xs-14 {
  margin-right: 56px !important;
}
.ferge-class .mb-xs-14 {
  margin-bottom: 56px !important;
}
.ferge-class .ml-xs-14 {
  margin-left: 56px !important;
}
.ferge-class .mt-xs-n14 {
  margin-top: -56px !important;
}
.ferge-class .mr-xs-n14 {
  margin-right: -56px !important;
}
.ferge-class .mb-xs-n14 {
  margin-bottom: -56px !important;
}
.ferge-class .ml-xs-n14 {
  margin-left: -56px !important;
}
.ferge-class .m-xs-15 {
  margin: 60px !important;
}
.ferge-class .mt-xs-15 {
  margin-top: 60px !important;
}
.ferge-class .mr-xs-15 {
  margin-right: 60px !important;
}
.ferge-class .mb-xs-15 {
  margin-bottom: 60px !important;
}
.ferge-class .ml-xs-15 {
  margin-left: 60px !important;
}
.ferge-class .mt-xs-n15 {
  margin-top: -60px !important;
}
.ferge-class .mr-xs-n15 {
  margin-right: -60px !important;
}
.ferge-class .mb-xs-n15 {
  margin-bottom: -60px !important;
}
.ferge-class .ml-xs-n15 {
  margin-left: -60px !important;
}
.ferge-class .m-xs-16 {
  margin: 64px !important;
}
.ferge-class .mt-xs-16 {
  margin-top: 64px !important;
}
.ferge-class .mr-xs-16 {
  margin-right: 64px !important;
}
.ferge-class .mb-xs-16 {
  margin-bottom: 64px !important;
}
.ferge-class .ml-xs-16 {
  margin-left: 64px !important;
}
.ferge-class .mt-xs-n16 {
  margin-top: -64px !important;
}
.ferge-class .mr-xs-n16 {
  margin-right: -64px !important;
}
.ferge-class .mb-xs-n16 {
  margin-bottom: -64px !important;
}
.ferge-class .ml-xs-n16 {
  margin-left: -64px !important;
}
.ferge-class .m-xs-17 {
  margin: 68px !important;
}
.ferge-class .mt-xs-17 {
  margin-top: 68px !important;
}
.ferge-class .mr-xs-17 {
  margin-right: 68px !important;
}
.ferge-class .mb-xs-17 {
  margin-bottom: 68px !important;
}
.ferge-class .ml-xs-17 {
  margin-left: 68px !important;
}
.ferge-class .mt-xs-n17 {
  margin-top: -68px !important;
}
.ferge-class .mr-xs-n17 {
  margin-right: -68px !important;
}
.ferge-class .mb-xs-n17 {
  margin-bottom: -68px !important;
}
.ferge-class .ml-xs-n17 {
  margin-left: -68px !important;
}
.ferge-class .m-xs-18 {
  margin: 72px !important;
}
.ferge-class .mt-xs-18 {
  margin-top: 72px !important;
}
.ferge-class .mr-xs-18 {
  margin-right: 72px !important;
}
.ferge-class .mb-xs-18 {
  margin-bottom: 72px !important;
}
.ferge-class .ml-xs-18 {
  margin-left: 72px !important;
}
.ferge-class .mt-xs-n18 {
  margin-top: -72px !important;
}
.ferge-class .mr-xs-n18 {
  margin-right: -72px !important;
}
.ferge-class .mb-xs-n18 {
  margin-bottom: -72px !important;
}
.ferge-class .ml-xs-n18 {
  margin-left: -72px !important;
}
.ferge-class .m-xs-19 {
  margin: 76px !important;
}
.ferge-class .mt-xs-19 {
  margin-top: 76px !important;
}
.ferge-class .mr-xs-19 {
  margin-right: 76px !important;
}
.ferge-class .mb-xs-19 {
  margin-bottom: 76px !important;
}
.ferge-class .ml-xs-19 {
  margin-left: 76px !important;
}
.ferge-class .mt-xs-n19 {
  margin-top: -76px !important;
}
.ferge-class .mr-xs-n19 {
  margin-right: -76px !important;
}
.ferge-class .mb-xs-n19 {
  margin-bottom: -76px !important;
}
.ferge-class .ml-xs-n19 {
  margin-left: -76px !important;
}
.ferge-class .m-xs-20 {
  margin: 80px !important;
}
.ferge-class .mt-xs-20 {
  margin-top: 80px !important;
}
.ferge-class .mr-xs-20 {
  margin-right: 80px !important;
}
.ferge-class .mb-xs-20 {
  margin-bottom: 80px !important;
}
.ferge-class .ml-xs-20 {
  margin-left: 80px !important;
}
.ferge-class .mt-xs-n20 {
  margin-top: -80px !important;
}
.ferge-class .mr-xs-n20 {
  margin-right: -80px !important;
}
.ferge-class .mb-xs-n20 {
  margin-bottom: -80px !important;
}
.ferge-class .ml-xs-n20 {
  margin-left: -80px !important;
}
.ferge-class .m-xs-21 {
  margin: 84px !important;
}
.ferge-class .mt-xs-21 {
  margin-top: 84px !important;
}
.ferge-class .mr-xs-21 {
  margin-right: 84px !important;
}
.ferge-class .mb-xs-21 {
  margin-bottom: 84px !important;
}
.ferge-class .ml-xs-21 {
  margin-left: 84px !important;
}
.ferge-class .mt-xs-n21 {
  margin-top: -84px !important;
}
.ferge-class .mr-xs-n21 {
  margin-right: -84px !important;
}
.ferge-class .mb-xs-n21 {
  margin-bottom: -84px !important;
}
.ferge-class .ml-xs-n21 {
  margin-left: -84px !important;
}
.ferge-class .m-xs-22 {
  margin: 88px !important;
}
.ferge-class .mt-xs-22 {
  margin-top: 88px !important;
}
.ferge-class .mr-xs-22 {
  margin-right: 88px !important;
}
.ferge-class .mb-xs-22 {
  margin-bottom: 88px !important;
}
.ferge-class .ml-xs-22 {
  margin-left: 88px !important;
}
.ferge-class .mt-xs-n22 {
  margin-top: -88px !important;
}
.ferge-class .mr-xs-n22 {
  margin-right: -88px !important;
}
.ferge-class .mb-xs-n22 {
  margin-bottom: -88px !important;
}
.ferge-class .ml-xs-n22 {
  margin-left: -88px !important;
}
.ferge-class .m-xs-23 {
  margin: 92px !important;
}
.ferge-class .mt-xs-23 {
  margin-top: 92px !important;
}
.ferge-class .mr-xs-23 {
  margin-right: 92px !important;
}
.ferge-class .mb-xs-23 {
  margin-bottom: 92px !important;
}
.ferge-class .ml-xs-23 {
  margin-left: 92px !important;
}
.ferge-class .mt-xs-n23 {
  margin-top: -92px !important;
}
.ferge-class .mr-xs-n23 {
  margin-right: -92px !important;
}
.ferge-class .mb-xs-n23 {
  margin-bottom: -92px !important;
}
.ferge-class .ml-xs-n23 {
  margin-left: -92px !important;
}
.ferge-class .m-xs-24 {
  margin: 96px !important;
}
.ferge-class .mt-xs-24 {
  margin-top: 96px !important;
}
.ferge-class .mr-xs-24 {
  margin-right: 96px !important;
}
.ferge-class .mb-xs-24 {
  margin-bottom: 96px !important;
}
.ferge-class .ml-xs-24 {
  margin-left: 96px !important;
}
.ferge-class .mt-xs-n24 {
  margin-top: -96px !important;
}
.ferge-class .mr-xs-n24 {
  margin-right: -96px !important;
}
.ferge-class .mb-xs-n24 {
  margin-bottom: -96px !important;
}
.ferge-class .ml-xs-n24 {
  margin-left: -96px !important;
}
.ferge-class .m-xs-25 {
  margin: 100px !important;
}
.ferge-class .mt-xs-25 {
  margin-top: 100px !important;
}
.ferge-class .mr-xs-25 {
  margin-right: 100px !important;
}
.ferge-class .mb-xs-25 {
  margin-bottom: 100px !important;
}
.ferge-class .ml-xs-25 {
  margin-left: 100px !important;
}
.ferge-class .mt-xs-n25 {
  margin-top: -100px !important;
}
.ferge-class .mr-xs-n25 {
  margin-right: -100px !important;
}
.ferge-class .mb-xs-n25 {
  margin-bottom: -100px !important;
}
.ferge-class .ml-xs-n25 {
  margin-left: -100px !important;
}
.ferge-class .m-xs-26 {
  margin: 104px !important;
}
.ferge-class .mt-xs-26 {
  margin-top: 104px !important;
}
.ferge-class .mr-xs-26 {
  margin-right: 104px !important;
}
.ferge-class .mb-xs-26 {
  margin-bottom: 104px !important;
}
.ferge-class .ml-xs-26 {
  margin-left: 104px !important;
}
.ferge-class .mt-xs-n26 {
  margin-top: -104px !important;
}
.ferge-class .mr-xs-n26 {
  margin-right: -104px !important;
}
.ferge-class .mb-xs-n26 {
  margin-bottom: -104px !important;
}
.ferge-class .ml-xs-n26 {
  margin-left: -104px !important;
}
.ferge-class .m-xs-27 {
  margin: 108px !important;
}
.ferge-class .mt-xs-27 {
  margin-top: 108px !important;
}
.ferge-class .mr-xs-27 {
  margin-right: 108px !important;
}
.ferge-class .mb-xs-27 {
  margin-bottom: 108px !important;
}
.ferge-class .ml-xs-27 {
  margin-left: 108px !important;
}
.ferge-class .mt-xs-n27 {
  margin-top: -108px !important;
}
.ferge-class .mr-xs-n27 {
  margin-right: -108px !important;
}
.ferge-class .mb-xs-n27 {
  margin-bottom: -108px !important;
}
.ferge-class .ml-xs-n27 {
  margin-left: -108px !important;
}
.ferge-class .m-xs-28 {
  margin: 112px !important;
}
.ferge-class .mt-xs-28 {
  margin-top: 112px !important;
}
.ferge-class .mr-xs-28 {
  margin-right: 112px !important;
}
.ferge-class .mb-xs-28 {
  margin-bottom: 112px !important;
}
.ferge-class .ml-xs-28 {
  margin-left: 112px !important;
}
.ferge-class .mt-xs-n28 {
  margin-top: -112px !important;
}
.ferge-class .mr-xs-n28 {
  margin-right: -112px !important;
}
.ferge-class .mb-xs-n28 {
  margin-bottom: -112px !important;
}
.ferge-class .ml-xs-n28 {
  margin-left: -112px !important;
}
.ferge-class .m-xs-29 {
  margin: 116px !important;
}
.ferge-class .mt-xs-29 {
  margin-top: 116px !important;
}
.ferge-class .mr-xs-29 {
  margin-right: 116px !important;
}
.ferge-class .mb-xs-29 {
  margin-bottom: 116px !important;
}
.ferge-class .ml-xs-29 {
  margin-left: 116px !important;
}
.ferge-class .mt-xs-n29 {
  margin-top: -116px !important;
}
.ferge-class .mr-xs-n29 {
  margin-right: -116px !important;
}
.ferge-class .mb-xs-n29 {
  margin-bottom: -116px !important;
}
.ferge-class .ml-xs-n29 {
  margin-left: -116px !important;
}
.ferge-class .m-xs-30 {
  margin: 120px !important;
}
.ferge-class .mt-xs-30 {
  margin-top: 120px !important;
}
.ferge-class .mr-xs-30 {
  margin-right: 120px !important;
}
.ferge-class .mb-xs-30 {
  margin-bottom: 120px !important;
}
.ferge-class .ml-xs-30 {
  margin-left: 120px !important;
}
.ferge-class .mt-xs-n30 {
  margin-top: -120px !important;
}
.ferge-class .mr-xs-n30 {
  margin-right: -120px !important;
}
.ferge-class .mb-xs-n30 {
  margin-bottom: -120px !important;
}
.ferge-class .ml-xs-n30 {
  margin-left: -120px !important;
}
.ferge-class .p-xs-0 {
  padding: 0px !important;
}
.ferge-class .pt-xs-0 {
  padding-top: 0px !important;
}
.ferge-class .pr-xs-0 {
  padding-right: 0px !important;
}
.ferge-class .pb-xs-0 {
  padding-bottom: 0px !important;
}
.ferge-class .pl-xs-0 {
  padding-left: 0px !important;
}
.ferge-class .p-xs-1 {
  padding: 4px !important;
}
.ferge-class .pt-xs-1 {
  padding-top: 4px !important;
}
.ferge-class .pr-xs-1 {
  padding-right: 4px !important;
}
.ferge-class .pb-xs-1 {
  padding-bottom: 4px !important;
}
.ferge-class .pl-xs-1 {
  padding-left: 4px !important;
}
.ferge-class .p-xs-2 {
  padding: 8px !important;
}
.ferge-class .pt-xs-2 {
  padding-top: 8px !important;
}
.ferge-class .pr-xs-2 {
  padding-right: 8px !important;
}
.ferge-class .pb-xs-2 {
  padding-bottom: 8px !important;
}
.ferge-class .pl-xs-2 {
  padding-left: 8px !important;
}
.ferge-class .p-xs-3 {
  padding: 12px !important;
}
.ferge-class .pt-xs-3 {
  padding-top: 12px !important;
}
.ferge-class .pr-xs-3 {
  padding-right: 12px !important;
}
.ferge-class .pb-xs-3 {
  padding-bottom: 12px !important;
}
.ferge-class .pl-xs-3 {
  padding-left: 12px !important;
}
.ferge-class .p-xs-4 {
  padding: 16px !important;
}
.ferge-class .pt-xs-4 {
  padding-top: 16px !important;
}
.ferge-class .pr-xs-4 {
  padding-right: 16px !important;
}
.ferge-class .pb-xs-4 {
  padding-bottom: 16px !important;
}
.ferge-class .pl-xs-4 {
  padding-left: 16px !important;
}
.ferge-class .p-xs-5 {
  padding: 20px !important;
}
.ferge-class .pt-xs-5 {
  padding-top: 20px !important;
}
.ferge-class .pr-xs-5 {
  padding-right: 20px !important;
}
.ferge-class .pb-xs-5 {
  padding-bottom: 20px !important;
}
.ferge-class .pl-xs-5 {
  padding-left: 20px !important;
}
.ferge-class .p-xs-6 {
  padding: 24px !important;
}
.ferge-class .pt-xs-6 {
  padding-top: 24px !important;
}
.ferge-class .pr-xs-6 {
  padding-right: 24px !important;
}
.ferge-class .pb-xs-6 {
  padding-bottom: 24px !important;
}
.ferge-class .pl-xs-6 {
  padding-left: 24px !important;
}
.ferge-class .p-xs-7 {
  padding: 28px !important;
}
.ferge-class .pt-xs-7 {
  padding-top: 28px !important;
}
.ferge-class .pr-xs-7 {
  padding-right: 28px !important;
}
.ferge-class .pb-xs-7 {
  padding-bottom: 28px !important;
}
.ferge-class .pl-xs-7 {
  padding-left: 28px !important;
}
.ferge-class .p-xs-8 {
  padding: 32px !important;
}
.ferge-class .pt-xs-8 {
  padding-top: 32px !important;
}
.ferge-class .pr-xs-8 {
  padding-right: 32px !important;
}
.ferge-class .pb-xs-8 {
  padding-bottom: 32px !important;
}
.ferge-class .pl-xs-8 {
  padding-left: 32px !important;
}
.ferge-class .p-xs-9 {
  padding: 36px !important;
}
.ferge-class .pt-xs-9 {
  padding-top: 36px !important;
}
.ferge-class .pr-xs-9 {
  padding-right: 36px !important;
}
.ferge-class .pb-xs-9 {
  padding-bottom: 36px !important;
}
.ferge-class .pl-xs-9 {
  padding-left: 36px !important;
}
.ferge-class .p-xs-10 {
  padding: 40px !important;
}
.ferge-class .pt-xs-10 {
  padding-top: 40px !important;
}
.ferge-class .pr-xs-10 {
  padding-right: 40px !important;
}
.ferge-class .pb-xs-10 {
  padding-bottom: 40px !important;
}
.ferge-class .pl-xs-10 {
  padding-left: 40px !important;
}
.ferge-class .p-xs-11 {
  padding: 44px !important;
}
.ferge-class .pt-xs-11 {
  padding-top: 44px !important;
}
.ferge-class .pr-xs-11 {
  padding-right: 44px !important;
}
.ferge-class .pb-xs-11 {
  padding-bottom: 44px !important;
}
.ferge-class .pl-xs-11 {
  padding-left: 44px !important;
}
.ferge-class .p-xs-12 {
  padding: 48px !important;
}
.ferge-class .pt-xs-12 {
  padding-top: 48px !important;
}
.ferge-class .pr-xs-12 {
  padding-right: 48px !important;
}
.ferge-class .pb-xs-12 {
  padding-bottom: 48px !important;
}
.ferge-class .pl-xs-12 {
  padding-left: 48px !important;
}
.ferge-class .p-xs-13 {
  padding: 52px !important;
}
.ferge-class .pt-xs-13 {
  padding-top: 52px !important;
}
.ferge-class .pr-xs-13 {
  padding-right: 52px !important;
}
.ferge-class .pb-xs-13 {
  padding-bottom: 52px !important;
}
.ferge-class .pl-xs-13 {
  padding-left: 52px !important;
}
.ferge-class .p-xs-14 {
  padding: 56px !important;
}
.ferge-class .pt-xs-14 {
  padding-top: 56px !important;
}
.ferge-class .pr-xs-14 {
  padding-right: 56px !important;
}
.ferge-class .pb-xs-14 {
  padding-bottom: 56px !important;
}
.ferge-class .pl-xs-14 {
  padding-left: 56px !important;
}
.ferge-class .p-xs-15 {
  padding: 60px !important;
}
.ferge-class .pt-xs-15 {
  padding-top: 60px !important;
}
.ferge-class .pr-xs-15 {
  padding-right: 60px !important;
}
.ferge-class .pb-xs-15 {
  padding-bottom: 60px !important;
}
.ferge-class .pl-xs-15 {
  padding-left: 60px !important;
}
.ferge-class .p-xs-16 {
  padding: 64px !important;
}
.ferge-class .pt-xs-16 {
  padding-top: 64px !important;
}
.ferge-class .pr-xs-16 {
  padding-right: 64px !important;
}
.ferge-class .pb-xs-16 {
  padding-bottom: 64px !important;
}
.ferge-class .pl-xs-16 {
  padding-left: 64px !important;
}
.ferge-class .p-xs-17 {
  padding: 68px !important;
}
.ferge-class .pt-xs-17 {
  padding-top: 68px !important;
}
.ferge-class .pr-xs-17 {
  padding-right: 68px !important;
}
.ferge-class .pb-xs-17 {
  padding-bottom: 68px !important;
}
.ferge-class .pl-xs-17 {
  padding-left: 68px !important;
}
.ferge-class .p-xs-18 {
  padding: 72px !important;
}
.ferge-class .pt-xs-18 {
  padding-top: 72px !important;
}
.ferge-class .pr-xs-18 {
  padding-right: 72px !important;
}
.ferge-class .pb-xs-18 {
  padding-bottom: 72px !important;
}
.ferge-class .pl-xs-18 {
  padding-left: 72px !important;
}
.ferge-class .p-xs-19 {
  padding: 76px !important;
}
.ferge-class .pt-xs-19 {
  padding-top: 76px !important;
}
.ferge-class .pr-xs-19 {
  padding-right: 76px !important;
}
.ferge-class .pb-xs-19 {
  padding-bottom: 76px !important;
}
.ferge-class .pl-xs-19 {
  padding-left: 76px !important;
}
.ferge-class .p-xs-20 {
  padding: 80px !important;
}
.ferge-class .pt-xs-20 {
  padding-top: 80px !important;
}
.ferge-class .pr-xs-20 {
  padding-right: 80px !important;
}
.ferge-class .pb-xs-20 {
  padding-bottom: 80px !important;
}
.ferge-class .pl-xs-20 {
  padding-left: 80px !important;
}
.ferge-class .p-xs-21 {
  padding: 84px !important;
}
.ferge-class .pt-xs-21 {
  padding-top: 84px !important;
}
.ferge-class .pr-xs-21 {
  padding-right: 84px !important;
}
.ferge-class .pb-xs-21 {
  padding-bottom: 84px !important;
}
.ferge-class .pl-xs-21 {
  padding-left: 84px !important;
}
.ferge-class .p-xs-22 {
  padding: 88px !important;
}
.ferge-class .pt-xs-22 {
  padding-top: 88px !important;
}
.ferge-class .pr-xs-22 {
  padding-right: 88px !important;
}
.ferge-class .pb-xs-22 {
  padding-bottom: 88px !important;
}
.ferge-class .pl-xs-22 {
  padding-left: 88px !important;
}
.ferge-class .p-xs-23 {
  padding: 92px !important;
}
.ferge-class .pt-xs-23 {
  padding-top: 92px !important;
}
.ferge-class .pr-xs-23 {
  padding-right: 92px !important;
}
.ferge-class .pb-xs-23 {
  padding-bottom: 92px !important;
}
.ferge-class .pl-xs-23 {
  padding-left: 92px !important;
}
.ferge-class .p-xs-24 {
  padding: 96px !important;
}
.ferge-class .pt-xs-24 {
  padding-top: 96px !important;
}
.ferge-class .pr-xs-24 {
  padding-right: 96px !important;
}
.ferge-class .pb-xs-24 {
  padding-bottom: 96px !important;
}
.ferge-class .pl-xs-24 {
  padding-left: 96px !important;
}
.ferge-class .p-xs-25 {
  padding: 100px !important;
}
.ferge-class .pt-xs-25 {
  padding-top: 100px !important;
}
.ferge-class .pr-xs-25 {
  padding-right: 100px !important;
}
.ferge-class .pb-xs-25 {
  padding-bottom: 100px !important;
}
.ferge-class .pl-xs-25 {
  padding-left: 100px !important;
}
.ferge-class .p-xs-26 {
  padding: 104px !important;
}
.ferge-class .pt-xs-26 {
  padding-top: 104px !important;
}
.ferge-class .pr-xs-26 {
  padding-right: 104px !important;
}
.ferge-class .pb-xs-26 {
  padding-bottom: 104px !important;
}
.ferge-class .pl-xs-26 {
  padding-left: 104px !important;
}
.ferge-class .p-xs-27 {
  padding: 108px !important;
}
.ferge-class .pt-xs-27 {
  padding-top: 108px !important;
}
.ferge-class .pr-xs-27 {
  padding-right: 108px !important;
}
.ferge-class .pb-xs-27 {
  padding-bottom: 108px !important;
}
.ferge-class .pl-xs-27 {
  padding-left: 108px !important;
}
.ferge-class .p-xs-28 {
  padding: 112px !important;
}
.ferge-class .pt-xs-28 {
  padding-top: 112px !important;
}
.ferge-class .pr-xs-28 {
  padding-right: 112px !important;
}
.ferge-class .pb-xs-28 {
  padding-bottom: 112px !important;
}
.ferge-class .pl-xs-28 {
  padding-left: 112px !important;
}
.ferge-class .p-xs-29 {
  padding: 116px !important;
}
.ferge-class .pt-xs-29 {
  padding-top: 116px !important;
}
.ferge-class .pr-xs-29 {
  padding-right: 116px !important;
}
.ferge-class .pb-xs-29 {
  padding-bottom: 116px !important;
}
.ferge-class .pl-xs-29 {
  padding-left: 116px !important;
}
.ferge-class .p-xs-30 {
  padding: 120px !important;
}
.ferge-class .pt-xs-30 {
  padding-top: 120px !important;
}
.ferge-class .pr-xs-30 {
  padding-right: 120px !important;
}
.ferge-class .pb-xs-30 {
  padding-bottom: 120px !important;
}
.ferge-class .pl-xs-30 {
  padding-left: 120px !important;
}
@media (min-width: 600px) {
  .ferge-class .mt-0 {
    margin-top: 0px !important;
  }
  .ferge-class .mr-0 {
    margin-right: 0px !important;
  }
  .ferge-class .mb-0 {
    margin-bottom: 0px !important;
  }
  .ferge-class .ml-0 {
    margin-left: 0px !important;
  }
  .ferge-class .mt-1 {
    margin-top: 4px !important;
  }
  .ferge-class .mr-1 {
    margin-right: 4px !important;
  }
  .ferge-class .mb-1 {
    margin-bottom: 4px !important;
  }
  .ferge-class .ml-1 {
    margin-left: 4px !important;
  }
  .ferge-class .mt-2 {
    margin-top: 8px !important;
  }
  .ferge-class .mr-2 {
    margin-right: 8px !important;
  }
  .ferge-class .mb-2 {
    margin-bottom: 8px !important;
  }
  .ferge-class .ml-2 {
    margin-left: 8px !important;
  }
  .ferge-class .mt-3 {
    margin-top: 12px !important;
  }
  .ferge-class .mr-3 {
    margin-right: 12px !important;
  }
  .ferge-class .mb-3 {
    margin-bottom: 12px !important;
  }
  .ferge-class .ml-3 {
    margin-left: 12px !important;
  }
  .ferge-class .mt-4 {
    margin-top: 16px !important;
  }
  .ferge-class .mr-4 {
    margin-right: 16px !important;
  }
  .ferge-class .mb-4 {
    margin-bottom: 16px !important;
  }
  .ferge-class .ml-4 {
    margin-left: 16px !important;
  }
  .ferge-class .mt-5 {
    margin-top: 20px !important;
  }
  .ferge-class .mr-5 {
    margin-right: 20px !important;
  }
  .ferge-class .mb-5 {
    margin-bottom: 20px !important;
  }
  .ferge-class .ml-5 {
    margin-left: 20px !important;
  }
  .ferge-class .mt-6 {
    margin-top: 24px !important;
  }
  .ferge-class .mr-6 {
    margin-right: 24px !important;
  }
  .ferge-class .mb-6 {
    margin-bottom: 24px !important;
  }
  .ferge-class .ml-6 {
    margin-left: 24px !important;
  }
  .ferge-class .mt-7 {
    margin-top: 28px !important;
  }
  .ferge-class .mr-7 {
    margin-right: 28px !important;
  }
  .ferge-class .mb-7 {
    margin-bottom: 28px !important;
  }
  .ferge-class .ml-7 {
    margin-left: 28px !important;
  }
  .ferge-class .mt-8 {
    margin-top: 32px !important;
  }
  .ferge-class .mr-8 {
    margin-right: 32px !important;
  }
  .ferge-class .mb-8 {
    margin-bottom: 32px !important;
  }
  .ferge-class .ml-8 {
    margin-left: 32px !important;
  }
  .ferge-class .mt-9 {
    margin-top: 36px !important;
  }
  .ferge-class .mr-9 {
    margin-right: 36px !important;
  }
  .ferge-class .mb-9 {
    margin-bottom: 36px !important;
  }
  .ferge-class .ml-9 {
    margin-left: 36px !important;
  }
  .ferge-class .mt-10 {
    margin-top: 40px !important;
  }
  .ferge-class .mr-10 {
    margin-right: 40px !important;
  }
  .ferge-class .mb-10 {
    margin-bottom: 40px !important;
  }
  .ferge-class .ml-10 {
    margin-left: 40px !important;
  }
  .ferge-class .mt-11 {
    margin-top: 44px !important;
  }
  .ferge-class .mr-11 {
    margin-right: 44px !important;
  }
  .ferge-class .mb-11 {
    margin-bottom: 44px !important;
  }
  .ferge-class .ml-11 {
    margin-left: 44px !important;
  }
  .ferge-class .mt-12 {
    margin-top: 48px !important;
  }
  .ferge-class .mr-12 {
    margin-right: 48px !important;
  }
  .ferge-class .mb-12 {
    margin-bottom: 48px !important;
  }
  .ferge-class .ml-12 {
    margin-left: 48px !important;
  }
  .ferge-class .mt-13 {
    margin-top: 52px !important;
  }
  .ferge-class .mr-13 {
    margin-right: 52px !important;
  }
  .ferge-class .mb-13 {
    margin-bottom: 52px !important;
  }
  .ferge-class .ml-13 {
    margin-left: 52px !important;
  }
  .ferge-class .mt-14 {
    margin-top: 56px !important;
  }
  .ferge-class .mr-14 {
    margin-right: 56px !important;
  }
  .ferge-class .mb-14 {
    margin-bottom: 56px !important;
  }
  .ferge-class .ml-14 {
    margin-left: 56px !important;
  }
  .ferge-class .mt-15 {
    margin-top: 60px !important;
  }
  .ferge-class .mr-15 {
    margin-right: 60px !important;
  }
  .ferge-class .mb-15 {
    margin-bottom: 60px !important;
  }
  .ferge-class .ml-15 {
    margin-left: 60px !important;
  }
  .ferge-class .mt-16 {
    margin-top: 64px !important;
  }
  .ferge-class .mr-16 {
    margin-right: 64px !important;
  }
  .ferge-class .mb-16 {
    margin-bottom: 64px !important;
  }
  .ferge-class .ml-16 {
    margin-left: 64px !important;
  }
  .ferge-class .mt-17 {
    margin-top: 68px !important;
  }
  .ferge-class .mr-17 {
    margin-right: 68px !important;
  }
  .ferge-class .mb-17 {
    margin-bottom: 68px !important;
  }
  .ferge-class .ml-17 {
    margin-left: 68px !important;
  }
  .ferge-class .mt-18 {
    margin-top: 72px !important;
  }
  .ferge-class .mr-18 {
    margin-right: 72px !important;
  }
  .ferge-class .mb-18 {
    margin-bottom: 72px !important;
  }
  .ferge-class .ml-18 {
    margin-left: 72px !important;
  }
  .ferge-class .mt-19 {
    margin-top: 76px !important;
  }
  .ferge-class .mr-19 {
    margin-right: 76px !important;
  }
  .ferge-class .mb-19 {
    margin-bottom: 76px !important;
  }
  .ferge-class .ml-19 {
    margin-left: 76px !important;
  }
  .ferge-class .mt-20 {
    margin-top: 80px !important;
  }
  .ferge-class .mr-20 {
    margin-right: 80px !important;
  }
  .ferge-class .mb-20 {
    margin-bottom: 80px !important;
  }
  .ferge-class .ml-20 {
    margin-left: 80px !important;
  }
  .ferge-class .mt-21 {
    margin-top: 84px !important;
  }
  .ferge-class .mr-21 {
    margin-right: 84px !important;
  }
  .ferge-class .mb-21 {
    margin-bottom: 84px !important;
  }
  .ferge-class .ml-21 {
    margin-left: 84px !important;
  }
  .ferge-class .mt-22 {
    margin-top: 88px !important;
  }
  .ferge-class .mr-22 {
    margin-right: 88px !important;
  }
  .ferge-class .mb-22 {
    margin-bottom: 88px !important;
  }
  .ferge-class .ml-22 {
    margin-left: 88px !important;
  }
  .ferge-class .mt-23 {
    margin-top: 92px !important;
  }
  .ferge-class .mr-23 {
    margin-right: 92px !important;
  }
  .ferge-class .mb-23 {
    margin-bottom: 92px !important;
  }
  .ferge-class .ml-23 {
    margin-left: 92px !important;
  }
  .ferge-class .mt-24 {
    margin-top: 96px !important;
  }
  .ferge-class .mr-24 {
    margin-right: 96px !important;
  }
  .ferge-class .mb-24 {
    margin-bottom: 96px !important;
  }
  .ferge-class .ml-24 {
    margin-left: 96px !important;
  }
  .ferge-class .mt-25 {
    margin-top: 100px !important;
  }
  .ferge-class .mr-25 {
    margin-right: 100px !important;
  }
  .ferge-class .mb-25 {
    margin-bottom: 100px !important;
  }
  .ferge-class .ml-25 {
    margin-left: 100px !important;
  }
  .ferge-class .mt-26 {
    margin-top: 104px !important;
  }
  .ferge-class .mr-26 {
    margin-right: 104px !important;
  }
  .ferge-class .mb-26 {
    margin-bottom: 104px !important;
  }
  .ferge-class .ml-26 {
    margin-left: 104px !important;
  }
  .ferge-class .mt-27 {
    margin-top: 108px !important;
  }
  .ferge-class .mr-27 {
    margin-right: 108px !important;
  }
  .ferge-class .mb-27 {
    margin-bottom: 108px !important;
  }
  .ferge-class .ml-27 {
    margin-left: 108px !important;
  }
  .ferge-class .mt-28 {
    margin-top: 112px !important;
  }
  .ferge-class .mr-28 {
    margin-right: 112px !important;
  }
  .ferge-class .mb-28 {
    margin-bottom: 112px !important;
  }
  .ferge-class .ml-28 {
    margin-left: 112px !important;
  }
  .ferge-class .mt-29 {
    margin-top: 116px !important;
  }
  .ferge-class .mr-29 {
    margin-right: 116px !important;
  }
  .ferge-class .mb-29 {
    margin-bottom: 116px !important;
  }
  .ferge-class .ml-29 {
    margin-left: 116px !important;
  }
  .ferge-class .mt-30 {
    margin-top: 120px !important;
  }
  .ferge-class .mr-30 {
    margin-right: 120px !important;
  }
  .ferge-class .mb-30 {
    margin-bottom: 120px !important;
  }
  .ferge-class .ml-30 {
    margin-left: 120px !important;
  }
  .ferge-class .pt-0 {
    padding-top: 0px !important;
  }
  .ferge-class .pr-0 {
    padding-right: 0px !important;
  }
  .ferge-class .pb-0 {
    padding-bottom: 0px !important;
  }
  .ferge-class .pl-0 {
    padding-left: 0px !important;
  }
  .ferge-class .pt-1 {
    padding-top: 4px !important;
  }
  .ferge-class .pr-1 {
    padding-right: 4px !important;
  }
  .ferge-class .pb-1 {
    padding-bottom: 4px !important;
  }
  .ferge-class .pl-1 {
    padding-left: 4px !important;
  }
  .ferge-class .pt-2 {
    padding-top: 8px !important;
  }
  .ferge-class .pr-2 {
    padding-right: 8px !important;
  }
  .ferge-class .pb-2 {
    padding-bottom: 8px !important;
  }
  .ferge-class .pl-2 {
    padding-left: 8px !important;
  }
  .ferge-class .pt-3 {
    padding-top: 12px !important;
  }
  .ferge-class .pr-3 {
    padding-right: 12px !important;
  }
  .ferge-class .pb-3 {
    padding-bottom: 12px !important;
  }
  .ferge-class .pl-3 {
    padding-left: 12px !important;
  }
  .ferge-class .pt-4 {
    padding-top: 16px !important;
  }
  .ferge-class .pr-4 {
    padding-right: 16px !important;
  }
  .ferge-class .pb-4 {
    padding-bottom: 16px !important;
  }
  .ferge-class .pl-4 {
    padding-left: 16px !important;
  }
  .ferge-class .pt-5 {
    padding-top: 20px !important;
  }
  .ferge-class .pr-5 {
    padding-right: 20px !important;
  }
  .ferge-class .pb-5 {
    padding-bottom: 20px !important;
  }
  .ferge-class .pl-5 {
    padding-left: 20px !important;
  }
  .ferge-class .pt-6 {
    padding-top: 24px !important;
  }
  .ferge-class .pr-6 {
    padding-right: 24px !important;
  }
  .ferge-class .pb-6 {
    padding-bottom: 24px !important;
  }
  .ferge-class .pl-6 {
    padding-left: 24px !important;
  }
  .ferge-class .pt-7 {
    padding-top: 28px !important;
  }
  .ferge-class .pr-7 {
    padding-right: 28px !important;
  }
  .ferge-class .pb-7 {
    padding-bottom: 28px !important;
  }
  .ferge-class .pl-7 {
    padding-left: 28px !important;
  }
  .ferge-class .pt-8 {
    padding-top: 32px !important;
  }
  .ferge-class .pr-8 {
    padding-right: 32px !important;
  }
  .ferge-class .pb-8 {
    padding-bottom: 32px !important;
  }
  .ferge-class .pl-8 {
    padding-left: 32px !important;
  }
  .ferge-class .pt-9 {
    padding-top: 36px !important;
  }
  .ferge-class .pr-9 {
    padding-right: 36px !important;
  }
  .ferge-class .pb-9 {
    padding-bottom: 36px !important;
  }
  .ferge-class .pl-9 {
    padding-left: 36px !important;
  }
  .ferge-class .pt-10 {
    padding-top: 40px !important;
  }
  .ferge-class .pr-10 {
    padding-right: 40px !important;
  }
  .ferge-class .pb-10 {
    padding-bottom: 40px !important;
  }
  .ferge-class .pl-10 {
    padding-left: 40px !important;
  }
  .ferge-class .pt-11 {
    padding-top: 44px !important;
  }
  .ferge-class .pr-11 {
    padding-right: 44px !important;
  }
  .ferge-class .pb-11 {
    padding-bottom: 44px !important;
  }
  .ferge-class .pl-11 {
    padding-left: 44px !important;
  }
  .ferge-class .pt-12 {
    padding-top: 48px !important;
  }
  .ferge-class .pr-12 {
    padding-right: 48px !important;
  }
  .ferge-class .pb-12 {
    padding-bottom: 48px !important;
  }
  .ferge-class .pl-12 {
    padding-left: 48px !important;
  }
  .ferge-class .pt-13 {
    padding-top: 52px !important;
  }
  .ferge-class .pr-13 {
    padding-right: 52px !important;
  }
  .ferge-class .pb-13 {
    padding-bottom: 52px !important;
  }
  .ferge-class .pl-13 {
    padding-left: 52px !important;
  }
  .ferge-class .pt-14 {
    padding-top: 56px !important;
  }
  .ferge-class .pr-14 {
    padding-right: 56px !important;
  }
  .ferge-class .pb-14 {
    padding-bottom: 56px !important;
  }
  .ferge-class .pl-14 {
    padding-left: 56px !important;
  }
  .ferge-class .pt-15 {
    padding-top: 60px !important;
  }
  .ferge-class .pr-15 {
    padding-right: 60px !important;
  }
  .ferge-class .pb-15 {
    padding-bottom: 60px !important;
  }
  .ferge-class .pl-15 {
    padding-left: 60px !important;
  }
  .ferge-class .pt-16 {
    padding-top: 64px !important;
  }
  .ferge-class .pr-16 {
    padding-right: 64px !important;
  }
  .ferge-class .pb-16 {
    padding-bottom: 64px !important;
  }
  .ferge-class .pl-16 {
    padding-left: 64px !important;
  }
  .ferge-class .pt-17 {
    padding-top: 68px !important;
  }
  .ferge-class .pr-17 {
    padding-right: 68px !important;
  }
  .ferge-class .pb-17 {
    padding-bottom: 68px !important;
  }
  .ferge-class .pl-17 {
    padding-left: 68px !important;
  }
  .ferge-class .pt-18 {
    padding-top: 72px !important;
  }
  .ferge-class .pr-18 {
    padding-right: 72px !important;
  }
  .ferge-class .pb-18 {
    padding-bottom: 72px !important;
  }
  .ferge-class .pl-18 {
    padding-left: 72px !important;
  }
  .ferge-class .pt-19 {
    padding-top: 76px !important;
  }
  .ferge-class .pr-19 {
    padding-right: 76px !important;
  }
  .ferge-class .pb-19 {
    padding-bottom: 76px !important;
  }
  .ferge-class .pl-19 {
    padding-left: 76px !important;
  }
  .ferge-class .pt-20 {
    padding-top: 80px !important;
  }
  .ferge-class .pr-20 {
    padding-right: 80px !important;
  }
  .ferge-class .pb-20 {
    padding-bottom: 80px !important;
  }
  .ferge-class .pl-20 {
    padding-left: 80px !important;
  }
  .ferge-class .pt-21 {
    padding-top: 84px !important;
  }
  .ferge-class .pr-21 {
    padding-right: 84px !important;
  }
  .ferge-class .pb-21 {
    padding-bottom: 84px !important;
  }
  .ferge-class .pl-21 {
    padding-left: 84px !important;
  }
  .ferge-class .pt-22 {
    padding-top: 88px !important;
  }
  .ferge-class .pr-22 {
    padding-right: 88px !important;
  }
  .ferge-class .pb-22 {
    padding-bottom: 88px !important;
  }
  .ferge-class .pl-22 {
    padding-left: 88px !important;
  }
  .ferge-class .pt-23 {
    padding-top: 92px !important;
  }
  .ferge-class .pr-23 {
    padding-right: 92px !important;
  }
  .ferge-class .pb-23 {
    padding-bottom: 92px !important;
  }
  .ferge-class .pl-23 {
    padding-left: 92px !important;
  }
  .ferge-class .pt-24 {
    padding-top: 96px !important;
  }
  .ferge-class .pr-24 {
    padding-right: 96px !important;
  }
  .ferge-class .pb-24 {
    padding-bottom: 96px !important;
  }
  .ferge-class .pl-24 {
    padding-left: 96px !important;
  }
  .ferge-class .pt-25 {
    padding-top: 100px !important;
  }
  .ferge-class .pr-25 {
    padding-right: 100px !important;
  }
  .ferge-class .pb-25 {
    padding-bottom: 100px !important;
  }
  .ferge-class .pl-25 {
    padding-left: 100px !important;
  }
  .ferge-class .pt-26 {
    padding-top: 104px !important;
  }
  .ferge-class .pr-26 {
    padding-right: 104px !important;
  }
  .ferge-class .pb-26 {
    padding-bottom: 104px !important;
  }
  .ferge-class .pl-26 {
    padding-left: 104px !important;
  }
  .ferge-class .pt-27 {
    padding-top: 108px !important;
  }
  .ferge-class .pr-27 {
    padding-right: 108px !important;
  }
  .ferge-class .pb-27 {
    padding-bottom: 108px !important;
  }
  .ferge-class .pl-27 {
    padding-left: 108px !important;
  }
  .ferge-class .pt-28 {
    padding-top: 112px !important;
  }
  .ferge-class .pr-28 {
    padding-right: 112px !important;
  }
  .ferge-class .pb-28 {
    padding-bottom: 112px !important;
  }
  .ferge-class .pl-28 {
    padding-left: 112px !important;
  }
  .ferge-class .pt-29 {
    padding-top: 116px !important;
  }
  .ferge-class .pr-29 {
    padding-right: 116px !important;
  }
  .ferge-class .pb-29 {
    padding-bottom: 116px !important;
  }
  .ferge-class .pl-29 {
    padding-left: 116px !important;
  }
  .ferge-class .pt-30 {
    padding-top: 120px !important;
  }
  .ferge-class .pr-30 {
    padding-right: 120px !important;
  }
  .ferge-class .pb-30 {
    padding-bottom: 120px !important;
  }
  .ferge-class .pl-30 {
    padding-left: 120px !important;
  }
  .ferge-class .m-sm-0 {
    margin: 0px !important;
  }
  .ferge-class .mt-sm-0 {
    margin-top: 0px !important;
  }
  .ferge-class .mr-sm-0 {
    margin-right: 0px !important;
  }
  .ferge-class .mb-sm-0 {
    margin-bottom: 0px !important;
  }
  .ferge-class .ml-sm-0 {
    margin-left: 0px !important;
  }
  .ferge-class .mt-sm-n0 {
    margin-top: 0px !important;
  }
  .ferge-class .mr-sm-n0 {
    margin-right: 0px !important;
  }
  .ferge-class .mb-sm-n0 {
    margin-bottom: 0px !important;
  }
  .ferge-class .ml-sm-n0 {
    margin-left: 0px !important;
  }
  .ferge-class .m-sm-1 {
    margin: 4px !important;
  }
  .ferge-class .mt-sm-1 {
    margin-top: 4px !important;
  }
  .ferge-class .mr-sm-1 {
    margin-right: 4px !important;
  }
  .ferge-class .mb-sm-1 {
    margin-bottom: 4px !important;
  }
  .ferge-class .ml-sm-1 {
    margin-left: 4px !important;
  }
  .ferge-class .mt-sm-n1 {
    margin-top: -4px !important;
  }
  .ferge-class .mr-sm-n1 {
    margin-right: -4px !important;
  }
  .ferge-class .mb-sm-n1 {
    margin-bottom: -4px !important;
  }
  .ferge-class .ml-sm-n1 {
    margin-left: -4px !important;
  }
  .ferge-class .m-sm-2 {
    margin: 8px !important;
  }
  .ferge-class .mt-sm-2 {
    margin-top: 8px !important;
  }
  .ferge-class .mr-sm-2 {
    margin-right: 8px !important;
  }
  .ferge-class .mb-sm-2 {
    margin-bottom: 8px !important;
  }
  .ferge-class .ml-sm-2 {
    margin-left: 8px !important;
  }
  .ferge-class .mt-sm-n2 {
    margin-top: -8px !important;
  }
  .ferge-class .mr-sm-n2 {
    margin-right: -8px !important;
  }
  .ferge-class .mb-sm-n2 {
    margin-bottom: -8px !important;
  }
  .ferge-class .ml-sm-n2 {
    margin-left: -8px !important;
  }
  .ferge-class .m-sm-3 {
    margin: 12px !important;
  }
  .ferge-class .mt-sm-3 {
    margin-top: 12px !important;
  }
  .ferge-class .mr-sm-3 {
    margin-right: 12px !important;
  }
  .ferge-class .mb-sm-3 {
    margin-bottom: 12px !important;
  }
  .ferge-class .ml-sm-3 {
    margin-left: 12px !important;
  }
  .ferge-class .mt-sm-n3 {
    margin-top: -12px !important;
  }
  .ferge-class .mr-sm-n3 {
    margin-right: -12px !important;
  }
  .ferge-class .mb-sm-n3 {
    margin-bottom: -12px !important;
  }
  .ferge-class .ml-sm-n3 {
    margin-left: -12px !important;
  }
  .ferge-class .m-sm-4 {
    margin: 16px !important;
  }
  .ferge-class .mt-sm-4 {
    margin-top: 16px !important;
  }
  .ferge-class .mr-sm-4 {
    margin-right: 16px !important;
  }
  .ferge-class .mb-sm-4 {
    margin-bottom: 16px !important;
  }
  .ferge-class .ml-sm-4 {
    margin-left: 16px !important;
  }
  .ferge-class .mt-sm-n4 {
    margin-top: -16px !important;
  }
  .ferge-class .mr-sm-n4 {
    margin-right: -16px !important;
  }
  .ferge-class .mb-sm-n4 {
    margin-bottom: -16px !important;
  }
  .ferge-class .ml-sm-n4 {
    margin-left: -16px !important;
  }
  .ferge-class .m-sm-5 {
    margin: 20px !important;
  }
  .ferge-class .mt-sm-5 {
    margin-top: 20px !important;
  }
  .ferge-class .mr-sm-5 {
    margin-right: 20px !important;
  }
  .ferge-class .mb-sm-5 {
    margin-bottom: 20px !important;
  }
  .ferge-class .ml-sm-5 {
    margin-left: 20px !important;
  }
  .ferge-class .mt-sm-n5 {
    margin-top: -20px !important;
  }
  .ferge-class .mr-sm-n5 {
    margin-right: -20px !important;
  }
  .ferge-class .mb-sm-n5 {
    margin-bottom: -20px !important;
  }
  .ferge-class .ml-sm-n5 {
    margin-left: -20px !important;
  }
  .ferge-class .m-sm-6 {
    margin: 24px !important;
  }
  .ferge-class .mt-sm-6 {
    margin-top: 24px !important;
  }
  .ferge-class .mr-sm-6 {
    margin-right: 24px !important;
  }
  .ferge-class .mb-sm-6 {
    margin-bottom: 24px !important;
  }
  .ferge-class .ml-sm-6 {
    margin-left: 24px !important;
  }
  .ferge-class .mt-sm-n6 {
    margin-top: -24px !important;
  }
  .ferge-class .mr-sm-n6 {
    margin-right: -24px !important;
  }
  .ferge-class .mb-sm-n6 {
    margin-bottom: -24px !important;
  }
  .ferge-class .ml-sm-n6 {
    margin-left: -24px !important;
  }
  .ferge-class .m-sm-7 {
    margin: 28px !important;
  }
  .ferge-class .mt-sm-7 {
    margin-top: 28px !important;
  }
  .ferge-class .mr-sm-7 {
    margin-right: 28px !important;
  }
  .ferge-class .mb-sm-7 {
    margin-bottom: 28px !important;
  }
  .ferge-class .ml-sm-7 {
    margin-left: 28px !important;
  }
  .ferge-class .mt-sm-n7 {
    margin-top: -28px !important;
  }
  .ferge-class .mr-sm-n7 {
    margin-right: -28px !important;
  }
  .ferge-class .mb-sm-n7 {
    margin-bottom: -28px !important;
  }
  .ferge-class .ml-sm-n7 {
    margin-left: -28px !important;
  }
  .ferge-class .m-sm-8 {
    margin: 32px !important;
  }
  .ferge-class .mt-sm-8 {
    margin-top: 32px !important;
  }
  .ferge-class .mr-sm-8 {
    margin-right: 32px !important;
  }
  .ferge-class .mb-sm-8 {
    margin-bottom: 32px !important;
  }
  .ferge-class .ml-sm-8 {
    margin-left: 32px !important;
  }
  .ferge-class .mt-sm-n8 {
    margin-top: -32px !important;
  }
  .ferge-class .mr-sm-n8 {
    margin-right: -32px !important;
  }
  .ferge-class .mb-sm-n8 {
    margin-bottom: -32px !important;
  }
  .ferge-class .ml-sm-n8 {
    margin-left: -32px !important;
  }
  .ferge-class .m-sm-9 {
    margin: 36px !important;
  }
  .ferge-class .mt-sm-9 {
    margin-top: 36px !important;
  }
  .ferge-class .mr-sm-9 {
    margin-right: 36px !important;
  }
  .ferge-class .mb-sm-9 {
    margin-bottom: 36px !important;
  }
  .ferge-class .ml-sm-9 {
    margin-left: 36px !important;
  }
  .ferge-class .mt-sm-n9 {
    margin-top: -36px !important;
  }
  .ferge-class .mr-sm-n9 {
    margin-right: -36px !important;
  }
  .ferge-class .mb-sm-n9 {
    margin-bottom: -36px !important;
  }
  .ferge-class .ml-sm-n9 {
    margin-left: -36px !important;
  }
  .ferge-class .m-sm-10 {
    margin: 40px !important;
  }
  .ferge-class .mt-sm-10 {
    margin-top: 40px !important;
  }
  .ferge-class .mr-sm-10 {
    margin-right: 40px !important;
  }
  .ferge-class .mb-sm-10 {
    margin-bottom: 40px !important;
  }
  .ferge-class .ml-sm-10 {
    margin-left: 40px !important;
  }
  .ferge-class .mt-sm-n10 {
    margin-top: -40px !important;
  }
  .ferge-class .mr-sm-n10 {
    margin-right: -40px !important;
  }
  .ferge-class .mb-sm-n10 {
    margin-bottom: -40px !important;
  }
  .ferge-class .ml-sm-n10 {
    margin-left: -40px !important;
  }
  .ferge-class .m-sm-11 {
    margin: 44px !important;
  }
  .ferge-class .mt-sm-11 {
    margin-top: 44px !important;
  }
  .ferge-class .mr-sm-11 {
    margin-right: 44px !important;
  }
  .ferge-class .mb-sm-11 {
    margin-bottom: 44px !important;
  }
  .ferge-class .ml-sm-11 {
    margin-left: 44px !important;
  }
  .ferge-class .mt-sm-n11 {
    margin-top: -44px !important;
  }
  .ferge-class .mr-sm-n11 {
    margin-right: -44px !important;
  }
  .ferge-class .mb-sm-n11 {
    margin-bottom: -44px !important;
  }
  .ferge-class .ml-sm-n11 {
    margin-left: -44px !important;
  }
  .ferge-class .m-sm-12 {
    margin: 48px !important;
  }
  .ferge-class .mt-sm-12 {
    margin-top: 48px !important;
  }
  .ferge-class .mr-sm-12 {
    margin-right: 48px !important;
  }
  .ferge-class .mb-sm-12 {
    margin-bottom: 48px !important;
  }
  .ferge-class .ml-sm-12 {
    margin-left: 48px !important;
  }
  .ferge-class .mt-sm-n12 {
    margin-top: -48px !important;
  }
  .ferge-class .mr-sm-n12 {
    margin-right: -48px !important;
  }
  .ferge-class .mb-sm-n12 {
    margin-bottom: -48px !important;
  }
  .ferge-class .ml-sm-n12 {
    margin-left: -48px !important;
  }
  .ferge-class .m-sm-13 {
    margin: 52px !important;
  }
  .ferge-class .mt-sm-13 {
    margin-top: 52px !important;
  }
  .ferge-class .mr-sm-13 {
    margin-right: 52px !important;
  }
  .ferge-class .mb-sm-13 {
    margin-bottom: 52px !important;
  }
  .ferge-class .ml-sm-13 {
    margin-left: 52px !important;
  }
  .ferge-class .mt-sm-n13 {
    margin-top: -52px !important;
  }
  .ferge-class .mr-sm-n13 {
    margin-right: -52px !important;
  }
  .ferge-class .mb-sm-n13 {
    margin-bottom: -52px !important;
  }
  .ferge-class .ml-sm-n13 {
    margin-left: -52px !important;
  }
  .ferge-class .m-sm-14 {
    margin: 56px !important;
  }
  .ferge-class .mt-sm-14 {
    margin-top: 56px !important;
  }
  .ferge-class .mr-sm-14 {
    margin-right: 56px !important;
  }
  .ferge-class .mb-sm-14 {
    margin-bottom: 56px !important;
  }
  .ferge-class .ml-sm-14 {
    margin-left: 56px !important;
  }
  .ferge-class .mt-sm-n14 {
    margin-top: -56px !important;
  }
  .ferge-class .mr-sm-n14 {
    margin-right: -56px !important;
  }
  .ferge-class .mb-sm-n14 {
    margin-bottom: -56px !important;
  }
  .ferge-class .ml-sm-n14 {
    margin-left: -56px !important;
  }
  .ferge-class .m-sm-15 {
    margin: 60px !important;
  }
  .ferge-class .mt-sm-15 {
    margin-top: 60px !important;
  }
  .ferge-class .mr-sm-15 {
    margin-right: 60px !important;
  }
  .ferge-class .mb-sm-15 {
    margin-bottom: 60px !important;
  }
  .ferge-class .ml-sm-15 {
    margin-left: 60px !important;
  }
  .ferge-class .mt-sm-n15 {
    margin-top: -60px !important;
  }
  .ferge-class .mr-sm-n15 {
    margin-right: -60px !important;
  }
  .ferge-class .mb-sm-n15 {
    margin-bottom: -60px !important;
  }
  .ferge-class .ml-sm-n15 {
    margin-left: -60px !important;
  }
  .ferge-class .m-sm-16 {
    margin: 64px !important;
  }
  .ferge-class .mt-sm-16 {
    margin-top: 64px !important;
  }
  .ferge-class .mr-sm-16 {
    margin-right: 64px !important;
  }
  .ferge-class .mb-sm-16 {
    margin-bottom: 64px !important;
  }
  .ferge-class .ml-sm-16 {
    margin-left: 64px !important;
  }
  .ferge-class .mt-sm-n16 {
    margin-top: -64px !important;
  }
  .ferge-class .mr-sm-n16 {
    margin-right: -64px !important;
  }
  .ferge-class .mb-sm-n16 {
    margin-bottom: -64px !important;
  }
  .ferge-class .ml-sm-n16 {
    margin-left: -64px !important;
  }
  .ferge-class .m-sm-17 {
    margin: 68px !important;
  }
  .ferge-class .mt-sm-17 {
    margin-top: 68px !important;
  }
  .ferge-class .mr-sm-17 {
    margin-right: 68px !important;
  }
  .ferge-class .mb-sm-17 {
    margin-bottom: 68px !important;
  }
  .ferge-class .ml-sm-17 {
    margin-left: 68px !important;
  }
  .ferge-class .mt-sm-n17 {
    margin-top: -68px !important;
  }
  .ferge-class .mr-sm-n17 {
    margin-right: -68px !important;
  }
  .ferge-class .mb-sm-n17 {
    margin-bottom: -68px !important;
  }
  .ferge-class .ml-sm-n17 {
    margin-left: -68px !important;
  }
  .ferge-class .m-sm-18 {
    margin: 72px !important;
  }
  .ferge-class .mt-sm-18 {
    margin-top: 72px !important;
  }
  .ferge-class .mr-sm-18 {
    margin-right: 72px !important;
  }
  .ferge-class .mb-sm-18 {
    margin-bottom: 72px !important;
  }
  .ferge-class .ml-sm-18 {
    margin-left: 72px !important;
  }
  .ferge-class .mt-sm-n18 {
    margin-top: -72px !important;
  }
  .ferge-class .mr-sm-n18 {
    margin-right: -72px !important;
  }
  .ferge-class .mb-sm-n18 {
    margin-bottom: -72px !important;
  }
  .ferge-class .ml-sm-n18 {
    margin-left: -72px !important;
  }
  .ferge-class .m-sm-19 {
    margin: 76px !important;
  }
  .ferge-class .mt-sm-19 {
    margin-top: 76px !important;
  }
  .ferge-class .mr-sm-19 {
    margin-right: 76px !important;
  }
  .ferge-class .mb-sm-19 {
    margin-bottom: 76px !important;
  }
  .ferge-class .ml-sm-19 {
    margin-left: 76px !important;
  }
  .ferge-class .mt-sm-n19 {
    margin-top: -76px !important;
  }
  .ferge-class .mr-sm-n19 {
    margin-right: -76px !important;
  }
  .ferge-class .mb-sm-n19 {
    margin-bottom: -76px !important;
  }
  .ferge-class .ml-sm-n19 {
    margin-left: -76px !important;
  }
  .ferge-class .m-sm-20 {
    margin: 80px !important;
  }
  .ferge-class .mt-sm-20 {
    margin-top: 80px !important;
  }
  .ferge-class .mr-sm-20 {
    margin-right: 80px !important;
  }
  .ferge-class .mb-sm-20 {
    margin-bottom: 80px !important;
  }
  .ferge-class .ml-sm-20 {
    margin-left: 80px !important;
  }
  .ferge-class .mt-sm-n20 {
    margin-top: -80px !important;
  }
  .ferge-class .mr-sm-n20 {
    margin-right: -80px !important;
  }
  .ferge-class .mb-sm-n20 {
    margin-bottom: -80px !important;
  }
  .ferge-class .ml-sm-n20 {
    margin-left: -80px !important;
  }
  .ferge-class .m-sm-21 {
    margin: 84px !important;
  }
  .ferge-class .mt-sm-21 {
    margin-top: 84px !important;
  }
  .ferge-class .mr-sm-21 {
    margin-right: 84px !important;
  }
  .ferge-class .mb-sm-21 {
    margin-bottom: 84px !important;
  }
  .ferge-class .ml-sm-21 {
    margin-left: 84px !important;
  }
  .ferge-class .mt-sm-n21 {
    margin-top: -84px !important;
  }
  .ferge-class .mr-sm-n21 {
    margin-right: -84px !important;
  }
  .ferge-class .mb-sm-n21 {
    margin-bottom: -84px !important;
  }
  .ferge-class .ml-sm-n21 {
    margin-left: -84px !important;
  }
  .ferge-class .m-sm-22 {
    margin: 88px !important;
  }
  .ferge-class .mt-sm-22 {
    margin-top: 88px !important;
  }
  .ferge-class .mr-sm-22 {
    margin-right: 88px !important;
  }
  .ferge-class .mb-sm-22 {
    margin-bottom: 88px !important;
  }
  .ferge-class .ml-sm-22 {
    margin-left: 88px !important;
  }
  .ferge-class .mt-sm-n22 {
    margin-top: -88px !important;
  }
  .ferge-class .mr-sm-n22 {
    margin-right: -88px !important;
  }
  .ferge-class .mb-sm-n22 {
    margin-bottom: -88px !important;
  }
  .ferge-class .ml-sm-n22 {
    margin-left: -88px !important;
  }
  .ferge-class .m-sm-23 {
    margin: 92px !important;
  }
  .ferge-class .mt-sm-23 {
    margin-top: 92px !important;
  }
  .ferge-class .mr-sm-23 {
    margin-right: 92px !important;
  }
  .ferge-class .mb-sm-23 {
    margin-bottom: 92px !important;
  }
  .ferge-class .ml-sm-23 {
    margin-left: 92px !important;
  }
  .ferge-class .mt-sm-n23 {
    margin-top: -92px !important;
  }
  .ferge-class .mr-sm-n23 {
    margin-right: -92px !important;
  }
  .ferge-class .mb-sm-n23 {
    margin-bottom: -92px !important;
  }
  .ferge-class .ml-sm-n23 {
    margin-left: -92px !important;
  }
  .ferge-class .m-sm-24 {
    margin: 96px !important;
  }
  .ferge-class .mt-sm-24 {
    margin-top: 96px !important;
  }
  .ferge-class .mr-sm-24 {
    margin-right: 96px !important;
  }
  .ferge-class .mb-sm-24 {
    margin-bottom: 96px !important;
  }
  .ferge-class .ml-sm-24 {
    margin-left: 96px !important;
  }
  .ferge-class .mt-sm-n24 {
    margin-top: -96px !important;
  }
  .ferge-class .mr-sm-n24 {
    margin-right: -96px !important;
  }
  .ferge-class .mb-sm-n24 {
    margin-bottom: -96px !important;
  }
  .ferge-class .ml-sm-n24 {
    margin-left: -96px !important;
  }
  .ferge-class .m-sm-25 {
    margin: 100px !important;
  }
  .ferge-class .mt-sm-25 {
    margin-top: 100px !important;
  }
  .ferge-class .mr-sm-25 {
    margin-right: 100px !important;
  }
  .ferge-class .mb-sm-25 {
    margin-bottom: 100px !important;
  }
  .ferge-class .ml-sm-25 {
    margin-left: 100px !important;
  }
  .ferge-class .mt-sm-n25 {
    margin-top: -100px !important;
  }
  .ferge-class .mr-sm-n25 {
    margin-right: -100px !important;
  }
  .ferge-class .mb-sm-n25 {
    margin-bottom: -100px !important;
  }
  .ferge-class .ml-sm-n25 {
    margin-left: -100px !important;
  }
  .ferge-class .m-sm-26 {
    margin: 104px !important;
  }
  .ferge-class .mt-sm-26 {
    margin-top: 104px !important;
  }
  .ferge-class .mr-sm-26 {
    margin-right: 104px !important;
  }
  .ferge-class .mb-sm-26 {
    margin-bottom: 104px !important;
  }
  .ferge-class .ml-sm-26 {
    margin-left: 104px !important;
  }
  .ferge-class .mt-sm-n26 {
    margin-top: -104px !important;
  }
  .ferge-class .mr-sm-n26 {
    margin-right: -104px !important;
  }
  .ferge-class .mb-sm-n26 {
    margin-bottom: -104px !important;
  }
  .ferge-class .ml-sm-n26 {
    margin-left: -104px !important;
  }
  .ferge-class .m-sm-27 {
    margin: 108px !important;
  }
  .ferge-class .mt-sm-27 {
    margin-top: 108px !important;
  }
  .ferge-class .mr-sm-27 {
    margin-right: 108px !important;
  }
  .ferge-class .mb-sm-27 {
    margin-bottom: 108px !important;
  }
  .ferge-class .ml-sm-27 {
    margin-left: 108px !important;
  }
  .ferge-class .mt-sm-n27 {
    margin-top: -108px !important;
  }
  .ferge-class .mr-sm-n27 {
    margin-right: -108px !important;
  }
  .ferge-class .mb-sm-n27 {
    margin-bottom: -108px !important;
  }
  .ferge-class .ml-sm-n27 {
    margin-left: -108px !important;
  }
  .ferge-class .m-sm-28 {
    margin: 112px !important;
  }
  .ferge-class .mt-sm-28 {
    margin-top: 112px !important;
  }
  .ferge-class .mr-sm-28 {
    margin-right: 112px !important;
  }
  .ferge-class .mb-sm-28 {
    margin-bottom: 112px !important;
  }
  .ferge-class .ml-sm-28 {
    margin-left: 112px !important;
  }
  .ferge-class .mt-sm-n28 {
    margin-top: -112px !important;
  }
  .ferge-class .mr-sm-n28 {
    margin-right: -112px !important;
  }
  .ferge-class .mb-sm-n28 {
    margin-bottom: -112px !important;
  }
  .ferge-class .ml-sm-n28 {
    margin-left: -112px !important;
  }
  .ferge-class .m-sm-29 {
    margin: 116px !important;
  }
  .ferge-class .mt-sm-29 {
    margin-top: 116px !important;
  }
  .ferge-class .mr-sm-29 {
    margin-right: 116px !important;
  }
  .ferge-class .mb-sm-29 {
    margin-bottom: 116px !important;
  }
  .ferge-class .ml-sm-29 {
    margin-left: 116px !important;
  }
  .ferge-class .mt-sm-n29 {
    margin-top: -116px !important;
  }
  .ferge-class .mr-sm-n29 {
    margin-right: -116px !important;
  }
  .ferge-class .mb-sm-n29 {
    margin-bottom: -116px !important;
  }
  .ferge-class .ml-sm-n29 {
    margin-left: -116px !important;
  }
  .ferge-class .m-sm-30 {
    margin: 120px !important;
  }
  .ferge-class .mt-sm-30 {
    margin-top: 120px !important;
  }
  .ferge-class .mr-sm-30 {
    margin-right: 120px !important;
  }
  .ferge-class .mb-sm-30 {
    margin-bottom: 120px !important;
  }
  .ferge-class .ml-sm-30 {
    margin-left: 120px !important;
  }
  .ferge-class .mt-sm-n30 {
    margin-top: -120px !important;
  }
  .ferge-class .mr-sm-n30 {
    margin-right: -120px !important;
  }
  .ferge-class .mb-sm-n30 {
    margin-bottom: -120px !important;
  }
  .ferge-class .ml-sm-n30 {
    margin-left: -120px !important;
  }
  .ferge-class .p-sm-0 {
    padding: 0px !important;
  }
  .ferge-class .pt-sm-0 {
    padding-top: 0px !important;
  }
  .ferge-class .pr-sm-0 {
    padding-right: 0px !important;
  }
  .ferge-class .pb-sm-0 {
    padding-bottom: 0px !important;
  }
  .ferge-class .pl-sm-0 {
    padding-left: 0px !important;
  }
  .ferge-class .p-sm-1 {
    padding: 4px !important;
  }
  .ferge-class .pt-sm-1 {
    padding-top: 4px !important;
  }
  .ferge-class .pr-sm-1 {
    padding-right: 4px !important;
  }
  .ferge-class .pb-sm-1 {
    padding-bottom: 4px !important;
  }
  .ferge-class .pl-sm-1 {
    padding-left: 4px !important;
  }
  .ferge-class .p-sm-2 {
    padding: 8px !important;
  }
  .ferge-class .pt-sm-2 {
    padding-top: 8px !important;
  }
  .ferge-class .pr-sm-2 {
    padding-right: 8px !important;
  }
  .ferge-class .pb-sm-2 {
    padding-bottom: 8px !important;
  }
  .ferge-class .pl-sm-2 {
    padding-left: 8px !important;
  }
  .ferge-class .p-sm-3 {
    padding: 12px !important;
  }
  .ferge-class .pt-sm-3 {
    padding-top: 12px !important;
  }
  .ferge-class .pr-sm-3 {
    padding-right: 12px !important;
  }
  .ferge-class .pb-sm-3 {
    padding-bottom: 12px !important;
  }
  .ferge-class .pl-sm-3 {
    padding-left: 12px !important;
  }
  .ferge-class .p-sm-4 {
    padding: 16px !important;
  }
  .ferge-class .pt-sm-4 {
    padding-top: 16px !important;
  }
  .ferge-class .pr-sm-4 {
    padding-right: 16px !important;
  }
  .ferge-class .pb-sm-4 {
    padding-bottom: 16px !important;
  }
  .ferge-class .pl-sm-4 {
    padding-left: 16px !important;
  }
  .ferge-class .p-sm-5 {
    padding: 20px !important;
  }
  .ferge-class .pt-sm-5 {
    padding-top: 20px !important;
  }
  .ferge-class .pr-sm-5 {
    padding-right: 20px !important;
  }
  .ferge-class .pb-sm-5 {
    padding-bottom: 20px !important;
  }
  .ferge-class .pl-sm-5 {
    padding-left: 20px !important;
  }
  .ferge-class .p-sm-6 {
    padding: 24px !important;
  }
  .ferge-class .pt-sm-6 {
    padding-top: 24px !important;
  }
  .ferge-class .pr-sm-6 {
    padding-right: 24px !important;
  }
  .ferge-class .pb-sm-6 {
    padding-bottom: 24px !important;
  }
  .ferge-class .pl-sm-6 {
    padding-left: 24px !important;
  }
  .ferge-class .p-sm-7 {
    padding: 28px !important;
  }
  .ferge-class .pt-sm-7 {
    padding-top: 28px !important;
  }
  .ferge-class .pr-sm-7 {
    padding-right: 28px !important;
  }
  .ferge-class .pb-sm-7 {
    padding-bottom: 28px !important;
  }
  .ferge-class .pl-sm-7 {
    padding-left: 28px !important;
  }
  .ferge-class .p-sm-8 {
    padding: 32px !important;
  }
  .ferge-class .pt-sm-8 {
    padding-top: 32px !important;
  }
  .ferge-class .pr-sm-8 {
    padding-right: 32px !important;
  }
  .ferge-class .pb-sm-8 {
    padding-bottom: 32px !important;
  }
  .ferge-class .pl-sm-8 {
    padding-left: 32px !important;
  }
  .ferge-class .p-sm-9 {
    padding: 36px !important;
  }
  .ferge-class .pt-sm-9 {
    padding-top: 36px !important;
  }
  .ferge-class .pr-sm-9 {
    padding-right: 36px !important;
  }
  .ferge-class .pb-sm-9 {
    padding-bottom: 36px !important;
  }
  .ferge-class .pl-sm-9 {
    padding-left: 36px !important;
  }
  .ferge-class .p-sm-10 {
    padding: 40px !important;
  }
  .ferge-class .pt-sm-10 {
    padding-top: 40px !important;
  }
  .ferge-class .pr-sm-10 {
    padding-right: 40px !important;
  }
  .ferge-class .pb-sm-10 {
    padding-bottom: 40px !important;
  }
  .ferge-class .pl-sm-10 {
    padding-left: 40px !important;
  }
  .ferge-class .p-sm-11 {
    padding: 44px !important;
  }
  .ferge-class .pt-sm-11 {
    padding-top: 44px !important;
  }
  .ferge-class .pr-sm-11 {
    padding-right: 44px !important;
  }
  .ferge-class .pb-sm-11 {
    padding-bottom: 44px !important;
  }
  .ferge-class .pl-sm-11 {
    padding-left: 44px !important;
  }
  .ferge-class .p-sm-12 {
    padding: 48px !important;
  }
  .ferge-class .pt-sm-12 {
    padding-top: 48px !important;
  }
  .ferge-class .pr-sm-12 {
    padding-right: 48px !important;
  }
  .ferge-class .pb-sm-12 {
    padding-bottom: 48px !important;
  }
  .ferge-class .pl-sm-12 {
    padding-left: 48px !important;
  }
  .ferge-class .p-sm-13 {
    padding: 52px !important;
  }
  .ferge-class .pt-sm-13 {
    padding-top: 52px !important;
  }
  .ferge-class .pr-sm-13 {
    padding-right: 52px !important;
  }
  .ferge-class .pb-sm-13 {
    padding-bottom: 52px !important;
  }
  .ferge-class .pl-sm-13 {
    padding-left: 52px !important;
  }
  .ferge-class .p-sm-14 {
    padding: 56px !important;
  }
  .ferge-class .pt-sm-14 {
    padding-top: 56px !important;
  }
  .ferge-class .pr-sm-14 {
    padding-right: 56px !important;
  }
  .ferge-class .pb-sm-14 {
    padding-bottom: 56px !important;
  }
  .ferge-class .pl-sm-14 {
    padding-left: 56px !important;
  }
  .ferge-class .p-sm-15 {
    padding: 60px !important;
  }
  .ferge-class .pt-sm-15 {
    padding-top: 60px !important;
  }
  .ferge-class .pr-sm-15 {
    padding-right: 60px !important;
  }
  .ferge-class .pb-sm-15 {
    padding-bottom: 60px !important;
  }
  .ferge-class .pl-sm-15 {
    padding-left: 60px !important;
  }
  .ferge-class .p-sm-16 {
    padding: 64px !important;
  }
  .ferge-class .pt-sm-16 {
    padding-top: 64px !important;
  }
  .ferge-class .pr-sm-16 {
    padding-right: 64px !important;
  }
  .ferge-class .pb-sm-16 {
    padding-bottom: 64px !important;
  }
  .ferge-class .pl-sm-16 {
    padding-left: 64px !important;
  }
  .ferge-class .p-sm-17 {
    padding: 68px !important;
  }
  .ferge-class .pt-sm-17 {
    padding-top: 68px !important;
  }
  .ferge-class .pr-sm-17 {
    padding-right: 68px !important;
  }
  .ferge-class .pb-sm-17 {
    padding-bottom: 68px !important;
  }
  .ferge-class .pl-sm-17 {
    padding-left: 68px !important;
  }
  .ferge-class .p-sm-18 {
    padding: 72px !important;
  }
  .ferge-class .pt-sm-18 {
    padding-top: 72px !important;
  }
  .ferge-class .pr-sm-18 {
    padding-right: 72px !important;
  }
  .ferge-class .pb-sm-18 {
    padding-bottom: 72px !important;
  }
  .ferge-class .pl-sm-18 {
    padding-left: 72px !important;
  }
  .ferge-class .p-sm-19 {
    padding: 76px !important;
  }
  .ferge-class .pt-sm-19 {
    padding-top: 76px !important;
  }
  .ferge-class .pr-sm-19 {
    padding-right: 76px !important;
  }
  .ferge-class .pb-sm-19 {
    padding-bottom: 76px !important;
  }
  .ferge-class .pl-sm-19 {
    padding-left: 76px !important;
  }
  .ferge-class .p-sm-20 {
    padding: 80px !important;
  }
  .ferge-class .pt-sm-20 {
    padding-top: 80px !important;
  }
  .ferge-class .pr-sm-20 {
    padding-right: 80px !important;
  }
  .ferge-class .pb-sm-20 {
    padding-bottom: 80px !important;
  }
  .ferge-class .pl-sm-20 {
    padding-left: 80px !important;
  }
  .ferge-class .p-sm-21 {
    padding: 84px !important;
  }
  .ferge-class .pt-sm-21 {
    padding-top: 84px !important;
  }
  .ferge-class .pr-sm-21 {
    padding-right: 84px !important;
  }
  .ferge-class .pb-sm-21 {
    padding-bottom: 84px !important;
  }
  .ferge-class .pl-sm-21 {
    padding-left: 84px !important;
  }
  .ferge-class .p-sm-22 {
    padding: 88px !important;
  }
  .ferge-class .pt-sm-22 {
    padding-top: 88px !important;
  }
  .ferge-class .pr-sm-22 {
    padding-right: 88px !important;
  }
  .ferge-class .pb-sm-22 {
    padding-bottom: 88px !important;
  }
  .ferge-class .pl-sm-22 {
    padding-left: 88px !important;
  }
  .ferge-class .p-sm-23 {
    padding: 92px !important;
  }
  .ferge-class .pt-sm-23 {
    padding-top: 92px !important;
  }
  .ferge-class .pr-sm-23 {
    padding-right: 92px !important;
  }
  .ferge-class .pb-sm-23 {
    padding-bottom: 92px !important;
  }
  .ferge-class .pl-sm-23 {
    padding-left: 92px !important;
  }
  .ferge-class .p-sm-24 {
    padding: 96px !important;
  }
  .ferge-class .pt-sm-24 {
    padding-top: 96px !important;
  }
  .ferge-class .pr-sm-24 {
    padding-right: 96px !important;
  }
  .ferge-class .pb-sm-24 {
    padding-bottom: 96px !important;
  }
  .ferge-class .pl-sm-24 {
    padding-left: 96px !important;
  }
  .ferge-class .p-sm-25 {
    padding: 100px !important;
  }
  .ferge-class .pt-sm-25 {
    padding-top: 100px !important;
  }
  .ferge-class .pr-sm-25 {
    padding-right: 100px !important;
  }
  .ferge-class .pb-sm-25 {
    padding-bottom: 100px !important;
  }
  .ferge-class .pl-sm-25 {
    padding-left: 100px !important;
  }
  .ferge-class .p-sm-26 {
    padding: 104px !important;
  }
  .ferge-class .pt-sm-26 {
    padding-top: 104px !important;
  }
  .ferge-class .pr-sm-26 {
    padding-right: 104px !important;
  }
  .ferge-class .pb-sm-26 {
    padding-bottom: 104px !important;
  }
  .ferge-class .pl-sm-26 {
    padding-left: 104px !important;
  }
  .ferge-class .p-sm-27 {
    padding: 108px !important;
  }
  .ferge-class .pt-sm-27 {
    padding-top: 108px !important;
  }
  .ferge-class .pr-sm-27 {
    padding-right: 108px !important;
  }
  .ferge-class .pb-sm-27 {
    padding-bottom: 108px !important;
  }
  .ferge-class .pl-sm-27 {
    padding-left: 108px !important;
  }
  .ferge-class .p-sm-28 {
    padding: 112px !important;
  }
  .ferge-class .pt-sm-28 {
    padding-top: 112px !important;
  }
  .ferge-class .pr-sm-28 {
    padding-right: 112px !important;
  }
  .ferge-class .pb-sm-28 {
    padding-bottom: 112px !important;
  }
  .ferge-class .pl-sm-28 {
    padding-left: 112px !important;
  }
  .ferge-class .p-sm-29 {
    padding: 116px !important;
  }
  .ferge-class .pt-sm-29 {
    padding-top: 116px !important;
  }
  .ferge-class .pr-sm-29 {
    padding-right: 116px !important;
  }
  .ferge-class .pb-sm-29 {
    padding-bottom: 116px !important;
  }
  .ferge-class .pl-sm-29 {
    padding-left: 116px !important;
  }
  .ferge-class .p-sm-30 {
    padding: 120px !important;
  }
  .ferge-class .pt-sm-30 {
    padding-top: 120px !important;
  }
  .ferge-class .pr-sm-30 {
    padding-right: 120px !important;
  }
  .ferge-class .pb-sm-30 {
    padding-bottom: 120px !important;
  }
  .ferge-class .pl-sm-30 {
    padding-left: 120px !important;
  }
}
@media (min-width: 900px) {
  .ferge-class .mt-0 {
    margin-top: 0px !important;
  }
  .ferge-class .mr-0 {
    margin-right: 0px !important;
  }
  .ferge-class .mb-0 {
    margin-bottom: 0px !important;
  }
  .ferge-class .ml-0 {
    margin-left: 0px !important;
  }
  .ferge-class .mt-1 {
    margin-top: 4px !important;
  }
  .ferge-class .mr-1 {
    margin-right: 4px !important;
  }
  .ferge-class .mb-1 {
    margin-bottom: 4px !important;
  }
  .ferge-class .ml-1 {
    margin-left: 4px !important;
  }
  .ferge-class .mt-2 {
    margin-top: 8px !important;
  }
  .ferge-class .mr-2 {
    margin-right: 8px !important;
  }
  .ferge-class .mb-2 {
    margin-bottom: 8px !important;
  }
  .ferge-class .ml-2 {
    margin-left: 8px !important;
  }
  .ferge-class .mt-3 {
    margin-top: 12px !important;
  }
  .ferge-class .mr-3 {
    margin-right: 12px !important;
  }
  .ferge-class .mb-3 {
    margin-bottom: 12px !important;
  }
  .ferge-class .ml-3 {
    margin-left: 12px !important;
  }
  .ferge-class .mt-4 {
    margin-top: 16px !important;
  }
  .ferge-class .mr-4 {
    margin-right: 16px !important;
  }
  .ferge-class .mb-4 {
    margin-bottom: 16px !important;
  }
  .ferge-class .ml-4 {
    margin-left: 16px !important;
  }
  .ferge-class .mt-5 {
    margin-top: 20px !important;
  }
  .ferge-class .mr-5 {
    margin-right: 20px !important;
  }
  .ferge-class .mb-5 {
    margin-bottom: 20px !important;
  }
  .ferge-class .ml-5 {
    margin-left: 20px !important;
  }
  .ferge-class .mt-6 {
    margin-top: 24px !important;
  }
  .ferge-class .mr-6 {
    margin-right: 24px !important;
  }
  .ferge-class .mb-6 {
    margin-bottom: 24px !important;
  }
  .ferge-class .ml-6 {
    margin-left: 24px !important;
  }
  .ferge-class .mt-7 {
    margin-top: 28px !important;
  }
  .ferge-class .mr-7 {
    margin-right: 28px !important;
  }
  .ferge-class .mb-7 {
    margin-bottom: 28px !important;
  }
  .ferge-class .ml-7 {
    margin-left: 28px !important;
  }
  .ferge-class .mt-8 {
    margin-top: 32px !important;
  }
  .ferge-class .mr-8 {
    margin-right: 32px !important;
  }
  .ferge-class .mb-8 {
    margin-bottom: 32px !important;
  }
  .ferge-class .ml-8 {
    margin-left: 32px !important;
  }
  .ferge-class .mt-9 {
    margin-top: 36px !important;
  }
  .ferge-class .mr-9 {
    margin-right: 36px !important;
  }
  .ferge-class .mb-9 {
    margin-bottom: 36px !important;
  }
  .ferge-class .ml-9 {
    margin-left: 36px !important;
  }
  .ferge-class .mt-10 {
    margin-top: 40px !important;
  }
  .ferge-class .mr-10 {
    margin-right: 40px !important;
  }
  .ferge-class .mb-10 {
    margin-bottom: 40px !important;
  }
  .ferge-class .ml-10 {
    margin-left: 40px !important;
  }
  .ferge-class .mt-11 {
    margin-top: 44px !important;
  }
  .ferge-class .mr-11 {
    margin-right: 44px !important;
  }
  .ferge-class .mb-11 {
    margin-bottom: 44px !important;
  }
  .ferge-class .ml-11 {
    margin-left: 44px !important;
  }
  .ferge-class .mt-12 {
    margin-top: 48px !important;
  }
  .ferge-class .mr-12 {
    margin-right: 48px !important;
  }
  .ferge-class .mb-12 {
    margin-bottom: 48px !important;
  }
  .ferge-class .ml-12 {
    margin-left: 48px !important;
  }
  .ferge-class .mt-13 {
    margin-top: 52px !important;
  }
  .ferge-class .mr-13 {
    margin-right: 52px !important;
  }
  .ferge-class .mb-13 {
    margin-bottom: 52px !important;
  }
  .ferge-class .ml-13 {
    margin-left: 52px !important;
  }
  .ferge-class .mt-14 {
    margin-top: 56px !important;
  }
  .ferge-class .mr-14 {
    margin-right: 56px !important;
  }
  .ferge-class .mb-14 {
    margin-bottom: 56px !important;
  }
  .ferge-class .ml-14 {
    margin-left: 56px !important;
  }
  .ferge-class .mt-15 {
    margin-top: 60px !important;
  }
  .ferge-class .mr-15 {
    margin-right: 60px !important;
  }
  .ferge-class .mb-15 {
    margin-bottom: 60px !important;
  }
  .ferge-class .ml-15 {
    margin-left: 60px !important;
  }
  .ferge-class .mt-16 {
    margin-top: 64px !important;
  }
  .ferge-class .mr-16 {
    margin-right: 64px !important;
  }
  .ferge-class .mb-16 {
    margin-bottom: 64px !important;
  }
  .ferge-class .ml-16 {
    margin-left: 64px !important;
  }
  .ferge-class .mt-17 {
    margin-top: 68px !important;
  }
  .ferge-class .mr-17 {
    margin-right: 68px !important;
  }
  .ferge-class .mb-17 {
    margin-bottom: 68px !important;
  }
  .ferge-class .ml-17 {
    margin-left: 68px !important;
  }
  .ferge-class .mt-18 {
    margin-top: 72px !important;
  }
  .ferge-class .mr-18 {
    margin-right: 72px !important;
  }
  .ferge-class .mb-18 {
    margin-bottom: 72px !important;
  }
  .ferge-class .ml-18 {
    margin-left: 72px !important;
  }
  .ferge-class .mt-19 {
    margin-top: 76px !important;
  }
  .ferge-class .mr-19 {
    margin-right: 76px !important;
  }
  .ferge-class .mb-19 {
    margin-bottom: 76px !important;
  }
  .ferge-class .ml-19 {
    margin-left: 76px !important;
  }
  .ferge-class .mt-20 {
    margin-top: 80px !important;
  }
  .ferge-class .mr-20 {
    margin-right: 80px !important;
  }
  .ferge-class .mb-20 {
    margin-bottom: 80px !important;
  }
  .ferge-class .ml-20 {
    margin-left: 80px !important;
  }
  .ferge-class .mt-21 {
    margin-top: 84px !important;
  }
  .ferge-class .mr-21 {
    margin-right: 84px !important;
  }
  .ferge-class .mb-21 {
    margin-bottom: 84px !important;
  }
  .ferge-class .ml-21 {
    margin-left: 84px !important;
  }
  .ferge-class .mt-22 {
    margin-top: 88px !important;
  }
  .ferge-class .mr-22 {
    margin-right: 88px !important;
  }
  .ferge-class .mb-22 {
    margin-bottom: 88px !important;
  }
  .ferge-class .ml-22 {
    margin-left: 88px !important;
  }
  .ferge-class .mt-23 {
    margin-top: 92px !important;
  }
  .ferge-class .mr-23 {
    margin-right: 92px !important;
  }
  .ferge-class .mb-23 {
    margin-bottom: 92px !important;
  }
  .ferge-class .ml-23 {
    margin-left: 92px !important;
  }
  .ferge-class .mt-24 {
    margin-top: 96px !important;
  }
  .ferge-class .mr-24 {
    margin-right: 96px !important;
  }
  .ferge-class .mb-24 {
    margin-bottom: 96px !important;
  }
  .ferge-class .ml-24 {
    margin-left: 96px !important;
  }
  .ferge-class .mt-25 {
    margin-top: 100px !important;
  }
  .ferge-class .mr-25 {
    margin-right: 100px !important;
  }
  .ferge-class .mb-25 {
    margin-bottom: 100px !important;
  }
  .ferge-class .ml-25 {
    margin-left: 100px !important;
  }
  .ferge-class .mt-26 {
    margin-top: 104px !important;
  }
  .ferge-class .mr-26 {
    margin-right: 104px !important;
  }
  .ferge-class .mb-26 {
    margin-bottom: 104px !important;
  }
  .ferge-class .ml-26 {
    margin-left: 104px !important;
  }
  .ferge-class .mt-27 {
    margin-top: 108px !important;
  }
  .ferge-class .mr-27 {
    margin-right: 108px !important;
  }
  .ferge-class .mb-27 {
    margin-bottom: 108px !important;
  }
  .ferge-class .ml-27 {
    margin-left: 108px !important;
  }
  .ferge-class .mt-28 {
    margin-top: 112px !important;
  }
  .ferge-class .mr-28 {
    margin-right: 112px !important;
  }
  .ferge-class .mb-28 {
    margin-bottom: 112px !important;
  }
  .ferge-class .ml-28 {
    margin-left: 112px !important;
  }
  .ferge-class .mt-29 {
    margin-top: 116px !important;
  }
  .ferge-class .mr-29 {
    margin-right: 116px !important;
  }
  .ferge-class .mb-29 {
    margin-bottom: 116px !important;
  }
  .ferge-class .ml-29 {
    margin-left: 116px !important;
  }
  .ferge-class .mt-30 {
    margin-top: 120px !important;
  }
  .ferge-class .mr-30 {
    margin-right: 120px !important;
  }
  .ferge-class .mb-30 {
    margin-bottom: 120px !important;
  }
  .ferge-class .ml-30 {
    margin-left: 120px !important;
  }
  .ferge-class .pt-0 {
    padding-top: 0px !important;
  }
  .ferge-class .pr-0 {
    padding-right: 0px !important;
  }
  .ferge-class .pb-0 {
    padding-bottom: 0px !important;
  }
  .ferge-class .pl-0 {
    padding-left: 0px !important;
  }
  .ferge-class .pt-1 {
    padding-top: 4px !important;
  }
  .ferge-class .pr-1 {
    padding-right: 4px !important;
  }
  .ferge-class .pb-1 {
    padding-bottom: 4px !important;
  }
  .ferge-class .pl-1 {
    padding-left: 4px !important;
  }
  .ferge-class .pt-2 {
    padding-top: 8px !important;
  }
  .ferge-class .pr-2 {
    padding-right: 8px !important;
  }
  .ferge-class .pb-2 {
    padding-bottom: 8px !important;
  }
  .ferge-class .pl-2 {
    padding-left: 8px !important;
  }
  .ferge-class .pt-3 {
    padding-top: 12px !important;
  }
  .ferge-class .pr-3 {
    padding-right: 12px !important;
  }
  .ferge-class .pb-3 {
    padding-bottom: 12px !important;
  }
  .ferge-class .pl-3 {
    padding-left: 12px !important;
  }
  .ferge-class .pt-4 {
    padding-top: 16px !important;
  }
  .ferge-class .pr-4 {
    padding-right: 16px !important;
  }
  .ferge-class .pb-4 {
    padding-bottom: 16px !important;
  }
  .ferge-class .pl-4 {
    padding-left: 16px !important;
  }
  .ferge-class .pt-5 {
    padding-top: 20px !important;
  }
  .ferge-class .pr-5 {
    padding-right: 20px !important;
  }
  .ferge-class .pb-5 {
    padding-bottom: 20px !important;
  }
  .ferge-class .pl-5 {
    padding-left: 20px !important;
  }
  .ferge-class .pt-6 {
    padding-top: 24px !important;
  }
  .ferge-class .pr-6 {
    padding-right: 24px !important;
  }
  .ferge-class .pb-6 {
    padding-bottom: 24px !important;
  }
  .ferge-class .pl-6 {
    padding-left: 24px !important;
  }
  .ferge-class .pt-7 {
    padding-top: 28px !important;
  }
  .ferge-class .pr-7 {
    padding-right: 28px !important;
  }
  .ferge-class .pb-7 {
    padding-bottom: 28px !important;
  }
  .ferge-class .pl-7 {
    padding-left: 28px !important;
  }
  .ferge-class .pt-8 {
    padding-top: 32px !important;
  }
  .ferge-class .pr-8 {
    padding-right: 32px !important;
  }
  .ferge-class .pb-8 {
    padding-bottom: 32px !important;
  }
  .ferge-class .pl-8 {
    padding-left: 32px !important;
  }
  .ferge-class .pt-9 {
    padding-top: 36px !important;
  }
  .ferge-class .pr-9 {
    padding-right: 36px !important;
  }
  .ferge-class .pb-9 {
    padding-bottom: 36px !important;
  }
  .ferge-class .pl-9 {
    padding-left: 36px !important;
  }
  .ferge-class .pt-10 {
    padding-top: 40px !important;
  }
  .ferge-class .pr-10 {
    padding-right: 40px !important;
  }
  .ferge-class .pb-10 {
    padding-bottom: 40px !important;
  }
  .ferge-class .pl-10 {
    padding-left: 40px !important;
  }
  .ferge-class .pt-11 {
    padding-top: 44px !important;
  }
  .ferge-class .pr-11 {
    padding-right: 44px !important;
  }
  .ferge-class .pb-11 {
    padding-bottom: 44px !important;
  }
  .ferge-class .pl-11 {
    padding-left: 44px !important;
  }
  .ferge-class .pt-12 {
    padding-top: 48px !important;
  }
  .ferge-class .pr-12 {
    padding-right: 48px !important;
  }
  .ferge-class .pb-12 {
    padding-bottom: 48px !important;
  }
  .ferge-class .pl-12 {
    padding-left: 48px !important;
  }
  .ferge-class .pt-13 {
    padding-top: 52px !important;
  }
  .ferge-class .pr-13 {
    padding-right: 52px !important;
  }
  .ferge-class .pb-13 {
    padding-bottom: 52px !important;
  }
  .ferge-class .pl-13 {
    padding-left: 52px !important;
  }
  .ferge-class .pt-14 {
    padding-top: 56px !important;
  }
  .ferge-class .pr-14 {
    padding-right: 56px !important;
  }
  .ferge-class .pb-14 {
    padding-bottom: 56px !important;
  }
  .ferge-class .pl-14 {
    padding-left: 56px !important;
  }
  .ferge-class .pt-15 {
    padding-top: 60px !important;
  }
  .ferge-class .pr-15 {
    padding-right: 60px !important;
  }
  .ferge-class .pb-15 {
    padding-bottom: 60px !important;
  }
  .ferge-class .pl-15 {
    padding-left: 60px !important;
  }
  .ferge-class .pt-16 {
    padding-top: 64px !important;
  }
  .ferge-class .pr-16 {
    padding-right: 64px !important;
  }
  .ferge-class .pb-16 {
    padding-bottom: 64px !important;
  }
  .ferge-class .pl-16 {
    padding-left: 64px !important;
  }
  .ferge-class .pt-17 {
    padding-top: 68px !important;
  }
  .ferge-class .pr-17 {
    padding-right: 68px !important;
  }
  .ferge-class .pb-17 {
    padding-bottom: 68px !important;
  }
  .ferge-class .pl-17 {
    padding-left: 68px !important;
  }
  .ferge-class .pt-18 {
    padding-top: 72px !important;
  }
  .ferge-class .pr-18 {
    padding-right: 72px !important;
  }
  .ferge-class .pb-18 {
    padding-bottom: 72px !important;
  }
  .ferge-class .pl-18 {
    padding-left: 72px !important;
  }
  .ferge-class .pt-19 {
    padding-top: 76px !important;
  }
  .ferge-class .pr-19 {
    padding-right: 76px !important;
  }
  .ferge-class .pb-19 {
    padding-bottom: 76px !important;
  }
  .ferge-class .pl-19 {
    padding-left: 76px !important;
  }
  .ferge-class .pt-20 {
    padding-top: 80px !important;
  }
  .ferge-class .pr-20 {
    padding-right: 80px !important;
  }
  .ferge-class .pb-20 {
    padding-bottom: 80px !important;
  }
  .ferge-class .pl-20 {
    padding-left: 80px !important;
  }
  .ferge-class .pt-21 {
    padding-top: 84px !important;
  }
  .ferge-class .pr-21 {
    padding-right: 84px !important;
  }
  .ferge-class .pb-21 {
    padding-bottom: 84px !important;
  }
  .ferge-class .pl-21 {
    padding-left: 84px !important;
  }
  .ferge-class .pt-22 {
    padding-top: 88px !important;
  }
  .ferge-class .pr-22 {
    padding-right: 88px !important;
  }
  .ferge-class .pb-22 {
    padding-bottom: 88px !important;
  }
  .ferge-class .pl-22 {
    padding-left: 88px !important;
  }
  .ferge-class .pt-23 {
    padding-top: 92px !important;
  }
  .ferge-class .pr-23 {
    padding-right: 92px !important;
  }
  .ferge-class .pb-23 {
    padding-bottom: 92px !important;
  }
  .ferge-class .pl-23 {
    padding-left: 92px !important;
  }
  .ferge-class .pt-24 {
    padding-top: 96px !important;
  }
  .ferge-class .pr-24 {
    padding-right: 96px !important;
  }
  .ferge-class .pb-24 {
    padding-bottom: 96px !important;
  }
  .ferge-class .pl-24 {
    padding-left: 96px !important;
  }
  .ferge-class .pt-25 {
    padding-top: 100px !important;
  }
  .ferge-class .pr-25 {
    padding-right: 100px !important;
  }
  .ferge-class .pb-25 {
    padding-bottom: 100px !important;
  }
  .ferge-class .pl-25 {
    padding-left: 100px !important;
  }
  .ferge-class .pt-26 {
    padding-top: 104px !important;
  }
  .ferge-class .pr-26 {
    padding-right: 104px !important;
  }
  .ferge-class .pb-26 {
    padding-bottom: 104px !important;
  }
  .ferge-class .pl-26 {
    padding-left: 104px !important;
  }
  .ferge-class .pt-27 {
    padding-top: 108px !important;
  }
  .ferge-class .pr-27 {
    padding-right: 108px !important;
  }
  .ferge-class .pb-27 {
    padding-bottom: 108px !important;
  }
  .ferge-class .pl-27 {
    padding-left: 108px !important;
  }
  .ferge-class .pt-28 {
    padding-top: 112px !important;
  }
  .ferge-class .pr-28 {
    padding-right: 112px !important;
  }
  .ferge-class .pb-28 {
    padding-bottom: 112px !important;
  }
  .ferge-class .pl-28 {
    padding-left: 112px !important;
  }
  .ferge-class .pt-29 {
    padding-top: 116px !important;
  }
  .ferge-class .pr-29 {
    padding-right: 116px !important;
  }
  .ferge-class .pb-29 {
    padding-bottom: 116px !important;
  }
  .ferge-class .pl-29 {
    padding-left: 116px !important;
  }
  .ferge-class .pt-30 {
    padding-top: 120px !important;
  }
  .ferge-class .pr-30 {
    padding-right: 120px !important;
  }
  .ferge-class .pb-30 {
    padding-bottom: 120px !important;
  }
  .ferge-class .pl-30 {
    padding-left: 120px !important;
  }
  .ferge-class .m-md-0 {
    margin: 0px !important;
  }
  .ferge-class .mt-md-0 {
    margin-top: 0px !important;
  }
  .ferge-class .mr-md-0 {
    margin-right: 0px !important;
  }
  .ferge-class .mb-md-0 {
    margin-bottom: 0px !important;
  }
  .ferge-class .ml-md-0 {
    margin-left: 0px !important;
  }
  .ferge-class .mt-md-n0 {
    margin-top: 0px !important;
  }
  .ferge-class .mr-md-n0 {
    margin-right: 0px !important;
  }
  .ferge-class .mb-md-n0 {
    margin-bottom: 0px !important;
  }
  .ferge-class .ml-md-n0 {
    margin-left: 0px !important;
  }
  .ferge-class .m-md-1 {
    margin: 4px !important;
  }
  .ferge-class .mt-md-1 {
    margin-top: 4px !important;
  }
  .ferge-class .mr-md-1 {
    margin-right: 4px !important;
  }
  .ferge-class .mb-md-1 {
    margin-bottom: 4px !important;
  }
  .ferge-class .ml-md-1 {
    margin-left: 4px !important;
  }
  .ferge-class .mt-md-n1 {
    margin-top: -4px !important;
  }
  .ferge-class .mr-md-n1 {
    margin-right: -4px !important;
  }
  .ferge-class .mb-md-n1 {
    margin-bottom: -4px !important;
  }
  .ferge-class .ml-md-n1 {
    margin-left: -4px !important;
  }
  .ferge-class .m-md-2 {
    margin: 8px !important;
  }
  .ferge-class .mt-md-2 {
    margin-top: 8px !important;
  }
  .ferge-class .mr-md-2 {
    margin-right: 8px !important;
  }
  .ferge-class .mb-md-2 {
    margin-bottom: 8px !important;
  }
  .ferge-class .ml-md-2 {
    margin-left: 8px !important;
  }
  .ferge-class .mt-md-n2 {
    margin-top: -8px !important;
  }
  .ferge-class .mr-md-n2 {
    margin-right: -8px !important;
  }
  .ferge-class .mb-md-n2 {
    margin-bottom: -8px !important;
  }
  .ferge-class .ml-md-n2 {
    margin-left: -8px !important;
  }
  .ferge-class .m-md-3 {
    margin: 12px !important;
  }
  .ferge-class .mt-md-3 {
    margin-top: 12px !important;
  }
  .ferge-class .mr-md-3 {
    margin-right: 12px !important;
  }
  .ferge-class .mb-md-3 {
    margin-bottom: 12px !important;
  }
  .ferge-class .ml-md-3 {
    margin-left: 12px !important;
  }
  .ferge-class .mt-md-n3 {
    margin-top: -12px !important;
  }
  .ferge-class .mr-md-n3 {
    margin-right: -12px !important;
  }
  .ferge-class .mb-md-n3 {
    margin-bottom: -12px !important;
  }
  .ferge-class .ml-md-n3 {
    margin-left: -12px !important;
  }
  .ferge-class .m-md-4 {
    margin: 16px !important;
  }
  .ferge-class .mt-md-4 {
    margin-top: 16px !important;
  }
  .ferge-class .mr-md-4 {
    margin-right: 16px !important;
  }
  .ferge-class .mb-md-4 {
    margin-bottom: 16px !important;
  }
  .ferge-class .ml-md-4 {
    margin-left: 16px !important;
  }
  .ferge-class .mt-md-n4 {
    margin-top: -16px !important;
  }
  .ferge-class .mr-md-n4 {
    margin-right: -16px !important;
  }
  .ferge-class .mb-md-n4 {
    margin-bottom: -16px !important;
  }
  .ferge-class .ml-md-n4 {
    margin-left: -16px !important;
  }
  .ferge-class .m-md-5 {
    margin: 20px !important;
  }
  .ferge-class .mt-md-5 {
    margin-top: 20px !important;
  }
  .ferge-class .mr-md-5 {
    margin-right: 20px !important;
  }
  .ferge-class .mb-md-5 {
    margin-bottom: 20px !important;
  }
  .ferge-class .ml-md-5 {
    margin-left: 20px !important;
  }
  .ferge-class .mt-md-n5 {
    margin-top: -20px !important;
  }
  .ferge-class .mr-md-n5 {
    margin-right: -20px !important;
  }
  .ferge-class .mb-md-n5 {
    margin-bottom: -20px !important;
  }
  .ferge-class .ml-md-n5 {
    margin-left: -20px !important;
  }
  .ferge-class .m-md-6 {
    margin: 24px !important;
  }
  .ferge-class .mt-md-6 {
    margin-top: 24px !important;
  }
  .ferge-class .mr-md-6 {
    margin-right: 24px !important;
  }
  .ferge-class .mb-md-6 {
    margin-bottom: 24px !important;
  }
  .ferge-class .ml-md-6 {
    margin-left: 24px !important;
  }
  .ferge-class .mt-md-n6 {
    margin-top: -24px !important;
  }
  .ferge-class .mr-md-n6 {
    margin-right: -24px !important;
  }
  .ferge-class .mb-md-n6 {
    margin-bottom: -24px !important;
  }
  .ferge-class .ml-md-n6 {
    margin-left: -24px !important;
  }
  .ferge-class .m-md-7 {
    margin: 28px !important;
  }
  .ferge-class .mt-md-7 {
    margin-top: 28px !important;
  }
  .ferge-class .mr-md-7 {
    margin-right: 28px !important;
  }
  .ferge-class .mb-md-7 {
    margin-bottom: 28px !important;
  }
  .ferge-class .ml-md-7 {
    margin-left: 28px !important;
  }
  .ferge-class .mt-md-n7 {
    margin-top: -28px !important;
  }
  .ferge-class .mr-md-n7 {
    margin-right: -28px !important;
  }
  .ferge-class .mb-md-n7 {
    margin-bottom: -28px !important;
  }
  .ferge-class .ml-md-n7 {
    margin-left: -28px !important;
  }
  .ferge-class .m-md-8 {
    margin: 32px !important;
  }
  .ferge-class .mt-md-8 {
    margin-top: 32px !important;
  }
  .ferge-class .mr-md-8 {
    margin-right: 32px !important;
  }
  .ferge-class .mb-md-8 {
    margin-bottom: 32px !important;
  }
  .ferge-class .ml-md-8 {
    margin-left: 32px !important;
  }
  .ferge-class .mt-md-n8 {
    margin-top: -32px !important;
  }
  .ferge-class .mr-md-n8 {
    margin-right: -32px !important;
  }
  .ferge-class .mb-md-n8 {
    margin-bottom: -32px !important;
  }
  .ferge-class .ml-md-n8 {
    margin-left: -32px !important;
  }
  .ferge-class .m-md-9 {
    margin: 36px !important;
  }
  .ferge-class .mt-md-9 {
    margin-top: 36px !important;
  }
  .ferge-class .mr-md-9 {
    margin-right: 36px !important;
  }
  .ferge-class .mb-md-9 {
    margin-bottom: 36px !important;
  }
  .ferge-class .ml-md-9 {
    margin-left: 36px !important;
  }
  .ferge-class .mt-md-n9 {
    margin-top: -36px !important;
  }
  .ferge-class .mr-md-n9 {
    margin-right: -36px !important;
  }
  .ferge-class .mb-md-n9 {
    margin-bottom: -36px !important;
  }
  .ferge-class .ml-md-n9 {
    margin-left: -36px !important;
  }
  .ferge-class .m-md-10 {
    margin: 40px !important;
  }
  .ferge-class .mt-md-10 {
    margin-top: 40px !important;
  }
  .ferge-class .mr-md-10 {
    margin-right: 40px !important;
  }
  .ferge-class .mb-md-10 {
    margin-bottom: 40px !important;
  }
  .ferge-class .ml-md-10 {
    margin-left: 40px !important;
  }
  .ferge-class .mt-md-n10 {
    margin-top: -40px !important;
  }
  .ferge-class .mr-md-n10 {
    margin-right: -40px !important;
  }
  .ferge-class .mb-md-n10 {
    margin-bottom: -40px !important;
  }
  .ferge-class .ml-md-n10 {
    margin-left: -40px !important;
  }
  .ferge-class .m-md-11 {
    margin: 44px !important;
  }
  .ferge-class .mt-md-11 {
    margin-top: 44px !important;
  }
  .ferge-class .mr-md-11 {
    margin-right: 44px !important;
  }
  .ferge-class .mb-md-11 {
    margin-bottom: 44px !important;
  }
  .ferge-class .ml-md-11 {
    margin-left: 44px !important;
  }
  .ferge-class .mt-md-n11 {
    margin-top: -44px !important;
  }
  .ferge-class .mr-md-n11 {
    margin-right: -44px !important;
  }
  .ferge-class .mb-md-n11 {
    margin-bottom: -44px !important;
  }
  .ferge-class .ml-md-n11 {
    margin-left: -44px !important;
  }
  .ferge-class .m-md-12 {
    margin: 48px !important;
  }
  .ferge-class .mt-md-12 {
    margin-top: 48px !important;
  }
  .ferge-class .mr-md-12 {
    margin-right: 48px !important;
  }
  .ferge-class .mb-md-12 {
    margin-bottom: 48px !important;
  }
  .ferge-class .ml-md-12 {
    margin-left: 48px !important;
  }
  .ferge-class .mt-md-n12 {
    margin-top: -48px !important;
  }
  .ferge-class .mr-md-n12 {
    margin-right: -48px !important;
  }
  .ferge-class .mb-md-n12 {
    margin-bottom: -48px !important;
  }
  .ferge-class .ml-md-n12 {
    margin-left: -48px !important;
  }
  .ferge-class .m-md-13 {
    margin: 52px !important;
  }
  .ferge-class .mt-md-13 {
    margin-top: 52px !important;
  }
  .ferge-class .mr-md-13 {
    margin-right: 52px !important;
  }
  .ferge-class .mb-md-13 {
    margin-bottom: 52px !important;
  }
  .ferge-class .ml-md-13 {
    margin-left: 52px !important;
  }
  .ferge-class .mt-md-n13 {
    margin-top: -52px !important;
  }
  .ferge-class .mr-md-n13 {
    margin-right: -52px !important;
  }
  .ferge-class .mb-md-n13 {
    margin-bottom: -52px !important;
  }
  .ferge-class .ml-md-n13 {
    margin-left: -52px !important;
  }
  .ferge-class .m-md-14 {
    margin: 56px !important;
  }
  .ferge-class .mt-md-14 {
    margin-top: 56px !important;
  }
  .ferge-class .mr-md-14 {
    margin-right: 56px !important;
  }
  .ferge-class .mb-md-14 {
    margin-bottom: 56px !important;
  }
  .ferge-class .ml-md-14 {
    margin-left: 56px !important;
  }
  .ferge-class .mt-md-n14 {
    margin-top: -56px !important;
  }
  .ferge-class .mr-md-n14 {
    margin-right: -56px !important;
  }
  .ferge-class .mb-md-n14 {
    margin-bottom: -56px !important;
  }
  .ferge-class .ml-md-n14 {
    margin-left: -56px !important;
  }
  .ferge-class .m-md-15 {
    margin: 60px !important;
  }
  .ferge-class .mt-md-15 {
    margin-top: 60px !important;
  }
  .ferge-class .mr-md-15 {
    margin-right: 60px !important;
  }
  .ferge-class .mb-md-15 {
    margin-bottom: 60px !important;
  }
  .ferge-class .ml-md-15 {
    margin-left: 60px !important;
  }
  .ferge-class .mt-md-n15 {
    margin-top: -60px !important;
  }
  .ferge-class .mr-md-n15 {
    margin-right: -60px !important;
  }
  .ferge-class .mb-md-n15 {
    margin-bottom: -60px !important;
  }
  .ferge-class .ml-md-n15 {
    margin-left: -60px !important;
  }
  .ferge-class .m-md-16 {
    margin: 64px !important;
  }
  .ferge-class .mt-md-16 {
    margin-top: 64px !important;
  }
  .ferge-class .mr-md-16 {
    margin-right: 64px !important;
  }
  .ferge-class .mb-md-16 {
    margin-bottom: 64px !important;
  }
  .ferge-class .ml-md-16 {
    margin-left: 64px !important;
  }
  .ferge-class .mt-md-n16 {
    margin-top: -64px !important;
  }
  .ferge-class .mr-md-n16 {
    margin-right: -64px !important;
  }
  .ferge-class .mb-md-n16 {
    margin-bottom: -64px !important;
  }
  .ferge-class .ml-md-n16 {
    margin-left: -64px !important;
  }
  .ferge-class .m-md-17 {
    margin: 68px !important;
  }
  .ferge-class .mt-md-17 {
    margin-top: 68px !important;
  }
  .ferge-class .mr-md-17 {
    margin-right: 68px !important;
  }
  .ferge-class .mb-md-17 {
    margin-bottom: 68px !important;
  }
  .ferge-class .ml-md-17 {
    margin-left: 68px !important;
  }
  .ferge-class .mt-md-n17 {
    margin-top: -68px !important;
  }
  .ferge-class .mr-md-n17 {
    margin-right: -68px !important;
  }
  .ferge-class .mb-md-n17 {
    margin-bottom: -68px !important;
  }
  .ferge-class .ml-md-n17 {
    margin-left: -68px !important;
  }
  .ferge-class .m-md-18 {
    margin: 72px !important;
  }
  .ferge-class .mt-md-18 {
    margin-top: 72px !important;
  }
  .ferge-class .mr-md-18 {
    margin-right: 72px !important;
  }
  .ferge-class .mb-md-18 {
    margin-bottom: 72px !important;
  }
  .ferge-class .ml-md-18 {
    margin-left: 72px !important;
  }
  .ferge-class .mt-md-n18 {
    margin-top: -72px !important;
  }
  .ferge-class .mr-md-n18 {
    margin-right: -72px !important;
  }
  .ferge-class .mb-md-n18 {
    margin-bottom: -72px !important;
  }
  .ferge-class .ml-md-n18 {
    margin-left: -72px !important;
  }
  .ferge-class .m-md-19 {
    margin: 76px !important;
  }
  .ferge-class .mt-md-19 {
    margin-top: 76px !important;
  }
  .ferge-class .mr-md-19 {
    margin-right: 76px !important;
  }
  .ferge-class .mb-md-19 {
    margin-bottom: 76px !important;
  }
  .ferge-class .ml-md-19 {
    margin-left: 76px !important;
  }
  .ferge-class .mt-md-n19 {
    margin-top: -76px !important;
  }
  .ferge-class .mr-md-n19 {
    margin-right: -76px !important;
  }
  .ferge-class .mb-md-n19 {
    margin-bottom: -76px !important;
  }
  .ferge-class .ml-md-n19 {
    margin-left: -76px !important;
  }
  .ferge-class .m-md-20 {
    margin: 80px !important;
  }
  .ferge-class .mt-md-20 {
    margin-top: 80px !important;
  }
  .ferge-class .mr-md-20 {
    margin-right: 80px !important;
  }
  .ferge-class .mb-md-20 {
    margin-bottom: 80px !important;
  }
  .ferge-class .ml-md-20 {
    margin-left: 80px !important;
  }
  .ferge-class .mt-md-n20 {
    margin-top: -80px !important;
  }
  .ferge-class .mr-md-n20 {
    margin-right: -80px !important;
  }
  .ferge-class .mb-md-n20 {
    margin-bottom: -80px !important;
  }
  .ferge-class .ml-md-n20 {
    margin-left: -80px !important;
  }
  .ferge-class .m-md-21 {
    margin: 84px !important;
  }
  .ferge-class .mt-md-21 {
    margin-top: 84px !important;
  }
  .ferge-class .mr-md-21 {
    margin-right: 84px !important;
  }
  .ferge-class .mb-md-21 {
    margin-bottom: 84px !important;
  }
  .ferge-class .ml-md-21 {
    margin-left: 84px !important;
  }
  .ferge-class .mt-md-n21 {
    margin-top: -84px !important;
  }
  .ferge-class .mr-md-n21 {
    margin-right: -84px !important;
  }
  .ferge-class .mb-md-n21 {
    margin-bottom: -84px !important;
  }
  .ferge-class .ml-md-n21 {
    margin-left: -84px !important;
  }
  .ferge-class .m-md-22 {
    margin: 88px !important;
  }
  .ferge-class .mt-md-22 {
    margin-top: 88px !important;
  }
  .ferge-class .mr-md-22 {
    margin-right: 88px !important;
  }
  .ferge-class .mb-md-22 {
    margin-bottom: 88px !important;
  }
  .ferge-class .ml-md-22 {
    margin-left: 88px !important;
  }
  .ferge-class .mt-md-n22 {
    margin-top: -88px !important;
  }
  .ferge-class .mr-md-n22 {
    margin-right: -88px !important;
  }
  .ferge-class .mb-md-n22 {
    margin-bottom: -88px !important;
  }
  .ferge-class .ml-md-n22 {
    margin-left: -88px !important;
  }
  .ferge-class .m-md-23 {
    margin: 92px !important;
  }
  .ferge-class .mt-md-23 {
    margin-top: 92px !important;
  }
  .ferge-class .mr-md-23 {
    margin-right: 92px !important;
  }
  .ferge-class .mb-md-23 {
    margin-bottom: 92px !important;
  }
  .ferge-class .ml-md-23 {
    margin-left: 92px !important;
  }
  .ferge-class .mt-md-n23 {
    margin-top: -92px !important;
  }
  .ferge-class .mr-md-n23 {
    margin-right: -92px !important;
  }
  .ferge-class .mb-md-n23 {
    margin-bottom: -92px !important;
  }
  .ferge-class .ml-md-n23 {
    margin-left: -92px !important;
  }
  .ferge-class .m-md-24 {
    margin: 96px !important;
  }
  .ferge-class .mt-md-24 {
    margin-top: 96px !important;
  }
  .ferge-class .mr-md-24 {
    margin-right: 96px !important;
  }
  .ferge-class .mb-md-24 {
    margin-bottom: 96px !important;
  }
  .ferge-class .ml-md-24 {
    margin-left: 96px !important;
  }
  .ferge-class .mt-md-n24 {
    margin-top: -96px !important;
  }
  .ferge-class .mr-md-n24 {
    margin-right: -96px !important;
  }
  .ferge-class .mb-md-n24 {
    margin-bottom: -96px !important;
  }
  .ferge-class .ml-md-n24 {
    margin-left: -96px !important;
  }
  .ferge-class .m-md-25 {
    margin: 100px !important;
  }
  .ferge-class .mt-md-25 {
    margin-top: 100px !important;
  }
  .ferge-class .mr-md-25 {
    margin-right: 100px !important;
  }
  .ferge-class .mb-md-25 {
    margin-bottom: 100px !important;
  }
  .ferge-class .ml-md-25 {
    margin-left: 100px !important;
  }
  .ferge-class .mt-md-n25 {
    margin-top: -100px !important;
  }
  .ferge-class .mr-md-n25 {
    margin-right: -100px !important;
  }
  .ferge-class .mb-md-n25 {
    margin-bottom: -100px !important;
  }
  .ferge-class .ml-md-n25 {
    margin-left: -100px !important;
  }
  .ferge-class .m-md-26 {
    margin: 104px !important;
  }
  .ferge-class .mt-md-26 {
    margin-top: 104px !important;
  }
  .ferge-class .mr-md-26 {
    margin-right: 104px !important;
  }
  .ferge-class .mb-md-26 {
    margin-bottom: 104px !important;
  }
  .ferge-class .ml-md-26 {
    margin-left: 104px !important;
  }
  .ferge-class .mt-md-n26 {
    margin-top: -104px !important;
  }
  .ferge-class .mr-md-n26 {
    margin-right: -104px !important;
  }
  .ferge-class .mb-md-n26 {
    margin-bottom: -104px !important;
  }
  .ferge-class .ml-md-n26 {
    margin-left: -104px !important;
  }
  .ferge-class .m-md-27 {
    margin: 108px !important;
  }
  .ferge-class .mt-md-27 {
    margin-top: 108px !important;
  }
  .ferge-class .mr-md-27 {
    margin-right: 108px !important;
  }
  .ferge-class .mb-md-27 {
    margin-bottom: 108px !important;
  }
  .ferge-class .ml-md-27 {
    margin-left: 108px !important;
  }
  .ferge-class .mt-md-n27 {
    margin-top: -108px !important;
  }
  .ferge-class .mr-md-n27 {
    margin-right: -108px !important;
  }
  .ferge-class .mb-md-n27 {
    margin-bottom: -108px !important;
  }
  .ferge-class .ml-md-n27 {
    margin-left: -108px !important;
  }
  .ferge-class .m-md-28 {
    margin: 112px !important;
  }
  .ferge-class .mt-md-28 {
    margin-top: 112px !important;
  }
  .ferge-class .mr-md-28 {
    margin-right: 112px !important;
  }
  .ferge-class .mb-md-28 {
    margin-bottom: 112px !important;
  }
  .ferge-class .ml-md-28 {
    margin-left: 112px !important;
  }
  .ferge-class .mt-md-n28 {
    margin-top: -112px !important;
  }
  .ferge-class .mr-md-n28 {
    margin-right: -112px !important;
  }
  .ferge-class .mb-md-n28 {
    margin-bottom: -112px !important;
  }
  .ferge-class .ml-md-n28 {
    margin-left: -112px !important;
  }
  .ferge-class .m-md-29 {
    margin: 116px !important;
  }
  .ferge-class .mt-md-29 {
    margin-top: 116px !important;
  }
  .ferge-class .mr-md-29 {
    margin-right: 116px !important;
  }
  .ferge-class .mb-md-29 {
    margin-bottom: 116px !important;
  }
  .ferge-class .ml-md-29 {
    margin-left: 116px !important;
  }
  .ferge-class .mt-md-n29 {
    margin-top: -116px !important;
  }
  .ferge-class .mr-md-n29 {
    margin-right: -116px !important;
  }
  .ferge-class .mb-md-n29 {
    margin-bottom: -116px !important;
  }
  .ferge-class .ml-md-n29 {
    margin-left: -116px !important;
  }
  .ferge-class .m-md-30 {
    margin: 120px !important;
  }
  .ferge-class .mt-md-30 {
    margin-top: 120px !important;
  }
  .ferge-class .mr-md-30 {
    margin-right: 120px !important;
  }
  .ferge-class .mb-md-30 {
    margin-bottom: 120px !important;
  }
  .ferge-class .ml-md-30 {
    margin-left: 120px !important;
  }
  .ferge-class .mt-md-n30 {
    margin-top: -120px !important;
  }
  .ferge-class .mr-md-n30 {
    margin-right: -120px !important;
  }
  .ferge-class .mb-md-n30 {
    margin-bottom: -120px !important;
  }
  .ferge-class .ml-md-n30 {
    margin-left: -120px !important;
  }
  .ferge-class .p-md-0 {
    padding: 0px !important;
  }
  .ferge-class .pt-md-0 {
    padding-top: 0px !important;
  }
  .ferge-class .pr-md-0 {
    padding-right: 0px !important;
  }
  .ferge-class .pb-md-0 {
    padding-bottom: 0px !important;
  }
  .ferge-class .pl-md-0 {
    padding-left: 0px !important;
  }
  .ferge-class .p-md-1 {
    padding: 4px !important;
  }
  .ferge-class .pt-md-1 {
    padding-top: 4px !important;
  }
  .ferge-class .pr-md-1 {
    padding-right: 4px !important;
  }
  .ferge-class .pb-md-1 {
    padding-bottom: 4px !important;
  }
  .ferge-class .pl-md-1 {
    padding-left: 4px !important;
  }
  .ferge-class .p-md-2 {
    padding: 8px !important;
  }
  .ferge-class .pt-md-2 {
    padding-top: 8px !important;
  }
  .ferge-class .pr-md-2 {
    padding-right: 8px !important;
  }
  .ferge-class .pb-md-2 {
    padding-bottom: 8px !important;
  }
  .ferge-class .pl-md-2 {
    padding-left: 8px !important;
  }
  .ferge-class .p-md-3 {
    padding: 12px !important;
  }
  .ferge-class .pt-md-3 {
    padding-top: 12px !important;
  }
  .ferge-class .pr-md-3 {
    padding-right: 12px !important;
  }
  .ferge-class .pb-md-3 {
    padding-bottom: 12px !important;
  }
  .ferge-class .pl-md-3 {
    padding-left: 12px !important;
  }
  .ferge-class .p-md-4 {
    padding: 16px !important;
  }
  .ferge-class .pt-md-4 {
    padding-top: 16px !important;
  }
  .ferge-class .pr-md-4 {
    padding-right: 16px !important;
  }
  .ferge-class .pb-md-4 {
    padding-bottom: 16px !important;
  }
  .ferge-class .pl-md-4 {
    padding-left: 16px !important;
  }
  .ferge-class .p-md-5 {
    padding: 20px !important;
  }
  .ferge-class .pt-md-5 {
    padding-top: 20px !important;
  }
  .ferge-class .pr-md-5 {
    padding-right: 20px !important;
  }
  .ferge-class .pb-md-5 {
    padding-bottom: 20px !important;
  }
  .ferge-class .pl-md-5 {
    padding-left: 20px !important;
  }
  .ferge-class .p-md-6 {
    padding: 24px !important;
  }
  .ferge-class .pt-md-6 {
    padding-top: 24px !important;
  }
  .ferge-class .pr-md-6 {
    padding-right: 24px !important;
  }
  .ferge-class .pb-md-6 {
    padding-bottom: 24px !important;
  }
  .ferge-class .pl-md-6 {
    padding-left: 24px !important;
  }
  .ferge-class .p-md-7 {
    padding: 28px !important;
  }
  .ferge-class .pt-md-7 {
    padding-top: 28px !important;
  }
  .ferge-class .pr-md-7 {
    padding-right: 28px !important;
  }
  .ferge-class .pb-md-7 {
    padding-bottom: 28px !important;
  }
  .ferge-class .pl-md-7 {
    padding-left: 28px !important;
  }
  .ferge-class .p-md-8 {
    padding: 32px !important;
  }
  .ferge-class .pt-md-8 {
    padding-top: 32px !important;
  }
  .ferge-class .pr-md-8 {
    padding-right: 32px !important;
  }
  .ferge-class .pb-md-8 {
    padding-bottom: 32px !important;
  }
  .ferge-class .pl-md-8 {
    padding-left: 32px !important;
  }
  .ferge-class .p-md-9 {
    padding: 36px !important;
  }
  .ferge-class .pt-md-9 {
    padding-top: 36px !important;
  }
  .ferge-class .pr-md-9 {
    padding-right: 36px !important;
  }
  .ferge-class .pb-md-9 {
    padding-bottom: 36px !important;
  }
  .ferge-class .pl-md-9 {
    padding-left: 36px !important;
  }
  .ferge-class .p-md-10 {
    padding: 40px !important;
  }
  .ferge-class .pt-md-10 {
    padding-top: 40px !important;
  }
  .ferge-class .pr-md-10 {
    padding-right: 40px !important;
  }
  .ferge-class .pb-md-10 {
    padding-bottom: 40px !important;
  }
  .ferge-class .pl-md-10 {
    padding-left: 40px !important;
  }
  .ferge-class .p-md-11 {
    padding: 44px !important;
  }
  .ferge-class .pt-md-11 {
    padding-top: 44px !important;
  }
  .ferge-class .pr-md-11 {
    padding-right: 44px !important;
  }
  .ferge-class .pb-md-11 {
    padding-bottom: 44px !important;
  }
  .ferge-class .pl-md-11 {
    padding-left: 44px !important;
  }
  .ferge-class .p-md-12 {
    padding: 48px !important;
  }
  .ferge-class .pt-md-12 {
    padding-top: 48px !important;
  }
  .ferge-class .pr-md-12 {
    padding-right: 48px !important;
  }
  .ferge-class .pb-md-12 {
    padding-bottom: 48px !important;
  }
  .ferge-class .pl-md-12 {
    padding-left: 48px !important;
  }
  .ferge-class .p-md-13 {
    padding: 52px !important;
  }
  .ferge-class .pt-md-13 {
    padding-top: 52px !important;
  }
  .ferge-class .pr-md-13 {
    padding-right: 52px !important;
  }
  .ferge-class .pb-md-13 {
    padding-bottom: 52px !important;
  }
  .ferge-class .pl-md-13 {
    padding-left: 52px !important;
  }
  .ferge-class .p-md-14 {
    padding: 56px !important;
  }
  .ferge-class .pt-md-14 {
    padding-top: 56px !important;
  }
  .ferge-class .pr-md-14 {
    padding-right: 56px !important;
  }
  .ferge-class .pb-md-14 {
    padding-bottom: 56px !important;
  }
  .ferge-class .pl-md-14 {
    padding-left: 56px !important;
  }
  .ferge-class .p-md-15 {
    padding: 60px !important;
  }
  .ferge-class .pt-md-15 {
    padding-top: 60px !important;
  }
  .ferge-class .pr-md-15 {
    padding-right: 60px !important;
  }
  .ferge-class .pb-md-15 {
    padding-bottom: 60px !important;
  }
  .ferge-class .pl-md-15 {
    padding-left: 60px !important;
  }
  .ferge-class .p-md-16 {
    padding: 64px !important;
  }
  .ferge-class .pt-md-16 {
    padding-top: 64px !important;
  }
  .ferge-class .pr-md-16 {
    padding-right: 64px !important;
  }
  .ferge-class .pb-md-16 {
    padding-bottom: 64px !important;
  }
  .ferge-class .pl-md-16 {
    padding-left: 64px !important;
  }
  .ferge-class .p-md-17 {
    padding: 68px !important;
  }
  .ferge-class .pt-md-17 {
    padding-top: 68px !important;
  }
  .ferge-class .pr-md-17 {
    padding-right: 68px !important;
  }
  .ferge-class .pb-md-17 {
    padding-bottom: 68px !important;
  }
  .ferge-class .pl-md-17 {
    padding-left: 68px !important;
  }
  .ferge-class .p-md-18 {
    padding: 72px !important;
  }
  .ferge-class .pt-md-18 {
    padding-top: 72px !important;
  }
  .ferge-class .pr-md-18 {
    padding-right: 72px !important;
  }
  .ferge-class .pb-md-18 {
    padding-bottom: 72px !important;
  }
  .ferge-class .pl-md-18 {
    padding-left: 72px !important;
  }
  .ferge-class .p-md-19 {
    padding: 76px !important;
  }
  .ferge-class .pt-md-19 {
    padding-top: 76px !important;
  }
  .ferge-class .pr-md-19 {
    padding-right: 76px !important;
  }
  .ferge-class .pb-md-19 {
    padding-bottom: 76px !important;
  }
  .ferge-class .pl-md-19 {
    padding-left: 76px !important;
  }
  .ferge-class .p-md-20 {
    padding: 80px !important;
  }
  .ferge-class .pt-md-20 {
    padding-top: 80px !important;
  }
  .ferge-class .pr-md-20 {
    padding-right: 80px !important;
  }
  .ferge-class .pb-md-20 {
    padding-bottom: 80px !important;
  }
  .ferge-class .pl-md-20 {
    padding-left: 80px !important;
  }
  .ferge-class .p-md-21 {
    padding: 84px !important;
  }
  .ferge-class .pt-md-21 {
    padding-top: 84px !important;
  }
  .ferge-class .pr-md-21 {
    padding-right: 84px !important;
  }
  .ferge-class .pb-md-21 {
    padding-bottom: 84px !important;
  }
  .ferge-class .pl-md-21 {
    padding-left: 84px !important;
  }
  .ferge-class .p-md-22 {
    padding: 88px !important;
  }
  .ferge-class .pt-md-22 {
    padding-top: 88px !important;
  }
  .ferge-class .pr-md-22 {
    padding-right: 88px !important;
  }
  .ferge-class .pb-md-22 {
    padding-bottom: 88px !important;
  }
  .ferge-class .pl-md-22 {
    padding-left: 88px !important;
  }
  .ferge-class .p-md-23 {
    padding: 92px !important;
  }
  .ferge-class .pt-md-23 {
    padding-top: 92px !important;
  }
  .ferge-class .pr-md-23 {
    padding-right: 92px !important;
  }
  .ferge-class .pb-md-23 {
    padding-bottom: 92px !important;
  }
  .ferge-class .pl-md-23 {
    padding-left: 92px !important;
  }
  .ferge-class .p-md-24 {
    padding: 96px !important;
  }
  .ferge-class .pt-md-24 {
    padding-top: 96px !important;
  }
  .ferge-class .pr-md-24 {
    padding-right: 96px !important;
  }
  .ferge-class .pb-md-24 {
    padding-bottom: 96px !important;
  }
  .ferge-class .pl-md-24 {
    padding-left: 96px !important;
  }
  .ferge-class .p-md-25 {
    padding: 100px !important;
  }
  .ferge-class .pt-md-25 {
    padding-top: 100px !important;
  }
  .ferge-class .pr-md-25 {
    padding-right: 100px !important;
  }
  .ferge-class .pb-md-25 {
    padding-bottom: 100px !important;
  }
  .ferge-class .pl-md-25 {
    padding-left: 100px !important;
  }
  .ferge-class .p-md-26 {
    padding: 104px !important;
  }
  .ferge-class .pt-md-26 {
    padding-top: 104px !important;
  }
  .ferge-class .pr-md-26 {
    padding-right: 104px !important;
  }
  .ferge-class .pb-md-26 {
    padding-bottom: 104px !important;
  }
  .ferge-class .pl-md-26 {
    padding-left: 104px !important;
  }
  .ferge-class .p-md-27 {
    padding: 108px !important;
  }
  .ferge-class .pt-md-27 {
    padding-top: 108px !important;
  }
  .ferge-class .pr-md-27 {
    padding-right: 108px !important;
  }
  .ferge-class .pb-md-27 {
    padding-bottom: 108px !important;
  }
  .ferge-class .pl-md-27 {
    padding-left: 108px !important;
  }
  .ferge-class .p-md-28 {
    padding: 112px !important;
  }
  .ferge-class .pt-md-28 {
    padding-top: 112px !important;
  }
  .ferge-class .pr-md-28 {
    padding-right: 112px !important;
  }
  .ferge-class .pb-md-28 {
    padding-bottom: 112px !important;
  }
  .ferge-class .pl-md-28 {
    padding-left: 112px !important;
  }
  .ferge-class .p-md-29 {
    padding: 116px !important;
  }
  .ferge-class .pt-md-29 {
    padding-top: 116px !important;
  }
  .ferge-class .pr-md-29 {
    padding-right: 116px !important;
  }
  .ferge-class .pb-md-29 {
    padding-bottom: 116px !important;
  }
  .ferge-class .pl-md-29 {
    padding-left: 116px !important;
  }
  .ferge-class .p-md-30 {
    padding: 120px !important;
  }
  .ferge-class .pt-md-30 {
    padding-top: 120px !important;
  }
  .ferge-class .pr-md-30 {
    padding-right: 120px !important;
  }
  .ferge-class .pb-md-30 {
    padding-bottom: 120px !important;
  }
  .ferge-class .pl-md-30 {
    padding-left: 120px !important;
  }
}
@media (min-width: 1200px) {
  .ferge-class .mt-0 {
    margin-top: 0px !important;
  }
  .ferge-class .mr-0 {
    margin-right: 0px !important;
  }
  .ferge-class .mb-0 {
    margin-bottom: 0px !important;
  }
  .ferge-class .ml-0 {
    margin-left: 0px !important;
  }
  .ferge-class .mt-1 {
    margin-top: 4px !important;
  }
  .ferge-class .mr-1 {
    margin-right: 4px !important;
  }
  .ferge-class .mb-1 {
    margin-bottom: 4px !important;
  }
  .ferge-class .ml-1 {
    margin-left: 4px !important;
  }
  .ferge-class .mt-2 {
    margin-top: 8px !important;
  }
  .ferge-class .mr-2 {
    margin-right: 8px !important;
  }
  .ferge-class .mb-2 {
    margin-bottom: 8px !important;
  }
  .ferge-class .ml-2 {
    margin-left: 8px !important;
  }
  .ferge-class .mt-3 {
    margin-top: 12px !important;
  }
  .ferge-class .mr-3 {
    margin-right: 12px !important;
  }
  .ferge-class .mb-3 {
    margin-bottom: 12px !important;
  }
  .ferge-class .ml-3 {
    margin-left: 12px !important;
  }
  .ferge-class .mt-4 {
    margin-top: 16px !important;
  }
  .ferge-class .mr-4 {
    margin-right: 16px !important;
  }
  .ferge-class .mb-4 {
    margin-bottom: 16px !important;
  }
  .ferge-class .ml-4 {
    margin-left: 16px !important;
  }
  .ferge-class .mt-5 {
    margin-top: 20px !important;
  }
  .ferge-class .mr-5 {
    margin-right: 20px !important;
  }
  .ferge-class .mb-5 {
    margin-bottom: 20px !important;
  }
  .ferge-class .ml-5 {
    margin-left: 20px !important;
  }
  .ferge-class .mt-6 {
    margin-top: 24px !important;
  }
  .ferge-class .mr-6 {
    margin-right: 24px !important;
  }
  .ferge-class .mb-6 {
    margin-bottom: 24px !important;
  }
  .ferge-class .ml-6 {
    margin-left: 24px !important;
  }
  .ferge-class .mt-7 {
    margin-top: 28px !important;
  }
  .ferge-class .mr-7 {
    margin-right: 28px !important;
  }
  .ferge-class .mb-7 {
    margin-bottom: 28px !important;
  }
  .ferge-class .ml-7 {
    margin-left: 28px !important;
  }
  .ferge-class .mt-8 {
    margin-top: 32px !important;
  }
  .ferge-class .mr-8 {
    margin-right: 32px !important;
  }
  .ferge-class .mb-8 {
    margin-bottom: 32px !important;
  }
  .ferge-class .ml-8 {
    margin-left: 32px !important;
  }
  .ferge-class .mt-9 {
    margin-top: 36px !important;
  }
  .ferge-class .mr-9 {
    margin-right: 36px !important;
  }
  .ferge-class .mb-9 {
    margin-bottom: 36px !important;
  }
  .ferge-class .ml-9 {
    margin-left: 36px !important;
  }
  .ferge-class .mt-10 {
    margin-top: 40px !important;
  }
  .ferge-class .mr-10 {
    margin-right: 40px !important;
  }
  .ferge-class .mb-10 {
    margin-bottom: 40px !important;
  }
  .ferge-class .ml-10 {
    margin-left: 40px !important;
  }
  .ferge-class .mt-11 {
    margin-top: 44px !important;
  }
  .ferge-class .mr-11 {
    margin-right: 44px !important;
  }
  .ferge-class .mb-11 {
    margin-bottom: 44px !important;
  }
  .ferge-class .ml-11 {
    margin-left: 44px !important;
  }
  .ferge-class .mt-12 {
    margin-top: 48px !important;
  }
  .ferge-class .mr-12 {
    margin-right: 48px !important;
  }
  .ferge-class .mb-12 {
    margin-bottom: 48px !important;
  }
  .ferge-class .ml-12 {
    margin-left: 48px !important;
  }
  .ferge-class .mt-13 {
    margin-top: 52px !important;
  }
  .ferge-class .mr-13 {
    margin-right: 52px !important;
  }
  .ferge-class .mb-13 {
    margin-bottom: 52px !important;
  }
  .ferge-class .ml-13 {
    margin-left: 52px !important;
  }
  .ferge-class .mt-14 {
    margin-top: 56px !important;
  }
  .ferge-class .mr-14 {
    margin-right: 56px !important;
  }
  .ferge-class .mb-14 {
    margin-bottom: 56px !important;
  }
  .ferge-class .ml-14 {
    margin-left: 56px !important;
  }
  .ferge-class .mt-15 {
    margin-top: 60px !important;
  }
  .ferge-class .mr-15 {
    margin-right: 60px !important;
  }
  .ferge-class .mb-15 {
    margin-bottom: 60px !important;
  }
  .ferge-class .ml-15 {
    margin-left: 60px !important;
  }
  .ferge-class .mt-16 {
    margin-top: 64px !important;
  }
  .ferge-class .mr-16 {
    margin-right: 64px !important;
  }
  .ferge-class .mb-16 {
    margin-bottom: 64px !important;
  }
  .ferge-class .ml-16 {
    margin-left: 64px !important;
  }
  .ferge-class .mt-17 {
    margin-top: 68px !important;
  }
  .ferge-class .mr-17 {
    margin-right: 68px !important;
  }
  .ferge-class .mb-17 {
    margin-bottom: 68px !important;
  }
  .ferge-class .ml-17 {
    margin-left: 68px !important;
  }
  .ferge-class .mt-18 {
    margin-top: 72px !important;
  }
  .ferge-class .mr-18 {
    margin-right: 72px !important;
  }
  .ferge-class .mb-18 {
    margin-bottom: 72px !important;
  }
  .ferge-class .ml-18 {
    margin-left: 72px !important;
  }
  .ferge-class .mt-19 {
    margin-top: 76px !important;
  }
  .ferge-class .mr-19 {
    margin-right: 76px !important;
  }
  .ferge-class .mb-19 {
    margin-bottom: 76px !important;
  }
  .ferge-class .ml-19 {
    margin-left: 76px !important;
  }
  .ferge-class .mt-20 {
    margin-top: 80px !important;
  }
  .ferge-class .mr-20 {
    margin-right: 80px !important;
  }
  .ferge-class .mb-20 {
    margin-bottom: 80px !important;
  }
  .ferge-class .ml-20 {
    margin-left: 80px !important;
  }
  .ferge-class .mt-21 {
    margin-top: 84px !important;
  }
  .ferge-class .mr-21 {
    margin-right: 84px !important;
  }
  .ferge-class .mb-21 {
    margin-bottom: 84px !important;
  }
  .ferge-class .ml-21 {
    margin-left: 84px !important;
  }
  .ferge-class .mt-22 {
    margin-top: 88px !important;
  }
  .ferge-class .mr-22 {
    margin-right: 88px !important;
  }
  .ferge-class .mb-22 {
    margin-bottom: 88px !important;
  }
  .ferge-class .ml-22 {
    margin-left: 88px !important;
  }
  .ferge-class .mt-23 {
    margin-top: 92px !important;
  }
  .ferge-class .mr-23 {
    margin-right: 92px !important;
  }
  .ferge-class .mb-23 {
    margin-bottom: 92px !important;
  }
  .ferge-class .ml-23 {
    margin-left: 92px !important;
  }
  .ferge-class .mt-24 {
    margin-top: 96px !important;
  }
  .ferge-class .mr-24 {
    margin-right: 96px !important;
  }
  .ferge-class .mb-24 {
    margin-bottom: 96px !important;
  }
  .ferge-class .ml-24 {
    margin-left: 96px !important;
  }
  .ferge-class .mt-25 {
    margin-top: 100px !important;
  }
  .ferge-class .mr-25 {
    margin-right: 100px !important;
  }
  .ferge-class .mb-25 {
    margin-bottom: 100px !important;
  }
  .ferge-class .ml-25 {
    margin-left: 100px !important;
  }
  .ferge-class .mt-26 {
    margin-top: 104px !important;
  }
  .ferge-class .mr-26 {
    margin-right: 104px !important;
  }
  .ferge-class .mb-26 {
    margin-bottom: 104px !important;
  }
  .ferge-class .ml-26 {
    margin-left: 104px !important;
  }
  .ferge-class .mt-27 {
    margin-top: 108px !important;
  }
  .ferge-class .mr-27 {
    margin-right: 108px !important;
  }
  .ferge-class .mb-27 {
    margin-bottom: 108px !important;
  }
  .ferge-class .ml-27 {
    margin-left: 108px !important;
  }
  .ferge-class .mt-28 {
    margin-top: 112px !important;
  }
  .ferge-class .mr-28 {
    margin-right: 112px !important;
  }
  .ferge-class .mb-28 {
    margin-bottom: 112px !important;
  }
  .ferge-class .ml-28 {
    margin-left: 112px !important;
  }
  .ferge-class .mt-29 {
    margin-top: 116px !important;
  }
  .ferge-class .mr-29 {
    margin-right: 116px !important;
  }
  .ferge-class .mb-29 {
    margin-bottom: 116px !important;
  }
  .ferge-class .ml-29 {
    margin-left: 116px !important;
  }
  .ferge-class .mt-30 {
    margin-top: 120px !important;
  }
  .ferge-class .mr-30 {
    margin-right: 120px !important;
  }
  .ferge-class .mb-30 {
    margin-bottom: 120px !important;
  }
  .ferge-class .ml-30 {
    margin-left: 120px !important;
  }
  .ferge-class .pt-0 {
    padding-top: 0px !important;
  }
  .ferge-class .pr-0 {
    padding-right: 0px !important;
  }
  .ferge-class .pb-0 {
    padding-bottom: 0px !important;
  }
  .ferge-class .pl-0 {
    padding-left: 0px !important;
  }
  .ferge-class .pt-1 {
    padding-top: 4px !important;
  }
  .ferge-class .pr-1 {
    padding-right: 4px !important;
  }
  .ferge-class .pb-1 {
    padding-bottom: 4px !important;
  }
  .ferge-class .pl-1 {
    padding-left: 4px !important;
  }
  .ferge-class .pt-2 {
    padding-top: 8px !important;
  }
  .ferge-class .pr-2 {
    padding-right: 8px !important;
  }
  .ferge-class .pb-2 {
    padding-bottom: 8px !important;
  }
  .ferge-class .pl-2 {
    padding-left: 8px !important;
  }
  .ferge-class .pt-3 {
    padding-top: 12px !important;
  }
  .ferge-class .pr-3 {
    padding-right: 12px !important;
  }
  .ferge-class .pb-3 {
    padding-bottom: 12px !important;
  }
  .ferge-class .pl-3 {
    padding-left: 12px !important;
  }
  .ferge-class .pt-4 {
    padding-top: 16px !important;
  }
  .ferge-class .pr-4 {
    padding-right: 16px !important;
  }
  .ferge-class .pb-4 {
    padding-bottom: 16px !important;
  }
  .ferge-class .pl-4 {
    padding-left: 16px !important;
  }
  .ferge-class .pt-5 {
    padding-top: 20px !important;
  }
  .ferge-class .pr-5 {
    padding-right: 20px !important;
  }
  .ferge-class .pb-5 {
    padding-bottom: 20px !important;
  }
  .ferge-class .pl-5 {
    padding-left: 20px !important;
  }
  .ferge-class .pt-6 {
    padding-top: 24px !important;
  }
  .ferge-class .pr-6 {
    padding-right: 24px !important;
  }
  .ferge-class .pb-6 {
    padding-bottom: 24px !important;
  }
  .ferge-class .pl-6 {
    padding-left: 24px !important;
  }
  .ferge-class .pt-7 {
    padding-top: 28px !important;
  }
  .ferge-class .pr-7 {
    padding-right: 28px !important;
  }
  .ferge-class .pb-7 {
    padding-bottom: 28px !important;
  }
  .ferge-class .pl-7 {
    padding-left: 28px !important;
  }
  .ferge-class .pt-8 {
    padding-top: 32px !important;
  }
  .ferge-class .pr-8 {
    padding-right: 32px !important;
  }
  .ferge-class .pb-8 {
    padding-bottom: 32px !important;
  }
  .ferge-class .pl-8 {
    padding-left: 32px !important;
  }
  .ferge-class .pt-9 {
    padding-top: 36px !important;
  }
  .ferge-class .pr-9 {
    padding-right: 36px !important;
  }
  .ferge-class .pb-9 {
    padding-bottom: 36px !important;
  }
  .ferge-class .pl-9 {
    padding-left: 36px !important;
  }
  .ferge-class .pt-10 {
    padding-top: 40px !important;
  }
  .ferge-class .pr-10 {
    padding-right: 40px !important;
  }
  .ferge-class .pb-10 {
    padding-bottom: 40px !important;
  }
  .ferge-class .pl-10 {
    padding-left: 40px !important;
  }
  .ferge-class .pt-11 {
    padding-top: 44px !important;
  }
  .ferge-class .pr-11 {
    padding-right: 44px !important;
  }
  .ferge-class .pb-11 {
    padding-bottom: 44px !important;
  }
  .ferge-class .pl-11 {
    padding-left: 44px !important;
  }
  .ferge-class .pt-12 {
    padding-top: 48px !important;
  }
  .ferge-class .pr-12 {
    padding-right: 48px !important;
  }
  .ferge-class .pb-12 {
    padding-bottom: 48px !important;
  }
  .ferge-class .pl-12 {
    padding-left: 48px !important;
  }
  .ferge-class .pt-13 {
    padding-top: 52px !important;
  }
  .ferge-class .pr-13 {
    padding-right: 52px !important;
  }
  .ferge-class .pb-13 {
    padding-bottom: 52px !important;
  }
  .ferge-class .pl-13 {
    padding-left: 52px !important;
  }
  .ferge-class .pt-14 {
    padding-top: 56px !important;
  }
  .ferge-class .pr-14 {
    padding-right: 56px !important;
  }
  .ferge-class .pb-14 {
    padding-bottom: 56px !important;
  }
  .ferge-class .pl-14 {
    padding-left: 56px !important;
  }
  .ferge-class .pt-15 {
    padding-top: 60px !important;
  }
  .ferge-class .pr-15 {
    padding-right: 60px !important;
  }
  .ferge-class .pb-15 {
    padding-bottom: 60px !important;
  }
  .ferge-class .pl-15 {
    padding-left: 60px !important;
  }
  .ferge-class .pt-16 {
    padding-top: 64px !important;
  }
  .ferge-class .pr-16 {
    padding-right: 64px !important;
  }
  .ferge-class .pb-16 {
    padding-bottom: 64px !important;
  }
  .ferge-class .pl-16 {
    padding-left: 64px !important;
  }
  .ferge-class .pt-17 {
    padding-top: 68px !important;
  }
  .ferge-class .pr-17 {
    padding-right: 68px !important;
  }
  .ferge-class .pb-17 {
    padding-bottom: 68px !important;
  }
  .ferge-class .pl-17 {
    padding-left: 68px !important;
  }
  .ferge-class .pt-18 {
    padding-top: 72px !important;
  }
  .ferge-class .pr-18 {
    padding-right: 72px !important;
  }
  .ferge-class .pb-18 {
    padding-bottom: 72px !important;
  }
  .ferge-class .pl-18 {
    padding-left: 72px !important;
  }
  .ferge-class .pt-19 {
    padding-top: 76px !important;
  }
  .ferge-class .pr-19 {
    padding-right: 76px !important;
  }
  .ferge-class .pb-19 {
    padding-bottom: 76px !important;
  }
  .ferge-class .pl-19 {
    padding-left: 76px !important;
  }
  .ferge-class .pt-20 {
    padding-top: 80px !important;
  }
  .ferge-class .pr-20 {
    padding-right: 80px !important;
  }
  .ferge-class .pb-20 {
    padding-bottom: 80px !important;
  }
  .ferge-class .pl-20 {
    padding-left: 80px !important;
  }
  .ferge-class .pt-21 {
    padding-top: 84px !important;
  }
  .ferge-class .pr-21 {
    padding-right: 84px !important;
  }
  .ferge-class .pb-21 {
    padding-bottom: 84px !important;
  }
  .ferge-class .pl-21 {
    padding-left: 84px !important;
  }
  .ferge-class .pt-22 {
    padding-top: 88px !important;
  }
  .ferge-class .pr-22 {
    padding-right: 88px !important;
  }
  .ferge-class .pb-22 {
    padding-bottom: 88px !important;
  }
  .ferge-class .pl-22 {
    padding-left: 88px !important;
  }
  .ferge-class .pt-23 {
    padding-top: 92px !important;
  }
  .ferge-class .pr-23 {
    padding-right: 92px !important;
  }
  .ferge-class .pb-23 {
    padding-bottom: 92px !important;
  }
  .ferge-class .pl-23 {
    padding-left: 92px !important;
  }
  .ferge-class .pt-24 {
    padding-top: 96px !important;
  }
  .ferge-class .pr-24 {
    padding-right: 96px !important;
  }
  .ferge-class .pb-24 {
    padding-bottom: 96px !important;
  }
  .ferge-class .pl-24 {
    padding-left: 96px !important;
  }
  .ferge-class .pt-25 {
    padding-top: 100px !important;
  }
  .ferge-class .pr-25 {
    padding-right: 100px !important;
  }
  .ferge-class .pb-25 {
    padding-bottom: 100px !important;
  }
  .ferge-class .pl-25 {
    padding-left: 100px !important;
  }
  .ferge-class .pt-26 {
    padding-top: 104px !important;
  }
  .ferge-class .pr-26 {
    padding-right: 104px !important;
  }
  .ferge-class .pb-26 {
    padding-bottom: 104px !important;
  }
  .ferge-class .pl-26 {
    padding-left: 104px !important;
  }
  .ferge-class .pt-27 {
    padding-top: 108px !important;
  }
  .ferge-class .pr-27 {
    padding-right: 108px !important;
  }
  .ferge-class .pb-27 {
    padding-bottom: 108px !important;
  }
  .ferge-class .pl-27 {
    padding-left: 108px !important;
  }
  .ferge-class .pt-28 {
    padding-top: 112px !important;
  }
  .ferge-class .pr-28 {
    padding-right: 112px !important;
  }
  .ferge-class .pb-28 {
    padding-bottom: 112px !important;
  }
  .ferge-class .pl-28 {
    padding-left: 112px !important;
  }
  .ferge-class .pt-29 {
    padding-top: 116px !important;
  }
  .ferge-class .pr-29 {
    padding-right: 116px !important;
  }
  .ferge-class .pb-29 {
    padding-bottom: 116px !important;
  }
  .ferge-class .pl-29 {
    padding-left: 116px !important;
  }
  .ferge-class .pt-30 {
    padding-top: 120px !important;
  }
  .ferge-class .pr-30 {
    padding-right: 120px !important;
  }
  .ferge-class .pb-30 {
    padding-bottom: 120px !important;
  }
  .ferge-class .pl-30 {
    padding-left: 120px !important;
  }
  .ferge-class .m-lg-0 {
    margin: 0px !important;
  }
  .ferge-class .mt-lg-0 {
    margin-top: 0px !important;
  }
  .ferge-class .mr-lg-0 {
    margin-right: 0px !important;
  }
  .ferge-class .mb-lg-0 {
    margin-bottom: 0px !important;
  }
  .ferge-class .ml-lg-0 {
    margin-left: 0px !important;
  }
  .ferge-class .mt-lg-n0 {
    margin-top: 0px !important;
  }
  .ferge-class .mr-lg-n0 {
    margin-right: 0px !important;
  }
  .ferge-class .mb-lg-n0 {
    margin-bottom: 0px !important;
  }
  .ferge-class .ml-lg-n0 {
    margin-left: 0px !important;
  }
  .ferge-class .m-lg-1 {
    margin: 4px !important;
  }
  .ferge-class .mt-lg-1 {
    margin-top: 4px !important;
  }
  .ferge-class .mr-lg-1 {
    margin-right: 4px !important;
  }
  .ferge-class .mb-lg-1 {
    margin-bottom: 4px !important;
  }
  .ferge-class .ml-lg-1 {
    margin-left: 4px !important;
  }
  .ferge-class .mt-lg-n1 {
    margin-top: -4px !important;
  }
  .ferge-class .mr-lg-n1 {
    margin-right: -4px !important;
  }
  .ferge-class .mb-lg-n1 {
    margin-bottom: -4px !important;
  }
  .ferge-class .ml-lg-n1 {
    margin-left: -4px !important;
  }
  .ferge-class .m-lg-2 {
    margin: 8px !important;
  }
  .ferge-class .mt-lg-2 {
    margin-top: 8px !important;
  }
  .ferge-class .mr-lg-2 {
    margin-right: 8px !important;
  }
  .ferge-class .mb-lg-2 {
    margin-bottom: 8px !important;
  }
  .ferge-class .ml-lg-2 {
    margin-left: 8px !important;
  }
  .ferge-class .mt-lg-n2 {
    margin-top: -8px !important;
  }
  .ferge-class .mr-lg-n2 {
    margin-right: -8px !important;
  }
  .ferge-class .mb-lg-n2 {
    margin-bottom: -8px !important;
  }
  .ferge-class .ml-lg-n2 {
    margin-left: -8px !important;
  }
  .ferge-class .m-lg-3 {
    margin: 12px !important;
  }
  .ferge-class .mt-lg-3 {
    margin-top: 12px !important;
  }
  .ferge-class .mr-lg-3 {
    margin-right: 12px !important;
  }
  .ferge-class .mb-lg-3 {
    margin-bottom: 12px !important;
  }
  .ferge-class .ml-lg-3 {
    margin-left: 12px !important;
  }
  .ferge-class .mt-lg-n3 {
    margin-top: -12px !important;
  }
  .ferge-class .mr-lg-n3 {
    margin-right: -12px !important;
  }
  .ferge-class .mb-lg-n3 {
    margin-bottom: -12px !important;
  }
  .ferge-class .ml-lg-n3 {
    margin-left: -12px !important;
  }
  .ferge-class .m-lg-4 {
    margin: 16px !important;
  }
  .ferge-class .mt-lg-4 {
    margin-top: 16px !important;
  }
  .ferge-class .mr-lg-4 {
    margin-right: 16px !important;
  }
  .ferge-class .mb-lg-4 {
    margin-bottom: 16px !important;
  }
  .ferge-class .ml-lg-4 {
    margin-left: 16px !important;
  }
  .ferge-class .mt-lg-n4 {
    margin-top: -16px !important;
  }
  .ferge-class .mr-lg-n4 {
    margin-right: -16px !important;
  }
  .ferge-class .mb-lg-n4 {
    margin-bottom: -16px !important;
  }
  .ferge-class .ml-lg-n4 {
    margin-left: -16px !important;
  }
  .ferge-class .m-lg-5 {
    margin: 20px !important;
  }
  .ferge-class .mt-lg-5 {
    margin-top: 20px !important;
  }
  .ferge-class .mr-lg-5 {
    margin-right: 20px !important;
  }
  .ferge-class .mb-lg-5 {
    margin-bottom: 20px !important;
  }
  .ferge-class .ml-lg-5 {
    margin-left: 20px !important;
  }
  .ferge-class .mt-lg-n5 {
    margin-top: -20px !important;
  }
  .ferge-class .mr-lg-n5 {
    margin-right: -20px !important;
  }
  .ferge-class .mb-lg-n5 {
    margin-bottom: -20px !important;
  }
  .ferge-class .ml-lg-n5 {
    margin-left: -20px !important;
  }
  .ferge-class .m-lg-6 {
    margin: 24px !important;
  }
  .ferge-class .mt-lg-6 {
    margin-top: 24px !important;
  }
  .ferge-class .mr-lg-6 {
    margin-right: 24px !important;
  }
  .ferge-class .mb-lg-6 {
    margin-bottom: 24px !important;
  }
  .ferge-class .ml-lg-6 {
    margin-left: 24px !important;
  }
  .ferge-class .mt-lg-n6 {
    margin-top: -24px !important;
  }
  .ferge-class .mr-lg-n6 {
    margin-right: -24px !important;
  }
  .ferge-class .mb-lg-n6 {
    margin-bottom: -24px !important;
  }
  .ferge-class .ml-lg-n6 {
    margin-left: -24px !important;
  }
  .ferge-class .m-lg-7 {
    margin: 28px !important;
  }
  .ferge-class .mt-lg-7 {
    margin-top: 28px !important;
  }
  .ferge-class .mr-lg-7 {
    margin-right: 28px !important;
  }
  .ferge-class .mb-lg-7 {
    margin-bottom: 28px !important;
  }
  .ferge-class .ml-lg-7 {
    margin-left: 28px !important;
  }
  .ferge-class .mt-lg-n7 {
    margin-top: -28px !important;
  }
  .ferge-class .mr-lg-n7 {
    margin-right: -28px !important;
  }
  .ferge-class .mb-lg-n7 {
    margin-bottom: -28px !important;
  }
  .ferge-class .ml-lg-n7 {
    margin-left: -28px !important;
  }
  .ferge-class .m-lg-8 {
    margin: 32px !important;
  }
  .ferge-class .mt-lg-8 {
    margin-top: 32px !important;
  }
  .ferge-class .mr-lg-8 {
    margin-right: 32px !important;
  }
  .ferge-class .mb-lg-8 {
    margin-bottom: 32px !important;
  }
  .ferge-class .ml-lg-8 {
    margin-left: 32px !important;
  }
  .ferge-class .mt-lg-n8 {
    margin-top: -32px !important;
  }
  .ferge-class .mr-lg-n8 {
    margin-right: -32px !important;
  }
  .ferge-class .mb-lg-n8 {
    margin-bottom: -32px !important;
  }
  .ferge-class .ml-lg-n8 {
    margin-left: -32px !important;
  }
  .ferge-class .m-lg-9 {
    margin: 36px !important;
  }
  .ferge-class .mt-lg-9 {
    margin-top: 36px !important;
  }
  .ferge-class .mr-lg-9 {
    margin-right: 36px !important;
  }
  .ferge-class .mb-lg-9 {
    margin-bottom: 36px !important;
  }
  .ferge-class .ml-lg-9 {
    margin-left: 36px !important;
  }
  .ferge-class .mt-lg-n9 {
    margin-top: -36px !important;
  }
  .ferge-class .mr-lg-n9 {
    margin-right: -36px !important;
  }
  .ferge-class .mb-lg-n9 {
    margin-bottom: -36px !important;
  }
  .ferge-class .ml-lg-n9 {
    margin-left: -36px !important;
  }
  .ferge-class .m-lg-10 {
    margin: 40px !important;
  }
  .ferge-class .mt-lg-10 {
    margin-top: 40px !important;
  }
  .ferge-class .mr-lg-10 {
    margin-right: 40px !important;
  }
  .ferge-class .mb-lg-10 {
    margin-bottom: 40px !important;
  }
  .ferge-class .ml-lg-10 {
    margin-left: 40px !important;
  }
  .ferge-class .mt-lg-n10 {
    margin-top: -40px !important;
  }
  .ferge-class .mr-lg-n10 {
    margin-right: -40px !important;
  }
  .ferge-class .mb-lg-n10 {
    margin-bottom: -40px !important;
  }
  .ferge-class .ml-lg-n10 {
    margin-left: -40px !important;
  }
  .ferge-class .m-lg-11 {
    margin: 44px !important;
  }
  .ferge-class .mt-lg-11 {
    margin-top: 44px !important;
  }
  .ferge-class .mr-lg-11 {
    margin-right: 44px !important;
  }
  .ferge-class .mb-lg-11 {
    margin-bottom: 44px !important;
  }
  .ferge-class .ml-lg-11 {
    margin-left: 44px !important;
  }
  .ferge-class .mt-lg-n11 {
    margin-top: -44px !important;
  }
  .ferge-class .mr-lg-n11 {
    margin-right: -44px !important;
  }
  .ferge-class .mb-lg-n11 {
    margin-bottom: -44px !important;
  }
  .ferge-class .ml-lg-n11 {
    margin-left: -44px !important;
  }
  .ferge-class .m-lg-12 {
    margin: 48px !important;
  }
  .ferge-class .mt-lg-12 {
    margin-top: 48px !important;
  }
  .ferge-class .mr-lg-12 {
    margin-right: 48px !important;
  }
  .ferge-class .mb-lg-12 {
    margin-bottom: 48px !important;
  }
  .ferge-class .ml-lg-12 {
    margin-left: 48px !important;
  }
  .ferge-class .mt-lg-n12 {
    margin-top: -48px !important;
  }
  .ferge-class .mr-lg-n12 {
    margin-right: -48px !important;
  }
  .ferge-class .mb-lg-n12 {
    margin-bottom: -48px !important;
  }
  .ferge-class .ml-lg-n12 {
    margin-left: -48px !important;
  }
  .ferge-class .m-lg-13 {
    margin: 52px !important;
  }
  .ferge-class .mt-lg-13 {
    margin-top: 52px !important;
  }
  .ferge-class .mr-lg-13 {
    margin-right: 52px !important;
  }
  .ferge-class .mb-lg-13 {
    margin-bottom: 52px !important;
  }
  .ferge-class .ml-lg-13 {
    margin-left: 52px !important;
  }
  .ferge-class .mt-lg-n13 {
    margin-top: -52px !important;
  }
  .ferge-class .mr-lg-n13 {
    margin-right: -52px !important;
  }
  .ferge-class .mb-lg-n13 {
    margin-bottom: -52px !important;
  }
  .ferge-class .ml-lg-n13 {
    margin-left: -52px !important;
  }
  .ferge-class .m-lg-14 {
    margin: 56px !important;
  }
  .ferge-class .mt-lg-14 {
    margin-top: 56px !important;
  }
  .ferge-class .mr-lg-14 {
    margin-right: 56px !important;
  }
  .ferge-class .mb-lg-14 {
    margin-bottom: 56px !important;
  }
  .ferge-class .ml-lg-14 {
    margin-left: 56px !important;
  }
  .ferge-class .mt-lg-n14 {
    margin-top: -56px !important;
  }
  .ferge-class .mr-lg-n14 {
    margin-right: -56px !important;
  }
  .ferge-class .mb-lg-n14 {
    margin-bottom: -56px !important;
  }
  .ferge-class .ml-lg-n14 {
    margin-left: -56px !important;
  }
  .ferge-class .m-lg-15 {
    margin: 60px !important;
  }
  .ferge-class .mt-lg-15 {
    margin-top: 60px !important;
  }
  .ferge-class .mr-lg-15 {
    margin-right: 60px !important;
  }
  .ferge-class .mb-lg-15 {
    margin-bottom: 60px !important;
  }
  .ferge-class .ml-lg-15 {
    margin-left: 60px !important;
  }
  .ferge-class .mt-lg-n15 {
    margin-top: -60px !important;
  }
  .ferge-class .mr-lg-n15 {
    margin-right: -60px !important;
  }
  .ferge-class .mb-lg-n15 {
    margin-bottom: -60px !important;
  }
  .ferge-class .ml-lg-n15 {
    margin-left: -60px !important;
  }
  .ferge-class .m-lg-16 {
    margin: 64px !important;
  }
  .ferge-class .mt-lg-16 {
    margin-top: 64px !important;
  }
  .ferge-class .mr-lg-16 {
    margin-right: 64px !important;
  }
  .ferge-class .mb-lg-16 {
    margin-bottom: 64px !important;
  }
  .ferge-class .ml-lg-16 {
    margin-left: 64px !important;
  }
  .ferge-class .mt-lg-n16 {
    margin-top: -64px !important;
  }
  .ferge-class .mr-lg-n16 {
    margin-right: -64px !important;
  }
  .ferge-class .mb-lg-n16 {
    margin-bottom: -64px !important;
  }
  .ferge-class .ml-lg-n16 {
    margin-left: -64px !important;
  }
  .ferge-class .m-lg-17 {
    margin: 68px !important;
  }
  .ferge-class .mt-lg-17 {
    margin-top: 68px !important;
  }
  .ferge-class .mr-lg-17 {
    margin-right: 68px !important;
  }
  .ferge-class .mb-lg-17 {
    margin-bottom: 68px !important;
  }
  .ferge-class .ml-lg-17 {
    margin-left: 68px !important;
  }
  .ferge-class .mt-lg-n17 {
    margin-top: -68px !important;
  }
  .ferge-class .mr-lg-n17 {
    margin-right: -68px !important;
  }
  .ferge-class .mb-lg-n17 {
    margin-bottom: -68px !important;
  }
  .ferge-class .ml-lg-n17 {
    margin-left: -68px !important;
  }
  .ferge-class .m-lg-18 {
    margin: 72px !important;
  }
  .ferge-class .mt-lg-18 {
    margin-top: 72px !important;
  }
  .ferge-class .mr-lg-18 {
    margin-right: 72px !important;
  }
  .ferge-class .mb-lg-18 {
    margin-bottom: 72px !important;
  }
  .ferge-class .ml-lg-18 {
    margin-left: 72px !important;
  }
  .ferge-class .mt-lg-n18 {
    margin-top: -72px !important;
  }
  .ferge-class .mr-lg-n18 {
    margin-right: -72px !important;
  }
  .ferge-class .mb-lg-n18 {
    margin-bottom: -72px !important;
  }
  .ferge-class .ml-lg-n18 {
    margin-left: -72px !important;
  }
  .ferge-class .m-lg-19 {
    margin: 76px !important;
  }
  .ferge-class .mt-lg-19 {
    margin-top: 76px !important;
  }
  .ferge-class .mr-lg-19 {
    margin-right: 76px !important;
  }
  .ferge-class .mb-lg-19 {
    margin-bottom: 76px !important;
  }
  .ferge-class .ml-lg-19 {
    margin-left: 76px !important;
  }
  .ferge-class .mt-lg-n19 {
    margin-top: -76px !important;
  }
  .ferge-class .mr-lg-n19 {
    margin-right: -76px !important;
  }
  .ferge-class .mb-lg-n19 {
    margin-bottom: -76px !important;
  }
  .ferge-class .ml-lg-n19 {
    margin-left: -76px !important;
  }
  .ferge-class .m-lg-20 {
    margin: 80px !important;
  }
  .ferge-class .mt-lg-20 {
    margin-top: 80px !important;
  }
  .ferge-class .mr-lg-20 {
    margin-right: 80px !important;
  }
  .ferge-class .mb-lg-20 {
    margin-bottom: 80px !important;
  }
  .ferge-class .ml-lg-20 {
    margin-left: 80px !important;
  }
  .ferge-class .mt-lg-n20 {
    margin-top: -80px !important;
  }
  .ferge-class .mr-lg-n20 {
    margin-right: -80px !important;
  }
  .ferge-class .mb-lg-n20 {
    margin-bottom: -80px !important;
  }
  .ferge-class .ml-lg-n20 {
    margin-left: -80px !important;
  }
  .ferge-class .m-lg-21 {
    margin: 84px !important;
  }
  .ferge-class .mt-lg-21 {
    margin-top: 84px !important;
  }
  .ferge-class .mr-lg-21 {
    margin-right: 84px !important;
  }
  .ferge-class .mb-lg-21 {
    margin-bottom: 84px !important;
  }
  .ferge-class .ml-lg-21 {
    margin-left: 84px !important;
  }
  .ferge-class .mt-lg-n21 {
    margin-top: -84px !important;
  }
  .ferge-class .mr-lg-n21 {
    margin-right: -84px !important;
  }
  .ferge-class .mb-lg-n21 {
    margin-bottom: -84px !important;
  }
  .ferge-class .ml-lg-n21 {
    margin-left: -84px !important;
  }
  .ferge-class .m-lg-22 {
    margin: 88px !important;
  }
  .ferge-class .mt-lg-22 {
    margin-top: 88px !important;
  }
  .ferge-class .mr-lg-22 {
    margin-right: 88px !important;
  }
  .ferge-class .mb-lg-22 {
    margin-bottom: 88px !important;
  }
  .ferge-class .ml-lg-22 {
    margin-left: 88px !important;
  }
  .ferge-class .mt-lg-n22 {
    margin-top: -88px !important;
  }
  .ferge-class .mr-lg-n22 {
    margin-right: -88px !important;
  }
  .ferge-class .mb-lg-n22 {
    margin-bottom: -88px !important;
  }
  .ferge-class .ml-lg-n22 {
    margin-left: -88px !important;
  }
  .ferge-class .m-lg-23 {
    margin: 92px !important;
  }
  .ferge-class .mt-lg-23 {
    margin-top: 92px !important;
  }
  .ferge-class .mr-lg-23 {
    margin-right: 92px !important;
  }
  .ferge-class .mb-lg-23 {
    margin-bottom: 92px !important;
  }
  .ferge-class .ml-lg-23 {
    margin-left: 92px !important;
  }
  .ferge-class .mt-lg-n23 {
    margin-top: -92px !important;
  }
  .ferge-class .mr-lg-n23 {
    margin-right: -92px !important;
  }
  .ferge-class .mb-lg-n23 {
    margin-bottom: -92px !important;
  }
  .ferge-class .ml-lg-n23 {
    margin-left: -92px !important;
  }
  .ferge-class .m-lg-24 {
    margin: 96px !important;
  }
  .ferge-class .mt-lg-24 {
    margin-top: 96px !important;
  }
  .ferge-class .mr-lg-24 {
    margin-right: 96px !important;
  }
  .ferge-class .mb-lg-24 {
    margin-bottom: 96px !important;
  }
  .ferge-class .ml-lg-24 {
    margin-left: 96px !important;
  }
  .ferge-class .mt-lg-n24 {
    margin-top: -96px !important;
  }
  .ferge-class .mr-lg-n24 {
    margin-right: -96px !important;
  }
  .ferge-class .mb-lg-n24 {
    margin-bottom: -96px !important;
  }
  .ferge-class .ml-lg-n24 {
    margin-left: -96px !important;
  }
  .ferge-class .m-lg-25 {
    margin: 100px !important;
  }
  .ferge-class .mt-lg-25 {
    margin-top: 100px !important;
  }
  .ferge-class .mr-lg-25 {
    margin-right: 100px !important;
  }
  .ferge-class .mb-lg-25 {
    margin-bottom: 100px !important;
  }
  .ferge-class .ml-lg-25 {
    margin-left: 100px !important;
  }
  .ferge-class .mt-lg-n25 {
    margin-top: -100px !important;
  }
  .ferge-class .mr-lg-n25 {
    margin-right: -100px !important;
  }
  .ferge-class .mb-lg-n25 {
    margin-bottom: -100px !important;
  }
  .ferge-class .ml-lg-n25 {
    margin-left: -100px !important;
  }
  .ferge-class .m-lg-26 {
    margin: 104px !important;
  }
  .ferge-class .mt-lg-26 {
    margin-top: 104px !important;
  }
  .ferge-class .mr-lg-26 {
    margin-right: 104px !important;
  }
  .ferge-class .mb-lg-26 {
    margin-bottom: 104px !important;
  }
  .ferge-class .ml-lg-26 {
    margin-left: 104px !important;
  }
  .ferge-class .mt-lg-n26 {
    margin-top: -104px !important;
  }
  .ferge-class .mr-lg-n26 {
    margin-right: -104px !important;
  }
  .ferge-class .mb-lg-n26 {
    margin-bottom: -104px !important;
  }
  .ferge-class .ml-lg-n26 {
    margin-left: -104px !important;
  }
  .ferge-class .m-lg-27 {
    margin: 108px !important;
  }
  .ferge-class .mt-lg-27 {
    margin-top: 108px !important;
  }
  .ferge-class .mr-lg-27 {
    margin-right: 108px !important;
  }
  .ferge-class .mb-lg-27 {
    margin-bottom: 108px !important;
  }
  .ferge-class .ml-lg-27 {
    margin-left: 108px !important;
  }
  .ferge-class .mt-lg-n27 {
    margin-top: -108px !important;
  }
  .ferge-class .mr-lg-n27 {
    margin-right: -108px !important;
  }
  .ferge-class .mb-lg-n27 {
    margin-bottom: -108px !important;
  }
  .ferge-class .ml-lg-n27 {
    margin-left: -108px !important;
  }
  .ferge-class .m-lg-28 {
    margin: 112px !important;
  }
  .ferge-class .mt-lg-28 {
    margin-top: 112px !important;
  }
  .ferge-class .mr-lg-28 {
    margin-right: 112px !important;
  }
  .ferge-class .mb-lg-28 {
    margin-bottom: 112px !important;
  }
  .ferge-class .ml-lg-28 {
    margin-left: 112px !important;
  }
  .ferge-class .mt-lg-n28 {
    margin-top: -112px !important;
  }
  .ferge-class .mr-lg-n28 {
    margin-right: -112px !important;
  }
  .ferge-class .mb-lg-n28 {
    margin-bottom: -112px !important;
  }
  .ferge-class .ml-lg-n28 {
    margin-left: -112px !important;
  }
  .ferge-class .m-lg-29 {
    margin: 116px !important;
  }
  .ferge-class .mt-lg-29 {
    margin-top: 116px !important;
  }
  .ferge-class .mr-lg-29 {
    margin-right: 116px !important;
  }
  .ferge-class .mb-lg-29 {
    margin-bottom: 116px !important;
  }
  .ferge-class .ml-lg-29 {
    margin-left: 116px !important;
  }
  .ferge-class .mt-lg-n29 {
    margin-top: -116px !important;
  }
  .ferge-class .mr-lg-n29 {
    margin-right: -116px !important;
  }
  .ferge-class .mb-lg-n29 {
    margin-bottom: -116px !important;
  }
  .ferge-class .ml-lg-n29 {
    margin-left: -116px !important;
  }
  .ferge-class .m-lg-30 {
    margin: 120px !important;
  }
  .ferge-class .mt-lg-30 {
    margin-top: 120px !important;
  }
  .ferge-class .mr-lg-30 {
    margin-right: 120px !important;
  }
  .ferge-class .mb-lg-30 {
    margin-bottom: 120px !important;
  }
  .ferge-class .ml-lg-30 {
    margin-left: 120px !important;
  }
  .ferge-class .mt-lg-n30 {
    margin-top: -120px !important;
  }
  .ferge-class .mr-lg-n30 {
    margin-right: -120px !important;
  }
  .ferge-class .mb-lg-n30 {
    margin-bottom: -120px !important;
  }
  .ferge-class .ml-lg-n30 {
    margin-left: -120px !important;
  }
  .ferge-class .p-lg-0 {
    padding: 0px !important;
  }
  .ferge-class .pt-lg-0 {
    padding-top: 0px !important;
  }
  .ferge-class .pr-lg-0 {
    padding-right: 0px !important;
  }
  .ferge-class .pb-lg-0 {
    padding-bottom: 0px !important;
  }
  .ferge-class .pl-lg-0 {
    padding-left: 0px !important;
  }
  .ferge-class .p-lg-1 {
    padding: 4px !important;
  }
  .ferge-class .pt-lg-1 {
    padding-top: 4px !important;
  }
  .ferge-class .pr-lg-1 {
    padding-right: 4px !important;
  }
  .ferge-class .pb-lg-1 {
    padding-bottom: 4px !important;
  }
  .ferge-class .pl-lg-1 {
    padding-left: 4px !important;
  }
  .ferge-class .p-lg-2 {
    padding: 8px !important;
  }
  .ferge-class .pt-lg-2 {
    padding-top: 8px !important;
  }
  .ferge-class .pr-lg-2 {
    padding-right: 8px !important;
  }
  .ferge-class .pb-lg-2 {
    padding-bottom: 8px !important;
  }
  .ferge-class .pl-lg-2 {
    padding-left: 8px !important;
  }
  .ferge-class .p-lg-3 {
    padding: 12px !important;
  }
  .ferge-class .pt-lg-3 {
    padding-top: 12px !important;
  }
  .ferge-class .pr-lg-3 {
    padding-right: 12px !important;
  }
  .ferge-class .pb-lg-3 {
    padding-bottom: 12px !important;
  }
  .ferge-class .pl-lg-3 {
    padding-left: 12px !important;
  }
  .ferge-class .p-lg-4 {
    padding: 16px !important;
  }
  .ferge-class .pt-lg-4 {
    padding-top: 16px !important;
  }
  .ferge-class .pr-lg-4 {
    padding-right: 16px !important;
  }
  .ferge-class .pb-lg-4 {
    padding-bottom: 16px !important;
  }
  .ferge-class .pl-lg-4 {
    padding-left: 16px !important;
  }
  .ferge-class .p-lg-5 {
    padding: 20px !important;
  }
  .ferge-class .pt-lg-5 {
    padding-top: 20px !important;
  }
  .ferge-class .pr-lg-5 {
    padding-right: 20px !important;
  }
  .ferge-class .pb-lg-5 {
    padding-bottom: 20px !important;
  }
  .ferge-class .pl-lg-5 {
    padding-left: 20px !important;
  }
  .ferge-class .p-lg-6 {
    padding: 24px !important;
  }
  .ferge-class .pt-lg-6 {
    padding-top: 24px !important;
  }
  .ferge-class .pr-lg-6 {
    padding-right: 24px !important;
  }
  .ferge-class .pb-lg-6 {
    padding-bottom: 24px !important;
  }
  .ferge-class .pl-lg-6 {
    padding-left: 24px !important;
  }
  .ferge-class .p-lg-7 {
    padding: 28px !important;
  }
  .ferge-class .pt-lg-7 {
    padding-top: 28px !important;
  }
  .ferge-class .pr-lg-7 {
    padding-right: 28px !important;
  }
  .ferge-class .pb-lg-7 {
    padding-bottom: 28px !important;
  }
  .ferge-class .pl-lg-7 {
    padding-left: 28px !important;
  }
  .ferge-class .p-lg-8 {
    padding: 32px !important;
  }
  .ferge-class .pt-lg-8 {
    padding-top: 32px !important;
  }
  .ferge-class .pr-lg-8 {
    padding-right: 32px !important;
  }
  .ferge-class .pb-lg-8 {
    padding-bottom: 32px !important;
  }
  .ferge-class .pl-lg-8 {
    padding-left: 32px !important;
  }
  .ferge-class .p-lg-9 {
    padding: 36px !important;
  }
  .ferge-class .pt-lg-9 {
    padding-top: 36px !important;
  }
  .ferge-class .pr-lg-9 {
    padding-right: 36px !important;
  }
  .ferge-class .pb-lg-9 {
    padding-bottom: 36px !important;
  }
  .ferge-class .pl-lg-9 {
    padding-left: 36px !important;
  }
  .ferge-class .p-lg-10 {
    padding: 40px !important;
  }
  .ferge-class .pt-lg-10 {
    padding-top: 40px !important;
  }
  .ferge-class .pr-lg-10 {
    padding-right: 40px !important;
  }
  .ferge-class .pb-lg-10 {
    padding-bottom: 40px !important;
  }
  .ferge-class .pl-lg-10 {
    padding-left: 40px !important;
  }
  .ferge-class .p-lg-11 {
    padding: 44px !important;
  }
  .ferge-class .pt-lg-11 {
    padding-top: 44px !important;
  }
  .ferge-class .pr-lg-11 {
    padding-right: 44px !important;
  }
  .ferge-class .pb-lg-11 {
    padding-bottom: 44px !important;
  }
  .ferge-class .pl-lg-11 {
    padding-left: 44px !important;
  }
  .ferge-class .p-lg-12 {
    padding: 48px !important;
  }
  .ferge-class .pt-lg-12 {
    padding-top: 48px !important;
  }
  .ferge-class .pr-lg-12 {
    padding-right: 48px !important;
  }
  .ferge-class .pb-lg-12 {
    padding-bottom: 48px !important;
  }
  .ferge-class .pl-lg-12 {
    padding-left: 48px !important;
  }
  .ferge-class .p-lg-13 {
    padding: 52px !important;
  }
  .ferge-class .pt-lg-13 {
    padding-top: 52px !important;
  }
  .ferge-class .pr-lg-13 {
    padding-right: 52px !important;
  }
  .ferge-class .pb-lg-13 {
    padding-bottom: 52px !important;
  }
  .ferge-class .pl-lg-13 {
    padding-left: 52px !important;
  }
  .ferge-class .p-lg-14 {
    padding: 56px !important;
  }
  .ferge-class .pt-lg-14 {
    padding-top: 56px !important;
  }
  .ferge-class .pr-lg-14 {
    padding-right: 56px !important;
  }
  .ferge-class .pb-lg-14 {
    padding-bottom: 56px !important;
  }
  .ferge-class .pl-lg-14 {
    padding-left: 56px !important;
  }
  .ferge-class .p-lg-15 {
    padding: 60px !important;
  }
  .ferge-class .pt-lg-15 {
    padding-top: 60px !important;
  }
  .ferge-class .pr-lg-15 {
    padding-right: 60px !important;
  }
  .ferge-class .pb-lg-15 {
    padding-bottom: 60px !important;
  }
  .ferge-class .pl-lg-15 {
    padding-left: 60px !important;
  }
  .ferge-class .p-lg-16 {
    padding: 64px !important;
  }
  .ferge-class .pt-lg-16 {
    padding-top: 64px !important;
  }
  .ferge-class .pr-lg-16 {
    padding-right: 64px !important;
  }
  .ferge-class .pb-lg-16 {
    padding-bottom: 64px !important;
  }
  .ferge-class .pl-lg-16 {
    padding-left: 64px !important;
  }
  .ferge-class .p-lg-17 {
    padding: 68px !important;
  }
  .ferge-class .pt-lg-17 {
    padding-top: 68px !important;
  }
  .ferge-class .pr-lg-17 {
    padding-right: 68px !important;
  }
  .ferge-class .pb-lg-17 {
    padding-bottom: 68px !important;
  }
  .ferge-class .pl-lg-17 {
    padding-left: 68px !important;
  }
  .ferge-class .p-lg-18 {
    padding: 72px !important;
  }
  .ferge-class .pt-lg-18 {
    padding-top: 72px !important;
  }
  .ferge-class .pr-lg-18 {
    padding-right: 72px !important;
  }
  .ferge-class .pb-lg-18 {
    padding-bottom: 72px !important;
  }
  .ferge-class .pl-lg-18 {
    padding-left: 72px !important;
  }
  .ferge-class .p-lg-19 {
    padding: 76px !important;
  }
  .ferge-class .pt-lg-19 {
    padding-top: 76px !important;
  }
  .ferge-class .pr-lg-19 {
    padding-right: 76px !important;
  }
  .ferge-class .pb-lg-19 {
    padding-bottom: 76px !important;
  }
  .ferge-class .pl-lg-19 {
    padding-left: 76px !important;
  }
  .ferge-class .p-lg-20 {
    padding: 80px !important;
  }
  .ferge-class .pt-lg-20 {
    padding-top: 80px !important;
  }
  .ferge-class .pr-lg-20 {
    padding-right: 80px !important;
  }
  .ferge-class .pb-lg-20 {
    padding-bottom: 80px !important;
  }
  .ferge-class .pl-lg-20 {
    padding-left: 80px !important;
  }
  .ferge-class .p-lg-21 {
    padding: 84px !important;
  }
  .ferge-class .pt-lg-21 {
    padding-top: 84px !important;
  }
  .ferge-class .pr-lg-21 {
    padding-right: 84px !important;
  }
  .ferge-class .pb-lg-21 {
    padding-bottom: 84px !important;
  }
  .ferge-class .pl-lg-21 {
    padding-left: 84px !important;
  }
  .ferge-class .p-lg-22 {
    padding: 88px !important;
  }
  .ferge-class .pt-lg-22 {
    padding-top: 88px !important;
  }
  .ferge-class .pr-lg-22 {
    padding-right: 88px !important;
  }
  .ferge-class .pb-lg-22 {
    padding-bottom: 88px !important;
  }
  .ferge-class .pl-lg-22 {
    padding-left: 88px !important;
  }
  .ferge-class .p-lg-23 {
    padding: 92px !important;
  }
  .ferge-class .pt-lg-23 {
    padding-top: 92px !important;
  }
  .ferge-class .pr-lg-23 {
    padding-right: 92px !important;
  }
  .ferge-class .pb-lg-23 {
    padding-bottom: 92px !important;
  }
  .ferge-class .pl-lg-23 {
    padding-left: 92px !important;
  }
  .ferge-class .p-lg-24 {
    padding: 96px !important;
  }
  .ferge-class .pt-lg-24 {
    padding-top: 96px !important;
  }
  .ferge-class .pr-lg-24 {
    padding-right: 96px !important;
  }
  .ferge-class .pb-lg-24 {
    padding-bottom: 96px !important;
  }
  .ferge-class .pl-lg-24 {
    padding-left: 96px !important;
  }
  .ferge-class .p-lg-25 {
    padding: 100px !important;
  }
  .ferge-class .pt-lg-25 {
    padding-top: 100px !important;
  }
  .ferge-class .pr-lg-25 {
    padding-right: 100px !important;
  }
  .ferge-class .pb-lg-25 {
    padding-bottom: 100px !important;
  }
  .ferge-class .pl-lg-25 {
    padding-left: 100px !important;
  }
  .ferge-class .p-lg-26 {
    padding: 104px !important;
  }
  .ferge-class .pt-lg-26 {
    padding-top: 104px !important;
  }
  .ferge-class .pr-lg-26 {
    padding-right: 104px !important;
  }
  .ferge-class .pb-lg-26 {
    padding-bottom: 104px !important;
  }
  .ferge-class .pl-lg-26 {
    padding-left: 104px !important;
  }
  .ferge-class .p-lg-27 {
    padding: 108px !important;
  }
  .ferge-class .pt-lg-27 {
    padding-top: 108px !important;
  }
  .ferge-class .pr-lg-27 {
    padding-right: 108px !important;
  }
  .ferge-class .pb-lg-27 {
    padding-bottom: 108px !important;
  }
  .ferge-class .pl-lg-27 {
    padding-left: 108px !important;
  }
  .ferge-class .p-lg-28 {
    padding: 112px !important;
  }
  .ferge-class .pt-lg-28 {
    padding-top: 112px !important;
  }
  .ferge-class .pr-lg-28 {
    padding-right: 112px !important;
  }
  .ferge-class .pb-lg-28 {
    padding-bottom: 112px !important;
  }
  .ferge-class .pl-lg-28 {
    padding-left: 112px !important;
  }
  .ferge-class .p-lg-29 {
    padding: 116px !important;
  }
  .ferge-class .pt-lg-29 {
    padding-top: 116px !important;
  }
  .ferge-class .pr-lg-29 {
    padding-right: 116px !important;
  }
  .ferge-class .pb-lg-29 {
    padding-bottom: 116px !important;
  }
  .ferge-class .pl-lg-29 {
    padding-left: 116px !important;
  }
  .ferge-class .p-lg-30 {
    padding: 120px !important;
  }
  .ferge-class .pt-lg-30 {
    padding-top: 120px !important;
  }
  .ferge-class .pr-lg-30 {
    padding-right: 120px !important;
  }
  .ferge-class .pb-lg-30 {
    padding-bottom: 120px !important;
  }
  .ferge-class .pl-lg-30 {
    padding-left: 120px !important;
  }
}
@media (min-width: 1800px) {
  .ferge-class .mt-0 {
    margin-top: 0px !important;
  }
  .ferge-class .mr-0 {
    margin-right: 0px !important;
  }
  .ferge-class .mb-0 {
    margin-bottom: 0px !important;
  }
  .ferge-class .ml-0 {
    margin-left: 0px !important;
  }
  .ferge-class .mt-1 {
    margin-top: 4px !important;
  }
  .ferge-class .mr-1 {
    margin-right: 4px !important;
  }
  .ferge-class .mb-1 {
    margin-bottom: 4px !important;
  }
  .ferge-class .ml-1 {
    margin-left: 4px !important;
  }
  .ferge-class .mt-2 {
    margin-top: 8px !important;
  }
  .ferge-class .mr-2 {
    margin-right: 8px !important;
  }
  .ferge-class .mb-2 {
    margin-bottom: 8px !important;
  }
  .ferge-class .ml-2 {
    margin-left: 8px !important;
  }
  .ferge-class .mt-3 {
    margin-top: 12px !important;
  }
  .ferge-class .mr-3 {
    margin-right: 12px !important;
  }
  .ferge-class .mb-3 {
    margin-bottom: 12px !important;
  }
  .ferge-class .ml-3 {
    margin-left: 12px !important;
  }
  .ferge-class .mt-4 {
    margin-top: 16px !important;
  }
  .ferge-class .mr-4 {
    margin-right: 16px !important;
  }
  .ferge-class .mb-4 {
    margin-bottom: 16px !important;
  }
  .ferge-class .ml-4 {
    margin-left: 16px !important;
  }
  .ferge-class .mt-5 {
    margin-top: 20px !important;
  }
  .ferge-class .mr-5 {
    margin-right: 20px !important;
  }
  .ferge-class .mb-5 {
    margin-bottom: 20px !important;
  }
  .ferge-class .ml-5 {
    margin-left: 20px !important;
  }
  .ferge-class .mt-6 {
    margin-top: 24px !important;
  }
  .ferge-class .mr-6 {
    margin-right: 24px !important;
  }
  .ferge-class .mb-6 {
    margin-bottom: 24px !important;
  }
  .ferge-class .ml-6 {
    margin-left: 24px !important;
  }
  .ferge-class .mt-7 {
    margin-top: 28px !important;
  }
  .ferge-class .mr-7 {
    margin-right: 28px !important;
  }
  .ferge-class .mb-7 {
    margin-bottom: 28px !important;
  }
  .ferge-class .ml-7 {
    margin-left: 28px !important;
  }
  .ferge-class .mt-8 {
    margin-top: 32px !important;
  }
  .ferge-class .mr-8 {
    margin-right: 32px !important;
  }
  .ferge-class .mb-8 {
    margin-bottom: 32px !important;
  }
  .ferge-class .ml-8 {
    margin-left: 32px !important;
  }
  .ferge-class .mt-9 {
    margin-top: 36px !important;
  }
  .ferge-class .mr-9 {
    margin-right: 36px !important;
  }
  .ferge-class .mb-9 {
    margin-bottom: 36px !important;
  }
  .ferge-class .ml-9 {
    margin-left: 36px !important;
  }
  .ferge-class .mt-10 {
    margin-top: 40px !important;
  }
  .ferge-class .mr-10 {
    margin-right: 40px !important;
  }
  .ferge-class .mb-10 {
    margin-bottom: 40px !important;
  }
  .ferge-class .ml-10 {
    margin-left: 40px !important;
  }
  .ferge-class .mt-11 {
    margin-top: 44px !important;
  }
  .ferge-class .mr-11 {
    margin-right: 44px !important;
  }
  .ferge-class .mb-11 {
    margin-bottom: 44px !important;
  }
  .ferge-class .ml-11 {
    margin-left: 44px !important;
  }
  .ferge-class .mt-12 {
    margin-top: 48px !important;
  }
  .ferge-class .mr-12 {
    margin-right: 48px !important;
  }
  .ferge-class .mb-12 {
    margin-bottom: 48px !important;
  }
  .ferge-class .ml-12 {
    margin-left: 48px !important;
  }
  .ferge-class .mt-13 {
    margin-top: 52px !important;
  }
  .ferge-class .mr-13 {
    margin-right: 52px !important;
  }
  .ferge-class .mb-13 {
    margin-bottom: 52px !important;
  }
  .ferge-class .ml-13 {
    margin-left: 52px !important;
  }
  .ferge-class .mt-14 {
    margin-top: 56px !important;
  }
  .ferge-class .mr-14 {
    margin-right: 56px !important;
  }
  .ferge-class .mb-14 {
    margin-bottom: 56px !important;
  }
  .ferge-class .ml-14 {
    margin-left: 56px !important;
  }
  .ferge-class .mt-15 {
    margin-top: 60px !important;
  }
  .ferge-class .mr-15 {
    margin-right: 60px !important;
  }
  .ferge-class .mb-15 {
    margin-bottom: 60px !important;
  }
  .ferge-class .ml-15 {
    margin-left: 60px !important;
  }
  .ferge-class .mt-16 {
    margin-top: 64px !important;
  }
  .ferge-class .mr-16 {
    margin-right: 64px !important;
  }
  .ferge-class .mb-16 {
    margin-bottom: 64px !important;
  }
  .ferge-class .ml-16 {
    margin-left: 64px !important;
  }
  .ferge-class .mt-17 {
    margin-top: 68px !important;
  }
  .ferge-class .mr-17 {
    margin-right: 68px !important;
  }
  .ferge-class .mb-17 {
    margin-bottom: 68px !important;
  }
  .ferge-class .ml-17 {
    margin-left: 68px !important;
  }
  .ferge-class .mt-18 {
    margin-top: 72px !important;
  }
  .ferge-class .mr-18 {
    margin-right: 72px !important;
  }
  .ferge-class .mb-18 {
    margin-bottom: 72px !important;
  }
  .ferge-class .ml-18 {
    margin-left: 72px !important;
  }
  .ferge-class .mt-19 {
    margin-top: 76px !important;
  }
  .ferge-class .mr-19 {
    margin-right: 76px !important;
  }
  .ferge-class .mb-19 {
    margin-bottom: 76px !important;
  }
  .ferge-class .ml-19 {
    margin-left: 76px !important;
  }
  .ferge-class .mt-20 {
    margin-top: 80px !important;
  }
  .ferge-class .mr-20 {
    margin-right: 80px !important;
  }
  .ferge-class .mb-20 {
    margin-bottom: 80px !important;
  }
  .ferge-class .ml-20 {
    margin-left: 80px !important;
  }
  .ferge-class .mt-21 {
    margin-top: 84px !important;
  }
  .ferge-class .mr-21 {
    margin-right: 84px !important;
  }
  .ferge-class .mb-21 {
    margin-bottom: 84px !important;
  }
  .ferge-class .ml-21 {
    margin-left: 84px !important;
  }
  .ferge-class .mt-22 {
    margin-top: 88px !important;
  }
  .ferge-class .mr-22 {
    margin-right: 88px !important;
  }
  .ferge-class .mb-22 {
    margin-bottom: 88px !important;
  }
  .ferge-class .ml-22 {
    margin-left: 88px !important;
  }
  .ferge-class .mt-23 {
    margin-top: 92px !important;
  }
  .ferge-class .mr-23 {
    margin-right: 92px !important;
  }
  .ferge-class .mb-23 {
    margin-bottom: 92px !important;
  }
  .ferge-class .ml-23 {
    margin-left: 92px !important;
  }
  .ferge-class .mt-24 {
    margin-top: 96px !important;
  }
  .ferge-class .mr-24 {
    margin-right: 96px !important;
  }
  .ferge-class .mb-24 {
    margin-bottom: 96px !important;
  }
  .ferge-class .ml-24 {
    margin-left: 96px !important;
  }
  .ferge-class .mt-25 {
    margin-top: 100px !important;
  }
  .ferge-class .mr-25 {
    margin-right: 100px !important;
  }
  .ferge-class .mb-25 {
    margin-bottom: 100px !important;
  }
  .ferge-class .ml-25 {
    margin-left: 100px !important;
  }
  .ferge-class .mt-26 {
    margin-top: 104px !important;
  }
  .ferge-class .mr-26 {
    margin-right: 104px !important;
  }
  .ferge-class .mb-26 {
    margin-bottom: 104px !important;
  }
  .ferge-class .ml-26 {
    margin-left: 104px !important;
  }
  .ferge-class .mt-27 {
    margin-top: 108px !important;
  }
  .ferge-class .mr-27 {
    margin-right: 108px !important;
  }
  .ferge-class .mb-27 {
    margin-bottom: 108px !important;
  }
  .ferge-class .ml-27 {
    margin-left: 108px !important;
  }
  .ferge-class .mt-28 {
    margin-top: 112px !important;
  }
  .ferge-class .mr-28 {
    margin-right: 112px !important;
  }
  .ferge-class .mb-28 {
    margin-bottom: 112px !important;
  }
  .ferge-class .ml-28 {
    margin-left: 112px !important;
  }
  .ferge-class .mt-29 {
    margin-top: 116px !important;
  }
  .ferge-class .mr-29 {
    margin-right: 116px !important;
  }
  .ferge-class .mb-29 {
    margin-bottom: 116px !important;
  }
  .ferge-class .ml-29 {
    margin-left: 116px !important;
  }
  .ferge-class .mt-30 {
    margin-top: 120px !important;
  }
  .ferge-class .mr-30 {
    margin-right: 120px !important;
  }
  .ferge-class .mb-30 {
    margin-bottom: 120px !important;
  }
  .ferge-class .ml-30 {
    margin-left: 120px !important;
  }
  .ferge-class .pt-0 {
    padding-top: 0px !important;
  }
  .ferge-class .pr-0 {
    padding-right: 0px !important;
  }
  .ferge-class .pb-0 {
    padding-bottom: 0px !important;
  }
  .ferge-class .pl-0 {
    padding-left: 0px !important;
  }
  .ferge-class .pt-1 {
    padding-top: 4px !important;
  }
  .ferge-class .pr-1 {
    padding-right: 4px !important;
  }
  .ferge-class .pb-1 {
    padding-bottom: 4px !important;
  }
  .ferge-class .pl-1 {
    padding-left: 4px !important;
  }
  .ferge-class .pt-2 {
    padding-top: 8px !important;
  }
  .ferge-class .pr-2 {
    padding-right: 8px !important;
  }
  .ferge-class .pb-2 {
    padding-bottom: 8px !important;
  }
  .ferge-class .pl-2 {
    padding-left: 8px !important;
  }
  .ferge-class .pt-3 {
    padding-top: 12px !important;
  }
  .ferge-class .pr-3 {
    padding-right: 12px !important;
  }
  .ferge-class .pb-3 {
    padding-bottom: 12px !important;
  }
  .ferge-class .pl-3 {
    padding-left: 12px !important;
  }
  .ferge-class .pt-4 {
    padding-top: 16px !important;
  }
  .ferge-class .pr-4 {
    padding-right: 16px !important;
  }
  .ferge-class .pb-4 {
    padding-bottom: 16px !important;
  }
  .ferge-class .pl-4 {
    padding-left: 16px !important;
  }
  .ferge-class .pt-5 {
    padding-top: 20px !important;
  }
  .ferge-class .pr-5 {
    padding-right: 20px !important;
  }
  .ferge-class .pb-5 {
    padding-bottom: 20px !important;
  }
  .ferge-class .pl-5 {
    padding-left: 20px !important;
  }
  .ferge-class .pt-6 {
    padding-top: 24px !important;
  }
  .ferge-class .pr-6 {
    padding-right: 24px !important;
  }
  .ferge-class .pb-6 {
    padding-bottom: 24px !important;
  }
  .ferge-class .pl-6 {
    padding-left: 24px !important;
  }
  .ferge-class .pt-7 {
    padding-top: 28px !important;
  }
  .ferge-class .pr-7 {
    padding-right: 28px !important;
  }
  .ferge-class .pb-7 {
    padding-bottom: 28px !important;
  }
  .ferge-class .pl-7 {
    padding-left: 28px !important;
  }
  .ferge-class .pt-8 {
    padding-top: 32px !important;
  }
  .ferge-class .pr-8 {
    padding-right: 32px !important;
  }
  .ferge-class .pb-8 {
    padding-bottom: 32px !important;
  }
  .ferge-class .pl-8 {
    padding-left: 32px !important;
  }
  .ferge-class .pt-9 {
    padding-top: 36px !important;
  }
  .ferge-class .pr-9 {
    padding-right: 36px !important;
  }
  .ferge-class .pb-9 {
    padding-bottom: 36px !important;
  }
  .ferge-class .pl-9 {
    padding-left: 36px !important;
  }
  .ferge-class .pt-10 {
    padding-top: 40px !important;
  }
  .ferge-class .pr-10 {
    padding-right: 40px !important;
  }
  .ferge-class .pb-10 {
    padding-bottom: 40px !important;
  }
  .ferge-class .pl-10 {
    padding-left: 40px !important;
  }
  .ferge-class .pt-11 {
    padding-top: 44px !important;
  }
  .ferge-class .pr-11 {
    padding-right: 44px !important;
  }
  .ferge-class .pb-11 {
    padding-bottom: 44px !important;
  }
  .ferge-class .pl-11 {
    padding-left: 44px !important;
  }
  .ferge-class .pt-12 {
    padding-top: 48px !important;
  }
  .ferge-class .pr-12 {
    padding-right: 48px !important;
  }
  .ferge-class .pb-12 {
    padding-bottom: 48px !important;
  }
  .ferge-class .pl-12 {
    padding-left: 48px !important;
  }
  .ferge-class .pt-13 {
    padding-top: 52px !important;
  }
  .ferge-class .pr-13 {
    padding-right: 52px !important;
  }
  .ferge-class .pb-13 {
    padding-bottom: 52px !important;
  }
  .ferge-class .pl-13 {
    padding-left: 52px !important;
  }
  .ferge-class .pt-14 {
    padding-top: 56px !important;
  }
  .ferge-class .pr-14 {
    padding-right: 56px !important;
  }
  .ferge-class .pb-14 {
    padding-bottom: 56px !important;
  }
  .ferge-class .pl-14 {
    padding-left: 56px !important;
  }
  .ferge-class .pt-15 {
    padding-top: 60px !important;
  }
  .ferge-class .pr-15 {
    padding-right: 60px !important;
  }
  .ferge-class .pb-15 {
    padding-bottom: 60px !important;
  }
  .ferge-class .pl-15 {
    padding-left: 60px !important;
  }
  .ferge-class .pt-16 {
    padding-top: 64px !important;
  }
  .ferge-class .pr-16 {
    padding-right: 64px !important;
  }
  .ferge-class .pb-16 {
    padding-bottom: 64px !important;
  }
  .ferge-class .pl-16 {
    padding-left: 64px !important;
  }
  .ferge-class .pt-17 {
    padding-top: 68px !important;
  }
  .ferge-class .pr-17 {
    padding-right: 68px !important;
  }
  .ferge-class .pb-17 {
    padding-bottom: 68px !important;
  }
  .ferge-class .pl-17 {
    padding-left: 68px !important;
  }
  .ferge-class .pt-18 {
    padding-top: 72px !important;
  }
  .ferge-class .pr-18 {
    padding-right: 72px !important;
  }
  .ferge-class .pb-18 {
    padding-bottom: 72px !important;
  }
  .ferge-class .pl-18 {
    padding-left: 72px !important;
  }
  .ferge-class .pt-19 {
    padding-top: 76px !important;
  }
  .ferge-class .pr-19 {
    padding-right: 76px !important;
  }
  .ferge-class .pb-19 {
    padding-bottom: 76px !important;
  }
  .ferge-class .pl-19 {
    padding-left: 76px !important;
  }
  .ferge-class .pt-20 {
    padding-top: 80px !important;
  }
  .ferge-class .pr-20 {
    padding-right: 80px !important;
  }
  .ferge-class .pb-20 {
    padding-bottom: 80px !important;
  }
  .ferge-class .pl-20 {
    padding-left: 80px !important;
  }
  .ferge-class .pt-21 {
    padding-top: 84px !important;
  }
  .ferge-class .pr-21 {
    padding-right: 84px !important;
  }
  .ferge-class .pb-21 {
    padding-bottom: 84px !important;
  }
  .ferge-class .pl-21 {
    padding-left: 84px !important;
  }
  .ferge-class .pt-22 {
    padding-top: 88px !important;
  }
  .ferge-class .pr-22 {
    padding-right: 88px !important;
  }
  .ferge-class .pb-22 {
    padding-bottom: 88px !important;
  }
  .ferge-class .pl-22 {
    padding-left: 88px !important;
  }
  .ferge-class .pt-23 {
    padding-top: 92px !important;
  }
  .ferge-class .pr-23 {
    padding-right: 92px !important;
  }
  .ferge-class .pb-23 {
    padding-bottom: 92px !important;
  }
  .ferge-class .pl-23 {
    padding-left: 92px !important;
  }
  .ferge-class .pt-24 {
    padding-top: 96px !important;
  }
  .ferge-class .pr-24 {
    padding-right: 96px !important;
  }
  .ferge-class .pb-24 {
    padding-bottom: 96px !important;
  }
  .ferge-class .pl-24 {
    padding-left: 96px !important;
  }
  .ferge-class .pt-25 {
    padding-top: 100px !important;
  }
  .ferge-class .pr-25 {
    padding-right: 100px !important;
  }
  .ferge-class .pb-25 {
    padding-bottom: 100px !important;
  }
  .ferge-class .pl-25 {
    padding-left: 100px !important;
  }
  .ferge-class .pt-26 {
    padding-top: 104px !important;
  }
  .ferge-class .pr-26 {
    padding-right: 104px !important;
  }
  .ferge-class .pb-26 {
    padding-bottom: 104px !important;
  }
  .ferge-class .pl-26 {
    padding-left: 104px !important;
  }
  .ferge-class .pt-27 {
    padding-top: 108px !important;
  }
  .ferge-class .pr-27 {
    padding-right: 108px !important;
  }
  .ferge-class .pb-27 {
    padding-bottom: 108px !important;
  }
  .ferge-class .pl-27 {
    padding-left: 108px !important;
  }
  .ferge-class .pt-28 {
    padding-top: 112px !important;
  }
  .ferge-class .pr-28 {
    padding-right: 112px !important;
  }
  .ferge-class .pb-28 {
    padding-bottom: 112px !important;
  }
  .ferge-class .pl-28 {
    padding-left: 112px !important;
  }
  .ferge-class .pt-29 {
    padding-top: 116px !important;
  }
  .ferge-class .pr-29 {
    padding-right: 116px !important;
  }
  .ferge-class .pb-29 {
    padding-bottom: 116px !important;
  }
  .ferge-class .pl-29 {
    padding-left: 116px !important;
  }
  .ferge-class .pt-30 {
    padding-top: 120px !important;
  }
  .ferge-class .pr-30 {
    padding-right: 120px !important;
  }
  .ferge-class .pb-30 {
    padding-bottom: 120px !important;
  }
  .ferge-class .pl-30 {
    padding-left: 120px !important;
  }
  .ferge-class .m-xl-0 {
    margin: 0px !important;
  }
  .ferge-class .mt-xl-0 {
    margin-top: 0px !important;
  }
  .ferge-class .mr-xl-0 {
    margin-right: 0px !important;
  }
  .ferge-class .mb-xl-0 {
    margin-bottom: 0px !important;
  }
  .ferge-class .ml-xl-0 {
    margin-left: 0px !important;
  }
  .ferge-class .mt-xl-n0 {
    margin-top: 0px !important;
  }
  .ferge-class .mr-xl-n0 {
    margin-right: 0px !important;
  }
  .ferge-class .mb-xl-n0 {
    margin-bottom: 0px !important;
  }
  .ferge-class .ml-xl-n0 {
    margin-left: 0px !important;
  }
  .ferge-class .m-xl-1 {
    margin: 4px !important;
  }
  .ferge-class .mt-xl-1 {
    margin-top: 4px !important;
  }
  .ferge-class .mr-xl-1 {
    margin-right: 4px !important;
  }
  .ferge-class .mb-xl-1 {
    margin-bottom: 4px !important;
  }
  .ferge-class .ml-xl-1 {
    margin-left: 4px !important;
  }
  .ferge-class .mt-xl-n1 {
    margin-top: -4px !important;
  }
  .ferge-class .mr-xl-n1 {
    margin-right: -4px !important;
  }
  .ferge-class .mb-xl-n1 {
    margin-bottom: -4px !important;
  }
  .ferge-class .ml-xl-n1 {
    margin-left: -4px !important;
  }
  .ferge-class .m-xl-2 {
    margin: 8px !important;
  }
  .ferge-class .mt-xl-2 {
    margin-top: 8px !important;
  }
  .ferge-class .mr-xl-2 {
    margin-right: 8px !important;
  }
  .ferge-class .mb-xl-2 {
    margin-bottom: 8px !important;
  }
  .ferge-class .ml-xl-2 {
    margin-left: 8px !important;
  }
  .ferge-class .mt-xl-n2 {
    margin-top: -8px !important;
  }
  .ferge-class .mr-xl-n2 {
    margin-right: -8px !important;
  }
  .ferge-class .mb-xl-n2 {
    margin-bottom: -8px !important;
  }
  .ferge-class .ml-xl-n2 {
    margin-left: -8px !important;
  }
  .ferge-class .m-xl-3 {
    margin: 12px !important;
  }
  .ferge-class .mt-xl-3 {
    margin-top: 12px !important;
  }
  .ferge-class .mr-xl-3 {
    margin-right: 12px !important;
  }
  .ferge-class .mb-xl-3 {
    margin-bottom: 12px !important;
  }
  .ferge-class .ml-xl-3 {
    margin-left: 12px !important;
  }
  .ferge-class .mt-xl-n3 {
    margin-top: -12px !important;
  }
  .ferge-class .mr-xl-n3 {
    margin-right: -12px !important;
  }
  .ferge-class .mb-xl-n3 {
    margin-bottom: -12px !important;
  }
  .ferge-class .ml-xl-n3 {
    margin-left: -12px !important;
  }
  .ferge-class .m-xl-4 {
    margin: 16px !important;
  }
  .ferge-class .mt-xl-4 {
    margin-top: 16px !important;
  }
  .ferge-class .mr-xl-4 {
    margin-right: 16px !important;
  }
  .ferge-class .mb-xl-4 {
    margin-bottom: 16px !important;
  }
  .ferge-class .ml-xl-4 {
    margin-left: 16px !important;
  }
  .ferge-class .mt-xl-n4 {
    margin-top: -16px !important;
  }
  .ferge-class .mr-xl-n4 {
    margin-right: -16px !important;
  }
  .ferge-class .mb-xl-n4 {
    margin-bottom: -16px !important;
  }
  .ferge-class .ml-xl-n4 {
    margin-left: -16px !important;
  }
  .ferge-class .m-xl-5 {
    margin: 20px !important;
  }
  .ferge-class .mt-xl-5 {
    margin-top: 20px !important;
  }
  .ferge-class .mr-xl-5 {
    margin-right: 20px !important;
  }
  .ferge-class .mb-xl-5 {
    margin-bottom: 20px !important;
  }
  .ferge-class .ml-xl-5 {
    margin-left: 20px !important;
  }
  .ferge-class .mt-xl-n5 {
    margin-top: -20px !important;
  }
  .ferge-class .mr-xl-n5 {
    margin-right: -20px !important;
  }
  .ferge-class .mb-xl-n5 {
    margin-bottom: -20px !important;
  }
  .ferge-class .ml-xl-n5 {
    margin-left: -20px !important;
  }
  .ferge-class .m-xl-6 {
    margin: 24px !important;
  }
  .ferge-class .mt-xl-6 {
    margin-top: 24px !important;
  }
  .ferge-class .mr-xl-6 {
    margin-right: 24px !important;
  }
  .ferge-class .mb-xl-6 {
    margin-bottom: 24px !important;
  }
  .ferge-class .ml-xl-6 {
    margin-left: 24px !important;
  }
  .ferge-class .mt-xl-n6 {
    margin-top: -24px !important;
  }
  .ferge-class .mr-xl-n6 {
    margin-right: -24px !important;
  }
  .ferge-class .mb-xl-n6 {
    margin-bottom: -24px !important;
  }
  .ferge-class .ml-xl-n6 {
    margin-left: -24px !important;
  }
  .ferge-class .m-xl-7 {
    margin: 28px !important;
  }
  .ferge-class .mt-xl-7 {
    margin-top: 28px !important;
  }
  .ferge-class .mr-xl-7 {
    margin-right: 28px !important;
  }
  .ferge-class .mb-xl-7 {
    margin-bottom: 28px !important;
  }
  .ferge-class .ml-xl-7 {
    margin-left: 28px !important;
  }
  .ferge-class .mt-xl-n7 {
    margin-top: -28px !important;
  }
  .ferge-class .mr-xl-n7 {
    margin-right: -28px !important;
  }
  .ferge-class .mb-xl-n7 {
    margin-bottom: -28px !important;
  }
  .ferge-class .ml-xl-n7 {
    margin-left: -28px !important;
  }
  .ferge-class .m-xl-8 {
    margin: 32px !important;
  }
  .ferge-class .mt-xl-8 {
    margin-top: 32px !important;
  }
  .ferge-class .mr-xl-8 {
    margin-right: 32px !important;
  }
  .ferge-class .mb-xl-8 {
    margin-bottom: 32px !important;
  }
  .ferge-class .ml-xl-8 {
    margin-left: 32px !important;
  }
  .ferge-class .mt-xl-n8 {
    margin-top: -32px !important;
  }
  .ferge-class .mr-xl-n8 {
    margin-right: -32px !important;
  }
  .ferge-class .mb-xl-n8 {
    margin-bottom: -32px !important;
  }
  .ferge-class .ml-xl-n8 {
    margin-left: -32px !important;
  }
  .ferge-class .m-xl-9 {
    margin: 36px !important;
  }
  .ferge-class .mt-xl-9 {
    margin-top: 36px !important;
  }
  .ferge-class .mr-xl-9 {
    margin-right: 36px !important;
  }
  .ferge-class .mb-xl-9 {
    margin-bottom: 36px !important;
  }
  .ferge-class .ml-xl-9 {
    margin-left: 36px !important;
  }
  .ferge-class .mt-xl-n9 {
    margin-top: -36px !important;
  }
  .ferge-class .mr-xl-n9 {
    margin-right: -36px !important;
  }
  .ferge-class .mb-xl-n9 {
    margin-bottom: -36px !important;
  }
  .ferge-class .ml-xl-n9 {
    margin-left: -36px !important;
  }
  .ferge-class .m-xl-10 {
    margin: 40px !important;
  }
  .ferge-class .mt-xl-10 {
    margin-top: 40px !important;
  }
  .ferge-class .mr-xl-10 {
    margin-right: 40px !important;
  }
  .ferge-class .mb-xl-10 {
    margin-bottom: 40px !important;
  }
  .ferge-class .ml-xl-10 {
    margin-left: 40px !important;
  }
  .ferge-class .mt-xl-n10 {
    margin-top: -40px !important;
  }
  .ferge-class .mr-xl-n10 {
    margin-right: -40px !important;
  }
  .ferge-class .mb-xl-n10 {
    margin-bottom: -40px !important;
  }
  .ferge-class .ml-xl-n10 {
    margin-left: -40px !important;
  }
  .ferge-class .m-xl-11 {
    margin: 44px !important;
  }
  .ferge-class .mt-xl-11 {
    margin-top: 44px !important;
  }
  .ferge-class .mr-xl-11 {
    margin-right: 44px !important;
  }
  .ferge-class .mb-xl-11 {
    margin-bottom: 44px !important;
  }
  .ferge-class .ml-xl-11 {
    margin-left: 44px !important;
  }
  .ferge-class .mt-xl-n11 {
    margin-top: -44px !important;
  }
  .ferge-class .mr-xl-n11 {
    margin-right: -44px !important;
  }
  .ferge-class .mb-xl-n11 {
    margin-bottom: -44px !important;
  }
  .ferge-class .ml-xl-n11 {
    margin-left: -44px !important;
  }
  .ferge-class .m-xl-12 {
    margin: 48px !important;
  }
  .ferge-class .mt-xl-12 {
    margin-top: 48px !important;
  }
  .ferge-class .mr-xl-12 {
    margin-right: 48px !important;
  }
  .ferge-class .mb-xl-12 {
    margin-bottom: 48px !important;
  }
  .ferge-class .ml-xl-12 {
    margin-left: 48px !important;
  }
  .ferge-class .mt-xl-n12 {
    margin-top: -48px !important;
  }
  .ferge-class .mr-xl-n12 {
    margin-right: -48px !important;
  }
  .ferge-class .mb-xl-n12 {
    margin-bottom: -48px !important;
  }
  .ferge-class .ml-xl-n12 {
    margin-left: -48px !important;
  }
  .ferge-class .m-xl-13 {
    margin: 52px !important;
  }
  .ferge-class .mt-xl-13 {
    margin-top: 52px !important;
  }
  .ferge-class .mr-xl-13 {
    margin-right: 52px !important;
  }
  .ferge-class .mb-xl-13 {
    margin-bottom: 52px !important;
  }
  .ferge-class .ml-xl-13 {
    margin-left: 52px !important;
  }
  .ferge-class .mt-xl-n13 {
    margin-top: -52px !important;
  }
  .ferge-class .mr-xl-n13 {
    margin-right: -52px !important;
  }
  .ferge-class .mb-xl-n13 {
    margin-bottom: -52px !important;
  }
  .ferge-class .ml-xl-n13 {
    margin-left: -52px !important;
  }
  .ferge-class .m-xl-14 {
    margin: 56px !important;
  }
  .ferge-class .mt-xl-14 {
    margin-top: 56px !important;
  }
  .ferge-class .mr-xl-14 {
    margin-right: 56px !important;
  }
  .ferge-class .mb-xl-14 {
    margin-bottom: 56px !important;
  }
  .ferge-class .ml-xl-14 {
    margin-left: 56px !important;
  }
  .ferge-class .mt-xl-n14 {
    margin-top: -56px !important;
  }
  .ferge-class .mr-xl-n14 {
    margin-right: -56px !important;
  }
  .ferge-class .mb-xl-n14 {
    margin-bottom: -56px !important;
  }
  .ferge-class .ml-xl-n14 {
    margin-left: -56px !important;
  }
  .ferge-class .m-xl-15 {
    margin: 60px !important;
  }
  .ferge-class .mt-xl-15 {
    margin-top: 60px !important;
  }
  .ferge-class .mr-xl-15 {
    margin-right: 60px !important;
  }
  .ferge-class .mb-xl-15 {
    margin-bottom: 60px !important;
  }
  .ferge-class .ml-xl-15 {
    margin-left: 60px !important;
  }
  .ferge-class .mt-xl-n15 {
    margin-top: -60px !important;
  }
  .ferge-class .mr-xl-n15 {
    margin-right: -60px !important;
  }
  .ferge-class .mb-xl-n15 {
    margin-bottom: -60px !important;
  }
  .ferge-class .ml-xl-n15 {
    margin-left: -60px !important;
  }
  .ferge-class .m-xl-16 {
    margin: 64px !important;
  }
  .ferge-class .mt-xl-16 {
    margin-top: 64px !important;
  }
  .ferge-class .mr-xl-16 {
    margin-right: 64px !important;
  }
  .ferge-class .mb-xl-16 {
    margin-bottom: 64px !important;
  }
  .ferge-class .ml-xl-16 {
    margin-left: 64px !important;
  }
  .ferge-class .mt-xl-n16 {
    margin-top: -64px !important;
  }
  .ferge-class .mr-xl-n16 {
    margin-right: -64px !important;
  }
  .ferge-class .mb-xl-n16 {
    margin-bottom: -64px !important;
  }
  .ferge-class .ml-xl-n16 {
    margin-left: -64px !important;
  }
  .ferge-class .m-xl-17 {
    margin: 68px !important;
  }
  .ferge-class .mt-xl-17 {
    margin-top: 68px !important;
  }
  .ferge-class .mr-xl-17 {
    margin-right: 68px !important;
  }
  .ferge-class .mb-xl-17 {
    margin-bottom: 68px !important;
  }
  .ferge-class .ml-xl-17 {
    margin-left: 68px !important;
  }
  .ferge-class .mt-xl-n17 {
    margin-top: -68px !important;
  }
  .ferge-class .mr-xl-n17 {
    margin-right: -68px !important;
  }
  .ferge-class .mb-xl-n17 {
    margin-bottom: -68px !important;
  }
  .ferge-class .ml-xl-n17 {
    margin-left: -68px !important;
  }
  .ferge-class .m-xl-18 {
    margin: 72px !important;
  }
  .ferge-class .mt-xl-18 {
    margin-top: 72px !important;
  }
  .ferge-class .mr-xl-18 {
    margin-right: 72px !important;
  }
  .ferge-class .mb-xl-18 {
    margin-bottom: 72px !important;
  }
  .ferge-class .ml-xl-18 {
    margin-left: 72px !important;
  }
  .ferge-class .mt-xl-n18 {
    margin-top: -72px !important;
  }
  .ferge-class .mr-xl-n18 {
    margin-right: -72px !important;
  }
  .ferge-class .mb-xl-n18 {
    margin-bottom: -72px !important;
  }
  .ferge-class .ml-xl-n18 {
    margin-left: -72px !important;
  }
  .ferge-class .m-xl-19 {
    margin: 76px !important;
  }
  .ferge-class .mt-xl-19 {
    margin-top: 76px !important;
  }
  .ferge-class .mr-xl-19 {
    margin-right: 76px !important;
  }
  .ferge-class .mb-xl-19 {
    margin-bottom: 76px !important;
  }
  .ferge-class .ml-xl-19 {
    margin-left: 76px !important;
  }
  .ferge-class .mt-xl-n19 {
    margin-top: -76px !important;
  }
  .ferge-class .mr-xl-n19 {
    margin-right: -76px !important;
  }
  .ferge-class .mb-xl-n19 {
    margin-bottom: -76px !important;
  }
  .ferge-class .ml-xl-n19 {
    margin-left: -76px !important;
  }
  .ferge-class .m-xl-20 {
    margin: 80px !important;
  }
  .ferge-class .mt-xl-20 {
    margin-top: 80px !important;
  }
  .ferge-class .mr-xl-20 {
    margin-right: 80px !important;
  }
  .ferge-class .mb-xl-20 {
    margin-bottom: 80px !important;
  }
  .ferge-class .ml-xl-20 {
    margin-left: 80px !important;
  }
  .ferge-class .mt-xl-n20 {
    margin-top: -80px !important;
  }
  .ferge-class .mr-xl-n20 {
    margin-right: -80px !important;
  }
  .ferge-class .mb-xl-n20 {
    margin-bottom: -80px !important;
  }
  .ferge-class .ml-xl-n20 {
    margin-left: -80px !important;
  }
  .ferge-class .m-xl-21 {
    margin: 84px !important;
  }
  .ferge-class .mt-xl-21 {
    margin-top: 84px !important;
  }
  .ferge-class .mr-xl-21 {
    margin-right: 84px !important;
  }
  .ferge-class .mb-xl-21 {
    margin-bottom: 84px !important;
  }
  .ferge-class .ml-xl-21 {
    margin-left: 84px !important;
  }
  .ferge-class .mt-xl-n21 {
    margin-top: -84px !important;
  }
  .ferge-class .mr-xl-n21 {
    margin-right: -84px !important;
  }
  .ferge-class .mb-xl-n21 {
    margin-bottom: -84px !important;
  }
  .ferge-class .ml-xl-n21 {
    margin-left: -84px !important;
  }
  .ferge-class .m-xl-22 {
    margin: 88px !important;
  }
  .ferge-class .mt-xl-22 {
    margin-top: 88px !important;
  }
  .ferge-class .mr-xl-22 {
    margin-right: 88px !important;
  }
  .ferge-class .mb-xl-22 {
    margin-bottom: 88px !important;
  }
  .ferge-class .ml-xl-22 {
    margin-left: 88px !important;
  }
  .ferge-class .mt-xl-n22 {
    margin-top: -88px !important;
  }
  .ferge-class .mr-xl-n22 {
    margin-right: -88px !important;
  }
  .ferge-class .mb-xl-n22 {
    margin-bottom: -88px !important;
  }
  .ferge-class .ml-xl-n22 {
    margin-left: -88px !important;
  }
  .ferge-class .m-xl-23 {
    margin: 92px !important;
  }
  .ferge-class .mt-xl-23 {
    margin-top: 92px !important;
  }
  .ferge-class .mr-xl-23 {
    margin-right: 92px !important;
  }
  .ferge-class .mb-xl-23 {
    margin-bottom: 92px !important;
  }
  .ferge-class .ml-xl-23 {
    margin-left: 92px !important;
  }
  .ferge-class .mt-xl-n23 {
    margin-top: -92px !important;
  }
  .ferge-class .mr-xl-n23 {
    margin-right: -92px !important;
  }
  .ferge-class .mb-xl-n23 {
    margin-bottom: -92px !important;
  }
  .ferge-class .ml-xl-n23 {
    margin-left: -92px !important;
  }
  .ferge-class .m-xl-24 {
    margin: 96px !important;
  }
  .ferge-class .mt-xl-24 {
    margin-top: 96px !important;
  }
  .ferge-class .mr-xl-24 {
    margin-right: 96px !important;
  }
  .ferge-class .mb-xl-24 {
    margin-bottom: 96px !important;
  }
  .ferge-class .ml-xl-24 {
    margin-left: 96px !important;
  }
  .ferge-class .mt-xl-n24 {
    margin-top: -96px !important;
  }
  .ferge-class .mr-xl-n24 {
    margin-right: -96px !important;
  }
  .ferge-class .mb-xl-n24 {
    margin-bottom: -96px !important;
  }
  .ferge-class .ml-xl-n24 {
    margin-left: -96px !important;
  }
  .ferge-class .m-xl-25 {
    margin: 100px !important;
  }
  .ferge-class .mt-xl-25 {
    margin-top: 100px !important;
  }
  .ferge-class .mr-xl-25 {
    margin-right: 100px !important;
  }
  .ferge-class .mb-xl-25 {
    margin-bottom: 100px !important;
  }
  .ferge-class .ml-xl-25 {
    margin-left: 100px !important;
  }
  .ferge-class .mt-xl-n25 {
    margin-top: -100px !important;
  }
  .ferge-class .mr-xl-n25 {
    margin-right: -100px !important;
  }
  .ferge-class .mb-xl-n25 {
    margin-bottom: -100px !important;
  }
  .ferge-class .ml-xl-n25 {
    margin-left: -100px !important;
  }
  .ferge-class .m-xl-26 {
    margin: 104px !important;
  }
  .ferge-class .mt-xl-26 {
    margin-top: 104px !important;
  }
  .ferge-class .mr-xl-26 {
    margin-right: 104px !important;
  }
  .ferge-class .mb-xl-26 {
    margin-bottom: 104px !important;
  }
  .ferge-class .ml-xl-26 {
    margin-left: 104px !important;
  }
  .ferge-class .mt-xl-n26 {
    margin-top: -104px !important;
  }
  .ferge-class .mr-xl-n26 {
    margin-right: -104px !important;
  }
  .ferge-class .mb-xl-n26 {
    margin-bottom: -104px !important;
  }
  .ferge-class .ml-xl-n26 {
    margin-left: -104px !important;
  }
  .ferge-class .m-xl-27 {
    margin: 108px !important;
  }
  .ferge-class .mt-xl-27 {
    margin-top: 108px !important;
  }
  .ferge-class .mr-xl-27 {
    margin-right: 108px !important;
  }
  .ferge-class .mb-xl-27 {
    margin-bottom: 108px !important;
  }
  .ferge-class .ml-xl-27 {
    margin-left: 108px !important;
  }
  .ferge-class .mt-xl-n27 {
    margin-top: -108px !important;
  }
  .ferge-class .mr-xl-n27 {
    margin-right: -108px !important;
  }
  .ferge-class .mb-xl-n27 {
    margin-bottom: -108px !important;
  }
  .ferge-class .ml-xl-n27 {
    margin-left: -108px !important;
  }
  .ferge-class .m-xl-28 {
    margin: 112px !important;
  }
  .ferge-class .mt-xl-28 {
    margin-top: 112px !important;
  }
  .ferge-class .mr-xl-28 {
    margin-right: 112px !important;
  }
  .ferge-class .mb-xl-28 {
    margin-bottom: 112px !important;
  }
  .ferge-class .ml-xl-28 {
    margin-left: 112px !important;
  }
  .ferge-class .mt-xl-n28 {
    margin-top: -112px !important;
  }
  .ferge-class .mr-xl-n28 {
    margin-right: -112px !important;
  }
  .ferge-class .mb-xl-n28 {
    margin-bottom: -112px !important;
  }
  .ferge-class .ml-xl-n28 {
    margin-left: -112px !important;
  }
  .ferge-class .m-xl-29 {
    margin: 116px !important;
  }
  .ferge-class .mt-xl-29 {
    margin-top: 116px !important;
  }
  .ferge-class .mr-xl-29 {
    margin-right: 116px !important;
  }
  .ferge-class .mb-xl-29 {
    margin-bottom: 116px !important;
  }
  .ferge-class .ml-xl-29 {
    margin-left: 116px !important;
  }
  .ferge-class .mt-xl-n29 {
    margin-top: -116px !important;
  }
  .ferge-class .mr-xl-n29 {
    margin-right: -116px !important;
  }
  .ferge-class .mb-xl-n29 {
    margin-bottom: -116px !important;
  }
  .ferge-class .ml-xl-n29 {
    margin-left: -116px !important;
  }
  .ferge-class .m-xl-30 {
    margin: 120px !important;
  }
  .ferge-class .mt-xl-30 {
    margin-top: 120px !important;
  }
  .ferge-class .mr-xl-30 {
    margin-right: 120px !important;
  }
  .ferge-class .mb-xl-30 {
    margin-bottom: 120px !important;
  }
  .ferge-class .ml-xl-30 {
    margin-left: 120px !important;
  }
  .ferge-class .mt-xl-n30 {
    margin-top: -120px !important;
  }
  .ferge-class .mr-xl-n30 {
    margin-right: -120px !important;
  }
  .ferge-class .mb-xl-n30 {
    margin-bottom: -120px !important;
  }
  .ferge-class .ml-xl-n30 {
    margin-left: -120px !important;
  }
  .ferge-class .p-xl-0 {
    padding: 0px !important;
  }
  .ferge-class .pt-xl-0 {
    padding-top: 0px !important;
  }
  .ferge-class .pr-xl-0 {
    padding-right: 0px !important;
  }
  .ferge-class .pb-xl-0 {
    padding-bottom: 0px !important;
  }
  .ferge-class .pl-xl-0 {
    padding-left: 0px !important;
  }
  .ferge-class .p-xl-1 {
    padding: 4px !important;
  }
  .ferge-class .pt-xl-1 {
    padding-top: 4px !important;
  }
  .ferge-class .pr-xl-1 {
    padding-right: 4px !important;
  }
  .ferge-class .pb-xl-1 {
    padding-bottom: 4px !important;
  }
  .ferge-class .pl-xl-1 {
    padding-left: 4px !important;
  }
  .ferge-class .p-xl-2 {
    padding: 8px !important;
  }
  .ferge-class .pt-xl-2 {
    padding-top: 8px !important;
  }
  .ferge-class .pr-xl-2 {
    padding-right: 8px !important;
  }
  .ferge-class .pb-xl-2 {
    padding-bottom: 8px !important;
  }
  .ferge-class .pl-xl-2 {
    padding-left: 8px !important;
  }
  .ferge-class .p-xl-3 {
    padding: 12px !important;
  }
  .ferge-class .pt-xl-3 {
    padding-top: 12px !important;
  }
  .ferge-class .pr-xl-3 {
    padding-right: 12px !important;
  }
  .ferge-class .pb-xl-3 {
    padding-bottom: 12px !important;
  }
  .ferge-class .pl-xl-3 {
    padding-left: 12px !important;
  }
  .ferge-class .p-xl-4 {
    padding: 16px !important;
  }
  .ferge-class .pt-xl-4 {
    padding-top: 16px !important;
  }
  .ferge-class .pr-xl-4 {
    padding-right: 16px !important;
  }
  .ferge-class .pb-xl-4 {
    padding-bottom: 16px !important;
  }
  .ferge-class .pl-xl-4 {
    padding-left: 16px !important;
  }
  .ferge-class .p-xl-5 {
    padding: 20px !important;
  }
  .ferge-class .pt-xl-5 {
    padding-top: 20px !important;
  }
  .ferge-class .pr-xl-5 {
    padding-right: 20px !important;
  }
  .ferge-class .pb-xl-5 {
    padding-bottom: 20px !important;
  }
  .ferge-class .pl-xl-5 {
    padding-left: 20px !important;
  }
  .ferge-class .p-xl-6 {
    padding: 24px !important;
  }
  .ferge-class .pt-xl-6 {
    padding-top: 24px !important;
  }
  .ferge-class .pr-xl-6 {
    padding-right: 24px !important;
  }
  .ferge-class .pb-xl-6 {
    padding-bottom: 24px !important;
  }
  .ferge-class .pl-xl-6 {
    padding-left: 24px !important;
  }
  .ferge-class .p-xl-7 {
    padding: 28px !important;
  }
  .ferge-class .pt-xl-7 {
    padding-top: 28px !important;
  }
  .ferge-class .pr-xl-7 {
    padding-right: 28px !important;
  }
  .ferge-class .pb-xl-7 {
    padding-bottom: 28px !important;
  }
  .ferge-class .pl-xl-7 {
    padding-left: 28px !important;
  }
  .ferge-class .p-xl-8 {
    padding: 32px !important;
  }
  .ferge-class .pt-xl-8 {
    padding-top: 32px !important;
  }
  .ferge-class .pr-xl-8 {
    padding-right: 32px !important;
  }
  .ferge-class .pb-xl-8 {
    padding-bottom: 32px !important;
  }
  .ferge-class .pl-xl-8 {
    padding-left: 32px !important;
  }
  .ferge-class .p-xl-9 {
    padding: 36px !important;
  }
  .ferge-class .pt-xl-9 {
    padding-top: 36px !important;
  }
  .ferge-class .pr-xl-9 {
    padding-right: 36px !important;
  }
  .ferge-class .pb-xl-9 {
    padding-bottom: 36px !important;
  }
  .ferge-class .pl-xl-9 {
    padding-left: 36px !important;
  }
  .ferge-class .p-xl-10 {
    padding: 40px !important;
  }
  .ferge-class .pt-xl-10 {
    padding-top: 40px !important;
  }
  .ferge-class .pr-xl-10 {
    padding-right: 40px !important;
  }
  .ferge-class .pb-xl-10 {
    padding-bottom: 40px !important;
  }
  .ferge-class .pl-xl-10 {
    padding-left: 40px !important;
  }
  .ferge-class .p-xl-11 {
    padding: 44px !important;
  }
  .ferge-class .pt-xl-11 {
    padding-top: 44px !important;
  }
  .ferge-class .pr-xl-11 {
    padding-right: 44px !important;
  }
  .ferge-class .pb-xl-11 {
    padding-bottom: 44px !important;
  }
  .ferge-class .pl-xl-11 {
    padding-left: 44px !important;
  }
  .ferge-class .p-xl-12 {
    padding: 48px !important;
  }
  .ferge-class .pt-xl-12 {
    padding-top: 48px !important;
  }
  .ferge-class .pr-xl-12 {
    padding-right: 48px !important;
  }
  .ferge-class .pb-xl-12 {
    padding-bottom: 48px !important;
  }
  .ferge-class .pl-xl-12 {
    padding-left: 48px !important;
  }
  .ferge-class .p-xl-13 {
    padding: 52px !important;
  }
  .ferge-class .pt-xl-13 {
    padding-top: 52px !important;
  }
  .ferge-class .pr-xl-13 {
    padding-right: 52px !important;
  }
  .ferge-class .pb-xl-13 {
    padding-bottom: 52px !important;
  }
  .ferge-class .pl-xl-13 {
    padding-left: 52px !important;
  }
  .ferge-class .p-xl-14 {
    padding: 56px !important;
  }
  .ferge-class .pt-xl-14 {
    padding-top: 56px !important;
  }
  .ferge-class .pr-xl-14 {
    padding-right: 56px !important;
  }
  .ferge-class .pb-xl-14 {
    padding-bottom: 56px !important;
  }
  .ferge-class .pl-xl-14 {
    padding-left: 56px !important;
  }
  .ferge-class .p-xl-15 {
    padding: 60px !important;
  }
  .ferge-class .pt-xl-15 {
    padding-top: 60px !important;
  }
  .ferge-class .pr-xl-15 {
    padding-right: 60px !important;
  }
  .ferge-class .pb-xl-15 {
    padding-bottom: 60px !important;
  }
  .ferge-class .pl-xl-15 {
    padding-left: 60px !important;
  }
  .ferge-class .p-xl-16 {
    padding: 64px !important;
  }
  .ferge-class .pt-xl-16 {
    padding-top: 64px !important;
  }
  .ferge-class .pr-xl-16 {
    padding-right: 64px !important;
  }
  .ferge-class .pb-xl-16 {
    padding-bottom: 64px !important;
  }
  .ferge-class .pl-xl-16 {
    padding-left: 64px !important;
  }
  .ferge-class .p-xl-17 {
    padding: 68px !important;
  }
  .ferge-class .pt-xl-17 {
    padding-top: 68px !important;
  }
  .ferge-class .pr-xl-17 {
    padding-right: 68px !important;
  }
  .ferge-class .pb-xl-17 {
    padding-bottom: 68px !important;
  }
  .ferge-class .pl-xl-17 {
    padding-left: 68px !important;
  }
  .ferge-class .p-xl-18 {
    padding: 72px !important;
  }
  .ferge-class .pt-xl-18 {
    padding-top: 72px !important;
  }
  .ferge-class .pr-xl-18 {
    padding-right: 72px !important;
  }
  .ferge-class .pb-xl-18 {
    padding-bottom: 72px !important;
  }
  .ferge-class .pl-xl-18 {
    padding-left: 72px !important;
  }
  .ferge-class .p-xl-19 {
    padding: 76px !important;
  }
  .ferge-class .pt-xl-19 {
    padding-top: 76px !important;
  }
  .ferge-class .pr-xl-19 {
    padding-right: 76px !important;
  }
  .ferge-class .pb-xl-19 {
    padding-bottom: 76px !important;
  }
  .ferge-class .pl-xl-19 {
    padding-left: 76px !important;
  }
  .ferge-class .p-xl-20 {
    padding: 80px !important;
  }
  .ferge-class .pt-xl-20 {
    padding-top: 80px !important;
  }
  .ferge-class .pr-xl-20 {
    padding-right: 80px !important;
  }
  .ferge-class .pb-xl-20 {
    padding-bottom: 80px !important;
  }
  .ferge-class .pl-xl-20 {
    padding-left: 80px !important;
  }
  .ferge-class .p-xl-21 {
    padding: 84px !important;
  }
  .ferge-class .pt-xl-21 {
    padding-top: 84px !important;
  }
  .ferge-class .pr-xl-21 {
    padding-right: 84px !important;
  }
  .ferge-class .pb-xl-21 {
    padding-bottom: 84px !important;
  }
  .ferge-class .pl-xl-21 {
    padding-left: 84px !important;
  }
  .ferge-class .p-xl-22 {
    padding: 88px !important;
  }
  .ferge-class .pt-xl-22 {
    padding-top: 88px !important;
  }
  .ferge-class .pr-xl-22 {
    padding-right: 88px !important;
  }
  .ferge-class .pb-xl-22 {
    padding-bottom: 88px !important;
  }
  .ferge-class .pl-xl-22 {
    padding-left: 88px !important;
  }
  .ferge-class .p-xl-23 {
    padding: 92px !important;
  }
  .ferge-class .pt-xl-23 {
    padding-top: 92px !important;
  }
  .ferge-class .pr-xl-23 {
    padding-right: 92px !important;
  }
  .ferge-class .pb-xl-23 {
    padding-bottom: 92px !important;
  }
  .ferge-class .pl-xl-23 {
    padding-left: 92px !important;
  }
  .ferge-class .p-xl-24 {
    padding: 96px !important;
  }
  .ferge-class .pt-xl-24 {
    padding-top: 96px !important;
  }
  .ferge-class .pr-xl-24 {
    padding-right: 96px !important;
  }
  .ferge-class .pb-xl-24 {
    padding-bottom: 96px !important;
  }
  .ferge-class .pl-xl-24 {
    padding-left: 96px !important;
  }
  .ferge-class .p-xl-25 {
    padding: 100px !important;
  }
  .ferge-class .pt-xl-25 {
    padding-top: 100px !important;
  }
  .ferge-class .pr-xl-25 {
    padding-right: 100px !important;
  }
  .ferge-class .pb-xl-25 {
    padding-bottom: 100px !important;
  }
  .ferge-class .pl-xl-25 {
    padding-left: 100px !important;
  }
  .ferge-class .p-xl-26 {
    padding: 104px !important;
  }
  .ferge-class .pt-xl-26 {
    padding-top: 104px !important;
  }
  .ferge-class .pr-xl-26 {
    padding-right: 104px !important;
  }
  .ferge-class .pb-xl-26 {
    padding-bottom: 104px !important;
  }
  .ferge-class .pl-xl-26 {
    padding-left: 104px !important;
  }
  .ferge-class .p-xl-27 {
    padding: 108px !important;
  }
  .ferge-class .pt-xl-27 {
    padding-top: 108px !important;
  }
  .ferge-class .pr-xl-27 {
    padding-right: 108px !important;
  }
  .ferge-class .pb-xl-27 {
    padding-bottom: 108px !important;
  }
  .ferge-class .pl-xl-27 {
    padding-left: 108px !important;
  }
  .ferge-class .p-xl-28 {
    padding: 112px !important;
  }
  .ferge-class .pt-xl-28 {
    padding-top: 112px !important;
  }
  .ferge-class .pr-xl-28 {
    padding-right: 112px !important;
  }
  .ferge-class .pb-xl-28 {
    padding-bottom: 112px !important;
  }
  .ferge-class .pl-xl-28 {
    padding-left: 112px !important;
  }
  .ferge-class .p-xl-29 {
    padding: 116px !important;
  }
  .ferge-class .pt-xl-29 {
    padding-top: 116px !important;
  }
  .ferge-class .pr-xl-29 {
    padding-right: 116px !important;
  }
  .ferge-class .pb-xl-29 {
    padding-bottom: 116px !important;
  }
  .ferge-class .pl-xl-29 {
    padding-left: 116px !important;
  }
  .ferge-class .p-xl-30 {
    padding: 120px !important;
  }
  .ferge-class .pt-xl-30 {
    padding-top: 120px !important;
  }
  .ferge-class .pr-xl-30 {
    padding-right: 120px !important;
  }
  .ferge-class .pb-xl-30 {
    padding-bottom: 120px !important;
  }
  .ferge-class .pl-xl-30 {
    padding-left: 120px !important;
  }
}

body {
  background-color: #ffffff;
}

.ferge-dockbar {
  position: fixed;
  width: 100%;
  z-index: 1000000;
}
.ferge-dockbar .control-menu-container,
.ferge-dockbar .product-menu-open,
.ferge-dockbar .lfr-product-menu-panel.sidenav-menu-slider {
  z-index: 950;
}
.ferge-dockbar .control-menu-container {
  position: fixed;
  top: 0px;
  width: 100%;
}

.modal,
.modal-lg {
  z-index: 1000;
}

.input-hp {
  display: none;
}

.modal-backdrop {
  z-index: 980;
}

.control-menu-container,
.product-menu-open,
.lfr-product-menu-panel.sidenav-menu-slider {
  z-index: 950 !important;
}

.page-editor__sidebar {
  z-index: 950 !important;
}

.signed-in:not(.bolExternal):has(.control-menu-container) .ferge-class .header {
  margin-top: 56px;
  z-index: 900;
}

.signed-in:not(.bolExternal) .ferge-class {
  /** page_editor */
  /** correct header portlet height in fragment edit mode */
}
.signed-in:not(.bolExternal) .ferge-class .container {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.signed-in:not(.bolExternal) .ferge-class .page-editor__fragment-content .header {
  margin-top: 120px;
}

/* background */
.page-editor__sidebar button.bg-secondary {
  background: #f5f7f8 !important;
}
.page-editor__sidebar button.bg-dark {
  background: #0c5c6f !important;
}
.page-editor__sidebar button.bg-light {
  background: #007e8f !important;
}
.page-editor__sidebar button.bg-lighter {
  background: #ebf8f9 !important;
}
.page-editor__sidebar button.bg-white {
  background: #ffffff !important;
}

/* ua- */
.ua-ie-11 .hero__blur__wrapper {
  background: rgba(12, 92, 111, 0.7);
}

.ua-gecko .hero__blur__wrapper {
  background: rgba(12, 92, 111, 0.7);
}

.ua-ie-11 .card__product .product__category__ratio {
  -webkit-writing-mode: tb-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: tb-lr;
}

.ua-ie-11 .card__product .product__category__ratio span {
  -webkit-transform: translateX(-30%);
  transform: translateX(-30%);
}

.ua-ie-11 body {
  width: 100%;
  overflow-x: hidden;
}

.ua-ie-11 .tile-process .faq .faq__toggle::after {
  -webkit-transform: none;
  transform: none;
}

.logo-print {
  display: none;
}

@media print {
  .logo-print {
    display: block;
  }
  a.no-print,
  .no-print {
    display: none;
  }
  a.no-print::before,
  .no-print::before {
    display: none;
    content: "";
    width: 0px;
    height: 0px;
    color: white;
  }
  header {
    display: none;
  }
  .fragment_header {
    display: none;
  }
  .header__logo {
    display: none;
  }
  .header__search {
    display: none;
  }
  footer {
    display: none;
  }
  .ferge-class h2 {
    background-image: none;
  }
  .ferge-class .hero.hero__blur {
    height: auto;
    /** title */
  }
  .ferge-class .hero.hero__blur .hero__blur__wrapper {
    padding: 0px;
  }
  .ferge-class .hero.hero__blur .hero__blur__wrapper h1.title--h1.title--inversed {
    color: black;
  }
  .ferge-class .hero.hero__blur .hero__blur__wrapper > .container > .row > .col-md-9 {
    width: 100%;
  }
  .ferge-class .hero.hero__blur img {
    display: none;
  }
  .ferge-class .hero.hero__blur .rb__list {
    display: none;
  }
  .ferge-class .hero.hero__blur::before {
    padding: 100px;
  }
  .ferge-class .portlet-breadcrumb,
  .ferge-class .breadcrumbs {
    display: none;
  }
  .ferge-class .section-associations .container {
    display: block !important;
    position: relative;
  }
  .ferge-class .section-associations .container .row {
    display: block !important;
    position: relative;
  }
  .ferge-class .section-associations {
    display: block !important;
    position: relative;
  }
  .ferge-class .association-item {
    position: relative;
    display: inline-block !important;
    break-inside: avoid !important;
    page-break-inside: avoid !important;
  }
  .ferge-class .card__business {
    break-inside: avoid !important;
    page-break-inside: avoid !important;
    border: 5px solid black;
  }
  .ferge-class .card__business .business__back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  .ferge-class .card__business .business__wrapper--turned .business__back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  .ferge-class .card__business .business__title .title--h4 {
    padding-left: 24px;
  }
}
.ferge-class {
  /** related shop article */
  /** header - main navigation table display */
  /** link on total fragement */
  /** input file */
  /** title */
  /**  background  */
  /** buttons */
  /** input */
  /** fix card from clay */
  /** Correct the line height forced by Clay **/
  line-height: 1.15;
  /** Correct the font family forced by Clay **/
  font-family: "Work Sans", sans-serif;
  /** correct header due to adding navigation portlet */
  /** Animate Underline : handle Paragraphs added by liferay **/
}
.ferge-class a.no-underline:hover {
  text-decoration: none !important;
}
.ferge-class .page-editor__global-context-iframe--loading {
  opacity: 1;
  position: relative;
  left: 0px;
  top: 0px;
}
.ferge-class .modal__related__items {
  display: block;
}
.ferge-class .modal__related__items:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.ferge-class .modal__related__items .card__product {
  display: inline-block;
  width: 32%;
  vertical-align: top;
}
.ferge-class .no-show {
  display: none;
}
.ferge-class .page-editor .no-show {
  display: inline;
}
.ferge-class #cart {
  box-shadow: 3px 3px #dddddd, -1em 0 0.4em #dddddd;
}
.ferge-class .backdrop--open {
  z-index: 10000;
}
.ferge-class .input input[type=file] {
  padding-left: 200px;
}
.ferge-class h1,
.ferge-class h2,
.ferge-class .h3,
.ferge-class h4,
.ferge-class h5,
.ferge-class .h6 {
  position: relative;
  margin: 0;
  line-height: 1.2;
  color: #232728;
}
.ferge-class h1 {
  display: block;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 2.25rem;
}
@media (min-width: 600px) {
  .ferge-class h1 {
    font-size: 2.75rem;
  }
}
.ferge-class h2 {
  display: inline;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 2rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(60%, #b8f6a8), to(#b8f6a8));
  background-image: linear-gradient(transparent 0%, transparent 60%, #b8f6a8 60%, #b8f6a8 100%);
  line-height: 48px;
  padding: 4px 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.ferge-class h2:after {
  clear: both;
  content: "";
  display: block;
  height: 18px;
}
.ferge-class h2:before {
  clear: both;
  content: "";
  display: block;
  height: 8px;
}
.ferge-class h2.title--h2:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
@media (min-width: 600px) {
  .ferge-class h2 {
    font-size: 2.25rem;
  }
}
.ferge-class h2.title--h3--variant {
  display: inline;
}
.ferge-class h3 {
  display: block;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.125rem;
}
@media (min-width: 600px) {
  .ferge-class h3 {
    font-size: 1.625rem;
  }
}
.ferge-class h3.title--h3--variant {
  display: block;
}
.ferge-class h4 {
  display: block;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.125rem;
}
.ferge-class h5 {
  display: inline-block;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 0.875rem;
}
.ferge-class h6 {
  display: inline-block;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1rem;
}
.ferge-class h4.small-h4 {
  display: block;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
}
.ferge-class h4.small-h4:after {
  height: 0px;
}
.ferge-class h3.small-h3 {
  display: block;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  font-family: "Work Sans", sans-serif;
  font-size: 18.5px;
  background: none;
}
.ferge-class h3.small-h3:after {
  height: 0px;
}
.ferge-class h2.small-h2 {
  display: block;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  font-family: "Work Sans", sans-serif;
  font-size: 22.5px;
  background: none;
}
.ferge-class h2.small-h2:after {
  height: 0px;
}
.ferge-class h1,
.ferge-class .title--h1,
.ferge-class h1.title--h1 {
  margin-top: 10px !important;
  margin-bottom: 14px !important;
}
.ferge-class h1.mb-0,
.ferge-class .title--h1.mb-0,
.ferge-class h1.title--h1.mb-0 {
  margin-top: 10px !important;
  margin-bottom: 14px !important;
}
.ferge-class h2,
.ferge-class .title--h2,
.ferge-class h1.title--h2 {
  margin-top: 12px !important;
  font-size: 2rem;
}
.ferge-class h3,
.ferge-class .title--h3,
.ferge-class h3.title--h3 {
  margin-top: 8px !important;
  margin-bottom: 6px !important;
  font-size: 1.5rem;
  color: #0c5c6f;
}
.ferge-class h3.mb-0,
.ferge-class .title--h3.mb-0,
.ferge-class h3.title--h3.mb-0 {
  margin-top: 8px !important;
  margin-bottom: 6px !important;
}
.ferge-class h4,
.ferge-class .title--h4,
.ferge-class h4.title--h4 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.ferge-class h4.mb-0,
.ferge-class .title--h4.mb-0,
.ferge-class h4.title--h4.mb-0 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.ferge-class h5,
.ferge-class .title--h5,
.ferge-class h5.title--h5 {
  margin-top: 4px !important;
  margin-bottom: 8px !important;
  font-size: 1rem;
}
.ferge-class h5.mb-0,
.ferge-class .title--h5.mb-0,
.ferge-class h5.title--h5.mb-0 {
  margin-top: 4px !important;
  margin-bottom: 8px !important;
}
.ferge-class h6,
.ferge-class .title--h6,
.ferge-class h6.title--h6 {
  margin-top: 4px !important;
  margin-bottom: 6px !important;
  font-size: 0.875rem;
}
.ferge-class h6.mb-0,
.ferge-class .title--h6.mb-0,
.ferge-class h6.title--h6.mb-0 {
  margin-top: 4px !important;
  margin-bottom: 6px !important;
}
.ferge-class p {
  margin-bottom: 10px;
  line-height: 1.4 !important;
}
.ferge-class ul {
  margin-bottom: 10px !important;
  margin-top: 4px !important;
}
.ferge-class ol {
  margin-bottom: 10px !important;
  margin-top: 4px !important;
}
.ferge-class li {
  margin-bottom: 4px !important;
}
.ferge-class #page-editor ul,
.ferge-class #page-editor li {
  margin: 0 !important;
}
.ferge-class .header__second-level.no-third-level > li {
  margin: 0 0 40px 0 !important;
}
@media (min-width: 992px) {
  .ferge-class .ferge-class .header__second-level > li {
    margin: 0 24px 0 0 !important;
  }
}
.ferge-class header ul {
  margin: 0px !important;
}
.ferge-class header li {
  margin: 0px !important;
}
.ferge-class .header__third-level li {
  margin-bottom: 8px !important;
}
@media (min-width: 815px) {
  .ferge-class .header__second-level.split-third-wrap > li {
    margin: 0 24px 40px 0 !important;
  }
  .ferge-class .header__main-nav .header__hamburger {
    display: none !important;
  }
}
.ferge-class dd {
  margin: 0px;
  margin-bottom: 0px;
}
.ferge-class a.no-link {
  color: #212529;
}
.ferge-class .bg-secondary {
  background: #f5f7f8 !important;
}
.ferge-class .bg-dark {
  background: #0c5c6f !important;
}
.ferge-class .bg-light {
  background: #007e8f !important;
}
.ferge-class .bg-lighter {
  background: #ebf8f9 !important;
}
.ferge-class .bg-white {
  background: #ffffff !important;
}
.ferge-class .btn {
  border-radius: 0px;
}
.ferge-class .btn-primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-appearance: none;
  margin: 0;
  border: 1px solid #0c5c6f;
  padding: 16px 24px;
  background: #0c5c6f;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.2;
  cursor: pointer;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.ferge-class .btn-primary:hover {
  background: #08404e;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.ferge-class .btn-primary:focus {
  box-shadow: none;
}
.ferge-class .btn-primary--xs {
  padding: 8px 12px;
  font-size: 0.8125rem;
}
.ferge-class .btn-secondary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-appearance: none;
  margin: 0;
  border: 1px solid #232728;
  padding: 16px 24px;
  background: transparent;
  color: #232728;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.2;
  cursor: pointer;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.ferge-class .btn-secondary:hover {
  color: #00a2b2;
  border-color: #00a2b2;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.ferge-class .btn-secondary:focus {
  box-shadow: none;
}
.ferge-class .btn-secondary--xs {
  padding: 8px 12px;
  font-size: 0.8125rem;
}
.ferge-class .ferge-form input {
  display: inline-block;
  width: auto;
  margin-right: 20px;
  padding: 0px 5px;
  height: 2em;
}
.ferge-class .ferge-form input[type=number] {
  width: 60px;
}
.ferge-class .ferge-form select:not(.selBasket) {
  display: inline-block;
  width: auto;
  height: 2em;
  margin-right: 20px;
}
.ferge-class .card,
.ferge-class .card-horizontal {
  background-color: white;
  border-color: inherit;
  border-style: solid;
  border-width: 0px;
  border-radius: inherit;
  display: block;
  margin-bottom: 0px;
  min-width: 0;
  position: relative;
  word-wrap: break-word;
}
.ferge-class .portlet {
  margin: 0px;
  padding: 0px;
}
.ferge-class .portlet .portlet-content {
  /* padding: 0 28px; */
  margin: 0px;
  padding: 0px;
}
.ferge-class .header .header__main-nav__wrapper .portlet {
  position: static;
}
.ferge-class .header .header__main-nav__wrapper .header__secondary-nav .nav-portlet {
  display: flex;
}
.ferge-class .header .header__main-nav__wrapper .header__secondary-nav .nav-portlet:first-child {
  margin-right: auto;
}
.ferge-class .header .header__main-nav__wrapper .header__secondary-nav .nav-portlet .portlet ul.header__group__links {
  min-height: 42px;
}
.ferge-class .header .header__main-nav__wrapper .header__secondary-nav .nav-portlet-row {
  flex-direction: row;
}
.ferge-class .news .animate__underline p {
  display: inline;
  width: 100%;
  background-image: linear-gradient(transparent calc(100% - 1px), #232728 1px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  -webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.ferge-class .news:hover .animate__underline p {
  background-size: 100% 100%;
}
.ferge-class .card-video .animate__underline p {
  display: inline;
  width: 100%;
  background-image: linear-gradient(transparent calc(100% - 1px), #232728 1px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  -webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.ferge-class .card-video:hover .animate__underline p {
  background-size: 100% 100%;
}
@media (min-width: 900px) {
  .ferge-class .header__third-level li .animate__underline p {
    display: inline;
    width: 100%;
    background-image: linear-gradient(transparent calc(100% - 1px), #6f6f6f 1px);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    -webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  }
  .ferge-class .header__third-level li:hover .animate__underline p {
    background-size: 100% 100%;
  }
}
.ferge-class .search__result .animate__underline p {
  display: inline;
  width: 100%;
  background-image: linear-gradient(transparent calc(100% - 1px), #232728 1px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  -webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.ferge-class .search__result:hover .animate__underline p {
  background-size: 100% 100%;
}
.ferge-class .tile__partner .animate__underline p {
  display: inline;
  width: 100%;
  background-image: linear-gradient(transparent calc(100% - 1px), #232728 1px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  -webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.ferge-class .tile__partner:hover .animate__underline p {
  background-size: 100% 100%;
}
.ferge-class .card__discover .animate__underline p {
  display: inline;
  width: 100%;
  background-image: linear-gradient(transparent calc(100% - 1px), #232728 1px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  -webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.ferge-class .card__discover:hover .animate__underline p {
  background-size: 100% 100%;
}
.ferge-class .backdrop {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(35, 39, 40, 0.6);
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  pointer-events: none;
  opacity: 0;
  z-index: 0;
}
@media (min-width: 900px) {
  .ferge-class .backdrop {
    background: rgba(35, 39, 40, 0.6);
  }
}
.ferge-class .backdrop--modal {
  z-index: 2000;
}
.ferge-class .backdrop--open {
  opacity: 1;
  z-index: 5;
  pointer-events: auto;
}
.ferge-class .backdrop--menu {
  background: #ffffff;
}
@media (min-width: 900px) {
  .ferge-class .backdrop--menu {
    background: rgba(35, 39, 40, 0.6);
  }
}
.ferge-class .header__second-level__wrapper {
  overflow-y: auto;
}

.ferge-class .filter__input .panel {
  border: none;
}

.ferge-class .filter__input .panel-body {
  padding: 0;
}

.ferge-class .entry-title.taglib-categorization-filter {
  display: none;
}

.lfr-ddm-form-container .form-control {
  border-radius: 0 !important;
}
.lfr-ddm-form-container .form-group {
  position: relative; /* active state */ /* require state */
}
.lfr-ddm-form-container .form-group input,
.lfr-ddm-form-container .form-group label {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
}
.lfr-ddm-form-container .form-group input {
  display: block;
  width: 100%;
  padding: 16px;
  color: #232728;
  border: none;
  border: 1px solid #d7dce0;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.lfr-ddm-form-container .form-group label {
  position: relative;
  top: 0%;
  left: 16px;
  color: #6f6f6f;
  background-color: white;
  padding: 4px;
  pointer-events: none;
  -webkit-transform: translateY(160%);
  transform: translateY(160%);
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  max-width: calc(100% - 32px);
}
.lfr-ddm-form-container .input__icon {
  position: absolute;
  top: 50%;
  right: 16px;
  font-size: 0.9375rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.lfr-ddm-form-container .form-group input:focus {
  outline: none;
}
.lfr-ddm-form-container .form-group input.error {
  border-color: #ff0c3e;
}
.lfr-ddm-form-container .form-group:focus-within label,
.lfr-ddm-form-container .form-group input.fill ~ label,
.lfr-ddm-form-container .form-group input.error ~ label {
  top: 0px;
  -webkit-transform: translateY(85%);
  transform: translateY(85%);
}
.lfr-ddm-form-container .form-group input:required ~ label {
  padding: 4px 16px 4px 4px;
}
.lfr-ddm-form-container .form-group input:required ~ label::after {
  content: "*";
  display: block;
  position: absolute;
  top: 0;
  right: 5px;
  color: #00a2b2;
}
.lfr-ddm-form-container .form-group label span.reference-mark {
  color: #00a2b2;
  font-size: 5px;
}
.lfr-ddm-form-container .lfr-ddm-form-pagination-controls button {
  float: left !important;
  border-radius: 0;
}
.lfr-ddm-form-container .col-ddm,
.lfr-ddm-form-container .ddm-field {
  padding: 0 !important;
}
.lfr-ddm-form-container .col-ddm:first-of-type {
  padding-right: 20px !important;
}

.portlet-forms form .ddm-form-name {
  display: none;
}

.portlet-forms form .ddm-form-builder-app {
  padding: 0 !important;
}

.contact-person__name span:first-of-type {
  text-transform: capitalize;
}

.ferge-class {
  overflow-x: hidden;
}

.ferge-class h3 a {
  text-decoration: none;
  color: black;
  font-size: inherit;
  font-family: "Work Sans";
}

.ferge-class .slick-list.draggable {
  z-index: 0;
}

.ferge-class .combined__slider__controls {
  z-index: 0;
}

.ferge-class .link div {
  position: relative;
  color: inherit;
  text-decoration: none;
}

.ferge-class .link div::after {
  content: " ";
  display: block;
  height: 1px;
  width: 0;
  background: #00a2b2;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}

.ferge-class .link div:hover {
  color: #00a2b2;
}

.ferge-class .link div:hover::after {
  width: 100%;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}

.ferge-class .link--caps div {
  text-transform: uppercase;
}

.ferge-class .link--inversed div {
  color: #ffffff;
  width: fit-content;
  width: -moz-fit-content;
}

.ferge-class .link--inversed div:hover {
  color: #ffffff;
}

.ferge-class .link--inversed div::after {
  background: #ffffff;
}

.ferge-class .link--disabled div {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}

.ferge-class p {
  line-height: 1.4;
  font-size: 0.9375rem;
}

.ferge-class .mobile-rubric {
  margin: auto;
  display: block;
  text-align: center;
}

@media (max-width: 599px) {
  .ferge-class .div-mobile-rubric {
    margin-bottom: 10px;
  }
}
@media (min-width: 600px) and (max-width: 899px) {
  .ferge-class .div-mobile-rubric {
    margin-bottom: 10px;
  }
}
.ferge-class .header__first-level > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 12px 20px;
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #232728;
  cursor: pointer;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}

@media (min-width: 900px) {
  .ferge-class .header__first-level > li > a {
    font-size: 0.75rem;
    padding: 8px 8px;
  }
}
@media (min-width: 1200px) {
  .ferge-class .header__first-level > li > a {
    font-size: 0.875rem;
    padding: 12px 20px;
  }
}
.ferge-class .header__first-level > li > a {
  color: #232728;
}

.ferge-class .header__first-level > li.header__first-level__item--active > a {
  color: #00a2b2;
}

.ferge-class .header__first-level > li > a:hover {
  color: #00a2b2;
}

.ferge-class :target {
  scroll-margin-top: 212px;
}

.ferge-class .portlet-search-results .search-total-label + form.form {
  display: none;
}

@media (min-width: 768px) {
  .ferge-class .header__first-level > li > span {
    text-align: center;
  }
  .ferge-class .header__first-level > li > a {
    text-align: center;
  }
}
@media (min-width: 1200px) and (max-width: 1575px) {
  .ferge-class ul#mainNavTarget {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .ferge-class ul#mainNavTarget > li {
    display: block;
    width: 100%;
    text-align: center;
    flex: 0 1;
    height: 100%;
    align-items: center;
    align-self: center;
  }
}
@media (max-width: 1142px) {
  .ferge-class ul#mainNavTarget {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .ferge-class ul#mainNavTarget > li {
    display: block;
    width: 100%;
    text-align: left;
    flex: 0 1;
    height: 100%;
    align-items: center;
    align-self: center;
  }
}
.signed-in .ferge-class .breadcrumbs li > span.nohref {
  color: #007e8f;
  font-weight: 600;
}

.signed-in .ferge-class .hero .breadcrumbs li > span.nohref {
  color: #fff;
}

.ferge-class .hero .breadcrumbs li > span.nohref {
  color: #fff;
}

@media (min-width: 600px) {
  .ferge-class .tile-process > div {
    padding: 24px 32px;
  }
}
@media (min-width: 600px) {
  .ferge-class .tile-process > div:hover {
    background: inherit;
  }
}
@media (min-width: 600px) {
  div.title--h1 {
    font-size: 2.75rem;
  }
}
.ferge-class .card-event-list__item__tags.mobile {
  position: absolute;
  bottom: 10px;
  left: 80px;
}
.ferge-class .header__group__links-left li a > span {
  margin-right: 8px;
}
.ferge-class .container .row {
  width: 100%;
}
.ferge-class .portlet-body .row {
  width: 100%;
}
.ferge-class .container {
  padding: 0;
  padding-left: 0;
  padding-right: 0;
}
.ferge-class .copyright::before {
  width: 100%;
  left: 0;
}
.ferge-class .breadcrumbs li > span.nohref {
  color: #007e8f;
  font-weight: 600;
}
.ferge-class .tile-process > div:hover .btn__icon::after {
  width: calc(100% - 24px);
}
.ferge-class .tile-process > div:first-of-type {
  text-decoration: none;
  display: block;
  color: #232728;
  position: relative;
  padding: 24px;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.ferge-class .tile-process > div a.tile-process__link {
  position: relative;
  padding: 0 5px;
  float: right;
  top: 0;
  right: -25%;
}
.ferge-class .tile-process > div a.tile-process__link.revues {
  position: relative;
  padding: 5px 0;
  float: right;
  right: 0;
  margin-top: 20px;
}
.ferge-class .tile-process > a.tile-process__link.visible-xs {
  position: relative;
  padding: 5px;
  text-align: center;
  margin: auto 0 15px;
  width: 100%;
  left: 0;
  right: 0;
}
.ferge-class .card-event-list__list.card-event-list__list--horizontal .card-event-list__item__extract div.paragraph.paragraph--gray {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 55px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ferge-class div.paragraph p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #232728;
  margin: 0; /*  & + .paragraph { margin: ( $spacer * 4 ) 0 0; &.mt-0 { margin: ( $spacer * 1 ) 0 0; } &.mt-1 { margin: ( $spacer * 1 ) 0 0; } &.mt-2 { margin: ( $spacer * 2 ) 0 0; } } */
}
.ferge-class div.paragraph--l p {
  font-size: 0.9375rem;
  line-height: 1.4;
}
.ferge-class div.paragraph--gray p {
  color: #6F6F6F;
}
.ferge-class .hero__home div.title--h1 strong {
  color: #00a2b2;
}
.ferge-class div.title--h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.ferge-class div.title--h1,
.ferge-class .title--h2,
.ferge-class .title--h3,
.ferge-class .title--h3--variant,
.ferge-class .title--h4,
.ferge-class .title--h4--variant,
.ferge-class .title--h5,
.ferge-class .title--h5--variant,
.ferge-class .title--h6,
.ferge-class .title--h6--variant {
  position: relative;
  margin: 0;
  line-height: 1.2;
  color: #232728;
}
.ferge-class div.title--h1 {
  display: inline-block;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 2.25rem;
}
.ferge-class .header__second-level {
  text-align: left;
}
.ferge-class .tile-process__organism span.fal,
.ferge-class .tile-process__date span.fal,
.ferge-class .tile__event span.fal {
  text-align: center;
  width: 15px;
  min-width: 15px;
}

#ui-datepicker-div {
  padding: 20px;
  background: #ffffff;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  line-height: 18.4px;
  box-shadow: 0px 8px 40px rgb(35, 39, 255);
  -webkit-box-shadow: 0px 8px 40px rgb(35, 39, 255);
}

.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a {
  background: #00a2b2;
  color: #ffffff;
}

.ui-datepicker .ui-datepicker-calendar td {
  padding: 1px;
}

.ui-datepicker .ui-datepicker-calendar td a,
.ui-datepicker .ui-datepicker-calendar td span {
  background: transparent;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: #232728;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0;
  padding: 0;
  border-radius: 100%;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}

.ui-datepicker .ui-datepicker-calendar td {
  padding: 1px;
}

#ui-datepicker-div a {
  color: #00a2b2;
}

#ui-datepicker-div a.active,
#ui-datepicker-div a:hover {
  color: #00A2B2;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a {
  background: #00a2b2;
  color: #ffffff !important;
}

.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a {
  background: #ebf8f9;
  color: #0c5c6f;
}

.ui-datepicker .ui-datepicker-header {
  background: #ffffff;
  position: relative;
  border: 0;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  text-align: left;
  margin: 0;
}

#ui-datepicker-div .ui-datepicker-title {
  float: left;
  left: 0;
}

#ui-datepicker-div .ui-datepicker-header {
  text-align: right;
}

.tile__event__duration,
.tile__event__place,
.tile__event__capacity {
  margin: 8px 15px 8px 0;
}

@media (min-width: 900px) {
  .ferge-class .contact-person--vertical figure {
    width: 75px;
  }
}
@media (min-width: 900px) {
  .ferge-class .contact-person figure {
    width: 75px;
  }
}
.ferge-class .contact-person figure {
  width: 75px;
}

.tile-process__organism span.fal,
.tile-process__date span.fal {
  text-align: center;
  width: 15px;
}

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

.bg-dark {
  background: #0c5c6f !important;
}

.bg-light {
  background: #007e8f !important;
}

.bg-lighter {
  background: #ebf8f9 !important;
}

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

.ferge-class .sidebar {
  height: auto;
}

@media (max-width: 992px) {
  .ferge-class .ferge-footer a.link.link--caps.link--inversed > div {
    text-align: center;
    margin: auto;
    width: 100%;
  }
}
@media (max-width: 900px) {
  .header__second-level__back.visible-xs {
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .ferge-class .hero__home {
    min-height: 190px;
  }
}
.ferge-class .container {
  padding: 0 28px !important;
}

.ferge-class .container .container {
  padding: 0 !important;
}

/*.ferge-class {
		.container:first-of-type {
			padding: 0 28px;	
		}
	}
	.ferge-class {
		> .container {
			padding: 0 28px;	
		}
	}
	.ferge-class {
		> .container ~ .container {
			padding: 0;	
		}
	}*/
@media (max-width: 1440px) {
  .ferge-class .container.pl-lg-0 {
    padding-left: 28px !important;
  }
  .ferge-class .container.pr-lg-0 {
    padding-right: 28px !important;
  }
  .ferge-class .container.pl-lg-0 .container.pl-lg-0 {
    padding-left: 28px !important;
  }
  .ferge-class .container.pr-lg-0 .container.pr-lg-0 {
    padding-right: 28px !important;
  }
}
@media (max-width: 768px) {
  .ferge-class .offset-md-1 {
    margin-left: 0;
  }
}
/*
@media (min-width: 576px) and (max-width: 1440px) {
	.ferge-class {
    	padding-left: 28px !important;
    	padding-right: 28px !important;

    	.layout-content  > div[class=""], .container {
    		//padding-left: -28px !important;
    		//padding-right: -28px !important;
    		margin-left: -28px !important;
    		margin-right: -28px !important;

    		.hero__home {
    			margin-left: 28px !important;
    			margin-right: 28px !important;
    		}
    	}
	}
}
*/
.container {
  padding: 0;
  padding-left: 0;
  padding-right: 0;
}

.ferge-class .title--inversed {
  color: #fff !important;
}

.ferge-class .tile-process__meta {
  margin: 8px 0 12px;
  width: 80%;
}

.ferge-class .taglib-empty-result-message-header,
.ferge-class .sheet.taglib-empty-result-message {
  display: none;
}

@media (max-width: 599px) {
  .ferge-class .job-critera > *:first-child {
    flex-shrink: 1;
  }
}
.ferge-class .search-no-results {
  position: absolute;
  display: block;
  margin: 0 auto;
  width: 70vw;
  text-align: center;
  left: 0;
  margin-left: 0;
}

@media (min-width: 600px) {
  .ferge-class .tile-process__link {
    top: 0px;
  }
}
.ferge-class .tile-process__link {
  right: 15px;
}

.ferge-class .tile-process__title {
  width: 100%;
}

@media (min-width: 900px) {
  .ferge-class .sidebar {
    width: 100%;
    position: relative;
    top: 24px;
    left: 28px;
    padding-right: 28px;
  }
}
@media (min-width: 992px) {
  .ferge-class .sidebar {
    width: 25%;
    position: absolute;
    top: 24px;
    left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 814px) {
  header .col-md-3 {
    width: 100% !important;
  }
  header .col-xs-12 {
    width: 100% !important;
    flex: none;
    max-width: 100%;
  }
}
@media (min-width: 815px) {
  header .col-md-3 {
    width: 25% !important;
  }
}
@media (max-width: 814px) {
  header .visible-xs {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  header .hidden-xs {
    display: none;
  }
}
@media (min-width: 815px) and (max-width: 971px) {
  header .visible-sm {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  header .hidden-sm {
    display: none;
  }
}
@media (min-width: 972px) and (max-width: 1199px) {
  header .visible-md {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 1200px) and (max-width: 1799px) {
  header .visible-lg {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 1800px) {
  header .visible-xl {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (max-width: 814px) {
  header .col-md-3 {
    flex: none;
    max-width: 100%;
  }
  header .header__second-level > li {
    padding: 8px 0px !important;
  }
}
.ferge-class .foomenu__links li a {
  text-decoration: none;
  background-image: linear-gradient(#FFFFFF, #FFFFFF);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
}

.ferge-class .foomenu__links li a:hover, .foomenu__links li a:focus {
  background-size: 100% 1px;
}

.ferge-class .card-event-list__item__infos {
  margin-top: 5px;
}

.ferge-class .tile__event__extract {
  padding: 0 80px 0 0;
}

.ferge-class div.input p {
  margin: 0;
}

@media (min-width: 768px) and (max-width: 900px) {
  .ferge-class .hero__home__background {
    width: 350px;
    height: 350px;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .ferge-class .hero__home__img-wrapper {
    width: 370px;
    height: 370px;
    top: -100px;
    right: -100px;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .ferge-class .hero__home__img-wrapper::after {
    width: 150px;
    height: 150px;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .ferge-class .hero__home__vector {
    width: 480px;
    height: 480px;
    top: -137.5px;
    right: -165.5px;
  }
}
#revuesDivBlockFilter span {
  font-weight: 600;
  color: #00a2b2;
}

.ferge-class .taglib-page-iterator {
  font-family: "Work Sans";
  font-size: 10pt;
  margin-top: 10px;
}

.ferge-class .taglib-page-iterator .dropdown-toggle, .ferge-class .lfr-pagination-delta-selector, .ferge-class .search-results {
  font-size: 10pt;
}

.ferge-class .lfr-pagination .search-results {
  margin-top: 1px;
}

.ferge-class .lfr-pagination .lfr-pagination-buttons {
  font-size: 10pt;
  margin-top: 10px !important;
}

.ferge-class .lfr-pagination .lfr-pagination-buttons.pager {
  margin-top: 8px !important;
}

.ferge-class .nostrong {
  font-weight: normal;
  color: #232728 !important;
  vertical-align: text-top;
  display: inline-block;
  width: auto;
}

@media (max-width: 814px) {
  .ferge-class .nostrong {
    width: auto;
  }
}
.ferge-class .tile-process .div-title {
  display: inline-block;
  width: auto;
  color: #232728;
}

.ferge-class div.nostrong p {
  margin-top: -2px;
  padding-left: 5px;
  font-size: 0.8125rem;
}

.ferge-class .alexandrie .nostrong {
  margin-left: 0 !important;
  padding-left: 0 !important;
  padding-left: 5px !important;
}

@media (max-width: 814px) {
  .ferge-class .filter__wrapper {
    max-height: none;
  }
}
.ferge-class h2.title--h2 + div.tile-process {
  margin-top: 30px;
}

.ferge-class .tile-process__meta {
  width: 85%;
}

.no-break-word {
  white-space: nowrap;
}

.dialog-iframe-popup.signed-in:not(.bolExternal) .ferge-class header.header,
.dialog-iframe-modal.signed-in:not(.bolExternal) .ferge-class header.header,
.lfr-has-simulation-panel.signed-in:not(.bolExternal) .ferge-class header.header {
  margin-top: 0;
}

.dialog-iframe-popup.signed-in:not(.bolExternal) .ferge-class .fragment_header {
  height: 160px;
}

.ferge-class .portlet-image-gallery-display .taglib-header,
.ferge-class .portlet-image-gallery-display .lfr-asset-metadata,
.ferge-class .portlet-image-gallery-display .lfr-asset-description {
  display: none;
}

.ferge-class .portlet-image-gallery-display .page-item.active .page-link, .nav-underline .tab.active a.page-item .page-link, .page-item.show .page-link {
  border-color: #00A2B2;
  background-color: #00A2B2;
}

.ferge-class .portlet-image-gallery-display .pagination-items-per-page.active > a, .nav-underline .tab.active a.pagination-items-per-page > a, .pagination-items-per-page.active > button, .nav-underline .tab.active a.pagination-items-per-page > button, .pagination-items-per-page.show > a, .pagination-items-per-page.show > button {
  border-color: #00A2B2;
  background-color: #00A2B2;
}

.image-viewer .image-viewer-thumbnails .image-viewer-multiple .image-viewer-base-image-container, .image-viewer .image-viewer-thumbnails .image-viewer-multiple .image-viewer-base-image {
  object-fit: contain;
}

.image-viewer .image-viewer-footer-content .image-viewer-caption {
  display: none;
}

.carousel-control {
  color: #fff;
  font-size: 30px;
  opacity: 0.5;
  position: fixed;
  top: 50%;
  z-index: 3000;
}

.carousel-control.right {
  right: 20px;
}

.carousel-control.left {
  left: 20px;
}

.portlet-image-gallery-display div.image-link.preview {
  border-top: 1px solid black;
}

.portlet-image-gallery-display .card.card-interactive.card-interactive-secondary {
  box-shadow: none;
  padding: 20px;
  margin-bottom: 0;
}

.portlet-image-gallery-display .card.card-interactive .card-item-first {
  border: none;
}

.portlet-image-gallery-display .card.card-interactive .card-item-first img {
  height: 100%;
  width: auto;
  object-fit: contain;
}

.ferge-class .hero > picture img {
  position: absolute;
  /*top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;*/
}

.ferge-class .table tbody td {
  background-color: transparent;
}

.ferge-class .table th,
.ferge-class .table tbody td {
  border-left: 0px;
  border-right: 0px;
}

.ferge-class .lfr-layout-structure-item-container.container-fluid-max-xl {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

a.twitterx,
a.titretwitterx:hover {
  background-image: url(../images/twitterxwhite.svg) !important;
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
}

a.twitterx:hover,
a.titretwitterx {
  background-image: url(../images/twitterxblue.svg) !important;
  background-size: 24px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

/** Evenements en Images  */
.ferge-class .portlet-image-gallery-display .image-link {
  display: block;
}

.portlet-layout .portlet-header {
  margin-bottom: 0px;
}

.ferge-class .layout-content.portlet-layout > .lfr-layout-structure-item-container.container-fluid-max-xl {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.ferge-class .layout-content.portlet-layout > .lfr-layout-structure-item-container {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-top: 40px !important;
  margin-bottom: 40px !important;
  padding: 0 28px !important;
}

.page-editor__wrapper .ferge-class header.header {
  position: absolute;
  left: auto;
}
.page-editor__wrapper .ferge-class header.header .portlet-header {
  margin-bottom: 0px !important;
}

.ferge-class .table tbody + tbody {
  border-top: 0.125rem solid #007e8f;
}

.ferge-class .table td {
  background-clip: padding-box;
  border-bottom-width: 0.0625rem;
  border-color: #007e8f;
  border-left-width: 0;
  border-right-width: 0;
  border-style: solid;
  border-top-width: 0.0625rem;
  padding: 16px;
  position: relative;
  vertical-align: middle;
}

.ferge-class .table th {
  background-color: #ffffff;
  background-clip: padding-box;
  border-top: 0.0625rem solid #007e8f;
  color: #6b6c7e;
  font-weight: 600;
  height: 36px;
  padding: 16px;
  position: relative;
  vertical-align: top;
}

.page-editor .page-editor__container {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.ferge-class .ferge-bai-form-class .input input, .input select, .input label,
.ferge-class .ferge-bai-form-class .input select {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
}

@media (min-width: 900px) {
  .ferge-class .card__horizontal figure picture {
    position: static;
  }
}
@media (max-width: 991px) {
  .breadcrumbs.hidden-sm {
    display: none !important;
  }
}
html:not(#__):not(#___) .cadmin .modal-full-screen .modal-content {
  margin-top: 60px;
}

.ferge-ps .checkout {
  display: flex;
  justify-content: center;
  margin-bottom: 105px;
}
.ferge-ps .checkout--steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 75%;
}
.ferge-ps .checkout--step {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  position: relative;
}
.ferge-ps .checkout--step .tags-footer, .ferge-ps .checkout--step .medium-title-desktop {
  color: #dedede;
}
.ferge-ps .checkout--step:before, .ferge-ps .checkout--step:after {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  width: 40%;
  height: 2px;
  background-color: #00A2B2;
  z-index: 1;
}
.ferge-ps .checkout--step:before {
  left: 0;
}
.ferge-ps .checkout--step:after {
  right: 0;
}
.ferge-ps .checkout--step-number, .ferge-ps .checkout--step-label {
  display: block;
}
.ferge-ps .checkout--step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #00A2B2;
  position: relative;
  z-index: 2;
  background-color: white;
}
.ferge-ps .checkout--step-label {
  margin-bottom: 15px;
  word-break: break-word;
}
.ferge-ps .checkout--step--first:before {
  display: none;
}
.ferge-ps .checkout--step--last:after {
  display: none;
}
.ferge-ps .checkout--step--active:before, .ferge-ps .checkout--step--completed:before {
  background-color: #232728;
}
.ferge-ps .checkout--step--active .checkout--step-number, .ferge-ps .checkout--step--completed .checkout--step-number {
  border: 2px solid #232728;
}
.ferge-ps .checkout--step--active .tags-footer, .ferge-ps .checkout--step--active .medium-title-desktop, .ferge-ps .checkout--step--completed .tags-footer, .ferge-ps .checkout--step--completed .medium-title-desktop {
  color: #00A2B2;
}
.ferge-ps .checkout--step--completed:after {
  background-color: #232728;
}
.ferge-ps .checkout--step--completed .checkout--step-number {
  background-image: url(../images/svg/check-alone.svg);
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  color: white;
  background-color: #232728;
}
.ferge-ps .formcontent-component {
  padding-top: 80px;
  padding-bottom: 80px;
}
.ferge-ps .formcontent-component .all-dropdown-item {
  padding: 0;
}
.ferge-ps .formcontent-component .all-dropdown-item .dropdown-item {
  margin: 0;
}
.ferge-ps .formcontent-component .add-icon-link-card {
  position: fixed;
  width: 50%;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 30px;
}
.ferge-ps .formcontent-component .add-icon-link-card .add-icon-link-card-icon {
  display: flex;
  justify-content: end;
  margin-bottom: 30px;
}
.ferge-ps .formcontent-component .greyed-background {
  z-index: 1;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ferge-ps .default-form {
  padding: 40px 50px;
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: 0px 0px 5px 3px rgba(44, 44, 44, 0.1);
}
.ferge-ps .default-form .tags-footer {
  color: #000000;
}
.ferge-ps .info-popup {
  position: relative;
  display: inline-block;
}
.ferge-ps .info-popup .info-popup-text {
  visibility: hidden;
  background-color: #ffffff;
  width: 350px;
  padding: 18px 20px;
  border-radius: 0px;
  box-shadow: 0px 0px 5px 3px rgba(44, 44, 44, 0.1);
  /* Position the tooltip */
  position: absolute;
  top: 100%;
  margin-left: -338px;
  z-index: 1;
  white-space: normal;
  font-family: "Work Sans";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  color: #000000;
}
.ferge-ps .info-popup:hover .info-popup-text {
  visibility: visible;
}
.ferge-ps .error::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red;
  font-weight: 500;
}
.ferge-ps .error:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: red;
  font-weight: 500;
}
.ferge-ps .error::-ms-input-placeholder { /* Microsoft Edge */
  color: red;
  font-weight: 500;
}
.ferge-ps .error {
  background-image: url(../images/svg/attention.svg);
  background-position: calc(100% - 8px) center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border: 1px red solid;
}
.ferge-ps .error:not(:placeholder-shown) {
  background-image: none;
}
.ferge-ps .label-input {
  width: 100%;
  margin-bottom: 30px;
}
.ferge-ps .label-icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
.ferge-ps input {
  height: 55px;
  border: 1px solid #ced4da;
  padding: 25px 20px;
  width: 100%;
}
.ferge-ps select {
  height: 55px;
  border: 1px solid #ced4da;
  padding: 5px 20px;
  width: 100%;
}
.ferge-ps .double-form {
  display: flex;
  justify-content: space-between;
}
.ferge-ps .double-form .label-input {
  width: 48%;
}
.ferge-ps textarea {
  width: 100%;
  padding: 25px 20px;
  margin-bottom: 30px;
  border: 1px solid #ced4da;
}
.ferge-ps .absence-period {
  margin-bottom: 30px;
}
.ferge-ps .absence-period .absence-period-button {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.ferge-ps .absence-period .absence-period-button .add-icon-link {
  margin-left: 15px;
}
.ferge-ps .absence-period .absence-period-line li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid #dedede;
}
.ferge-ps .absence-period .absence-period-line li .button-smalltitles-all {
  margin-right: 20px;
}
.ferge-ps .absence-period .absence-period-line li .line-icons {
  display: flex;
  margin-left: 10px;
  gap: 20px;
}
.ferge-ps .absence-period .absence-period-line li .line-icons .edit-icon {
  margin: 0;
  height: 20px;
  width: 20px;
  filter: brightness(0) saturate(100%) invert(21%) sepia(0%) saturate(433%) hue-rotate(140deg) brightness(89%) contrast(80%);
}
.ferge-ps .absence-period .absence-period-line li .line-icons .edit-icon:hover {
  filter: brightness(0) saturate(100%) invert(41%) sepia(62%) saturate(3331%) hue-rotate(3deg) brightness(108%) contrast(104%);
}
.ferge-ps .absence-period .absence-period-line li:first-child {
  border-top: 1px solid #dedede;
}
.ferge-ps .default-form-checkboxes-text {
  margin-bottom: 25px;
}
.ferge-ps .default-form-checkboxes-text .default-form-checkboxes {
  margin-top: 15px;
  display: flex;
  gap: 30px;
}
.ferge-ps .default-form-checkboxes-text .default-form-checkboxes .form-check {
  width: 45%;
}
.ferge-ps .submit-btn {
  margin-top: 30px;
  display: flex;
  justify-content: end;
  display: -webkit-flex;
  -webkit-justify-content: end;
}
.ferge-ps .form-check {
  display: flex;
  align-items: center;
}
.ferge-ps .form-check .form-check-input {
  width: 18px;
  height: 18px;
  border-radius: 0px;
}
.ferge-ps .form-check .radio-form {
  border-radius: 50%;
}
.ferge-ps .form-check .form-check-input:checked {
  background-color: #00A2B2;
  border-color: #00A2B2;
  box-shadow: none;
}
.ferge-ps .form-check .form-check-input:not(:checked) {
  box-shadow: none;
}
.ferge-ps .form-check .form-check-label {
  padding-left: 20px;
}
.ferge-ps .form-check-input:checked[type=checkbox] {
  background-image: url(../images/svg/check-alone.svg);
}
.ferge-ps .synthesis {
  padding: 40px 50px;
  box-shadow: 0px 0px 5px 3px rgba(44, 44, 44, 0.1);
}
.ferge-ps .synthesis h3 {
  padding-bottom: 25px;
  border-bottom: 1px solid #E9E9E9;
}
.ferge-ps .synthesis .synthesis-step {
  padding: 20px 0;
  border-bottom: 1px solid #E9E9E9;
}
.ferge-ps .synthesis .synthesis-step .synthesis-step-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ferge-ps .synthesis .synthesis-step .synthesis-step-title .edit-icon {
  width: 20px;
  height: 20px;
  margin-right: 0;
  margin-left: 15px;
  filter: brightness(0) saturate(100%) invert(21%) sepia(0%) saturate(433%) hue-rotate(140deg) brightness(89%) contrast(80%);
}
.ferge-ps .synthesis .synthesis-step .synthesis-step-title .edit-icon:hover {
  filter: brightness(0) saturate(100%) invert(41%) sepia(62%) saturate(3331%) hue-rotate(3deg) brightness(108%) contrast(104%);
}
.ferge-ps .synthesis .synthesis-step .synthesis-step-title.active {
  color: #00A2B2;
}
.ferge-ps .synthesis .synthesis-step .synthesis-step-title.next {
  color: #bebebe;
}
.ferge-ps .synthesis .synthesis-step .synthesis-step-detail {
  padding-top: 20px;
}
.ferge-ps .synthesis .synthesis-step .synthesis-step-detail .small-text {
  color: #000000;
}

@media (max-width: 991px) {
  .ferge-ps .checkout {
    margin-bottom: 90px;
  }
  .ferge-ps .checkout--steps {
    width: 100%;
  }
  .ferge-ps .checkout--step:before, .ferge-ps .checkout--step:after {
    top: 20px;
    width: 40%;
  }
  .ferge-ps .checkout--step-label {
    display: none;
  }
  .ferge-ps .checkout--step--active .checkout--step-label {
    display: block;
    position: absolute;
    left: 0;
    top: 50px;
    text-align: center;
    width: 100%;
  }
  .ferge-ps .checkout--step-number {
    width: 40px;
    height: 40px;
  }
  .ferge-ps .formcontent-component {
    padding-top: 0;
    padding-bottom: 60px;
  }
  .ferge-ps .formcontent-component .add-icon-link-card {
    margin-top: 40px;
    height: 100%;
    width: 100%;
  }
  .ferge-ps .default-form {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .ferge-ps .formcontent-component {
    padding-left: 25px;
    padding-right: 25px;
  }
  .ferge-ps .default-form {
    padding: 30px;
  }
  .ferge-ps .default-form .double-form {
    display: block;
  }
  .ferge-ps .default-form .double-form .label-input {
    width: 100%;
  }
  .ferge-ps .default-form .add-btn {
    width: 100%;
  }
  .ferge-ps .default-form .submit-btn {
    margin-top: 20px;
    justify-content: center;
  }
  .ferge-ps .info-popup .info-popup-text {
    width: 213px;
    margin-left: -200px;
  }
}