/* Media Query */
:root {
  --container-padding: 7.594rem;
  --section-padding: 80px;
  --facebook-color: #4267b2;
  --insta-color: #3f729b;
  --youtube-color: #ff0000;
  --twitter-color: #1da1f2;
  --linkedin-color: #0077b5;
  --pinterest-color: #e60023;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  :root {
    --4k-ratio: 22;
    --container-padding: 6.54%;
    --section-padding: 4.543vw;
  }
}
@media (max-width: 1440.98px) {
  :root {
    --container-padding: 5.594rem;
  }
}
@media (max-width: 1199.98px) {
  :root {
    --container-padding: 50px;
    --section-padding: 80px;
  }
}
@media (max-width: 991.98px) {
  :root {
    --container-padding: 30px;
  }
}
@media (max-width: 767.98px) {
  :root {
    --container-padding: 20px;
    --section-padding: 50px;
  }
}
@media (max-width: 374.98px) {
  :root {
    --container-padding: 25px;
  }
}

.portlet-title-text {
  display: none !important;
}

/**
 * @deprecated As of Mueller (7.2.x)
 */
/**
 * @deprecated As of Mueller (7.2.x)
 */
/**
 * @deprecated As of Mueller (7.2.x)
 */
/**
 * @deprecated As of Mueller (7.2.x)
 */
.breadcrumb-horizontal {
  font-size: 0.875rem;
  padding: 0;
}

.loadingmask-message {
  background: transparent;
  border-width: 0;
  display: block;
  height: 1em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: left;
  width: 1em;
}
.loadingmask-message .loadingmask-message-content {
  -webkit-animation: loading-animation 1.2s infinite ease-out;
  animation: loading-animation 1.2s infinite ease-out;
  background: transparent;
  border-radius: 50%;
  border-width: 0;
  clear: both;
  color: transparent;
  height: 1em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 1em;
}

.logo {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

/* ---------- Main content body ---------- */
.portal-iframe #main-content {
  width: 100%;
}

/* ---------- Separator ---------- */
.separator {
  border-top: 1px solid #cdced9;
}

/* ---------- Status ---------- */
.entry-status {
  border-left: 4px solid transparent;
}

span.alert {
  display: inline-block;
}

/* ---------- Update manager ---------- */
.update-available {
  margin-top: 10px;
  padding: 2px;
  text-align: left;
}

.quick-access-nav {
  position: absolute;
  top: -1000px;
  width: 100%;
  z-index: 1000;
}
.quick-access-nav a {
  background: #333;
  background: rgba(51, 51, 51, 0.9);
  border: 1px solid #fff;
  left: 0;
  outline: none;
  padding: 8px;
  position: absolute;
  right: 0;
  text-align: center;
}
.quick-access-nav a:focus {
  color: #fff;
  top: 1000px;
}

@media (max-width: 991.98px) {
  .responsive-table-horizontal {
    display: block;
    position: relative;
    width: 100%;
  }
  .responsive-table-horizontal:after {
    clear: both;
    content: "";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
  }
  .responsive-table-horizontal tbody {
    display: block;
    overflow-x: auto;
    position: relative;
    white-space: nowrap;
    width: auto;
  }
  .responsive-table-horizontal tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  .responsive-table-horizontal tbody tr td {
    display: block;
    margin-bottom: 20px;
  }
  .responsive-table-horizontal tbody tr td:first-child {
    text-align: left;
  }
  .responsive-table-horizontal thead {
    display: block;
    float: left;
    margin-right: 10px;
  }
  .responsive-table-horizontal thead:after {
    clear: both;
    content: "";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
  }
  .responsive-table-horizontal thead th {
    display: block;
    margin-bottom: 20px;
    text-align: right;
  }
  .responsive-table-horizontal thead th:first-child {
    text-align: right;
  }
  .ie9 .responsive-table-horizontal thead {
    float: none;
  }
}
.important {
  font-weight: bold;
}

.highlight {
  background: #ffc;
  font-weight: bold;
  margin: 0 1px;
}

.hide-accessible {
  clip: rect(0 0 0 0) !important;
  position: absolute !important;
  /*Webkit and IE7 let clipped content change the scroll height of the page*/
  /*Scale webkit to 0*/
  -webkit-transform: scale(0);
  -webkit-transform-origin-x: 0;
  -webkit-transform-origin-y: 0;
  /*Change IE7 to using fixed*/
  *position: fixed !important;
  /*...And reset back to absolute for IE6*/
  _position: absolute !important;
}

.force-offset {
  display: block !important;
  position: absolute !important;
  visibility: hidden !important;
}

.unselectable,
.unselectable * {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup,
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup:hover {
  background: transparent;
}
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button:hover {
  background: transparent;
}
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:after {
  border-color: #a6a6a6;
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
}

.lfr-asset-category-container .no-matches {
  color: #999;
}

.lfr-asset-category-search-container {
  background-color: #d3dadd;
  border-bottom-color: #aeb8bc;
}

.lfr-asset-category-list a.selected {
  background-color: #eee;
}

.lfr-categories-selector-search-results-path {
  color: #575757;
  font-size: 0.9em;
  text-align: right;
  width: 25%;
}

.lfr-asset-column-actions-content {
  background-color: #d7f1ff;
}

.lfr-asset-column-actions .lfr-asset-column-actions-content {
  border-color: #88c5d9;
}

.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;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}
.lfr-asset-column-details .lfr-asset-icon {
  border-right-color: #999;
  color: #999;
}
.lfr-asset-column-details .lfr-asset-tags {
  color: #7d7d7d;
}
.lfr-asset-column-details .lfr-asset-tags .tag {
  color: #555;
}

.lfr-asset-panels .lfr-panel.lfr-extended,
.lfr-asset-column-details .lfr-panel.lfr-extended {
  border-color: #ccc;
}

.lfr-form-row {
  border-bottom-color: #ccc;
}

.lfr-form-row:hover {
  border-bottom-color: #ccc;
}

.lfr-form-row .handle-sort-vertical {
  background: url(../images/application/handle_sort_vertical.png) no-repeat 0 50%;
}

.lfr-edit-layout-panel .taglib-form-navigator .button-holder {
  background-color: #fff;
}

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

.definition-of-terms dt {
  color: #333;
  font-weight: normal;
  width: 100%;
  word-break: break-word;
}
@media (min-width: 576px) {
  .definition-of-terms dt {
    width: auto;
  }
}

.lfr-code {
  background: #fff;
  border-color: #777;
  font-family: monospace;
}
.lfr-code tr td.line-numbers {
  background: #fafafa;
}
.lfr-code tr td.line-numbers:before {
  color: #aaa;
  text-shadow: 1px 1px #fff;
}

.popup-alert-notice .countdown-timer {
  font-size: 1.1em;
  font-weight: bold;
}

.lfr-token {
  background-color: #b3daef;
  border-color: #5fa8ff;
  color: #444;
  text-decoration: none;
}
.lfr-token:hover {
  background-color: #d1e5ef;
}

.lfr-token-primary {
  font-weight: bold;
}
.lfr-token-primary, .lfr-token-primary:hover {
  background-color: #b3daef;
}

.lfr-token-close:hover {
  text-decoration: none;
}

.lfr-button {
  background: no-repeat 0 50%;
}

.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > th {
  font-weight: bold;
}

.lfr-checkbox-preselected {
  opacity: 0.5;
}

.lfr-header-row {
  border-bottom-color: #7b7b7b;
}
.lfr-header-row .lfr-search-combobox {
  border-color: #5f5f5f;
}

.openid-login input[type=text] {
  background: url(../images/common/openid.gif) no-repeat;
  background-color: #fff;
  background-position: 0 50%;
  color: #000;
}

.page-extra-settings .lfr-panel-titlebar .lfr-panel-title {
  font-size: 1em;
}

.lfr-pagination .lfr-pagination-controls li .lfr-pagination-link {
  color: #333;
  font-weight: normal;
}

.lfr-panel.lfr-extended,
.lfr-panel-container,
.lfr-floating-container {
  border-color: #dedede #bfbfbf #bfbfbf #dedede;
}

.lfr-panel-container,
.lfr-floating-container {
  background: #fff;
}

.lfr-panel-titlebar .lfr-panel-title {
  font-size: 1.2em;
  font-weight: bold;
}
.lfr-panel-titlebar .lfr-panel-button {
  background: url(../images/application/panel_header_toggler_close.png) no-repeat 0 0;
}
.lfr-panel-titlebar .lfr-panel-button:hover {
  background-position: 0 100%;
}

.lfr-panel.lfr-collapsible .lfr-panel-titlebar {
  background: url(../images/arrows/05_down.png) no-repeat 2px 50%;
}
.lfr-panel.lfr-collapsed .lfr-panel-titlebar {
  background-image: url(../images/arrows/05_right.png);
}
.lfr-panel.lfr-collapsed .lfr-panel-titlebar .lfr-panel-button {
  background-image: url(../images/application/panel_header_toggler_open.png);
}
.lfr-panel.lfr-extended .lfr-panel-titlebar {
  background: #d6d6d6 url(../images/application/panel_header.png) repeat-x 0 0;
  border-bottom-color: #cdcdcd;
}

.lfr-panel-container .lfr-extended.lfr-collapsible .lfr-panel-titlebar {
  border-top-color: #cecece;
}

.js .lfr-floating-trigger {
  background-image: url(../images/arrows/05_down.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  text-decoration: none;
}

.lfr-panel-page .panel-page-content {
  border-left-color: #ccc;
}
.lfr-panel-page .lfr-add-content h2 {
  border-color: #ccc;
}
.lfr-panel-page .lfr-add-content h2 span {
  background: #efefef;
}
.lfr-panel-page .lfr-add-content .lfr-content-category h2 {
  border-bottom-color: #ccc;
}
.lfr-panel-page .lfr-add-content .lfr-content-category h2 span {
  background: none;
}

.lfr-panel-content .paginator-container {
  background: #cfd2d5;
  border-bottom-color: #dcdee0;
  border-top-color: #dcdee0;
}
.lfr-panel-content .paginator-page-container .paginator-page-link {
  background: none;
  border-color: #cfd2d5;
}
.lfr-panel-content .paginator-page-container .paginator-page-link.paginator-current-page {
  background: #99a7b3 url(../images/application/current_page_hover_bg.png) repeat-x 0 0;
  border-color: #6b7785 #7c8994 #919fa9;
  color: #fff;
  font-weight: bold;
}
.lfr-panel-content .paginator-page-container .paginator-page-link.paginator-current-page:hover {
  background: #5094d7 url(../images/application/current_page_bg.png) repeat-x 0 0;
  border-color: #31659c #396ea8 #4c8ccb;
}

#portlet-set-properties fieldset fieldset legend {
  font-size: 1.1em;
}

.lfr-preview-file-content {
  border-bottom-color: #6d6d6e;
}

.lfr-preview-file-image-current-column,
.lfr-preview-file-video-current-column {
  background: url(../images/common/checkerboard.png);
}

.lfr-preview-file-toolbar {
  background: #333;
  opacity: 0.5;
}
.lfr-preview-file-toolbar .icon-arrow-1-l {
  background: url(../images/document_library/preview_left.png) no-repeat 0 50%;
}
.lfr-preview-file-toolbar .icon-arrow-1-r {
  background: url(../images/document_library/preview_right.png) no-repeat 0 50%;
}
.lfr-preview-file-toolbar .icon-zoomin {
  background: url(../images/document_library/preview_zoom.png) no-repeat 0 50%;
}

.lfr-preview-file-image-current-column:hover .lfr-preview-file-toolbar {
  opacity: 1;
}

.lfr-preview-file-info {
  background: #333;
  color: #fff;
  opacity: 0.5;
}
.lfr-preview-file-info:hover {
  opacity: 1;
}

.lfr-preview-file-index {
  font-weight: bold;
}

.lfr-preview-file-image-current {
  background: url(../images/aui/loading_indicator.gif) no-repeat 50% 50%;
}

.lfr-preview-file-image img {
  background: url(../images/aui/loading_indicator.gif) no-repeat 50% 50%;
  border-color: #aeb8bc;
}

.lfr-preview-file-image-selected img,
.lfr-preview-file-image:hover img {
  border-color: #00a2ea;
}

.lfr-preview-file-loading-indicator {
  background: #333;
  color: #fff;
}

.lfr-preview-file-image-overlay-content {
  background: url(../images/common/checkerboard.png);
  border-color: #555;
}

.firefox .lfr-preview-video-content div.video-node {
  height: 100%;
}

textarea.lfr-editor-textarea {
  font-family: monospace;
}

.lfr-rich-editor.ace_editor {
  border-color: #a1a2a4;
}

.lfr-plain-editor textarea,
.lfr-rich-editor.ace_editor {
  font-family: "Monaco", "Menlo", "Droid Sans Mono", "Courier New", monospace;
  font-size: 12px;
}

.sidebar-sm {
  font-size: 0.875rem;
}
.sidebar-sm .sheet-subtitle {
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
.sidebar-sm .form-group {
  margin-bottom: 1rem;
}
.sidebar-sm .form-control {
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  height: 2rem;
  line-height: 1.5;
  min-height: auto;
  padding: 0.25rem 0.75rem;
}
.sidebar-sm .form-control.form-control-tag-group {
  height: auto;
}
.sidebar-sm .form-control.form-control-tag-group .form-control-inset {
  margin-bottom: 0;
  margin-top: 0;
}
.sidebar-sm .form-control.form-control-tag-group .label {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-top: 0;
}
.sidebar-sm .form-control[type=file] {
  padding: 0;
}
.sidebar-sm select.form-control:not([size]) {
  height: 2rem;
}
.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 .btn:not(.btn-unstyled) {
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  line-height: 1.15;
  padding: 0.4375rem 0.75rem;
}
.sidebar-sm .btn:not(.btn-unstyled).close {
  padding: 0.4375rem;
}
.sidebar-sm .btn.btn-monospaced, .sidebar-sm .btn.btn-monospaced.btn-sm {
  height: 2rem;
  padding: 0.1875rem 0;
  width: 2rem;
}
.sidebar-sm .input-group-item .input-group-text {
  font-size: 0.875rem;
  height: 2rem;
  min-width: 2rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.sidebar-sm .input-group-item .btn .btn-section {
  font-size: 0.5625rem;
}
.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-spa-loading-bar {
  background: #2fa4f5;
}

.lfr-tag-selector-popup label {
  border-bottom-color: #eee;
}
.lfr-tag-selector-popup .no-matches {
  color: #999;
}

.lfr-toolbar {
  background-color: #e5e4e8;
}
.lfr-toolbar .lfr-button:focus {
  border-color: #000;
}
.lfr-toolbar .lfr-button:hover {
  border-color: #ccc #777 #777;
}
.lfr-toolbar .lfr-separator {
  border-left-color: #fff;
  border-right-color: #ccc;
  font-size: 12px;
}

.lfr-toolbar .lfr-button,
.lfr-emoticon-container .lfr-button {
  border-color: #e5e4e8;
}

.lfr-emoticon-container {
  background: #e5e4e8;
  border-color: #ccc;
}

.lfr-translation-manager .lfr-translation-manager-available-translations .lfr-translation-manager-available-translations-links {
  line-height: 1;
}
.lfr-translation-manager .lfr-translation-manager-translation {
  text-decoration: none;
}
.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-tree a {
  text-decoration: none;
}

.tree-drag-helper {
  z-index: 1035;
}

.lfr-upload-container .upload-target {
  border-color: #ddd;
}
.lfr-upload-container .upload-target h4 span {
  text-transform: lowercase;
}
.lfr-upload-container .upload-target .drop-file-text {
  font-weight: normal;
}
.lfr-upload-container a.browse-button {
  background-image: url(../images/common/add.png);
  background-repeat: no-repeat;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
}
.lfr-upload-container a.clear-uploads {
  background-image: url(../images/common/remove.png);
  background-repeat: no-repeat;
}
.lfr-upload-container a.cancel-uploads {
  background-image: url(../images/common/close.png);
  background-repeat: no-repeat;
}
.lfr-upload-container .upload-list-info h4 {
  font-size: 1.3em;
}
.lfr-upload-container .cancel-button {
  color: #869cad;
}
.lfr-upload-container .delete-button {
  color: #869cad;
}
.lfr-upload-container .file-added .success-message {
  font-weight: normal;
}
.lfr-upload-container .upload-error {
  opacity: 1;
}
.lfr-upload-container .multiple-files .upload-error {
  background: #fdd url(../images/messages/error.png) no-repeat 5px 5px;
  border-color: #900;
  color: #900;
  font-weight: normal;
}
.lfr-upload-container .upload-complete .error-message,
.lfr-upload-container .upload-complete .success-message {
  font-weight: bold;
}
.lfr-upload-container .file-uploading {
  background-color: #ffc;
}
.lfr-upload-container .progress-bar {
  background: #fff;
  margin-top: 25px;
  text-align: left;
  width: 100%;
}
.lfr-upload-container .progress {
  background: #8db2e3;
}

.upload-drop-active .lfr-upload-container .upload-target {
  background-color: #ddedde;
  border-color: #7d7;
  border-style: dashed;
}

/* ---------- Input file ---------- */
/* ---------- Table ---------- */
.app-view-entry:hover .entry-thumbnail {
  border-color: #7abfdd;
}
.app-view-entry.selected .entry-thumbnail {
  border-color: #057cb0;
}
.app-view-entry.selected .entry-metadata dt,
.app-view-entry.selected .entry-metadata dd,
.app-view-entry.selected .entry-metadata .entry-categories,
.app-view-entry.selected .entry-metadata .entry-tags,
.app-view-entry.selected .entry-metadata .entry-description {
  color: #f0f0f0;
}
.app-view-entry .entry-title {
  font-weight: bold;
}
.app-view-entry .entry-link {
  text-decoration: none;
}
.app-view-entry .entry-metadata dt,
.app-view-entry .entry-metadata dd,
.app-view-entry .entry-metadata .entry-categories,
.app-view-entry .entry-metadata .entry-tags,
.app-view-entry .entry-metadata .entry-description {
  color: #333;
  word-wrap: break-word;
}
.app-view-entry .entry-metadata .entry-categories .taglib-asset-categories-summary {
  font-weight: bold;
}
.app-view-entry .entry-metadata .entry-categories .taglib-asset-categories-summary .asset-category {
  font-weight: normal;
}
.app-view-entry.selected, .app-view-entry.selected:hover {
  background-color: #00a2ea;
}
.app-view-entry.selected a, .app-view-entry.selected a:focus, .app-view-entry.selected a:hover {
  color: #fff;
}
.app-view-entry.selected a .lfr-icon-menu-arrow {
  color: #333;
}
.app-view-entry.active-area, .app-view-entry.active-area.hover, .app-view-entry.active-area td {
  background-color: #5ad300;
}
.app-view-entry:hover, .app-view-entry.hover {
  background-color: #d3e8f1;
}
.app-view-entry a.entry-link:hover {
  text-decoration: none;
}
.app-view-entry a.entry-link:hover .entry-metadata .entry-title .entry-title-text {
  text-decoration: underline;
}

.app-view-entry-taglib.entry-display-style.display-icon .entry-title {
  font-weight: normal;
}

.app-view-search-entry-taglib .entry-discussion a,
.app-view-search-entry-taglib .entry-attachment a {
  text-decoration: none;
}
.app-view-search-entry-taglib .entry-discussion:hover,
.app-view-search-entry-taglib .entry-attachment:hover {
  background-color: #d3e8f1;
}
.app-view-search-entry-taglib .entry-folder {
  color: #999;
}
.app-view-search-entry-taglib .entry-link .entry-thumbnail-image {
  color: #000;
  text-decoration: none;
}
.app-view-search-entry-taglib.alt {
  background-color: #edf0f3;
}
.app-view-search-entry-taglib.search {
  background-color: #fff;
}
.app-view-search-entry-taglib.search.alt {
  background-color: #e2e5e8;
}

.app-view-taglib .display-style .icon {
  background-image: url(../images/application/layouts.png);
  background-repeat: no-repeat;
}
.app-view-taglib .icon-display-descriptive {
  background-position: -32px 0;
}
.app-view-taglib .icon-display-icon {
  background-position: -16px 0;
}
.app-view-taglib .icon-display-list {
  background-position: 0 0;
}
.app-view-taglib .state-active .icon-display-descriptive {
  background-position: -32px 100%;
}
.app-view-taglib .state-active .icon-display-icon {
  background-position: -16px 100%;
}

@media (max-width: 767.98px) {
  .navbar .nav-display-style-buttons .display-style-buttons > .dropdown > .dropdown-menu {
    background-color: transparent;
    box-shadow: none;
  }
}
.navbar .nav-display-style-buttons .display-style-buttons-container .dropdown-toggle .caret {
  border-bottom-color: #333;
  border-top-color: #333;
}

.taglib-asset-metadata .metadata-entry-label {
  font-weight: normal;
}
.taglib-asset-metadata .metadata-author {
  font-weight: bold;
}
.taglib-asset-metadata .metadata-entry {
  color: #999;
}
.taglib-asset-metadata .metadata-author .asset-user-info .user-info {
  color: #009ae5;
  font-size: 14px;
  line-height: 14px;
}
.taglib-asset-metadata .metadata-author .asset-user-info .date-info {
  color: #8c8c8c;
  font-size: 13px;
}

.taglib-calendar table {
  border-color: #999;
}
.taglib-calendar tr th,
.taglib-calendar tr td {
  border-bottom-color: #999;
}
.taglib-calendar tr.portlet-section-header th,
.taglib-calendar tr td {
  border-color: #999;
}
.taglib-calendar a:hover,
.taglib-calendar a:focus {
  background-color: #ccc;
}
.taglib-calendar .calendar-inactive {
  color: #999;
}
.taglib-calendar .has-events a span {
  background: url(../images/calendar/event_indicator.png) no-repeat 50% 95%;
}
.taglib-calendar .has-events.calendar-current-day a span {
  background-image: url(../images/calendar/event_indicator_current.png);
}

.cal-golf-btn {
  padding: 5px 25px !important;
  line-height: 1.42857143 !important;
  border-radius: 5px !important;
}

.toolbar-content .ersg-close-btn {
  color: white;
  background-color: #ff4967 !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff4967), to(#ff4967)) !important;
}

.toolbar-content .cal-golf-btn {
  margin-left: 5px !important;
}

.toolbar-content .ersg-register-btn {
  color: white;
  background-color: #0d1f34 !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0d1f34), to(#0d1f34)) !important;
}

.toolbar-content .ersg-list-current-regist-btn {
  border-color: #000000 !important;
  border: 1px solid !important;
}

.cal-legend-inner-cont div, .cal-legend-inner-cont div img {
  margin-right: 5px;
}

#golfEventDetailDialog .close {
  display: none;
}

#golfEventDetailDialog .scheduler-event-recorder-content {
  width: 100% !important;
  padding: 3px 0px 0px 7px !important;
}

#golfEventDetailDialog .modal-body, #golfEventDetailDialog .modal-header, #golfEventDetailDialog .modal-footer {
  padding: 0.5rem;
}

#golfEventDetailDialog .modal-footer {
  padding: 60px 0.5rem 0px 0px;
}

@media (min-width: 1200px) {
  .ersg-main-container .span2 {
    margin-left: 0px !important;
  }
  .ersg-main-container .span2 {
    width: 17% !important;
  }
}
.taglib-diff-addedline,
#taglib-diff-results ins {
  background: #e6ffe6;
}

.taglib-diff-context {
  background: #eee;
}

.taglib-diff-deletedline,
#taglib-diff-results del {
  background: #ffe6e6;
}

.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 {
  opacity: 0.55;
}
.taglib-diff-html span.diff-html-added {
  background-color: #cfc;
  font-size: 1em;
}
.taglib-diff-html span.diff-html-added img {
  border-color: #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-color: #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-color: #fdc6c6;
}

.diff-version-comparator .taglib-diff-html .diff-html-changed {
  background-image: none;
  border-bottom-color: #009ae5;
}
.diff-version-comparator .taglib-diff-html .diff-html-changed img {
  border-color: #009ae5;
}
.diff-version-comparator .diff-target-selector {
  border-left-color: #e5e5e5;
}
.diff-version-comparator .diff-version-filter {
  background-color: #f9f9f9;
}

.taglib-discussion .lfr-discussion .lfr-discussion-form-edit .alloy-editor-placeholder {
  border-left-color: #dbdde1;
}
@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-actions li a,
.taglib-discussion .lfr-discussion-actions li a span {
  text-decoration: none;
}
.taglib-discussion .lfr-discussion-actions li a:hover span, .taglib-discussion .lfr-discussion-actions li a:focus span {
  text-decoration: underline;
}
.taglib-discussion .lfr-discussion-form-container .lfr-discussion-form {
  background: #ddd;
  border-radius: 4px;
}
.taglib-discussion .lfr-discussion-form-container .lfr-discussion-form .taglib-user-display .user-profile-image .avatar {
  background-size: 40px;
}

.lfr-discussion-reply.popover .lfr-discussion-reply-user-name {
  font-weight: bold;
}

.drop-zone.drop-enabled:not(.no-border) {
  outline-color: rgba(176, 180, 187, 0.5);
}

.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-icons span:nth-of-type(2) {
  background: #00c2ff;
  color: #fff;
}
.drop-here-info .drop-text {
  color: #fff;
}

.drop-active .drop-here-info {
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
}

.lfr-ddm-field-group {
  margin-bottom: 20px;
}

.lfr-ddm-field-group-inline {
  display: inline-block;
  vertical-align: bottom;
}

.taglib-form-navigator > .form-steps > ul.form-navigator.list-group {
  background: transparent;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active {
  background: transparent;
  opacity: 1;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label:hover, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label:focus {
  background: transparent;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label .message {
  color: #000;
  opacity: 0.7;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label .number {
  background: #333;
  font-size: 18px;
  opacity: 1;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label .tab-icon {
  color: #333;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label {
  background: transparent;
  outline: 0;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus {
  text-decoration: 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 {
  opacity: 1;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .number {
  background: #ccc;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  opacity: 0.6;
  text-decoration: none;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .message {
  color: #000;
  font-size: 12px;
}

.taglib-header {
  border-bottom-color: #c8c9ca;
  color: #555;
}
.taglib-header .header-back-to a {
  font-weight: bold;
  text-decoration: none;
}

a.taglib-icon, a.taglib-icon:focus, a.taglib-icon:hover {
  text-decoration: none;
}
a.taglib-icon:focus .taglib-text, a.taglib-icon:hover .taglib-text {
  text-decoration: underline;
}
a.taglib-icon.btn:focus .taglib-text, a.taglib-icon.btn:hover .taglib-text {
  text-decoration: none;
}

.taglib-icon[lang] > img {
  vertical-align: baseline;
  width: 16px;
}

.taglib-icon-label {
  margin-left: 12px;
}

.input-localized .palette-item-inner .lfr-input-localized-flag {
  font-size: 16px;
  opacity: 0.5;
}
.input-localized.input-localized-focused .palette-item-inner .lfr-input-localized-flag {
  opacity: 1;
}
.input-localized .palette-item-inner {
  border-color: #666;
}
.input-localized .palette-item,
.input-localized .palette-item-inner,
.input-localized .palette-item-hover,
.input-localized .palette-item-hover .palette-item-inner {
  border-color: transparent;
}
.input-localized .lfr-input-localized .lfr-input-localized-state {
  background: #ddd;
}
.input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
  background: #ff0047;
}
.input-localized .palette-item-selected .lfr-input-localized-state {
  background: #27c1f2;
}

.taglib-move-boxes .choice-selector label {
  background: #ebf1f9;
  border-bottom-color: #8db2f3;
}
.taglib-move-boxes .sortable-container .move-option {
  background-color: transparent;
}
.taglib-move-boxes .sortable-container .move-option.move-option-dragging {
  background-color: #fafafa;
}
.taglib-move-boxes .sortable-container .move-option .handle {
  color: #999;
}

.taglib-image-selector .change-image-controls {
  background: #fff;
}
.taglib-image-selector .icon-check {
  background: #fff;
  opacity: 0;
  z-index: -1;
}
.taglib-image-selector .progress-wrapper .progressbar {
  background: #b0b4bb;
  opacity: 0.7;
}
.taglib-image-selector.check-active .icon-check {
  opacity: 1;
  z-index: 0;
}
.taglib-image-selector.drop-active {
  outline-width: 0;
}
.taglib-image-selector.drop-active .browse-image-controls {
  opacity: 0;
}
.taglib-image-selector.drop-active .icon-check {
  opacity: 0;
}
.taglib-image-selector.drop-active .image-wrapper {
  opacity: 0.15;
}
.taglib-image-selector.drop-active .error-wrapper {
  opacity: 0;
}
.taglib-image-selector.progress-active .image-wrapper {
  opacity: 0.15;
}
.taglib-image-selector.progress-active .browse-image-controls {
  opacity: 0;
}
.taglib-image-selector.progress-active .drop-here-info {
  opacity: 0;
}
.taglib-image-selector.progress-active .icon-check {
  opacity: 0;
}

.dialog-iframe-popup {
  background-color: #fff;
}

.portlet-item-selector .management-bar {
  border-bottom-color: #e7e7ed;
  border-top: 1px solid #e7e7ed;
}

.item-selector .card-row {
  align-items: center;
}
.item-selector .drop-zone {
  background-color: #f1f2f5;
}
.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 #80acff;
}

.lfr-tree-display-page .tree-node .tree-node-over .tree-label {
  text-decoration: none;
}
.lfr-tree-display-page .tree-label {
  cursor: default;
}
.lfr-tree-display-page .tree-label a {
  color: black;
}
.lfr-tree-display-page .tree-label .layout-page-invalid {
  color: #aaa;
  font-style: italic;
}
.lfr-tree-display-page .tree-label .layout-page-invalid:hover {
  cursor: default;
  text-decoration: none;
}

.lfr-tree-radio.lfr-tree-root-node-hidden .lfr-root-node + .tree-container {
  margin-left: 0;
}

.lfr-map {
  border-color: #ccc;
}
.lfr-map .search-controls {
  font-size: 15px;
}

.navbar .navbar-search {
  background-color: #f3f3f3;
}
@media (min-width: 576px) {
  .navbar .navbar-search {
    background-color: transparent;
  }
}

.taglib-portlet-preview.show-borders {
  border-color: #828f95;
}
.taglib-portlet-preview.show-borders .title {
  background-color: #d3dadd;
  font-size: 1.4em;
  font-weight: bold;
}

.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 {
    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 {
  color: #272833;
}
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle {
  color: #6B6C7E;
}
.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: #272833;
}
.lfr-search-container-wrapper .list-group {
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item:nth-last-child(2) {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.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 {
  font-weight: 600;
}
.lfr-search-container-wrapper .list-group .list-group-item .checkbox {
  margin-top: 0;
}
.lfr-search-container-wrapper .list-group + .taglib-search-iterator-page-iterator-bottom {
  margin-top: 20px;
}
.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;
}

.lfr-asset-type-column,
.lfr-author-column,
.lfr-city-column,
.lfr-country-column,
.lfr-email-address-column,
.lfr-job-title-column,
.lfr-region-column,
.lfr-removed-by-column,
.lfr-replier-column,
.lfr-scope-column,
.lfr-screen-name-column,
.lfr-type-column,
.lfr-user-column,
.lfr-users-column {
  word-break: break-all \9 ;
  word-wrap: break-word;
}
@media (min-width: 576px) {
  .lfr-asset-type-column,
  .lfr-author-column,
  .lfr-city-column,
  .lfr-country-column,
  .lfr-email-address-column,
  .lfr-job-title-column,
  .lfr-region-column,
  .lfr-removed-by-column,
  .lfr-replier-column,
  .lfr-scope-column,
  .lfr-screen-name-column,
  .lfr-type-column,
  .lfr-user-column,
  .lfr-users-column {
    max-width: 125px;
    min-width: 100px;
  }
}

.lfr-completion-date-column,
.lfr-create-date-column,
.lfr-date-column,
.lfr-display-date-column,
.lfr-expiration-date-column,
.lfr-last-post-date-column,
.lfr-modified-date-column,
.lfr-removed-date-column,
.lfr-reply-date-column,
.lfr-revision-column,
.lfr-size-column {
  white-space: nowrap;
}

.lfr-description-column,
.lfr-role-column {
  max-width: 375px;
  min-width: 375px;
}

.lfr-email-address-column,
.lfr-name-column,
.lfr-parent-organization-column,
.lfr-screen-name-column,
.lfr-title-column,
.lfr-url-column,
.lfr-wiki-column {
  max-width: 200px;
  min-width: 200px;
}

.lfr-email-column,
.lfr-mobile-column,
.lfr-website-column {
  min-width: 100px;
}
@media (min-width: 576px) {
  .lfr-email-column,
  .lfr-mobile-column,
  .lfr-website-column {
    min-width: 115px;
  }
}
.lfr-email-column .checkbox-container .form-group,
.lfr-mobile-column .checkbox-container .form-group,
.lfr-website-column .checkbox-container .form-group {
  margin-bottom: 0;
}

.user-info .user-details .date-info {
  color: #8c8c8c;
}
.user-info .user-details .user-name {
  color: #009ae5;
}

.taglib-search-toggle .toggle-advanced {
  color: inherit;
}
.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-color: #ddd;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .btn.close {
  margin-right: 5px;
}
.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-social-activities .day-separator {
  border-bottom-color: #ccc;
}

.taglib-social-bookmarks a.social-bookmark-link {
  background-repeat: no-repeat;
}

.taglib-user-display a .user-name {
  text-decoration: underline;
}
.taglib-user-display .avatar {
  background: no-repeat center;
  background-size: 60px;
}
.taglib-user-display .avatar.author:after {
  background: rgba(50, 168, 230, 0.5);
}
.taglib-user-display .user-name {
  font-size: 1.1em;
  font-weight: bold;
}

.js .taglib-webdav.visible {
  background: #f0f5f7;
}
.js .taglib-webdav table {
  border-color: #828f95;
}

.taglib-workflow-status .workflow-id,
.taglib-workflow-status .workflow-version,
.taglib-workflow-status .workflow-status {
  color: #999;
}

/* ---------- Cards ---------- */
/* ---------- Cards horizontal ---------- */
/* ---------- Dialogs ---------- */
/* ---------- Splitter ---------- */
/* ---------- Toggle card ---------- */
/* ---------- File icons colors ---------- */
/* ---------- File icons text colors ---------- */
/* ---------- User icons background colors ---------- */
/* ---------- User icons border color ---------- */
/* ---------- User icons colors ---------- */
.aspect-ratio.aspect-ratio-8-to-3 {
  padding-bottom: 37.5%;
}

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

.liferay-autocomplete-input-mirror {
  left: -9999px;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: -9999px;
  visibility: hidden;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.card-tab-group .card-tab:nth-child(n+2) {
  border-left: 4px solid #65b6f0;
  padding-left: 20px;
}
.card-tab-group .card-tab:nth-child(n+2) .card-tab {
  border-left: 4px solid #93ccf5;
  padding-left: 20px;
}
.card-tab-group .card-tab:nth-child(n+2) .card-tab .card-tab {
  border-left-color: #c2e2f9;
}
.card-tab-group .card-tab:nth-child(n+2) .card-tab .card-tab .card-tab {
  border-left-width: 0;
  padding-left: 0;
}

.hsv-palette .hsv-view-container .hsv-label-value-hex .hsv-value {
  width: 95px;
}
.hsv-palette .hsv-view-container .hsv-value {
  width: 56px;
}

.yui3-color-picker-popover .palette-container {
  border-collapse: separate;
}

.dialog-iframe-popup .hsv-palette-modal.modal-dialog {
  bottom: 0 !important;
  left: 0 !important;
  margin: 0;
  max-width: none;
  right: 0 !important;
  top: 0 !important;
  width: 100%;
}
@media (min-width: 768px) {
  .dialog-iframe-popup .hsv-palette-modal.modal-dialog {
    bottom: auto !important;
    height: 100%;
    left: 50% !important;
    max-height: 375px;
    max-width: 650px;
    right: auto !important;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.dialog-iframe-popup .hsv-palette-modal.modal-dialog > .hsv-palette-modal-content {
  bottom: 0;
  left: 0;
  overflow: visible;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767.98px) {
  .dialog-iframe-popup .hsv-palette-modal.modal-dialog > .hsv-palette-modal-content {
    border-radius: 0;
    border-width: 0;
  }
}
@media (max-width: 767.98px) {
  .dialog-iframe-popup .hsv-palette-modal.modal-dialog .modal-body {
    padding: 1rem;
  }
}
.dialog-iframe-popup .hsv-palette-modal.modal-dialog .hsv-default-size.hsv-container {
  width: 100%;
}
.dialog-iframe-popup .hsv-palette-modal.modal-dialog .hsv-image-container {
  margin: 0;
}

.dialog-bd {
  min-height: 30px;
}

.dialog-content {
  border: 1px solid #c8c9ca;
  padding: 5px;
}

.dialog-iframe-popup .sheet > .lfr-nav {
  margin-top: -24px;
}
.dialog-iframe-popup .contacts-portlet .portlet-configuration-container .form {
  position: static;
}
.dialog-iframe-popup .lfr-form-content {
  padding: 15px;
}
.dialog-iframe-popup .portlet-body,
.dialog-iframe-popup .portlet-boundary,
.dialog-iframe-popup .portlet-column,
.dialog-iframe-popup .portlet-layout {
  height: 100%;
}
.dialog-iframe-popup .portlet-column {
  position: static;
}
.dialog-iframe-popup .dialog-body > .container-fluid-1280,
.dialog-iframe-popup .dialog-body .container-view,
.dialog-iframe-popup .export-dialog-tree > .container-fluid-1280,
.dialog-iframe-popup .export-dialog-tree .container-view,
.dialog-iframe-popup .lfr-dynamic-uploader > .container-fluid-1280,
.dialog-iframe-popup .lfr-dynamic-uploader .container-view,
.dialog-iframe-popup .lfr-form-content > .container-fluid-1280,
.dialog-iframe-popup .lfr-form-content .container-view,
.dialog-iframe-popup .portlet-configuration-body-content > .container-fluid-1280,
.dialog-iframe-popup .portlet-configuration-body-content .container-view,
.dialog-iframe-popup .process-list > .container-fluid-1280,
.dialog-iframe-popup .process-list .container-view,
.dialog-iframe-popup .roles-selector-body > .container-fluid-1280,
.dialog-iframe-popup .roles-selector-body .container-view {
  padding-top: 20px;
}
.dialog-iframe-popup .dialog-body > .container-fluid-1280 > .nav-tabs-default,
.dialog-iframe-popup .dialog-body > .container-fluid-1280 .nav-tabs-underline,
.dialog-iframe-popup .dialog-body .container-view > .nav-tabs-default,
.dialog-iframe-popup .dialog-body .container-view .nav-tabs-underline,
.dialog-iframe-popup .export-dialog-tree > .container-fluid-1280 > .nav-tabs-default,
.dialog-iframe-popup .export-dialog-tree > .container-fluid-1280 .nav-tabs-underline,
.dialog-iframe-popup .export-dialog-tree .container-view > .nav-tabs-default,
.dialog-iframe-popup .export-dialog-tree .container-view .nav-tabs-underline,
.dialog-iframe-popup .lfr-dynamic-uploader > .container-fluid-1280 > .nav-tabs-default,
.dialog-iframe-popup .lfr-dynamic-uploader > .container-fluid-1280 .nav-tabs-underline,
.dialog-iframe-popup .lfr-dynamic-uploader .container-view > .nav-tabs-default,
.dialog-iframe-popup .lfr-dynamic-uploader .container-view .nav-tabs-underline,
.dialog-iframe-popup .lfr-form-content > .container-fluid-1280 > .nav-tabs-default,
.dialog-iframe-popup .lfr-form-content > .container-fluid-1280 .nav-tabs-underline,
.dialog-iframe-popup .lfr-form-content .container-view > .nav-tabs-default,
.dialog-iframe-popup .lfr-form-content .container-view .nav-tabs-underline,
.dialog-iframe-popup .portlet-configuration-body-content > .container-fluid-1280 > .nav-tabs-default,
.dialog-iframe-popup .portlet-configuration-body-content > .container-fluid-1280 .nav-tabs-underline,
.dialog-iframe-popup .portlet-configuration-body-content .container-view > .nav-tabs-default,
.dialog-iframe-popup .portlet-configuration-body-content .container-view .nav-tabs-underline,
.dialog-iframe-popup .process-list > .container-fluid-1280 > .nav-tabs-default,
.dialog-iframe-popup .process-list > .container-fluid-1280 .nav-tabs-underline,
.dialog-iframe-popup .process-list .container-view > .nav-tabs-default,
.dialog-iframe-popup .process-list .container-view .nav-tabs-underline,
.dialog-iframe-popup .roles-selector-body > .container-fluid-1280 > .nav-tabs-default,
.dialog-iframe-popup .roles-selector-body > .container-fluid-1280 .nav-tabs-underline,
.dialog-iframe-popup .roles-selector-body .container-view > .nav-tabs-default,
.dialog-iframe-popup .roles-selector-body .container-view .nav-tabs-underline {
  margin-left: -12px;
  margin-right: -12px;
  margin-top: -20px;
}
.dialog-iframe-popup .dialog-body > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .export-dialog-tree > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .lfr-dynamic-uploader > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .lfr-form-content > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .portlet-configuration-body-content > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .process-list > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .roles-selector-body > .lfr-nav + .container-fluid-1280 {
  padding-top: 0;
}
.dialog-iframe-popup .login-container {
  padding: 1.5rem;
}
.dialog-iframe-popup .management-bar-default,
.dialog-iframe-popup .navbar-default {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
  border-top-width: 0;
  margin-bottom: 0;
}
.dialog-iframe-popup .navbar ~ .portlet-configuration-setup,
.dialog-iframe-popup .portlet-export-import-container {
  height: calc(100% - 48px);
  position: relative;
}
@media (min-width: 576px) {
  .dialog-iframe-popup .navbar ~ .portlet-configuration-setup,
  .dialog-iframe-popup .portlet-export-import-container {
    height: calc(100% - 48px);
  }
}
.dialog-iframe-popup .navigation-bar > .container-fluid {
  margin-left: 24px;
  margin-right: 24px;
  padding: 0;
}
.dialog-iframe-popup .panel-group .panel {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
}
.dialog-iframe-popup .panel-group .panel + .panel {
  border-top-width: 0;
  margin-top: 0;
}
.dialog-iframe-popup .panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.dialog-iframe-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) {
  .dialog-iframe-popup .portlet-configuration-setup .lfr-nav {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.dialog-iframe-popup .lfr-dynamic-uploader,
.dialog-iframe-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) {
  .dialog-iframe-popup .lfr-dynamic-uploader,
  .dialog-iframe-popup .process-list {
    top: 48px;
  }
}
.dialog-iframe-popup .portlet-export-import-publish-processes {
  top: 0;
}

@media (min-width: 768px) {
  .dialog-with-footer #main-content,
  .dialog-with-footer #wrapper {
    height: calc(100% - 60px);
  }
}
.dialog-with-footer .button-holder.dialog-footer,
.dialog-with-footer .sheet-footer.dialog-footer {
  background-color: #FFF;
  border-top: 1px solid #E7E7ED;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  left: 0;
  margin: 0;
  padding: 10px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .dialog-with-footer .button-holder.dialog-footer,
  .dialog-with-footer .sheet-footer.dialog-footer {
    position: fixed;
  }
}
.dialog-with-footer .button-holder.dialog-footer .btn,
.dialog-with-footer .sheet-footer.dialog-footer .btn {
  margin-left: 1rem;
  margin-right: 0;
}
@media (min-width: 768px) {
  .dialog-with-footer .dialog-body,
  .dialog-with-footer .lfr-dynamic-uploader,
  .dialog-with-footer .lfr-form-content,
  .dialog-with-footer .portlet-configuration-body-content,
  .dialog-with-footer .roles-selector-body {
    padding-bottom: 60px;
  }
}
.dialog-with-footer .lfr-dynamic-uploader.hide-dialog-footer {
  bottom: 0;
}
.dialog-with-footer .lfr-dynamic-uploader.hide-dialog-footer + .dialog-footer {
  display: none;
}
.dialog-with-footer .portlet-configuration-edit-permissions .portlet-configuration-body-content {
  display: flex;
  flex-direction: column;
  overflow: visible;
}
.dialog-with-footer .portlet-configuration-edit-permissions .portlet-configuration-body-content > form {
  flex-grow: 1;
  max-width: none;
  overflow: auto;
}
.dialog-with-footer .portlet-configuration-edit-templates .portlet-configuration-body-content {
  bottom: 0;
}

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

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

.active-area {
  background: #ffc;
}

.portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
}
.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;
}

.lfr-editable {
  outline: 1px dashed #68bb30;
  outline-offset: 2px;
  position: relative;
}
.lfr-editable:after {
  background: #68bb30 url(../images/common/edit_white.png) no-repeat 50%;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 30px;
}
.lfr-editable:focus:after {
  display: none;
}
.lfr-editable:focus:hover {
  background-color: transparent;
}
.lfr-editable:hover {
  background-color: rgba(255, 255, 255, 0.3);
  outline-color: #519226;
}
.lfr-editable:hover:after {
  background-color: #519226;
}

.lfr-editable-notice-close {
  margin-left: 1em;
}

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

.alloy-editor-container .alloy-editor {
  outline: 0;
}
.alloy-editor-container .alloy-editor.alloy-editor-placeholder {
  color: #2b4259;
}
.alloy-editor-container .alloy-editor.alloy-editor-placeholder.ae-placeholder:not(:focus) {
  border-left-color: #dbdde1;
  color: #b0b4bb;
}
.alloy-editor-container .alloy-editor.alloy-editor-placeholder.readonly {
  color: #ccc;
}
.alloy-editor-container .alloy-editor-icon {
  color: #869cad;
}

.has-error .alloy-editor-container .alloy-editor.alloy-editor-placeholder.ae-placeholder:not(:focus) {
  border-left-color: #cc6677;
}

.cke_dialog .cke_dialog_ui_input_text {
  height: auto;
}

.cke_editable_inline a {
  cursor: pointer;
}

.cke_panel.cke_combopanel {
  width: 220px;
}

.cke_panel_block .cke_panel_grouptitle {
  font-size: 20px;
  line-height: 20px;
  margin-top: 0;
}
.cke_panel_block .cke_panel_list {
  margin-left: 0;
}
.cke_panel_block .cke_panel_list .cke_panel_listItem {
  line-height: initial;
}
.cke_panel_block .cke_panel_list .cke_panel_listItem a:hover {
  text-decoration: none;
}

/* ---------- CKEditor table ---------- */
.cke_show_border {
  width: 500px;
}
.cke_show_border td {
  height: 15px;
}

/* ---------- CKEditor image resizer ---------- */
.cke_widget_image .cke_image_resizer {
  bottom: -15px;
  height: 5px;
  outline-color: transparent;
  padding: 5px;
  right: -15px;
  width: 5px;
}

.html-editor.portlet {
  background: #fff;
  color: #000;
  line-height: 1;
  padding: 1em;
  text-align: start;
}

.html-editor.portlet-message-boards {
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
  word-wrap: break-word;
}
.html-editor.portlet-message-boards blockquote {
  background: #eef0f2 url(../images/message_boards/quoteleft.png) no-repeat 5px 5px;
  border: 1px solid #777;
  padding: 5px 45px;
}
.html-editor.portlet-message-boards blockquote:after {
  background: url(../images/message_boards/quoteright.png) no-repeat 50%;
  content: "";
  display: block;
  float: right;
  height: 24px;
  margin-right: -35px;
  margin-top: -25px;
  width: 31px;
  z-index: 999;
}
.html-editor.portlet-message-boards blockquote cite {
  display: block;
  font-weight: bold;
}
.html-editor.portlet-message-boards pre {
  background: #f9f9f9;
  border: 1px solid #777;
  padding: 0.5em;
}

.lfr-source-editor {
  border-color: #ccc;
}
.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: "\f0d7";
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed:before {
  content: "\f0da";
}
.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 .lfr-fullscreen-source-editor-content .panel-splitter {
  border-color: #ccc;
}

.mce-content-body {
  text-align: start;
}

.file-icon-color-0 {
  background-color: #FFF;
  color: #6b6c7e;
}

.file-icon-color-1 {
  background-color: #FFF;
  color: #a7a9bc;
}

.file-icon-color-2 {
  background-color: #FFF;
  color: #50d2a0;
}

.file-icon-color-3 {
  background-color: #FFF;
  color: #af78ff;
}

.file-icon-color-4 {
  background-color: #FFF;
  color: #ffb46e;
}

.file-icon-color-5 {
  background-color: #FFF;
  color: #ff5f5f;
}

.file-icon-color-6 {
  background-color: #FFF;
  color: #4b9bff;
}

.file-icon-color-7 {
  background-color: #FFF;
  color: #272833;
}

.lfr-item-viewer .image-viewer-base {
  outline: none;
}
.lfr-item-viewer .item-preview:hover {
  cursor: pointer;
}
.lfr-item-viewer .aspect-ratio a.item-preview {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.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 .progress-container {
  background-color: #fff;
}
.lfr-item-viewer.uploading > div:not(.progress-container) {
  opacity: 0.3;
}

.image-viewer-caption {
  color: #777;
}

.image-viewer-footer-control, .image-viewer-footer-control:focus, .image-viewer-footer-control:hover {
  color: #777;
}

@media (min-width: 576px) {
  .image-viewer-sidenav-menu {
    background-color: transparent;
    border-left-width: 0;
  }
}

.image-viewer-sidenav dd {
  color: #8b8b8b;
  margin-bottom: 16px;
}
@media (min-width: 576px) {
  .image-viewer-sidenav dd {
    color: #777;
  }
}
.image-viewer-sidenav .h5 {
  color: #869cad;
  margin-bottom: 3px;
}
@media (min-width: 576px) {
  .image-viewer-sidenav .h5 {
    color: #fff;
  }
}
.image-viewer-sidenav .nav-tabs-default > li {
  padding-left: 20px;
}
.image-viewer-sidenav .nav-tabs-default > li:first-child {
  padding-left: 0;
}
.image-viewer-sidenav .nav-tabs-default > li:first-child > a {
  padding-left: 0;
}
.image-viewer-sidenav .nav-tabs-default > li > a {
  border-color: transparent;
  color: #777;
  padding-left: 0;
  padding-right: 0;
}
.image-viewer-sidenav .nav-tabs-default > li > .active {
  background-color: transparent;
}
.image-viewer-sidenav .nav-tabs-default > li > .active, .image-viewer-sidenav .nav-tabs-default > li > .active:focus, .image-viewer-sidenav .nav-tabs-default > li > .active:hover {
  border-color: transparent;
  color: #777;
}
@media (min-width: 576px) {
  .image-viewer-sidenav .nav-tabs-default > li > .active, .image-viewer-sidenav .nav-tabs-default > li > .active:focus, .image-viewer-sidenav .nav-tabs-default > li > .active:hover {
    color: #fff;
  }
}
.image-viewer-sidenav .nav-tabs-default > li > .active:after {
  background-color: #65b6f0;
  bottom: -10px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: relative;
  right: 0;
}

.image-viewer-sidenav-body {
  padding-top: 0;
}

.lfr-item-viewer .lfr-item-viewer-close {
  color: #fff;
  opacity: 1;
}
.lfr-item-viewer .lfr-item-viewer-close, .lfr-item-viewer .lfr-item-viewer-close:focus, .lfr-item-viewer .lfr-item-viewer-close:hover {
  color: #fff;
}
.lfr-item-viewer .lfr-item-viewer-close .icon-monospaced {
  color: #777;
}

.lfr-item-viewer-icon-info {
  color: #fff;
}

.nav.list-group li > a:focus, .nav.list-group li > a:hover {
  background-color: #e5f5fc;
  color: #009ae5;
}
.nav.list-group > .active {
  border-width: 1px 0 0 0;
}
.nav.list-group > .active > a, .nav.list-group > .active > a:focus, .nav.list-group > .active > a:hover {
  background-color: #60bfef;
  border: 1px solid #60bfef;
  color: #fff;
}
.nav.list-group .list-group-item {
  padding: 0;
}
.nav.list-group .list-group-item.nav-header {
  background-color: #f3f3f3;
  padding-left: 10px;
  padding-right: 10px;
}

.lfr-page-templates li a {
  padding: 0;
}
.lfr-page-templates li a label {
  cursor: pointer;
  display: block;
  padding: 5px 0 5px 5px;
}

.menu {
  position: absolute;
  width: auto;
}
.menu .notice-message {
  background-image: none;
  margin: 3px;
  padding: 6px;
}

.menu-content {
  background: #fff;
  list-style: none;
  min-width: 150px;
}
.menu-content li {
  margin: 0;
  padding: 0;
}
.menu-content li .disabled {
  color: #999;
}

.menu-content {
  background: #ccc9c9 url(../images/application/menu_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #aeafb1 #777879 #777879 #aeafb1;
  padding: 2px 0;
}

.menugroup-content .menu-label {
  background: #d2d6de;
  color: #5b677d;
  display: block;
  padding: 5px 3px;
  text-shadow: 1px 1px #fff;
}

.menugroup-content ul {
  display: block;
  min-width: 0;
}

.menu-content li {
  border-bottom: 1px solid #bcbbbb;
  border-top: 1px solid #eee;
  display: block;
  margin: 0;
  padding: 0;
}
.menu-content li.first {
  border-top-width: 0;
}
.menu-content li.last {
  border-bottom-width: 0;
}

.menu-content li a,
.menu-content li .disabled {
  color: #2c2f34;
  display: block;
  padding: 4px 5px;
  text-decoration: none;
}

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

.app-view-drop-active {
  background-color: #00a2ea;
  font-weight: bold;
}
.category-portlets .app-view-drop-active {
  background-color: #00a2ea;
  color: #fff;
}

.basecelleditor [class~=form-validator-message] {
  clip: rect(auto auto auto auto);
  width: auto;
}

.document-library-file-entry-cell-editor-hidden {
  display: none;
}

.previous-level {
  display: inline-block;
  font-size: 21px;
  line-height: 21px;
  margin-right: 5px;
  text-decoration: none;
  vertical-align: middle;
}

.has-control-menu .lfr-asset-anchor {
  height: 74px;
  margin-top: -74px;
}

.lfr-asset-anchor {
  display: block;
  height: 10px;
  margin-top: -10px;
  position: relative;
  z-index: -1;
}

.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.card,
.lfr-page-layouts input[type=radio]:checked + .card-horizontal .card {
  background-color: #F7F8F9;
  cursor: default;
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
  background-color: #0B5FFF;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  transition: height 0.15s ease-in-out;
}
.lfr-page-layouts .card-horizontal.card,
.lfr-page-layouts .card-horizontal .card {
  border-width: 1px;
  box-shadow: none;
  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;
}
.lfr-page-layouts .card-horizontal.card:hover,
.lfr-page-layouts .card-horizontal .card:hover {
  background-color: #F7F8F9;
  text-decoration: none;
}
.lfr-page-layouts .card-horizontal.card:focus,
.lfr-page-layouts .card-horizontal .card:focus {
  background-color: #F7F8F9;
  box-shadow: 0 0 0 2px #FFF, 0 0 0 4px #719AFF;
}
.lfr-page-layouts .card-horizontal.card:active, .lfr-page-layouts .card-horizontal.card.active,
.lfr-page-layouts .card-horizontal .card:active,
.lfr-page-layouts .card-horizontal .card.active {
  background-color: #F1F2F5;
}
.lfr-page-layouts .card-horizontal::after {
  border-radius: 0 0 0.25rem 0.25rem;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  transition: height 0.15s ease-in-out;
}
.lfr-page-layouts .card-horizontal:hover::after, .lfr-page-layouts .card-horizontal.hover::after {
  background-color: #0B5FFF;
  height: 4px;
}
.lfr-page-layouts .card-horizontal:focus::after, .lfr-page-layouts .card-horizontal.focus::after {
  background-color: #0B5FFF;
  height: 4px;
}
.lfr-page-layouts .card-horizontal:active::after, .lfr-page-layouts .card-horizontal.active::after {
  background-color: #0B5FFF;
  height: 4px;
}
.dialog-iframe-popup:not(.article-preview) #main-content,
.dialog-iframe-popup:not(.article-preview) #wrapper {
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch;
}

.modal {
  display: block;
  margin: 0;
  overflow: hidden;
  position: fixed;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: none;
  }
}
.modal-dialog.modal-dialog-sm {
  max-width: 600px;
}

.modal-hidden {
  display: none;
}

.modal-open .modal {
  overflow: hidden;
}

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

.dragging .portlet-column.customizable {
  background-color: #cffccf;
  outline: 3px solid #5eaf3d;
}

.customizable-layout-column-content {
  background-color: #c92c3c;
}
.customizable-layout-column-content.yui3-widget-content-expanded {
  margin: 0 15px;
}

.layout-customizable-controls {
  background-color: rgba(201, 44, 60, 0.8);
}

.customizable .customizable-layout-column-content {
  background-color: #5eaf3d;
}
.customizable .layout-customizable-controls {
  background-color: rgba(94, 175, 61, 0.8);
}

.layout-customizable-controls-container {
  margin: 0 15px;
  position: relative;
}

.layout-customizable-controls {
  font-size: 1.5em;
  padding: 4px 16px;
  position: absolute;
  width: 100%;
  z-index: 15;
}
.layout-customizable-controls label {
  color: #fff;
}

.paginator-link {
  background: #eee no-repeat scroll 50% 1px;
  border: 1px solid #f0f1f2;
  border-color: #f0f1f2 #b2b2b2 #949494 #f0f1f1;
  color: #1f1e1e;
  display: inline-block;
  height: 20px;
  padding: 0;
  text-indent: -9999px;
  width: 20px;
}

.paginator-page-link {
  height: auto;
  text-indent: 0;
}

.paginator-current-page {
  background: #0083bd url(../images/application/paginator_link_current_bg.png) 0 0 repeat-x;
  border-color: #38b6ef #006d9e #006d9e #46b4e6;
  color: #fff;
  text-shadow: -1px -1px #003c57;
}

.paginator-first-link {
  background-image: url(../images/arrows/paging_first.png);
}

.paginator-prev-link {
  background-image: url(../images/arrows/paging_previous.png);
}

.paginator-last-link {
  background-image: url(../images/arrows/paging_last.png);
}

.paginator-next-link {
  background-image: url(../images/arrows/paging_next.png);
}

.paginator-current-page-report,
.paginator-total {
  color: #555;
  font-size: 0.9em;
}

.paginator-current-page-report {
  margin-left: 2em;
}

.taglib-page-iterator .search-pages .page-links {
  padding: 0;
}

.info-panel .panel-group {
  margin-left: -1rem;
  margin-right: -1rem;
}

.lfr-panel-container {
  background: #fff;
}

.lfr-panel-content {
  padding: 5px 10px;
}

.lfr-panel-basic .lfr-panel-content {
  padding-left: 15px;
}

.panel-hd {
  background: #c0c2c5 url(../images/application/panel_header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #c8c9ca #aeb2b8 #aeb2b8 #c8c9ca;
  padding-left: 10px;
  text-shadow: 1px 1px #fff;
}

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

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

@media (min-width: 576px) {
  .sheet .display-style-icon .lfr-asset-item {
    width: 25%;
  }
}
.splitter {
  border-radius: 0.25rem 0.25rem 0 0;
  color: #6B6C7E;
  padding: 10px 15px;
  position: relative;
  z-index: 1;
}
.splitter.splitter-spaced {
  border-radius: 0.25rem;
  margin-bottom: 20px;
}

.table > tbody > tr.splitter {
  height: auto;
}
.table > tbody > tr.splitter > td {
  padding: 0;
}

.lfr-nav.nav-tabs {
  margin-bottom: 20px;
}

.tab-active strong {
  font-weight: normal;
}

.tab-back {
  float: right;
}

.tab-back-content {
  border-width: 0;
  padding: 1px;
}

.tag-items {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em 1em;
  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 {
  line-height: 2.5em;
}
.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;
}

.tagselector-content {
  border-width: 0;
  padding: 0;
}
.tagselector-content .textboxlistentry-holder {
  border-bottom: 2px solid #869cad;
  margin-bottom: 10px;
  padding: 0;
}

.categoriesselector-content .textboxlistentry-holder {
  background-color: transparent;
  border-width: 0;
  padding: 0;
}

.lfr-portal-tooltip {
  display: inline-block;
}
.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;
}

.tooltip {
  max-width: 200px;
}
.tooltip .tooltip-arrow {
  background-color: #272833;
  height: 0.6rem;
  position: absolute;
  transform: rotate(45deg);
  width: 0.6rem;
}

.tooltip.top .tooltip-arrow,
.tooltip.bottom .tooltip-arrow {
  left: 50%;
  margin-left: -0.3rem;
}

.tooltip.right .tooltip-arrow,
.tooltip.left .tooltip-arrow {
  margin-top: -0.3rem;
  top: 50%;
}

.tooltip.bottom {
  padding-top: 0.3rem;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
}

.tooltip.left {
  padding-right: 0.3rem;
}
.tooltip.left .tooltip-arrow {
  right: 0;
}

.tooltip.right {
  padding-left: 0.3rem;
}
.tooltip.right .tooltip-arrow {
  left: 0;
}

.tooltip.top {
  padding-bottom: 0.3rem;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
}

.tree-node .icon-check {
  padding-right: 2px;
}
.tree-node .icon-check:before {
  content: "\f096";
}
.tree-node .tree-node-checked .icon-check {
  padding-right: 0;
}
.tree-node .tree-node-checked .icon-check:before {
  content: "\f046";
}
.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;
}

.underlay {
  clear: both;
  top: 100%;
}
.underlay .yui3-widget-hd {
  height: 38px;
}

.underlay-hidden {
  display: none;
}

.underlay-content {
  background: #f4f3f3 url(../images/common/message_panel_shadow.png) repeat-x 0 0;
  border: 0 solid #aeafb1;
  border-width: 0 1px 1px;
}

.underlay-close {
  position: absolute;
  right: 5px;
  top: 5px;
}

.user-icon-color-0 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #6b6c7e;
}

.user-icon-color-1 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #4b9bff;
}

.user-icon-color-2 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #ffb46e;
}

.user-icon-color-3 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #ff5f5f;
}

.user-icon-color-4 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #50d2a0;
}

.user-icon-color-5 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #ff73c3;
}

.user-icon-color-6 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #9be169;
}

.user-icon-color-7 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #af78ff;
}

.user-icon-color-8 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #ffd76e;
}

.user-icon-color-9 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #5fc8ff;
}

/* Font Family */
/* Font Color  */
/* Font Size  */
:root {
  --linewidth: 130px;
}

@font-face {
  font-family: "AppleMyungjo";
  src: url("../fonts/AppleMyungjo Regular.eot");
  src: url("../fonts/AppleMyungjo Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AppleMyungjo Regular.woff2") format("woff2"), url("../fonts/AppleMyungjo Regular.woff") format("woff"), url("../fonts/AppleMyungjo Regular.ttf") format("truetype"), url("../fonts/AppleMyungjo Regular.otf") format("opentype"), url("../fonts/AppleMyungjo Regular.svg#AppleMyungjo Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Myanmar MN";
  src: url("../fonts/Myanmar MN.eot");
  src: url("../fonts/Myanmar MN.eot?#iefix") format("embedded-opentype"), url("../fonts/Myanmar MN.woff2") format("woff2"), url("../fonts/Myanmar MN.woff") format("woff"), url("../fonts/Myanmar MN.ttf") format("truetype"), url("../fonts/Myanmar MN.otf") format("opentype"), url("../fonts/Myanmar MN.svg#Myanmar MN") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
.smartphone-nav-div {
  font-size: 0px;
  display: none;
  left: -10px;
  position: relative;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .smartphone-nav-div {
    left: -0.4543389368vw;
  }
}
.smartphone-nav-div .menu-text {
  display: block;
  height: 30px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .smartphone-nav-div .menu-text {
    height: 1.3630168105vw;
  }
}
.smartphone-nav-div .menu-text span {
  background: var(--menu-font-color);
  display: block;
  height: 2px;
  position: absolute;
  transition: background ease 0.3s, top ease 0.3s 0.3s, transform ease 0.3s, -webkit-transform ease 0.3s;
  width: 31px;
  left: 0px;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: -9999px;
}
@media (prefers-reduced-motion: reduce) {
  .smartphone-nav-div .menu-text span {
    transition: none;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .smartphone-nav-div .menu-text span {
    height: 0.0908677874vw;
    width: 1.4084507042vw;
  }
}
.smartphone-nav-div .menu-text span::before, .smartphone-nav-div .menu-text span::after {
  content: "";
  background: var(--menu-font-color);
  display: block;
  height: 2px;
  position: absolute;
  transition: background ease 0.3s, top ease 0.3s 0.3s, transform ease 0.3s, -webkit-transform ease 0.3s;
  width: 32px;
}
@media (prefers-reduced-motion: reduce) {
  .smartphone-nav-div .menu-text span::before, .smartphone-nav-div .menu-text span::after {
    transition: none;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .smartphone-nav-div .menu-text span::before, .smartphone-nav-div .menu-text span::after {
    height: 0.0908677874vw;
    width: 1.4538845979vw;
  }
}
.smartphone-nav-div .menu-text span::before {
  top: -10px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .smartphone-nav-div .menu-text span::before {
    top: -0.4543389368vw;
  }
}
.smartphone-nav-div .menu-text span::after {
  top: 10px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .smartphone-nav-div .menu-text span::after {
    top: 0.4543389368vw;
  }
}

body.wcprop-2 .nav-modal.active {
  display: block;
  width: 70%;
  left: initial;
  right: 0;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  body.wcprop-2 .nav-modal.active {
    width: 40%;
  }
}
@media (max-width: 767.98px) {
  body.wcprop-2 .nav-modal.active {
    display: none;
  }
}

.body-inner-wrap #wrapper.active {
  margin-left: 30%;
  transition: 0.8s margin-left;
}
@media (prefers-reduced-motion: reduce) {
  .body-inner-wrap #wrapper.active {
    transition: none;
  }
}
@media screen and (max-width: 767px) {
  .body-inner-wrap #wrapper.active {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .body-inner-wrap #wrapper.active {
    margin-left: 60%;
  }
}

.has-control-menu #sidebarMenuContainer {
  height: calc(100% - var(--controlMenuHeight));
  top: initial;
  bottom: 0;
}

#sidebarMenuContainer {
  left: 0;
  background-color: var(--menu-bg-color);
  width: 0;
  box-shadow: 0px 1px 20px 9px rgba(0, 0, 0, 0.2);
  padding: 0;
  height: 100%;
  position: fixed;
  top: 0;
  overflow-x: hidden;
  transition: 0.8s;
  z-index: 100;
}
@media (prefers-reduced-motion: reduce) {
  #sidebarMenuContainer {
    transition: none;
  }
}
#sidebarMenuContainer #headerHTML {
  text-align: left;
  background: var(--menu-active-bg-color);
  padding: 1.5rem;
  border-bottom: 1px solid var(--menu-font-color);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #sidebarMenuContainer #headerHTML {
    padding: 1.0904134484vw;
  }
}
#sidebarMenuContainer #headerHTML a {
  color: var(--menu-font-color);
}
#sidebarMenuContainer #headerHTML img {
  max-width: 280px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #sidebarMenuContainer #headerHTML img {
    max-width: 12.7214902317vw;
  }
}
@media screen and (max-width: 767px) {
  #sidebarMenuContainer #headerHTML img {
    max-width: 200px;
  }
}
#sidebarMenuContainer #headerHTML #btn-close-div {
  display: none;
}
@media screen and (max-width: 786px) {
  #sidebarMenuContainer .sidebar-menu-content-container {
    padding-top: 0;
  }
}
#sidebarMenuContainer .sidebar-menu-content-container #sidebarMenuContentParent {
  margin: 0;
  padding: 0;
  text-align: left;
  background-color: var(--menu-bg-color);
  padding-top: 1.5rem;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #sidebarMenuContainer .sidebar-menu-content-container #sidebarMenuContentParent {
    padding-top: 1.0904134484vw;
  }
}
@media (max-width: 767.98px) {
  #sidebarMenuContainer .sidebar-menu-content-container #sidebarMenuContentParent {
    padding-top: 0.75rem;
  }
}
#sidebarMenuContainer .sidebar-menu-content-container #sidebarMenuContentParent li.sidebar-menu-content-parent-li {
  background: linear-gradient(to right, var(--menu-active-bg-color) 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
  padding: 1px 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (prefers-reduced-motion: reduce) {
  #sidebarMenuContainer .sidebar-menu-content-container #sidebarMenuContentParent li.sidebar-menu-content-parent-li {
    transition: none;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #sidebarMenuContainer .sidebar-menu-content-container #sidebarMenuContentParent li.sidebar-menu-content-parent-li {
    padding: 0.0454338937vw 0;
  }
}
#sidebarMenuContainer .sidebar-menu-content-container #sidebarMenuContentParent li.sidebar-menu-content-parent-li.sideLink-active {
  background: var(--menu-active-bg-color);
}
#sidebarMenuContainer .sidebar-menu-content-container #sidebarMenuContentParent li.sidebar-menu-content-parent-li:first-child .sidebar-menu-content-parent-i {
  display: none;
}
#sidebarMenuContainer .sidebar-menu-content-container #sidebarMenuContentParent li.sidebar-menu-content-parent-li:first-child ul.sidebar-menu-content-children {
  display: none;
}
#sidebarMenuContainer .sidebar-menu-content-container #sidebarMenuContentParent li.sidebar-menu-content-parent-li a {
  padding: 0.8rem 1.5rem;
  display: block;
  width: calc(100% - 40px);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #sidebarMenuContainer .sidebar-menu-content-container #sidebarMenuContentParent li.sidebar-menu-content-parent-li a {
    padding: 0.5815538392vw 1.0904134484vw;
  }
}
@media screen and (max-width: 786px) {
  #sidebarMenuContainer .sidebar-menu-content-container #sidebarMenuContentParent li.sidebar-menu-content-parent-li a {
    padding: 0.8rem 1.5rem;
  }
}
#sidebarMenuContainer .sidebar-menu-content-container #sidebarMenuContentParent li.sidebar-menu-content-parent-li a span {
  color: var(--menu-font-color);
  text-transform: uppercase;
}
#sidebarMenuContainer .sidebar-menu-content-container #sidebarMenuContentParent li.sidebar-menu-content-parent-li .fa-caret-right::before {
  content: var(--arrow-icon-down);
}
#sidebarMenuContainer .sidebar-menu-content-container #sidebarMenuContentParent li.sidebar-menu-content-parent-li .fa-caret-right.accordion-up-img::before {
  content: var(--arrow-icon-up);
}
#sidebarMenuContainer .sidebar-menu-content-container #sidebarMenuContentParent li.sidebar-menu-content-parent-li .fa-caret-right.accordion-down-img::before {
  content: var(--arrow-icon-down);
}
#sidebarMenuContainer .sidebar-menu-content-container #sidebarMenuContentParent li.sidebar-menu-content-parent-li .sidebar-menu-content-parent-i {
  color: var(--menu-font-color);
  cursor: pointer;
  font-size: 22px;
  margin: 0;
  width: 40px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #sidebarMenuContainer .sidebar-menu-content-container #sidebarMenuContentParent li.sidebar-menu-content-parent-li .sidebar-menu-content-parent-i {
    font-size: 0.9995456611vw;
    margin: 0;
    width: 1.8173557474vw;
  }
}
#sidebarMenuContainer .sidebar-menu-content-container #sidebarMenuContentParent li.sidebar-menu-content-parent-li:hover {
  background-position: left bottom;
}
#sidebarMenuContainer .sidebar-menu-content-container #sidebarMenuContentParent li.sidebar-menu-content-parent-li:hover a span {
  color: var(--menu-hover-font-color);
}
#sidebarMenuContainer .sidebar-menu-content-container #sidebarMenuContentParent li.sidebar-menu-content-parent-li:hover .sidebar-menu-content-parent-i {
  color: var(--menu-hover-font-color);
}
#sidebarMenuContainer .sidebar-menu-content-container #sidebarMenuContentParent li.sidebar-menu-content-parent-li ul {
  margin: 0;
  background: var(--menu-active-bg-color);
  padding: 0;
  width: 100%;
}
#sidebarMenuContainer .sidebar-menu-content-container #sidebarMenuContentParent li.sidebar-menu-content-parent-li ul li a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#sidebarMenuContainer .sidebar-menu-content-container #sidebarMenuContentParent li.sidebar-menu-content-parent-li ul li a span {
  color: var(--menu-font-color);
}
#sidebarMenuContainer .sidebar-menu-content-container #sidebarMenuContentParent li.sidebar-menu-content-parent-li ul .sidebar-menu-content-children-level1-li {
  margin-left: 1rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #sidebarMenuContainer .sidebar-menu-content-container #sidebarMenuContentParent li.sidebar-menu-content-parent-li ul .sidebar-menu-content-children-level1-li {
    margin-left: 0.726942299vw;
  }
}
#sidebarMenuContainer .sidebar-menu-content-container #sidebarMenuContentParent li.sidebar-menu-content-parent-li ul .sidebar-menu-content-children-level2-li {
  margin-left: 1rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #sidebarMenuContainer .sidebar-menu-content-container #sidebarMenuContentParent li.sidebar-menu-content-parent-li ul .sidebar-menu-content-children-level2-li {
    margin-left: 0.726942299vw;
  }
}
#sidebarMenuContainer .sidebar-menu-content-container #sidebarMenuContentParent li.sidebar-menu-content-parent-li ul .sidebar-menu-content-children-level3-li {
  margin-left: 1rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #sidebarMenuContainer .sidebar-menu-content-container #sidebarMenuContentParent li.sidebar-menu-content-parent-li ul .sidebar-menu-content-children-level3-li {
    margin-left: 0.726942299vw;
  }
}
#sidebarMenuContainer .sidebar-menu-content-container #sidebarMenuContentParent li.sidebar-menu-content-parent-li ul .sidebar-menu-content-children-level4-li {
  margin-left: 1rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #sidebarMenuContainer .sidebar-menu-content-container #sidebarMenuContentParent li.sidebar-menu-content-parent-li ul .sidebar-menu-content-children-level4-li {
    margin-left: 0.726942299vw;
  }
}
#sidebarMenuContainer .sidebar-menu-content-container #sidebarMenuContentParent li.sidebar-menu-content-parent-li ul .sidebar-menu-content-children-level5-li {
  margin-left: 1rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #sidebarMenuContainer .sidebar-menu-content-container #sidebarMenuContentParent li.sidebar-menu-content-parent-li ul .sidebar-menu-content-children-level5-li {
    margin-left: 0.726942299vw;
  }
}
#sidebarMenuContainer .sidebar-menu-content-container #sidebarMenuContentParent li.sidebar-menu-content-parent-li ul .sidebar-menu-content-children-level6-li {
  margin-left: 1rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #sidebarMenuContainer .sidebar-menu-content-container #sidebarMenuContentParent li.sidebar-menu-content-parent-li ul .sidebar-menu-content-children-level6-li {
    margin-left: 0.726942299vw;
  }
}
#sidebarMenuContainer .sidebar-menu-content-container #sidebarMenuContentParent li.sidebar-menu-content-parent-li i {
  color: var(--menu-font-color);
  cursor: pointer;
  font-size: 22px;
  margin: 0;
  width: 40px;
  padding: 1rem 0;
  display: flex;
  align-items: center;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #sidebarMenuContainer .sidebar-menu-content-container #sidebarMenuContentParent li.sidebar-menu-content-parent-li i {
    font-size: 0.9995456611vw;
    margin: 0;
    width: 1.8173557474vw;
    padding: 0.726942299vw 0;
  }
}
#sidebarMenuContainer .sidebar-menu-content-container #sidebarMenuContentParent li.sidebar-menu-content-parent-li:last-child {
  margin-top: 1.5rem;
  background: transparent;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #sidebarMenuContainer .sidebar-menu-content-container #sidebarMenuContentParent li.sidebar-menu-content-parent-li:last-child {
    margin-top: 1.0904134484vw;
  }
}
#sidebarMenuContainer .sidebar-menu-content-container #sidebarMenuContentParent li.sidebar-menu-content-parent-li:last-child a {
  display: inline-flex;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #sidebarMenuContainer .sidebar-menu-content-container #sidebarMenuContentParent li.sidebar-menu-content-parent-li:last-child a {
    padding-top: 0;
    padding-bottom: 0;
  }
}
#sidebarMenuContainer .sidebar-menu-content-container #sidebarMenuContentParent li.sidebar-menu-content-parent-li:last-child a span {
  border: 1px solid var(--menu-font-color);
  padding: 0.75rem 1.5rem;
  transition: all 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  #sidebarMenuContainer .sidebar-menu-content-container #sidebarMenuContentParent li.sidebar-menu-content-parent-li:last-child a span {
    transition: none;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #sidebarMenuContainer .sidebar-menu-content-container #sidebarMenuContentParent li.sidebar-menu-content-parent-li:last-child a span {
    padding: 0.5452067242vw 1.0904134484vw;
  }
}
#sidebarMenuContainer .sidebar-menu-content-container #sidebarMenuContentParent li.sidebar-menu-content-parent-li:last-child a:hover span {
  background: var(--menu-active-bg-color);
  color: var(--menu-font-color);
  transition: all 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  #sidebarMenuContainer .sidebar-menu-content-container #sidebarMenuContentParent li.sidebar-menu-content-parent-li:last-child a:hover span {
    transition: none;
  }
}
#sidebarMenuContainer .sidebar-menu-content-container #sidebarMenuContentParent li.sidebar-menu-content-parent-li:last-child i {
  display: none;
}
#sidebarMenuContainer.active {
  width: 30%;
  z-index: 9999;
}
@media (max-width: 767.98px) {
  #sidebarMenuContainer.active {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #sidebarMenuContainer.active {
    width: 60% !important;
  }
}
#sidebarMenuContainer.active #sidebarMenuCloseContainer #sidebarMenuClose {
  opacity: 1;
}
#sidebarMenuContainer #sidebarMenuCloseContainer #sidebarMenuClose {
  font-size: 0;
  top: 1.5rem;
  width: 42px;
  height: 42px;
  border: 1px solid #fff;
  margin: 0;
  padding: 0;
  opacity: 0;
  display: inline-block;
  position: absolute;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #sidebarMenuContainer #sidebarMenuCloseContainer #sidebarMenuClose {
    top: 1.0904134484vw;
    width: 1.9082235348vw;
    height: 1.9082235348vw;
  }
}
@media screen and (max-width: 767px) {
  #sidebarMenuContainer #sidebarMenuCloseContainer #sidebarMenuClose {
    right: 1rem;
  }
}
#sidebarMenuContainer #sidebarMenuCloseContainer #sidebarMenuClose:after {
  content: var(--close-icon);
  display: inline-block;
  transition: all 0.5s ease-out;
  font-family: var(--fontawesome-family);
  font-size: 16px;
  font-weight: 600;
  color: var(--menu-font-color);
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (prefers-reduced-motion: reduce) {
  #sidebarMenuContainer #sidebarMenuCloseContainer #sidebarMenuClose:after {
    transition: none;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #sidebarMenuContainer #sidebarMenuCloseContainer #sidebarMenuClose:after {
    font-size: 0.726942299vw;
  }
}

#sidebarMenuOpen {
  font-size: 0;
  width: 52px;
  height: 52px;
  background: transparent;
  display: inline-block;
  border: 1px solid var(--header-font-color);
  position: relative;
  transition: all 0.3s linear;
  vertical-align: top;
}
@media (prefers-reduced-motion: reduce) {
  #sidebarMenuOpen {
    transition: none;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #sidebarMenuOpen {
    font-size: 0;
    width: 2.3625624716vw;
    height: 2.3625624716vw;
  }
}
#sidebarMenuOpen::before {
  content: "";
  width: 46px;
  height: 46px;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s linear;
}
@media (prefers-reduced-motion: reduce) {
  #sidebarMenuOpen::before {
    transition: none;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #sidebarMenuOpen::before {
    width: 2.0899591095vw;
    height: 2.0899591095vw;
  }
}
#sidebarMenuOpen::after {
  content: "";
  background-image: url("../images/club-images/hum-icon.png");
  width: 24px;
  height: 20px;
  background-size: cover;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #sidebarMenuOpen::after {
    width: 1.0904134484vw;
    height: 0.9086778737vw;
  }
}

.textured-nav .textured-nav-div .textured-nav-ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  background: var(--menu-bg-color);
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-right: 1px solid var(--menu-border-color);
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent:hover a {
  background: var(--menu-active-bg-color);
  color: var(--menu-active-font-color);
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent.active a {
  background: var(--menu-active-bg-color);
  color: var(--menu-active-font-color);
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent a {
  font-family: var(--menu-font-family);
  color: var(--menu-font-color);
  font-size: calc(var(--menu-font-size) * 1px);
  font-weight: 400;
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent a {
    font-size: calc(var(--menu-font-size) / var(--4k-ratio) * 1vw);
    padding: 0.3634711495vw 0.5452067242vw;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1299px) {
  .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent a {
    font-size: calc((var(--menu-font-size) - 2) * 1px);
    letter-spacing: 0;
  }
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent a > a {
  border-right: 1px solid var(--menu-border-color);
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent a[aria-haspopup=true] span {
  width: calc(100% - 15px);
  display: inline-flex;
  padding-right: 0.25rem;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent a[aria-haspopup=true] span {
    width: calc(100% - 0.6815084053vw);
    padding-right: 0.1817355747vw;
  }
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent a[aria-haspopup=true] span i {
  display: none;
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent a[aria-haspopup=true]::after {
  content: var(--arrow-icon-down);
  font-family: var(--fontawesome-family);
  font-size: calc(var(--menu-font-size) * 1px);
  color: var(--menu-font-color);
  display: inline-flex;
  justify-content: center;
  margin-left: auto;
  font-weight: 700;
  width: 15px;
  height: 15px;
  transition: 0.3s all ease;
}
@media (prefers-reduced-motion: reduce) {
  .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent a[aria-haspopup=true]::after {
    transition: none;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent a[aria-haspopup=true]::after {
    font-size: calc(var(--menu-font-size) / var(--4k-ratio) * 1vw);
    width: 0.6815084053vw;
    height: 0.6815084053vw;
  }
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent a span {
  pointer-events: none;
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent a span.active {
  color: var(--menu-active-font-color);
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children {
  list-style: none;
  padding: 0;
  background: var(--submenu-bg-color);
  height: 0;
  width: 100%;
  min-width: 250px;
  position: absolute;
  overflow: hidden;
  text-align: center;
  top: 100%;
  left: 0;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.25);
  transition: 0.35s cubic-bezier(0.6, 0.4, 0.25, 0.75);
  opacity: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
@media (prefers-reduced-motion: reduce) {
  .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children {
    transition: none;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children {
    min-width: 11.3584734212vw;
  }
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children li a {
  font-size: calc(var(--submenu-font-size) * 1px);
  font-family: var(--menu-font-family);
  color: var(--submenu-font-color);
  display: flex;
  padding: 0;
  line-height: normal;
  -webkit-text-transform: none;
  text-transform: none;
  border-bottom: 1px solid var(--submenu-separator-color);
  background: transparent;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children li a {
    padding: 0;
    font-size: calc(var(--submenu-font-size) / var(--4k-ratio) * 1vw);
  }
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children li a[aria-haspopup=true]::after {
  display: none;
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children li a[aria-haspopup=true] span::after {
  content: var(--arrow-icon-down);
  font-family: var(--fontawesome-family);
  font-size: calc(var(--submenu-font-size) * 1px);
  color: var(--submenu-font-color);
  margin-left: auto;
  transition: 0.3s all ease;
  font-weight: bold;
  width: 14px;
  text-align: right;
}
@media (prefers-reduced-motion: reduce) {
  .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children li a[aria-haspopup=true] span::after {
    transition: none;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children li a[aria-haspopup=true] span::after {
    width: 0.6360745116vw;
    font-size: calc(var(--submenu-font-size) / var(--4k-ratio) * 1vw);
  }
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children li a span {
  display: flex;
  width: 100%;
  padding: 1.25rem 0.75rem 1.25rem 1.25rem;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children li a span {
    padding: 0.9086778737vw 0.5452067242vw 0.9086778737vw 0.9086778737vw;
  }
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children li a span.active {
  background: var(--submenu-hover-bg-color);
  color: var(--submenu-hover-font-color);
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children li:hover > a[aria-haspopup=true]::after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level1-] {
  position: relative;
  text-align: left;
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level1-]:last-child > a {
  border-bottom: none;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level1-] a {
    font-size: calc(var(--submenu-font-size) / var(--4k-ratio) * 1vw);
  }
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level1-] a:hover {
  color: var(--submenu-hover-font-color);
  background: var(--submenu-hover-bg-color);
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level1-] a[aria-haspopup=true]:hover span::after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level1-] .textured-nav-children-level2 {
  list-style: none;
  padding: 0;
  margin: 0;
  left: 100%;
  top: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
  width: 100%;
  min-width: 250px;
  background-color: var(--submenu-bg-color);
  transition: 0.35s cubic-bezier(0.6, 0.4, 0.25, 0.75);
  opacity: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
@media (prefers-reduced-motion: reduce) {
  .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level1-] .textured-nav-children-level2 {
    transition: none;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level1-] .textured-nav-children-level2 {
    min-width: 11.3584734212vw;
  }
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level1-] .textured-nav-children-level2 > li > a {
  border-bottom: 1px solid var(--submenu-separator-color);
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level1-] .textured-nav-children-level2 > li:last-child > a {
  border-bottom: none;
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level1-].dd-open > a span {
  background: var(--submenu-hover-bg-color);
  color: var(--submenu-hover-font-color);
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level1-].dd-open > a[aria-haspopup=true] span::after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level2-] {
  position: relative;
  text-align: left;
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level2-]:last-child > a {
  border-bottom: none;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level2-] a {
    font-size: calc(var(--submenu-font-size) / var(--4k-ratio) * 1vw);
  }
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level2-] a:hover {
  color: var(--submenu-hover-font-color);
  background: var(--submenu-hover-bg-color);
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level2-] a[aria-haspopup=true]:hover span::after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level2-] .textured-nav-children-level3 {
  list-style: none;
  padding: 0;
  margin: 0;
  left: 100%;
  top: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
  width: 100%;
  min-width: 250px;
  background-color: var(--submenu-bg-color);
  transition: 0.35s cubic-bezier(0.6, 0.4, 0.25, 0.75);
  opacity: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
@media (prefers-reduced-motion: reduce) {
  .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level2-] .textured-nav-children-level3 {
    transition: none;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level2-] .textured-nav-children-level3 {
    min-width: 11.3584734212vw;
  }
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level2-] .textured-nav-children-level3 > li > a {
  border-bottom: 1px solid var(--submenu-separator-color);
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level2-] .textured-nav-children-level3 > li:last-child > a {
  border-bottom: none;
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level2-].dd-open > a span {
  background: var(--submenu-hover-bg-color);
  color: var(--submenu-hover-font-color);
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level2-].dd-open > a[aria-haspopup=true] span::after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level3-] {
  position: relative;
  text-align: left;
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level3-]:last-child > a {
  border-bottom: none;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level3-] a {
    font-size: calc(var(--submenu-font-size) / var(--4k-ratio) * 1vw);
  }
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level3-] a:hover {
  color: var(--submenu-hover-font-color);
  background: var(--submenu-hover-bg-color);
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level3-] a[aria-haspopup=true]:hover span::after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level3-] .textured-nav-children-level4 {
  list-style: none;
  padding: 0;
  margin: 0;
  left: 100%;
  top: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
  width: 100%;
  min-width: 250px;
  background-color: var(--submenu-bg-color);
  transition: 0.35s cubic-bezier(0.6, 0.4, 0.25, 0.75);
  opacity: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
@media (prefers-reduced-motion: reduce) {
  .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level3-] .textured-nav-children-level4 {
    transition: none;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level3-] .textured-nav-children-level4 {
    min-width: 11.3584734212vw;
  }
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level3-] .textured-nav-children-level4 > li > a {
  border-bottom: 1px solid var(--submenu-separator-color);
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level3-] .textured-nav-children-level4 > li:last-child > a {
  border-bottom: none;
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level3-].dd-open > a span {
  background: var(--submenu-hover-bg-color);
  color: var(--submenu-hover-font-color);
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level3-].dd-open > a[aria-haspopup=true] span::after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level4-] {
  position: relative;
  text-align: left;
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level4-]:last-child > a {
  border-bottom: none;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level4-] a {
    font-size: calc(var(--submenu-font-size) / var(--4k-ratio) * 1vw);
  }
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level4-] a:hover {
  color: var(--submenu-hover-font-color);
  background: var(--submenu-hover-bg-color);
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level4-] a[aria-haspopup=true]:hover span::after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level4-] .textured-nav-children-level5 {
  list-style: none;
  padding: 0;
  margin: 0;
  left: 100%;
  top: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
  width: 100%;
  min-width: 250px;
  background-color: var(--submenu-bg-color);
  transition: 0.35s cubic-bezier(0.6, 0.4, 0.25, 0.75);
  opacity: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
@media (prefers-reduced-motion: reduce) {
  .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level4-] .textured-nav-children-level5 {
    transition: none;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level4-] .textured-nav-children-level5 {
    min-width: 11.3584734212vw;
  }
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level4-] .textured-nav-children-level5 > li > a {
  border-bottom: 1px solid var(--submenu-separator-color);
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level4-] .textured-nav-children-level5 > li:last-child > a {
  border-bottom: none;
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level4-].dd-open > a span {
  background: var(--submenu-hover-bg-color);
  color: var(--submenu-hover-font-color);
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level4-].dd-open > a[aria-haspopup=true] span::after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level5-] {
  position: relative;
  text-align: left;
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level5-]:last-child > a {
  border-bottom: none;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level5-] a {
    font-size: calc(var(--submenu-font-size) / var(--4k-ratio) * 1vw);
  }
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level5-] a:hover {
  color: var(--submenu-hover-font-color);
  background: var(--submenu-hover-bg-color);
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level5-] a[aria-haspopup=true]:hover span::after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level5-] .textured-nav-children-level6 {
  list-style: none;
  padding: 0;
  margin: 0;
  left: 100%;
  top: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
  width: 100%;
  min-width: 250px;
  background-color: var(--submenu-bg-color);
  transition: 0.35s cubic-bezier(0.6, 0.4, 0.25, 0.75);
  opacity: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
@media (prefers-reduced-motion: reduce) {
  .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level5-] .textured-nav-children-level6 {
    transition: none;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level5-] .textured-nav-children-level6 {
    min-width: 11.3584734212vw;
  }
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level5-] .textured-nav-children-level6 > li > a {
  border-bottom: 1px solid var(--submenu-separator-color);
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level5-] .textured-nav-children-level6 > li:last-child > a {
  border-bottom: none;
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level5-].dd-open > a span {
  background: var(--submenu-hover-bg-color);
  color: var(--submenu-hover-font-color);
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level5-].dd-open > a[aria-haspopup=true] span::after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level6-] {
  position: relative;
  text-align: left;
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level6-]:last-child > a {
  border-bottom: none;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level6-] a {
    font-size: calc(var(--submenu-font-size) / var(--4k-ratio) * 1vw);
  }
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level6-] a:hover {
  color: var(--submenu-hover-font-color);
  background: var(--submenu-hover-bg-color);
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level6-] a[aria-haspopup=true]:hover span::after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level6-] .textured-nav-children-level7 {
  list-style: none;
  padding: 0;
  margin: 0;
  left: 100%;
  top: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
  width: 100%;
  min-width: 250px;
  background-color: var(--submenu-bg-color);
  transition: 0.35s cubic-bezier(0.6, 0.4, 0.25, 0.75);
  opacity: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
@media (prefers-reduced-motion: reduce) {
  .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level6-] .textured-nav-children-level7 {
    transition: none;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level6-] .textured-nav-children-level7 {
    min-width: 11.3584734212vw;
  }
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level6-] .textured-nav-children-level7 > li > a {
  border-bottom: 1px solid var(--submenu-separator-color);
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level6-] .textured-nav-children-level7 > li:last-child > a {
  border-bottom: none;
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level6-].dd-open > a span {
  background: var(--submenu-hover-bg-color);
  color: var(--submenu-hover-font-color);
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level6-].dd-open > a[aria-haspopup=true] span::after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent.dd-open .textured-nav-children {
  height: auto;
  overflow: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent.dd-open .textured-nav-children.overflow-show {
  overflow: visible;
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent.dd-open .textured-nav-children .hasOverflow {
  left: unset !important;
  right: 100%;
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent.dd-open .textured-nav-children .hasOverflow ul {
  left: unset !important;
  right: 100%;
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent.dd-open .textured-nav-children.hasOverflow {
  left: unset;
  right: 0;
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent.dd-open .textured-nav-children.hasOverflow ul {
  left: unset !important;
  right: 100%;
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent.dd-open .textured-nav-children .textured-nav-children-level1-li.dd-open .textured-nav-children-level2 {
  height: auto;
  overflow: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  box-shadow: -6px 14px 15px rgba(0, 0, 0, 0.15);
  left: 100%;
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent.dd-open .textured-nav-children .textured-nav-children-level2-li.dd-open .textured-nav-children-level3 {
  height: auto;
  overflow: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  box-shadow: -6px 14px 15px rgba(0, 0, 0, 0.15);
  left: 100%;
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent.dd-open .textured-nav-children .textured-nav-children-level3-li.dd-open .textured-nav-children-level4 {
  height: auto;
  overflow: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  box-shadow: -6px 14px 15px rgba(0, 0, 0, 0.15);
  left: 100%;
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent.dd-open .textured-nav-children .textured-nav-children-level4-li.dd-open .textured-nav-children-level5 {
  height: auto;
  overflow: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  box-shadow: -6px 14px 15px rgba(0, 0, 0, 0.15);
  left: 100%;
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent.dd-open .textured-nav-children .textured-nav-children-level5-li.dd-open .textured-nav-children-level6 {
  height: auto;
  overflow: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  box-shadow: -6px 14px 15px rgba(0, 0, 0, 0.15);
  left: 100%;
}
.textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent.dd-open .textured-nav-children .textured-nav-children-level6-li.dd-open .textured-nav-children-level7 {
  height: auto;
  overflow: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  box-shadow: -6px 14px 15px rgba(0, 0, 0, 0.15);
  left: 100%;
}

body.wcprop-2 .mm-menu {
  font-family: var(--wc-font-family);
  border-right: 1px solid var(--menu-active-bg-color);
}
body.wcprop-2 .mm-panel,
body.wcprop-2 .mm-navbar {
  background: var(--header-bg-color);
}
body.wcprop-2 .mm-listitem,
body.wcprop-2 .mm-navbar {
  color: var(--header-font-color);
}
body.wcprop-2 .mm-navbar {
  border-bottom: 1px solid var(--menu-border-color);
}
body.wcprop-2 .mm-listitem:after {
  border-color: var(--menu-border-color);
  left: 0;
}
body.wcprop-2 .mm-listitem__btn {
  border-color: var(--menu-border-color);
}
body.wcprop-2 .mm-navbars_bottom .mm-navbar:first-child {
  border-top: 1px solid var(--menu-border-color);
}
body.wcprop-2 .mm-btn:after,
body.wcprop-2 .mm-btn:before {
  border-left: 2px solid;
  border-color: var(--header-font-color);
}

.header-main-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  transition: all 0.3s ease-out;
  z-index: 99;
  font-family: var(--menu-font-family);
  background: var(--header-bg-color);
}
@media (prefers-reduced-motion: reduce) {
  .header-main-wrapper {
    transition: none;
  }
}
.header-main-wrapper.header_small {
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.13);
}
.header-main-wrapper.header_small .head-container > .row {
  border-bottom: none;
  padding-top: 0;
  transition: all 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .header-main-wrapper.header_small .head-container > .row {
    transition: none;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper.header_small .head-container > .row {
    padding-top: 0;
  }
}
@media (max-width: 1199.98px) {
  .header-main-wrapper.header_small .head-container > .row {
    padding-top: 25px;
    padding-bottom: 15px;
  }
}
.header-main-wrapper.header_small .h-logo-inner .logo {
  max-width: 160px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper.header_small .h-logo-inner .logo {
    max-width: 7.2694229896vw;
  }
}
@media (max-width: 1440.98px) {
  .header-main-wrapper.header_small .h-logo-inner .logo {
    max-width: 135px;
  }
}
@media (max-width: 991.98px) {
  .header-main-wrapper.header_small .h-logo-inner .logo {
    max-width: 135px;
  }
}
@media (max-width: 575.98px) {
  .header-main-wrapper.header_small .h-logo-inner .logo {
    max-width: 130px;
  }
}
.header-main-wrapper .head-container > .row {
  border-bottom: 2px solid var(--header-border-color);
  padding-top: 35px;
  transition: all 0.05s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .header-main-wrapper .head-container > .row {
    transition: none;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .head-container > .row {
    padding-top: 1.590186279vw;
  }
}
@media (max-width: 1199.98px) {
  .header-main-wrapper .head-container > .row {
    padding-top: 25px;
    padding-bottom: 15px;
  }
}
.header-main-wrapper .h-logo-inner {
  display: flex;
  padding: 0;
  height: 100%;
  align-items: center;
  background: var(--logo-bg-color);
  max-width: 205px;
  flex: 0 0 205px;
  justify-content: flex-start;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .h-logo-inner {
    max-width: 9.3139482054vw;
    flex: 0 0 9.3139482054vw;
  }
}
@media (max-width: 1199.98px) {
  .header-main-wrapper .h-logo-inner {
    order: 2;
    flex: 0 0 calc(100% - 320px);
    max-width: calc(100% - 320px);
    justify-content: center;
  }
}
@media (max-width: 991.98px) {
  .header-main-wrapper .h-logo-inner {
    flex: 0 0 calc(100% - 160px);
    max-width: calc(100% - 160px);
  }
}
@media (max-width: 575.98px) {
  .header-main-wrapper .h-logo-inner {
    flex: 0 0 calc(100% - 130px);
    max-width: calc(100% - 130px);
  }
}
.header-main-wrapper .h-logo-inner .logo {
  max-width: 205px;
  width: 100%;
  transition: all 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .header-main-wrapper .h-logo-inner .logo {
    transition: none;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .h-logo-inner .logo {
    max-width: 9.3139482054vw;
  }
}
@media (max-width: 1440.98px) {
  .header-main-wrapper .h-logo-inner .logo {
    max-width: 135px;
  }
}
@media (max-width: 991.98px) {
  .header-main-wrapper .h-logo-inner .logo {
    max-width: 135px;
  }
}
@media (max-width: 575.98px) {
  .header-main-wrapper .h-logo-inner .logo {
    max-width: 130px;
  }
}
.header-main-wrapper .h-logo-inner .logo img {
  width: 100%;
}
.header-main-wrapper .nav-bg {
  height: 100%;
  display: flex;
  align-items: center;
  flex: 0 0 calc(100% - 410px);
  max-width: calc(100% - 410px);
  background: var(--menu-bg-color);
  justify-content: center;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg {
    flex: 0 0 calc(100% - 18.6278964107vw);
    max-width: calc(100% - 18.6278964107vw);
  }
}
@media (max-width: 1199.98px) {
  .header-main-wrapper .nav-bg {
    flex: 0 0 150px;
    max-width: 150px;
    margin: 0;
    padding: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 991.98px) {
  .header-main-wrapper .nav-bg {
    flex: 0 0 80px;
    max-width: 80px;
    margin: 0;
    padding: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 575.98px) {
  .header-main-wrapper .nav-bg {
    flex: 0 0 65px;
    max-width: 65px;
  }
}
.header-main-wrapper .nav-bg nav #navigation_menu_open_button.fullscreen-menu-icon {
  font-size: 0px;
  display: none;
  position: relative;
  cursor: pointer;
  padding: 10px 8px 14px 8px;
  position: relative;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  top: 0;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  z-index: 100;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav #navigation_menu_open_button.fullscreen-menu-icon {
    padding: 0.4543389368vw 0.3634711495vw 0.6360745116vw 0.3634711495vw;
  }
}
@media (max-width: 1199.98px) {
  .header-main-wrapper .nav-bg nav #navigation_menu_open_button.fullscreen-menu-icon {
    display: flex !important;
  }
}
.header-main-wrapper .nav-bg nav #navigation_menu_open_button.fullscreen-menu-icon span {
  background-color: var(--white-color);
  box-shadow: none;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  will-change: background;
  width: 30px;
  font-size: 0;
  z-index: 999;
}
@media (prefers-reduced-motion: reduce) {
  .header-main-wrapper .nav-bg nav #navigation_menu_open_button.fullscreen-menu-icon span {
    transition: none;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav #navigation_menu_open_button.fullscreen-menu-icon span {
    width: 1.3630168105vw;
  }
}
.header-main-wrapper .nav-bg nav #navigation_menu_open_button.fullscreen-menu-icon span::before, .header-main-wrapper .nav-bg nav #navigation_menu_open_button.fullscreen-menu-icon span::after {
  background-color: var(--white-color);
  box-shadow: none;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.3s ease-out;
  width: 100%;
  top: 8px;
  border-radius: 2px;
}
@media (prefers-reduced-motion: reduce) {
  .header-main-wrapper .nav-bg nav #navigation_menu_open_button.fullscreen-menu-icon span::before, .header-main-wrapper .nav-bg nav #navigation_menu_open_button.fullscreen-menu-icon span::after {
    transition: none;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav #navigation_menu_open_button.fullscreen-menu-icon span::before, .header-main-wrapper .nav-bg nav #navigation_menu_open_button.fullscreen-menu-icon span::after {
    top: 0.3634711495vw;
  }
}
.header-main-wrapper .nav-bg nav #navigation_menu_open_button.fullscreen-menu-icon span::after {
  top: -8px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav #navigation_menu_open_button.fullscreen-menu-icon span::after {
    top: -0.3634711495vw;
  }
}
.header-main-wrapper .nav-bg nav #navigation_menu_open_button.fullscreen-menu-icon.active {
  position: relative;
}
.header-main-wrapper .nav-bg nav #navigation_menu_open_button.fullscreen-menu-icon.active span {
  background: transparent;
}
.header-main-wrapper .nav-bg nav #navigation_menu_open_button.fullscreen-menu-icon.active span::before {
  background: var(--white-color);
  top: 0px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header-main-wrapper .nav-bg nav #navigation_menu_open_button.fullscreen-menu-icon.active span::after {
  background: var(--white-color);
  top: 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 1199.98px) {
  .header-main-wrapper .nav-bg nav #navigation_menu_open_button.fullscreen-menu-icon.active ~ #fullscreen-menu-popup-nav {
    width: 545px !important;
  }
}
@media (max-width: 991.98px) {
  .header-main-wrapper .nav-bg nav #navigation_menu_open_button.fullscreen-menu-icon.active ~ #fullscreen-menu-popup-nav {
    width: 454px !important;
  }
}
@media (max-width: 575.98px) {
  .header-main-wrapper .nav-bg nav #navigation_menu_open_button.fullscreen-menu-icon.active ~ #fullscreen-menu-popup-nav {
    width: 324px !important;
  }
}
@media (max-width: 424.98px) {
  .header-main-wrapper .nav-bg nav #navigation_menu_open_button.fullscreen-menu-icon.active ~ #fullscreen-menu-popup-nav {
    width: 270px !important;
  }
}
.header-main-wrapper .nav-bg nav #fullscreen-menu-popup-nav {
  background: var(--primary-color);
  left: initial;
  right: 0;
  z-index: 1;
  position: fixed;
  top: 0;
  transition: 0.5s;
}
@media (prefers-reduced-motion: reduce) {
  .header-main-wrapper .nav-bg nav #fullscreen-menu-popup-nav {
    transition: none;
  }
}
.header-main-wrapper .nav-bg nav #fullscreen-menu-popup-nav #headerHTML {
  display: none;
}
.header-main-wrapper .nav-bg nav #fullscreen-menu-popup-nav .fullscreen-overlay-content {
  margin-top: 0;
  top: 147px;
}
.header-main-wrapper .nav-bg nav #fullscreen-menu-popup-nav .fullscreen-overlay-content #fullscreen-menu-popup-menu {
  list-style: none;
  padding: 0 1.8rem;
  margin: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav #fullscreen-menu-popup-nav .fullscreen-overlay-content #fullscreen-menu-popup-menu {
    padding: 0 1.3084961381vw;
  }
}
.header-main-wrapper .nav-bg nav #fullscreen-menu-popup-nav .fullscreen-overlay-content #fullscreen-menu-popup-menu .fullscreen-menu-popup-nav-parent {
  border-bottom: 1px solid #2f7c9b;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.header-main-wrapper .nav-bg nav #fullscreen-menu-popup-nav .fullscreen-overlay-content #fullscreen-menu-popup-menu .fullscreen-menu-popup-nav-parent .fullscreen-menu-popup-nav-parent-link {
  color: var(--white-color);
  padding: 0.75rem 0;
  display: inline-flex;
  font-family: var(--wc-heading-font-family1);
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-size: calc((var(--wc-font-size) - 4) * 1px);
  white-space: nowrap;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav #fullscreen-menu-popup-nav .fullscreen-overlay-content #fullscreen-menu-popup-menu .fullscreen-menu-popup-nav-parent .fullscreen-menu-popup-nav-parent-link {
    padding: 0.5452067242vw 0;
    font-size: calc((var(--wc-font-size) - 4) / var(--4k-ratio) * 1vw);
  }
}
@media (max-width: 991.98px) {
  .header-main-wrapper .nav-bg nav #fullscreen-menu-popup-nav .fullscreen-overlay-content #fullscreen-menu-popup-menu .fullscreen-menu-popup-nav-parent .fullscreen-menu-popup-nav-parent-link {
    font-size: calc((var(--wc-font-size) - 6) * 1px);
  }
}
.header-main-wrapper .nav-bg nav #fullscreen-menu-popup-nav .fullscreen-overlay-content #fullscreen-menu-popup-menu .fullscreen-menu-popup-nav-parent .fullscreen-menu-popup-nav-parent-link ~ i {
  color: var(--white-color);
  font-family: var(--fontawesome-family);
}
.header-main-wrapper .nav-bg nav #fullscreen-menu-popup-nav .fullscreen-overlay-content #fullscreen-menu-popup-menu .fullscreen-menu-popup-nav-parent .fullscreen-menu-popup-nav-parent-link ~ i.fa-caret-down::before {
  content: var(--arrow-icon-down);
  padding-left: 0.5rem;
  font-weight: 600;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav #fullscreen-menu-popup-nav .fullscreen-overlay-content #fullscreen-menu-popup-menu .fullscreen-menu-popup-nav-parent .fullscreen-menu-popup-nav-parent-link ~ i.fa-caret-down::before {
    padding-left: 0.3634711495vw;
  }
}
.header-main-wrapper .nav-bg nav #fullscreen-menu-popup-nav .fullscreen-overlay-content #fullscreen-menu-popup-menu .fullscreen-menu-popup-nav-parent .fullscreen-menu-popup-nav-parent-link ~ i.fa-caret-down.accordion-up-img::before {
  content: var(--arrow-icon-up);
}
.header-main-wrapper .nav-bg nav #fullscreen-menu-popup-nav .fullscreen-overlay-content #fullscreen-menu-popup-menu .fullscreen-menu-popup-nav-parent .fullscreen-menu-popup-nav-children {
  width: 100%;
  display: inline-flex;
  padding: 0 0.5rem;
  margin: 0;
  list-style: none;
  margin-bottom: 1rem;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav #fullscreen-menu-popup-nav .fullscreen-overlay-content #fullscreen-menu-popup-menu .fullscreen-menu-popup-nav-parent .fullscreen-menu-popup-nav-children {
    padding: 0 0.3634711495vw;
    margin-bottom: 0.726942299vw;
  }
}
.header-main-wrapper .nav-bg nav #fullscreen-menu-popup-nav .fullscreen-overlay-content #fullscreen-menu-popup-menu .fullscreen-menu-popup-nav-parent .fullscreen-menu-popup-nav-children .fullscreen-menu-popup-nav-children-level1-li {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
.header-main-wrapper .nav-bg nav #fullscreen-menu-popup-nav .fullscreen-overlay-content #fullscreen-menu-popup-menu .fullscreen-menu-popup-nav-parent .fullscreen-menu-popup-nav-children .fullscreen-menu-popup-nav-children-level1-li a {
  color: var(--white-color);
  font-size: calc((var(--wc-font-size) - 4) * 1px);
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-family: var(--wc-heading-font-family1);
  padding: 0.45rem 0;
  white-space: nowrap;
  text-align: left;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav #fullscreen-menu-popup-nav .fullscreen-overlay-content #fullscreen-menu-popup-menu .fullscreen-menu-popup-nav-parent .fullscreen-menu-popup-nav-children .fullscreen-menu-popup-nav-children-level1-li a {
    padding: 0.3271240345vw 0;
    font-size: calc((var(--wc-font-size) - 4) / var(--4k-ratio) * 1vw);
  }
}
@media (max-width: 991.98px) {
  .header-main-wrapper .nav-bg nav #fullscreen-menu-popup-nav .fullscreen-overlay-content #fullscreen-menu-popup-menu .fullscreen-menu-popup-nav-parent .fullscreen-menu-popup-nav-children .fullscreen-menu-popup-nav-children-level1-li a {
    font-size: calc((var(--wc-font-size) - 6) * 1px);
    white-space: normal;
  }
}
.header-main-wrapper .nav-bg nav #fullscreen-menu-popup-nav .fullscreen-overlay-content #fullscreen-menu-popup-menu .fullscreen-menu-popup-nav-parent .fullscreen-menu-popup-nav-children .fullscreen-menu-popup-nav-children-level1-li a ~ i.fa-caret-down {
  font-family: var(--fontawesome-family);
  color: var(--white-color);
}
.header-main-wrapper .nav-bg nav #fullscreen-menu-popup-nav .fullscreen-overlay-content #fullscreen-menu-popup-menu .fullscreen-menu-popup-nav-parent .fullscreen-menu-popup-nav-children .fullscreen-menu-popup-nav-children-level1-li a ~ i.fa-caret-down::before {
  content: var(--arrow-icon-down);
  font-weight: 600;
}
.header-main-wrapper .nav-bg nav #fullscreen-menu-popup-nav .fullscreen-overlay-content #fullscreen-menu-popup-menu .fullscreen-menu-popup-nav-parent .fullscreen-menu-popup-nav-children .fullscreen-menu-popup-nav-children-level1-li a ~ i.fa-caret-down.accordion-up-img::before {
  content: var(--arrow-icon-up);
}
.header-main-wrapper .nav-bg nav #fullscreen-menu-popup-nav .fullscreen-overlay-content #fullscreen-menu-popup-menu .fullscreen-menu-popup-nav-parent .fullscreen-menu-popup-nav-children .fullscreen-menu-popup-nav-children-level1-li .fullscreen-menu-popup-nav-children-level2 {
  list-style: none;
  padding-left: 0.8rem;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav #fullscreen-menu-popup-nav .fullscreen-overlay-content #fullscreen-menu-popup-menu .fullscreen-menu-popup-nav-parent .fullscreen-menu-popup-nav-children .fullscreen-menu-popup-nav-children-level1-li .fullscreen-menu-popup-nav-children-level2 {
    padding-left: 0.5815538392vw;
  }
}
@media screen and (max-width: 1199px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div {
    display: none;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul {
  background: transparent;
  justify-content: center;
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul li.textured-nav-parent {
  border: none;
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul li.textured-nav-parent > a::before {
  background: var(--header-border-color);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul li.textured-nav-parent > a::before {
    height: 0.0908677874vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul li.textured-nav-parent.top-li a {
  letter-spacing: 0.1em;
  border-bottom: none;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul li.textured-nav-parent.top-li a {
    letter-spacing: 0.0726942299vw;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599.98px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul li.textured-nav-parent.top-li a {
    font-size: calc((var(--menu-font-size) - 2) * 1px);
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul li.textured-nav-parent.top-li a[aria-haspopup=true]::after {
  opacity: 0.6;
  position: relative;
  top: 15%;
  left: 0;
  transform: translateY(-15%);
  content: "\f0d7";
  color: var(--secondary-color);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul li.textured-nav-parent.top-li a[aria-haspopup=true]::after {
    left: 0px;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul li.textured-nav-parent.top-li a span {
  transition: background-color ease;
}
@media (prefers-reduced-motion: reduce) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul li.textured-nav-parent.top-li a span {
    transition: none;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul li.textured-nav-parent.top-li:first-child a {
  padding-left: 0;
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul li.textured-nav-parent.top-li:last-child:before {
  display: none;
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul li.textured-nav-parent.top-li:last-child a {
  padding-right: 0;
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul li.textured-nav-parent .textured-nav-children {
  border-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul li.textured-nav-parent .textured-nav-children {
    border-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul li.textured-nav-parent .textured-nav-children li span {
  letter-spacing: 0;
  padding: 0.813rem 0.75rem 0.813rem 1.25rem;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul li.textured-nav-parent .textured-nav-children li span {
    letter-spacing: 0;
    padding: 0.5910040891vw 0.5452067242vw 0.5910040891vw 0.9086778737vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul li.textured-nav-parent .textured-nav-children li a[aria-haspopup=true]::after {
  display: none;
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul li.textured-nav-parent .textured-nav-children li a[aria-haspopup=true] span::after {
  content: "\f0d7";
  color: var(--secondary-color);
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul li.textured-nav-parent .textured-nav-children li a span {
  display: flex;
  width: 100%;
  padding: 0.813rem 0.75rem 0.813rem 1.25rem;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul li.textured-nav-parent .textured-nav-children li a span {
    padding: 0.5910040891vw 0.5452067242vw 0.5910040891vw 0.9086778737vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul li.textured-nav-parent .textured-nav-children li a span.active {
  background: var(--submenu-hover-bg-color);
  color: var(--submenu-hover-font-color);
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul > li.textured-nav-parent.top-li > a {
  padding: 2.1rem 6.25rem 2.1rem 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul > li.textured-nav-parent.top-li > a {
    padding: 1.4993184916vw 4.5433893685vw 1.4993184916vw 0;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1899.98px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul > li.textured-nav-parent.top-li > a {
    padding: 2.1rem 2.25rem 2.1rem 0;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1299.98px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul > li.textured-nav-parent.top-li > a {
    padding: 2.1rem 2rem 2.1rem 0;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul > li.textured-nav-parent.top-li > a > span.textured-nav-heading {
  position: relative;
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul > li.textured-nav-parent.top-li > a > span.textured-nav-heading:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 4px;
  content: "";
  transition: all 0.2s 0s ease-out;
  background-color: var(--headerbtn-bg-color);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul > li.textured-nav-parent.top-li > a > span.textured-nav-heading:after {
    bottom: -0.4543389368vw;
    height: 0.1817355747vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul > li.textured-nav-parent.top-li:hover > a, .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul > li.textured-nav-parent.top-li.active > a {
  background: transparent;
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul > li.textured-nav-parent.top-li:hover > a > span.textured-nav-heading, .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul > li.textured-nav-parent.top-li.active > a > span.textured-nav-heading {
  color: var(--menu-active-font-color);
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul > li.textured-nav-parent.top-li:hover > a > span.textured-nav-heading:after, .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul > li.textured-nav-parent.top-li.active > a > span.textured-nav-heading:after {
  width: 40px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul > li.textured-nav-parent.top-li:hover > a > span.textured-nav-heading:after, .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul > li.textured-nav-parent.top-li.active > a > span.textured-nav-heading:after {
    width: 1.8173557474vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level1-] {
  position: relative;
  text-align: left;
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level1-]:first-child > a {
  border-bottom: none;
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level1-]:first-child > a:hover {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level1-]:first-child > a:hover {
    border-top-left-radius: 0.6360745116vw;
    border-top-right-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level1-]:first-child > a span.active {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level1-]:first-child > a span.active {
    border-top-left-radius: 0.6360745116vw;
    border-top-right-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level1-]:last-child > a {
  border-bottom: none;
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level1-]:last-child > a:hover {
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level1-]:last-child > a:hover {
    border-bottom-left-radius: 0.6360745116vw;
    border-bottom-right-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level1-]:last-child > a span.active {
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level1-]:last-child > a span.active {
    border-bottom-left-radius: 0.6360745116vw;
    border-bottom-right-radius: 0.6360745116vw;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level1-] a {
    font-size: calc(var(--submenu-font-size) / var(--4k-ratio) * 1vw);
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level1-] a:hover {
  color: var(--submenu-hover-font-color);
  background: var(--submenu-hover-bg-color);
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level1-] a[aria-haspopup=true]:hover span::after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level1-] .textured-nav-children-level2 {
  border-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level1-] .textured-nav-children-level2 {
    border-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level1-] .textured-nav-children-level2 > li > a {
  border-bottom: 0px solid var(--submenu-separator-color);
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level1-] .textured-nav-children-level2 > li:first-child > a {
  border-bottom: none;
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level1-] .textured-nav-children-level2 > li:first-child > a:hover {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level1-] .textured-nav-children-level2 > li:first-child > a:hover {
    border-top-left-radius: 0.6360745116vw;
    border-top-right-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level1-] .textured-nav-children-level2 > li:first-child > a:hover span.active {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level1-] .textured-nav-children-level2 > li:first-child > a:hover span.active {
    border-top-left-radius: 0.6360745116vw;
    border-top-right-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level1-] .textured-nav-children-level2 > li:last-child > a {
  border-bottom: none;
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level1-] .textured-nav-children-level2 > li:last-child > a:hover {
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level1-] .textured-nav-children-level2 > li:last-child > a:hover {
    border-bottom-left-radius: 0.6360745116vw;
    border-bottom-right-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level1-] .textured-nav-children-level2 > li:last-child > a span.active {
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level1-] .textured-nav-children-level2 > li:last-child > a span.active {
    border-bottom-left-radius: 0.6360745116vw;
    border-bottom-right-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level1-].dd-open:first-child > a span {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level1-].dd-open:first-child > a span {
    border-top-left-radius: 0.6360745116vw;
    border-top-right-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level1-].dd-open:last-child > a span {
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level1-].dd-open:last-child > a span {
    border-bottom-left-radius: 0.6360745116vw;
    border-bottom-right-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level2-] {
  position: relative;
  text-align: left;
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level2-]:first-child > a {
  border-bottom: none;
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level2-]:first-child > a:hover {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level2-]:first-child > a:hover {
    border-top-left-radius: 0.6360745116vw;
    border-top-right-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level2-]:first-child > a span.active {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level2-]:first-child > a span.active {
    border-top-left-radius: 0.6360745116vw;
    border-top-right-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level2-]:last-child > a {
  border-bottom: none;
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level2-]:last-child > a:hover {
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level2-]:last-child > a:hover {
    border-bottom-left-radius: 0.6360745116vw;
    border-bottom-right-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level2-]:last-child > a span.active {
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level2-]:last-child > a span.active {
    border-bottom-left-radius: 0.6360745116vw;
    border-bottom-right-radius: 0.6360745116vw;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level2-] a {
    font-size: calc(var(--submenu-font-size) / var(--4k-ratio) * 1vw);
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level2-] a:hover {
  color: var(--submenu-hover-font-color);
  background: var(--submenu-hover-bg-color);
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level2-] a[aria-haspopup=true]:hover span::after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level2-] .textured-nav-children-level3 {
  border-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level2-] .textured-nav-children-level3 {
    border-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level2-] .textured-nav-children-level3 > li > a {
  border-bottom: 0px solid var(--submenu-separator-color);
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level2-] .textured-nav-children-level3 > li:first-child > a {
  border-bottom: none;
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level2-] .textured-nav-children-level3 > li:first-child > a:hover {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level2-] .textured-nav-children-level3 > li:first-child > a:hover {
    border-top-left-radius: 0.6360745116vw;
    border-top-right-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level2-] .textured-nav-children-level3 > li:first-child > a:hover span.active {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level2-] .textured-nav-children-level3 > li:first-child > a:hover span.active {
    border-top-left-radius: 0.6360745116vw;
    border-top-right-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level2-] .textured-nav-children-level3 > li:last-child > a {
  border-bottom: none;
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level2-] .textured-nav-children-level3 > li:last-child > a:hover {
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level2-] .textured-nav-children-level3 > li:last-child > a:hover {
    border-bottom-left-radius: 0.6360745116vw;
    border-bottom-right-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level2-] .textured-nav-children-level3 > li:last-child > a span.active {
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level2-] .textured-nav-children-level3 > li:last-child > a span.active {
    border-bottom-left-radius: 0.6360745116vw;
    border-bottom-right-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level2-].dd-open:first-child > a span {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level2-].dd-open:first-child > a span {
    border-top-left-radius: 0.6360745116vw;
    border-top-right-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level2-].dd-open:last-child > a span {
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level2-].dd-open:last-child > a span {
    border-bottom-left-radius: 0.6360745116vw;
    border-bottom-right-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level3-] {
  position: relative;
  text-align: left;
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level3-]:first-child > a {
  border-bottom: none;
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level3-]:first-child > a:hover {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level3-]:first-child > a:hover {
    border-top-left-radius: 0.6360745116vw;
    border-top-right-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level3-]:first-child > a span.active {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level3-]:first-child > a span.active {
    border-top-left-radius: 0.6360745116vw;
    border-top-right-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level3-]:last-child > a {
  border-bottom: none;
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level3-]:last-child > a:hover {
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level3-]:last-child > a:hover {
    border-bottom-left-radius: 0.6360745116vw;
    border-bottom-right-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level3-]:last-child > a span.active {
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level3-]:last-child > a span.active {
    border-bottom-left-radius: 0.6360745116vw;
    border-bottom-right-radius: 0.6360745116vw;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level3-] a {
    font-size: calc(var(--submenu-font-size) / var(--4k-ratio) * 1vw);
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level3-] a:hover {
  color: var(--submenu-hover-font-color);
  background: var(--submenu-hover-bg-color);
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level3-] a[aria-haspopup=true]:hover span::after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level3-] .textured-nav-children-level4 {
  border-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level3-] .textured-nav-children-level4 {
    border-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level3-] .textured-nav-children-level4 > li > a {
  border-bottom: 0px solid var(--submenu-separator-color);
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level3-] .textured-nav-children-level4 > li:first-child > a {
  border-bottom: none;
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level3-] .textured-nav-children-level4 > li:first-child > a:hover {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level3-] .textured-nav-children-level4 > li:first-child > a:hover {
    border-top-left-radius: 0.6360745116vw;
    border-top-right-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level3-] .textured-nav-children-level4 > li:first-child > a:hover span.active {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level3-] .textured-nav-children-level4 > li:first-child > a:hover span.active {
    border-top-left-radius: 0.6360745116vw;
    border-top-right-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level3-] .textured-nav-children-level4 > li:last-child > a {
  border-bottom: none;
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level3-] .textured-nav-children-level4 > li:last-child > a:hover {
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level3-] .textured-nav-children-level4 > li:last-child > a:hover {
    border-bottom-left-radius: 0.6360745116vw;
    border-bottom-right-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level3-] .textured-nav-children-level4 > li:last-child > a span.active {
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level3-] .textured-nav-children-level4 > li:last-child > a span.active {
    border-bottom-left-radius: 0.6360745116vw;
    border-bottom-right-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level3-].dd-open:first-child > a span {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level3-].dd-open:first-child > a span {
    border-top-left-radius: 0.6360745116vw;
    border-top-right-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level3-].dd-open:last-child > a span {
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level3-].dd-open:last-child > a span {
    border-bottom-left-radius: 0.6360745116vw;
    border-bottom-right-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level4-] {
  position: relative;
  text-align: left;
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level4-]:first-child > a {
  border-bottom: none;
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level4-]:first-child > a:hover {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level4-]:first-child > a:hover {
    border-top-left-radius: 0.6360745116vw;
    border-top-right-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level4-]:first-child > a span.active {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level4-]:first-child > a span.active {
    border-top-left-radius: 0.6360745116vw;
    border-top-right-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level4-]:last-child > a {
  border-bottom: none;
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level4-]:last-child > a:hover {
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level4-]:last-child > a:hover {
    border-bottom-left-radius: 0.6360745116vw;
    border-bottom-right-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level4-]:last-child > a span.active {
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level4-]:last-child > a span.active {
    border-bottom-left-radius: 0.6360745116vw;
    border-bottom-right-radius: 0.6360745116vw;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level4-] a {
    font-size: calc(var(--submenu-font-size) / var(--4k-ratio) * 1vw);
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level4-] a:hover {
  color: var(--submenu-hover-font-color);
  background: var(--submenu-hover-bg-color);
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level4-] a[aria-haspopup=true]:hover span::after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level4-] .textured-nav-children-level5 {
  border-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level4-] .textured-nav-children-level5 {
    border-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level4-] .textured-nav-children-level5 > li > a {
  border-bottom: 0px solid var(--submenu-separator-color);
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level4-] .textured-nav-children-level5 > li:first-child > a {
  border-bottom: none;
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level4-] .textured-nav-children-level5 > li:first-child > a:hover {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level4-] .textured-nav-children-level5 > li:first-child > a:hover {
    border-top-left-radius: 0.6360745116vw;
    border-top-right-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level4-] .textured-nav-children-level5 > li:first-child > a:hover span.active {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level4-] .textured-nav-children-level5 > li:first-child > a:hover span.active {
    border-top-left-radius: 0.6360745116vw;
    border-top-right-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level4-] .textured-nav-children-level5 > li:last-child > a {
  border-bottom: none;
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level4-] .textured-nav-children-level5 > li:last-child > a:hover {
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level4-] .textured-nav-children-level5 > li:last-child > a:hover {
    border-bottom-left-radius: 0.6360745116vw;
    border-bottom-right-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level4-] .textured-nav-children-level5 > li:last-child > a span.active {
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level4-] .textured-nav-children-level5 > li:last-child > a span.active {
    border-bottom-left-radius: 0.6360745116vw;
    border-bottom-right-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level4-].dd-open:first-child > a span {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level4-].dd-open:first-child > a span {
    border-top-left-radius: 0.6360745116vw;
    border-top-right-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level4-].dd-open:last-child > a span {
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level4-].dd-open:last-child > a span {
    border-bottom-left-radius: 0.6360745116vw;
    border-bottom-right-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level5-] {
  position: relative;
  text-align: left;
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level5-]:first-child > a {
  border-bottom: none;
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level5-]:first-child > a:hover {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level5-]:first-child > a:hover {
    border-top-left-radius: 0.6360745116vw;
    border-top-right-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level5-]:first-child > a span.active {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level5-]:first-child > a span.active {
    border-top-left-radius: 0.6360745116vw;
    border-top-right-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level5-]:last-child > a {
  border-bottom: none;
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level5-]:last-child > a:hover {
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level5-]:last-child > a:hover {
    border-bottom-left-radius: 0.6360745116vw;
    border-bottom-right-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level5-]:last-child > a span.active {
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level5-]:last-child > a span.active {
    border-bottom-left-radius: 0.6360745116vw;
    border-bottom-right-radius: 0.6360745116vw;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level5-] a {
    font-size: calc(var(--submenu-font-size) / var(--4k-ratio) * 1vw);
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level5-] a:hover {
  color: var(--submenu-hover-font-color);
  background: var(--submenu-hover-bg-color);
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level5-] a[aria-haspopup=true]:hover span::after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level5-] .textured-nav-children-level6 {
  border-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level5-] .textured-nav-children-level6 {
    border-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level5-] .textured-nav-children-level6 > li > a {
  border-bottom: 0px solid var(--submenu-separator-color);
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level5-] .textured-nav-children-level6 > li:first-child > a {
  border-bottom: none;
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level5-] .textured-nav-children-level6 > li:first-child > a:hover {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level5-] .textured-nav-children-level6 > li:first-child > a:hover {
    border-top-left-radius: 0.6360745116vw;
    border-top-right-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level5-] .textured-nav-children-level6 > li:first-child > a:hover span.active {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level5-] .textured-nav-children-level6 > li:first-child > a:hover span.active {
    border-top-left-radius: 0.6360745116vw;
    border-top-right-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level5-] .textured-nav-children-level6 > li:last-child > a {
  border-bottom: none;
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level5-] .textured-nav-children-level6 > li:last-child > a:hover {
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level5-] .textured-nav-children-level6 > li:last-child > a:hover {
    border-bottom-left-radius: 0.6360745116vw;
    border-bottom-right-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level5-] .textured-nav-children-level6 > li:last-child > a span.active {
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level5-] .textured-nav-children-level6 > li:last-child > a span.active {
    border-bottom-left-radius: 0.6360745116vw;
    border-bottom-right-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level5-].dd-open:first-child > a span {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level5-].dd-open:first-child > a span {
    border-top-left-radius: 0.6360745116vw;
    border-top-right-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level5-].dd-open:last-child > a span {
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level5-].dd-open:last-child > a span {
    border-bottom-left-radius: 0.6360745116vw;
    border-bottom-right-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level6-] {
  position: relative;
  text-align: left;
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level6-]:first-child > a {
  border-bottom: none;
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level6-]:first-child > a:hover {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level6-]:first-child > a:hover {
    border-top-left-radius: 0.6360745116vw;
    border-top-right-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level6-]:first-child > a span.active {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level6-]:first-child > a span.active {
    border-top-left-radius: 0.6360745116vw;
    border-top-right-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level6-]:last-child > a {
  border-bottom: none;
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level6-]:last-child > a:hover {
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level6-]:last-child > a:hover {
    border-bottom-left-radius: 0.6360745116vw;
    border-bottom-right-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level6-]:last-child > a span.active {
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level6-]:last-child > a span.active {
    border-bottom-left-radius: 0.6360745116vw;
    border-bottom-right-radius: 0.6360745116vw;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level6-] a {
    font-size: calc(var(--submenu-font-size) / var(--4k-ratio) * 1vw);
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level6-] a:hover {
  color: var(--submenu-hover-font-color);
  background: var(--submenu-hover-bg-color);
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level6-] a[aria-haspopup=true]:hover span::after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level6-] .textured-nav-children-level7 {
  border-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level6-] .textured-nav-children-level7 {
    border-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level6-] .textured-nav-children-level7 > li > a {
  border-bottom: 0px solid var(--submenu-separator-color);
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level6-] .textured-nav-children-level7 > li:first-child > a {
  border-bottom: none;
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level6-] .textured-nav-children-level7 > li:first-child > a:hover {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level6-] .textured-nav-children-level7 > li:first-child > a:hover {
    border-top-left-radius: 0.6360745116vw;
    border-top-right-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level6-] .textured-nav-children-level7 > li:first-child > a:hover span.active {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level6-] .textured-nav-children-level7 > li:first-child > a:hover span.active {
    border-top-left-radius: 0.6360745116vw;
    border-top-right-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level6-] .textured-nav-children-level7 > li:last-child > a {
  border-bottom: none;
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level6-] .textured-nav-children-level7 > li:last-child > a:hover {
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level6-] .textured-nav-children-level7 > li:last-child > a:hover {
    border-bottom-left-radius: 0.6360745116vw;
    border-bottom-right-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level6-] .textured-nav-children-level7 > li:last-child > a span.active {
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level6-] .textured-nav-children-level7 > li:last-child > a span.active {
    border-bottom-left-radius: 0.6360745116vw;
    border-bottom-right-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level6-].dd-open:first-child > a span {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level6-].dd-open:first-child > a span {
    border-top-left-radius: 0.6360745116vw;
    border-top-right-radius: 0.6360745116vw;
  }
}
.header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level6-].dd-open:last-child > a span {
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .nav-bg nav .textured-nav .textured-nav-div ul.textured-nav-ul [class*=textured-nav-children-level6-].dd-open:last-child > a span {
    border-bottom-left-radius: 0.6360745116vw;
    border-bottom-right-radius: 0.6360745116vw;
  }
}
@media (max-width: 1199.98px) {
  .header-main-wrapper .nav-bg nav #navigation_menu_open_button.fullscreen-menu-icon {
    padding: 10px 0;
    display: flex;
    justify-content: flex-start;
  }
  .header-main-wrapper .nav-bg nav #navigation_menu_open_button.fullscreen-menu-icon span {
    border-radius: 5px;
    height: 3px;
    background-color: #cdcdcd;
  }
  .header-main-wrapper .nav-bg nav #navigation_menu_open_button.fullscreen-menu-icon span::before {
    background: #cdcdcd;
    width: 16px;
  }
  .header-main-wrapper .nav-bg nav #navigation_menu_open_button.fullscreen-menu-icon span::after {
    right: 0;
    width: 16px;
    background: #cdcdcd;
  }
  .header-main-wrapper .nav-bg nav #navigation_menu_open_button.fullscreen-menu-icon.nav-menu-icon.active span::before, .header-main-wrapper .nav-bg nav #navigation_menu_open_button.fullscreen-menu-icon.nav-menu-icon.active span::after {
    background: #cdcdcd;
    width: 100%;
  }
}
.header-main-wrapper .mem-login-wrapper {
  display: inline-flex;
  z-index: 4;
  flex: 0 0 173px;
  max-width: 173px;
  margin-left: 32px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .mem-login-wrapper {
    flex: 0 0 7.8600636075vw;
    max-width: 7.8600636075vw;
    margin-left: 1.4538845979vw;
  }
}
@media (max-width: 1199.98px) {
  .header-main-wrapper .mem-login-wrapper {
    order: 3;
    flex: 0 0 150px;
    max-width: 150px;
    margin-left: 20px;
  }
}
@media (max-width: 991.98px) {
  .header-main-wrapper .mem-login-wrapper {
    flex: 0 0 80px;
    max-width: 80px;
    margin-left: 0;
  }
}
@media (max-width: 575.98px) {
  .header-main-wrapper .mem-login-wrapper {
    flex: 0 0 65px;
    max-width: 65px;
  }
}
.header-main-wrapper .mem-login-wrapper a {
  background: var(--headerbtn-bg-color);
  color: var(--headerbtn-font-color);
  padding: 1.25rem 0;
  border-radius: calc(var(--BtnborderRadius) * 1px);
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: calc((var(--menu-font-size) - 4) * 1px);
  font-family: "Montserrat", sans-serif;
  font-variation-settings: "wght" 400;
  transition: 0.3s all;
  will-change: background;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
@media (prefers-reduced-motion: reduce) {
  .header-main-wrapper .mem-login-wrapper a {
    transition: none;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .mem-login-wrapper a {
    padding: 0.9086778737vw 0;
    font-size: calc((var(--menu-font-size) - 4) / var(--4k-ratio) * 1vw);
    letter-spacing: 0.0726942299vw;
  }
}
@media (max-width: 1199.98px) {
  .header-main-wrapper .mem-login-wrapper a {
    padding: 1rem 0;
  }
}
@media (max-width: 991.98px) {
  .header-main-wrapper .mem-login-wrapper a {
    font-size: 0;
    letter-spacing: 0;
    padding: 0.5rem 0;
  }
}
@media (max-width: 991.98px) {
  .header-main-wrapper .mem-login-wrapper a::after {
    content: attr(data-title);
    font-family: var(--menu-font-family);
    letter-spacing: 1.2px;
    font-size: calc((var(--menu-font-size) - 4) * 1px);
  }
}
@media (max-width: 575.98px) {
  .header-main-wrapper .mem-login-wrapper a::after {
    font-size: calc((var(--menu-font-size) - 5) * 1px);
  }
}
.header-main-wrapper .mem-login-wrapper a:hover, .header-main-wrapper .mem-login-wrapper a:focus {
  text-decoration: none;
  background: var(--secondary-color);
}
.header-main-wrapper .mem-login-wrapper a:hover {
  -webkit-filter: contrast(1.3);
  filter: contrast(1.3);
}
.header-main-wrapper .smartphone-nav-div {
  font-size: 0px;
  display: none;
  left: -10px;
  position: relative;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .smartphone-nav-div {
    left: -0.4543389368vw;
  }
}
.header-main-wrapper .smartphone-nav-div .menu-text {
  display: block;
  height: 30px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .smartphone-nav-div .menu-text {
    height: 1.3630168105vw;
  }
}
.header-main-wrapper .smartphone-nav-div .menu-text span {
  background: var(--menu-font-color);
  display: block;
  height: 2px;
  position: absolute;
  transition: background ease 0.3s, top ease 0.3s 0.3s, transform ease 0.3s, -webkit-transform ease 0.3s;
  width: 31px;
  left: 0px;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: -9999px;
}
@media (prefers-reduced-motion: reduce) {
  .header-main-wrapper .smartphone-nav-div .menu-text span {
    transition: none;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .smartphone-nav-div .menu-text span {
    height: 0.0908677874vw;
    width: 1.4084507042vw;
  }
}
.header-main-wrapper .smartphone-nav-div .menu-text span::before, .header-main-wrapper .smartphone-nav-div .menu-text span::after {
  content: "";
  background: var(--menu-font-color);
  display: block;
  height: 2px;
  position: absolute;
  transition: background ease 0.3s, top ease 0.3s 0.3s, transform ease 0.3s, -webkit-transform ease 0.3s;
  width: 32px;
}
@media (prefers-reduced-motion: reduce) {
  .header-main-wrapper .smartphone-nav-div .menu-text span::before, .header-main-wrapper .smartphone-nav-div .menu-text span::after {
    transition: none;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .smartphone-nav-div .menu-text span::before, .header-main-wrapper .smartphone-nav-div .menu-text span::after {
    height: 0.0908677874vw;
    width: 1.4538845979vw;
  }
}
.header-main-wrapper .smartphone-nav-div .menu-text span::before {
  top: -10px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .smartphone-nav-div .menu-text span::before {
    top: -0.4543389368vw;
  }
}
.header-main-wrapper .smartphone-nav-div .menu-text span::after {
  top: 10px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .header-main-wrapper .smartphone-nav-div .menu-text span::after {
    top: 0.4543389368vw;
  }
}
.header-main-wrapper #menu-popup-nav {
  background: transparent;
  height: auto;
  padding: 0;
  width: var(--menupopupWidth);
  top: 2.3rem;
  border-top: transparent;
  margin: 0 auto;
  right: var(--menupopupRight);
}
@media (min-width: 1200px) {
  .header-main-wrapper #menu-popup-nav {
    display: none !important;
  }
}
.header-main-wrapper #menu-popup-nav .fullscreen-overlay-content {
  top: 0;
  margin-top: 0;
  padding: 1rem var(--container-padding);
  background: var(--submenu-bg-color);
  z-index: 1;
}
.header-main-wrapper #menu-popup-nav .fullscreen-overlay-content ul {
  margin: 0;
  text-align: left;
  list-style: none;
  padding: 0;
}
.header-main-wrapper #menu-popup-nav .fullscreen-overlay-content ul .fullscreen-menu-popup-nav-parent {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.header-main-wrapper #menu-popup-nav .fullscreen-overlay-content ul .fullscreen-menu-popup-nav-parent ul {
  padding-left: 0.75rem;
}
.header-main-wrapper #menu-popup-nav .fullscreen-overlay-content ul li {
  display: block !important;
  border-bottom: 1.2px solid var(--header-border-color);
}
.header-main-wrapper #menu-popup-nav .fullscreen-overlay-content ul li:first-child a {
  border-top: none;
}
.header-main-wrapper #menu-popup-nav .fullscreen-overlay-content ul li:last-child a {
  border-bottom: none;
}
.header-main-wrapper #menu-popup-nav .fullscreen-overlay-content ul li a {
  display: inline-block;
  font-size: calc((var(--menu-font-size) - 1) * 1px);
  padding: 12px 0;
  line-height: normal;
  -webkit-text-transform: none;
  text-transform: none;
  color: var(--wc-font-color);
  border: none;
}
.header-main-wrapper #menu-popup-nav .fullscreen-overlay-content ul li i {
  color: var(--wc-font-color);
  float: right;
  padding: 15px 10px 0 0px;
  height: 35px;
  width: 35px;
  text-align: center;
  font-size: calc((var(--menu-font-size) + 3) * 1px);
}
.header-main-wrapper #menu-popup-nav .fullscreen-overlay-content ul li:last-child {
  border-bottom: none;
}
.header-main-wrapper .smartphone-nav-div {
  font-size: 0px;
  display: none;
  left: -10px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .header-main-wrapper .smartphone-nav-div {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .header-main-wrapper .smartphone-nav-div {
    padding: 5px 0;
  }
}
.header-main-wrapper .smartphone-nav-div .menu-text {
  display: block;
  height: 30px;
}
.header-main-wrapper .smartphone-nav-div .menu-text span {
  background: var(--header-font-color);
  display: block;
  height: 2px;
  position: absolute;
  transition: background ease 0.3s, top ease 0.3s 0.3s, transform ease 0.3s, -webkit-transform ease 0.3s;
  width: 31px;
  left: 0px;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: -9999px;
}
@media (prefers-reduced-motion: reduce) {
  .header-main-wrapper .smartphone-nav-div .menu-text span {
    transition: none;
  }
}
.header-main-wrapper .smartphone-nav-div .menu-text span::before, .header-main-wrapper .smartphone-nav-div .menu-text span::after {
  content: "";
  background: var(--header-font-color);
  display: block;
  height: 2px;
  position: absolute;
  transition: background ease 0.3s, top ease 0.3s 0.3s, transform ease 0.3s, -webkit-transform ease 0.3s;
  width: 32px;
}
@media (prefers-reduced-motion: reduce) {
  .header-main-wrapper .smartphone-nav-div .menu-text span::before, .header-main-wrapper .smartphone-nav-div .menu-text span::after {
    transition: none;
  }
}
.header-main-wrapper .smartphone-nav-div .menu-text span::before {
  top: -10px;
}
.header-main-wrapper .smartphone-nav-div .menu-text span::after {
  top: 10px;
}
.header-main-wrapper.mobilemenu-open .head-topbar a {
  color: var(--white-color);
}
.header-main-wrapper.mobilemenu-open .head-topbar a i {
  color: var(--white-color);
}
.header-main-wrapper.mobilemenu-open .head-topbar .social-links .ss-link {
  color: var(--white-color);
}
.header-main-wrapper.mobilemenu-open .head-nav-area::before {
  --linewidth: calc(var(--menufullwidth) - 2rem);
  background: #2f7c9b;
}
@media (max-width: 991.98px) {
  .header-main-wrapper.mobilemenu-open .head-nav-area::before {
    --linewidth: calc(var(--menufullwidth) - 1.1rem);
  }
}
@media (max-width: 575.98px) {
  .header-main-wrapper.mobilemenu-open .head-nav-area::before {
    --linewidth: calc(var(--menufullwidth) - 3.6rem);
  }
}
.header-main-wrapper.mobilemenu-open .head-topbar a {
  color: var(--white-color);
}
.header-main-wrapper.mobilemenu-open .head-topbar a i {
  color: var(--white-color);
}
.header-main-wrapper.mobilemenu-open .head-topbar .social-links .ss-link {
  color: var(--white-color);
}

footer {
  position: relative;
  width: 100%;
  bottom: 0;
  background-color: var(--footer-bg-color);
  color: var(--footer-font-color);
  line-height: var(--wc-base-lineHeight);
  font-size: calc(var(--footer-font-size) * 1px);
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  padding-top: 0px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  footer {
    font-size: calc(var(--footer-font-size) / var(--4k-ratio) * 1vw);
    bottom: 0;
    padding-top: 0px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1365.98px) {
  footer {
    font-size: calc((var(--footer-font-size) - 2) * 1px);
  }
}
@media (max-width: 767.98px) {
  footer {
    padding-top: 20px;
  }
}
footer .footer-info-wrapper a {
  transition: 0.1s linear;
  color: var(--footer-font-color);
  position: relative;
}
footer .footer-info-wrapper a:hover {
  text-decoration: none;
  color: var(--footer-font-color);
  background: transparent;
  text-decoration: none;
}
footer .footer-info-wrapper a:hover:after {
  width: 100%;
  left: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  footer .footer-info-wrapper a:hover:after {
    left: 0;
  }
}
footer .footer-info-wrapper a:after {
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 0;
  height: 1px;
  content: "";
  transition: all 0.2s 0s ease-out;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  footer .footer-info-wrapper a:after {
    bottom: -0.2271694684vw;
    height: 0.0454338937vw;
    width: 0;
  }
}
footer .footer-info-wrapper .footer-top-area {
  padding: 20px 0;
  border-top: 1px solid var(--footer-separator-color);
  border-bottom: 1px solid var(--footer-separator-color);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  footer .footer-info-wrapper .footer-top-area {
    padding: 0.9995456611vw 0;
  }
}
@media (max-width: 767.98px) {
  footer .footer-info-wrapper .footer-top-area {
    padding: 30px 0;
    border-top: none;
  }
}
@media (max-width: 767.98px) {
  footer .footer-info-wrapper .footer-contact-info {
    margin: 30px 0;
  }
}
footer .footer-info-wrapper .footer-contact-info p {
  margin: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  footer .footer-info-wrapper .footer-contact-info p {
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  footer .footer-info-wrapper .footer-logo {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--footer-separator-color);
    justify-content: center;
  }
}
footer .footer-info-wrapper .footer-logo img {
  max-width: 205px;
  width: 100%;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  footer .footer-info-wrapper .footer-logo img {
    max-width: 9.3139482054vw;
  }
}
@media (max-width: 1199.98px) {
  footer .footer-info-wrapper .footer-logo img {
    max-width: 160px;
  }
}
@media (max-width: 1199.98px) {
  footer .footer-info-wrapper .footer-logo img {
    max-width: 150px;
  }
}
footer .footer-info-wrapper .footer-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  footer .footer-info-wrapper .footer-links {
    align-items: flex-start;
    flex-direction: column;
  }
}
footer .footer-info-wrapper .footer-links .f-quick-links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  footer .footer-info-wrapper .footer-links .f-quick-links {
    font-size: calc((var(--footer-font-size) - 2) * 1px);
  }
}
@media (max-width: 991.98px) {
  footer .footer-info-wrapper .footer-links .f-quick-links {
    font-size: calc((var(--footer-font-size) - 5) * 1px);
  }
}
@media (max-width: 767.98px) {
  footer .footer-info-wrapper .footer-links .f-quick-links {
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 20px;
    margin: 0 auto;
  }
}
footer .footer-info-wrapper .footer-links .f-quick-links ul {
  display: flex;
  flex-direction: row;
  gap: 80px;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  footer .footer-info-wrapper .footer-links .f-quick-links ul {
    gap: 3.6347114948vw;
    padding: 0;
    margin: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  footer .footer-info-wrapper .footer-links .f-quick-links ul {
    gap: 60px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1365.98px) {
  footer .footer-info-wrapper .footer-links .f-quick-links ul {
    gap: 20px;
  }
}
@media (max-width: 1199.98px) {
  footer .footer-info-wrapper .footer-links .f-quick-links ul {
    gap: 0;
  }
}
@media (max-width: 991.98px) {
  footer .footer-info-wrapper .footer-links .f-quick-links ul {
    gap: 0;
  }
}
@media (max-width: 767.98px) {
  footer .footer-info-wrapper .footer-links .f-quick-links ul {
    flex-wrap: wrap;
    text-align: center;
    gap: 0;
    line-height: normal;
  }
}
@media (max-width: 1199.98px) {
  footer .footer-info-wrapper .footer-links .f-quick-links ul li {
    padding: 0 10px;
  }
}
@media (max-width: 991.98px) {
  footer .footer-info-wrapper .footer-links .f-quick-links ul li {
    padding: 0 5px;
  }
}
@media (max-width: 767.98px) {
  footer .footer-info-wrapper .footer-links .f-quick-links ul li {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  footer .footer-info-wrapper .footer-links .f-quick-links ul li a {
    padding: 0 0 35px;
    width: 100%;
    display: block;
  }
}
footer .footer-info-wrapper .footer-links .f-quick-links ul li a:hover {
  color: var(--secondary-color);
}
footer .footer-info-wrapper .footer-links ul.f-social-icons {
  display: flex;
  gap: 22px;
  justify-content: flex-end;
  padding: 0;
  margin: 0 0 0 70px;
  list-style: none;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  footer .footer-info-wrapper .footer-links ul.f-social-icons {
    gap: 0.9995456611vw;
    margin: 0 0 0 3.1803725579vw;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1365.98px) {
  footer .footer-info-wrapper .footer-links ul.f-social-icons {
    margin-left: 30px;
    gap: 18px;
  }
}
@media (max-width: 1199.98px) {
  footer .footer-info-wrapper .footer-links ul.f-social-icons {
    margin-left: 20px;
    gap: 0;
  }
}
@media (max-width: 767.98px) {
  footer .footer-info-wrapper .footer-links ul.f-social-icons {
    margin: 0 auto;
    justify-content: center;
  }
}
@media (max-width: 1199.98px) {
  footer .footer-info-wrapper .footer-links ul.f-social-icons li {
    padding-left: 10px;
  }
}
@media (max-width: 767.98px) {
  footer .footer-info-wrapper .footer-links ul.f-social-icons li {
    padding-left: 15px;
  }
}
footer .footer-info-wrapper .footer-links ul.f-social-icons li a {
  font-size: calc((var(--footer-font-size) + 6) * 1px);
  font-weight: 600;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  color: #707070;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  footer .footer-info-wrapper .footer-links ul.f-social-icons li a {
    font-size: calc((var(--footer-font-size) + 6) / var(--4k-ratio0) * 1vw);
    width: 1.0904134484vw;
    height: 1.0904134484vw;
  }
}
footer .footer-info-wrapper .footer-links ul.f-social-icons li a:hover.ss-facebook, footer .footer-info-wrapper .footer-links ul.f-social-icons li a:focus.ss-facebook {
  color: var(--facebook-color);
}
footer .footer-info-wrapper .footer-links ul.f-social-icons li a:hover.ss-insta, footer .footer-info-wrapper .footer-links ul.f-social-icons li a:focus.ss-insta {
  color: var(--insta-color);
}
footer .footer-info-wrapper .footer-links ul.f-social-icons li a:hover.ss-linkedin, footer .footer-info-wrapper .footer-links ul.f-social-icons li a:focus.ss-linkedin {
  color: var(--linkedin-color);
}
footer .footer-info-wrapper .footer-links ul.f-social-icons li a:hover.ss-youtube, footer .footer-info-wrapper .footer-links ul.f-social-icons li a:focus.ss-youtube {
  color: var(--youtube-color);
}
footer .footer-info-wrapper .footer-links ul.f-social-icons li:last-child {
  padding-right: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  footer .footer-info-wrapper .footer-links ul.f-social-icons li:last-child {
    padding-right: 0;
  }
}
footer .footer-info-wrapper .footer-links ul.f-social-icons li:first-child {
  padding-right: 2px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  footer .footer-info-wrapper .footer-links ul.f-social-icons li:first-child {
    padding-right: 0.0908677874vw;
  }
}
footer .footer-info-wrapper .footer-bottom-area {
  padding: 20px 0;
  justify-content: center;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  footer .footer-info-wrapper .footer-bottom-area {
    padding: 0.9086778737vw 0;
  }
}
@media (max-width: 767.98px) {
  footer .footer-info-wrapper .footer-bottom-area {
    padding: 30px 0;
  }
}
footer .footer-info-wrapper .footer-bottom-area .footer-copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 1199.98px) {
  footer .footer-info-wrapper .footer-bottom-area .footer-copyright {
    font-size: calc((var(--footer-font-size) - 2) * 1px);
  }
}
@media (max-width: 767.98px) {
  footer .footer-info-wrapper .footer-bottom-area .footer-copyright span {
    display: block;
  }
}
footer .footer-info-wrapper .footer-bottom-area .footer-copyright span.copyright-border {
  color: var(--secondary-color);
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  footer .footer-info-wrapper .footer-bottom-area .footer-copyright span.copyright-border {
    padding-left: 0.6815084053vw;
    padding-right: 0.6815084053vw;
  }
}
@media (max-width: 767.98px) {
  footer .footer-info-wrapper .footer-bottom-area .footer-copyright span.copyright-border {
    display: none;
  }
}
footer .footer-info-wrapper .footer-bottom-area .footer-copyright p {
  margin-bottom: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  footer .footer-info-wrapper .footer-bottom-area .footer-copyright p {
    margin-bottom: 0;
  }
}

html, body {
  height: 100%;
  min-height: 100%;
  width: 100%;
}

body {
  font-family: var(--wc-font-family);
  font-size: calc(var(--wc-font-size) * 1px);
  color: var(--wc-font-color);
  line-height: normal;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  body {
    font-size: calc(var(--wc-font-size) / var(--4k-ratio) * 1vw);
  }
}
@media (max-width: 1440.98px) {
  body {
    font-size: calc((var(--wc-font-size) - 2) * 1px);
  }
}
@media (max-width: 575.98px) {
  body {
    font-size: calc(var(--wc-mobile-font-size) * 1px);
  }
}
body.body-overflow {
  overflow: hidden;
}
body a {
  color: var(--link-color);
}
body a:hover {
  color: var(--link-color-hover);
}
body a:hover, body a:focus {
  text-decoration: none;
}
body a[href*=mailto] {
  color: var(--primary-color);
}
body a[href*=mailto]:hover {
  color: var(--primary-hover-color);
}
body.site ::selection {
  color: #fff;
  background: #6b907f;
}

.container {
  max-width: 100%;
  padding: 0 var(--container-padding);
}
@media (max-width: 991.98px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .container {
    width: 100%;
  }
}

#push {
  position: relative;
  min-height: 290px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #push {
    min-height: 14vw;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  #push {
    min-height: 316px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #push {
    min-height: 365px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #push {
    min-height: 455px;
  }
}
@media only screen and (max-width: 767px) {
  #push {
    min-height: 815px;
  }
}

.body-inner-wrap {
  min-height: 100%;
  position: relative;
}

#back-top {
  bottom: 6%;
  right: 30px;
  position: fixed;
  z-index: 120;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  #back-top {
    bottom: 12%;
    right: 10px;
  }
}
#back-top a {
  display: block;
  text-align: center;
  padding: 0px;
  transition: all 1s ease 0s;
}
#back-top a i {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 25px;
}

.page404 #portlet_status {
  max-width: 100%;
  padding: var(--section-padding) var(--container-padding);
  margin-bottom: 0;
}
.page404 #portlet_status .seperator {
  border-color: var(--wc-border-color);
}
.page404 #portlet_status a {
  margin: 0;
  background: var(--primary-color);
  font-size: calc(var(--wc-font-size) * 1px);
  padding: 10px 20px;
  color: var(--btn-text-color);
  border-radius: var(--BtnborderRadius);
  font-family: var(--wc-font-family);
  box-shadow: none;
  border: 1px solid transparent;
  font-weight: normal;
  transition: 0.5s background-color;
  will-change: background-color;
  line-height: 1.5;
  text-align: center;
  line-height: normal;
  display: inline-flex;
}
@media (prefers-reduced-motion: reduce) {
  .page404 #portlet_status a {
    transition: none;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .page404 #portlet_status a {
    font-size: calc(var(--wc-font-size) / var(--4k-ratio) * 1vw);
    margin: 0;
    padding: 0.4543389368vw 0.9086778737vw;
  }
}
@media (max-width: 991.98px) {
  .page404 #portlet_status a {
    font-size: calc((var(--wc-font-size) - 2) * 1px);
  }
}
.page404 #portlet_status a:hover {
  background: var(--primary-color-hover);
  color: var(--btn-text-hover);
  -moz-text-decoration: none;
}
.page404 #portlet_status a:hover, .page404 #portlet_status a:focus {
  text-decoration: none;
}
.page404 #portlet_status a:not([disabled]):not(.disabled):active, .page404 #portlet_status a:not([disabled]):not(.disabled).active {
  background: var(--primary-color-hover);
  color: var(--btn-text-hover);
  -moz-text-decoration: none;
}
.page404 .header-main-wrapper {
  position: relative;
  background: var(--header-bg-color);
}

.cst-section {
  padding: var(--section-padding) 0;
}

.content-layout {
  --section-padding: 80px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .content-layout {
    --section-padding: 3.6347114948vw;
  }
}
@media (max-width: 1199.98px) {
  .content-layout {
    --section-padding: 80px;
  }
}
@media (max-width: 767.98px) {
  .content-layout {
    --section-padding: 50px;
  }
}
.content-layout .cst-section.cl-wrapper-banner {
  padding: 0;
}

.unique-layout .cst-section.cl-wrapper-banner {
  padding: 0;
}

#main-content.has_pt {
  padding-top: var(--headerHeight);
}
#main-content.has_banner_cst {
  padding-top: var(--hasBanner);
}

#wrapper {
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .hidden-phone {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .hidden-cst-lg {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-desktop {
    display: none !important;
  }
}

.page404 .header-main-wrapper .main-logo-wrapper .site-title .logo img {
  filter: invert(0.5) brightness(100);
}

#main-content.has_pt {
  transition: 0.5s all;
}

#ui-area {
  /* content layout */
  /* end content layout */
  /* Bio Listing Begins*/
  /* Bio Listing End */
  /*start side navigation*/
  /*end side navigation*/
}
#ui-area section.portlet .ui-commandlink.ui-area-btn-secondry {
  font-family: "Montserrat", sans-serif;
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.6px;
  padding: 18px 50px;
  font-family: "Montserrat", sans-serif;
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area section.portlet .ui-commandlink.ui-area-btn-secondry {
    font-size: 0.6360745116vw;
    letter-spacing: 0.0726942299vw;
    padding: 0.8178100863vw 2.2716946842vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area section.portlet .ui-commandlink.ui-area-btn-secondry {
    padding: 15px 40px;
  }
}
#ui-area h1,
#ui-area h2,
#ui-area h3,
#ui-area h4 {
  font-weight: 400;
}
#ui-area h2 {
  font-family: var(--wc-heading-font-family2);
}
@media (max-width: 1440.98px) {
  #ui-area h2 {
    font-size: calc((var(--wc-fs-heading2) - 2) * 1px);
  }
}
@media (max-width: 1199.98px) {
  #ui-area h2 {
    font-size: calc((var(--wc-fs-heading2) - 8) * 1px);
  }
}
@media (max-width: 1440.98px) {
  #ui-area h4 {
    font-size: calc(var(--wc-fs-heading4) * 1px);
  }
}
@media (max-width: 1199.98px) {
  #ui-area h4 {
    font-size: calc((var(--wc-fs-heading4) - 2) * 1px);
  }
}
#ui-area h5 {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 1440.98px) {
  #ui-area h5 {
    font-size: calc(var(--wc-fs-heading5) * 1px);
  }
}
@media (max-width: 1199.98px) {
  #ui-area h5 {
    font-size: calc((var(--wc-fs-heading5) - 2) * 1px);
  }
}
#ui-area h6 {
  font-weight: 700;
}
@media (max-width: 1440.98px) {
  #ui-area h6 {
    font-size: calc(var(--wc-fs-heading6) * 1px);
  }
}
@media (max-width: 1199.98px) {
  #ui-area h6 {
    font-size: calc((var(--wc-fs-heading6) - 2) * 1px);
  }
}
#ui-area small, #ui-area .small {
  font-size: calc((var(--wc-font-size) - 2) * 1px);
  color: var(--heading-color6);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area small, #ui-area .small {
    font-size: calc((var(--wc-font-size) - 2) / var(--4k-ratio) * 1vw);
  }
}
@media (max-width: 1365.99px) {
  #ui-area small, #ui-area .small {
    font-size: calc((var(--wc-font-size) - 4) * 1px);
  }
}
@media screen and (min-width: 1366px) and (max-width: 1899.98px) {
  #ui-area .ui-widget .ui-widget:not(.pi) label {
    font-size: calc((var(--wc-font-size) - 2) * 1px);
  }
}
@media (max-width: 1365.99px) {
  #ui-area .ui-widget .ui-widget:not(.pi) label {
    font-size: calc((var(--wc-font-size) - 4) * 1px);
  }
}
#ui-area .header-main-wrapper #menu-popup-nav {
  right: inherit;
  left: var(--menupopupRight);
  top: calc(var(--headerHeightforPL) - 40px);
}
#ui-area .form-designer-portlet h1 {
  color: var(--heading-color1);
  font-family: var(--wc-heading-font-family1);
  font-size: 48px;
  letter-spacing: 0;
  font-weight: 400;
  line-height: var(--wc-headingLineHeight);
  margin-bottom: 13px;
  -webkit-text-transform: none;
  text-transform: none;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .form-designer-portlet h1 {
    font-size: 2.1808268969vw;
    margin-bottom: 0.5906406179vw;
    letter-spacing: 0;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .form-designer-portlet h1 {
    font-size: 40px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .form-designer-portlet h1 {
    font-size: 36px;
  }
}
@media (max-width: 991.98px) {
  #ui-area .form-designer-portlet h1 {
    font-size: 38px;
  }
}
#ui-area .form-designer-portlet .fd-display-container .ui-widget-content {
  border: none;
}
#ui-area .form-designer-portlet .fd-display-container .fd-header-html {
  text-align: center;
}
#ui-area .form-designer-portlet .fd-display-container .fd-questions .fd-question .ui-panel .ui-panel-content .ui-calendar {
  height: 100%;
}
#ui-area .form-designer-portlet .fd-display-container .fd-questions label {
  -webkit-text-transform: none;
  text-transform: none;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
  color: #000;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .form-designer-portlet .fd-display-container .fd-questions label {
    letter-spacing: 0;
  }
}
#ui-area .form-designer-portlet .fd-display-container .fd-questions .fd-section-name .ui-panel-content input {
  border-color: rgb(214, 214, 214);
  box-shadow: none;
}
#ui-area .form-designer-portlet .fd-display-container .fd-questions .fd-section-name .ui-panel-content textarea {
  width: 100%;
  border-color: rgb(214, 214, 214);
  background-color: rgb(245, 251, 255);
}
#ui-area .form-designer-portlet .fd-display-container .ui-grid-col-2.btn-responsive {
  display: flex;
  justify-content: flex-end;
  flex: 0 0 100%;
  flex-direction: column;
  max-width: 100%;
  text-align: right;
  align-items: flex-end;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  -webkit-text-transform: none;
  text-transform: none;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .form-designer-portlet .fd-display-container .ui-grid-col-2.btn-responsive {
    font-size: 0.8178100863vw;
    padding-left: 0.726942299vw;
    padding-right: 0.726942299vw;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1899.98px) {
  #ui-area .form-designer-portlet .fd-display-container .ui-grid-col-2.btn-responsive {
    font-size: 16px;
  }
}
@media (max-width: 1365.99px) {
  #ui-area .form-designer-portlet .fd-display-container .ui-grid-col-2.btn-responsive {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .form-designer-portlet .fd-display-container .ui-grid-col-2.btn-responsive {
    align-items: center;
  }
}
#ui-area .form-designer-portlet .fd-display-container .ui-grid-col-2.btn-responsive a {
  max-width: max-content;
}
#ui-area .form-designer-portlet .fd-display-container .ui-grid-col-2.btn-responsive .ui-commandlink {
  font-size: 14px;
  letter-spacing: 1.6px;
  padding: 18px 50px;
  font-family: "Montserrat", sans-serif;
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .form-designer-portlet .fd-display-container .ui-grid-col-2.btn-responsive .ui-commandlink {
    font-size: 0.6360745116vw;
    letter-spacing: 0.0726942299vw;
    padding: 0.8178100863vw 2.2716946842vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .form-designer-portlet .fd-display-container .ui-grid-col-2.btn-responsive .ui-commandlink {
    padding: 15px 40px;
  }
}
#ui-area .form-designer-portlet .ui-selectonemenu,
#ui-area .form-designer-portlet input {
  height: 65px;
  box-shadow: none;
  background-color: rgb(245, 251, 255);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .form-designer-portlet .ui-selectonemenu,
  #ui-area .form-designer-portlet input {
    height: 2.9532030895vw;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .form-designer-portlet .ui-selectonemenu,
  #ui-area .form-designer-portlet input {
    height: 40px;
  }
}
#ui-area .form-designer-portlet .ui-selectonemenu .ui-selectonemenu-trigger,
#ui-area .form-designer-portlet input .ui-selectonemenu-trigger {
  background: rgb(245, 251, 255);
  box-shadow: none;
}
#ui-area .form-designer-portlet .ui-selectonemenu .ui-inputfield,
#ui-area .form-designer-portlet input .ui-inputfield {
  background: rgb(245, 251, 255);
  box-shadow: none;
}
#ui-area .form-designer-portlet .ui-selectoneradio .ui-radiobutton .ui-radiobutton-box.ui-state-active {
  box-shadow: none;
  background: #007ad9;
}
#ui-area .form-designer-portlet .ui-selectoneradio .ui-radiobutton .ui-radiobutton-box.ui-state-active .ui-radiobutton-icon {
  background-image: none;
}
#ui-area .form-designer-portlet #ui-datepicker-div {
  max-width: 18.571em;
  z-index: 9 !important;
}
#ui-area .form-designer-portlet #ui-datepicker-div .ui-datepicker-calendar .ui-state-default {
  color: var(--wc-font-color);
  text-shadow: none;
  font-weight: normal;
}
#ui-area .form-designer-portlet #ui-datepicker-div .ui-datepicker-header {
  border: none;
  background: transparent;
}
#ui-area .webc-container .btn,
#ui-area .html-generator-portlet .btn {
  font-family: "Montserrat", sans-serif;
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  font-size: calc((var(--wc-font-size) - 4) * 1px);
  letter-spacing: 0.1em;
  padding: 20px 45px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .webc-container .btn,
  #ui-area .html-generator-portlet .btn {
    font-size: calc((var(--wc-font-size) - 4) / var(--4k-ratio) * 1vw);
    letter-spacing: 0.0726942299vw;
    padding: 0.9086778737vw 2.0445252158vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .webc-container .btn,
  #ui-area .html-generator-portlet .btn {
    padding: 18px 40px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .webc-container .btn,
  #ui-area .html-generator-portlet .btn {
    padding: 15px 35px;
  }
}
#ui-area .webc-container .btn.secondary,
#ui-area .html-generator-portlet .btn.secondary {
  font-size: calc((var(--wc-font-size) - 4) * 1px);
  letter-spacing: 0.1em;
  font-family: "Montserrat", sans-serif;
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  background: var(--secondary-color);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .webc-container .btn.secondary,
  #ui-area .html-generator-portlet .btn.secondary {
    font-size: calc((var(--wc-font-size) - 4) / var(--4k-ratio) * 1vw);
    letter-spacing: 0.0726942299vw;
  }
}
#ui-area .webc-container .btn.secondary:hover,
#ui-area .html-generator-portlet .btn.secondary:hover {
  background-color: var(--secondary-color-hover);
}
#ui-area .webc-container .return-link,
#ui-area .html-generator-portlet .return-link {
  background: transparent;
  color: var(--primary-color);
  border-radius: calc(var(--BtnborderRadius) * 1px);
  border: 1px solid var(--primary-color);
  transition: 0.5s all;
  will-change: background-color, color, border-color;
  text-align: center;
  line-height: normal;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
  -webkit-text-transform: capitalize;
  text-transform: capitalize;
  letter-spacing: 0.1em;
  font-size: calc(var(--wc-font-size) * 1px);
  margin: 10px 0 0;
  padding: 20px 45px;
}
@media (prefers-reduced-motion: reduce) {
  #ui-area .webc-container .return-link,
  #ui-area .html-generator-portlet .return-link {
    transition: none;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .webc-container .return-link,
  #ui-area .html-generator-portlet .return-link {
    font-size: calc((var(--wc-font-size) - 2) / var(--4k-ratio) * 1vw);
    letter-spacing: 0;
    padding: 0.9086778737vw 2.0445252158vw;
    margin: 0.4543389368vw 0 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1899.98px) {
  #ui-area .webc-container .return-link,
  #ui-area .html-generator-portlet .return-link {
    font-size: calc((var(--wc-font-size) - 2) * 1px);
  }
}
@media (max-width: 1440.98px) {
  #ui-area .webc-container .return-link,
  #ui-area .html-generator-portlet .return-link {
    padding: 18px 40px;
  }
}
@media (max-width: 1365.99px) {
  #ui-area .webc-container .return-link,
  #ui-area .html-generator-portlet .return-link {
    font-size: calc((var(--wc-font-size) - 4) * 1px);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .webc-container .return-link,
  #ui-area .html-generator-portlet .return-link {
    padding: 15px 35px;
  }
}
#ui-area .webc-container .return-link:hover,
#ui-area .html-generator-portlet .return-link:hover {
  background-color: var(--primary-color-hover);
  color: var(--btn-text-color);
  border: 1px solid var(--primary-color-hover);
}
#ui-area .webc-container .arrow,
#ui-area .webc-container .btn-wc-primary,
#ui-area .html-generator-portlet .arrow,
#ui-area .html-generator-portlet .btn-wc-primary {
  position: relative;
  z-index: 10;
  cursor: pointer;
  background: none;
  color: var(--primary-color);
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  height: 70px;
  font-weight: 500;
  line-height: 160%;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
  -webkit-text-transform: capitalize;
  text-transform: capitalize;
  font-size: calc(var(--wc-font-size) * 1px);
  padding: 0 36px;
  margin-left: 23px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .webc-container .arrow,
  #ui-area .webc-container .btn-wc-primary,
  #ui-area .html-generator-portlet .arrow,
  #ui-area .html-generator-portlet .btn-wc-primary {
    letter-spacing: 0;
    height: 3.1803725579vw;
    font-size: calc((var(--wc-font-size) - 2) / var(--4k-ratio) * 1vw);
    padding: 0 1.6356201726vw;
    margin-left: 1.0449795547vw;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1899.98px) {
  #ui-area .webc-container .arrow,
  #ui-area .webc-container .btn-wc-primary,
  #ui-area .html-generator-portlet .arrow,
  #ui-area .html-generator-portlet .btn-wc-primary {
    font-size: calc((var(--wc-font-size) - 2) * 1px);
  }
}
@media (max-width: 1365.99px) {
  #ui-area .webc-container .arrow,
  #ui-area .webc-container .btn-wc-primary,
  #ui-area .html-generator-portlet .arrow,
  #ui-area .html-generator-portlet .btn-wc-primary {
    font-size: calc((var(--wc-font-size) - 4) * 1px);
  }
}
#ui-area .webc-container .arrow:before,
#ui-area .webc-container .btn-wc-primary:before,
#ui-area .html-generator-portlet .arrow:before,
#ui-area .html-generator-portlet .btn-wc-primary:before {
  content: "";
  background-image: url(../images/club-images/learnMoreArrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  margin-left: auto;
  left: -23px;
  width: 41px;
  height: 8px;
  transition: 0.5s ease-in-out;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .webc-container .arrow:before,
  #ui-area .webc-container .btn-wc-primary:before,
  #ui-area .html-generator-portlet .arrow:before,
  #ui-area .html-generator-portlet .btn-wc-primary:before {
    left: -1.0449795547vw;
    width: 1.8627896411vw;
    height: 0.3634711495vw;
  }
}
#ui-area .webc-container .arrow:after,
#ui-area .webc-container .btn-wc-primary:after,
#ui-area .html-generator-portlet .arrow:after,
#ui-area .html-generator-portlet .btn-wc-primary:after {
  background-color: var(--primary-color);
  content: "";
  position: absolute;
  transition: all 0.25s ease-out;
  transition-delay: 0.4s;
  height: 0;
  right: 0;
  top: 0;
  width: 1px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .webc-container .arrow:after,
  #ui-area .webc-container .btn-wc-primary:after,
  #ui-area .html-generator-portlet .arrow:after,
  #ui-area .html-generator-portlet .btn-wc-primary:after {
    height: 0;
    right: 0;
    top: 0;
    width: 0.0454338937vw;
  }
}
#ui-area .webc-container .arrow span,
#ui-area .webc-container .btn-wc-primary span,
#ui-area .html-generator-portlet .arrow span,
#ui-area .html-generator-portlet .btn-wc-primary span {
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .webc-container .arrow span,
  #ui-area .webc-container .btn-wc-primary span,
  #ui-area .html-generator-portlet .arrow span,
  #ui-area .html-generator-portlet .btn-wc-primary span {
    left: 0;
    top: 0;
  }
}
#ui-area .webc-container .arrow span:first-child:before,
#ui-area .webc-container .btn-wc-primary span:first-child:before,
#ui-area .html-generator-portlet .arrow span:first-child:before,
#ui-area .html-generator-portlet .btn-wc-primary span:first-child:before {
  background-color: var(--primary-color);
  content: "";
  opacity: 1;
  position: absolute;
  transition: all 0.15s ease-out;
  transition-delay: 0.75s;
  width: 0;
  height: 1px;
  left: 0;
  top: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .webc-container .arrow span:first-child:before,
  #ui-area .webc-container .btn-wc-primary span:first-child:before,
  #ui-area .html-generator-portlet .arrow span:first-child:before,
  #ui-area .html-generator-portlet .btn-wc-primary span:first-child:before {
    width: 0;
    height: get4(1px);
    left: 0;
    top: 0;
  }
}
#ui-area .webc-container .arrow span:first-child:after,
#ui-area .webc-container .btn-wc-primary span:first-child:after,
#ui-area .html-generator-portlet .arrow span:first-child:after,
#ui-area .html-generator-portlet .btn-wc-primary span:first-child:after {
  background-color: var(--primary-color);
  content: "";
  position: absolute;
  transition: all 0.15s ease-out;
  transition-delay: 0.9s;
  left: 0;
  bottom: 70%;
  height: 0;
  width: 1px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .webc-container .arrow span:first-child:after,
  #ui-area .webc-container .btn-wc-primary span:first-child:after,
  #ui-area .html-generator-portlet .arrow span:first-child:after,
  #ui-area .html-generator-portlet .btn-wc-primary span:first-child:after {
    height: 0;
    left: 0;
    width: 0.0454338937vw;
  }
}
#ui-area .webc-container .arrow span:nth-child(2):before,
#ui-area .webc-container .btn-wc-primary span:nth-child(2):before,
#ui-area .html-generator-portlet .arrow span:nth-child(2):before,
#ui-area .html-generator-portlet .btn-wc-primary span:nth-child(2):before {
  background-color: var(--primary-color);
  content: "";
  position: absolute;
  transition: all 0.15s ease-out;
  transition-delay: 0.15s;
  bottom: 0;
  right: 0;
  left: unset;
  width: 0;
  height: 1px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .webc-container .arrow span:nth-child(2):before,
  #ui-area .webc-container .btn-wc-primary span:nth-child(2):before,
  #ui-area .html-generator-portlet .arrow span:nth-child(2):before,
  #ui-area .html-generator-portlet .btn-wc-primary span:nth-child(2):before {
    bottom: 0;
    right: 0;
    width: 0;
    height: 0.0454338937vw;
  }
}
#ui-area .webc-container .arrow span:nth-child(2):after,
#ui-area .webc-container .btn-wc-primary span:nth-child(2):after,
#ui-area .html-generator-portlet .arrow span:nth-child(2):after,
#ui-area .html-generator-portlet .btn-wc-primary span:nth-child(2):after {
  content: "";
  position: absolute;
  background-color: var(--primary-color);
  bottom: 0;
  left: 0;
  height: 0;
  width: 1px;
  transition: all 0.15s ease-out;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .webc-container .arrow span:nth-child(2):after,
  #ui-area .webc-container .btn-wc-primary span:nth-child(2):after,
  #ui-area .html-generator-portlet .arrow span:nth-child(2):after,
  #ui-area .html-generator-portlet .btn-wc-primary span:nth-child(2):after {
    bottom: 0;
    left: 0;
    height: 0;
    width: 0.0454338937vw;
  }
}
#ui-area .webc-container .arrow:hover span:first-child:before,
#ui-area .webc-container .btn-wc-primary:hover span:first-child:before,
#ui-area .html-generator-portlet .arrow:hover span:first-child:before,
#ui-area .html-generator-portlet .btn-wc-primary:hover span:first-child:before {
  transition: all 0.15s ease-out;
  transition-delay: 0.25s;
  width: 100%;
}
#ui-area .webc-container .arrow:hover span:first-child:after,
#ui-area .webc-container .btn-wc-primary:hover span:first-child:after,
#ui-area .html-generator-portlet .arrow:hover span:first-child:after,
#ui-area .html-generator-portlet .btn-wc-primary:hover span:first-child:after {
  height: 20px;
  transition: all 0.15s ease-out;
  transition-delay: 0s;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .webc-container .arrow:hover span:first-child:after,
  #ui-area .webc-container .btn-wc-primary:hover span:first-child:after,
  #ui-area .html-generator-portlet .arrow:hover span:first-child:after,
  #ui-area .html-generator-portlet .btn-wc-primary:hover span:first-child:after {
    height: 0.9086778737vw;
  }
}
#ui-area .webc-container .arrow:hover span:nth-child(2):before,
#ui-area .webc-container .btn-wc-primary:hover span:nth-child(2):before,
#ui-area .html-generator-portlet .arrow:hover span:nth-child(2):before,
#ui-area .html-generator-portlet .btn-wc-primary:hover span:nth-child(2):before {
  transition: all 0.15s ease-out;
  transition-delay: 0.65s;
  width: 100%;
}
#ui-area .webc-container .arrow:hover span:nth-child(2):after,
#ui-area .webc-container .btn-wc-primary:hover span:nth-child(2):after,
#ui-area .html-generator-portlet .arrow:hover span:nth-child(2):after,
#ui-area .html-generator-portlet .btn-wc-primary:hover span:nth-child(2):after {
  height: 20px;
  transition: all 0.15s ease-out;
  transition-delay: 0.9s;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .webc-container .arrow:hover span:nth-child(2):after,
  #ui-area .webc-container .btn-wc-primary:hover span:nth-child(2):after,
  #ui-area .html-generator-portlet .arrow:hover span:nth-child(2):after,
  #ui-area .html-generator-portlet .btn-wc-primary:hover span:nth-child(2):after {
    height: 0.9086778737vw;
  }
}
#ui-area .webc-container .arrow:hover:after,
#ui-area .webc-container .btn-wc-primary:hover:after,
#ui-area .html-generator-portlet .arrow:hover:after,
#ui-area .html-generator-portlet .btn-wc-primary:hover:after {
  height: 100%;
  transition-delay: 0.4s;
}
#ui-area .portlet-breadcrumb nav ol.breadcrumb {
  display: flex;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  margin-bottom: 36px;
  padding: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .portlet-breadcrumb nav ol.breadcrumb {
    margin-bottom: 1.6356201726vw;
    padding: 0;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .portlet-breadcrumb nav ol.breadcrumb {
    margin-bottom: 26px;
  }
}
#ui-area .portlet-breadcrumb nav ol.breadcrumb li.breadcrumb-item {
  position: relative;
  font-family: var(--menu-font-family);
  font-size: 14px;
  margin-right: 0.5em;
  padding: 10px 20px;
  margin-right: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .portlet-breadcrumb nav ol.breadcrumb li.breadcrumb-item {
    font-size: 0.6360745116vw;
    margin-right: 0.3634711495vw;
    padding: 0.4543389368vw 0.9086778737vw;
    margin-right: 0;
  }
}
#ui-area .portlet-breadcrumb nav ol.breadcrumb li.breadcrumb-item::before {
  content: "";
  float: inherit;
  background-image: none;
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  margin-top: 0;
  padding: 0;
  border-radius: 100%;
  display: flex;
  background: var(--secondary-color);
  transform: translate(-50%, -50%);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .portlet-breadcrumb nav ol.breadcrumb li.breadcrumb-item::before {
    left: 0;
    width: 0.1817355747vw;
    height: 0.1817355747vw;
    margin-top: 0;
    padding: 0;
  }
}
#ui-area .portlet-breadcrumb nav ol.breadcrumb li.breadcrumb-item .active {
  color: var(--primary-color);
  font-weight: bold;
}
#ui-area .portlet-breadcrumb nav ol.breadcrumb li.breadcrumb-item.breadcrumb-text-truncate {
  max-width: 17.875rem;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .portlet-breadcrumb nav ol.breadcrumb li.breadcrumb-item.breadcrumb-text-truncate {
    max-width: 12.9940935938vw;
  }
}
#ui-area .portlet-breadcrumb nav ol.breadcrumb li.breadcrumb-item.breadcrumb-text-truncate:hover, #ui-area .portlet-breadcrumb nav ol.breadcrumb li.breadcrumb-item.breadcrumb-text-truncate:focus {
  text-decoration: none;
  color: var(--primary-color);
  box-shadow: none;
}
#ui-area .portlet-breadcrumb nav ol.breadcrumb li.breadcrumb-item a.breadcrumb-link {
  border-radius: 0;
  color: var(--wc-font-color);
  display: block;
  text-decoration: none;
}
#ui-area .portlet-breadcrumb nav ol.breadcrumb li.breadcrumb-item a.breadcrumb-link:hover, #ui-area .portlet-breadcrumb nav ol.breadcrumb li.breadcrumb-item a.breadcrumb-link:focus {
  text-decoration: none;
  color: var(--primary-color);
  box-shadow: none;
}
#ui-area .portlet-breadcrumb nav ol.breadcrumb li.breadcrumb-item a.breadcrumb-link .breadcrumb-text-truncate {
  text-decoration: none;
}
#ui-area .portlet-breadcrumb nav ol.breadcrumb li:first-child {
  padding-left: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .portlet-breadcrumb nav ol.breadcrumb li:first-child {
    padding-left: 0;
  }
}
#ui-area .portlet-breadcrumb nav ol.breadcrumb li:first-child::before {
  display: none;
}
#ui-area .portlet-breadcrumb nav ol.breadcrumb li a.breadcrumb-link {
  border-radius: 0;
  color: var(--wc-font-color);
  display: block;
  text-decoration: none;
}
#ui-area .portlet-breadcrumb nav ol.breadcrumb li a.breadcrumb-link:hover, #ui-area .portlet-breadcrumb nav ol.breadcrumb li a.breadcrumb-link:focus {
  text-decoration: none;
  color: var(--primary-color);
}
#ui-area .accordion-container .accordion .card, #ui-area .accordion-two-container .accordion .card {
  overflow: visible;
  scroll-margin: var(--headerHeight);
  display: flex;
  margin-bottom: 3px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .accordion-container .accordion .card, #ui-area .accordion-two-container .accordion .card {
    margin-bottom: 0.1363016811vw;
  }
}
#ui-area .accordion-container .accordion .card .card-header .btn-link, #ui-area .accordion-two-container .accordion .card .card-header .btn-link {
  padding: 1.25rem 2.5rem 1.25rem 1.25rem;
  letter-spacing: 0.3px;
  -webkit-text-transform: none;
  text-transform: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: calc((var(--wc-font-size) + 4) * 1px);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .accordion-container .accordion .card .card-header .btn-link, #ui-area .accordion-two-container .accordion .card .card-header .btn-link {
    font-size: calc((var(--wc-font-size) + 4) / var(--4k-ratio) * 1vw);
    padding: 0.9086778737vw 1.8173557474vw 0.9086778737vw 0.9086778737vw;
    letter-spacing: 0.0136301681vw;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .accordion-container .accordion .card .card-header .btn-link, #ui-area .accordion-two-container .accordion .card .card-header .btn-link {
    font-size: calc((var(--wc-font-size) - 2) * 1px);
    padding: 0.75rem 2.5rem 0.75rem 1.25rem;
  }
}
@media (max-width: 991.98px) {
  #ui-area .accordion-container .accordion .card .card-header .btn-link, #ui-area .accordion-two-container .accordion .card .card-header .btn-link {
    font-size: calc((var(--wc-font-size) - 2) * 1px);
  }
}
@media (max-width: 767.98px) {
  #ui-area .accordion-container .accordion .card .card-header .btn-link, #ui-area .accordion-two-container .accordion .card .card-header .btn-link {
    font-size: calc((var(--wc-font-size) - 2) * 1px);
  }
}
@media (max-width: 575.98px) {
  #ui-area .accordion-container .accordion .card .card-header .btn-link, #ui-area .accordion-two-container .accordion .card .card-header .btn-link {
    font-size: calc((var(--wc-font-size) - 2) * 1px);
  }
}
#ui-area a[href*=mailto] {
  color: var(--wc-font-color);
  text-decoration: none;
  border: none !important;
}
#ui-area a[href*=mailto]:hover {
  color: var(--primary-hover-color);
}
#ui-area a[href^="tel:"] {
  color: var(--wc-font-color);
  text-decoration: none;
  border: none !important;
}
#ui-area .unique-layout h1 {
  color: var(--heading-color1);
  font-family: var(--wc-heading-font-family1);
  font-size: 48px;
  letter-spacing: 0;
  font-weight: 400;
  line-height: var(--wc-headingLineHeight);
  margin-bottom: 13px;
  -webkit-text-transform: none;
  text-transform: none;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .unique-layout h1 {
    font-size: 2.1808268969vw;
    margin-bottom: 0.5906406179vw;
    letter-spacing: 0;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .unique-layout h1 {
    font-size: 40px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .unique-layout h1 {
    font-size: 36px;
  }
}
@media (max-width: 991.98px) {
  #ui-area .unique-layout h1 {
    font-size: 38px;
  }
}
#ui-area .unique-layout h2 {
  color: var(--heading-color2);
  font-family: "Myanmar MN", sans-serif;
  font-size: 36px;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: var(--wc-headingLineHeight);
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 10px;
  position: relative;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .unique-layout h2 {
    font-size: 1.6356201726vw;
    letter-spacing: 0.1363016811vw;
    margin-bottom: 0;
    padding-bottom: 0.4543389368vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .unique-layout h2 {
    font-size: 28px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .unique-layout h2 {
    font-size: 26px;
  }
}
#ui-area .unique-layout h3 {
  color: var(--heading-color3);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  letter-spacing: 0.2em;
  font-weight: 400;
  line-height: var(--wc-headingLineHeight);
  margin-bottom: 20px;
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .unique-layout h3 {
    font-size: 0.726942299vw;
    letter-spacing: 0.1363016811vw;
    margin-bottom: 0.9086778737vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .unique-layout h3 {
    font-size: 16px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .unique-layout h3 {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  #ui-area .unique-layout h3 {
    font-size: 16px;
  }
}
#ui-area .unique-layout p {
  font-size: 18px;
  margin-bottom: 2.25rem;
  letter-spacing: 0.3px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .unique-layout p {
    font-size: 0.8178100863vw;
    margin-bottom: 1.6356201726vw;
    letter-spacing: 0.0136301681vw;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1899.98px) {
  #ui-area .unique-layout p {
    font-size: 16px;
    margin-bottom: 1.75rem;
  }
}
@media (max-width: 1365.99px) {
  #ui-area .unique-layout p {
    font-size: 14px;
    margin-bottom: 1.25rem;
  }
}
#ui-area .unique-layout p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .unique-layout p:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1899.98px) {
  #ui-area .unique-layout .featured-text-block-image-container .row .featured-text-blocks-image .card .card-text p {
    font-size: 16px;
  }
}
@media (max-width: 1365.99px) {
  #ui-area .unique-layout .featured-text-block-image-container .row .featured-text-blocks-image .card .card-text p {
    font-size: 14px;
  }
}
#ui-area .unique-layout .container-left {
  max-width: 100%;
  padding-left: var(--container-padding);
}
@media (max-width: 991.98px) {
  #ui-area .unique-layout .container-left {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  #ui-area .unique-layout .container-left {
    width: 100%;
    padding: 0 var(--container-padding);
  }
}
#ui-area .unique-layout .container-right {
  max-width: 100%;
  padding-right: var(--container-padding);
}
@media (max-width: 991.98px) {
  #ui-area .unique-layout .container-right {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  #ui-area .unique-layout .container-right {
    width: 100%;
    padding: 0 var(--container-padding);
  }
}
#ui-area .unique-layout .webc-container strong,
#ui-area .unique-layout .html-generator-portlet strong {
  font-weight: 800;
}
#ui-area .unique-layout .webc-container ul,
#ui-area .unique-layout .html-generator-portlet ul {
  padding-bottom: 0;
  padding-left: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .unique-layout .webc-container ul,
  #ui-area .unique-layout .html-generator-portlet ul {
    padding-bottom: 0;
    padding-left: 0;
  }
}
#ui-area .unique-layout .webc-container ul li,
#ui-area .unique-layout .html-generator-portlet ul li {
  margin-left: 1.75rem;
  padding-bottom: 0;
  list-style: disc;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .unique-layout .webc-container ul li,
  #ui-area .unique-layout .html-generator-portlet ul li {
    margin-left: 1.2721490232vw;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1899.98px) {
  #ui-area .unique-layout .webc-container ul li,
  #ui-area .unique-layout .html-generator-portlet ul li {
    font-size: 16px;
  }
}
@media (max-width: 1365.99px) {
  #ui-area .unique-layout .webc-container ul li,
  #ui-area .unique-layout .html-generator-portlet ul li {
    font-size: 14px;
  }
}
#ui-area .unique-layout .webc-container ul li:before,
#ui-area .unique-layout .html-generator-portlet ul li:before {
  display: none;
}
#ui-area .unique-layout .webc-container ul li::marker,
#ui-area .unique-layout .html-generator-portlet ul li::marker {
  color: var(--heading-color2);
}
#ui-area .unique-layout .webc-container ul li ul li,
#ui-area .unique-layout .html-generator-portlet ul li ul li {
  list-style: circle;
  margin-left: 1.5rem;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .unique-layout .webc-container ul li ul li,
  #ui-area .unique-layout .html-generator-portlet ul li ul li {
    margin-left: 1.0904134484vw;
  }
}
#ui-area .unique-layout .webc-container ul li ul li ul li,
#ui-area .unique-layout .html-generator-portlet ul li ul li ul li {
  list-style: disc;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .content-layout.column-1 .inner-wrapper-pl .cst-one-col .container {
    --container-padding: get4k(265.504px);
  }
}
@media (min-width: 1600px) {
  #ui-area .content-layout.column-1 .inner-wrapper-pl .cst-one-col .container {
    --container-padding: 16.594rem;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1599.98px) {
  #ui-area .content-layout.column-1 .inner-wrapper-pl .cst-one-col .container {
    --container-padding: 10rem;
  }
}
#ui-area .content-layout .btn {
  font-family: "Montserrat", sans-serif;
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  font-size: calc((var(--wc-font-size) - 4) * 1px);
  letter-spacing: 0.1em;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .content-layout .btn {
    font-size: calc((var(--wc-font-size) - 4) / var(--4k-ratio) * 1vw);
    letter-spacing: 0.0726942299vw;
  }
}
#ui-area .content-layout .btn.secondary {
  font-size: calc((var(--wc-font-size) - 4) * 1px);
  letter-spacing: 0.1em;
  font-family: "Montserrat", sans-serif;
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  background: var(--secondary-color);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .content-layout .btn.secondary {
    font-size: calc((var(--wc-font-size) - 4) / var(--4k-ratio) * 1vw);
    letter-spacing: 0.0726942299vw;
  }
}
#ui-area .content-layout .btn.secondary:hover {
  background-color: var(--secondary-color-hover);
}
@media (max-width: 1440.98px) {
  #ui-area .content-layout .webc-container h3,
  #ui-area .content-layout .html-generator-portlet h3 {
    font-size: calc(var(--wc-fs-heading3) * 1px);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .content-layout .webc-container h3,
  #ui-area .content-layout .html-generator-portlet h3 {
    font-size: calc((var(--wc-fs-heading3) - 4) * 1px);
  }
}
#ui-area .content-layout .webc-container p,
#ui-area .content-layout .html-generator-portlet p {
  margin-bottom: 1rem;
  letter-spacing: 0.3px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .content-layout .webc-container p,
  #ui-area .content-layout .html-generator-portlet p {
    margin-bottom: 0.726942299vw;
    letter-spacing: 0.0136301681vw;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1899.98px) {
  #ui-area .content-layout .webc-container p,
  #ui-area .content-layout .html-generator-portlet p {
    font-size: calc((var(--wc-font-size) - 2) * 1px);
  }
}
@media (max-width: 1365.99px) {
  #ui-area .content-layout .webc-container p,
  #ui-area .content-layout .html-generator-portlet p {
    font-size: calc((var(--wc-font-size) - 4) * 1px);
  }
}
#ui-area .content-layout .webc-container p:last-child,
#ui-area .content-layout .html-generator-portlet p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .content-layout .webc-container p:last-child,
  #ui-area .content-layout .html-generator-portlet p:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
#ui-area .content-layout .webc-container a,
#ui-area .content-layout .html-generator-portlet a {
  border-bottom: 1px solid var(--wc-border-color);
}
#ui-area .content-layout .webc-container ul,
#ui-area .content-layout .html-generator-portlet ul {
  padding-bottom: 1rem;
  padding-left: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .content-layout .webc-container ul,
  #ui-area .content-layout .html-generator-portlet ul {
    padding-bottom: 0.726942299vw;
    padding-left: 0;
  }
}
#ui-area .content-layout .webc-container ul li,
#ui-area .content-layout .html-generator-portlet ul li {
  list-style: disc;
  margin-left: 1.75rem;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .content-layout .webc-container ul li,
  #ui-area .content-layout .html-generator-portlet ul li {
    margin-left: 1.2721490232vw;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1899.98px) {
  #ui-area .content-layout .webc-container ul li,
  #ui-area .content-layout .html-generator-portlet ul li {
    font-size: calc((var(--wc-font-size) - 2) * 1px);
  }
}
@media (max-width: 1365.99px) {
  #ui-area .content-layout .webc-container ul li,
  #ui-area .content-layout .html-generator-portlet ul li {
    font-size: calc((var(--wc-font-size) - 4) * 1px);
  }
}
#ui-area .content-layout .webc-container ul li:before,
#ui-area .content-layout .html-generator-portlet ul li:before {
  display: none;
}
#ui-area .content-layout .webc-container ul li::marker,
#ui-area .content-layout .html-generator-portlet ul li::marker {
  color: var(--heading-color2);
}
#ui-area .content-layout .webc-container ul li a,
#ui-area .content-layout .html-generator-portlet ul li a {
  text-decoration: none;
}
#ui-area .content-layout .webc-container ul li ul li,
#ui-area .content-layout .html-generator-portlet ul li ul li {
  list-style: circle;
}
#ui-area .content-layout .webc-container ul li ul li ul li,
#ui-area .content-layout .html-generator-portlet ul li ul li ul li {
  list-style: disc;
}
@media screen and (min-width: 1366px) and (max-width: 1899.98px) {
  #ui-area .content-layout .webc-container .card,
  #ui-area .content-layout .html-generator-portlet .card {
    font-size: calc((var(--wc-font-size) - 2) * 1px);
  }
}
@media (max-width: 1365.99px) {
  #ui-area .content-layout .webc-container .card,
  #ui-area .content-layout .html-generator-portlet .card {
    font-size: calc((var(--wc-font-size) - 4) * 1px);
  }
}
#ui-area .bio-listing .bio-blocks .card {
  background: rgb(245, 251, 255);
}
@media screen and (min-width: 1366px) and (max-width: 1899.98px) {
  #ui-area .bio-listing .bio-blocks .card {
    font-size: calc((var(--wc-font-size) - 2) * 1px);
  }
}
@media (max-width: 1365.99px) {
  #ui-area .bio-listing .bio-blocks .card {
    font-size: calc((var(--wc-font-size) - 4) * 1px);
  }
}
#ui-area .bio-listing .bio-blocks .card .content-dd {
  border: none;
}
#ui-area .bio-listing .bio-blocks .card .content-dd.open .content-dd-icon::before {
  content: "\f077";
  color: #707070;
}
#ui-area .bio-listing .bio-blocks .card .content-dd .content-dd-icon::before {
  content: "\f078";
  color: #707070;
}
#ui-area .bio-listing .bio-blocks .card .card-image {
  width: 25.186%;
  padding-bottom: 26.413%;
}
@media (max-width: 1199.98px) {
  #ui-area .bio-listing .bio-blocks .card .card-image {
    padding-bottom: 50%;
  }
}
@media (max-width: 991.98px) {
  #ui-area .bio-listing .bio-blocks .card .card-image {
    padding-bottom: 50%;
  }
}
@media (max-width: 575.98px) {
  #ui-area .bio-listing .bio-blocks .card .card-image {
    width: 100%;
    padding-bottom: 100%;
  }
}
@media (max-width: 575.98px) {
  #ui-area .bio-listing .bio-blocks .card .card-image img {
    border-radius: 14px 14px 0 0;
  }
}
#ui-area .bio-listing .bio-blocks .card .card-body {
  width: 74.814%;
}
@media (max-width: 575.98px) {
  #ui-area .bio-listing .bio-blocks .card .card-body {
    width: 100%;
  }
}
#ui-area .bio-listing .bio-blocks .card .card-body .card-title {
  font-family: var(--wc-font-family);
  font-size: 20px;
  font-weight: 600;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .bio-listing .bio-blocks .card .card-body .card-title {
    font-size: 0.9086778737vw;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .bio-listing .bio-blocks .card .card-body .card-title {
    font-size: 18px;
  }
}
#ui-area .bio-listing .bio-blocks .card .card-body .card-text .title {
  font-weight: 400;
  width: 75%;
  margin-bottom: 1rem;
  line-height: normal;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .bio-listing .bio-blocks .card .card-body .card-text .title {
    margin-bottom: 0.726942299vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .bio-listing .bio-blocks .card .card-body .card-text .title {
    width: 85%;
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .bio-listing .bio-blocks .card .card-body .card-text .title {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
#ui-area .bio-listing .bio-blocks .card .card-body .card-text .title:last-child {
  margin-bottom: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .bio-listing .bio-blocks .card .card-body .card-text .title:last-child {
    margin-bottom: 0;
  }
}
#ui-area .bio-listing .bio-blocks .card .card-body .card-text a {
  display: flex;
  align-items: center;
}
#ui-area .bio-listing .bio-blocks .card .card-body .card-text a[href*=mailto] {
  text-decoration: underline;
}
#ui-area .bio-listing .bio-blocks .card .card-body .card-text a::before {
  width: 16px;
  height: 16px;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .bio-listing .bio-blocks .card .card-body .card-text a::before {
    width: 0.726942299vw;
    height: 0.726942299vw;
  }
}
#ui-area .bio-listing .bio-blocks .card .card-body .card-text a.email::before {
  background-image: url(../images/club-images/mail-ico.svg);
  height: 11px;
  -webkit-transform: translateY(30%);
  -moz-transform: translateY(30%);
  -ms-transform: translateY(30%);
  -o-transform: translateY(30%);
  transform: translateY(30%);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .bio-listing .bio-blocks .card .card-body .card-text a.email::before {
    height: 0.4997728305vw;
  }
}
#ui-area .bio-listing .bio-blocks .card .card-body .card-text a.phone::before {
  background-image: url(../images/club-images/call-ico.svg);
}
#ui-area .bio-listing .bio-blocks .card .card-content {
  padding: 1rem 0;
  margin: 1rem 1rem 0 1rem;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .bio-listing .bio-blocks .card .card-content {
    padding: 0.726942299vw 0;
    margin: 0.726942299vw 0.726942299vw 0 0.726942299vw;
  }
}
#ui-area .side-navigation-portlet {
  max-width: 95%;
}
@media (max-width: 1199.98px) {
  #ui-area .side-navigation-portlet {
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  #ui-area .side-navigation-portlet {
    margin-bottom: 1rem;
  }
}
#ui-area .side-navigation-portlet section.portlet .sidenav-session-children-ul li.sidenav-session-children-parent > a {
  padding-top: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .side-navigation-portlet section.portlet .sidenav-session-children-ul li.sidenav-session-children-parent > a {
    padding-top: 0;
  }
}
#ui-area .side-navigation-portlet section.portlet .sidenav-session-children-ul li.sidenav-session-children-parent > a .sidenav-session-children-heading,
#ui-area .side-navigation-portlet section.portlet .sidenav-session-children-ul li.sidenav-session-children-parent > a .sidenav-session-children-selected-heading {
  color: var(--primary-color);
  font-weight: 800;
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "Inter", sans-serif;
  font-size: 16px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .side-navigation-portlet section.portlet .sidenav-session-children-ul li.sidenav-session-children-parent > a .sidenav-session-children-heading,
  #ui-area .side-navigation-portlet section.portlet .sidenav-session-children-ul li.sidenav-session-children-parent > a .sidenav-session-children-selected-heading {
    font-size: 0.726942299vw;
    letter-spacing: 0.0726942299vw;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .side-navigation-portlet section.portlet .sidenav-session-children-ul li.sidenav-session-children-parent > a .sidenav-session-children-heading,
  #ui-area .side-navigation-portlet section.portlet .sidenav-session-children-ul li.sidenav-session-children-parent > a .sidenav-session-children-selected-heading {
    font-size: 14px;
    letter-spacing: 1px;
  }
}
#ui-area .side-navigation-portlet section.portlet .sidenav-session-children-ul li.sidenav-session-children-parent > a::before {
  display: none;
}
#ui-area .side-navigation-portlet section.portlet .sidenav-session-children-ul li.sidenav-session-children-parent a {
  text-transform: none;
  letter-spacing: 0;
  margin-left: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .side-navigation-portlet section.portlet .sidenav-session-children-ul li.sidenav-session-children-parent a {
    margin-left: 0;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .side-navigation-portlet section.portlet .sidenav-session-children-ul li.sidenav-session-children-parent a {
    font-size: calc((var(--wc-font-size) - 2) * 1px);
  }
}
#ui-area .side-navigation-portlet section.portlet .sidenav-session-children-ul li.sidenav-session-children-parent a:before {
  font-size: calc((var(--wc-font-size) + 1) * 1px);
  color: var(--secondary-color);
  content: "\f0da" !important;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .side-navigation-portlet section.portlet .sidenav-session-children-ul li.sidenav-session-children-parent a:before {
    font-size: calc((var(--wc-font-size) + 1) / var(--4k-ratio) * 1vw);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .side-navigation-portlet section.portlet .sidenav-session-children-ul li.sidenav-session-children-parent a:before {
    font-size: calc((var(--wc-font-size) - 2) * 1px);
  }
}
#ui-area .side-navigation-portlet section.portlet .sidenav-session-children-ul li.sidenav-session-children-parent a .side-nav-session-children-selected-item {
  color: var(--primary-color);
  font-weight: 600;
}
#ui-area .side-navigation-portlet section.portlet .sidenav-session-children-ul li.sidenav-session-children-parent a .side-nav-session-children-selected-item:hover {
  color: var(--wc-font-color);
}
#ui-area .side-navigation-portlet section.portlet .sidenav-session-children-ul {
  background: rgb(244, 245, 246);
  border-radius: calc((var(--borderRadius) + 6) * 1px);
  padding: 2.375rem 2.375rem 3.75rem;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .side-navigation-portlet section.portlet .sidenav-session-children-ul {
    padding: 1.72648796vw 1.72648796vw 2.7260336211vw;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1899.98px) {
  #ui-area .side-navigation-portlet section.portlet .sidenav-session-children-ul {
    padding: 1.875rem 1.875rem 2.813rem;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .side-navigation-portlet section.portlet .sidenav-session-children-ul {
    padding: 30px 15px 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  #ui-area .side-navigation-portlet section.portlet .sidenav-session-children-ul {
    padding: 30px 20px 30px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1899.98px) {
  #ui-area .side-navigation-portlet section.portlet .sidenav-session-children-ul li a {
    font-size: calc((var(--wc-font-size) - 3) * 1px);
  }
}
#ui-area .side-navigation-portlet section.portlet .sidenav-session-children-ul li a::before {
  color: var(--secondary-color);
  content: "\f0da" !important;
}
#ui-area .side-navigation-portlet section.portlet .sidenav-session-ul {
  background: rgb(244, 245, 246);
  padding: 2.375rem;
  border-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .side-navigation-portlet section.portlet .sidenav-session-ul {
    padding: 1.72648796vw;
  }
}
@media screen and (min-width: 992px) and (max-width: 1899.98px) {
  #ui-area .side-navigation-portlet section.portlet .sidenav-session-ul li a {
    font-size: calc((var(--wc-font-size) - 3) * 1px);
  }
}
#ui-area .side-navigation-portlet section.portlet .sidenav-session-ul li a::before {
  color: var(--secondary-color);
  content: "\f0da" !important;
}
#ui-area .side-navigation-portlet section.portlet .sidenav-parent-links-ul {
  background: rgb(244, 245, 246);
  padding: 2.375rem;
  border-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .side-navigation-portlet section.portlet .sidenav-parent-links-ul {
    padding: 1.72648796vw;
  }
}
@media screen and (min-width: 992px) and (max-width: 1899.98px) {
  #ui-area .side-navigation-portlet section.portlet .sidenav-parent-links-ul li a {
    font-size: calc((var(--wc-font-size) - 3) * 1px);
  }
}
#ui-area .side-navigation-portlet section.portlet .sidenav-parent-links-ul {
  background: rgb(244, 245, 246);
  padding: 2.375rem;
  border-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .side-navigation-portlet section.portlet .sidenav-parent-links-ul {
    padding: 1.72648796vw;
  }
}
@media screen and (min-width: 992px) and (max-width: 1899.98px) {
  #ui-area .side-navigation-portlet section.portlet .sidenav-parent-links-ul li a {
    font-size: calc((var(--wc-font-size) - 3) * 1px);
  }
}
#ui-area .side-navigation-portlet section.portlet .sidenav-parent-links-ul li a::before {
  color: var(--secondary-color);
  content: "\f0da" !important;
}
#ui-area .side-navigation-portlet section.portlet .sidenav-full-ul {
  background: rgb(244, 245, 246);
  padding: 2.375rem;
  border-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .side-navigation-portlet section.portlet .sidenav-full-ul {
    padding: 1.72648796vw;
  }
}
@media screen and (min-width: 992px) and (max-width: 1899.98px) {
  #ui-area .side-navigation-portlet section.portlet .sidenav-full-ul li a {
    font-size: calc((var(--wc-font-size) - 3) * 1px);
  }
}
#ui-area .side-navigation-portlet section.portlet .sidenav-full-ul li a::before {
  color: var(--secondary-color);
  content: "\f0da" !important;
}
#ui-area .side-navigation-portlet section.portlet .sidenav-full-ul li ul {
  padding-left: 0;
}
#ui-area .side-navigation-portlet section.portlet .sidenav-page-ul {
  background: rgb(244, 245, 246);
  padding: 2.375rem;
  border-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .side-navigation-portlet section.portlet .sidenav-page-ul {
    padding: 1.72648796vw;
  }
}
@media screen and (min-width: 992px) and (max-width: 1899.98px) {
  #ui-area .side-navigation-portlet section.portlet .sidenav-page-ul li a {
    font-size: calc((var(--wc-font-size) - 3) * 1px);
  }
}
#ui-area .side-navigation-portlet section.portlet .sidenav-page-ul li a::before {
  color: var(--secondary-color);
  content: "\f0da" !important;
}
#ui-area .side-navigation-portlet section.portlet .sidenav-custom-ul {
  background: rgb(244, 245, 246);
  border-radius: 14px;
  padding: 2.375rem 2.375rem 3.75rem;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .side-navigation-portlet section.portlet .sidenav-custom-ul {
    padding: 1.72648796vw 1.72648796vw 2.7260336211vw;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1899.98px) {
  #ui-area .side-navigation-portlet section.portlet .sidenav-custom-ul {
    padding: 1.875rem 1.875rem 2.813rem;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .side-navigation-portlet section.portlet .sidenav-custom-ul {
    padding: 30px 15px 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  #ui-area .side-navigation-portlet section.portlet .sidenav-custom-ul {
    padding: 30px 20px 30px;
    margin-bottom: 10px;
  }
}
#ui-area .side-navigation-portlet section.portlet .sidenav-custom-ul li a {
  -webkit-text-transform: none;
  text-transform: none;
  letter-spacing: 0;
}
@media (max-width: 1199.98px) {
  #ui-area .side-navigation-portlet section.portlet .sidenav-custom-ul li a {
    font-size: calc((var(--wc-font-size) - 2) * 1px);
  }
}
#ui-area .side-navigation-portlet section.portlet .sidenav-custom-ul li a.selected-link {
  color: var(--primary-color);
  font-weight: 600;
}
#ui-area .side-navigation-portlet section.portlet .sidenav-custom-ul li a.selected-link:hover {
  color: var(--wc-font-color);
}
#ui-area .side-navigation-portlet section.portlet .sidenav-custom-ul li a:before {
  color: rgb(214, 214, 214);
}
#ui-area .side-navigation-portlet section.portlet .from-layer-two-div {
  background: rgb(244, 245, 246);
  border-radius: calc(var(--borderRadius) * 1px);
  background: var(--wc-body-bg);
  padding: 35px 25px 35px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .side-navigation-portlet section.portlet .from-layer-two-div {
    padding: 1.590186279vw 1.1358473421vw 1.590186279vw;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .side-navigation-portlet section.portlet .from-layer-two-div {
    padding: 30px 20px 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  #ui-area .side-navigation-portlet section.portlet .from-layer-two-div {
    padding: 30px 15px 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  #ui-area .side-navigation-portlet section.portlet .from-layer-two-div {
    padding: 30px 20px 30px;
  }
}
#ui-area .side-navigation-portlet section.portlet .from-layer-two-div .main-heading-title {
  font-weight: 800;
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  letter-spacing: 0.14px;
  font-family: var(--wc-font-family);
  font-size: 16px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .side-navigation-portlet section.portlet .from-layer-two-div .main-heading-title {
    font-size: 0.726942299vw;
    letter-spacing: 0.0063607451vw;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .side-navigation-portlet section.portlet .from-layer-two-div .main-heading-title {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  #ui-area .side-navigation-portlet section.portlet .from-layer-two-div .main-heading-title {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .side-navigation-portlet section.portlet .from-layer-two-div .main-heading-title {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  #ui-area .side-navigation-portlet section.portlet .from-layer-two-div .main-heading-title {
    font-size: 16px;
  }
}
#ui-area .side-navigation-portlet section.portlet .from-layer-two-div .main-heading-title a {
  color: var(--heading-color6);
}
#ui-area .side-navigation-portlet section.portlet .from-layer-two-div ul li a {
  -webkit-text-transform: none;
  text-transform: none;
}
@media (max-width: 1199.98px) {
  #ui-area .side-navigation-portlet section.portlet .from-layer-two-div ul li a {
    font-size: calc((var(--wc-font-size) - 2) * 1px);
  }
}
#ui-area .side-navigation-portlet section.portlet .from-layer-two-div ul li a:before {
  color: rgb(214, 214, 214);
}
#ui-area .side-navigation-portlet section.portlet .sidenav-mobile-view-ul {
  background: rgb(244, 245, 246);
  padding: 0.7rem 1rem;
  border-radius: calc(var(--borderRadius) * 1px);
}
#ui-area .side-navigation-portlet section.portlet .sidenav-mobile-view-ul li.sidenav-mobile-view-parent > a {
  color: var(--primary-color);
  font-weight: 800;
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  letter-spacing: 0.14px;
  font-family: var(--wc-font-family);
  font-size: 16px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .side-navigation-portlet section.portlet .sidenav-mobile-view-ul li.sidenav-mobile-view-parent > a {
    font-size: 0.726942299vw;
    letter-spacing: 0.0063607451vw;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .side-navigation-portlet section.portlet .sidenav-mobile-view-ul li.sidenav-mobile-view-parent > a {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  #ui-area .side-navigation-portlet section.portlet .sidenav-mobile-view-ul li.sidenav-mobile-view-parent > a {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .side-navigation-portlet section.portlet .sidenav-mobile-view-ul li.sidenav-mobile-view-parent > a {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  #ui-area .side-navigation-portlet section.portlet .sidenav-mobile-view-ul li.sidenav-mobile-view-parent > a {
    font-size: 16px;
  }
}
#ui-area .side-navigation-portlet section.portlet .sidenav-mobile-view-ul li.sidenav-mobile-view-parent > a::before {
  display: none;
}
#ui-area .side-navigation-portlet section.portlet .sidenav-mobile-view-ul li a {
  text-transform: none;
  margin-left: 0;
  font-size: calc((var(--wc-font-size) - 2) * 1px);
  letter-spacing: 0;
}
#ui-area .side-navigation-portlet section.portlet .sidenav-mobile-view-ul li a:before {
  content: "\f0da" !important;
}
#ui-area .side-navigation-portlet section.portlet .sidenav-mobile-view-ul li a i {
  font-size: calc((var(--wc-font-size) + 2) * 1px);
  width: auto;
}
#ui-area .side-navigation-portlet section.portlet .sidenav-mobile-view-ul li span.side-nav-mobile-view-selected-item {
  color: var(--primary-color);
  font-weight: 600;
}
#ui-area .side-navigation-portlet section.portlet .sidenav-accordion-ul {
  background: rgb(244, 245, 246);
}
#ui-area .side-navigation-portlet section.portlet .sidenav-accordion-ul .sidenav-accordion-parent > a {
  color: var(--primary-color);
  font-weight: 800;
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  letter-spacing: 0.14px;
  font-family: var(--wc-font-family);
  font-size: 16px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .side-navigation-portlet section.portlet .sidenav-accordion-ul .sidenav-accordion-parent > a {
    font-size: 0.726942299vw;
    letter-spacing: 0.0063607451vw;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .side-navigation-portlet section.portlet .sidenav-accordion-ul .sidenav-accordion-parent > a {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  #ui-area .side-navigation-portlet section.portlet .sidenav-accordion-ul .sidenav-accordion-parent > a {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .side-navigation-portlet section.portlet .sidenav-accordion-ul .sidenav-accordion-parent > a {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  #ui-area .side-navigation-portlet section.portlet .sidenav-accordion-ul .sidenav-accordion-parent > a {
    font-size: 16px;
  }
}
#ui-area .side-navigation-portlet section.portlet .from-layer-two-div {
  background: rgb(244, 245, 246);
}
#ui-area .side-navigation-portlet section.portlet .from-layer-two-div .from-layer-two-ul .from-layer-two-parent a.active {
  color: var(--primary-color);
}
#ui-area .MemberRoster-portlet section.portlet form .roster-row .vmi-main-grid .vmi-grid-col .roster-profile-name h1 {
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767.98px) {
  #ui-area .MemberRoster-portlet section.portlet form .roster-row .vmi-main-grid .vmi-grid-col .roster-profile-name h1 {
    font-size: calc((var(--wc-fs-heading4) - 4) * 1px);
  }
}
@media screen and (min-width: 1366px) and (max-width: 1899.98px) {
  #ui-area .MemberRoster-portlet section.portlet form .roster-row .vmi-main-grid .vmi-grid-col .roster-profile-email a {
    font-size: calc((var(--wc-font-size) - 2) * 1px);
  }
}
@media (max-width: 1365.99px) {
  #ui-area .MemberRoster-portlet section.portlet form .roster-row .vmi-main-grid .vmi-grid-col .roster-profile-email a {
    font-size: calc((var(--wc-font-size) - 4) * 1px);
  }
}
@media (max-width: 767.98px) {
  #ui-area .MemberRoster-portlet section.portlet form .roster-data-highlight .ui-datagrid .ui-datagrid-content .roster-resp-view-member-box-container.view-member-box .roster-resp-view-member-box tbody tr td {
    font-size: calc((var(--wc-font-size) - 4) * 1px);
  }
}
#ui-area .MemberRoster-portlet section.portlet form .roster-data-highlight .ui-datagrid .ui-datagrid-content .roster-resp-view-member-box-container.view-member-box .roster-resp-view-member-box tbody tr td .roster-member-email {
  font-family: var(--wc-font-family);
}
@media screen and (min-width: 1366px) and (max-width: 1899.98px) {
  #ui-area .MemberRoster-portlet section.portlet form .roster-data-highlight .ui-datagrid .ui-datagrid-content .roster-resp-view-member-box-container.view-member-box .roster-resp-view-member-box tbody tr td .roster-member-email {
    font-size: calc((var(--wc-font-size) - 2) * 1px);
  }
}
@media (max-width: 1365.99px) {
  #ui-area .MemberRoster-portlet section.portlet form .roster-data-highlight .ui-datagrid .ui-datagrid-content .roster-resp-view-member-box-container.view-member-box .roster-resp-view-member-box tbody tr td .roster-member-email {
    font-size: calc((var(--wc-font-size) - 4) * 1px);
  }
}
@media screen and (min-width: 1366px) and (max-width: 1899.98px) {
  #ui-area .calendar-portlet section.portlet .calendar-portlet-column-parent .calendar-portlet-column-grid .scheduler-base .scheduler-base-content .yui3-widget-bd .scheduler-view-agenda-container .scheduler-view-agenda-events .scheduler-view-agenda-event {
    font-size: calc((var(--wc-font-size) - 2) * 1px);
  }
}
@media (max-width: 1365.99px) {
  #ui-area .calendar-portlet section.portlet .calendar-portlet-column-parent .calendar-portlet-column-grid .scheduler-base .scheduler-base-content .yui3-widget-bd .scheduler-view-agenda-container .scheduler-view-agenda-events .scheduler-view-agenda-event {
    font-size: calc((var(--wc-font-size) - 4) * 1px);
  }
}
@media screen and (min-width: 1366px) and (max-width: 1899.98px) {
  #ui-area .calendar-portlet section.portlet .panel fieldset .property-list {
    font-size: calc((var(--wc-font-size) - 2) * 1px);
  }
}
@media (max-width: 1365.99px) {
  #ui-area .calendar-portlet section.portlet .panel fieldset .property-list {
    font-size: calc((var(--wc-font-size) - 4) * 1px);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .gallery-container .nGY2Navigationbar .nGY2NavigationbarItem {
    margin: 5px 0;
    padding: 8px 0;
  }
}

#back-top a {
  background-color: var(--secondary-color);
  border: 1px solid rgba(180, 180, 180, 0.5);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  padding: 0;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #back-top a {
    width: 2.2716946842vw;
    height: 2.2716946842vw;
  }
}
@media (max-width: 1199.98px) {
  #back-top a {
    width: 40px;
    height: 40px;
  }
}
#back-top a:hover {
  background-color: var(--wc-font-color);
  border: 1px solid var(--wc-font-color);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #back-top a i {
    font-size: 1.1358473421vw;
  }
}

/*Start keyframes*/
@keyframes slide-text-right {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes hide-scroll {
  from, to {
    overflow: hidden;
  }
}
@keyframes textfill {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes IconStroke {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes widthInfinite {
  0% {
    width: 0;
  }
  100% {
    width: 9999px;
  }
}
@keyframes widthTransform {
  0% {
    width: 0;
  }
  100% {
    width: var(--linewidth);
  }
}
@keyframes imageScale {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate(-10%, 0);
    -moz-transform: translate(-10%, 0);
    -ms-transform: translate(-10%, 0);
    -o-transform: translate(-10%, 0);
    transform: translate(-10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate(10%, 0);
    -moz-transform: translate(10%, 0);
    -ms-transform: translate(10%, 0);
    -o-transform: translate(10%, 0);
    transform: translate(10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 20%);
    -moz-transform: translate(0, 20%);
    -ms-transform: translate(0, 20%);
    -o-transform: translate(0, 20%);
    transform: translate(0, 20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes fadeInTop2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, calc(10% + var(--wc-h-margin) * 1px));
    -moz-transform: translate(0, calc(10% + var(--wc-h-margin) * 1px));
    -ms-transform: translate(0, calc(10% + var(--wc-h-margin) * 1px));
    -o-transform: translate(0, calc(10% + var(--wc-h-margin) * 1px));
    transform: translate(0, calc(10% + var(--wc-h-margin) * 1px));
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -20%);
    -moz-transform: translate(0, -20%);
    -ms-transform: translate(0, -20%);
    -o-transform: translate(0, -20%);
    transform: translate(0, -20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes fadeInScale {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInTwo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes letterAnimate {
  0% {
    -webkit-transform: translateY(100%) translateZ(25px);
    -moz-transform: translateY(100%) translateZ(25px);
    -ms-transform: translateY(100%) translateZ(25px);
    -o-transform: translateY(100%) translateZ(25px);
    transform: translateY(100%) translateZ(25px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) translateZ(25px);
    -moz-transform: translateY(0) translateZ(25px);
    -ms-transform: translateY(0) translateZ(25px);
    -o-transform: translateY(0) translateZ(25px);
    transform: translateY(0) translateZ(25px);
    opacity: 1;
  }
}
.d100 {
  animation-delay: 100ms !important;
}

.d101 {
  animation-delay: 101ms !important;
}

.d102 {
  animation-delay: 102ms !important;
}

.d103 {
  animation-delay: 103ms !important;
}

.d104 {
  animation-delay: 104ms !important;
}

.d105 {
  animation-delay: 105ms !important;
}

.d106 {
  animation-delay: 106ms !important;
}

.d107 {
  animation-delay: 107ms !important;
}

.d108 {
  animation-delay: 108ms !important;
}

.d109 {
  animation-delay: 109ms !important;
}

.d110 {
  animation-delay: 110ms !important;
}

.d111 {
  animation-delay: 111ms !important;
}

.d112 {
  animation-delay: 112ms !important;
}

.d113 {
  animation-delay: 113ms !important;
}

.d114 {
  animation-delay: 114ms !important;
}

.d115 {
  animation-delay: 115ms !important;
}

.d116 {
  animation-delay: 116ms !important;
}

.d117 {
  animation-delay: 117ms !important;
}

.d118 {
  animation-delay: 118ms !important;
}

.d119 {
  animation-delay: 119ms !important;
}

.d120 {
  animation-delay: 120ms !important;
}

.d121 {
  animation-delay: 121ms !important;
}

.d122 {
  animation-delay: 122ms !important;
}

.d123 {
  animation-delay: 123ms !important;
}

.d124 {
  animation-delay: 124ms !important;
}

.d125 {
  animation-delay: 125ms !important;
}

.d126 {
  animation-delay: 126ms !important;
}

.d127 {
  animation-delay: 127ms !important;
}

.d128 {
  animation-delay: 128ms !important;
}

.d129 {
  animation-delay: 129ms !important;
}

.d130 {
  animation-delay: 130ms !important;
}

.d131 {
  animation-delay: 131ms !important;
}

.d132 {
  animation-delay: 132ms !important;
}

.d133 {
  animation-delay: 133ms !important;
}

.d134 {
  animation-delay: 134ms !important;
}

.d135 {
  animation-delay: 135ms !important;
}

.d136 {
  animation-delay: 136ms !important;
}

.d137 {
  animation-delay: 137ms !important;
}

.d138 {
  animation-delay: 138ms !important;
}

.d139 {
  animation-delay: 139ms !important;
}

.d140 {
  animation-delay: 140ms !important;
}

.d141 {
  animation-delay: 141ms !important;
}

.d142 {
  animation-delay: 142ms !important;
}

.d143 {
  animation-delay: 143ms !important;
}

.d144 {
  animation-delay: 144ms !important;
}

.d145 {
  animation-delay: 145ms !important;
}

.d146 {
  animation-delay: 146ms !important;
}

.d147 {
  animation-delay: 147ms !important;
}

.d148 {
  animation-delay: 148ms !important;
}

.d149 {
  animation-delay: 149ms !important;
}

.d150 {
  animation-delay: 150ms !important;
}

.d151 {
  animation-delay: 151ms !important;
}

.d152 {
  animation-delay: 152ms !important;
}

.d153 {
  animation-delay: 153ms !important;
}

.d154 {
  animation-delay: 154ms !important;
}

.d155 {
  animation-delay: 155ms !important;
}

.d156 {
  animation-delay: 156ms !important;
}

.d157 {
  animation-delay: 157ms !important;
}

.d158 {
  animation-delay: 158ms !important;
}

.d159 {
  animation-delay: 159ms !important;
}

.d160 {
  animation-delay: 160ms !important;
}

.d161 {
  animation-delay: 161ms !important;
}

.d162 {
  animation-delay: 162ms !important;
}

.d163 {
  animation-delay: 163ms !important;
}

.d164 {
  animation-delay: 164ms !important;
}

.d165 {
  animation-delay: 165ms !important;
}

.d166 {
  animation-delay: 166ms !important;
}

.d167 {
  animation-delay: 167ms !important;
}

.d168 {
  animation-delay: 168ms !important;
}

.d169 {
  animation-delay: 169ms !important;
}

.d170 {
  animation-delay: 170ms !important;
}

.d171 {
  animation-delay: 171ms !important;
}

.d172 {
  animation-delay: 172ms !important;
}

.d173 {
  animation-delay: 173ms !important;
}

.d174 {
  animation-delay: 174ms !important;
}

.d175 {
  animation-delay: 175ms !important;
}

.d176 {
  animation-delay: 176ms !important;
}

.d177 {
  animation-delay: 177ms !important;
}

.d178 {
  animation-delay: 178ms !important;
}

.d179 {
  animation-delay: 179ms !important;
}

.d180 {
  animation-delay: 180ms !important;
}

.d181 {
  animation-delay: 181ms !important;
}

.d182 {
  animation-delay: 182ms !important;
}

.d183 {
  animation-delay: 183ms !important;
}

.d184 {
  animation-delay: 184ms !important;
}

.d185 {
  animation-delay: 185ms !important;
}

.d186 {
  animation-delay: 186ms !important;
}

.d187 {
  animation-delay: 187ms !important;
}

.d188 {
  animation-delay: 188ms !important;
}

.d189 {
  animation-delay: 189ms !important;
}

.d190 {
  animation-delay: 190ms !important;
}

.d191 {
  animation-delay: 191ms !important;
}

.d192 {
  animation-delay: 192ms !important;
}

.d193 {
  animation-delay: 193ms !important;
}

.d194 {
  animation-delay: 194ms !important;
}

.d195 {
  animation-delay: 195ms !important;
}

.d196 {
  animation-delay: 196ms !important;
}

.d197 {
  animation-delay: 197ms !important;
}

.d198 {
  animation-delay: 198ms !important;
}

.d199 {
  animation-delay: 199ms !important;
}

.d200 {
  animation-delay: 200ms !important;
}

.d201 {
  animation-delay: 201ms !important;
}

.d202 {
  animation-delay: 202ms !important;
}

.d203 {
  animation-delay: 203ms !important;
}

.d204 {
  animation-delay: 204ms !important;
}

.d205 {
  animation-delay: 205ms !important;
}

.d206 {
  animation-delay: 206ms !important;
}

.d207 {
  animation-delay: 207ms !important;
}

.d208 {
  animation-delay: 208ms !important;
}

.d209 {
  animation-delay: 209ms !important;
}

.d210 {
  animation-delay: 210ms !important;
}

.d211 {
  animation-delay: 211ms !important;
}

.d212 {
  animation-delay: 212ms !important;
}

.d213 {
  animation-delay: 213ms !important;
}

.d214 {
  animation-delay: 214ms !important;
}

.d215 {
  animation-delay: 215ms !important;
}

.d216 {
  animation-delay: 216ms !important;
}

.d217 {
  animation-delay: 217ms !important;
}

.d218 {
  animation-delay: 218ms !important;
}

.d219 {
  animation-delay: 219ms !important;
}

.d220 {
  animation-delay: 220ms !important;
}

.d221 {
  animation-delay: 221ms !important;
}

.d222 {
  animation-delay: 222ms !important;
}

.d223 {
  animation-delay: 223ms !important;
}

.d224 {
  animation-delay: 224ms !important;
}

.d225 {
  animation-delay: 225ms !important;
}

.d226 {
  animation-delay: 226ms !important;
}

.d227 {
  animation-delay: 227ms !important;
}

.d228 {
  animation-delay: 228ms !important;
}

.d229 {
  animation-delay: 229ms !important;
}

.d230 {
  animation-delay: 230ms !important;
}

.d231 {
  animation-delay: 231ms !important;
}

.d232 {
  animation-delay: 232ms !important;
}

.d233 {
  animation-delay: 233ms !important;
}

.d234 {
  animation-delay: 234ms !important;
}

.d235 {
  animation-delay: 235ms !important;
}

.d236 {
  animation-delay: 236ms !important;
}

.d237 {
  animation-delay: 237ms !important;
}

.d238 {
  animation-delay: 238ms !important;
}

.d239 {
  animation-delay: 239ms !important;
}

.d240 {
  animation-delay: 240ms !important;
}

.d241 {
  animation-delay: 241ms !important;
}

.d242 {
  animation-delay: 242ms !important;
}

.d243 {
  animation-delay: 243ms !important;
}

.d244 {
  animation-delay: 244ms !important;
}

.d245 {
  animation-delay: 245ms !important;
}

.d246 {
  animation-delay: 246ms !important;
}

.d247 {
  animation-delay: 247ms !important;
}

.d248 {
  animation-delay: 248ms !important;
}

.d249 {
  animation-delay: 249ms !important;
}

.d250 {
  animation-delay: 250ms !important;
}

.d251 {
  animation-delay: 251ms !important;
}

.d252 {
  animation-delay: 252ms !important;
}

.d253 {
  animation-delay: 253ms !important;
}

.d254 {
  animation-delay: 254ms !important;
}

.d255 {
  animation-delay: 255ms !important;
}

.d256 {
  animation-delay: 256ms !important;
}

.d257 {
  animation-delay: 257ms !important;
}

.d258 {
  animation-delay: 258ms !important;
}

.d259 {
  animation-delay: 259ms !important;
}

.d260 {
  animation-delay: 260ms !important;
}

.d261 {
  animation-delay: 261ms !important;
}

.d262 {
  animation-delay: 262ms !important;
}

.d263 {
  animation-delay: 263ms !important;
}

.d264 {
  animation-delay: 264ms !important;
}

.d265 {
  animation-delay: 265ms !important;
}

.d266 {
  animation-delay: 266ms !important;
}

.d267 {
  animation-delay: 267ms !important;
}

.d268 {
  animation-delay: 268ms !important;
}

.d269 {
  animation-delay: 269ms !important;
}

.d270 {
  animation-delay: 270ms !important;
}

.d271 {
  animation-delay: 271ms !important;
}

.d272 {
  animation-delay: 272ms !important;
}

.d273 {
  animation-delay: 273ms !important;
}

.d274 {
  animation-delay: 274ms !important;
}

.d275 {
  animation-delay: 275ms !important;
}

.d276 {
  animation-delay: 276ms !important;
}

.d277 {
  animation-delay: 277ms !important;
}

.d278 {
  animation-delay: 278ms !important;
}

.d279 {
  animation-delay: 279ms !important;
}

.d280 {
  animation-delay: 280ms !important;
}

.d281 {
  animation-delay: 281ms !important;
}

.d282 {
  animation-delay: 282ms !important;
}

.d283 {
  animation-delay: 283ms !important;
}

.d284 {
  animation-delay: 284ms !important;
}

.d285 {
  animation-delay: 285ms !important;
}

.d286 {
  animation-delay: 286ms !important;
}

.d287 {
  animation-delay: 287ms !important;
}

.d288 {
  animation-delay: 288ms !important;
}

.d289 {
  animation-delay: 289ms !important;
}

.d290 {
  animation-delay: 290ms !important;
}

.d291 {
  animation-delay: 291ms !important;
}

.d292 {
  animation-delay: 292ms !important;
}

.d293 {
  animation-delay: 293ms !important;
}

.d294 {
  animation-delay: 294ms !important;
}

.d295 {
  animation-delay: 295ms !important;
}

.d296 {
  animation-delay: 296ms !important;
}

.d297 {
  animation-delay: 297ms !important;
}

.d298 {
  animation-delay: 298ms !important;
}

.d299 {
  animation-delay: 299ms !important;
}

.d300 {
  animation-delay: 300ms !important;
}

.d301 {
  animation-delay: 301ms !important;
}

.d302 {
  animation-delay: 302ms !important;
}

.d303 {
  animation-delay: 303ms !important;
}

.d304 {
  animation-delay: 304ms !important;
}

.d305 {
  animation-delay: 305ms !important;
}

.d306 {
  animation-delay: 306ms !important;
}

.d307 {
  animation-delay: 307ms !important;
}

.d308 {
  animation-delay: 308ms !important;
}

.d309 {
  animation-delay: 309ms !important;
}

.d310 {
  animation-delay: 310ms !important;
}

.d311 {
  animation-delay: 311ms !important;
}

.d312 {
  animation-delay: 312ms !important;
}

.d313 {
  animation-delay: 313ms !important;
}

.d314 {
  animation-delay: 314ms !important;
}

.d315 {
  animation-delay: 315ms !important;
}

.d316 {
  animation-delay: 316ms !important;
}

.d317 {
  animation-delay: 317ms !important;
}

.d318 {
  animation-delay: 318ms !important;
}

.d319 {
  animation-delay: 319ms !important;
}

.d320 {
  animation-delay: 320ms !important;
}

.d321 {
  animation-delay: 321ms !important;
}

.d322 {
  animation-delay: 322ms !important;
}

.d323 {
  animation-delay: 323ms !important;
}

.d324 {
  animation-delay: 324ms !important;
}

.d325 {
  animation-delay: 325ms !important;
}

.d326 {
  animation-delay: 326ms !important;
}

.d327 {
  animation-delay: 327ms !important;
}

.d328 {
  animation-delay: 328ms !important;
}

.d329 {
  animation-delay: 329ms !important;
}

.d330 {
  animation-delay: 330ms !important;
}

.d331 {
  animation-delay: 331ms !important;
}

.d332 {
  animation-delay: 332ms !important;
}

.d333 {
  animation-delay: 333ms !important;
}

.d334 {
  animation-delay: 334ms !important;
}

.d335 {
  animation-delay: 335ms !important;
}

.d336 {
  animation-delay: 336ms !important;
}

.d337 {
  animation-delay: 337ms !important;
}

.d338 {
  animation-delay: 338ms !important;
}

.d339 {
  animation-delay: 339ms !important;
}

.d340 {
  animation-delay: 340ms !important;
}

.d341 {
  animation-delay: 341ms !important;
}

.d342 {
  animation-delay: 342ms !important;
}

.d343 {
  animation-delay: 343ms !important;
}

.d344 {
  animation-delay: 344ms !important;
}

.d345 {
  animation-delay: 345ms !important;
}

.d346 {
  animation-delay: 346ms !important;
}

.d347 {
  animation-delay: 347ms !important;
}

.d348 {
  animation-delay: 348ms !important;
}

.d349 {
  animation-delay: 349ms !important;
}

.d350 {
  animation-delay: 350ms !important;
}

.d351 {
  animation-delay: 351ms !important;
}

.d352 {
  animation-delay: 352ms !important;
}

.d353 {
  animation-delay: 353ms !important;
}

.d354 {
  animation-delay: 354ms !important;
}

.d355 {
  animation-delay: 355ms !important;
}

.d356 {
  animation-delay: 356ms !important;
}

.d357 {
  animation-delay: 357ms !important;
}

.d358 {
  animation-delay: 358ms !important;
}

.d359 {
  animation-delay: 359ms !important;
}

.d360 {
  animation-delay: 360ms !important;
}

.d361 {
  animation-delay: 361ms !important;
}

.d362 {
  animation-delay: 362ms !important;
}

.d363 {
  animation-delay: 363ms !important;
}

.d364 {
  animation-delay: 364ms !important;
}

.d365 {
  animation-delay: 365ms !important;
}

.d366 {
  animation-delay: 366ms !important;
}

.d367 {
  animation-delay: 367ms !important;
}

.d368 {
  animation-delay: 368ms !important;
}

.d369 {
  animation-delay: 369ms !important;
}

.d370 {
  animation-delay: 370ms !important;
}

.d371 {
  animation-delay: 371ms !important;
}

.d372 {
  animation-delay: 372ms !important;
}

.d373 {
  animation-delay: 373ms !important;
}

.d374 {
  animation-delay: 374ms !important;
}

.d375 {
  animation-delay: 375ms !important;
}

.d376 {
  animation-delay: 376ms !important;
}

.d377 {
  animation-delay: 377ms !important;
}

.d378 {
  animation-delay: 378ms !important;
}

.d379 {
  animation-delay: 379ms !important;
}

.d380 {
  animation-delay: 380ms !important;
}

.d381 {
  animation-delay: 381ms !important;
}

.d382 {
  animation-delay: 382ms !important;
}

.d383 {
  animation-delay: 383ms !important;
}

.d384 {
  animation-delay: 384ms !important;
}

.d385 {
  animation-delay: 385ms !important;
}

.d386 {
  animation-delay: 386ms !important;
}

.d387 {
  animation-delay: 387ms !important;
}

.d388 {
  animation-delay: 388ms !important;
}

.d389 {
  animation-delay: 389ms !important;
}

.d390 {
  animation-delay: 390ms !important;
}

.d391 {
  animation-delay: 391ms !important;
}

.d392 {
  animation-delay: 392ms !important;
}

.d393 {
  animation-delay: 393ms !important;
}

.d394 {
  animation-delay: 394ms !important;
}

.d395 {
  animation-delay: 395ms !important;
}

.d396 {
  animation-delay: 396ms !important;
}

.d397 {
  animation-delay: 397ms !important;
}

.d398 {
  animation-delay: 398ms !important;
}

.d399 {
  animation-delay: 399ms !important;
}

.d400 {
  animation-delay: 400ms !important;
}

.d401 {
  animation-delay: 401ms !important;
}

.d402 {
  animation-delay: 402ms !important;
}

.d403 {
  animation-delay: 403ms !important;
}

.d404 {
  animation-delay: 404ms !important;
}

.d405 {
  animation-delay: 405ms !important;
}

.d406 {
  animation-delay: 406ms !important;
}

.d407 {
  animation-delay: 407ms !important;
}

.d408 {
  animation-delay: 408ms !important;
}

.d409 {
  animation-delay: 409ms !important;
}

.d410 {
  animation-delay: 410ms !important;
}

.d411 {
  animation-delay: 411ms !important;
}

.d412 {
  animation-delay: 412ms !important;
}

.d413 {
  animation-delay: 413ms !important;
}

.d414 {
  animation-delay: 414ms !important;
}

.d415 {
  animation-delay: 415ms !important;
}

.d416 {
  animation-delay: 416ms !important;
}

.d417 {
  animation-delay: 417ms !important;
}

.d418 {
  animation-delay: 418ms !important;
}

.d419 {
  animation-delay: 419ms !important;
}

.d420 {
  animation-delay: 420ms !important;
}

.d421 {
  animation-delay: 421ms !important;
}

.d422 {
  animation-delay: 422ms !important;
}

.d423 {
  animation-delay: 423ms !important;
}

.d424 {
  animation-delay: 424ms !important;
}

.d425 {
  animation-delay: 425ms !important;
}

.d426 {
  animation-delay: 426ms !important;
}

.d427 {
  animation-delay: 427ms !important;
}

.d428 {
  animation-delay: 428ms !important;
}

.d429 {
  animation-delay: 429ms !important;
}

.d430 {
  animation-delay: 430ms !important;
}

.d431 {
  animation-delay: 431ms !important;
}

.d432 {
  animation-delay: 432ms !important;
}

.d433 {
  animation-delay: 433ms !important;
}

.d434 {
  animation-delay: 434ms !important;
}

.d435 {
  animation-delay: 435ms !important;
}

.d436 {
  animation-delay: 436ms !important;
}

.d437 {
  animation-delay: 437ms !important;
}

.d438 {
  animation-delay: 438ms !important;
}

.d439 {
  animation-delay: 439ms !important;
}

.d440 {
  animation-delay: 440ms !important;
}

.d441 {
  animation-delay: 441ms !important;
}

.d442 {
  animation-delay: 442ms !important;
}

.d443 {
  animation-delay: 443ms !important;
}

.d444 {
  animation-delay: 444ms !important;
}

.d445 {
  animation-delay: 445ms !important;
}

.d446 {
  animation-delay: 446ms !important;
}

.d447 {
  animation-delay: 447ms !important;
}

.d448 {
  animation-delay: 448ms !important;
}

.d449 {
  animation-delay: 449ms !important;
}

.d450 {
  animation-delay: 450ms !important;
}

.d451 {
  animation-delay: 451ms !important;
}

.d452 {
  animation-delay: 452ms !important;
}

.d453 {
  animation-delay: 453ms !important;
}

.d454 {
  animation-delay: 454ms !important;
}

.d455 {
  animation-delay: 455ms !important;
}

.d456 {
  animation-delay: 456ms !important;
}

.d457 {
  animation-delay: 457ms !important;
}

.d458 {
  animation-delay: 458ms !important;
}

.d459 {
  animation-delay: 459ms !important;
}

.d460 {
  animation-delay: 460ms !important;
}

.d461 {
  animation-delay: 461ms !important;
}

.d462 {
  animation-delay: 462ms !important;
}

.d463 {
  animation-delay: 463ms !important;
}

.d464 {
  animation-delay: 464ms !important;
}

.d465 {
  animation-delay: 465ms !important;
}

.d466 {
  animation-delay: 466ms !important;
}

.d467 {
  animation-delay: 467ms !important;
}

.d468 {
  animation-delay: 468ms !important;
}

.d469 {
  animation-delay: 469ms !important;
}

.d470 {
  animation-delay: 470ms !important;
}

.d471 {
  animation-delay: 471ms !important;
}

.d472 {
  animation-delay: 472ms !important;
}

.d473 {
  animation-delay: 473ms !important;
}

.d474 {
  animation-delay: 474ms !important;
}

.d475 {
  animation-delay: 475ms !important;
}

.d476 {
  animation-delay: 476ms !important;
}

.d477 {
  animation-delay: 477ms !important;
}

.d478 {
  animation-delay: 478ms !important;
}

.d479 {
  animation-delay: 479ms !important;
}

.d480 {
  animation-delay: 480ms !important;
}

.d481 {
  animation-delay: 481ms !important;
}

.d482 {
  animation-delay: 482ms !important;
}

.d483 {
  animation-delay: 483ms !important;
}

.d484 {
  animation-delay: 484ms !important;
}

.d485 {
  animation-delay: 485ms !important;
}

.d486 {
  animation-delay: 486ms !important;
}

.d487 {
  animation-delay: 487ms !important;
}

.d488 {
  animation-delay: 488ms !important;
}

.d489 {
  animation-delay: 489ms !important;
}

.d490 {
  animation-delay: 490ms !important;
}

.d491 {
  animation-delay: 491ms !important;
}

.d492 {
  animation-delay: 492ms !important;
}

.d493 {
  animation-delay: 493ms !important;
}

.d494 {
  animation-delay: 494ms !important;
}

.d495 {
  animation-delay: 495ms !important;
}

.d496 {
  animation-delay: 496ms !important;
}

.d497 {
  animation-delay: 497ms !important;
}

.d498 {
  animation-delay: 498ms !important;
}

.d499 {
  animation-delay: 499ms !important;
}

.d500 {
  animation-delay: 500ms !important;
}

.d501 {
  animation-delay: 501ms !important;
}

.d502 {
  animation-delay: 502ms !important;
}

.d503 {
  animation-delay: 503ms !important;
}

.d504 {
  animation-delay: 504ms !important;
}

.d505 {
  animation-delay: 505ms !important;
}

.d506 {
  animation-delay: 506ms !important;
}

.d507 {
  animation-delay: 507ms !important;
}

.d508 {
  animation-delay: 508ms !important;
}

.d509 {
  animation-delay: 509ms !important;
}

.d510 {
  animation-delay: 510ms !important;
}

.d511 {
  animation-delay: 511ms !important;
}

.d512 {
  animation-delay: 512ms !important;
}

.d513 {
  animation-delay: 513ms !important;
}

.d514 {
  animation-delay: 514ms !important;
}

.d515 {
  animation-delay: 515ms !important;
}

.d516 {
  animation-delay: 516ms !important;
}

.d517 {
  animation-delay: 517ms !important;
}

.d518 {
  animation-delay: 518ms !important;
}

.d519 {
  animation-delay: 519ms !important;
}

.d520 {
  animation-delay: 520ms !important;
}

.d521 {
  animation-delay: 521ms !important;
}

.d522 {
  animation-delay: 522ms !important;
}

.d523 {
  animation-delay: 523ms !important;
}

.d524 {
  animation-delay: 524ms !important;
}

.d525 {
  animation-delay: 525ms !important;
}

.d526 {
  animation-delay: 526ms !important;
}

.d527 {
  animation-delay: 527ms !important;
}

.d528 {
  animation-delay: 528ms !important;
}

.d529 {
  animation-delay: 529ms !important;
}

.d530 {
  animation-delay: 530ms !important;
}

.d531 {
  animation-delay: 531ms !important;
}

.d532 {
  animation-delay: 532ms !important;
}

.d533 {
  animation-delay: 533ms !important;
}

.d534 {
  animation-delay: 534ms !important;
}

.d535 {
  animation-delay: 535ms !important;
}

.d536 {
  animation-delay: 536ms !important;
}

.d537 {
  animation-delay: 537ms !important;
}

.d538 {
  animation-delay: 538ms !important;
}

.d539 {
  animation-delay: 539ms !important;
}

.d540 {
  animation-delay: 540ms !important;
}

.d541 {
  animation-delay: 541ms !important;
}

.d542 {
  animation-delay: 542ms !important;
}

.d543 {
  animation-delay: 543ms !important;
}

.d544 {
  animation-delay: 544ms !important;
}

.d545 {
  animation-delay: 545ms !important;
}

.d546 {
  animation-delay: 546ms !important;
}

.d547 {
  animation-delay: 547ms !important;
}

.d548 {
  animation-delay: 548ms !important;
}

.d549 {
  animation-delay: 549ms !important;
}

.d550 {
  animation-delay: 550ms !important;
}

.d551 {
  animation-delay: 551ms !important;
}

.d552 {
  animation-delay: 552ms !important;
}

.d553 {
  animation-delay: 553ms !important;
}

.d554 {
  animation-delay: 554ms !important;
}

.d555 {
  animation-delay: 555ms !important;
}

.d556 {
  animation-delay: 556ms !important;
}

.d557 {
  animation-delay: 557ms !important;
}

.d558 {
  animation-delay: 558ms !important;
}

.d559 {
  animation-delay: 559ms !important;
}

.d560 {
  animation-delay: 560ms !important;
}

.d561 {
  animation-delay: 561ms !important;
}

.d562 {
  animation-delay: 562ms !important;
}

.d563 {
  animation-delay: 563ms !important;
}

.d564 {
  animation-delay: 564ms !important;
}

.d565 {
  animation-delay: 565ms !important;
}

.d566 {
  animation-delay: 566ms !important;
}

.d567 {
  animation-delay: 567ms !important;
}

.d568 {
  animation-delay: 568ms !important;
}

.d569 {
  animation-delay: 569ms !important;
}

.d570 {
  animation-delay: 570ms !important;
}

.d571 {
  animation-delay: 571ms !important;
}

.d572 {
  animation-delay: 572ms !important;
}

.d573 {
  animation-delay: 573ms !important;
}

.d574 {
  animation-delay: 574ms !important;
}

.d575 {
  animation-delay: 575ms !important;
}

.d576 {
  animation-delay: 576ms !important;
}

.d577 {
  animation-delay: 577ms !important;
}

.d578 {
  animation-delay: 578ms !important;
}

.d579 {
  animation-delay: 579ms !important;
}

.d580 {
  animation-delay: 580ms !important;
}

.d581 {
  animation-delay: 581ms !important;
}

.d582 {
  animation-delay: 582ms !important;
}

.d583 {
  animation-delay: 583ms !important;
}

.d584 {
  animation-delay: 584ms !important;
}

.d585 {
  animation-delay: 585ms !important;
}

.d586 {
  animation-delay: 586ms !important;
}

.d587 {
  animation-delay: 587ms !important;
}

.d588 {
  animation-delay: 588ms !important;
}

.d589 {
  animation-delay: 589ms !important;
}

.d590 {
  animation-delay: 590ms !important;
}

.d591 {
  animation-delay: 591ms !important;
}

.d592 {
  animation-delay: 592ms !important;
}

.d593 {
  animation-delay: 593ms !important;
}

.d594 {
  animation-delay: 594ms !important;
}

.d595 {
  animation-delay: 595ms !important;
}

.d596 {
  animation-delay: 596ms !important;
}

.d597 {
  animation-delay: 597ms !important;
}

.d598 {
  animation-delay: 598ms !important;
}

.d599 {
  animation-delay: 599ms !important;
}

.d600 {
  animation-delay: 600ms !important;
}

.d601 {
  animation-delay: 601ms !important;
}

.d602 {
  animation-delay: 602ms !important;
}

.d603 {
  animation-delay: 603ms !important;
}

.d604 {
  animation-delay: 604ms !important;
}

.d605 {
  animation-delay: 605ms !important;
}

.d606 {
  animation-delay: 606ms !important;
}

.d607 {
  animation-delay: 607ms !important;
}

.d608 {
  animation-delay: 608ms !important;
}

.d609 {
  animation-delay: 609ms !important;
}

.d610 {
  animation-delay: 610ms !important;
}

.d611 {
  animation-delay: 611ms !important;
}

.d612 {
  animation-delay: 612ms !important;
}

.d613 {
  animation-delay: 613ms !important;
}

.d614 {
  animation-delay: 614ms !important;
}

.d615 {
  animation-delay: 615ms !important;
}

.d616 {
  animation-delay: 616ms !important;
}

.d617 {
  animation-delay: 617ms !important;
}

.d618 {
  animation-delay: 618ms !important;
}

.d619 {
  animation-delay: 619ms !important;
}

.d620 {
  animation-delay: 620ms !important;
}

.d621 {
  animation-delay: 621ms !important;
}

.d622 {
  animation-delay: 622ms !important;
}

.d623 {
  animation-delay: 623ms !important;
}

.d624 {
  animation-delay: 624ms !important;
}

.d625 {
  animation-delay: 625ms !important;
}

.d626 {
  animation-delay: 626ms !important;
}

.d627 {
  animation-delay: 627ms !important;
}

.d628 {
  animation-delay: 628ms !important;
}

.d629 {
  animation-delay: 629ms !important;
}

.d630 {
  animation-delay: 630ms !important;
}

.d631 {
  animation-delay: 631ms !important;
}

.d632 {
  animation-delay: 632ms !important;
}

.d633 {
  animation-delay: 633ms !important;
}

.d634 {
  animation-delay: 634ms !important;
}

.d635 {
  animation-delay: 635ms !important;
}

.d636 {
  animation-delay: 636ms !important;
}

.d637 {
  animation-delay: 637ms !important;
}

.d638 {
  animation-delay: 638ms !important;
}

.d639 {
  animation-delay: 639ms !important;
}

.d640 {
  animation-delay: 640ms !important;
}

.d641 {
  animation-delay: 641ms !important;
}

.d642 {
  animation-delay: 642ms !important;
}

.d643 {
  animation-delay: 643ms !important;
}

.d644 {
  animation-delay: 644ms !important;
}

.d645 {
  animation-delay: 645ms !important;
}

.d646 {
  animation-delay: 646ms !important;
}

.d647 {
  animation-delay: 647ms !important;
}

.d648 {
  animation-delay: 648ms !important;
}

.d649 {
  animation-delay: 649ms !important;
}

.d650 {
  animation-delay: 650ms !important;
}

.d651 {
  animation-delay: 651ms !important;
}

.d652 {
  animation-delay: 652ms !important;
}

.d653 {
  animation-delay: 653ms !important;
}

.d654 {
  animation-delay: 654ms !important;
}

.d655 {
  animation-delay: 655ms !important;
}

.d656 {
  animation-delay: 656ms !important;
}

.d657 {
  animation-delay: 657ms !important;
}

.d658 {
  animation-delay: 658ms !important;
}

.d659 {
  animation-delay: 659ms !important;
}

.d660 {
  animation-delay: 660ms !important;
}

.d661 {
  animation-delay: 661ms !important;
}

.d662 {
  animation-delay: 662ms !important;
}

.d663 {
  animation-delay: 663ms !important;
}

.d664 {
  animation-delay: 664ms !important;
}

.d665 {
  animation-delay: 665ms !important;
}

.d666 {
  animation-delay: 666ms !important;
}

.d667 {
  animation-delay: 667ms !important;
}

.d668 {
  animation-delay: 668ms !important;
}

.d669 {
  animation-delay: 669ms !important;
}

.d670 {
  animation-delay: 670ms !important;
}

.d671 {
  animation-delay: 671ms !important;
}

.d672 {
  animation-delay: 672ms !important;
}

.d673 {
  animation-delay: 673ms !important;
}

.d674 {
  animation-delay: 674ms !important;
}

.d675 {
  animation-delay: 675ms !important;
}

.d676 {
  animation-delay: 676ms !important;
}

.d677 {
  animation-delay: 677ms !important;
}

.d678 {
  animation-delay: 678ms !important;
}

.d679 {
  animation-delay: 679ms !important;
}

.d680 {
  animation-delay: 680ms !important;
}

.d681 {
  animation-delay: 681ms !important;
}

.d682 {
  animation-delay: 682ms !important;
}

.d683 {
  animation-delay: 683ms !important;
}

.d684 {
  animation-delay: 684ms !important;
}

.d685 {
  animation-delay: 685ms !important;
}

.d686 {
  animation-delay: 686ms !important;
}

.d687 {
  animation-delay: 687ms !important;
}

.d688 {
  animation-delay: 688ms !important;
}

.d689 {
  animation-delay: 689ms !important;
}

.d690 {
  animation-delay: 690ms !important;
}

.d691 {
  animation-delay: 691ms !important;
}

.d692 {
  animation-delay: 692ms !important;
}

.d693 {
  animation-delay: 693ms !important;
}

.d694 {
  animation-delay: 694ms !important;
}

.d695 {
  animation-delay: 695ms !important;
}

.d696 {
  animation-delay: 696ms !important;
}

.d697 {
  animation-delay: 697ms !important;
}

.d698 {
  animation-delay: 698ms !important;
}

.d699 {
  animation-delay: 699ms !important;
}

.d700 {
  animation-delay: 700ms !important;
}

.d701 {
  animation-delay: 701ms !important;
}

.d702 {
  animation-delay: 702ms !important;
}

.d703 {
  animation-delay: 703ms !important;
}

.d704 {
  animation-delay: 704ms !important;
}

.d705 {
  animation-delay: 705ms !important;
}

.d706 {
  animation-delay: 706ms !important;
}

.d707 {
  animation-delay: 707ms !important;
}

.d708 {
  animation-delay: 708ms !important;
}

.d709 {
  animation-delay: 709ms !important;
}

.d710 {
  animation-delay: 710ms !important;
}

.d711 {
  animation-delay: 711ms !important;
}

.d712 {
  animation-delay: 712ms !important;
}

.d713 {
  animation-delay: 713ms !important;
}

.d714 {
  animation-delay: 714ms !important;
}

.d715 {
  animation-delay: 715ms !important;
}

.d716 {
  animation-delay: 716ms !important;
}

.d717 {
  animation-delay: 717ms !important;
}

.d718 {
  animation-delay: 718ms !important;
}

.d719 {
  animation-delay: 719ms !important;
}

.d720 {
  animation-delay: 720ms !important;
}

.d721 {
  animation-delay: 721ms !important;
}

.d722 {
  animation-delay: 722ms !important;
}

.d723 {
  animation-delay: 723ms !important;
}

.d724 {
  animation-delay: 724ms !important;
}

.d725 {
  animation-delay: 725ms !important;
}

.d726 {
  animation-delay: 726ms !important;
}

.d727 {
  animation-delay: 727ms !important;
}

.d728 {
  animation-delay: 728ms !important;
}

.d729 {
  animation-delay: 729ms !important;
}

.d730 {
  animation-delay: 730ms !important;
}

.d731 {
  animation-delay: 731ms !important;
}

.d732 {
  animation-delay: 732ms !important;
}

.d733 {
  animation-delay: 733ms !important;
}

.d734 {
  animation-delay: 734ms !important;
}

.d735 {
  animation-delay: 735ms !important;
}

.d736 {
  animation-delay: 736ms !important;
}

.d737 {
  animation-delay: 737ms !important;
}

.d738 {
  animation-delay: 738ms !important;
}

.d739 {
  animation-delay: 739ms !important;
}

.d740 {
  animation-delay: 740ms !important;
}

.d741 {
  animation-delay: 741ms !important;
}

.d742 {
  animation-delay: 742ms !important;
}

.d743 {
  animation-delay: 743ms !important;
}

.d744 {
  animation-delay: 744ms !important;
}

.d745 {
  animation-delay: 745ms !important;
}

.d746 {
  animation-delay: 746ms !important;
}

.d747 {
  animation-delay: 747ms !important;
}

.d748 {
  animation-delay: 748ms !important;
}

.d749 {
  animation-delay: 749ms !important;
}

.d750 {
  animation-delay: 750ms !important;
}

.d751 {
  animation-delay: 751ms !important;
}

.d752 {
  animation-delay: 752ms !important;
}

.d753 {
  animation-delay: 753ms !important;
}

.d754 {
  animation-delay: 754ms !important;
}

.d755 {
  animation-delay: 755ms !important;
}

.d756 {
  animation-delay: 756ms !important;
}

.d757 {
  animation-delay: 757ms !important;
}

.d758 {
  animation-delay: 758ms !important;
}

.d759 {
  animation-delay: 759ms !important;
}

.d760 {
  animation-delay: 760ms !important;
}

.d761 {
  animation-delay: 761ms !important;
}

.d762 {
  animation-delay: 762ms !important;
}

.d763 {
  animation-delay: 763ms !important;
}

.d764 {
  animation-delay: 764ms !important;
}

.d765 {
  animation-delay: 765ms !important;
}

.d766 {
  animation-delay: 766ms !important;
}

.d767 {
  animation-delay: 767ms !important;
}

.d768 {
  animation-delay: 768ms !important;
}

.d769 {
  animation-delay: 769ms !important;
}

.d770 {
  animation-delay: 770ms !important;
}

.d771 {
  animation-delay: 771ms !important;
}

.d772 {
  animation-delay: 772ms !important;
}

.d773 {
  animation-delay: 773ms !important;
}

.d774 {
  animation-delay: 774ms !important;
}

.d775 {
  animation-delay: 775ms !important;
}

.d776 {
  animation-delay: 776ms !important;
}

.d777 {
  animation-delay: 777ms !important;
}

.d778 {
  animation-delay: 778ms !important;
}

.d779 {
  animation-delay: 779ms !important;
}

.d780 {
  animation-delay: 780ms !important;
}

.d781 {
  animation-delay: 781ms !important;
}

.d782 {
  animation-delay: 782ms !important;
}

.d783 {
  animation-delay: 783ms !important;
}

.d784 {
  animation-delay: 784ms !important;
}

.d785 {
  animation-delay: 785ms !important;
}

.d786 {
  animation-delay: 786ms !important;
}

.d787 {
  animation-delay: 787ms !important;
}

.d788 {
  animation-delay: 788ms !important;
}

.d789 {
  animation-delay: 789ms !important;
}

.d790 {
  animation-delay: 790ms !important;
}

.d791 {
  animation-delay: 791ms !important;
}

.d792 {
  animation-delay: 792ms !important;
}

.d793 {
  animation-delay: 793ms !important;
}

.d794 {
  animation-delay: 794ms !important;
}

.d795 {
  animation-delay: 795ms !important;
}

.d796 {
  animation-delay: 796ms !important;
}

.d797 {
  animation-delay: 797ms !important;
}

.d798 {
  animation-delay: 798ms !important;
}

.d799 {
  animation-delay: 799ms !important;
}

.d800 {
  animation-delay: 800ms !important;
}

.d801 {
  animation-delay: 801ms !important;
}

.d802 {
  animation-delay: 802ms !important;
}

.d803 {
  animation-delay: 803ms !important;
}

.d804 {
  animation-delay: 804ms !important;
}

.d805 {
  animation-delay: 805ms !important;
}

.d806 {
  animation-delay: 806ms !important;
}

.d807 {
  animation-delay: 807ms !important;
}

.d808 {
  animation-delay: 808ms !important;
}

.d809 {
  animation-delay: 809ms !important;
}

.d810 {
  animation-delay: 810ms !important;
}

.d811 {
  animation-delay: 811ms !important;
}

.d812 {
  animation-delay: 812ms !important;
}

.d813 {
  animation-delay: 813ms !important;
}

.d814 {
  animation-delay: 814ms !important;
}

.d815 {
  animation-delay: 815ms !important;
}

.d816 {
  animation-delay: 816ms !important;
}

.d817 {
  animation-delay: 817ms !important;
}

.d818 {
  animation-delay: 818ms !important;
}

.d819 {
  animation-delay: 819ms !important;
}

.d820 {
  animation-delay: 820ms !important;
}

.d821 {
  animation-delay: 821ms !important;
}

.d822 {
  animation-delay: 822ms !important;
}

.d823 {
  animation-delay: 823ms !important;
}

.d824 {
  animation-delay: 824ms !important;
}

.d825 {
  animation-delay: 825ms !important;
}

.d826 {
  animation-delay: 826ms !important;
}

.d827 {
  animation-delay: 827ms !important;
}

.d828 {
  animation-delay: 828ms !important;
}

.d829 {
  animation-delay: 829ms !important;
}

.d830 {
  animation-delay: 830ms !important;
}

.d831 {
  animation-delay: 831ms !important;
}

.d832 {
  animation-delay: 832ms !important;
}

.d833 {
  animation-delay: 833ms !important;
}

.d834 {
  animation-delay: 834ms !important;
}

.d835 {
  animation-delay: 835ms !important;
}

.d836 {
  animation-delay: 836ms !important;
}

.d837 {
  animation-delay: 837ms !important;
}

.d838 {
  animation-delay: 838ms !important;
}

.d839 {
  animation-delay: 839ms !important;
}

.d840 {
  animation-delay: 840ms !important;
}

.d841 {
  animation-delay: 841ms !important;
}

.d842 {
  animation-delay: 842ms !important;
}

.d843 {
  animation-delay: 843ms !important;
}

.d844 {
  animation-delay: 844ms !important;
}

.d845 {
  animation-delay: 845ms !important;
}

.d846 {
  animation-delay: 846ms !important;
}

.d847 {
  animation-delay: 847ms !important;
}

.d848 {
  animation-delay: 848ms !important;
}

.d849 {
  animation-delay: 849ms !important;
}

.d850 {
  animation-delay: 850ms !important;
}

.d851 {
  animation-delay: 851ms !important;
}

.d852 {
  animation-delay: 852ms !important;
}

.d853 {
  animation-delay: 853ms !important;
}

.d854 {
  animation-delay: 854ms !important;
}

.d855 {
  animation-delay: 855ms !important;
}

.d856 {
  animation-delay: 856ms !important;
}

.d857 {
  animation-delay: 857ms !important;
}

.d858 {
  animation-delay: 858ms !important;
}

.d859 {
  animation-delay: 859ms !important;
}

.d860 {
  animation-delay: 860ms !important;
}

.d861 {
  animation-delay: 861ms !important;
}

.d862 {
  animation-delay: 862ms !important;
}

.d863 {
  animation-delay: 863ms !important;
}

.d864 {
  animation-delay: 864ms !important;
}

.d865 {
  animation-delay: 865ms !important;
}

.d866 {
  animation-delay: 866ms !important;
}

.d867 {
  animation-delay: 867ms !important;
}

.d868 {
  animation-delay: 868ms !important;
}

.d869 {
  animation-delay: 869ms !important;
}

.d870 {
  animation-delay: 870ms !important;
}

.d871 {
  animation-delay: 871ms !important;
}

.d872 {
  animation-delay: 872ms !important;
}

.d873 {
  animation-delay: 873ms !important;
}

.d874 {
  animation-delay: 874ms !important;
}

.d875 {
  animation-delay: 875ms !important;
}

.d876 {
  animation-delay: 876ms !important;
}

.d877 {
  animation-delay: 877ms !important;
}

.d878 {
  animation-delay: 878ms !important;
}

.d879 {
  animation-delay: 879ms !important;
}

.d880 {
  animation-delay: 880ms !important;
}

.d881 {
  animation-delay: 881ms !important;
}

.d882 {
  animation-delay: 882ms !important;
}

.d883 {
  animation-delay: 883ms !important;
}

.d884 {
  animation-delay: 884ms !important;
}

.d885 {
  animation-delay: 885ms !important;
}

.d886 {
  animation-delay: 886ms !important;
}

.d887 {
  animation-delay: 887ms !important;
}

.d888 {
  animation-delay: 888ms !important;
}

.d889 {
  animation-delay: 889ms !important;
}

.d890 {
  animation-delay: 890ms !important;
}

.d891 {
  animation-delay: 891ms !important;
}

.d892 {
  animation-delay: 892ms !important;
}

.d893 {
  animation-delay: 893ms !important;
}

.d894 {
  animation-delay: 894ms !important;
}

.d895 {
  animation-delay: 895ms !important;
}

.d896 {
  animation-delay: 896ms !important;
}

.d897 {
  animation-delay: 897ms !important;
}

.d898 {
  animation-delay: 898ms !important;
}

.d899 {
  animation-delay: 899ms !important;
}

.d900 {
  animation-delay: 900ms !important;
}

.d901 {
  animation-delay: 901ms !important;
}

.d902 {
  animation-delay: 902ms !important;
}

.d903 {
  animation-delay: 903ms !important;
}

.d904 {
  animation-delay: 904ms !important;
}

.d905 {
  animation-delay: 905ms !important;
}

.d906 {
  animation-delay: 906ms !important;
}

.d907 {
  animation-delay: 907ms !important;
}

.d908 {
  animation-delay: 908ms !important;
}

.d909 {
  animation-delay: 909ms !important;
}

.d910 {
  animation-delay: 910ms !important;
}

.d911 {
  animation-delay: 911ms !important;
}

.d912 {
  animation-delay: 912ms !important;
}

.d913 {
  animation-delay: 913ms !important;
}

.d914 {
  animation-delay: 914ms !important;
}

.d915 {
  animation-delay: 915ms !important;
}

.d916 {
  animation-delay: 916ms !important;
}

.d917 {
  animation-delay: 917ms !important;
}

.d918 {
  animation-delay: 918ms !important;
}

.d919 {
  animation-delay: 919ms !important;
}

.d920 {
  animation-delay: 920ms !important;
}

.d921 {
  animation-delay: 921ms !important;
}

.d922 {
  animation-delay: 922ms !important;
}

.d923 {
  animation-delay: 923ms !important;
}

.d924 {
  animation-delay: 924ms !important;
}

.d925 {
  animation-delay: 925ms !important;
}

.d926 {
  animation-delay: 926ms !important;
}

.d927 {
  animation-delay: 927ms !important;
}

.d928 {
  animation-delay: 928ms !important;
}

.d929 {
  animation-delay: 929ms !important;
}

.d930 {
  animation-delay: 930ms !important;
}

.d931 {
  animation-delay: 931ms !important;
}

.d932 {
  animation-delay: 932ms !important;
}

.d933 {
  animation-delay: 933ms !important;
}

.d934 {
  animation-delay: 934ms !important;
}

.d935 {
  animation-delay: 935ms !important;
}

.d936 {
  animation-delay: 936ms !important;
}

.d937 {
  animation-delay: 937ms !important;
}

.d938 {
  animation-delay: 938ms !important;
}

.d939 {
  animation-delay: 939ms !important;
}

.d940 {
  animation-delay: 940ms !important;
}

.d941 {
  animation-delay: 941ms !important;
}

.d942 {
  animation-delay: 942ms !important;
}

.d943 {
  animation-delay: 943ms !important;
}

.d944 {
  animation-delay: 944ms !important;
}

.d945 {
  animation-delay: 945ms !important;
}

.d946 {
  animation-delay: 946ms !important;
}

.d947 {
  animation-delay: 947ms !important;
}

.d948 {
  animation-delay: 948ms !important;
}

.d949 {
  animation-delay: 949ms !important;
}

.d950 {
  animation-delay: 950ms !important;
}

.d951 {
  animation-delay: 951ms !important;
}

.d952 {
  animation-delay: 952ms !important;
}

.d953 {
  animation-delay: 953ms !important;
}

.d954 {
  animation-delay: 954ms !important;
}

.d955 {
  animation-delay: 955ms !important;
}

.d956 {
  animation-delay: 956ms !important;
}

.d957 {
  animation-delay: 957ms !important;
}

.d958 {
  animation-delay: 958ms !important;
}

.d959 {
  animation-delay: 959ms !important;
}

.d960 {
  animation-delay: 960ms !important;
}

.d961 {
  animation-delay: 961ms !important;
}

.d962 {
  animation-delay: 962ms !important;
}

.d963 {
  animation-delay: 963ms !important;
}

.d964 {
  animation-delay: 964ms !important;
}

.d965 {
  animation-delay: 965ms !important;
}

.d966 {
  animation-delay: 966ms !important;
}

.d967 {
  animation-delay: 967ms !important;
}

.d968 {
  animation-delay: 968ms !important;
}

.d969 {
  animation-delay: 969ms !important;
}

.d970 {
  animation-delay: 970ms !important;
}

.d971 {
  animation-delay: 971ms !important;
}

.d972 {
  animation-delay: 972ms !important;
}

.d973 {
  animation-delay: 973ms !important;
}

.d974 {
  animation-delay: 974ms !important;
}

.d975 {
  animation-delay: 975ms !important;
}

.d976 {
  animation-delay: 976ms !important;
}

.d977 {
  animation-delay: 977ms !important;
}

.d978 {
  animation-delay: 978ms !important;
}

.d979 {
  animation-delay: 979ms !important;
}

.d980 {
  animation-delay: 980ms !important;
}

.d981 {
  animation-delay: 981ms !important;
}

.d982 {
  animation-delay: 982ms !important;
}

.d983 {
  animation-delay: 983ms !important;
}

.d984 {
  animation-delay: 984ms !important;
}

.d985 {
  animation-delay: 985ms !important;
}

.d986 {
  animation-delay: 986ms !important;
}

.d987 {
  animation-delay: 987ms !important;
}

.d988 {
  animation-delay: 988ms !important;
}

.d989 {
  animation-delay: 989ms !important;
}

.d990 {
  animation-delay: 990ms !important;
}

.d991 {
  animation-delay: 991ms !important;
}

.d992 {
  animation-delay: 992ms !important;
}

.d993 {
  animation-delay: 993ms !important;
}

.d994 {
  animation-delay: 994ms !important;
}

.d995 {
  animation-delay: 995ms !important;
}

.d996 {
  animation-delay: 996ms !important;
}

.d997 {
  animation-delay: 997ms !important;
}

.d998 {
  animation-delay: 998ms !important;
}

.d999 {
  animation-delay: 999ms !important;
}

.d1000 {
  animation-delay: 1000ms !important;
}

.d1001 {
  animation-delay: 1001ms !important;
}

.d1002 {
  animation-delay: 1002ms !important;
}

.d1003 {
  animation-delay: 1003ms !important;
}

.d1004 {
  animation-delay: 1004ms !important;
}

.d1005 {
  animation-delay: 1005ms !important;
}

.d1006 {
  animation-delay: 1006ms !important;
}

.d1007 {
  animation-delay: 1007ms !important;
}

.d1008 {
  animation-delay: 1008ms !important;
}

.d1009 {
  animation-delay: 1009ms !important;
}

.d1010 {
  animation-delay: 1010ms !important;
}

.d1011 {
  animation-delay: 1011ms !important;
}

.d1012 {
  animation-delay: 1012ms !important;
}

.d1013 {
  animation-delay: 1013ms !important;
}

.d1014 {
  animation-delay: 1014ms !important;
}

.d1015 {
  animation-delay: 1015ms !important;
}

.d1016 {
  animation-delay: 1016ms !important;
}

.d1017 {
  animation-delay: 1017ms !important;
}

.d1018 {
  animation-delay: 1018ms !important;
}

.d1019 {
  animation-delay: 1019ms !important;
}

.d1020 {
  animation-delay: 1020ms !important;
}

.d1021 {
  animation-delay: 1021ms !important;
}

.d1022 {
  animation-delay: 1022ms !important;
}

.d1023 {
  animation-delay: 1023ms !important;
}

.d1024 {
  animation-delay: 1024ms !important;
}

.d1025 {
  animation-delay: 1025ms !important;
}

.d1026 {
  animation-delay: 1026ms !important;
}

.d1027 {
  animation-delay: 1027ms !important;
}

.d1028 {
  animation-delay: 1028ms !important;
}

.d1029 {
  animation-delay: 1029ms !important;
}

.d1030 {
  animation-delay: 1030ms !important;
}

.d1031 {
  animation-delay: 1031ms !important;
}

.d1032 {
  animation-delay: 1032ms !important;
}

.d1033 {
  animation-delay: 1033ms !important;
}

.d1034 {
  animation-delay: 1034ms !important;
}

.d1035 {
  animation-delay: 1035ms !important;
}

.d1036 {
  animation-delay: 1036ms !important;
}

.d1037 {
  animation-delay: 1037ms !important;
}

.d1038 {
  animation-delay: 1038ms !important;
}

.d1039 {
  animation-delay: 1039ms !important;
}

.d1040 {
  animation-delay: 1040ms !important;
}

.d1041 {
  animation-delay: 1041ms !important;
}

.d1042 {
  animation-delay: 1042ms !important;
}

.d1043 {
  animation-delay: 1043ms !important;
}

.d1044 {
  animation-delay: 1044ms !important;
}

.d1045 {
  animation-delay: 1045ms !important;
}

.d1046 {
  animation-delay: 1046ms !important;
}

.d1047 {
  animation-delay: 1047ms !important;
}

.d1048 {
  animation-delay: 1048ms !important;
}

.d1049 {
  animation-delay: 1049ms !important;
}

.d1050 {
  animation-delay: 1050ms !important;
}

.d1051 {
  animation-delay: 1051ms !important;
}

.d1052 {
  animation-delay: 1052ms !important;
}

.d1053 {
  animation-delay: 1053ms !important;
}

.d1054 {
  animation-delay: 1054ms !important;
}

.d1055 {
  animation-delay: 1055ms !important;
}

.d1056 {
  animation-delay: 1056ms !important;
}

.d1057 {
  animation-delay: 1057ms !important;
}

.d1058 {
  animation-delay: 1058ms !important;
}

.d1059 {
  animation-delay: 1059ms !important;
}

.d1060 {
  animation-delay: 1060ms !important;
}

.d1061 {
  animation-delay: 1061ms !important;
}

.d1062 {
  animation-delay: 1062ms !important;
}

.d1063 {
  animation-delay: 1063ms !important;
}

.d1064 {
  animation-delay: 1064ms !important;
}

.d1065 {
  animation-delay: 1065ms !important;
}

.d1066 {
  animation-delay: 1066ms !important;
}

.d1067 {
  animation-delay: 1067ms !important;
}

.d1068 {
  animation-delay: 1068ms !important;
}

.d1069 {
  animation-delay: 1069ms !important;
}

.d1070 {
  animation-delay: 1070ms !important;
}

.d1071 {
  animation-delay: 1071ms !important;
}

.d1072 {
  animation-delay: 1072ms !important;
}

.d1073 {
  animation-delay: 1073ms !important;
}

.d1074 {
  animation-delay: 1074ms !important;
}

.d1075 {
  animation-delay: 1075ms !important;
}

.d1076 {
  animation-delay: 1076ms !important;
}

.d1077 {
  animation-delay: 1077ms !important;
}

.d1078 {
  animation-delay: 1078ms !important;
}

.d1079 {
  animation-delay: 1079ms !important;
}

.d1080 {
  animation-delay: 1080ms !important;
}

.d1081 {
  animation-delay: 1081ms !important;
}

.d1082 {
  animation-delay: 1082ms !important;
}

.d1083 {
  animation-delay: 1083ms !important;
}

.d1084 {
  animation-delay: 1084ms !important;
}

.d1085 {
  animation-delay: 1085ms !important;
}

.d1086 {
  animation-delay: 1086ms !important;
}

.d1087 {
  animation-delay: 1087ms !important;
}

.d1088 {
  animation-delay: 1088ms !important;
}

.d1089 {
  animation-delay: 1089ms !important;
}

.d1090 {
  animation-delay: 1090ms !important;
}

.d1091 {
  animation-delay: 1091ms !important;
}

.d1092 {
  animation-delay: 1092ms !important;
}

.d1093 {
  animation-delay: 1093ms !important;
}

.d1094 {
  animation-delay: 1094ms !important;
}

.d1095 {
  animation-delay: 1095ms !important;
}

.d1096 {
  animation-delay: 1096ms !important;
}

.d1097 {
  animation-delay: 1097ms !important;
}

.d1098 {
  animation-delay: 1098ms !important;
}

.d1099 {
  animation-delay: 1099ms !important;
}

.d1100 {
  animation-delay: 1100ms !important;
}

.d1101 {
  animation-delay: 1101ms !important;
}

.d1102 {
  animation-delay: 1102ms !important;
}

.d1103 {
  animation-delay: 1103ms !important;
}

.d1104 {
  animation-delay: 1104ms !important;
}

.d1105 {
  animation-delay: 1105ms !important;
}

.d1106 {
  animation-delay: 1106ms !important;
}

.d1107 {
  animation-delay: 1107ms !important;
}

.d1108 {
  animation-delay: 1108ms !important;
}

.d1109 {
  animation-delay: 1109ms !important;
}

.d1110 {
  animation-delay: 1110ms !important;
}

.d1111 {
  animation-delay: 1111ms !important;
}

.d1112 {
  animation-delay: 1112ms !important;
}

.d1113 {
  animation-delay: 1113ms !important;
}

.d1114 {
  animation-delay: 1114ms !important;
}

.d1115 {
  animation-delay: 1115ms !important;
}

.d1116 {
  animation-delay: 1116ms !important;
}

.d1117 {
  animation-delay: 1117ms !important;
}

.d1118 {
  animation-delay: 1118ms !important;
}

.d1119 {
  animation-delay: 1119ms !important;
}

.d1120 {
  animation-delay: 1120ms !important;
}

.d1121 {
  animation-delay: 1121ms !important;
}

.d1122 {
  animation-delay: 1122ms !important;
}

.d1123 {
  animation-delay: 1123ms !important;
}

.d1124 {
  animation-delay: 1124ms !important;
}

.d1125 {
  animation-delay: 1125ms !important;
}

.d1126 {
  animation-delay: 1126ms !important;
}

.d1127 {
  animation-delay: 1127ms !important;
}

.d1128 {
  animation-delay: 1128ms !important;
}

.d1129 {
  animation-delay: 1129ms !important;
}

.d1130 {
  animation-delay: 1130ms !important;
}

.d1131 {
  animation-delay: 1131ms !important;
}

.d1132 {
  animation-delay: 1132ms !important;
}

.d1133 {
  animation-delay: 1133ms !important;
}

.d1134 {
  animation-delay: 1134ms !important;
}

.d1135 {
  animation-delay: 1135ms !important;
}

.d1136 {
  animation-delay: 1136ms !important;
}

.d1137 {
  animation-delay: 1137ms !important;
}

.d1138 {
  animation-delay: 1138ms !important;
}

.d1139 {
  animation-delay: 1139ms !important;
}

.d1140 {
  animation-delay: 1140ms !important;
}

.d1141 {
  animation-delay: 1141ms !important;
}

.d1142 {
  animation-delay: 1142ms !important;
}

.d1143 {
  animation-delay: 1143ms !important;
}

.d1144 {
  animation-delay: 1144ms !important;
}

.d1145 {
  animation-delay: 1145ms !important;
}

.d1146 {
  animation-delay: 1146ms !important;
}

.d1147 {
  animation-delay: 1147ms !important;
}

.d1148 {
  animation-delay: 1148ms !important;
}

.d1149 {
  animation-delay: 1149ms !important;
}

.d1150 {
  animation-delay: 1150ms !important;
}

.d1151 {
  animation-delay: 1151ms !important;
}

.d1152 {
  animation-delay: 1152ms !important;
}

.d1153 {
  animation-delay: 1153ms !important;
}

.d1154 {
  animation-delay: 1154ms !important;
}

.d1155 {
  animation-delay: 1155ms !important;
}

.d1156 {
  animation-delay: 1156ms !important;
}

.d1157 {
  animation-delay: 1157ms !important;
}

.d1158 {
  animation-delay: 1158ms !important;
}

.d1159 {
  animation-delay: 1159ms !important;
}

.d1160 {
  animation-delay: 1160ms !important;
}

.d1161 {
  animation-delay: 1161ms !important;
}

.d1162 {
  animation-delay: 1162ms !important;
}

.d1163 {
  animation-delay: 1163ms !important;
}

.d1164 {
  animation-delay: 1164ms !important;
}

.d1165 {
  animation-delay: 1165ms !important;
}

.d1166 {
  animation-delay: 1166ms !important;
}

.d1167 {
  animation-delay: 1167ms !important;
}

.d1168 {
  animation-delay: 1168ms !important;
}

.d1169 {
  animation-delay: 1169ms !important;
}

.d1170 {
  animation-delay: 1170ms !important;
}

.d1171 {
  animation-delay: 1171ms !important;
}

.d1172 {
  animation-delay: 1172ms !important;
}

.d1173 {
  animation-delay: 1173ms !important;
}

.d1174 {
  animation-delay: 1174ms !important;
}

.d1175 {
  animation-delay: 1175ms !important;
}

.d1176 {
  animation-delay: 1176ms !important;
}

.d1177 {
  animation-delay: 1177ms !important;
}

.d1178 {
  animation-delay: 1178ms !important;
}

.d1179 {
  animation-delay: 1179ms !important;
}

.d1180 {
  animation-delay: 1180ms !important;
}

.d1181 {
  animation-delay: 1181ms !important;
}

.d1182 {
  animation-delay: 1182ms !important;
}

.d1183 {
  animation-delay: 1183ms !important;
}

.d1184 {
  animation-delay: 1184ms !important;
}

.d1185 {
  animation-delay: 1185ms !important;
}

.d1186 {
  animation-delay: 1186ms !important;
}

.d1187 {
  animation-delay: 1187ms !important;
}

.d1188 {
  animation-delay: 1188ms !important;
}

.d1189 {
  animation-delay: 1189ms !important;
}

.d1190 {
  animation-delay: 1190ms !important;
}

.d1191 {
  animation-delay: 1191ms !important;
}

.d1192 {
  animation-delay: 1192ms !important;
}

.d1193 {
  animation-delay: 1193ms !important;
}

.d1194 {
  animation-delay: 1194ms !important;
}

.d1195 {
  animation-delay: 1195ms !important;
}

.d1196 {
  animation-delay: 1196ms !important;
}

.d1197 {
  animation-delay: 1197ms !important;
}

.d1198 {
  animation-delay: 1198ms !important;
}

.d1199 {
  animation-delay: 1199ms !important;
}

.d1200 {
  animation-delay: 1200ms !important;
}

.d1201 {
  animation-delay: 1201ms !important;
}

.d1202 {
  animation-delay: 1202ms !important;
}

.d1203 {
  animation-delay: 1203ms !important;
}

.d1204 {
  animation-delay: 1204ms !important;
}

.d1205 {
  animation-delay: 1205ms !important;
}

.d1206 {
  animation-delay: 1206ms !important;
}

.d1207 {
  animation-delay: 1207ms !important;
}

.d1208 {
  animation-delay: 1208ms !important;
}

.d1209 {
  animation-delay: 1209ms !important;
}

.d1210 {
  animation-delay: 1210ms !important;
}

.d1211 {
  animation-delay: 1211ms !important;
}

.d1212 {
  animation-delay: 1212ms !important;
}

.d1213 {
  animation-delay: 1213ms !important;
}

.d1214 {
  animation-delay: 1214ms !important;
}

.d1215 {
  animation-delay: 1215ms !important;
}

.d1216 {
  animation-delay: 1216ms !important;
}

.d1217 {
  animation-delay: 1217ms !important;
}

.d1218 {
  animation-delay: 1218ms !important;
}

.d1219 {
  animation-delay: 1219ms !important;
}

.d1220 {
  animation-delay: 1220ms !important;
}

.d1221 {
  animation-delay: 1221ms !important;
}

.d1222 {
  animation-delay: 1222ms !important;
}

.d1223 {
  animation-delay: 1223ms !important;
}

.d1224 {
  animation-delay: 1224ms !important;
}

.d1225 {
  animation-delay: 1225ms !important;
}

.d1226 {
  animation-delay: 1226ms !important;
}

.d1227 {
  animation-delay: 1227ms !important;
}

.d1228 {
  animation-delay: 1228ms !important;
}

.d1229 {
  animation-delay: 1229ms !important;
}

.d1230 {
  animation-delay: 1230ms !important;
}

.d1231 {
  animation-delay: 1231ms !important;
}

.d1232 {
  animation-delay: 1232ms !important;
}

.d1233 {
  animation-delay: 1233ms !important;
}

.d1234 {
  animation-delay: 1234ms !important;
}

.d1235 {
  animation-delay: 1235ms !important;
}

.d1236 {
  animation-delay: 1236ms !important;
}

.d1237 {
  animation-delay: 1237ms !important;
}

.d1238 {
  animation-delay: 1238ms !important;
}

.d1239 {
  animation-delay: 1239ms !important;
}

.d1240 {
  animation-delay: 1240ms !important;
}

.d1241 {
  animation-delay: 1241ms !important;
}

.d1242 {
  animation-delay: 1242ms !important;
}

.d1243 {
  animation-delay: 1243ms !important;
}

.d1244 {
  animation-delay: 1244ms !important;
}

.d1245 {
  animation-delay: 1245ms !important;
}

.d1246 {
  animation-delay: 1246ms !important;
}

.d1247 {
  animation-delay: 1247ms !important;
}

.d1248 {
  animation-delay: 1248ms !important;
}

.d1249 {
  animation-delay: 1249ms !important;
}

.d1250 {
  animation-delay: 1250ms !important;
}

.d1251 {
  animation-delay: 1251ms !important;
}

.d1252 {
  animation-delay: 1252ms !important;
}

.d1253 {
  animation-delay: 1253ms !important;
}

.d1254 {
  animation-delay: 1254ms !important;
}

.d1255 {
  animation-delay: 1255ms !important;
}

.d1256 {
  animation-delay: 1256ms !important;
}

.d1257 {
  animation-delay: 1257ms !important;
}

.d1258 {
  animation-delay: 1258ms !important;
}

.d1259 {
  animation-delay: 1259ms !important;
}

.d1260 {
  animation-delay: 1260ms !important;
}

.d1261 {
  animation-delay: 1261ms !important;
}

.d1262 {
  animation-delay: 1262ms !important;
}

.d1263 {
  animation-delay: 1263ms !important;
}

.d1264 {
  animation-delay: 1264ms !important;
}

.d1265 {
  animation-delay: 1265ms !important;
}

.d1266 {
  animation-delay: 1266ms !important;
}

.d1267 {
  animation-delay: 1267ms !important;
}

.d1268 {
  animation-delay: 1268ms !important;
}

.d1269 {
  animation-delay: 1269ms !important;
}

.d1270 {
  animation-delay: 1270ms !important;
}

.d1271 {
  animation-delay: 1271ms !important;
}

.d1272 {
  animation-delay: 1272ms !important;
}

.d1273 {
  animation-delay: 1273ms !important;
}

.d1274 {
  animation-delay: 1274ms !important;
}

.d1275 {
  animation-delay: 1275ms !important;
}

.d1276 {
  animation-delay: 1276ms !important;
}

.d1277 {
  animation-delay: 1277ms !important;
}

.d1278 {
  animation-delay: 1278ms !important;
}

.d1279 {
  animation-delay: 1279ms !important;
}

.d1280 {
  animation-delay: 1280ms !important;
}

.d1281 {
  animation-delay: 1281ms !important;
}

.d1282 {
  animation-delay: 1282ms !important;
}

.d1283 {
  animation-delay: 1283ms !important;
}

.d1284 {
  animation-delay: 1284ms !important;
}

.d1285 {
  animation-delay: 1285ms !important;
}

.d1286 {
  animation-delay: 1286ms !important;
}

.d1287 {
  animation-delay: 1287ms !important;
}

.d1288 {
  animation-delay: 1288ms !important;
}

.d1289 {
  animation-delay: 1289ms !important;
}

.d1290 {
  animation-delay: 1290ms !important;
}

.d1291 {
  animation-delay: 1291ms !important;
}

.d1292 {
  animation-delay: 1292ms !important;
}

.d1293 {
  animation-delay: 1293ms !important;
}

.d1294 {
  animation-delay: 1294ms !important;
}

.d1295 {
  animation-delay: 1295ms !important;
}

.d1296 {
  animation-delay: 1296ms !important;
}

.d1297 {
  animation-delay: 1297ms !important;
}

.d1298 {
  animation-delay: 1298ms !important;
}

.d1299 {
  animation-delay: 1299ms !important;
}

.d1300 {
  animation-delay: 1300ms !important;
}

.d1301 {
  animation-delay: 1301ms !important;
}

.d1302 {
  animation-delay: 1302ms !important;
}

.d1303 {
  animation-delay: 1303ms !important;
}

.d1304 {
  animation-delay: 1304ms !important;
}

.d1305 {
  animation-delay: 1305ms !important;
}

.d1306 {
  animation-delay: 1306ms !important;
}

.d1307 {
  animation-delay: 1307ms !important;
}

.d1308 {
  animation-delay: 1308ms !important;
}

.d1309 {
  animation-delay: 1309ms !important;
}

.d1310 {
  animation-delay: 1310ms !important;
}

.d1311 {
  animation-delay: 1311ms !important;
}

.d1312 {
  animation-delay: 1312ms !important;
}

.d1313 {
  animation-delay: 1313ms !important;
}

.d1314 {
  animation-delay: 1314ms !important;
}

.d1315 {
  animation-delay: 1315ms !important;
}

.d1316 {
  animation-delay: 1316ms !important;
}

.d1317 {
  animation-delay: 1317ms !important;
}

.d1318 {
  animation-delay: 1318ms !important;
}

.d1319 {
  animation-delay: 1319ms !important;
}

.d1320 {
  animation-delay: 1320ms !important;
}

.d1321 {
  animation-delay: 1321ms !important;
}

.d1322 {
  animation-delay: 1322ms !important;
}

.d1323 {
  animation-delay: 1323ms !important;
}

.d1324 {
  animation-delay: 1324ms !important;
}

.d1325 {
  animation-delay: 1325ms !important;
}

.d1326 {
  animation-delay: 1326ms !important;
}

.d1327 {
  animation-delay: 1327ms !important;
}

.d1328 {
  animation-delay: 1328ms !important;
}

.d1329 {
  animation-delay: 1329ms !important;
}

.d1330 {
  animation-delay: 1330ms !important;
}

.d1331 {
  animation-delay: 1331ms !important;
}

.d1332 {
  animation-delay: 1332ms !important;
}

.d1333 {
  animation-delay: 1333ms !important;
}

.d1334 {
  animation-delay: 1334ms !important;
}

.d1335 {
  animation-delay: 1335ms !important;
}

.d1336 {
  animation-delay: 1336ms !important;
}

.d1337 {
  animation-delay: 1337ms !important;
}

.d1338 {
  animation-delay: 1338ms !important;
}

.d1339 {
  animation-delay: 1339ms !important;
}

.d1340 {
  animation-delay: 1340ms !important;
}

.d1341 {
  animation-delay: 1341ms !important;
}

.d1342 {
  animation-delay: 1342ms !important;
}

.d1343 {
  animation-delay: 1343ms !important;
}

.d1344 {
  animation-delay: 1344ms !important;
}

.d1345 {
  animation-delay: 1345ms !important;
}

.d1346 {
  animation-delay: 1346ms !important;
}

.d1347 {
  animation-delay: 1347ms !important;
}

.d1348 {
  animation-delay: 1348ms !important;
}

.d1349 {
  animation-delay: 1349ms !important;
}

.d1350 {
  animation-delay: 1350ms !important;
}

.d1351 {
  animation-delay: 1351ms !important;
}

.d1352 {
  animation-delay: 1352ms !important;
}

.d1353 {
  animation-delay: 1353ms !important;
}

.d1354 {
  animation-delay: 1354ms !important;
}

.d1355 {
  animation-delay: 1355ms !important;
}

.d1356 {
  animation-delay: 1356ms !important;
}

.d1357 {
  animation-delay: 1357ms !important;
}

.d1358 {
  animation-delay: 1358ms !important;
}

.d1359 {
  animation-delay: 1359ms !important;
}

.d1360 {
  animation-delay: 1360ms !important;
}

.d1361 {
  animation-delay: 1361ms !important;
}

.d1362 {
  animation-delay: 1362ms !important;
}

.d1363 {
  animation-delay: 1363ms !important;
}

.d1364 {
  animation-delay: 1364ms !important;
}

.d1365 {
  animation-delay: 1365ms !important;
}

.d1366 {
  animation-delay: 1366ms !important;
}

.d1367 {
  animation-delay: 1367ms !important;
}

.d1368 {
  animation-delay: 1368ms !important;
}

.d1369 {
  animation-delay: 1369ms !important;
}

.d1370 {
  animation-delay: 1370ms !important;
}

.d1371 {
  animation-delay: 1371ms !important;
}

.d1372 {
  animation-delay: 1372ms !important;
}

.d1373 {
  animation-delay: 1373ms !important;
}

.d1374 {
  animation-delay: 1374ms !important;
}

.d1375 {
  animation-delay: 1375ms !important;
}

.d1376 {
  animation-delay: 1376ms !important;
}

.d1377 {
  animation-delay: 1377ms !important;
}

.d1378 {
  animation-delay: 1378ms !important;
}

.d1379 {
  animation-delay: 1379ms !important;
}

.d1380 {
  animation-delay: 1380ms !important;
}

.d1381 {
  animation-delay: 1381ms !important;
}

.d1382 {
  animation-delay: 1382ms !important;
}

.d1383 {
  animation-delay: 1383ms !important;
}

.d1384 {
  animation-delay: 1384ms !important;
}

.d1385 {
  animation-delay: 1385ms !important;
}

.d1386 {
  animation-delay: 1386ms !important;
}

.d1387 {
  animation-delay: 1387ms !important;
}

.d1388 {
  animation-delay: 1388ms !important;
}

.d1389 {
  animation-delay: 1389ms !important;
}

.d1390 {
  animation-delay: 1390ms !important;
}

.d1391 {
  animation-delay: 1391ms !important;
}

.d1392 {
  animation-delay: 1392ms !important;
}

.d1393 {
  animation-delay: 1393ms !important;
}

.d1394 {
  animation-delay: 1394ms !important;
}

.d1395 {
  animation-delay: 1395ms !important;
}

.d1396 {
  animation-delay: 1396ms !important;
}

.d1397 {
  animation-delay: 1397ms !important;
}

.d1398 {
  animation-delay: 1398ms !important;
}

.d1399 {
  animation-delay: 1399ms !important;
}

.d1400 {
  animation-delay: 1400ms !important;
}

.d1401 {
  animation-delay: 1401ms !important;
}

.d1402 {
  animation-delay: 1402ms !important;
}

.d1403 {
  animation-delay: 1403ms !important;
}

.d1404 {
  animation-delay: 1404ms !important;
}

.d1405 {
  animation-delay: 1405ms !important;
}

.d1406 {
  animation-delay: 1406ms !important;
}

.d1407 {
  animation-delay: 1407ms !important;
}

.d1408 {
  animation-delay: 1408ms !important;
}

.d1409 {
  animation-delay: 1409ms !important;
}

.d1410 {
  animation-delay: 1410ms !important;
}

.d1411 {
  animation-delay: 1411ms !important;
}

.d1412 {
  animation-delay: 1412ms !important;
}

.d1413 {
  animation-delay: 1413ms !important;
}

.d1414 {
  animation-delay: 1414ms !important;
}

.d1415 {
  animation-delay: 1415ms !important;
}

.d1416 {
  animation-delay: 1416ms !important;
}

.d1417 {
  animation-delay: 1417ms !important;
}

.d1418 {
  animation-delay: 1418ms !important;
}

.d1419 {
  animation-delay: 1419ms !important;
}

.d1420 {
  animation-delay: 1420ms !important;
}

.d1421 {
  animation-delay: 1421ms !important;
}

.d1422 {
  animation-delay: 1422ms !important;
}

.d1423 {
  animation-delay: 1423ms !important;
}

.d1424 {
  animation-delay: 1424ms !important;
}

.d1425 {
  animation-delay: 1425ms !important;
}

.d1426 {
  animation-delay: 1426ms !important;
}

.d1427 {
  animation-delay: 1427ms !important;
}

.d1428 {
  animation-delay: 1428ms !important;
}

.d1429 {
  animation-delay: 1429ms !important;
}

.d1430 {
  animation-delay: 1430ms !important;
}

.d1431 {
  animation-delay: 1431ms !important;
}

.d1432 {
  animation-delay: 1432ms !important;
}

.d1433 {
  animation-delay: 1433ms !important;
}

.d1434 {
  animation-delay: 1434ms !important;
}

.d1435 {
  animation-delay: 1435ms !important;
}

.d1436 {
  animation-delay: 1436ms !important;
}

.d1437 {
  animation-delay: 1437ms !important;
}

.d1438 {
  animation-delay: 1438ms !important;
}

.d1439 {
  animation-delay: 1439ms !important;
}

.d1440 {
  animation-delay: 1440ms !important;
}

.d1441 {
  animation-delay: 1441ms !important;
}

.d1442 {
  animation-delay: 1442ms !important;
}

.d1443 {
  animation-delay: 1443ms !important;
}

.d1444 {
  animation-delay: 1444ms !important;
}

.d1445 {
  animation-delay: 1445ms !important;
}

.d1446 {
  animation-delay: 1446ms !important;
}

.d1447 {
  animation-delay: 1447ms !important;
}

.d1448 {
  animation-delay: 1448ms !important;
}

.d1449 {
  animation-delay: 1449ms !important;
}

.d1450 {
  animation-delay: 1450ms !important;
}

.d1451 {
  animation-delay: 1451ms !important;
}

.d1452 {
  animation-delay: 1452ms !important;
}

.d1453 {
  animation-delay: 1453ms !important;
}

.d1454 {
  animation-delay: 1454ms !important;
}

.d1455 {
  animation-delay: 1455ms !important;
}

.d1456 {
  animation-delay: 1456ms !important;
}

.d1457 {
  animation-delay: 1457ms !important;
}

.d1458 {
  animation-delay: 1458ms !important;
}

.d1459 {
  animation-delay: 1459ms !important;
}

.d1460 {
  animation-delay: 1460ms !important;
}

.d1461 {
  animation-delay: 1461ms !important;
}

.d1462 {
  animation-delay: 1462ms !important;
}

.d1463 {
  animation-delay: 1463ms !important;
}

.d1464 {
  animation-delay: 1464ms !important;
}

.d1465 {
  animation-delay: 1465ms !important;
}

.d1466 {
  animation-delay: 1466ms !important;
}

.d1467 {
  animation-delay: 1467ms !important;
}

.d1468 {
  animation-delay: 1468ms !important;
}

.d1469 {
  animation-delay: 1469ms !important;
}

.d1470 {
  animation-delay: 1470ms !important;
}

.d1471 {
  animation-delay: 1471ms !important;
}

.d1472 {
  animation-delay: 1472ms !important;
}

.d1473 {
  animation-delay: 1473ms !important;
}

.d1474 {
  animation-delay: 1474ms !important;
}

.d1475 {
  animation-delay: 1475ms !important;
}

.d1476 {
  animation-delay: 1476ms !important;
}

.d1477 {
  animation-delay: 1477ms !important;
}

.d1478 {
  animation-delay: 1478ms !important;
}

.d1479 {
  animation-delay: 1479ms !important;
}

.d1480 {
  animation-delay: 1480ms !important;
}

.d1481 {
  animation-delay: 1481ms !important;
}

.d1482 {
  animation-delay: 1482ms !important;
}

.d1483 {
  animation-delay: 1483ms !important;
}

.d1484 {
  animation-delay: 1484ms !important;
}

.d1485 {
  animation-delay: 1485ms !important;
}

.d1486 {
  animation-delay: 1486ms !important;
}

.d1487 {
  animation-delay: 1487ms !important;
}

.d1488 {
  animation-delay: 1488ms !important;
}

.d1489 {
  animation-delay: 1489ms !important;
}

.d1490 {
  animation-delay: 1490ms !important;
}

.d1491 {
  animation-delay: 1491ms !important;
}

.d1492 {
  animation-delay: 1492ms !important;
}

.d1493 {
  animation-delay: 1493ms !important;
}

.d1494 {
  animation-delay: 1494ms !important;
}

.d1495 {
  animation-delay: 1495ms !important;
}

.d1496 {
  animation-delay: 1496ms !important;
}

.d1497 {
  animation-delay: 1497ms !important;
}

.d1498 {
  animation-delay: 1498ms !important;
}

.d1499 {
  animation-delay: 1499ms !important;
}

.d1500 {
  animation-delay: 1500ms !important;
}

.d1501 {
  animation-delay: 1501ms !important;
}

.d1502 {
  animation-delay: 1502ms !important;
}

.d1503 {
  animation-delay: 1503ms !important;
}

.d1504 {
  animation-delay: 1504ms !important;
}

.d1505 {
  animation-delay: 1505ms !important;
}

.d1506 {
  animation-delay: 1506ms !important;
}

.d1507 {
  animation-delay: 1507ms !important;
}

.d1508 {
  animation-delay: 1508ms !important;
}

.d1509 {
  animation-delay: 1509ms !important;
}

.d1510 {
  animation-delay: 1510ms !important;
}

.d1511 {
  animation-delay: 1511ms !important;
}

.d1512 {
  animation-delay: 1512ms !important;
}

.d1513 {
  animation-delay: 1513ms !important;
}

.d1514 {
  animation-delay: 1514ms !important;
}

.d1515 {
  animation-delay: 1515ms !important;
}

.d1516 {
  animation-delay: 1516ms !important;
}

.d1517 {
  animation-delay: 1517ms !important;
}

.d1518 {
  animation-delay: 1518ms !important;
}

.d1519 {
  animation-delay: 1519ms !important;
}

.d1520 {
  animation-delay: 1520ms !important;
}

.d1521 {
  animation-delay: 1521ms !important;
}

.d1522 {
  animation-delay: 1522ms !important;
}

.d1523 {
  animation-delay: 1523ms !important;
}

.d1524 {
  animation-delay: 1524ms !important;
}

.d1525 {
  animation-delay: 1525ms !important;
}

.d1526 {
  animation-delay: 1526ms !important;
}

.d1527 {
  animation-delay: 1527ms !important;
}

.d1528 {
  animation-delay: 1528ms !important;
}

.d1529 {
  animation-delay: 1529ms !important;
}

.d1530 {
  animation-delay: 1530ms !important;
}

.d1531 {
  animation-delay: 1531ms !important;
}

.d1532 {
  animation-delay: 1532ms !important;
}

.d1533 {
  animation-delay: 1533ms !important;
}

.d1534 {
  animation-delay: 1534ms !important;
}

.d1535 {
  animation-delay: 1535ms !important;
}

.d1536 {
  animation-delay: 1536ms !important;
}

.d1537 {
  animation-delay: 1537ms !important;
}

.d1538 {
  animation-delay: 1538ms !important;
}

.d1539 {
  animation-delay: 1539ms !important;
}

.d1540 {
  animation-delay: 1540ms !important;
}

.d1541 {
  animation-delay: 1541ms !important;
}

.d1542 {
  animation-delay: 1542ms !important;
}

.d1543 {
  animation-delay: 1543ms !important;
}

.d1544 {
  animation-delay: 1544ms !important;
}

.d1545 {
  animation-delay: 1545ms !important;
}

.d1546 {
  animation-delay: 1546ms !important;
}

.d1547 {
  animation-delay: 1547ms !important;
}

.d1548 {
  animation-delay: 1548ms !important;
}

.d1549 {
  animation-delay: 1549ms !important;
}

.d1550 {
  animation-delay: 1550ms !important;
}

.d1551 {
  animation-delay: 1551ms !important;
}

.d1552 {
  animation-delay: 1552ms !important;
}

.d1553 {
  animation-delay: 1553ms !important;
}

.d1554 {
  animation-delay: 1554ms !important;
}

.d1555 {
  animation-delay: 1555ms !important;
}

.d1556 {
  animation-delay: 1556ms !important;
}

.d1557 {
  animation-delay: 1557ms !important;
}

.d1558 {
  animation-delay: 1558ms !important;
}

.d1559 {
  animation-delay: 1559ms !important;
}

.d1560 {
  animation-delay: 1560ms !important;
}

.d1561 {
  animation-delay: 1561ms !important;
}

.d1562 {
  animation-delay: 1562ms !important;
}

.d1563 {
  animation-delay: 1563ms !important;
}

.d1564 {
  animation-delay: 1564ms !important;
}

.d1565 {
  animation-delay: 1565ms !important;
}

.d1566 {
  animation-delay: 1566ms !important;
}

.d1567 {
  animation-delay: 1567ms !important;
}

.d1568 {
  animation-delay: 1568ms !important;
}

.d1569 {
  animation-delay: 1569ms !important;
}

.d1570 {
  animation-delay: 1570ms !important;
}

.d1571 {
  animation-delay: 1571ms !important;
}

.d1572 {
  animation-delay: 1572ms !important;
}

.d1573 {
  animation-delay: 1573ms !important;
}

.d1574 {
  animation-delay: 1574ms !important;
}

.d1575 {
  animation-delay: 1575ms !important;
}

.d1576 {
  animation-delay: 1576ms !important;
}

.d1577 {
  animation-delay: 1577ms !important;
}

.d1578 {
  animation-delay: 1578ms !important;
}

.d1579 {
  animation-delay: 1579ms !important;
}

.d1580 {
  animation-delay: 1580ms !important;
}

.d1581 {
  animation-delay: 1581ms !important;
}

.d1582 {
  animation-delay: 1582ms !important;
}

.d1583 {
  animation-delay: 1583ms !important;
}

.d1584 {
  animation-delay: 1584ms !important;
}

.d1585 {
  animation-delay: 1585ms !important;
}

.d1586 {
  animation-delay: 1586ms !important;
}

.d1587 {
  animation-delay: 1587ms !important;
}

.d1588 {
  animation-delay: 1588ms !important;
}

.d1589 {
  animation-delay: 1589ms !important;
}

.d1590 {
  animation-delay: 1590ms !important;
}

.d1591 {
  animation-delay: 1591ms !important;
}

.d1592 {
  animation-delay: 1592ms !important;
}

.d1593 {
  animation-delay: 1593ms !important;
}

.d1594 {
  animation-delay: 1594ms !important;
}

.d1595 {
  animation-delay: 1595ms !important;
}

.d1596 {
  animation-delay: 1596ms !important;
}

.d1597 {
  animation-delay: 1597ms !important;
}

.d1598 {
  animation-delay: 1598ms !important;
}

.d1599 {
  animation-delay: 1599ms !important;
}

.d1600 {
  animation-delay: 1600ms !important;
}

.d1601 {
  animation-delay: 1601ms !important;
}

.d1602 {
  animation-delay: 1602ms !important;
}

.d1603 {
  animation-delay: 1603ms !important;
}

.d1604 {
  animation-delay: 1604ms !important;
}

.d1605 {
  animation-delay: 1605ms !important;
}

.d1606 {
  animation-delay: 1606ms !important;
}

.d1607 {
  animation-delay: 1607ms !important;
}

.d1608 {
  animation-delay: 1608ms !important;
}

.d1609 {
  animation-delay: 1609ms !important;
}

.d1610 {
  animation-delay: 1610ms !important;
}

.d1611 {
  animation-delay: 1611ms !important;
}

.d1612 {
  animation-delay: 1612ms !important;
}

.d1613 {
  animation-delay: 1613ms !important;
}

.d1614 {
  animation-delay: 1614ms !important;
}

.d1615 {
  animation-delay: 1615ms !important;
}

.d1616 {
  animation-delay: 1616ms !important;
}

.d1617 {
  animation-delay: 1617ms !important;
}

.d1618 {
  animation-delay: 1618ms !important;
}

.d1619 {
  animation-delay: 1619ms !important;
}

.d1620 {
  animation-delay: 1620ms !important;
}

.d1621 {
  animation-delay: 1621ms !important;
}

.d1622 {
  animation-delay: 1622ms !important;
}

.d1623 {
  animation-delay: 1623ms !important;
}

.d1624 {
  animation-delay: 1624ms !important;
}

.d1625 {
  animation-delay: 1625ms !important;
}

.d1626 {
  animation-delay: 1626ms !important;
}

.d1627 {
  animation-delay: 1627ms !important;
}

.d1628 {
  animation-delay: 1628ms !important;
}

.d1629 {
  animation-delay: 1629ms !important;
}

.d1630 {
  animation-delay: 1630ms !important;
}

.d1631 {
  animation-delay: 1631ms !important;
}

.d1632 {
  animation-delay: 1632ms !important;
}

.d1633 {
  animation-delay: 1633ms !important;
}

.d1634 {
  animation-delay: 1634ms !important;
}

.d1635 {
  animation-delay: 1635ms !important;
}

.d1636 {
  animation-delay: 1636ms !important;
}

.d1637 {
  animation-delay: 1637ms !important;
}

.d1638 {
  animation-delay: 1638ms !important;
}

.d1639 {
  animation-delay: 1639ms !important;
}

.d1640 {
  animation-delay: 1640ms !important;
}

.d1641 {
  animation-delay: 1641ms !important;
}

.d1642 {
  animation-delay: 1642ms !important;
}

.d1643 {
  animation-delay: 1643ms !important;
}

.d1644 {
  animation-delay: 1644ms !important;
}

.d1645 {
  animation-delay: 1645ms !important;
}

.d1646 {
  animation-delay: 1646ms !important;
}

.d1647 {
  animation-delay: 1647ms !important;
}

.d1648 {
  animation-delay: 1648ms !important;
}

.d1649 {
  animation-delay: 1649ms !important;
}

.d1650 {
  animation-delay: 1650ms !important;
}

.d1651 {
  animation-delay: 1651ms !important;
}

.d1652 {
  animation-delay: 1652ms !important;
}

.d1653 {
  animation-delay: 1653ms !important;
}

.d1654 {
  animation-delay: 1654ms !important;
}

.d1655 {
  animation-delay: 1655ms !important;
}

.d1656 {
  animation-delay: 1656ms !important;
}

.d1657 {
  animation-delay: 1657ms !important;
}

.d1658 {
  animation-delay: 1658ms !important;
}

.d1659 {
  animation-delay: 1659ms !important;
}

.d1660 {
  animation-delay: 1660ms !important;
}

.d1661 {
  animation-delay: 1661ms !important;
}

.d1662 {
  animation-delay: 1662ms !important;
}

.d1663 {
  animation-delay: 1663ms !important;
}

.d1664 {
  animation-delay: 1664ms !important;
}

.d1665 {
  animation-delay: 1665ms !important;
}

.d1666 {
  animation-delay: 1666ms !important;
}

.d1667 {
  animation-delay: 1667ms !important;
}

.d1668 {
  animation-delay: 1668ms !important;
}

.d1669 {
  animation-delay: 1669ms !important;
}

.d1670 {
  animation-delay: 1670ms !important;
}

.d1671 {
  animation-delay: 1671ms !important;
}

.d1672 {
  animation-delay: 1672ms !important;
}

.d1673 {
  animation-delay: 1673ms !important;
}

.d1674 {
  animation-delay: 1674ms !important;
}

.d1675 {
  animation-delay: 1675ms !important;
}

.d1676 {
  animation-delay: 1676ms !important;
}

.d1677 {
  animation-delay: 1677ms !important;
}

.d1678 {
  animation-delay: 1678ms !important;
}

.d1679 {
  animation-delay: 1679ms !important;
}

.d1680 {
  animation-delay: 1680ms !important;
}

.d1681 {
  animation-delay: 1681ms !important;
}

.d1682 {
  animation-delay: 1682ms !important;
}

.d1683 {
  animation-delay: 1683ms !important;
}

.d1684 {
  animation-delay: 1684ms !important;
}

.d1685 {
  animation-delay: 1685ms !important;
}

.d1686 {
  animation-delay: 1686ms !important;
}

.d1687 {
  animation-delay: 1687ms !important;
}

.d1688 {
  animation-delay: 1688ms !important;
}

.d1689 {
  animation-delay: 1689ms !important;
}

.d1690 {
  animation-delay: 1690ms !important;
}

.d1691 {
  animation-delay: 1691ms !important;
}

.d1692 {
  animation-delay: 1692ms !important;
}

.d1693 {
  animation-delay: 1693ms !important;
}

.d1694 {
  animation-delay: 1694ms !important;
}

.d1695 {
  animation-delay: 1695ms !important;
}

.d1696 {
  animation-delay: 1696ms !important;
}

.d1697 {
  animation-delay: 1697ms !important;
}

.d1698 {
  animation-delay: 1698ms !important;
}

.d1699 {
  animation-delay: 1699ms !important;
}

.d1700 {
  animation-delay: 1700ms !important;
}

.d1701 {
  animation-delay: 1701ms !important;
}

.d1702 {
  animation-delay: 1702ms !important;
}

.d1703 {
  animation-delay: 1703ms !important;
}

.d1704 {
  animation-delay: 1704ms !important;
}

.d1705 {
  animation-delay: 1705ms !important;
}

.d1706 {
  animation-delay: 1706ms !important;
}

.d1707 {
  animation-delay: 1707ms !important;
}

.d1708 {
  animation-delay: 1708ms !important;
}

.d1709 {
  animation-delay: 1709ms !important;
}

.d1710 {
  animation-delay: 1710ms !important;
}

.d1711 {
  animation-delay: 1711ms !important;
}

.d1712 {
  animation-delay: 1712ms !important;
}

.d1713 {
  animation-delay: 1713ms !important;
}

.d1714 {
  animation-delay: 1714ms !important;
}

.d1715 {
  animation-delay: 1715ms !important;
}

.d1716 {
  animation-delay: 1716ms !important;
}

.d1717 {
  animation-delay: 1717ms !important;
}

.d1718 {
  animation-delay: 1718ms !important;
}

.d1719 {
  animation-delay: 1719ms !important;
}

.d1720 {
  animation-delay: 1720ms !important;
}

.d1721 {
  animation-delay: 1721ms !important;
}

.d1722 {
  animation-delay: 1722ms !important;
}

.d1723 {
  animation-delay: 1723ms !important;
}

.d1724 {
  animation-delay: 1724ms !important;
}

.d1725 {
  animation-delay: 1725ms !important;
}

.d1726 {
  animation-delay: 1726ms !important;
}

.d1727 {
  animation-delay: 1727ms !important;
}

.d1728 {
  animation-delay: 1728ms !important;
}

.d1729 {
  animation-delay: 1729ms !important;
}

.d1730 {
  animation-delay: 1730ms !important;
}

.d1731 {
  animation-delay: 1731ms !important;
}

.d1732 {
  animation-delay: 1732ms !important;
}

.d1733 {
  animation-delay: 1733ms !important;
}

.d1734 {
  animation-delay: 1734ms !important;
}

.d1735 {
  animation-delay: 1735ms !important;
}

.d1736 {
  animation-delay: 1736ms !important;
}

.d1737 {
  animation-delay: 1737ms !important;
}

.d1738 {
  animation-delay: 1738ms !important;
}

.d1739 {
  animation-delay: 1739ms !important;
}

.d1740 {
  animation-delay: 1740ms !important;
}

.d1741 {
  animation-delay: 1741ms !important;
}

.d1742 {
  animation-delay: 1742ms !important;
}

.d1743 {
  animation-delay: 1743ms !important;
}

.d1744 {
  animation-delay: 1744ms !important;
}

.d1745 {
  animation-delay: 1745ms !important;
}

.d1746 {
  animation-delay: 1746ms !important;
}

.d1747 {
  animation-delay: 1747ms !important;
}

.d1748 {
  animation-delay: 1748ms !important;
}

.d1749 {
  animation-delay: 1749ms !important;
}

.d1750 {
  animation-delay: 1750ms !important;
}

.d1751 {
  animation-delay: 1751ms !important;
}

.d1752 {
  animation-delay: 1752ms !important;
}

.d1753 {
  animation-delay: 1753ms !important;
}

.d1754 {
  animation-delay: 1754ms !important;
}

.d1755 {
  animation-delay: 1755ms !important;
}

.d1756 {
  animation-delay: 1756ms !important;
}

.d1757 {
  animation-delay: 1757ms !important;
}

.d1758 {
  animation-delay: 1758ms !important;
}

.d1759 {
  animation-delay: 1759ms !important;
}

.d1760 {
  animation-delay: 1760ms !important;
}

.d1761 {
  animation-delay: 1761ms !important;
}

.d1762 {
  animation-delay: 1762ms !important;
}

.d1763 {
  animation-delay: 1763ms !important;
}

.d1764 {
  animation-delay: 1764ms !important;
}

.d1765 {
  animation-delay: 1765ms !important;
}

.d1766 {
  animation-delay: 1766ms !important;
}

.d1767 {
  animation-delay: 1767ms !important;
}

.d1768 {
  animation-delay: 1768ms !important;
}

.d1769 {
  animation-delay: 1769ms !important;
}

.d1770 {
  animation-delay: 1770ms !important;
}

.d1771 {
  animation-delay: 1771ms !important;
}

.d1772 {
  animation-delay: 1772ms !important;
}

.d1773 {
  animation-delay: 1773ms !important;
}

.d1774 {
  animation-delay: 1774ms !important;
}

.d1775 {
  animation-delay: 1775ms !important;
}

.d1776 {
  animation-delay: 1776ms !important;
}

.d1777 {
  animation-delay: 1777ms !important;
}

.d1778 {
  animation-delay: 1778ms !important;
}

.d1779 {
  animation-delay: 1779ms !important;
}

.d1780 {
  animation-delay: 1780ms !important;
}

.d1781 {
  animation-delay: 1781ms !important;
}

.d1782 {
  animation-delay: 1782ms !important;
}

.d1783 {
  animation-delay: 1783ms !important;
}

.d1784 {
  animation-delay: 1784ms !important;
}

.d1785 {
  animation-delay: 1785ms !important;
}

.d1786 {
  animation-delay: 1786ms !important;
}

.d1787 {
  animation-delay: 1787ms !important;
}

.d1788 {
  animation-delay: 1788ms !important;
}

.d1789 {
  animation-delay: 1789ms !important;
}

.d1790 {
  animation-delay: 1790ms !important;
}

.d1791 {
  animation-delay: 1791ms !important;
}

.d1792 {
  animation-delay: 1792ms !important;
}

.d1793 {
  animation-delay: 1793ms !important;
}

.d1794 {
  animation-delay: 1794ms !important;
}

.d1795 {
  animation-delay: 1795ms !important;
}

.d1796 {
  animation-delay: 1796ms !important;
}

.d1797 {
  animation-delay: 1797ms !important;
}

.d1798 {
  animation-delay: 1798ms !important;
}

.d1799 {
  animation-delay: 1799ms !important;
}

.d1800 {
  animation-delay: 1800ms !important;
}

.d1801 {
  animation-delay: 1801ms !important;
}

.d1802 {
  animation-delay: 1802ms !important;
}

.d1803 {
  animation-delay: 1803ms !important;
}

.d1804 {
  animation-delay: 1804ms !important;
}

.d1805 {
  animation-delay: 1805ms !important;
}

.d1806 {
  animation-delay: 1806ms !important;
}

.d1807 {
  animation-delay: 1807ms !important;
}

.d1808 {
  animation-delay: 1808ms !important;
}

.d1809 {
  animation-delay: 1809ms !important;
}

.d1810 {
  animation-delay: 1810ms !important;
}

.d1811 {
  animation-delay: 1811ms !important;
}

.d1812 {
  animation-delay: 1812ms !important;
}

.d1813 {
  animation-delay: 1813ms !important;
}

.d1814 {
  animation-delay: 1814ms !important;
}

.d1815 {
  animation-delay: 1815ms !important;
}

.d1816 {
  animation-delay: 1816ms !important;
}

.d1817 {
  animation-delay: 1817ms !important;
}

.d1818 {
  animation-delay: 1818ms !important;
}

.d1819 {
  animation-delay: 1819ms !important;
}

.d1820 {
  animation-delay: 1820ms !important;
}

.d1821 {
  animation-delay: 1821ms !important;
}

.d1822 {
  animation-delay: 1822ms !important;
}

.d1823 {
  animation-delay: 1823ms !important;
}

.d1824 {
  animation-delay: 1824ms !important;
}

.d1825 {
  animation-delay: 1825ms !important;
}

.d1826 {
  animation-delay: 1826ms !important;
}

.d1827 {
  animation-delay: 1827ms !important;
}

.d1828 {
  animation-delay: 1828ms !important;
}

.d1829 {
  animation-delay: 1829ms !important;
}

.d1830 {
  animation-delay: 1830ms !important;
}

.d1831 {
  animation-delay: 1831ms !important;
}

.d1832 {
  animation-delay: 1832ms !important;
}

.d1833 {
  animation-delay: 1833ms !important;
}

.d1834 {
  animation-delay: 1834ms !important;
}

.d1835 {
  animation-delay: 1835ms !important;
}

.d1836 {
  animation-delay: 1836ms !important;
}

.d1837 {
  animation-delay: 1837ms !important;
}

.d1838 {
  animation-delay: 1838ms !important;
}

.d1839 {
  animation-delay: 1839ms !important;
}

.d1840 {
  animation-delay: 1840ms !important;
}

.d1841 {
  animation-delay: 1841ms !important;
}

.d1842 {
  animation-delay: 1842ms !important;
}

.d1843 {
  animation-delay: 1843ms !important;
}

.d1844 {
  animation-delay: 1844ms !important;
}

.d1845 {
  animation-delay: 1845ms !important;
}

.d1846 {
  animation-delay: 1846ms !important;
}

.d1847 {
  animation-delay: 1847ms !important;
}

.d1848 {
  animation-delay: 1848ms !important;
}

.d1849 {
  animation-delay: 1849ms !important;
}

.d1850 {
  animation-delay: 1850ms !important;
}

.d1851 {
  animation-delay: 1851ms !important;
}

.d1852 {
  animation-delay: 1852ms !important;
}

.d1853 {
  animation-delay: 1853ms !important;
}

.d1854 {
  animation-delay: 1854ms !important;
}

.d1855 {
  animation-delay: 1855ms !important;
}

.d1856 {
  animation-delay: 1856ms !important;
}

.d1857 {
  animation-delay: 1857ms !important;
}

.d1858 {
  animation-delay: 1858ms !important;
}

.d1859 {
  animation-delay: 1859ms !important;
}

.d1860 {
  animation-delay: 1860ms !important;
}

.d1861 {
  animation-delay: 1861ms !important;
}

.d1862 {
  animation-delay: 1862ms !important;
}

.d1863 {
  animation-delay: 1863ms !important;
}

.d1864 {
  animation-delay: 1864ms !important;
}

.d1865 {
  animation-delay: 1865ms !important;
}

.d1866 {
  animation-delay: 1866ms !important;
}

.d1867 {
  animation-delay: 1867ms !important;
}

.d1868 {
  animation-delay: 1868ms !important;
}

.d1869 {
  animation-delay: 1869ms !important;
}

.d1870 {
  animation-delay: 1870ms !important;
}

.d1871 {
  animation-delay: 1871ms !important;
}

.d1872 {
  animation-delay: 1872ms !important;
}

.d1873 {
  animation-delay: 1873ms !important;
}

.d1874 {
  animation-delay: 1874ms !important;
}

.d1875 {
  animation-delay: 1875ms !important;
}

.d1876 {
  animation-delay: 1876ms !important;
}

.d1877 {
  animation-delay: 1877ms !important;
}

.d1878 {
  animation-delay: 1878ms !important;
}

.d1879 {
  animation-delay: 1879ms !important;
}

.d1880 {
  animation-delay: 1880ms !important;
}

.d1881 {
  animation-delay: 1881ms !important;
}

.d1882 {
  animation-delay: 1882ms !important;
}

.d1883 {
  animation-delay: 1883ms !important;
}

.d1884 {
  animation-delay: 1884ms !important;
}

.d1885 {
  animation-delay: 1885ms !important;
}

.d1886 {
  animation-delay: 1886ms !important;
}

.d1887 {
  animation-delay: 1887ms !important;
}

.d1888 {
  animation-delay: 1888ms !important;
}

.d1889 {
  animation-delay: 1889ms !important;
}

.d1890 {
  animation-delay: 1890ms !important;
}

.d1891 {
  animation-delay: 1891ms !important;
}

.d1892 {
  animation-delay: 1892ms !important;
}

.d1893 {
  animation-delay: 1893ms !important;
}

.d1894 {
  animation-delay: 1894ms !important;
}

.d1895 {
  animation-delay: 1895ms !important;
}

.d1896 {
  animation-delay: 1896ms !important;
}

.d1897 {
  animation-delay: 1897ms !important;
}

.d1898 {
  animation-delay: 1898ms !important;
}

.d1899 {
  animation-delay: 1899ms !important;
}

.d1900 {
  animation-delay: 1900ms !important;
}

.d1901 {
  animation-delay: 1901ms !important;
}

.d1902 {
  animation-delay: 1902ms !important;
}

.d1903 {
  animation-delay: 1903ms !important;
}

.d1904 {
  animation-delay: 1904ms !important;
}

.d1905 {
  animation-delay: 1905ms !important;
}

.d1906 {
  animation-delay: 1906ms !important;
}

.d1907 {
  animation-delay: 1907ms !important;
}

.d1908 {
  animation-delay: 1908ms !important;
}

.d1909 {
  animation-delay: 1909ms !important;
}

.d1910 {
  animation-delay: 1910ms !important;
}

.d1911 {
  animation-delay: 1911ms !important;
}

.d1912 {
  animation-delay: 1912ms !important;
}

.d1913 {
  animation-delay: 1913ms !important;
}

.d1914 {
  animation-delay: 1914ms !important;
}

.d1915 {
  animation-delay: 1915ms !important;
}

.d1916 {
  animation-delay: 1916ms !important;
}

.d1917 {
  animation-delay: 1917ms !important;
}

.d1918 {
  animation-delay: 1918ms !important;
}

.d1919 {
  animation-delay: 1919ms !important;
}

.d1920 {
  animation-delay: 1920ms !important;
}

.d1921 {
  animation-delay: 1921ms !important;
}

.d1922 {
  animation-delay: 1922ms !important;
}

.d1923 {
  animation-delay: 1923ms !important;
}

.d1924 {
  animation-delay: 1924ms !important;
}

.d1925 {
  animation-delay: 1925ms !important;
}

.d1926 {
  animation-delay: 1926ms !important;
}

.d1927 {
  animation-delay: 1927ms !important;
}

.d1928 {
  animation-delay: 1928ms !important;
}

.d1929 {
  animation-delay: 1929ms !important;
}

.d1930 {
  animation-delay: 1930ms !important;
}

.d1931 {
  animation-delay: 1931ms !important;
}

.d1932 {
  animation-delay: 1932ms !important;
}

.d1933 {
  animation-delay: 1933ms !important;
}

.d1934 {
  animation-delay: 1934ms !important;
}

.d1935 {
  animation-delay: 1935ms !important;
}

.d1936 {
  animation-delay: 1936ms !important;
}

.d1937 {
  animation-delay: 1937ms !important;
}

.d1938 {
  animation-delay: 1938ms !important;
}

.d1939 {
  animation-delay: 1939ms !important;
}

.d1940 {
  animation-delay: 1940ms !important;
}

.d1941 {
  animation-delay: 1941ms !important;
}

.d1942 {
  animation-delay: 1942ms !important;
}

.d1943 {
  animation-delay: 1943ms !important;
}

.d1944 {
  animation-delay: 1944ms !important;
}

.d1945 {
  animation-delay: 1945ms !important;
}

.d1946 {
  animation-delay: 1946ms !important;
}

.d1947 {
  animation-delay: 1947ms !important;
}

.d1948 {
  animation-delay: 1948ms !important;
}

.d1949 {
  animation-delay: 1949ms !important;
}

.d1950 {
  animation-delay: 1950ms !important;
}

.d1951 {
  animation-delay: 1951ms !important;
}

.d1952 {
  animation-delay: 1952ms !important;
}

.d1953 {
  animation-delay: 1953ms !important;
}

.d1954 {
  animation-delay: 1954ms !important;
}

.d1955 {
  animation-delay: 1955ms !important;
}

.d1956 {
  animation-delay: 1956ms !important;
}

.d1957 {
  animation-delay: 1957ms !important;
}

.d1958 {
  animation-delay: 1958ms !important;
}

.d1959 {
  animation-delay: 1959ms !important;
}

.d1960 {
  animation-delay: 1960ms !important;
}

.d1961 {
  animation-delay: 1961ms !important;
}

.d1962 {
  animation-delay: 1962ms !important;
}

.d1963 {
  animation-delay: 1963ms !important;
}

.d1964 {
  animation-delay: 1964ms !important;
}

.d1965 {
  animation-delay: 1965ms !important;
}

.d1966 {
  animation-delay: 1966ms !important;
}

.d1967 {
  animation-delay: 1967ms !important;
}

.d1968 {
  animation-delay: 1968ms !important;
}

.d1969 {
  animation-delay: 1969ms !important;
}

.d1970 {
  animation-delay: 1970ms !important;
}

.d1971 {
  animation-delay: 1971ms !important;
}

.d1972 {
  animation-delay: 1972ms !important;
}

.d1973 {
  animation-delay: 1973ms !important;
}

.d1974 {
  animation-delay: 1974ms !important;
}

.d1975 {
  animation-delay: 1975ms !important;
}

.d1976 {
  animation-delay: 1976ms !important;
}

.d1977 {
  animation-delay: 1977ms !important;
}

.d1978 {
  animation-delay: 1978ms !important;
}

.d1979 {
  animation-delay: 1979ms !important;
}

.d1980 {
  animation-delay: 1980ms !important;
}

.d1981 {
  animation-delay: 1981ms !important;
}

.d1982 {
  animation-delay: 1982ms !important;
}

.d1983 {
  animation-delay: 1983ms !important;
}

.d1984 {
  animation-delay: 1984ms !important;
}

.d1985 {
  animation-delay: 1985ms !important;
}

.d1986 {
  animation-delay: 1986ms !important;
}

.d1987 {
  animation-delay: 1987ms !important;
}

.d1988 {
  animation-delay: 1988ms !important;
}

.d1989 {
  animation-delay: 1989ms !important;
}

.d1990 {
  animation-delay: 1990ms !important;
}

.d1991 {
  animation-delay: 1991ms !important;
}

.d1992 {
  animation-delay: 1992ms !important;
}

.d1993 {
  animation-delay: 1993ms !important;
}

.d1994 {
  animation-delay: 1994ms !important;
}

.d1995 {
  animation-delay: 1995ms !important;
}

.d1996 {
  animation-delay: 1996ms !important;
}

.d1997 {
  animation-delay: 1997ms !important;
}

.d1998 {
  animation-delay: 1998ms !important;
}

.d1999 {
  animation-delay: 1999ms !important;
}

.d2000 {
  animation-delay: 2000ms !important;
}

.d2001 {
  animation-delay: 2001ms !important;
}

.d2002 {
  animation-delay: 2002ms !important;
}

.d2003 {
  animation-delay: 2003ms !important;
}

.d2004 {
  animation-delay: 2004ms !important;
}

.d2005 {
  animation-delay: 2005ms !important;
}

.d2006 {
  animation-delay: 2006ms !important;
}

.d2007 {
  animation-delay: 2007ms !important;
}

.d2008 {
  animation-delay: 2008ms !important;
}

.d2009 {
  animation-delay: 2009ms !important;
}

.d2010 {
  animation-delay: 2010ms !important;
}

.d2011 {
  animation-delay: 2011ms !important;
}

.d2012 {
  animation-delay: 2012ms !important;
}

.d2013 {
  animation-delay: 2013ms !important;
}

.d2014 {
  animation-delay: 2014ms !important;
}

.d2015 {
  animation-delay: 2015ms !important;
}

.d2016 {
  animation-delay: 2016ms !important;
}

.d2017 {
  animation-delay: 2017ms !important;
}

.d2018 {
  animation-delay: 2018ms !important;
}

.d2019 {
  animation-delay: 2019ms !important;
}

.d2020 {
  animation-delay: 2020ms !important;
}

.d2021 {
  animation-delay: 2021ms !important;
}

.d2022 {
  animation-delay: 2022ms !important;
}

.d2023 {
  animation-delay: 2023ms !important;
}

.d2024 {
  animation-delay: 2024ms !important;
}

.d2025 {
  animation-delay: 2025ms !important;
}

.d2026 {
  animation-delay: 2026ms !important;
}

.d2027 {
  animation-delay: 2027ms !important;
}

.d2028 {
  animation-delay: 2028ms !important;
}

.d2029 {
  animation-delay: 2029ms !important;
}

.d2030 {
  animation-delay: 2030ms !important;
}

.d2031 {
  animation-delay: 2031ms !important;
}

.d2032 {
  animation-delay: 2032ms !important;
}

.d2033 {
  animation-delay: 2033ms !important;
}

.d2034 {
  animation-delay: 2034ms !important;
}

.d2035 {
  animation-delay: 2035ms !important;
}

.d2036 {
  animation-delay: 2036ms !important;
}

.d2037 {
  animation-delay: 2037ms !important;
}

.d2038 {
  animation-delay: 2038ms !important;
}

.d2039 {
  animation-delay: 2039ms !important;
}

.d2040 {
  animation-delay: 2040ms !important;
}

.d2041 {
  animation-delay: 2041ms !important;
}

.d2042 {
  animation-delay: 2042ms !important;
}

.d2043 {
  animation-delay: 2043ms !important;
}

.d2044 {
  animation-delay: 2044ms !important;
}

.d2045 {
  animation-delay: 2045ms !important;
}

.d2046 {
  animation-delay: 2046ms !important;
}

.d2047 {
  animation-delay: 2047ms !important;
}

.d2048 {
  animation-delay: 2048ms !important;
}

.d2049 {
  animation-delay: 2049ms !important;
}

.d2050 {
  animation-delay: 2050ms !important;
}

.d2051 {
  animation-delay: 2051ms !important;
}

.d2052 {
  animation-delay: 2052ms !important;
}

.d2053 {
  animation-delay: 2053ms !important;
}

.d2054 {
  animation-delay: 2054ms !important;
}

.d2055 {
  animation-delay: 2055ms !important;
}

.d2056 {
  animation-delay: 2056ms !important;
}

.d2057 {
  animation-delay: 2057ms !important;
}

.d2058 {
  animation-delay: 2058ms !important;
}

.d2059 {
  animation-delay: 2059ms !important;
}

.d2060 {
  animation-delay: 2060ms !important;
}

.d2061 {
  animation-delay: 2061ms !important;
}

.d2062 {
  animation-delay: 2062ms !important;
}

.d2063 {
  animation-delay: 2063ms !important;
}

.d2064 {
  animation-delay: 2064ms !important;
}

.d2065 {
  animation-delay: 2065ms !important;
}

.d2066 {
  animation-delay: 2066ms !important;
}

.d2067 {
  animation-delay: 2067ms !important;
}

.d2068 {
  animation-delay: 2068ms !important;
}

.d2069 {
  animation-delay: 2069ms !important;
}

.d2070 {
  animation-delay: 2070ms !important;
}

.d2071 {
  animation-delay: 2071ms !important;
}

.d2072 {
  animation-delay: 2072ms !important;
}

.d2073 {
  animation-delay: 2073ms !important;
}

.d2074 {
  animation-delay: 2074ms !important;
}

.d2075 {
  animation-delay: 2075ms !important;
}

.d2076 {
  animation-delay: 2076ms !important;
}

.d2077 {
  animation-delay: 2077ms !important;
}

.d2078 {
  animation-delay: 2078ms !important;
}

.d2079 {
  animation-delay: 2079ms !important;
}

.d2080 {
  animation-delay: 2080ms !important;
}

.d2081 {
  animation-delay: 2081ms !important;
}

.d2082 {
  animation-delay: 2082ms !important;
}

.d2083 {
  animation-delay: 2083ms !important;
}

.d2084 {
  animation-delay: 2084ms !important;
}

.d2085 {
  animation-delay: 2085ms !important;
}

.d2086 {
  animation-delay: 2086ms !important;
}

.d2087 {
  animation-delay: 2087ms !important;
}

.d2088 {
  animation-delay: 2088ms !important;
}

.d2089 {
  animation-delay: 2089ms !important;
}

.d2090 {
  animation-delay: 2090ms !important;
}

.d2091 {
  animation-delay: 2091ms !important;
}

.d2092 {
  animation-delay: 2092ms !important;
}

.d2093 {
  animation-delay: 2093ms !important;
}

.d2094 {
  animation-delay: 2094ms !important;
}

.d2095 {
  animation-delay: 2095ms !important;
}

.d2096 {
  animation-delay: 2096ms !important;
}

.d2097 {
  animation-delay: 2097ms !important;
}

.d2098 {
  animation-delay: 2098ms !important;
}

.d2099 {
  animation-delay: 2099ms !important;
}

.d2100 {
  animation-delay: 2100ms !important;
}

.d2101 {
  animation-delay: 2101ms !important;
}

.d2102 {
  animation-delay: 2102ms !important;
}

.d2103 {
  animation-delay: 2103ms !important;
}

.d2104 {
  animation-delay: 2104ms !important;
}

.d2105 {
  animation-delay: 2105ms !important;
}

.d2106 {
  animation-delay: 2106ms !important;
}

.d2107 {
  animation-delay: 2107ms !important;
}

.d2108 {
  animation-delay: 2108ms !important;
}

.d2109 {
  animation-delay: 2109ms !important;
}

.d2110 {
  animation-delay: 2110ms !important;
}

.d2111 {
  animation-delay: 2111ms !important;
}

.d2112 {
  animation-delay: 2112ms !important;
}

.d2113 {
  animation-delay: 2113ms !important;
}

.d2114 {
  animation-delay: 2114ms !important;
}

.d2115 {
  animation-delay: 2115ms !important;
}

.d2116 {
  animation-delay: 2116ms !important;
}

.d2117 {
  animation-delay: 2117ms !important;
}

.d2118 {
  animation-delay: 2118ms !important;
}

.d2119 {
  animation-delay: 2119ms !important;
}

.d2120 {
  animation-delay: 2120ms !important;
}

.d2121 {
  animation-delay: 2121ms !important;
}

.d2122 {
  animation-delay: 2122ms !important;
}

.d2123 {
  animation-delay: 2123ms !important;
}

.d2124 {
  animation-delay: 2124ms !important;
}

.d2125 {
  animation-delay: 2125ms !important;
}

.d2126 {
  animation-delay: 2126ms !important;
}

.d2127 {
  animation-delay: 2127ms !important;
}

.d2128 {
  animation-delay: 2128ms !important;
}

.d2129 {
  animation-delay: 2129ms !important;
}

.d2130 {
  animation-delay: 2130ms !important;
}

.d2131 {
  animation-delay: 2131ms !important;
}

.d2132 {
  animation-delay: 2132ms !important;
}

.d2133 {
  animation-delay: 2133ms !important;
}

.d2134 {
  animation-delay: 2134ms !important;
}

.d2135 {
  animation-delay: 2135ms !important;
}

.d2136 {
  animation-delay: 2136ms !important;
}

.d2137 {
  animation-delay: 2137ms !important;
}

.d2138 {
  animation-delay: 2138ms !important;
}

.d2139 {
  animation-delay: 2139ms !important;
}

.d2140 {
  animation-delay: 2140ms !important;
}

.d2141 {
  animation-delay: 2141ms !important;
}

.d2142 {
  animation-delay: 2142ms !important;
}

.d2143 {
  animation-delay: 2143ms !important;
}

.d2144 {
  animation-delay: 2144ms !important;
}

.d2145 {
  animation-delay: 2145ms !important;
}

.d2146 {
  animation-delay: 2146ms !important;
}

.d2147 {
  animation-delay: 2147ms !important;
}

.d2148 {
  animation-delay: 2148ms !important;
}

.d2149 {
  animation-delay: 2149ms !important;
}

.d2150 {
  animation-delay: 2150ms !important;
}

.d2151 {
  animation-delay: 2151ms !important;
}

.d2152 {
  animation-delay: 2152ms !important;
}

.d2153 {
  animation-delay: 2153ms !important;
}

.d2154 {
  animation-delay: 2154ms !important;
}

.d2155 {
  animation-delay: 2155ms !important;
}

.d2156 {
  animation-delay: 2156ms !important;
}

.d2157 {
  animation-delay: 2157ms !important;
}

.d2158 {
  animation-delay: 2158ms !important;
}

.d2159 {
  animation-delay: 2159ms !important;
}

.d2160 {
  animation-delay: 2160ms !important;
}

.d2161 {
  animation-delay: 2161ms !important;
}

.d2162 {
  animation-delay: 2162ms !important;
}

.d2163 {
  animation-delay: 2163ms !important;
}

.d2164 {
  animation-delay: 2164ms !important;
}

.d2165 {
  animation-delay: 2165ms !important;
}

.d2166 {
  animation-delay: 2166ms !important;
}

.d2167 {
  animation-delay: 2167ms !important;
}

.d2168 {
  animation-delay: 2168ms !important;
}

.d2169 {
  animation-delay: 2169ms !important;
}

.d2170 {
  animation-delay: 2170ms !important;
}

.d2171 {
  animation-delay: 2171ms !important;
}

.d2172 {
  animation-delay: 2172ms !important;
}

.d2173 {
  animation-delay: 2173ms !important;
}

.d2174 {
  animation-delay: 2174ms !important;
}

.d2175 {
  animation-delay: 2175ms !important;
}

.d2176 {
  animation-delay: 2176ms !important;
}

.d2177 {
  animation-delay: 2177ms !important;
}

.d2178 {
  animation-delay: 2178ms !important;
}

.d2179 {
  animation-delay: 2179ms !important;
}

.d2180 {
  animation-delay: 2180ms !important;
}

.d2181 {
  animation-delay: 2181ms !important;
}

.d2182 {
  animation-delay: 2182ms !important;
}

.d2183 {
  animation-delay: 2183ms !important;
}

.d2184 {
  animation-delay: 2184ms !important;
}

.d2185 {
  animation-delay: 2185ms !important;
}

.d2186 {
  animation-delay: 2186ms !important;
}

.d2187 {
  animation-delay: 2187ms !important;
}

.d2188 {
  animation-delay: 2188ms !important;
}

.d2189 {
  animation-delay: 2189ms !important;
}

.d2190 {
  animation-delay: 2190ms !important;
}

.d2191 {
  animation-delay: 2191ms !important;
}

.d2192 {
  animation-delay: 2192ms !important;
}

.d2193 {
  animation-delay: 2193ms !important;
}

.d2194 {
  animation-delay: 2194ms !important;
}

.d2195 {
  animation-delay: 2195ms !important;
}

.d2196 {
  animation-delay: 2196ms !important;
}

.d2197 {
  animation-delay: 2197ms !important;
}

.d2198 {
  animation-delay: 2198ms !important;
}

.d2199 {
  animation-delay: 2199ms !important;
}

.d2200 {
  animation-delay: 2200ms !important;
}

.d2201 {
  animation-delay: 2201ms !important;
}

.d2202 {
  animation-delay: 2202ms !important;
}

.d2203 {
  animation-delay: 2203ms !important;
}

.d2204 {
  animation-delay: 2204ms !important;
}

.d2205 {
  animation-delay: 2205ms !important;
}

.d2206 {
  animation-delay: 2206ms !important;
}

.d2207 {
  animation-delay: 2207ms !important;
}

.d2208 {
  animation-delay: 2208ms !important;
}

.d2209 {
  animation-delay: 2209ms !important;
}

.d2210 {
  animation-delay: 2210ms !important;
}

.d2211 {
  animation-delay: 2211ms !important;
}

.d2212 {
  animation-delay: 2212ms !important;
}

.d2213 {
  animation-delay: 2213ms !important;
}

.d2214 {
  animation-delay: 2214ms !important;
}

.d2215 {
  animation-delay: 2215ms !important;
}

.d2216 {
  animation-delay: 2216ms !important;
}

.d2217 {
  animation-delay: 2217ms !important;
}

.d2218 {
  animation-delay: 2218ms !important;
}

.d2219 {
  animation-delay: 2219ms !important;
}

.d2220 {
  animation-delay: 2220ms !important;
}

.d2221 {
  animation-delay: 2221ms !important;
}

.d2222 {
  animation-delay: 2222ms !important;
}

.d2223 {
  animation-delay: 2223ms !important;
}

.d2224 {
  animation-delay: 2224ms !important;
}

.d2225 {
  animation-delay: 2225ms !important;
}

.d2226 {
  animation-delay: 2226ms !important;
}

.d2227 {
  animation-delay: 2227ms !important;
}

.d2228 {
  animation-delay: 2228ms !important;
}

.d2229 {
  animation-delay: 2229ms !important;
}

.d2230 {
  animation-delay: 2230ms !important;
}

.d2231 {
  animation-delay: 2231ms !important;
}

.d2232 {
  animation-delay: 2232ms !important;
}

.d2233 {
  animation-delay: 2233ms !important;
}

.d2234 {
  animation-delay: 2234ms !important;
}

.d2235 {
  animation-delay: 2235ms !important;
}

.d2236 {
  animation-delay: 2236ms !important;
}

.d2237 {
  animation-delay: 2237ms !important;
}

.d2238 {
  animation-delay: 2238ms !important;
}

.d2239 {
  animation-delay: 2239ms !important;
}

.d2240 {
  animation-delay: 2240ms !important;
}

.d2241 {
  animation-delay: 2241ms !important;
}

.d2242 {
  animation-delay: 2242ms !important;
}

.d2243 {
  animation-delay: 2243ms !important;
}

.d2244 {
  animation-delay: 2244ms !important;
}

.d2245 {
  animation-delay: 2245ms !important;
}

.d2246 {
  animation-delay: 2246ms !important;
}

.d2247 {
  animation-delay: 2247ms !important;
}

.d2248 {
  animation-delay: 2248ms !important;
}

.d2249 {
  animation-delay: 2249ms !important;
}

.d2250 {
  animation-delay: 2250ms !important;
}

.d2251 {
  animation-delay: 2251ms !important;
}

.d2252 {
  animation-delay: 2252ms !important;
}

.d2253 {
  animation-delay: 2253ms !important;
}

.d2254 {
  animation-delay: 2254ms !important;
}

.d2255 {
  animation-delay: 2255ms !important;
}

.d2256 {
  animation-delay: 2256ms !important;
}

.d2257 {
  animation-delay: 2257ms !important;
}

.d2258 {
  animation-delay: 2258ms !important;
}

.d2259 {
  animation-delay: 2259ms !important;
}

.d2260 {
  animation-delay: 2260ms !important;
}

.d2261 {
  animation-delay: 2261ms !important;
}

.d2262 {
  animation-delay: 2262ms !important;
}

.d2263 {
  animation-delay: 2263ms !important;
}

.d2264 {
  animation-delay: 2264ms !important;
}

.d2265 {
  animation-delay: 2265ms !important;
}

.d2266 {
  animation-delay: 2266ms !important;
}

.d2267 {
  animation-delay: 2267ms !important;
}

.d2268 {
  animation-delay: 2268ms !important;
}

.d2269 {
  animation-delay: 2269ms !important;
}

.d2270 {
  animation-delay: 2270ms !important;
}

.d2271 {
  animation-delay: 2271ms !important;
}

.d2272 {
  animation-delay: 2272ms !important;
}

.d2273 {
  animation-delay: 2273ms !important;
}

.d2274 {
  animation-delay: 2274ms !important;
}

.d2275 {
  animation-delay: 2275ms !important;
}

.d2276 {
  animation-delay: 2276ms !important;
}

.d2277 {
  animation-delay: 2277ms !important;
}

.d2278 {
  animation-delay: 2278ms !important;
}

.d2279 {
  animation-delay: 2279ms !important;
}

.d2280 {
  animation-delay: 2280ms !important;
}

.d2281 {
  animation-delay: 2281ms !important;
}

.d2282 {
  animation-delay: 2282ms !important;
}

.d2283 {
  animation-delay: 2283ms !important;
}

.d2284 {
  animation-delay: 2284ms !important;
}

.d2285 {
  animation-delay: 2285ms !important;
}

.d2286 {
  animation-delay: 2286ms !important;
}

.d2287 {
  animation-delay: 2287ms !important;
}

.d2288 {
  animation-delay: 2288ms !important;
}

.d2289 {
  animation-delay: 2289ms !important;
}

.d2290 {
  animation-delay: 2290ms !important;
}

.d2291 {
  animation-delay: 2291ms !important;
}

.d2292 {
  animation-delay: 2292ms !important;
}

.d2293 {
  animation-delay: 2293ms !important;
}

.d2294 {
  animation-delay: 2294ms !important;
}

.d2295 {
  animation-delay: 2295ms !important;
}

.d2296 {
  animation-delay: 2296ms !important;
}

.d2297 {
  animation-delay: 2297ms !important;
}

.d2298 {
  animation-delay: 2298ms !important;
}

.d2299 {
  animation-delay: 2299ms !important;
}

.d2300 {
  animation-delay: 2300ms !important;
}

.d2301 {
  animation-delay: 2301ms !important;
}

.d2302 {
  animation-delay: 2302ms !important;
}

.d2303 {
  animation-delay: 2303ms !important;
}

.d2304 {
  animation-delay: 2304ms !important;
}

.d2305 {
  animation-delay: 2305ms !important;
}

.d2306 {
  animation-delay: 2306ms !important;
}

.d2307 {
  animation-delay: 2307ms !important;
}

.d2308 {
  animation-delay: 2308ms !important;
}

.d2309 {
  animation-delay: 2309ms !important;
}

.d2310 {
  animation-delay: 2310ms !important;
}

.d2311 {
  animation-delay: 2311ms !important;
}

.d2312 {
  animation-delay: 2312ms !important;
}

.d2313 {
  animation-delay: 2313ms !important;
}

.d2314 {
  animation-delay: 2314ms !important;
}

.d2315 {
  animation-delay: 2315ms !important;
}

.d2316 {
  animation-delay: 2316ms !important;
}

.d2317 {
  animation-delay: 2317ms !important;
}

.d2318 {
  animation-delay: 2318ms !important;
}

.d2319 {
  animation-delay: 2319ms !important;
}

.d2320 {
  animation-delay: 2320ms !important;
}

.d2321 {
  animation-delay: 2321ms !important;
}

.d2322 {
  animation-delay: 2322ms !important;
}

.d2323 {
  animation-delay: 2323ms !important;
}

.d2324 {
  animation-delay: 2324ms !important;
}

.d2325 {
  animation-delay: 2325ms !important;
}

.d2326 {
  animation-delay: 2326ms !important;
}

.d2327 {
  animation-delay: 2327ms !important;
}

.d2328 {
  animation-delay: 2328ms !important;
}

.d2329 {
  animation-delay: 2329ms !important;
}

.d2330 {
  animation-delay: 2330ms !important;
}

.d2331 {
  animation-delay: 2331ms !important;
}

.d2332 {
  animation-delay: 2332ms !important;
}

.d2333 {
  animation-delay: 2333ms !important;
}

.d2334 {
  animation-delay: 2334ms !important;
}

.d2335 {
  animation-delay: 2335ms !important;
}

.d2336 {
  animation-delay: 2336ms !important;
}

.d2337 {
  animation-delay: 2337ms !important;
}

.d2338 {
  animation-delay: 2338ms !important;
}

.d2339 {
  animation-delay: 2339ms !important;
}

.d2340 {
  animation-delay: 2340ms !important;
}

.d2341 {
  animation-delay: 2341ms !important;
}

.d2342 {
  animation-delay: 2342ms !important;
}

.d2343 {
  animation-delay: 2343ms !important;
}

.d2344 {
  animation-delay: 2344ms !important;
}

.d2345 {
  animation-delay: 2345ms !important;
}

.d2346 {
  animation-delay: 2346ms !important;
}

.d2347 {
  animation-delay: 2347ms !important;
}

.d2348 {
  animation-delay: 2348ms !important;
}

.d2349 {
  animation-delay: 2349ms !important;
}

.d2350 {
  animation-delay: 2350ms !important;
}

.d2351 {
  animation-delay: 2351ms !important;
}

.d2352 {
  animation-delay: 2352ms !important;
}

.d2353 {
  animation-delay: 2353ms !important;
}

.d2354 {
  animation-delay: 2354ms !important;
}

.d2355 {
  animation-delay: 2355ms !important;
}

.d2356 {
  animation-delay: 2356ms !important;
}

.d2357 {
  animation-delay: 2357ms !important;
}

.d2358 {
  animation-delay: 2358ms !important;
}

.d2359 {
  animation-delay: 2359ms !important;
}

.d2360 {
  animation-delay: 2360ms !important;
}

.d2361 {
  animation-delay: 2361ms !important;
}

.d2362 {
  animation-delay: 2362ms !important;
}

.d2363 {
  animation-delay: 2363ms !important;
}

.d2364 {
  animation-delay: 2364ms !important;
}

.d2365 {
  animation-delay: 2365ms !important;
}

.d2366 {
  animation-delay: 2366ms !important;
}

.d2367 {
  animation-delay: 2367ms !important;
}

.d2368 {
  animation-delay: 2368ms !important;
}

.d2369 {
  animation-delay: 2369ms !important;
}

.d2370 {
  animation-delay: 2370ms !important;
}

.d2371 {
  animation-delay: 2371ms !important;
}

.d2372 {
  animation-delay: 2372ms !important;
}

.d2373 {
  animation-delay: 2373ms !important;
}

.d2374 {
  animation-delay: 2374ms !important;
}

.d2375 {
  animation-delay: 2375ms !important;
}

.d2376 {
  animation-delay: 2376ms !important;
}

.d2377 {
  animation-delay: 2377ms !important;
}

.d2378 {
  animation-delay: 2378ms !important;
}

.d2379 {
  animation-delay: 2379ms !important;
}

.d2380 {
  animation-delay: 2380ms !important;
}

.d2381 {
  animation-delay: 2381ms !important;
}

.d2382 {
  animation-delay: 2382ms !important;
}

.d2383 {
  animation-delay: 2383ms !important;
}

.d2384 {
  animation-delay: 2384ms !important;
}

.d2385 {
  animation-delay: 2385ms !important;
}

.d2386 {
  animation-delay: 2386ms !important;
}

.d2387 {
  animation-delay: 2387ms !important;
}

.d2388 {
  animation-delay: 2388ms !important;
}

.d2389 {
  animation-delay: 2389ms !important;
}

.d2390 {
  animation-delay: 2390ms !important;
}

.d2391 {
  animation-delay: 2391ms !important;
}

.d2392 {
  animation-delay: 2392ms !important;
}

.d2393 {
  animation-delay: 2393ms !important;
}

.d2394 {
  animation-delay: 2394ms !important;
}

.d2395 {
  animation-delay: 2395ms !important;
}

.d2396 {
  animation-delay: 2396ms !important;
}

.d2397 {
  animation-delay: 2397ms !important;
}

.d2398 {
  animation-delay: 2398ms !important;
}

.d2399 {
  animation-delay: 2399ms !important;
}

.d2400 {
  animation-delay: 2400ms !important;
}

.d2401 {
  animation-delay: 2401ms !important;
}

.d2402 {
  animation-delay: 2402ms !important;
}

.d2403 {
  animation-delay: 2403ms !important;
}

.d2404 {
  animation-delay: 2404ms !important;
}

.d2405 {
  animation-delay: 2405ms !important;
}

.d2406 {
  animation-delay: 2406ms !important;
}

.d2407 {
  animation-delay: 2407ms !important;
}

.d2408 {
  animation-delay: 2408ms !important;
}

.d2409 {
  animation-delay: 2409ms !important;
}

.d2410 {
  animation-delay: 2410ms !important;
}

.d2411 {
  animation-delay: 2411ms !important;
}

.d2412 {
  animation-delay: 2412ms !important;
}

.d2413 {
  animation-delay: 2413ms !important;
}

.d2414 {
  animation-delay: 2414ms !important;
}

.d2415 {
  animation-delay: 2415ms !important;
}

.d2416 {
  animation-delay: 2416ms !important;
}

.d2417 {
  animation-delay: 2417ms !important;
}

.d2418 {
  animation-delay: 2418ms !important;
}

.d2419 {
  animation-delay: 2419ms !important;
}

.d2420 {
  animation-delay: 2420ms !important;
}

.d2421 {
  animation-delay: 2421ms !important;
}

.d2422 {
  animation-delay: 2422ms !important;
}

.d2423 {
  animation-delay: 2423ms !important;
}

.d2424 {
  animation-delay: 2424ms !important;
}

.d2425 {
  animation-delay: 2425ms !important;
}

.d2426 {
  animation-delay: 2426ms !important;
}

.d2427 {
  animation-delay: 2427ms !important;
}

.d2428 {
  animation-delay: 2428ms !important;
}

.d2429 {
  animation-delay: 2429ms !important;
}

.d2430 {
  animation-delay: 2430ms !important;
}

.d2431 {
  animation-delay: 2431ms !important;
}

.d2432 {
  animation-delay: 2432ms !important;
}

.d2433 {
  animation-delay: 2433ms !important;
}

.d2434 {
  animation-delay: 2434ms !important;
}

.d2435 {
  animation-delay: 2435ms !important;
}

.d2436 {
  animation-delay: 2436ms !important;
}

.d2437 {
  animation-delay: 2437ms !important;
}

.d2438 {
  animation-delay: 2438ms !important;
}

.d2439 {
  animation-delay: 2439ms !important;
}

.d2440 {
  animation-delay: 2440ms !important;
}

.d2441 {
  animation-delay: 2441ms !important;
}

.d2442 {
  animation-delay: 2442ms !important;
}

.d2443 {
  animation-delay: 2443ms !important;
}

.d2444 {
  animation-delay: 2444ms !important;
}

.d2445 {
  animation-delay: 2445ms !important;
}

.d2446 {
  animation-delay: 2446ms !important;
}

.d2447 {
  animation-delay: 2447ms !important;
}

.d2448 {
  animation-delay: 2448ms !important;
}

.d2449 {
  animation-delay: 2449ms !important;
}

.d2450 {
  animation-delay: 2450ms !important;
}

.d2451 {
  animation-delay: 2451ms !important;
}

.d2452 {
  animation-delay: 2452ms !important;
}

.d2453 {
  animation-delay: 2453ms !important;
}

.d2454 {
  animation-delay: 2454ms !important;
}

.d2455 {
  animation-delay: 2455ms !important;
}

.d2456 {
  animation-delay: 2456ms !important;
}

.d2457 {
  animation-delay: 2457ms !important;
}

.d2458 {
  animation-delay: 2458ms !important;
}

.d2459 {
  animation-delay: 2459ms !important;
}

.d2460 {
  animation-delay: 2460ms !important;
}

.d2461 {
  animation-delay: 2461ms !important;
}

.d2462 {
  animation-delay: 2462ms !important;
}

.d2463 {
  animation-delay: 2463ms !important;
}

.d2464 {
  animation-delay: 2464ms !important;
}

.d2465 {
  animation-delay: 2465ms !important;
}

.d2466 {
  animation-delay: 2466ms !important;
}

.d2467 {
  animation-delay: 2467ms !important;
}

.d2468 {
  animation-delay: 2468ms !important;
}

.d2469 {
  animation-delay: 2469ms !important;
}

.d2470 {
  animation-delay: 2470ms !important;
}

.d2471 {
  animation-delay: 2471ms !important;
}

.d2472 {
  animation-delay: 2472ms !important;
}

.d2473 {
  animation-delay: 2473ms !important;
}

.d2474 {
  animation-delay: 2474ms !important;
}

.d2475 {
  animation-delay: 2475ms !important;
}

.d2476 {
  animation-delay: 2476ms !important;
}

.d2477 {
  animation-delay: 2477ms !important;
}

.d2478 {
  animation-delay: 2478ms !important;
}

.d2479 {
  animation-delay: 2479ms !important;
}

.d2480 {
  animation-delay: 2480ms !important;
}

.d2481 {
  animation-delay: 2481ms !important;
}

.d2482 {
  animation-delay: 2482ms !important;
}

.d2483 {
  animation-delay: 2483ms !important;
}

.d2484 {
  animation-delay: 2484ms !important;
}

.d2485 {
  animation-delay: 2485ms !important;
}

.d2486 {
  animation-delay: 2486ms !important;
}

.d2487 {
  animation-delay: 2487ms !important;
}

.d2488 {
  animation-delay: 2488ms !important;
}

.d2489 {
  animation-delay: 2489ms !important;
}

.d2490 {
  animation-delay: 2490ms !important;
}

.d2491 {
  animation-delay: 2491ms !important;
}

.d2492 {
  animation-delay: 2492ms !important;
}

.d2493 {
  animation-delay: 2493ms !important;
}

.d2494 {
  animation-delay: 2494ms !important;
}

.d2495 {
  animation-delay: 2495ms !important;
}

.d2496 {
  animation-delay: 2496ms !important;
}

.d2497 {
  animation-delay: 2497ms !important;
}

.d2498 {
  animation-delay: 2498ms !important;
}

.d2499 {
  animation-delay: 2499ms !important;
}

.d2500 {
  animation-delay: 2500ms !important;
}

.d2501 {
  animation-delay: 2501ms !important;
}

.d2502 {
  animation-delay: 2502ms !important;
}

.d2503 {
  animation-delay: 2503ms !important;
}

.d2504 {
  animation-delay: 2504ms !important;
}

.d2505 {
  animation-delay: 2505ms !important;
}

.d2506 {
  animation-delay: 2506ms !important;
}

.d2507 {
  animation-delay: 2507ms !important;
}

.d2508 {
  animation-delay: 2508ms !important;
}

.d2509 {
  animation-delay: 2509ms !important;
}

.d2510 {
  animation-delay: 2510ms !important;
}

.d2511 {
  animation-delay: 2511ms !important;
}

.d2512 {
  animation-delay: 2512ms !important;
}

.d2513 {
  animation-delay: 2513ms !important;
}

.d2514 {
  animation-delay: 2514ms !important;
}

.d2515 {
  animation-delay: 2515ms !important;
}

.d2516 {
  animation-delay: 2516ms !important;
}

.d2517 {
  animation-delay: 2517ms !important;
}

.d2518 {
  animation-delay: 2518ms !important;
}

.d2519 {
  animation-delay: 2519ms !important;
}

.d2520 {
  animation-delay: 2520ms !important;
}

.d2521 {
  animation-delay: 2521ms !important;
}

.d2522 {
  animation-delay: 2522ms !important;
}

.d2523 {
  animation-delay: 2523ms !important;
}

.d2524 {
  animation-delay: 2524ms !important;
}

.d2525 {
  animation-delay: 2525ms !important;
}

.d2526 {
  animation-delay: 2526ms !important;
}

.d2527 {
  animation-delay: 2527ms !important;
}

.d2528 {
  animation-delay: 2528ms !important;
}

.d2529 {
  animation-delay: 2529ms !important;
}

.d2530 {
  animation-delay: 2530ms !important;
}

.d2531 {
  animation-delay: 2531ms !important;
}

.d2532 {
  animation-delay: 2532ms !important;
}

.d2533 {
  animation-delay: 2533ms !important;
}

.d2534 {
  animation-delay: 2534ms !important;
}

.d2535 {
  animation-delay: 2535ms !important;
}

.d2536 {
  animation-delay: 2536ms !important;
}

.d2537 {
  animation-delay: 2537ms !important;
}

.d2538 {
  animation-delay: 2538ms !important;
}

.d2539 {
  animation-delay: 2539ms !important;
}

.d2540 {
  animation-delay: 2540ms !important;
}

.d2541 {
  animation-delay: 2541ms !important;
}

.d2542 {
  animation-delay: 2542ms !important;
}

.d2543 {
  animation-delay: 2543ms !important;
}

.d2544 {
  animation-delay: 2544ms !important;
}

.d2545 {
  animation-delay: 2545ms !important;
}

.d2546 {
  animation-delay: 2546ms !important;
}

.d2547 {
  animation-delay: 2547ms !important;
}

.d2548 {
  animation-delay: 2548ms !important;
}

.d2549 {
  animation-delay: 2549ms !important;
}

.d2550 {
  animation-delay: 2550ms !important;
}

.d2551 {
  animation-delay: 2551ms !important;
}

.d2552 {
  animation-delay: 2552ms !important;
}

.d2553 {
  animation-delay: 2553ms !important;
}

.d2554 {
  animation-delay: 2554ms !important;
}

.d2555 {
  animation-delay: 2555ms !important;
}

.d2556 {
  animation-delay: 2556ms !important;
}

.d2557 {
  animation-delay: 2557ms !important;
}

.d2558 {
  animation-delay: 2558ms !important;
}

.d2559 {
  animation-delay: 2559ms !important;
}

.d2560 {
  animation-delay: 2560ms !important;
}

.d2561 {
  animation-delay: 2561ms !important;
}

.d2562 {
  animation-delay: 2562ms !important;
}

.d2563 {
  animation-delay: 2563ms !important;
}

.d2564 {
  animation-delay: 2564ms !important;
}

.d2565 {
  animation-delay: 2565ms !important;
}

.d2566 {
  animation-delay: 2566ms !important;
}

.d2567 {
  animation-delay: 2567ms !important;
}

.d2568 {
  animation-delay: 2568ms !important;
}

.d2569 {
  animation-delay: 2569ms !important;
}

.d2570 {
  animation-delay: 2570ms !important;
}

.d2571 {
  animation-delay: 2571ms !important;
}

.d2572 {
  animation-delay: 2572ms !important;
}

.d2573 {
  animation-delay: 2573ms !important;
}

.d2574 {
  animation-delay: 2574ms !important;
}

.d2575 {
  animation-delay: 2575ms !important;
}

.d2576 {
  animation-delay: 2576ms !important;
}

.d2577 {
  animation-delay: 2577ms !important;
}

.d2578 {
  animation-delay: 2578ms !important;
}

.d2579 {
  animation-delay: 2579ms !important;
}

.d2580 {
  animation-delay: 2580ms !important;
}

.d2581 {
  animation-delay: 2581ms !important;
}

.d2582 {
  animation-delay: 2582ms !important;
}

.d2583 {
  animation-delay: 2583ms !important;
}

.d2584 {
  animation-delay: 2584ms !important;
}

.d2585 {
  animation-delay: 2585ms !important;
}

.d2586 {
  animation-delay: 2586ms !important;
}

.d2587 {
  animation-delay: 2587ms !important;
}

.d2588 {
  animation-delay: 2588ms !important;
}

.d2589 {
  animation-delay: 2589ms !important;
}

.d2590 {
  animation-delay: 2590ms !important;
}

.d2591 {
  animation-delay: 2591ms !important;
}

.d2592 {
  animation-delay: 2592ms !important;
}

.d2593 {
  animation-delay: 2593ms !important;
}

.d2594 {
  animation-delay: 2594ms !important;
}

.d2595 {
  animation-delay: 2595ms !important;
}

.d2596 {
  animation-delay: 2596ms !important;
}

.d2597 {
  animation-delay: 2597ms !important;
}

.d2598 {
  animation-delay: 2598ms !important;
}

.d2599 {
  animation-delay: 2599ms !important;
}

.d2600 {
  animation-delay: 2600ms !important;
}

.d2601 {
  animation-delay: 2601ms !important;
}

.d2602 {
  animation-delay: 2602ms !important;
}

.d2603 {
  animation-delay: 2603ms !important;
}

.d2604 {
  animation-delay: 2604ms !important;
}

.d2605 {
  animation-delay: 2605ms !important;
}

.d2606 {
  animation-delay: 2606ms !important;
}

.d2607 {
  animation-delay: 2607ms !important;
}

.d2608 {
  animation-delay: 2608ms !important;
}

.d2609 {
  animation-delay: 2609ms !important;
}

.d2610 {
  animation-delay: 2610ms !important;
}

.d2611 {
  animation-delay: 2611ms !important;
}

.d2612 {
  animation-delay: 2612ms !important;
}

.d2613 {
  animation-delay: 2613ms !important;
}

.d2614 {
  animation-delay: 2614ms !important;
}

.d2615 {
  animation-delay: 2615ms !important;
}

.d2616 {
  animation-delay: 2616ms !important;
}

.d2617 {
  animation-delay: 2617ms !important;
}

.d2618 {
  animation-delay: 2618ms !important;
}

.d2619 {
  animation-delay: 2619ms !important;
}

.d2620 {
  animation-delay: 2620ms !important;
}

.d2621 {
  animation-delay: 2621ms !important;
}

.d2622 {
  animation-delay: 2622ms !important;
}

.d2623 {
  animation-delay: 2623ms !important;
}

.d2624 {
  animation-delay: 2624ms !important;
}

.d2625 {
  animation-delay: 2625ms !important;
}

.d2626 {
  animation-delay: 2626ms !important;
}

.d2627 {
  animation-delay: 2627ms !important;
}

.d2628 {
  animation-delay: 2628ms !important;
}

.d2629 {
  animation-delay: 2629ms !important;
}

.d2630 {
  animation-delay: 2630ms !important;
}

.d2631 {
  animation-delay: 2631ms !important;
}

.d2632 {
  animation-delay: 2632ms !important;
}

.d2633 {
  animation-delay: 2633ms !important;
}

.d2634 {
  animation-delay: 2634ms !important;
}

.d2635 {
  animation-delay: 2635ms !important;
}

.d2636 {
  animation-delay: 2636ms !important;
}

.d2637 {
  animation-delay: 2637ms !important;
}

.d2638 {
  animation-delay: 2638ms !important;
}

.d2639 {
  animation-delay: 2639ms !important;
}

.d2640 {
  animation-delay: 2640ms !important;
}

.d2641 {
  animation-delay: 2641ms !important;
}

.d2642 {
  animation-delay: 2642ms !important;
}

.d2643 {
  animation-delay: 2643ms !important;
}

.d2644 {
  animation-delay: 2644ms !important;
}

.d2645 {
  animation-delay: 2645ms !important;
}

.d2646 {
  animation-delay: 2646ms !important;
}

.d2647 {
  animation-delay: 2647ms !important;
}

.d2648 {
  animation-delay: 2648ms !important;
}

.d2649 {
  animation-delay: 2649ms !important;
}

.d2650 {
  animation-delay: 2650ms !important;
}

.d2651 {
  animation-delay: 2651ms !important;
}

.d2652 {
  animation-delay: 2652ms !important;
}

.d2653 {
  animation-delay: 2653ms !important;
}

.d2654 {
  animation-delay: 2654ms !important;
}

.d2655 {
  animation-delay: 2655ms !important;
}

.d2656 {
  animation-delay: 2656ms !important;
}

.d2657 {
  animation-delay: 2657ms !important;
}

.d2658 {
  animation-delay: 2658ms !important;
}

.d2659 {
  animation-delay: 2659ms !important;
}

.d2660 {
  animation-delay: 2660ms !important;
}

.d2661 {
  animation-delay: 2661ms !important;
}

.d2662 {
  animation-delay: 2662ms !important;
}

.d2663 {
  animation-delay: 2663ms !important;
}

.d2664 {
  animation-delay: 2664ms !important;
}

.d2665 {
  animation-delay: 2665ms !important;
}

.d2666 {
  animation-delay: 2666ms !important;
}

.d2667 {
  animation-delay: 2667ms !important;
}

.d2668 {
  animation-delay: 2668ms !important;
}

.d2669 {
  animation-delay: 2669ms !important;
}

.d2670 {
  animation-delay: 2670ms !important;
}

.d2671 {
  animation-delay: 2671ms !important;
}

.d2672 {
  animation-delay: 2672ms !important;
}

.d2673 {
  animation-delay: 2673ms !important;
}

.d2674 {
  animation-delay: 2674ms !important;
}

.d2675 {
  animation-delay: 2675ms !important;
}

.d2676 {
  animation-delay: 2676ms !important;
}

.d2677 {
  animation-delay: 2677ms !important;
}

.d2678 {
  animation-delay: 2678ms !important;
}

.d2679 {
  animation-delay: 2679ms !important;
}

.d2680 {
  animation-delay: 2680ms !important;
}

.d2681 {
  animation-delay: 2681ms !important;
}

.d2682 {
  animation-delay: 2682ms !important;
}

.d2683 {
  animation-delay: 2683ms !important;
}

.d2684 {
  animation-delay: 2684ms !important;
}

.d2685 {
  animation-delay: 2685ms !important;
}

.d2686 {
  animation-delay: 2686ms !important;
}

.d2687 {
  animation-delay: 2687ms !important;
}

.d2688 {
  animation-delay: 2688ms !important;
}

.d2689 {
  animation-delay: 2689ms !important;
}

.d2690 {
  animation-delay: 2690ms !important;
}

.d2691 {
  animation-delay: 2691ms !important;
}

.d2692 {
  animation-delay: 2692ms !important;
}

.d2693 {
  animation-delay: 2693ms !important;
}

.d2694 {
  animation-delay: 2694ms !important;
}

.d2695 {
  animation-delay: 2695ms !important;
}

.d2696 {
  animation-delay: 2696ms !important;
}

.d2697 {
  animation-delay: 2697ms !important;
}

.d2698 {
  animation-delay: 2698ms !important;
}

.d2699 {
  animation-delay: 2699ms !important;
}

.d2700 {
  animation-delay: 2700ms !important;
}

.d2701 {
  animation-delay: 2701ms !important;
}

.d2702 {
  animation-delay: 2702ms !important;
}

.d2703 {
  animation-delay: 2703ms !important;
}

.d2704 {
  animation-delay: 2704ms !important;
}

.d2705 {
  animation-delay: 2705ms !important;
}

.d2706 {
  animation-delay: 2706ms !important;
}

.d2707 {
  animation-delay: 2707ms !important;
}

.d2708 {
  animation-delay: 2708ms !important;
}

.d2709 {
  animation-delay: 2709ms !important;
}

.d2710 {
  animation-delay: 2710ms !important;
}

.d2711 {
  animation-delay: 2711ms !important;
}

.d2712 {
  animation-delay: 2712ms !important;
}

.d2713 {
  animation-delay: 2713ms !important;
}

.d2714 {
  animation-delay: 2714ms !important;
}

.d2715 {
  animation-delay: 2715ms !important;
}

.d2716 {
  animation-delay: 2716ms !important;
}

.d2717 {
  animation-delay: 2717ms !important;
}

.d2718 {
  animation-delay: 2718ms !important;
}

.d2719 {
  animation-delay: 2719ms !important;
}

.d2720 {
  animation-delay: 2720ms !important;
}

.d2721 {
  animation-delay: 2721ms !important;
}

.d2722 {
  animation-delay: 2722ms !important;
}

.d2723 {
  animation-delay: 2723ms !important;
}

.d2724 {
  animation-delay: 2724ms !important;
}

.d2725 {
  animation-delay: 2725ms !important;
}

.d2726 {
  animation-delay: 2726ms !important;
}

.d2727 {
  animation-delay: 2727ms !important;
}

.d2728 {
  animation-delay: 2728ms !important;
}

.d2729 {
  animation-delay: 2729ms !important;
}

.d2730 {
  animation-delay: 2730ms !important;
}

.d2731 {
  animation-delay: 2731ms !important;
}

.d2732 {
  animation-delay: 2732ms !important;
}

.d2733 {
  animation-delay: 2733ms !important;
}

.d2734 {
  animation-delay: 2734ms !important;
}

.d2735 {
  animation-delay: 2735ms !important;
}

.d2736 {
  animation-delay: 2736ms !important;
}

.d2737 {
  animation-delay: 2737ms !important;
}

.d2738 {
  animation-delay: 2738ms !important;
}

.d2739 {
  animation-delay: 2739ms !important;
}

.d2740 {
  animation-delay: 2740ms !important;
}

.d2741 {
  animation-delay: 2741ms !important;
}

.d2742 {
  animation-delay: 2742ms !important;
}

.d2743 {
  animation-delay: 2743ms !important;
}

.d2744 {
  animation-delay: 2744ms !important;
}

.d2745 {
  animation-delay: 2745ms !important;
}

.d2746 {
  animation-delay: 2746ms !important;
}

.d2747 {
  animation-delay: 2747ms !important;
}

.d2748 {
  animation-delay: 2748ms !important;
}

.d2749 {
  animation-delay: 2749ms !important;
}

.d2750 {
  animation-delay: 2750ms !important;
}

.d2751 {
  animation-delay: 2751ms !important;
}

.d2752 {
  animation-delay: 2752ms !important;
}

.d2753 {
  animation-delay: 2753ms !important;
}

.d2754 {
  animation-delay: 2754ms !important;
}

.d2755 {
  animation-delay: 2755ms !important;
}

.d2756 {
  animation-delay: 2756ms !important;
}

.d2757 {
  animation-delay: 2757ms !important;
}

.d2758 {
  animation-delay: 2758ms !important;
}

.d2759 {
  animation-delay: 2759ms !important;
}

.d2760 {
  animation-delay: 2760ms !important;
}

.d2761 {
  animation-delay: 2761ms !important;
}

.d2762 {
  animation-delay: 2762ms !important;
}

.d2763 {
  animation-delay: 2763ms !important;
}

.d2764 {
  animation-delay: 2764ms !important;
}

.d2765 {
  animation-delay: 2765ms !important;
}

.d2766 {
  animation-delay: 2766ms !important;
}

.d2767 {
  animation-delay: 2767ms !important;
}

.d2768 {
  animation-delay: 2768ms !important;
}

.d2769 {
  animation-delay: 2769ms !important;
}

.d2770 {
  animation-delay: 2770ms !important;
}

.d2771 {
  animation-delay: 2771ms !important;
}

.d2772 {
  animation-delay: 2772ms !important;
}

.d2773 {
  animation-delay: 2773ms !important;
}

.d2774 {
  animation-delay: 2774ms !important;
}

.d2775 {
  animation-delay: 2775ms !important;
}

.d2776 {
  animation-delay: 2776ms !important;
}

.d2777 {
  animation-delay: 2777ms !important;
}

.d2778 {
  animation-delay: 2778ms !important;
}

.d2779 {
  animation-delay: 2779ms !important;
}

.d2780 {
  animation-delay: 2780ms !important;
}

.d2781 {
  animation-delay: 2781ms !important;
}

.d2782 {
  animation-delay: 2782ms !important;
}

.d2783 {
  animation-delay: 2783ms !important;
}

.d2784 {
  animation-delay: 2784ms !important;
}

.d2785 {
  animation-delay: 2785ms !important;
}

.d2786 {
  animation-delay: 2786ms !important;
}

.d2787 {
  animation-delay: 2787ms !important;
}

.d2788 {
  animation-delay: 2788ms !important;
}

.d2789 {
  animation-delay: 2789ms !important;
}

.d2790 {
  animation-delay: 2790ms !important;
}

.d2791 {
  animation-delay: 2791ms !important;
}

.d2792 {
  animation-delay: 2792ms !important;
}

.d2793 {
  animation-delay: 2793ms !important;
}

.d2794 {
  animation-delay: 2794ms !important;
}

.d2795 {
  animation-delay: 2795ms !important;
}

.d2796 {
  animation-delay: 2796ms !important;
}

.d2797 {
  animation-delay: 2797ms !important;
}

.d2798 {
  animation-delay: 2798ms !important;
}

.d2799 {
  animation-delay: 2799ms !important;
}

.d2800 {
  animation-delay: 2800ms !important;
}

.d2801 {
  animation-delay: 2801ms !important;
}

.d2802 {
  animation-delay: 2802ms !important;
}

.d2803 {
  animation-delay: 2803ms !important;
}

.d2804 {
  animation-delay: 2804ms !important;
}

.d2805 {
  animation-delay: 2805ms !important;
}

.d2806 {
  animation-delay: 2806ms !important;
}

.d2807 {
  animation-delay: 2807ms !important;
}

.d2808 {
  animation-delay: 2808ms !important;
}

.d2809 {
  animation-delay: 2809ms !important;
}

.d2810 {
  animation-delay: 2810ms !important;
}

.d2811 {
  animation-delay: 2811ms !important;
}

.d2812 {
  animation-delay: 2812ms !important;
}

.d2813 {
  animation-delay: 2813ms !important;
}

.d2814 {
  animation-delay: 2814ms !important;
}

.d2815 {
  animation-delay: 2815ms !important;
}

.d2816 {
  animation-delay: 2816ms !important;
}

.d2817 {
  animation-delay: 2817ms !important;
}

.d2818 {
  animation-delay: 2818ms !important;
}

.d2819 {
  animation-delay: 2819ms !important;
}

.d2820 {
  animation-delay: 2820ms !important;
}

.d2821 {
  animation-delay: 2821ms !important;
}

.d2822 {
  animation-delay: 2822ms !important;
}

.d2823 {
  animation-delay: 2823ms !important;
}

.d2824 {
  animation-delay: 2824ms !important;
}

.d2825 {
  animation-delay: 2825ms !important;
}

.d2826 {
  animation-delay: 2826ms !important;
}

.d2827 {
  animation-delay: 2827ms !important;
}

.d2828 {
  animation-delay: 2828ms !important;
}

.d2829 {
  animation-delay: 2829ms !important;
}

.d2830 {
  animation-delay: 2830ms !important;
}

.d2831 {
  animation-delay: 2831ms !important;
}

.d2832 {
  animation-delay: 2832ms !important;
}

.d2833 {
  animation-delay: 2833ms !important;
}

.d2834 {
  animation-delay: 2834ms !important;
}

.d2835 {
  animation-delay: 2835ms !important;
}

.d2836 {
  animation-delay: 2836ms !important;
}

.d2837 {
  animation-delay: 2837ms !important;
}

.d2838 {
  animation-delay: 2838ms !important;
}

.d2839 {
  animation-delay: 2839ms !important;
}

.d2840 {
  animation-delay: 2840ms !important;
}

.d2841 {
  animation-delay: 2841ms !important;
}

.d2842 {
  animation-delay: 2842ms !important;
}

.d2843 {
  animation-delay: 2843ms !important;
}

.d2844 {
  animation-delay: 2844ms !important;
}

.d2845 {
  animation-delay: 2845ms !important;
}

.d2846 {
  animation-delay: 2846ms !important;
}

.d2847 {
  animation-delay: 2847ms !important;
}

.d2848 {
  animation-delay: 2848ms !important;
}

.d2849 {
  animation-delay: 2849ms !important;
}

.d2850 {
  animation-delay: 2850ms !important;
}

.d2851 {
  animation-delay: 2851ms !important;
}

.d2852 {
  animation-delay: 2852ms !important;
}

.d2853 {
  animation-delay: 2853ms !important;
}

.d2854 {
  animation-delay: 2854ms !important;
}

.d2855 {
  animation-delay: 2855ms !important;
}

.d2856 {
  animation-delay: 2856ms !important;
}

.d2857 {
  animation-delay: 2857ms !important;
}

.d2858 {
  animation-delay: 2858ms !important;
}

.d2859 {
  animation-delay: 2859ms !important;
}

.d2860 {
  animation-delay: 2860ms !important;
}

.d2861 {
  animation-delay: 2861ms !important;
}

.d2862 {
  animation-delay: 2862ms !important;
}

.d2863 {
  animation-delay: 2863ms !important;
}

.d2864 {
  animation-delay: 2864ms !important;
}

.d2865 {
  animation-delay: 2865ms !important;
}

.d2866 {
  animation-delay: 2866ms !important;
}

.d2867 {
  animation-delay: 2867ms !important;
}

.d2868 {
  animation-delay: 2868ms !important;
}

.d2869 {
  animation-delay: 2869ms !important;
}

.d2870 {
  animation-delay: 2870ms !important;
}

.d2871 {
  animation-delay: 2871ms !important;
}

.d2872 {
  animation-delay: 2872ms !important;
}

.d2873 {
  animation-delay: 2873ms !important;
}

.d2874 {
  animation-delay: 2874ms !important;
}

.d2875 {
  animation-delay: 2875ms !important;
}

.d2876 {
  animation-delay: 2876ms !important;
}

.d2877 {
  animation-delay: 2877ms !important;
}

.d2878 {
  animation-delay: 2878ms !important;
}

.d2879 {
  animation-delay: 2879ms !important;
}

.d2880 {
  animation-delay: 2880ms !important;
}

.d2881 {
  animation-delay: 2881ms !important;
}

.d2882 {
  animation-delay: 2882ms !important;
}

.d2883 {
  animation-delay: 2883ms !important;
}

.d2884 {
  animation-delay: 2884ms !important;
}

.d2885 {
  animation-delay: 2885ms !important;
}

.d2886 {
  animation-delay: 2886ms !important;
}

.d2887 {
  animation-delay: 2887ms !important;
}

.d2888 {
  animation-delay: 2888ms !important;
}

.d2889 {
  animation-delay: 2889ms !important;
}

.d2890 {
  animation-delay: 2890ms !important;
}

.d2891 {
  animation-delay: 2891ms !important;
}

.d2892 {
  animation-delay: 2892ms !important;
}

.d2893 {
  animation-delay: 2893ms !important;
}

.d2894 {
  animation-delay: 2894ms !important;
}

.d2895 {
  animation-delay: 2895ms !important;
}

.d2896 {
  animation-delay: 2896ms !important;
}

.d2897 {
  animation-delay: 2897ms !important;
}

.d2898 {
  animation-delay: 2898ms !important;
}

.d2899 {
  animation-delay: 2899ms !important;
}

.d2900 {
  animation-delay: 2900ms !important;
}

.d2901 {
  animation-delay: 2901ms !important;
}

.d2902 {
  animation-delay: 2902ms !important;
}

.d2903 {
  animation-delay: 2903ms !important;
}

.d2904 {
  animation-delay: 2904ms !important;
}

.d2905 {
  animation-delay: 2905ms !important;
}

.d2906 {
  animation-delay: 2906ms !important;
}

.d2907 {
  animation-delay: 2907ms !important;
}

.d2908 {
  animation-delay: 2908ms !important;
}

.d2909 {
  animation-delay: 2909ms !important;
}

.d2910 {
  animation-delay: 2910ms !important;
}

.d2911 {
  animation-delay: 2911ms !important;
}

.d2912 {
  animation-delay: 2912ms !important;
}

.d2913 {
  animation-delay: 2913ms !important;
}

.d2914 {
  animation-delay: 2914ms !important;
}

.d2915 {
  animation-delay: 2915ms !important;
}

.d2916 {
  animation-delay: 2916ms !important;
}

.d2917 {
  animation-delay: 2917ms !important;
}

.d2918 {
  animation-delay: 2918ms !important;
}

.d2919 {
  animation-delay: 2919ms !important;
}

.d2920 {
  animation-delay: 2920ms !important;
}

.d2921 {
  animation-delay: 2921ms !important;
}

.d2922 {
  animation-delay: 2922ms !important;
}

.d2923 {
  animation-delay: 2923ms !important;
}

.d2924 {
  animation-delay: 2924ms !important;
}

.d2925 {
  animation-delay: 2925ms !important;
}

.d2926 {
  animation-delay: 2926ms !important;
}

.d2927 {
  animation-delay: 2927ms !important;
}

.d2928 {
  animation-delay: 2928ms !important;
}

.d2929 {
  animation-delay: 2929ms !important;
}

.d2930 {
  animation-delay: 2930ms !important;
}

.d2931 {
  animation-delay: 2931ms !important;
}

.d2932 {
  animation-delay: 2932ms !important;
}

.d2933 {
  animation-delay: 2933ms !important;
}

.d2934 {
  animation-delay: 2934ms !important;
}

.d2935 {
  animation-delay: 2935ms !important;
}

.d2936 {
  animation-delay: 2936ms !important;
}

.d2937 {
  animation-delay: 2937ms !important;
}

.d2938 {
  animation-delay: 2938ms !important;
}

.d2939 {
  animation-delay: 2939ms !important;
}

.d2940 {
  animation-delay: 2940ms !important;
}

.d2941 {
  animation-delay: 2941ms !important;
}

.d2942 {
  animation-delay: 2942ms !important;
}

.d2943 {
  animation-delay: 2943ms !important;
}

.d2944 {
  animation-delay: 2944ms !important;
}

.d2945 {
  animation-delay: 2945ms !important;
}

.d2946 {
  animation-delay: 2946ms !important;
}

.d2947 {
  animation-delay: 2947ms !important;
}

.d2948 {
  animation-delay: 2948ms !important;
}

.d2949 {
  animation-delay: 2949ms !important;
}

.d2950 {
  animation-delay: 2950ms !important;
}

.d2951 {
  animation-delay: 2951ms !important;
}

.d2952 {
  animation-delay: 2952ms !important;
}

.d2953 {
  animation-delay: 2953ms !important;
}

.d2954 {
  animation-delay: 2954ms !important;
}

.d2955 {
  animation-delay: 2955ms !important;
}

.d2956 {
  animation-delay: 2956ms !important;
}

.d2957 {
  animation-delay: 2957ms !important;
}

.d2958 {
  animation-delay: 2958ms !important;
}

.d2959 {
  animation-delay: 2959ms !important;
}

.d2960 {
  animation-delay: 2960ms !important;
}

.d2961 {
  animation-delay: 2961ms !important;
}

.d2962 {
  animation-delay: 2962ms !important;
}

.d2963 {
  animation-delay: 2963ms !important;
}

.d2964 {
  animation-delay: 2964ms !important;
}

.d2965 {
  animation-delay: 2965ms !important;
}

.d2966 {
  animation-delay: 2966ms !important;
}

.d2967 {
  animation-delay: 2967ms !important;
}

.d2968 {
  animation-delay: 2968ms !important;
}

.d2969 {
  animation-delay: 2969ms !important;
}

.d2970 {
  animation-delay: 2970ms !important;
}

.d2971 {
  animation-delay: 2971ms !important;
}

.d2972 {
  animation-delay: 2972ms !important;
}

.d2973 {
  animation-delay: 2973ms !important;
}

.d2974 {
  animation-delay: 2974ms !important;
}

.d2975 {
  animation-delay: 2975ms !important;
}

.d2976 {
  animation-delay: 2976ms !important;
}

.d2977 {
  animation-delay: 2977ms !important;
}

.d2978 {
  animation-delay: 2978ms !important;
}

.d2979 {
  animation-delay: 2979ms !important;
}

.d2980 {
  animation-delay: 2980ms !important;
}

.d2981 {
  animation-delay: 2981ms !important;
}

.d2982 {
  animation-delay: 2982ms !important;
}

.d2983 {
  animation-delay: 2983ms !important;
}

.d2984 {
  animation-delay: 2984ms !important;
}

.d2985 {
  animation-delay: 2985ms !important;
}

.d2986 {
  animation-delay: 2986ms !important;
}

.d2987 {
  animation-delay: 2987ms !important;
}

.d2988 {
  animation-delay: 2988ms !important;
}

.d2989 {
  animation-delay: 2989ms !important;
}

.d2990 {
  animation-delay: 2990ms !important;
}

.d2991 {
  animation-delay: 2991ms !important;
}

.d2992 {
  animation-delay: 2992ms !important;
}

.d2993 {
  animation-delay: 2993ms !important;
}

.d2994 {
  animation-delay: 2994ms !important;
}

.d2995 {
  animation-delay: 2995ms !important;
}

.d2996 {
  animation-delay: 2996ms !important;
}

.d2997 {
  animation-delay: 2997ms !important;
}

.d2998 {
  animation-delay: 2998ms !important;
}

.d2999 {
  animation-delay: 2999ms !important;
}

.d3000 {
  animation-delay: 3000ms !important;
}

.d3001 {
  animation-delay: 3001ms !important;
}

.d3002 {
  animation-delay: 3002ms !important;
}

.d3003 {
  animation-delay: 3003ms !important;
}

.d3004 {
  animation-delay: 3004ms !important;
}

.d3005 {
  animation-delay: 3005ms !important;
}

.d3006 {
  animation-delay: 3006ms !important;
}

.d3007 {
  animation-delay: 3007ms !important;
}

.d3008 {
  animation-delay: 3008ms !important;
}

.d3009 {
  animation-delay: 3009ms !important;
}

.d3010 {
  animation-delay: 3010ms !important;
}

.d3011 {
  animation-delay: 3011ms !important;
}

.d3012 {
  animation-delay: 3012ms !important;
}

.d3013 {
  animation-delay: 3013ms !important;
}

.d3014 {
  animation-delay: 3014ms !important;
}

.d3015 {
  animation-delay: 3015ms !important;
}

.d3016 {
  animation-delay: 3016ms !important;
}

.d3017 {
  animation-delay: 3017ms !important;
}

.d3018 {
  animation-delay: 3018ms !important;
}

.d3019 {
  animation-delay: 3019ms !important;
}

.d3020 {
  animation-delay: 3020ms !important;
}

.d3021 {
  animation-delay: 3021ms !important;
}

.d3022 {
  animation-delay: 3022ms !important;
}

.d3023 {
  animation-delay: 3023ms !important;
}

.d3024 {
  animation-delay: 3024ms !important;
}

.d3025 {
  animation-delay: 3025ms !important;
}

.d3026 {
  animation-delay: 3026ms !important;
}

.d3027 {
  animation-delay: 3027ms !important;
}

.d3028 {
  animation-delay: 3028ms !important;
}

.d3029 {
  animation-delay: 3029ms !important;
}

.d3030 {
  animation-delay: 3030ms !important;
}

.d3031 {
  animation-delay: 3031ms !important;
}

.d3032 {
  animation-delay: 3032ms !important;
}

.d3033 {
  animation-delay: 3033ms !important;
}

.d3034 {
  animation-delay: 3034ms !important;
}

.d3035 {
  animation-delay: 3035ms !important;
}

.d3036 {
  animation-delay: 3036ms !important;
}

.d3037 {
  animation-delay: 3037ms !important;
}

.d3038 {
  animation-delay: 3038ms !important;
}

.d3039 {
  animation-delay: 3039ms !important;
}

.d3040 {
  animation-delay: 3040ms !important;
}

.d3041 {
  animation-delay: 3041ms !important;
}

.d3042 {
  animation-delay: 3042ms !important;
}

.d3043 {
  animation-delay: 3043ms !important;
}

.d3044 {
  animation-delay: 3044ms !important;
}

.d3045 {
  animation-delay: 3045ms !important;
}

.d3046 {
  animation-delay: 3046ms !important;
}

.d3047 {
  animation-delay: 3047ms !important;
}

.d3048 {
  animation-delay: 3048ms !important;
}

.d3049 {
  animation-delay: 3049ms !important;
}

.d3050 {
  animation-delay: 3050ms !important;
}

.d3051 {
  animation-delay: 3051ms !important;
}

.d3052 {
  animation-delay: 3052ms !important;
}

.d3053 {
  animation-delay: 3053ms !important;
}

.d3054 {
  animation-delay: 3054ms !important;
}

.d3055 {
  animation-delay: 3055ms !important;
}

.d3056 {
  animation-delay: 3056ms !important;
}

.d3057 {
  animation-delay: 3057ms !important;
}

.d3058 {
  animation-delay: 3058ms !important;
}

.d3059 {
  animation-delay: 3059ms !important;
}

.d3060 {
  animation-delay: 3060ms !important;
}

.d3061 {
  animation-delay: 3061ms !important;
}

.d3062 {
  animation-delay: 3062ms !important;
}

.d3063 {
  animation-delay: 3063ms !important;
}

.d3064 {
  animation-delay: 3064ms !important;
}

.d3065 {
  animation-delay: 3065ms !important;
}

.d3066 {
  animation-delay: 3066ms !important;
}

.d3067 {
  animation-delay: 3067ms !important;
}

.d3068 {
  animation-delay: 3068ms !important;
}

.d3069 {
  animation-delay: 3069ms !important;
}

.d3070 {
  animation-delay: 3070ms !important;
}

.d3071 {
  animation-delay: 3071ms !important;
}

.d3072 {
  animation-delay: 3072ms !important;
}

.d3073 {
  animation-delay: 3073ms !important;
}

.d3074 {
  animation-delay: 3074ms !important;
}

.d3075 {
  animation-delay: 3075ms !important;
}

.d3076 {
  animation-delay: 3076ms !important;
}

.d3077 {
  animation-delay: 3077ms !important;
}

.d3078 {
  animation-delay: 3078ms !important;
}

.d3079 {
  animation-delay: 3079ms !important;
}

.d3080 {
  animation-delay: 3080ms !important;
}

.d3081 {
  animation-delay: 3081ms !important;
}

.d3082 {
  animation-delay: 3082ms !important;
}

.d3083 {
  animation-delay: 3083ms !important;
}

.d3084 {
  animation-delay: 3084ms !important;
}

.d3085 {
  animation-delay: 3085ms !important;
}

.d3086 {
  animation-delay: 3086ms !important;
}

.d3087 {
  animation-delay: 3087ms !important;
}

.d3088 {
  animation-delay: 3088ms !important;
}

.d3089 {
  animation-delay: 3089ms !important;
}

.d3090 {
  animation-delay: 3090ms !important;
}

.d3091 {
  animation-delay: 3091ms !important;
}

.d3092 {
  animation-delay: 3092ms !important;
}

.d3093 {
  animation-delay: 3093ms !important;
}

.d3094 {
  animation-delay: 3094ms !important;
}

.d3095 {
  animation-delay: 3095ms !important;
}

.d3096 {
  animation-delay: 3096ms !important;
}

.d3097 {
  animation-delay: 3097ms !important;
}

.d3098 {
  animation-delay: 3098ms !important;
}

.d3099 {
  animation-delay: 3099ms !important;
}

.d3100 {
  animation-delay: 3100ms !important;
}

.d3101 {
  animation-delay: 3101ms !important;
}

.d3102 {
  animation-delay: 3102ms !important;
}

.d3103 {
  animation-delay: 3103ms !important;
}

.d3104 {
  animation-delay: 3104ms !important;
}

.d3105 {
  animation-delay: 3105ms !important;
}

.d3106 {
  animation-delay: 3106ms !important;
}

.d3107 {
  animation-delay: 3107ms !important;
}

.d3108 {
  animation-delay: 3108ms !important;
}

.d3109 {
  animation-delay: 3109ms !important;
}

.d3110 {
  animation-delay: 3110ms !important;
}

.d3111 {
  animation-delay: 3111ms !important;
}

.d3112 {
  animation-delay: 3112ms !important;
}

.d3113 {
  animation-delay: 3113ms !important;
}

.d3114 {
  animation-delay: 3114ms !important;
}

.d3115 {
  animation-delay: 3115ms !important;
}

.d3116 {
  animation-delay: 3116ms !important;
}

.d3117 {
  animation-delay: 3117ms !important;
}

.d3118 {
  animation-delay: 3118ms !important;
}

.d3119 {
  animation-delay: 3119ms !important;
}

.d3120 {
  animation-delay: 3120ms !important;
}

.d3121 {
  animation-delay: 3121ms !important;
}

.d3122 {
  animation-delay: 3122ms !important;
}

.d3123 {
  animation-delay: 3123ms !important;
}

.d3124 {
  animation-delay: 3124ms !important;
}

.d3125 {
  animation-delay: 3125ms !important;
}

.d3126 {
  animation-delay: 3126ms !important;
}

.d3127 {
  animation-delay: 3127ms !important;
}

.d3128 {
  animation-delay: 3128ms !important;
}

.d3129 {
  animation-delay: 3129ms !important;
}

.d3130 {
  animation-delay: 3130ms !important;
}

.d3131 {
  animation-delay: 3131ms !important;
}

.d3132 {
  animation-delay: 3132ms !important;
}

.d3133 {
  animation-delay: 3133ms !important;
}

.d3134 {
  animation-delay: 3134ms !important;
}

.d3135 {
  animation-delay: 3135ms !important;
}

.d3136 {
  animation-delay: 3136ms !important;
}

.d3137 {
  animation-delay: 3137ms !important;
}

.d3138 {
  animation-delay: 3138ms !important;
}

.d3139 {
  animation-delay: 3139ms !important;
}

.d3140 {
  animation-delay: 3140ms !important;
}

.d3141 {
  animation-delay: 3141ms !important;
}

.d3142 {
  animation-delay: 3142ms !important;
}

.d3143 {
  animation-delay: 3143ms !important;
}

.d3144 {
  animation-delay: 3144ms !important;
}

.d3145 {
  animation-delay: 3145ms !important;
}

.d3146 {
  animation-delay: 3146ms !important;
}

.d3147 {
  animation-delay: 3147ms !important;
}

.d3148 {
  animation-delay: 3148ms !important;
}

.d3149 {
  animation-delay: 3149ms !important;
}

.d3150 {
  animation-delay: 3150ms !important;
}

.d3151 {
  animation-delay: 3151ms !important;
}

.d3152 {
  animation-delay: 3152ms !important;
}

.d3153 {
  animation-delay: 3153ms !important;
}

.d3154 {
  animation-delay: 3154ms !important;
}

.d3155 {
  animation-delay: 3155ms !important;
}

.d3156 {
  animation-delay: 3156ms !important;
}

.d3157 {
  animation-delay: 3157ms !important;
}

.d3158 {
  animation-delay: 3158ms !important;
}

.d3159 {
  animation-delay: 3159ms !important;
}

.d3160 {
  animation-delay: 3160ms !important;
}

.d3161 {
  animation-delay: 3161ms !important;
}

.d3162 {
  animation-delay: 3162ms !important;
}

.d3163 {
  animation-delay: 3163ms !important;
}

.d3164 {
  animation-delay: 3164ms !important;
}

.d3165 {
  animation-delay: 3165ms !important;
}

.d3166 {
  animation-delay: 3166ms !important;
}

.d3167 {
  animation-delay: 3167ms !important;
}

.d3168 {
  animation-delay: 3168ms !important;
}

.d3169 {
  animation-delay: 3169ms !important;
}

.d3170 {
  animation-delay: 3170ms !important;
}

.d3171 {
  animation-delay: 3171ms !important;
}

.d3172 {
  animation-delay: 3172ms !important;
}

.d3173 {
  animation-delay: 3173ms !important;
}

.d3174 {
  animation-delay: 3174ms !important;
}

.d3175 {
  animation-delay: 3175ms !important;
}

.d3176 {
  animation-delay: 3176ms !important;
}

.d3177 {
  animation-delay: 3177ms !important;
}

.d3178 {
  animation-delay: 3178ms !important;
}

.d3179 {
  animation-delay: 3179ms !important;
}

.d3180 {
  animation-delay: 3180ms !important;
}

.d3181 {
  animation-delay: 3181ms !important;
}

.d3182 {
  animation-delay: 3182ms !important;
}

.d3183 {
  animation-delay: 3183ms !important;
}

.d3184 {
  animation-delay: 3184ms !important;
}

.d3185 {
  animation-delay: 3185ms !important;
}

.d3186 {
  animation-delay: 3186ms !important;
}

.d3187 {
  animation-delay: 3187ms !important;
}

.d3188 {
  animation-delay: 3188ms !important;
}

.d3189 {
  animation-delay: 3189ms !important;
}

.d3190 {
  animation-delay: 3190ms !important;
}

.d3191 {
  animation-delay: 3191ms !important;
}

.d3192 {
  animation-delay: 3192ms !important;
}

.d3193 {
  animation-delay: 3193ms !important;
}

.d3194 {
  animation-delay: 3194ms !important;
}

.d3195 {
  animation-delay: 3195ms !important;
}

.d3196 {
  animation-delay: 3196ms !important;
}

.d3197 {
  animation-delay: 3197ms !important;
}

.d3198 {
  animation-delay: 3198ms !important;
}

.d3199 {
  animation-delay: 3199ms !important;
}

.d3200 {
  animation-delay: 3200ms !important;
}

.d3201 {
  animation-delay: 3201ms !important;
}

.d3202 {
  animation-delay: 3202ms !important;
}

.d3203 {
  animation-delay: 3203ms !important;
}

.d3204 {
  animation-delay: 3204ms !important;
}

.d3205 {
  animation-delay: 3205ms !important;
}

.d3206 {
  animation-delay: 3206ms !important;
}

.d3207 {
  animation-delay: 3207ms !important;
}

.d3208 {
  animation-delay: 3208ms !important;
}

.d3209 {
  animation-delay: 3209ms !important;
}

.d3210 {
  animation-delay: 3210ms !important;
}

.d3211 {
  animation-delay: 3211ms !important;
}

.d3212 {
  animation-delay: 3212ms !important;
}

.d3213 {
  animation-delay: 3213ms !important;
}

.d3214 {
  animation-delay: 3214ms !important;
}

.d3215 {
  animation-delay: 3215ms !important;
}

.d3216 {
  animation-delay: 3216ms !important;
}

.d3217 {
  animation-delay: 3217ms !important;
}

.d3218 {
  animation-delay: 3218ms !important;
}

.d3219 {
  animation-delay: 3219ms !important;
}

.d3220 {
  animation-delay: 3220ms !important;
}

.d3221 {
  animation-delay: 3221ms !important;
}

.d3222 {
  animation-delay: 3222ms !important;
}

.d3223 {
  animation-delay: 3223ms !important;
}

.d3224 {
  animation-delay: 3224ms !important;
}

.d3225 {
  animation-delay: 3225ms !important;
}

.d3226 {
  animation-delay: 3226ms !important;
}

.d3227 {
  animation-delay: 3227ms !important;
}

.d3228 {
  animation-delay: 3228ms !important;
}

.d3229 {
  animation-delay: 3229ms !important;
}

.d3230 {
  animation-delay: 3230ms !important;
}

.d3231 {
  animation-delay: 3231ms !important;
}

.d3232 {
  animation-delay: 3232ms !important;
}

.d3233 {
  animation-delay: 3233ms !important;
}

.d3234 {
  animation-delay: 3234ms !important;
}

.d3235 {
  animation-delay: 3235ms !important;
}

.d3236 {
  animation-delay: 3236ms !important;
}

.d3237 {
  animation-delay: 3237ms !important;
}

.d3238 {
  animation-delay: 3238ms !important;
}

.d3239 {
  animation-delay: 3239ms !important;
}

.d3240 {
  animation-delay: 3240ms !important;
}

.d3241 {
  animation-delay: 3241ms !important;
}

.d3242 {
  animation-delay: 3242ms !important;
}

.d3243 {
  animation-delay: 3243ms !important;
}

.d3244 {
  animation-delay: 3244ms !important;
}

.d3245 {
  animation-delay: 3245ms !important;
}

.d3246 {
  animation-delay: 3246ms !important;
}

.d3247 {
  animation-delay: 3247ms !important;
}

.d3248 {
  animation-delay: 3248ms !important;
}

.d3249 {
  animation-delay: 3249ms !important;
}

.d3250 {
  animation-delay: 3250ms !important;
}

.d3251 {
  animation-delay: 3251ms !important;
}

.d3252 {
  animation-delay: 3252ms !important;
}

.d3253 {
  animation-delay: 3253ms !important;
}

.d3254 {
  animation-delay: 3254ms !important;
}

.d3255 {
  animation-delay: 3255ms !important;
}

.d3256 {
  animation-delay: 3256ms !important;
}

.d3257 {
  animation-delay: 3257ms !important;
}

.d3258 {
  animation-delay: 3258ms !important;
}

.d3259 {
  animation-delay: 3259ms !important;
}

.d3260 {
  animation-delay: 3260ms !important;
}

.d3261 {
  animation-delay: 3261ms !important;
}

.d3262 {
  animation-delay: 3262ms !important;
}

.d3263 {
  animation-delay: 3263ms !important;
}

.d3264 {
  animation-delay: 3264ms !important;
}

.d3265 {
  animation-delay: 3265ms !important;
}

.d3266 {
  animation-delay: 3266ms !important;
}

.d3267 {
  animation-delay: 3267ms !important;
}

.d3268 {
  animation-delay: 3268ms !important;
}

.d3269 {
  animation-delay: 3269ms !important;
}

.d3270 {
  animation-delay: 3270ms !important;
}

.d3271 {
  animation-delay: 3271ms !important;
}

.d3272 {
  animation-delay: 3272ms !important;
}

.d3273 {
  animation-delay: 3273ms !important;
}

.d3274 {
  animation-delay: 3274ms !important;
}

.d3275 {
  animation-delay: 3275ms !important;
}

.d3276 {
  animation-delay: 3276ms !important;
}

.d3277 {
  animation-delay: 3277ms !important;
}

.d3278 {
  animation-delay: 3278ms !important;
}

.d3279 {
  animation-delay: 3279ms !important;
}

.d3280 {
  animation-delay: 3280ms !important;
}

.d3281 {
  animation-delay: 3281ms !important;
}

.d3282 {
  animation-delay: 3282ms !important;
}

.d3283 {
  animation-delay: 3283ms !important;
}

.d3284 {
  animation-delay: 3284ms !important;
}

.d3285 {
  animation-delay: 3285ms !important;
}

.d3286 {
  animation-delay: 3286ms !important;
}

.d3287 {
  animation-delay: 3287ms !important;
}

.d3288 {
  animation-delay: 3288ms !important;
}

.d3289 {
  animation-delay: 3289ms !important;
}

.d3290 {
  animation-delay: 3290ms !important;
}

.d3291 {
  animation-delay: 3291ms !important;
}

.d3292 {
  animation-delay: 3292ms !important;
}

.d3293 {
  animation-delay: 3293ms !important;
}

.d3294 {
  animation-delay: 3294ms !important;
}

.d3295 {
  animation-delay: 3295ms !important;
}

.d3296 {
  animation-delay: 3296ms !important;
}

.d3297 {
  animation-delay: 3297ms !important;
}

.d3298 {
  animation-delay: 3298ms !important;
}

.d3299 {
  animation-delay: 3299ms !important;
}

.d3300 {
  animation-delay: 3300ms !important;
}

.d3301 {
  animation-delay: 3301ms !important;
}

.d3302 {
  animation-delay: 3302ms !important;
}

.d3303 {
  animation-delay: 3303ms !important;
}

.d3304 {
  animation-delay: 3304ms !important;
}

.d3305 {
  animation-delay: 3305ms !important;
}

.d3306 {
  animation-delay: 3306ms !important;
}

.d3307 {
  animation-delay: 3307ms !important;
}

.d3308 {
  animation-delay: 3308ms !important;
}

.d3309 {
  animation-delay: 3309ms !important;
}

.d3310 {
  animation-delay: 3310ms !important;
}

.d3311 {
  animation-delay: 3311ms !important;
}

.d3312 {
  animation-delay: 3312ms !important;
}

.d3313 {
  animation-delay: 3313ms !important;
}

.d3314 {
  animation-delay: 3314ms !important;
}

.d3315 {
  animation-delay: 3315ms !important;
}

.d3316 {
  animation-delay: 3316ms !important;
}

.d3317 {
  animation-delay: 3317ms !important;
}

.d3318 {
  animation-delay: 3318ms !important;
}

.d3319 {
  animation-delay: 3319ms !important;
}

.d3320 {
  animation-delay: 3320ms !important;
}

.d3321 {
  animation-delay: 3321ms !important;
}

.d3322 {
  animation-delay: 3322ms !important;
}

.d3323 {
  animation-delay: 3323ms !important;
}

.d3324 {
  animation-delay: 3324ms !important;
}

.d3325 {
  animation-delay: 3325ms !important;
}

.d3326 {
  animation-delay: 3326ms !important;
}

.d3327 {
  animation-delay: 3327ms !important;
}

.d3328 {
  animation-delay: 3328ms !important;
}

.d3329 {
  animation-delay: 3329ms !important;
}

.d3330 {
  animation-delay: 3330ms !important;
}

.d3331 {
  animation-delay: 3331ms !important;
}

.d3332 {
  animation-delay: 3332ms !important;
}

.d3333 {
  animation-delay: 3333ms !important;
}

.d3334 {
  animation-delay: 3334ms !important;
}

.d3335 {
  animation-delay: 3335ms !important;
}

.d3336 {
  animation-delay: 3336ms !important;
}

.d3337 {
  animation-delay: 3337ms !important;
}

.d3338 {
  animation-delay: 3338ms !important;
}

.d3339 {
  animation-delay: 3339ms !important;
}

.d3340 {
  animation-delay: 3340ms !important;
}

.d3341 {
  animation-delay: 3341ms !important;
}

.d3342 {
  animation-delay: 3342ms !important;
}

.d3343 {
  animation-delay: 3343ms !important;
}

.d3344 {
  animation-delay: 3344ms !important;
}

.d3345 {
  animation-delay: 3345ms !important;
}

.d3346 {
  animation-delay: 3346ms !important;
}

.d3347 {
  animation-delay: 3347ms !important;
}

.d3348 {
  animation-delay: 3348ms !important;
}

.d3349 {
  animation-delay: 3349ms !important;
}

.d3350 {
  animation-delay: 3350ms !important;
}

.d3351 {
  animation-delay: 3351ms !important;
}

.d3352 {
  animation-delay: 3352ms !important;
}

.d3353 {
  animation-delay: 3353ms !important;
}

.d3354 {
  animation-delay: 3354ms !important;
}

.d3355 {
  animation-delay: 3355ms !important;
}

.d3356 {
  animation-delay: 3356ms !important;
}

.d3357 {
  animation-delay: 3357ms !important;
}

.d3358 {
  animation-delay: 3358ms !important;
}

.d3359 {
  animation-delay: 3359ms !important;
}

.d3360 {
  animation-delay: 3360ms !important;
}

.d3361 {
  animation-delay: 3361ms !important;
}

.d3362 {
  animation-delay: 3362ms !important;
}

.d3363 {
  animation-delay: 3363ms !important;
}

.d3364 {
  animation-delay: 3364ms !important;
}

.d3365 {
  animation-delay: 3365ms !important;
}

.d3366 {
  animation-delay: 3366ms !important;
}

.d3367 {
  animation-delay: 3367ms !important;
}

.d3368 {
  animation-delay: 3368ms !important;
}

.d3369 {
  animation-delay: 3369ms !important;
}

.d3370 {
  animation-delay: 3370ms !important;
}

.d3371 {
  animation-delay: 3371ms !important;
}

.d3372 {
  animation-delay: 3372ms !important;
}

.d3373 {
  animation-delay: 3373ms !important;
}

.d3374 {
  animation-delay: 3374ms !important;
}

.d3375 {
  animation-delay: 3375ms !important;
}

.d3376 {
  animation-delay: 3376ms !important;
}

.d3377 {
  animation-delay: 3377ms !important;
}

.d3378 {
  animation-delay: 3378ms !important;
}

.d3379 {
  animation-delay: 3379ms !important;
}

.d3380 {
  animation-delay: 3380ms !important;
}

.d3381 {
  animation-delay: 3381ms !important;
}

.d3382 {
  animation-delay: 3382ms !important;
}

.d3383 {
  animation-delay: 3383ms !important;
}

.d3384 {
  animation-delay: 3384ms !important;
}

.d3385 {
  animation-delay: 3385ms !important;
}

.d3386 {
  animation-delay: 3386ms !important;
}

.d3387 {
  animation-delay: 3387ms !important;
}

.d3388 {
  animation-delay: 3388ms !important;
}

.d3389 {
  animation-delay: 3389ms !important;
}

.d3390 {
  animation-delay: 3390ms !important;
}

.d3391 {
  animation-delay: 3391ms !important;
}

.d3392 {
  animation-delay: 3392ms !important;
}

.d3393 {
  animation-delay: 3393ms !important;
}

.d3394 {
  animation-delay: 3394ms !important;
}

.d3395 {
  animation-delay: 3395ms !important;
}

.d3396 {
  animation-delay: 3396ms !important;
}

.d3397 {
  animation-delay: 3397ms !important;
}

.d3398 {
  animation-delay: 3398ms !important;
}

.d3399 {
  animation-delay: 3399ms !important;
}

.d3400 {
  animation-delay: 3400ms !important;
}

.d3401 {
  animation-delay: 3401ms !important;
}

.d3402 {
  animation-delay: 3402ms !important;
}

.d3403 {
  animation-delay: 3403ms !important;
}

.d3404 {
  animation-delay: 3404ms !important;
}

.d3405 {
  animation-delay: 3405ms !important;
}

.d3406 {
  animation-delay: 3406ms !important;
}

.d3407 {
  animation-delay: 3407ms !important;
}

.d3408 {
  animation-delay: 3408ms !important;
}

.d3409 {
  animation-delay: 3409ms !important;
}

.d3410 {
  animation-delay: 3410ms !important;
}

.d3411 {
  animation-delay: 3411ms !important;
}

.d3412 {
  animation-delay: 3412ms !important;
}

.d3413 {
  animation-delay: 3413ms !important;
}

.d3414 {
  animation-delay: 3414ms !important;
}

.d3415 {
  animation-delay: 3415ms !important;
}

.d3416 {
  animation-delay: 3416ms !important;
}

.d3417 {
  animation-delay: 3417ms !important;
}

.d3418 {
  animation-delay: 3418ms !important;
}

.d3419 {
  animation-delay: 3419ms !important;
}

.d3420 {
  animation-delay: 3420ms !important;
}

.d3421 {
  animation-delay: 3421ms !important;
}

.d3422 {
  animation-delay: 3422ms !important;
}

.d3423 {
  animation-delay: 3423ms !important;
}

.d3424 {
  animation-delay: 3424ms !important;
}

.d3425 {
  animation-delay: 3425ms !important;
}

.d3426 {
  animation-delay: 3426ms !important;
}

.d3427 {
  animation-delay: 3427ms !important;
}

.d3428 {
  animation-delay: 3428ms !important;
}

.d3429 {
  animation-delay: 3429ms !important;
}

.d3430 {
  animation-delay: 3430ms !important;
}

.d3431 {
  animation-delay: 3431ms !important;
}

.d3432 {
  animation-delay: 3432ms !important;
}

.d3433 {
  animation-delay: 3433ms !important;
}

.d3434 {
  animation-delay: 3434ms !important;
}

.d3435 {
  animation-delay: 3435ms !important;
}

.d3436 {
  animation-delay: 3436ms !important;
}

.d3437 {
  animation-delay: 3437ms !important;
}

.d3438 {
  animation-delay: 3438ms !important;
}

.d3439 {
  animation-delay: 3439ms !important;
}

.d3440 {
  animation-delay: 3440ms !important;
}

.d3441 {
  animation-delay: 3441ms !important;
}

.d3442 {
  animation-delay: 3442ms !important;
}

.d3443 {
  animation-delay: 3443ms !important;
}

.d3444 {
  animation-delay: 3444ms !important;
}

.d3445 {
  animation-delay: 3445ms !important;
}

.d3446 {
  animation-delay: 3446ms !important;
}

.d3447 {
  animation-delay: 3447ms !important;
}

.d3448 {
  animation-delay: 3448ms !important;
}

.d3449 {
  animation-delay: 3449ms !important;
}

.d3450 {
  animation-delay: 3450ms !important;
}

.d3451 {
  animation-delay: 3451ms !important;
}

.d3452 {
  animation-delay: 3452ms !important;
}

.d3453 {
  animation-delay: 3453ms !important;
}

.d3454 {
  animation-delay: 3454ms !important;
}

.d3455 {
  animation-delay: 3455ms !important;
}

.d3456 {
  animation-delay: 3456ms !important;
}

.d3457 {
  animation-delay: 3457ms !important;
}

.d3458 {
  animation-delay: 3458ms !important;
}

.d3459 {
  animation-delay: 3459ms !important;
}

.d3460 {
  animation-delay: 3460ms !important;
}

.d3461 {
  animation-delay: 3461ms !important;
}

.d3462 {
  animation-delay: 3462ms !important;
}

.d3463 {
  animation-delay: 3463ms !important;
}

.d3464 {
  animation-delay: 3464ms !important;
}

.d3465 {
  animation-delay: 3465ms !important;
}

.d3466 {
  animation-delay: 3466ms !important;
}

.d3467 {
  animation-delay: 3467ms !important;
}

.d3468 {
  animation-delay: 3468ms !important;
}

.d3469 {
  animation-delay: 3469ms !important;
}

.d3470 {
  animation-delay: 3470ms !important;
}

.d3471 {
  animation-delay: 3471ms !important;
}

.d3472 {
  animation-delay: 3472ms !important;
}

.d3473 {
  animation-delay: 3473ms !important;
}

.d3474 {
  animation-delay: 3474ms !important;
}

.d3475 {
  animation-delay: 3475ms !important;
}

.d3476 {
  animation-delay: 3476ms !important;
}

.d3477 {
  animation-delay: 3477ms !important;
}

.d3478 {
  animation-delay: 3478ms !important;
}

.d3479 {
  animation-delay: 3479ms !important;
}

.d3480 {
  animation-delay: 3480ms !important;
}

.d3481 {
  animation-delay: 3481ms !important;
}

.d3482 {
  animation-delay: 3482ms !important;
}

.d3483 {
  animation-delay: 3483ms !important;
}

.d3484 {
  animation-delay: 3484ms !important;
}

.d3485 {
  animation-delay: 3485ms !important;
}

.d3486 {
  animation-delay: 3486ms !important;
}

.d3487 {
  animation-delay: 3487ms !important;
}

.d3488 {
  animation-delay: 3488ms !important;
}

.d3489 {
  animation-delay: 3489ms !important;
}

.d3490 {
  animation-delay: 3490ms !important;
}

.d3491 {
  animation-delay: 3491ms !important;
}

.d3492 {
  animation-delay: 3492ms !important;
}

.d3493 {
  animation-delay: 3493ms !important;
}

.d3494 {
  animation-delay: 3494ms !important;
}

.d3495 {
  animation-delay: 3495ms !important;
}

.d3496 {
  animation-delay: 3496ms !important;
}

.d3497 {
  animation-delay: 3497ms !important;
}

.d3498 {
  animation-delay: 3498ms !important;
}

.d3499 {
  animation-delay: 3499ms !important;
}

.d3500 {
  animation-delay: 3500ms !important;
}

.d3501 {
  animation-delay: 3501ms !important;
}

.d3502 {
  animation-delay: 3502ms !important;
}

.d3503 {
  animation-delay: 3503ms !important;
}

.d3504 {
  animation-delay: 3504ms !important;
}

.d3505 {
  animation-delay: 3505ms !important;
}

.d3506 {
  animation-delay: 3506ms !important;
}

.d3507 {
  animation-delay: 3507ms !important;
}

.d3508 {
  animation-delay: 3508ms !important;
}

.d3509 {
  animation-delay: 3509ms !important;
}

.d3510 {
  animation-delay: 3510ms !important;
}

.d3511 {
  animation-delay: 3511ms !important;
}

.d3512 {
  animation-delay: 3512ms !important;
}

.d3513 {
  animation-delay: 3513ms !important;
}

.d3514 {
  animation-delay: 3514ms !important;
}

.d3515 {
  animation-delay: 3515ms !important;
}

.d3516 {
  animation-delay: 3516ms !important;
}

.d3517 {
  animation-delay: 3517ms !important;
}

.d3518 {
  animation-delay: 3518ms !important;
}

.d3519 {
  animation-delay: 3519ms !important;
}

.d3520 {
  animation-delay: 3520ms !important;
}

.d3521 {
  animation-delay: 3521ms !important;
}

.d3522 {
  animation-delay: 3522ms !important;
}

.d3523 {
  animation-delay: 3523ms !important;
}

.d3524 {
  animation-delay: 3524ms !important;
}

.d3525 {
  animation-delay: 3525ms !important;
}

.d3526 {
  animation-delay: 3526ms !important;
}

.d3527 {
  animation-delay: 3527ms !important;
}

.d3528 {
  animation-delay: 3528ms !important;
}

.d3529 {
  animation-delay: 3529ms !important;
}

.d3530 {
  animation-delay: 3530ms !important;
}

.d3531 {
  animation-delay: 3531ms !important;
}

.d3532 {
  animation-delay: 3532ms !important;
}

.d3533 {
  animation-delay: 3533ms !important;
}

.d3534 {
  animation-delay: 3534ms !important;
}

.d3535 {
  animation-delay: 3535ms !important;
}

.d3536 {
  animation-delay: 3536ms !important;
}

.d3537 {
  animation-delay: 3537ms !important;
}

.d3538 {
  animation-delay: 3538ms !important;
}

.d3539 {
  animation-delay: 3539ms !important;
}

.d3540 {
  animation-delay: 3540ms !important;
}

.d3541 {
  animation-delay: 3541ms !important;
}

.d3542 {
  animation-delay: 3542ms !important;
}

.d3543 {
  animation-delay: 3543ms !important;
}

.d3544 {
  animation-delay: 3544ms !important;
}

.d3545 {
  animation-delay: 3545ms !important;
}

.d3546 {
  animation-delay: 3546ms !important;
}

.d3547 {
  animation-delay: 3547ms !important;
}

.d3548 {
  animation-delay: 3548ms !important;
}

.d3549 {
  animation-delay: 3549ms !important;
}

.d3550 {
  animation-delay: 3550ms !important;
}

.d3551 {
  animation-delay: 3551ms !important;
}

.d3552 {
  animation-delay: 3552ms !important;
}

.d3553 {
  animation-delay: 3553ms !important;
}

.d3554 {
  animation-delay: 3554ms !important;
}

.d3555 {
  animation-delay: 3555ms !important;
}

.d3556 {
  animation-delay: 3556ms !important;
}

.d3557 {
  animation-delay: 3557ms !important;
}

.d3558 {
  animation-delay: 3558ms !important;
}

.d3559 {
  animation-delay: 3559ms !important;
}

.d3560 {
  animation-delay: 3560ms !important;
}

.d3561 {
  animation-delay: 3561ms !important;
}

.d3562 {
  animation-delay: 3562ms !important;
}

.d3563 {
  animation-delay: 3563ms !important;
}

.d3564 {
  animation-delay: 3564ms !important;
}

.d3565 {
  animation-delay: 3565ms !important;
}

.d3566 {
  animation-delay: 3566ms !important;
}

.d3567 {
  animation-delay: 3567ms !important;
}

.d3568 {
  animation-delay: 3568ms !important;
}

.d3569 {
  animation-delay: 3569ms !important;
}

.d3570 {
  animation-delay: 3570ms !important;
}

.d3571 {
  animation-delay: 3571ms !important;
}

.d3572 {
  animation-delay: 3572ms !important;
}

.d3573 {
  animation-delay: 3573ms !important;
}

.d3574 {
  animation-delay: 3574ms !important;
}

.d3575 {
  animation-delay: 3575ms !important;
}

.d3576 {
  animation-delay: 3576ms !important;
}

.d3577 {
  animation-delay: 3577ms !important;
}

.d3578 {
  animation-delay: 3578ms !important;
}

.d3579 {
  animation-delay: 3579ms !important;
}

.d3580 {
  animation-delay: 3580ms !important;
}

.d3581 {
  animation-delay: 3581ms !important;
}

.d3582 {
  animation-delay: 3582ms !important;
}

.d3583 {
  animation-delay: 3583ms !important;
}

.d3584 {
  animation-delay: 3584ms !important;
}

.d3585 {
  animation-delay: 3585ms !important;
}

.d3586 {
  animation-delay: 3586ms !important;
}

.d3587 {
  animation-delay: 3587ms !important;
}

.d3588 {
  animation-delay: 3588ms !important;
}

.d3589 {
  animation-delay: 3589ms !important;
}

.d3590 {
  animation-delay: 3590ms !important;
}

.d3591 {
  animation-delay: 3591ms !important;
}

.d3592 {
  animation-delay: 3592ms !important;
}

.d3593 {
  animation-delay: 3593ms !important;
}

.d3594 {
  animation-delay: 3594ms !important;
}

.d3595 {
  animation-delay: 3595ms !important;
}

.d3596 {
  animation-delay: 3596ms !important;
}

.d3597 {
  animation-delay: 3597ms !important;
}

.d3598 {
  animation-delay: 3598ms !important;
}

.d3599 {
  animation-delay: 3599ms !important;
}

.d3600 {
  animation-delay: 3600ms !important;
}

.d3601 {
  animation-delay: 3601ms !important;
}

.d3602 {
  animation-delay: 3602ms !important;
}

.d3603 {
  animation-delay: 3603ms !important;
}

.d3604 {
  animation-delay: 3604ms !important;
}

.d3605 {
  animation-delay: 3605ms !important;
}

.d3606 {
  animation-delay: 3606ms !important;
}

.d3607 {
  animation-delay: 3607ms !important;
}

.d3608 {
  animation-delay: 3608ms !important;
}

.d3609 {
  animation-delay: 3609ms !important;
}

.d3610 {
  animation-delay: 3610ms !important;
}

.d3611 {
  animation-delay: 3611ms !important;
}

.d3612 {
  animation-delay: 3612ms !important;
}

.d3613 {
  animation-delay: 3613ms !important;
}

.d3614 {
  animation-delay: 3614ms !important;
}

.d3615 {
  animation-delay: 3615ms !important;
}

.d3616 {
  animation-delay: 3616ms !important;
}

.d3617 {
  animation-delay: 3617ms !important;
}

.d3618 {
  animation-delay: 3618ms !important;
}

.d3619 {
  animation-delay: 3619ms !important;
}

.d3620 {
  animation-delay: 3620ms !important;
}

.d3621 {
  animation-delay: 3621ms !important;
}

.d3622 {
  animation-delay: 3622ms !important;
}

.d3623 {
  animation-delay: 3623ms !important;
}

.d3624 {
  animation-delay: 3624ms !important;
}

.d3625 {
  animation-delay: 3625ms !important;
}

.d3626 {
  animation-delay: 3626ms !important;
}

.d3627 {
  animation-delay: 3627ms !important;
}

.d3628 {
  animation-delay: 3628ms !important;
}

.d3629 {
  animation-delay: 3629ms !important;
}

.d3630 {
  animation-delay: 3630ms !important;
}

.d3631 {
  animation-delay: 3631ms !important;
}

.d3632 {
  animation-delay: 3632ms !important;
}

.d3633 {
  animation-delay: 3633ms !important;
}

.d3634 {
  animation-delay: 3634ms !important;
}

.d3635 {
  animation-delay: 3635ms !important;
}

.d3636 {
  animation-delay: 3636ms !important;
}

.d3637 {
  animation-delay: 3637ms !important;
}

.d3638 {
  animation-delay: 3638ms !important;
}

.d3639 {
  animation-delay: 3639ms !important;
}

.d3640 {
  animation-delay: 3640ms !important;
}

.d3641 {
  animation-delay: 3641ms !important;
}

.d3642 {
  animation-delay: 3642ms !important;
}

.d3643 {
  animation-delay: 3643ms !important;
}

.d3644 {
  animation-delay: 3644ms !important;
}

.d3645 {
  animation-delay: 3645ms !important;
}

.d3646 {
  animation-delay: 3646ms !important;
}

.d3647 {
  animation-delay: 3647ms !important;
}

.d3648 {
  animation-delay: 3648ms !important;
}

.d3649 {
  animation-delay: 3649ms !important;
}

.d3650 {
  animation-delay: 3650ms !important;
}

.d3651 {
  animation-delay: 3651ms !important;
}

.d3652 {
  animation-delay: 3652ms !important;
}

.d3653 {
  animation-delay: 3653ms !important;
}

.d3654 {
  animation-delay: 3654ms !important;
}

.d3655 {
  animation-delay: 3655ms !important;
}

.d3656 {
  animation-delay: 3656ms !important;
}

.d3657 {
  animation-delay: 3657ms !important;
}

.d3658 {
  animation-delay: 3658ms !important;
}

.d3659 {
  animation-delay: 3659ms !important;
}

.d3660 {
  animation-delay: 3660ms !important;
}

.d3661 {
  animation-delay: 3661ms !important;
}

.d3662 {
  animation-delay: 3662ms !important;
}

.d3663 {
  animation-delay: 3663ms !important;
}

.d3664 {
  animation-delay: 3664ms !important;
}

.d3665 {
  animation-delay: 3665ms !important;
}

.d3666 {
  animation-delay: 3666ms !important;
}

.d3667 {
  animation-delay: 3667ms !important;
}

.d3668 {
  animation-delay: 3668ms !important;
}

.d3669 {
  animation-delay: 3669ms !important;
}

.d3670 {
  animation-delay: 3670ms !important;
}

.d3671 {
  animation-delay: 3671ms !important;
}

.d3672 {
  animation-delay: 3672ms !important;
}

.d3673 {
  animation-delay: 3673ms !important;
}

.d3674 {
  animation-delay: 3674ms !important;
}

.d3675 {
  animation-delay: 3675ms !important;
}

.d3676 {
  animation-delay: 3676ms !important;
}

.d3677 {
  animation-delay: 3677ms !important;
}

.d3678 {
  animation-delay: 3678ms !important;
}

.d3679 {
  animation-delay: 3679ms !important;
}

.d3680 {
  animation-delay: 3680ms !important;
}

.d3681 {
  animation-delay: 3681ms !important;
}

.d3682 {
  animation-delay: 3682ms !important;
}

.d3683 {
  animation-delay: 3683ms !important;
}

.d3684 {
  animation-delay: 3684ms !important;
}

.d3685 {
  animation-delay: 3685ms !important;
}

.d3686 {
  animation-delay: 3686ms !important;
}

.d3687 {
  animation-delay: 3687ms !important;
}

.d3688 {
  animation-delay: 3688ms !important;
}

.d3689 {
  animation-delay: 3689ms !important;
}

.d3690 {
  animation-delay: 3690ms !important;
}

.d3691 {
  animation-delay: 3691ms !important;
}

.d3692 {
  animation-delay: 3692ms !important;
}

.d3693 {
  animation-delay: 3693ms !important;
}

.d3694 {
  animation-delay: 3694ms !important;
}

.d3695 {
  animation-delay: 3695ms !important;
}

.d3696 {
  animation-delay: 3696ms !important;
}

.d3697 {
  animation-delay: 3697ms !important;
}

.d3698 {
  animation-delay: 3698ms !important;
}

.d3699 {
  animation-delay: 3699ms !important;
}

.d3700 {
  animation-delay: 3700ms !important;
}

.d3701 {
  animation-delay: 3701ms !important;
}

.d3702 {
  animation-delay: 3702ms !important;
}

.d3703 {
  animation-delay: 3703ms !important;
}

.d3704 {
  animation-delay: 3704ms !important;
}

.d3705 {
  animation-delay: 3705ms !important;
}

.d3706 {
  animation-delay: 3706ms !important;
}

.d3707 {
  animation-delay: 3707ms !important;
}

.d3708 {
  animation-delay: 3708ms !important;
}

.d3709 {
  animation-delay: 3709ms !important;
}

.d3710 {
  animation-delay: 3710ms !important;
}

.d3711 {
  animation-delay: 3711ms !important;
}

.d3712 {
  animation-delay: 3712ms !important;
}

.d3713 {
  animation-delay: 3713ms !important;
}

.d3714 {
  animation-delay: 3714ms !important;
}

.d3715 {
  animation-delay: 3715ms !important;
}

.d3716 {
  animation-delay: 3716ms !important;
}

.d3717 {
  animation-delay: 3717ms !important;
}

.d3718 {
  animation-delay: 3718ms !important;
}

.d3719 {
  animation-delay: 3719ms !important;
}

.d3720 {
  animation-delay: 3720ms !important;
}

.d3721 {
  animation-delay: 3721ms !important;
}

.d3722 {
  animation-delay: 3722ms !important;
}

.d3723 {
  animation-delay: 3723ms !important;
}

.d3724 {
  animation-delay: 3724ms !important;
}

.d3725 {
  animation-delay: 3725ms !important;
}

.d3726 {
  animation-delay: 3726ms !important;
}

.d3727 {
  animation-delay: 3727ms !important;
}

.d3728 {
  animation-delay: 3728ms !important;
}

.d3729 {
  animation-delay: 3729ms !important;
}

.d3730 {
  animation-delay: 3730ms !important;
}

.d3731 {
  animation-delay: 3731ms !important;
}

.d3732 {
  animation-delay: 3732ms !important;
}

.d3733 {
  animation-delay: 3733ms !important;
}

.d3734 {
  animation-delay: 3734ms !important;
}

.d3735 {
  animation-delay: 3735ms !important;
}

.d3736 {
  animation-delay: 3736ms !important;
}

.d3737 {
  animation-delay: 3737ms !important;
}

.d3738 {
  animation-delay: 3738ms !important;
}

.d3739 {
  animation-delay: 3739ms !important;
}

.d3740 {
  animation-delay: 3740ms !important;
}

.d3741 {
  animation-delay: 3741ms !important;
}

.d3742 {
  animation-delay: 3742ms !important;
}

.d3743 {
  animation-delay: 3743ms !important;
}

.d3744 {
  animation-delay: 3744ms !important;
}

.d3745 {
  animation-delay: 3745ms !important;
}

.d3746 {
  animation-delay: 3746ms !important;
}

.d3747 {
  animation-delay: 3747ms !important;
}

.d3748 {
  animation-delay: 3748ms !important;
}

.d3749 {
  animation-delay: 3749ms !important;
}

.d3750 {
  animation-delay: 3750ms !important;
}

.d3751 {
  animation-delay: 3751ms !important;
}

.d3752 {
  animation-delay: 3752ms !important;
}

.d3753 {
  animation-delay: 3753ms !important;
}

.d3754 {
  animation-delay: 3754ms !important;
}

.d3755 {
  animation-delay: 3755ms !important;
}

.d3756 {
  animation-delay: 3756ms !important;
}

.d3757 {
  animation-delay: 3757ms !important;
}

.d3758 {
  animation-delay: 3758ms !important;
}

.d3759 {
  animation-delay: 3759ms !important;
}

.d3760 {
  animation-delay: 3760ms !important;
}

.d3761 {
  animation-delay: 3761ms !important;
}

.d3762 {
  animation-delay: 3762ms !important;
}

.d3763 {
  animation-delay: 3763ms !important;
}

.d3764 {
  animation-delay: 3764ms !important;
}

.d3765 {
  animation-delay: 3765ms !important;
}

.d3766 {
  animation-delay: 3766ms !important;
}

.d3767 {
  animation-delay: 3767ms !important;
}

.d3768 {
  animation-delay: 3768ms !important;
}

.d3769 {
  animation-delay: 3769ms !important;
}

.d3770 {
  animation-delay: 3770ms !important;
}

.d3771 {
  animation-delay: 3771ms !important;
}

.d3772 {
  animation-delay: 3772ms !important;
}

.d3773 {
  animation-delay: 3773ms !important;
}

.d3774 {
  animation-delay: 3774ms !important;
}

.d3775 {
  animation-delay: 3775ms !important;
}

.d3776 {
  animation-delay: 3776ms !important;
}

.d3777 {
  animation-delay: 3777ms !important;
}

.d3778 {
  animation-delay: 3778ms !important;
}

.d3779 {
  animation-delay: 3779ms !important;
}

.d3780 {
  animation-delay: 3780ms !important;
}

.d3781 {
  animation-delay: 3781ms !important;
}

.d3782 {
  animation-delay: 3782ms !important;
}

.d3783 {
  animation-delay: 3783ms !important;
}

.d3784 {
  animation-delay: 3784ms !important;
}

.d3785 {
  animation-delay: 3785ms !important;
}

.d3786 {
  animation-delay: 3786ms !important;
}

.d3787 {
  animation-delay: 3787ms !important;
}

.d3788 {
  animation-delay: 3788ms !important;
}

.d3789 {
  animation-delay: 3789ms !important;
}

.d3790 {
  animation-delay: 3790ms !important;
}

.d3791 {
  animation-delay: 3791ms !important;
}

.d3792 {
  animation-delay: 3792ms !important;
}

.d3793 {
  animation-delay: 3793ms !important;
}

.d3794 {
  animation-delay: 3794ms !important;
}

.d3795 {
  animation-delay: 3795ms !important;
}

.d3796 {
  animation-delay: 3796ms !important;
}

.d3797 {
  animation-delay: 3797ms !important;
}

.d3798 {
  animation-delay: 3798ms !important;
}

.d3799 {
  animation-delay: 3799ms !important;
}

.d3800 {
  animation-delay: 3800ms !important;
}

.d3801 {
  animation-delay: 3801ms !important;
}

.d3802 {
  animation-delay: 3802ms !important;
}

.d3803 {
  animation-delay: 3803ms !important;
}

.d3804 {
  animation-delay: 3804ms !important;
}

.d3805 {
  animation-delay: 3805ms !important;
}

.d3806 {
  animation-delay: 3806ms !important;
}

.d3807 {
  animation-delay: 3807ms !important;
}

.d3808 {
  animation-delay: 3808ms !important;
}

.d3809 {
  animation-delay: 3809ms !important;
}

.d3810 {
  animation-delay: 3810ms !important;
}

.d3811 {
  animation-delay: 3811ms !important;
}

.d3812 {
  animation-delay: 3812ms !important;
}

.d3813 {
  animation-delay: 3813ms !important;
}

.d3814 {
  animation-delay: 3814ms !important;
}

.d3815 {
  animation-delay: 3815ms !important;
}

.d3816 {
  animation-delay: 3816ms !important;
}

.d3817 {
  animation-delay: 3817ms !important;
}

.d3818 {
  animation-delay: 3818ms !important;
}

.d3819 {
  animation-delay: 3819ms !important;
}

.d3820 {
  animation-delay: 3820ms !important;
}

.d3821 {
  animation-delay: 3821ms !important;
}

.d3822 {
  animation-delay: 3822ms !important;
}

.d3823 {
  animation-delay: 3823ms !important;
}

.d3824 {
  animation-delay: 3824ms !important;
}

.d3825 {
  animation-delay: 3825ms !important;
}

.d3826 {
  animation-delay: 3826ms !important;
}

.d3827 {
  animation-delay: 3827ms !important;
}

.d3828 {
  animation-delay: 3828ms !important;
}

.d3829 {
  animation-delay: 3829ms !important;
}

.d3830 {
  animation-delay: 3830ms !important;
}

.d3831 {
  animation-delay: 3831ms !important;
}

.d3832 {
  animation-delay: 3832ms !important;
}

.d3833 {
  animation-delay: 3833ms !important;
}

.d3834 {
  animation-delay: 3834ms !important;
}

.d3835 {
  animation-delay: 3835ms !important;
}

.d3836 {
  animation-delay: 3836ms !important;
}

.d3837 {
  animation-delay: 3837ms !important;
}

.d3838 {
  animation-delay: 3838ms !important;
}

.d3839 {
  animation-delay: 3839ms !important;
}

.d3840 {
  animation-delay: 3840ms !important;
}

.d3841 {
  animation-delay: 3841ms !important;
}

.d3842 {
  animation-delay: 3842ms !important;
}

.d3843 {
  animation-delay: 3843ms !important;
}

.d3844 {
  animation-delay: 3844ms !important;
}

.d3845 {
  animation-delay: 3845ms !important;
}

.d3846 {
  animation-delay: 3846ms !important;
}

.d3847 {
  animation-delay: 3847ms !important;
}

.d3848 {
  animation-delay: 3848ms !important;
}

.d3849 {
  animation-delay: 3849ms !important;
}

.d3850 {
  animation-delay: 3850ms !important;
}

.d3851 {
  animation-delay: 3851ms !important;
}

.d3852 {
  animation-delay: 3852ms !important;
}

.d3853 {
  animation-delay: 3853ms !important;
}

.d3854 {
  animation-delay: 3854ms !important;
}

.d3855 {
  animation-delay: 3855ms !important;
}

.d3856 {
  animation-delay: 3856ms !important;
}

.d3857 {
  animation-delay: 3857ms !important;
}

.d3858 {
  animation-delay: 3858ms !important;
}

.d3859 {
  animation-delay: 3859ms !important;
}

.d3860 {
  animation-delay: 3860ms !important;
}

.d3861 {
  animation-delay: 3861ms !important;
}

.d3862 {
  animation-delay: 3862ms !important;
}

.d3863 {
  animation-delay: 3863ms !important;
}

.d3864 {
  animation-delay: 3864ms !important;
}

.d3865 {
  animation-delay: 3865ms !important;
}

.d3866 {
  animation-delay: 3866ms !important;
}

.d3867 {
  animation-delay: 3867ms !important;
}

.d3868 {
  animation-delay: 3868ms !important;
}

.d3869 {
  animation-delay: 3869ms !important;
}

.d3870 {
  animation-delay: 3870ms !important;
}

.d3871 {
  animation-delay: 3871ms !important;
}

.d3872 {
  animation-delay: 3872ms !important;
}

.d3873 {
  animation-delay: 3873ms !important;
}

.d3874 {
  animation-delay: 3874ms !important;
}

.d3875 {
  animation-delay: 3875ms !important;
}

.d3876 {
  animation-delay: 3876ms !important;
}

.d3877 {
  animation-delay: 3877ms !important;
}

.d3878 {
  animation-delay: 3878ms !important;
}

.d3879 {
  animation-delay: 3879ms !important;
}

.d3880 {
  animation-delay: 3880ms !important;
}

.d3881 {
  animation-delay: 3881ms !important;
}

.d3882 {
  animation-delay: 3882ms !important;
}

.d3883 {
  animation-delay: 3883ms !important;
}

.d3884 {
  animation-delay: 3884ms !important;
}

.d3885 {
  animation-delay: 3885ms !important;
}

.d3886 {
  animation-delay: 3886ms !important;
}

.d3887 {
  animation-delay: 3887ms !important;
}

.d3888 {
  animation-delay: 3888ms !important;
}

.d3889 {
  animation-delay: 3889ms !important;
}

.d3890 {
  animation-delay: 3890ms !important;
}

.d3891 {
  animation-delay: 3891ms !important;
}

.d3892 {
  animation-delay: 3892ms !important;
}

.d3893 {
  animation-delay: 3893ms !important;
}

.d3894 {
  animation-delay: 3894ms !important;
}

.d3895 {
  animation-delay: 3895ms !important;
}

.d3896 {
  animation-delay: 3896ms !important;
}

.d3897 {
  animation-delay: 3897ms !important;
}

.d3898 {
  animation-delay: 3898ms !important;
}

.d3899 {
  animation-delay: 3899ms !important;
}

.d3900 {
  animation-delay: 3900ms !important;
}

.d3901 {
  animation-delay: 3901ms !important;
}

.d3902 {
  animation-delay: 3902ms !important;
}

.d3903 {
  animation-delay: 3903ms !important;
}

.d3904 {
  animation-delay: 3904ms !important;
}

.d3905 {
  animation-delay: 3905ms !important;
}

.d3906 {
  animation-delay: 3906ms !important;
}

.d3907 {
  animation-delay: 3907ms !important;
}

.d3908 {
  animation-delay: 3908ms !important;
}

.d3909 {
  animation-delay: 3909ms !important;
}

.d3910 {
  animation-delay: 3910ms !important;
}

.d3911 {
  animation-delay: 3911ms !important;
}

.d3912 {
  animation-delay: 3912ms !important;
}

.d3913 {
  animation-delay: 3913ms !important;
}

.d3914 {
  animation-delay: 3914ms !important;
}

.d3915 {
  animation-delay: 3915ms !important;
}

.d3916 {
  animation-delay: 3916ms !important;
}

.d3917 {
  animation-delay: 3917ms !important;
}

.d3918 {
  animation-delay: 3918ms !important;
}

.d3919 {
  animation-delay: 3919ms !important;
}

.d3920 {
  animation-delay: 3920ms !important;
}

.d3921 {
  animation-delay: 3921ms !important;
}

.d3922 {
  animation-delay: 3922ms !important;
}

.d3923 {
  animation-delay: 3923ms !important;
}

.d3924 {
  animation-delay: 3924ms !important;
}

.d3925 {
  animation-delay: 3925ms !important;
}

.d3926 {
  animation-delay: 3926ms !important;
}

.d3927 {
  animation-delay: 3927ms !important;
}

.d3928 {
  animation-delay: 3928ms !important;
}

.d3929 {
  animation-delay: 3929ms !important;
}

.d3930 {
  animation-delay: 3930ms !important;
}

.d3931 {
  animation-delay: 3931ms !important;
}

.d3932 {
  animation-delay: 3932ms !important;
}

.d3933 {
  animation-delay: 3933ms !important;
}

.d3934 {
  animation-delay: 3934ms !important;
}

.d3935 {
  animation-delay: 3935ms !important;
}

.d3936 {
  animation-delay: 3936ms !important;
}

.d3937 {
  animation-delay: 3937ms !important;
}

.d3938 {
  animation-delay: 3938ms !important;
}

.d3939 {
  animation-delay: 3939ms !important;
}

.d3940 {
  animation-delay: 3940ms !important;
}

.d3941 {
  animation-delay: 3941ms !important;
}

.d3942 {
  animation-delay: 3942ms !important;
}

.d3943 {
  animation-delay: 3943ms !important;
}

.d3944 {
  animation-delay: 3944ms !important;
}

.d3945 {
  animation-delay: 3945ms !important;
}

.d3946 {
  animation-delay: 3946ms !important;
}

.d3947 {
  animation-delay: 3947ms !important;
}

.d3948 {
  animation-delay: 3948ms !important;
}

.d3949 {
  animation-delay: 3949ms !important;
}

.d3950 {
  animation-delay: 3950ms !important;
}

.d3951 {
  animation-delay: 3951ms !important;
}

.d3952 {
  animation-delay: 3952ms !important;
}

.d3953 {
  animation-delay: 3953ms !important;
}

.d3954 {
  animation-delay: 3954ms !important;
}

.d3955 {
  animation-delay: 3955ms !important;
}

.d3956 {
  animation-delay: 3956ms !important;
}

.d3957 {
  animation-delay: 3957ms !important;
}

.d3958 {
  animation-delay: 3958ms !important;
}

.d3959 {
  animation-delay: 3959ms !important;
}

.d3960 {
  animation-delay: 3960ms !important;
}

.d3961 {
  animation-delay: 3961ms !important;
}

.d3962 {
  animation-delay: 3962ms !important;
}

.d3963 {
  animation-delay: 3963ms !important;
}

.d3964 {
  animation-delay: 3964ms !important;
}

.d3965 {
  animation-delay: 3965ms !important;
}

.d3966 {
  animation-delay: 3966ms !important;
}

.d3967 {
  animation-delay: 3967ms !important;
}

.d3968 {
  animation-delay: 3968ms !important;
}

.d3969 {
  animation-delay: 3969ms !important;
}

.d3970 {
  animation-delay: 3970ms !important;
}

.d3971 {
  animation-delay: 3971ms !important;
}

.d3972 {
  animation-delay: 3972ms !important;
}

.d3973 {
  animation-delay: 3973ms !important;
}

.d3974 {
  animation-delay: 3974ms !important;
}

.d3975 {
  animation-delay: 3975ms !important;
}

.d3976 {
  animation-delay: 3976ms !important;
}

.d3977 {
  animation-delay: 3977ms !important;
}

.d3978 {
  animation-delay: 3978ms !important;
}

.d3979 {
  animation-delay: 3979ms !important;
}

.d3980 {
  animation-delay: 3980ms !important;
}

.d3981 {
  animation-delay: 3981ms !important;
}

.d3982 {
  animation-delay: 3982ms !important;
}

.d3983 {
  animation-delay: 3983ms !important;
}

.d3984 {
  animation-delay: 3984ms !important;
}

.d3985 {
  animation-delay: 3985ms !important;
}

.d3986 {
  animation-delay: 3986ms !important;
}

.d3987 {
  animation-delay: 3987ms !important;
}

.d3988 {
  animation-delay: 3988ms !important;
}

.d3989 {
  animation-delay: 3989ms !important;
}

.d3990 {
  animation-delay: 3990ms !important;
}

.d3991 {
  animation-delay: 3991ms !important;
}

.d3992 {
  animation-delay: 3992ms !important;
}

.d3993 {
  animation-delay: 3993ms !important;
}

.d3994 {
  animation-delay: 3994ms !important;
}

.d3995 {
  animation-delay: 3995ms !important;
}

.d3996 {
  animation-delay: 3996ms !important;
}

.d3997 {
  animation-delay: 3997ms !important;
}

.d3998 {
  animation-delay: 3998ms !important;
}

.d3999 {
  animation-delay: 3999ms !important;
}

.d4000 {
  animation-delay: 4000ms !important;
}

.d4001 {
  animation-delay: 4001ms !important;
}

.d4002 {
  animation-delay: 4002ms !important;
}

.d4003 {
  animation-delay: 4003ms !important;
}

.d4004 {
  animation-delay: 4004ms !important;
}

.d4005 {
  animation-delay: 4005ms !important;
}

.d4006 {
  animation-delay: 4006ms !important;
}

.d4007 {
  animation-delay: 4007ms !important;
}

.d4008 {
  animation-delay: 4008ms !important;
}

.d4009 {
  animation-delay: 4009ms !important;
}

.d4010 {
  animation-delay: 4010ms !important;
}

.d4011 {
  animation-delay: 4011ms !important;
}

.d4012 {
  animation-delay: 4012ms !important;
}

.d4013 {
  animation-delay: 4013ms !important;
}

.d4014 {
  animation-delay: 4014ms !important;
}

.d4015 {
  animation-delay: 4015ms !important;
}

.d4016 {
  animation-delay: 4016ms !important;
}

.d4017 {
  animation-delay: 4017ms !important;
}

.d4018 {
  animation-delay: 4018ms !important;
}

.d4019 {
  animation-delay: 4019ms !important;
}

.d4020 {
  animation-delay: 4020ms !important;
}

.d4021 {
  animation-delay: 4021ms !important;
}

.d4022 {
  animation-delay: 4022ms !important;
}

.d4023 {
  animation-delay: 4023ms !important;
}

.d4024 {
  animation-delay: 4024ms !important;
}

.d4025 {
  animation-delay: 4025ms !important;
}

.d4026 {
  animation-delay: 4026ms !important;
}

.d4027 {
  animation-delay: 4027ms !important;
}

.d4028 {
  animation-delay: 4028ms !important;
}

.d4029 {
  animation-delay: 4029ms !important;
}

.d4030 {
  animation-delay: 4030ms !important;
}

.d4031 {
  animation-delay: 4031ms !important;
}

.d4032 {
  animation-delay: 4032ms !important;
}

.d4033 {
  animation-delay: 4033ms !important;
}

.d4034 {
  animation-delay: 4034ms !important;
}

.d4035 {
  animation-delay: 4035ms !important;
}

.d4036 {
  animation-delay: 4036ms !important;
}

.d4037 {
  animation-delay: 4037ms !important;
}

.d4038 {
  animation-delay: 4038ms !important;
}

.d4039 {
  animation-delay: 4039ms !important;
}

.d4040 {
  animation-delay: 4040ms !important;
}

.d4041 {
  animation-delay: 4041ms !important;
}

.d4042 {
  animation-delay: 4042ms !important;
}

.d4043 {
  animation-delay: 4043ms !important;
}

.d4044 {
  animation-delay: 4044ms !important;
}

.d4045 {
  animation-delay: 4045ms !important;
}

.d4046 {
  animation-delay: 4046ms !important;
}

.d4047 {
  animation-delay: 4047ms !important;
}

.d4048 {
  animation-delay: 4048ms !important;
}

.d4049 {
  animation-delay: 4049ms !important;
}

.d4050 {
  animation-delay: 4050ms !important;
}

.d4051 {
  animation-delay: 4051ms !important;
}

.d4052 {
  animation-delay: 4052ms !important;
}

.d4053 {
  animation-delay: 4053ms !important;
}

.d4054 {
  animation-delay: 4054ms !important;
}

.d4055 {
  animation-delay: 4055ms !important;
}

.d4056 {
  animation-delay: 4056ms !important;
}

.d4057 {
  animation-delay: 4057ms !important;
}

.d4058 {
  animation-delay: 4058ms !important;
}

.d4059 {
  animation-delay: 4059ms !important;
}

.d4060 {
  animation-delay: 4060ms !important;
}

.d4061 {
  animation-delay: 4061ms !important;
}

.d4062 {
  animation-delay: 4062ms !important;
}

.d4063 {
  animation-delay: 4063ms !important;
}

.d4064 {
  animation-delay: 4064ms !important;
}

.d4065 {
  animation-delay: 4065ms !important;
}

.d4066 {
  animation-delay: 4066ms !important;
}

.d4067 {
  animation-delay: 4067ms !important;
}

.d4068 {
  animation-delay: 4068ms !important;
}

.d4069 {
  animation-delay: 4069ms !important;
}

.d4070 {
  animation-delay: 4070ms !important;
}

.d4071 {
  animation-delay: 4071ms !important;
}

.d4072 {
  animation-delay: 4072ms !important;
}

.d4073 {
  animation-delay: 4073ms !important;
}

.d4074 {
  animation-delay: 4074ms !important;
}

.d4075 {
  animation-delay: 4075ms !important;
}

.d4076 {
  animation-delay: 4076ms !important;
}

.d4077 {
  animation-delay: 4077ms !important;
}

.d4078 {
  animation-delay: 4078ms !important;
}

.d4079 {
  animation-delay: 4079ms !important;
}

.d4080 {
  animation-delay: 4080ms !important;
}

.d4081 {
  animation-delay: 4081ms !important;
}

.d4082 {
  animation-delay: 4082ms !important;
}

.d4083 {
  animation-delay: 4083ms !important;
}

.d4084 {
  animation-delay: 4084ms !important;
}

.d4085 {
  animation-delay: 4085ms !important;
}

.d4086 {
  animation-delay: 4086ms !important;
}

.d4087 {
  animation-delay: 4087ms !important;
}

.d4088 {
  animation-delay: 4088ms !important;
}

.d4089 {
  animation-delay: 4089ms !important;
}

.d4090 {
  animation-delay: 4090ms !important;
}

.d4091 {
  animation-delay: 4091ms !important;
}

.d4092 {
  animation-delay: 4092ms !important;
}

.d4093 {
  animation-delay: 4093ms !important;
}

.d4094 {
  animation-delay: 4094ms !important;
}

.d4095 {
  animation-delay: 4095ms !important;
}

.d4096 {
  animation-delay: 4096ms !important;
}

.d4097 {
  animation-delay: 4097ms !important;
}

.d4098 {
  animation-delay: 4098ms !important;
}

.d4099 {
  animation-delay: 4099ms !important;
}

.d4100 {
  animation-delay: 4100ms !important;
}

.d4101 {
  animation-delay: 4101ms !important;
}

.d4102 {
  animation-delay: 4102ms !important;
}

.d4103 {
  animation-delay: 4103ms !important;
}

.d4104 {
  animation-delay: 4104ms !important;
}

.d4105 {
  animation-delay: 4105ms !important;
}

.d4106 {
  animation-delay: 4106ms !important;
}

.d4107 {
  animation-delay: 4107ms !important;
}

.d4108 {
  animation-delay: 4108ms !important;
}

.d4109 {
  animation-delay: 4109ms !important;
}

.d4110 {
  animation-delay: 4110ms !important;
}

.d4111 {
  animation-delay: 4111ms !important;
}

.d4112 {
  animation-delay: 4112ms !important;
}

.d4113 {
  animation-delay: 4113ms !important;
}

.d4114 {
  animation-delay: 4114ms !important;
}

.d4115 {
  animation-delay: 4115ms !important;
}

.d4116 {
  animation-delay: 4116ms !important;
}

.d4117 {
  animation-delay: 4117ms !important;
}

.d4118 {
  animation-delay: 4118ms !important;
}

.d4119 {
  animation-delay: 4119ms !important;
}

.d4120 {
  animation-delay: 4120ms !important;
}

.d4121 {
  animation-delay: 4121ms !important;
}

.d4122 {
  animation-delay: 4122ms !important;
}

.d4123 {
  animation-delay: 4123ms !important;
}

.d4124 {
  animation-delay: 4124ms !important;
}

.d4125 {
  animation-delay: 4125ms !important;
}

.d4126 {
  animation-delay: 4126ms !important;
}

.d4127 {
  animation-delay: 4127ms !important;
}

.d4128 {
  animation-delay: 4128ms !important;
}

.d4129 {
  animation-delay: 4129ms !important;
}

.d4130 {
  animation-delay: 4130ms !important;
}

.d4131 {
  animation-delay: 4131ms !important;
}

.d4132 {
  animation-delay: 4132ms !important;
}

.d4133 {
  animation-delay: 4133ms !important;
}

.d4134 {
  animation-delay: 4134ms !important;
}

.d4135 {
  animation-delay: 4135ms !important;
}

.d4136 {
  animation-delay: 4136ms !important;
}

.d4137 {
  animation-delay: 4137ms !important;
}

.d4138 {
  animation-delay: 4138ms !important;
}

.d4139 {
  animation-delay: 4139ms !important;
}

.d4140 {
  animation-delay: 4140ms !important;
}

.d4141 {
  animation-delay: 4141ms !important;
}

.d4142 {
  animation-delay: 4142ms !important;
}

.d4143 {
  animation-delay: 4143ms !important;
}

.d4144 {
  animation-delay: 4144ms !important;
}

.d4145 {
  animation-delay: 4145ms !important;
}

.d4146 {
  animation-delay: 4146ms !important;
}

.d4147 {
  animation-delay: 4147ms !important;
}

.d4148 {
  animation-delay: 4148ms !important;
}

.d4149 {
  animation-delay: 4149ms !important;
}

.d4150 {
  animation-delay: 4150ms !important;
}

.d4151 {
  animation-delay: 4151ms !important;
}

.d4152 {
  animation-delay: 4152ms !important;
}

.d4153 {
  animation-delay: 4153ms !important;
}

.d4154 {
  animation-delay: 4154ms !important;
}

.d4155 {
  animation-delay: 4155ms !important;
}

.d4156 {
  animation-delay: 4156ms !important;
}

.d4157 {
  animation-delay: 4157ms !important;
}

.d4158 {
  animation-delay: 4158ms !important;
}

.d4159 {
  animation-delay: 4159ms !important;
}

.d4160 {
  animation-delay: 4160ms !important;
}

.d4161 {
  animation-delay: 4161ms !important;
}

.d4162 {
  animation-delay: 4162ms !important;
}

.d4163 {
  animation-delay: 4163ms !important;
}

.d4164 {
  animation-delay: 4164ms !important;
}

.d4165 {
  animation-delay: 4165ms !important;
}

.d4166 {
  animation-delay: 4166ms !important;
}

.d4167 {
  animation-delay: 4167ms !important;
}

.d4168 {
  animation-delay: 4168ms !important;
}

.d4169 {
  animation-delay: 4169ms !important;
}

.d4170 {
  animation-delay: 4170ms !important;
}

.d4171 {
  animation-delay: 4171ms !important;
}

.d4172 {
  animation-delay: 4172ms !important;
}

.d4173 {
  animation-delay: 4173ms !important;
}

.d4174 {
  animation-delay: 4174ms !important;
}

.d4175 {
  animation-delay: 4175ms !important;
}

.d4176 {
  animation-delay: 4176ms !important;
}

.d4177 {
  animation-delay: 4177ms !important;
}

.d4178 {
  animation-delay: 4178ms !important;
}

.d4179 {
  animation-delay: 4179ms !important;
}

.d4180 {
  animation-delay: 4180ms !important;
}

.d4181 {
  animation-delay: 4181ms !important;
}

.d4182 {
  animation-delay: 4182ms !important;
}

.d4183 {
  animation-delay: 4183ms !important;
}

.d4184 {
  animation-delay: 4184ms !important;
}

.d4185 {
  animation-delay: 4185ms !important;
}

.d4186 {
  animation-delay: 4186ms !important;
}

.d4187 {
  animation-delay: 4187ms !important;
}

.d4188 {
  animation-delay: 4188ms !important;
}

.d4189 {
  animation-delay: 4189ms !important;
}

.d4190 {
  animation-delay: 4190ms !important;
}

.d4191 {
  animation-delay: 4191ms !important;
}

.d4192 {
  animation-delay: 4192ms !important;
}

.d4193 {
  animation-delay: 4193ms !important;
}

.d4194 {
  animation-delay: 4194ms !important;
}

.d4195 {
  animation-delay: 4195ms !important;
}

.d4196 {
  animation-delay: 4196ms !important;
}

.d4197 {
  animation-delay: 4197ms !important;
}

.d4198 {
  animation-delay: 4198ms !important;
}

.d4199 {
  animation-delay: 4199ms !important;
}

.d4200 {
  animation-delay: 4200ms !important;
}

.d4201 {
  animation-delay: 4201ms !important;
}

.d4202 {
  animation-delay: 4202ms !important;
}

.d4203 {
  animation-delay: 4203ms !important;
}

.d4204 {
  animation-delay: 4204ms !important;
}

.d4205 {
  animation-delay: 4205ms !important;
}

.d4206 {
  animation-delay: 4206ms !important;
}

.d4207 {
  animation-delay: 4207ms !important;
}

.d4208 {
  animation-delay: 4208ms !important;
}

.d4209 {
  animation-delay: 4209ms !important;
}

.d4210 {
  animation-delay: 4210ms !important;
}

.d4211 {
  animation-delay: 4211ms !important;
}

.d4212 {
  animation-delay: 4212ms !important;
}

.d4213 {
  animation-delay: 4213ms !important;
}

.d4214 {
  animation-delay: 4214ms !important;
}

.d4215 {
  animation-delay: 4215ms !important;
}

.d4216 {
  animation-delay: 4216ms !important;
}

.d4217 {
  animation-delay: 4217ms !important;
}

.d4218 {
  animation-delay: 4218ms !important;
}

.d4219 {
  animation-delay: 4219ms !important;
}

.d4220 {
  animation-delay: 4220ms !important;
}

.d4221 {
  animation-delay: 4221ms !important;
}

.d4222 {
  animation-delay: 4222ms !important;
}

.d4223 {
  animation-delay: 4223ms !important;
}

.d4224 {
  animation-delay: 4224ms !important;
}

.d4225 {
  animation-delay: 4225ms !important;
}

.d4226 {
  animation-delay: 4226ms !important;
}

.d4227 {
  animation-delay: 4227ms !important;
}

.d4228 {
  animation-delay: 4228ms !important;
}

.d4229 {
  animation-delay: 4229ms !important;
}

.d4230 {
  animation-delay: 4230ms !important;
}

.d4231 {
  animation-delay: 4231ms !important;
}

.d4232 {
  animation-delay: 4232ms !important;
}

.d4233 {
  animation-delay: 4233ms !important;
}

.d4234 {
  animation-delay: 4234ms !important;
}

.d4235 {
  animation-delay: 4235ms !important;
}

.d4236 {
  animation-delay: 4236ms !important;
}

.d4237 {
  animation-delay: 4237ms !important;
}

.d4238 {
  animation-delay: 4238ms !important;
}

.d4239 {
  animation-delay: 4239ms !important;
}

.d4240 {
  animation-delay: 4240ms !important;
}

.d4241 {
  animation-delay: 4241ms !important;
}

.d4242 {
  animation-delay: 4242ms !important;
}

.d4243 {
  animation-delay: 4243ms !important;
}

.d4244 {
  animation-delay: 4244ms !important;
}

.d4245 {
  animation-delay: 4245ms !important;
}

.d4246 {
  animation-delay: 4246ms !important;
}

.d4247 {
  animation-delay: 4247ms !important;
}

.d4248 {
  animation-delay: 4248ms !important;
}

.d4249 {
  animation-delay: 4249ms !important;
}

.d4250 {
  animation-delay: 4250ms !important;
}

.d4251 {
  animation-delay: 4251ms !important;
}

.d4252 {
  animation-delay: 4252ms !important;
}

.d4253 {
  animation-delay: 4253ms !important;
}

.d4254 {
  animation-delay: 4254ms !important;
}

.d4255 {
  animation-delay: 4255ms !important;
}

.d4256 {
  animation-delay: 4256ms !important;
}

.d4257 {
  animation-delay: 4257ms !important;
}

.d4258 {
  animation-delay: 4258ms !important;
}

.d4259 {
  animation-delay: 4259ms !important;
}

.d4260 {
  animation-delay: 4260ms !important;
}

.d4261 {
  animation-delay: 4261ms !important;
}

.d4262 {
  animation-delay: 4262ms !important;
}

.d4263 {
  animation-delay: 4263ms !important;
}

.d4264 {
  animation-delay: 4264ms !important;
}

.d4265 {
  animation-delay: 4265ms !important;
}

.d4266 {
  animation-delay: 4266ms !important;
}

.d4267 {
  animation-delay: 4267ms !important;
}

.d4268 {
  animation-delay: 4268ms !important;
}

.d4269 {
  animation-delay: 4269ms !important;
}

.d4270 {
  animation-delay: 4270ms !important;
}

.d4271 {
  animation-delay: 4271ms !important;
}

.d4272 {
  animation-delay: 4272ms !important;
}

.d4273 {
  animation-delay: 4273ms !important;
}

.d4274 {
  animation-delay: 4274ms !important;
}

.d4275 {
  animation-delay: 4275ms !important;
}

.d4276 {
  animation-delay: 4276ms !important;
}

.d4277 {
  animation-delay: 4277ms !important;
}

.d4278 {
  animation-delay: 4278ms !important;
}

.d4279 {
  animation-delay: 4279ms !important;
}

.d4280 {
  animation-delay: 4280ms !important;
}

.d4281 {
  animation-delay: 4281ms !important;
}

.d4282 {
  animation-delay: 4282ms !important;
}

.d4283 {
  animation-delay: 4283ms !important;
}

.d4284 {
  animation-delay: 4284ms !important;
}

.d4285 {
  animation-delay: 4285ms !important;
}

.d4286 {
  animation-delay: 4286ms !important;
}

.d4287 {
  animation-delay: 4287ms !important;
}

.d4288 {
  animation-delay: 4288ms !important;
}

.d4289 {
  animation-delay: 4289ms !important;
}

.d4290 {
  animation-delay: 4290ms !important;
}

.d4291 {
  animation-delay: 4291ms !important;
}

.d4292 {
  animation-delay: 4292ms !important;
}

.d4293 {
  animation-delay: 4293ms !important;
}

.d4294 {
  animation-delay: 4294ms !important;
}

.d4295 {
  animation-delay: 4295ms !important;
}

.d4296 {
  animation-delay: 4296ms !important;
}

.d4297 {
  animation-delay: 4297ms !important;
}

.d4298 {
  animation-delay: 4298ms !important;
}

.d4299 {
  animation-delay: 4299ms !important;
}

.d4300 {
  animation-delay: 4300ms !important;
}

.d4301 {
  animation-delay: 4301ms !important;
}

.d4302 {
  animation-delay: 4302ms !important;
}

.d4303 {
  animation-delay: 4303ms !important;
}

.d4304 {
  animation-delay: 4304ms !important;
}

.d4305 {
  animation-delay: 4305ms !important;
}

.d4306 {
  animation-delay: 4306ms !important;
}

.d4307 {
  animation-delay: 4307ms !important;
}

.d4308 {
  animation-delay: 4308ms !important;
}

.d4309 {
  animation-delay: 4309ms !important;
}

.d4310 {
  animation-delay: 4310ms !important;
}

.d4311 {
  animation-delay: 4311ms !important;
}

.d4312 {
  animation-delay: 4312ms !important;
}

.d4313 {
  animation-delay: 4313ms !important;
}

.d4314 {
  animation-delay: 4314ms !important;
}

.d4315 {
  animation-delay: 4315ms !important;
}

.d4316 {
  animation-delay: 4316ms !important;
}

.d4317 {
  animation-delay: 4317ms !important;
}

.d4318 {
  animation-delay: 4318ms !important;
}

.d4319 {
  animation-delay: 4319ms !important;
}

.d4320 {
  animation-delay: 4320ms !important;
}

.d4321 {
  animation-delay: 4321ms !important;
}

.d4322 {
  animation-delay: 4322ms !important;
}

.d4323 {
  animation-delay: 4323ms !important;
}

.d4324 {
  animation-delay: 4324ms !important;
}

.d4325 {
  animation-delay: 4325ms !important;
}

.d4326 {
  animation-delay: 4326ms !important;
}

.d4327 {
  animation-delay: 4327ms !important;
}

.d4328 {
  animation-delay: 4328ms !important;
}

.d4329 {
  animation-delay: 4329ms !important;
}

.d4330 {
  animation-delay: 4330ms !important;
}

.d4331 {
  animation-delay: 4331ms !important;
}

.d4332 {
  animation-delay: 4332ms !important;
}

.d4333 {
  animation-delay: 4333ms !important;
}

.d4334 {
  animation-delay: 4334ms !important;
}

.d4335 {
  animation-delay: 4335ms !important;
}

.d4336 {
  animation-delay: 4336ms !important;
}

.d4337 {
  animation-delay: 4337ms !important;
}

.d4338 {
  animation-delay: 4338ms !important;
}

.d4339 {
  animation-delay: 4339ms !important;
}

.d4340 {
  animation-delay: 4340ms !important;
}

.d4341 {
  animation-delay: 4341ms !important;
}

.d4342 {
  animation-delay: 4342ms !important;
}

.d4343 {
  animation-delay: 4343ms !important;
}

.d4344 {
  animation-delay: 4344ms !important;
}

.d4345 {
  animation-delay: 4345ms !important;
}

.d4346 {
  animation-delay: 4346ms !important;
}

.d4347 {
  animation-delay: 4347ms !important;
}

.d4348 {
  animation-delay: 4348ms !important;
}

.d4349 {
  animation-delay: 4349ms !important;
}

.d4350 {
  animation-delay: 4350ms !important;
}

.d4351 {
  animation-delay: 4351ms !important;
}

.d4352 {
  animation-delay: 4352ms !important;
}

.d4353 {
  animation-delay: 4353ms !important;
}

.d4354 {
  animation-delay: 4354ms !important;
}

.d4355 {
  animation-delay: 4355ms !important;
}

.d4356 {
  animation-delay: 4356ms !important;
}

.d4357 {
  animation-delay: 4357ms !important;
}

.d4358 {
  animation-delay: 4358ms !important;
}

.d4359 {
  animation-delay: 4359ms !important;
}

.d4360 {
  animation-delay: 4360ms !important;
}

.d4361 {
  animation-delay: 4361ms !important;
}

.d4362 {
  animation-delay: 4362ms !important;
}

.d4363 {
  animation-delay: 4363ms !important;
}

.d4364 {
  animation-delay: 4364ms !important;
}

.d4365 {
  animation-delay: 4365ms !important;
}

.d4366 {
  animation-delay: 4366ms !important;
}

.d4367 {
  animation-delay: 4367ms !important;
}

.d4368 {
  animation-delay: 4368ms !important;
}

.d4369 {
  animation-delay: 4369ms !important;
}

.d4370 {
  animation-delay: 4370ms !important;
}

.d4371 {
  animation-delay: 4371ms !important;
}

.d4372 {
  animation-delay: 4372ms !important;
}

.d4373 {
  animation-delay: 4373ms !important;
}

.d4374 {
  animation-delay: 4374ms !important;
}

.d4375 {
  animation-delay: 4375ms !important;
}

.d4376 {
  animation-delay: 4376ms !important;
}

.d4377 {
  animation-delay: 4377ms !important;
}

.d4378 {
  animation-delay: 4378ms !important;
}

.d4379 {
  animation-delay: 4379ms !important;
}

.d4380 {
  animation-delay: 4380ms !important;
}

.d4381 {
  animation-delay: 4381ms !important;
}

.d4382 {
  animation-delay: 4382ms !important;
}

.d4383 {
  animation-delay: 4383ms !important;
}

.d4384 {
  animation-delay: 4384ms !important;
}

.d4385 {
  animation-delay: 4385ms !important;
}

.d4386 {
  animation-delay: 4386ms !important;
}

.d4387 {
  animation-delay: 4387ms !important;
}

.d4388 {
  animation-delay: 4388ms !important;
}

.d4389 {
  animation-delay: 4389ms !important;
}

.d4390 {
  animation-delay: 4390ms !important;
}

.d4391 {
  animation-delay: 4391ms !important;
}

.d4392 {
  animation-delay: 4392ms !important;
}

.d4393 {
  animation-delay: 4393ms !important;
}

.d4394 {
  animation-delay: 4394ms !important;
}

.d4395 {
  animation-delay: 4395ms !important;
}

.d4396 {
  animation-delay: 4396ms !important;
}

.d4397 {
  animation-delay: 4397ms !important;
}

.d4398 {
  animation-delay: 4398ms !important;
}

.d4399 {
  animation-delay: 4399ms !important;
}

.d4400 {
  animation-delay: 4400ms !important;
}

.d4401 {
  animation-delay: 4401ms !important;
}

.d4402 {
  animation-delay: 4402ms !important;
}

.d4403 {
  animation-delay: 4403ms !important;
}

.d4404 {
  animation-delay: 4404ms !important;
}

.d4405 {
  animation-delay: 4405ms !important;
}

.d4406 {
  animation-delay: 4406ms !important;
}

.d4407 {
  animation-delay: 4407ms !important;
}

.d4408 {
  animation-delay: 4408ms !important;
}

.d4409 {
  animation-delay: 4409ms !important;
}

.d4410 {
  animation-delay: 4410ms !important;
}

.d4411 {
  animation-delay: 4411ms !important;
}

.d4412 {
  animation-delay: 4412ms !important;
}

.d4413 {
  animation-delay: 4413ms !important;
}

.d4414 {
  animation-delay: 4414ms !important;
}

.d4415 {
  animation-delay: 4415ms !important;
}

.d4416 {
  animation-delay: 4416ms !important;
}

.d4417 {
  animation-delay: 4417ms !important;
}

.d4418 {
  animation-delay: 4418ms !important;
}

.d4419 {
  animation-delay: 4419ms !important;
}

.d4420 {
  animation-delay: 4420ms !important;
}

.d4421 {
  animation-delay: 4421ms !important;
}

.d4422 {
  animation-delay: 4422ms !important;
}

.d4423 {
  animation-delay: 4423ms !important;
}

.d4424 {
  animation-delay: 4424ms !important;
}

.d4425 {
  animation-delay: 4425ms !important;
}

.d4426 {
  animation-delay: 4426ms !important;
}

.d4427 {
  animation-delay: 4427ms !important;
}

.d4428 {
  animation-delay: 4428ms !important;
}

.d4429 {
  animation-delay: 4429ms !important;
}

.d4430 {
  animation-delay: 4430ms !important;
}

.d4431 {
  animation-delay: 4431ms !important;
}

.d4432 {
  animation-delay: 4432ms !important;
}

.d4433 {
  animation-delay: 4433ms !important;
}

.d4434 {
  animation-delay: 4434ms !important;
}

.d4435 {
  animation-delay: 4435ms !important;
}

.d4436 {
  animation-delay: 4436ms !important;
}

.d4437 {
  animation-delay: 4437ms !important;
}

.d4438 {
  animation-delay: 4438ms !important;
}

.d4439 {
  animation-delay: 4439ms !important;
}

.d4440 {
  animation-delay: 4440ms !important;
}

.d4441 {
  animation-delay: 4441ms !important;
}

.d4442 {
  animation-delay: 4442ms !important;
}

.d4443 {
  animation-delay: 4443ms !important;
}

.d4444 {
  animation-delay: 4444ms !important;
}

.d4445 {
  animation-delay: 4445ms !important;
}

.d4446 {
  animation-delay: 4446ms !important;
}

.d4447 {
  animation-delay: 4447ms !important;
}

.d4448 {
  animation-delay: 4448ms !important;
}

.d4449 {
  animation-delay: 4449ms !important;
}

.d4450 {
  animation-delay: 4450ms !important;
}

.d4451 {
  animation-delay: 4451ms !important;
}

.d4452 {
  animation-delay: 4452ms !important;
}

.d4453 {
  animation-delay: 4453ms !important;
}

.d4454 {
  animation-delay: 4454ms !important;
}

.d4455 {
  animation-delay: 4455ms !important;
}

.d4456 {
  animation-delay: 4456ms !important;
}

.d4457 {
  animation-delay: 4457ms !important;
}

.d4458 {
  animation-delay: 4458ms !important;
}

.d4459 {
  animation-delay: 4459ms !important;
}

.d4460 {
  animation-delay: 4460ms !important;
}

.d4461 {
  animation-delay: 4461ms !important;
}

.d4462 {
  animation-delay: 4462ms !important;
}

.d4463 {
  animation-delay: 4463ms !important;
}

.d4464 {
  animation-delay: 4464ms !important;
}

.d4465 {
  animation-delay: 4465ms !important;
}

.d4466 {
  animation-delay: 4466ms !important;
}

.d4467 {
  animation-delay: 4467ms !important;
}

.d4468 {
  animation-delay: 4468ms !important;
}

.d4469 {
  animation-delay: 4469ms !important;
}

.d4470 {
  animation-delay: 4470ms !important;
}

.d4471 {
  animation-delay: 4471ms !important;
}

.d4472 {
  animation-delay: 4472ms !important;
}

.d4473 {
  animation-delay: 4473ms !important;
}

.d4474 {
  animation-delay: 4474ms !important;
}

.d4475 {
  animation-delay: 4475ms !important;
}

.d4476 {
  animation-delay: 4476ms !important;
}

.d4477 {
  animation-delay: 4477ms !important;
}

.d4478 {
  animation-delay: 4478ms !important;
}

.d4479 {
  animation-delay: 4479ms !important;
}

.d4480 {
  animation-delay: 4480ms !important;
}

.d4481 {
  animation-delay: 4481ms !important;
}

.d4482 {
  animation-delay: 4482ms !important;
}

.d4483 {
  animation-delay: 4483ms !important;
}

.d4484 {
  animation-delay: 4484ms !important;
}

.d4485 {
  animation-delay: 4485ms !important;
}

.d4486 {
  animation-delay: 4486ms !important;
}

.d4487 {
  animation-delay: 4487ms !important;
}

.d4488 {
  animation-delay: 4488ms !important;
}

.d4489 {
  animation-delay: 4489ms !important;
}

.d4490 {
  animation-delay: 4490ms !important;
}

.d4491 {
  animation-delay: 4491ms !important;
}

.d4492 {
  animation-delay: 4492ms !important;
}

.d4493 {
  animation-delay: 4493ms !important;
}

.d4494 {
  animation-delay: 4494ms !important;
}

.d4495 {
  animation-delay: 4495ms !important;
}

.d4496 {
  animation-delay: 4496ms !important;
}

.d4497 {
  animation-delay: 4497ms !important;
}

.d4498 {
  animation-delay: 4498ms !important;
}

.d4499 {
  animation-delay: 4499ms !important;
}

.d4500 {
  animation-delay: 4500ms !important;
}

.d4501 {
  animation-delay: 4501ms !important;
}

.d4502 {
  animation-delay: 4502ms !important;
}

.d4503 {
  animation-delay: 4503ms !important;
}

.d4504 {
  animation-delay: 4504ms !important;
}

.d4505 {
  animation-delay: 4505ms !important;
}

.d4506 {
  animation-delay: 4506ms !important;
}

.d4507 {
  animation-delay: 4507ms !important;
}

.d4508 {
  animation-delay: 4508ms !important;
}

.d4509 {
  animation-delay: 4509ms !important;
}

.d4510 {
  animation-delay: 4510ms !important;
}

.d4511 {
  animation-delay: 4511ms !important;
}

.d4512 {
  animation-delay: 4512ms !important;
}

.d4513 {
  animation-delay: 4513ms !important;
}

.d4514 {
  animation-delay: 4514ms !important;
}

.d4515 {
  animation-delay: 4515ms !important;
}

.d4516 {
  animation-delay: 4516ms !important;
}

.d4517 {
  animation-delay: 4517ms !important;
}

.d4518 {
  animation-delay: 4518ms !important;
}

.d4519 {
  animation-delay: 4519ms !important;
}

.d4520 {
  animation-delay: 4520ms !important;
}

.d4521 {
  animation-delay: 4521ms !important;
}

.d4522 {
  animation-delay: 4522ms !important;
}

.d4523 {
  animation-delay: 4523ms !important;
}

.d4524 {
  animation-delay: 4524ms !important;
}

.d4525 {
  animation-delay: 4525ms !important;
}

.d4526 {
  animation-delay: 4526ms !important;
}

.d4527 {
  animation-delay: 4527ms !important;
}

.d4528 {
  animation-delay: 4528ms !important;
}

.d4529 {
  animation-delay: 4529ms !important;
}

.d4530 {
  animation-delay: 4530ms !important;
}

.d4531 {
  animation-delay: 4531ms !important;
}

.d4532 {
  animation-delay: 4532ms !important;
}

.d4533 {
  animation-delay: 4533ms !important;
}

.d4534 {
  animation-delay: 4534ms !important;
}

.d4535 {
  animation-delay: 4535ms !important;
}

.d4536 {
  animation-delay: 4536ms !important;
}

.d4537 {
  animation-delay: 4537ms !important;
}

.d4538 {
  animation-delay: 4538ms !important;
}

.d4539 {
  animation-delay: 4539ms !important;
}

.d4540 {
  animation-delay: 4540ms !important;
}

.d4541 {
  animation-delay: 4541ms !important;
}

.d4542 {
  animation-delay: 4542ms !important;
}

.d4543 {
  animation-delay: 4543ms !important;
}

.d4544 {
  animation-delay: 4544ms !important;
}

.d4545 {
  animation-delay: 4545ms !important;
}

.d4546 {
  animation-delay: 4546ms !important;
}

.d4547 {
  animation-delay: 4547ms !important;
}

.d4548 {
  animation-delay: 4548ms !important;
}

.d4549 {
  animation-delay: 4549ms !important;
}

.d4550 {
  animation-delay: 4550ms !important;
}

.d4551 {
  animation-delay: 4551ms !important;
}

.d4552 {
  animation-delay: 4552ms !important;
}

.d4553 {
  animation-delay: 4553ms !important;
}

.d4554 {
  animation-delay: 4554ms !important;
}

.d4555 {
  animation-delay: 4555ms !important;
}

.d4556 {
  animation-delay: 4556ms !important;
}

.d4557 {
  animation-delay: 4557ms !important;
}

.d4558 {
  animation-delay: 4558ms !important;
}

.d4559 {
  animation-delay: 4559ms !important;
}

.d4560 {
  animation-delay: 4560ms !important;
}

.d4561 {
  animation-delay: 4561ms !important;
}

.d4562 {
  animation-delay: 4562ms !important;
}

.d4563 {
  animation-delay: 4563ms !important;
}

.d4564 {
  animation-delay: 4564ms !important;
}

.d4565 {
  animation-delay: 4565ms !important;
}

.d4566 {
  animation-delay: 4566ms !important;
}

.d4567 {
  animation-delay: 4567ms !important;
}

.d4568 {
  animation-delay: 4568ms !important;
}

.d4569 {
  animation-delay: 4569ms !important;
}

.d4570 {
  animation-delay: 4570ms !important;
}

.d4571 {
  animation-delay: 4571ms !important;
}

.d4572 {
  animation-delay: 4572ms !important;
}

.d4573 {
  animation-delay: 4573ms !important;
}

.d4574 {
  animation-delay: 4574ms !important;
}

.d4575 {
  animation-delay: 4575ms !important;
}

.d4576 {
  animation-delay: 4576ms !important;
}

.d4577 {
  animation-delay: 4577ms !important;
}

.d4578 {
  animation-delay: 4578ms !important;
}

.d4579 {
  animation-delay: 4579ms !important;
}

.d4580 {
  animation-delay: 4580ms !important;
}

.d4581 {
  animation-delay: 4581ms !important;
}

.d4582 {
  animation-delay: 4582ms !important;
}

.d4583 {
  animation-delay: 4583ms !important;
}

.d4584 {
  animation-delay: 4584ms !important;
}

.d4585 {
  animation-delay: 4585ms !important;
}

.d4586 {
  animation-delay: 4586ms !important;
}

.d4587 {
  animation-delay: 4587ms !important;
}

.d4588 {
  animation-delay: 4588ms !important;
}

.d4589 {
  animation-delay: 4589ms !important;
}

.d4590 {
  animation-delay: 4590ms !important;
}

.d4591 {
  animation-delay: 4591ms !important;
}

.d4592 {
  animation-delay: 4592ms !important;
}

.d4593 {
  animation-delay: 4593ms !important;
}

.d4594 {
  animation-delay: 4594ms !important;
}

.d4595 {
  animation-delay: 4595ms !important;
}

.d4596 {
  animation-delay: 4596ms !important;
}

.d4597 {
  animation-delay: 4597ms !important;
}

.d4598 {
  animation-delay: 4598ms !important;
}

.d4599 {
  animation-delay: 4599ms !important;
}

.d4600 {
  animation-delay: 4600ms !important;
}

.d4601 {
  animation-delay: 4601ms !important;
}

.d4602 {
  animation-delay: 4602ms !important;
}

.d4603 {
  animation-delay: 4603ms !important;
}

.d4604 {
  animation-delay: 4604ms !important;
}

.d4605 {
  animation-delay: 4605ms !important;
}

.d4606 {
  animation-delay: 4606ms !important;
}

.d4607 {
  animation-delay: 4607ms !important;
}

.d4608 {
  animation-delay: 4608ms !important;
}

.d4609 {
  animation-delay: 4609ms !important;
}

.d4610 {
  animation-delay: 4610ms !important;
}

.d4611 {
  animation-delay: 4611ms !important;
}

.d4612 {
  animation-delay: 4612ms !important;
}

.d4613 {
  animation-delay: 4613ms !important;
}

.d4614 {
  animation-delay: 4614ms !important;
}

.d4615 {
  animation-delay: 4615ms !important;
}

.d4616 {
  animation-delay: 4616ms !important;
}

.d4617 {
  animation-delay: 4617ms !important;
}

.d4618 {
  animation-delay: 4618ms !important;
}

.d4619 {
  animation-delay: 4619ms !important;
}

.d4620 {
  animation-delay: 4620ms !important;
}

.d4621 {
  animation-delay: 4621ms !important;
}

.d4622 {
  animation-delay: 4622ms !important;
}

.d4623 {
  animation-delay: 4623ms !important;
}

.d4624 {
  animation-delay: 4624ms !important;
}

.d4625 {
  animation-delay: 4625ms !important;
}

.d4626 {
  animation-delay: 4626ms !important;
}

.d4627 {
  animation-delay: 4627ms !important;
}

.d4628 {
  animation-delay: 4628ms !important;
}

.d4629 {
  animation-delay: 4629ms !important;
}

.d4630 {
  animation-delay: 4630ms !important;
}

.d4631 {
  animation-delay: 4631ms !important;
}

.d4632 {
  animation-delay: 4632ms !important;
}

.d4633 {
  animation-delay: 4633ms !important;
}

.d4634 {
  animation-delay: 4634ms !important;
}

.d4635 {
  animation-delay: 4635ms !important;
}

.d4636 {
  animation-delay: 4636ms !important;
}

.d4637 {
  animation-delay: 4637ms !important;
}

.d4638 {
  animation-delay: 4638ms !important;
}

.d4639 {
  animation-delay: 4639ms !important;
}

.d4640 {
  animation-delay: 4640ms !important;
}

.d4641 {
  animation-delay: 4641ms !important;
}

.d4642 {
  animation-delay: 4642ms !important;
}

.d4643 {
  animation-delay: 4643ms !important;
}

.d4644 {
  animation-delay: 4644ms !important;
}

.d4645 {
  animation-delay: 4645ms !important;
}

.d4646 {
  animation-delay: 4646ms !important;
}

.d4647 {
  animation-delay: 4647ms !important;
}

.d4648 {
  animation-delay: 4648ms !important;
}

.d4649 {
  animation-delay: 4649ms !important;
}

.d4650 {
  animation-delay: 4650ms !important;
}

.d4651 {
  animation-delay: 4651ms !important;
}

.d4652 {
  animation-delay: 4652ms !important;
}

.d4653 {
  animation-delay: 4653ms !important;
}

.d4654 {
  animation-delay: 4654ms !important;
}

.d4655 {
  animation-delay: 4655ms !important;
}

.d4656 {
  animation-delay: 4656ms !important;
}

.d4657 {
  animation-delay: 4657ms !important;
}

.d4658 {
  animation-delay: 4658ms !important;
}

.d4659 {
  animation-delay: 4659ms !important;
}

.d4660 {
  animation-delay: 4660ms !important;
}

.d4661 {
  animation-delay: 4661ms !important;
}

.d4662 {
  animation-delay: 4662ms !important;
}

.d4663 {
  animation-delay: 4663ms !important;
}

.d4664 {
  animation-delay: 4664ms !important;
}

.d4665 {
  animation-delay: 4665ms !important;
}

.d4666 {
  animation-delay: 4666ms !important;
}

.d4667 {
  animation-delay: 4667ms !important;
}

.d4668 {
  animation-delay: 4668ms !important;
}

.d4669 {
  animation-delay: 4669ms !important;
}

.d4670 {
  animation-delay: 4670ms !important;
}

.d4671 {
  animation-delay: 4671ms !important;
}

.d4672 {
  animation-delay: 4672ms !important;
}

.d4673 {
  animation-delay: 4673ms !important;
}

.d4674 {
  animation-delay: 4674ms !important;
}

.d4675 {
  animation-delay: 4675ms !important;
}

.d4676 {
  animation-delay: 4676ms !important;
}

.d4677 {
  animation-delay: 4677ms !important;
}

.d4678 {
  animation-delay: 4678ms !important;
}

.d4679 {
  animation-delay: 4679ms !important;
}

.d4680 {
  animation-delay: 4680ms !important;
}

.d4681 {
  animation-delay: 4681ms !important;
}

.d4682 {
  animation-delay: 4682ms !important;
}

.d4683 {
  animation-delay: 4683ms !important;
}

.d4684 {
  animation-delay: 4684ms !important;
}

.d4685 {
  animation-delay: 4685ms !important;
}

.d4686 {
  animation-delay: 4686ms !important;
}

.d4687 {
  animation-delay: 4687ms !important;
}

.d4688 {
  animation-delay: 4688ms !important;
}

.d4689 {
  animation-delay: 4689ms !important;
}

.d4690 {
  animation-delay: 4690ms !important;
}

.d4691 {
  animation-delay: 4691ms !important;
}

.d4692 {
  animation-delay: 4692ms !important;
}

.d4693 {
  animation-delay: 4693ms !important;
}

.d4694 {
  animation-delay: 4694ms !important;
}

.d4695 {
  animation-delay: 4695ms !important;
}

.d4696 {
  animation-delay: 4696ms !important;
}

.d4697 {
  animation-delay: 4697ms !important;
}

.d4698 {
  animation-delay: 4698ms !important;
}

.d4699 {
  animation-delay: 4699ms !important;
}

.d4700 {
  animation-delay: 4700ms !important;
}

.d4701 {
  animation-delay: 4701ms !important;
}

.d4702 {
  animation-delay: 4702ms !important;
}

.d4703 {
  animation-delay: 4703ms !important;
}

.d4704 {
  animation-delay: 4704ms !important;
}

.d4705 {
  animation-delay: 4705ms !important;
}

.d4706 {
  animation-delay: 4706ms !important;
}

.d4707 {
  animation-delay: 4707ms !important;
}

.d4708 {
  animation-delay: 4708ms !important;
}

.d4709 {
  animation-delay: 4709ms !important;
}

.d4710 {
  animation-delay: 4710ms !important;
}

.d4711 {
  animation-delay: 4711ms !important;
}

.d4712 {
  animation-delay: 4712ms !important;
}

.d4713 {
  animation-delay: 4713ms !important;
}

.d4714 {
  animation-delay: 4714ms !important;
}

.d4715 {
  animation-delay: 4715ms !important;
}

.d4716 {
  animation-delay: 4716ms !important;
}

.d4717 {
  animation-delay: 4717ms !important;
}

.d4718 {
  animation-delay: 4718ms !important;
}

.d4719 {
  animation-delay: 4719ms !important;
}

.d4720 {
  animation-delay: 4720ms !important;
}

.d4721 {
  animation-delay: 4721ms !important;
}

.d4722 {
  animation-delay: 4722ms !important;
}

.d4723 {
  animation-delay: 4723ms !important;
}

.d4724 {
  animation-delay: 4724ms !important;
}

.d4725 {
  animation-delay: 4725ms !important;
}

.d4726 {
  animation-delay: 4726ms !important;
}

.d4727 {
  animation-delay: 4727ms !important;
}

.d4728 {
  animation-delay: 4728ms !important;
}

.d4729 {
  animation-delay: 4729ms !important;
}

.d4730 {
  animation-delay: 4730ms !important;
}

.d4731 {
  animation-delay: 4731ms !important;
}

.d4732 {
  animation-delay: 4732ms !important;
}

.d4733 {
  animation-delay: 4733ms !important;
}

.d4734 {
  animation-delay: 4734ms !important;
}

.d4735 {
  animation-delay: 4735ms !important;
}

.d4736 {
  animation-delay: 4736ms !important;
}

.d4737 {
  animation-delay: 4737ms !important;
}

.d4738 {
  animation-delay: 4738ms !important;
}

.d4739 {
  animation-delay: 4739ms !important;
}

.d4740 {
  animation-delay: 4740ms !important;
}

.d4741 {
  animation-delay: 4741ms !important;
}

.d4742 {
  animation-delay: 4742ms !important;
}

.d4743 {
  animation-delay: 4743ms !important;
}

.d4744 {
  animation-delay: 4744ms !important;
}

.d4745 {
  animation-delay: 4745ms !important;
}

.d4746 {
  animation-delay: 4746ms !important;
}

.d4747 {
  animation-delay: 4747ms !important;
}

.d4748 {
  animation-delay: 4748ms !important;
}

.d4749 {
  animation-delay: 4749ms !important;
}

.d4750 {
  animation-delay: 4750ms !important;
}

.d4751 {
  animation-delay: 4751ms !important;
}

.d4752 {
  animation-delay: 4752ms !important;
}

.d4753 {
  animation-delay: 4753ms !important;
}

.d4754 {
  animation-delay: 4754ms !important;
}

.d4755 {
  animation-delay: 4755ms !important;
}

.d4756 {
  animation-delay: 4756ms !important;
}

.d4757 {
  animation-delay: 4757ms !important;
}

.d4758 {
  animation-delay: 4758ms !important;
}

.d4759 {
  animation-delay: 4759ms !important;
}

.d4760 {
  animation-delay: 4760ms !important;
}

.d4761 {
  animation-delay: 4761ms !important;
}

.d4762 {
  animation-delay: 4762ms !important;
}

.d4763 {
  animation-delay: 4763ms !important;
}

.d4764 {
  animation-delay: 4764ms !important;
}

.d4765 {
  animation-delay: 4765ms !important;
}

.d4766 {
  animation-delay: 4766ms !important;
}

.d4767 {
  animation-delay: 4767ms !important;
}

.d4768 {
  animation-delay: 4768ms !important;
}

.d4769 {
  animation-delay: 4769ms !important;
}

.d4770 {
  animation-delay: 4770ms !important;
}

.d4771 {
  animation-delay: 4771ms !important;
}

.d4772 {
  animation-delay: 4772ms !important;
}

.d4773 {
  animation-delay: 4773ms !important;
}

.d4774 {
  animation-delay: 4774ms !important;
}

.d4775 {
  animation-delay: 4775ms !important;
}

.d4776 {
  animation-delay: 4776ms !important;
}

.d4777 {
  animation-delay: 4777ms !important;
}

.d4778 {
  animation-delay: 4778ms !important;
}

.d4779 {
  animation-delay: 4779ms !important;
}

.d4780 {
  animation-delay: 4780ms !important;
}

.d4781 {
  animation-delay: 4781ms !important;
}

.d4782 {
  animation-delay: 4782ms !important;
}

.d4783 {
  animation-delay: 4783ms !important;
}

.d4784 {
  animation-delay: 4784ms !important;
}

.d4785 {
  animation-delay: 4785ms !important;
}

.d4786 {
  animation-delay: 4786ms !important;
}

.d4787 {
  animation-delay: 4787ms !important;
}

.d4788 {
  animation-delay: 4788ms !important;
}

.d4789 {
  animation-delay: 4789ms !important;
}

.d4790 {
  animation-delay: 4790ms !important;
}

.d4791 {
  animation-delay: 4791ms !important;
}

.d4792 {
  animation-delay: 4792ms !important;
}

.d4793 {
  animation-delay: 4793ms !important;
}

.d4794 {
  animation-delay: 4794ms !important;
}

.d4795 {
  animation-delay: 4795ms !important;
}

.d4796 {
  animation-delay: 4796ms !important;
}

.d4797 {
  animation-delay: 4797ms !important;
}

.d4798 {
  animation-delay: 4798ms !important;
}

.d4799 {
  animation-delay: 4799ms !important;
}

.d4800 {
  animation-delay: 4800ms !important;
}

.d4801 {
  animation-delay: 4801ms !important;
}

.d4802 {
  animation-delay: 4802ms !important;
}

.d4803 {
  animation-delay: 4803ms !important;
}

.d4804 {
  animation-delay: 4804ms !important;
}

.d4805 {
  animation-delay: 4805ms !important;
}

.d4806 {
  animation-delay: 4806ms !important;
}

.d4807 {
  animation-delay: 4807ms !important;
}

.d4808 {
  animation-delay: 4808ms !important;
}

.d4809 {
  animation-delay: 4809ms !important;
}

.d4810 {
  animation-delay: 4810ms !important;
}

.d4811 {
  animation-delay: 4811ms !important;
}

.d4812 {
  animation-delay: 4812ms !important;
}

.d4813 {
  animation-delay: 4813ms !important;
}

.d4814 {
  animation-delay: 4814ms !important;
}

.d4815 {
  animation-delay: 4815ms !important;
}

.d4816 {
  animation-delay: 4816ms !important;
}

.d4817 {
  animation-delay: 4817ms !important;
}

.d4818 {
  animation-delay: 4818ms !important;
}

.d4819 {
  animation-delay: 4819ms !important;
}

.d4820 {
  animation-delay: 4820ms !important;
}

.d4821 {
  animation-delay: 4821ms !important;
}

.d4822 {
  animation-delay: 4822ms !important;
}

.d4823 {
  animation-delay: 4823ms !important;
}

.d4824 {
  animation-delay: 4824ms !important;
}

.d4825 {
  animation-delay: 4825ms !important;
}

.d4826 {
  animation-delay: 4826ms !important;
}

.d4827 {
  animation-delay: 4827ms !important;
}

.d4828 {
  animation-delay: 4828ms !important;
}

.d4829 {
  animation-delay: 4829ms !important;
}

.d4830 {
  animation-delay: 4830ms !important;
}

.d4831 {
  animation-delay: 4831ms !important;
}

.d4832 {
  animation-delay: 4832ms !important;
}

.d4833 {
  animation-delay: 4833ms !important;
}

.d4834 {
  animation-delay: 4834ms !important;
}

.d4835 {
  animation-delay: 4835ms !important;
}

.d4836 {
  animation-delay: 4836ms !important;
}

.d4837 {
  animation-delay: 4837ms !important;
}

.d4838 {
  animation-delay: 4838ms !important;
}

.d4839 {
  animation-delay: 4839ms !important;
}

.d4840 {
  animation-delay: 4840ms !important;
}

.d4841 {
  animation-delay: 4841ms !important;
}

.d4842 {
  animation-delay: 4842ms !important;
}

.d4843 {
  animation-delay: 4843ms !important;
}

.d4844 {
  animation-delay: 4844ms !important;
}

.d4845 {
  animation-delay: 4845ms !important;
}

.d4846 {
  animation-delay: 4846ms !important;
}

.d4847 {
  animation-delay: 4847ms !important;
}

.d4848 {
  animation-delay: 4848ms !important;
}

.d4849 {
  animation-delay: 4849ms !important;
}

.d4850 {
  animation-delay: 4850ms !important;
}

.d4851 {
  animation-delay: 4851ms !important;
}

.d4852 {
  animation-delay: 4852ms !important;
}

.d4853 {
  animation-delay: 4853ms !important;
}

.d4854 {
  animation-delay: 4854ms !important;
}

.d4855 {
  animation-delay: 4855ms !important;
}

.d4856 {
  animation-delay: 4856ms !important;
}

.d4857 {
  animation-delay: 4857ms !important;
}

.d4858 {
  animation-delay: 4858ms !important;
}

.d4859 {
  animation-delay: 4859ms !important;
}

.d4860 {
  animation-delay: 4860ms !important;
}

.d4861 {
  animation-delay: 4861ms !important;
}

.d4862 {
  animation-delay: 4862ms !important;
}

.d4863 {
  animation-delay: 4863ms !important;
}

.d4864 {
  animation-delay: 4864ms !important;
}

.d4865 {
  animation-delay: 4865ms !important;
}

.d4866 {
  animation-delay: 4866ms !important;
}

.d4867 {
  animation-delay: 4867ms !important;
}

.d4868 {
  animation-delay: 4868ms !important;
}

.d4869 {
  animation-delay: 4869ms !important;
}

.d4870 {
  animation-delay: 4870ms !important;
}

.d4871 {
  animation-delay: 4871ms !important;
}

.d4872 {
  animation-delay: 4872ms !important;
}

.d4873 {
  animation-delay: 4873ms !important;
}

.d4874 {
  animation-delay: 4874ms !important;
}

.d4875 {
  animation-delay: 4875ms !important;
}

.d4876 {
  animation-delay: 4876ms !important;
}

.d4877 {
  animation-delay: 4877ms !important;
}

.d4878 {
  animation-delay: 4878ms !important;
}

.d4879 {
  animation-delay: 4879ms !important;
}

.d4880 {
  animation-delay: 4880ms !important;
}

.d4881 {
  animation-delay: 4881ms !important;
}

.d4882 {
  animation-delay: 4882ms !important;
}

.d4883 {
  animation-delay: 4883ms !important;
}

.d4884 {
  animation-delay: 4884ms !important;
}

.d4885 {
  animation-delay: 4885ms !important;
}

.d4886 {
  animation-delay: 4886ms !important;
}

.d4887 {
  animation-delay: 4887ms !important;
}

.d4888 {
  animation-delay: 4888ms !important;
}

.d4889 {
  animation-delay: 4889ms !important;
}

.d4890 {
  animation-delay: 4890ms !important;
}

.d4891 {
  animation-delay: 4891ms !important;
}

.d4892 {
  animation-delay: 4892ms !important;
}

.d4893 {
  animation-delay: 4893ms !important;
}

.d4894 {
  animation-delay: 4894ms !important;
}

.d4895 {
  animation-delay: 4895ms !important;
}

.d4896 {
  animation-delay: 4896ms !important;
}

.d4897 {
  animation-delay: 4897ms !important;
}

.d4898 {
  animation-delay: 4898ms !important;
}

.d4899 {
  animation-delay: 4899ms !important;
}

.d4900 {
  animation-delay: 4900ms !important;
}

.d4901 {
  animation-delay: 4901ms !important;
}

.d4902 {
  animation-delay: 4902ms !important;
}

.d4903 {
  animation-delay: 4903ms !important;
}

.d4904 {
  animation-delay: 4904ms !important;
}

.d4905 {
  animation-delay: 4905ms !important;
}

.d4906 {
  animation-delay: 4906ms !important;
}

.d4907 {
  animation-delay: 4907ms !important;
}

.d4908 {
  animation-delay: 4908ms !important;
}

.d4909 {
  animation-delay: 4909ms !important;
}

.d4910 {
  animation-delay: 4910ms !important;
}

.d4911 {
  animation-delay: 4911ms !important;
}

.d4912 {
  animation-delay: 4912ms !important;
}

.d4913 {
  animation-delay: 4913ms !important;
}

.d4914 {
  animation-delay: 4914ms !important;
}

.d4915 {
  animation-delay: 4915ms !important;
}

.d4916 {
  animation-delay: 4916ms !important;
}

.d4917 {
  animation-delay: 4917ms !important;
}

.d4918 {
  animation-delay: 4918ms !important;
}

.d4919 {
  animation-delay: 4919ms !important;
}

.d4920 {
  animation-delay: 4920ms !important;
}

.d4921 {
  animation-delay: 4921ms !important;
}

.d4922 {
  animation-delay: 4922ms !important;
}

.d4923 {
  animation-delay: 4923ms !important;
}

.d4924 {
  animation-delay: 4924ms !important;
}

.d4925 {
  animation-delay: 4925ms !important;
}

.d4926 {
  animation-delay: 4926ms !important;
}

.d4927 {
  animation-delay: 4927ms !important;
}

.d4928 {
  animation-delay: 4928ms !important;
}

.d4929 {
  animation-delay: 4929ms !important;
}

.d4930 {
  animation-delay: 4930ms !important;
}

.d4931 {
  animation-delay: 4931ms !important;
}

.d4932 {
  animation-delay: 4932ms !important;
}

.d4933 {
  animation-delay: 4933ms !important;
}

.d4934 {
  animation-delay: 4934ms !important;
}

.d4935 {
  animation-delay: 4935ms !important;
}

.d4936 {
  animation-delay: 4936ms !important;
}

.d4937 {
  animation-delay: 4937ms !important;
}

.d4938 {
  animation-delay: 4938ms !important;
}

.d4939 {
  animation-delay: 4939ms !important;
}

.d4940 {
  animation-delay: 4940ms !important;
}

.d4941 {
  animation-delay: 4941ms !important;
}

.d4942 {
  animation-delay: 4942ms !important;
}

.d4943 {
  animation-delay: 4943ms !important;
}

.d4944 {
  animation-delay: 4944ms !important;
}

.d4945 {
  animation-delay: 4945ms !important;
}

.d4946 {
  animation-delay: 4946ms !important;
}

.d4947 {
  animation-delay: 4947ms !important;
}

.d4948 {
  animation-delay: 4948ms !important;
}

.d4949 {
  animation-delay: 4949ms !important;
}

.d4950 {
  animation-delay: 4950ms !important;
}

.d4951 {
  animation-delay: 4951ms !important;
}

.d4952 {
  animation-delay: 4952ms !important;
}

.d4953 {
  animation-delay: 4953ms !important;
}

.d4954 {
  animation-delay: 4954ms !important;
}

.d4955 {
  animation-delay: 4955ms !important;
}

.d4956 {
  animation-delay: 4956ms !important;
}

.d4957 {
  animation-delay: 4957ms !important;
}

.d4958 {
  animation-delay: 4958ms !important;
}

.d4959 {
  animation-delay: 4959ms !important;
}

.d4960 {
  animation-delay: 4960ms !important;
}

.d4961 {
  animation-delay: 4961ms !important;
}

.d4962 {
  animation-delay: 4962ms !important;
}

.d4963 {
  animation-delay: 4963ms !important;
}

.d4964 {
  animation-delay: 4964ms !important;
}

.d4965 {
  animation-delay: 4965ms !important;
}

.d4966 {
  animation-delay: 4966ms !important;
}

.d4967 {
  animation-delay: 4967ms !important;
}

.d4968 {
  animation-delay: 4968ms !important;
}

.d4969 {
  animation-delay: 4969ms !important;
}

.d4970 {
  animation-delay: 4970ms !important;
}

.d4971 {
  animation-delay: 4971ms !important;
}

.d4972 {
  animation-delay: 4972ms !important;
}

.d4973 {
  animation-delay: 4973ms !important;
}

.d4974 {
  animation-delay: 4974ms !important;
}

.d4975 {
  animation-delay: 4975ms !important;
}

.d4976 {
  animation-delay: 4976ms !important;
}

.d4977 {
  animation-delay: 4977ms !important;
}

.d4978 {
  animation-delay: 4978ms !important;
}

.d4979 {
  animation-delay: 4979ms !important;
}

.d4980 {
  animation-delay: 4980ms !important;
}

.d4981 {
  animation-delay: 4981ms !important;
}

.d4982 {
  animation-delay: 4982ms !important;
}

.d4983 {
  animation-delay: 4983ms !important;
}

.d4984 {
  animation-delay: 4984ms !important;
}

.d4985 {
  animation-delay: 4985ms !important;
}

.d4986 {
  animation-delay: 4986ms !important;
}

.d4987 {
  animation-delay: 4987ms !important;
}

.d4988 {
  animation-delay: 4988ms !important;
}

.d4989 {
  animation-delay: 4989ms !important;
}

.d4990 {
  animation-delay: 4990ms !important;
}

.d4991 {
  animation-delay: 4991ms !important;
}

.d4992 {
  animation-delay: 4992ms !important;
}

.d4993 {
  animation-delay: 4993ms !important;
}

.d4994 {
  animation-delay: 4994ms !important;
}

.d4995 {
  animation-delay: 4995ms !important;
}

.d4996 {
  animation-delay: 4996ms !important;
}

.d4997 {
  animation-delay: 4997ms !important;
}

.d4998 {
  animation-delay: 4998ms !important;
}

.d4999 {
  animation-delay: 4999ms !important;
}

.d5000 {
  animation-delay: 5000ms !important;
}

.d5001 {
  animation-delay: 5001ms !important;
}

.d5002 {
  animation-delay: 5002ms !important;
}

.d5003 {
  animation-delay: 5003ms !important;
}

.d5004 {
  animation-delay: 5004ms !important;
}

.d5005 {
  animation-delay: 5005ms !important;
}

.d5006 {
  animation-delay: 5006ms !important;
}

.d5007 {
  animation-delay: 5007ms !important;
}

.d5008 {
  animation-delay: 5008ms !important;
}

.d5009 {
  animation-delay: 5009ms !important;
}

.d5010 {
  animation-delay: 5010ms !important;
}

.d5011 {
  animation-delay: 5011ms !important;
}

.d5012 {
  animation-delay: 5012ms !important;
}

.d5013 {
  animation-delay: 5013ms !important;
}

.d5014 {
  animation-delay: 5014ms !important;
}

.d5015 {
  animation-delay: 5015ms !important;
}

.d5016 {
  animation-delay: 5016ms !important;
}

.d5017 {
  animation-delay: 5017ms !important;
}

.d5018 {
  animation-delay: 5018ms !important;
}

.d5019 {
  animation-delay: 5019ms !important;
}

.d5020 {
  animation-delay: 5020ms !important;
}

.d5021 {
  animation-delay: 5021ms !important;
}

.d5022 {
  animation-delay: 5022ms !important;
}

.d5023 {
  animation-delay: 5023ms !important;
}

.d5024 {
  animation-delay: 5024ms !important;
}

.d5025 {
  animation-delay: 5025ms !important;
}

.d5026 {
  animation-delay: 5026ms !important;
}

.d5027 {
  animation-delay: 5027ms !important;
}

.d5028 {
  animation-delay: 5028ms !important;
}

.d5029 {
  animation-delay: 5029ms !important;
}

.d5030 {
  animation-delay: 5030ms !important;
}

.d5031 {
  animation-delay: 5031ms !important;
}

.d5032 {
  animation-delay: 5032ms !important;
}

.d5033 {
  animation-delay: 5033ms !important;
}

.d5034 {
  animation-delay: 5034ms !important;
}

.d5035 {
  animation-delay: 5035ms !important;
}

.d5036 {
  animation-delay: 5036ms !important;
}

.d5037 {
  animation-delay: 5037ms !important;
}

.d5038 {
  animation-delay: 5038ms !important;
}

.d5039 {
  animation-delay: 5039ms !important;
}

.d5040 {
  animation-delay: 5040ms !important;
}

.d5041 {
  animation-delay: 5041ms !important;
}

.d5042 {
  animation-delay: 5042ms !important;
}

.d5043 {
  animation-delay: 5043ms !important;
}

.d5044 {
  animation-delay: 5044ms !important;
}

.d5045 {
  animation-delay: 5045ms !important;
}

.d5046 {
  animation-delay: 5046ms !important;
}

.d5047 {
  animation-delay: 5047ms !important;
}

.d5048 {
  animation-delay: 5048ms !important;
}

.d5049 {
  animation-delay: 5049ms !important;
}

.d5050 {
  animation-delay: 5050ms !important;
}

.d5051 {
  animation-delay: 5051ms !important;
}

.d5052 {
  animation-delay: 5052ms !important;
}

.d5053 {
  animation-delay: 5053ms !important;
}

.d5054 {
  animation-delay: 5054ms !important;
}

.d5055 {
  animation-delay: 5055ms !important;
}

.d5056 {
  animation-delay: 5056ms !important;
}

.d5057 {
  animation-delay: 5057ms !important;
}

.d5058 {
  animation-delay: 5058ms !important;
}

.d5059 {
  animation-delay: 5059ms !important;
}

.d5060 {
  animation-delay: 5060ms !important;
}

.d5061 {
  animation-delay: 5061ms !important;
}

.d5062 {
  animation-delay: 5062ms !important;
}

.d5063 {
  animation-delay: 5063ms !important;
}

.d5064 {
  animation-delay: 5064ms !important;
}

.d5065 {
  animation-delay: 5065ms !important;
}

.d5066 {
  animation-delay: 5066ms !important;
}

.d5067 {
  animation-delay: 5067ms !important;
}

.d5068 {
  animation-delay: 5068ms !important;
}

.d5069 {
  animation-delay: 5069ms !important;
}

.d5070 {
  animation-delay: 5070ms !important;
}

.d5071 {
  animation-delay: 5071ms !important;
}

.d5072 {
  animation-delay: 5072ms !important;
}

.d5073 {
  animation-delay: 5073ms !important;
}

.d5074 {
  animation-delay: 5074ms !important;
}

.d5075 {
  animation-delay: 5075ms !important;
}

.d5076 {
  animation-delay: 5076ms !important;
}

.d5077 {
  animation-delay: 5077ms !important;
}

.d5078 {
  animation-delay: 5078ms !important;
}

.d5079 {
  animation-delay: 5079ms !important;
}

.d5080 {
  animation-delay: 5080ms !important;
}

.d5081 {
  animation-delay: 5081ms !important;
}

.d5082 {
  animation-delay: 5082ms !important;
}

.d5083 {
  animation-delay: 5083ms !important;
}

.d5084 {
  animation-delay: 5084ms !important;
}

.d5085 {
  animation-delay: 5085ms !important;
}

.d5086 {
  animation-delay: 5086ms !important;
}

.d5087 {
  animation-delay: 5087ms !important;
}

.d5088 {
  animation-delay: 5088ms !important;
}

.d5089 {
  animation-delay: 5089ms !important;
}

.d5090 {
  animation-delay: 5090ms !important;
}

.d5091 {
  animation-delay: 5091ms !important;
}

.d5092 {
  animation-delay: 5092ms !important;
}

.d5093 {
  animation-delay: 5093ms !important;
}

.d5094 {
  animation-delay: 5094ms !important;
}

.d5095 {
  animation-delay: 5095ms !important;
}

.d5096 {
  animation-delay: 5096ms !important;
}

.d5097 {
  animation-delay: 5097ms !important;
}

.d5098 {
  animation-delay: 5098ms !important;
}

.d5099 {
  animation-delay: 5099ms !important;
}

.d5100 {
  animation-delay: 5100ms !important;
}

.d5101 {
  animation-delay: 5101ms !important;
}

.d5102 {
  animation-delay: 5102ms !important;
}

.d5103 {
  animation-delay: 5103ms !important;
}

.d5104 {
  animation-delay: 5104ms !important;
}

.d5105 {
  animation-delay: 5105ms !important;
}

.d5106 {
  animation-delay: 5106ms !important;
}

.d5107 {
  animation-delay: 5107ms !important;
}

.d5108 {
  animation-delay: 5108ms !important;
}

.d5109 {
  animation-delay: 5109ms !important;
}

.d5110 {
  animation-delay: 5110ms !important;
}

.d5111 {
  animation-delay: 5111ms !important;
}

.d5112 {
  animation-delay: 5112ms !important;
}

.d5113 {
  animation-delay: 5113ms !important;
}

.d5114 {
  animation-delay: 5114ms !important;
}

.d5115 {
  animation-delay: 5115ms !important;
}

.d5116 {
  animation-delay: 5116ms !important;
}

.d5117 {
  animation-delay: 5117ms !important;
}

.d5118 {
  animation-delay: 5118ms !important;
}

.d5119 {
  animation-delay: 5119ms !important;
}

.d5120 {
  animation-delay: 5120ms !important;
}

.d5121 {
  animation-delay: 5121ms !important;
}

.d5122 {
  animation-delay: 5122ms !important;
}

.d5123 {
  animation-delay: 5123ms !important;
}

.d5124 {
  animation-delay: 5124ms !important;
}

.d5125 {
  animation-delay: 5125ms !important;
}

.d5126 {
  animation-delay: 5126ms !important;
}

.d5127 {
  animation-delay: 5127ms !important;
}

.d5128 {
  animation-delay: 5128ms !important;
}

.d5129 {
  animation-delay: 5129ms !important;
}

.d5130 {
  animation-delay: 5130ms !important;
}

.d5131 {
  animation-delay: 5131ms !important;
}

.d5132 {
  animation-delay: 5132ms !important;
}

.d5133 {
  animation-delay: 5133ms !important;
}

.d5134 {
  animation-delay: 5134ms !important;
}

.d5135 {
  animation-delay: 5135ms !important;
}

.d5136 {
  animation-delay: 5136ms !important;
}

.d5137 {
  animation-delay: 5137ms !important;
}

.d5138 {
  animation-delay: 5138ms !important;
}

.d5139 {
  animation-delay: 5139ms !important;
}

.d5140 {
  animation-delay: 5140ms !important;
}

.d5141 {
  animation-delay: 5141ms !important;
}

.d5142 {
  animation-delay: 5142ms !important;
}

.d5143 {
  animation-delay: 5143ms !important;
}

.d5144 {
  animation-delay: 5144ms !important;
}

.d5145 {
  animation-delay: 5145ms !important;
}

.d5146 {
  animation-delay: 5146ms !important;
}

.d5147 {
  animation-delay: 5147ms !important;
}

.d5148 {
  animation-delay: 5148ms !important;
}

.d5149 {
  animation-delay: 5149ms !important;
}

.d5150 {
  animation-delay: 5150ms !important;
}

.d5151 {
  animation-delay: 5151ms !important;
}

.d5152 {
  animation-delay: 5152ms !important;
}

.d5153 {
  animation-delay: 5153ms !important;
}

.d5154 {
  animation-delay: 5154ms !important;
}

.d5155 {
  animation-delay: 5155ms !important;
}

.d5156 {
  animation-delay: 5156ms !important;
}

.d5157 {
  animation-delay: 5157ms !important;
}

.d5158 {
  animation-delay: 5158ms !important;
}

.d5159 {
  animation-delay: 5159ms !important;
}

.d5160 {
  animation-delay: 5160ms !important;
}

.d5161 {
  animation-delay: 5161ms !important;
}

.d5162 {
  animation-delay: 5162ms !important;
}

.d5163 {
  animation-delay: 5163ms !important;
}

.d5164 {
  animation-delay: 5164ms !important;
}

.d5165 {
  animation-delay: 5165ms !important;
}

.d5166 {
  animation-delay: 5166ms !important;
}

.d5167 {
  animation-delay: 5167ms !important;
}

.d5168 {
  animation-delay: 5168ms !important;
}

.d5169 {
  animation-delay: 5169ms !important;
}

.d5170 {
  animation-delay: 5170ms !important;
}

.d5171 {
  animation-delay: 5171ms !important;
}

.d5172 {
  animation-delay: 5172ms !important;
}

.d5173 {
  animation-delay: 5173ms !important;
}

.d5174 {
  animation-delay: 5174ms !important;
}

.d5175 {
  animation-delay: 5175ms !important;
}

.d5176 {
  animation-delay: 5176ms !important;
}

.d5177 {
  animation-delay: 5177ms !important;
}

.d5178 {
  animation-delay: 5178ms !important;
}

.d5179 {
  animation-delay: 5179ms !important;
}

.d5180 {
  animation-delay: 5180ms !important;
}

.d5181 {
  animation-delay: 5181ms !important;
}

.d5182 {
  animation-delay: 5182ms !important;
}

.d5183 {
  animation-delay: 5183ms !important;
}

.d5184 {
  animation-delay: 5184ms !important;
}

.d5185 {
  animation-delay: 5185ms !important;
}

.d5186 {
  animation-delay: 5186ms !important;
}

.d5187 {
  animation-delay: 5187ms !important;
}

.d5188 {
  animation-delay: 5188ms !important;
}

.d5189 {
  animation-delay: 5189ms !important;
}

.d5190 {
  animation-delay: 5190ms !important;
}

.d5191 {
  animation-delay: 5191ms !important;
}

.d5192 {
  animation-delay: 5192ms !important;
}

.d5193 {
  animation-delay: 5193ms !important;
}

.d5194 {
  animation-delay: 5194ms !important;
}

.d5195 {
  animation-delay: 5195ms !important;
}

.d5196 {
  animation-delay: 5196ms !important;
}

.d5197 {
  animation-delay: 5197ms !important;
}

.d5198 {
  animation-delay: 5198ms !important;
}

.d5199 {
  animation-delay: 5199ms !important;
}

.d5200 {
  animation-delay: 5200ms !important;
}

.d5201 {
  animation-delay: 5201ms !important;
}

.d5202 {
  animation-delay: 5202ms !important;
}

.d5203 {
  animation-delay: 5203ms !important;
}

.d5204 {
  animation-delay: 5204ms !important;
}

.d5205 {
  animation-delay: 5205ms !important;
}

.d5206 {
  animation-delay: 5206ms !important;
}

.d5207 {
  animation-delay: 5207ms !important;
}

.d5208 {
  animation-delay: 5208ms !important;
}

.d5209 {
  animation-delay: 5209ms !important;
}

.d5210 {
  animation-delay: 5210ms !important;
}

.d5211 {
  animation-delay: 5211ms !important;
}

.d5212 {
  animation-delay: 5212ms !important;
}

.d5213 {
  animation-delay: 5213ms !important;
}

.d5214 {
  animation-delay: 5214ms !important;
}

.d5215 {
  animation-delay: 5215ms !important;
}

.d5216 {
  animation-delay: 5216ms !important;
}

.d5217 {
  animation-delay: 5217ms !important;
}

.d5218 {
  animation-delay: 5218ms !important;
}

.d5219 {
  animation-delay: 5219ms !important;
}

.d5220 {
  animation-delay: 5220ms !important;
}

.d5221 {
  animation-delay: 5221ms !important;
}

.d5222 {
  animation-delay: 5222ms !important;
}

.d5223 {
  animation-delay: 5223ms !important;
}

.d5224 {
  animation-delay: 5224ms !important;
}

.d5225 {
  animation-delay: 5225ms !important;
}

.d5226 {
  animation-delay: 5226ms !important;
}

.d5227 {
  animation-delay: 5227ms !important;
}

.d5228 {
  animation-delay: 5228ms !important;
}

.d5229 {
  animation-delay: 5229ms !important;
}

.d5230 {
  animation-delay: 5230ms !important;
}

.d5231 {
  animation-delay: 5231ms !important;
}

.d5232 {
  animation-delay: 5232ms !important;
}

.d5233 {
  animation-delay: 5233ms !important;
}

.d5234 {
  animation-delay: 5234ms !important;
}

.d5235 {
  animation-delay: 5235ms !important;
}

.d5236 {
  animation-delay: 5236ms !important;
}

.d5237 {
  animation-delay: 5237ms !important;
}

.d5238 {
  animation-delay: 5238ms !important;
}

.d5239 {
  animation-delay: 5239ms !important;
}

.d5240 {
  animation-delay: 5240ms !important;
}

.d5241 {
  animation-delay: 5241ms !important;
}

.d5242 {
  animation-delay: 5242ms !important;
}

.d5243 {
  animation-delay: 5243ms !important;
}

.d5244 {
  animation-delay: 5244ms !important;
}

.d5245 {
  animation-delay: 5245ms !important;
}

.d5246 {
  animation-delay: 5246ms !important;
}

.d5247 {
  animation-delay: 5247ms !important;
}

.d5248 {
  animation-delay: 5248ms !important;
}

.d5249 {
  animation-delay: 5249ms !important;
}

.d5250 {
  animation-delay: 5250ms !important;
}

.d5251 {
  animation-delay: 5251ms !important;
}

.d5252 {
  animation-delay: 5252ms !important;
}

.d5253 {
  animation-delay: 5253ms !important;
}

.d5254 {
  animation-delay: 5254ms !important;
}

.d5255 {
  animation-delay: 5255ms !important;
}

.d5256 {
  animation-delay: 5256ms !important;
}

.d5257 {
  animation-delay: 5257ms !important;
}

.d5258 {
  animation-delay: 5258ms !important;
}

.d5259 {
  animation-delay: 5259ms !important;
}

.d5260 {
  animation-delay: 5260ms !important;
}

.d5261 {
  animation-delay: 5261ms !important;
}

.d5262 {
  animation-delay: 5262ms !important;
}

.d5263 {
  animation-delay: 5263ms !important;
}

.d5264 {
  animation-delay: 5264ms !important;
}

.d5265 {
  animation-delay: 5265ms !important;
}

.d5266 {
  animation-delay: 5266ms !important;
}

.d5267 {
  animation-delay: 5267ms !important;
}

.d5268 {
  animation-delay: 5268ms !important;
}

.d5269 {
  animation-delay: 5269ms !important;
}

.d5270 {
  animation-delay: 5270ms !important;
}

.d5271 {
  animation-delay: 5271ms !important;
}

.d5272 {
  animation-delay: 5272ms !important;
}

.d5273 {
  animation-delay: 5273ms !important;
}

.d5274 {
  animation-delay: 5274ms !important;
}

.d5275 {
  animation-delay: 5275ms !important;
}

.d5276 {
  animation-delay: 5276ms !important;
}

.d5277 {
  animation-delay: 5277ms !important;
}

.d5278 {
  animation-delay: 5278ms !important;
}

.d5279 {
  animation-delay: 5279ms !important;
}

.d5280 {
  animation-delay: 5280ms !important;
}

.d5281 {
  animation-delay: 5281ms !important;
}

.d5282 {
  animation-delay: 5282ms !important;
}

.d5283 {
  animation-delay: 5283ms !important;
}

.d5284 {
  animation-delay: 5284ms !important;
}

.d5285 {
  animation-delay: 5285ms !important;
}

.d5286 {
  animation-delay: 5286ms !important;
}

.d5287 {
  animation-delay: 5287ms !important;
}

.d5288 {
  animation-delay: 5288ms !important;
}

.d5289 {
  animation-delay: 5289ms !important;
}

.d5290 {
  animation-delay: 5290ms !important;
}

.d5291 {
  animation-delay: 5291ms !important;
}

.d5292 {
  animation-delay: 5292ms !important;
}

.d5293 {
  animation-delay: 5293ms !important;
}

.d5294 {
  animation-delay: 5294ms !important;
}

.d5295 {
  animation-delay: 5295ms !important;
}

.d5296 {
  animation-delay: 5296ms !important;
}

.d5297 {
  animation-delay: 5297ms !important;
}

.d5298 {
  animation-delay: 5298ms !important;
}

.d5299 {
  animation-delay: 5299ms !important;
}

.d5300 {
  animation-delay: 5300ms !important;
}

.d5301 {
  animation-delay: 5301ms !important;
}

.d5302 {
  animation-delay: 5302ms !important;
}

.d5303 {
  animation-delay: 5303ms !important;
}

.d5304 {
  animation-delay: 5304ms !important;
}

.d5305 {
  animation-delay: 5305ms !important;
}

.d5306 {
  animation-delay: 5306ms !important;
}

.d5307 {
  animation-delay: 5307ms !important;
}

.d5308 {
  animation-delay: 5308ms !important;
}

.d5309 {
  animation-delay: 5309ms !important;
}

.d5310 {
  animation-delay: 5310ms !important;
}

.d5311 {
  animation-delay: 5311ms !important;
}

.d5312 {
  animation-delay: 5312ms !important;
}

.d5313 {
  animation-delay: 5313ms !important;
}

.d5314 {
  animation-delay: 5314ms !important;
}

.d5315 {
  animation-delay: 5315ms !important;
}

.d5316 {
  animation-delay: 5316ms !important;
}

.d5317 {
  animation-delay: 5317ms !important;
}

.d5318 {
  animation-delay: 5318ms !important;
}

.d5319 {
  animation-delay: 5319ms !important;
}

.d5320 {
  animation-delay: 5320ms !important;
}

.d5321 {
  animation-delay: 5321ms !important;
}

.d5322 {
  animation-delay: 5322ms !important;
}

.d5323 {
  animation-delay: 5323ms !important;
}

.d5324 {
  animation-delay: 5324ms !important;
}

.d5325 {
  animation-delay: 5325ms !important;
}

.d5326 {
  animation-delay: 5326ms !important;
}

.d5327 {
  animation-delay: 5327ms !important;
}

.d5328 {
  animation-delay: 5328ms !important;
}

.d5329 {
  animation-delay: 5329ms !important;
}

.d5330 {
  animation-delay: 5330ms !important;
}

.d5331 {
  animation-delay: 5331ms !important;
}

.d5332 {
  animation-delay: 5332ms !important;
}

.d5333 {
  animation-delay: 5333ms !important;
}

.d5334 {
  animation-delay: 5334ms !important;
}

.d5335 {
  animation-delay: 5335ms !important;
}

.d5336 {
  animation-delay: 5336ms !important;
}

.d5337 {
  animation-delay: 5337ms !important;
}

.d5338 {
  animation-delay: 5338ms !important;
}

.d5339 {
  animation-delay: 5339ms !important;
}

.d5340 {
  animation-delay: 5340ms !important;
}

.d5341 {
  animation-delay: 5341ms !important;
}

.d5342 {
  animation-delay: 5342ms !important;
}

.d5343 {
  animation-delay: 5343ms !important;
}

.d5344 {
  animation-delay: 5344ms !important;
}

.d5345 {
  animation-delay: 5345ms !important;
}

.d5346 {
  animation-delay: 5346ms !important;
}

.d5347 {
  animation-delay: 5347ms !important;
}

.d5348 {
  animation-delay: 5348ms !important;
}

.d5349 {
  animation-delay: 5349ms !important;
}

.d5350 {
  animation-delay: 5350ms !important;
}

.d5351 {
  animation-delay: 5351ms !important;
}

.d5352 {
  animation-delay: 5352ms !important;
}

.d5353 {
  animation-delay: 5353ms !important;
}

.d5354 {
  animation-delay: 5354ms !important;
}

.d5355 {
  animation-delay: 5355ms !important;
}

.d5356 {
  animation-delay: 5356ms !important;
}

.d5357 {
  animation-delay: 5357ms !important;
}

.d5358 {
  animation-delay: 5358ms !important;
}

.d5359 {
  animation-delay: 5359ms !important;
}

.d5360 {
  animation-delay: 5360ms !important;
}

.d5361 {
  animation-delay: 5361ms !important;
}

.d5362 {
  animation-delay: 5362ms !important;
}

.d5363 {
  animation-delay: 5363ms !important;
}

.d5364 {
  animation-delay: 5364ms !important;
}

.d5365 {
  animation-delay: 5365ms !important;
}

.d5366 {
  animation-delay: 5366ms !important;
}

.d5367 {
  animation-delay: 5367ms !important;
}

.d5368 {
  animation-delay: 5368ms !important;
}

.d5369 {
  animation-delay: 5369ms !important;
}

.d5370 {
  animation-delay: 5370ms !important;
}

.d5371 {
  animation-delay: 5371ms !important;
}

.d5372 {
  animation-delay: 5372ms !important;
}

.d5373 {
  animation-delay: 5373ms !important;
}

.d5374 {
  animation-delay: 5374ms !important;
}

.d5375 {
  animation-delay: 5375ms !important;
}

.d5376 {
  animation-delay: 5376ms !important;
}

.d5377 {
  animation-delay: 5377ms !important;
}

.d5378 {
  animation-delay: 5378ms !important;
}

.d5379 {
  animation-delay: 5379ms !important;
}

.d5380 {
  animation-delay: 5380ms !important;
}

.d5381 {
  animation-delay: 5381ms !important;
}

.d5382 {
  animation-delay: 5382ms !important;
}

.d5383 {
  animation-delay: 5383ms !important;
}

.d5384 {
  animation-delay: 5384ms !important;
}

.d5385 {
  animation-delay: 5385ms !important;
}

.d5386 {
  animation-delay: 5386ms !important;
}

.d5387 {
  animation-delay: 5387ms !important;
}

.d5388 {
  animation-delay: 5388ms !important;
}

.d5389 {
  animation-delay: 5389ms !important;
}

.d5390 {
  animation-delay: 5390ms !important;
}

.d5391 {
  animation-delay: 5391ms !important;
}

.d5392 {
  animation-delay: 5392ms !important;
}

.d5393 {
  animation-delay: 5393ms !important;
}

.d5394 {
  animation-delay: 5394ms !important;
}

.d5395 {
  animation-delay: 5395ms !important;
}

.d5396 {
  animation-delay: 5396ms !important;
}

.d5397 {
  animation-delay: 5397ms !important;
}

.d5398 {
  animation-delay: 5398ms !important;
}

.d5399 {
  animation-delay: 5399ms !important;
}

.d5400 {
  animation-delay: 5400ms !important;
}

.d5401 {
  animation-delay: 5401ms !important;
}

.d5402 {
  animation-delay: 5402ms !important;
}

.d5403 {
  animation-delay: 5403ms !important;
}

.d5404 {
  animation-delay: 5404ms !important;
}

.d5405 {
  animation-delay: 5405ms !important;
}

.d5406 {
  animation-delay: 5406ms !important;
}

.d5407 {
  animation-delay: 5407ms !important;
}

.d5408 {
  animation-delay: 5408ms !important;
}

.d5409 {
  animation-delay: 5409ms !important;
}

.d5410 {
  animation-delay: 5410ms !important;
}

.d5411 {
  animation-delay: 5411ms !important;
}

.d5412 {
  animation-delay: 5412ms !important;
}

.d5413 {
  animation-delay: 5413ms !important;
}

.d5414 {
  animation-delay: 5414ms !important;
}

.d5415 {
  animation-delay: 5415ms !important;
}

.d5416 {
  animation-delay: 5416ms !important;
}

.d5417 {
  animation-delay: 5417ms !important;
}

.d5418 {
  animation-delay: 5418ms !important;
}

.d5419 {
  animation-delay: 5419ms !important;
}

.d5420 {
  animation-delay: 5420ms !important;
}

.d5421 {
  animation-delay: 5421ms !important;
}

.d5422 {
  animation-delay: 5422ms !important;
}

.d5423 {
  animation-delay: 5423ms !important;
}

.d5424 {
  animation-delay: 5424ms !important;
}

.d5425 {
  animation-delay: 5425ms !important;
}

.d5426 {
  animation-delay: 5426ms !important;
}

.d5427 {
  animation-delay: 5427ms !important;
}

.d5428 {
  animation-delay: 5428ms !important;
}

.d5429 {
  animation-delay: 5429ms !important;
}

.d5430 {
  animation-delay: 5430ms !important;
}

.d5431 {
  animation-delay: 5431ms !important;
}

.d5432 {
  animation-delay: 5432ms !important;
}

.d5433 {
  animation-delay: 5433ms !important;
}

.d5434 {
  animation-delay: 5434ms !important;
}

.d5435 {
  animation-delay: 5435ms !important;
}

.d5436 {
  animation-delay: 5436ms !important;
}

.d5437 {
  animation-delay: 5437ms !important;
}

.d5438 {
  animation-delay: 5438ms !important;
}

.d5439 {
  animation-delay: 5439ms !important;
}

.d5440 {
  animation-delay: 5440ms !important;
}

.d5441 {
  animation-delay: 5441ms !important;
}

.d5442 {
  animation-delay: 5442ms !important;
}

.d5443 {
  animation-delay: 5443ms !important;
}

.d5444 {
  animation-delay: 5444ms !important;
}

.d5445 {
  animation-delay: 5445ms !important;
}

.d5446 {
  animation-delay: 5446ms !important;
}

.d5447 {
  animation-delay: 5447ms !important;
}

.d5448 {
  animation-delay: 5448ms !important;
}

.d5449 {
  animation-delay: 5449ms !important;
}

.d5450 {
  animation-delay: 5450ms !important;
}

.d5451 {
  animation-delay: 5451ms !important;
}

.d5452 {
  animation-delay: 5452ms !important;
}

.d5453 {
  animation-delay: 5453ms !important;
}

.d5454 {
  animation-delay: 5454ms !important;
}

.d5455 {
  animation-delay: 5455ms !important;
}

.d5456 {
  animation-delay: 5456ms !important;
}

.d5457 {
  animation-delay: 5457ms !important;
}

.d5458 {
  animation-delay: 5458ms !important;
}

.d5459 {
  animation-delay: 5459ms !important;
}

.d5460 {
  animation-delay: 5460ms !important;
}

.d5461 {
  animation-delay: 5461ms !important;
}

.d5462 {
  animation-delay: 5462ms !important;
}

.d5463 {
  animation-delay: 5463ms !important;
}

.d5464 {
  animation-delay: 5464ms !important;
}

.d5465 {
  animation-delay: 5465ms !important;
}

.d5466 {
  animation-delay: 5466ms !important;
}

.d5467 {
  animation-delay: 5467ms !important;
}

.d5468 {
  animation-delay: 5468ms !important;
}

.d5469 {
  animation-delay: 5469ms !important;
}

.d5470 {
  animation-delay: 5470ms !important;
}

.d5471 {
  animation-delay: 5471ms !important;
}

.d5472 {
  animation-delay: 5472ms !important;
}

.d5473 {
  animation-delay: 5473ms !important;
}

.d5474 {
  animation-delay: 5474ms !important;
}

.d5475 {
  animation-delay: 5475ms !important;
}

.d5476 {
  animation-delay: 5476ms !important;
}

.d5477 {
  animation-delay: 5477ms !important;
}

.d5478 {
  animation-delay: 5478ms !important;
}

.d5479 {
  animation-delay: 5479ms !important;
}

.d5480 {
  animation-delay: 5480ms !important;
}

.d5481 {
  animation-delay: 5481ms !important;
}

.d5482 {
  animation-delay: 5482ms !important;
}

.d5483 {
  animation-delay: 5483ms !important;
}

.d5484 {
  animation-delay: 5484ms !important;
}

.d5485 {
  animation-delay: 5485ms !important;
}

.d5486 {
  animation-delay: 5486ms !important;
}

.d5487 {
  animation-delay: 5487ms !important;
}

.d5488 {
  animation-delay: 5488ms !important;
}

.d5489 {
  animation-delay: 5489ms !important;
}

.d5490 {
  animation-delay: 5490ms !important;
}

.d5491 {
  animation-delay: 5491ms !important;
}

.d5492 {
  animation-delay: 5492ms !important;
}

.d5493 {
  animation-delay: 5493ms !important;
}

.d5494 {
  animation-delay: 5494ms !important;
}

.d5495 {
  animation-delay: 5495ms !important;
}

.d5496 {
  animation-delay: 5496ms !important;
}

.d5497 {
  animation-delay: 5497ms !important;
}

.d5498 {
  animation-delay: 5498ms !important;
}

.d5499 {
  animation-delay: 5499ms !important;
}

.d5500 {
  animation-delay: 5500ms !important;
}

.d5501 {
  animation-delay: 5501ms !important;
}

.d5502 {
  animation-delay: 5502ms !important;
}

.d5503 {
  animation-delay: 5503ms !important;
}

.d5504 {
  animation-delay: 5504ms !important;
}

.d5505 {
  animation-delay: 5505ms !important;
}

.d5506 {
  animation-delay: 5506ms !important;
}

.d5507 {
  animation-delay: 5507ms !important;
}

.d5508 {
  animation-delay: 5508ms !important;
}

.d5509 {
  animation-delay: 5509ms !important;
}

.d5510 {
  animation-delay: 5510ms !important;
}

.d5511 {
  animation-delay: 5511ms !important;
}

.d5512 {
  animation-delay: 5512ms !important;
}

.d5513 {
  animation-delay: 5513ms !important;
}

.d5514 {
  animation-delay: 5514ms !important;
}

.d5515 {
  animation-delay: 5515ms !important;
}

.d5516 {
  animation-delay: 5516ms !important;
}

.d5517 {
  animation-delay: 5517ms !important;
}

.d5518 {
  animation-delay: 5518ms !important;
}

.d5519 {
  animation-delay: 5519ms !important;
}

.d5520 {
  animation-delay: 5520ms !important;
}

.d5521 {
  animation-delay: 5521ms !important;
}

.d5522 {
  animation-delay: 5522ms !important;
}

.d5523 {
  animation-delay: 5523ms !important;
}

.d5524 {
  animation-delay: 5524ms !important;
}

.d5525 {
  animation-delay: 5525ms !important;
}

.d5526 {
  animation-delay: 5526ms !important;
}

.d5527 {
  animation-delay: 5527ms !important;
}

.d5528 {
  animation-delay: 5528ms !important;
}

.d5529 {
  animation-delay: 5529ms !important;
}

.d5530 {
  animation-delay: 5530ms !important;
}

.d5531 {
  animation-delay: 5531ms !important;
}

.d5532 {
  animation-delay: 5532ms !important;
}

.d5533 {
  animation-delay: 5533ms !important;
}

.d5534 {
  animation-delay: 5534ms !important;
}

.d5535 {
  animation-delay: 5535ms !important;
}

.d5536 {
  animation-delay: 5536ms !important;
}

.d5537 {
  animation-delay: 5537ms !important;
}

.d5538 {
  animation-delay: 5538ms !important;
}

.d5539 {
  animation-delay: 5539ms !important;
}

.d5540 {
  animation-delay: 5540ms !important;
}

.d5541 {
  animation-delay: 5541ms !important;
}

.d5542 {
  animation-delay: 5542ms !important;
}

.d5543 {
  animation-delay: 5543ms !important;
}

.d5544 {
  animation-delay: 5544ms !important;
}

.d5545 {
  animation-delay: 5545ms !important;
}

.d5546 {
  animation-delay: 5546ms !important;
}

.d5547 {
  animation-delay: 5547ms !important;
}

.d5548 {
  animation-delay: 5548ms !important;
}

.d5549 {
  animation-delay: 5549ms !important;
}

.d5550 {
  animation-delay: 5550ms !important;
}

.d5551 {
  animation-delay: 5551ms !important;
}

.d5552 {
  animation-delay: 5552ms !important;
}

.d5553 {
  animation-delay: 5553ms !important;
}

.d5554 {
  animation-delay: 5554ms !important;
}

.d5555 {
  animation-delay: 5555ms !important;
}

.d5556 {
  animation-delay: 5556ms !important;
}

.d5557 {
  animation-delay: 5557ms !important;
}

.d5558 {
  animation-delay: 5558ms !important;
}

.d5559 {
  animation-delay: 5559ms !important;
}

.d5560 {
  animation-delay: 5560ms !important;
}

.d5561 {
  animation-delay: 5561ms !important;
}

.d5562 {
  animation-delay: 5562ms !important;
}

.d5563 {
  animation-delay: 5563ms !important;
}

.d5564 {
  animation-delay: 5564ms !important;
}

.d5565 {
  animation-delay: 5565ms !important;
}

.d5566 {
  animation-delay: 5566ms !important;
}

.d5567 {
  animation-delay: 5567ms !important;
}

.d5568 {
  animation-delay: 5568ms !important;
}

.d5569 {
  animation-delay: 5569ms !important;
}

.d5570 {
  animation-delay: 5570ms !important;
}

.d5571 {
  animation-delay: 5571ms !important;
}

.d5572 {
  animation-delay: 5572ms !important;
}

.d5573 {
  animation-delay: 5573ms !important;
}

.d5574 {
  animation-delay: 5574ms !important;
}

.d5575 {
  animation-delay: 5575ms !important;
}

.d5576 {
  animation-delay: 5576ms !important;
}

.d5577 {
  animation-delay: 5577ms !important;
}

.d5578 {
  animation-delay: 5578ms !important;
}

.d5579 {
  animation-delay: 5579ms !important;
}

.d5580 {
  animation-delay: 5580ms !important;
}

.d5581 {
  animation-delay: 5581ms !important;
}

.d5582 {
  animation-delay: 5582ms !important;
}

.d5583 {
  animation-delay: 5583ms !important;
}

.d5584 {
  animation-delay: 5584ms !important;
}

.d5585 {
  animation-delay: 5585ms !important;
}

.d5586 {
  animation-delay: 5586ms !important;
}

.d5587 {
  animation-delay: 5587ms !important;
}

.d5588 {
  animation-delay: 5588ms !important;
}

.d5589 {
  animation-delay: 5589ms !important;
}

.d5590 {
  animation-delay: 5590ms !important;
}

.d5591 {
  animation-delay: 5591ms !important;
}

.d5592 {
  animation-delay: 5592ms !important;
}

.d5593 {
  animation-delay: 5593ms !important;
}

.d5594 {
  animation-delay: 5594ms !important;
}

.d5595 {
  animation-delay: 5595ms !important;
}

.d5596 {
  animation-delay: 5596ms !important;
}

.d5597 {
  animation-delay: 5597ms !important;
}

.d5598 {
  animation-delay: 5598ms !important;
}

.d5599 {
  animation-delay: 5599ms !important;
}

.d5600 {
  animation-delay: 5600ms !important;
}

.d5601 {
  animation-delay: 5601ms !important;
}

.d5602 {
  animation-delay: 5602ms !important;
}

.d5603 {
  animation-delay: 5603ms !important;
}

.d5604 {
  animation-delay: 5604ms !important;
}

.d5605 {
  animation-delay: 5605ms !important;
}

.d5606 {
  animation-delay: 5606ms !important;
}

.d5607 {
  animation-delay: 5607ms !important;
}

.d5608 {
  animation-delay: 5608ms !important;
}

.d5609 {
  animation-delay: 5609ms !important;
}

.d5610 {
  animation-delay: 5610ms !important;
}

.d5611 {
  animation-delay: 5611ms !important;
}

.d5612 {
  animation-delay: 5612ms !important;
}

.d5613 {
  animation-delay: 5613ms !important;
}

.d5614 {
  animation-delay: 5614ms !important;
}

.d5615 {
  animation-delay: 5615ms !important;
}

.d5616 {
  animation-delay: 5616ms !important;
}

.d5617 {
  animation-delay: 5617ms !important;
}

.d5618 {
  animation-delay: 5618ms !important;
}

.d5619 {
  animation-delay: 5619ms !important;
}

.d5620 {
  animation-delay: 5620ms !important;
}

.d5621 {
  animation-delay: 5621ms !important;
}

.d5622 {
  animation-delay: 5622ms !important;
}

.d5623 {
  animation-delay: 5623ms !important;
}

.d5624 {
  animation-delay: 5624ms !important;
}

.d5625 {
  animation-delay: 5625ms !important;
}

.d5626 {
  animation-delay: 5626ms !important;
}

.d5627 {
  animation-delay: 5627ms !important;
}

.d5628 {
  animation-delay: 5628ms !important;
}

.d5629 {
  animation-delay: 5629ms !important;
}

.d5630 {
  animation-delay: 5630ms !important;
}

.d5631 {
  animation-delay: 5631ms !important;
}

.d5632 {
  animation-delay: 5632ms !important;
}

.d5633 {
  animation-delay: 5633ms !important;
}

.d5634 {
  animation-delay: 5634ms !important;
}

.d5635 {
  animation-delay: 5635ms !important;
}

.d5636 {
  animation-delay: 5636ms !important;
}

.d5637 {
  animation-delay: 5637ms !important;
}

.d5638 {
  animation-delay: 5638ms !important;
}

.d5639 {
  animation-delay: 5639ms !important;
}

.d5640 {
  animation-delay: 5640ms !important;
}

.d5641 {
  animation-delay: 5641ms !important;
}

.d5642 {
  animation-delay: 5642ms !important;
}

.d5643 {
  animation-delay: 5643ms !important;
}

.d5644 {
  animation-delay: 5644ms !important;
}

.d5645 {
  animation-delay: 5645ms !important;
}

.d5646 {
  animation-delay: 5646ms !important;
}

.d5647 {
  animation-delay: 5647ms !important;
}

.d5648 {
  animation-delay: 5648ms !important;
}

.d5649 {
  animation-delay: 5649ms !important;
}

.d5650 {
  animation-delay: 5650ms !important;
}

.d5651 {
  animation-delay: 5651ms !important;
}

.d5652 {
  animation-delay: 5652ms !important;
}

.d5653 {
  animation-delay: 5653ms !important;
}

.d5654 {
  animation-delay: 5654ms !important;
}

.d5655 {
  animation-delay: 5655ms !important;
}

.d5656 {
  animation-delay: 5656ms !important;
}

.d5657 {
  animation-delay: 5657ms !important;
}

.d5658 {
  animation-delay: 5658ms !important;
}

.d5659 {
  animation-delay: 5659ms !important;
}

.d5660 {
  animation-delay: 5660ms !important;
}

.d5661 {
  animation-delay: 5661ms !important;
}

.d5662 {
  animation-delay: 5662ms !important;
}

.d5663 {
  animation-delay: 5663ms !important;
}

.d5664 {
  animation-delay: 5664ms !important;
}

.d5665 {
  animation-delay: 5665ms !important;
}

.d5666 {
  animation-delay: 5666ms !important;
}

.d5667 {
  animation-delay: 5667ms !important;
}

.d5668 {
  animation-delay: 5668ms !important;
}

.d5669 {
  animation-delay: 5669ms !important;
}

.d5670 {
  animation-delay: 5670ms !important;
}

.d5671 {
  animation-delay: 5671ms !important;
}

.d5672 {
  animation-delay: 5672ms !important;
}

.d5673 {
  animation-delay: 5673ms !important;
}

.d5674 {
  animation-delay: 5674ms !important;
}

.d5675 {
  animation-delay: 5675ms !important;
}

.d5676 {
  animation-delay: 5676ms !important;
}

.d5677 {
  animation-delay: 5677ms !important;
}

.d5678 {
  animation-delay: 5678ms !important;
}

.d5679 {
  animation-delay: 5679ms !important;
}

.d5680 {
  animation-delay: 5680ms !important;
}

.d5681 {
  animation-delay: 5681ms !important;
}

.d5682 {
  animation-delay: 5682ms !important;
}

.d5683 {
  animation-delay: 5683ms !important;
}

.d5684 {
  animation-delay: 5684ms !important;
}

.d5685 {
  animation-delay: 5685ms !important;
}

.d5686 {
  animation-delay: 5686ms !important;
}

.d5687 {
  animation-delay: 5687ms !important;
}

.d5688 {
  animation-delay: 5688ms !important;
}

.d5689 {
  animation-delay: 5689ms !important;
}

.d5690 {
  animation-delay: 5690ms !important;
}

.d5691 {
  animation-delay: 5691ms !important;
}

.d5692 {
  animation-delay: 5692ms !important;
}

.d5693 {
  animation-delay: 5693ms !important;
}

.d5694 {
  animation-delay: 5694ms !important;
}

.d5695 {
  animation-delay: 5695ms !important;
}

.d5696 {
  animation-delay: 5696ms !important;
}

.d5697 {
  animation-delay: 5697ms !important;
}

.d5698 {
  animation-delay: 5698ms !important;
}

.d5699 {
  animation-delay: 5699ms !important;
}

.d5700 {
  animation-delay: 5700ms !important;
}

.d5701 {
  animation-delay: 5701ms !important;
}

.d5702 {
  animation-delay: 5702ms !important;
}

.d5703 {
  animation-delay: 5703ms !important;
}

.d5704 {
  animation-delay: 5704ms !important;
}

.d5705 {
  animation-delay: 5705ms !important;
}

.d5706 {
  animation-delay: 5706ms !important;
}

.d5707 {
  animation-delay: 5707ms !important;
}

.d5708 {
  animation-delay: 5708ms !important;
}

.d5709 {
  animation-delay: 5709ms !important;
}

.d5710 {
  animation-delay: 5710ms !important;
}

.d5711 {
  animation-delay: 5711ms !important;
}

.d5712 {
  animation-delay: 5712ms !important;
}

.d5713 {
  animation-delay: 5713ms !important;
}

.d5714 {
  animation-delay: 5714ms !important;
}

.d5715 {
  animation-delay: 5715ms !important;
}

.d5716 {
  animation-delay: 5716ms !important;
}

.d5717 {
  animation-delay: 5717ms !important;
}

.d5718 {
  animation-delay: 5718ms !important;
}

.d5719 {
  animation-delay: 5719ms !important;
}

.d5720 {
  animation-delay: 5720ms !important;
}

.d5721 {
  animation-delay: 5721ms !important;
}

.d5722 {
  animation-delay: 5722ms !important;
}

.d5723 {
  animation-delay: 5723ms !important;
}

.d5724 {
  animation-delay: 5724ms !important;
}

.d5725 {
  animation-delay: 5725ms !important;
}

.d5726 {
  animation-delay: 5726ms !important;
}

.d5727 {
  animation-delay: 5727ms !important;
}

.d5728 {
  animation-delay: 5728ms !important;
}

.d5729 {
  animation-delay: 5729ms !important;
}

.d5730 {
  animation-delay: 5730ms !important;
}

.d5731 {
  animation-delay: 5731ms !important;
}

.d5732 {
  animation-delay: 5732ms !important;
}

.d5733 {
  animation-delay: 5733ms !important;
}

.d5734 {
  animation-delay: 5734ms !important;
}

.d5735 {
  animation-delay: 5735ms !important;
}

.d5736 {
  animation-delay: 5736ms !important;
}

.d5737 {
  animation-delay: 5737ms !important;
}

.d5738 {
  animation-delay: 5738ms !important;
}

.d5739 {
  animation-delay: 5739ms !important;
}

.d5740 {
  animation-delay: 5740ms !important;
}

.d5741 {
  animation-delay: 5741ms !important;
}

.d5742 {
  animation-delay: 5742ms !important;
}

.d5743 {
  animation-delay: 5743ms !important;
}

.d5744 {
  animation-delay: 5744ms !important;
}

.d5745 {
  animation-delay: 5745ms !important;
}

.d5746 {
  animation-delay: 5746ms !important;
}

.d5747 {
  animation-delay: 5747ms !important;
}

.d5748 {
  animation-delay: 5748ms !important;
}

.d5749 {
  animation-delay: 5749ms !important;
}

.d5750 {
  animation-delay: 5750ms !important;
}

.d5751 {
  animation-delay: 5751ms !important;
}

.d5752 {
  animation-delay: 5752ms !important;
}

.d5753 {
  animation-delay: 5753ms !important;
}

.d5754 {
  animation-delay: 5754ms !important;
}

.d5755 {
  animation-delay: 5755ms !important;
}

.d5756 {
  animation-delay: 5756ms !important;
}

.d5757 {
  animation-delay: 5757ms !important;
}

.d5758 {
  animation-delay: 5758ms !important;
}

.d5759 {
  animation-delay: 5759ms !important;
}

.d5760 {
  animation-delay: 5760ms !important;
}

.d5761 {
  animation-delay: 5761ms !important;
}

.d5762 {
  animation-delay: 5762ms !important;
}

.d5763 {
  animation-delay: 5763ms !important;
}

.d5764 {
  animation-delay: 5764ms !important;
}

.d5765 {
  animation-delay: 5765ms !important;
}

.d5766 {
  animation-delay: 5766ms !important;
}

.d5767 {
  animation-delay: 5767ms !important;
}

.d5768 {
  animation-delay: 5768ms !important;
}

.d5769 {
  animation-delay: 5769ms !important;
}

.d5770 {
  animation-delay: 5770ms !important;
}

.d5771 {
  animation-delay: 5771ms !important;
}

.d5772 {
  animation-delay: 5772ms !important;
}

.d5773 {
  animation-delay: 5773ms !important;
}

.d5774 {
  animation-delay: 5774ms !important;
}

.d5775 {
  animation-delay: 5775ms !important;
}

.d5776 {
  animation-delay: 5776ms !important;
}

.d5777 {
  animation-delay: 5777ms !important;
}

.d5778 {
  animation-delay: 5778ms !important;
}

.d5779 {
  animation-delay: 5779ms !important;
}

.d5780 {
  animation-delay: 5780ms !important;
}

.d5781 {
  animation-delay: 5781ms !important;
}

.d5782 {
  animation-delay: 5782ms !important;
}

.d5783 {
  animation-delay: 5783ms !important;
}

.d5784 {
  animation-delay: 5784ms !important;
}

.d5785 {
  animation-delay: 5785ms !important;
}

.d5786 {
  animation-delay: 5786ms !important;
}

.d5787 {
  animation-delay: 5787ms !important;
}

.d5788 {
  animation-delay: 5788ms !important;
}

.d5789 {
  animation-delay: 5789ms !important;
}

.d5790 {
  animation-delay: 5790ms !important;
}

.d5791 {
  animation-delay: 5791ms !important;
}

.d5792 {
  animation-delay: 5792ms !important;
}

.d5793 {
  animation-delay: 5793ms !important;
}

.d5794 {
  animation-delay: 5794ms !important;
}

.d5795 {
  animation-delay: 5795ms !important;
}

.d5796 {
  animation-delay: 5796ms !important;
}

.d5797 {
  animation-delay: 5797ms !important;
}

.d5798 {
  animation-delay: 5798ms !important;
}

.d5799 {
  animation-delay: 5799ms !important;
}

.d5800 {
  animation-delay: 5800ms !important;
}

.d5801 {
  animation-delay: 5801ms !important;
}

.d5802 {
  animation-delay: 5802ms !important;
}

.d5803 {
  animation-delay: 5803ms !important;
}

.d5804 {
  animation-delay: 5804ms !important;
}

.d5805 {
  animation-delay: 5805ms !important;
}

.d5806 {
  animation-delay: 5806ms !important;
}

.d5807 {
  animation-delay: 5807ms !important;
}

.d5808 {
  animation-delay: 5808ms !important;
}

.d5809 {
  animation-delay: 5809ms !important;
}

.d5810 {
  animation-delay: 5810ms !important;
}

.d5811 {
  animation-delay: 5811ms !important;
}

.d5812 {
  animation-delay: 5812ms !important;
}

.d5813 {
  animation-delay: 5813ms !important;
}

.d5814 {
  animation-delay: 5814ms !important;
}

.d5815 {
  animation-delay: 5815ms !important;
}

.d5816 {
  animation-delay: 5816ms !important;
}

.d5817 {
  animation-delay: 5817ms !important;
}

.d5818 {
  animation-delay: 5818ms !important;
}

.d5819 {
  animation-delay: 5819ms !important;
}

.d5820 {
  animation-delay: 5820ms !important;
}

.d5821 {
  animation-delay: 5821ms !important;
}

.d5822 {
  animation-delay: 5822ms !important;
}

.d5823 {
  animation-delay: 5823ms !important;
}

.d5824 {
  animation-delay: 5824ms !important;
}

.d5825 {
  animation-delay: 5825ms !important;
}

.d5826 {
  animation-delay: 5826ms !important;
}

.d5827 {
  animation-delay: 5827ms !important;
}

.d5828 {
  animation-delay: 5828ms !important;
}

.d5829 {
  animation-delay: 5829ms !important;
}

.d5830 {
  animation-delay: 5830ms !important;
}

.d5831 {
  animation-delay: 5831ms !important;
}

.d5832 {
  animation-delay: 5832ms !important;
}

.d5833 {
  animation-delay: 5833ms !important;
}

.d5834 {
  animation-delay: 5834ms !important;
}

.d5835 {
  animation-delay: 5835ms !important;
}

.d5836 {
  animation-delay: 5836ms !important;
}

.d5837 {
  animation-delay: 5837ms !important;
}

.d5838 {
  animation-delay: 5838ms !important;
}

.d5839 {
  animation-delay: 5839ms !important;
}

.d5840 {
  animation-delay: 5840ms !important;
}

.d5841 {
  animation-delay: 5841ms !important;
}

.d5842 {
  animation-delay: 5842ms !important;
}

.d5843 {
  animation-delay: 5843ms !important;
}

.d5844 {
  animation-delay: 5844ms !important;
}

.d5845 {
  animation-delay: 5845ms !important;
}

.d5846 {
  animation-delay: 5846ms !important;
}

.d5847 {
  animation-delay: 5847ms !important;
}

.d5848 {
  animation-delay: 5848ms !important;
}

.d5849 {
  animation-delay: 5849ms !important;
}

.d5850 {
  animation-delay: 5850ms !important;
}

.d5851 {
  animation-delay: 5851ms !important;
}

.d5852 {
  animation-delay: 5852ms !important;
}

.d5853 {
  animation-delay: 5853ms !important;
}

.d5854 {
  animation-delay: 5854ms !important;
}

.d5855 {
  animation-delay: 5855ms !important;
}

.d5856 {
  animation-delay: 5856ms !important;
}

.d5857 {
  animation-delay: 5857ms !important;
}

.d5858 {
  animation-delay: 5858ms !important;
}

.d5859 {
  animation-delay: 5859ms !important;
}

.d5860 {
  animation-delay: 5860ms !important;
}

.d5861 {
  animation-delay: 5861ms !important;
}

.d5862 {
  animation-delay: 5862ms !important;
}

.d5863 {
  animation-delay: 5863ms !important;
}

.d5864 {
  animation-delay: 5864ms !important;
}

.d5865 {
  animation-delay: 5865ms !important;
}

.d5866 {
  animation-delay: 5866ms !important;
}

.d5867 {
  animation-delay: 5867ms !important;
}

.d5868 {
  animation-delay: 5868ms !important;
}

.d5869 {
  animation-delay: 5869ms !important;
}

.d5870 {
  animation-delay: 5870ms !important;
}

.d5871 {
  animation-delay: 5871ms !important;
}

.d5872 {
  animation-delay: 5872ms !important;
}

.d5873 {
  animation-delay: 5873ms !important;
}

.d5874 {
  animation-delay: 5874ms !important;
}

.d5875 {
  animation-delay: 5875ms !important;
}

.d5876 {
  animation-delay: 5876ms !important;
}

.d5877 {
  animation-delay: 5877ms !important;
}

.d5878 {
  animation-delay: 5878ms !important;
}

.d5879 {
  animation-delay: 5879ms !important;
}

.d5880 {
  animation-delay: 5880ms !important;
}

.d5881 {
  animation-delay: 5881ms !important;
}

.d5882 {
  animation-delay: 5882ms !important;
}

.d5883 {
  animation-delay: 5883ms !important;
}

.d5884 {
  animation-delay: 5884ms !important;
}

.d5885 {
  animation-delay: 5885ms !important;
}

.d5886 {
  animation-delay: 5886ms !important;
}

.d5887 {
  animation-delay: 5887ms !important;
}

.d5888 {
  animation-delay: 5888ms !important;
}

.d5889 {
  animation-delay: 5889ms !important;
}

.d5890 {
  animation-delay: 5890ms !important;
}

.d5891 {
  animation-delay: 5891ms !important;
}

.d5892 {
  animation-delay: 5892ms !important;
}

.d5893 {
  animation-delay: 5893ms !important;
}

.d5894 {
  animation-delay: 5894ms !important;
}

.d5895 {
  animation-delay: 5895ms !important;
}

.d5896 {
  animation-delay: 5896ms !important;
}

.d5897 {
  animation-delay: 5897ms !important;
}

.d5898 {
  animation-delay: 5898ms !important;
}

.d5899 {
  animation-delay: 5899ms !important;
}

.d5900 {
  animation-delay: 5900ms !important;
}

.d5901 {
  animation-delay: 5901ms !important;
}

.d5902 {
  animation-delay: 5902ms !important;
}

.d5903 {
  animation-delay: 5903ms !important;
}

.d5904 {
  animation-delay: 5904ms !important;
}

.d5905 {
  animation-delay: 5905ms !important;
}

.d5906 {
  animation-delay: 5906ms !important;
}

.d5907 {
  animation-delay: 5907ms !important;
}

.d5908 {
  animation-delay: 5908ms !important;
}

.d5909 {
  animation-delay: 5909ms !important;
}

.d5910 {
  animation-delay: 5910ms !important;
}

.d5911 {
  animation-delay: 5911ms !important;
}

.d5912 {
  animation-delay: 5912ms !important;
}

.d5913 {
  animation-delay: 5913ms !important;
}

.d5914 {
  animation-delay: 5914ms !important;
}

.d5915 {
  animation-delay: 5915ms !important;
}

.d5916 {
  animation-delay: 5916ms !important;
}

.d5917 {
  animation-delay: 5917ms !important;
}

.d5918 {
  animation-delay: 5918ms !important;
}

.d5919 {
  animation-delay: 5919ms !important;
}

.d5920 {
  animation-delay: 5920ms !important;
}

.d5921 {
  animation-delay: 5921ms !important;
}

.d5922 {
  animation-delay: 5922ms !important;
}

.d5923 {
  animation-delay: 5923ms !important;
}

.d5924 {
  animation-delay: 5924ms !important;
}

.d5925 {
  animation-delay: 5925ms !important;
}

.d5926 {
  animation-delay: 5926ms !important;
}

.d5927 {
  animation-delay: 5927ms !important;
}

.d5928 {
  animation-delay: 5928ms !important;
}

.d5929 {
  animation-delay: 5929ms !important;
}

.d5930 {
  animation-delay: 5930ms !important;
}

.d5931 {
  animation-delay: 5931ms !important;
}

.d5932 {
  animation-delay: 5932ms !important;
}

.d5933 {
  animation-delay: 5933ms !important;
}

.d5934 {
  animation-delay: 5934ms !important;
}

.d5935 {
  animation-delay: 5935ms !important;
}

.d5936 {
  animation-delay: 5936ms !important;
}

.d5937 {
  animation-delay: 5937ms !important;
}

.d5938 {
  animation-delay: 5938ms !important;
}

.d5939 {
  animation-delay: 5939ms !important;
}

.d5940 {
  animation-delay: 5940ms !important;
}

.d5941 {
  animation-delay: 5941ms !important;
}

.d5942 {
  animation-delay: 5942ms !important;
}

.d5943 {
  animation-delay: 5943ms !important;
}

.d5944 {
  animation-delay: 5944ms !important;
}

.d5945 {
  animation-delay: 5945ms !important;
}

.d5946 {
  animation-delay: 5946ms !important;
}

.d5947 {
  animation-delay: 5947ms !important;
}

.d5948 {
  animation-delay: 5948ms !important;
}

.d5949 {
  animation-delay: 5949ms !important;
}

.d5950 {
  animation-delay: 5950ms !important;
}

.d5951 {
  animation-delay: 5951ms !important;
}

.d5952 {
  animation-delay: 5952ms !important;
}

.d5953 {
  animation-delay: 5953ms !important;
}

.d5954 {
  animation-delay: 5954ms !important;
}

.d5955 {
  animation-delay: 5955ms !important;
}

.d5956 {
  animation-delay: 5956ms !important;
}

.d5957 {
  animation-delay: 5957ms !important;
}

.d5958 {
  animation-delay: 5958ms !important;
}

.d5959 {
  animation-delay: 5959ms !important;
}

.d5960 {
  animation-delay: 5960ms !important;
}

.d5961 {
  animation-delay: 5961ms !important;
}

.d5962 {
  animation-delay: 5962ms !important;
}

.d5963 {
  animation-delay: 5963ms !important;
}

.d5964 {
  animation-delay: 5964ms !important;
}

.d5965 {
  animation-delay: 5965ms !important;
}

.d5966 {
  animation-delay: 5966ms !important;
}

.d5967 {
  animation-delay: 5967ms !important;
}

.d5968 {
  animation-delay: 5968ms !important;
}

.d5969 {
  animation-delay: 5969ms !important;
}

.d5970 {
  animation-delay: 5970ms !important;
}

.d5971 {
  animation-delay: 5971ms !important;
}

.d5972 {
  animation-delay: 5972ms !important;
}

.d5973 {
  animation-delay: 5973ms !important;
}

.d5974 {
  animation-delay: 5974ms !important;
}

.d5975 {
  animation-delay: 5975ms !important;
}

.d5976 {
  animation-delay: 5976ms !important;
}

.d5977 {
  animation-delay: 5977ms !important;
}

.d5978 {
  animation-delay: 5978ms !important;
}

.d5979 {
  animation-delay: 5979ms !important;
}

.d5980 {
  animation-delay: 5980ms !important;
}

.d5981 {
  animation-delay: 5981ms !important;
}

.d5982 {
  animation-delay: 5982ms !important;
}

.d5983 {
  animation-delay: 5983ms !important;
}

.d5984 {
  animation-delay: 5984ms !important;
}

.d5985 {
  animation-delay: 5985ms !important;
}

.d5986 {
  animation-delay: 5986ms !important;
}

.d5987 {
  animation-delay: 5987ms !important;
}

.d5988 {
  animation-delay: 5988ms !important;
}

.d5989 {
  animation-delay: 5989ms !important;
}

.d5990 {
  animation-delay: 5990ms !important;
}

.d5991 {
  animation-delay: 5991ms !important;
}

.d5992 {
  animation-delay: 5992ms !important;
}

.d5993 {
  animation-delay: 5993ms !important;
}

.d5994 {
  animation-delay: 5994ms !important;
}

.d5995 {
  animation-delay: 5995ms !important;
}

.d5996 {
  animation-delay: 5996ms !important;
}

.d5997 {
  animation-delay: 5997ms !important;
}

.d5998 {
  animation-delay: 5998ms !important;
}

.d5999 {
  animation-delay: 5999ms !important;
}

.d6000 {
  animation-delay: 6000ms !important;
}

.d6001 {
  animation-delay: 6001ms !important;
}

.d6002 {
  animation-delay: 6002ms !important;
}

.d6003 {
  animation-delay: 6003ms !important;
}

.d6004 {
  animation-delay: 6004ms !important;
}

.d6005 {
  animation-delay: 6005ms !important;
}

.d6006 {
  animation-delay: 6006ms !important;
}

.d6007 {
  animation-delay: 6007ms !important;
}

.d6008 {
  animation-delay: 6008ms !important;
}

.d6009 {
  animation-delay: 6009ms !important;
}

.d6010 {
  animation-delay: 6010ms !important;
}

.d6011 {
  animation-delay: 6011ms !important;
}

.d6012 {
  animation-delay: 6012ms !important;
}

.d6013 {
  animation-delay: 6013ms !important;
}

.d6014 {
  animation-delay: 6014ms !important;
}

.d6015 {
  animation-delay: 6015ms !important;
}

.d6016 {
  animation-delay: 6016ms !important;
}

.d6017 {
  animation-delay: 6017ms !important;
}

.d6018 {
  animation-delay: 6018ms !important;
}

.d6019 {
  animation-delay: 6019ms !important;
}

.d6020 {
  animation-delay: 6020ms !important;
}

.d6021 {
  animation-delay: 6021ms !important;
}

.d6022 {
  animation-delay: 6022ms !important;
}

.d6023 {
  animation-delay: 6023ms !important;
}

.d6024 {
  animation-delay: 6024ms !important;
}

.d6025 {
  animation-delay: 6025ms !important;
}

.d6026 {
  animation-delay: 6026ms !important;
}

.d6027 {
  animation-delay: 6027ms !important;
}

.d6028 {
  animation-delay: 6028ms !important;
}

.d6029 {
  animation-delay: 6029ms !important;
}

.d6030 {
  animation-delay: 6030ms !important;
}

.d6031 {
  animation-delay: 6031ms !important;
}

.d6032 {
  animation-delay: 6032ms !important;
}

.d6033 {
  animation-delay: 6033ms !important;
}

.d6034 {
  animation-delay: 6034ms !important;
}

.d6035 {
  animation-delay: 6035ms !important;
}

.d6036 {
  animation-delay: 6036ms !important;
}

.d6037 {
  animation-delay: 6037ms !important;
}

.d6038 {
  animation-delay: 6038ms !important;
}

.d6039 {
  animation-delay: 6039ms !important;
}

.d6040 {
  animation-delay: 6040ms !important;
}

.d6041 {
  animation-delay: 6041ms !important;
}

.d6042 {
  animation-delay: 6042ms !important;
}

.d6043 {
  animation-delay: 6043ms !important;
}

.d6044 {
  animation-delay: 6044ms !important;
}

.d6045 {
  animation-delay: 6045ms !important;
}

.d6046 {
  animation-delay: 6046ms !important;
}

.d6047 {
  animation-delay: 6047ms !important;
}

.d6048 {
  animation-delay: 6048ms !important;
}

.d6049 {
  animation-delay: 6049ms !important;
}

.d6050 {
  animation-delay: 6050ms !important;
}

.d6051 {
  animation-delay: 6051ms !important;
}

.d6052 {
  animation-delay: 6052ms !important;
}

.d6053 {
  animation-delay: 6053ms !important;
}

.d6054 {
  animation-delay: 6054ms !important;
}

.d6055 {
  animation-delay: 6055ms !important;
}

.d6056 {
  animation-delay: 6056ms !important;
}

.d6057 {
  animation-delay: 6057ms !important;
}

.d6058 {
  animation-delay: 6058ms !important;
}

.d6059 {
  animation-delay: 6059ms !important;
}

.d6060 {
  animation-delay: 6060ms !important;
}

.d6061 {
  animation-delay: 6061ms !important;
}

.d6062 {
  animation-delay: 6062ms !important;
}

.d6063 {
  animation-delay: 6063ms !important;
}

.d6064 {
  animation-delay: 6064ms !important;
}

.d6065 {
  animation-delay: 6065ms !important;
}

.d6066 {
  animation-delay: 6066ms !important;
}

.d6067 {
  animation-delay: 6067ms !important;
}

.d6068 {
  animation-delay: 6068ms !important;
}

.d6069 {
  animation-delay: 6069ms !important;
}

.d6070 {
  animation-delay: 6070ms !important;
}

.d6071 {
  animation-delay: 6071ms !important;
}

.d6072 {
  animation-delay: 6072ms !important;
}

.d6073 {
  animation-delay: 6073ms !important;
}

.d6074 {
  animation-delay: 6074ms !important;
}

.d6075 {
  animation-delay: 6075ms !important;
}

.d6076 {
  animation-delay: 6076ms !important;
}

.d6077 {
  animation-delay: 6077ms !important;
}

.d6078 {
  animation-delay: 6078ms !important;
}

.d6079 {
  animation-delay: 6079ms !important;
}

.d6080 {
  animation-delay: 6080ms !important;
}

.d6081 {
  animation-delay: 6081ms !important;
}

.d6082 {
  animation-delay: 6082ms !important;
}

.d6083 {
  animation-delay: 6083ms !important;
}

.d6084 {
  animation-delay: 6084ms !important;
}

.d6085 {
  animation-delay: 6085ms !important;
}

.d6086 {
  animation-delay: 6086ms !important;
}

.d6087 {
  animation-delay: 6087ms !important;
}

.d6088 {
  animation-delay: 6088ms !important;
}

.d6089 {
  animation-delay: 6089ms !important;
}

.d6090 {
  animation-delay: 6090ms !important;
}

.d6091 {
  animation-delay: 6091ms !important;
}

.d6092 {
  animation-delay: 6092ms !important;
}

.d6093 {
  animation-delay: 6093ms !important;
}

.d6094 {
  animation-delay: 6094ms !important;
}

.d6095 {
  animation-delay: 6095ms !important;
}

.d6096 {
  animation-delay: 6096ms !important;
}

.d6097 {
  animation-delay: 6097ms !important;
}

.d6098 {
  animation-delay: 6098ms !important;
}

.d6099 {
  animation-delay: 6099ms !important;
}

.d6100 {
  animation-delay: 6100ms !important;
}

.d6101 {
  animation-delay: 6101ms !important;
}

.d6102 {
  animation-delay: 6102ms !important;
}

.d6103 {
  animation-delay: 6103ms !important;
}

.d6104 {
  animation-delay: 6104ms !important;
}

.d6105 {
  animation-delay: 6105ms !important;
}

.d6106 {
  animation-delay: 6106ms !important;
}

.d6107 {
  animation-delay: 6107ms !important;
}

.d6108 {
  animation-delay: 6108ms !important;
}

.d6109 {
  animation-delay: 6109ms !important;
}

.d6110 {
  animation-delay: 6110ms !important;
}

.d6111 {
  animation-delay: 6111ms !important;
}

.d6112 {
  animation-delay: 6112ms !important;
}

.d6113 {
  animation-delay: 6113ms !important;
}

.d6114 {
  animation-delay: 6114ms !important;
}

.d6115 {
  animation-delay: 6115ms !important;
}

.d6116 {
  animation-delay: 6116ms !important;
}

.d6117 {
  animation-delay: 6117ms !important;
}

.d6118 {
  animation-delay: 6118ms !important;
}

.d6119 {
  animation-delay: 6119ms !important;
}

.d6120 {
  animation-delay: 6120ms !important;
}

.d6121 {
  animation-delay: 6121ms !important;
}

.d6122 {
  animation-delay: 6122ms !important;
}

.d6123 {
  animation-delay: 6123ms !important;
}

.d6124 {
  animation-delay: 6124ms !important;
}

.d6125 {
  animation-delay: 6125ms !important;
}

.d6126 {
  animation-delay: 6126ms !important;
}

.d6127 {
  animation-delay: 6127ms !important;
}

.d6128 {
  animation-delay: 6128ms !important;
}

.d6129 {
  animation-delay: 6129ms !important;
}

.d6130 {
  animation-delay: 6130ms !important;
}

.d6131 {
  animation-delay: 6131ms !important;
}

.d6132 {
  animation-delay: 6132ms !important;
}

.d6133 {
  animation-delay: 6133ms !important;
}

.d6134 {
  animation-delay: 6134ms !important;
}

.d6135 {
  animation-delay: 6135ms !important;
}

.d6136 {
  animation-delay: 6136ms !important;
}

.d6137 {
  animation-delay: 6137ms !important;
}

.d6138 {
  animation-delay: 6138ms !important;
}

.d6139 {
  animation-delay: 6139ms !important;
}

.d6140 {
  animation-delay: 6140ms !important;
}

.d6141 {
  animation-delay: 6141ms !important;
}

.d6142 {
  animation-delay: 6142ms !important;
}

.d6143 {
  animation-delay: 6143ms !important;
}

.d6144 {
  animation-delay: 6144ms !important;
}

.d6145 {
  animation-delay: 6145ms !important;
}

.d6146 {
  animation-delay: 6146ms !important;
}

.d6147 {
  animation-delay: 6147ms !important;
}

.d6148 {
  animation-delay: 6148ms !important;
}

.d6149 {
  animation-delay: 6149ms !important;
}

.d6150 {
  animation-delay: 6150ms !important;
}

.d6151 {
  animation-delay: 6151ms !important;
}

.d6152 {
  animation-delay: 6152ms !important;
}

.d6153 {
  animation-delay: 6153ms !important;
}

.d6154 {
  animation-delay: 6154ms !important;
}

.d6155 {
  animation-delay: 6155ms !important;
}

.d6156 {
  animation-delay: 6156ms !important;
}

.d6157 {
  animation-delay: 6157ms !important;
}

.d6158 {
  animation-delay: 6158ms !important;
}

.d6159 {
  animation-delay: 6159ms !important;
}

.d6160 {
  animation-delay: 6160ms !important;
}

.d6161 {
  animation-delay: 6161ms !important;
}

.d6162 {
  animation-delay: 6162ms !important;
}

.d6163 {
  animation-delay: 6163ms !important;
}

.d6164 {
  animation-delay: 6164ms !important;
}

.d6165 {
  animation-delay: 6165ms !important;
}

.d6166 {
  animation-delay: 6166ms !important;
}

.d6167 {
  animation-delay: 6167ms !important;
}

.d6168 {
  animation-delay: 6168ms !important;
}

.d6169 {
  animation-delay: 6169ms !important;
}

.d6170 {
  animation-delay: 6170ms !important;
}

.d6171 {
  animation-delay: 6171ms !important;
}

.d6172 {
  animation-delay: 6172ms !important;
}

.d6173 {
  animation-delay: 6173ms !important;
}

.d6174 {
  animation-delay: 6174ms !important;
}

.d6175 {
  animation-delay: 6175ms !important;
}

.d6176 {
  animation-delay: 6176ms !important;
}

.d6177 {
  animation-delay: 6177ms !important;
}

.d6178 {
  animation-delay: 6178ms !important;
}

.d6179 {
  animation-delay: 6179ms !important;
}

.d6180 {
  animation-delay: 6180ms !important;
}

.d6181 {
  animation-delay: 6181ms !important;
}

.d6182 {
  animation-delay: 6182ms !important;
}

.d6183 {
  animation-delay: 6183ms !important;
}

.d6184 {
  animation-delay: 6184ms !important;
}

.d6185 {
  animation-delay: 6185ms !important;
}

.d6186 {
  animation-delay: 6186ms !important;
}

.d6187 {
  animation-delay: 6187ms !important;
}

.d6188 {
  animation-delay: 6188ms !important;
}

.d6189 {
  animation-delay: 6189ms !important;
}

.d6190 {
  animation-delay: 6190ms !important;
}

.d6191 {
  animation-delay: 6191ms !important;
}

.d6192 {
  animation-delay: 6192ms !important;
}

.d6193 {
  animation-delay: 6193ms !important;
}

.d6194 {
  animation-delay: 6194ms !important;
}

.d6195 {
  animation-delay: 6195ms !important;
}

.d6196 {
  animation-delay: 6196ms !important;
}

.d6197 {
  animation-delay: 6197ms !important;
}

.d6198 {
  animation-delay: 6198ms !important;
}

.d6199 {
  animation-delay: 6199ms !important;
}

.d6200 {
  animation-delay: 6200ms !important;
}

.d6201 {
  animation-delay: 6201ms !important;
}

.d6202 {
  animation-delay: 6202ms !important;
}

.d6203 {
  animation-delay: 6203ms !important;
}

.d6204 {
  animation-delay: 6204ms !important;
}

.d6205 {
  animation-delay: 6205ms !important;
}

.d6206 {
  animation-delay: 6206ms !important;
}

.d6207 {
  animation-delay: 6207ms !important;
}

.d6208 {
  animation-delay: 6208ms !important;
}

.d6209 {
  animation-delay: 6209ms !important;
}

.d6210 {
  animation-delay: 6210ms !important;
}

.d6211 {
  animation-delay: 6211ms !important;
}

.d6212 {
  animation-delay: 6212ms !important;
}

.d6213 {
  animation-delay: 6213ms !important;
}

.d6214 {
  animation-delay: 6214ms !important;
}

.d6215 {
  animation-delay: 6215ms !important;
}

.d6216 {
  animation-delay: 6216ms !important;
}

.d6217 {
  animation-delay: 6217ms !important;
}

.d6218 {
  animation-delay: 6218ms !important;
}

.d6219 {
  animation-delay: 6219ms !important;
}

.d6220 {
  animation-delay: 6220ms !important;
}

.d6221 {
  animation-delay: 6221ms !important;
}

.d6222 {
  animation-delay: 6222ms !important;
}

.d6223 {
  animation-delay: 6223ms !important;
}

.d6224 {
  animation-delay: 6224ms !important;
}

.d6225 {
  animation-delay: 6225ms !important;
}

.d6226 {
  animation-delay: 6226ms !important;
}

.d6227 {
  animation-delay: 6227ms !important;
}

.d6228 {
  animation-delay: 6228ms !important;
}

.d6229 {
  animation-delay: 6229ms !important;
}

.d6230 {
  animation-delay: 6230ms !important;
}

.d6231 {
  animation-delay: 6231ms !important;
}

.d6232 {
  animation-delay: 6232ms !important;
}

.d6233 {
  animation-delay: 6233ms !important;
}

.d6234 {
  animation-delay: 6234ms !important;
}

.d6235 {
  animation-delay: 6235ms !important;
}

.d6236 {
  animation-delay: 6236ms !important;
}

.d6237 {
  animation-delay: 6237ms !important;
}

.d6238 {
  animation-delay: 6238ms !important;
}

.d6239 {
  animation-delay: 6239ms !important;
}

.d6240 {
  animation-delay: 6240ms !important;
}

.d6241 {
  animation-delay: 6241ms !important;
}

.d6242 {
  animation-delay: 6242ms !important;
}

.d6243 {
  animation-delay: 6243ms !important;
}

.d6244 {
  animation-delay: 6244ms !important;
}

.d6245 {
  animation-delay: 6245ms !important;
}

.d6246 {
  animation-delay: 6246ms !important;
}

.d6247 {
  animation-delay: 6247ms !important;
}

.d6248 {
  animation-delay: 6248ms !important;
}

.d6249 {
  animation-delay: 6249ms !important;
}

.d6250 {
  animation-delay: 6250ms !important;
}

.d6251 {
  animation-delay: 6251ms !important;
}

.d6252 {
  animation-delay: 6252ms !important;
}

.d6253 {
  animation-delay: 6253ms !important;
}

.d6254 {
  animation-delay: 6254ms !important;
}

.d6255 {
  animation-delay: 6255ms !important;
}

.d6256 {
  animation-delay: 6256ms !important;
}

.d6257 {
  animation-delay: 6257ms !important;
}

.d6258 {
  animation-delay: 6258ms !important;
}

.d6259 {
  animation-delay: 6259ms !important;
}

.d6260 {
  animation-delay: 6260ms !important;
}

.d6261 {
  animation-delay: 6261ms !important;
}

.d6262 {
  animation-delay: 6262ms !important;
}

.d6263 {
  animation-delay: 6263ms !important;
}

.d6264 {
  animation-delay: 6264ms !important;
}

.d6265 {
  animation-delay: 6265ms !important;
}

.d6266 {
  animation-delay: 6266ms !important;
}

.d6267 {
  animation-delay: 6267ms !important;
}

.d6268 {
  animation-delay: 6268ms !important;
}

.d6269 {
  animation-delay: 6269ms !important;
}

.d6270 {
  animation-delay: 6270ms !important;
}

.d6271 {
  animation-delay: 6271ms !important;
}

.d6272 {
  animation-delay: 6272ms !important;
}

.d6273 {
  animation-delay: 6273ms !important;
}

.d6274 {
  animation-delay: 6274ms !important;
}

.d6275 {
  animation-delay: 6275ms !important;
}

.d6276 {
  animation-delay: 6276ms !important;
}

.d6277 {
  animation-delay: 6277ms !important;
}

.d6278 {
  animation-delay: 6278ms !important;
}

.d6279 {
  animation-delay: 6279ms !important;
}

.d6280 {
  animation-delay: 6280ms !important;
}

.d6281 {
  animation-delay: 6281ms !important;
}

.d6282 {
  animation-delay: 6282ms !important;
}

.d6283 {
  animation-delay: 6283ms !important;
}

.d6284 {
  animation-delay: 6284ms !important;
}

.d6285 {
  animation-delay: 6285ms !important;
}

.d6286 {
  animation-delay: 6286ms !important;
}

.d6287 {
  animation-delay: 6287ms !important;
}

.d6288 {
  animation-delay: 6288ms !important;
}

.d6289 {
  animation-delay: 6289ms !important;
}

.d6290 {
  animation-delay: 6290ms !important;
}

.d6291 {
  animation-delay: 6291ms !important;
}

.d6292 {
  animation-delay: 6292ms !important;
}

.d6293 {
  animation-delay: 6293ms !important;
}

.d6294 {
  animation-delay: 6294ms !important;
}

.d6295 {
  animation-delay: 6295ms !important;
}

.d6296 {
  animation-delay: 6296ms !important;
}

.d6297 {
  animation-delay: 6297ms !important;
}

.d6298 {
  animation-delay: 6298ms !important;
}

.d6299 {
  animation-delay: 6299ms !important;
}

.d6300 {
  animation-delay: 6300ms !important;
}

.d6301 {
  animation-delay: 6301ms !important;
}

.d6302 {
  animation-delay: 6302ms !important;
}

.d6303 {
  animation-delay: 6303ms !important;
}

.d6304 {
  animation-delay: 6304ms !important;
}

.d6305 {
  animation-delay: 6305ms !important;
}

.d6306 {
  animation-delay: 6306ms !important;
}

.d6307 {
  animation-delay: 6307ms !important;
}

.d6308 {
  animation-delay: 6308ms !important;
}

.d6309 {
  animation-delay: 6309ms !important;
}

.d6310 {
  animation-delay: 6310ms !important;
}

.d6311 {
  animation-delay: 6311ms !important;
}

.d6312 {
  animation-delay: 6312ms !important;
}

.d6313 {
  animation-delay: 6313ms !important;
}

.d6314 {
  animation-delay: 6314ms !important;
}

.d6315 {
  animation-delay: 6315ms !important;
}

.d6316 {
  animation-delay: 6316ms !important;
}

.d6317 {
  animation-delay: 6317ms !important;
}

.d6318 {
  animation-delay: 6318ms !important;
}

.d6319 {
  animation-delay: 6319ms !important;
}

.d6320 {
  animation-delay: 6320ms !important;
}

.d6321 {
  animation-delay: 6321ms !important;
}

.d6322 {
  animation-delay: 6322ms !important;
}

.d6323 {
  animation-delay: 6323ms !important;
}

.d6324 {
  animation-delay: 6324ms !important;
}

.d6325 {
  animation-delay: 6325ms !important;
}

.d6326 {
  animation-delay: 6326ms !important;
}

.d6327 {
  animation-delay: 6327ms !important;
}

.d6328 {
  animation-delay: 6328ms !important;
}

.d6329 {
  animation-delay: 6329ms !important;
}

.d6330 {
  animation-delay: 6330ms !important;
}

.d6331 {
  animation-delay: 6331ms !important;
}

.d6332 {
  animation-delay: 6332ms !important;
}

.d6333 {
  animation-delay: 6333ms !important;
}

.d6334 {
  animation-delay: 6334ms !important;
}

.d6335 {
  animation-delay: 6335ms !important;
}

.d6336 {
  animation-delay: 6336ms !important;
}

.d6337 {
  animation-delay: 6337ms !important;
}

.d6338 {
  animation-delay: 6338ms !important;
}

.d6339 {
  animation-delay: 6339ms !important;
}

.d6340 {
  animation-delay: 6340ms !important;
}

.d6341 {
  animation-delay: 6341ms !important;
}

.d6342 {
  animation-delay: 6342ms !important;
}

.d6343 {
  animation-delay: 6343ms !important;
}

.d6344 {
  animation-delay: 6344ms !important;
}

.d6345 {
  animation-delay: 6345ms !important;
}

.d6346 {
  animation-delay: 6346ms !important;
}

.d6347 {
  animation-delay: 6347ms !important;
}

.d6348 {
  animation-delay: 6348ms !important;
}

.d6349 {
  animation-delay: 6349ms !important;
}

.d6350 {
  animation-delay: 6350ms !important;
}

.d6351 {
  animation-delay: 6351ms !important;
}

.d6352 {
  animation-delay: 6352ms !important;
}

.d6353 {
  animation-delay: 6353ms !important;
}

.d6354 {
  animation-delay: 6354ms !important;
}

.d6355 {
  animation-delay: 6355ms !important;
}

.d6356 {
  animation-delay: 6356ms !important;
}

.d6357 {
  animation-delay: 6357ms !important;
}

.d6358 {
  animation-delay: 6358ms !important;
}

.d6359 {
  animation-delay: 6359ms !important;
}

.d6360 {
  animation-delay: 6360ms !important;
}

.d6361 {
  animation-delay: 6361ms !important;
}

.d6362 {
  animation-delay: 6362ms !important;
}

.d6363 {
  animation-delay: 6363ms !important;
}

.d6364 {
  animation-delay: 6364ms !important;
}

.d6365 {
  animation-delay: 6365ms !important;
}

.d6366 {
  animation-delay: 6366ms !important;
}

.d6367 {
  animation-delay: 6367ms !important;
}

.d6368 {
  animation-delay: 6368ms !important;
}

.d6369 {
  animation-delay: 6369ms !important;
}

.d6370 {
  animation-delay: 6370ms !important;
}

.d6371 {
  animation-delay: 6371ms !important;
}

.d6372 {
  animation-delay: 6372ms !important;
}

.d6373 {
  animation-delay: 6373ms !important;
}

.d6374 {
  animation-delay: 6374ms !important;
}

.d6375 {
  animation-delay: 6375ms !important;
}

.d6376 {
  animation-delay: 6376ms !important;
}

.d6377 {
  animation-delay: 6377ms !important;
}

.d6378 {
  animation-delay: 6378ms !important;
}

.d6379 {
  animation-delay: 6379ms !important;
}

.d6380 {
  animation-delay: 6380ms !important;
}

.d6381 {
  animation-delay: 6381ms !important;
}

.d6382 {
  animation-delay: 6382ms !important;
}

.d6383 {
  animation-delay: 6383ms !important;
}

.d6384 {
  animation-delay: 6384ms !important;
}

.d6385 {
  animation-delay: 6385ms !important;
}

.d6386 {
  animation-delay: 6386ms !important;
}

.d6387 {
  animation-delay: 6387ms !important;
}

.d6388 {
  animation-delay: 6388ms !important;
}

.d6389 {
  animation-delay: 6389ms !important;
}

.d6390 {
  animation-delay: 6390ms !important;
}

.d6391 {
  animation-delay: 6391ms !important;
}

.d6392 {
  animation-delay: 6392ms !important;
}

.d6393 {
  animation-delay: 6393ms !important;
}

.d6394 {
  animation-delay: 6394ms !important;
}

.d6395 {
  animation-delay: 6395ms !important;
}

.d6396 {
  animation-delay: 6396ms !important;
}

.d6397 {
  animation-delay: 6397ms !important;
}

.d6398 {
  animation-delay: 6398ms !important;
}

.d6399 {
  animation-delay: 6399ms !important;
}

.d6400 {
  animation-delay: 6400ms !important;
}

.d6401 {
  animation-delay: 6401ms !important;
}

.d6402 {
  animation-delay: 6402ms !important;
}

.d6403 {
  animation-delay: 6403ms !important;
}

.d6404 {
  animation-delay: 6404ms !important;
}

.d6405 {
  animation-delay: 6405ms !important;
}

.d6406 {
  animation-delay: 6406ms !important;
}

.d6407 {
  animation-delay: 6407ms !important;
}

.d6408 {
  animation-delay: 6408ms !important;
}

.d6409 {
  animation-delay: 6409ms !important;
}

.d6410 {
  animation-delay: 6410ms !important;
}

.d6411 {
  animation-delay: 6411ms !important;
}

.d6412 {
  animation-delay: 6412ms !important;
}

.d6413 {
  animation-delay: 6413ms !important;
}

.d6414 {
  animation-delay: 6414ms !important;
}

.d6415 {
  animation-delay: 6415ms !important;
}

.d6416 {
  animation-delay: 6416ms !important;
}

.d6417 {
  animation-delay: 6417ms !important;
}

.d6418 {
  animation-delay: 6418ms !important;
}

.d6419 {
  animation-delay: 6419ms !important;
}

.d6420 {
  animation-delay: 6420ms !important;
}

.d6421 {
  animation-delay: 6421ms !important;
}

.d6422 {
  animation-delay: 6422ms !important;
}

.d6423 {
  animation-delay: 6423ms !important;
}

.d6424 {
  animation-delay: 6424ms !important;
}

.d6425 {
  animation-delay: 6425ms !important;
}

.d6426 {
  animation-delay: 6426ms !important;
}

.d6427 {
  animation-delay: 6427ms !important;
}

.d6428 {
  animation-delay: 6428ms !important;
}

.d6429 {
  animation-delay: 6429ms !important;
}

.d6430 {
  animation-delay: 6430ms !important;
}

.d6431 {
  animation-delay: 6431ms !important;
}

.d6432 {
  animation-delay: 6432ms !important;
}

.d6433 {
  animation-delay: 6433ms !important;
}

.d6434 {
  animation-delay: 6434ms !important;
}

.d6435 {
  animation-delay: 6435ms !important;
}

.d6436 {
  animation-delay: 6436ms !important;
}

.d6437 {
  animation-delay: 6437ms !important;
}

.d6438 {
  animation-delay: 6438ms !important;
}

.d6439 {
  animation-delay: 6439ms !important;
}

.d6440 {
  animation-delay: 6440ms !important;
}

.d6441 {
  animation-delay: 6441ms !important;
}

.d6442 {
  animation-delay: 6442ms !important;
}

.d6443 {
  animation-delay: 6443ms !important;
}

.d6444 {
  animation-delay: 6444ms !important;
}

.d6445 {
  animation-delay: 6445ms !important;
}

.d6446 {
  animation-delay: 6446ms !important;
}

.d6447 {
  animation-delay: 6447ms !important;
}

.d6448 {
  animation-delay: 6448ms !important;
}

.d6449 {
  animation-delay: 6449ms !important;
}

.d6450 {
  animation-delay: 6450ms !important;
}

.d6451 {
  animation-delay: 6451ms !important;
}

.d6452 {
  animation-delay: 6452ms !important;
}

.d6453 {
  animation-delay: 6453ms !important;
}

.d6454 {
  animation-delay: 6454ms !important;
}

.d6455 {
  animation-delay: 6455ms !important;
}

.d6456 {
  animation-delay: 6456ms !important;
}

.d6457 {
  animation-delay: 6457ms !important;
}

.d6458 {
  animation-delay: 6458ms !important;
}

.d6459 {
  animation-delay: 6459ms !important;
}

.d6460 {
  animation-delay: 6460ms !important;
}

.d6461 {
  animation-delay: 6461ms !important;
}

.d6462 {
  animation-delay: 6462ms !important;
}

.d6463 {
  animation-delay: 6463ms !important;
}

.d6464 {
  animation-delay: 6464ms !important;
}

.d6465 {
  animation-delay: 6465ms !important;
}

.d6466 {
  animation-delay: 6466ms !important;
}

.d6467 {
  animation-delay: 6467ms !important;
}

.d6468 {
  animation-delay: 6468ms !important;
}

.d6469 {
  animation-delay: 6469ms !important;
}

.d6470 {
  animation-delay: 6470ms !important;
}

.d6471 {
  animation-delay: 6471ms !important;
}

.d6472 {
  animation-delay: 6472ms !important;
}

.d6473 {
  animation-delay: 6473ms !important;
}

.d6474 {
  animation-delay: 6474ms !important;
}

.d6475 {
  animation-delay: 6475ms !important;
}

.d6476 {
  animation-delay: 6476ms !important;
}

.d6477 {
  animation-delay: 6477ms !important;
}

.d6478 {
  animation-delay: 6478ms !important;
}

.d6479 {
  animation-delay: 6479ms !important;
}

.d6480 {
  animation-delay: 6480ms !important;
}

.d6481 {
  animation-delay: 6481ms !important;
}

.d6482 {
  animation-delay: 6482ms !important;
}

.d6483 {
  animation-delay: 6483ms !important;
}

.d6484 {
  animation-delay: 6484ms !important;
}

.d6485 {
  animation-delay: 6485ms !important;
}

.d6486 {
  animation-delay: 6486ms !important;
}

.d6487 {
  animation-delay: 6487ms !important;
}

.d6488 {
  animation-delay: 6488ms !important;
}

.d6489 {
  animation-delay: 6489ms !important;
}

.d6490 {
  animation-delay: 6490ms !important;
}

.d6491 {
  animation-delay: 6491ms !important;
}

.d6492 {
  animation-delay: 6492ms !important;
}

.d6493 {
  animation-delay: 6493ms !important;
}

.d6494 {
  animation-delay: 6494ms !important;
}

.d6495 {
  animation-delay: 6495ms !important;
}

.d6496 {
  animation-delay: 6496ms !important;
}

.d6497 {
  animation-delay: 6497ms !important;
}

.d6498 {
  animation-delay: 6498ms !important;
}

.d6499 {
  animation-delay: 6499ms !important;
}

.d6500 {
  animation-delay: 6500ms !important;
}

.d6501 {
  animation-delay: 6501ms !important;
}

.d6502 {
  animation-delay: 6502ms !important;
}

.d6503 {
  animation-delay: 6503ms !important;
}

.d6504 {
  animation-delay: 6504ms !important;
}

.d6505 {
  animation-delay: 6505ms !important;
}

.d6506 {
  animation-delay: 6506ms !important;
}

.d6507 {
  animation-delay: 6507ms !important;
}

.d6508 {
  animation-delay: 6508ms !important;
}

.d6509 {
  animation-delay: 6509ms !important;
}

.d6510 {
  animation-delay: 6510ms !important;
}

.d6511 {
  animation-delay: 6511ms !important;
}

.d6512 {
  animation-delay: 6512ms !important;
}

.d6513 {
  animation-delay: 6513ms !important;
}

.d6514 {
  animation-delay: 6514ms !important;
}

.d6515 {
  animation-delay: 6515ms !important;
}

.d6516 {
  animation-delay: 6516ms !important;
}

.d6517 {
  animation-delay: 6517ms !important;
}

.d6518 {
  animation-delay: 6518ms !important;
}

.d6519 {
  animation-delay: 6519ms !important;
}

.d6520 {
  animation-delay: 6520ms !important;
}

.d6521 {
  animation-delay: 6521ms !important;
}

.d6522 {
  animation-delay: 6522ms !important;
}

.d6523 {
  animation-delay: 6523ms !important;
}

.d6524 {
  animation-delay: 6524ms !important;
}

.d6525 {
  animation-delay: 6525ms !important;
}

.d6526 {
  animation-delay: 6526ms !important;
}

.d6527 {
  animation-delay: 6527ms !important;
}

.d6528 {
  animation-delay: 6528ms !important;
}

.d6529 {
  animation-delay: 6529ms !important;
}

.d6530 {
  animation-delay: 6530ms !important;
}

.d6531 {
  animation-delay: 6531ms !important;
}

.d6532 {
  animation-delay: 6532ms !important;
}

.d6533 {
  animation-delay: 6533ms !important;
}

.d6534 {
  animation-delay: 6534ms !important;
}

.d6535 {
  animation-delay: 6535ms !important;
}

.d6536 {
  animation-delay: 6536ms !important;
}

.d6537 {
  animation-delay: 6537ms !important;
}

.d6538 {
  animation-delay: 6538ms !important;
}

.d6539 {
  animation-delay: 6539ms !important;
}

.d6540 {
  animation-delay: 6540ms !important;
}

.d6541 {
  animation-delay: 6541ms !important;
}

.d6542 {
  animation-delay: 6542ms !important;
}

.d6543 {
  animation-delay: 6543ms !important;
}

.d6544 {
  animation-delay: 6544ms !important;
}

.d6545 {
  animation-delay: 6545ms !important;
}

.d6546 {
  animation-delay: 6546ms !important;
}

.d6547 {
  animation-delay: 6547ms !important;
}

.d6548 {
  animation-delay: 6548ms !important;
}

.d6549 {
  animation-delay: 6549ms !important;
}

.d6550 {
  animation-delay: 6550ms !important;
}

.d6551 {
  animation-delay: 6551ms !important;
}

.d6552 {
  animation-delay: 6552ms !important;
}

.d6553 {
  animation-delay: 6553ms !important;
}

.d6554 {
  animation-delay: 6554ms !important;
}

.d6555 {
  animation-delay: 6555ms !important;
}

.d6556 {
  animation-delay: 6556ms !important;
}

.d6557 {
  animation-delay: 6557ms !important;
}

.d6558 {
  animation-delay: 6558ms !important;
}

.d6559 {
  animation-delay: 6559ms !important;
}

.d6560 {
  animation-delay: 6560ms !important;
}

.d6561 {
  animation-delay: 6561ms !important;
}

.d6562 {
  animation-delay: 6562ms !important;
}

.d6563 {
  animation-delay: 6563ms !important;
}

.d6564 {
  animation-delay: 6564ms !important;
}

.d6565 {
  animation-delay: 6565ms !important;
}

.d6566 {
  animation-delay: 6566ms !important;
}

.d6567 {
  animation-delay: 6567ms !important;
}

.d6568 {
  animation-delay: 6568ms !important;
}

.d6569 {
  animation-delay: 6569ms !important;
}

.d6570 {
  animation-delay: 6570ms !important;
}

.d6571 {
  animation-delay: 6571ms !important;
}

.d6572 {
  animation-delay: 6572ms !important;
}

.d6573 {
  animation-delay: 6573ms !important;
}

.d6574 {
  animation-delay: 6574ms !important;
}

.d6575 {
  animation-delay: 6575ms !important;
}

.d6576 {
  animation-delay: 6576ms !important;
}

.d6577 {
  animation-delay: 6577ms !important;
}

.d6578 {
  animation-delay: 6578ms !important;
}

.d6579 {
  animation-delay: 6579ms !important;
}

.d6580 {
  animation-delay: 6580ms !important;
}

.d6581 {
  animation-delay: 6581ms !important;
}

.d6582 {
  animation-delay: 6582ms !important;
}

.d6583 {
  animation-delay: 6583ms !important;
}

.d6584 {
  animation-delay: 6584ms !important;
}

.d6585 {
  animation-delay: 6585ms !important;
}

.d6586 {
  animation-delay: 6586ms !important;
}

.d6587 {
  animation-delay: 6587ms !important;
}

.d6588 {
  animation-delay: 6588ms !important;
}

.d6589 {
  animation-delay: 6589ms !important;
}

.d6590 {
  animation-delay: 6590ms !important;
}

.d6591 {
  animation-delay: 6591ms !important;
}

.d6592 {
  animation-delay: 6592ms !important;
}

.d6593 {
  animation-delay: 6593ms !important;
}

.d6594 {
  animation-delay: 6594ms !important;
}

.d6595 {
  animation-delay: 6595ms !important;
}

.d6596 {
  animation-delay: 6596ms !important;
}

.d6597 {
  animation-delay: 6597ms !important;
}

.d6598 {
  animation-delay: 6598ms !important;
}

.d6599 {
  animation-delay: 6599ms !important;
}

.d6600 {
  animation-delay: 6600ms !important;
}

.d6601 {
  animation-delay: 6601ms !important;
}

.d6602 {
  animation-delay: 6602ms !important;
}

.d6603 {
  animation-delay: 6603ms !important;
}

.d6604 {
  animation-delay: 6604ms !important;
}

.d6605 {
  animation-delay: 6605ms !important;
}

.d6606 {
  animation-delay: 6606ms !important;
}

.d6607 {
  animation-delay: 6607ms !important;
}

.d6608 {
  animation-delay: 6608ms !important;
}

.d6609 {
  animation-delay: 6609ms !important;
}

.d6610 {
  animation-delay: 6610ms !important;
}

.d6611 {
  animation-delay: 6611ms !important;
}

.d6612 {
  animation-delay: 6612ms !important;
}

.d6613 {
  animation-delay: 6613ms !important;
}

.d6614 {
  animation-delay: 6614ms !important;
}

.d6615 {
  animation-delay: 6615ms !important;
}

.d6616 {
  animation-delay: 6616ms !important;
}

.d6617 {
  animation-delay: 6617ms !important;
}

.d6618 {
  animation-delay: 6618ms !important;
}

.d6619 {
  animation-delay: 6619ms !important;
}

.d6620 {
  animation-delay: 6620ms !important;
}

.d6621 {
  animation-delay: 6621ms !important;
}

.d6622 {
  animation-delay: 6622ms !important;
}

.d6623 {
  animation-delay: 6623ms !important;
}

.d6624 {
  animation-delay: 6624ms !important;
}

.d6625 {
  animation-delay: 6625ms !important;
}

.d6626 {
  animation-delay: 6626ms !important;
}

.d6627 {
  animation-delay: 6627ms !important;
}

.d6628 {
  animation-delay: 6628ms !important;
}

.d6629 {
  animation-delay: 6629ms !important;
}

.d6630 {
  animation-delay: 6630ms !important;
}

.d6631 {
  animation-delay: 6631ms !important;
}

.d6632 {
  animation-delay: 6632ms !important;
}

.d6633 {
  animation-delay: 6633ms !important;
}

.d6634 {
  animation-delay: 6634ms !important;
}

.d6635 {
  animation-delay: 6635ms !important;
}

.d6636 {
  animation-delay: 6636ms !important;
}

.d6637 {
  animation-delay: 6637ms !important;
}

.d6638 {
  animation-delay: 6638ms !important;
}

.d6639 {
  animation-delay: 6639ms !important;
}

.d6640 {
  animation-delay: 6640ms !important;
}

.d6641 {
  animation-delay: 6641ms !important;
}

.d6642 {
  animation-delay: 6642ms !important;
}

.d6643 {
  animation-delay: 6643ms !important;
}

.d6644 {
  animation-delay: 6644ms !important;
}

.d6645 {
  animation-delay: 6645ms !important;
}

.d6646 {
  animation-delay: 6646ms !important;
}

.d6647 {
  animation-delay: 6647ms !important;
}

.d6648 {
  animation-delay: 6648ms !important;
}

.d6649 {
  animation-delay: 6649ms !important;
}

.d6650 {
  animation-delay: 6650ms !important;
}

.d6651 {
  animation-delay: 6651ms !important;
}

.d6652 {
  animation-delay: 6652ms !important;
}

.d6653 {
  animation-delay: 6653ms !important;
}

.d6654 {
  animation-delay: 6654ms !important;
}

.d6655 {
  animation-delay: 6655ms !important;
}

.d6656 {
  animation-delay: 6656ms !important;
}

.d6657 {
  animation-delay: 6657ms !important;
}

.d6658 {
  animation-delay: 6658ms !important;
}

.d6659 {
  animation-delay: 6659ms !important;
}

.d6660 {
  animation-delay: 6660ms !important;
}

.d6661 {
  animation-delay: 6661ms !important;
}

.d6662 {
  animation-delay: 6662ms !important;
}

.d6663 {
  animation-delay: 6663ms !important;
}

.d6664 {
  animation-delay: 6664ms !important;
}

.d6665 {
  animation-delay: 6665ms !important;
}

.d6666 {
  animation-delay: 6666ms !important;
}

.d6667 {
  animation-delay: 6667ms !important;
}

.d6668 {
  animation-delay: 6668ms !important;
}

.d6669 {
  animation-delay: 6669ms !important;
}

.d6670 {
  animation-delay: 6670ms !important;
}

.d6671 {
  animation-delay: 6671ms !important;
}

.d6672 {
  animation-delay: 6672ms !important;
}

.d6673 {
  animation-delay: 6673ms !important;
}

.d6674 {
  animation-delay: 6674ms !important;
}

.d6675 {
  animation-delay: 6675ms !important;
}

.d6676 {
  animation-delay: 6676ms !important;
}

.d6677 {
  animation-delay: 6677ms !important;
}

.d6678 {
  animation-delay: 6678ms !important;
}

.d6679 {
  animation-delay: 6679ms !important;
}

.d6680 {
  animation-delay: 6680ms !important;
}

.d6681 {
  animation-delay: 6681ms !important;
}

.d6682 {
  animation-delay: 6682ms !important;
}

.d6683 {
  animation-delay: 6683ms !important;
}

.d6684 {
  animation-delay: 6684ms !important;
}

.d6685 {
  animation-delay: 6685ms !important;
}

.d6686 {
  animation-delay: 6686ms !important;
}

.d6687 {
  animation-delay: 6687ms !important;
}

.d6688 {
  animation-delay: 6688ms !important;
}

.d6689 {
  animation-delay: 6689ms !important;
}

.d6690 {
  animation-delay: 6690ms !important;
}

.d6691 {
  animation-delay: 6691ms !important;
}

.d6692 {
  animation-delay: 6692ms !important;
}

.d6693 {
  animation-delay: 6693ms !important;
}

.d6694 {
  animation-delay: 6694ms !important;
}

.d6695 {
  animation-delay: 6695ms !important;
}

.d6696 {
  animation-delay: 6696ms !important;
}

.d6697 {
  animation-delay: 6697ms !important;
}

.d6698 {
  animation-delay: 6698ms !important;
}

.d6699 {
  animation-delay: 6699ms !important;
}

.d6700 {
  animation-delay: 6700ms !important;
}

.d6701 {
  animation-delay: 6701ms !important;
}

.d6702 {
  animation-delay: 6702ms !important;
}

.d6703 {
  animation-delay: 6703ms !important;
}

.d6704 {
  animation-delay: 6704ms !important;
}

.d6705 {
  animation-delay: 6705ms !important;
}

.d6706 {
  animation-delay: 6706ms !important;
}

.d6707 {
  animation-delay: 6707ms !important;
}

.d6708 {
  animation-delay: 6708ms !important;
}

.d6709 {
  animation-delay: 6709ms !important;
}

.d6710 {
  animation-delay: 6710ms !important;
}

.d6711 {
  animation-delay: 6711ms !important;
}

.d6712 {
  animation-delay: 6712ms !important;
}

.d6713 {
  animation-delay: 6713ms !important;
}

.d6714 {
  animation-delay: 6714ms !important;
}

.d6715 {
  animation-delay: 6715ms !important;
}

.d6716 {
  animation-delay: 6716ms !important;
}

.d6717 {
  animation-delay: 6717ms !important;
}

.d6718 {
  animation-delay: 6718ms !important;
}

.d6719 {
  animation-delay: 6719ms !important;
}

.d6720 {
  animation-delay: 6720ms !important;
}

.d6721 {
  animation-delay: 6721ms !important;
}

.d6722 {
  animation-delay: 6722ms !important;
}

.d6723 {
  animation-delay: 6723ms !important;
}

.d6724 {
  animation-delay: 6724ms !important;
}

.d6725 {
  animation-delay: 6725ms !important;
}

.d6726 {
  animation-delay: 6726ms !important;
}

.d6727 {
  animation-delay: 6727ms !important;
}

.d6728 {
  animation-delay: 6728ms !important;
}

.d6729 {
  animation-delay: 6729ms !important;
}

.d6730 {
  animation-delay: 6730ms !important;
}

.d6731 {
  animation-delay: 6731ms !important;
}

.d6732 {
  animation-delay: 6732ms !important;
}

.d6733 {
  animation-delay: 6733ms !important;
}

.d6734 {
  animation-delay: 6734ms !important;
}

.d6735 {
  animation-delay: 6735ms !important;
}

.d6736 {
  animation-delay: 6736ms !important;
}

.d6737 {
  animation-delay: 6737ms !important;
}

.d6738 {
  animation-delay: 6738ms !important;
}

.d6739 {
  animation-delay: 6739ms !important;
}

.d6740 {
  animation-delay: 6740ms !important;
}

.d6741 {
  animation-delay: 6741ms !important;
}

.d6742 {
  animation-delay: 6742ms !important;
}

.d6743 {
  animation-delay: 6743ms !important;
}

.d6744 {
  animation-delay: 6744ms !important;
}

.d6745 {
  animation-delay: 6745ms !important;
}

.d6746 {
  animation-delay: 6746ms !important;
}

.d6747 {
  animation-delay: 6747ms !important;
}

.d6748 {
  animation-delay: 6748ms !important;
}

.d6749 {
  animation-delay: 6749ms !important;
}

.d6750 {
  animation-delay: 6750ms !important;
}

.d6751 {
  animation-delay: 6751ms !important;
}

.d6752 {
  animation-delay: 6752ms !important;
}

.d6753 {
  animation-delay: 6753ms !important;
}

.d6754 {
  animation-delay: 6754ms !important;
}

.d6755 {
  animation-delay: 6755ms !important;
}

.d6756 {
  animation-delay: 6756ms !important;
}

.d6757 {
  animation-delay: 6757ms !important;
}

.d6758 {
  animation-delay: 6758ms !important;
}

.d6759 {
  animation-delay: 6759ms !important;
}

.d6760 {
  animation-delay: 6760ms !important;
}

.d6761 {
  animation-delay: 6761ms !important;
}

.d6762 {
  animation-delay: 6762ms !important;
}

.d6763 {
  animation-delay: 6763ms !important;
}

.d6764 {
  animation-delay: 6764ms !important;
}

.d6765 {
  animation-delay: 6765ms !important;
}

.d6766 {
  animation-delay: 6766ms !important;
}

.d6767 {
  animation-delay: 6767ms !important;
}

.d6768 {
  animation-delay: 6768ms !important;
}

.d6769 {
  animation-delay: 6769ms !important;
}

.d6770 {
  animation-delay: 6770ms !important;
}

.d6771 {
  animation-delay: 6771ms !important;
}

.d6772 {
  animation-delay: 6772ms !important;
}

.d6773 {
  animation-delay: 6773ms !important;
}

.d6774 {
  animation-delay: 6774ms !important;
}

.d6775 {
  animation-delay: 6775ms !important;
}

.d6776 {
  animation-delay: 6776ms !important;
}

.d6777 {
  animation-delay: 6777ms !important;
}

.d6778 {
  animation-delay: 6778ms !important;
}

.d6779 {
  animation-delay: 6779ms !important;
}

.d6780 {
  animation-delay: 6780ms !important;
}

.d6781 {
  animation-delay: 6781ms !important;
}

.d6782 {
  animation-delay: 6782ms !important;
}

.d6783 {
  animation-delay: 6783ms !important;
}

.d6784 {
  animation-delay: 6784ms !important;
}

.d6785 {
  animation-delay: 6785ms !important;
}

.d6786 {
  animation-delay: 6786ms !important;
}

.d6787 {
  animation-delay: 6787ms !important;
}

.d6788 {
  animation-delay: 6788ms !important;
}

.d6789 {
  animation-delay: 6789ms !important;
}

.d6790 {
  animation-delay: 6790ms !important;
}

.d6791 {
  animation-delay: 6791ms !important;
}

.d6792 {
  animation-delay: 6792ms !important;
}

.d6793 {
  animation-delay: 6793ms !important;
}

.d6794 {
  animation-delay: 6794ms !important;
}

.d6795 {
  animation-delay: 6795ms !important;
}

.d6796 {
  animation-delay: 6796ms !important;
}

.d6797 {
  animation-delay: 6797ms !important;
}

.d6798 {
  animation-delay: 6798ms !important;
}

.d6799 {
  animation-delay: 6799ms !important;
}

.d6800 {
  animation-delay: 6800ms !important;
}

.d6801 {
  animation-delay: 6801ms !important;
}

.d6802 {
  animation-delay: 6802ms !important;
}

.d6803 {
  animation-delay: 6803ms !important;
}

.d6804 {
  animation-delay: 6804ms !important;
}

.d6805 {
  animation-delay: 6805ms !important;
}

.d6806 {
  animation-delay: 6806ms !important;
}

.d6807 {
  animation-delay: 6807ms !important;
}

.d6808 {
  animation-delay: 6808ms !important;
}

.d6809 {
  animation-delay: 6809ms !important;
}

.d6810 {
  animation-delay: 6810ms !important;
}

.d6811 {
  animation-delay: 6811ms !important;
}

.d6812 {
  animation-delay: 6812ms !important;
}

.d6813 {
  animation-delay: 6813ms !important;
}

.d6814 {
  animation-delay: 6814ms !important;
}

.d6815 {
  animation-delay: 6815ms !important;
}

.d6816 {
  animation-delay: 6816ms !important;
}

.d6817 {
  animation-delay: 6817ms !important;
}

.d6818 {
  animation-delay: 6818ms !important;
}

.d6819 {
  animation-delay: 6819ms !important;
}

.d6820 {
  animation-delay: 6820ms !important;
}

.d6821 {
  animation-delay: 6821ms !important;
}

.d6822 {
  animation-delay: 6822ms !important;
}

.d6823 {
  animation-delay: 6823ms !important;
}

.d6824 {
  animation-delay: 6824ms !important;
}

.d6825 {
  animation-delay: 6825ms !important;
}

.d6826 {
  animation-delay: 6826ms !important;
}

.d6827 {
  animation-delay: 6827ms !important;
}

.d6828 {
  animation-delay: 6828ms !important;
}

.d6829 {
  animation-delay: 6829ms !important;
}

.d6830 {
  animation-delay: 6830ms !important;
}

.d6831 {
  animation-delay: 6831ms !important;
}

.d6832 {
  animation-delay: 6832ms !important;
}

.d6833 {
  animation-delay: 6833ms !important;
}

.d6834 {
  animation-delay: 6834ms !important;
}

.d6835 {
  animation-delay: 6835ms !important;
}

.d6836 {
  animation-delay: 6836ms !important;
}

.d6837 {
  animation-delay: 6837ms !important;
}

.d6838 {
  animation-delay: 6838ms !important;
}

.d6839 {
  animation-delay: 6839ms !important;
}

.d6840 {
  animation-delay: 6840ms !important;
}

.d6841 {
  animation-delay: 6841ms !important;
}

.d6842 {
  animation-delay: 6842ms !important;
}

.d6843 {
  animation-delay: 6843ms !important;
}

.d6844 {
  animation-delay: 6844ms !important;
}

.d6845 {
  animation-delay: 6845ms !important;
}

.d6846 {
  animation-delay: 6846ms !important;
}

.d6847 {
  animation-delay: 6847ms !important;
}

.d6848 {
  animation-delay: 6848ms !important;
}

.d6849 {
  animation-delay: 6849ms !important;
}

.d6850 {
  animation-delay: 6850ms !important;
}

.d6851 {
  animation-delay: 6851ms !important;
}

.d6852 {
  animation-delay: 6852ms !important;
}

.d6853 {
  animation-delay: 6853ms !important;
}

.d6854 {
  animation-delay: 6854ms !important;
}

.d6855 {
  animation-delay: 6855ms !important;
}

.d6856 {
  animation-delay: 6856ms !important;
}

.d6857 {
  animation-delay: 6857ms !important;
}

.d6858 {
  animation-delay: 6858ms !important;
}

.d6859 {
  animation-delay: 6859ms !important;
}

.d6860 {
  animation-delay: 6860ms !important;
}

.d6861 {
  animation-delay: 6861ms !important;
}

.d6862 {
  animation-delay: 6862ms !important;
}

.d6863 {
  animation-delay: 6863ms !important;
}

.d6864 {
  animation-delay: 6864ms !important;
}

.d6865 {
  animation-delay: 6865ms !important;
}

.d6866 {
  animation-delay: 6866ms !important;
}

.d6867 {
  animation-delay: 6867ms !important;
}

.d6868 {
  animation-delay: 6868ms !important;
}

.d6869 {
  animation-delay: 6869ms !important;
}

.d6870 {
  animation-delay: 6870ms !important;
}

.d6871 {
  animation-delay: 6871ms !important;
}

.d6872 {
  animation-delay: 6872ms !important;
}

.d6873 {
  animation-delay: 6873ms !important;
}

.d6874 {
  animation-delay: 6874ms !important;
}

.d6875 {
  animation-delay: 6875ms !important;
}

.d6876 {
  animation-delay: 6876ms !important;
}

.d6877 {
  animation-delay: 6877ms !important;
}

.d6878 {
  animation-delay: 6878ms !important;
}

.d6879 {
  animation-delay: 6879ms !important;
}

.d6880 {
  animation-delay: 6880ms !important;
}

.d6881 {
  animation-delay: 6881ms !important;
}

.d6882 {
  animation-delay: 6882ms !important;
}

.d6883 {
  animation-delay: 6883ms !important;
}

.d6884 {
  animation-delay: 6884ms !important;
}

.d6885 {
  animation-delay: 6885ms !important;
}

.d6886 {
  animation-delay: 6886ms !important;
}

.d6887 {
  animation-delay: 6887ms !important;
}

.d6888 {
  animation-delay: 6888ms !important;
}

.d6889 {
  animation-delay: 6889ms !important;
}

.d6890 {
  animation-delay: 6890ms !important;
}

.d6891 {
  animation-delay: 6891ms !important;
}

.d6892 {
  animation-delay: 6892ms !important;
}

.d6893 {
  animation-delay: 6893ms !important;
}

.d6894 {
  animation-delay: 6894ms !important;
}

.d6895 {
  animation-delay: 6895ms !important;
}

.d6896 {
  animation-delay: 6896ms !important;
}

.d6897 {
  animation-delay: 6897ms !important;
}

.d6898 {
  animation-delay: 6898ms !important;
}

.d6899 {
  animation-delay: 6899ms !important;
}

.d6900 {
  animation-delay: 6900ms !important;
}

.d6901 {
  animation-delay: 6901ms !important;
}

.d6902 {
  animation-delay: 6902ms !important;
}

.d6903 {
  animation-delay: 6903ms !important;
}

.d6904 {
  animation-delay: 6904ms !important;
}

.d6905 {
  animation-delay: 6905ms !important;
}

.d6906 {
  animation-delay: 6906ms !important;
}

.d6907 {
  animation-delay: 6907ms !important;
}

.d6908 {
  animation-delay: 6908ms !important;
}

.d6909 {
  animation-delay: 6909ms !important;
}

.d6910 {
  animation-delay: 6910ms !important;
}

.d6911 {
  animation-delay: 6911ms !important;
}

.d6912 {
  animation-delay: 6912ms !important;
}

.d6913 {
  animation-delay: 6913ms !important;
}

.d6914 {
  animation-delay: 6914ms !important;
}

.d6915 {
  animation-delay: 6915ms !important;
}

.d6916 {
  animation-delay: 6916ms !important;
}

.d6917 {
  animation-delay: 6917ms !important;
}

.d6918 {
  animation-delay: 6918ms !important;
}

.d6919 {
  animation-delay: 6919ms !important;
}

.d6920 {
  animation-delay: 6920ms !important;
}

.d6921 {
  animation-delay: 6921ms !important;
}

.d6922 {
  animation-delay: 6922ms !important;
}

.d6923 {
  animation-delay: 6923ms !important;
}

.d6924 {
  animation-delay: 6924ms !important;
}

.d6925 {
  animation-delay: 6925ms !important;
}

.d6926 {
  animation-delay: 6926ms !important;
}

.d6927 {
  animation-delay: 6927ms !important;
}

.d6928 {
  animation-delay: 6928ms !important;
}

.d6929 {
  animation-delay: 6929ms !important;
}

.d6930 {
  animation-delay: 6930ms !important;
}

.d6931 {
  animation-delay: 6931ms !important;
}

.d6932 {
  animation-delay: 6932ms !important;
}

.d6933 {
  animation-delay: 6933ms !important;
}

.d6934 {
  animation-delay: 6934ms !important;
}

.d6935 {
  animation-delay: 6935ms !important;
}

.d6936 {
  animation-delay: 6936ms !important;
}

.d6937 {
  animation-delay: 6937ms !important;
}

.d6938 {
  animation-delay: 6938ms !important;
}

.d6939 {
  animation-delay: 6939ms !important;
}

.d6940 {
  animation-delay: 6940ms !important;
}

.d6941 {
  animation-delay: 6941ms !important;
}

.d6942 {
  animation-delay: 6942ms !important;
}

.d6943 {
  animation-delay: 6943ms !important;
}

.d6944 {
  animation-delay: 6944ms !important;
}

.d6945 {
  animation-delay: 6945ms !important;
}

.d6946 {
  animation-delay: 6946ms !important;
}

.d6947 {
  animation-delay: 6947ms !important;
}

.d6948 {
  animation-delay: 6948ms !important;
}

.d6949 {
  animation-delay: 6949ms !important;
}

.d6950 {
  animation-delay: 6950ms !important;
}

.d6951 {
  animation-delay: 6951ms !important;
}

.d6952 {
  animation-delay: 6952ms !important;
}

.d6953 {
  animation-delay: 6953ms !important;
}

.d6954 {
  animation-delay: 6954ms !important;
}

.d6955 {
  animation-delay: 6955ms !important;
}

.d6956 {
  animation-delay: 6956ms !important;
}

.d6957 {
  animation-delay: 6957ms !important;
}

.d6958 {
  animation-delay: 6958ms !important;
}

.d6959 {
  animation-delay: 6959ms !important;
}

.d6960 {
  animation-delay: 6960ms !important;
}

.d6961 {
  animation-delay: 6961ms !important;
}

.d6962 {
  animation-delay: 6962ms !important;
}

.d6963 {
  animation-delay: 6963ms !important;
}

.d6964 {
  animation-delay: 6964ms !important;
}

.d6965 {
  animation-delay: 6965ms !important;
}

.d6966 {
  animation-delay: 6966ms !important;
}

.d6967 {
  animation-delay: 6967ms !important;
}

.d6968 {
  animation-delay: 6968ms !important;
}

.d6969 {
  animation-delay: 6969ms !important;
}

.d6970 {
  animation-delay: 6970ms !important;
}

.d6971 {
  animation-delay: 6971ms !important;
}

.d6972 {
  animation-delay: 6972ms !important;
}

.d6973 {
  animation-delay: 6973ms !important;
}

.d6974 {
  animation-delay: 6974ms !important;
}

.d6975 {
  animation-delay: 6975ms !important;
}

.d6976 {
  animation-delay: 6976ms !important;
}

.d6977 {
  animation-delay: 6977ms !important;
}

.d6978 {
  animation-delay: 6978ms !important;
}

.d6979 {
  animation-delay: 6979ms !important;
}

.d6980 {
  animation-delay: 6980ms !important;
}

.d6981 {
  animation-delay: 6981ms !important;
}

.d6982 {
  animation-delay: 6982ms !important;
}

.d6983 {
  animation-delay: 6983ms !important;
}

.d6984 {
  animation-delay: 6984ms !important;
}

.d6985 {
  animation-delay: 6985ms !important;
}

.d6986 {
  animation-delay: 6986ms !important;
}

.d6987 {
  animation-delay: 6987ms !important;
}

.d6988 {
  animation-delay: 6988ms !important;
}

.d6989 {
  animation-delay: 6989ms !important;
}

.d6990 {
  animation-delay: 6990ms !important;
}

.d6991 {
  animation-delay: 6991ms !important;
}

.d6992 {
  animation-delay: 6992ms !important;
}

.d6993 {
  animation-delay: 6993ms !important;
}

.d6994 {
  animation-delay: 6994ms !important;
}

.d6995 {
  animation-delay: 6995ms !important;
}

.d6996 {
  animation-delay: 6996ms !important;
}

.d6997 {
  animation-delay: 6997ms !important;
}

.d6998 {
  animation-delay: 6998ms !important;
}

.d6999 {
  animation-delay: 6999ms !important;
}

.d7000 {
  animation-delay: 7000ms !important;
}

.d7001 {
  animation-delay: 7001ms !important;
}

.d7002 {
  animation-delay: 7002ms !important;
}

.d7003 {
  animation-delay: 7003ms !important;
}

.d7004 {
  animation-delay: 7004ms !important;
}

.d7005 {
  animation-delay: 7005ms !important;
}

.d7006 {
  animation-delay: 7006ms !important;
}

.d7007 {
  animation-delay: 7007ms !important;
}

.d7008 {
  animation-delay: 7008ms !important;
}

.d7009 {
  animation-delay: 7009ms !important;
}

.d7010 {
  animation-delay: 7010ms !important;
}

.d7011 {
  animation-delay: 7011ms !important;
}

.d7012 {
  animation-delay: 7012ms !important;
}

.d7013 {
  animation-delay: 7013ms !important;
}

.d7014 {
  animation-delay: 7014ms !important;
}

.d7015 {
  animation-delay: 7015ms !important;
}

.d7016 {
  animation-delay: 7016ms !important;
}

.d7017 {
  animation-delay: 7017ms !important;
}

.d7018 {
  animation-delay: 7018ms !important;
}

.d7019 {
  animation-delay: 7019ms !important;
}

.d7020 {
  animation-delay: 7020ms !important;
}

.d7021 {
  animation-delay: 7021ms !important;
}

.d7022 {
  animation-delay: 7022ms !important;
}

.d7023 {
  animation-delay: 7023ms !important;
}

.d7024 {
  animation-delay: 7024ms !important;
}

.d7025 {
  animation-delay: 7025ms !important;
}

.d7026 {
  animation-delay: 7026ms !important;
}

.d7027 {
  animation-delay: 7027ms !important;
}

.d7028 {
  animation-delay: 7028ms !important;
}

.d7029 {
  animation-delay: 7029ms !important;
}

.d7030 {
  animation-delay: 7030ms !important;
}

.d7031 {
  animation-delay: 7031ms !important;
}

.d7032 {
  animation-delay: 7032ms !important;
}

.d7033 {
  animation-delay: 7033ms !important;
}

.d7034 {
  animation-delay: 7034ms !important;
}

.d7035 {
  animation-delay: 7035ms !important;
}

.d7036 {
  animation-delay: 7036ms !important;
}

.d7037 {
  animation-delay: 7037ms !important;
}

.d7038 {
  animation-delay: 7038ms !important;
}

.d7039 {
  animation-delay: 7039ms !important;
}

.d7040 {
  animation-delay: 7040ms !important;
}

.d7041 {
  animation-delay: 7041ms !important;
}

.d7042 {
  animation-delay: 7042ms !important;
}

.d7043 {
  animation-delay: 7043ms !important;
}

.d7044 {
  animation-delay: 7044ms !important;
}

.d7045 {
  animation-delay: 7045ms !important;
}

.d7046 {
  animation-delay: 7046ms !important;
}

.d7047 {
  animation-delay: 7047ms !important;
}

.d7048 {
  animation-delay: 7048ms !important;
}

.d7049 {
  animation-delay: 7049ms !important;
}

.d7050 {
  animation-delay: 7050ms !important;
}

.d7051 {
  animation-delay: 7051ms !important;
}

.d7052 {
  animation-delay: 7052ms !important;
}

.d7053 {
  animation-delay: 7053ms !important;
}

.d7054 {
  animation-delay: 7054ms !important;
}

.d7055 {
  animation-delay: 7055ms !important;
}

.d7056 {
  animation-delay: 7056ms !important;
}

.d7057 {
  animation-delay: 7057ms !important;
}

.d7058 {
  animation-delay: 7058ms !important;
}

.d7059 {
  animation-delay: 7059ms !important;
}

.d7060 {
  animation-delay: 7060ms !important;
}

.d7061 {
  animation-delay: 7061ms !important;
}

.d7062 {
  animation-delay: 7062ms !important;
}

.d7063 {
  animation-delay: 7063ms !important;
}

.d7064 {
  animation-delay: 7064ms !important;
}

.d7065 {
  animation-delay: 7065ms !important;
}

.d7066 {
  animation-delay: 7066ms !important;
}

.d7067 {
  animation-delay: 7067ms !important;
}

.d7068 {
  animation-delay: 7068ms !important;
}

.d7069 {
  animation-delay: 7069ms !important;
}

.d7070 {
  animation-delay: 7070ms !important;
}

.d7071 {
  animation-delay: 7071ms !important;
}

.d7072 {
  animation-delay: 7072ms !important;
}

.d7073 {
  animation-delay: 7073ms !important;
}

.d7074 {
  animation-delay: 7074ms !important;
}

.d7075 {
  animation-delay: 7075ms !important;
}

.d7076 {
  animation-delay: 7076ms !important;
}

.d7077 {
  animation-delay: 7077ms !important;
}

.d7078 {
  animation-delay: 7078ms !important;
}

.d7079 {
  animation-delay: 7079ms !important;
}

.d7080 {
  animation-delay: 7080ms !important;
}

.d7081 {
  animation-delay: 7081ms !important;
}

.d7082 {
  animation-delay: 7082ms !important;
}

.d7083 {
  animation-delay: 7083ms !important;
}

.d7084 {
  animation-delay: 7084ms !important;
}

.d7085 {
  animation-delay: 7085ms !important;
}

.d7086 {
  animation-delay: 7086ms !important;
}

.d7087 {
  animation-delay: 7087ms !important;
}

.d7088 {
  animation-delay: 7088ms !important;
}

.d7089 {
  animation-delay: 7089ms !important;
}

.d7090 {
  animation-delay: 7090ms !important;
}

.d7091 {
  animation-delay: 7091ms !important;
}

.d7092 {
  animation-delay: 7092ms !important;
}

.d7093 {
  animation-delay: 7093ms !important;
}

.d7094 {
  animation-delay: 7094ms !important;
}

.d7095 {
  animation-delay: 7095ms !important;
}

.d7096 {
  animation-delay: 7096ms !important;
}

.d7097 {
  animation-delay: 7097ms !important;
}

.d7098 {
  animation-delay: 7098ms !important;
}

.d7099 {
  animation-delay: 7099ms !important;
}

.d7100 {
  animation-delay: 7100ms !important;
}

.d7101 {
  animation-delay: 7101ms !important;
}

.d7102 {
  animation-delay: 7102ms !important;
}

.d7103 {
  animation-delay: 7103ms !important;
}

.d7104 {
  animation-delay: 7104ms !important;
}

.d7105 {
  animation-delay: 7105ms !important;
}

.d7106 {
  animation-delay: 7106ms !important;
}

.d7107 {
  animation-delay: 7107ms !important;
}

.d7108 {
  animation-delay: 7108ms !important;
}

.d7109 {
  animation-delay: 7109ms !important;
}

.d7110 {
  animation-delay: 7110ms !important;
}

.d7111 {
  animation-delay: 7111ms !important;
}

.d7112 {
  animation-delay: 7112ms !important;
}

.d7113 {
  animation-delay: 7113ms !important;
}

.d7114 {
  animation-delay: 7114ms !important;
}

.d7115 {
  animation-delay: 7115ms !important;
}

.d7116 {
  animation-delay: 7116ms !important;
}

.d7117 {
  animation-delay: 7117ms !important;
}

.d7118 {
  animation-delay: 7118ms !important;
}

.d7119 {
  animation-delay: 7119ms !important;
}

.d7120 {
  animation-delay: 7120ms !important;
}

.d7121 {
  animation-delay: 7121ms !important;
}

.d7122 {
  animation-delay: 7122ms !important;
}

.d7123 {
  animation-delay: 7123ms !important;
}

.d7124 {
  animation-delay: 7124ms !important;
}

.d7125 {
  animation-delay: 7125ms !important;
}

.d7126 {
  animation-delay: 7126ms !important;
}

.d7127 {
  animation-delay: 7127ms !important;
}

.d7128 {
  animation-delay: 7128ms !important;
}

.d7129 {
  animation-delay: 7129ms !important;
}

.d7130 {
  animation-delay: 7130ms !important;
}

.d7131 {
  animation-delay: 7131ms !important;
}

.d7132 {
  animation-delay: 7132ms !important;
}

.d7133 {
  animation-delay: 7133ms !important;
}

.d7134 {
  animation-delay: 7134ms !important;
}

.d7135 {
  animation-delay: 7135ms !important;
}

.d7136 {
  animation-delay: 7136ms !important;
}

.d7137 {
  animation-delay: 7137ms !important;
}

.d7138 {
  animation-delay: 7138ms !important;
}

.d7139 {
  animation-delay: 7139ms !important;
}

.d7140 {
  animation-delay: 7140ms !important;
}

.d7141 {
  animation-delay: 7141ms !important;
}

.d7142 {
  animation-delay: 7142ms !important;
}

.d7143 {
  animation-delay: 7143ms !important;
}

.d7144 {
  animation-delay: 7144ms !important;
}

.d7145 {
  animation-delay: 7145ms !important;
}

.d7146 {
  animation-delay: 7146ms !important;
}

.d7147 {
  animation-delay: 7147ms !important;
}

.d7148 {
  animation-delay: 7148ms !important;
}

.d7149 {
  animation-delay: 7149ms !important;
}

.d7150 {
  animation-delay: 7150ms !important;
}

.d7151 {
  animation-delay: 7151ms !important;
}

.d7152 {
  animation-delay: 7152ms !important;
}

.d7153 {
  animation-delay: 7153ms !important;
}

.d7154 {
  animation-delay: 7154ms !important;
}

.d7155 {
  animation-delay: 7155ms !important;
}

.d7156 {
  animation-delay: 7156ms !important;
}

.d7157 {
  animation-delay: 7157ms !important;
}

.d7158 {
  animation-delay: 7158ms !important;
}

.d7159 {
  animation-delay: 7159ms !important;
}

.d7160 {
  animation-delay: 7160ms !important;
}

.d7161 {
  animation-delay: 7161ms !important;
}

.d7162 {
  animation-delay: 7162ms !important;
}

.d7163 {
  animation-delay: 7163ms !important;
}

.d7164 {
  animation-delay: 7164ms !important;
}

.d7165 {
  animation-delay: 7165ms !important;
}

.d7166 {
  animation-delay: 7166ms !important;
}

.d7167 {
  animation-delay: 7167ms !important;
}

.d7168 {
  animation-delay: 7168ms !important;
}

.d7169 {
  animation-delay: 7169ms !important;
}

.d7170 {
  animation-delay: 7170ms !important;
}

.d7171 {
  animation-delay: 7171ms !important;
}

.d7172 {
  animation-delay: 7172ms !important;
}

.d7173 {
  animation-delay: 7173ms !important;
}

.d7174 {
  animation-delay: 7174ms !important;
}

.d7175 {
  animation-delay: 7175ms !important;
}

.d7176 {
  animation-delay: 7176ms !important;
}

.d7177 {
  animation-delay: 7177ms !important;
}

.d7178 {
  animation-delay: 7178ms !important;
}

.d7179 {
  animation-delay: 7179ms !important;
}

.d7180 {
  animation-delay: 7180ms !important;
}

.d7181 {
  animation-delay: 7181ms !important;
}

.d7182 {
  animation-delay: 7182ms !important;
}

.d7183 {
  animation-delay: 7183ms !important;
}

.d7184 {
  animation-delay: 7184ms !important;
}

.d7185 {
  animation-delay: 7185ms !important;
}

.d7186 {
  animation-delay: 7186ms !important;
}

.d7187 {
  animation-delay: 7187ms !important;
}

.d7188 {
  animation-delay: 7188ms !important;
}

.d7189 {
  animation-delay: 7189ms !important;
}

.d7190 {
  animation-delay: 7190ms !important;
}

.d7191 {
  animation-delay: 7191ms !important;
}

.d7192 {
  animation-delay: 7192ms !important;
}

.d7193 {
  animation-delay: 7193ms !important;
}

.d7194 {
  animation-delay: 7194ms !important;
}

.d7195 {
  animation-delay: 7195ms !important;
}

.d7196 {
  animation-delay: 7196ms !important;
}

.d7197 {
  animation-delay: 7197ms !important;
}

.d7198 {
  animation-delay: 7198ms !important;
}

.d7199 {
  animation-delay: 7199ms !important;
}

.d7200 {
  animation-delay: 7200ms !important;
}

.d7201 {
  animation-delay: 7201ms !important;
}

.d7202 {
  animation-delay: 7202ms !important;
}

.d7203 {
  animation-delay: 7203ms !important;
}

.d7204 {
  animation-delay: 7204ms !important;
}

.d7205 {
  animation-delay: 7205ms !important;
}

.d7206 {
  animation-delay: 7206ms !important;
}

.d7207 {
  animation-delay: 7207ms !important;
}

.d7208 {
  animation-delay: 7208ms !important;
}

.d7209 {
  animation-delay: 7209ms !important;
}

.d7210 {
  animation-delay: 7210ms !important;
}

.d7211 {
  animation-delay: 7211ms !important;
}

.d7212 {
  animation-delay: 7212ms !important;
}

.d7213 {
  animation-delay: 7213ms !important;
}

.d7214 {
  animation-delay: 7214ms !important;
}

.d7215 {
  animation-delay: 7215ms !important;
}

.d7216 {
  animation-delay: 7216ms !important;
}

.d7217 {
  animation-delay: 7217ms !important;
}

.d7218 {
  animation-delay: 7218ms !important;
}

.d7219 {
  animation-delay: 7219ms !important;
}

.d7220 {
  animation-delay: 7220ms !important;
}

.d7221 {
  animation-delay: 7221ms !important;
}

.d7222 {
  animation-delay: 7222ms !important;
}

.d7223 {
  animation-delay: 7223ms !important;
}

.d7224 {
  animation-delay: 7224ms !important;
}

.d7225 {
  animation-delay: 7225ms !important;
}

.d7226 {
  animation-delay: 7226ms !important;
}

.d7227 {
  animation-delay: 7227ms !important;
}

.d7228 {
  animation-delay: 7228ms !important;
}

.d7229 {
  animation-delay: 7229ms !important;
}

.d7230 {
  animation-delay: 7230ms !important;
}

.d7231 {
  animation-delay: 7231ms !important;
}

.d7232 {
  animation-delay: 7232ms !important;
}

.d7233 {
  animation-delay: 7233ms !important;
}

.d7234 {
  animation-delay: 7234ms !important;
}

.d7235 {
  animation-delay: 7235ms !important;
}

.d7236 {
  animation-delay: 7236ms !important;
}

.d7237 {
  animation-delay: 7237ms !important;
}

.d7238 {
  animation-delay: 7238ms !important;
}

.d7239 {
  animation-delay: 7239ms !important;
}

.d7240 {
  animation-delay: 7240ms !important;
}

.d7241 {
  animation-delay: 7241ms !important;
}

.d7242 {
  animation-delay: 7242ms !important;
}

.d7243 {
  animation-delay: 7243ms !important;
}

.d7244 {
  animation-delay: 7244ms !important;
}

.d7245 {
  animation-delay: 7245ms !important;
}

.d7246 {
  animation-delay: 7246ms !important;
}

.d7247 {
  animation-delay: 7247ms !important;
}

.d7248 {
  animation-delay: 7248ms !important;
}

.d7249 {
  animation-delay: 7249ms !important;
}

.d7250 {
  animation-delay: 7250ms !important;
}

.d7251 {
  animation-delay: 7251ms !important;
}

.d7252 {
  animation-delay: 7252ms !important;
}

.d7253 {
  animation-delay: 7253ms !important;
}

.d7254 {
  animation-delay: 7254ms !important;
}

.d7255 {
  animation-delay: 7255ms !important;
}

.d7256 {
  animation-delay: 7256ms !important;
}

.d7257 {
  animation-delay: 7257ms !important;
}

.d7258 {
  animation-delay: 7258ms !important;
}

.d7259 {
  animation-delay: 7259ms !important;
}

.d7260 {
  animation-delay: 7260ms !important;
}

.d7261 {
  animation-delay: 7261ms !important;
}

.d7262 {
  animation-delay: 7262ms !important;
}

.d7263 {
  animation-delay: 7263ms !important;
}

.d7264 {
  animation-delay: 7264ms !important;
}

.d7265 {
  animation-delay: 7265ms !important;
}

.d7266 {
  animation-delay: 7266ms !important;
}

.d7267 {
  animation-delay: 7267ms !important;
}

.d7268 {
  animation-delay: 7268ms !important;
}

.d7269 {
  animation-delay: 7269ms !important;
}

.d7270 {
  animation-delay: 7270ms !important;
}

.d7271 {
  animation-delay: 7271ms !important;
}

.d7272 {
  animation-delay: 7272ms !important;
}

.d7273 {
  animation-delay: 7273ms !important;
}

.d7274 {
  animation-delay: 7274ms !important;
}

.d7275 {
  animation-delay: 7275ms !important;
}

.d7276 {
  animation-delay: 7276ms !important;
}

.d7277 {
  animation-delay: 7277ms !important;
}

.d7278 {
  animation-delay: 7278ms !important;
}

.d7279 {
  animation-delay: 7279ms !important;
}

.d7280 {
  animation-delay: 7280ms !important;
}

.d7281 {
  animation-delay: 7281ms !important;
}

.d7282 {
  animation-delay: 7282ms !important;
}

.d7283 {
  animation-delay: 7283ms !important;
}

.d7284 {
  animation-delay: 7284ms !important;
}

.d7285 {
  animation-delay: 7285ms !important;
}

.d7286 {
  animation-delay: 7286ms !important;
}

.d7287 {
  animation-delay: 7287ms !important;
}

.d7288 {
  animation-delay: 7288ms !important;
}

.d7289 {
  animation-delay: 7289ms !important;
}

.d7290 {
  animation-delay: 7290ms !important;
}

.d7291 {
  animation-delay: 7291ms !important;
}

.d7292 {
  animation-delay: 7292ms !important;
}

.d7293 {
  animation-delay: 7293ms !important;
}

.d7294 {
  animation-delay: 7294ms !important;
}

.d7295 {
  animation-delay: 7295ms !important;
}

.d7296 {
  animation-delay: 7296ms !important;
}

.d7297 {
  animation-delay: 7297ms !important;
}

.d7298 {
  animation-delay: 7298ms !important;
}

.d7299 {
  animation-delay: 7299ms !important;
}

.d7300 {
  animation-delay: 7300ms !important;
}

.d7301 {
  animation-delay: 7301ms !important;
}

.d7302 {
  animation-delay: 7302ms !important;
}

.d7303 {
  animation-delay: 7303ms !important;
}

.d7304 {
  animation-delay: 7304ms !important;
}

.d7305 {
  animation-delay: 7305ms !important;
}

.d7306 {
  animation-delay: 7306ms !important;
}

.d7307 {
  animation-delay: 7307ms !important;
}

.d7308 {
  animation-delay: 7308ms !important;
}

.d7309 {
  animation-delay: 7309ms !important;
}

.d7310 {
  animation-delay: 7310ms !important;
}

.d7311 {
  animation-delay: 7311ms !important;
}

.d7312 {
  animation-delay: 7312ms !important;
}

.d7313 {
  animation-delay: 7313ms !important;
}

.d7314 {
  animation-delay: 7314ms !important;
}

.d7315 {
  animation-delay: 7315ms !important;
}

.d7316 {
  animation-delay: 7316ms !important;
}

.d7317 {
  animation-delay: 7317ms !important;
}

.d7318 {
  animation-delay: 7318ms !important;
}

.d7319 {
  animation-delay: 7319ms !important;
}

.d7320 {
  animation-delay: 7320ms !important;
}

.d7321 {
  animation-delay: 7321ms !important;
}

.d7322 {
  animation-delay: 7322ms !important;
}

.d7323 {
  animation-delay: 7323ms !important;
}

.d7324 {
  animation-delay: 7324ms !important;
}

.d7325 {
  animation-delay: 7325ms !important;
}

.d7326 {
  animation-delay: 7326ms !important;
}

.d7327 {
  animation-delay: 7327ms !important;
}

.d7328 {
  animation-delay: 7328ms !important;
}

.d7329 {
  animation-delay: 7329ms !important;
}

.d7330 {
  animation-delay: 7330ms !important;
}

.d7331 {
  animation-delay: 7331ms !important;
}

.d7332 {
  animation-delay: 7332ms !important;
}

.d7333 {
  animation-delay: 7333ms !important;
}

.d7334 {
  animation-delay: 7334ms !important;
}

.d7335 {
  animation-delay: 7335ms !important;
}

.d7336 {
  animation-delay: 7336ms !important;
}

.d7337 {
  animation-delay: 7337ms !important;
}

.d7338 {
  animation-delay: 7338ms !important;
}

.d7339 {
  animation-delay: 7339ms !important;
}

.d7340 {
  animation-delay: 7340ms !important;
}

.d7341 {
  animation-delay: 7341ms !important;
}

.d7342 {
  animation-delay: 7342ms !important;
}

.d7343 {
  animation-delay: 7343ms !important;
}

.d7344 {
  animation-delay: 7344ms !important;
}

.d7345 {
  animation-delay: 7345ms !important;
}

.d7346 {
  animation-delay: 7346ms !important;
}

.d7347 {
  animation-delay: 7347ms !important;
}

.d7348 {
  animation-delay: 7348ms !important;
}

.d7349 {
  animation-delay: 7349ms !important;
}

.d7350 {
  animation-delay: 7350ms !important;
}

.d7351 {
  animation-delay: 7351ms !important;
}

.d7352 {
  animation-delay: 7352ms !important;
}

.d7353 {
  animation-delay: 7353ms !important;
}

.d7354 {
  animation-delay: 7354ms !important;
}

.d7355 {
  animation-delay: 7355ms !important;
}

.d7356 {
  animation-delay: 7356ms !important;
}

.d7357 {
  animation-delay: 7357ms !important;
}

.d7358 {
  animation-delay: 7358ms !important;
}

.d7359 {
  animation-delay: 7359ms !important;
}

.d7360 {
  animation-delay: 7360ms !important;
}

.d7361 {
  animation-delay: 7361ms !important;
}

.d7362 {
  animation-delay: 7362ms !important;
}

.d7363 {
  animation-delay: 7363ms !important;
}

.d7364 {
  animation-delay: 7364ms !important;
}

.d7365 {
  animation-delay: 7365ms !important;
}

.d7366 {
  animation-delay: 7366ms !important;
}

.d7367 {
  animation-delay: 7367ms !important;
}

.d7368 {
  animation-delay: 7368ms !important;
}

.d7369 {
  animation-delay: 7369ms !important;
}

.d7370 {
  animation-delay: 7370ms !important;
}

.d7371 {
  animation-delay: 7371ms !important;
}

.d7372 {
  animation-delay: 7372ms !important;
}

.d7373 {
  animation-delay: 7373ms !important;
}

.d7374 {
  animation-delay: 7374ms !important;
}

.d7375 {
  animation-delay: 7375ms !important;
}

.d7376 {
  animation-delay: 7376ms !important;
}

.d7377 {
  animation-delay: 7377ms !important;
}

.d7378 {
  animation-delay: 7378ms !important;
}

.d7379 {
  animation-delay: 7379ms !important;
}

.d7380 {
  animation-delay: 7380ms !important;
}

.d7381 {
  animation-delay: 7381ms !important;
}

.d7382 {
  animation-delay: 7382ms !important;
}

.d7383 {
  animation-delay: 7383ms !important;
}

.d7384 {
  animation-delay: 7384ms !important;
}

.d7385 {
  animation-delay: 7385ms !important;
}

.d7386 {
  animation-delay: 7386ms !important;
}

.d7387 {
  animation-delay: 7387ms !important;
}

.d7388 {
  animation-delay: 7388ms !important;
}

.d7389 {
  animation-delay: 7389ms !important;
}

.d7390 {
  animation-delay: 7390ms !important;
}

.d7391 {
  animation-delay: 7391ms !important;
}

.d7392 {
  animation-delay: 7392ms !important;
}

.d7393 {
  animation-delay: 7393ms !important;
}

.d7394 {
  animation-delay: 7394ms !important;
}

.d7395 {
  animation-delay: 7395ms !important;
}

.d7396 {
  animation-delay: 7396ms !important;
}

.d7397 {
  animation-delay: 7397ms !important;
}

.d7398 {
  animation-delay: 7398ms !important;
}

.d7399 {
  animation-delay: 7399ms !important;
}

.d7400 {
  animation-delay: 7400ms !important;
}

.d7401 {
  animation-delay: 7401ms !important;
}

.d7402 {
  animation-delay: 7402ms !important;
}

.d7403 {
  animation-delay: 7403ms !important;
}

.d7404 {
  animation-delay: 7404ms !important;
}

.d7405 {
  animation-delay: 7405ms !important;
}

.d7406 {
  animation-delay: 7406ms !important;
}

.d7407 {
  animation-delay: 7407ms !important;
}

.d7408 {
  animation-delay: 7408ms !important;
}

.d7409 {
  animation-delay: 7409ms !important;
}

.d7410 {
  animation-delay: 7410ms !important;
}

.d7411 {
  animation-delay: 7411ms !important;
}

.d7412 {
  animation-delay: 7412ms !important;
}

.d7413 {
  animation-delay: 7413ms !important;
}

.d7414 {
  animation-delay: 7414ms !important;
}

.d7415 {
  animation-delay: 7415ms !important;
}

.d7416 {
  animation-delay: 7416ms !important;
}

.d7417 {
  animation-delay: 7417ms !important;
}

.d7418 {
  animation-delay: 7418ms !important;
}

.d7419 {
  animation-delay: 7419ms !important;
}

.d7420 {
  animation-delay: 7420ms !important;
}

.d7421 {
  animation-delay: 7421ms !important;
}

.d7422 {
  animation-delay: 7422ms !important;
}

.d7423 {
  animation-delay: 7423ms !important;
}

.d7424 {
  animation-delay: 7424ms !important;
}

.d7425 {
  animation-delay: 7425ms !important;
}

.d7426 {
  animation-delay: 7426ms !important;
}

.d7427 {
  animation-delay: 7427ms !important;
}

.d7428 {
  animation-delay: 7428ms !important;
}

.d7429 {
  animation-delay: 7429ms !important;
}

.d7430 {
  animation-delay: 7430ms !important;
}

.d7431 {
  animation-delay: 7431ms !important;
}

.d7432 {
  animation-delay: 7432ms !important;
}

.d7433 {
  animation-delay: 7433ms !important;
}

.d7434 {
  animation-delay: 7434ms !important;
}

.d7435 {
  animation-delay: 7435ms !important;
}

.d7436 {
  animation-delay: 7436ms !important;
}

.d7437 {
  animation-delay: 7437ms !important;
}

.d7438 {
  animation-delay: 7438ms !important;
}

.d7439 {
  animation-delay: 7439ms !important;
}

.d7440 {
  animation-delay: 7440ms !important;
}

.d7441 {
  animation-delay: 7441ms !important;
}

.d7442 {
  animation-delay: 7442ms !important;
}

.d7443 {
  animation-delay: 7443ms !important;
}

.d7444 {
  animation-delay: 7444ms !important;
}

.d7445 {
  animation-delay: 7445ms !important;
}

.d7446 {
  animation-delay: 7446ms !important;
}

.d7447 {
  animation-delay: 7447ms !important;
}

.d7448 {
  animation-delay: 7448ms !important;
}

.d7449 {
  animation-delay: 7449ms !important;
}

.d7450 {
  animation-delay: 7450ms !important;
}

.d7451 {
  animation-delay: 7451ms !important;
}

.d7452 {
  animation-delay: 7452ms !important;
}

.d7453 {
  animation-delay: 7453ms !important;
}

.d7454 {
  animation-delay: 7454ms !important;
}

.d7455 {
  animation-delay: 7455ms !important;
}

.d7456 {
  animation-delay: 7456ms !important;
}

.d7457 {
  animation-delay: 7457ms !important;
}

.d7458 {
  animation-delay: 7458ms !important;
}

.d7459 {
  animation-delay: 7459ms !important;
}

.d7460 {
  animation-delay: 7460ms !important;
}

.d7461 {
  animation-delay: 7461ms !important;
}

.d7462 {
  animation-delay: 7462ms !important;
}

.d7463 {
  animation-delay: 7463ms !important;
}

.d7464 {
  animation-delay: 7464ms !important;
}

.d7465 {
  animation-delay: 7465ms !important;
}

.d7466 {
  animation-delay: 7466ms !important;
}

.d7467 {
  animation-delay: 7467ms !important;
}

.d7468 {
  animation-delay: 7468ms !important;
}

.d7469 {
  animation-delay: 7469ms !important;
}

.d7470 {
  animation-delay: 7470ms !important;
}

.d7471 {
  animation-delay: 7471ms !important;
}

.d7472 {
  animation-delay: 7472ms !important;
}

.d7473 {
  animation-delay: 7473ms !important;
}

.d7474 {
  animation-delay: 7474ms !important;
}

.d7475 {
  animation-delay: 7475ms !important;
}

.d7476 {
  animation-delay: 7476ms !important;
}

.d7477 {
  animation-delay: 7477ms !important;
}

.d7478 {
  animation-delay: 7478ms !important;
}

.d7479 {
  animation-delay: 7479ms !important;
}

.d7480 {
  animation-delay: 7480ms !important;
}

.d7481 {
  animation-delay: 7481ms !important;
}

.d7482 {
  animation-delay: 7482ms !important;
}

.d7483 {
  animation-delay: 7483ms !important;
}

.d7484 {
  animation-delay: 7484ms !important;
}

.d7485 {
  animation-delay: 7485ms !important;
}

.d7486 {
  animation-delay: 7486ms !important;
}

.d7487 {
  animation-delay: 7487ms !important;
}

.d7488 {
  animation-delay: 7488ms !important;
}

.d7489 {
  animation-delay: 7489ms !important;
}

.d7490 {
  animation-delay: 7490ms !important;
}

.d7491 {
  animation-delay: 7491ms !important;
}

.d7492 {
  animation-delay: 7492ms !important;
}

.d7493 {
  animation-delay: 7493ms !important;
}

.d7494 {
  animation-delay: 7494ms !important;
}

.d7495 {
  animation-delay: 7495ms !important;
}

.d7496 {
  animation-delay: 7496ms !important;
}

.d7497 {
  animation-delay: 7497ms !important;
}

.d7498 {
  animation-delay: 7498ms !important;
}

.d7499 {
  animation-delay: 7499ms !important;
}

.d7500 {
  animation-delay: 7500ms !important;
}

.d7501 {
  animation-delay: 7501ms !important;
}

.d7502 {
  animation-delay: 7502ms !important;
}

.d7503 {
  animation-delay: 7503ms !important;
}

.d7504 {
  animation-delay: 7504ms !important;
}

.d7505 {
  animation-delay: 7505ms !important;
}

.d7506 {
  animation-delay: 7506ms !important;
}

.d7507 {
  animation-delay: 7507ms !important;
}

.d7508 {
  animation-delay: 7508ms !important;
}

.d7509 {
  animation-delay: 7509ms !important;
}

.d7510 {
  animation-delay: 7510ms !important;
}

.d7511 {
  animation-delay: 7511ms !important;
}

.d7512 {
  animation-delay: 7512ms !important;
}

.d7513 {
  animation-delay: 7513ms !important;
}

.d7514 {
  animation-delay: 7514ms !important;
}

.d7515 {
  animation-delay: 7515ms !important;
}

.d7516 {
  animation-delay: 7516ms !important;
}

.d7517 {
  animation-delay: 7517ms !important;
}

.d7518 {
  animation-delay: 7518ms !important;
}

.d7519 {
  animation-delay: 7519ms !important;
}

.d7520 {
  animation-delay: 7520ms !important;
}

.d7521 {
  animation-delay: 7521ms !important;
}

.d7522 {
  animation-delay: 7522ms !important;
}

.d7523 {
  animation-delay: 7523ms !important;
}

.d7524 {
  animation-delay: 7524ms !important;
}

.d7525 {
  animation-delay: 7525ms !important;
}

.d7526 {
  animation-delay: 7526ms !important;
}

.d7527 {
  animation-delay: 7527ms !important;
}

.d7528 {
  animation-delay: 7528ms !important;
}

.d7529 {
  animation-delay: 7529ms !important;
}

.d7530 {
  animation-delay: 7530ms !important;
}

.d7531 {
  animation-delay: 7531ms !important;
}

.d7532 {
  animation-delay: 7532ms !important;
}

.d7533 {
  animation-delay: 7533ms !important;
}

.d7534 {
  animation-delay: 7534ms !important;
}

.d7535 {
  animation-delay: 7535ms !important;
}

.d7536 {
  animation-delay: 7536ms !important;
}

.d7537 {
  animation-delay: 7537ms !important;
}

.d7538 {
  animation-delay: 7538ms !important;
}

.d7539 {
  animation-delay: 7539ms !important;
}

.d7540 {
  animation-delay: 7540ms !important;
}

.d7541 {
  animation-delay: 7541ms !important;
}

.d7542 {
  animation-delay: 7542ms !important;
}

.d7543 {
  animation-delay: 7543ms !important;
}

.d7544 {
  animation-delay: 7544ms !important;
}

.d7545 {
  animation-delay: 7545ms !important;
}

.d7546 {
  animation-delay: 7546ms !important;
}

.d7547 {
  animation-delay: 7547ms !important;
}

.d7548 {
  animation-delay: 7548ms !important;
}

.d7549 {
  animation-delay: 7549ms !important;
}

.d7550 {
  animation-delay: 7550ms !important;
}

.d7551 {
  animation-delay: 7551ms !important;
}

.d7552 {
  animation-delay: 7552ms !important;
}

.d7553 {
  animation-delay: 7553ms !important;
}

.d7554 {
  animation-delay: 7554ms !important;
}

.d7555 {
  animation-delay: 7555ms !important;
}

.d7556 {
  animation-delay: 7556ms !important;
}

.d7557 {
  animation-delay: 7557ms !important;
}

.d7558 {
  animation-delay: 7558ms !important;
}

.d7559 {
  animation-delay: 7559ms !important;
}

.d7560 {
  animation-delay: 7560ms !important;
}

.d7561 {
  animation-delay: 7561ms !important;
}

.d7562 {
  animation-delay: 7562ms !important;
}

.d7563 {
  animation-delay: 7563ms !important;
}

.d7564 {
  animation-delay: 7564ms !important;
}

.d7565 {
  animation-delay: 7565ms !important;
}

.d7566 {
  animation-delay: 7566ms !important;
}

.d7567 {
  animation-delay: 7567ms !important;
}

.d7568 {
  animation-delay: 7568ms !important;
}

.d7569 {
  animation-delay: 7569ms !important;
}

.d7570 {
  animation-delay: 7570ms !important;
}

.d7571 {
  animation-delay: 7571ms !important;
}

.d7572 {
  animation-delay: 7572ms !important;
}

.d7573 {
  animation-delay: 7573ms !important;
}

.d7574 {
  animation-delay: 7574ms !important;
}

.d7575 {
  animation-delay: 7575ms !important;
}

.d7576 {
  animation-delay: 7576ms !important;
}

.d7577 {
  animation-delay: 7577ms !important;
}

.d7578 {
  animation-delay: 7578ms !important;
}

.d7579 {
  animation-delay: 7579ms !important;
}

.d7580 {
  animation-delay: 7580ms !important;
}

.d7581 {
  animation-delay: 7581ms !important;
}

.d7582 {
  animation-delay: 7582ms !important;
}

.d7583 {
  animation-delay: 7583ms !important;
}

.d7584 {
  animation-delay: 7584ms !important;
}

.d7585 {
  animation-delay: 7585ms !important;
}

.d7586 {
  animation-delay: 7586ms !important;
}

.d7587 {
  animation-delay: 7587ms !important;
}

.d7588 {
  animation-delay: 7588ms !important;
}

.d7589 {
  animation-delay: 7589ms !important;
}

.d7590 {
  animation-delay: 7590ms !important;
}

.d7591 {
  animation-delay: 7591ms !important;
}

.d7592 {
  animation-delay: 7592ms !important;
}

.d7593 {
  animation-delay: 7593ms !important;
}

.d7594 {
  animation-delay: 7594ms !important;
}

.d7595 {
  animation-delay: 7595ms !important;
}

.d7596 {
  animation-delay: 7596ms !important;
}

.d7597 {
  animation-delay: 7597ms !important;
}

.d7598 {
  animation-delay: 7598ms !important;
}

.d7599 {
  animation-delay: 7599ms !important;
}

.d7600 {
  animation-delay: 7600ms !important;
}

.d7601 {
  animation-delay: 7601ms !important;
}

.d7602 {
  animation-delay: 7602ms !important;
}

.d7603 {
  animation-delay: 7603ms !important;
}

.d7604 {
  animation-delay: 7604ms !important;
}

.d7605 {
  animation-delay: 7605ms !important;
}

.d7606 {
  animation-delay: 7606ms !important;
}

.d7607 {
  animation-delay: 7607ms !important;
}

.d7608 {
  animation-delay: 7608ms !important;
}

.d7609 {
  animation-delay: 7609ms !important;
}

.d7610 {
  animation-delay: 7610ms !important;
}

.d7611 {
  animation-delay: 7611ms !important;
}

.d7612 {
  animation-delay: 7612ms !important;
}

.d7613 {
  animation-delay: 7613ms !important;
}

.d7614 {
  animation-delay: 7614ms !important;
}

.d7615 {
  animation-delay: 7615ms !important;
}

.d7616 {
  animation-delay: 7616ms !important;
}

.d7617 {
  animation-delay: 7617ms !important;
}

.d7618 {
  animation-delay: 7618ms !important;
}

.d7619 {
  animation-delay: 7619ms !important;
}

.d7620 {
  animation-delay: 7620ms !important;
}

.d7621 {
  animation-delay: 7621ms !important;
}

.d7622 {
  animation-delay: 7622ms !important;
}

.d7623 {
  animation-delay: 7623ms !important;
}

.d7624 {
  animation-delay: 7624ms !important;
}

.d7625 {
  animation-delay: 7625ms !important;
}

.d7626 {
  animation-delay: 7626ms !important;
}

.d7627 {
  animation-delay: 7627ms !important;
}

.d7628 {
  animation-delay: 7628ms !important;
}

.d7629 {
  animation-delay: 7629ms !important;
}

.d7630 {
  animation-delay: 7630ms !important;
}

.d7631 {
  animation-delay: 7631ms !important;
}

.d7632 {
  animation-delay: 7632ms !important;
}

.d7633 {
  animation-delay: 7633ms !important;
}

.d7634 {
  animation-delay: 7634ms !important;
}

.d7635 {
  animation-delay: 7635ms !important;
}

.d7636 {
  animation-delay: 7636ms !important;
}

.d7637 {
  animation-delay: 7637ms !important;
}

.d7638 {
  animation-delay: 7638ms !important;
}

.d7639 {
  animation-delay: 7639ms !important;
}

.d7640 {
  animation-delay: 7640ms !important;
}

.d7641 {
  animation-delay: 7641ms !important;
}

.d7642 {
  animation-delay: 7642ms !important;
}

.d7643 {
  animation-delay: 7643ms !important;
}

.d7644 {
  animation-delay: 7644ms !important;
}

.d7645 {
  animation-delay: 7645ms !important;
}

.d7646 {
  animation-delay: 7646ms !important;
}

.d7647 {
  animation-delay: 7647ms !important;
}

.d7648 {
  animation-delay: 7648ms !important;
}

.d7649 {
  animation-delay: 7649ms !important;
}

.d7650 {
  animation-delay: 7650ms !important;
}

.d7651 {
  animation-delay: 7651ms !important;
}

.d7652 {
  animation-delay: 7652ms !important;
}

.d7653 {
  animation-delay: 7653ms !important;
}

.d7654 {
  animation-delay: 7654ms !important;
}

.d7655 {
  animation-delay: 7655ms !important;
}

.d7656 {
  animation-delay: 7656ms !important;
}

.d7657 {
  animation-delay: 7657ms !important;
}

.d7658 {
  animation-delay: 7658ms !important;
}

.d7659 {
  animation-delay: 7659ms !important;
}

.d7660 {
  animation-delay: 7660ms !important;
}

.d7661 {
  animation-delay: 7661ms !important;
}

.d7662 {
  animation-delay: 7662ms !important;
}

.d7663 {
  animation-delay: 7663ms !important;
}

.d7664 {
  animation-delay: 7664ms !important;
}

.d7665 {
  animation-delay: 7665ms !important;
}

.d7666 {
  animation-delay: 7666ms !important;
}

.d7667 {
  animation-delay: 7667ms !important;
}

.d7668 {
  animation-delay: 7668ms !important;
}

.d7669 {
  animation-delay: 7669ms !important;
}

.d7670 {
  animation-delay: 7670ms !important;
}

.d7671 {
  animation-delay: 7671ms !important;
}

.d7672 {
  animation-delay: 7672ms !important;
}

.d7673 {
  animation-delay: 7673ms !important;
}

.d7674 {
  animation-delay: 7674ms !important;
}

.d7675 {
  animation-delay: 7675ms !important;
}

.d7676 {
  animation-delay: 7676ms !important;
}

.d7677 {
  animation-delay: 7677ms !important;
}

.d7678 {
  animation-delay: 7678ms !important;
}

.d7679 {
  animation-delay: 7679ms !important;
}

.d7680 {
  animation-delay: 7680ms !important;
}

.d7681 {
  animation-delay: 7681ms !important;
}

.d7682 {
  animation-delay: 7682ms !important;
}

.d7683 {
  animation-delay: 7683ms !important;
}

.d7684 {
  animation-delay: 7684ms !important;
}

.d7685 {
  animation-delay: 7685ms !important;
}

.d7686 {
  animation-delay: 7686ms !important;
}

.d7687 {
  animation-delay: 7687ms !important;
}

.d7688 {
  animation-delay: 7688ms !important;
}

.d7689 {
  animation-delay: 7689ms !important;
}

.d7690 {
  animation-delay: 7690ms !important;
}

.d7691 {
  animation-delay: 7691ms !important;
}

.d7692 {
  animation-delay: 7692ms !important;
}

.d7693 {
  animation-delay: 7693ms !important;
}

.d7694 {
  animation-delay: 7694ms !important;
}

.d7695 {
  animation-delay: 7695ms !important;
}

.d7696 {
  animation-delay: 7696ms !important;
}

.d7697 {
  animation-delay: 7697ms !important;
}

.d7698 {
  animation-delay: 7698ms !important;
}

.d7699 {
  animation-delay: 7699ms !important;
}

.d7700 {
  animation-delay: 7700ms !important;
}

.d7701 {
  animation-delay: 7701ms !important;
}

.d7702 {
  animation-delay: 7702ms !important;
}

.d7703 {
  animation-delay: 7703ms !important;
}

.d7704 {
  animation-delay: 7704ms !important;
}

.d7705 {
  animation-delay: 7705ms !important;
}

.d7706 {
  animation-delay: 7706ms !important;
}

.d7707 {
  animation-delay: 7707ms !important;
}

.d7708 {
  animation-delay: 7708ms !important;
}

.d7709 {
  animation-delay: 7709ms !important;
}

.d7710 {
  animation-delay: 7710ms !important;
}

.d7711 {
  animation-delay: 7711ms !important;
}

.d7712 {
  animation-delay: 7712ms !important;
}

.d7713 {
  animation-delay: 7713ms !important;
}

.d7714 {
  animation-delay: 7714ms !important;
}

.d7715 {
  animation-delay: 7715ms !important;
}

.d7716 {
  animation-delay: 7716ms !important;
}

.d7717 {
  animation-delay: 7717ms !important;
}

.d7718 {
  animation-delay: 7718ms !important;
}

.d7719 {
  animation-delay: 7719ms !important;
}

.d7720 {
  animation-delay: 7720ms !important;
}

.d7721 {
  animation-delay: 7721ms !important;
}

.d7722 {
  animation-delay: 7722ms !important;
}

.d7723 {
  animation-delay: 7723ms !important;
}

.d7724 {
  animation-delay: 7724ms !important;
}

.d7725 {
  animation-delay: 7725ms !important;
}

.d7726 {
  animation-delay: 7726ms !important;
}

.d7727 {
  animation-delay: 7727ms !important;
}

.d7728 {
  animation-delay: 7728ms !important;
}

.d7729 {
  animation-delay: 7729ms !important;
}

.d7730 {
  animation-delay: 7730ms !important;
}

.d7731 {
  animation-delay: 7731ms !important;
}

.d7732 {
  animation-delay: 7732ms !important;
}

.d7733 {
  animation-delay: 7733ms !important;
}

.d7734 {
  animation-delay: 7734ms !important;
}

.d7735 {
  animation-delay: 7735ms !important;
}

.d7736 {
  animation-delay: 7736ms !important;
}

.d7737 {
  animation-delay: 7737ms !important;
}

.d7738 {
  animation-delay: 7738ms !important;
}

.d7739 {
  animation-delay: 7739ms !important;
}

.d7740 {
  animation-delay: 7740ms !important;
}

.d7741 {
  animation-delay: 7741ms !important;
}

.d7742 {
  animation-delay: 7742ms !important;
}

.d7743 {
  animation-delay: 7743ms !important;
}

.d7744 {
  animation-delay: 7744ms !important;
}

.d7745 {
  animation-delay: 7745ms !important;
}

.d7746 {
  animation-delay: 7746ms !important;
}

.d7747 {
  animation-delay: 7747ms !important;
}

.d7748 {
  animation-delay: 7748ms !important;
}

.d7749 {
  animation-delay: 7749ms !important;
}

.d7750 {
  animation-delay: 7750ms !important;
}

.d7751 {
  animation-delay: 7751ms !important;
}

.d7752 {
  animation-delay: 7752ms !important;
}

.d7753 {
  animation-delay: 7753ms !important;
}

.d7754 {
  animation-delay: 7754ms !important;
}

.d7755 {
  animation-delay: 7755ms !important;
}

.d7756 {
  animation-delay: 7756ms !important;
}

.d7757 {
  animation-delay: 7757ms !important;
}

.d7758 {
  animation-delay: 7758ms !important;
}

.d7759 {
  animation-delay: 7759ms !important;
}

.d7760 {
  animation-delay: 7760ms !important;
}

.d7761 {
  animation-delay: 7761ms !important;
}

.d7762 {
  animation-delay: 7762ms !important;
}

.d7763 {
  animation-delay: 7763ms !important;
}

.d7764 {
  animation-delay: 7764ms !important;
}

.d7765 {
  animation-delay: 7765ms !important;
}

.d7766 {
  animation-delay: 7766ms !important;
}

.d7767 {
  animation-delay: 7767ms !important;
}

.d7768 {
  animation-delay: 7768ms !important;
}

.d7769 {
  animation-delay: 7769ms !important;
}

.d7770 {
  animation-delay: 7770ms !important;
}

.d7771 {
  animation-delay: 7771ms !important;
}

.d7772 {
  animation-delay: 7772ms !important;
}

.d7773 {
  animation-delay: 7773ms !important;
}

.d7774 {
  animation-delay: 7774ms !important;
}

.d7775 {
  animation-delay: 7775ms !important;
}

.d7776 {
  animation-delay: 7776ms !important;
}

.d7777 {
  animation-delay: 7777ms !important;
}

.d7778 {
  animation-delay: 7778ms !important;
}

.d7779 {
  animation-delay: 7779ms !important;
}

.d7780 {
  animation-delay: 7780ms !important;
}

.d7781 {
  animation-delay: 7781ms !important;
}

.d7782 {
  animation-delay: 7782ms !important;
}

.d7783 {
  animation-delay: 7783ms !important;
}

.d7784 {
  animation-delay: 7784ms !important;
}

.d7785 {
  animation-delay: 7785ms !important;
}

.d7786 {
  animation-delay: 7786ms !important;
}

.d7787 {
  animation-delay: 7787ms !important;
}

.d7788 {
  animation-delay: 7788ms !important;
}

.d7789 {
  animation-delay: 7789ms !important;
}

.d7790 {
  animation-delay: 7790ms !important;
}

.d7791 {
  animation-delay: 7791ms !important;
}

.d7792 {
  animation-delay: 7792ms !important;
}

.d7793 {
  animation-delay: 7793ms !important;
}

.d7794 {
  animation-delay: 7794ms !important;
}

.d7795 {
  animation-delay: 7795ms !important;
}

.d7796 {
  animation-delay: 7796ms !important;
}

.d7797 {
  animation-delay: 7797ms !important;
}

.d7798 {
  animation-delay: 7798ms !important;
}

.d7799 {
  animation-delay: 7799ms !important;
}

.d7800 {
  animation-delay: 7800ms !important;
}

.d7801 {
  animation-delay: 7801ms !important;
}

.d7802 {
  animation-delay: 7802ms !important;
}

.d7803 {
  animation-delay: 7803ms !important;
}

.d7804 {
  animation-delay: 7804ms !important;
}

.d7805 {
  animation-delay: 7805ms !important;
}

.d7806 {
  animation-delay: 7806ms !important;
}

.d7807 {
  animation-delay: 7807ms !important;
}

.d7808 {
  animation-delay: 7808ms !important;
}

.d7809 {
  animation-delay: 7809ms !important;
}

.d7810 {
  animation-delay: 7810ms !important;
}

.d7811 {
  animation-delay: 7811ms !important;
}

.d7812 {
  animation-delay: 7812ms !important;
}

.d7813 {
  animation-delay: 7813ms !important;
}

.d7814 {
  animation-delay: 7814ms !important;
}

.d7815 {
  animation-delay: 7815ms !important;
}

.d7816 {
  animation-delay: 7816ms !important;
}

.d7817 {
  animation-delay: 7817ms !important;
}

.d7818 {
  animation-delay: 7818ms !important;
}

.d7819 {
  animation-delay: 7819ms !important;
}

.d7820 {
  animation-delay: 7820ms !important;
}

.d7821 {
  animation-delay: 7821ms !important;
}

.d7822 {
  animation-delay: 7822ms !important;
}

.d7823 {
  animation-delay: 7823ms !important;
}

.d7824 {
  animation-delay: 7824ms !important;
}

.d7825 {
  animation-delay: 7825ms !important;
}

.d7826 {
  animation-delay: 7826ms !important;
}

.d7827 {
  animation-delay: 7827ms !important;
}

.d7828 {
  animation-delay: 7828ms !important;
}

.d7829 {
  animation-delay: 7829ms !important;
}

.d7830 {
  animation-delay: 7830ms !important;
}

.d7831 {
  animation-delay: 7831ms !important;
}

.d7832 {
  animation-delay: 7832ms !important;
}

.d7833 {
  animation-delay: 7833ms !important;
}

.d7834 {
  animation-delay: 7834ms !important;
}

.d7835 {
  animation-delay: 7835ms !important;
}

.d7836 {
  animation-delay: 7836ms !important;
}

.d7837 {
  animation-delay: 7837ms !important;
}

.d7838 {
  animation-delay: 7838ms !important;
}

.d7839 {
  animation-delay: 7839ms !important;
}

.d7840 {
  animation-delay: 7840ms !important;
}

.d7841 {
  animation-delay: 7841ms !important;
}

.d7842 {
  animation-delay: 7842ms !important;
}

.d7843 {
  animation-delay: 7843ms !important;
}

.d7844 {
  animation-delay: 7844ms !important;
}

.d7845 {
  animation-delay: 7845ms !important;
}

.d7846 {
  animation-delay: 7846ms !important;
}

.d7847 {
  animation-delay: 7847ms !important;
}

.d7848 {
  animation-delay: 7848ms !important;
}

.d7849 {
  animation-delay: 7849ms !important;
}

.d7850 {
  animation-delay: 7850ms !important;
}

.d7851 {
  animation-delay: 7851ms !important;
}

.d7852 {
  animation-delay: 7852ms !important;
}

.d7853 {
  animation-delay: 7853ms !important;
}

.d7854 {
  animation-delay: 7854ms !important;
}

.d7855 {
  animation-delay: 7855ms !important;
}

.d7856 {
  animation-delay: 7856ms !important;
}

.d7857 {
  animation-delay: 7857ms !important;
}

.d7858 {
  animation-delay: 7858ms !important;
}

.d7859 {
  animation-delay: 7859ms !important;
}

.d7860 {
  animation-delay: 7860ms !important;
}

.d7861 {
  animation-delay: 7861ms !important;
}

.d7862 {
  animation-delay: 7862ms !important;
}

.d7863 {
  animation-delay: 7863ms !important;
}

.d7864 {
  animation-delay: 7864ms !important;
}

.d7865 {
  animation-delay: 7865ms !important;
}

.d7866 {
  animation-delay: 7866ms !important;
}

.d7867 {
  animation-delay: 7867ms !important;
}

.d7868 {
  animation-delay: 7868ms !important;
}

.d7869 {
  animation-delay: 7869ms !important;
}

.d7870 {
  animation-delay: 7870ms !important;
}

.d7871 {
  animation-delay: 7871ms !important;
}

.d7872 {
  animation-delay: 7872ms !important;
}

.d7873 {
  animation-delay: 7873ms !important;
}

.d7874 {
  animation-delay: 7874ms !important;
}

.d7875 {
  animation-delay: 7875ms !important;
}

.d7876 {
  animation-delay: 7876ms !important;
}

.d7877 {
  animation-delay: 7877ms !important;
}

.d7878 {
  animation-delay: 7878ms !important;
}

.d7879 {
  animation-delay: 7879ms !important;
}

.d7880 {
  animation-delay: 7880ms !important;
}

.d7881 {
  animation-delay: 7881ms !important;
}

.d7882 {
  animation-delay: 7882ms !important;
}

.d7883 {
  animation-delay: 7883ms !important;
}

.d7884 {
  animation-delay: 7884ms !important;
}

.d7885 {
  animation-delay: 7885ms !important;
}

.d7886 {
  animation-delay: 7886ms !important;
}

.d7887 {
  animation-delay: 7887ms !important;
}

.d7888 {
  animation-delay: 7888ms !important;
}

.d7889 {
  animation-delay: 7889ms !important;
}

.d7890 {
  animation-delay: 7890ms !important;
}

.d7891 {
  animation-delay: 7891ms !important;
}

.d7892 {
  animation-delay: 7892ms !important;
}

.d7893 {
  animation-delay: 7893ms !important;
}

.d7894 {
  animation-delay: 7894ms !important;
}

.d7895 {
  animation-delay: 7895ms !important;
}

.d7896 {
  animation-delay: 7896ms !important;
}

.d7897 {
  animation-delay: 7897ms !important;
}

.d7898 {
  animation-delay: 7898ms !important;
}

.d7899 {
  animation-delay: 7899ms !important;
}

.d7900 {
  animation-delay: 7900ms !important;
}

.d7901 {
  animation-delay: 7901ms !important;
}

.d7902 {
  animation-delay: 7902ms !important;
}

.d7903 {
  animation-delay: 7903ms !important;
}

.d7904 {
  animation-delay: 7904ms !important;
}

.d7905 {
  animation-delay: 7905ms !important;
}

.d7906 {
  animation-delay: 7906ms !important;
}

.d7907 {
  animation-delay: 7907ms !important;
}

.d7908 {
  animation-delay: 7908ms !important;
}

.d7909 {
  animation-delay: 7909ms !important;
}

.d7910 {
  animation-delay: 7910ms !important;
}

.d7911 {
  animation-delay: 7911ms !important;
}

.d7912 {
  animation-delay: 7912ms !important;
}

.d7913 {
  animation-delay: 7913ms !important;
}

.d7914 {
  animation-delay: 7914ms !important;
}

.d7915 {
  animation-delay: 7915ms !important;
}

.d7916 {
  animation-delay: 7916ms !important;
}

.d7917 {
  animation-delay: 7917ms !important;
}

.d7918 {
  animation-delay: 7918ms !important;
}

.d7919 {
  animation-delay: 7919ms !important;
}

.d7920 {
  animation-delay: 7920ms !important;
}

.d7921 {
  animation-delay: 7921ms !important;
}

.d7922 {
  animation-delay: 7922ms !important;
}

.d7923 {
  animation-delay: 7923ms !important;
}

.d7924 {
  animation-delay: 7924ms !important;
}

.d7925 {
  animation-delay: 7925ms !important;
}

.d7926 {
  animation-delay: 7926ms !important;
}

.d7927 {
  animation-delay: 7927ms !important;
}

.d7928 {
  animation-delay: 7928ms !important;
}

.d7929 {
  animation-delay: 7929ms !important;
}

.d7930 {
  animation-delay: 7930ms !important;
}

.d7931 {
  animation-delay: 7931ms !important;
}

.d7932 {
  animation-delay: 7932ms !important;
}

.d7933 {
  animation-delay: 7933ms !important;
}

.d7934 {
  animation-delay: 7934ms !important;
}

.d7935 {
  animation-delay: 7935ms !important;
}

.d7936 {
  animation-delay: 7936ms !important;
}

.d7937 {
  animation-delay: 7937ms !important;
}

.d7938 {
  animation-delay: 7938ms !important;
}

.d7939 {
  animation-delay: 7939ms !important;
}

.d7940 {
  animation-delay: 7940ms !important;
}

.d7941 {
  animation-delay: 7941ms !important;
}

.d7942 {
  animation-delay: 7942ms !important;
}

.d7943 {
  animation-delay: 7943ms !important;
}

.d7944 {
  animation-delay: 7944ms !important;
}

.d7945 {
  animation-delay: 7945ms !important;
}

.d7946 {
  animation-delay: 7946ms !important;
}

.d7947 {
  animation-delay: 7947ms !important;
}

.d7948 {
  animation-delay: 7948ms !important;
}

.d7949 {
  animation-delay: 7949ms !important;
}

.d7950 {
  animation-delay: 7950ms !important;
}

.d7951 {
  animation-delay: 7951ms !important;
}

.d7952 {
  animation-delay: 7952ms !important;
}

.d7953 {
  animation-delay: 7953ms !important;
}

.d7954 {
  animation-delay: 7954ms !important;
}

.d7955 {
  animation-delay: 7955ms !important;
}

.d7956 {
  animation-delay: 7956ms !important;
}

.d7957 {
  animation-delay: 7957ms !important;
}

.d7958 {
  animation-delay: 7958ms !important;
}

.d7959 {
  animation-delay: 7959ms !important;
}

.d7960 {
  animation-delay: 7960ms !important;
}

.d7961 {
  animation-delay: 7961ms !important;
}

.d7962 {
  animation-delay: 7962ms !important;
}

.d7963 {
  animation-delay: 7963ms !important;
}

.d7964 {
  animation-delay: 7964ms !important;
}

.d7965 {
  animation-delay: 7965ms !important;
}

.d7966 {
  animation-delay: 7966ms !important;
}

.d7967 {
  animation-delay: 7967ms !important;
}

.d7968 {
  animation-delay: 7968ms !important;
}

.d7969 {
  animation-delay: 7969ms !important;
}

.d7970 {
  animation-delay: 7970ms !important;
}

.d7971 {
  animation-delay: 7971ms !important;
}

.d7972 {
  animation-delay: 7972ms !important;
}

.d7973 {
  animation-delay: 7973ms !important;
}

.d7974 {
  animation-delay: 7974ms !important;
}

.d7975 {
  animation-delay: 7975ms !important;
}

.d7976 {
  animation-delay: 7976ms !important;
}

.d7977 {
  animation-delay: 7977ms !important;
}

.d7978 {
  animation-delay: 7978ms !important;
}

.d7979 {
  animation-delay: 7979ms !important;
}

.d7980 {
  animation-delay: 7980ms !important;
}

.d7981 {
  animation-delay: 7981ms !important;
}

.d7982 {
  animation-delay: 7982ms !important;
}

.d7983 {
  animation-delay: 7983ms !important;
}

.d7984 {
  animation-delay: 7984ms !important;
}

.d7985 {
  animation-delay: 7985ms !important;
}

.d7986 {
  animation-delay: 7986ms !important;
}

.d7987 {
  animation-delay: 7987ms !important;
}

.d7988 {
  animation-delay: 7988ms !important;
}

.d7989 {
  animation-delay: 7989ms !important;
}

.d7990 {
  animation-delay: 7990ms !important;
}

.d7991 {
  animation-delay: 7991ms !important;
}

.d7992 {
  animation-delay: 7992ms !important;
}

.d7993 {
  animation-delay: 7993ms !important;
}

.d7994 {
  animation-delay: 7994ms !important;
}

.d7995 {
  animation-delay: 7995ms !important;
}

.d7996 {
  animation-delay: 7996ms !important;
}

.d7997 {
  animation-delay: 7997ms !important;
}

.d7998 {
  animation-delay: 7998ms !important;
}

.d7999 {
  animation-delay: 7999ms !important;
}

.d8000 {
  animation-delay: 8000ms !important;
}

.d8001 {
  animation-delay: 8001ms !important;
}

.d8002 {
  animation-delay: 8002ms !important;
}

.d8003 {
  animation-delay: 8003ms !important;
}

.d8004 {
  animation-delay: 8004ms !important;
}

.d8005 {
  animation-delay: 8005ms !important;
}

.d8006 {
  animation-delay: 8006ms !important;
}

.d8007 {
  animation-delay: 8007ms !important;
}

.d8008 {
  animation-delay: 8008ms !important;
}

.d8009 {
  animation-delay: 8009ms !important;
}

.d8010 {
  animation-delay: 8010ms !important;
}

.d8011 {
  animation-delay: 8011ms !important;
}

.d8012 {
  animation-delay: 8012ms !important;
}

.d8013 {
  animation-delay: 8013ms !important;
}

.d8014 {
  animation-delay: 8014ms !important;
}

.d8015 {
  animation-delay: 8015ms !important;
}

.d8016 {
  animation-delay: 8016ms !important;
}

.d8017 {
  animation-delay: 8017ms !important;
}

.d8018 {
  animation-delay: 8018ms !important;
}

.d8019 {
  animation-delay: 8019ms !important;
}

.d8020 {
  animation-delay: 8020ms !important;
}

.d8021 {
  animation-delay: 8021ms !important;
}

.d8022 {
  animation-delay: 8022ms !important;
}

.d8023 {
  animation-delay: 8023ms !important;
}

.d8024 {
  animation-delay: 8024ms !important;
}

.d8025 {
  animation-delay: 8025ms !important;
}

.d8026 {
  animation-delay: 8026ms !important;
}

.d8027 {
  animation-delay: 8027ms !important;
}

.d8028 {
  animation-delay: 8028ms !important;
}

.d8029 {
  animation-delay: 8029ms !important;
}

.d8030 {
  animation-delay: 8030ms !important;
}

.d8031 {
  animation-delay: 8031ms !important;
}

.d8032 {
  animation-delay: 8032ms !important;
}

.d8033 {
  animation-delay: 8033ms !important;
}

.d8034 {
  animation-delay: 8034ms !important;
}

.d8035 {
  animation-delay: 8035ms !important;
}

.d8036 {
  animation-delay: 8036ms !important;
}

.d8037 {
  animation-delay: 8037ms !important;
}

.d8038 {
  animation-delay: 8038ms !important;
}

.d8039 {
  animation-delay: 8039ms !important;
}

.d8040 {
  animation-delay: 8040ms !important;
}

.d8041 {
  animation-delay: 8041ms !important;
}

.d8042 {
  animation-delay: 8042ms !important;
}

.d8043 {
  animation-delay: 8043ms !important;
}

.d8044 {
  animation-delay: 8044ms !important;
}

.d8045 {
  animation-delay: 8045ms !important;
}

.d8046 {
  animation-delay: 8046ms !important;
}

.d8047 {
  animation-delay: 8047ms !important;
}

.d8048 {
  animation-delay: 8048ms !important;
}

.d8049 {
  animation-delay: 8049ms !important;
}

.d8050 {
  animation-delay: 8050ms !important;
}

.d8051 {
  animation-delay: 8051ms !important;
}

.d8052 {
  animation-delay: 8052ms !important;
}

.d8053 {
  animation-delay: 8053ms !important;
}

.d8054 {
  animation-delay: 8054ms !important;
}

.d8055 {
  animation-delay: 8055ms !important;
}

.d8056 {
  animation-delay: 8056ms !important;
}

.d8057 {
  animation-delay: 8057ms !important;
}

.d8058 {
  animation-delay: 8058ms !important;
}

.d8059 {
  animation-delay: 8059ms !important;
}

.d8060 {
  animation-delay: 8060ms !important;
}

.d8061 {
  animation-delay: 8061ms !important;
}

.d8062 {
  animation-delay: 8062ms !important;
}

.d8063 {
  animation-delay: 8063ms !important;
}

.d8064 {
  animation-delay: 8064ms !important;
}

.d8065 {
  animation-delay: 8065ms !important;
}

.d8066 {
  animation-delay: 8066ms !important;
}

.d8067 {
  animation-delay: 8067ms !important;
}

.d8068 {
  animation-delay: 8068ms !important;
}

.d8069 {
  animation-delay: 8069ms !important;
}

.d8070 {
  animation-delay: 8070ms !important;
}

.d8071 {
  animation-delay: 8071ms !important;
}

.d8072 {
  animation-delay: 8072ms !important;
}

.d8073 {
  animation-delay: 8073ms !important;
}

.d8074 {
  animation-delay: 8074ms !important;
}

.d8075 {
  animation-delay: 8075ms !important;
}

.d8076 {
  animation-delay: 8076ms !important;
}

.d8077 {
  animation-delay: 8077ms !important;
}

.d8078 {
  animation-delay: 8078ms !important;
}

.d8079 {
  animation-delay: 8079ms !important;
}

.d8080 {
  animation-delay: 8080ms !important;
}

.d8081 {
  animation-delay: 8081ms !important;
}

.d8082 {
  animation-delay: 8082ms !important;
}

.d8083 {
  animation-delay: 8083ms !important;
}

.d8084 {
  animation-delay: 8084ms !important;
}

.d8085 {
  animation-delay: 8085ms !important;
}

.d8086 {
  animation-delay: 8086ms !important;
}

.d8087 {
  animation-delay: 8087ms !important;
}

.d8088 {
  animation-delay: 8088ms !important;
}

.d8089 {
  animation-delay: 8089ms !important;
}

.d8090 {
  animation-delay: 8090ms !important;
}

.d8091 {
  animation-delay: 8091ms !important;
}

.d8092 {
  animation-delay: 8092ms !important;
}

.d8093 {
  animation-delay: 8093ms !important;
}

.d8094 {
  animation-delay: 8094ms !important;
}

.d8095 {
  animation-delay: 8095ms !important;
}

.d8096 {
  animation-delay: 8096ms !important;
}

.d8097 {
  animation-delay: 8097ms !important;
}

.d8098 {
  animation-delay: 8098ms !important;
}

.d8099 {
  animation-delay: 8099ms !important;
}

.d8100 {
  animation-delay: 8100ms !important;
}

.d8101 {
  animation-delay: 8101ms !important;
}

.d8102 {
  animation-delay: 8102ms !important;
}

.d8103 {
  animation-delay: 8103ms !important;
}

.d8104 {
  animation-delay: 8104ms !important;
}

.d8105 {
  animation-delay: 8105ms !important;
}

.d8106 {
  animation-delay: 8106ms !important;
}

.d8107 {
  animation-delay: 8107ms !important;
}

.d8108 {
  animation-delay: 8108ms !important;
}

.d8109 {
  animation-delay: 8109ms !important;
}

.d8110 {
  animation-delay: 8110ms !important;
}

.d8111 {
  animation-delay: 8111ms !important;
}

.d8112 {
  animation-delay: 8112ms !important;
}

.d8113 {
  animation-delay: 8113ms !important;
}

.d8114 {
  animation-delay: 8114ms !important;
}

.d8115 {
  animation-delay: 8115ms !important;
}

.d8116 {
  animation-delay: 8116ms !important;
}

.d8117 {
  animation-delay: 8117ms !important;
}

.d8118 {
  animation-delay: 8118ms !important;
}

.d8119 {
  animation-delay: 8119ms !important;
}

.d8120 {
  animation-delay: 8120ms !important;
}

.d8121 {
  animation-delay: 8121ms !important;
}

.d8122 {
  animation-delay: 8122ms !important;
}

.d8123 {
  animation-delay: 8123ms !important;
}

.d8124 {
  animation-delay: 8124ms !important;
}

.d8125 {
  animation-delay: 8125ms !important;
}

.d8126 {
  animation-delay: 8126ms !important;
}

.d8127 {
  animation-delay: 8127ms !important;
}

.d8128 {
  animation-delay: 8128ms !important;
}

.d8129 {
  animation-delay: 8129ms !important;
}

.d8130 {
  animation-delay: 8130ms !important;
}

.d8131 {
  animation-delay: 8131ms !important;
}

.d8132 {
  animation-delay: 8132ms !important;
}

.d8133 {
  animation-delay: 8133ms !important;
}

.d8134 {
  animation-delay: 8134ms !important;
}

.d8135 {
  animation-delay: 8135ms !important;
}

.d8136 {
  animation-delay: 8136ms !important;
}

.d8137 {
  animation-delay: 8137ms !important;
}

.d8138 {
  animation-delay: 8138ms !important;
}

.d8139 {
  animation-delay: 8139ms !important;
}

.d8140 {
  animation-delay: 8140ms !important;
}

.d8141 {
  animation-delay: 8141ms !important;
}

.d8142 {
  animation-delay: 8142ms !important;
}

.d8143 {
  animation-delay: 8143ms !important;
}

.d8144 {
  animation-delay: 8144ms !important;
}

.d8145 {
  animation-delay: 8145ms !important;
}

.d8146 {
  animation-delay: 8146ms !important;
}

.d8147 {
  animation-delay: 8147ms !important;
}

.d8148 {
  animation-delay: 8148ms !important;
}

.d8149 {
  animation-delay: 8149ms !important;
}

.d8150 {
  animation-delay: 8150ms !important;
}

.d8151 {
  animation-delay: 8151ms !important;
}

.d8152 {
  animation-delay: 8152ms !important;
}

.d8153 {
  animation-delay: 8153ms !important;
}

.d8154 {
  animation-delay: 8154ms !important;
}

.d8155 {
  animation-delay: 8155ms !important;
}

.d8156 {
  animation-delay: 8156ms !important;
}

.d8157 {
  animation-delay: 8157ms !important;
}

.d8158 {
  animation-delay: 8158ms !important;
}

.d8159 {
  animation-delay: 8159ms !important;
}

.d8160 {
  animation-delay: 8160ms !important;
}

.d8161 {
  animation-delay: 8161ms !important;
}

.d8162 {
  animation-delay: 8162ms !important;
}

.d8163 {
  animation-delay: 8163ms !important;
}

.d8164 {
  animation-delay: 8164ms !important;
}

.d8165 {
  animation-delay: 8165ms !important;
}

.d8166 {
  animation-delay: 8166ms !important;
}

.d8167 {
  animation-delay: 8167ms !important;
}

.d8168 {
  animation-delay: 8168ms !important;
}

.d8169 {
  animation-delay: 8169ms !important;
}

.d8170 {
  animation-delay: 8170ms !important;
}

.d8171 {
  animation-delay: 8171ms !important;
}

.d8172 {
  animation-delay: 8172ms !important;
}

.d8173 {
  animation-delay: 8173ms !important;
}

.d8174 {
  animation-delay: 8174ms !important;
}

.d8175 {
  animation-delay: 8175ms !important;
}

.d8176 {
  animation-delay: 8176ms !important;
}

.d8177 {
  animation-delay: 8177ms !important;
}

.d8178 {
  animation-delay: 8178ms !important;
}

.d8179 {
  animation-delay: 8179ms !important;
}

.d8180 {
  animation-delay: 8180ms !important;
}

.d8181 {
  animation-delay: 8181ms !important;
}

.d8182 {
  animation-delay: 8182ms !important;
}

.d8183 {
  animation-delay: 8183ms !important;
}

.d8184 {
  animation-delay: 8184ms !important;
}

.d8185 {
  animation-delay: 8185ms !important;
}

.d8186 {
  animation-delay: 8186ms !important;
}

.d8187 {
  animation-delay: 8187ms !important;
}

.d8188 {
  animation-delay: 8188ms !important;
}

.d8189 {
  animation-delay: 8189ms !important;
}

.d8190 {
  animation-delay: 8190ms !important;
}

.d8191 {
  animation-delay: 8191ms !important;
}

.d8192 {
  animation-delay: 8192ms !important;
}

.d8193 {
  animation-delay: 8193ms !important;
}

.d8194 {
  animation-delay: 8194ms !important;
}

.d8195 {
  animation-delay: 8195ms !important;
}

.d8196 {
  animation-delay: 8196ms !important;
}

.d8197 {
  animation-delay: 8197ms !important;
}

.d8198 {
  animation-delay: 8198ms !important;
}

.d8199 {
  animation-delay: 8199ms !important;
}

.d8200 {
  animation-delay: 8200ms !important;
}

.d8201 {
  animation-delay: 8201ms !important;
}

.d8202 {
  animation-delay: 8202ms !important;
}

.d8203 {
  animation-delay: 8203ms !important;
}

.d8204 {
  animation-delay: 8204ms !important;
}

.d8205 {
  animation-delay: 8205ms !important;
}

.d8206 {
  animation-delay: 8206ms !important;
}

.d8207 {
  animation-delay: 8207ms !important;
}

.d8208 {
  animation-delay: 8208ms !important;
}

.d8209 {
  animation-delay: 8209ms !important;
}

.d8210 {
  animation-delay: 8210ms !important;
}

.d8211 {
  animation-delay: 8211ms !important;
}

.d8212 {
  animation-delay: 8212ms !important;
}

.d8213 {
  animation-delay: 8213ms !important;
}

.d8214 {
  animation-delay: 8214ms !important;
}

.d8215 {
  animation-delay: 8215ms !important;
}

.d8216 {
  animation-delay: 8216ms !important;
}

.d8217 {
  animation-delay: 8217ms !important;
}

.d8218 {
  animation-delay: 8218ms !important;
}

.d8219 {
  animation-delay: 8219ms !important;
}

.d8220 {
  animation-delay: 8220ms !important;
}

.d8221 {
  animation-delay: 8221ms !important;
}

.d8222 {
  animation-delay: 8222ms !important;
}

.d8223 {
  animation-delay: 8223ms !important;
}

.d8224 {
  animation-delay: 8224ms !important;
}

.d8225 {
  animation-delay: 8225ms !important;
}

.d8226 {
  animation-delay: 8226ms !important;
}

.d8227 {
  animation-delay: 8227ms !important;
}

.d8228 {
  animation-delay: 8228ms !important;
}

.d8229 {
  animation-delay: 8229ms !important;
}

.d8230 {
  animation-delay: 8230ms !important;
}

.d8231 {
  animation-delay: 8231ms !important;
}

.d8232 {
  animation-delay: 8232ms !important;
}

.d8233 {
  animation-delay: 8233ms !important;
}

.d8234 {
  animation-delay: 8234ms !important;
}

.d8235 {
  animation-delay: 8235ms !important;
}

.d8236 {
  animation-delay: 8236ms !important;
}

.d8237 {
  animation-delay: 8237ms !important;
}

.d8238 {
  animation-delay: 8238ms !important;
}

.d8239 {
  animation-delay: 8239ms !important;
}

.d8240 {
  animation-delay: 8240ms !important;
}

.d8241 {
  animation-delay: 8241ms !important;
}

.d8242 {
  animation-delay: 8242ms !important;
}

.d8243 {
  animation-delay: 8243ms !important;
}

.d8244 {
  animation-delay: 8244ms !important;
}

.d8245 {
  animation-delay: 8245ms !important;
}

.d8246 {
  animation-delay: 8246ms !important;
}

.d8247 {
  animation-delay: 8247ms !important;
}

.d8248 {
  animation-delay: 8248ms !important;
}

.d8249 {
  animation-delay: 8249ms !important;
}

.d8250 {
  animation-delay: 8250ms !important;
}

.d8251 {
  animation-delay: 8251ms !important;
}

.d8252 {
  animation-delay: 8252ms !important;
}

.d8253 {
  animation-delay: 8253ms !important;
}

.d8254 {
  animation-delay: 8254ms !important;
}

.d8255 {
  animation-delay: 8255ms !important;
}

.d8256 {
  animation-delay: 8256ms !important;
}

.d8257 {
  animation-delay: 8257ms !important;
}

.d8258 {
  animation-delay: 8258ms !important;
}

.d8259 {
  animation-delay: 8259ms !important;
}

.d8260 {
  animation-delay: 8260ms !important;
}

.d8261 {
  animation-delay: 8261ms !important;
}

.d8262 {
  animation-delay: 8262ms !important;
}

.d8263 {
  animation-delay: 8263ms !important;
}

.d8264 {
  animation-delay: 8264ms !important;
}

.d8265 {
  animation-delay: 8265ms !important;
}

.d8266 {
  animation-delay: 8266ms !important;
}

.d8267 {
  animation-delay: 8267ms !important;
}

.d8268 {
  animation-delay: 8268ms !important;
}

.d8269 {
  animation-delay: 8269ms !important;
}

.d8270 {
  animation-delay: 8270ms !important;
}

.d8271 {
  animation-delay: 8271ms !important;
}

.d8272 {
  animation-delay: 8272ms !important;
}

.d8273 {
  animation-delay: 8273ms !important;
}

.d8274 {
  animation-delay: 8274ms !important;
}

.d8275 {
  animation-delay: 8275ms !important;
}

.d8276 {
  animation-delay: 8276ms !important;
}

.d8277 {
  animation-delay: 8277ms !important;
}

.d8278 {
  animation-delay: 8278ms !important;
}

.d8279 {
  animation-delay: 8279ms !important;
}

.d8280 {
  animation-delay: 8280ms !important;
}

.d8281 {
  animation-delay: 8281ms !important;
}

.d8282 {
  animation-delay: 8282ms !important;
}

.d8283 {
  animation-delay: 8283ms !important;
}

.d8284 {
  animation-delay: 8284ms !important;
}

.d8285 {
  animation-delay: 8285ms !important;
}

.d8286 {
  animation-delay: 8286ms !important;
}

.d8287 {
  animation-delay: 8287ms !important;
}

.d8288 {
  animation-delay: 8288ms !important;
}

.d8289 {
  animation-delay: 8289ms !important;
}

.d8290 {
  animation-delay: 8290ms !important;
}

.d8291 {
  animation-delay: 8291ms !important;
}

.d8292 {
  animation-delay: 8292ms !important;
}

.d8293 {
  animation-delay: 8293ms !important;
}

.d8294 {
  animation-delay: 8294ms !important;
}

.d8295 {
  animation-delay: 8295ms !important;
}

.d8296 {
  animation-delay: 8296ms !important;
}

.d8297 {
  animation-delay: 8297ms !important;
}

.d8298 {
  animation-delay: 8298ms !important;
}

.d8299 {
  animation-delay: 8299ms !important;
}

.d8300 {
  animation-delay: 8300ms !important;
}

.d8301 {
  animation-delay: 8301ms !important;
}

.d8302 {
  animation-delay: 8302ms !important;
}

.d8303 {
  animation-delay: 8303ms !important;
}

.d8304 {
  animation-delay: 8304ms !important;
}

.d8305 {
  animation-delay: 8305ms !important;
}

.d8306 {
  animation-delay: 8306ms !important;
}

.d8307 {
  animation-delay: 8307ms !important;
}

.d8308 {
  animation-delay: 8308ms !important;
}

.d8309 {
  animation-delay: 8309ms !important;
}

.d8310 {
  animation-delay: 8310ms !important;
}

.d8311 {
  animation-delay: 8311ms !important;
}

.d8312 {
  animation-delay: 8312ms !important;
}

.d8313 {
  animation-delay: 8313ms !important;
}

.d8314 {
  animation-delay: 8314ms !important;
}

.d8315 {
  animation-delay: 8315ms !important;
}

.d8316 {
  animation-delay: 8316ms !important;
}

.d8317 {
  animation-delay: 8317ms !important;
}

.d8318 {
  animation-delay: 8318ms !important;
}

.d8319 {
  animation-delay: 8319ms !important;
}

.d8320 {
  animation-delay: 8320ms !important;
}

.d8321 {
  animation-delay: 8321ms !important;
}

.d8322 {
  animation-delay: 8322ms !important;
}

.d8323 {
  animation-delay: 8323ms !important;
}

.d8324 {
  animation-delay: 8324ms !important;
}

.d8325 {
  animation-delay: 8325ms !important;
}

.d8326 {
  animation-delay: 8326ms !important;
}

.d8327 {
  animation-delay: 8327ms !important;
}

.d8328 {
  animation-delay: 8328ms !important;
}

.d8329 {
  animation-delay: 8329ms !important;
}

.d8330 {
  animation-delay: 8330ms !important;
}

.d8331 {
  animation-delay: 8331ms !important;
}

.d8332 {
  animation-delay: 8332ms !important;
}

.d8333 {
  animation-delay: 8333ms !important;
}

.d8334 {
  animation-delay: 8334ms !important;
}

.d8335 {
  animation-delay: 8335ms !important;
}

.d8336 {
  animation-delay: 8336ms !important;
}

.d8337 {
  animation-delay: 8337ms !important;
}

.d8338 {
  animation-delay: 8338ms !important;
}

.d8339 {
  animation-delay: 8339ms !important;
}

.d8340 {
  animation-delay: 8340ms !important;
}

.d8341 {
  animation-delay: 8341ms !important;
}

.d8342 {
  animation-delay: 8342ms !important;
}

.d8343 {
  animation-delay: 8343ms !important;
}

.d8344 {
  animation-delay: 8344ms !important;
}

.d8345 {
  animation-delay: 8345ms !important;
}

.d8346 {
  animation-delay: 8346ms !important;
}

.d8347 {
  animation-delay: 8347ms !important;
}

.d8348 {
  animation-delay: 8348ms !important;
}

.d8349 {
  animation-delay: 8349ms !important;
}

.d8350 {
  animation-delay: 8350ms !important;
}

.d8351 {
  animation-delay: 8351ms !important;
}

.d8352 {
  animation-delay: 8352ms !important;
}

.d8353 {
  animation-delay: 8353ms !important;
}

.d8354 {
  animation-delay: 8354ms !important;
}

.d8355 {
  animation-delay: 8355ms !important;
}

.d8356 {
  animation-delay: 8356ms !important;
}

.d8357 {
  animation-delay: 8357ms !important;
}

.d8358 {
  animation-delay: 8358ms !important;
}

.d8359 {
  animation-delay: 8359ms !important;
}

.d8360 {
  animation-delay: 8360ms !important;
}

.d8361 {
  animation-delay: 8361ms !important;
}

.d8362 {
  animation-delay: 8362ms !important;
}

.d8363 {
  animation-delay: 8363ms !important;
}

.d8364 {
  animation-delay: 8364ms !important;
}

.d8365 {
  animation-delay: 8365ms !important;
}

.d8366 {
  animation-delay: 8366ms !important;
}

.d8367 {
  animation-delay: 8367ms !important;
}

.d8368 {
  animation-delay: 8368ms !important;
}

.d8369 {
  animation-delay: 8369ms !important;
}

.d8370 {
  animation-delay: 8370ms !important;
}

.d8371 {
  animation-delay: 8371ms !important;
}

.d8372 {
  animation-delay: 8372ms !important;
}

.d8373 {
  animation-delay: 8373ms !important;
}

.d8374 {
  animation-delay: 8374ms !important;
}

.d8375 {
  animation-delay: 8375ms !important;
}

.d8376 {
  animation-delay: 8376ms !important;
}

.d8377 {
  animation-delay: 8377ms !important;
}

.d8378 {
  animation-delay: 8378ms !important;
}

.d8379 {
  animation-delay: 8379ms !important;
}

.d8380 {
  animation-delay: 8380ms !important;
}

.d8381 {
  animation-delay: 8381ms !important;
}

.d8382 {
  animation-delay: 8382ms !important;
}

.d8383 {
  animation-delay: 8383ms !important;
}

.d8384 {
  animation-delay: 8384ms !important;
}

.d8385 {
  animation-delay: 8385ms !important;
}

.d8386 {
  animation-delay: 8386ms !important;
}

.d8387 {
  animation-delay: 8387ms !important;
}

.d8388 {
  animation-delay: 8388ms !important;
}

.d8389 {
  animation-delay: 8389ms !important;
}

.d8390 {
  animation-delay: 8390ms !important;
}

.d8391 {
  animation-delay: 8391ms !important;
}

.d8392 {
  animation-delay: 8392ms !important;
}

.d8393 {
  animation-delay: 8393ms !important;
}

.d8394 {
  animation-delay: 8394ms !important;
}

.d8395 {
  animation-delay: 8395ms !important;
}

.d8396 {
  animation-delay: 8396ms !important;
}

.d8397 {
  animation-delay: 8397ms !important;
}

.d8398 {
  animation-delay: 8398ms !important;
}

.d8399 {
  animation-delay: 8399ms !important;
}

.d8400 {
  animation-delay: 8400ms !important;
}

.d8401 {
  animation-delay: 8401ms !important;
}

.d8402 {
  animation-delay: 8402ms !important;
}

.d8403 {
  animation-delay: 8403ms !important;
}

.d8404 {
  animation-delay: 8404ms !important;
}

.d8405 {
  animation-delay: 8405ms !important;
}

.d8406 {
  animation-delay: 8406ms !important;
}

.d8407 {
  animation-delay: 8407ms !important;
}

.d8408 {
  animation-delay: 8408ms !important;
}

.d8409 {
  animation-delay: 8409ms !important;
}

.d8410 {
  animation-delay: 8410ms !important;
}

.d8411 {
  animation-delay: 8411ms !important;
}

.d8412 {
  animation-delay: 8412ms !important;
}

.d8413 {
  animation-delay: 8413ms !important;
}

.d8414 {
  animation-delay: 8414ms !important;
}

.d8415 {
  animation-delay: 8415ms !important;
}

.d8416 {
  animation-delay: 8416ms !important;
}

.d8417 {
  animation-delay: 8417ms !important;
}

.d8418 {
  animation-delay: 8418ms !important;
}

.d8419 {
  animation-delay: 8419ms !important;
}

.d8420 {
  animation-delay: 8420ms !important;
}

.d8421 {
  animation-delay: 8421ms !important;
}

.d8422 {
  animation-delay: 8422ms !important;
}

.d8423 {
  animation-delay: 8423ms !important;
}

.d8424 {
  animation-delay: 8424ms !important;
}

.d8425 {
  animation-delay: 8425ms !important;
}

.d8426 {
  animation-delay: 8426ms !important;
}

.d8427 {
  animation-delay: 8427ms !important;
}

.d8428 {
  animation-delay: 8428ms !important;
}

.d8429 {
  animation-delay: 8429ms !important;
}

.d8430 {
  animation-delay: 8430ms !important;
}

.d8431 {
  animation-delay: 8431ms !important;
}

.d8432 {
  animation-delay: 8432ms !important;
}

.d8433 {
  animation-delay: 8433ms !important;
}

.d8434 {
  animation-delay: 8434ms !important;
}

.d8435 {
  animation-delay: 8435ms !important;
}

.d8436 {
  animation-delay: 8436ms !important;
}

.d8437 {
  animation-delay: 8437ms !important;
}

.d8438 {
  animation-delay: 8438ms !important;
}

.d8439 {
  animation-delay: 8439ms !important;
}

.d8440 {
  animation-delay: 8440ms !important;
}

.d8441 {
  animation-delay: 8441ms !important;
}

.d8442 {
  animation-delay: 8442ms !important;
}

.d8443 {
  animation-delay: 8443ms !important;
}

.d8444 {
  animation-delay: 8444ms !important;
}

.d8445 {
  animation-delay: 8445ms !important;
}

.d8446 {
  animation-delay: 8446ms !important;
}

.d8447 {
  animation-delay: 8447ms !important;
}

.d8448 {
  animation-delay: 8448ms !important;
}

.d8449 {
  animation-delay: 8449ms !important;
}

.d8450 {
  animation-delay: 8450ms !important;
}

.d8451 {
  animation-delay: 8451ms !important;
}

.d8452 {
  animation-delay: 8452ms !important;
}

.d8453 {
  animation-delay: 8453ms !important;
}

.d8454 {
  animation-delay: 8454ms !important;
}

.d8455 {
  animation-delay: 8455ms !important;
}

.d8456 {
  animation-delay: 8456ms !important;
}

.d8457 {
  animation-delay: 8457ms !important;
}

.d8458 {
  animation-delay: 8458ms !important;
}

.d8459 {
  animation-delay: 8459ms !important;
}

.d8460 {
  animation-delay: 8460ms !important;
}

.d8461 {
  animation-delay: 8461ms !important;
}

.d8462 {
  animation-delay: 8462ms !important;
}

.d8463 {
  animation-delay: 8463ms !important;
}

.d8464 {
  animation-delay: 8464ms !important;
}

.d8465 {
  animation-delay: 8465ms !important;
}

.d8466 {
  animation-delay: 8466ms !important;
}

.d8467 {
  animation-delay: 8467ms !important;
}

.d8468 {
  animation-delay: 8468ms !important;
}

.d8469 {
  animation-delay: 8469ms !important;
}

.d8470 {
  animation-delay: 8470ms !important;
}

.d8471 {
  animation-delay: 8471ms !important;
}

.d8472 {
  animation-delay: 8472ms !important;
}

.d8473 {
  animation-delay: 8473ms !important;
}

.d8474 {
  animation-delay: 8474ms !important;
}

.d8475 {
  animation-delay: 8475ms !important;
}

.d8476 {
  animation-delay: 8476ms !important;
}

.d8477 {
  animation-delay: 8477ms !important;
}

.d8478 {
  animation-delay: 8478ms !important;
}

.d8479 {
  animation-delay: 8479ms !important;
}

.d8480 {
  animation-delay: 8480ms !important;
}

.d8481 {
  animation-delay: 8481ms !important;
}

.d8482 {
  animation-delay: 8482ms !important;
}

.d8483 {
  animation-delay: 8483ms !important;
}

.d8484 {
  animation-delay: 8484ms !important;
}

.d8485 {
  animation-delay: 8485ms !important;
}

.d8486 {
  animation-delay: 8486ms !important;
}

.d8487 {
  animation-delay: 8487ms !important;
}

.d8488 {
  animation-delay: 8488ms !important;
}

.d8489 {
  animation-delay: 8489ms !important;
}

.d8490 {
  animation-delay: 8490ms !important;
}

.d8491 {
  animation-delay: 8491ms !important;
}

.d8492 {
  animation-delay: 8492ms !important;
}

.d8493 {
  animation-delay: 8493ms !important;
}

.d8494 {
  animation-delay: 8494ms !important;
}

.d8495 {
  animation-delay: 8495ms !important;
}

.d8496 {
  animation-delay: 8496ms !important;
}

.d8497 {
  animation-delay: 8497ms !important;
}

.d8498 {
  animation-delay: 8498ms !important;
}

.d8499 {
  animation-delay: 8499ms !important;
}

.d8500 {
  animation-delay: 8500ms !important;
}

.d8501 {
  animation-delay: 8501ms !important;
}

.d8502 {
  animation-delay: 8502ms !important;
}

.d8503 {
  animation-delay: 8503ms !important;
}

.d8504 {
  animation-delay: 8504ms !important;
}

.d8505 {
  animation-delay: 8505ms !important;
}

.d8506 {
  animation-delay: 8506ms !important;
}

.d8507 {
  animation-delay: 8507ms !important;
}

.d8508 {
  animation-delay: 8508ms !important;
}

.d8509 {
  animation-delay: 8509ms !important;
}

.d8510 {
  animation-delay: 8510ms !important;
}

.d8511 {
  animation-delay: 8511ms !important;
}

.d8512 {
  animation-delay: 8512ms !important;
}

.d8513 {
  animation-delay: 8513ms !important;
}

.d8514 {
  animation-delay: 8514ms !important;
}

.d8515 {
  animation-delay: 8515ms !important;
}

.d8516 {
  animation-delay: 8516ms !important;
}

.d8517 {
  animation-delay: 8517ms !important;
}

.d8518 {
  animation-delay: 8518ms !important;
}

.d8519 {
  animation-delay: 8519ms !important;
}

.d8520 {
  animation-delay: 8520ms !important;
}

.d8521 {
  animation-delay: 8521ms !important;
}

.d8522 {
  animation-delay: 8522ms !important;
}

.d8523 {
  animation-delay: 8523ms !important;
}

.d8524 {
  animation-delay: 8524ms !important;
}

.d8525 {
  animation-delay: 8525ms !important;
}

.d8526 {
  animation-delay: 8526ms !important;
}

.d8527 {
  animation-delay: 8527ms !important;
}

.d8528 {
  animation-delay: 8528ms !important;
}

.d8529 {
  animation-delay: 8529ms !important;
}

.d8530 {
  animation-delay: 8530ms !important;
}

.d8531 {
  animation-delay: 8531ms !important;
}

.d8532 {
  animation-delay: 8532ms !important;
}

.d8533 {
  animation-delay: 8533ms !important;
}

.d8534 {
  animation-delay: 8534ms !important;
}

.d8535 {
  animation-delay: 8535ms !important;
}

.d8536 {
  animation-delay: 8536ms !important;
}

.d8537 {
  animation-delay: 8537ms !important;
}

.d8538 {
  animation-delay: 8538ms !important;
}

.d8539 {
  animation-delay: 8539ms !important;
}

.d8540 {
  animation-delay: 8540ms !important;
}

.d8541 {
  animation-delay: 8541ms !important;
}

.d8542 {
  animation-delay: 8542ms !important;
}

.d8543 {
  animation-delay: 8543ms !important;
}

.d8544 {
  animation-delay: 8544ms !important;
}

.d8545 {
  animation-delay: 8545ms !important;
}

.d8546 {
  animation-delay: 8546ms !important;
}

.d8547 {
  animation-delay: 8547ms !important;
}

.d8548 {
  animation-delay: 8548ms !important;
}

.d8549 {
  animation-delay: 8549ms !important;
}

.d8550 {
  animation-delay: 8550ms !important;
}

.d8551 {
  animation-delay: 8551ms !important;
}

.d8552 {
  animation-delay: 8552ms !important;
}

.d8553 {
  animation-delay: 8553ms !important;
}

.d8554 {
  animation-delay: 8554ms !important;
}

.d8555 {
  animation-delay: 8555ms !important;
}

.d8556 {
  animation-delay: 8556ms !important;
}

.d8557 {
  animation-delay: 8557ms !important;
}

.d8558 {
  animation-delay: 8558ms !important;
}

.d8559 {
  animation-delay: 8559ms !important;
}

.d8560 {
  animation-delay: 8560ms !important;
}

.d8561 {
  animation-delay: 8561ms !important;
}

.d8562 {
  animation-delay: 8562ms !important;
}

.d8563 {
  animation-delay: 8563ms !important;
}

.d8564 {
  animation-delay: 8564ms !important;
}

.d8565 {
  animation-delay: 8565ms !important;
}

.d8566 {
  animation-delay: 8566ms !important;
}

.d8567 {
  animation-delay: 8567ms !important;
}

.d8568 {
  animation-delay: 8568ms !important;
}

.d8569 {
  animation-delay: 8569ms !important;
}

.d8570 {
  animation-delay: 8570ms !important;
}

.d8571 {
  animation-delay: 8571ms !important;
}

.d8572 {
  animation-delay: 8572ms !important;
}

.d8573 {
  animation-delay: 8573ms !important;
}

.d8574 {
  animation-delay: 8574ms !important;
}

.d8575 {
  animation-delay: 8575ms !important;
}

.d8576 {
  animation-delay: 8576ms !important;
}

.d8577 {
  animation-delay: 8577ms !important;
}

.d8578 {
  animation-delay: 8578ms !important;
}

.d8579 {
  animation-delay: 8579ms !important;
}

.d8580 {
  animation-delay: 8580ms !important;
}

.d8581 {
  animation-delay: 8581ms !important;
}

.d8582 {
  animation-delay: 8582ms !important;
}

.d8583 {
  animation-delay: 8583ms !important;
}

.d8584 {
  animation-delay: 8584ms !important;
}

.d8585 {
  animation-delay: 8585ms !important;
}

.d8586 {
  animation-delay: 8586ms !important;
}

.d8587 {
  animation-delay: 8587ms !important;
}

.d8588 {
  animation-delay: 8588ms !important;
}

.d8589 {
  animation-delay: 8589ms !important;
}

.d8590 {
  animation-delay: 8590ms !important;
}

.d8591 {
  animation-delay: 8591ms !important;
}

.d8592 {
  animation-delay: 8592ms !important;
}

.d8593 {
  animation-delay: 8593ms !important;
}

.d8594 {
  animation-delay: 8594ms !important;
}

.d8595 {
  animation-delay: 8595ms !important;
}

.d8596 {
  animation-delay: 8596ms !important;
}

.d8597 {
  animation-delay: 8597ms !important;
}

.d8598 {
  animation-delay: 8598ms !important;
}

.d8599 {
  animation-delay: 8599ms !important;
}

.d8600 {
  animation-delay: 8600ms !important;
}

.d8601 {
  animation-delay: 8601ms !important;
}

.d8602 {
  animation-delay: 8602ms !important;
}

.d8603 {
  animation-delay: 8603ms !important;
}

.d8604 {
  animation-delay: 8604ms !important;
}

.d8605 {
  animation-delay: 8605ms !important;
}

.d8606 {
  animation-delay: 8606ms !important;
}

.d8607 {
  animation-delay: 8607ms !important;
}

.d8608 {
  animation-delay: 8608ms !important;
}

.d8609 {
  animation-delay: 8609ms !important;
}

.d8610 {
  animation-delay: 8610ms !important;
}

.d8611 {
  animation-delay: 8611ms !important;
}

.d8612 {
  animation-delay: 8612ms !important;
}

.d8613 {
  animation-delay: 8613ms !important;
}

.d8614 {
  animation-delay: 8614ms !important;
}

.d8615 {
  animation-delay: 8615ms !important;
}

.d8616 {
  animation-delay: 8616ms !important;
}

.d8617 {
  animation-delay: 8617ms !important;
}

.d8618 {
  animation-delay: 8618ms !important;
}

.d8619 {
  animation-delay: 8619ms !important;
}

.d8620 {
  animation-delay: 8620ms !important;
}

.d8621 {
  animation-delay: 8621ms !important;
}

.d8622 {
  animation-delay: 8622ms !important;
}

.d8623 {
  animation-delay: 8623ms !important;
}

.d8624 {
  animation-delay: 8624ms !important;
}

.d8625 {
  animation-delay: 8625ms !important;
}

.d8626 {
  animation-delay: 8626ms !important;
}

.d8627 {
  animation-delay: 8627ms !important;
}

.d8628 {
  animation-delay: 8628ms !important;
}

.d8629 {
  animation-delay: 8629ms !important;
}

.d8630 {
  animation-delay: 8630ms !important;
}

.d8631 {
  animation-delay: 8631ms !important;
}

.d8632 {
  animation-delay: 8632ms !important;
}

.d8633 {
  animation-delay: 8633ms !important;
}

.d8634 {
  animation-delay: 8634ms !important;
}

.d8635 {
  animation-delay: 8635ms !important;
}

.d8636 {
  animation-delay: 8636ms !important;
}

.d8637 {
  animation-delay: 8637ms !important;
}

.d8638 {
  animation-delay: 8638ms !important;
}

.d8639 {
  animation-delay: 8639ms !important;
}

.d8640 {
  animation-delay: 8640ms !important;
}

.d8641 {
  animation-delay: 8641ms !important;
}

.d8642 {
  animation-delay: 8642ms !important;
}

.d8643 {
  animation-delay: 8643ms !important;
}

.d8644 {
  animation-delay: 8644ms !important;
}

.d8645 {
  animation-delay: 8645ms !important;
}

.d8646 {
  animation-delay: 8646ms !important;
}

.d8647 {
  animation-delay: 8647ms !important;
}

.d8648 {
  animation-delay: 8648ms !important;
}

.d8649 {
  animation-delay: 8649ms !important;
}

.d8650 {
  animation-delay: 8650ms !important;
}

.d8651 {
  animation-delay: 8651ms !important;
}

.d8652 {
  animation-delay: 8652ms !important;
}

.d8653 {
  animation-delay: 8653ms !important;
}

.d8654 {
  animation-delay: 8654ms !important;
}

.d8655 {
  animation-delay: 8655ms !important;
}

.d8656 {
  animation-delay: 8656ms !important;
}

.d8657 {
  animation-delay: 8657ms !important;
}

.d8658 {
  animation-delay: 8658ms !important;
}

.d8659 {
  animation-delay: 8659ms !important;
}

.d8660 {
  animation-delay: 8660ms !important;
}

.d8661 {
  animation-delay: 8661ms !important;
}

.d8662 {
  animation-delay: 8662ms !important;
}

.d8663 {
  animation-delay: 8663ms !important;
}

.d8664 {
  animation-delay: 8664ms !important;
}

.d8665 {
  animation-delay: 8665ms !important;
}

.d8666 {
  animation-delay: 8666ms !important;
}

.d8667 {
  animation-delay: 8667ms !important;
}

.d8668 {
  animation-delay: 8668ms !important;
}

.d8669 {
  animation-delay: 8669ms !important;
}

.d8670 {
  animation-delay: 8670ms !important;
}

.d8671 {
  animation-delay: 8671ms !important;
}

.d8672 {
  animation-delay: 8672ms !important;
}

.d8673 {
  animation-delay: 8673ms !important;
}

.d8674 {
  animation-delay: 8674ms !important;
}

.d8675 {
  animation-delay: 8675ms !important;
}

.d8676 {
  animation-delay: 8676ms !important;
}

.d8677 {
  animation-delay: 8677ms !important;
}

.d8678 {
  animation-delay: 8678ms !important;
}

.d8679 {
  animation-delay: 8679ms !important;
}

.d8680 {
  animation-delay: 8680ms !important;
}

.d8681 {
  animation-delay: 8681ms !important;
}

.d8682 {
  animation-delay: 8682ms !important;
}

.d8683 {
  animation-delay: 8683ms !important;
}

.d8684 {
  animation-delay: 8684ms !important;
}

.d8685 {
  animation-delay: 8685ms !important;
}

.d8686 {
  animation-delay: 8686ms !important;
}

.d8687 {
  animation-delay: 8687ms !important;
}

.d8688 {
  animation-delay: 8688ms !important;
}

.d8689 {
  animation-delay: 8689ms !important;
}

.d8690 {
  animation-delay: 8690ms !important;
}

.d8691 {
  animation-delay: 8691ms !important;
}

.d8692 {
  animation-delay: 8692ms !important;
}

.d8693 {
  animation-delay: 8693ms !important;
}

.d8694 {
  animation-delay: 8694ms !important;
}

.d8695 {
  animation-delay: 8695ms !important;
}

.d8696 {
  animation-delay: 8696ms !important;
}

.d8697 {
  animation-delay: 8697ms !important;
}

.d8698 {
  animation-delay: 8698ms !important;
}

.d8699 {
  animation-delay: 8699ms !important;
}

.d8700 {
  animation-delay: 8700ms !important;
}

.d8701 {
  animation-delay: 8701ms !important;
}

.d8702 {
  animation-delay: 8702ms !important;
}

.d8703 {
  animation-delay: 8703ms !important;
}

.d8704 {
  animation-delay: 8704ms !important;
}

.d8705 {
  animation-delay: 8705ms !important;
}

.d8706 {
  animation-delay: 8706ms !important;
}

.d8707 {
  animation-delay: 8707ms !important;
}

.d8708 {
  animation-delay: 8708ms !important;
}

.d8709 {
  animation-delay: 8709ms !important;
}

.d8710 {
  animation-delay: 8710ms !important;
}

.d8711 {
  animation-delay: 8711ms !important;
}

.d8712 {
  animation-delay: 8712ms !important;
}

.d8713 {
  animation-delay: 8713ms !important;
}

.d8714 {
  animation-delay: 8714ms !important;
}

.d8715 {
  animation-delay: 8715ms !important;
}

.d8716 {
  animation-delay: 8716ms !important;
}

.d8717 {
  animation-delay: 8717ms !important;
}

.d8718 {
  animation-delay: 8718ms !important;
}

.d8719 {
  animation-delay: 8719ms !important;
}

.d8720 {
  animation-delay: 8720ms !important;
}

.d8721 {
  animation-delay: 8721ms !important;
}

.d8722 {
  animation-delay: 8722ms !important;
}

.d8723 {
  animation-delay: 8723ms !important;
}

.d8724 {
  animation-delay: 8724ms !important;
}

.d8725 {
  animation-delay: 8725ms !important;
}

.d8726 {
  animation-delay: 8726ms !important;
}

.d8727 {
  animation-delay: 8727ms !important;
}

.d8728 {
  animation-delay: 8728ms !important;
}

.d8729 {
  animation-delay: 8729ms !important;
}

.d8730 {
  animation-delay: 8730ms !important;
}

.d8731 {
  animation-delay: 8731ms !important;
}

.d8732 {
  animation-delay: 8732ms !important;
}

.d8733 {
  animation-delay: 8733ms !important;
}

.d8734 {
  animation-delay: 8734ms !important;
}

.d8735 {
  animation-delay: 8735ms !important;
}

.d8736 {
  animation-delay: 8736ms !important;
}

.d8737 {
  animation-delay: 8737ms !important;
}

.d8738 {
  animation-delay: 8738ms !important;
}

.d8739 {
  animation-delay: 8739ms !important;
}

.d8740 {
  animation-delay: 8740ms !important;
}

.d8741 {
  animation-delay: 8741ms !important;
}

.d8742 {
  animation-delay: 8742ms !important;
}

.d8743 {
  animation-delay: 8743ms !important;
}

.d8744 {
  animation-delay: 8744ms !important;
}

.d8745 {
  animation-delay: 8745ms !important;
}

.d8746 {
  animation-delay: 8746ms !important;
}

.d8747 {
  animation-delay: 8747ms !important;
}

.d8748 {
  animation-delay: 8748ms !important;
}

.d8749 {
  animation-delay: 8749ms !important;
}

.d8750 {
  animation-delay: 8750ms !important;
}

.d8751 {
  animation-delay: 8751ms !important;
}

.d8752 {
  animation-delay: 8752ms !important;
}

.d8753 {
  animation-delay: 8753ms !important;
}

.d8754 {
  animation-delay: 8754ms !important;
}

.d8755 {
  animation-delay: 8755ms !important;
}

.d8756 {
  animation-delay: 8756ms !important;
}

.d8757 {
  animation-delay: 8757ms !important;
}

.d8758 {
  animation-delay: 8758ms !important;
}

.d8759 {
  animation-delay: 8759ms !important;
}

.d8760 {
  animation-delay: 8760ms !important;
}

.d8761 {
  animation-delay: 8761ms !important;
}

.d8762 {
  animation-delay: 8762ms !important;
}

.d8763 {
  animation-delay: 8763ms !important;
}

.d8764 {
  animation-delay: 8764ms !important;
}

.d8765 {
  animation-delay: 8765ms !important;
}

.d8766 {
  animation-delay: 8766ms !important;
}

.d8767 {
  animation-delay: 8767ms !important;
}

.d8768 {
  animation-delay: 8768ms !important;
}

.d8769 {
  animation-delay: 8769ms !important;
}

.d8770 {
  animation-delay: 8770ms !important;
}

.d8771 {
  animation-delay: 8771ms !important;
}

.d8772 {
  animation-delay: 8772ms !important;
}

.d8773 {
  animation-delay: 8773ms !important;
}

.d8774 {
  animation-delay: 8774ms !important;
}

.d8775 {
  animation-delay: 8775ms !important;
}

.d8776 {
  animation-delay: 8776ms !important;
}

.d8777 {
  animation-delay: 8777ms !important;
}

.d8778 {
  animation-delay: 8778ms !important;
}

.d8779 {
  animation-delay: 8779ms !important;
}

.d8780 {
  animation-delay: 8780ms !important;
}

.d8781 {
  animation-delay: 8781ms !important;
}

.d8782 {
  animation-delay: 8782ms !important;
}

.d8783 {
  animation-delay: 8783ms !important;
}

.d8784 {
  animation-delay: 8784ms !important;
}

.d8785 {
  animation-delay: 8785ms !important;
}

.d8786 {
  animation-delay: 8786ms !important;
}

.d8787 {
  animation-delay: 8787ms !important;
}

.d8788 {
  animation-delay: 8788ms !important;
}

.d8789 {
  animation-delay: 8789ms !important;
}

.d8790 {
  animation-delay: 8790ms !important;
}

.d8791 {
  animation-delay: 8791ms !important;
}

.d8792 {
  animation-delay: 8792ms !important;
}

.d8793 {
  animation-delay: 8793ms !important;
}

.d8794 {
  animation-delay: 8794ms !important;
}

.d8795 {
  animation-delay: 8795ms !important;
}

.d8796 {
  animation-delay: 8796ms !important;
}

.d8797 {
  animation-delay: 8797ms !important;
}

.d8798 {
  animation-delay: 8798ms !important;
}

.d8799 {
  animation-delay: 8799ms !important;
}

.d8800 {
  animation-delay: 8800ms !important;
}

.d8801 {
  animation-delay: 8801ms !important;
}

.d8802 {
  animation-delay: 8802ms !important;
}

.d8803 {
  animation-delay: 8803ms !important;
}

.d8804 {
  animation-delay: 8804ms !important;
}

.d8805 {
  animation-delay: 8805ms !important;
}

.d8806 {
  animation-delay: 8806ms !important;
}

.d8807 {
  animation-delay: 8807ms !important;
}

.d8808 {
  animation-delay: 8808ms !important;
}

.d8809 {
  animation-delay: 8809ms !important;
}

.d8810 {
  animation-delay: 8810ms !important;
}

.d8811 {
  animation-delay: 8811ms !important;
}

.d8812 {
  animation-delay: 8812ms !important;
}

.d8813 {
  animation-delay: 8813ms !important;
}

.d8814 {
  animation-delay: 8814ms !important;
}

.d8815 {
  animation-delay: 8815ms !important;
}

.d8816 {
  animation-delay: 8816ms !important;
}

.d8817 {
  animation-delay: 8817ms !important;
}

.d8818 {
  animation-delay: 8818ms !important;
}

.d8819 {
  animation-delay: 8819ms !important;
}

.d8820 {
  animation-delay: 8820ms !important;
}

.d8821 {
  animation-delay: 8821ms !important;
}

.d8822 {
  animation-delay: 8822ms !important;
}

.d8823 {
  animation-delay: 8823ms !important;
}

.d8824 {
  animation-delay: 8824ms !important;
}

.d8825 {
  animation-delay: 8825ms !important;
}

.d8826 {
  animation-delay: 8826ms !important;
}

.d8827 {
  animation-delay: 8827ms !important;
}

.d8828 {
  animation-delay: 8828ms !important;
}

.d8829 {
  animation-delay: 8829ms !important;
}

.d8830 {
  animation-delay: 8830ms !important;
}

.d8831 {
  animation-delay: 8831ms !important;
}

.d8832 {
  animation-delay: 8832ms !important;
}

.d8833 {
  animation-delay: 8833ms !important;
}

.d8834 {
  animation-delay: 8834ms !important;
}

.d8835 {
  animation-delay: 8835ms !important;
}

.d8836 {
  animation-delay: 8836ms !important;
}

.d8837 {
  animation-delay: 8837ms !important;
}

.d8838 {
  animation-delay: 8838ms !important;
}

.d8839 {
  animation-delay: 8839ms !important;
}

.d8840 {
  animation-delay: 8840ms !important;
}

.d8841 {
  animation-delay: 8841ms !important;
}

.d8842 {
  animation-delay: 8842ms !important;
}

.d8843 {
  animation-delay: 8843ms !important;
}

.d8844 {
  animation-delay: 8844ms !important;
}

.d8845 {
  animation-delay: 8845ms !important;
}

.d8846 {
  animation-delay: 8846ms !important;
}

.d8847 {
  animation-delay: 8847ms !important;
}

.d8848 {
  animation-delay: 8848ms !important;
}

.d8849 {
  animation-delay: 8849ms !important;
}

.d8850 {
  animation-delay: 8850ms !important;
}

.d8851 {
  animation-delay: 8851ms !important;
}

.d8852 {
  animation-delay: 8852ms !important;
}

.d8853 {
  animation-delay: 8853ms !important;
}

.d8854 {
  animation-delay: 8854ms !important;
}

.d8855 {
  animation-delay: 8855ms !important;
}

.d8856 {
  animation-delay: 8856ms !important;
}

.d8857 {
  animation-delay: 8857ms !important;
}

.d8858 {
  animation-delay: 8858ms !important;
}

.d8859 {
  animation-delay: 8859ms !important;
}

.d8860 {
  animation-delay: 8860ms !important;
}

.d8861 {
  animation-delay: 8861ms !important;
}

.d8862 {
  animation-delay: 8862ms !important;
}

.d8863 {
  animation-delay: 8863ms !important;
}

.d8864 {
  animation-delay: 8864ms !important;
}

.d8865 {
  animation-delay: 8865ms !important;
}

.d8866 {
  animation-delay: 8866ms !important;
}

.d8867 {
  animation-delay: 8867ms !important;
}

.d8868 {
  animation-delay: 8868ms !important;
}

.d8869 {
  animation-delay: 8869ms !important;
}

.d8870 {
  animation-delay: 8870ms !important;
}

.d8871 {
  animation-delay: 8871ms !important;
}

.d8872 {
  animation-delay: 8872ms !important;
}

.d8873 {
  animation-delay: 8873ms !important;
}

.d8874 {
  animation-delay: 8874ms !important;
}

.d8875 {
  animation-delay: 8875ms !important;
}

.d8876 {
  animation-delay: 8876ms !important;
}

.d8877 {
  animation-delay: 8877ms !important;
}

.d8878 {
  animation-delay: 8878ms !important;
}

.d8879 {
  animation-delay: 8879ms !important;
}

.d8880 {
  animation-delay: 8880ms !important;
}

.d8881 {
  animation-delay: 8881ms !important;
}

.d8882 {
  animation-delay: 8882ms !important;
}

.d8883 {
  animation-delay: 8883ms !important;
}

.d8884 {
  animation-delay: 8884ms !important;
}

.d8885 {
  animation-delay: 8885ms !important;
}

.d8886 {
  animation-delay: 8886ms !important;
}

.d8887 {
  animation-delay: 8887ms !important;
}

.d8888 {
  animation-delay: 8888ms !important;
}

.d8889 {
  animation-delay: 8889ms !important;
}

.d8890 {
  animation-delay: 8890ms !important;
}

.d8891 {
  animation-delay: 8891ms !important;
}

.d8892 {
  animation-delay: 8892ms !important;
}

.d8893 {
  animation-delay: 8893ms !important;
}

.d8894 {
  animation-delay: 8894ms !important;
}

.d8895 {
  animation-delay: 8895ms !important;
}

.d8896 {
  animation-delay: 8896ms !important;
}

.d8897 {
  animation-delay: 8897ms !important;
}

.d8898 {
  animation-delay: 8898ms !important;
}

.d8899 {
  animation-delay: 8899ms !important;
}

.d8900 {
  animation-delay: 8900ms !important;
}

.d8901 {
  animation-delay: 8901ms !important;
}

.d8902 {
  animation-delay: 8902ms !important;
}

.d8903 {
  animation-delay: 8903ms !important;
}

.d8904 {
  animation-delay: 8904ms !important;
}

.d8905 {
  animation-delay: 8905ms !important;
}

.d8906 {
  animation-delay: 8906ms !important;
}

.d8907 {
  animation-delay: 8907ms !important;
}

.d8908 {
  animation-delay: 8908ms !important;
}

.d8909 {
  animation-delay: 8909ms !important;
}

.d8910 {
  animation-delay: 8910ms !important;
}

.d8911 {
  animation-delay: 8911ms !important;
}

.d8912 {
  animation-delay: 8912ms !important;
}

.d8913 {
  animation-delay: 8913ms !important;
}

.d8914 {
  animation-delay: 8914ms !important;
}

.d8915 {
  animation-delay: 8915ms !important;
}

.d8916 {
  animation-delay: 8916ms !important;
}

.d8917 {
  animation-delay: 8917ms !important;
}

.d8918 {
  animation-delay: 8918ms !important;
}

.d8919 {
  animation-delay: 8919ms !important;
}

.d8920 {
  animation-delay: 8920ms !important;
}

.d8921 {
  animation-delay: 8921ms !important;
}

.d8922 {
  animation-delay: 8922ms !important;
}

.d8923 {
  animation-delay: 8923ms !important;
}

.d8924 {
  animation-delay: 8924ms !important;
}

.d8925 {
  animation-delay: 8925ms !important;
}

.d8926 {
  animation-delay: 8926ms !important;
}

.d8927 {
  animation-delay: 8927ms !important;
}

.d8928 {
  animation-delay: 8928ms !important;
}

.d8929 {
  animation-delay: 8929ms !important;
}

.d8930 {
  animation-delay: 8930ms !important;
}

.d8931 {
  animation-delay: 8931ms !important;
}

.d8932 {
  animation-delay: 8932ms !important;
}

.d8933 {
  animation-delay: 8933ms !important;
}

.d8934 {
  animation-delay: 8934ms !important;
}

.d8935 {
  animation-delay: 8935ms !important;
}

.d8936 {
  animation-delay: 8936ms !important;
}

.d8937 {
  animation-delay: 8937ms !important;
}

.d8938 {
  animation-delay: 8938ms !important;
}

.d8939 {
  animation-delay: 8939ms !important;
}

.d8940 {
  animation-delay: 8940ms !important;
}

.d8941 {
  animation-delay: 8941ms !important;
}

.d8942 {
  animation-delay: 8942ms !important;
}

.d8943 {
  animation-delay: 8943ms !important;
}

.d8944 {
  animation-delay: 8944ms !important;
}

.d8945 {
  animation-delay: 8945ms !important;
}

.d8946 {
  animation-delay: 8946ms !important;
}

.d8947 {
  animation-delay: 8947ms !important;
}

.d8948 {
  animation-delay: 8948ms !important;
}

.d8949 {
  animation-delay: 8949ms !important;
}

.d8950 {
  animation-delay: 8950ms !important;
}

.d8951 {
  animation-delay: 8951ms !important;
}

.d8952 {
  animation-delay: 8952ms !important;
}

.d8953 {
  animation-delay: 8953ms !important;
}

.d8954 {
  animation-delay: 8954ms !important;
}

.d8955 {
  animation-delay: 8955ms !important;
}

.d8956 {
  animation-delay: 8956ms !important;
}

.d8957 {
  animation-delay: 8957ms !important;
}

.d8958 {
  animation-delay: 8958ms !important;
}

.d8959 {
  animation-delay: 8959ms !important;
}

.d8960 {
  animation-delay: 8960ms !important;
}

.d8961 {
  animation-delay: 8961ms !important;
}

.d8962 {
  animation-delay: 8962ms !important;
}

.d8963 {
  animation-delay: 8963ms !important;
}

.d8964 {
  animation-delay: 8964ms !important;
}

.d8965 {
  animation-delay: 8965ms !important;
}

.d8966 {
  animation-delay: 8966ms !important;
}

.d8967 {
  animation-delay: 8967ms !important;
}

.d8968 {
  animation-delay: 8968ms !important;
}

.d8969 {
  animation-delay: 8969ms !important;
}

.d8970 {
  animation-delay: 8970ms !important;
}

.d8971 {
  animation-delay: 8971ms !important;
}

.d8972 {
  animation-delay: 8972ms !important;
}

.d8973 {
  animation-delay: 8973ms !important;
}

.d8974 {
  animation-delay: 8974ms !important;
}

.d8975 {
  animation-delay: 8975ms !important;
}

.d8976 {
  animation-delay: 8976ms !important;
}

.d8977 {
  animation-delay: 8977ms !important;
}

.d8978 {
  animation-delay: 8978ms !important;
}

.d8979 {
  animation-delay: 8979ms !important;
}

.d8980 {
  animation-delay: 8980ms !important;
}

.d8981 {
  animation-delay: 8981ms !important;
}

.d8982 {
  animation-delay: 8982ms !important;
}

.d8983 {
  animation-delay: 8983ms !important;
}

.d8984 {
  animation-delay: 8984ms !important;
}

.d8985 {
  animation-delay: 8985ms !important;
}

.d8986 {
  animation-delay: 8986ms !important;
}

.d8987 {
  animation-delay: 8987ms !important;
}

.d8988 {
  animation-delay: 8988ms !important;
}

.d8989 {
  animation-delay: 8989ms !important;
}

.d8990 {
  animation-delay: 8990ms !important;
}

.d8991 {
  animation-delay: 8991ms !important;
}

.d8992 {
  animation-delay: 8992ms !important;
}

.d8993 {
  animation-delay: 8993ms !important;
}

.d8994 {
  animation-delay: 8994ms !important;
}

.d8995 {
  animation-delay: 8995ms !important;
}

.d8996 {
  animation-delay: 8996ms !important;
}

.d8997 {
  animation-delay: 8997ms !important;
}

.d8998 {
  animation-delay: 8998ms !important;
}

.d8999 {
  animation-delay: 8999ms !important;
}

.d9000 {
  animation-delay: 9000ms !important;
}

.d9001 {
  animation-delay: 9001ms !important;
}

.d9002 {
  animation-delay: 9002ms !important;
}

.d9003 {
  animation-delay: 9003ms !important;
}

.d9004 {
  animation-delay: 9004ms !important;
}

.d9005 {
  animation-delay: 9005ms !important;
}

.d9006 {
  animation-delay: 9006ms !important;
}

.d9007 {
  animation-delay: 9007ms !important;
}

.d9008 {
  animation-delay: 9008ms !important;
}

.d9009 {
  animation-delay: 9009ms !important;
}

.d9010 {
  animation-delay: 9010ms !important;
}

.d9011 {
  animation-delay: 9011ms !important;
}

.d9012 {
  animation-delay: 9012ms !important;
}

.d9013 {
  animation-delay: 9013ms !important;
}

.d9014 {
  animation-delay: 9014ms !important;
}

.d9015 {
  animation-delay: 9015ms !important;
}

.d9016 {
  animation-delay: 9016ms !important;
}

.d9017 {
  animation-delay: 9017ms !important;
}

.d9018 {
  animation-delay: 9018ms !important;
}

.d9019 {
  animation-delay: 9019ms !important;
}

.d9020 {
  animation-delay: 9020ms !important;
}

.d9021 {
  animation-delay: 9021ms !important;
}

.d9022 {
  animation-delay: 9022ms !important;
}

.d9023 {
  animation-delay: 9023ms !important;
}

.d9024 {
  animation-delay: 9024ms !important;
}

.d9025 {
  animation-delay: 9025ms !important;
}

.d9026 {
  animation-delay: 9026ms !important;
}

.d9027 {
  animation-delay: 9027ms !important;
}

.d9028 {
  animation-delay: 9028ms !important;
}

.d9029 {
  animation-delay: 9029ms !important;
}

.d9030 {
  animation-delay: 9030ms !important;
}

.d9031 {
  animation-delay: 9031ms !important;
}

.d9032 {
  animation-delay: 9032ms !important;
}

.d9033 {
  animation-delay: 9033ms !important;
}

.d9034 {
  animation-delay: 9034ms !important;
}

.d9035 {
  animation-delay: 9035ms !important;
}

.d9036 {
  animation-delay: 9036ms !important;
}

.d9037 {
  animation-delay: 9037ms !important;
}

.d9038 {
  animation-delay: 9038ms !important;
}

.d9039 {
  animation-delay: 9039ms !important;
}

.d9040 {
  animation-delay: 9040ms !important;
}

.d9041 {
  animation-delay: 9041ms !important;
}

.d9042 {
  animation-delay: 9042ms !important;
}

.d9043 {
  animation-delay: 9043ms !important;
}

.d9044 {
  animation-delay: 9044ms !important;
}

.d9045 {
  animation-delay: 9045ms !important;
}

.d9046 {
  animation-delay: 9046ms !important;
}

.d9047 {
  animation-delay: 9047ms !important;
}

.d9048 {
  animation-delay: 9048ms !important;
}

.d9049 {
  animation-delay: 9049ms !important;
}

.d9050 {
  animation-delay: 9050ms !important;
}

.d9051 {
  animation-delay: 9051ms !important;
}

.d9052 {
  animation-delay: 9052ms !important;
}

.d9053 {
  animation-delay: 9053ms !important;
}

.d9054 {
  animation-delay: 9054ms !important;
}

.d9055 {
  animation-delay: 9055ms !important;
}

.d9056 {
  animation-delay: 9056ms !important;
}

.d9057 {
  animation-delay: 9057ms !important;
}

.d9058 {
  animation-delay: 9058ms !important;
}

.d9059 {
  animation-delay: 9059ms !important;
}

.d9060 {
  animation-delay: 9060ms !important;
}

.d9061 {
  animation-delay: 9061ms !important;
}

.d9062 {
  animation-delay: 9062ms !important;
}

.d9063 {
  animation-delay: 9063ms !important;
}

.d9064 {
  animation-delay: 9064ms !important;
}

.d9065 {
  animation-delay: 9065ms !important;
}

.d9066 {
  animation-delay: 9066ms !important;
}

.d9067 {
  animation-delay: 9067ms !important;
}

.d9068 {
  animation-delay: 9068ms !important;
}

.d9069 {
  animation-delay: 9069ms !important;
}

.d9070 {
  animation-delay: 9070ms !important;
}

.d9071 {
  animation-delay: 9071ms !important;
}

.d9072 {
  animation-delay: 9072ms !important;
}

.d9073 {
  animation-delay: 9073ms !important;
}

.d9074 {
  animation-delay: 9074ms !important;
}

.d9075 {
  animation-delay: 9075ms !important;
}

.d9076 {
  animation-delay: 9076ms !important;
}

.d9077 {
  animation-delay: 9077ms !important;
}

.d9078 {
  animation-delay: 9078ms !important;
}

.d9079 {
  animation-delay: 9079ms !important;
}

.d9080 {
  animation-delay: 9080ms !important;
}

.d9081 {
  animation-delay: 9081ms !important;
}

.d9082 {
  animation-delay: 9082ms !important;
}

.d9083 {
  animation-delay: 9083ms !important;
}

.d9084 {
  animation-delay: 9084ms !important;
}

.d9085 {
  animation-delay: 9085ms !important;
}

.d9086 {
  animation-delay: 9086ms !important;
}

.d9087 {
  animation-delay: 9087ms !important;
}

.d9088 {
  animation-delay: 9088ms !important;
}

.d9089 {
  animation-delay: 9089ms !important;
}

.d9090 {
  animation-delay: 9090ms !important;
}

.d9091 {
  animation-delay: 9091ms !important;
}

.d9092 {
  animation-delay: 9092ms !important;
}

.d9093 {
  animation-delay: 9093ms !important;
}

.d9094 {
  animation-delay: 9094ms !important;
}

.d9095 {
  animation-delay: 9095ms !important;
}

.d9096 {
  animation-delay: 9096ms !important;
}

.d9097 {
  animation-delay: 9097ms !important;
}

.d9098 {
  animation-delay: 9098ms !important;
}

.d9099 {
  animation-delay: 9099ms !important;
}

.d9100 {
  animation-delay: 9100ms !important;
}

.d9101 {
  animation-delay: 9101ms !important;
}

.d9102 {
  animation-delay: 9102ms !important;
}

.d9103 {
  animation-delay: 9103ms !important;
}

.d9104 {
  animation-delay: 9104ms !important;
}

.d9105 {
  animation-delay: 9105ms !important;
}

.d9106 {
  animation-delay: 9106ms !important;
}

.d9107 {
  animation-delay: 9107ms !important;
}

.d9108 {
  animation-delay: 9108ms !important;
}

.d9109 {
  animation-delay: 9109ms !important;
}

.d9110 {
  animation-delay: 9110ms !important;
}

.d9111 {
  animation-delay: 9111ms !important;
}

.d9112 {
  animation-delay: 9112ms !important;
}

.d9113 {
  animation-delay: 9113ms !important;
}

.d9114 {
  animation-delay: 9114ms !important;
}

.d9115 {
  animation-delay: 9115ms !important;
}

.d9116 {
  animation-delay: 9116ms !important;
}

.d9117 {
  animation-delay: 9117ms !important;
}

.d9118 {
  animation-delay: 9118ms !important;
}

.d9119 {
  animation-delay: 9119ms !important;
}

.d9120 {
  animation-delay: 9120ms !important;
}

.d9121 {
  animation-delay: 9121ms !important;
}

.d9122 {
  animation-delay: 9122ms !important;
}

.d9123 {
  animation-delay: 9123ms !important;
}

.d9124 {
  animation-delay: 9124ms !important;
}

.d9125 {
  animation-delay: 9125ms !important;
}

.d9126 {
  animation-delay: 9126ms !important;
}

.d9127 {
  animation-delay: 9127ms !important;
}

.d9128 {
  animation-delay: 9128ms !important;
}

.d9129 {
  animation-delay: 9129ms !important;
}

.d9130 {
  animation-delay: 9130ms !important;
}

.d9131 {
  animation-delay: 9131ms !important;
}

.d9132 {
  animation-delay: 9132ms !important;
}

.d9133 {
  animation-delay: 9133ms !important;
}

.d9134 {
  animation-delay: 9134ms !important;
}

.d9135 {
  animation-delay: 9135ms !important;
}

.d9136 {
  animation-delay: 9136ms !important;
}

.d9137 {
  animation-delay: 9137ms !important;
}

.d9138 {
  animation-delay: 9138ms !important;
}

.d9139 {
  animation-delay: 9139ms !important;
}

.d9140 {
  animation-delay: 9140ms !important;
}

.d9141 {
  animation-delay: 9141ms !important;
}

.d9142 {
  animation-delay: 9142ms !important;
}

.d9143 {
  animation-delay: 9143ms !important;
}

.d9144 {
  animation-delay: 9144ms !important;
}

.d9145 {
  animation-delay: 9145ms !important;
}

.d9146 {
  animation-delay: 9146ms !important;
}

.d9147 {
  animation-delay: 9147ms !important;
}

.d9148 {
  animation-delay: 9148ms !important;
}

.d9149 {
  animation-delay: 9149ms !important;
}

.d9150 {
  animation-delay: 9150ms !important;
}

.d9151 {
  animation-delay: 9151ms !important;
}

.d9152 {
  animation-delay: 9152ms !important;
}

.d9153 {
  animation-delay: 9153ms !important;
}

.d9154 {
  animation-delay: 9154ms !important;
}

.d9155 {
  animation-delay: 9155ms !important;
}

.d9156 {
  animation-delay: 9156ms !important;
}

.d9157 {
  animation-delay: 9157ms !important;
}

.d9158 {
  animation-delay: 9158ms !important;
}

.d9159 {
  animation-delay: 9159ms !important;
}

.d9160 {
  animation-delay: 9160ms !important;
}

.d9161 {
  animation-delay: 9161ms !important;
}

.d9162 {
  animation-delay: 9162ms !important;
}

.d9163 {
  animation-delay: 9163ms !important;
}

.d9164 {
  animation-delay: 9164ms !important;
}

.d9165 {
  animation-delay: 9165ms !important;
}

.d9166 {
  animation-delay: 9166ms !important;
}

.d9167 {
  animation-delay: 9167ms !important;
}

.d9168 {
  animation-delay: 9168ms !important;
}

.d9169 {
  animation-delay: 9169ms !important;
}

.d9170 {
  animation-delay: 9170ms !important;
}

.d9171 {
  animation-delay: 9171ms !important;
}

.d9172 {
  animation-delay: 9172ms !important;
}

.d9173 {
  animation-delay: 9173ms !important;
}

.d9174 {
  animation-delay: 9174ms !important;
}

.d9175 {
  animation-delay: 9175ms !important;
}

.d9176 {
  animation-delay: 9176ms !important;
}

.d9177 {
  animation-delay: 9177ms !important;
}

.d9178 {
  animation-delay: 9178ms !important;
}

.d9179 {
  animation-delay: 9179ms !important;
}

.d9180 {
  animation-delay: 9180ms !important;
}

.d9181 {
  animation-delay: 9181ms !important;
}

.d9182 {
  animation-delay: 9182ms !important;
}

.d9183 {
  animation-delay: 9183ms !important;
}

.d9184 {
  animation-delay: 9184ms !important;
}

.d9185 {
  animation-delay: 9185ms !important;
}

.d9186 {
  animation-delay: 9186ms !important;
}

.d9187 {
  animation-delay: 9187ms !important;
}

.d9188 {
  animation-delay: 9188ms !important;
}

.d9189 {
  animation-delay: 9189ms !important;
}

.d9190 {
  animation-delay: 9190ms !important;
}

.d9191 {
  animation-delay: 9191ms !important;
}

.d9192 {
  animation-delay: 9192ms !important;
}

.d9193 {
  animation-delay: 9193ms !important;
}

.d9194 {
  animation-delay: 9194ms !important;
}

.d9195 {
  animation-delay: 9195ms !important;
}

.d9196 {
  animation-delay: 9196ms !important;
}

.d9197 {
  animation-delay: 9197ms !important;
}

.d9198 {
  animation-delay: 9198ms !important;
}

.d9199 {
  animation-delay: 9199ms !important;
}

.d9200 {
  animation-delay: 9200ms !important;
}

.d9201 {
  animation-delay: 9201ms !important;
}

.d9202 {
  animation-delay: 9202ms !important;
}

.d9203 {
  animation-delay: 9203ms !important;
}

.d9204 {
  animation-delay: 9204ms !important;
}

.d9205 {
  animation-delay: 9205ms !important;
}

.d9206 {
  animation-delay: 9206ms !important;
}

.d9207 {
  animation-delay: 9207ms !important;
}

.d9208 {
  animation-delay: 9208ms !important;
}

.d9209 {
  animation-delay: 9209ms !important;
}

.d9210 {
  animation-delay: 9210ms !important;
}

.d9211 {
  animation-delay: 9211ms !important;
}

.d9212 {
  animation-delay: 9212ms !important;
}

.d9213 {
  animation-delay: 9213ms !important;
}

.d9214 {
  animation-delay: 9214ms !important;
}

.d9215 {
  animation-delay: 9215ms !important;
}

.d9216 {
  animation-delay: 9216ms !important;
}

.d9217 {
  animation-delay: 9217ms !important;
}

.d9218 {
  animation-delay: 9218ms !important;
}

.d9219 {
  animation-delay: 9219ms !important;
}

.d9220 {
  animation-delay: 9220ms !important;
}

.d9221 {
  animation-delay: 9221ms !important;
}

.d9222 {
  animation-delay: 9222ms !important;
}

.d9223 {
  animation-delay: 9223ms !important;
}

.d9224 {
  animation-delay: 9224ms !important;
}

.d9225 {
  animation-delay: 9225ms !important;
}

.d9226 {
  animation-delay: 9226ms !important;
}

.d9227 {
  animation-delay: 9227ms !important;
}

.d9228 {
  animation-delay: 9228ms !important;
}

.d9229 {
  animation-delay: 9229ms !important;
}

.d9230 {
  animation-delay: 9230ms !important;
}

.d9231 {
  animation-delay: 9231ms !important;
}

.d9232 {
  animation-delay: 9232ms !important;
}

.d9233 {
  animation-delay: 9233ms !important;
}

.d9234 {
  animation-delay: 9234ms !important;
}

.d9235 {
  animation-delay: 9235ms !important;
}

.d9236 {
  animation-delay: 9236ms !important;
}

.d9237 {
  animation-delay: 9237ms !important;
}

.d9238 {
  animation-delay: 9238ms !important;
}

.d9239 {
  animation-delay: 9239ms !important;
}

.d9240 {
  animation-delay: 9240ms !important;
}

.d9241 {
  animation-delay: 9241ms !important;
}

.d9242 {
  animation-delay: 9242ms !important;
}

.d9243 {
  animation-delay: 9243ms !important;
}

.d9244 {
  animation-delay: 9244ms !important;
}

.d9245 {
  animation-delay: 9245ms !important;
}

.d9246 {
  animation-delay: 9246ms !important;
}

.d9247 {
  animation-delay: 9247ms !important;
}

.d9248 {
  animation-delay: 9248ms !important;
}

.d9249 {
  animation-delay: 9249ms !important;
}

.d9250 {
  animation-delay: 9250ms !important;
}

.d9251 {
  animation-delay: 9251ms !important;
}

.d9252 {
  animation-delay: 9252ms !important;
}

.d9253 {
  animation-delay: 9253ms !important;
}

.d9254 {
  animation-delay: 9254ms !important;
}

.d9255 {
  animation-delay: 9255ms !important;
}

.d9256 {
  animation-delay: 9256ms !important;
}

.d9257 {
  animation-delay: 9257ms !important;
}

.d9258 {
  animation-delay: 9258ms !important;
}

.d9259 {
  animation-delay: 9259ms !important;
}

.d9260 {
  animation-delay: 9260ms !important;
}

.d9261 {
  animation-delay: 9261ms !important;
}

.d9262 {
  animation-delay: 9262ms !important;
}

.d9263 {
  animation-delay: 9263ms !important;
}

.d9264 {
  animation-delay: 9264ms !important;
}

.d9265 {
  animation-delay: 9265ms !important;
}

.d9266 {
  animation-delay: 9266ms !important;
}

.d9267 {
  animation-delay: 9267ms !important;
}

.d9268 {
  animation-delay: 9268ms !important;
}

.d9269 {
  animation-delay: 9269ms !important;
}

.d9270 {
  animation-delay: 9270ms !important;
}

.d9271 {
  animation-delay: 9271ms !important;
}

.d9272 {
  animation-delay: 9272ms !important;
}

.d9273 {
  animation-delay: 9273ms !important;
}

.d9274 {
  animation-delay: 9274ms !important;
}

.d9275 {
  animation-delay: 9275ms !important;
}

.d9276 {
  animation-delay: 9276ms !important;
}

.d9277 {
  animation-delay: 9277ms !important;
}

.d9278 {
  animation-delay: 9278ms !important;
}

.d9279 {
  animation-delay: 9279ms !important;
}

.d9280 {
  animation-delay: 9280ms !important;
}

.d9281 {
  animation-delay: 9281ms !important;
}

.d9282 {
  animation-delay: 9282ms !important;
}

.d9283 {
  animation-delay: 9283ms !important;
}

.d9284 {
  animation-delay: 9284ms !important;
}

.d9285 {
  animation-delay: 9285ms !important;
}

.d9286 {
  animation-delay: 9286ms !important;
}

.d9287 {
  animation-delay: 9287ms !important;
}

.d9288 {
  animation-delay: 9288ms !important;
}

.d9289 {
  animation-delay: 9289ms !important;
}

.d9290 {
  animation-delay: 9290ms !important;
}

.d9291 {
  animation-delay: 9291ms !important;
}

.d9292 {
  animation-delay: 9292ms !important;
}

.d9293 {
  animation-delay: 9293ms !important;
}

.d9294 {
  animation-delay: 9294ms !important;
}

.d9295 {
  animation-delay: 9295ms !important;
}

.d9296 {
  animation-delay: 9296ms !important;
}

.d9297 {
  animation-delay: 9297ms !important;
}

.d9298 {
  animation-delay: 9298ms !important;
}

.d9299 {
  animation-delay: 9299ms !important;
}

.d9300 {
  animation-delay: 9300ms !important;
}

.d9301 {
  animation-delay: 9301ms !important;
}

.d9302 {
  animation-delay: 9302ms !important;
}

.d9303 {
  animation-delay: 9303ms !important;
}

.d9304 {
  animation-delay: 9304ms !important;
}

.d9305 {
  animation-delay: 9305ms !important;
}

.d9306 {
  animation-delay: 9306ms !important;
}

.d9307 {
  animation-delay: 9307ms !important;
}

.d9308 {
  animation-delay: 9308ms !important;
}

.d9309 {
  animation-delay: 9309ms !important;
}

.d9310 {
  animation-delay: 9310ms !important;
}

.d9311 {
  animation-delay: 9311ms !important;
}

.d9312 {
  animation-delay: 9312ms !important;
}

.d9313 {
  animation-delay: 9313ms !important;
}

.d9314 {
  animation-delay: 9314ms !important;
}

.d9315 {
  animation-delay: 9315ms !important;
}

.d9316 {
  animation-delay: 9316ms !important;
}

.d9317 {
  animation-delay: 9317ms !important;
}

.d9318 {
  animation-delay: 9318ms !important;
}

.d9319 {
  animation-delay: 9319ms !important;
}

.d9320 {
  animation-delay: 9320ms !important;
}

.d9321 {
  animation-delay: 9321ms !important;
}

.d9322 {
  animation-delay: 9322ms !important;
}

.d9323 {
  animation-delay: 9323ms !important;
}

.d9324 {
  animation-delay: 9324ms !important;
}

.d9325 {
  animation-delay: 9325ms !important;
}

.d9326 {
  animation-delay: 9326ms !important;
}

.d9327 {
  animation-delay: 9327ms !important;
}

.d9328 {
  animation-delay: 9328ms !important;
}

.d9329 {
  animation-delay: 9329ms !important;
}

.d9330 {
  animation-delay: 9330ms !important;
}

.d9331 {
  animation-delay: 9331ms !important;
}

.d9332 {
  animation-delay: 9332ms !important;
}

.d9333 {
  animation-delay: 9333ms !important;
}

.d9334 {
  animation-delay: 9334ms !important;
}

.d9335 {
  animation-delay: 9335ms !important;
}

.d9336 {
  animation-delay: 9336ms !important;
}

.d9337 {
  animation-delay: 9337ms !important;
}

.d9338 {
  animation-delay: 9338ms !important;
}

.d9339 {
  animation-delay: 9339ms !important;
}

.d9340 {
  animation-delay: 9340ms !important;
}

.d9341 {
  animation-delay: 9341ms !important;
}

.d9342 {
  animation-delay: 9342ms !important;
}

.d9343 {
  animation-delay: 9343ms !important;
}

.d9344 {
  animation-delay: 9344ms !important;
}

.d9345 {
  animation-delay: 9345ms !important;
}

.d9346 {
  animation-delay: 9346ms !important;
}

.d9347 {
  animation-delay: 9347ms !important;
}

.d9348 {
  animation-delay: 9348ms !important;
}

.d9349 {
  animation-delay: 9349ms !important;
}

.d9350 {
  animation-delay: 9350ms !important;
}

.d9351 {
  animation-delay: 9351ms !important;
}

.d9352 {
  animation-delay: 9352ms !important;
}

.d9353 {
  animation-delay: 9353ms !important;
}

.d9354 {
  animation-delay: 9354ms !important;
}

.d9355 {
  animation-delay: 9355ms !important;
}

.d9356 {
  animation-delay: 9356ms !important;
}

.d9357 {
  animation-delay: 9357ms !important;
}

.d9358 {
  animation-delay: 9358ms !important;
}

.d9359 {
  animation-delay: 9359ms !important;
}

.d9360 {
  animation-delay: 9360ms !important;
}

.d9361 {
  animation-delay: 9361ms !important;
}

.d9362 {
  animation-delay: 9362ms !important;
}

.d9363 {
  animation-delay: 9363ms !important;
}

.d9364 {
  animation-delay: 9364ms !important;
}

.d9365 {
  animation-delay: 9365ms !important;
}

.d9366 {
  animation-delay: 9366ms !important;
}

.d9367 {
  animation-delay: 9367ms !important;
}

.d9368 {
  animation-delay: 9368ms !important;
}

.d9369 {
  animation-delay: 9369ms !important;
}

.d9370 {
  animation-delay: 9370ms !important;
}

.d9371 {
  animation-delay: 9371ms !important;
}

.d9372 {
  animation-delay: 9372ms !important;
}

.d9373 {
  animation-delay: 9373ms !important;
}

.d9374 {
  animation-delay: 9374ms !important;
}

.d9375 {
  animation-delay: 9375ms !important;
}

.d9376 {
  animation-delay: 9376ms !important;
}

.d9377 {
  animation-delay: 9377ms !important;
}

.d9378 {
  animation-delay: 9378ms !important;
}

.d9379 {
  animation-delay: 9379ms !important;
}

.d9380 {
  animation-delay: 9380ms !important;
}

.d9381 {
  animation-delay: 9381ms !important;
}

.d9382 {
  animation-delay: 9382ms !important;
}

.d9383 {
  animation-delay: 9383ms !important;
}

.d9384 {
  animation-delay: 9384ms !important;
}

.d9385 {
  animation-delay: 9385ms !important;
}

.d9386 {
  animation-delay: 9386ms !important;
}

.d9387 {
  animation-delay: 9387ms !important;
}

.d9388 {
  animation-delay: 9388ms !important;
}

.d9389 {
  animation-delay: 9389ms !important;
}

.d9390 {
  animation-delay: 9390ms !important;
}

.d9391 {
  animation-delay: 9391ms !important;
}

.d9392 {
  animation-delay: 9392ms !important;
}

.d9393 {
  animation-delay: 9393ms !important;
}

.d9394 {
  animation-delay: 9394ms !important;
}

.d9395 {
  animation-delay: 9395ms !important;
}

.d9396 {
  animation-delay: 9396ms !important;
}

.d9397 {
  animation-delay: 9397ms !important;
}

.d9398 {
  animation-delay: 9398ms !important;
}

.d9399 {
  animation-delay: 9399ms !important;
}

.d9400 {
  animation-delay: 9400ms !important;
}

.d9401 {
  animation-delay: 9401ms !important;
}

.d9402 {
  animation-delay: 9402ms !important;
}

.d9403 {
  animation-delay: 9403ms !important;
}

.d9404 {
  animation-delay: 9404ms !important;
}

.d9405 {
  animation-delay: 9405ms !important;
}

.d9406 {
  animation-delay: 9406ms !important;
}

.d9407 {
  animation-delay: 9407ms !important;
}

.d9408 {
  animation-delay: 9408ms !important;
}

.d9409 {
  animation-delay: 9409ms !important;
}

.d9410 {
  animation-delay: 9410ms !important;
}

.d9411 {
  animation-delay: 9411ms !important;
}

.d9412 {
  animation-delay: 9412ms !important;
}

.d9413 {
  animation-delay: 9413ms !important;
}

.d9414 {
  animation-delay: 9414ms !important;
}

.d9415 {
  animation-delay: 9415ms !important;
}

.d9416 {
  animation-delay: 9416ms !important;
}

.d9417 {
  animation-delay: 9417ms !important;
}

.d9418 {
  animation-delay: 9418ms !important;
}

.d9419 {
  animation-delay: 9419ms !important;
}

.d9420 {
  animation-delay: 9420ms !important;
}

.d9421 {
  animation-delay: 9421ms !important;
}

.d9422 {
  animation-delay: 9422ms !important;
}

.d9423 {
  animation-delay: 9423ms !important;
}

.d9424 {
  animation-delay: 9424ms !important;
}

.d9425 {
  animation-delay: 9425ms !important;
}

.d9426 {
  animation-delay: 9426ms !important;
}

.d9427 {
  animation-delay: 9427ms !important;
}

.d9428 {
  animation-delay: 9428ms !important;
}

.d9429 {
  animation-delay: 9429ms !important;
}

.d9430 {
  animation-delay: 9430ms !important;
}

.d9431 {
  animation-delay: 9431ms !important;
}

.d9432 {
  animation-delay: 9432ms !important;
}

.d9433 {
  animation-delay: 9433ms !important;
}

.d9434 {
  animation-delay: 9434ms !important;
}

.d9435 {
  animation-delay: 9435ms !important;
}

.d9436 {
  animation-delay: 9436ms !important;
}

.d9437 {
  animation-delay: 9437ms !important;
}

.d9438 {
  animation-delay: 9438ms !important;
}

.d9439 {
  animation-delay: 9439ms !important;
}

.d9440 {
  animation-delay: 9440ms !important;
}

.d9441 {
  animation-delay: 9441ms !important;
}

.d9442 {
  animation-delay: 9442ms !important;
}

.d9443 {
  animation-delay: 9443ms !important;
}

.d9444 {
  animation-delay: 9444ms !important;
}

.d9445 {
  animation-delay: 9445ms !important;
}

.d9446 {
  animation-delay: 9446ms !important;
}

.d9447 {
  animation-delay: 9447ms !important;
}

.d9448 {
  animation-delay: 9448ms !important;
}

.d9449 {
  animation-delay: 9449ms !important;
}

.d9450 {
  animation-delay: 9450ms !important;
}

.d9451 {
  animation-delay: 9451ms !important;
}

.d9452 {
  animation-delay: 9452ms !important;
}

.d9453 {
  animation-delay: 9453ms !important;
}

.d9454 {
  animation-delay: 9454ms !important;
}

.d9455 {
  animation-delay: 9455ms !important;
}

.d9456 {
  animation-delay: 9456ms !important;
}

.d9457 {
  animation-delay: 9457ms !important;
}

.d9458 {
  animation-delay: 9458ms !important;
}

.d9459 {
  animation-delay: 9459ms !important;
}

.d9460 {
  animation-delay: 9460ms !important;
}

.d9461 {
  animation-delay: 9461ms !important;
}

.d9462 {
  animation-delay: 9462ms !important;
}

.d9463 {
  animation-delay: 9463ms !important;
}

.d9464 {
  animation-delay: 9464ms !important;
}

.d9465 {
  animation-delay: 9465ms !important;
}

.d9466 {
  animation-delay: 9466ms !important;
}

.d9467 {
  animation-delay: 9467ms !important;
}

.d9468 {
  animation-delay: 9468ms !important;
}

.d9469 {
  animation-delay: 9469ms !important;
}

.d9470 {
  animation-delay: 9470ms !important;
}

.d9471 {
  animation-delay: 9471ms !important;
}

.d9472 {
  animation-delay: 9472ms !important;
}

.d9473 {
  animation-delay: 9473ms !important;
}

.d9474 {
  animation-delay: 9474ms !important;
}

.d9475 {
  animation-delay: 9475ms !important;
}

.d9476 {
  animation-delay: 9476ms !important;
}

.d9477 {
  animation-delay: 9477ms !important;
}

.d9478 {
  animation-delay: 9478ms !important;
}

.d9479 {
  animation-delay: 9479ms !important;
}

.d9480 {
  animation-delay: 9480ms !important;
}

.d9481 {
  animation-delay: 9481ms !important;
}

.d9482 {
  animation-delay: 9482ms !important;
}

.d9483 {
  animation-delay: 9483ms !important;
}

.d9484 {
  animation-delay: 9484ms !important;
}

.d9485 {
  animation-delay: 9485ms !important;
}

.d9486 {
  animation-delay: 9486ms !important;
}

.d9487 {
  animation-delay: 9487ms !important;
}

.d9488 {
  animation-delay: 9488ms !important;
}

.d9489 {
  animation-delay: 9489ms !important;
}

.d9490 {
  animation-delay: 9490ms !important;
}

.d9491 {
  animation-delay: 9491ms !important;
}

.d9492 {
  animation-delay: 9492ms !important;
}

.d9493 {
  animation-delay: 9493ms !important;
}

.d9494 {
  animation-delay: 9494ms !important;
}

.d9495 {
  animation-delay: 9495ms !important;
}

.d9496 {
  animation-delay: 9496ms !important;
}

.d9497 {
  animation-delay: 9497ms !important;
}

.d9498 {
  animation-delay: 9498ms !important;
}

.d9499 {
  animation-delay: 9499ms !important;
}

.d9500 {
  animation-delay: 9500ms !important;
}

.d9501 {
  animation-delay: 9501ms !important;
}

.d9502 {
  animation-delay: 9502ms !important;
}

.d9503 {
  animation-delay: 9503ms !important;
}

.d9504 {
  animation-delay: 9504ms !important;
}

.d9505 {
  animation-delay: 9505ms !important;
}

.d9506 {
  animation-delay: 9506ms !important;
}

.d9507 {
  animation-delay: 9507ms !important;
}

.d9508 {
  animation-delay: 9508ms !important;
}

.d9509 {
  animation-delay: 9509ms !important;
}

.d9510 {
  animation-delay: 9510ms !important;
}

.d9511 {
  animation-delay: 9511ms !important;
}

.d9512 {
  animation-delay: 9512ms !important;
}

.d9513 {
  animation-delay: 9513ms !important;
}

.d9514 {
  animation-delay: 9514ms !important;
}

.d9515 {
  animation-delay: 9515ms !important;
}

.d9516 {
  animation-delay: 9516ms !important;
}

.d9517 {
  animation-delay: 9517ms !important;
}

.d9518 {
  animation-delay: 9518ms !important;
}

.d9519 {
  animation-delay: 9519ms !important;
}

.d9520 {
  animation-delay: 9520ms !important;
}

.d9521 {
  animation-delay: 9521ms !important;
}

.d9522 {
  animation-delay: 9522ms !important;
}

.d9523 {
  animation-delay: 9523ms !important;
}

.d9524 {
  animation-delay: 9524ms !important;
}

.d9525 {
  animation-delay: 9525ms !important;
}

.d9526 {
  animation-delay: 9526ms !important;
}

.d9527 {
  animation-delay: 9527ms !important;
}

.d9528 {
  animation-delay: 9528ms !important;
}

.d9529 {
  animation-delay: 9529ms !important;
}

.d9530 {
  animation-delay: 9530ms !important;
}

.d9531 {
  animation-delay: 9531ms !important;
}

.d9532 {
  animation-delay: 9532ms !important;
}

.d9533 {
  animation-delay: 9533ms !important;
}

.d9534 {
  animation-delay: 9534ms !important;
}

.d9535 {
  animation-delay: 9535ms !important;
}

.d9536 {
  animation-delay: 9536ms !important;
}

.d9537 {
  animation-delay: 9537ms !important;
}

.d9538 {
  animation-delay: 9538ms !important;
}

.d9539 {
  animation-delay: 9539ms !important;
}

.d9540 {
  animation-delay: 9540ms !important;
}

.d9541 {
  animation-delay: 9541ms !important;
}

.d9542 {
  animation-delay: 9542ms !important;
}

.d9543 {
  animation-delay: 9543ms !important;
}

.d9544 {
  animation-delay: 9544ms !important;
}

.d9545 {
  animation-delay: 9545ms !important;
}

.d9546 {
  animation-delay: 9546ms !important;
}

.d9547 {
  animation-delay: 9547ms !important;
}

.d9548 {
  animation-delay: 9548ms !important;
}

.d9549 {
  animation-delay: 9549ms !important;
}

.d9550 {
  animation-delay: 9550ms !important;
}

.d9551 {
  animation-delay: 9551ms !important;
}

.d9552 {
  animation-delay: 9552ms !important;
}

.d9553 {
  animation-delay: 9553ms !important;
}

.d9554 {
  animation-delay: 9554ms !important;
}

.d9555 {
  animation-delay: 9555ms !important;
}

.d9556 {
  animation-delay: 9556ms !important;
}

.d9557 {
  animation-delay: 9557ms !important;
}

.d9558 {
  animation-delay: 9558ms !important;
}

.d9559 {
  animation-delay: 9559ms !important;
}

.d9560 {
  animation-delay: 9560ms !important;
}

.d9561 {
  animation-delay: 9561ms !important;
}

.d9562 {
  animation-delay: 9562ms !important;
}

.d9563 {
  animation-delay: 9563ms !important;
}

.d9564 {
  animation-delay: 9564ms !important;
}

.d9565 {
  animation-delay: 9565ms !important;
}

.d9566 {
  animation-delay: 9566ms !important;
}

.d9567 {
  animation-delay: 9567ms !important;
}

.d9568 {
  animation-delay: 9568ms !important;
}

.d9569 {
  animation-delay: 9569ms !important;
}

.d9570 {
  animation-delay: 9570ms !important;
}

.d9571 {
  animation-delay: 9571ms !important;
}

.d9572 {
  animation-delay: 9572ms !important;
}

.d9573 {
  animation-delay: 9573ms !important;
}

.d9574 {
  animation-delay: 9574ms !important;
}

.d9575 {
  animation-delay: 9575ms !important;
}

.d9576 {
  animation-delay: 9576ms !important;
}

.d9577 {
  animation-delay: 9577ms !important;
}

.d9578 {
  animation-delay: 9578ms !important;
}

.d9579 {
  animation-delay: 9579ms !important;
}

.d9580 {
  animation-delay: 9580ms !important;
}

.d9581 {
  animation-delay: 9581ms !important;
}

.d9582 {
  animation-delay: 9582ms !important;
}

.d9583 {
  animation-delay: 9583ms !important;
}

.d9584 {
  animation-delay: 9584ms !important;
}

.d9585 {
  animation-delay: 9585ms !important;
}

.d9586 {
  animation-delay: 9586ms !important;
}

.d9587 {
  animation-delay: 9587ms !important;
}

.d9588 {
  animation-delay: 9588ms !important;
}

.d9589 {
  animation-delay: 9589ms !important;
}

.d9590 {
  animation-delay: 9590ms !important;
}

.d9591 {
  animation-delay: 9591ms !important;
}

.d9592 {
  animation-delay: 9592ms !important;
}

.d9593 {
  animation-delay: 9593ms !important;
}

.d9594 {
  animation-delay: 9594ms !important;
}

.d9595 {
  animation-delay: 9595ms !important;
}

.d9596 {
  animation-delay: 9596ms !important;
}

.d9597 {
  animation-delay: 9597ms !important;
}

.d9598 {
  animation-delay: 9598ms !important;
}

.d9599 {
  animation-delay: 9599ms !important;
}

.d9600 {
  animation-delay: 9600ms !important;
}

.d9601 {
  animation-delay: 9601ms !important;
}

.d9602 {
  animation-delay: 9602ms !important;
}

.d9603 {
  animation-delay: 9603ms !important;
}

.d9604 {
  animation-delay: 9604ms !important;
}

.d9605 {
  animation-delay: 9605ms !important;
}

.d9606 {
  animation-delay: 9606ms !important;
}

.d9607 {
  animation-delay: 9607ms !important;
}

.d9608 {
  animation-delay: 9608ms !important;
}

.d9609 {
  animation-delay: 9609ms !important;
}

.d9610 {
  animation-delay: 9610ms !important;
}

.d9611 {
  animation-delay: 9611ms !important;
}

.d9612 {
  animation-delay: 9612ms !important;
}

.d9613 {
  animation-delay: 9613ms !important;
}

.d9614 {
  animation-delay: 9614ms !important;
}

.d9615 {
  animation-delay: 9615ms !important;
}

.d9616 {
  animation-delay: 9616ms !important;
}

.d9617 {
  animation-delay: 9617ms !important;
}

.d9618 {
  animation-delay: 9618ms !important;
}

.d9619 {
  animation-delay: 9619ms !important;
}

.d9620 {
  animation-delay: 9620ms !important;
}

.d9621 {
  animation-delay: 9621ms !important;
}

.d9622 {
  animation-delay: 9622ms !important;
}

.d9623 {
  animation-delay: 9623ms !important;
}

.d9624 {
  animation-delay: 9624ms !important;
}

.d9625 {
  animation-delay: 9625ms !important;
}

.d9626 {
  animation-delay: 9626ms !important;
}

.d9627 {
  animation-delay: 9627ms !important;
}

.d9628 {
  animation-delay: 9628ms !important;
}

.d9629 {
  animation-delay: 9629ms !important;
}

.d9630 {
  animation-delay: 9630ms !important;
}

.d9631 {
  animation-delay: 9631ms !important;
}

.d9632 {
  animation-delay: 9632ms !important;
}

.d9633 {
  animation-delay: 9633ms !important;
}

.d9634 {
  animation-delay: 9634ms !important;
}

.d9635 {
  animation-delay: 9635ms !important;
}

.d9636 {
  animation-delay: 9636ms !important;
}

.d9637 {
  animation-delay: 9637ms !important;
}

.d9638 {
  animation-delay: 9638ms !important;
}

.d9639 {
  animation-delay: 9639ms !important;
}

.d9640 {
  animation-delay: 9640ms !important;
}

.d9641 {
  animation-delay: 9641ms !important;
}

.d9642 {
  animation-delay: 9642ms !important;
}

.d9643 {
  animation-delay: 9643ms !important;
}

.d9644 {
  animation-delay: 9644ms !important;
}

.d9645 {
  animation-delay: 9645ms !important;
}

.d9646 {
  animation-delay: 9646ms !important;
}

.d9647 {
  animation-delay: 9647ms !important;
}

.d9648 {
  animation-delay: 9648ms !important;
}

.d9649 {
  animation-delay: 9649ms !important;
}

.d9650 {
  animation-delay: 9650ms !important;
}

.d9651 {
  animation-delay: 9651ms !important;
}

.d9652 {
  animation-delay: 9652ms !important;
}

.d9653 {
  animation-delay: 9653ms !important;
}

.d9654 {
  animation-delay: 9654ms !important;
}

.d9655 {
  animation-delay: 9655ms !important;
}

.d9656 {
  animation-delay: 9656ms !important;
}

.d9657 {
  animation-delay: 9657ms !important;
}

.d9658 {
  animation-delay: 9658ms !important;
}

.d9659 {
  animation-delay: 9659ms !important;
}

.d9660 {
  animation-delay: 9660ms !important;
}

.d9661 {
  animation-delay: 9661ms !important;
}

.d9662 {
  animation-delay: 9662ms !important;
}

.d9663 {
  animation-delay: 9663ms !important;
}

.d9664 {
  animation-delay: 9664ms !important;
}

.d9665 {
  animation-delay: 9665ms !important;
}

.d9666 {
  animation-delay: 9666ms !important;
}

.d9667 {
  animation-delay: 9667ms !important;
}

.d9668 {
  animation-delay: 9668ms !important;
}

.d9669 {
  animation-delay: 9669ms !important;
}

.d9670 {
  animation-delay: 9670ms !important;
}

.d9671 {
  animation-delay: 9671ms !important;
}

.d9672 {
  animation-delay: 9672ms !important;
}

.d9673 {
  animation-delay: 9673ms !important;
}

.d9674 {
  animation-delay: 9674ms !important;
}

.d9675 {
  animation-delay: 9675ms !important;
}

.d9676 {
  animation-delay: 9676ms !important;
}

.d9677 {
  animation-delay: 9677ms !important;
}

.d9678 {
  animation-delay: 9678ms !important;
}

.d9679 {
  animation-delay: 9679ms !important;
}

.d9680 {
  animation-delay: 9680ms !important;
}

.d9681 {
  animation-delay: 9681ms !important;
}

.d9682 {
  animation-delay: 9682ms !important;
}

.d9683 {
  animation-delay: 9683ms !important;
}

.d9684 {
  animation-delay: 9684ms !important;
}

.d9685 {
  animation-delay: 9685ms !important;
}

.d9686 {
  animation-delay: 9686ms !important;
}

.d9687 {
  animation-delay: 9687ms !important;
}

.d9688 {
  animation-delay: 9688ms !important;
}

.d9689 {
  animation-delay: 9689ms !important;
}

.d9690 {
  animation-delay: 9690ms !important;
}

.d9691 {
  animation-delay: 9691ms !important;
}

.d9692 {
  animation-delay: 9692ms !important;
}

.d9693 {
  animation-delay: 9693ms !important;
}

.d9694 {
  animation-delay: 9694ms !important;
}

.d9695 {
  animation-delay: 9695ms !important;
}

.d9696 {
  animation-delay: 9696ms !important;
}

.d9697 {
  animation-delay: 9697ms !important;
}

.d9698 {
  animation-delay: 9698ms !important;
}

.d9699 {
  animation-delay: 9699ms !important;
}

.d9700 {
  animation-delay: 9700ms !important;
}

.d9701 {
  animation-delay: 9701ms !important;
}

.d9702 {
  animation-delay: 9702ms !important;
}

.d9703 {
  animation-delay: 9703ms !important;
}

.d9704 {
  animation-delay: 9704ms !important;
}

.d9705 {
  animation-delay: 9705ms !important;
}

.d9706 {
  animation-delay: 9706ms !important;
}

.d9707 {
  animation-delay: 9707ms !important;
}

.d9708 {
  animation-delay: 9708ms !important;
}

.d9709 {
  animation-delay: 9709ms !important;
}

.d9710 {
  animation-delay: 9710ms !important;
}

.d9711 {
  animation-delay: 9711ms !important;
}

.d9712 {
  animation-delay: 9712ms !important;
}

.d9713 {
  animation-delay: 9713ms !important;
}

.d9714 {
  animation-delay: 9714ms !important;
}

.d9715 {
  animation-delay: 9715ms !important;
}

.d9716 {
  animation-delay: 9716ms !important;
}

.d9717 {
  animation-delay: 9717ms !important;
}

.d9718 {
  animation-delay: 9718ms !important;
}

.d9719 {
  animation-delay: 9719ms !important;
}

.d9720 {
  animation-delay: 9720ms !important;
}

.d9721 {
  animation-delay: 9721ms !important;
}

.d9722 {
  animation-delay: 9722ms !important;
}

.d9723 {
  animation-delay: 9723ms !important;
}

.d9724 {
  animation-delay: 9724ms !important;
}

.d9725 {
  animation-delay: 9725ms !important;
}

.d9726 {
  animation-delay: 9726ms !important;
}

.d9727 {
  animation-delay: 9727ms !important;
}

.d9728 {
  animation-delay: 9728ms !important;
}

.d9729 {
  animation-delay: 9729ms !important;
}

.d9730 {
  animation-delay: 9730ms !important;
}

.d9731 {
  animation-delay: 9731ms !important;
}

.d9732 {
  animation-delay: 9732ms !important;
}

.d9733 {
  animation-delay: 9733ms !important;
}

.d9734 {
  animation-delay: 9734ms !important;
}

.d9735 {
  animation-delay: 9735ms !important;
}

.d9736 {
  animation-delay: 9736ms !important;
}

.d9737 {
  animation-delay: 9737ms !important;
}

.d9738 {
  animation-delay: 9738ms !important;
}

.d9739 {
  animation-delay: 9739ms !important;
}

.d9740 {
  animation-delay: 9740ms !important;
}

.d9741 {
  animation-delay: 9741ms !important;
}

.d9742 {
  animation-delay: 9742ms !important;
}

.d9743 {
  animation-delay: 9743ms !important;
}

.d9744 {
  animation-delay: 9744ms !important;
}

.d9745 {
  animation-delay: 9745ms !important;
}

.d9746 {
  animation-delay: 9746ms !important;
}

.d9747 {
  animation-delay: 9747ms !important;
}

.d9748 {
  animation-delay: 9748ms !important;
}

.d9749 {
  animation-delay: 9749ms !important;
}

.d9750 {
  animation-delay: 9750ms !important;
}

.d9751 {
  animation-delay: 9751ms !important;
}

.d9752 {
  animation-delay: 9752ms !important;
}

.d9753 {
  animation-delay: 9753ms !important;
}

.d9754 {
  animation-delay: 9754ms !important;
}

.d9755 {
  animation-delay: 9755ms !important;
}

.d9756 {
  animation-delay: 9756ms !important;
}

.d9757 {
  animation-delay: 9757ms !important;
}

.d9758 {
  animation-delay: 9758ms !important;
}

.d9759 {
  animation-delay: 9759ms !important;
}

.d9760 {
  animation-delay: 9760ms !important;
}

.d9761 {
  animation-delay: 9761ms !important;
}

.d9762 {
  animation-delay: 9762ms !important;
}

.d9763 {
  animation-delay: 9763ms !important;
}

.d9764 {
  animation-delay: 9764ms !important;
}

.d9765 {
  animation-delay: 9765ms !important;
}

.d9766 {
  animation-delay: 9766ms !important;
}

.d9767 {
  animation-delay: 9767ms !important;
}

.d9768 {
  animation-delay: 9768ms !important;
}

.d9769 {
  animation-delay: 9769ms !important;
}

.d9770 {
  animation-delay: 9770ms !important;
}

.d9771 {
  animation-delay: 9771ms !important;
}

.d9772 {
  animation-delay: 9772ms !important;
}

.d9773 {
  animation-delay: 9773ms !important;
}

.d9774 {
  animation-delay: 9774ms !important;
}

.d9775 {
  animation-delay: 9775ms !important;
}

.d9776 {
  animation-delay: 9776ms !important;
}

.d9777 {
  animation-delay: 9777ms !important;
}

.d9778 {
  animation-delay: 9778ms !important;
}

.d9779 {
  animation-delay: 9779ms !important;
}

.d9780 {
  animation-delay: 9780ms !important;
}

.d9781 {
  animation-delay: 9781ms !important;
}

.d9782 {
  animation-delay: 9782ms !important;
}

.d9783 {
  animation-delay: 9783ms !important;
}

.d9784 {
  animation-delay: 9784ms !important;
}

.d9785 {
  animation-delay: 9785ms !important;
}

.d9786 {
  animation-delay: 9786ms !important;
}

.d9787 {
  animation-delay: 9787ms !important;
}

.d9788 {
  animation-delay: 9788ms !important;
}

.d9789 {
  animation-delay: 9789ms !important;
}

.d9790 {
  animation-delay: 9790ms !important;
}

.d9791 {
  animation-delay: 9791ms !important;
}

.d9792 {
  animation-delay: 9792ms !important;
}

.d9793 {
  animation-delay: 9793ms !important;
}

.d9794 {
  animation-delay: 9794ms !important;
}

.d9795 {
  animation-delay: 9795ms !important;
}

.d9796 {
  animation-delay: 9796ms !important;
}

.d9797 {
  animation-delay: 9797ms !important;
}

.d9798 {
  animation-delay: 9798ms !important;
}

.d9799 {
  animation-delay: 9799ms !important;
}

.d9800 {
  animation-delay: 9800ms !important;
}

.d9801 {
  animation-delay: 9801ms !important;
}

.d9802 {
  animation-delay: 9802ms !important;
}

.d9803 {
  animation-delay: 9803ms !important;
}

.d9804 {
  animation-delay: 9804ms !important;
}

.d9805 {
  animation-delay: 9805ms !important;
}

.d9806 {
  animation-delay: 9806ms !important;
}

.d9807 {
  animation-delay: 9807ms !important;
}

.d9808 {
  animation-delay: 9808ms !important;
}

.d9809 {
  animation-delay: 9809ms !important;
}

.d9810 {
  animation-delay: 9810ms !important;
}

.d9811 {
  animation-delay: 9811ms !important;
}

.d9812 {
  animation-delay: 9812ms !important;
}

.d9813 {
  animation-delay: 9813ms !important;
}

.d9814 {
  animation-delay: 9814ms !important;
}

.d9815 {
  animation-delay: 9815ms !important;
}

.d9816 {
  animation-delay: 9816ms !important;
}

.d9817 {
  animation-delay: 9817ms !important;
}

.d9818 {
  animation-delay: 9818ms !important;
}

.d9819 {
  animation-delay: 9819ms !important;
}

.d9820 {
  animation-delay: 9820ms !important;
}

.d9821 {
  animation-delay: 9821ms !important;
}

.d9822 {
  animation-delay: 9822ms !important;
}

.d9823 {
  animation-delay: 9823ms !important;
}

.d9824 {
  animation-delay: 9824ms !important;
}

.d9825 {
  animation-delay: 9825ms !important;
}

.d9826 {
  animation-delay: 9826ms !important;
}

.d9827 {
  animation-delay: 9827ms !important;
}

.d9828 {
  animation-delay: 9828ms !important;
}

.d9829 {
  animation-delay: 9829ms !important;
}

.d9830 {
  animation-delay: 9830ms !important;
}

.d9831 {
  animation-delay: 9831ms !important;
}

.d9832 {
  animation-delay: 9832ms !important;
}

.d9833 {
  animation-delay: 9833ms !important;
}

.d9834 {
  animation-delay: 9834ms !important;
}

.d9835 {
  animation-delay: 9835ms !important;
}

.d9836 {
  animation-delay: 9836ms !important;
}

.d9837 {
  animation-delay: 9837ms !important;
}

.d9838 {
  animation-delay: 9838ms !important;
}

.d9839 {
  animation-delay: 9839ms !important;
}

.d9840 {
  animation-delay: 9840ms !important;
}

.d9841 {
  animation-delay: 9841ms !important;
}

.d9842 {
  animation-delay: 9842ms !important;
}

.d9843 {
  animation-delay: 9843ms !important;
}

.d9844 {
  animation-delay: 9844ms !important;
}

.d9845 {
  animation-delay: 9845ms !important;
}

.d9846 {
  animation-delay: 9846ms !important;
}

.d9847 {
  animation-delay: 9847ms !important;
}

.d9848 {
  animation-delay: 9848ms !important;
}

.d9849 {
  animation-delay: 9849ms !important;
}

.d9850 {
  animation-delay: 9850ms !important;
}

.d9851 {
  animation-delay: 9851ms !important;
}

.d9852 {
  animation-delay: 9852ms !important;
}

.d9853 {
  animation-delay: 9853ms !important;
}

.d9854 {
  animation-delay: 9854ms !important;
}

.d9855 {
  animation-delay: 9855ms !important;
}

.d9856 {
  animation-delay: 9856ms !important;
}

.d9857 {
  animation-delay: 9857ms !important;
}

.d9858 {
  animation-delay: 9858ms !important;
}

.d9859 {
  animation-delay: 9859ms !important;
}

.d9860 {
  animation-delay: 9860ms !important;
}

.d9861 {
  animation-delay: 9861ms !important;
}

.d9862 {
  animation-delay: 9862ms !important;
}

.d9863 {
  animation-delay: 9863ms !important;
}

.d9864 {
  animation-delay: 9864ms !important;
}

.d9865 {
  animation-delay: 9865ms !important;
}

.d9866 {
  animation-delay: 9866ms !important;
}

.d9867 {
  animation-delay: 9867ms !important;
}

.d9868 {
  animation-delay: 9868ms !important;
}

.d9869 {
  animation-delay: 9869ms !important;
}

.d9870 {
  animation-delay: 9870ms !important;
}

.d9871 {
  animation-delay: 9871ms !important;
}

.d9872 {
  animation-delay: 9872ms !important;
}

.d9873 {
  animation-delay: 9873ms !important;
}

.d9874 {
  animation-delay: 9874ms !important;
}

.d9875 {
  animation-delay: 9875ms !important;
}

.d9876 {
  animation-delay: 9876ms !important;
}

.d9877 {
  animation-delay: 9877ms !important;
}

.d9878 {
  animation-delay: 9878ms !important;
}

.d9879 {
  animation-delay: 9879ms !important;
}

.d9880 {
  animation-delay: 9880ms !important;
}

.d9881 {
  animation-delay: 9881ms !important;
}

.d9882 {
  animation-delay: 9882ms !important;
}

.d9883 {
  animation-delay: 9883ms !important;
}

.d9884 {
  animation-delay: 9884ms !important;
}

.d9885 {
  animation-delay: 9885ms !important;
}

.d9886 {
  animation-delay: 9886ms !important;
}

.d9887 {
  animation-delay: 9887ms !important;
}

.d9888 {
  animation-delay: 9888ms !important;
}

.d9889 {
  animation-delay: 9889ms !important;
}

.d9890 {
  animation-delay: 9890ms !important;
}

.d9891 {
  animation-delay: 9891ms !important;
}

.d9892 {
  animation-delay: 9892ms !important;
}

.d9893 {
  animation-delay: 9893ms !important;
}

.d9894 {
  animation-delay: 9894ms !important;
}

.d9895 {
  animation-delay: 9895ms !important;
}

.d9896 {
  animation-delay: 9896ms !important;
}

.d9897 {
  animation-delay: 9897ms !important;
}

.d9898 {
  animation-delay: 9898ms !important;
}

.d9899 {
  animation-delay: 9899ms !important;
}

.d9900 {
  animation-delay: 9900ms !important;
}

.d9901 {
  animation-delay: 9901ms !important;
}

.d9902 {
  animation-delay: 9902ms !important;
}

.d9903 {
  animation-delay: 9903ms !important;
}

.d9904 {
  animation-delay: 9904ms !important;
}

.d9905 {
  animation-delay: 9905ms !important;
}

.d9906 {
  animation-delay: 9906ms !important;
}

.d9907 {
  animation-delay: 9907ms !important;
}

.d9908 {
  animation-delay: 9908ms !important;
}

.d9909 {
  animation-delay: 9909ms !important;
}

.d9910 {
  animation-delay: 9910ms !important;
}

.d9911 {
  animation-delay: 9911ms !important;
}

.d9912 {
  animation-delay: 9912ms !important;
}

.d9913 {
  animation-delay: 9913ms !important;
}

.d9914 {
  animation-delay: 9914ms !important;
}

.d9915 {
  animation-delay: 9915ms !important;
}

.d9916 {
  animation-delay: 9916ms !important;
}

.d9917 {
  animation-delay: 9917ms !important;
}

.d9918 {
  animation-delay: 9918ms !important;
}

.d9919 {
  animation-delay: 9919ms !important;
}

.d9920 {
  animation-delay: 9920ms !important;
}

.d9921 {
  animation-delay: 9921ms !important;
}

.d9922 {
  animation-delay: 9922ms !important;
}

.d9923 {
  animation-delay: 9923ms !important;
}

.d9924 {
  animation-delay: 9924ms !important;
}

.d9925 {
  animation-delay: 9925ms !important;
}

.d9926 {
  animation-delay: 9926ms !important;
}

.d9927 {
  animation-delay: 9927ms !important;
}

.d9928 {
  animation-delay: 9928ms !important;
}

.d9929 {
  animation-delay: 9929ms !important;
}

.d9930 {
  animation-delay: 9930ms !important;
}

.d9931 {
  animation-delay: 9931ms !important;
}

.d9932 {
  animation-delay: 9932ms !important;
}

.d9933 {
  animation-delay: 9933ms !important;
}

.d9934 {
  animation-delay: 9934ms !important;
}

.d9935 {
  animation-delay: 9935ms !important;
}

.d9936 {
  animation-delay: 9936ms !important;
}

.d9937 {
  animation-delay: 9937ms !important;
}

.d9938 {
  animation-delay: 9938ms !important;
}

.d9939 {
  animation-delay: 9939ms !important;
}

.d9940 {
  animation-delay: 9940ms !important;
}

.d9941 {
  animation-delay: 9941ms !important;
}

.d9942 {
  animation-delay: 9942ms !important;
}

.d9943 {
  animation-delay: 9943ms !important;
}

.d9944 {
  animation-delay: 9944ms !important;
}

.d9945 {
  animation-delay: 9945ms !important;
}

.d9946 {
  animation-delay: 9946ms !important;
}

.d9947 {
  animation-delay: 9947ms !important;
}

.d9948 {
  animation-delay: 9948ms !important;
}

.d9949 {
  animation-delay: 9949ms !important;
}

.d9950 {
  animation-delay: 9950ms !important;
}

.d9951 {
  animation-delay: 9951ms !important;
}

.d9952 {
  animation-delay: 9952ms !important;
}

.d9953 {
  animation-delay: 9953ms !important;
}

.d9954 {
  animation-delay: 9954ms !important;
}

.d9955 {
  animation-delay: 9955ms !important;
}

.d9956 {
  animation-delay: 9956ms !important;
}

.d9957 {
  animation-delay: 9957ms !important;
}

.d9958 {
  animation-delay: 9958ms !important;
}

.d9959 {
  animation-delay: 9959ms !important;
}

.d9960 {
  animation-delay: 9960ms !important;
}

.d9961 {
  animation-delay: 9961ms !important;
}

.d9962 {
  animation-delay: 9962ms !important;
}

.d9963 {
  animation-delay: 9963ms !important;
}

.d9964 {
  animation-delay: 9964ms !important;
}

.d9965 {
  animation-delay: 9965ms !important;
}

.d9966 {
  animation-delay: 9966ms !important;
}

.d9967 {
  animation-delay: 9967ms !important;
}

.d9968 {
  animation-delay: 9968ms !important;
}

.d9969 {
  animation-delay: 9969ms !important;
}

.d9970 {
  animation-delay: 9970ms !important;
}

.d9971 {
  animation-delay: 9971ms !important;
}

.d9972 {
  animation-delay: 9972ms !important;
}

.d9973 {
  animation-delay: 9973ms !important;
}

.d9974 {
  animation-delay: 9974ms !important;
}

.d9975 {
  animation-delay: 9975ms !important;
}

.d9976 {
  animation-delay: 9976ms !important;
}

.d9977 {
  animation-delay: 9977ms !important;
}

.d9978 {
  animation-delay: 9978ms !important;
}

.d9979 {
  animation-delay: 9979ms !important;
}

.d9980 {
  animation-delay: 9980ms !important;
}

.d9981 {
  animation-delay: 9981ms !important;
}

.d9982 {
  animation-delay: 9982ms !important;
}

.d9983 {
  animation-delay: 9983ms !important;
}

.d9984 {
  animation-delay: 9984ms !important;
}

.d9985 {
  animation-delay: 9985ms !important;
}

.d9986 {
  animation-delay: 9986ms !important;
}

.d9987 {
  animation-delay: 9987ms !important;
}

.d9988 {
  animation-delay: 9988ms !important;
}

.d9989 {
  animation-delay: 9989ms !important;
}

.d9990 {
  animation-delay: 9990ms !important;
}

.d9991 {
  animation-delay: 9991ms !important;
}

.d9992 {
  animation-delay: 9992ms !important;
}

.d9993 {
  animation-delay: 9993ms !important;
}

.d9994 {
  animation-delay: 9994ms !important;
}

.d9995 {
  animation-delay: 9995ms !important;
}

.d9996 {
  animation-delay: 9996ms !important;
}

.d9997 {
  animation-delay: 9997ms !important;
}

.d9998 {
  animation-delay: 9998ms !important;
}

.d9999 {
  animation-delay: 9999ms !important;
}

.d10000 {
  animation-delay: 10000ms !important;
}

.d10001 {
  animation-delay: 10001ms !important;
}

.d10002 {
  animation-delay: 10002ms !important;
}

.d10003 {
  animation-delay: 10003ms !important;
}

.d10004 {
  animation-delay: 10004ms !important;
}

.d10005 {
  animation-delay: 10005ms !important;
}

.d10006 {
  animation-delay: 10006ms !important;
}

.d10007 {
  animation-delay: 10007ms !important;
}

.d10008 {
  animation-delay: 10008ms !important;
}

.d10009 {
  animation-delay: 10009ms !important;
}

.d10010 {
  animation-delay: 10010ms !important;
}

.d10011 {
  animation-delay: 10011ms !important;
}

.d10012 {
  animation-delay: 10012ms !important;
}

.d10013 {
  animation-delay: 10013ms !important;
}

.d10014 {
  animation-delay: 10014ms !important;
}

.d10015 {
  animation-delay: 10015ms !important;
}

.d10016 {
  animation-delay: 10016ms !important;
}

.d10017 {
  animation-delay: 10017ms !important;
}

.d10018 {
  animation-delay: 10018ms !important;
}

.d10019 {
  animation-delay: 10019ms !important;
}

.d10020 {
  animation-delay: 10020ms !important;
}

.d10021 {
  animation-delay: 10021ms !important;
}

.d10022 {
  animation-delay: 10022ms !important;
}

.d10023 {
  animation-delay: 10023ms !important;
}

.d10024 {
  animation-delay: 10024ms !important;
}

.d10025 {
  animation-delay: 10025ms !important;
}

.d10026 {
  animation-delay: 10026ms !important;
}

.d10027 {
  animation-delay: 10027ms !important;
}

.d10028 {
  animation-delay: 10028ms !important;
}

.d10029 {
  animation-delay: 10029ms !important;
}

.d10030 {
  animation-delay: 10030ms !important;
}

.d10031 {
  animation-delay: 10031ms !important;
}

.d10032 {
  animation-delay: 10032ms !important;
}

.d10033 {
  animation-delay: 10033ms !important;
}

.d10034 {
  animation-delay: 10034ms !important;
}

.d10035 {
  animation-delay: 10035ms !important;
}

.d10036 {
  animation-delay: 10036ms !important;
}

.d10037 {
  animation-delay: 10037ms !important;
}

.d10038 {
  animation-delay: 10038ms !important;
}

.d10039 {
  animation-delay: 10039ms !important;
}

.d10040 {
  animation-delay: 10040ms !important;
}

.d10041 {
  animation-delay: 10041ms !important;
}

.d10042 {
  animation-delay: 10042ms !important;
}

.d10043 {
  animation-delay: 10043ms !important;
}

.d10044 {
  animation-delay: 10044ms !important;
}

.d10045 {
  animation-delay: 10045ms !important;
}

.d10046 {
  animation-delay: 10046ms !important;
}

.d10047 {
  animation-delay: 10047ms !important;
}

.d10048 {
  animation-delay: 10048ms !important;
}

.d10049 {
  animation-delay: 10049ms !important;
}

.d10050 {
  animation-delay: 10050ms !important;
}

.d10051 {
  animation-delay: 10051ms !important;
}

.d10052 {
  animation-delay: 10052ms !important;
}

.d10053 {
  animation-delay: 10053ms !important;
}

.d10054 {
  animation-delay: 10054ms !important;
}

.d10055 {
  animation-delay: 10055ms !important;
}

.d10056 {
  animation-delay: 10056ms !important;
}

.d10057 {
  animation-delay: 10057ms !important;
}

.d10058 {
  animation-delay: 10058ms !important;
}

.d10059 {
  animation-delay: 10059ms !important;
}

.d10060 {
  animation-delay: 10060ms !important;
}

.d10061 {
  animation-delay: 10061ms !important;
}

.d10062 {
  animation-delay: 10062ms !important;
}

.d10063 {
  animation-delay: 10063ms !important;
}

.d10064 {
  animation-delay: 10064ms !important;
}

.d10065 {
  animation-delay: 10065ms !important;
}

.d10066 {
  animation-delay: 10066ms !important;
}

.d10067 {
  animation-delay: 10067ms !important;
}

.d10068 {
  animation-delay: 10068ms !important;
}

.d10069 {
  animation-delay: 10069ms !important;
}

.d10070 {
  animation-delay: 10070ms !important;
}

.d10071 {
  animation-delay: 10071ms !important;
}

.d10072 {
  animation-delay: 10072ms !important;
}

.d10073 {
  animation-delay: 10073ms !important;
}

.d10074 {
  animation-delay: 10074ms !important;
}

.d10075 {
  animation-delay: 10075ms !important;
}

.d10076 {
  animation-delay: 10076ms !important;
}

.d10077 {
  animation-delay: 10077ms !important;
}

.d10078 {
  animation-delay: 10078ms !important;
}

.d10079 {
  animation-delay: 10079ms !important;
}

.d10080 {
  animation-delay: 10080ms !important;
}

.d10081 {
  animation-delay: 10081ms !important;
}

.d10082 {
  animation-delay: 10082ms !important;
}

.d10083 {
  animation-delay: 10083ms !important;
}

.d10084 {
  animation-delay: 10084ms !important;
}

.d10085 {
  animation-delay: 10085ms !important;
}

.d10086 {
  animation-delay: 10086ms !important;
}

.d10087 {
  animation-delay: 10087ms !important;
}

.d10088 {
  animation-delay: 10088ms !important;
}

.d10089 {
  animation-delay: 10089ms !important;
}

.d10090 {
  animation-delay: 10090ms !important;
}

.d10091 {
  animation-delay: 10091ms !important;
}

.d10092 {
  animation-delay: 10092ms !important;
}

.d10093 {
  animation-delay: 10093ms !important;
}

.d10094 {
  animation-delay: 10094ms !important;
}

.d10095 {
  animation-delay: 10095ms !important;
}

.d10096 {
  animation-delay: 10096ms !important;
}

.d10097 {
  animation-delay: 10097ms !important;
}

.d10098 {
  animation-delay: 10098ms !important;
}

.d10099 {
  animation-delay: 10099ms !important;
}

.d10100 {
  animation-delay: 10100ms !important;
}

/*end keyframs*/
@media (max-width: 767.98px) {
  #ui-area .public-landing .portlet-static section.portlet {
    margin-bottom: 0 !important;
  }
}
#ui-area .public-landing .webc-container {
  margin-bottom: 0 !important;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .webc-container {
    margin-bottom: 0 !important;
  }
}
#ui-area .public-landing .p-home-banner-wrapper {
  width: 100%;
  height: 100vh;
  position: relative;
}
#ui-area .public-landing .p-home-banner-wrapper.is-inview .video-wrap .hsbox-content .hsbox-border:after {
  height: 82px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .p-home-banner-wrapper.is-inview .video-wrap .hsbox-content .hsbox-border:after {
    height: 3.7255792821vw;
  }
}
@media (max-width: 575.98px) {
  #ui-area .public-landing .p-home-banner-wrapper.is-inview .video-wrap .hsbox-content .hsbox-border:after {
    height: 50px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .p-home-banner-wrapper.is-inview .video-wrap .hsbox-content .hsbox-border:after {
    height: 30px;
  }
}
#ui-area .public-landing .p-home-banner-wrapper.is-inview .video-wrap .hsbox-content .hsbox-heading.letter-animate .letter {
  -o-animation: letterAnimate 0.5s forwards;
  -webkit-animation: letterAnimate 0.5s forwards;
  animation: letterAnimate 0.5s forwards;
}
#ui-area .public-landing .p-home-banner-wrapper.is-inview .video-wrap .hsbox-content .hsbox-para li.letter-animate .letter {
  -o-animation: letterAnimate 0.5s forwards;
  -webkit-animation: letterAnimate 0.5s forwards;
  animation: letterAnimate 0.5s forwards;
}
#ui-area .public-landing .p-home-banner-wrapper.is-inview .video-wrap .hsbox-content .hsbox-para li:before {
  -o-animation: fadeIn ease-out 1s forwards;
  -webkit-animation: fadeIn ease-out 1s forwards;
  animation: fadeIn ease-out 1s forwards;
}
#ui-area .public-landing .p-home-banner-wrapper.is-inview .video-wrap .hsbox-content .slide-scroll-box a.scroll-downs p {
  -o-animation: fadeInTwo ease-out 0.4s forwards;
  -webkit-animation: fadeInTwo ease-out 0.4s forwards;
  animation: fadeInTwo ease-out 0.4s forwards;
}
#ui-area .public-landing .p-home-banner-wrapper .video-wrap {
  position: relative;
  height: 100vh;
  width: 100vw;
}
#ui-area .public-landing .p-home-banner-wrapper .video-wrap .h-sliderbg {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
}
#ui-area .public-landing .p-home-banner-wrapper .video-wrap iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  border: none;
  pointer-events: none;
}
@media (min-aspect-ratio: 16/9) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap iframe {
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap iframe {
    width: 177.78vh;
  }
}
#ui-area .public-landing .p-home-banner-wrapper .video-wrap img {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap img {
    object-fit: cover;
  }
}
#ui-area .public-landing .p-home-banner-wrapper .video-wrap::before {
  background-image: url(../images/club-images/slider-bg-shadow.png);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: multiply;
  background-position: center;
}
#ui-area .public-landing .p-home-banner-wrapper .video-wrap video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  left: 0;
  top: 0;
  z-index: -1;
}
#ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content {
  color: var(--white-color);
  position: absolute;
  z-index: 5;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  left: 0;
  right: 0;
  width: max-content;
  margin: 0 auto;
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content {
    width: 100%;
    padding: 0 15px 30px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content {
    width: 100%;
    padding: 0 15px 10px;
  }
}
#ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .hsbox-border {
  position: relative;
  display: flex;
  justify-content: center;
  width: 467px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .hsbox-border {
    width: 21.2176283507vw;
  }
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .hsbox-border {
    max-width: 335px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .hsbox-border {
    max-width: 225px;
  }
}
@media (max-width: 575.98px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .hsbox-border {
    width: 100%;
  }
}
#ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .hsbox-border:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 38px;
  opacity: 0.7;
  top: 0;
  right: 0;
  left: 0;
  background: linear-gradient(to right, var(--white-color) 90%, var(--white-color) 10%), linear-gradient(to top, var(--white-color) 0%, var(--white-color) 100%), linear-gradient(to top, var(--white-color) 30%, var(--white-color) 70%), linear-gradient(to right, var(--white-color) 60%, var(--white-color) 40%), linear-gradient(to left, var(--white-color) 60%, var(--white-color) 30%);
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 0px, 1px 100%, 1px 100%, 68% 0px, 100% 1px;
  background-position: 100% 100%, 0% 100%, 100% 100%, 100% 89%, 0% 0%;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .hsbox-border:before {
    height: 1.72648796vw;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .hsbox-border:before {
    height: 24px;
  }
}
#ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .hsbox-border:after {
  content: "";
  position: absolute;
  background: var(--white-color);
  width: 1px;
  height: 0;
  top: -50%;
  transform: translateY(-50%);
  opacity: 0.7;
  transition: 3s all;
}
@media (prefers-reduced-motion: reduce) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .hsbox-border:after {
    transition: none;
  }
}
#ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .hsbox-heading {
  position: relative;
  color: var(--white-color);
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.75));
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.75));
  font-weight: 400;
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  line-height: 1.3;
  font-size: 42px;
  font-family: var(--wc-heading-font-family1);
  font-style: normal;
  letter-spacing: 0;
  padding-bottom: 0.5rem;
  padding-top: 67px;
  text-align: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .hsbox-heading {
    font-size: 1.9082235348vw;
    letter-spacing: 0;
    padding-bottom: 0.3634711495vw;
    padding-top: 3.0440708769vw;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1899.98px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .hsbox-heading {
    font-size: 34px;
    padding-top: 53px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599.98px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .hsbox-heading {
    font-size: 25px;
    padding-top: 53px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .hsbox-heading {
    font-size: 34px;
    padding-bottom: 0.75rem;
  }
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .hsbox-heading {
    line-height: 1.2;
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .hsbox-heading {
    font-size: 16px;
    padding-top: 25px;
  }
}
#ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .hsbox-heading.hsbox-heading-one {
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .hsbox-heading.hsbox-heading-one {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
#ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .hsbox-heading.hsbox-heading-two {
  padding-top: 7px;
  padding-bottom: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .hsbox-heading.hsbox-heading-two {
    padding-top: 0.3180372558vw;
    padding-bottom: 0;
  }
}
#ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .hsbox-heading.hsbox-heading-three {
  padding-bottom: 80px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .hsbox-heading.hsbox-heading-three {
    padding-bottom: 3.6347114948vw;
  }
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .hsbox-heading.hsbox-heading-three {
    padding-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .hsbox-heading.hsbox-heading-three {
    padding-bottom: 36px;
  }
}
#ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .hsbox-heading.letter-animate {
  overflow: hidden;
  opacity: 0;
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
@media (prefers-reduced-motion: reduce) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .hsbox-heading.letter-animate {
    transition: none;
  }
}
#ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .hsbox-heading.letter-animate .letter {
  display: inline-flex;
  position: relative;
  -webkit-transform: translateY(100%) translateZ(25px);
  -moz-transform: translateY(100%) translateZ(25px);
  -ms-transform: translateY(100%) translateZ(25px);
  -o-transform: translateY(100%) translateZ(25px);
  transform: translateY(100%) translateZ(25px);
  transform-origin: 50% 50% 25px;
  font-weight: 100;
  padding-right: 1.5px;
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  opacity: 0;
}
@media (prefers-reduced-motion: reduce) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .hsbox-heading.letter-animate .letter {
    transition: none;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .hsbox-heading.letter-animate .letter {
    padding-right: 0.1363016811vw;
  }
}
#ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .hsbox-heading.letter-animate .letter.dspace {
  padding-right: 8px;
  padding-left: 8px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .hsbox-heading.letter-animate .letter.dspace {
    padding-right: 0.3634711495vw;
    padding-left: 0.3634711495vw;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .hsbox-heading.letter-animate .letter.dspace {
    padding-right: 4px;
    padding-left: 4px;
  }
}
#ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .hsbox-heading::before {
  content: "";
  position: absolute;
  background: var(--white-color);
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  width: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .hsbox-heading::before {
    height: 0.0454338937vw;
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 575.98px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content ul {
    display: block !important;
  }
}
#ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content ul.hsbox-para {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  padding: 88px 0 95px;
  margin: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content ul.hsbox-para {
    padding: 3.9981826443vw 0 4.3162199vw;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1899.98px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content ul.hsbox-para {
    padding: 68px 0 75px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599.98px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content ul.hsbox-para {
    padding: 68px 0 75px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content ul.hsbox-para {
    padding: 55px 0 80px;
  }
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content ul.hsbox-para {
    padding: 52px 0 41px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content ul.hsbox-para {
    padding: 30px 0 35px;
  }
}
#ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content ul.hsbox-para li {
  color: var(--white-color);
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.75));
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.75));
  font-weight: 400;
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  font-family: var(--wc-heading-font-family1);
  font-style: normal;
  text-align: center;
  justify-content: center;
  letter-spacing: -1px;
  line-height: 1.3;
  font-size: 40px;
  padding: 8px 28px;
  margin: 0;
  flex-direction: column;
  position: relative;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content ul.hsbox-para li {
    font-size: 1.8173557474vw;
    letter-spacing: -0.0454338937vw;
    padding: 0.3634711495vw 1.2721490232vw;
    margin: 0;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1899.98px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content ul.hsbox-para li {
    font-size: 32px;
    padding: 8px 20px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content ul.hsbox-para li {
    font-size: 28px;
    padding: 8px 20px;
    letter-spacing: -0.7px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1365.98px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content ul.hsbox-para li {
    font-size: 24px;
    padding: 12px 20px;
    letter-spacing: -0.7px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content ul.hsbox-para li {
    font-size: 22px;
    padding: 12px 20px;
    letter-spacing: 0;
    line-height: 2;
  }
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content ul.hsbox-para li {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content ul.hsbox-para li {
    font-size: 14px;
    padding: 4px 20px;
  }
}
@media (max-width: 575.98px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content ul.hsbox-para li {
    padding: 4px 0px;
  }
}
#ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content ul.hsbox-para li:first-child {
  padding-left: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content ul.hsbox-para li:first-child {
    padding-left: 0;
  }
}
#ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content ul.hsbox-para li:last-child {
  padding-right: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content ul.hsbox-para li:last-child {
    padding-right: 0;
  }
}
#ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content ul.hsbox-para li:last-child:before {
  display: none;
}
#ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content ul.hsbox-para li.letter-animate {
  opacity: 0;
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
@media (prefers-reduced-motion: reduce) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content ul.hsbox-para li.letter-animate {
    transition: none;
  }
}
#ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content ul.hsbox-para li.letter-animate .letter {
  display: inline-flex;
  position: relative;
  -webkit-transform: translateY(100%) translateZ(25px);
  -moz-transform: translateY(100%) translateZ(25px);
  -ms-transform: translateY(100%) translateZ(25px);
  -o-transform: translateY(100%) translateZ(25px);
  transform: translateY(100%) translateZ(25px);
  transform-origin: 50% 50% 25px;
  font-weight: 100;
  padding-right: 1.5px;
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  opacity: 0;
}
@media (prefers-reduced-motion: reduce) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content ul.hsbox-para li.letter-animate .letter {
    transition: none;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content ul.hsbox-para li.letter-animate .letter {
    padding-right: 0.1363016811vw;
  }
}
#ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content ul.hsbox-para li.letter-animate .letter.dspace {
  padding-right: 8px;
  padding-left: 8px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content ul.hsbox-para li.letter-animate .letter.dspace {
    padding-right: 0.3634711495vw;
    padding-left: 0.3634711495vw;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content ul.hsbox-para li.letter-animate .letter.dspace {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content ul.hsbox-para li.letter-animate .letter.dspace {
    padding-right: 4px;
    padding-left: 4px;
  }
}
#ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content ul.hsbox-para li:before {
  content: "";
  position: absolute;
  background: var(--white-color);
  display: block;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  right: -5px;
  top: 25%;
  opacity: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content ul.hsbox-para li:before {
    width: 0.3634711495vw;
    height: 0.3634711495vw;
    right: -0.2271694684vw;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content ul.hsbox-para li:before {
    width: 6px;
    height: 6px;
    right: -3px;
    top: 34%;
  }
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content ul.hsbox-para li:before {
    width: 6px;
    height: 6px;
    right: -3px;
    top: 34%;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content ul.hsbox-para li:before {
    width: 6px;
    height: 6px;
    top: 24%;
  }
}
@media (max-width: 575.98px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content ul.hsbox-para li:before {
    display: none;
  }
}
#ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .slide-scroll-box {
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  flex-direction: column;
  bottom: 40px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .slide-scroll-box {
    bottom: 1.8173557474vw;
  }
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .slide-scroll-box {
    bottom: 20px;
    max-width: 335px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .slide-scroll-box {
    max-width: 225px;
    bottom: 15px;
  }
}
@media (max-width: 575.98px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .slide-scroll-box {
    width: 100%;
  }
}
#ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .slide-scroll-box #slider_scrollDown {
  position: absolute;
  text-align: center;
  width: 467px;
  bottom: 40px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .slide-scroll-box #slider_scrollDown {
    width: 21.2176283507vw;
    bottom: 1.8173557474vw;
  }
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .slide-scroll-box #slider_scrollDown {
    width: 100%;
  }
}
#ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .slide-scroll-box #slider_scrollDown:before {
  content: "";
  position: absolute;
  width: 39%;
  height: 84px;
  opacity: 0.7;
  bottom: 0;
  right: 0;
  background: linear-gradient(to right, var(--white-color) 90%, var(--white-color) 10%), linear-gradient(to top, transparent 0%, transparent 22%), linear-gradient(to top, var(--white-color) 30%, var(--white-color) 70%), linear-gradient(to right, var(--white-color) 60%, var(--white-color) 40%), linear-gradient(to left, var(--white-color) 60%, var(--white-color) 30%);
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 1px, 1px 100%, 1px 100%, 68% 0px, 0% 0px;
  background-position: 100% 100%, 0% 100%, 100% 100%, 100% 89%, 0% 0%;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .slide-scroll-box #slider_scrollDown:before {
    height: 3.8164470695vw;
  }
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .slide-scroll-box #slider_scrollDown:before {
    height: 50px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .slide-scroll-box #slider_scrollDown:before {
    width: 34%;
  }
}
@media (max-width: 575.98px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .slide-scroll-box #slider_scrollDown:before {
    height: 30px;
  }
}
#ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .slide-scroll-box #slider_scrollDown:after {
  content: "";
  position: absolute;
  width: 39.5%;
  height: 84px;
  opacity: 0.7;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right, var(--white-color) 90%, var(--white-color) 10%), linear-gradient(to top, var(--white-color) 0%, var(--white-color) 22%), linear-gradient(to top, var(--white-color) 30%, var(--white-color) 70%), linear-gradient(to right, var(--white-color) 60%, var(--white-color) 40%), linear-gradient(to left, var(--white-color) 60%, var(--white-color) 30%);
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 1px, 1px 100%, 0px 0%, 68% 0px, 0% 0px;
  background-position: 100% 100%, 0% 100%, 100% 100%, 100% 89%, 0% 0%;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .slide-scroll-box #slider_scrollDown:after {
    height: 3.8164470695vw;
  }
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .slide-scroll-box #slider_scrollDown:after {
    height: 50px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .slide-scroll-box #slider_scrollDown:after {
    width: 34.5%;
  }
}
@media (max-width: 575.98px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .slide-scroll-box #slider_scrollDown:after {
    height: 30px;
  }
}
#ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .slide-scroll-box a.scroll-downs {
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 100%;
  width: 102px;
  height: 102px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .slide-scroll-box a.scroll-downs {
    width: 4.6342571558vw;
    height: 4.6342571558vw;
  }
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .slide-scroll-box a.scroll-downs {
    width: 73px;
    height: 73px;
  }
}
#ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .slide-scroll-box a.scroll-downs:before {
  border: 1px solid rgba(255, 255, 255, 0.7);
  width: 80px;
  height: 80px;
  content: "";
  position: absolute;
  border-radius: 100%;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .slide-scroll-box a.scroll-downs:before {
    width: 3.6347114948vw;
    height: 3.6347114948vw;
  }
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .slide-scroll-box a.scroll-downs:before {
    width: 60px;
    height: 60px;
  }
}
#ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .slide-scroll-box a.scroll-downs:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 1px;
  height: 36px;
  background: rgba(255, 255, 255, 0.7);
  bottom: 102px;
  margin: 0 auto;
  opacity: 0.7;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .slide-scroll-box a.scroll-downs:after {
    height: 1.6356201726vw;
    bottom: 4.6342571558vw;
  }
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .slide-scroll-box a.scroll-downs:after {
    bottom: 72px;
    height: 20px;
  }
}
#ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .slide-scroll-box a.scroll-downs p {
  margin: 0;
  color: var(--white-color);
  text-transform: uppercase;
  font-size: 14px;
  opacity: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .slide-scroll-box a.scroll-downs p {
    font-size: 0.6360745116vw;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1899.98px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .slide-scroll-box a.scroll-downs p {
    font-size: 12px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .slide-scroll-box a.scroll-downs p {
    font-size: 10px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .p-home-banner-wrapper .video-wrap .hsbox-content .slide-scroll-box a.scroll-downs p {
    font-size: 9px;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-two {
  position: relative;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-two.is-inview:before {
  height: 130px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two.is-inview:before {
    height: 5.906406179vw;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two.is-inview:before {
    height: 70px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two.is-inview:before {
    height: 50px;
  }
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two.is-inview:before {
    display: none;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-two.is-inview .p-home-wtwo-inner h1,
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-two.is-inview .p-home-wtwo-inner h2,
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-two.is-inview .p-home-wtwo-inner h3,
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-two.is-inview .p-home-wtwo-inner h4,
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-two.is-inview .p-home-wtwo-inner h5,
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-two.is-inview .p-home-wtwo-inner h6 {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.6s;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-two.is-inview .p-home-wtwo-inner pre {
  -o-animation: fadeInTop ease-out 0.6s forwards;
  -webkit-animation: fadeInTop ease-out 0.6s forwards;
  animation: fadeInTop ease-out 0.6s forwards;
  animation-delay: 0.4s;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-two.is-inview .p-home-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card .card-image {
  overflow: hidden;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-two.is-inview .p-home-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card .card-image .card-img {
  -o-animation: fadeInRight ease-out 0.4s forwards;
  -webkit-animation: fadeInRight ease-out 0.4s forwards;
  animation: fadeInRight ease-out 0.4s forwards;
  animation-delay: 0.3s;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-two.is-inview .p-home-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card .card-text p {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.8s;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-two.is-inview .p-home-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card .card-text p:before {
  width: 130px;
  animation-delay: 1s;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two.is-inview .p-home-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card .card-text p:before {
    width: 5.906406179vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two.is-inview .p-home-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card .card-text p:before {
    width: 70px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two.is-inview .p-home-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card .card-text p:before {
    width: 60px;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-two.is-inview .p-home-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card a.btn {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 1s;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-two.cst-section {
  padding: calc(var(--section-padding) + 120px) 0 calc(var(--section-padding) + 40px);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two.cst-section {
    padding: calc(var(--section-padding) + 5.4520672422vw) 0 calc(var(--section-padding) + 1.8173557474vw);
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two.cst-section {
    padding: calc(var(--section-padding) + 40px) 0 calc(var(--section-padding) + 20px);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two.cst-section {
    padding: var(--section-padding) 0;
  }
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two.cst-section {
    padding: 0 0 var(--section-padding);
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two.cst-section {
    padding: 0;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-two:before {
  content: "";
  position: absolute;
  background: var(--wc-border-color);
  left: 14.632vw;
  top: 0;
  width: 1px;
  height: 0;
  transition: height 0.8s;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .container {
  position: relative;
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .container {
    padding: 0;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .container:before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  background-color: var(--wc-body-bg);
  width: calc(100% - var(--container-padding));
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .container:before {
    display: none;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner h1,
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner h2,
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner h3,
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner h4,
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner h5,
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner h6 {
  color: var(--heading-color1);
  font-family: var(--wc-heading-font-family1);
  font-size: 48px;
  letter-spacing: 0;
  font-weight: 400;
  line-height: var(--wc-headingLineHeight);
  margin-bottom: 13px;
  -webkit-text-transform: none;
  text-transform: none;
  opacity: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner h1,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner h2,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner h3,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner h4,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner h5,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner h6 {
    font-size: 2.1808268969vw;
    margin-bottom: 0.5906406179vw;
    letter-spacing: 0;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner h1,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner h2,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner h3,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner h4,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner h5,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner h6 {
    font-size: 40px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner h1,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner h2,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner h3,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner h4,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner h5,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner h6 {
    font-size: 36px;
  }
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner h1,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner h2,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner h3,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner h4,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner h5,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner h6 {
    font-size: 38px;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner pre {
  color: var(--heading-color3);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  letter-spacing: 0.2em;
  font-weight: 400;
  line-height: var(--wc-headingLineHeight);
  margin-bottom: 20px;
  margin-top: 0;
  padding: 0;
  display: flex;
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  opacity: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner pre {
    font-size: 0.726942299vw;
    letter-spacing: 0.1363016811vw;
    margin-bottom: 0.9086778737vw;
    margin-top: 0;
    padding: 0;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner pre {
    font-size: 16px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner pre {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner pre {
    font-size: 16px;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner .featured-text-block-image-container .row {
  margin: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner .featured-text-block-image-container .row {
    margin: 0;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner .featured-text-block-image-container .row .col-12 {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner .featured-text-block-image-container .row .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image {
  display: flex;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card {
  align-items: flex-start;
  margin-bottom: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card {
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card {
    flex-direction: column;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card .card-image {
  padding-bottom: 0;
  flex: 0 0 45%;
  max-width: 45%;
  height: 100%;
  transform: none !important;
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card .card-image {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 45%;
  }
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card .card-image {
    padding-bottom: 70%;
    margin-bottom: 0;
    order: 2;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card .card-image .card-img {
  border-radius: 0 14px 14px 0;
  position: relative;
  height: 100%;
  opacity: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card .card-image .card-img {
    border-radius: 0 0.6360745116vw 0.6360745116vw 0;
  }
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card .card-image .card-img {
    border-radius: 14px;
    position: absolute;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card .card-image .card-img {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card .card-body {
    padding-right: 0 !important;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card .card-text {
  position: relative;
  padding-top: 50px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card .card-text {
    padding-top: 2.2716946842vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card .card-text {
    padding-top: 50px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card .card-text {
    padding-top: 50px;
  }
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card .card-text {
    text-align: left;
    padding: 50px 20px 0;
    font-size: calc(var(--wc-mobile-font-size) * 1px);
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card .card-text {
    padding-bottom: 0;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card .card-text p {
  padding-left: 11vw;
  line-height: 1.8;
  position: relative;
  font-size: 18px;
  margin-bottom: 2rem;
  margin-top: 0;
  max-width: 95%;
  opacity: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card .card-text p {
    font-size: 0.8178100863vw;
    margin-bottom: 1.4538845979vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card .card-text p {
    padding-left: 7vw;
    max-width: 100%;
    font-size: 14px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card .card-text p {
    max-width: 100%;
    padding-left: 80px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card .card-text p {
    line-height: 2.2;
    padding-left: 0;
    font-size: calc(var(--wc-mobile-font-size) * 1px);
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card .card-text p:before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  background: var(--wc-border-color);
  height: 1px;
  top: 5px;
  transition: 3s all;
}
@media (prefers-reduced-motion: reduce) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card .card-text p:before {
    transition: none;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card .card-text p:before {
    left: 0;
    width: 5.906406179vw;
    height: 0.0454338937vw;
    top: 0.2271694684vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card .card-text p:before {
    width: 70px;
    top: 10px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card .card-text p:before {
    width: 60px;
    top: 10px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card .card-text p:before {
    display: none;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card a.btn {
  margin-left: calc(11vw + 23px);
  margin-bottom: 2rem;
  opacity: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card a.btn {
    margin-bottom: 1.4538845979vw;
  }
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card a.btn {
    margin-left: 80px;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card a.btn {
    margin-left: calc(7vw + 23px);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card a.btn {
    margin-left: calc(7.7vw + 23px);
  }
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card a.btn {
    margin-left: calc(13.1vw + 23px);
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-two .p-home-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card a.btn {
    margin-left: calc(11vw + 0px);
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three {
  background-color: var(--wc-body-bg);
  position: relative;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three.is-inview:before {
  height: 4.6875vw;
  animation-delay: 0.3s;
}
@media (max-width: 1199.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three.is-inview:before {
    height: 65px;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three.is-inview .phome-wthree-inner:before {
  animation: fadeInRight ease-out 0.4s forwards;
  animation-delay: 0.2s;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three.is-inview .single-column-layout-container {
  padding: 0 var(--container-padding);
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three.is-inview .webc-container .webc-headingx {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.3s;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three.is-inview .webc-container .card-text P {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.5s;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: var(--wc-border-color);
  width: 1px;
  height: 0;
  transition: 3s all;
}
@media (prefers-reduced-motion: reduce) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three:before {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three:before {
    height: 65px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three:before {
    display: none;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner {
  position: relative;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner.cst-section {
  padding: calc(var(--section-padding) + 10px) 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner.cst-section {
    padding: calc(var(--section-padding) + 0.4543389368vw) 0;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1899.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner.cst-section {
    padding: calc(var(--section-padding) + 10px) 0;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner.cst-section {
    padding: calc(var(--section-padding) + 10px) 0 var(--section-padding);
  }
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner.cst-section {
    padding: calc(var(--section-padding) + 10px) 0 var(--section-padding);
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner.cst-section {
    text-align: center;
    padding: var(--section-padding) 0 0;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner::before {
  background-image: url(../images/club-images/amenitiesLeaf1.svg);
  content: "";
  display: block;
  position: absolute;
  width: 20.625vw;
  height: 28.5417vw;
  right: 0px;
  top: -5.729vw;
  background-repeat: no-repeat;
  background-size: auto;
  opacity: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner::before {
    width: 17.9918218991vw;
    height: 24.8977737392vw;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner::before {
    display: none;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .single-column-layout-container {
  padding: 0 var(--container-padding);
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .webc-container {
  overflow: hidden;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .webc-container .webc-headingx {
  color: var(--heading-color1);
  font-family: var(--wc-heading-font-family1);
  font-size: 48px;
  letter-spacing: 0;
  font-weight: 400;
  line-height: var(--wc-headingLineHeight);
  margin-bottom: 0;
  text-align: center;
  -webkit-text-transform: none;
  text-transform: none;
  opacity: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .webc-container .webc-headingx {
    font-size: 2.1808268969vw;
    margin-bottom: 0;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .webc-container .webc-headingx {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .webc-container .webc-headingx {
    font-size: 38px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .webc-container .webc-headingx {
    text-align: left;
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .webc-container .card-text {
    padding: 0;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .webc-container P {
  text-align: center;
  padding-bottom: 0.5rem;
  opacity: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .webc-container P {
    padding-bottom: 0.3634711495vw;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .webc-container P {
    text-align: left;
    padding-bottom: 0;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card {
  display: flex;
  align-items: center;
  box-shadow: none;
  background: transparent;
  margin-bottom: 0;
  position: relative;
  width: 58%;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card {
    margin-bottom: 0;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card {
    width: 62%;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card {
    width: 75%;
  }
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card {
    width: 100%;
    flex-direction: column;
    text-align: left;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card .card-image {
  position: relative;
  height: 0;
  width: 100%;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card .card-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 1200px) and (max-width: 1899.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card .card-image img {
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card .card-image img {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card .card-image img {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card .card-image img {
    top: 0;
    left: 0;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card .cst-card-img-text {
  position: relative;
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card .cst-card-img-text {
    padding: 50px 20px;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card .cst-card-img-text .subheadingx {
  color: var(--heading-color2);
  font-family: "Myanmar MN", sans-serif;
  font-size: 36px;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: var(--wc-headingLineHeight);
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 10px;
  position: relative;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card .cst-card-img-text .subheadingx {
    font-size: 1.6356201726vw;
    margin-bottom: 0;
    padding-bottom: 0.4543389368vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card .cst-card-img-text .subheadingx {
    font-size: 28px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card .cst-card-img-text .subheadingx {
    font-size: 26px;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card .cst-card-img-text .subheadingx:before {
  content: "";
  position: absolute;
  background: var(--wc-border-color);
  bottom: 0;
  height: 1px;
  width: 10.2083vw;
  width: 0;
  transition: 3s all;
}
@media (prefers-reduced-motion: reduce) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card .cst-card-img-text .subheadingx:before {
    transition: none;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card .cst-card-img-text .subheadingx:before {
    height: 0.0454338937vw;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card .cst-card-img-text .subheadingx:before {
    left: -20px;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card .cst-card-img-text p {
  margin-bottom: 2.2rem;
  padding-top: 1.75rem;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card .cst-card-img-text p {
    margin-bottom: 1.590186279vw;
    padding-top: 1.2721490232vw;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.aquatic-box.is-inview .card-image img {
  -o-animation: fadeInLeft ease-out 0.4s forwards;
  -webkit-animation: fadeInLeft ease-out 0.4s forwards;
  animation: fadeInLeft ease-out 0.4s forwards;
  animation-delay: 0.2s;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.aquatic-box.is-inview .cst-card-img-text .subheadingx {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.5s;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.aquatic-box.is-inview .cst-card-img-text .subheadingx:before {
  width: 10.2083vw;
  animation-delay: 0.3s;
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.aquatic-box.is-inview .cst-card-img-text .subheadingx:before {
    width: 120px;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.aquatic-box.is-inview .cst-card-img-text p {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.7s;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.aquatic-box.is-inview .cst-card-img-text a {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 1s;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.aquatic-box .card-image {
  padding-bottom: 47.2%;
  flex: 0 0 49.3%;
  max-width: 49.3%;
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.aquatic-box .card-image {
    padding-bottom: 97.4%;
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.aquatic-box .card-image img {
  border-radius: 0 14px 14px 0;
  opacity: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.aquatic-box .card-image img {
    border-radius: 0 0.6360745116vw 0.6360745116vw 0;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.aquatic-box .cst-card-img-text {
  padding-left: 5.2083vw;
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.aquatic-box .cst-card-img-text {
    padding-right: 20px;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.aquatic-box .cst-card-img-text .subheadingx {
  opacity: 0;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.aquatic-box .cst-card-img-text .subheadingx:before {
  left: -5.2083vw;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.aquatic-box .cst-card-img-text p {
  opacity: 0;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.aquatic-box .cst-card-img-text a {
  opacity: 0;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.racquet-box {
  margin-left: auto;
  margin-top: -150px;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.racquet-box.is-inview .cst-card-img-text .subheadingx {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.5s;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.racquet-box.is-inview .cst-card-img-text .subheadingx:before {
  width: 10.2083vw;
  animation-delay: 0.3s;
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.racquet-box.is-inview .cst-card-img-text .subheadingx:before {
    width: 120px;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.racquet-box.is-inview .cst-card-img-text p {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.7s;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.racquet-box.is-inview .cst-card-img-text a {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 1s;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.racquet-box.is-inview .card-image img {
  -o-animation: fadeInRight ease-out 0.4s forwards;
  -webkit-animation: fadeInRight ease-out 0.4s forwards;
  animation: fadeInRight ease-out 0.4s forwards;
  animation-delay: 0.2s;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.racquet-box {
    margin-top: -7.8125vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.racquet-box {
    margin-top: -85px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.racquet-box {
    margin-top: 0;
  }
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.racquet-box {
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.racquet-box {
    margin-top: 0;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.racquet-box .cst-card-img-text {
  padding-right: 5.2083vw;
  text-align: right;
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.racquet-box .cst-card-img-text {
    padding-left: 20px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.racquet-box .cst-card-img-text {
    text-align: left;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.racquet-box .cst-card-img-text .subheadingx {
  opacity: 0;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.racquet-box .cst-card-img-text .subheadingx:before {
  right: -5.2083vw;
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.racquet-box .cst-card-img-text .subheadingx:before {
    left: -20px;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.racquet-box .cst-card-img-text p {
  opacity: 0;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.racquet-box .cst-card-img-text a {
  opacity: 0;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.racquet-box .cst-card-img-text a.arrow {
  float: right;
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.racquet-box .cst-card-img-text a.arrow {
    float: inherit;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.racquet-box .card-image {
  padding-bottom: 55.8%;
  flex: 0 0 49.3%;
  max-width: 40.8%;
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.racquet-box .card-image {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 46%;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.racquet-box .card-image img {
  opacity: 0;
  border-radius: 14px 0 0 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.racquet-box .card-image img {
    border-radius: 0.6360745116vw 0 0 0.6360745116vw;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.racquet-box .card-image img {
    border-radius: 0;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.marina-box {
  flex-direction: column;
  padding-left: 20.4167vw;
  align-items: flex-start;
  width: 100%;
  position: relative;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.marina-box.is-inview::before {
  animation: fadeInLeft ease-out 0.4s forwards;
  animation-delay: 0.2s;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.marina-box.is-inview::after {
  animation: fadeInRight ease-out 0.4s forwards;
  animation-delay: 0.2s;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.marina-box.is-inview .card-image img {
  -o-animation: fadeInLeft ease-out 0.4s forwards;
  -webkit-animation: fadeInLeft ease-out 0.4s forwards;
  animation: fadeInLeft ease-out 0.4s forwards;
  animation-delay: 0.2s;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.marina-box.is-inview .cst-card-img-text:before {
  height: 5.2083vw;
  animation-delay: 0.3s;
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.marina-box.is-inview .cst-card-img-text:before {
    height: 90px;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.marina-box.is-inview .cst-card-img-text .subheadingx {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.5s;
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.marina-box.is-inview .cst-card-img-text .subheadingx:before {
    width: 120px;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.marina-box.is-inview .cst-card-img-text p {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.7s;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.marina-box.is-inview .cst-card-img-text a {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 1s;
}
@media (max-width: 1440.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.marina-box {
    margin-top: -20px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.marina-box {
    margin-top: 50px;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.marina-box {
    width: 100%;
    padding-left: 100px;
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.marina-box {
    padding-left: 0;
    width: 100%;
    margin-top: 0;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.marina-box::before {
  background-image: url(../images/club-images/amenitiesLeaf2.svg);
  content: "";
  position: absolute;
  top: -180px;
  left: 0px;
  width: 15.4167vw;
  height: 31.25vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  opacity: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.marina-box::before {
    top: -8.1781008632vw;
    width: 13.4484325307vw;
    height: 27.2603362108vw;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.marina-box::before {
    top: -160px;
  }
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.marina-box::before {
    top: -120px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.marina-box::before {
    display: none;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.marina-box::after {
  background-image: url(../images/club-images/amenitiesLeaf3.svg);
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 13.9583vw;
  height: 34.0625vw;
  bottom: -150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  opacity: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.marina-box::after {
    width: 12.1762835075vw;
    height: 29.7137664698vw;
    right: 0;
    bottom: -6.8150840527vw;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.marina-box::after {
    transform: translateY(289px);
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.marina-box::after {
    display: none;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.marina-box .card-image {
  padding-bottom: 34.5%;
  flex: 0 0 54%;
  max-width: 54%;
}
@media (max-width: 1440.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.marina-box .card-image {
    padding-bottom: 28%;
    flex: 0 0 43%;
    max-width: 43%;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.marina-box .card-image {
    padding-bottom: 32.3%;
    flex: 0 0 50.6%;
    max-width: 50.6%;
  }
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.marina-box .card-image {
    padding-bottom: 49%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.marina-box .card-image {
    padding-bottom: 99%;
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.marina-box .card-image img {
  border-radius: 14px;
  opacity: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.marina-box .card-image img {
    border-radius: 0.6360745116vw;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.marina-box .card-image img {
    border-radius: 0;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.marina-box .cst-card-img-text {
  padding-left: 11.5625vw;
  flex: 0 0 64%;
  max-width: 64%;
  padding-top: 2.2vw;
  margin-top: 0;
  position: relative;
}
@media screen and (min-width: 1200px) and (max-width: 1899.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.marina-box .cst-card-img-text {
    flex: 0 0 70%;
    max-width: 70%;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.marina-box .cst-card-img-text {
    flex: 0 0 85%;
    max-width: 85%;
  }
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.marina-box .cst-card-img-text {
    max-width: 90%;
    padding-top: 50px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.marina-box .cst-card-img-text {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 50px 20px;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.marina-box .cst-card-img-text:before {
  content: "";
  position: absolute;
  background: var(--wc-border-color);
  height: 0;
  width: 1px;
  top: 0;
  left: 9.375vw;
  transition: 3s all;
}
@media (prefers-reduced-motion: reduce) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.marina-box .cst-card-img-text:before {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.marina-box .cst-card-img-text:before {
    height: 90px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.marina-box .cst-card-img-text:before {
    display: none;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.marina-box .cst-card-img-text .subheadingx {
  opacity: 0;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.marina-box .cst-card-img-text .subheadingx:before {
  display: none;
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.marina-box .cst-card-img-text .subheadingx:before {
    display: block;
    left: -20px;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.marina-box .cst-card-img-text p {
  opacity: 0;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.marina-box .cst-card-img-text a {
  opacity: 0;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.athletic-box {
  margin-left: auto;
  margin-top: 0;
  padding-top: calc(var(--section-padding));
  align-items: flex-start;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.athletic-box.is-inview .cst-card-img-text .subheadingx {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.5s;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.athletic-box.is-inview .cst-card-img-text .subheadingx:before {
  width: 15.2083vw;
  animation-delay: 0.3s;
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.athletic-box.is-inview .cst-card-img-text .subheadingx:before {
    width: 120px;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.athletic-box.is-inview .cst-card-img-text p {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.7s;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.athletic-box.is-inview .cst-card-img-text a {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 1s;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.athletic-box.is-inview .card-image img {
  -o-animation: fadeInRight ease-out 0.4s forwards;
  -webkit-animation: fadeInRight ease-out 0.4s forwards;
  animation: fadeInRight ease-out 0.4s forwards;
  animation-delay: 0.2s;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.athletic-box {
    margin-top: 0;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.athletic-box .cst-card-img-text {
  padding-right: 5.2083vw;
  padding-left: 1.0416vw;
  padding-top: 2.6042vw;
  text-align: right;
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.athletic-box .cst-card-img-text {
    padding-left: 20px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.athletic-box .cst-card-img-text {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 0;
    text-align: left;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.athletic-box .cst-card-img-text .subheadingx {
  opacity: 0;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.athletic-box .cst-card-img-text .subheadingx:before {
  right: -5.2083vw;
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.athletic-box .cst-card-img-text .subheadingx:before {
    left: -20px;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.athletic-box .cst-card-img-text p {
  opacity: 0;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.athletic-box .cst-card-img-text a {
  opacity: 0;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.athletic-box .cst-card-img-text a.arrow {
  float: right;
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.athletic-box .cst-card-img-text a.arrow {
    float: inherit;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.athletic-box .card-image {
  padding-bottom: 47%;
  flex: 0 0 49.3%;
  max-width: 47.2%;
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.athletic-box .card-image {
    padding-bottom: 97%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.athletic-box .card-image img {
  opacity: 0;
  border-radius: 14px 0 0 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.athletic-box .card-image img {
    border-radius: 0.6360745116vw 0 0 0.6360745116vw;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.athletic-box .card-image img {
    border-radius: 0;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.golf-box {
  align-items: flex-end;
  margin-top: -18.7vw;
  width: 62%;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.golf-box.is-inview .card-image img {
  -o-animation: fadeInLeft ease-out 0.4s forwards;
  -webkit-animation: fadeInLeft ease-out 0.4s forwards;
  animation: fadeInLeft ease-out 0.4s forwards;
  animation-delay: 0.4s;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.golf-box.is-inview .cst-card-img-text .subheadingx {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.5;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.golf-box.is-inview .cst-card-img-text .subheadingx:before {
  width: 8.2083vw;
  animation-delay: 0.6s;
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.golf-box.is-inview .cst-card-img-text .subheadingx:before {
    width: 120px;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.golf-box.is-inview .cst-card-img-text p {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.7s;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.golf-box.is-inview .cst-card-img-text a {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.9s;
}
@media screen and (min-width: 1600px) and (max-width: 1899.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.golf-box {
    margin-top: -10.7vw;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1599.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.golf-box {
    margin-top: -14.7vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.golf-box {
    margin-top: -12.7vw;
    width: 62%;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.golf-box {
    margin-top: -60px;
    width: 75%;
  }
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.golf-box {
    margin-top: 0;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.golf-box {
    margin-top: 0;
    width: 100%;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.golf-box .card-image {
  padding-bottom: 56.5%;
  flex: 0 0 43.7%;
  max-width: 43.7%;
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.golf-box .card-image {
    padding-bottom: 97%;
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.golf-box .card-image img {
  border-radius: 0 14px 14px 0;
  opacity: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.golf-box .card-image img {
    border-radius: 0 0.6360745116vw 0.6360745116vw 0;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.golf-box .card-image img {
    border-radius: 0;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.golf-box .cst-card-img-text {
  padding-left: 5.2083vw;
  padding-bottom: 20px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.golf-box .cst-card-img-text {
    padding-bottom: 0.9086778737vw;
  }
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.golf-box .cst-card-img-text {
    padding-right: 20px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.golf-box .cst-card-img-text {
    padding-bottom: 50px;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.golf-box .cst-card-img-text .subheadingx {
  opacity: 0;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.golf-box .cst-card-img-text .subheadingx:before {
  left: -5.2083vw;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.golf-box .cst-card-img-text p {
  opacity: 0;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.golf-box .cst-card-img-text a {
  opacity: 0;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.social-box {
  margin-left: auto;
  margin-top: -10px;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.social-box.is-inview .cst-card-img-text .subheadingx {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.5s;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.social-box.is-inview .cst-card-img-text .subheadingx:before {
  width: 10.2083vw;
  animation-delay: 0.3s;
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.social-box.is-inview .cst-card-img-text .subheadingx:before {
    width: 120px;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.social-box.is-inview .cst-card-img-text p {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.7s;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.social-box.is-inview .cst-card-img-text a {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 1s;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.social-box.is-inview .card-image img {
  -o-animation: fadeInRight ease-out 0.4s forwards;
  -webkit-animation: fadeInRight ease-out 0.4s forwards;
  animation: fadeInRight ease-out 0.4s forwards;
  animation-delay: 0.2s;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.social-box {
    margin-top: -0.4543389368vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.social-box {
    margin-top: -10px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.social-box {
    margin-top: 0;
  }
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.social-box {
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.social-box {
    margin-top: 0;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.social-box .cst-card-img-text {
  padding-right: 5.2083vw;
  text-align: right;
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.social-box .cst-card-img-text {
    padding-left: 20px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.social-box .cst-card-img-text {
    text-align: left;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.social-box .cst-card-img-text .subheadingx {
  opacity: 0;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.social-box .cst-card-img-text .subheadingx:before {
  right: -5.2083vw;
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.social-box .cst-card-img-text .subheadingx:before {
    left: -20px;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.social-box .cst-card-img-text p {
  opacity: 0;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.social-box .cst-card-img-text a {
  opacity: 0;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.social-box .cst-card-img-text a.arrow {
  float: right;
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.social-box .cst-card-img-text a.arrow {
    float: inherit;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.social-box .card-image {
  padding-bottom: 55.8%;
  flex: 0 0 49.3%;
  max-width: 40.8%;
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.social-box .card-image {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 46%;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.social-box .card-image img {
  opacity: 0;
  border-radius: 14px 0 0 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.social-box .card-image img {
    border-radius: 0.6360745116vw 0 0 0.6360745116vw;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.social-box .card-image img {
    border-radius: 0;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.dining-box {
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-left: 14.4167vw;
  margin-top: -5.833vw;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.dining-box.is-inview::before {
  animation: fadeInLeft ease-out 0.4s forwards;
  animation-delay: 0.2s;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.dining-box.is-inview::after {
  animation: fadeInRight ease-out 0.4s forwards;
  animation-delay: 0.2s;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.dining-box.is-inview .card-image img {
  -o-animation: fadeInLeft ease-out 0.4s forwards;
  -webkit-animation: fadeInLeft ease-out 0.4s forwards;
  animation: fadeInLeft ease-out 0.4s forwards;
  animation-delay: 0.2s;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.dining-box.is-inview .cst-card-img-text:before {
  height: 5.2083vw;
  animation-delay: 0.3s;
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.dining-box.is-inview .cst-card-img-text:before {
    height: 90px;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.dining-box.is-inview .cst-card-img-text .subheadingx {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.5s;
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.dining-box.is-inview .cst-card-img-text .subheadingx:before {
    width: 120px;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.dining-box.is-inview .cst-card-img-text p {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.7s;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.dining-box.is-inview .cst-card-img-text a {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 1s;
}
@media (max-width: 1440.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.dining-box {
    margin-top: -50px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.dining-box {
    margin-top: 0;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.dining-box {
    width: 100%;
    padding-left: 50px;
    margin-top: 10px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.dining-box {
    padding-left: 0;
    width: 100%;
    margin-top: 0;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.dining-box::before {
  background-image: url(../images/club-images/amenitiesLeaf4.svg);
  content: "";
  position: absolute;
  top: -50%;
  left: 0px;
  width: 17.76vw;
  height: 26.458vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  opacity: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.dining-box::before {
    width: 15.4929577465vw;
    height: 23.0804179918vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.dining-box::before {
    top: -300px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.dining-box::before {
    top: -220px;
  }
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.dining-box::before {
    top: -100px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.dining-box::before {
    display: none;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.dining-box::after {
  background-image: url(../images/club-images/amenitiesLeaf3.svg);
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 13.9583vw;
  height: 34.0625vw;
  bottom: -180px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  opacity: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.dining-box::after {
    width: 12.1762835075vw;
    height: 29.7137664698vw;
    right: 0;
    bottom: -8.1781008632vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.dining-box::after {
    bottom: -140px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.dining-box::after {
    transform: translateY(289px);
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.dining-box::after {
    display: none;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.dining-box .card-image {
  padding-bottom: 34.5%;
  flex: 0 0 54%;
  max-width: 54%;
}
@media (max-width: 1440.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.dining-box .card-image {
    padding-bottom: 28%;
    flex: 0 0 43%;
    max-width: 43%;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.dining-box .card-image {
    padding-bottom: 32.3%;
    flex: 0 0 50.6%;
    max-width: 50.6%;
  }
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.dining-box .card-image {
    padding-bottom: 49%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.dining-box .card-image {
    padding-bottom: 99%;
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.dining-box .card-image img {
  border-radius: 14px;
  opacity: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.dining-box .card-image img {
    border-radius: 0.6360745116vw;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.dining-box .card-image img {
    border-radius: 0;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.dining-box .cst-card-img-text {
  padding-left: 11.5625vw;
  flex: 0 0 64%;
  max-width: 64%;
  padding-top: 2.2vw;
  margin-top: 0;
  position: relative;
}
@media screen and (min-width: 1200px) and (max-width: 1899.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.dining-box .cst-card-img-text {
    flex: 0 0 70%;
    max-width: 70%;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.dining-box .cst-card-img-text {
    flex: 0 0 85%;
    max-width: 85%;
  }
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.dining-box .cst-card-img-text {
    max-width: 90%;
    padding-top: 50px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.dining-box .cst-card-img-text {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 50px 20px;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.dining-box .cst-card-img-text:before {
  content: "";
  position: absolute;
  background: var(--wc-border-color);
  height: 0;
  width: 1px;
  top: 0;
  left: 9.375vw;
  transition: 3s all;
}
@media (prefers-reduced-motion: reduce) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.dining-box .cst-card-img-text:before {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.dining-box .cst-card-img-text:before {
    height: 90px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.dining-box .cst-card-img-text:before {
    display: none;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.dining-box .cst-card-img-text .subheadingx {
  opacity: 0;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.dining-box .cst-card-img-text .subheadingx:before {
  display: none;
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.dining-box .cst-card-img-text .subheadingx:before {
    display: block;
    left: -20px;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.dining-box .cst-card-img-text p {
  opacity: 0;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-three .phome-wthree-inner .phwthree-ui .amenities-top-boxes .amenities-card.dining-box .cst-card-img-text a {
  opacity: 0;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-four {
  position: relative;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-four.is-inview:before {
  height: 26.5104vw;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-four.is-inview:before {
    height: 23.1258518855vw;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-four.is-inview:before {
    width: 35px;
  }
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-four.is-inview:before {
    height: 330px;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-four.is-inview .phwfour-inner .phwfour-left.col-md-8 .membership-img-box .img-top img {
  -o-animation: fadeInLeft ease-out 0.4s forwards;
  -webkit-animation: fadeInLeft ease-out 0.4s forwards;
  animation: fadeInLeft ease-out 0.4s forwards;
  animation-delay: 0.3s;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-four.is-inview .phwfour-inner .phwfour-left.col-md-8 .membership-img-box .img-btm img {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.6s;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-four.is-inview .phwfour-inner .phwfour-right.col-md-4 .memb-text-box .webc-headingx {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.6s;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-four.is-inview .phwfour-inner .phwfour-right.col-md-4 .memb-text-box .webc-headingx:before {
  width: 10.2083vw;
  animation-delay: 0.8s;
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-four.is-inview .phwfour-inner .phwfour-right.col-md-4 .memb-text-box .webc-headingx:before {
    width: 180px;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-four.is-inview .phwfour-inner .phwfour-right.col-md-4 .memb-text-box p {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 1s;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-four.is-inview .phwfour-inner .phwfour-right.col-md-4 .memb-text-box a {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 1.3s;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-four.cst-section {
  padding: calc(var(--section-padding) + 50px) 0 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-four.cst-section {
    padding: calc(var(--section-padding) + 2.2716946842vw) 0 0;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-four.cst-section {
    padding: calc(var(--section-padding) + 30px) 0 0;
  }
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-four.cst-section {
    padding: calc(var(--section-padding) + 10px) 0 0;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-four.cst-section {
    padding: var(--section-padding) 0;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-four:before {
  content: "";
  position: absolute;
  width: 5.7292vw;
  height: 0;
  top: 0;
  right: 0;
  background: var(--wc-body-bg);
  margin-top: calc(var(--section-padding) + 50px);
  transition: 3s all;
}
@media (prefers-reduced-motion: reduce) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-four:before {
    transition: none;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-four:before {
    width: 4.9977283053vw;
    margin-top: calc(var(--section-padding) + 2.2716946842vw);
  }
}
@media (max-width: 1440.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-four:before {
    margin-top: calc(var(--section-padding) + 30px);
  }
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-four:before {
    margin-top: calc(var(--section-padding) + 10px);
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-four:before {
    display: none;
  }
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-four .phwfour-inner .phwfour-left.col-md-8 {
    flex: 100%;
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-four .phwfour-inner .phwfour-left.col-md-8 {
    order: 2;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-four .phwfour-inner .phwfour-left.col-md-8 .membership-img-box .img-top {
  position: relative;
  height: 0;
  width: 74.1%;
  padding-bottom: 46%;
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-four .phwfour-inner .phwfour-left.col-md-8 .membership-img-box .img-top {
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-four .phwfour-inner .phwfour-left.col-md-8 .membership-img-box .img-top {
    width: 100%;
    padding-bottom: 74%;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-four .phwfour-inner .phwfour-left.col-md-8 .membership-img-box .img-top img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.15);
  opacity: 0;
}
@media screen and (min-width: 1200px) and (max-width: 1899.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-four .phwfour-inner .phwfour-left.col-md-8 .membership-img-box .img-top img {
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-four .phwfour-inner .phwfour-left.col-md-8 .membership-img-box .img-top img {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-four .phwfour-inner .phwfour-left.col-md-8 .membership-img-box .img-top img {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-four .phwfour-inner .phwfour-left.col-md-8 .membership-img-box .img-top img {
    border-radius: 0.6360745116vw;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-four .phwfour-inner .phwfour-left.col-md-8 .membership-img-box .img-btm {
  position: relative;
  height: 0;
  width: 35.9%;
  padding-bottom: 39%;
  margin-top: -13.75vw;
  margin-left: auto;
  right: 4.4792vw;
  border-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-four .phwfour-inner .phwfour-left.col-md-8 .membership-img-box .img-btm {
    margin-top: -11.9945479328vw;
    right: 3.9073148569vw;
    border-radius: 0.6360745116vw;
  }
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-four .phwfour-inner .phwfour-left.col-md-8 .membership-img-box .img-btm {
    margin: -13.75vw auto 0;
    right: 0;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-four .phwfour-inner .phwfour-left.col-md-8 .membership-img-box .img-btm {
    width: 51%;
    padding-bottom: 55.5%;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-four .phwfour-inner .phwfour-left.col-md-8 .membership-img-box .img-btm img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 4px solid var(--white-color);
  border-radius: 14px;
  box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.15);
  opacity: 0;
}
@media screen and (min-width: 1200px) and (max-width: 1899.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-four .phwfour-inner .phwfour-left.col-md-8 .membership-img-box .img-btm img {
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-four .phwfour-inner .phwfour-left.col-md-8 .membership-img-box .img-btm img {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-four .phwfour-inner .phwfour-left.col-md-8 .membership-img-box .img-btm img {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-four .phwfour-inner .phwfour-left.col-md-8 .membership-img-box .img-btm img {
    border-radius: 0.6360745116vw;
  }
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-four .phwfour-inner .phwfour-right.col-md-4 {
    flex: 100%;
    max-width: 100%;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-four .phwfour-inner .phwfour-right.col-md-4 .memb-text-box {
  padding-top: 77px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-four .phwfour-inner .phwfour-right.col-md-4 .memb-text-box {
    padding-top: 3.4984098137vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-four .phwfour-inner .phwfour-right.col-md-4 .memb-text-box {
    padding-top: 57px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-four .phwfour-inner .phwfour-right.col-md-4 .memb-text-box {
    padding-top: 0px;
  }
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-four .phwfour-inner .phwfour-right.col-md-4 .memb-text-box {
    padding-top: 0px;
    padding-bottom: 50px;
    max-width: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-four .phwfour-inner .phwfour-right.col-md-4 .memb-text-box {
    padding-top: 0;
    padding-bottom: 50px;
    max-width: 100%;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-four .phwfour-inner .phwfour-right.col-md-4 .memb-text-box .webc-headingx {
  color: var(--heading-color1);
  font-family: var(--wc-heading-font-family1);
  font-size: 48px;
  letter-spacing: 0;
  font-weight: 400;
  line-height: var(--wc-headingLineHeight);
  margin-bottom: 30px;
  padding-bottom: 10px;
  -webkit-text-transform: none;
  text-transform: none;
  position: relative;
  opacity: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-four .phwfour-inner .phwfour-right.col-md-4 .memb-text-box .webc-headingx {
    font-size: 2.1808268969vw;
    letter-spacing: 0;
    margin-bottom: 1.3630168105vw;
    padding-bottom: 0.4543389368vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-four .phwfour-inner .phwfour-right.col-md-4 .memb-text-box .webc-headingx {
    font-size: 40px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-four .phwfour-inner .phwfour-right.col-md-4 .memb-text-box .webc-headingx {
    padding-bottom: 0;
    margin-bottom: 10px;
    line-height: 1.5;
  }
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-four .phwfour-inner .phwfour-right.col-md-4 .memb-text-box .webc-headingx {
    font-size: 38px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-four .phwfour-inner .phwfour-right.col-md-4 .memb-text-box .webc-headingx {
    padding: 0;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-four .phwfour-inner .phwfour-right.col-md-4 .memb-text-box .webc-headingx:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 0;
  background: var(--wc-border-color);
  left: -5.2083vw;
  transition: 3s all;
}
@media (prefers-reduced-motion: reduce) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-four .phwfour-inner .phwfour-right.col-md-4 .memb-text-box .webc-headingx:before {
    transition: none;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-four .phwfour-inner .phwfour-right.col-md-4 .memb-text-box .webc-headingx:before {
    left: -4.5433893685vw;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-four .phwfour-inner .phwfour-right.col-md-4 .memb-text-box .webc-headingx:before {
    left: -20px;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-four .phwfour-inner .phwfour-right.col-md-4 .memb-text-box p {
  margin-bottom: 40px;
  max-width: 83%;
  opacity: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-four .phwfour-inner .phwfour-right.col-md-4 .memb-text-box p {
    margin-bottom: 1.8173557474vw;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1365.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-four .phwfour-inner .phwfour-right.col-md-4 .memb-text-box p {
    max-width: 100%;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-four .phwfour-inner .phwfour-right.col-md-4 .memb-text-box p {
    max-width: 100%;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-four .phwfour-inner .phwfour-right.col-md-4 .memb-text-box p {
    max-width: 100%;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-four .phwfour-inner .phwfour-right.col-md-4 .memb-text-box a {
  opacity: 0;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-five {
  /*End is-inview*/
  position: relative;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-five.is-inview .phwfive-inner h1,
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-five.is-inview .phwfive-inner h2,
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-five.is-inview .phwfive-inner h3,
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-five.is-inview .phwfive-inner h4,
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-five.is-inview .phwfive-inner h5,
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-five.is-inview .phwfive-inner h6 {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.2s;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-five.is-inview .phwfive-inner .gallery-container {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.3s;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-five.cst-section {
  padding: calc(var(--section-padding) + 120px) 0 calc(var(--section-padding) + 20px);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five.cst-section {
    padding: calc(var(--section-padding) + 5.4520672422vw) 0 calc(var(--section-padding) + 0.9086778737vw);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five.cst-section {
    padding: calc(var(--section-padding) + 50px) 0 var(--section-padding);
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five.cst-section {
    padding: calc(var(--section-padding) - 30px) 0 var(--section-padding);
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-five.cst-section:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 6.51vw;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: var(--wc-border-color);
}
@media (max-width: 1199.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five.cst-section:before {
    height: 65px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five.cst-section:before {
    display: none;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner h1,
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner h2,
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner h3,
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner h4,
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner h5,
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner h6 {
  color: var(--heading-color1);
  font-family: var(--wc-heading-font-family1);
  font-size: 48px;
  letter-spacing: 0;
  font-weight: 400;
  line-height: var(--wc-headingLineHeight);
  margin-bottom: 0;
  text-align: center;
  -webkit-text-transform: none;
  text-transform: none;
  opacity: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner h1,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner h2,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner h3,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner h4,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner h5,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner h6 {
    font-size: 2.1808268969vw;
    margin-bottom: 0;
    letter-spacing: 0;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner h1,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner h2,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner h3,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner h4,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner h5,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner h6 {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner h1,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner h2,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner h3,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner h4,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner h5,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner h6 {
    font-size: 38px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner h1,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner h2,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner h3,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner h4,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner h5,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner h6 {
    padding: 0 20px;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner .gallery-container {
  width: 100%;
  opacity: 0;
  position: relative;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner .gallery-container:after {
  background-image: url(../images/club-images/gallery-border.svg);
  content: "";
  position: absolute;
  right: -135px;
  width: 38.229vw;
  height: 36.302vw;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -17.24vw;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner .gallery-container:after {
    bottom: -164px;
    right: -57px;
  }
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner .gallery-container:after {
    bottom: -113px;
    right: -34px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner .gallery-container:after {
    display: none;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner .gallery-container .heading.gallery-heading {
  display: none;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner .gallery-container hr {
  display: none;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner .gallery-container .nGY2Navigationbar {
  bottom: 47%;
  position: absolute;
  z-index: 10;
  width: 100%;
  color: var(--white-color);
  padding-left: 50px;
  padding-right: 50px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner .gallery-container .nGY2Navigationbar {
    padding-left: 2.2716946842vw;
    padding-right: 2.2716946842vw;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner .gallery-container .nGY2Navigationbar {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner .gallery-container .nGY2Navigationbar .nGY2NavigationbarItem {
  padding: 0;
  margin: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner .gallery-container .nGY2Navigationbar .nGY2NavigationbarItem {
    padding: 0;
    margin: 0;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner .gallery-container .nGY2Navigationbar .nGY2NavigationbarItem.nGY2NavPagination:nth-child(2) {
  float: right;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner .gallery-container .nGY2Navigationbar .nGY2NavigationbarItem.nGY2NavPagination .nGY2Icon-ngy2_chevron-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner .gallery-container .nGY2Navigationbar .nGY2NavigationbarItem.nGY2NavPagination .nGY2Icon-ngy2_chevron-left {
    font-size: 20px;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner .gallery-container .nGY2Navigationbar .nGY2NavigationbarItem.nGY2NavPagination .nGY2Icon-ngy2_chevron-left:before {
  content: "\f060" !important;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner .gallery-container .nGY2Navigationbar .nGY2NavigationbarItem.nGY2NavPagination .nGY2Icon-ngy2_chevron-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner .gallery-container .nGY2Navigationbar .nGY2NavigationbarItem.nGY2NavPagination .nGY2Icon-ngy2_chevron-right {
    font-size: 20px;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner .gallery-container .nGY2Navigationbar .nGY2NavigationbarItem.nGY2NavPagination .nGY2Icon-ngy2_chevron-right:before {
  content: "\f061" !important;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner .gallery-container .nGY2Gallery .nGY2GallerySub {
  width: 100% !important;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner .gallery-container .nGY2Gallery .nGY2GallerySub {
    height: 27.2603362108vw !important;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner .gallery-container .nGY2Gallery .nGY2GallerySub {
    height: 600px !important;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner .gallery-container .nGY2Gallery .nGY2GallerySub {
    height: 500px !important;
  }
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner .gallery-container .nGY2Gallery .nGY2GallerySub {
    height: 400px !important;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner .gallery-container .nGY2Gallery .nGY2GallerySub:before {
  background-image: url(../images/club-images/gallery-left-bg.svg);
  content: "";
  position: absolute;
  left: 0;
  width: 176px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 14px;
  z-index: 1;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner .gallery-container .nGY2Gallery .nGY2GallerySub:before {
    width: 7.9963652885vw;
    border-radius: 0.6360745116vw;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner .gallery-container .nGY2Gallery .nGY2GallerySub:before {
    width: 100px;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner .gallery-container .nGY2Gallery .nGY2GallerySub:after {
  background-image: url(../images/club-images/gallery-right-bg.svg);
  content: "";
  position: absolute;
  right: 0;
  width: 176px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 14px;
  z-index: 1;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner .gallery-container .nGY2Gallery .nGY2GallerySub:after {
    width: 7.9963652885vw;
    border-radius: 0.6360745116vw;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner .gallery-container .nGY2Gallery .nGY2GallerySub:after {
    width: 100px;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner .gallery-container .nGY2Gallery .nGY2GallerySub .nGY2GThumbnail.nGY2GThumbnail_l1 {
  width: 100% !important;
  border-radius: 14px;
  border-color: transparent !important;
  box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 1200px) and (max-width: 1899.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner .gallery-container .nGY2Gallery .nGY2GallerySub .nGY2GThumbnail.nGY2GThumbnail_l1 {
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner .gallery-container .nGY2Gallery .nGY2GallerySub .nGY2GThumbnail.nGY2GThumbnail_l1 {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner .gallery-container .nGY2Gallery .nGY2GallerySub .nGY2GThumbnail.nGY2GThumbnail_l1 {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner .gallery-container .nGY2Gallery .nGY2GallerySub .nGY2GThumbnail.nGY2GThumbnail_l1 {
    left: 0 !important;
    height: 27.2603362108vw !important;
    border-radius: 0.6360745116vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner .gallery-container .nGY2Gallery .nGY2GallerySub .nGY2GThumbnail.nGY2GThumbnail_l1 {
    height: 600px !important;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner .gallery-container .nGY2Gallery .nGY2GallerySub .nGY2GThumbnail.nGY2GThumbnail_l1 {
    height: 500px !important;
  }
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner .gallery-container .nGY2Gallery .nGY2GallerySub .nGY2GThumbnail.nGY2GThumbnail_l1 {
    height: 400px !important;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner .gallery-container .nGY2Gallery .nGY2GallerySub .nGY2GThumbnail.nGY2GThumbnail_l1 .nGY2GThumbnailSub .nGY2GThumbnailImage {
  width: 100% !important;
  background-size: cover !important;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner .gallery-container .nGY2Gallery .nGY2GallerySub .nGY2GThumbnail.nGY2GThumbnail_l1 .nGY2GThumbnailSub .nGY2GThumbnailImage {
    height: 27.2603362108vw !important;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner .gallery-container .nGY2Gallery .nGY2GallerySub .nGY2GThumbnail.nGY2GThumbnail_l1 .nGY2GThumbnailSub .nGY2GThumbnailLabel {
  display: none !important;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner .gallery-container .nGY2Gallery .nGY2GallerySub .nGY2GThumbnail.nGY2GThumbnail_l1 .nGY2GThumbnailSub .nGY2GThumbnailCustomLayer {
  background: radial-gradient(77.61% 91.9% at 50% 151.9%, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0) 100%);
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner .gallery-container .nGY2Gallery .nGY2GalleryBottom {
  transform: translateX(0%);
  transform: translateY(-40%);
  bottom: 40px;
  z-index: 1;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner .gallery-container .nGY2Gallery .nGY2GalleryBottom {
    bottom: 1.8173557474vw;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner .gallery-container .nGY2Gallery .nGY2GalleryBottom {
    max-width: 75%;
    margin: 0 auto;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner .gallery-container .nGY2Gallery .nGY2GalleryBottom .nGY2paginationRectangle,
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner .gallery-container .nGY2Gallery .nGY2GalleryBottom .nGY2paginationRectangleCurrentPage {
  width: 35px;
  height: 5px;
  margin: 5px;
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
  border: none;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner .gallery-container .nGY2Gallery .nGY2GalleryBottom .nGY2paginationRectangle,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner .gallery-container .nGY2Gallery .nGY2GalleryBottom .nGY2paginationRectangleCurrentPage {
    width: 1.590186279vw;
    height: 0.2271694684vw;
    margin: 0.2271694684vw;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner .gallery-container .nGY2Gallery .nGY2GalleryBottom .nGY2paginationRectangle,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner .gallery-container .nGY2Gallery .nGY2GalleryBottom .nGY2paginationRectangleCurrentPage {
    width: 15px;
    margin: 5px 3px;
    height: 3px;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .phwfive-inner .gallery-container .nGY2Gallery .nGY2GalleryBottom .nGY2paginationRectangleCurrentPage {
  background: var(--white-color);
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .portlet-static section.portlet {
  margin-bottom: 0 !important;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-five .portlet-static section.portlet {
    margin-bottom: 0 !important;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-six.is-inview .phwsix-inner .phwsix-left-img .form-left-img {
  -o-animation: fadeInLeft ease-out 0.4s forwards;
  -webkit-animation: fadeInLeft ease-out 0.4s forwards;
  animation: fadeInLeft ease-out 0.4s forwards;
  animation-delay: 0.3s;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-six.is-inview .phwsix-inner .phwsix-right-cont .card-text h1,
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-six.is-inview .phwsix-inner .phwsix-right-cont .card-text h2,
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-six.is-inview .phwsix-inner .phwsix-right-cont .card-text h3,
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-six.is-inview .phwsix-inner .phwsix-right-cont .card-text h4,
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-six.is-inview .phwsix-inner .phwsix-right-cont .card-text h5,
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-six.is-inview .phwsix-inner .phwsix-right-cont .card-text h6 {
  animation: fadeInRight ease-out 0.4s forwards;
  animation-delay: 0.4s;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-six.is-inview .phwsix-inner .phwsix-right-cont .fd-section-name {
  animation: fadeInRight ease-out 0.4s forwards;
  animation-delay: 0.4s;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-six.is-inview .phwsix-inner .phwsix-right-cont .ui-grid-col-2.btn-responsive {
  animation: fadeInRight ease-out 0.4s forwards;
  animation-delay: 0.4s;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-six.cst-section {
  padding: 0 0 calc(var(--section-padding) - 20px);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-six.cst-section {
    padding: 0 0 calc(var(--section-padding) - 0.9086778737vw);
  }
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-six .phwsix-inner .phwsix-left-img {
    padding-right: 0 !important;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-six .phwsix-inner .phwsix-left-img .form-left-img {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  opacity: 0;
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-six .phwsix-inner .phwsix-left-img .form-left-img {
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-six .phwsix-inner .phwsix-left-img .form-left-img {
    width: 100%;
    padding-bottom: 84%;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-six .phwsix-inner .phwsix-left-img .form-left-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 14px 14px 0;
  box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.15);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-six .phwsix-inner .phwsix-left-img .form-left-img img {
    border-radius: 0 0.6360745116vw 0.6360745116vw 0;
  }
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-six .phwsix-inner .phwsix-left-img .form-left-img img {
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-six .phwsix-inner .phwsix-left-img .form-left-img img {
    border-radius: 0;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-six .phwsix-inner .phwsix-right-cont {
  padding: 150px var(--container-padding) 0 50px !important;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-six .phwsix-inner .phwsix-right-cont {
    padding: 6.8150840527vw var(--container-padding) 0 2.2716946842vw !important;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1899.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-six .phwsix-inner .phwsix-right-cont {
    padding: 50px var(--container-padding) 0 50px !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1365.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-six .phwsix-inner .phwsix-right-cont {
    padding: 0px var(--container-padding) 0 30px !important;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-six .phwsix-inner .phwsix-right-cont {
    padding: 0px var(--container-padding) 0 30px !important;
  }
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-six .phwsix-inner .phwsix-right-cont {
    padding: 0px var(--container-padding) 0 20px !important;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-six .phwsix-inner .phwsix-right-cont.cst-formd-wrapper.cst-section {
  padding: calc(var(--section-padding) - 50px) 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-six .phwsix-inner .phwsix-right-cont.cst-formd-wrapper.cst-section {
    padding: calc(var(--section-padding) - 2.2716946842vw) 0;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-six .phwsix-inner .phwsix-right-cont.cst-formd-wrapper.cst-section {
    padding: calc(var(--section-padding) - 50px) 0 calc(var(--section-padding));
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-six .phwsix-inner .phwsix-right-cont.cst-formd-wrapper .ui-widget .ui-widget:not(.pi) {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-six .phwsix-inner .phwsix-right-cont.cst-formd-wrapper .ui-widget .ui-widget:not(.pi) {
    letter-spacing: 0;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-six .phwsix-inner .phwsix-right-cont.cst-formd-wrapper .card-text h1,
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-six .phwsix-inner .phwsix-right-cont.cst-formd-wrapper .card-text h2,
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-six .phwsix-inner .phwsix-right-cont.cst-formd-wrapper .card-text h3,
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-six .phwsix-inner .phwsix-right-cont.cst-formd-wrapper .card-text h4,
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-six .phwsix-inner .phwsix-right-cont.cst-formd-wrapper .card-text h5,
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-six .phwsix-inner .phwsix-right-cont.cst-formd-wrapper .card-text h6 {
  color: var(--heading-color1);
  font-family: var(--wc-heading-font-family1);
  font-size: 48px;
  letter-spacing: 0;
  font-weight: 400;
  line-height: var(--wc-headingLineHeight);
  margin-bottom: 13px;
  padding-left: 0.5rem;
  -webkit-text-transform: none;
  text-transform: none;
  opacity: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-six .phwsix-inner .phwsix-right-cont.cst-formd-wrapper .card-text h1,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-six .phwsix-inner .phwsix-right-cont.cst-formd-wrapper .card-text h2,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-six .phwsix-inner .phwsix-right-cont.cst-formd-wrapper .card-text h3,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-six .phwsix-inner .phwsix-right-cont.cst-formd-wrapper .card-text h4,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-six .phwsix-inner .phwsix-right-cont.cst-formd-wrapper .card-text h5,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-six .phwsix-inner .phwsix-right-cont.cst-formd-wrapper .card-text h6 {
    font-size: 2.1808268969vw;
    letter-spacing: 0;
    margin-bottom: 0.5906406179vw;
    padding-left: 0.3634711495vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-six .phwsix-inner .phwsix-right-cont.cst-formd-wrapper .card-text h1,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-six .phwsix-inner .phwsix-right-cont.cst-formd-wrapper .card-text h2,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-six .phwsix-inner .phwsix-right-cont.cst-formd-wrapper .card-text h3,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-six .phwsix-inner .phwsix-right-cont.cst-formd-wrapper .card-text h4,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-six .phwsix-inner .phwsix-right-cont.cst-formd-wrapper .card-text h5,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-six .phwsix-inner .phwsix-right-cont.cst-formd-wrapper .card-text h6 {
    font-size: 40px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-six .phwsix-inner .phwsix-right-cont.cst-formd-wrapper .card-text h1,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-six .phwsix-inner .phwsix-right-cont.cst-formd-wrapper .card-text h2,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-six .phwsix-inner .phwsix-right-cont.cst-formd-wrapper .card-text h3,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-six .phwsix-inner .phwsix-right-cont.cst-formd-wrapper .card-text h4,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-six .phwsix-inner .phwsix-right-cont.cst-formd-wrapper .card-text h5,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-six .phwsix-inner .phwsix-right-cont.cst-formd-wrapper .card-text h6 {
    font-size: 36px;
  }
}
@media (max-width: 991.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-six .phwsix-inner .phwsix-right-cont.cst-formd-wrapper .card-text h1,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-six .phwsix-inner .phwsix-right-cont.cst-formd-wrapper .card-text h2,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-six .phwsix-inner .phwsix-right-cont.cst-formd-wrapper .card-text h3,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-six .phwsix-inner .phwsix-right-cont.cst-formd-wrapper .card-text h4,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-six .phwsix-inner .phwsix-right-cont.cst-formd-wrapper .card-text h5,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-six .phwsix-inner .phwsix-right-cont.cst-formd-wrapper .card-text h6 {
    font-size: 33px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-six .phwsix-inner .phwsix-right-cont.cst-formd-wrapper .card-text h1,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-six .phwsix-inner .phwsix-right-cont.cst-formd-wrapper .card-text h2,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-six .phwsix-inner .phwsix-right-cont.cst-formd-wrapper .card-text h3,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-six .phwsix-inner .phwsix-right-cont.cst-formd-wrapper .card-text h4,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-six .phwsix-inner .phwsix-right-cont.cst-formd-wrapper .card-text h5,
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-six .phwsix-inner .phwsix-right-cont.cst-formd-wrapper .card-text h6 {
    padding-top: 50px;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-six .phwsix-inner .phwsix-right-cont .portlet-static section.portlet {
  margin-bottom: 0 !important;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .public-landing .main-content-wrapper .p-home-wrapper-six .phwsix-inner .phwsix-right-cont .portlet-static section.portlet {
    margin-bottom: 0 !important;
  }
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-six .phwsix-inner .phwsix-right-cont .fd-display-container .fd-section-name {
  opacity: 0;
}
#ui-area .public-landing .main-content-wrapper .p-home-wrapper-six .phwsix-inner .phwsix-right-cont .fd-display-container .ui-grid-col-2.btn-responsive {
  opacity: 0;
}
#ui-area .amenities-landing .webc-container {
  margin-bottom: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .amenities-landing .webc-container {
    margin-bottom: 0;
  }
}
#ui-area .amenities-landing .amenities-wrapper-one.is-inview .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:first-child .card-image .card-img {
  -o-animation: fadeInRight ease-out 0.4s forwards;
  -webkit-animation: fadeInRight ease-out 0.4s forwards;
  animation: fadeInRight ease-out 0.4s forwards;
  animation-delay: 0.4s;
}
#ui-area .amenities-landing .amenities-wrapper-one.is-inview .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) .card-image .card-img {
  -o-animation: fadeInLeft ease-out 0.4s forwards;
  -webkit-animation: fadeInLeft ease-out 0.4s forwards;
  animation: fadeInLeft ease-out 0.4s forwards;
  animation-delay: 0.4s;
}
#ui-area .amenities-landing .amenities-wrapper-one.is-inview .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-2.pl-md-3 .card-text h1,
#ui-area .amenities-landing .amenities-wrapper-one.is-inview .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-2.pl-md-3 .card-text h2,
#ui-area .amenities-landing .amenities-wrapper-one.is-inview .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-2.pl-md-3 .card-text h4,
#ui-area .amenities-landing .amenities-wrapper-one.is-inview .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-2.pl-md-3 .card-text h5,
#ui-area .amenities-landing .amenities-wrapper-one.is-inview .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-2.pl-md-3 .card-text h6 {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.3s;
}
#ui-area .amenities-landing .amenities-wrapper-one.is-inview .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-2.pl-md-3 .card-text p {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.5s;
}
#ui-area .amenities-landing .amenities-wrapper-one.is-inview .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-2.pl-md-3 .card-text p:before {
  width: 130px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .amenities-landing .amenities-wrapper-one.is-inview .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-2.pl-md-3 .card-text p:before {
    width: 5.906406179vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .amenities-landing .amenities-wrapper-one.is-inview .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-2.pl-md-3 .card-text p:before {
    width: 70px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .amenities-landing .amenities-wrapper-one.is-inview .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-2.pl-md-3 .card-text p:before {
    width: 30px;
  }
}
#ui-area .amenities-landing .amenities-wrapper-one.is-inview .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-1.pr-md-5 .card-text p {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.5s;
}
#ui-area .amenities-landing .amenities-wrapper-one.cst-section {
  padding: var(--section-padding) 0 var(--section-padding);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .amenities-landing .amenities-wrapper-one.cst-section {
    padding: var(--section-padding) 0 var(--section-padding);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .amenities-landing .amenities-wrapper-one.cst-section {
    padding: var(--section-padding) 0 var(--section-padding);
  }
}
@media (max-width: 991.98px) {
  #ui-area .amenities-landing .amenities-wrapper-one.cst-section {
    padding: var(--section-padding) 0 var(--section-padding);
  }
}
#ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:first-child {
  z-index: 1;
}
@media (max-width: 767.98px) {
  #ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:first-child {
    margin-bottom: 4rem;
  }
}
#ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:first-child .card-image .card-img {
  border: 4px solid var(--white-color);
  opacity: 0;
}
@media (max-width: 767.98px) {
  #ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:first-child .card-image .card-img {
    border: none;
  }
}
#ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) {
  align-items: center;
  margin-top: -4.948vw;
}
@media screen and (min-width: 992px) and (max-width: 1299.98px) {
  #ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) {
    align-items: flex-start;
  }
}
@media (max-width: 991.98px) {
  #ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) {
    margin-top: -5vw;
  }
}
#ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image .card-img {
  border-radius: 14px;
  box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.15);
  opacity: 0;
}
@media screen and (min-width: 1200px) and (max-width: 1899.98px) {
  #ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image .card-img {
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image .card-img {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 767.98px) {
  #ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image .card-img {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image .card-img {
    border-radius: 0.6360745116vw;
  }
}
#ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image.order-md-1 {
  padding-bottom: 17.3%;
  flex: 0 0 47.6%;
  max-width: 47.6%;
  order: 2;
}
@media screen and (min-width: 992px) and (max-width: 1299.98px) {
  #ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image.order-md-1 {
    padding-bottom: 23.5%;
  }
}
@media (max-width: 991.98px) {
  #ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image.order-md-1 {
    padding-bottom: 30%;
    flex: 0 0 45%;
    max-width: 45%;
  }
}
@media (max-width: 767.98px) {
  #ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image.order-md-1 {
    max-width: 100%;
    flex: 0 0 100%;
    padding-bottom: 60%;
  }
}
#ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-2 {
  order: 1;
}
@media (min-width: 768px) {
  #ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-2.pl-md-3 {
    padding-left: 0 !important;
    padding-right: 1rem !important;
  }
}
#ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-2.pl-md-3 .card-text h1,
#ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-2.pl-md-3 .card-text h2,
#ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-2.pl-md-3 .card-text h4,
#ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-2.pl-md-3 .card-text h5,
#ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-2.pl-md-3 .card-text h6 {
  color: var(--heading-color1);
  font-family: var(--wc-heading-font-family1);
  font-size: 48px;
  letter-spacing: 0;
  font-weight: 400;
  line-height: var(--wc-headingLineHeight);
  margin-bottom: 13px;
  -webkit-text-transform: none;
  text-transform: none;
  opacity: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-2.pl-md-3 .card-text h1,
  #ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-2.pl-md-3 .card-text h2,
  #ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-2.pl-md-3 .card-text h4,
  #ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-2.pl-md-3 .card-text h5,
  #ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-2.pl-md-3 .card-text h6 {
    font-size: 2.1808268969vw;
    margin-bottom: 0.5906406179vw;
    letter-spacing: 0;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-2.pl-md-3 .card-text h1,
  #ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-2.pl-md-3 .card-text h2,
  #ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-2.pl-md-3 .card-text h4,
  #ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-2.pl-md-3 .card-text h5,
  #ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-2.pl-md-3 .card-text h6 {
    font-size: 40px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-2.pl-md-3 .card-text h1,
  #ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-2.pl-md-3 .card-text h2,
  #ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-2.pl-md-3 .card-text h4,
  #ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-2.pl-md-3 .card-text h5,
  #ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-2.pl-md-3 .card-text h6 {
    font-size: 36px;
  }
}
@media (max-width: 991.98px) {
  #ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-2.pl-md-3 .card-text h1,
  #ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-2.pl-md-3 .card-text h2,
  #ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-2.pl-md-3 .card-text h4,
  #ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-2.pl-md-3 .card-text h5,
  #ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-2.pl-md-3 .card-text h6 {
    font-size: 38px;
  }
}
#ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-2.pl-md-3 .card-text p {
  padding-left: 9.5vw;
  line-height: 1.8;
  position: relative;
  font-size: 18px;
  margin-bottom: 2rem;
  margin-top: 0;
  max-width: 91%;
  opacity: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-2.pl-md-3 .card-text p {
    font-size: 0.8178100863vw;
    margin-bottom: 1.4538845979vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-2.pl-md-3 .card-text p {
    padding-left: 7vw;
    max-width: 100%;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1899.98px) {
  #ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-2.pl-md-3 .card-text p {
    font-size: 16px;
  }
}
@media (max-width: 1365.99px) {
  #ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-2.pl-md-3 .card-text p {
    font-size: calc((var(--wc-font-size) - 4) * 1px);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-2.pl-md-3 .card-text p {
    max-width: 100%;
    padding-left: 40px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-2.pl-md-3 .card-text p {
    line-height: 2.2;
    padding-left: 0;
    font-size: calc(var(--wc-mobile-font-size) * 1px);
  }
}
#ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-2.pl-md-3 .card-text p:before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  background: var(--wc-border-color);
  height: 1px;
  top: 10px;
  transition: 3s all;
}
@media (prefers-reduced-motion: reduce) {
  #ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-2.pl-md-3 .card-text p:before {
    transition: none;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-2.pl-md-3 .card-text p:before {
    left: 0;
    width: 5.906406179vw;
    height: 0.0454338937vw;
    top: 0.4543389368vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-2.pl-md-3 .card-text p:before {
    width: 70px;
    top: 10px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-2.pl-md-3 .card-text p:before {
    width: 30px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-2.pl-md-3 .card-text p:before {
    display: none;
  }
}
#ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image.order-md-2 {
  padding-bottom: 26.4%;
  flex: 0 0 62%;
  max-width: 62%;
  order: 1;
}
@media (max-width: 991.98px) {
  #ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image.order-md-2 {
    padding-bottom: 36.4%;
    flex: 0 0 61%;
    max-width: 60%;
  }
}
@media (max-width: 767.98px) {
  #ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image.order-md-2 {
    max-width: 100%;
    flex: 0 0 100%;
    padding-bottom: 60%;
  }
}
#ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-1.pr-md-5 {
  padding-right: 0 !important;
  padding-top: 0;
  padding-left: 3vw !important;
}
@media screen and (min-width: 1200px) and (max-width: 1299.98px) {
  #ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-1.pr-md-5 {
    padding-top: 3.5rem !important;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-1.pr-md-5 {
    padding-left: 1.5rem !important;
    padding-top: 60px !important;
  }
}
@media (max-width: 991.98px) {
  #ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-1.pr-md-5 {
    padding-top: 40px !important;
  }
}
@media (max-width: 767.98px) {
  #ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-1.pr-md-5 {
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 767.98px) {
  #ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-1.pr-md-5 .card-text {
    margin-bottom: 20px;
  }
}
#ui-area .amenities-landing .amenities-wrapper-one .amen-one-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-1.pr-md-5 .card-text p {
  opacity: 0;
}
#ui-area .amenities-landing .amenities-wrapper-two.is-inview .amen-wtwo-inner .featured-text-blocks-image .card .card-image {
  -o-animation: fadeInRight ease-out 0.4s forwards;
  -webkit-animation: fadeInRight ease-out 0.4s forwards;
  animation: fadeInRight ease-out 0.4s forwards;
  animation-delay: 0.3s;
}
#ui-area .amenities-landing .amenities-wrapper-two.is-inview .amen-wtwo-inner .featured-text-blocks-image .card .card-text h1,
#ui-area .amenities-landing .amenities-wrapper-two.is-inview .amen-wtwo-inner .featured-text-blocks-image .card .card-text h2,
#ui-area .amenities-landing .amenities-wrapper-two.is-inview .amen-wtwo-inner .featured-text-blocks-image .card .card-text h3,
#ui-area .amenities-landing .amenities-wrapper-two.is-inview .amen-wtwo-inner .featured-text-blocks-image .card .card-text h4,
#ui-area .amenities-landing .amenities-wrapper-two.is-inview .amen-wtwo-inner .featured-text-blocks-image .card .card-text h5,
#ui-area .amenities-landing .amenities-wrapper-two.is-inview .amen-wtwo-inner .featured-text-blocks-image .card .card-text h6 {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.4s;
}
#ui-area .amenities-landing .amenities-wrapper-two.is-inview .amen-wtwo-inner .featured-text-blocks-image .card .card-text p {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.5s;
}
#ui-area .amenities-landing .amenities-wrapper-two.cst-section {
  padding: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .amenities-landing .amenities-wrapper-two.cst-section {
    padding: 0;
  }
}
#ui-area .amenities-landing .amenities-wrapper-two .amen-wtwo-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image {
  z-index: 1;
  position: relative;
}
#ui-area .amenities-landing .amenities-wrapper-two .amen-wtwo-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 4.427vw;
  width: 100%;
  height: calc(100% - 4.427vw);
  background: var(--wc-body-bg);
  border-radius: 14px 14px 0 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .amenities-landing .amenities-wrapper-two .amen-wtwo-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image:before {
    border-radius: 0.6360745116vw 0;
    width: 93.46%;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .amenities-landing .amenities-wrapper-two .amen-wtwo-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image:before {
    width: calc(100% - 5.594rem);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .amenities-landing .amenities-wrapper-two .amen-wtwo-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image:before {
    width: calc(100% - 50px);
  }
}
@media (max-width: 991.98px) {
  #ui-area .amenities-landing .amenities-wrapper-two .amen-wtwo-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image:before {
    height: 100%;
    width: calc(100% - 30px);
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  #ui-area .amenities-landing .amenities-wrapper-two .amen-wtwo-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image:before {
    margin-top: 0;
    border-radius: 14px 14px 0 0;
    width: 100%;
  }
}
#ui-area .amenities-landing .amenities-wrapper-two .amen-wtwo-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card {
  align-items: center;
}
@media (max-width: 991.98px) {
  #ui-area .amenities-landing .amenities-wrapper-two .amen-wtwo-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card {
    padding-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .amenities-landing .amenities-wrapper-two .amen-wtwo-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card {
    padding-bottom: 0;
  }
}
#ui-area .amenities-landing .amenities-wrapper-two .amen-wtwo-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image {
  padding-bottom: 30.6%;
  flex: 0 0 50%;
  max-width: 50%;
  opacity: 0;
}
@media (max-width: 991.98px) {
  #ui-area .amenities-landing .amenities-wrapper-two .amen-wtwo-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image {
    flex: 0 0 45%;
    max-width: 45%;
  }
}
@media (max-width: 767.98px) {
  #ui-area .amenities-landing .amenities-wrapper-two .amen-wtwo-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image {
    max-width: 90%;
    flex: 0 0 90%;
    padding-bottom: 55%;
  }
}
@media (max-width: 767.98px) {
  #ui-area .amenities-landing .amenities-wrapper-two .amen-wtwo-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image.order-md-2 {
    order: 2;
  }
}
#ui-area .amenities-landing .amenities-wrapper-two .amen-wtwo-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image .card-img {
  border-radius: 14px 0 0 14px;
  box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 1200px) and (max-width: 1899.98px) {
  #ui-area .amenities-landing .amenities-wrapper-two .amen-wtwo-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image .card-img {
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .amenities-landing .amenities-wrapper-two .amen-wtwo-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image .card-img {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 767.98px) {
  #ui-area .amenities-landing .amenities-wrapper-two .amen-wtwo-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image .card-img {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .amenities-landing .amenities-wrapper-two .amen-wtwo-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image .card-img {
    border-radius: 0.6360745116vw 0 0 0.6360745116vw;
  }
}
@media (max-width: 767.98px) {
  #ui-area .amenities-landing .amenities-wrapper-two .amen-wtwo-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image .card-img {
    border-radius: 14px;
  }
}
@media (min-width: 768px) {
  #ui-area .amenities-landing .amenities-wrapper-two .amen-wtwo-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body {
    padding-right: 6.2vw !important;
  }
}
@media (min-width: 768px) {
  #ui-area .amenities-landing .amenities-wrapper-two .amen-wtwo-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text {
    padding-top: 4vw;
    padding-left: 5.208vw;
  }
}
@media (max-width: 991.98px) {
  #ui-area .amenities-landing .amenities-wrapper-two .amen-wtwo-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text {
    padding-left: 3.208vw;
    padding-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .amenities-landing .amenities-wrapper-two .amen-wtwo-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text {
    padding: 20px 20px 30px;
  }
}
#ui-area .amenities-landing .amenities-wrapper-two .amen-wtwo-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h1,
#ui-area .amenities-landing .amenities-wrapper-two .amen-wtwo-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h2,
#ui-area .amenities-landing .amenities-wrapper-two .amen-wtwo-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h3,
#ui-area .amenities-landing .amenities-wrapper-two .amen-wtwo-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h4,
#ui-area .amenities-landing .amenities-wrapper-two .amen-wtwo-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h5,
#ui-area .amenities-landing .amenities-wrapper-two .amen-wtwo-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h6 {
  color: var(--heading-color2);
  font-family: "Myanmar MN", sans-serif;
  font-size: 36px;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: var(--wc-headingLineHeight);
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 10px;
  position: relative;
  opacity: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .amenities-landing .amenities-wrapper-two .amen-wtwo-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h1,
  #ui-area .amenities-landing .amenities-wrapper-two .amen-wtwo-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h2,
  #ui-area .amenities-landing .amenities-wrapper-two .amen-wtwo-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h3,
  #ui-area .amenities-landing .amenities-wrapper-two .amen-wtwo-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h4,
  #ui-area .amenities-landing .amenities-wrapper-two .amen-wtwo-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h5,
  #ui-area .amenities-landing .amenities-wrapper-two .amen-wtwo-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h6 {
    font-size: 1.6356201726vw;
    margin-bottom: 0;
    padding-bottom: 0.4543389368vw;
    letter-spacing: 0.1363016811vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .amenities-landing .amenities-wrapper-two .amen-wtwo-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h1,
  #ui-area .amenities-landing .amenities-wrapper-two .amen-wtwo-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h2,
  #ui-area .amenities-landing .amenities-wrapper-two .amen-wtwo-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h3,
  #ui-area .amenities-landing .amenities-wrapper-two .amen-wtwo-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h4,
  #ui-area .amenities-landing .amenities-wrapper-two .amen-wtwo-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h5,
  #ui-area .amenities-landing .amenities-wrapper-two .amen-wtwo-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h6 {
    font-size: 28px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .amenities-landing .amenities-wrapper-two .amen-wtwo-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h1,
  #ui-area .amenities-landing .amenities-wrapper-two .amen-wtwo-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h2,
  #ui-area .amenities-landing .amenities-wrapper-two .amen-wtwo-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h3,
  #ui-area .amenities-landing .amenities-wrapper-two .amen-wtwo-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h4,
  #ui-area .amenities-landing .amenities-wrapper-two .amen-wtwo-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h5,
  #ui-area .amenities-landing .amenities-wrapper-two .amen-wtwo-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h6 {
    font-size: 26px;
  }
}
#ui-area .amenities-landing .amenities-wrapper-two .amen-wtwo-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text p {
  opacity: 0;
}
#ui-area .amenities-landing .amenities-wrapper-three {
  /*end is-inview*/
}
#ui-area .amenities-landing .amenities-wrapper-three.is-inview .amen-wthree-inner .featured-text-blocks-image .card .card-image img {
  -o-animation: fadeInLeft ease-out 0.4s forwards;
  -webkit-animation: fadeInLeft ease-out 0.4s forwards;
  animation: fadeInLeft ease-out 0.4s forwards;
  animation-delay: 0.2s;
}
#ui-area .amenities-landing .amenities-wrapper-three.is-inview .amen-wthree-inner .featured-text-blocks-image .card .card-body .card-text h1,
#ui-area .amenities-landing .amenities-wrapper-three.is-inview .amen-wthree-inner .featured-text-blocks-image .card .card-body .card-text h2,
#ui-area .amenities-landing .amenities-wrapper-three.is-inview .amen-wthree-inner .featured-text-blocks-image .card .card-body .card-text h3,
#ui-area .amenities-landing .amenities-wrapper-three.is-inview .amen-wthree-inner .featured-text-blocks-image .card .card-body .card-text h4,
#ui-area .amenities-landing .amenities-wrapper-three.is-inview .amen-wthree-inner .featured-text-blocks-image .card .card-body .card-text h5,
#ui-area .amenities-landing .amenities-wrapper-three.is-inview .amen-wthree-inner .featured-text-blocks-image .card .card-body .card-text h6 {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.4s;
}
#ui-area .amenities-landing .amenities-wrapper-three.is-inview .amen-wthree-inner .featured-text-blocks-image .card .card-body .card-text p {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.5s;
}
#ui-area .amenities-landing .amenities-wrapper-three.cst-section {
  padding: 0 0 var(--section-padding);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .amenities-landing .amenities-wrapper-three.cst-section {
    padding: 0 0 var(--section-padding);
  }
}
#ui-area .amenities-landing .amenities-wrapper-three .amen-wthree-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image {
  position: relative;
}
#ui-area .amenities-landing .amenities-wrapper-three .amen-wthree-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image:before {
  content: "";
  position: absolute;
  margin-top: 0;
  top: 0;
  left: 7.594rem;
  width: calc(100% - 7.594rem);
  height: calc(100% - 4.427vw);
  background: var(--wc-body-bg);
  border-radius: 0 0 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .amenities-landing .amenities-wrapper-three .amen-wthree-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image:before {
    border-radius: 0 0 0.6360745116vw;
    width: 93.46%;
    left: 6.54%;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .amenities-landing .amenities-wrapper-three .amen-wthree-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image:before {
    width: calc(100% - 5.594rem);
    left: 5.594rem;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .amenities-landing .amenities-wrapper-three .amen-wthree-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image:before {
    width: calc(100% - 50px);
    left: 50px;
  }
}
@media (max-width: 991.98px) {
  #ui-area .amenities-landing .amenities-wrapper-three .amen-wthree-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image:before {
    width: calc(100% - 30px);
    height: 100%;
    margin-top: 0;
    left: 30px;
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  #ui-area .amenities-landing .amenities-wrapper-three .amen-wthree-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image:before {
    left: 0;
    width: 100%;
    margin-top: 0;
    border-radius: 0 0 14px 14px;
  }
}
#ui-area .amenities-landing .amenities-wrapper-three .amen-wthree-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card {
  align-items: flex-start;
  z-index: 1;
}
@media (max-width: 991.98px) {
  #ui-area .amenities-landing .amenities-wrapper-three .amen-wthree-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card {
    padding-top: 30px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .amenities-landing .amenities-wrapper-three .amen-wthree-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card {
    padding-top: 10px;
  }
}
#ui-area .amenities-landing .amenities-wrapper-three .amen-wthree-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image {
  padding-bottom: 30.6%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 991.98px) {
  #ui-area .amenities-landing .amenities-wrapper-three .amen-wthree-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image {
    flex: 0 0 45%;
    max-width: 45%;
  }
}
@media (max-width: 767.98px) {
  #ui-area .amenities-landing .amenities-wrapper-three .amen-wthree-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image {
    max-width: 90%;
    flex: 0 0 90%;
    padding-bottom: 55%;
    margin: 0 auto 30px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .amenities-landing .amenities-wrapper-three .amen-wthree-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image.order-md-1 {
    order: 1;
  }
}
#ui-area .amenities-landing .amenities-wrapper-three .amen-wthree-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image .card-img {
  border-radius: 0 14px 14px 0;
  box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.15);
  opacity: 0;
}
@media screen and (min-width: 1200px) and (max-width: 1899.98px) {
  #ui-area .amenities-landing .amenities-wrapper-three .amen-wthree-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image .card-img {
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .amenities-landing .amenities-wrapper-three .amen-wthree-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image .card-img {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 767.98px) {
  #ui-area .amenities-landing .amenities-wrapper-three .amen-wthree-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image .card-img {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .amenities-landing .amenities-wrapper-three .amen-wthree-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image .card-img {
    border-radius: 0 0.6360745116vw 0.6360745116vw 0;
  }
}
@media (max-width: 767.98px) {
  #ui-area .amenities-landing .amenities-wrapper-three .amen-wthree-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image .card-img {
    border-radius: 14px;
  }
}
#ui-area .amenities-landing .amenities-wrapper-three .amen-wthree-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body {
  padding-right: 6.2vw !important;
}
@media (max-width: 1199.98px) {
  #ui-area .amenities-landing .amenities-wrapper-three .amen-wthree-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body {
    padding-right: 1vw !important;
  }
}
@media (max-width: 767.98px) {
  #ui-area .amenities-landing .amenities-wrapper-three .amen-wthree-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body {
    padding-right: 0 !important;
  }
}
#ui-area .amenities-landing .amenities-wrapper-three .amen-wthree-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text {
  padding-top: 7.292vw;
  padding-left: 5.208vw;
}
@media screen and (min-width: 1200px) and (max-width: 1899.98px) {
  #ui-area .amenities-landing .amenities-wrapper-three .amen-wthree-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text {
    padding-top: 4vw;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .amenities-landing .amenities-wrapper-three .amen-wthree-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text {
    padding-top: 2.5vw;
    padding-left: 2.7vw;
  }
}
@media (max-width: 991.98px) {
  #ui-area .amenities-landing .amenities-wrapper-three .amen-wthree-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text {
    padding-left: 3.208vw;
    padding-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .amenities-landing .amenities-wrapper-three .amen-wthree-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text {
    padding: 40px 20px 20px;
  }
}
#ui-area .amenities-landing .amenities-wrapper-three .amen-wthree-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h1,
#ui-area .amenities-landing .amenities-wrapper-three .amen-wthree-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h2,
#ui-area .amenities-landing .amenities-wrapper-three .amen-wthree-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h3,
#ui-area .amenities-landing .amenities-wrapper-three .amen-wthree-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h4,
#ui-area .amenities-landing .amenities-wrapper-three .amen-wthree-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h5,
#ui-area .amenities-landing .amenities-wrapper-three .amen-wthree-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h6 {
  color: var(--heading-color2);
  font-family: "Myanmar MN", sans-serif;
  font-size: 36px;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: var(--wc-headingLineHeight);
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 10px;
  position: relative;
  opacity: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .amenities-landing .amenities-wrapper-three .amen-wthree-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h1,
  #ui-area .amenities-landing .amenities-wrapper-three .amen-wthree-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h2,
  #ui-area .amenities-landing .amenities-wrapper-three .amen-wthree-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h3,
  #ui-area .amenities-landing .amenities-wrapper-three .amen-wthree-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h4,
  #ui-area .amenities-landing .amenities-wrapper-three .amen-wthree-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h5,
  #ui-area .amenities-landing .amenities-wrapper-three .amen-wthree-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h6 {
    font-size: 1.6356201726vw;
    margin-bottom: 0;
    padding-bottom: 0.4543389368vw;
    letter-spacing: 0.1363016811vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .amenities-landing .amenities-wrapper-three .amen-wthree-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h1,
  #ui-area .amenities-landing .amenities-wrapper-three .amen-wthree-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h2,
  #ui-area .amenities-landing .amenities-wrapper-three .amen-wthree-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h3,
  #ui-area .amenities-landing .amenities-wrapper-three .amen-wthree-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h4,
  #ui-area .amenities-landing .amenities-wrapper-three .amen-wthree-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h5,
  #ui-area .amenities-landing .amenities-wrapper-three .amen-wthree-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h6 {
    font-size: 28px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .amenities-landing .amenities-wrapper-three .amen-wthree-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h1,
  #ui-area .amenities-landing .amenities-wrapper-three .amen-wthree-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h2,
  #ui-area .amenities-landing .amenities-wrapper-three .amen-wthree-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h3,
  #ui-area .amenities-landing .amenities-wrapper-three .amen-wthree-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h4,
  #ui-area .amenities-landing .amenities-wrapper-three .amen-wthree-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h5,
  #ui-area .amenities-landing .amenities-wrapper-three .amen-wthree-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h6 {
    font-size: 26px;
  }
}
#ui-area .amenities-landing .amenities-wrapper-three .amen-wthree-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text p {
  opacity: 0;
}
#ui-area .amenities-landing .amenities-wrapper-four {
  position: relative;
}
#ui-area .amenities-landing .amenities-wrapper-four.is-inview::before {
  -o-animation: fadeInRight ease-out 0.4s forwards;
  -webkit-animation: fadeInRight ease-out 0.4s forwards;
  animation: fadeInRight ease-out 0.4s forwards;
  animation-delay: 0.5s;
}
#ui-area .amenities-landing .amenities-wrapper-four.is-inview::after {
  -o-animation: fadeInLeft ease-out 0.4s forwards;
  -webkit-animation: fadeInLeft ease-out 0.4s forwards;
  animation: fadeInLeft ease-out 0.4s forwards;
  animation-delay: 0.7s;
}
#ui-area .amenities-landing .amenities-wrapper-four.is-inview .amen-four-ui .custom-columns-gray .card .card-image img {
  -o-animation: fadeInLeft ease-out 0.4s forwards;
  -webkit-animation: fadeInLeft ease-out 0.4s forwards;
  animation: fadeInLeft ease-out 0.4s forwards;
  animation-delay: 0.2s;
}
#ui-area .amenities-landing .amenities-wrapper-four.is-inview .amen-four-ui .custom-columns-gray .card .card-body {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.3s;
}
#ui-area .amenities-landing .amenities-wrapper-four.cst-section {
  padding: 0 0 calc(var(--section-padding) + 15px);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .amenities-landing .amenities-wrapper-four.cst-section {
    padding: 0 0 calc(var(--section-padding) + 0.6815084053vw);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .amenities-landing .amenities-wrapper-four.cst-section {
    padding: 0 0 var(--section-padding);
  }
}
@media (max-width: 991.98px) {
  #ui-area .amenities-landing .amenities-wrapper-four.cst-section {
    padding: 0 0 var(--section-padding);
  }
}
#ui-area .amenities-landing .amenities-wrapper-four::before {
  background-image: url(../images/club-images/LeafRight.svg);
  content: "";
  display: block;
  position: absolute;
  width: 16.51vw;
  height: 34.375vw;
  right: -1.563vw;
  top: -12.729vw;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
}
@media (max-width: 1199.98px) {
  #ui-area .amenities-landing .amenities-wrapper-four::before {
    top: -13.729vw;
  }
}
@media (max-width: 767.98px) {
  #ui-area .amenities-landing .amenities-wrapper-four::before {
    display: none;
  }
}
#ui-area .amenities-landing .amenities-wrapper-four::after {
  background-image: url(../images/club-images/LeafLeft.svg);
  content: "";
  display: block;
  position: absolute;
  width: 14.167vw;
  height: 26.51vw;
  left: 0px;
  bottom: 1.302vw;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
}
@media (max-width: 767.98px) {
  #ui-area .amenities-landing .amenities-wrapper-four::after {
    display: none;
  }
}
#ui-area .amenities-landing .amenities-wrapper-four .amen-wfour-inner .webc-container.custom-columns-gray .custom-columns-content {
  overflow: unset;
  background: transparent;
  padding: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .amenities-landing .amenities-wrapper-four .amen-wfour-inner .webc-container.custom-columns-gray .custom-columns-content {
    padding: 0;
  }
}
#ui-area .amenities-landing .amenities-wrapper-four .amen-wfour-inner .webc-container.custom-columns-gray .custom-columns-content .card .card-image {
  border-radius: 14px !important;
}
#ui-area .amenities-landing .amenities-wrapper-four .amen-wfour-inner .webc-container.custom-columns-gray .custom-columns-content .card .card-image img {
  border-radius: 14px;
  box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.15);
  opacity: 0;
}
@media screen and (min-width: 1200px) and (max-width: 1899.98px) {
  #ui-area .amenities-landing .amenities-wrapper-four .amen-wfour-inner .webc-container.custom-columns-gray .custom-columns-content .card .card-image img {
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .amenities-landing .amenities-wrapper-four .amen-wfour-inner .webc-container.custom-columns-gray .custom-columns-content .card .card-image img {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 767.98px) {
  #ui-area .amenities-landing .amenities-wrapper-four .amen-wfour-inner .webc-container.custom-columns-gray .custom-columns-content .card .card-image img {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .amenities-landing .amenities-wrapper-four .amen-wfour-inner .webc-container.custom-columns-gray .custom-columns-content .card .card-image img {
    border-radius: 0.6360745116vw;
  }
}
#ui-area .amenities-landing .amenities-wrapper-four .amen-wfour-inner .webc-container.custom-columns-gray .custom-columns-content .card .card-body {
  position: relative;
  z-index: 1;
  margin: -3.646vw auto 0;
  padding: 3.125vw 2.125vw 1.042vw;
  max-width: 74%;
  border-radius: 14px;
  background: var(--white-color);
  text-align: center;
  opacity: 0;
}
@media (max-width: 767.98px) {
  #ui-area .amenities-landing .amenities-wrapper-four .amen-wfour-inner .webc-container.custom-columns-gray .custom-columns-content .card .card-body {
    max-width: 82%;
    margin-top: -40px;
  }
}
#ui-area .amenities-landing .amenities-wrapper-four .amen-wfour-inner .webc-container.custom-columns-gray .custom-columns-content .card .card-body .card-text h1,
#ui-area .amenities-landing .amenities-wrapper-four .amen-wfour-inner .webc-container.custom-columns-gray .custom-columns-content .card .card-body .card-text h2,
#ui-area .amenities-landing .amenities-wrapper-four .amen-wfour-inner .webc-container.custom-columns-gray .custom-columns-content .card .card-body .card-text h3,
#ui-area .amenities-landing .amenities-wrapper-four .amen-wfour-inner .webc-container.custom-columns-gray .custom-columns-content .card .card-body .card-text h4,
#ui-area .amenities-landing .amenities-wrapper-four .amen-wfour-inner .webc-container.custom-columns-gray .custom-columns-content .card .card-body .card-text h5,
#ui-area .amenities-landing .amenities-wrapper-four .amen-wfour-inner .webc-container.custom-columns-gray .custom-columns-content .card .card-body .card-text h6 {
  color: var(--heading-color2);
  font-family: "Myanmar MN", sans-serif;
  font-size: 36px;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: var(--wc-headingLineHeight);
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 10px;
  position: relative;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .amenities-landing .amenities-wrapper-four .amen-wfour-inner .webc-container.custom-columns-gray .custom-columns-content .card .card-body .card-text h1,
  #ui-area .amenities-landing .amenities-wrapper-four .amen-wfour-inner .webc-container.custom-columns-gray .custom-columns-content .card .card-body .card-text h2,
  #ui-area .amenities-landing .amenities-wrapper-four .amen-wfour-inner .webc-container.custom-columns-gray .custom-columns-content .card .card-body .card-text h3,
  #ui-area .amenities-landing .amenities-wrapper-four .amen-wfour-inner .webc-container.custom-columns-gray .custom-columns-content .card .card-body .card-text h4,
  #ui-area .amenities-landing .amenities-wrapper-four .amen-wfour-inner .webc-container.custom-columns-gray .custom-columns-content .card .card-body .card-text h5,
  #ui-area .amenities-landing .amenities-wrapper-four .amen-wfour-inner .webc-container.custom-columns-gray .custom-columns-content .card .card-body .card-text h6 {
    font-size: 1.6356201726vw;
    margin-bottom: 0;
    padding-bottom: 0.4543389368vw;
    letter-spacing: 0.1363016811vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .amenities-landing .amenities-wrapper-four .amen-wfour-inner .webc-container.custom-columns-gray .custom-columns-content .card .card-body .card-text h1,
  #ui-area .amenities-landing .amenities-wrapper-four .amen-wfour-inner .webc-container.custom-columns-gray .custom-columns-content .card .card-body .card-text h2,
  #ui-area .amenities-landing .amenities-wrapper-four .amen-wfour-inner .webc-container.custom-columns-gray .custom-columns-content .card .card-body .card-text h3,
  #ui-area .amenities-landing .amenities-wrapper-four .amen-wfour-inner .webc-container.custom-columns-gray .custom-columns-content .card .card-body .card-text h4,
  #ui-area .amenities-landing .amenities-wrapper-four .amen-wfour-inner .webc-container.custom-columns-gray .custom-columns-content .card .card-body .card-text h5,
  #ui-area .amenities-landing .amenities-wrapper-four .amen-wfour-inner .webc-container.custom-columns-gray .custom-columns-content .card .card-body .card-text h6 {
    font-size: 28px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .amenities-landing .amenities-wrapper-four .amen-wfour-inner .webc-container.custom-columns-gray .custom-columns-content .card .card-body .card-text h1,
  #ui-area .amenities-landing .amenities-wrapper-four .amen-wfour-inner .webc-container.custom-columns-gray .custom-columns-content .card .card-body .card-text h2,
  #ui-area .amenities-landing .amenities-wrapper-four .amen-wfour-inner .webc-container.custom-columns-gray .custom-columns-content .card .card-body .card-text h3,
  #ui-area .amenities-landing .amenities-wrapper-four .amen-wfour-inner .webc-container.custom-columns-gray .custom-columns-content .card .card-body .card-text h4,
  #ui-area .amenities-landing .amenities-wrapper-four .amen-wfour-inner .webc-container.custom-columns-gray .custom-columns-content .card .card-body .card-text h5,
  #ui-area .amenities-landing .amenities-wrapper-four .amen-wfour-inner .webc-container.custom-columns-gray .custom-columns-content .card .card-body .card-text h6 {
    font-size: 26px;
  }
}
#ui-area .amenities-landing .amenities-wrapper-five {
  position: relative;
}
#ui-area .amenities-landing .amenities-wrapper-five.is-inview .amen-wfive-inner .amen-wfive-content .webc-headingx {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.2s;
}
#ui-area .amenities-landing .amenities-wrapper-five.is-inview .amen-wfive-inner .amen-wfive-content p {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.3s;
}
#ui-area .amenities-landing .amenities-wrapper-five.is-inview .amen-wfive-inner .amen-wfive-images .cst-img-box .top-img img {
  -o-animation: fadeInRight ease-out 0.4s forwards;
  -webkit-animation: fadeInRight ease-out 0.4s forwards;
  animation: fadeInRight ease-out 0.4s forwards;
  animation-delay: 0.2s;
}
#ui-area .amenities-landing .amenities-wrapper-five.is-inview .amen-wfive-inner .amen-wfive-images .cst-img-box .btm-img img {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.3s;
}
#ui-area .amenities-landing .amenities-wrapper-five.cst-section {
  padding: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .amenities-landing .amenities-wrapper-five.cst-section {
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  #ui-area .amenities-landing .amenities-wrapper-five.cst-section {
    padding-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .amenities-landing .amenities-wrapper-five.cst-section {
    padding: 0 0 var(--section-padding);
  }
}
#ui-area .amenities-landing .amenities-wrapper-five:before {
  content: "";
  position: absolute;
  width: 11.979vw;
  height: 36.458vw;
  top: 0;
  right: 0;
  background: var(--wc-body-bg);
  margin-top: -6.25vw;
  border-radius: 14px;
}
@media (max-width: 767.98px) {
  #ui-area .amenities-landing .amenities-wrapper-five:before {
    display: none;
  }
}
@media (max-width: 767.98px) {
  #ui-area .amenities-landing .amenities-wrapper-five .amen-wfive-inner {
    margin-bottom: 30px;
  }
}
#ui-area .amenities-landing .amenities-wrapper-five .amen-wfive-inner .amen-wfive-images {
  flex: 0 0 64%;
  max-width: 64%;
  padding-left: 5.469vw;
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  #ui-area .amenities-landing .amenities-wrapper-five .amen-wfive-inner .amen-wfive-images {
    flex: 0 0 55%;
    max-width: 55%;
    padding-left: 2vw;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1365.98px) {
  #ui-area .amenities-landing .amenities-wrapper-five .amen-wfive-inner .amen-wfive-images {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 2vw;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .amenities-landing .amenities-wrapper-five .amen-wfive-inner .amen-wfive-images {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 30px;
  }
}
@media (max-width: 991.98px) {
  #ui-area .amenities-landing .amenities-wrapper-five .amen-wfive-inner .amen-wfive-images {
    flex: 0 0 55%;
    max-width: 55%;
    padding-left: 30px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .amenities-landing .amenities-wrapper-five .amen-wfive-inner .amen-wfive-images {
    flex: 100%;
    max-width: 100%;
    padding-left: 0;
    margin-bottom: 40px;
    order: 1;
  }
}
@media (max-width: 767.98px) {
  #ui-area .amenities-landing .amenities-wrapper-five .amen-wfive-inner .amen-wfive-images .cst-img-box {
    margin-top: 20px;
  }
}
#ui-area .amenities-landing .amenities-wrapper-five .amen-wfive-inner .amen-wfive-images .cst-img-box .top-img {
  position: relative;
  height: 0;
  width: 73.6%;
  padding-bottom: 48%;
  margin-left: auto;
}
@media (max-width: 767.98px) {
  #ui-area .amenities-landing .amenities-wrapper-five .amen-wfive-inner .amen-wfive-images .cst-img-box .top-img {
    width: 100%;
    padding-bottom: 74%;
  }
}
#ui-area .amenities-landing .amenities-wrapper-five .amen-wfive-inner .amen-wfive-images .cst-img-box .top-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.15);
  opacity: 0;
}
@media screen and (min-width: 1200px) and (max-width: 1899.98px) {
  #ui-area .amenities-landing .amenities-wrapper-five .amen-wfive-inner .amen-wfive-images .cst-img-box .top-img img {
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .amenities-landing .amenities-wrapper-five .amen-wfive-inner .amen-wfive-images .cst-img-box .top-img img {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 767.98px) {
  #ui-area .amenities-landing .amenities-wrapper-five .amen-wfive-inner .amen-wfive-images .cst-img-box .top-img img {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .amenities-landing .amenities-wrapper-five .amen-wfive-inner .amen-wfive-images .cst-img-box .top-img img {
    border-radius: 0.6360745116vw;
  }
}
#ui-area .amenities-landing .amenities-wrapper-five .amen-wfive-inner .amen-wfive-images .cst-img-box .btm-img {
  position: relative;
  height: 0;
  width: 48%;
  padding-bottom: 56.5%;
  margin-top: -17.708vw;
  z-index: 1;
  border-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .amenities-landing .amenities-wrapper-five .amen-wfive-inner .amen-wfive-images .cst-img-box .btm-img {
    border-radius: 0.6360745116vw;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  #ui-area .amenities-landing .amenities-wrapper-five .amen-wfive-inner .amen-wfive-images .cst-img-box .btm-img {
    margin-top: -200px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1365.98px) {
  #ui-area .amenities-landing .amenities-wrapper-five .amen-wfive-inner .amen-wfive-images .cst-img-box .btm-img {
    margin-top: -13.708vw;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .amenities-landing .amenities-wrapper-five .amen-wfive-inner .amen-wfive-images .cst-img-box .btm-img {
    margin-top: -120px;
  }
}
@media (max-width: 991.98px) {
  #ui-area .amenities-landing .amenities-wrapper-five .amen-wfive-inner .amen-wfive-images .cst-img-box .btm-img {
    margin-top: -80px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .amenities-landing .amenities-wrapper-five .amen-wfive-inner .amen-wfive-images .cst-img-box .btm-img {
    width: 60%;
    padding-bottom: 65.5%;
    margin: -100px auto 0;
  }
}
#ui-area .amenities-landing .amenities-wrapper-five .amen-wfive-inner .amen-wfive-images .cst-img-box .btm-img img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 4px solid var(--white-color);
  border-radius: 14px;
  box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.15);
  opacity: 0;
}
@media screen and (min-width: 1200px) and (max-width: 1899.98px) {
  #ui-area .amenities-landing .amenities-wrapper-five .amen-wfive-inner .amen-wfive-images .cst-img-box .btm-img img {
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .amenities-landing .amenities-wrapper-five .amen-wfive-inner .amen-wfive-images .cst-img-box .btm-img img {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 767.98px) {
  #ui-area .amenities-landing .amenities-wrapper-five .amen-wfive-inner .amen-wfive-images .cst-img-box .btm-img img {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .amenities-landing .amenities-wrapper-five .amen-wfive-inner .amen-wfive-images .cst-img-box .btm-img img {
    border-radius: 0.6360745116vw;
  }
}
@media (max-width: 991.98px) {
  #ui-area .amenities-landing .amenities-wrapper-five .amen-wfive-inner .amen-wfive-images .cst-img-box .btm-img img {
    left: 0;
    right: 0;
  }
}
#ui-area .amenities-landing .amenities-wrapper-five .amen-wfive-inner .amen-wfive-content {
  padding-top: 3.5vw;
  flex: 0 0 36%;
  max-width: 36%;
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  #ui-area .amenities-landing .amenities-wrapper-five .amen-wfive-inner .amen-wfive-content {
    padding-top: 2.7vw;
    flex: 0 0 45%;
    max-width: 45%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1365.98px) {
  #ui-area .amenities-landing .amenities-wrapper-five .amen-wfive-inner .amen-wfive-content {
    padding-top: 2.7vw;
    flex: 0 0 50%;
    max-width: 500%;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .amenities-landing .amenities-wrapper-five .amen-wfive-inner .amen-wfive-content {
    padding-top: 0px;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 991.98px) {
  #ui-area .amenities-landing .amenities-wrapper-five .amen-wfive-inner .amen-wfive-content {
    padding-top: 0;
    flex: 0 0 45%;
    max-width: 45%;
  }
}
@media (max-width: 767.98px) {
  #ui-area .amenities-landing .amenities-wrapper-five .amen-wfive-inner .amen-wfive-content {
    flex: 100%;
    max-width: 100%;
    order: 2;
  }
}
#ui-area .amenities-landing .amenities-wrapper-five .amen-wfive-inner .amen-wfive-content .webc-headingx {
  color: var(--heading-color2);
  font-family: "Myanmar MN", sans-serif;
  font-size: 36px;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: var(--wc-headingLineHeight);
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 10px;
  position: relative;
  opacity: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .amenities-landing .amenities-wrapper-five .amen-wfive-inner .amen-wfive-content .webc-headingx {
    font-size: 1.6356201726vw;
    margin-bottom: 0;
    padding-bottom: 0.4543389368vw;
    letter-spacing: 0.1363016811vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .amenities-landing .amenities-wrapper-five .amen-wfive-inner .amen-wfive-content .webc-headingx {
    font-size: 28px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .amenities-landing .amenities-wrapper-five .amen-wfive-inner .amen-wfive-content .webc-headingx {
    font-size: 26px;
  }
}
#ui-area .amenities-landing .amenities-wrapper-five .amen-wfive-inner .amen-wfive-content p {
  opacity: 0;
}
#ui-area .amenities-landing .amenities-wrapper-six {
  margin-top: -140px;
}
#ui-area .amenities-landing .amenities-wrapper-six.is-inview .amen-wsix-inner .featured-text-blocks-image .card .card-image {
  transform: none !important;
}
#ui-area .amenities-landing .amenities-wrapper-six.is-inview .amen-wsix-inner .featured-text-blocks-image .card .card-image img {
  -o-animation: fadeInLeft ease-out 0.4s forwards;
  -webkit-animation: fadeInLeft ease-out 0.4s forwards;
  animation: fadeInLeft ease-out 0.4s forwards;
  animation-delay: 0.2s;
}
#ui-area .amenities-landing .amenities-wrapper-six.is-inview .amen-wsix-inner .featured-text-blocks-image .card .card-body .card-text h1,
#ui-area .amenities-landing .amenities-wrapper-six.is-inview .amen-wsix-inner .featured-text-blocks-image .card .card-body .card-text h2,
#ui-area .amenities-landing .amenities-wrapper-six.is-inview .amen-wsix-inner .featured-text-blocks-image .card .card-body .card-text h3,
#ui-area .amenities-landing .amenities-wrapper-six.is-inview .amen-wsix-inner .featured-text-blocks-image .card .card-body .card-text h4,
#ui-area .amenities-landing .amenities-wrapper-six.is-inview .amen-wsix-inner .featured-text-blocks-image .card .card-body .card-text h5,
#ui-area .amenities-landing .amenities-wrapper-six.is-inview .amen-wsix-inner .featured-text-blocks-image .card .card-body .card-text h6 {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.3s;
}
#ui-area .amenities-landing .amenities-wrapper-six.is-inview .amen-wsix-inner .featured-text-blocks-image .card .card-body .card-text p {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.4s;
}
@media screen and (min-width: 1600px) and (max-width: 1899.98px) {
  #ui-area .amenities-landing .amenities-wrapper-six {
    margin-top: -100px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  #ui-area .amenities-landing .amenities-wrapper-six {
    margin-top: -60px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1365.98px) {
  #ui-area .amenities-landing .amenities-wrapper-six {
    margin-top: -20px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .amenities-landing .amenities-wrapper-six {
    margin-top: 30px;
  }
}
@media (max-width: 991.98px) {
  #ui-area .amenities-landing .amenities-wrapper-six {
    margin-top: 0;
  }
}
#ui-area .amenities-landing .amenities-wrapper-six.cst-section {
  padding: 0 0 calc(var(--section-padding) + 40px);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .amenities-landing .amenities-wrapper-six.cst-section {
    padding: 0 0 calc(var(--section-padding) + 1.8173557474vw);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .amenities-landing .amenities-wrapper-six.cst-section {
    padding: 0 0 calc(var(--section-padding) + 10px);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .amenities-landing .amenities-wrapper-six .amen-wsix-inner {
    margin-top: 0px;
  }
}
#ui-area .amenities-landing .amenities-wrapper-six .amen-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card {
  align-items: flex-end;
}
@media (max-width: 991.98px) {
  #ui-area .amenities-landing .amenities-wrapper-six .amen-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card {
    align-items: flex-start;
  }
}
#ui-area .amenities-landing .amenities-wrapper-six .amen-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image {
  padding-bottom: 28.5%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 991.98px) {
  #ui-area .amenities-landing .amenities-wrapper-six .amen-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image {
    flex: 0 0 45%;
    max-width: 45%;
  }
}
@media (max-width: 767.98px) {
  #ui-area .amenities-landing .amenities-wrapper-six .amen-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image {
    max-width: 100%;
    flex: 0 0 100%;
    padding-bottom: 60%;
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  #ui-area .amenities-landing .amenities-wrapper-six .amen-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image.order-md-2 {
    order: 2;
  }
}
#ui-area .amenities-landing .amenities-wrapper-six .amen-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image .card-img {
  border-radius: 14px;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.15);
  opacity: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .amenities-landing .amenities-wrapper-six .amen-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image .card-img {
    border-radius: 0.6360745116vw;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .amenities-landing .amenities-wrapper-six .amen-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image .card-img {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  }
}
#ui-area .amenities-landing .amenities-wrapper-six .amen-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body {
  padding-right: 4vw !important;
  padding-left: 0 !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599.98px) {
  #ui-area .amenities-landing .amenities-wrapper-six .amen-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body {
    padding-right: 0 !important;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .amenities-landing .amenities-wrapper-six .amen-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body {
    padding-right: 0 !important;
  }
}
#ui-area .amenities-landing .amenities-wrapper-six .amen-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text {
  padding-top: 0;
  padding-left: 4.479vw;
  padding-right: 0 !important;
}
@media screen and (min-width: 1366px) and (max-width: 1599.98px) {
  #ui-area .amenities-landing .amenities-wrapper-six .amen-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text {
    padding-left: 4.479vw;
  }
}
@media (max-width: 991.98px) {
  #ui-area .amenities-landing .amenities-wrapper-six .amen-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text {
    padding-left: 3.208vw;
  }
}
@media (max-width: 767.98px) {
  #ui-area .amenities-landing .amenities-wrapper-six .amen-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text {
    padding: 40px 0 0;
  }
}
#ui-area .amenities-landing .amenities-wrapper-six .amen-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h1,
#ui-area .amenities-landing .amenities-wrapper-six .amen-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h2,
#ui-area .amenities-landing .amenities-wrapper-six .amen-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h3,
#ui-area .amenities-landing .amenities-wrapper-six .amen-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h4,
#ui-area .amenities-landing .amenities-wrapper-six .amen-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h5,
#ui-area .amenities-landing .amenities-wrapper-six .amen-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h6 {
  color: var(--heading-color2);
  font-family: "Myanmar MN", sans-serif;
  font-size: 36px;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: var(--wc-headingLineHeight);
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 10px;
  position: relative;
  opacity: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .amenities-landing .amenities-wrapper-six .amen-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h1,
  #ui-area .amenities-landing .amenities-wrapper-six .amen-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h2,
  #ui-area .amenities-landing .amenities-wrapper-six .amen-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h3,
  #ui-area .amenities-landing .amenities-wrapper-six .amen-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h4,
  #ui-area .amenities-landing .amenities-wrapper-six .amen-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h5,
  #ui-area .amenities-landing .amenities-wrapper-six .amen-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h6 {
    font-size: 1.6356201726vw;
    margin-bottom: 0;
    padding-bottom: 0.4543389368vw;
    letter-spacing: 0.1363016811vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .amenities-landing .amenities-wrapper-six .amen-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h1,
  #ui-area .amenities-landing .amenities-wrapper-six .amen-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h2,
  #ui-area .amenities-landing .amenities-wrapper-six .amen-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h3,
  #ui-area .amenities-landing .amenities-wrapper-six .amen-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h4,
  #ui-area .amenities-landing .amenities-wrapper-six .amen-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h5,
  #ui-area .amenities-landing .amenities-wrapper-six .amen-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h6 {
    font-size: 28px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .amenities-landing .amenities-wrapper-six .amen-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h1,
  #ui-area .amenities-landing .amenities-wrapper-six .amen-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h2,
  #ui-area .amenities-landing .amenities-wrapper-six .amen-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h3,
  #ui-area .amenities-landing .amenities-wrapper-six .amen-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h4,
  #ui-area .amenities-landing .amenities-wrapper-six .amen-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h5,
  #ui-area .amenities-landing .amenities-wrapper-six .amen-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h6 {
    font-size: 26px;
  }
}
#ui-area .amenities-landing .amenities-wrapper-six .amen-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text p {
  opacity: 0;
}
#ui-area .amenities-landing .amenities-wrapper-seven.is-inview .amen-wseven-inner .featured-text-blocks-image .card .card-image {
  -o-animation: fadeInRight ease-out 0.4s forwards;
  -webkit-animation: fadeInRight ease-out 0.4s forwards;
  animation: fadeInRight ease-out 0.4s forwards;
  animation-delay: 0.3s;
}
#ui-area .amenities-landing .amenities-wrapper-seven.is-inview .amen-wseven-inner .featured-text-blocks-image .card .card-text h1,
#ui-area .amenities-landing .amenities-wrapper-seven.is-inview .amen-wseven-inner .featured-text-blocks-image .card .card-text h2,
#ui-area .amenities-landing .amenities-wrapper-seven.is-inview .amen-wseven-inner .featured-text-blocks-image .card .card-text h3,
#ui-area .amenities-landing .amenities-wrapper-seven.is-inview .amen-wseven-inner .featured-text-blocks-image .card .card-text h4,
#ui-area .amenities-landing .amenities-wrapper-seven.is-inview .amen-wseven-inner .featured-text-blocks-image .card .card-text h5,
#ui-area .amenities-landing .amenities-wrapper-seven.is-inview .amen-wseven-inner .featured-text-blocks-image .card .card-text h6 {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.4s;
}
#ui-area .amenities-landing .amenities-wrapper-seven.is-inview .amen-wseven-inner .featured-text-blocks-image .card .card-text p {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.5s;
}
#ui-area .amenities-landing .amenities-wrapper-seven.cst-section {
  padding: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .amenities-landing .amenities-wrapper-seven.cst-section {
    padding: 0;
  }
}
#ui-area .amenities-landing .amenities-wrapper-seven .amen-wseven-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image {
  z-index: 1;
  position: relative;
}
#ui-area .amenities-landing .amenities-wrapper-seven .amen-wseven-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 4.427vw;
  width: 100%;
  height: calc(100% - 4.427vw);
  background: var(--wc-body-bg);
  border-radius: 14px 14px 0 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .amenities-landing .amenities-wrapper-seven .amen-wseven-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image:before {
    border-radius: 0.6360745116vw 0;
    width: 93.46%;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .amenities-landing .amenities-wrapper-seven .amen-wseven-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image:before {
    width: calc(100% - 5.594rem);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .amenities-landing .amenities-wrapper-seven .amen-wseven-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image:before {
    width: calc(100% - 50px);
  }
}
@media (max-width: 991.98px) {
  #ui-area .amenities-landing .amenities-wrapper-seven .amen-wseven-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image:before {
    height: 100%;
    width: calc(100% - 30px);
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  #ui-area .amenities-landing .amenities-wrapper-seven .amen-wseven-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image:before {
    margin-top: 0;
    border-radius: 14px 14px 0 0;
    width: 100%;
  }
}
#ui-area .amenities-landing .amenities-wrapper-seven .amen-wseven-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card {
  align-items: center;
}
@media (max-width: 767.98px) {
  #ui-area .amenities-landing .amenities-wrapper-seven .amen-wseven-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card {
    padding-top: 20px;
  }
}
#ui-area .amenities-landing .amenities-wrapper-seven .amen-wseven-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image {
  padding-bottom: 30.6%;
  flex: 0 0 50%;
  max-width: 50%;
  opacity: 0;
}
@media (max-width: 991.98px) {
  #ui-area .amenities-landing .amenities-wrapper-seven .amen-wseven-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image {
    flex: 0 0 45%;
    max-width: 45%;
  }
}
@media (max-width: 767.98px) {
  #ui-area .amenities-landing .amenities-wrapper-seven .amen-wseven-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image {
    max-width: 90%;
    flex: 0 0 90%;
    padding-bottom: 55%;
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  #ui-area .amenities-landing .amenities-wrapper-seven .amen-wseven-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image.order-md-2 {
    order: 2;
  }
}
#ui-area .amenities-landing .amenities-wrapper-seven .amen-wseven-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image .card-img {
  border-radius: 14px 0 0 14px;
  box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 1200px) and (max-width: 1899.98px) {
  #ui-area .amenities-landing .amenities-wrapper-seven .amen-wseven-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image .card-img {
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .amenities-landing .amenities-wrapper-seven .amen-wseven-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image .card-img {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 767.98px) {
  #ui-area .amenities-landing .amenities-wrapper-seven .amen-wseven-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image .card-img {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .amenities-landing .amenities-wrapper-seven .amen-wseven-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image .card-img {
    border-radius: 0.6360745116vw 0 0 0.6360745116vw;
  }
}
@media (max-width: 767.98px) {
  #ui-area .amenities-landing .amenities-wrapper-seven .amen-wseven-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image .card-img {
    border-radius: 14px;
  }
}
@media (min-width: 768px) {
  #ui-area .amenities-landing .amenities-wrapper-seven .amen-wseven-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body {
    padding-right: 6.2vw !important;
  }
}
@media (max-width: 767.98px) {
  #ui-area .amenities-landing .amenities-wrapper-seven .amen-wseven-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-1 {
    order: 2;
  }
}
@media (min-width: 768px) {
  #ui-area .amenities-landing .amenities-wrapper-seven .amen-wseven-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text {
    padding-top: 4vw;
    padding-left: 5.208vw;
  }
}
@media (max-width: 991.98px) {
  #ui-area .amenities-landing .amenities-wrapper-seven .amen-wseven-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text {
    padding-left: 3.208vw;
    padding-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .amenities-landing .amenities-wrapper-seven .amen-wseven-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text {
    padding: 30px 20px 40px;
  }
}
#ui-area .amenities-landing .amenities-wrapper-seven .amen-wseven-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h1,
#ui-area .amenities-landing .amenities-wrapper-seven .amen-wseven-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h2,
#ui-area .amenities-landing .amenities-wrapper-seven .amen-wseven-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h3,
#ui-area .amenities-landing .amenities-wrapper-seven .amen-wseven-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h4,
#ui-area .amenities-landing .amenities-wrapper-seven .amen-wseven-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h5,
#ui-area .amenities-landing .amenities-wrapper-seven .amen-wseven-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h6 {
  color: var(--heading-color2);
  font-family: "Myanmar MN", sans-serif;
  font-size: 36px;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: var(--wc-headingLineHeight);
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 10px;
  position: relative;
  opacity: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .amenities-landing .amenities-wrapper-seven .amen-wseven-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h1,
  #ui-area .amenities-landing .amenities-wrapper-seven .amen-wseven-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h2,
  #ui-area .amenities-landing .amenities-wrapper-seven .amen-wseven-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h3,
  #ui-area .amenities-landing .amenities-wrapper-seven .amen-wseven-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h4,
  #ui-area .amenities-landing .amenities-wrapper-seven .amen-wseven-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h5,
  #ui-area .amenities-landing .amenities-wrapper-seven .amen-wseven-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h6 {
    font-size: 1.6356201726vw;
    margin-bottom: 0;
    padding-bottom: 0.4543389368vw;
    letter-spacing: 0.1363016811vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .amenities-landing .amenities-wrapper-seven .amen-wseven-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h1,
  #ui-area .amenities-landing .amenities-wrapper-seven .amen-wseven-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h2,
  #ui-area .amenities-landing .amenities-wrapper-seven .amen-wseven-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h3,
  #ui-area .amenities-landing .amenities-wrapper-seven .amen-wseven-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h4,
  #ui-area .amenities-landing .amenities-wrapper-seven .amen-wseven-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h5,
  #ui-area .amenities-landing .amenities-wrapper-seven .amen-wseven-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h6 {
    font-size: 28px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .amenities-landing .amenities-wrapper-seven .amen-wseven-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h1,
  #ui-area .amenities-landing .amenities-wrapper-seven .amen-wseven-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h2,
  #ui-area .amenities-landing .amenities-wrapper-seven .amen-wseven-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h3,
  #ui-area .amenities-landing .amenities-wrapper-seven .amen-wseven-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h4,
  #ui-area .amenities-landing .amenities-wrapper-seven .amen-wseven-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h5,
  #ui-area .amenities-landing .amenities-wrapper-seven .amen-wseven-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h6 {
    font-size: 26px;
  }
}
#ui-area .amenities-landing .amenities-wrapper-seven .amen-wseven-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text p {
  opacity: 0;
}
#ui-area .amenities-landing .amenities-wrapper-eight {
  /*end is-inview*/
}
#ui-area .amenities-landing .amenities-wrapper-eight.is-inview .amen-weight-inner .featured-text-blocks-image .card .card-image img {
  -o-animation: fadeInLeft ease-out 0.4s forwards;
  -webkit-animation: fadeInLeft ease-out 0.4s forwards;
  animation: fadeInLeft ease-out 0.4s forwards;
  animation-delay: 0.2s;
}
#ui-area .amenities-landing .amenities-wrapper-eight.is-inview .amen-weight-inner .featured-text-blocks-image .card .card-body .card-text h1,
#ui-area .amenities-landing .amenities-wrapper-eight.is-inview .amen-weight-inner .featured-text-blocks-image .card .card-body .card-text h2,
#ui-area .amenities-landing .amenities-wrapper-eight.is-inview .amen-weight-inner .featured-text-blocks-image .card .card-body .card-text h3,
#ui-area .amenities-landing .amenities-wrapper-eight.is-inview .amen-weight-inner .featured-text-blocks-image .card .card-body .card-text h4,
#ui-area .amenities-landing .amenities-wrapper-eight.is-inview .amen-weight-inner .featured-text-blocks-image .card .card-body .card-text h5,
#ui-area .amenities-landing .amenities-wrapper-eight.is-inview .amen-weight-inner .featured-text-blocks-image .card .card-body .card-text h6 {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.4s;
}
#ui-area .amenities-landing .amenities-wrapper-eight.is-inview .amen-weight-inner .featured-text-blocks-image .card .card-body .card-text p {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.5s;
}
#ui-area .amenities-landing .amenities-wrapper-eight.cst-section {
  padding: 0 0 var(--section-padding);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .amenities-landing .amenities-wrapper-eight.cst-section {
    padding: 0 0 var(--section-padding);
  }
}
#ui-area .amenities-landing .amenities-wrapper-eight .amen-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image {
  position: relative;
}
#ui-area .amenities-landing .amenities-wrapper-eight .amen-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image:before {
  content: "";
  position: absolute;
  margin-top: 0;
  top: 0;
  left: 7.594rem;
  width: calc(100% - 7.594rem);
  height: calc(100% - 4.427vw);
  background: var(--wc-body-bg);
  border-radius: 0 0 14px 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .amenities-landing .amenities-wrapper-eight .amen-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image:before {
    border-radius: 0 0 0.6360745116vw 0.6360745116vw;
    width: 93.46%;
    left: 6.54%;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1599.98px) {
  #ui-area .amenities-landing .amenities-wrapper-eight .amen-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image:before {
    width: calc(100% - 5.594rem);
    left: 5.594rem;
    height: calc(100% - 1vw);
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
  #ui-area .amenities-landing .amenities-wrapper-eight .amen-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image:before {
    width: calc(100% - 5.594rem);
    left: 5.594rem;
    height: calc(100% - 3vw);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .amenities-landing .amenities-wrapper-eight .amen-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image:before {
    width: calc(100% - 50px);
    height: calc(100% + 15px);
    left: 50px;
  }
}
@media (max-width: 991.98px) {
  #ui-area .amenities-landing .amenities-wrapper-eight .amen-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image:before {
    width: calc(100% - 30px);
    height: 100%;
    margin-top: 0;
    left: 30px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .amenities-landing .amenities-wrapper-eight .amen-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image:before {
    left: 0;
    width: 100%;
    margin-top: 0;
    border-radius: 0 0 14px 14px;
  }
}
#ui-area .amenities-landing .amenities-wrapper-eight .amen-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card {
  align-items: flex-start;
}
#ui-area .amenities-landing .amenities-wrapper-eight .amen-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image {
  padding-bottom: 30.6%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 991.98px) {
  #ui-area .amenities-landing .amenities-wrapper-eight .amen-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image {
    flex: 0 0 45%;
    max-width: 45%;
  }
}
@media (max-width: 767.98px) {
  #ui-area .amenities-landing .amenities-wrapper-eight .amen-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image {
    max-width: 90%;
    flex: 0 0 90%;
    padding-bottom: 55%;
    margin: 0 auto 0;
  }
}
@media (max-width: 767.98px) {
  #ui-area .amenities-landing .amenities-wrapper-eight .amen-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image.order-md-1 {
    order: 1;
  }
}
#ui-area .amenities-landing .amenities-wrapper-eight .amen-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image .card-img {
  border-radius: 0 14px 14px 0;
  box-shadow: 0px 25px 60px 0px rgba(0, 0, 0, 0.15);
  opacity: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .amenities-landing .amenities-wrapper-eight .amen-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image .card-img {
    border-radius: 0 0.6360745116vw 0.6360745116vw 0;
    box-shadow: 0px 1.1358473421vw 2.7260336211vw 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 767.98px) {
  #ui-area .amenities-landing .amenities-wrapper-eight .amen-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image .card-img {
    border-radius: 14px;
  }
}
#ui-area .amenities-landing .amenities-wrapper-eight .amen-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body {
  padding-right: 6.2vw !important;
}
@media screen and (min-width: 1200px) and (max-width: 1366.98px) {
  #ui-area .amenities-landing .amenities-wrapper-eight .amen-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body {
    padding-right: 2vw !important;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .amenities-landing .amenities-wrapper-eight .amen-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body {
    padding-right: 1vw !important;
  }
}
@media (max-width: 767.98px) {
  #ui-area .amenities-landing .amenities-wrapper-eight .amen-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body {
    padding-right: 0 !important;
  }
}
@media (max-width: 767.98px) {
  #ui-area .amenities-landing .amenities-wrapper-eight .amen-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-2 {
    order: 2;
  }
}
#ui-area .amenities-landing .amenities-wrapper-eight .amen-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text {
  padding-top: 4vw;
  padding-left: 5.208vw;
}
@media screen and (min-width: 1200px) and (max-width: 1899.98px) {
  #ui-area .amenities-landing .amenities-wrapper-eight .amen-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text {
    padding-top: 2vw;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .amenities-landing .amenities-wrapper-eight .amen-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text {
    padding-top: 2.5vw;
    padding-left: 2.7vw;
  }
}
@media (max-width: 991.98px) {
  #ui-area .amenities-landing .amenities-wrapper-eight .amen-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text {
    padding-left: 3.208vw;
    padding-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .amenities-landing .amenities-wrapper-eight .amen-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text {
    padding: 40px 20px 20px;
  }
}
#ui-area .amenities-landing .amenities-wrapper-eight .amen-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h1,
#ui-area .amenities-landing .amenities-wrapper-eight .amen-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h2,
#ui-area .amenities-landing .amenities-wrapper-eight .amen-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h3,
#ui-area .amenities-landing .amenities-wrapper-eight .amen-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h4,
#ui-area .amenities-landing .amenities-wrapper-eight .amen-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h5,
#ui-area .amenities-landing .amenities-wrapper-eight .amen-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h6 {
  color: var(--heading-color2);
  font-family: "Myanmar MN", sans-serif;
  font-size: 36px;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: var(--wc-headingLineHeight);
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 10px;
  position: relative;
  opacity: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .amenities-landing .amenities-wrapper-eight .amen-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h1,
  #ui-area .amenities-landing .amenities-wrapper-eight .amen-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h2,
  #ui-area .amenities-landing .amenities-wrapper-eight .amen-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h3,
  #ui-area .amenities-landing .amenities-wrapper-eight .amen-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h4,
  #ui-area .amenities-landing .amenities-wrapper-eight .amen-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h5,
  #ui-area .amenities-landing .amenities-wrapper-eight .amen-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h6 {
    font-size: 1.6356201726vw;
    margin-bottom: 0;
    padding-bottom: 0.4543389368vw;
    letter-spacing: 0.1363016811vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .amenities-landing .amenities-wrapper-eight .amen-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h1,
  #ui-area .amenities-landing .amenities-wrapper-eight .amen-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h2,
  #ui-area .amenities-landing .amenities-wrapper-eight .amen-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h3,
  #ui-area .amenities-landing .amenities-wrapper-eight .amen-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h4,
  #ui-area .amenities-landing .amenities-wrapper-eight .amen-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h5,
  #ui-area .amenities-landing .amenities-wrapper-eight .amen-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h6 {
    font-size: 28px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .amenities-landing .amenities-wrapper-eight .amen-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h1,
  #ui-area .amenities-landing .amenities-wrapper-eight .amen-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h2,
  #ui-area .amenities-landing .amenities-wrapper-eight .amen-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h3,
  #ui-area .amenities-landing .amenities-wrapper-eight .amen-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h4,
  #ui-area .amenities-landing .amenities-wrapper-eight .amen-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h5,
  #ui-area .amenities-landing .amenities-wrapper-eight .amen-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h6 {
    font-size: 26px;
  }
}
#ui-area .amenities-landing .amenities-wrapper-eight .amen-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text p {
  opacity: 0;
}
#ui-area .membership-landing .webc-container {
  margin-bottom: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .membership-landing .webc-container {
    margin-bottom: 0;
  }
}
#ui-area .membership-landing .membership-wrapper-one {
  /*end is-inview*/
}
#ui-area .membership-landing .membership-wrapper-one.is-inview .memb-one-inner .membership-card-ui .card-text h1,
#ui-area .membership-landing .membership-wrapper-one.is-inview .memb-one-inner .membership-card-ui .card-text h2,
#ui-area .membership-landing .membership-wrapper-one.is-inview .memb-one-inner .membership-card-ui .card-text h4,
#ui-area .membership-landing .membership-wrapper-one.is-inview .memb-one-inner .membership-card-ui .card-text h5,
#ui-area .membership-landing .membership-wrapper-one.is-inview .memb-one-inner .membership-card-ui .card-text h6 {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.3s;
}
#ui-area .membership-landing .membership-wrapper-one.is-inview .memb-one-inner .membership-card-ui .card-text p {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.4s;
}
#ui-area .membership-landing .membership-wrapper-one.is-inview .memb-one-inner .membership-card-ui .card-text p:before {
  width: 130px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .membership-landing .membership-wrapper-one.is-inview .memb-one-inner .membership-card-ui .card-text p:before {
    width: 5.906406179vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .membership-landing .membership-wrapper-one.is-inview .memb-one-inner .membership-card-ui .card-text p:before {
    width: 70px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .membership-landing .membership-wrapper-one.is-inview .memb-one-inner .membership-card-ui .card-text p:before {
    width: 30px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .membership-landing .membership-wrapper-one.is-inview .memb-one-inner .membership-card-ui .card-text p:before {
    display: none;
  }
}
#ui-area .membership-landing .membership-wrapper-one.is-inview .memb-one-inner .membership-card-ui .card-image-one img {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.3s;
}
@media (max-width: 767.98px) {
  #ui-area .membership-landing .membership-wrapper-one.is-inview .memb-one-inner .membership-card-ui .card-image-two {
    display: none;
  }
}
#ui-area .membership-landing .membership-wrapper-one.is-inview .memb-one-inner .membership-card-ui .card-image-two img {
  -o-animation: fadeInRight ease-out 0.4s forwards;
  -webkit-animation: fadeInRight ease-out 0.4s forwards;
  animation: fadeInRight ease-out 0.4s forwards;
  animation-delay: 0.2s;
}
#ui-area .membership-landing .membership-wrapper-one.cst-section {
  padding: var(--section-padding) 0 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .membership-landing .membership-wrapper-one.cst-section {
    padding: var(--section-padding) 0 0;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .membership-landing .membership-wrapper-one.cst-section {
    padding: var(--section-padding) 0 0;
  }
}
@media (max-width: 991.98px) {
  #ui-area .membership-landing .membership-wrapper-one.cst-section {
    padding: var(--section-padding) 0 0;
  }
}
#ui-area .membership-landing .membership-wrapper-one .memb-one-inner .membership-card-ui {
  display: flex;
}
@media (max-width: 767.98px) {
  #ui-area .membership-landing .membership-wrapper-one .memb-one-inner .membership-card-ui {
    flex-direction: column;
  }
}
#ui-area .membership-landing .membership-wrapper-one .memb-one-inner .membership-card-ui .card-text h1,
#ui-area .membership-landing .membership-wrapper-one .memb-one-inner .membership-card-ui .card-text h2,
#ui-area .membership-landing .membership-wrapper-one .memb-one-inner .membership-card-ui .card-text h4,
#ui-area .membership-landing .membership-wrapper-one .memb-one-inner .membership-card-ui .card-text h5,
#ui-area .membership-landing .membership-wrapper-one .memb-one-inner .membership-card-ui .card-text h6 {
  color: var(--heading-color1);
  font-family: var(--wc-heading-font-family1);
  font-size: 48px;
  letter-spacing: 0;
  font-weight: 400;
  line-height: var(--wc-headingLineHeight);
  margin-bottom: 13px;
  -webkit-text-transform: none;
  text-transform: none;
  opacity: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .membership-landing .membership-wrapper-one .memb-one-inner .membership-card-ui .card-text h1,
  #ui-area .membership-landing .membership-wrapper-one .memb-one-inner .membership-card-ui .card-text h2,
  #ui-area .membership-landing .membership-wrapper-one .memb-one-inner .membership-card-ui .card-text h4,
  #ui-area .membership-landing .membership-wrapper-one .memb-one-inner .membership-card-ui .card-text h5,
  #ui-area .membership-landing .membership-wrapper-one .memb-one-inner .membership-card-ui .card-text h6 {
    font-size: 2.1808268969vw;
    margin-bottom: 0.5906406179vw;
    letter-spacing: 0;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .membership-landing .membership-wrapper-one .memb-one-inner .membership-card-ui .card-text h1,
  #ui-area .membership-landing .membership-wrapper-one .memb-one-inner .membership-card-ui .card-text h2,
  #ui-area .membership-landing .membership-wrapper-one .memb-one-inner .membership-card-ui .card-text h4,
  #ui-area .membership-landing .membership-wrapper-one .memb-one-inner .membership-card-ui .card-text h5,
  #ui-area .membership-landing .membership-wrapper-one .memb-one-inner .membership-card-ui .card-text h6 {
    font-size: 40px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .membership-landing .membership-wrapper-one .memb-one-inner .membership-card-ui .card-text h1,
  #ui-area .membership-landing .membership-wrapper-one .memb-one-inner .membership-card-ui .card-text h2,
  #ui-area .membership-landing .membership-wrapper-one .memb-one-inner .membership-card-ui .card-text h4,
  #ui-area .membership-landing .membership-wrapper-one .memb-one-inner .membership-card-ui .card-text h5,
  #ui-area .membership-landing .membership-wrapper-one .memb-one-inner .membership-card-ui .card-text h6 {
    font-size: 36px;
  }
}
@media (max-width: 991.98px) {
  #ui-area .membership-landing .membership-wrapper-one .memb-one-inner .membership-card-ui .card-text h1,
  #ui-area .membership-landing .membership-wrapper-one .memb-one-inner .membership-card-ui .card-text h2,
  #ui-area .membership-landing .membership-wrapper-one .memb-one-inner .membership-card-ui .card-text h4,
  #ui-area .membership-landing .membership-wrapper-one .memb-one-inner .membership-card-ui .card-text h5,
  #ui-area .membership-landing .membership-wrapper-one .memb-one-inner .membership-card-ui .card-text h6 {
    font-size: 38px;
  }
}
#ui-area .membership-landing .membership-wrapper-one .memb-one-inner .membership-card-ui .card-text p {
  position: relative;
  padding-left: 9.5vw;
  margin-top: 0;
  margin-bottom: 2rem;
  opacity: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .membership-landing .membership-wrapper-one .memb-one-inner .membership-card-ui .card-text p {
    margin-bottom: 1.4538845979vw;
    margin-top: 0;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .membership-landing .membership-wrapper-one .memb-one-inner .membership-card-ui .card-text p {
    padding-left: 7vw;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .membership-landing .membership-wrapper-one .memb-one-inner .membership-card-ui .card-text p {
    padding-left: 40px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .membership-landing .membership-wrapper-one .memb-one-inner .membership-card-ui .card-text p {
    padding-left: 0;
  }
}
#ui-area .membership-landing .membership-wrapper-one .memb-one-inner .membership-card-ui .card-text p:before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  background: var(--wc-border-color);
  height: 1px;
  top: 10px;
  transition: 3s all;
}
@media (prefers-reduced-motion: reduce) {
  #ui-area .membership-landing .membership-wrapper-one .memb-one-inner .membership-card-ui .card-text p:before {
    transition: none;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .membership-landing .membership-wrapper-one .memb-one-inner .membership-card-ui .card-text p:before {
    left: 0;
    top: 0.4543389368vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .membership-landing .membership-wrapper-one .memb-one-inner .membership-card-ui .card-text p:before {
    top: 10px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .membership-landing .membership-wrapper-one .memb-one-inner .membership-card-ui .card-text p:before {
    display: none;
  }
}
#ui-area .membership-landing .membership-wrapper-one .memb-one-inner .membership-card-ui .card-image-one {
  position: relative;
  height: 0;
  padding-bottom: 18%;
  flex: 0 0 18%;
  max-width: 18%;
  margin-left: 4.688vw;
  margin-top: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .membership-landing .membership-wrapper-one .memb-one-inner .membership-card-ui .card-image-one {
    margin-left: 4.0890504316vw;
  }
}
@media (max-width: 991.98px) {
  #ui-area .membership-landing .membership-wrapper-one .memb-one-inner .membership-card-ui .card-image-one {
    margin-left: 20px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .membership-landing .membership-wrapper-one .memb-one-inner .membership-card-ui .card-image-one {
    padding-bottom: 90%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
#ui-area .membership-landing .membership-wrapper-one .memb-one-inner .membership-card-ui .card-image-one img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.15);
  opacity: 0;
}
@media screen and (min-width: 1200px) and (max-width: 1899.98px) {
  #ui-area .membership-landing .membership-wrapper-one .memb-one-inner .membership-card-ui .card-image-one img {
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .membership-landing .membership-wrapper-one .memb-one-inner .membership-card-ui .card-image-one img {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 767.98px) {
  #ui-area .membership-landing .membership-wrapper-one .memb-one-inner .membership-card-ui .card-image-one img {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .membership-landing .membership-wrapper-one .memb-one-inner .membership-card-ui .card-image-one img {
    border-radius: 0.6360745116vw;
  }
}
#ui-area .membership-landing .membership-wrapper-one .memb-one-inner .membership-card-ui .card-image-two {
  position: relative;
  z-index: 1;
  height: 0;
  padding-bottom: 27%;
  flex: 0 0 27%;
  max-width: 27%;
  margin-left: 1.979vw;
  top: 53px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .membership-landing .membership-wrapper-one .memb-one-inner .membership-card-ui .card-image-two {
    top: 2.4079963653vw;
  }
}
@media (max-width: 991.98px) {
  #ui-area .membership-landing .membership-wrapper-one .memb-one-inner .membership-card-ui .card-image-two {
    margin-left: 10px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .membership-landing .membership-wrapper-one .memb-one-inner .membership-card-ui .card-image-two {
    padding-bottom: 60%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    top: 2rem;
  }
}
#ui-area .membership-landing .membership-wrapper-one .memb-one-inner .membership-card-ui .card-image-two img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.15);
  z-index: 1;
  opacity: 0;
}
@media screen and (min-width: 1200px) and (max-width: 1899.98px) {
  #ui-area .membership-landing .membership-wrapper-one .memb-one-inner .membership-card-ui .card-image-two img {
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .membership-landing .membership-wrapper-one .memb-one-inner .membership-card-ui .card-image-two img {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 767.98px) {
  #ui-area .membership-landing .membership-wrapper-one .memb-one-inner .membership-card-ui .card-image-two img {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .membership-landing .membership-wrapper-one .memb-one-inner .membership-card-ui .card-image-two img {
    border-radius: 0.6360745116vw;
  }
}
#ui-area .membership-landing .membership-wrapper-two {
  /*End is-inview*/
  margin-top: -69px;
}
#ui-area .membership-landing .membership-wrapper-two.is-inview .memb-wtwo-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image img {
  -o-animation: fadeInLeft ease-out 0.4s forwards;
  -webkit-animation: fadeInLeft ease-out 0.4s forwards;
  animation: fadeInLeft ease-out 0.4s forwards;
  animation-delay: 0.2s;
}
#ui-area .membership-landing .membership-wrapper-two.is-inview .memb-wtwo-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text:before {
  height: 100%;
}
@media (max-width: 767.98px) {
  #ui-area .membership-landing .membership-wrapper-two.is-inview .memb-wtwo-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text:before {
    display: none;
  }
}
#ui-area .membership-landing .membership-wrapper-two.is-inview .memb-wtwo-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text p {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.3s;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .membership-landing .membership-wrapper-two {
    margin-top: -3.1349386642vw;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .membership-landing .membership-wrapper-two {
    margin-top: 0;
  }
}
@media (max-width: 991.98px) {
  #ui-area .membership-landing .membership-wrapper-two {
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .membership-landing .membership-wrapper-two {
    margin-top: 0;
  }
}
#ui-area .membership-landing .membership-wrapper-two.cst-section {
  padding: 0;
}
@media (max-width: 767.98px) {
  #ui-area .membership-landing .membership-wrapper-two.cst-section {
    padding: var(--section-padding) 0 0;
  }
}
#ui-area .membership-landing .membership-wrapper-two .memb-wtwo-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card {
  align-items: center;
}
#ui-area .membership-landing .membership-wrapper-two .memb-wtwo-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card:before {
  content: "";
  position: absolute;
  left: 0;
  height: calc(100% - 4.167vw);
  width: 100vw;
  background: var(--wc-body-bg);
}
@media (max-width: 767.98px) {
  #ui-area .membership-landing .membership-wrapper-two .memb-wtwo-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card:before {
    left: -20px;
  }
}
#ui-area .membership-landing .membership-wrapper-two .memb-wtwo-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image {
  padding-bottom: 26.8%;
  flex: 0 0 43.6%;
  max-width: 43.6%;
}
@media (max-width: 767.98px) {
  #ui-area .membership-landing .membership-wrapper-two .memb-wtwo-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image {
    padding-bottom: 60%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 2rem;
    order: 2;
  }
}
#ui-area .membership-landing .membership-wrapper-two .memb-wtwo-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image img {
  border-radius: 14px;
  box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.15);
  opacity: 0;
}
@media screen and (min-width: 1200px) and (max-width: 1899.98px) {
  #ui-area .membership-landing .membership-wrapper-two .memb-wtwo-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image img {
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .membership-landing .membership-wrapper-two .memb-wtwo-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image img {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 767.98px) {
  #ui-area .membership-landing .membership-wrapper-two .memb-wtwo-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image img {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .membership-landing .membership-wrapper-two .memb-wtwo-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image img {
    border-radius: 0.6360745116vw;
  }
}
#ui-area .membership-landing .membership-wrapper-two .memb-wtwo-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body {
  padding-left: 7.188vw !important;
}
@media (max-width: 1440.98px) {
  #ui-area .membership-landing .membership-wrapper-two .memb-wtwo-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body {
    padding-left: 73px !important;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .membership-landing .membership-wrapper-two .memb-wtwo-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body {
    padding-left: 40px !important;
  }
}
@media (max-width: 991.98px) {
  #ui-area .membership-landing .membership-wrapper-two .memb-wtwo-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body {
    padding-left: 20px !important;
  }
}
@media (max-width: 767.98px) {
  #ui-area .membership-landing .membership-wrapper-two .memb-wtwo-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body {
    padding-left: 0 !important;
  }
}
#ui-area .membership-landing .membership-wrapper-two .memb-wtwo-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text {
  position: relative;
  max-width: 75%;
  padding-left: 2.083vw;
  margin-top: 50px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .membership-landing .membership-wrapper-two .memb-wtwo-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text {
    padding-left: 1.8173557474vw;
    margin-top: 2.2716946842vw;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1899.98px) {
  #ui-area .membership-landing .membership-wrapper-two .memb-wtwo-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text {
    max-width: 86%;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .membership-landing .membership-wrapper-two .memb-wtwo-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text {
    max-width: 82%;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .membership-landing .membership-wrapper-two .memb-wtwo-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text {
    max-width: 91%;
  }
}
@media (max-width: 991.98px) {
  #ui-area .membership-landing .membership-wrapper-two .memb-wtwo-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text {
    max-width: 100%;
    padding-left: 20px !important;
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  #ui-area .membership-landing .membership-wrapper-two .memb-wtwo-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text {
    max-width: 100%;
    padding-top: 30px;
    padding-left: 0 !important;
    padding-bottom: 20px;
  }
}
#ui-area .membership-landing .membership-wrapper-two .memb-wtwo-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 0;
  left: 0;
  background: var(--header-border-color);
  transition: 3s all;
}
@media (prefers-reduced-motion: reduce) {
  #ui-area .membership-landing .membership-wrapper-two .memb-wtwo-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text:before {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  #ui-area .membership-landing .membership-wrapper-two .memb-wtwo-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text:before {
    display: none;
  }
}
#ui-area .membership-landing .membership-wrapper-two .memb-wtwo-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text p {
  opacity: 0;
}
#ui-area .membership-landing .membership-wrapper-three {
  position: relative;
}
#ui-area .membership-landing .membership-wrapper-three.is-inview::before {
  -o-animation: fadeInRight ease-out 0.4s forwards;
  -webkit-animation: fadeInRight ease-out 0.4s forwards;
  animation: fadeInRight ease-out 0.4s forwards;
  animation-delay: 0.2s;
}
#ui-area .membership-landing .membership-wrapper-three.is-inview:after {
  height: 4.6875vw;
}
@media (max-width: 1199.98px) {
  #ui-area .membership-landing .membership-wrapper-three.is-inview:after {
    height: 65px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .membership-landing .membership-wrapper-three.is-inview:after {
    display: none;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .membership-landing .membership-wrapper-three.is-inview .memb-three-ui .card {
    max-width: 89%;
    margin: 0 auto;
  }
}
#ui-area .membership-landing .membership-wrapper-three.is-inview .memb-three-ui .card .card-text p {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.5s;
}
@media (max-width: 767.98px) {
  #ui-area .membership-landing .membership-wrapper-three.is-inview .memb-three-ui .card .card-text p {
    letter-spacing: 0;
  }
}
#ui-area .membership-landing .membership-wrapper-three.cst-section {
  padding: var(--section-padding) 0 calc(var(--section-padding) + 30px);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .membership-landing .membership-wrapper-three.cst-section {
    padding: var(--section-padding) 0 calc(var(--section-padding) + 1.3630168105vw);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .membership-landing .membership-wrapper-three.cst-section {
    padding: var(--section-padding) 0 calc(var(--section-padding) + 20px);
  }
}
@media (max-width: 991.98px) {
  #ui-area .membership-landing .membership-wrapper-three.cst-section {
    padding: var(--section-padding) 0 calc(var(--section-padding) + 10px);
  }
}
#ui-area .membership-landing .membership-wrapper-three::before {
  background-image: url(../images/club-images/membershipLeaf.svg);
  content: "";
  display: block;
  position: absolute;
  width: 13.854vw;
  height: 34.063vw;
  right: 0px;
  bottom: -7.292vw;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .membership-landing .membership-wrapper-three::before {
    width: 12.0854157201vw;
    height: 29.7137664698vw;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .membership-landing .membership-wrapper-three::before {
    bottom: 40px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .membership-landing .membership-wrapper-three::before {
    bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .membership-landing .membership-wrapper-three::before {
    display: none;
  }
}
#ui-area .membership-landing .membership-wrapper-three:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: var(--wc-border-color);
  transition: 3s all;
}
@media (prefers-reduced-motion: reduce) {
  #ui-area .membership-landing .membership-wrapper-three:after {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  #ui-area .membership-landing .membership-wrapper-three:after {
    display: none;
  }
}
#ui-area .membership-landing .membership-wrapper-three .card-text p {
  opacity: 0;
}
#ui-area .membership-landing .membership-wrapper-four.is-inview .phwfour-inner .mhwfour-left-img .form-left-img {
  animation: fadeInLeft ease-out 0.4s forwards;
  animation-delay: 0.3s;
}
#ui-area .membership-landing .membership-wrapper-four.is-inview .phwfour-inner .mhwfour-right-cont .card-text h1,
#ui-area .membership-landing .membership-wrapper-four.is-inview .phwfour-inner .mhwfour-right-cont .card-text h2,
#ui-area .membership-landing .membership-wrapper-four.is-inview .phwfour-inner .mhwfour-right-cont .card-text h3,
#ui-area .membership-landing .membership-wrapper-four.is-inview .phwfour-inner .mhwfour-right-cont .card-text h4,
#ui-area .membership-landing .membership-wrapper-four.is-inview .phwfour-inner .mhwfour-right-cont .card-text h5,
#ui-area .membership-landing .membership-wrapper-four.is-inview .phwfour-inner .mhwfour-right-cont .card-text h6 {
  animation: fadeInRight ease-out 0.4s forwards;
  animation-delay: 0.4s;
}
#ui-area .membership-landing .membership-wrapper-four.is-inview .phwfour-inner .mhwfour-right-cont .fd-display-container .fd-section-name {
  animation: fadeInRight ease-out 0.4s forwards;
  animation-delay: 0.4s;
}
#ui-area .membership-landing .membership-wrapper-four.is-inview .phwfour-inner .mhwfour-right-cont .fd-display-container .ui-grid-col-2.btn-responsive {
  animation: fadeInRight ease-out 0.4s forwards;
  animation-delay: 0.4s;
}
#ui-area .membership-landing .membership-wrapper-four.cst-section {
  padding: 0 0 calc(var(--section-padding) - 20px);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .membership-landing .membership-wrapper-four.cst-section {
    padding: 0 0 calc(var(--section-padding) - 0.9086778737vw);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .membership-landing .membership-wrapper-four.cst-section {
    padding: 30px 0 calc(var(--section-padding) - 20px);
  }
}
@media (max-width: 991.98px) {
  #ui-area .membership-landing .membership-wrapper-four.cst-section {
    padding: calc(var(--section-padding) - 30px) 0 calc(var(--section-padding) - 30px);
  }
}
@media (max-width: 991.98px) {
  #ui-area .membership-landing .membership-wrapper-four .phwfour-inner .mhwfour-left-img {
    padding-right: 0 !important;
  }
}
#ui-area .membership-landing .membership-wrapper-four .phwfour-inner .mhwfour-left-img .form-left-img {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  opacity: 0;
}
@media (max-width: 991.98px) {
  #ui-area .membership-landing .membership-wrapper-four .phwfour-inner .mhwfour-left-img .form-left-img {
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  #ui-area .membership-landing .membership-wrapper-four .phwfour-inner .mhwfour-left-img .form-left-img {
    width: 100%;
    padding-bottom: 84%;
    margin-bottom: 50px;
  }
}
#ui-area .membership-landing .membership-wrapper-four .phwfour-inner .mhwfour-left-img .form-left-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 14px 14px 0;
  box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767.98px) {
  #ui-area .membership-landing .membership-wrapper-four .phwfour-inner .mhwfour-left-img .form-left-img img {
    border-radius: 0;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
  }
}
#ui-area .membership-landing .membership-wrapper-four .phwfour-inner .mhwfour-right-cont {
  padding: 150px var(--container-padding) 0 50px !important;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .membership-landing .membership-wrapper-four .phwfour-inner .mhwfour-right-cont {
    padding: 6.8150840527vw var(--container-padding) 0 2.2716946842vw !important;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1899.98px) {
  #ui-area .membership-landing .membership-wrapper-four .phwfour-inner .mhwfour-right-cont {
    padding: 50px var(--container-padding) 0 50px !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1365.98px) {
  #ui-area .membership-landing .membership-wrapper-four .phwfour-inner .mhwfour-right-cont {
    padding: 0px var(--container-padding) 0 30px !important;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .membership-landing .membership-wrapper-four .phwfour-inner .mhwfour-right-cont {
    padding: 0px var(--container-padding) 0 30px !important;
  }
}
@media (max-width: 991.98px) {
  #ui-area .membership-landing .membership-wrapper-four .phwfour-inner .mhwfour-right-cont {
    padding: 0px var(--container-padding) 0 20px !important;
  }
}
#ui-area .membership-landing .membership-wrapper-four .phwfour-inner .mhwfour-right-cont.cst-formd-wrapper.cst-section {
  padding: calc(var(--section-padding) - 50px) 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .membership-landing .membership-wrapper-four .phwfour-inner .mhwfour-right-cont.cst-formd-wrapper.cst-section {
    padding: calc(var(--section-padding) - 2.2716946842vw) 0;
  }
}
@media (max-width: 767.98px) {
  #ui-area .membership-landing .membership-wrapper-four .phwfour-inner .mhwfour-right-cont.cst-formd-wrapper.cst-section {
    padding: calc(var(--section-padding) - 50px) 0 calc(var(--section-padding));
  }
}
#ui-area .membership-landing .membership-wrapper-four .phwfour-inner .mhwfour-right-cont.cst-formd-wrapper .card-text h1,
#ui-area .membership-landing .membership-wrapper-four .phwfour-inner .mhwfour-right-cont.cst-formd-wrapper .card-text h2,
#ui-area .membership-landing .membership-wrapper-four .phwfour-inner .mhwfour-right-cont.cst-formd-wrapper .card-text h3,
#ui-area .membership-landing .membership-wrapper-four .phwfour-inner .mhwfour-right-cont.cst-formd-wrapper .card-text h4,
#ui-area .membership-landing .membership-wrapper-four .phwfour-inner .mhwfour-right-cont.cst-formd-wrapper .card-text h5,
#ui-area .membership-landing .membership-wrapper-four .phwfour-inner .mhwfour-right-cont.cst-formd-wrapper .card-text h6 {
  color: var(--heading-color1);
  font-family: var(--wc-heading-font-family1);
  font-size: 48px;
  letter-spacing: 0;
  font-weight: 400;
  line-height: var(--wc-headingLineHeight);
  margin-bottom: 13px;
  padding-left: 0.5rem;
  -webkit-text-transform: none;
  text-transform: none;
  opacity: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .membership-landing .membership-wrapper-four .phwfour-inner .mhwfour-right-cont.cst-formd-wrapper .card-text h1,
  #ui-area .membership-landing .membership-wrapper-four .phwfour-inner .mhwfour-right-cont.cst-formd-wrapper .card-text h2,
  #ui-area .membership-landing .membership-wrapper-four .phwfour-inner .mhwfour-right-cont.cst-formd-wrapper .card-text h3,
  #ui-area .membership-landing .membership-wrapper-four .phwfour-inner .mhwfour-right-cont.cst-formd-wrapper .card-text h4,
  #ui-area .membership-landing .membership-wrapper-four .phwfour-inner .mhwfour-right-cont.cst-formd-wrapper .card-text h5,
  #ui-area .membership-landing .membership-wrapper-four .phwfour-inner .mhwfour-right-cont.cst-formd-wrapper .card-text h6 {
    font-size: 2.1808268969vw;
    letter-spacing: 0;
    margin-bottom: 0.5906406179vw;
    padding-left: 0.3634711495vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .membership-landing .membership-wrapper-four .phwfour-inner .mhwfour-right-cont.cst-formd-wrapper .card-text h1,
  #ui-area .membership-landing .membership-wrapper-four .phwfour-inner .mhwfour-right-cont.cst-formd-wrapper .card-text h2,
  #ui-area .membership-landing .membership-wrapper-four .phwfour-inner .mhwfour-right-cont.cst-formd-wrapper .card-text h3,
  #ui-area .membership-landing .membership-wrapper-four .phwfour-inner .mhwfour-right-cont.cst-formd-wrapper .card-text h4,
  #ui-area .membership-landing .membership-wrapper-four .phwfour-inner .mhwfour-right-cont.cst-formd-wrapper .card-text h5,
  #ui-area .membership-landing .membership-wrapper-four .phwfour-inner .mhwfour-right-cont.cst-formd-wrapper .card-text h6 {
    font-size: 40px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .membership-landing .membership-wrapper-four .phwfour-inner .mhwfour-right-cont.cst-formd-wrapper .card-text h1,
  #ui-area .membership-landing .membership-wrapper-four .phwfour-inner .mhwfour-right-cont.cst-formd-wrapper .card-text h2,
  #ui-area .membership-landing .membership-wrapper-four .phwfour-inner .mhwfour-right-cont.cst-formd-wrapper .card-text h3,
  #ui-area .membership-landing .membership-wrapper-four .phwfour-inner .mhwfour-right-cont.cst-formd-wrapper .card-text h4,
  #ui-area .membership-landing .membership-wrapper-four .phwfour-inner .mhwfour-right-cont.cst-formd-wrapper .card-text h5,
  #ui-area .membership-landing .membership-wrapper-four .phwfour-inner .mhwfour-right-cont.cst-formd-wrapper .card-text h6 {
    font-size: 36px;
  }
}
@media (max-width: 991.98px) {
  #ui-area .membership-landing .membership-wrapper-four .phwfour-inner .mhwfour-right-cont.cst-formd-wrapper .card-text h1,
  #ui-area .membership-landing .membership-wrapper-four .phwfour-inner .mhwfour-right-cont.cst-formd-wrapper .card-text h2,
  #ui-area .membership-landing .membership-wrapper-four .phwfour-inner .mhwfour-right-cont.cst-formd-wrapper .card-text h3,
  #ui-area .membership-landing .membership-wrapper-four .phwfour-inner .mhwfour-right-cont.cst-formd-wrapper .card-text h4,
  #ui-area .membership-landing .membership-wrapper-four .phwfour-inner .mhwfour-right-cont.cst-formd-wrapper .card-text h5,
  #ui-area .membership-landing .membership-wrapper-four .phwfour-inner .mhwfour-right-cont.cst-formd-wrapper .card-text h6 {
    font-size: 38px;
  }
}
#ui-area .membership-landing .membership-wrapper-four .phwfour-inner .mhwfour-right-cont.cst-formd-wrapper .fd-display-container .fd-section-name {
  opacity: 0;
}
#ui-area .membership-landing .membership-wrapper-four .phwfour-inner .mhwfour-right-cont.cst-formd-wrapper .fd-display-container .ui-grid-col-2.btn-responsive {
  opacity: 0;
}
#ui-area .membership-landing .membership-wrapper-four .phwfour-inner .mhwfour-right-cont .portlet-static section.portlet {
  margin-bottom: 0 !important;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .membership-landing .membership-wrapper-four .phwfour-inner .mhwfour-right-cont .portlet-static section.portlet {
    margin-bottom: 0 !important;
  }
}
#ui-area .history-public-landing .webc-container {
  margin-bottom: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .webc-container {
    margin-bottom: 0;
  }
}
#ui-area .history-public-landing .history-public-one {
  /*End is-inview*/
}
#ui-area .history-public-landing .history-public-one.is-inview .portlet-breadcrumb {
  -o-animation: fadeInTwo ease-out 0.4s forwards;
  -webkit-animation: fadeInTwo ease-out 0.4s forwards;
  animation: fadeInTwo ease-out 0.4s forwards;
  animation-delay: 0.2s;
}
#ui-area .history-public-landing .history-public-one.cst-section {
  padding: calc(var(--section-padding) - 55px) 0 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-one.cst-section {
    padding: calc(var(--section-padding) - 2.4988641527vw) 0 0;
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-one.cst-section {
    padding: calc(var(--section-padding) - 40px) 0 0;
  }
}
#ui-area .history-public-landing .history-public-one.portlet-breadcrumb {
  opacity: 0;
}
#ui-area .history-public-landing .history-public-two {
  /*End is-inview*/
}
#ui-area .history-public-landing .history-public-two.is-inview .hist-wtwo-inner .featured-text-blocks-image .card .card-image img {
  -o-animation: fadeInRight ease-out 0.4s forwards;
  -webkit-animation: fadeInRight ease-out 0.4s forwards;
  animation: fadeInRight ease-out 0.4s forwards;
  animation-delay: 0.5s;
}
#ui-area .history-public-landing .history-public-two.is-inview .hist-wtwo-inner .featured-text-blocks-image .card .card-body .card-text h1,
#ui-area .history-public-landing .history-public-two.is-inview .hist-wtwo-inner .featured-text-blocks-image .card .card-body .card-text h2,
#ui-area .history-public-landing .history-public-two.is-inview .hist-wtwo-inner .featured-text-blocks-image .card .card-body .card-text h3,
#ui-area .history-public-landing .history-public-two.is-inview .hist-wtwo-inner .featured-text-blocks-image .card .card-body .card-text h4,
#ui-area .history-public-landing .history-public-two.is-inview .hist-wtwo-inner .featured-text-blocks-image .card .card-body .card-text h5,
#ui-area .history-public-landing .history-public-two.is-inview .hist-wtwo-inner .featured-text-blocks-image .card .card-body .card-text h6 {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.4s;
}
#ui-area .history-public-landing .history-public-two.is-inview .hist-wtwo-inner .featured-text-blocks-image .card .card-body .card-text p {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.5s;
}
#ui-area .history-public-landing .history-public-two.is-inview .hist-wtwo-inner .featured-text-blocks-image .card .card-body .card-text p:before {
  animation-delay: 0.5s;
  width: 130px;
  transition: 3s all;
}
@media (prefers-reduced-motion: reduce) {
  #ui-area .history-public-landing .history-public-two.is-inview .hist-wtwo-inner .featured-text-blocks-image .card .card-body .card-text p:before {
    transition: none;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-two.is-inview .hist-wtwo-inner .featured-text-blocks-image .card .card-body .card-text p:before {
    width: 5.906406179vw;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1899.98px) {
  #ui-area .history-public-landing .history-public-two.is-inview .hist-wtwo-inner .featured-text-blocks-image .card .card-body .card-text p:before {
    width: 70px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-two.is-inview .hist-wtwo-inner .featured-text-blocks-image .card .card-body .card-text p:before {
    width: 60px;
  }
}
@media (max-width: 991.98px) {
  #ui-area .history-public-landing .history-public-two.is-inview .hist-wtwo-inner .featured-text-blocks-image .card .card-body .card-text p:before {
    width: 30px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-two.is-inview .hist-wtwo-inner .featured-text-blocks-image .card .card-body .card-text p:before {
    display: none;
  }
}
#ui-area .history-public-landing .history-public-two.cst-section {
  padding: 0 0 calc(var(--section-padding) + 70px);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-two.cst-section {
    padding: 0 0 calc(var(--section-padding) + 3.1803725579vw);
  }
}
@media screen and (min-width: 1200px) and (max-width: 1899.98px) {
  #ui-area .history-public-landing .history-public-two.cst-section {
    padding: 0 0 calc(var(--section-padding) + 40px);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-two.cst-section {
    padding: 0 0 calc(var(--section-padding) - 10px);
  }
}
@media (max-width: 991.98px) {
  #ui-area .history-public-landing .history-public-two.cst-section {
    padding: 0 0 calc(var(--section-padding) - 30px);
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-two.cst-section {
    padding: 0 0 calc(var(--section-padding) + 20px);
  }
}
#ui-area .history-public-landing .history-public-two .hist-wtwo-inner h1,
#ui-area .history-public-landing .history-public-two .hist-wtwo-inner h2,
#ui-area .history-public-landing .history-public-two .hist-wtwo-inner h4,
#ui-area .history-public-landing .history-public-two .hist-wtwo-inner h5,
#ui-area .history-public-landing .history-public-two .hist-wtwo-inner h6 {
  color: var(--heading-color1);
  font-family: var(--wc-heading-font-family1);
  font-size: 48px;
  letter-spacing: 0;
  font-weight: 400;
  line-height: var(--wc-headingLineHeight);
  margin-bottom: 13px;
  -webkit-text-transform: none;
  text-transform: none;
  opacity: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-two .hist-wtwo-inner h1,
  #ui-area .history-public-landing .history-public-two .hist-wtwo-inner h2,
  #ui-area .history-public-landing .history-public-two .hist-wtwo-inner h4,
  #ui-area .history-public-landing .history-public-two .hist-wtwo-inner h5,
  #ui-area .history-public-landing .history-public-two .hist-wtwo-inner h6 {
    font-size: 2.1808268969vw;
    margin-bottom: 0.5906406179vw;
    letter-spacing: 0;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .history-public-landing .history-public-two .hist-wtwo-inner h1,
  #ui-area .history-public-landing .history-public-two .hist-wtwo-inner h2,
  #ui-area .history-public-landing .history-public-two .hist-wtwo-inner h4,
  #ui-area .history-public-landing .history-public-two .hist-wtwo-inner h5,
  #ui-area .history-public-landing .history-public-two .hist-wtwo-inner h6 {
    font-size: 40px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-two .hist-wtwo-inner h1,
  #ui-area .history-public-landing .history-public-two .hist-wtwo-inner h2,
  #ui-area .history-public-landing .history-public-two .hist-wtwo-inner h4,
  #ui-area .history-public-landing .history-public-two .hist-wtwo-inner h5,
  #ui-area .history-public-landing .history-public-two .hist-wtwo-inner h6 {
    font-size: 36px;
  }
}
@media (max-width: 991.98px) {
  #ui-area .history-public-landing .history-public-two .hist-wtwo-inner h1,
  #ui-area .history-public-landing .history-public-two .hist-wtwo-inner h2,
  #ui-area .history-public-landing .history-public-two .hist-wtwo-inner h4,
  #ui-area .history-public-landing .history-public-two .hist-wtwo-inner h5,
  #ui-area .history-public-landing .history-public-two .hist-wtwo-inner h6 {
    font-size: 38px;
  }
}
#ui-area .history-public-landing .history-public-two .hist-wtwo-inner .featured-text-block-image-container .row {
  margin: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-two .hist-wtwo-inner .featured-text-block-image-container .row {
    margin: 0;
  }
}
#ui-area .history-public-landing .history-public-two .hist-wtwo-inner .featured-text-block-image-container .row .col-12 {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-two .hist-wtwo-inner .featured-text-block-image-container .row .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
#ui-area .history-public-landing .history-public-two .hist-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card {
  align-items: flex-start;
  margin-bottom: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-two .hist-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card {
    margin-bottom: 0;
  }
}
#ui-area .history-public-landing .history-public-two .hist-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card .card-image {
  padding-bottom: 18.2%;
  flex: 0 0 42.5%;
  max-width: 42.5%;
  position: relative;
}
@media (max-width: 991.98px) {
  #ui-area .history-public-landing .history-public-two .hist-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card .card-image {
    padding-bottom: 22.2%;
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-two .hist-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card .card-image {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
    padding-bottom: 58.2%;
    margin-bottom: 0;
  }
}
#ui-area .history-public-landing .history-public-two .hist-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card .card-image:before {
  content: "";
  background: var(--wc-body-bg);
  position: absolute;
  width: 32.5521vw;
  height: 13.5417vw;
  left: -5vw;
  top: -2.1875vw;
  border-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-two .hist-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card .card-image:before {
    border-radius: 0.6360745116vw;
  }
}
@media (max-width: 991.98px) {
  #ui-area .history-public-landing .history-public-two .hist-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card .card-image:before {
    left: -30px;
    top: -20px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-two .hist-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card .card-image:before {
    display: none;
  }
}
#ui-area .history-public-landing .history-public-two .hist-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card .card-image .card-img {
  border-radius: 14px;
  box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.15);
  opacity: 0;
}
@media screen and (min-width: 1200px) and (max-width: 1899.98px) {
  #ui-area .history-public-landing .history-public-two .hist-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card .card-image .card-img {
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-two .hist-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card .card-image .card-img {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-two .hist-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card .card-image .card-img {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-two .hist-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card .card-image .card-img {
    border-radius: 0.6360745116vw;
  }
}
@media (max-width: 991.98px) {
  #ui-area .history-public-landing .history-public-two .hist-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card .card-body {
    padding-right: 0 !important;
  }
}
#ui-area .history-public-landing .history-public-two .hist-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card .card-text {
  position: relative;
}
#ui-area .history-public-landing .history-public-two .hist-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card .card-text p {
  position: relative;
  line-height: 1.8;
  padding-left: 9vw;
  margin-bottom: 2rem;
  margin-top: 0;
  max-width: 71%;
  opacity: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-two .hist-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card .card-text p {
    margin-bottom: 1.4538845979vw;
    margin-top: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1899.98px) {
  #ui-area .history-public-landing .history-public-two .hist-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card .card-text p {
    max-width: 73%;
    padding-left: 7vw;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1365.98px) {
  #ui-area .history-public-landing .history-public-two .hist-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card .card-text p {
    max-width: 84%;
    padding-left: 7vw;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-two .hist-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card .card-text p {
    max-width: 92%;
    padding-left: 80px;
  }
}
@media (max-width: 991.98px) {
  #ui-area .history-public-landing .history-public-two .hist-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card .card-text p {
    padding-left: 40px;
    padding-right: 20px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-two .hist-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card .card-text p {
    line-height: 2.2;
    padding: 0;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
#ui-area .history-public-landing .history-public-two .hist-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card .card-text p:before {
  content: "";
  position: absolute;
  left: 0;
  width: 130px;
  height: 2px;
  top: 15px;
  background: var(--wc-border-color);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-two .hist-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card .card-text p:before {
    left: 0;
    width: 5.906406179vw;
    height: 0.0908677874vw;
    top: 0.6815084053vw;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1899.98px) {
  #ui-area .history-public-landing .history-public-two .hist-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card .card-text p:before {
    width: 70px;
    top: 10px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-two .hist-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card .card-text p:before {
    width: 60px;
  }
}
@media (max-width: 991.98px) {
  #ui-area .history-public-landing .history-public-two .hist-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card .card-text p:before {
    width: 30px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-two .hist-wtwo-inner .featured-text-block-image-container .row .featured-text-blocks-image .card .card-text p:before {
    display: none;
  }
}
#ui-area .history-public-landing .history-public-three {
  /*End is-inview*/
  position: relative;
}
#ui-area .history-public-landing .history-public-three.is-inview::before {
  -o-animation: fadeInRight ease-out 0.4s forwards;
  -webkit-animation: fadeInRight ease-out 0.4s forwards;
  animation: fadeInRight ease-out 0.4s forwards;
  animation-delay: 0.3s;
}
#ui-area .history-public-landing .history-public-three.is-inview .hist-three-ui .text-with-image-ii-container .card-body .card-image img {
  -o-animation: fadeInLeft ease-out 0.4s forwards;
  -webkit-animation: fadeInLeft ease-out 0.4s forwards;
  animation: fadeInLeft ease-out 0.4s forwards;
  animation-delay: 0.4s;
}
#ui-area .history-public-landing .history-public-three.is-inview .hist-three-ui .text-with-image-ii-container .card-body .card-content {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.3s;
}
#ui-area .history-public-landing .history-public-three.cst-section {
  padding: 0 0 calc(var(--section-padding) + 70px);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-three.cst-section {
    padding: 0 0 calc(var(--section-padding) + 3.1803725579vw);
  }
}
@media screen and (min-width: 1200px) and (max-width: 1899.98px) {
  #ui-area .history-public-landing .history-public-three.cst-section {
    padding: 0 0 calc(var(--section-padding) + 40px);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-three.cst-section {
    padding: 0 0 calc(var(--section-padding) - 10px);
  }
}
@media (max-width: 991.98px) {
  #ui-area .history-public-landing .history-public-three.cst-section {
    padding: 0 0 calc(var(--section-padding) - 30px);
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-three.cst-section {
    padding: 0 0 calc(var(--section-padding) + 20px);
  }
}
#ui-area .history-public-landing .history-public-three::before {
  background-image: url(../images/club-images/histLeafTop.svg);
  content: "";
  display: block;
  position: absolute;
  width: 13.906vw;
  height: 20.208vw;
  right: 0;
  bottom: 28px;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-three::before {
    bottom: 1.2721490232vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .history-public-landing .history-public-three::before {
    bottom: 30px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-three::before {
    bottom: -1vw;
  }
}
@media (max-width: 991.98px) {
  #ui-area .history-public-landing .history-public-three::before {
    bottom: 0;
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-three::before {
    display: none;
  }
}
#ui-area .history-public-landing .history-public-three .hist-three-ui .webc-container.text-with-image-ii-container .card.mb-3 {
  margin-bottom: 0 !important;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-three .hist-three-ui .webc-container.text-with-image-ii-container .card.mb-3 {
    margin-bottom: 0 !important;
  }
}
#ui-area .history-public-landing .history-public-three .hist-three-ui .webc-container.text-with-image-ii-container .card-body .row {
  align-items: center;
}
#ui-area .history-public-landing .history-public-three .hist-three-ui .webc-container.text-with-image-ii-container .card-body .row .col-lg-4.col-md-5.pr-md-3 {
  padding-right: 0 !important;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-three .hist-three-ui .webc-container.text-with-image-ii-container .card-body .row .col-lg-4.col-md-5.pr-md-3 {
    padding-right: 0 !important;
  }
}
@media (max-width: 991.98px) {
  #ui-area .history-public-landing .history-public-three .hist-three-ui .webc-container.text-with-image-ii-container .card-body .row .col-lg-4.col-md-5.pr-md-3 {
    padding-left: 20px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-three .hist-three-ui .webc-container.text-with-image-ii-container .card-body .row .col-lg-4.col-md-5.pr-md-3 {
    order: 2;
    margin-bottom: 0 !important;
    padding-left: 0px;
  }
}
#ui-area .history-public-landing .history-public-three .hist-three-ui .webc-container.text-with-image-ii-container .card-body .row .col-lg-4.col-md-5.pr-md-3 .card-image {
  padding-bottom: 133%;
  position: relative;
  overflow: unset;
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-three .hist-three-ui .webc-container.text-with-image-ii-container .card-body .row .col-lg-4.col-md-5.pr-md-3 .card-image {
    padding-bottom: 133%;
  }
}
#ui-area .history-public-landing .history-public-three .hist-three-ui .webc-container.text-with-image-ii-container .card-body .row .col-lg-4.col-md-5.pr-md-3 .card-image:before {
  content: "";
  background: var(--wc-body-bg);
  position: absolute;
  width: 29.27vw;
  height: calc(100% + 4.8958vw);
  left: -11.35vw;
  top: -2.6vw;
  border-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-three .hist-three-ui .webc-container.text-with-image-ii-container .card-body .row .col-lg-4.col-md-5.pr-md-3 .card-image:before {
    border-radius: 0.6360745116vw;
  }
}
@media (max-width: 991.98px) {
  #ui-area .history-public-landing .history-public-three .hist-three-ui .webc-container.text-with-image-ii-container .card-body .row .col-lg-4.col-md-5.pr-md-3 .card-image:before {
    right: 50px;
    width: 100%;
    left: -20px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-three .hist-three-ui .webc-container.text-with-image-ii-container .card-body .row .col-lg-4.col-md-5.pr-md-3 .card-image:before {
    display: none;
  }
}
#ui-area .history-public-landing .history-public-three .hist-three-ui .webc-container.text-with-image-ii-container .card-body .row .col-lg-4.col-md-5.pr-md-3 .card-image img {
  border-radius: 14px;
  box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.15);
  opacity: 0;
}
@media screen and (min-width: 1200px) and (max-width: 1899.98px) {
  #ui-area .history-public-landing .history-public-three .hist-three-ui .webc-container.text-with-image-ii-container .card-body .row .col-lg-4.col-md-5.pr-md-3 .card-image img {
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-three .hist-three-ui .webc-container.text-with-image-ii-container .card-body .row .col-lg-4.col-md-5.pr-md-3 .card-image img {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-three .hist-three-ui .webc-container.text-with-image-ii-container .card-body .row .col-lg-4.col-md-5.pr-md-3 .card-image img {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-three .hist-three-ui .webc-container.text-with-image-ii-container .card-body .row .col-lg-4.col-md-5.pr-md-3 .card-image img {
    border-radius: 0.6360745116vw;
  }
}
#ui-area .history-public-landing .history-public-three .hist-three-ui .webc-container.text-with-image-ii-container .card-body .row .col-lg-8.col-md-7.pl-md-3 .card-content {
  padding-left: 70px;
  opacity: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-three .hist-three-ui .webc-container.text-with-image-ii-container .card-body .row .col-lg-8.col-md-7.pl-md-3 .card-content {
    padding-left: 3.1803725579vw;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1899.98px) {
  #ui-area .history-public-landing .history-public-three .hist-three-ui .webc-container.text-with-image-ii-container .card-body .row .col-lg-8.col-md-7.pl-md-3 .card-content {
    padding-left: 30px;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .history-public-landing .history-public-three .hist-three-ui .webc-container.text-with-image-ii-container .card-body .row .col-lg-8.col-md-7.pl-md-3 .card-content {
    padding-left: 22px;
  }
}
@media (max-width: 991.98px) {
  #ui-area .history-public-landing .history-public-three .hist-three-ui .webc-container.text-with-image-ii-container .card-body .row .col-lg-8.col-md-7.pl-md-3 .card-content {
    padding-left: 20px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-three .hist-three-ui .webc-container.text-with-image-ii-container .card-body .row .col-lg-8.col-md-7.pl-md-3 .card-content {
    padding-left: 0;
    padding-bottom: 20px;
  }
}
#ui-area .history-public-landing .history-public-three .hist-three-ui .webc-container.text-with-image-ii-container .card-body .row .col-lg-8.col-md-7.pl-md-3 .card-content h1,
#ui-area .history-public-landing .history-public-three .hist-three-ui .webc-container.text-with-image-ii-container .card-body .row .col-lg-8.col-md-7.pl-md-3 .card-content h2,
#ui-area .history-public-landing .history-public-three .hist-three-ui .webc-container.text-with-image-ii-container .card-body .row .col-lg-8.col-md-7.pl-md-3 .card-content h3,
#ui-area .history-public-landing .history-public-three .hist-three-ui .webc-container.text-with-image-ii-container .card-body .row .col-lg-8.col-md-7.pl-md-3 .card-content h4,
#ui-area .history-public-landing .history-public-three .hist-three-ui .webc-container.text-with-image-ii-container .card-body .row .col-lg-8.col-md-7.pl-md-3 .card-content h5,
#ui-area .history-public-landing .history-public-three .hist-three-ui .webc-container.text-with-image-ii-container .card-body .row .col-lg-8.col-md-7.pl-md-3 .card-content h6 {
  color: var(--heading-color2);
  font-family: "Myanmar MN", sans-serif;
  font-size: 36px;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: var(--wc-headingLineHeight);
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 10px;
  position: relative;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-three .hist-three-ui .webc-container.text-with-image-ii-container .card-body .row .col-lg-8.col-md-7.pl-md-3 .card-content h1,
  #ui-area .history-public-landing .history-public-three .hist-three-ui .webc-container.text-with-image-ii-container .card-body .row .col-lg-8.col-md-7.pl-md-3 .card-content h2,
  #ui-area .history-public-landing .history-public-three .hist-three-ui .webc-container.text-with-image-ii-container .card-body .row .col-lg-8.col-md-7.pl-md-3 .card-content h3,
  #ui-area .history-public-landing .history-public-three .hist-three-ui .webc-container.text-with-image-ii-container .card-body .row .col-lg-8.col-md-7.pl-md-3 .card-content h4,
  #ui-area .history-public-landing .history-public-three .hist-three-ui .webc-container.text-with-image-ii-container .card-body .row .col-lg-8.col-md-7.pl-md-3 .card-content h5,
  #ui-area .history-public-landing .history-public-three .hist-three-ui .webc-container.text-with-image-ii-container .card-body .row .col-lg-8.col-md-7.pl-md-3 .card-content h6 {
    font-size: 1.6356201726vw;
    margin-bottom: 0;
    padding-bottom: 0.4543389368vw;
    letter-spacing: 0.0726942299vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .history-public-landing .history-public-three .hist-three-ui .webc-container.text-with-image-ii-container .card-body .row .col-lg-8.col-md-7.pl-md-3 .card-content h1,
  #ui-area .history-public-landing .history-public-three .hist-three-ui .webc-container.text-with-image-ii-container .card-body .row .col-lg-8.col-md-7.pl-md-3 .card-content h2,
  #ui-area .history-public-landing .history-public-three .hist-three-ui .webc-container.text-with-image-ii-container .card-body .row .col-lg-8.col-md-7.pl-md-3 .card-content h3,
  #ui-area .history-public-landing .history-public-three .hist-three-ui .webc-container.text-with-image-ii-container .card-body .row .col-lg-8.col-md-7.pl-md-3 .card-content h4,
  #ui-area .history-public-landing .history-public-three .hist-three-ui .webc-container.text-with-image-ii-container .card-body .row .col-lg-8.col-md-7.pl-md-3 .card-content h5,
  #ui-area .history-public-landing .history-public-three .hist-three-ui .webc-container.text-with-image-ii-container .card-body .row .col-lg-8.col-md-7.pl-md-3 .card-content h6 {
    font-size: 28px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-three .hist-three-ui .webc-container.text-with-image-ii-container .card-body .row .col-lg-8.col-md-7.pl-md-3 .card-content h1,
  #ui-area .history-public-landing .history-public-three .hist-three-ui .webc-container.text-with-image-ii-container .card-body .row .col-lg-8.col-md-7.pl-md-3 .card-content h2,
  #ui-area .history-public-landing .history-public-three .hist-three-ui .webc-container.text-with-image-ii-container .card-body .row .col-lg-8.col-md-7.pl-md-3 .card-content h3,
  #ui-area .history-public-landing .history-public-three .hist-three-ui .webc-container.text-with-image-ii-container .card-body .row .col-lg-8.col-md-7.pl-md-3 .card-content h4,
  #ui-area .history-public-landing .history-public-three .hist-three-ui .webc-container.text-with-image-ii-container .card-body .row .col-lg-8.col-md-7.pl-md-3 .card-content h5,
  #ui-area .history-public-landing .history-public-three .hist-three-ui .webc-container.text-with-image-ii-container .card-body .row .col-lg-8.col-md-7.pl-md-3 .card-content h6 {
    font-size: 26px;
  }
}
#ui-area .history-public-landing .history-public-three .hist-three-ui .webc-container.text-with-image-ii-container .card-body .row .col-lg-8.col-md-7.pl-md-3 .card-content p {
  margin-bottom: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-three .hist-three-ui .webc-container.text-with-image-ii-container .card-body .row .col-lg-8.col-md-7.pl-md-3 .card-content p {
    margin-bottom: 0;
  }
}
#ui-area .history-public-landing .cst-hist-bdr {
  position: relative;
}
#ui-area .history-public-landing .cst-hist-bdr.is-inview:before {
  height: calc(100% - 700px);
  animation-delay: 0.5s;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .cst-hist-bdr.is-inview:before {
    height: calc(100% - 31.8037255793vw);
  }
}
@media (max-width: 1440.98px) {
  #ui-area .history-public-landing .cst-hist-bdr.is-inview:before {
    height: calc(100% - 400px);
  }
}
@media (max-width: 991.98px) {
  #ui-area .history-public-landing .cst-hist-bdr.is-inview:before {
    height: calc(100% - 300px);
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .cst-hist-bdr.is-inview:before {
    display: none;
  }
}
#ui-area .history-public-landing .cst-hist-bdr:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: rgb(147, 147, 147);
  top: 300px;
  transition: 3s all;
}
@media (prefers-reduced-motion: reduce) {
  #ui-area .history-public-landing .cst-hist-bdr:before {
    transition: none;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .cst-hist-bdr:before {
    top: 13.6301681054vw;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .cst-hist-bdr:before {
    top: 100px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .cst-hist-bdr:before {
    display: none;
  }
}
#ui-area .history-public-landing .history-public-four {
  /*End is-inview*/
}
#ui-area .history-public-landing .history-public-four.is-inview .hist-four-ui .hist-wfour-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image:before {
  height: calc(100% + 11.875vw);
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-four.is-inview .hist-four-ui .hist-wfour-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image:before {
    height: calc(100% + 60px);
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-four.is-inview .hist-four-ui .hist-wfour-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image:before {
    display: none;
  }
}
#ui-area .history-public-landing .history-public-four.is-inview .hist-four-ui .hist-wfour-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image .card-img {
  -o-animation: fadeInRight ease-out 0.4s forwards;
  -webkit-animation: fadeInRight ease-out 0.4s forwards;
  animation: fadeInRight ease-out 0.4s forwards;
  animation-delay: 0.3s;
}
#ui-area .history-public-landing .history-public-four.is-inview .hist-four-ui .hist-wfour-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.3s;
}
#ui-area .history-public-landing .history-public-four.cst-section {
  padding: 0 0 calc(var(--section-padding) + 120px);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-four.cst-section {
    padding: 0 0 calc(var(--section-padding) + 5.4520672422vw);
  }
}
@media screen and (min-width: 1441px) and (max-width: 1899.98px) {
  #ui-area .history-public-landing .history-public-four.cst-section {
    padding: 0 0 calc(var(--section-padding) + 100px);
  }
}
@media (max-width: 1440.98px) {
  #ui-area .history-public-landing .history-public-four.cst-section {
    padding: 0 0 calc(var(--section-padding) + 70px);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-four.cst-section {
    padding: 0 0 calc(var(--section-padding) - 10px);
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-four.cst-section {
    padding: 0 0 calc(var(--section-padding) + 20px);
  }
}
#ui-area .history-public-landing .history-public-four .hist-four-ui .hist-wfour-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image {
  position: relative;
  align-items: center;
  display: flex;
  position: relative;
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-four .hist-four-ui .hist-wfour-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image {
    align-items: flex-start;
  }
}
#ui-area .history-public-landing .history-public-four .hist-four-ui .hist-wfour-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card {
  align-items: flex-start;
}
#ui-area .history-public-landing .history-public-four .hist-four-ui .hist-wfour-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image {
  padding-bottom: 29.4%;
  flex: 0 0 52.6%;
  max-width: 52.6%;
  margin-left: 1.5625vw;
  position: relative;
}
@media (max-width: 991.98px) {
  #ui-area .history-public-landing .history-public-four .hist-four-ui .hist-wfour-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image {
    padding-bottom: 36%;
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-four .hist-four-ui .hist-wfour-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image {
    max-width: 100%;
    flex: 0 0 100%;
    padding-bottom: 60%;
    margin-bottom: 0;
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-four .hist-four-ui .hist-wfour-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image.order-md-2 {
    order: 2;
  }
}
#ui-area .history-public-landing .history-public-four .hist-four-ui .hist-wfour-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image:before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -5.9896vw;
  width: 18.229vw;
  height: 0;
  background: var(--wc-body-bg);
  border-radius: 14px;
  top: 50%;
  transform: translateY(-50%);
  transition: 3s all;
}
@media (prefers-reduced-motion: reduce) {
  #ui-area .history-public-landing .history-public-four .hist-four-ui .hist-wfour-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image:before {
    transition: none;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-four .hist-four-ui .hist-wfour-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image:before {
    border-radius: 0.6360745116vw;
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-four .hist-four-ui .hist-wfour-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image:before {
    display: none;
  }
}
#ui-area .history-public-landing .history-public-four .hist-four-ui .hist-wfour-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image .card-img {
  border-radius: 14px;
  box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.15);
  opacity: 0;
}
@media screen and (min-width: 1200px) and (max-width: 1899.98px) {
  #ui-area .history-public-landing .history-public-four .hist-four-ui .hist-wfour-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image .card-img {
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-four .hist-four-ui .hist-wfour-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image .card-img {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-four .hist-four-ui .hist-wfour-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image .card-img {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-four .hist-four-ui .hist-wfour-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image .card-img {
    border-radius: 0.6360745116vw;
  }
}
@media (min-width: 768px) {
  #ui-area .history-public-landing .history-public-four .hist-four-ui .hist-wfour-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body {
    padding-right: 15px !important;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-four .hist-four-ui .hist-wfour-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body {
    padding-right: 0.6815084053vw !important;
  }
}
#ui-area .history-public-landing .history-public-four .hist-four-ui .hist-wfour-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text {
  opacity: 0;
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-four .hist-four-ui .hist-wfour-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text {
    padding-bottom: 20px;
  }
}
#ui-area .history-public-landing .history-public-four .hist-four-ui .hist-wfour-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h1,
#ui-area .history-public-landing .history-public-four .hist-four-ui .hist-wfour-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h2,
#ui-area .history-public-landing .history-public-four .hist-four-ui .hist-wfour-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h3,
#ui-area .history-public-landing .history-public-four .hist-four-ui .hist-wfour-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h4,
#ui-area .history-public-landing .history-public-four .hist-four-ui .hist-wfour-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h5,
#ui-area .history-public-landing .history-public-four .hist-four-ui .hist-wfour-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h6 {
  color: var(--heading-color2);
  font-family: "Myanmar MN", sans-serif;
  font-size: 36px;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: var(--wc-headingLineHeight);
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 10px;
  position: relative;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-four .hist-four-ui .hist-wfour-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h1,
  #ui-area .history-public-landing .history-public-four .hist-four-ui .hist-wfour-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h2,
  #ui-area .history-public-landing .history-public-four .hist-four-ui .hist-wfour-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h3,
  #ui-area .history-public-landing .history-public-four .hist-four-ui .hist-wfour-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h4,
  #ui-area .history-public-landing .history-public-four .hist-four-ui .hist-wfour-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h5,
  #ui-area .history-public-landing .history-public-four .hist-four-ui .hist-wfour-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h6 {
    font-size: 1.6356201726vw;
    margin-bottom: 0;
    padding-bottom: 0.4543389368vw;
    letter-spacing: 0.1363016811vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .history-public-landing .history-public-four .hist-four-ui .hist-wfour-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h1,
  #ui-area .history-public-landing .history-public-four .hist-four-ui .hist-wfour-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h2,
  #ui-area .history-public-landing .history-public-four .hist-four-ui .hist-wfour-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h3,
  #ui-area .history-public-landing .history-public-four .hist-four-ui .hist-wfour-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h4,
  #ui-area .history-public-landing .history-public-four .hist-four-ui .hist-wfour-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h5,
  #ui-area .history-public-landing .history-public-four .hist-four-ui .hist-wfour-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h6 {
    font-size: 28px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-four .hist-four-ui .hist-wfour-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h1,
  #ui-area .history-public-landing .history-public-four .hist-four-ui .hist-wfour-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h2,
  #ui-area .history-public-landing .history-public-four .hist-four-ui .hist-wfour-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h3,
  #ui-area .history-public-landing .history-public-four .hist-four-ui .hist-wfour-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h4,
  #ui-area .history-public-landing .history-public-four .hist-four-ui .hist-wfour-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h5,
  #ui-area .history-public-landing .history-public-four .hist-four-ui .hist-wfour-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h6 {
    font-size: 26px;
  }
}
#ui-area .history-public-landing .history-public-four .hist-four-ui .hist-wfour-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text p {
  margin-bottom: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-four .hist-four-ui .hist-wfour-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text p {
    margin-bottom: 0;
  }
}
#ui-area .history-public-landing .history-public-four .hist-four-ui .hist-wfour-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text ul {
  margin-bottom: 2.25rem;
  padding: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-four .hist-four-ui .hist-wfour-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text ul {
    margin-bottom: 1.6356201726vw;
    padding: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1899.98px) {
  #ui-area .history-public-landing .history-public-four .hist-four-ui .hist-wfour-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text ul {
    margin-bottom: 1.75rem;
  }
}
@media (max-width: 1365.99px) {
  #ui-area .history-public-landing .history-public-four .hist-four-ui .hist-wfour-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text ul {
    margin-bottom: 1.25rem;
  }
}
#ui-area .history-public-landing .history-public-five {
  /*End is-inview*/
}
#ui-area .history-public-landing .history-public-five.is-inview .hist-wfive-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image:before {
  height: calc(100% + 11.875vw);
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-five.is-inview .hist-wfive-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image:before {
    height: calc(100% + 60px);
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-five.is-inview .hist-wfive-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image:before {
    display: none;
  }
}
#ui-area .history-public-landing .history-public-five.is-inview .hist-wfive-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image .card-img {
  -o-animation: fadeInLeft ease-out 0.4s forwards;
  -webkit-animation: fadeInLeft ease-out 0.4s forwards;
  animation: fadeInLeft ease-out 0.4s forwards;
  animation-delay: 0.1s;
}
#ui-area .history-public-landing .history-public-five.is-inview .hist-wfive-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.1s;
}
#ui-area .history-public-landing .history-public-five.cst-section {
  padding: 0 0 calc(var(--section-padding) + 130px);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-five.cst-section {
    padding: 0 0 calc(var(--section-padding) + 5.906406179vw);
  }
}
@media (max-width: 1440.98px) {
  #ui-area .history-public-landing .history-public-five.cst-section {
    padding: 0 0 calc(var(--section-padding) + 70px);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-five.cst-section {
    padding: 0 0 calc(var(--section-padding) - 10px);
  }
}
@media (max-width: 991.98px) {
  #ui-area .history-public-landing .history-public-five.cst-section {
    padding: 0 0 calc(var(--section-padding) - 30px);
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-five.cst-section {
    padding: 0 0 calc(var(--section-padding) + 20px);
  }
}
#ui-area .history-public-landing .history-public-six {
  position: relative;
}
#ui-area .history-public-landing .history-public-six.is-inview::before {
  -o-animation: fadeInRight ease-out 0.4s forwards;
  -webkit-animation: fadeInRight ease-out 0.4s forwards;
  animation: fadeInRight ease-out 0.4s forwards;
  animation-delay: 0.2s;
}
#ui-area .history-public-landing .history-public-six.is-inview .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image:before {
  content: "";
  height: calc(100% + 9vw);
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-six.is-inview .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image:before {
    height: calc(100% + 60px);
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-six.is-inview .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image:before {
    display: none;
  }
}
#ui-area .history-public-landing .history-public-six.is-inview .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:first-child .card-image img {
  -o-animation: fadeInRight ease-out 0.4s forwards;
  -webkit-animation: fadeInRight ease-out 0.4s forwards;
  animation: fadeInRight ease-out 0.4s forwards;
  animation-delay: 0.1s;
}
#ui-area .history-public-landing .history-public-six.is-inview .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:first-child .card-body .card-text {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.1s;
}
#ui-area .history-public-landing .history-public-six.is-inview .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) .card-image img {
  -o-animation: fadeInRight ease-out 0.4s forwards;
  -webkit-animation: fadeInRight ease-out 0.4s forwards;
  animation: fadeInRight ease-out 0.4s forwards;
  animation-delay: 0.2s;
}
#ui-area .history-public-landing .history-public-six.is-inview .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) .card-body .card-text {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.2s;
}
#ui-area .history-public-landing .history-public-six.cst-section {
  padding: 0 0 calc(var(--section-padding) + 130px);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-six.cst-section {
    padding: 0 0 calc(var(--section-padding) + 5.906406179vw);
  }
}
@media (max-width: 1440.98px) {
  #ui-area .history-public-landing .history-public-six.cst-section {
    padding: 0 0 calc(var(--section-padding) + 50px);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-six.cst-section {
    padding: 0 0 calc(var(--section-padding) - 10px);
  }
}
@media (max-width: 991.98px) {
  #ui-area .history-public-landing .history-public-six.cst-section {
    padding: 0 0 calc(var(--section-padding) - 30px);
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-six.cst-section {
    padding: 0 0 calc(var(--section-padding) + 20px);
  }
}
#ui-area .history-public-landing .history-public-six::before {
  background-image: url(../images/club-images/histLeafBottom.svg);
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 12.865vw;
  height: 32.604vw;
  right: 0;
  top: -13.854vw;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-six::before {
    display: none;
  }
}
#ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image {
  position: relative;
}
#ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image:before {
  content: "";
  position: absolute;
  z-index: -2;
  right: 20px;
  width: 18.229vw;
  height: calc(100% + 9vw);
  background: var(--wc-body-bg);
  transition: 3s all;
  height: 0;
  border-radius: 14px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image:before {
    right: 0.9086778737vw;
    border-radius: 0.6360745116vw;
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image:before {
    display: none;
  }
}
#ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card {
  align-items: center;
}
@media (max-width: 991.98px) {
  #ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card {
    align-items: flex-start;
  }
}
#ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:first-child {
  max-width: 72%;
}
@media (max-width: 991.98px) {
  #ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:first-child {
    max-width: 80%;
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:first-child {
    max-width: 100%;
    margin-bottom: 0;
  }
}
#ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:first-child .card-image {
  flex: 0 0 39.4%;
  max-width: 39.4%;
  padding-bottom: 24.1%;
  margin-left: 90px;
  position: relative;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:first-child .card-image {
    margin-left: 4.0890504316vw;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1899.98px) {
  #ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:first-child .card-image {
    margin-left: 41px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:first-child .card-image {
    margin-left: 25px;
  }
}
@media (max-width: 991.98px) {
  #ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:first-child .card-image {
    margin-left: 20px;
    flex: 0 0 45.5%;
    max-width: 45.5%;
    padding-bottom: 29.1%;
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:first-child .card-image {
    max-width: 100%;
    flex: 0 0 100%;
    padding-bottom: 60%;
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:first-child .card-image.order-md-2 {
    order: 2;
    margin-bottom: 0;
  }
}
#ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:first-child .card-image .card-img {
  border-radius: 14px;
  box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.15);
  opacity: 0;
}
@media screen and (min-width: 1200px) and (max-width: 1899.98px) {
  #ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:first-child .card-image .card-img {
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:first-child .card-image .card-img {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:first-child .card-image .card-img {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  }
}
#ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) {
  flex: 0 0 92%;
  max-width: 92%;
  padding-left: 160px;
  margin-top: -90px;
  align-items: flex-end;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) {
    padding-left: 7.2694229896vw;
    margin-top: -4.0890504316vw;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1899.98px) {
  #ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) {
    padding-left: 110px;
    margin-top: -81px;
    align-items: flex-start;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) {
    padding-left: 75px;
    margin-top: -64px;
    align-items: flex-start;
  }
}
@media (max-width: 991.98px) {
  #ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) {
    padding-left: 40px;
    margin-top: -90px;
    max-width: 95%;
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    margin-top: 0;
  }
}
#ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) .card-image {
  flex: 0 0 34.4%;
  max-width: 34.4%;
  padding-bottom: 21.1%;
  margin-left: 265px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) .card-image {
    margin-left: 12.0399818264vw;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1699.98px) {
  #ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) .card-image {
    margin-left: 203px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599.98px) {
  #ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) .card-image {
    flex: 0 0 36.2%;
    max-width: 36.2%;
    padding-bottom: 22.2%;
    margin-left: 170px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) .card-image {
    margin-left: 158px;
  }
}
@media (max-width: 991.98px) {
  #ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) .card-image {
    flex: 0 0 40.7%;
    max-width: 40.7%;
    padding-bottom: 26%;
    margin-left: 75px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) .card-image {
    max-width: 100%;
    flex: 0 0 100%;
    padding-bottom: 60%;
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) .card-image.order-md-2 {
    order: 2;
    margin-bottom: 0;
  }
}
#ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) .card-image .card-img {
  border-radius: 14px;
  box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.15);
  border: 4px solid var(--white-color);
  opacity: 0;
}
@media screen and (min-width: 1200px) and (max-width: 1899.98px) {
  #ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) .card-image .card-img {
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) .card-image .card-img {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) .card-image .card-img {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) .card-image .card-img {
    border-radius: 0.6360745116vw;
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) .card-image .card-img {
    border: none;
  }
}
#ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) .card-body .card-text {
  padding-bottom: 20px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) .card-body .card-text {
    padding-bottom: 0.9086778737vw;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1899.98px) {
  #ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) .card-body .card-text {
    padding-bottom: 0;
    padding-top: 70px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) .card-body .card-text {
    padding-bottom: 0;
    padding-top: 80px;
  }
}
@media (max-width: 991.98px) {
  #ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) .card-body .card-text {
    padding-top: 100px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) .card-body .card-text {
    padding-top: 70px;
    padding-bottom: 20px;
  }
}
#ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body {
  padding-right: 0 !important;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body {
    padding-right: 0 !important;
  }
}
#ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text {
  opacity: 0;
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text {
    padding-bottom: 20px;
  }
}
#ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h1,
#ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h2,
#ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h3,
#ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h4,
#ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h5,
#ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h6 {
  color: var(--heading-color2);
  font-family: "Myanmar MN", sans-serif;
  font-size: 36px;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: var(--wc-headingLineHeight);
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 10px;
  position: relative;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h1,
  #ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h2,
  #ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h3,
  #ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h4,
  #ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h5,
  #ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h6 {
    font-size: 1.6356201726vw;
    margin-bottom: 0;
    padding-bottom: 0.4543389368vw;
    letter-spacing: 0.1363016811vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h1,
  #ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h2,
  #ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h3,
  #ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h4,
  #ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h5,
  #ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h6 {
    font-size: 28px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h1,
  #ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h2,
  #ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h3,
  #ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h4,
  #ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h5,
  #ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h6 {
    font-size: 26px;
  }
}
#ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text p {
  margin-bottom: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-six .hist-wsix-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text p {
    margin-bottom: 0;
  }
}
#ui-area .history-public-landing .history-public-seven.is-inview .hist-wseven-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image:before {
  height: calc(100% + 11.875vw);
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-seven.is-inview .hist-wseven-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image:before {
    height: calc(100% + 60px);
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-seven.is-inview .hist-wseven-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image:before {
    display: none;
  }
}
#ui-area .history-public-landing .history-public-seven.is-inview .hist-wseven-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image .card-img {
  -o-animation: fadeInLeft ease-out 0.4s forwards;
  -webkit-animation: fadeInLeft ease-out 0.4s forwards;
  animation: fadeInLeft ease-out 0.4s forwards;
  animation-delay: 0.1s;
}
#ui-area .history-public-landing .history-public-seven.is-inview .hist-wseven-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.1s;
}
#ui-area .history-public-landing .history-public-seven.cst-section {
  padding: 0 0 calc(var(--section-padding) + 55px);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-seven.cst-section {
    padding: 0 0 calc(var(--section-padding) + 2.4988641527vw);
  }
}
@media (max-width: 1440.98px) {
  #ui-area .history-public-landing .history-public-seven.cst-section {
    padding: 0 0 calc(var(--section-padding) + 20px);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-seven.cst-section {
    padding: 0 0 calc(var(--section-padding) - 10px);
  }
}
@media (max-width: 991.98px) {
  #ui-area .history-public-landing .history-public-seven.cst-section {
    padding: 0 0 calc(var(--section-padding) - 30px);
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-seven.cst-section {
    padding: 0 0 calc(var(--section-padding) + 20px);
  }
}
#ui-area .history-public-landing .history-public-eight {
  /*End .is-inview */
}
#ui-area .history-public-landing .history-public-eight.is-inview .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image:before {
  height: calc(100% + 4.3vw);
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-eight.is-inview .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image:before {
    height: calc(100% + 60px);
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-eight.is-inview .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image:before {
    display: none;
  }
}
#ui-area .history-public-landing .history-public-eight.is-inview .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:first-child .card-image .card-img {
  -o-animation: fadeInRight ease-out 0.4s forwards;
  -webkit-animation: fadeInRight ease-out 0.4s forwards;
  animation: fadeInRight ease-out 0.4s forwards;
  animation-delay: 0.1s;
}
#ui-area .history-public-landing .history-public-eight.is-inview .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:first-child .card-body .card-text {
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.1s;
}
#ui-area .history-public-landing .history-public-eight.is-inview .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) .card-image .card-img {
  -o-animation: fadeInRight ease-out 0.4s forwards;
  -webkit-animation: fadeInRight ease-out 0.4s forwards;
  animation: fadeInRight ease-out 0.4s forwards;
  animation-delay: 0.2s;
}
#ui-area .history-public-landing .history-public-eight.is-inview .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) .card-body .card-text {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.2s;
}
#ui-area .history-public-landing .history-public-eight.cst-section {
  padding: 0 0 calc(var(--section-padding) + 55px);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-eight.cst-section {
    padding: 0 0 calc(var(--section-padding) + 2.4988641527vw);
  }
}
@media (max-width: 1440.98px) {
  #ui-area .history-public-landing .history-public-eight.cst-section {
    padding: 0 0 calc(var(--section-padding) + 20px);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-eight.cst-section {
    padding: 0 0 calc(var(--section-padding) + 20px);
  }
}
@media (max-width: 991.98px) {
  #ui-area .history-public-landing .history-public-eight.cst-section {
    padding: 0 0 calc(var(--section-padding) + 10px);
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-eight.cst-section {
    padding: 0 0 var(--section-padding);
  }
}
#ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image {
  position: relative;
}
#ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image:before {
  content: "";
  position: absolute;
  right: 20px;
  top: -30px;
  width: 18.229vw;
  height: 0;
  background: var(--wc-body-bg);
  border-radius: 14px;
  transition: 3s all;
}
@media (prefers-reduced-motion: reduce) {
  #ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image:before {
    transition: none;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image:before {
    right: 0.9086778737vw;
    top: -1.3630168105vw;
    border-radius: 0.6360745116vw;
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image:before {
    display: none;
  }
}
#ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card {
  align-items: center;
}
@media (max-width: 991.98px) {
  #ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card {
    align-items: flex-start;
  }
}
#ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:first-child {
  max-width: 72%;
}
@media (max-width: 991.98px) {
  #ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:first-child {
    max-width: 80%;
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:first-child {
    max-width: 100%;
    margin-bottom: 0;
  }
}
#ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:first-child .card-image {
  flex: 0 0 39.4%;
  max-width: 39.4%;
  padding-bottom: 37.4%;
  margin-left: 90px;
  position: relative;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:first-child .card-image {
    margin-left: 4.0890504316vw;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1899.98px) {
  #ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:first-child .card-image {
    margin-left: 50px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:first-child .card-image {
    margin-left: 35px;
  }
}
@media (max-width: 991.98px) {
  #ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:first-child .card-image {
    margin-left: 20px;
    flex: 0 0 45.5%;
    max-width: 45.5%;
    padding-bottom: 29.1%;
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:first-child .card-image {
    max-width: 100%;
    flex: 0 0 100%;
    padding-bottom: 60%;
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:first-child .card-image.order-md-2 {
    order: 2;
    margin-bottom: 0;
  }
}
#ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:first-child .card-image .card-img {
  border-radius: 14px;
  box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.15);
  opacity: 0;
}
@media screen and (min-width: 1200px) and (max-width: 1899.98px) {
  #ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:first-child .card-image .card-img {
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:first-child .card-image .card-img {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:first-child .card-image .card-img {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:first-child .card-image .card-img {
    border-radius: 0.6360745116vw;
  }
}
#ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) {
  flex: 0 0 92%;
  max-width: 92%;
  padding-left: 160px;
  margin-top: -180px;
  align-items: flex-end;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) {
    padding-left: 7.2694229896vw;
    margin-top: -8.1781008632vw;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1899.98px) {
  #ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) {
    padding-left: 110px;
    margin-top: -81px;
    align-items: flex-start;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) {
    padding-left: 75px;
    margin-top: -64px;
    align-items: flex-start;
  }
}
@media (max-width: 991.98px) {
  #ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) {
    padding-left: 40px;
    margin-top: -90px;
    max-width: 95%;
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    margin-top: 0;
  }
}
#ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) .card-image {
  flex: 0 0 34.4%;
  max-width: 34.4%;
  padding-bottom: 31.1%;
  margin-left: 385px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) .card-image {
    margin-left: 17.4920490686vw;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1699.98px) {
  #ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) .card-image {
    margin-left: 277px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599.98px) {
  #ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) .card-image {
    flex: 0 0 36.2%;
    max-width: 36.2%;
    padding-bottom: 33.2%;
    margin-left: 210px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) .card-image {
    margin-left: 140px;
  }
}
@media (max-width: 991.98px) {
  #ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) .card-image {
    flex: 0 0 40.7%;
    max-width: 40.7%;
    padding-bottom: 37%;
    margin-left: 75px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) .card-image {
    max-width: 100%;
    flex: 0 0 100%;
    padding-bottom: 90%;
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) .card-image.order-md-2 {
    order: 2;
    margin-bottom: 0;
  }
}
#ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) .card-image .card-img {
  border-radius: 14px;
  box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.15);
  border: 4px solid var(--white-color);
  object-position: top;
  opacity: 0;
}
@media screen and (min-width: 1200px) and (max-width: 1899.98px) {
  #ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) .card-image .card-img {
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) .card-image .card-img {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) .card-image .card-img {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) .card-image .card-img {
    border-radius: 0.6360745116vw;
    border: 0.1817355747vw solid var(--white-color);
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) .card-image .card-img {
    border: none;
  }
}
#ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) .card-body .card-text {
  padding-bottom: 20px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) .card-body .card-text {
    padding-bottom: 0.9086778737vw;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1899.98px) {
  #ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) .card-body .card-text {
    padding-bottom: 0;
    padding-top: 70px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) .card-body .card-text {
    padding-bottom: 0;
    padding-top: 80px;
  }
}
@media (max-width: 991.98px) {
  #ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) .card-body .card-text {
    padding-top: 100px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card:nth-child(2) .card-body .card-text {
    padding-top: 70px;
    padding-bottom: 20px;
  }
}
#ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body {
  padding-right: 0 !important;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body {
    padding-right: 0 !important;
  }
}
#ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text {
  opacity: 0;
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text {
    padding-bottom: 20px;
  }
}
#ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h1,
#ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h2,
#ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h3,
#ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h4,
#ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h5,
#ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h6 {
  color: var(--heading-color2);
  font-family: "Myanmar MN", sans-serif;
  font-size: 36px;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: var(--wc-headingLineHeight);
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 10px;
  position: relative;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h1,
  #ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h2,
  #ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h3,
  #ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h4,
  #ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h5,
  #ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h6 {
    font-size: 1.6356201726vw;
    margin-bottom: 0;
    padding-bottom: 0.4543389368vw;
    letter-spacing: 0.1363016811vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h1,
  #ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h2,
  #ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h3,
  #ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h4,
  #ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h5,
  #ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h6 {
    font-size: 28px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h1,
  #ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h2,
  #ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h3,
  #ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h4,
  #ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h5,
  #ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h6 {
    font-size: 26px;
  }
}
#ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text p {
  margin-bottom: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-eight .hist-weight-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text p {
    margin-bottom: 0;
  }
}
#ui-area .history-public-landing .history-public-nine.is-inview .hist-wnine-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image:before {
  height: calc(100% + 11.875vw);
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-nine.is-inview .hist-wnine-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image:before {
    height: calc(100% + 60px);
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-nine.is-inview .hist-wnine-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image:before {
    display: none;
  }
}
#ui-area .history-public-landing .history-public-nine.is-inview .hist-wnine-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image .card-img {
  -o-animation: fadeInLeft ease-out 0.4s forwards;
  -webkit-animation: fadeInLeft ease-out 0.4s forwards;
  animation: fadeInLeft ease-out 0.4s forwards;
  animation-delay: 0.1s;
}
#ui-area .history-public-landing .history-public-nine.is-inview .hist-wnine-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.1s;
}
#ui-area .history-public-landing .history-public-nine.cst-section {
  padding: 0 0 calc(var(--section-padding) + 55px);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-nine.cst-section {
    padding: 0 0 calc(var(--section-padding) + 2.4988641527vw);
  }
}
@media (max-width: 1440.98px) {
  #ui-area .history-public-landing .history-public-nine.cst-section {
    padding: 0 0 calc(var(--section-padding) + 20px);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-nine.cst-section {
    padding: 0 0 calc(var(--section-padding) - 10px);
  }
}
@media (max-width: 991.98px) {
  #ui-area .history-public-landing .history-public-nine.cst-section {
    padding: 0 0 calc(var(--section-padding) - 30px);
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-nine.cst-section {
    padding: 0 0 calc(var(--section-padding) + 20px);
  }
}
#ui-area .history-public-landing .history-public-ten {
  /*End is-inview*/
}
#ui-area .history-public-landing .history-public-ten.is-inview .hist-ten-ui .hist-wten-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image:before {
  height: calc(100% + 11.875vw);
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-ten.is-inview .hist-ten-ui .hist-wten-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image:before {
    height: calc(100% + 60px);
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-ten.is-inview .hist-ten-ui .hist-wten-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image:before {
    display: none;
  }
}
#ui-area .history-public-landing .history-public-ten.is-inview .hist-ten-ui .hist-wten-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image .card-img {
  -o-animation: fadeInRight ease-out 0.4s forwards;
  -webkit-animation: fadeInRight ease-out 0.4s forwards;
  animation: fadeInRight ease-out 0.4s forwards;
  animation-delay: 0.3s;
}
#ui-area .history-public-landing .history-public-ten.is-inview .hist-ten-ui .hist-wten-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.3s;
}
#ui-area .history-public-landing .history-public-ten.cst-section {
  padding: 0 0 calc(var(--section-padding) + 60px);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-ten.cst-section {
    padding: 0 0 calc(var(--section-padding) + 2.7260336211vw);
  }
}
@media screen and (min-width: 1441px) and (max-width: 1899.98px) {
  #ui-area .history-public-landing .history-public-ten.cst-section {
    padding: 0 0 calc(var(--section-padding) + 40px);
  }
}
@media (max-width: 1440.98px) {
  #ui-area .history-public-landing .history-public-ten.cst-section {
    padding: 0 0 calc(var(--section-padding) + 30px);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-ten.cst-section {
    padding: 0 0 calc(var(--section-padding) - 10px);
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-ten.cst-section {
    padding: 0 0 calc(var(--section-padding) + 20px);
  }
}
#ui-area .history-public-landing .history-public-eleven.is-inview .hist-weleven-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image:before {
  height: calc(100% + 11.875vw);
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-eleven.is-inview .hist-weleven-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image:before {
    height: calc(100% + 60px);
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-eleven.is-inview .hist-weleven-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image:before {
    display: none;
  }
}
#ui-area .history-public-landing .history-public-eleven.is-inview .hist-weleven-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image .card-img {
  -o-animation: fadeInLeft ease-out 0.4s forwards;
  -webkit-animation: fadeInLeft ease-out 0.4s forwards;
  animation: fadeInLeft ease-out 0.4s forwards;
  animation-delay: 0.1s;
}
#ui-area .history-public-landing .history-public-eleven.is-inview .hist-weleven-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.1s;
}
#ui-area .history-public-landing .history-public-eleven.cst-section {
  padding: 0 0 calc(var(--section-padding) + 55px);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-eleven.cst-section {
    padding: 0 0 calc(var(--section-padding) + 2.4988641527vw);
  }
}
@media (max-width: 1440.98px) {
  #ui-area .history-public-landing .history-public-eleven.cst-section {
    padding: 0 0 calc(var(--section-padding) + 20px);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-eleven.cst-section {
    padding: 0 0 calc(var(--section-padding) - 10px);
  }
}
@media (max-width: 991.98px) {
  #ui-area .history-public-landing .history-public-eleven.cst-section {
    padding: 0 0 calc(var(--section-padding) - 30px);
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-eleven.cst-section {
    padding: 0 0 calc(var(--section-padding) + 20px);
  }
}
#ui-area .history-public-landing .history-public-twelve {
  /*End is-inview*/
}
#ui-area .history-public-landing .history-public-twelve.is-inview .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-img-box:before {
  height: calc(100% + 11.875vw);
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-twelve.is-inview .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-img-box:before {
    height: calc(100% + 60px);
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-twelve.is-inview .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-img-box:before {
    display: none;
  }
}
#ui-area .history-public-landing .history-public-twelve.is-inview .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-img-box .card-image .card-img {
  -o-animation: fadeInRight ease-out 0.4s forwards;
  -webkit-animation: fadeInRight ease-out 0.4s forwards;
  animation: fadeInRight ease-out 0.4s forwards;
  animation-delay: 0.3s;
}
#ui-area .history-public-landing .history-public-twelve.is-inview .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-img-box .card-img-small .card-img {
  -o-animation: fadeInRight ease-out 0.4s forwards;
  -webkit-animation: fadeInRight ease-out 0.4s forwards;
  animation: fadeInRight ease-out 0.4s forwards;
  animation-delay: 0.3s;
}
#ui-area .history-public-landing .history-public-twelve.is-inview .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.3s;
}
#ui-area .history-public-landing .history-public-twelve.cst-section {
  padding: 0 0 calc(var(--section-padding) + 120px);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-twelve.cst-section {
    padding: 0 0 calc(var(--section-padding) + 5.4520672422vw);
  }
}
@media screen and (min-width: 1441px) and (max-width: 1899.98px) {
  #ui-area .history-public-landing .history-public-twelve.cst-section {
    padding: 0 0 calc(var(--section-padding) + 100px);
  }
}
@media (max-width: 1440.98px) {
  #ui-area .history-public-landing .history-public-twelve.cst-section {
    padding: 0 0 calc(var(--section-padding) + 70px);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-twelve.cst-section {
    padding: 0 0 calc(var(--section-padding) - 10px);
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-twelve.cst-section {
    padding: 0 0 calc(var(--section-padding) + 20px);
  }
}
#ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image {
  position: relative;
  align-items: center;
  display: flex;
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image {
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  #ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card {
    align-items: center;
  }
}
#ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-img-box {
  flex: 0 0 52.6%;
  max-width: 52.6%;
  margin-left: 1.5625vw;
  position: relative;
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-img-box {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 0;
    margin-left: 0;
    order: 2;
    padding-top: 10px;
  }
}
#ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-img-box:before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -5.9896vw;
  width: 18.229vw;
  height: 0;
  background: var(--wc-body-bg);
  border-radius: 14px;
  top: 50%;
  transform: translateY(-50%);
  transition: 3s all;
}
@media (prefers-reduced-motion: reduce) {
  #ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-img-box:before {
    transition: none;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-img-box:before {
    border-radius: 0.6360745116vw;
  }
}
@media (max-width: 991.98px) {
  #ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-img-box:before {
    height: calc(100% + 100px);
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-img-box:before {
    display: none;
  }
}
#ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-img-box .card-image {
  padding-bottom: 39.8%;
  flex: 0 0 71.5%;
  max-width: 71.5%;
  position: relative;
  margin-left: auto;
}
@media (max-width: 991.98px) {
  #ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-img-box .card-image {
    padding-bottom: 45%;
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-img-box .card-image {
    max-width: 100%;
    flex: 0 0 100%;
    padding-bottom: 60%;
    margin-bottom: 0;
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-img-box .card-image.order-md-2 {
    order: 2;
  }
}
#ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-img-box .card-image .card-img {
  border-radius: 14px;
  box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.15);
  opacity: 0;
}
@media screen and (min-width: 1200px) and (max-width: 1899.98px) {
  #ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-img-box .card-image .card-img {
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-img-box .card-image .card-img {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-img-box .card-image .card-img {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-img-box .card-image .card-img {
    border-radius: 0.6360745116vw;
  }
}
#ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-img-box .card-img-small {
  flex: 0 0 50.9%;
  max-width: 50.9%;
  padding-bottom: 31.1%;
  position: relative;
  z-index: 1;
  height: 0;
  width: 100%;
  margin-top: -7.813vw;
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-img-box .card-img-small {
    flex: 0 0 80%;
    max-width: 80%;
    padding-bottom: 50%;
    margin: -70px auto 0;
  }
}
#ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-img-box .card-img-small .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.15);
  border: 4px solid var(--white-color);
  opacity: 0;
}
@media screen and (min-width: 1200px) and (max-width: 1899.98px) {
  #ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-img-box .card-img-small .card-img {
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-img-box .card-img-small .card-img {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-img-box .card-img-small .card-img {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-img-box .card-img-small .card-img {
    border-radius: 0.6360745116vw;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-img-box .card-img-small .card-img {
    border: 3px solid var(--white-color);
  }
}
@media (min-width: 768px) {
  #ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body {
    padding-right: 15px !important;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body {
    padding-right: 0.6815084053vw !important;
  }
}
#ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text {
  opacity: 0;
  padding-right: 30px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text {
    padding-right: 1.3630168105vw !important;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text {
    padding-right: 10px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text {
    padding-bottom: 20px;
    padding-right: 0;
  }
}
#ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h1,
#ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h2,
#ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h3,
#ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h4,
#ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h5,
#ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h6 {
  color: var(--heading-color2);
  font-family: "Myanmar MN", sans-serif;
  font-size: 36px;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: var(--wc-headingLineHeight);
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 10px;
  position: relative;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h1,
  #ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h2,
  #ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h3,
  #ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h4,
  #ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h5,
  #ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h6 {
    font-size: 1.6356201726vw;
    margin-bottom: 0;
    padding-bottom: 0.4543389368vw;
    letter-spacing: 0.1363016811vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h1,
  #ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h2,
  #ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h3,
  #ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h4,
  #ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h5,
  #ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h6 {
    font-size: 28px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h1,
  #ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h2,
  #ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h3,
  #ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h4,
  #ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h5,
  #ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h6 {
    font-size: 26px;
  }
}
#ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text p {
  margin-bottom: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text p {
    margin-bottom: 0;
  }
}
#ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text ul {
  margin-bottom: 2.25rem;
  padding: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text ul {
    margin-bottom: 1.6356201726vw;
    padding: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1899.98px) {
  #ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text ul {
    margin-bottom: 1.75rem;
  }
}
@media (max-width: 1365.99px) {
  #ui-area .history-public-landing .history-public-twelve .hist-twelve-ui .hist-wtwelve-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text ul {
    margin-bottom: 1.25rem;
  }
}
#ui-area .history-public-landing .history-public-thirteen.is-inview .hist-wthirteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image:before {
  height: calc(100% + 11.875vw);
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-thirteen.is-inview .hist-wthirteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image:before {
    height: calc(100% + 60px);
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-thirteen.is-inview .hist-wthirteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image:before {
    display: none;
  }
}
#ui-area .history-public-landing .history-public-thirteen.is-inview .hist-wthirteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image .card-img {
  -o-animation: fadeInLeft ease-out 0.4s forwards;
  -webkit-animation: fadeInLeft ease-out 0.4s forwards;
  animation: fadeInLeft ease-out 0.4s forwards;
  animation-delay: 0.1s;
}
#ui-area .history-public-landing .history-public-thirteen.is-inview .hist-wthirteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.1s;
}
#ui-area .history-public-landing .history-public-thirteen.cst-section {
  padding: 0 0 calc(var(--section-padding) + 55px);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-thirteen.cst-section {
    padding: 0 0 calc(var(--section-padding) + 2.4988641527vw);
  }
}
@media (max-width: 1440.98px) {
  #ui-area .history-public-landing .history-public-thirteen.cst-section {
    padding: 0 0 calc(var(--section-padding) + 20px);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-thirteen.cst-section {
    padding: 0 0 calc(var(--section-padding) - 10px);
  }
}
@media (max-width: 991.98px) {
  #ui-area .history-public-landing .history-public-thirteen.cst-section {
    padding: 0 0 calc(var(--section-padding) - 30px);
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-thirteen.cst-section {
    padding: 0 0 calc(var(--section-padding) + 20px);
  }
}
#ui-area .history-public-landing .history-public-fourteen {
  /*End is-inview*/
}
#ui-area .history-public-landing .history-public-fourteen.is-inview .hist-fourteen-ui .hist-wfourteen-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image:before {
  height: calc(100% + 11.875vw);
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-fourteen.is-inview .hist-fourteen-ui .hist-wfourteen-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image:before {
    height: calc(100% + 60px);
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-fourteen.is-inview .hist-fourteen-ui .hist-wfourteen-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image:before {
    display: none;
  }
}
#ui-area .history-public-landing .history-public-fourteen.is-inview .hist-fourteen-ui .hist-wfourteen-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image .card-img {
  -o-animation: fadeInRight ease-out 0.4s forwards;
  -webkit-animation: fadeInRight ease-out 0.4s forwards;
  animation: fadeInRight ease-out 0.4s forwards;
  animation-delay: 0.3s;
}
#ui-area .history-public-landing .history-public-fourteen.is-inview .hist-fourteen-ui .hist-wfourteen-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.3s;
}
#ui-area .history-public-landing .history-public-fourteen.cst-section {
  padding: 0 0 calc(var(--section-padding) + 120px);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-fourteen.cst-section {
    padding: 0 0 calc(var(--section-padding) + 5.4520672422vw);
  }
}
@media screen and (min-width: 1441px) and (max-width: 1899.98px) {
  #ui-area .history-public-landing .history-public-fourteen.cst-section {
    padding: 0 0 calc(var(--section-padding) + 100px);
  }
}
@media (max-width: 1440.98px) {
  #ui-area .history-public-landing .history-public-fourteen.cst-section {
    padding: 0 0 calc(var(--section-padding) + 70px);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-fourteen.cst-section {
    padding: 0 0 calc(var(--section-padding) - 10px);
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-fourteen.cst-section {
    padding: 0 0 calc(var(--section-padding) + 20px);
  }
}
#ui-area .history-public-landing .history-img-left-wrapper .hist-left-inner {
  padding-left: 130px;
  padding-right: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-img-left-wrapper .hist-left-inner {
    padding-left: 5.906406179vw;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1899.98px) {
  #ui-area .history-public-landing .history-img-left-wrapper .hist-left-inner {
    padding-left: 6vw;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-img-left-wrapper .hist-left-inner {
    padding-left: 30px;
  }
}
@media (max-width: 991.98px) {
  #ui-area .history-public-landing .history-img-left-wrapper .hist-left-inner {
    padding-left: 0;
  }
}
#ui-area .history-public-landing .history-img-left-wrapper .hist-left-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image {
  position: relative;
  align-items: center;
  display: flex;
}
@media (max-width: 991.98px) {
  #ui-area .history-public-landing .history-img-left-wrapper .hist-left-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image {
    align-items: flex-start;
  }
}
#ui-area .history-public-landing .history-img-left-wrapper .hist-left-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card {
  align-items: center;
}
#ui-area .history-public-landing .history-img-left-wrapper .hist-left-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image {
  flex: 0 0 52.3%;
  max-width: 52.3%;
  padding-bottom: 29.4%;
  position: relative;
}
@media (max-width: 991.98px) {
  #ui-area .history-public-landing .history-img-left-wrapper .hist-left-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image {
    padding-bottom: 36%;
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-img-left-wrapper .hist-left-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image {
    max-width: 100%;
    flex: 0 0 100%;
    padding-bottom: 60%;
    margin-left: 0;
    margin-bottom: 0;
    order: 2;
  }
}
#ui-area .history-public-landing .history-img-left-wrapper .hist-left-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image:before {
  content: "";
  position: absolute;
  left: -5.9896vw;
  width: 18.229vw;
  height: 0;
  background: var(--wc-body-bg);
  border-radius: 14px;
  top: 50%;
  transform: translateY(-50%);
  transition: 3s all;
}
@media (prefers-reduced-motion: reduce) {
  #ui-area .history-public-landing .history-img-left-wrapper .hist-left-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image:before {
    transition: none;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-img-left-wrapper .hist-left-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image:before {
    border-radius: 0.6360745116vw;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-img-left-wrapper .hist-left-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image:before {
    left: -34px;
  }
}
@media (max-width: 991.98px) {
  #ui-area .history-public-landing .history-img-left-wrapper .hist-left-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image:before {
    left: -20px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-img-left-wrapper .hist-left-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image:before {
    display: none;
  }
}
#ui-area .history-public-landing .history-img-left-wrapper .hist-left-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image .card-img {
  border-radius: 14px;
  box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.15);
  opacity: 0;
}
@media screen and (min-width: 1200px) and (max-width: 1899.98px) {
  #ui-area .history-public-landing .history-img-left-wrapper .hist-left-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image .card-img {
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-img-left-wrapper .hist-left-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image .card-img {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-img-left-wrapper .hist-left-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image .card-img {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-img-left-wrapper .hist-left-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image .card-img {
    border-radius: 0.6360745116vw;
  }
}
#ui-area .history-public-landing .history-img-left-wrapper .hist-left-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body {
  padding-left: 0 !important;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-img-left-wrapper .hist-left-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body {
    padding-left: 0 !important;
  }
}
#ui-area .history-public-landing .history-img-left-wrapper .hist-left-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text {
  padding-left: 64px;
  padding-right: 62px;
  padding-top: 0;
  opacity: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-img-left-wrapper .hist-left-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text {
    padding-left: 2.9077691958vw;
    padding-right: 2.8169014085vw;
    padding-top: 0;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1899.98px) {
  #ui-area .history-public-landing .history-img-left-wrapper .hist-left-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text {
    padding-right: 0px;
    padding-left: 2.604vw;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-img-left-wrapper .hist-left-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text {
    padding-left: 30px;
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  #ui-area .history-public-landing .history-img-left-wrapper .hist-left-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text {
    padding: 0 0 0 30px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-img-left-wrapper .hist-left-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text {
    padding: 0 0 20px;
  }
}
#ui-area .history-public-landing .history-img-left-wrapper .hist-left-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text h1,
#ui-area .history-public-landing .history-img-left-wrapper .hist-left-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text h2,
#ui-area .history-public-landing .history-img-left-wrapper .hist-left-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text h3,
#ui-area .history-public-landing .history-img-left-wrapper .hist-left-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text h4,
#ui-area .history-public-landing .history-img-left-wrapper .hist-left-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text h5,
#ui-area .history-public-landing .history-img-left-wrapper .hist-left-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text h6 {
  color: var(--heading-color2);
  font-family: "Myanmar MN", sans-serif;
  font-size: 36px;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: var(--wc-headingLineHeight);
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 10px;
  position: relative;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-img-left-wrapper .hist-left-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text h1,
  #ui-area .history-public-landing .history-img-left-wrapper .hist-left-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text h2,
  #ui-area .history-public-landing .history-img-left-wrapper .hist-left-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text h3,
  #ui-area .history-public-landing .history-img-left-wrapper .hist-left-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text h4,
  #ui-area .history-public-landing .history-img-left-wrapper .hist-left-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text h5,
  #ui-area .history-public-landing .history-img-left-wrapper .hist-left-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text h6 {
    font-size: 1.6356201726vw;
    margin-bottom: 0;
    padding-bottom: 0.4543389368vw;
    letter-spacing: 0.1363016811vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .history-public-landing .history-img-left-wrapper .hist-left-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text h1,
  #ui-area .history-public-landing .history-img-left-wrapper .hist-left-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text h2,
  #ui-area .history-public-landing .history-img-left-wrapper .hist-left-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text h3,
  #ui-area .history-public-landing .history-img-left-wrapper .hist-left-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text h4,
  #ui-area .history-public-landing .history-img-left-wrapper .hist-left-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text h5,
  #ui-area .history-public-landing .history-img-left-wrapper .hist-left-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text h6 {
    font-size: 28px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-img-left-wrapper .hist-left-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text h1,
  #ui-area .history-public-landing .history-img-left-wrapper .hist-left-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text h2,
  #ui-area .history-public-landing .history-img-left-wrapper .hist-left-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text h3,
  #ui-area .history-public-landing .history-img-left-wrapper .hist-left-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text h4,
  #ui-area .history-public-landing .history-img-left-wrapper .hist-left-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text h5,
  #ui-area .history-public-landing .history-img-left-wrapper .hist-left-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text h6 {
    font-size: 26px;
  }
}
#ui-area .history-public-landing .history-img-right-wrapper {
  /*End is-inview*/
}
#ui-area .history-public-landing .history-img-right-wrapper .hist-right-ui .hist-right-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image {
  position: relative;
  align-items: center;
  display: flex;
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-img-right-wrapper .hist-right-ui .hist-right-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image {
    align-items: flex-start;
  }
}
#ui-area .history-public-landing .history-img-right-wrapper .hist-right-ui .hist-right-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card {
  align-items: center;
}
#ui-area .history-public-landing .history-img-right-wrapper .hist-right-ui .hist-right-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image {
  padding-bottom: 29.4%;
  flex: 0 0 52.6%;
  max-width: 52.6%;
  margin-left: 1.5625vw;
  position: relative;
}
@media (max-width: 991.98px) {
  #ui-area .history-public-landing .history-img-right-wrapper .hist-right-ui .hist-right-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image {
    padding-bottom: 36%;
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-img-right-wrapper .hist-right-ui .hist-right-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image {
    max-width: 100%;
    flex: 0 0 100%;
    padding-bottom: 60%;
    margin-bottom: 0;
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-img-right-wrapper .hist-right-ui .hist-right-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image.order-md-2 {
    order: 2;
  }
}
#ui-area .history-public-landing .history-img-right-wrapper .hist-right-ui .hist-right-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image:before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -5.9896vw;
  width: 18.229vw;
  height: 0;
  background: var(--wc-body-bg);
  border-radius: 14px;
  top: 50%;
  transform: translateY(-50%);
  transition: 3s all;
}
@media (prefers-reduced-motion: reduce) {
  #ui-area .history-public-landing .history-img-right-wrapper .hist-right-ui .hist-right-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image:before {
    transition: none;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-img-right-wrapper .hist-right-ui .hist-right-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image:before {
    border-radius: 0.6360745116vw;
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-img-right-wrapper .hist-right-ui .hist-right-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image:before {
    display: none;
  }
}
#ui-area .history-public-landing .history-img-right-wrapper .hist-right-ui .hist-right-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image .card-img {
  border-radius: 14px;
  box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.15);
  opacity: 0;
}
@media screen and (min-width: 1200px) and (max-width: 1899.98px) {
  #ui-area .history-public-landing .history-img-right-wrapper .hist-right-ui .hist-right-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image .card-img {
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-img-right-wrapper .hist-right-ui .hist-right-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image .card-img {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-img-right-wrapper .hist-right-ui .hist-right-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image .card-img {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-img-right-wrapper .hist-right-ui .hist-right-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image .card-img {
    border-radius: 0.6360745116vw;
  }
}
@media (min-width: 1200px) {
  #ui-area .history-public-landing .history-img-right-wrapper .hist-right-ui .hist-right-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body {
    padding-right: 25px !important;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-img-right-wrapper .hist-right-ui .hist-right-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body {
    padding-right: 15px !important;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-img-right-wrapper .hist-right-ui .hist-right-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body {
    padding-right: 1.1358473421vw !important;
  }
}
#ui-area .history-public-landing .history-img-right-wrapper .hist-right-ui .hist-right-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text {
  opacity: 0;
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-img-right-wrapper .hist-right-ui .hist-right-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text {
    padding-bottom: 20px;
  }
}
#ui-area .history-public-landing .history-img-right-wrapper .hist-right-ui .hist-right-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h1,
#ui-area .history-public-landing .history-img-right-wrapper .hist-right-ui .hist-right-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h2,
#ui-area .history-public-landing .history-img-right-wrapper .hist-right-ui .hist-right-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h3,
#ui-area .history-public-landing .history-img-right-wrapper .hist-right-ui .hist-right-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h4,
#ui-area .history-public-landing .history-img-right-wrapper .hist-right-ui .hist-right-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h5,
#ui-area .history-public-landing .history-img-right-wrapper .hist-right-ui .hist-right-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h6 {
  color: var(--heading-color2);
  font-family: "Myanmar MN", sans-serif;
  font-size: 36px;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: var(--wc-headingLineHeight);
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 10px;
  position: relative;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-img-right-wrapper .hist-right-ui .hist-right-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h1,
  #ui-area .history-public-landing .history-img-right-wrapper .hist-right-ui .hist-right-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h2,
  #ui-area .history-public-landing .history-img-right-wrapper .hist-right-ui .hist-right-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h3,
  #ui-area .history-public-landing .history-img-right-wrapper .hist-right-ui .hist-right-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h4,
  #ui-area .history-public-landing .history-img-right-wrapper .hist-right-ui .hist-right-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h5,
  #ui-area .history-public-landing .history-img-right-wrapper .hist-right-ui .hist-right-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h6 {
    font-size: 1.6356201726vw;
    margin-bottom: 0;
    padding-bottom: 0.4543389368vw;
    letter-spacing: 0.1363016811vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .history-public-landing .history-img-right-wrapper .hist-right-ui .hist-right-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h1,
  #ui-area .history-public-landing .history-img-right-wrapper .hist-right-ui .hist-right-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h2,
  #ui-area .history-public-landing .history-img-right-wrapper .hist-right-ui .hist-right-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h3,
  #ui-area .history-public-landing .history-img-right-wrapper .hist-right-ui .hist-right-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h4,
  #ui-area .history-public-landing .history-img-right-wrapper .hist-right-ui .hist-right-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h5,
  #ui-area .history-public-landing .history-img-right-wrapper .hist-right-ui .hist-right-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h6 {
    font-size: 28px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-img-right-wrapper .hist-right-ui .hist-right-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h1,
  #ui-area .history-public-landing .history-img-right-wrapper .hist-right-ui .hist-right-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h2,
  #ui-area .history-public-landing .history-img-right-wrapper .hist-right-ui .hist-right-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h3,
  #ui-area .history-public-landing .history-img-right-wrapper .hist-right-ui .hist-right-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h4,
  #ui-area .history-public-landing .history-img-right-wrapper .hist-right-ui .hist-right-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h5,
  #ui-area .history-public-landing .history-img-right-wrapper .hist-right-ui .hist-right-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h6 {
    font-size: 26px;
  }
}
#ui-area .history-public-landing .history-img-right-wrapper .hist-right-ui .hist-right-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text p {
  margin-bottom: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-img-right-wrapper .hist-right-ui .hist-right-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text p {
    margin-bottom: 0;
  }
}
#ui-area .history-public-landing .history-img-right-wrapper .hist-right-ui .hist-right-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text ul {
  margin-bottom: 2.25rem;
  padding: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-img-right-wrapper .hist-right-ui .hist-right-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text ul {
    margin-bottom: 1.6356201726vw;
    padding: 0;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1899.98px) {
  #ui-area .history-public-landing .history-img-right-wrapper .hist-right-ui .hist-right-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text ul {
    margin-bottom: 1.75rem;
  }
}
@media (max-width: 1365.99px) {
  #ui-area .history-public-landing .history-img-right-wrapper .hist-right-ui .hist-right-inner .webc-container.featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text ul {
    margin-bottom: 1.25rem;
  }
}
#ui-area .history-public-landing .history-public-fifteen.is-inview .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image-box:before {
  height: calc(100% + 11.875vw);
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-fifteen.is-inview .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image-box:before {
    display: none;
  }
}
#ui-area .history-public-landing .history-public-fifteen.is-inview .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image-box .card-image .card-img {
  -o-animation: fadeInLeft ease-out 0.4s forwards;
  -webkit-animation: fadeInLeft ease-out 0.4s forwards;
  animation: fadeInLeft ease-out 0.4s forwards;
  animation-delay: 0.1s;
}
#ui-area .history-public-landing .history-public-fifteen.is-inview .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image-box .card-image-small .card-img {
  -o-animation: fadeInLeft ease-out 0.4s forwards;
  -webkit-animation: fadeInLeft ease-out 0.4s forwards;
  animation: fadeInLeft ease-out 0.4s forwards;
  animation-delay: 0.1s;
}
#ui-area .history-public-landing .history-public-fifteen.is-inview .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text {
  -o-animation: fadeInTop ease-out 0.4s forwards;
  -webkit-animation: fadeInTop ease-out 0.4s forwards;
  animation: fadeInTop ease-out 0.4s forwards;
  animation-delay: 0.1s;
}
#ui-area .history-public-landing .history-public-fifteen.cst-section {
  padding: 0 0 calc(var(--section-padding) + 35px);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-fifteen.cst-section {
    padding: 0 0 calc(var(--section-padding) + 1.590186279vw);
  }
}
@media (max-width: 1440.98px) {
  #ui-area .history-public-landing .history-public-fifteen.cst-section {
    padding: 0 0 calc(var(--section-padding) - 20px);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-fifteen.cst-section {
    padding: 0 0 calc(var(--section-padding) - 30px);
  }
}
@media (max-width: 991.98px) {
  #ui-area .history-public-landing .history-public-fifteen.cst-section {
    padding: 0 0 calc(var(--section-padding) - 30px);
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-fifteen.cst-section {
    padding: 0 0 var(--section-padding);
  }
}
#ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner {
  padding-left: 130px;
  padding-right: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner {
    padding-left: 5.906406179vw;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1899.98px) {
  #ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner {
    padding-left: 6vw;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner {
    padding-left: 30px;
  }
}
@media (max-width: 991.98px) {
  #ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner {
    padding-left: 0;
  }
}
#ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image {
  position: relative;
  align-items: center;
  display: flex;
}
@media (max-width: 991.98px) {
  #ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image {
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  #ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card {
    align-items: center;
  }
}
#ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image-box {
  flex: 0 0 52.3%;
  max-width: 52.3%;
  position: relative;
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image-box {
    max-width: 100%;
    flex: 0 0 100%;
    margin-left: 0;
    margin-bottom: 0;
    padding-top: 10px;
    order: 2;
  }
}
#ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image-box:before {
  content: "";
  position: absolute;
  left: -5.9896vw;
  width: 18.229vw;
  height: 0;
  background: var(--wc-body-bg);
  border-radius: 14px 14px 0 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 3s all;
}
@media (prefers-reduced-motion: reduce) {
  #ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image-box:before {
    transition: none;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image-box:before {
    border-radius: 0.6360745116vw 0.6360745116vw 0 0;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image-box:before {
    left: -34px;
  }
}
@media (max-width: 991.98px) {
  #ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image-box:before {
    left: -20px;
    height: calc(100% + 150px);
    border-radius: 14px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image-box:before {
    display: none;
  }
}
#ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image-box .card-image {
  flex: 0 0 65.5%;
  max-width: 65.5%;
  padding-bottom: 43.8%;
  position: relative;
  margin-left: auto;
  margin-top: -10.677vw;
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image-box .card-image {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 60%;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: -70px;
  }
}
#ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image-box .card-image .card-img {
  border-radius: 14px;
  box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.15);
  opacity: 0;
}
@media screen and (min-width: 1200px) and (max-width: 1899.98px) {
  #ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image-box .card-image .card-img {
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image-box .card-image .card-img {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image-box .card-image .card-img {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image-box .card-image .card-img {
    border-radius: 0.6360745116vw;
  }
}
#ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image-box .card-image-small {
  flex: 0 0 44.8%;
  max-width: 44.8%;
  padding-bottom: 33.5%;
  position: relative;
  z-index: 1;
  height: 0;
  width: 100%;
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image-box .card-image-small {
    flex: 0 0 80%;
    max-width: 80%;
    padding-bottom: 50%;
    margin: 0 auto;
  }
}
#ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image-box .card-image-small .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.15);
  border: 4px solid var(--white-color);
  opacity: 0;
}
@media screen and (min-width: 1200px) and (max-width: 1899.98px) {
  #ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image-box .card-image-small .card-img {
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image-box .card-image-small .card-img {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image-box .card-image-small .card-img {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-image-box .card-image-small .card-img {
    border-radius: 0.6360745116vw;
  }
}
#ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body {
  padding-left: 0 !important;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body {
    padding-left: 0 !important;
  }
}
#ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text {
  padding-left: 64px;
  padding-right: 62px;
  padding-top: 54px;
  opacity: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text {
    padding-left: 2.9077691958vw;
    padding-right: 2.8169014085vw;
    padding-top: 2.453430259vw;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1899.98px) {
  #ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text {
    padding-top: 0;
    padding-right: 0px;
    padding-left: 2.604vw;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text {
    padding-top: 0;
    padding-left: 30px;
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  #ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text {
    padding: 0 0 0 30px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text {
    padding: 0 0 20px;
  }
}
#ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text h1,
#ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text h2,
#ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text h3,
#ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text h4,
#ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text h5,
#ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text h6 {
  color: var(--heading-color2);
  font-family: "Myanmar MN", sans-serif;
  font-size: 36px;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: var(--wc-headingLineHeight);
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 10px;
  position: relative;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text h1,
  #ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text h2,
  #ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text h3,
  #ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text h4,
  #ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text h5,
  #ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text h6 {
    font-size: 1.6356201726vw;
    margin-bottom: 0;
    padding-bottom: 0.4543389368vw;
    letter-spacing: 0.1363016811vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text h1,
  #ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text h2,
  #ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text h3,
  #ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text h4,
  #ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text h5,
  #ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text h6 {
    font-size: 28px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text h1,
  #ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text h2,
  #ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text h3,
  #ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text h4,
  #ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text h5,
  #ui-area .history-public-landing .history-public-fifteen .hist-wfifteen-inner .webc-container.featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text h6 {
    font-size: 26px;
  }
}
#ui-area .history-public-landing .hist-btm-banner .card-text {
  width: max-content;
  margin: 0 auto;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin-top: -70px;
  background: var(--white-color);
  text-align: center;
  box-shadow: 0px 20px 35px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  padding: 24px 45px;
  opacity: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .hist-btm-banner .card-text {
    margin-top: -3.1803725579vw;
    padding: 1.0904134484vw 2.0445252158vw;
    border-radius: 0.6360745116vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .history-public-landing .hist-btm-banner .card-text {
    padding: 18px 35px;
    margin-top: -55px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .hist-btm-banner .card-text {
    padding: 15px 30px;
    margin-top: -50px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .hist-btm-banner .card-text {
    padding: 15px 15px;
    max-width: 90%;
  }
}
#ui-area .history-public-landing .hist-btm-banner .card-text h1,
#ui-area .history-public-landing .hist-btm-banner .card-text h2,
#ui-area .history-public-landing .hist-btm-banner .card-text h3,
#ui-area .history-public-landing .hist-btm-banner .card-text h4,
#ui-area .history-public-landing .hist-btm-banner .card-text h5,
#ui-area .history-public-landing .hist-btm-banner .card-text h6 {
  color: var(--heading-color2);
  font-family: "Myanmar MN", sans-serif;
  font-size: 36px;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: var(--wc-headingLineHeight);
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .hist-btm-banner .card-text h1,
  #ui-area .history-public-landing .hist-btm-banner .card-text h2,
  #ui-area .history-public-landing .hist-btm-banner .card-text h3,
  #ui-area .history-public-landing .hist-btm-banner .card-text h4,
  #ui-area .history-public-landing .hist-btm-banner .card-text h5,
  #ui-area .history-public-landing .hist-btm-banner .card-text h6 {
    font-size: 1.6356201726vw;
    margin-bottom: 0;
    padding-bottom: 0;
    letter-spacing: 0.1363016811vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .history-public-landing .hist-btm-banner .card-text h1,
  #ui-area .history-public-landing .hist-btm-banner .card-text h2,
  #ui-area .history-public-landing .hist-btm-banner .card-text h3,
  #ui-area .history-public-landing .hist-btm-banner .card-text h4,
  #ui-area .history-public-landing .hist-btm-banner .card-text h5,
  #ui-area .history-public-landing .hist-btm-banner .card-text h6 {
    font-size: 28px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .hist-btm-banner .card-text h1,
  #ui-area .history-public-landing .hist-btm-banner .card-text h2,
  #ui-area .history-public-landing .hist-btm-banner .card-text h3,
  #ui-area .history-public-landing .hist-btm-banner .card-text h4,
  #ui-area .history-public-landing .hist-btm-banner .card-text h5,
  #ui-area .history-public-landing .hist-btm-banner .card-text h6 {
    font-size: 26px;
  }
}
#ui-area .history-public-landing .hist-btm-banner .btm-bnr-img {
  flex: 0 0 39.4%;
  max-width: 100%;
  padding-bottom: 32.5%;
  height: 0;
  width: 100%;
  position: relative;
}
@media (max-width: 767.98px) {
  #ui-area .history-public-landing .hist-btm-banner .btm-bnr-img {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 60%;
  }
}
#ui-area .history-public-landing .hist-btm-banner .btm-bnr-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.15);
  opacity: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .history-public-landing .hist-btm-banner .btm-bnr-img img {
    border-radius: 0.6360745116vw;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .history-public-landing .hist-btm-banner .btm-bnr-img img {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  }
}
#ui-area .private-landing .webc-container {
  margin-bottom: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .private-landing .webc-container {
    margin-bottom: 0;
  }
}
#ui-area .private-landing .p-home-welcome.cst-section {
  padding: calc(var(--section-padding) - 25px) 0 0 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .private-landing .p-home-welcome.cst-section {
    padding: calc(var(--section-padding) - 1.1358473421vw) 0 0 0;
  }
}
@media (max-width: 991.98px) {
  #ui-area .private-landing .p-home-welcome.cst-section {
    padding: var(--section-padding) 0 0 0;
  }
}
#ui-area .private-landing .p-home-welcome .links-list {
  border-bottom: 1px solid var(--header-border-color);
  padding-bottom: 15px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .private-landing .p-home-welcome .links-list {
    padding-bottom: 0.6815084053vw;
  }
}
#ui-area .private-landing .p-home-welcome .links-list .webc-headingx {
  color: rgb(0, 105, 170);
  font-size: 16px;
  font-family: "Inter", sans-serif;
  letter-spacing: 1.6px;
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 12px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .private-landing .p-home-welcome .links-list .webc-headingx {
    font-size: 0.726942299vw;
    letter-spacing: 0.0726942299vw;
    margin-bottom: 0.5452067242vw;
  }
}
#ui-area .private-landing .p-home-welcome .links-list .links-block .card {
  background: transparent;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1199.98px) {
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card {
    flex-wrap: wrap;
  }
}
#ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body {
  padding: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body {
    padding: 0;
  }
}
@media only screen and (min-width: 1199.99px) and (max-width: 1296.99px) {
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body {
    flex: 0 0 32%;
    max-width: 32%;
    overflow: hidden;
  }
}
#ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text {
  padding: 0;
  width: max-content;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text {
    padding: 0;
  }
}
#ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h1,
#ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h2,
#ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h3,
#ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h4,
#ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h5,
#ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h6 {
  font-family: "Myanmar MN", sans-serif;
  font-weight: 400;
  font-size: 48px;
  position: relative;
  padding-left: 50px;
  padding-bottom: 0;
  color: var(--wc-font-color);
  letter-spacing: 0;
  line-height: normal;
  -webkit-text-transform: capitalize;
  text-transform: capitalize;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h1,
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h2,
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h3,
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h4,
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h5,
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h6 {
    font-size: 2.1808268969vw;
    padding-left: 2.2716946842vw;
    padding-bottom: 0;
    letter-spacing: 0;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h1,
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h2,
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h3,
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h4,
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h5,
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h6 {
    font-size: 38px;
    padding-left: 40px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h1,
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h2,
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h3,
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h4,
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h5,
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h6 {
    font-size: 36px;
  }
}
@media (max-width: 991.98px) {
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h1,
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h2,
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h3,
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h4,
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h5,
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h6 {
    font-size: 35px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h1,
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h2,
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h3,
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h4,
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h5,
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h6 {
    font-size: 33px;
    padding-left: 20px;
  }
}
#ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h1::before,
#ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h2::before,
#ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h3::before,
#ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h4::before,
#ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h5::before,
#ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h6::before {
  content: "";
  position: absolute;
  left: 0;
  width: 37px;
  height: 2px;
  background-color: var(--heading-color2);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h1::before,
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h2::before,
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h3::before,
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h4::before,
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h5::before,
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h6::before {
    width: 1.6810540663vw;
    height: 0.0908677874vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h1::before,
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h2::before,
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h3::before,
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h4::before,
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h5::before,
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h6::before {
    width: 35px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h1::before,
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h2::before,
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h3::before,
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h4::before,
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h5::before,
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-body .card-text h6::before {
    width: 20px;
  }
}
#ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-footer {
  background: transparent;
  color: var(--wc-font-color);
  padding: 0;
  width: 100%;
  margin-right: auto;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-footer {
    padding: 0;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-footer {
    margin-top: 1rem;
  }
}
@media (max-width: 991.98px) {
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-footer {
    justify-content: flex-start;
  }
}
#ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-footer .col-lg-3 {
  flex: 0 0 auto;
  max-width: max-content;
}
@media (max-width: 991.98px) {
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-footer .col-lg-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-footer .col-lg-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-footer .col-lg-3.link-block {
  position: relative;
}
#ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-footer .col-lg-3.link-block::before {
  content: "";
  position: absolute;
  background: rgb(0, 105, 170);
  right: 0;
  width: 2px;
  height: 100%;
  top: auto;
  bottom: auto;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-footer .col-lg-3.link-block::before {
    width: 0.0908677874vw;
  }
}
@media (max-width: 991.98px) {
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-footer .col-lg-3.link-block::before {
    display: none;
  }
}
#ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-footer .col-lg-3.link-block:last-child::before {
  display: none;
}
@media (max-width: 767.98px) {
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-footer .col-lg-3.link-block:last-child .card-link {
    padding-bottom: 0;
    padding-left: 0;
  }
}
#ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-footer .col-lg-3.link-block .card-link {
  padding-bottom: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-footer .col-lg-3.link-block .card-link {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1199.99px) and (max-width: 1296.99px) {
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-footer .col-lg-3.link-block .card-link {
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-footer .col-lg-3.link-block .card-link {
    padding-bottom: 1rem;
  }
}
@media (max-width: 767.98px) {
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-footer .col-lg-3.link-block .card-link {
    padding-left: 0;
  }
}
#ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-footer .col-lg-3.link-block .card-link .card-link-text {
  line-height: normal;
}
#ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-footer .col-lg-3.link-block .card-link:hover .card-link-text {
  color: var(--heading-color2);
  transition: 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  #ui-area .private-landing .p-home-welcome .links-list .links-block .card .card-footer .col-lg-3.link-block .card-link:hover .card-link-text {
    transition: none;
  }
}
@media (min-width: 1200px) and (max-width: 1440.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content {
    padding-right: 0.5rem !important;
  }
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .MemberProfile-portlet.portlet-static section.portlet {
  margin-bottom: 0 !important;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .MemberProfile-portlet.portlet-static section.portlet {
    margin-bottom: 0 !important;
  }
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .MemberProfile-portlet .mp-card-view {
  padding: 1.3rem 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .MemberProfile-portlet .mp-card-view {
    padding: 0.9086778737vw 0;
  }
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .MemberProfile-portlet .mp-card-view .profile .pic .mp-picture-image {
  border: none;
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .MemberProfile-portlet .mp-card-view .profile .pic .mp-avatar .mp-avatar-preview {
  border: none;
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .MemberProfile-portlet .mp-card-view .profile .pic .mp-dn-heading {
  font-size: 24px;
  font-family: var(--wc-font-family);
  color: var(--wc-font-family);
  font-weight: normal;
  margin-bottom: 15px;
  letter-spacing: 0;
  position: relative;
  -webkit-text-transform: capitalize;
  text-transform: capitalize;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .MemberProfile-portlet .mp-card-view .profile .pic .mp-dn-heading {
    margin-bottom: 0.6815084053vw;
    letter-spacing: 0;
    font-size: 1.0904134484vw;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .MemberProfile-portlet .mp-card-view .profile .pic .mp-dn-heading {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .MemberProfile-portlet .mp-card-view .profile .pic .mp-dn-heading {
    font-size: 18px;
  }
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .MemberProfile-portlet .mp-card-view .profile .bio .mp-panel {
  border-top: 1px solid var(--header-border-color);
  padding: 30px 1.2rem;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .MemberProfile-portlet .mp-card-view .profile .bio .mp-panel {
    padding: 1.3630168105vw 0.9086778737vw;
  }
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .MemberProfile-portlet .mp-card-view .profile .bio .mp-panel h4 {
  font-size: 16px;
  font-family: var(--wc-font-family);
  font-weight: bold;
  color: rgb(0, 105, 170);
  margin-bottom: 15px;
  letter-spacing: 1.6px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .MemberProfile-portlet .mp-card-view .profile .bio .mp-panel h4 {
    font-size: 0.726942299vw;
    margin-bottom: 0.6815084053vw;
    letter-spacing: 0.0726942299vw;
  }
}
@media (max-width: 991.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .MemberProfile-portlet .mp-card-view .profile .bio .mp-panel h4 {
    font-size: 14px;
  }
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .MemberProfile-portlet .mp-card-view .profile .bio .mp-panel p {
  font-size: 16px;
  -webkit-text-transform: none;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 0.5rem;
  font-family: var(--wc-font-family);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .MemberProfile-portlet .mp-card-view .profile .bio .mp-panel p {
    font-size: 0.726942299vw;
    margin-bottom: 0.3634711495vw;
  }
}
@media (max-width: 1700.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .MemberProfile-portlet .mp-card-view .profile .bio .mp-panel p {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .MemberProfile-portlet .mp-card-view .profile .bio .mp-panel p {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .MemberProfile-portlet .mp-card-view .profile .bio .mp-panel p {
    font-size: 14px;
  }
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .MemberProfile-portlet .mp-card-view .profile .bio .mp-panel p:last-child {
  margin-bottom: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .MemberProfile-portlet .mp-card-view .profile .bio .mp-panel p:last-child {
    margin-bottom: 0;
  }
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .MemberProfile-portlet .mp-card-view .profile .bio .mp-panel p .primary-email,
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .MemberProfile-portlet .mp-card-view .profile .bio .mp-panel p span {
  font-weight: bold;
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .MemberProfile-portlet .mp-card-view .mp-heading {
  font-size: 16px;
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  color: rgb(0, 105, 170);
  font-family: "Inter", sans-serif;
  padding-bottom: 0;
  font-weight: bold;
  text-align: right;
  width: 89%;
  margin: 0 auto 2rem;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .MemberProfile-portlet .mp-card-view .mp-heading {
    padding-bottom: 0;
    margin: 0 auto 1.4538845979vw;
    letter-spacing: 0.0726942299vw;
    font-size: 0.726942299vw;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .MemberProfile-portlet .mp-card-view .mp-heading {
    font-size: 14px;
    letter-spacing: 0;
  }
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .MemberProfile-portlet .mp-card-view .mp-heading a {
  font-size: 16px;
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  letter-spacing: 0;
  color: rgb(0, 105, 170);
  font-family: "Inter", sans-serif;
  border: none;
  padding-bottom: 0;
  position: absolute;
  top: 0;
  font-weight: bold;
  letter-spacing: 1.6px;
  right: auto;
  text-decoration: none;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .MemberProfile-portlet .mp-card-view .mp-heading a {
    padding-bottom: 0;
    top: 0;
    letter-spacing: 0.0726942299vw;
    font-size: 0.726942299vw;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .MemberProfile-portlet .mp-card-view .mp-heading a {
    font-size: 14px;
    letter-spacing: 0;
  }
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .MemberProfile-portlet .mp-card-view .mp-heading a:hover {
  color: rgb(0, 105, 170);
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .weather-portlet {
  position: relative;
  text-align: left;
  background: var(--wc-body-bg);
  padding: 1.5rem;
  margin-top: 2rem;
  border-radius: calc(var(--borderRadius) * 1px);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .weather-portlet {
    padding: 1.0904134484vw;
    margin-top: 1.4538845979vw;
  }
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .weather-portlet br {
  display: none;
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .weather-portlet section.portlet {
  margin-bottom: 0 !important;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .weather-portlet section.portlet {
    margin-bottom: 0 !important;
  }
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .weather-portlet section.portlet .col-sm-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .weather-portlet section.portlet .weather-container {
  padding-top: 1rem;
  position: relative;
  padding-bottom: 1rem;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .weather-portlet section.portlet .weather-container {
    padding-top: 0.726942299vw;
    padding-bottom: 0.726942299vw;
  }
}
@media (max-width: 991.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .weather-portlet section.portlet .weather-container {
    justify-content: center;
  }
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .weather-portlet section.portlet .weather-container .left-col {
  order: 4;
  margin-top: -7%;
  width: 24%;
  float: right;
}
@media (max-width: 991.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .weather-portlet section.portlet .weather-container .left-col {
    margin-top: 0;
    width: auto;
    float: none;
  }
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .weather-portlet section.portlet .weather-container .left-col .temp {
  color: var(--heading-color2);
  font-size: 40px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .weather-portlet section.portlet .weather-container .left-col .temp {
    font-size: 1.8173557474vw;
  }
}
@media (max-width: 1700.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .weather-portlet section.portlet .weather-container .left-col .temp {
    font-size: 33px;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .weather-portlet section.portlet .weather-container .left-col .temp {
    font-size: 28px;
    flex-wrap: unset;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .weather-portlet section.portlet .weather-container .left-col .temp {
    font-size: 24px;
  }
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .weather-portlet section.portlet .weather-container .left-col .temp .degree {
  color: var(--heading-color2);
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .weather-portlet section.portlet .weather-container .right-col {
  order: 3;
  padding: 0 0.5rem 0 0;
  margin-top: -9%;
  width: 24%;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .weather-portlet section.portlet .weather-container .right-col {
    padding: 0 0.3634711495vw 0 0;
  }
}
@media (max-width: 1700.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .weather-portlet section.portlet .weather-container .right-col {
    padding: 0 0.5rem 0 0;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .weather-portlet section.portlet .weather-container .right-col {
    padding: 0 0.5rem;
  }
}
@media (max-width: 991.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .weather-portlet section.portlet .weather-container .right-col {
    margin-top: 0;
    width: auto;
    float: none;
    padding: 0 8px 0 0;
  }
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .weather-portlet section.portlet .weather-container .right-col .weather-icon {
  color: var(--heading-color2);
  font-size: 44px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .weather-portlet section.portlet .weather-container .right-col .weather-icon {
    font-size: 1.9990913221vw;
  }
}
@media (max-width: 1700.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .weather-portlet section.portlet .weather-container .right-col .weather-icon {
    font-size: 40px;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .weather-portlet section.portlet .weather-container .right-col .weather-icon {
    font-size: 34px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .weather-portlet section.portlet .weather-container .right-col .weather-icon {
    font-size: 30px;
  }
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .weather-portlet section.portlet .weather-container .weather-desc {
  margin: 0;
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  font-weight: 700;
  order: 1;
  font-size: 15px;
  padding-left: 0;
  width: 52%;
  flex: 0 0 52%;
  max-width: 52%;
  float: left;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .weather-portlet section.portlet .weather-container .weather-desc {
    font-size: 0.6360745116vw;
    margin: 0;
  }
}
@media (max-width: 991.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .weather-portlet section.portlet .weather-container .weather-desc {
    padding-left: 0;
    float: none;
    order: 4;
    text-align: center;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .weather-portlet section.portlet .weather-container .weather-wind {
  font-weight: 600;
  order: 2;
  font-size: 12px;
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  padding-left: 0;
  width: 52%;
  float: left;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .weather-portlet section.portlet .weather-container .weather-wind {
    font-size: 0.5452067242vw;
  }
}
@media (max-width: 991.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-left-content .weather-portlet section.portlet .weather-container .weather-wind {
    padding-left: 0;
    width: auto;
    float: none;
    order: 4;
  }
}
@media (min-width: 1200px) and (max-width: 1440.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content {
    padding-left: 0.5rem !important;
  }
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .bx-viewport {
  border-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .bx-viewport {
    border-radius: 0.6360745116vw;
  }
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .announcement-content .announcement-title {
  margin-bottom: 0;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  overflow: visible;
  letter-spacing: 0.3px;
  font-weight: 500;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .announcement-content .announcement-title {
    margin-bottom: 0;
    letter-spacing: 0.0136301681vw;
  }
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .slider.image, #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .slider.no-announcement-image {
  padding-bottom: 30.603%;
}
@media (max-width: 1440.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .slider.image, #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .slider.no-announcement-image {
    padding-bottom: 35.329%;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .slider.image, #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .slider.no-announcement-image {
    padding-bottom: 40.329%;
  }
}
@media (max-width: 991.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .slider.image, #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .slider.no-announcement-image {
    height: auto;
    padding-bottom: initial;
    min-height: auto;
  }
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .slider.image .slide.image a h3, #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .slider.image .slide.no-announcement-image a h3, #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .slider.no-announcement-image .slide.image a h3, #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .slider.no-announcement-image .slide.no-announcement-image a h3 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--heading-color2) !important;
  font-family: "Myanmar MN", sans-serif;
  width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  border-bottom: 1px solid var(--header-border-color);
  letter-spacing: 0;
  line-height: normal;
  -webkit-text-transform: capitalize;
  text-transform: capitalize;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .slider.image .slide.image a h3, #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .slider.image .slide.no-announcement-image a h3, #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .slider.no-announcement-image .slide.image a h3, #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .slider.no-announcement-image .slide.no-announcement-image a h3 {
    font-size: 1.6356201726vw;
    letter-spacing: 0;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .slider.image .slide.image a h3, #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .slider.image .slide.no-announcement-image a h3, #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .slider.no-announcement-image .slide.image a h3, #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .slider.no-announcement-image .slide.no-announcement-image a h3 {
    font-size: 30px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .slider.image .slide.image a h3, #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .slider.image .slide.no-announcement-image a h3, #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .slider.no-announcement-image .slide.image a h3, #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .slider.no-announcement-image .slide.no-announcement-image a h3 {
    font-size: 22px;
    width: 90%;
  }
}
@media (max-width: 767.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .slider.image .slide.image a h3, #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .slider.image .slide.no-announcement-image a h3, #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .slider.no-announcement-image .slide.image a h3, #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .slider.no-announcement-image .slide.no-announcement-image a h3 {
    font-size: 22px;
    width: 100%;
    overflow: visible;
    text-overflow: unset;
    display: unset;
    -webkit-line-clamp: unset;
    line-clamp: unset;
    -webkit-box-orient: unset;
  }
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .slider.image .slide.image img, #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .slider.image .slide.no-announcement-image img, #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .slider.no-announcement-image .slide.image img, #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .slider.no-announcement-image .slide.no-announcement-image img {
  z-index: 2;
}
@media (max-width: 1440.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .slider.image .slide.image img, #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .slider.image .slide.no-announcement-image img, #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .slider.no-announcement-image .slide.image img, #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .slider.no-announcement-image .slide.no-announcement-image img {
    width: calc(100% - 300px) !important;
  }
}
@media (max-width: 991.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .slider.image .slide.image img, #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .slider.image .slide.no-announcement-image img, #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .slider.no-announcement-image .slide.image img, #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .slider.no-announcement-image .slide.no-announcement-image img {
    position: absolute;
  }
}
@media (max-width: 767.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .slider.image .slide.image img, #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .slider.image .slide.no-announcement-image img, #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .slider.no-announcement-image .slide.image img, #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .slider.no-announcement-image .slide.no-announcement-image img {
    width: calc(100% - 300px) !important;
  }
}
@media (max-width: 575.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .slider.image .slide.image img, #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .slider.image .slide.no-announcement-image img, #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .slider.no-announcement-image .slide.image img, #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .slider.no-announcement-image .slide.no-announcement-image img {
    width: 100% !important;
    position: relative;
  }
}
@media (max-width: 424.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .slider.image .slide.image img, #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .slider.image .slide.no-announcement-image img, #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .slider.no-announcement-image .slide.image img, #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .slider.no-announcement-image .slide.no-announcement-image img {
    min-height: 200px;
  }
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .slider.image .slide.image *, #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .slider.image .slide.no-announcement-image *, #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .slider.no-announcement-image .slide.image *, #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .slider.no-announcement-image .slide.no-announcement-image * {
  color: var(--wc-font-color) !important;
  border-color: var(--header-border-color) !important;
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .left-side-view .slide .content {
  padding-top: 3rem;
  background-color: var(--wc-body-bg);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .left-side-view .slide .content {
    padding-top: 2.1808268969vw;
  }
}
@media (max-width: 1700.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .left-side-view .slide .content {
    padding-top: 2rem;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .left-side-view .slide .content {
    width: 300px;
    padding-top: 2rem;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .left-side-view .slide .content {
    padding-top: 1rem;
    padding-left: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .left-side-view .slide .content {
    width: 100%;
    position: relative;
    height: auto;
    min-height: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .left-side-view .slide .content::before {
  background-image: url(../images/club-images/amenitiesLeaf3.svg);
  content: "";
  display: block;
  position: absolute;
  width: 9.625vw;
  height: 14.5417vw;
  right: -25px;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .left-side-view .slide .content::before {
    right: -1.1358473421vw;
  }
}
@media (max-width: 767.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .left-side-view .slide .content::before {
    display: none;
  }
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .left-side-view .slide .content .announcement-short-description {
  font-size: 18px;
  letter-spacing: 0;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-variation-settings: "wght" 600;
  color: var(--primary-color) !important;
  border-top: transparent;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  overflow: visible;
  font-weight: 600;
  font-family: var(--wc-font-family);
  position: relative;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .left-side-view .slide .content .announcement-short-description {
    margin-top: 0.9086778737vw;
    margin-bottom: 0.9086778737vw;
    letter-spacing: 0;
    font-size: 0.8178100863vw;
  }
}
@media (max-width: 1880.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .left-side-view .slide .content .announcement-short-description {
    margin-top: 1rem;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .left-side-view .slide .content .announcement-short-description {
    font-size: 16px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .left-side-view .slide .content .announcement-short-description {
    margin-bottom: 0.5rem;
    font-size: 14px;
  }
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .left-side-view .slide .content .announcement-short-description::before {
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  color: var(--heading-color2);
  margin-right: 12px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .left-side-view .slide .content .announcement-short-description::before {
    margin-right: 0.5452067242vw;
  }
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .left-side-view .slide .content .ui-commandlink.arrow,
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .left-side-view .slide .content .ui-link.arrow {
  font-size: 16px;
  padding-bottom: 4px;
  color: var(--white-color);
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  width: max-content;
  position: relative;
  margin: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .left-side-view .slide .content .ui-commandlink.arrow,
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .left-side-view .slide .content .ui-link.arrow {
    padding-bottom: 0.1817355747vw;
    font-size: calc(var(--wc-font-size) / var(--4k-ratio) * 1vw);
    margin: 0;
  }
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .left-side-view .slide .content .ui-commandlink.arrow .announcement-details,
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .left-side-view .slide .content .ui-link.arrow .announcement-details {
  color: var(--primary-color) !important;
  background: transparent;
  border: none;
  padding: 0;
  border-radius: 0;
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  text-align: inherit;
  font-size: 18px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .left-side-view .slide .content .ui-commandlink.arrow .announcement-details,
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .left-side-view .slide .content .ui-link.arrow .announcement-details {
    font-size: 0.8178100863vw;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .left-side-view .slide .content .ui-commandlink.arrow .announcement-details,
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .left-side-view .slide .content .ui-link.arrow .announcement-details {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .left-side-view .slide .content .ui-commandlink.arrow .announcement-details,
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .left-side-view .slide .content .ui-link.arrow .announcement-details {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .left-side-view .slide .content .ui-commandlink.arrow .announcement-details,
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .left-side-view .slide .content .ui-link.arrow .announcement-details {
    font-size: 12px;
  }
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .left-side-view .slide .content .ui-commandlink.arrow:hover::before,
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .left-side-view .slide .content .ui-link.arrow:hover::before {
  width: 0%;
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .left-side-view .slide .content .ui-commandlink.arrow::before,
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .left-side-view .slide .content .ui-link.arrow::before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  background: var(--primary-color);
  transition: 0.4s width ease;
}
@media (prefers-reduced-motion: reduce) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .left-side-view .slide .content .ui-commandlink.arrow::before,
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .left-side-view .slide .content .ui-link.arrow::before {
    transition: none;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .left-side-view .slide .content .ui-commandlink.arrow::before,
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .left-side-view .slide .content .ui-link.arrow::before {
    bottom: 0;
  }
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .left-side-view .announcement-actions {
  z-index: 1;
  position: relative;
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .left-side-view .announcement-actions.row i {
  font-size: 12px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .left-side-view .announcement-actions.row i {
    font-size: 0.5452067242vw;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .left-side-view .navigation {
    padding: 0.75rem 1.5rem !important;
  }
}
@media (max-width: 991.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .left-side-view .navigation {
    padding: 0.5rem 1rem !important;
  }
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .left-side-view .navigation.announcement-controls .count.announcement-count {
  font-size: 12px;
  display: none;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .left-side-view .navigation.announcement-controls .count.announcement-count {
    font-size: 0.5452067242vw;
  }
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .left-side-view .navigation.announcement-controls .slick-prev i,
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .left-side-view .navigation.announcement-controls .slick-next i {
  border-color: var(--white-color);
  font-size: 10px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .left-side-view .navigation.announcement-controls .slick-prev i,
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .announcement-portlet .ui-widget-content .left-side-view .navigation.announcement-controls .slick-next i {
    font-size: 0.4543389368vw;
  }
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .events-title-container {
  display: flex;
  padding: 2rem 0 1rem;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .events-title-container {
    padding: 2.1808268969vw 0 0.726942299vw;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .events-title-container {
    padding: 1.5rem 0 1rem;
  }
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .events-title-container h1 {
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  line-height: normal;
  font-family: "Asap", sans-serif;
  font-weight: bold;
  letter-spacing: 2.4px;
  color: var(--primary-color);
  font-size: 24px;
  margin-bottom: 0.5rem;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .events-title-container h1 {
    margin-bottom: 0.3634711495vw;
    letter-spacing: 0.1090413448vw;
    font-size: 1.0904134484vw;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .events-title-container h1 {
    font-size: 22px;
    margin-bottom: 2rem;
  }
}
@media (max-width: 991.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .events-title-container h1 {
    font-size: 20px;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .events-title-container h1 {
    font-size: 18px;
    margin-bottom: 1.2rem;
  }
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid {
  margin-bottom: 1rem;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid {
    margin-bottom: 0.726942299vw;
  }
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .events-advancelisting-event {
  flex-wrap: wrap;
  width: 100%;
  display: flex !important;
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .events-advancelisting-event .events-advancelisting-eventtimgcontainer {
  flex: 0 0 100%;
  margin-right: 0;
  padding-bottom: 72.23%;
  margin-bottom: 1rem;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .events-advancelisting-event .events-advancelisting-eventtimgcontainer {
    margin-bottom: 0.726942299vw;
    border-top-left-radius: 0.6360745116vw;
    border-top-right-radius: 0.6360745116vw;
  }
}
@media (max-width: 991.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .events-advancelisting-event .events-advancelisting-eventtimgcontainer {
    padding-bottom: 100%;
  }
}
@media (max-width: 640.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .events-advancelisting-event .events-advancelisting-eventtimgcontainer {
    padding-bottom: 70%;
  }
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .events-advancelisting-event .events-advancelisting-eventdetail {
  padding: 0;
  position: relative;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .events-advancelisting-event .events-advancelisting-eventdetail {
    padding: 0;
  }
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .events-advancelisting-event .events-advancelisting-eventdetail .ui-link .events-advancelisting-hr {
  display: none;
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .events-advancelisting-event .events-advancelisting-eventdetail .ui-link .events-advancelisting-eventname {
  position: relative;
  display: flex;
  margin-bottom: 0.5rem;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .events-advancelisting-event .events-advancelisting-eventdetail .ui-link .events-advancelisting-eventname {
    margin-bottom: 0.3634711495vw;
  }
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .events-advancelisting-event .events-advancelisting-eventdetail .ui-link .events-advancelisting-eventname .events-advancelisting-eventtitle {
  font-size: 24px;
  letter-spacing: 0;
  color: #000;
  line-height: 38px;
  font-family: var(--wc-font-family);
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .events-advancelisting-event .events-advancelisting-eventdetail .ui-link .events-advancelisting-eventname .events-advancelisting-eventtitle {
    font-size: 1.0904134484vw;
    letter-spacing: 0;
    line-height: 1.72648796vw;
  }
}
@media (max-width: 1700.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .events-advancelisting-event .events-advancelisting-eventdetail .ui-link .events-advancelisting-eventname .events-advancelisting-eventtitle {
    font-size: 18px;
    line-height: 35px;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .events-advancelisting-event .events-advancelisting-eventdetail .ui-link .events-advancelisting-eventname .events-advancelisting-eventtitle {
    font-size: 17px;
    line-height: 30px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .events-advancelisting-event .events-advancelisting-eventdetail .ui-link .events-advancelisting-eventname .events-advancelisting-eventtitle {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 991.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .events-advancelisting-event .events-advancelisting-eventdetail .ui-link .events-advancelisting-eventname .events-advancelisting-eventtitle {
    font-size: 14px;
    line-height: normal;
  }
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .events-advancelisting-event .events-advancelisting-eventdetail .ui-link .events-advancelisting-eventname .events-advancelisting-eventstatus {
  height: max-content;
  padding: 0.15rem 0.3rem;
  position: absolute;
  top: -39px;
  font-size: calc((var(--wc-font-size) - 6) * 1px);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .events-advancelisting-event .events-advancelisting-eventdetail .ui-link .events-advancelisting-eventname .events-advancelisting-eventstatus {
    font-size: calc((var(--wc-font-size) - 6) / var(--4k-ratio) * 1vw);
    top: -1.7719218537vw;
    padding: 0.1090413448vw 0.2180826897vw;
  }
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .events-advancelisting-event .events-advancelisting-eventdetail .ui-link .events-advancelisting-eventdetails .events-advancelisting-eventnumber,
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .events-advancelisting-event .events-advancelisting-eventdetail .ui-link .events-advancelisting-eventdetails .events-advancelisting-eventdate,
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .events-advancelisting-event .events-advancelisting-eventdetail .ui-link .events-advancelisting-eventdetails .events-advancelisting-eventtime,
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .events-advancelisting-event .events-advancelisting-eventdetail .ui-link .events-advancelisting-eventdetails .events-advancelisting-eventslots,
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .events-advancelisting-event .events-advancelisting-eventdetail .ui-link .events-advancelisting-eventdetails .events-advancelisting-eventlocation,
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .events-advancelisting-event .events-advancelisting-eventdetail .ui-link .events-advancelisting-eventdetails .events-advancelisting-eventcoordinator {
  font-family: var(--wc-font-family);
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 600;
  -webkit-text-transform: capitalize;
  text-transform: capitalize;
  color: var(--primary-color);
  line-height: normal;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .events-advancelisting-event .events-advancelisting-eventdetail .ui-link .events-advancelisting-eventdetails .events-advancelisting-eventnumber,
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .events-advancelisting-event .events-advancelisting-eventdetail .ui-link .events-advancelisting-eventdetails .events-advancelisting-eventdate,
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .events-advancelisting-event .events-advancelisting-eventdetail .ui-link .events-advancelisting-eventdetails .events-advancelisting-eventtime,
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .events-advancelisting-event .events-advancelisting-eventdetail .ui-link .events-advancelisting-eventdetails .events-advancelisting-eventslots,
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .events-advancelisting-event .events-advancelisting-eventdetail .ui-link .events-advancelisting-eventdetails .events-advancelisting-eventlocation,
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .events-advancelisting-event .events-advancelisting-eventdetail .ui-link .events-advancelisting-eventdetails .events-advancelisting-eventcoordinator {
    font-size: 0.8178100863vw;
    letter-spacing: 0;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .events-advancelisting-event .events-advancelisting-eventdetail .ui-link .events-advancelisting-eventdetails .events-advancelisting-eventnumber,
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .events-advancelisting-event .events-advancelisting-eventdetail .ui-link .events-advancelisting-eventdetails .events-advancelisting-eventdate,
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .events-advancelisting-event .events-advancelisting-eventdetail .ui-link .events-advancelisting-eventdetails .events-advancelisting-eventtime,
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .events-advancelisting-event .events-advancelisting-eventdetail .ui-link .events-advancelisting-eventdetails .events-advancelisting-eventslots,
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .events-advancelisting-event .events-advancelisting-eventdetail .ui-link .events-advancelisting-eventdetails .events-advancelisting-eventlocation,
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .events-advancelisting-event .events-advancelisting-eventdetail .ui-link .events-advancelisting-eventdetails .events-advancelisting-eventcoordinator {
    font-size: 14px;
  }
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .events-advancelisting-event .events-advancelisting-eventdetail .ui-link .events-advancelisting-eventdetails .events-advancelisting-eventnumber .distant,
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .events-advancelisting-event .events-advancelisting-eventdetail .ui-link .events-advancelisting-eventdetails .events-advancelisting-eventdate .distant,
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .events-advancelisting-event .events-advancelisting-eventdetail .ui-link .events-advancelisting-eventdetails .events-advancelisting-eventtime .distant,
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .events-advancelisting-event .events-advancelisting-eventdetail .ui-link .events-advancelisting-eventdetails .events-advancelisting-eventslots .distant,
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .events-advancelisting-event .events-advancelisting-eventdetail .ui-link .events-advancelisting-eventdetails .events-advancelisting-eventlocation .distant,
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .events-advancelisting-event .events-advancelisting-eventdetail .ui-link .events-advancelisting-eventdetails .events-advancelisting-eventcoordinator .distant {
  color: var(--heading-color2);
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .events-advancelisting-event .events-advancelisting-eventdetail .ui-link .events-advancelisting-eventdescription {
  font-size: 18px;
  letter-spacing: 0;
  color: #000;
  line-height: 36px;
  font-family: var(--wc-font-family);
  font-weight: normal;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .events-advancelisting-event .events-advancelisting-eventdetail .ui-link .events-advancelisting-eventdescription {
    font-size: 0.8178100863vw;
    letter-spacing: 0;
    line-height: 1.6356201726vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .events-advancelisting-event .events-advancelisting-eventdetail .ui-link .events-advancelisting-eventdescription {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .events-advancelisting-event .events-advancelisting-eventdetail .ui-link .events-advancelisting-eventdescription {
    font-size: 15px;
    line-height: 26px;
  }
}
@media (max-width: 991.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .events-advancelisting-event .events-advancelisting-eventdetail .ui-link .events-advancelisting-eventdescription {
    font-size: 14px;
    line-height: 1.5;
  }
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .events-advancelisting-event .events-advancelisting-eventdetail .ui-link .events-advancelisting-eventdescription br {
  display: none;
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .ui-datagrid {
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .ui-datagrid {
    padding-left: 0.3634711495vw;
    padding-right: 0.3634711495vw;
  }
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .ui-datagrid .ui-datagrid-content {
  border: none;
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .ui-datagrid .ui-datagrid-content {
    padding: 0;
    margin-bottom: 0;
  }
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .ui-datagrid .ui-datagrid-content > table {
  border-collapse: collapse;
  border-spacing: 0;
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .ui-datagrid .ui-datagrid-content table tbody {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .ui-datagrid .ui-datagrid-content table tbody {
    margin-left: -0.726942299vw;
    margin-right: -0.726942299vw;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .ui-datagrid .ui-datagrid-content table tbody {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .ui-datagrid .ui-datagrid-content table tbody .ui-datagrid-row {
  width: 33.333%;
  background: transparent;
}
@media (max-width: 640.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .ui-datagrid .ui-datagrid-content table tbody .ui-datagrid-row {
    width: 100%;
  }
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .ui-datagrid .ui-datagrid-content table tbody .ui-datagrid-row .ui-datagrid-column {
  border: none;
  padding: 0 1rem 0 1rem;
  display: flex;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .ui-datagrid .ui-datagrid-content table tbody .ui-datagrid-row .ui-datagrid-column {
    padding: 0 0.726942299vw 0 1.0904134484vw;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .ui-datagrid .ui-datagrid-content table tbody .ui-datagrid-row .ui-datagrid-column {
    padding: 0 0.5rem 0 0.5rem;
  }
}
@media (max-width: 640.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .ui-datagrid .ui-datagrid-content table tbody .ui-datagrid-row .ui-datagrid-column {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .ui-datagrid .ui-datagrid-content table tbody .ui-datagrid-row:last-child .ui-datagrid-column {
  border-right: none;
}
@media (max-width: 640.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-fluid .events-scroller-view-container .ui-datagrid .ui-datagrid-content table tbody .ui-datagrid-row:last-child .ui-datagrid-column {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .events-cal-link-container,
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .events-portlet .ui-paginator {
  display: none;
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .NewMembers-portlet {
  background: var(--wc-body-bg);
  position: relative;
  padding: 1.875rem;
  border-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .NewMembers-portlet {
    padding: 1.3630168105vw;
    border-radius: 0.6360745116vw;
  }
}
@media (max-width: 767.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .NewMembers-portlet {
    padding: 1.5rem 1.5rem 1rem;
  }
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .NewMembers-portlet .nm-heading {
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  line-height: normal;
  font-family: "Asap", sans-serif;
  font-weight: bold;
  letter-spacing: 2.4px;
  color: var(--primary-color);
  font-size: 24px;
  margin-bottom: 2.2rem;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .NewMembers-portlet .nm-heading {
    margin-bottom: 1.6356201726vw;
    letter-spacing: 0.1090413448vw;
    font-size: 1.0904134484vw;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .NewMembers-portlet .nm-heading {
    font-size: 22px;
    margin-bottom: 2rem;
  }
}
@media (max-width: 991.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .NewMembers-portlet .nm-heading {
    font-size: 20px;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .NewMembers-portlet .nm-heading {
    font-size: 18px;
    margin-bottom: 1.2rem;
  }
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .NewMembers-portlet .nm-heading ~ label {
  display: none;
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .NewMembers-portlet section.portlet .ui-g {
  background: var(--wc-body-bg);
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .NewMembers-portlet section.portlet .ui-g:focus-visible {
  outline: -webkit-focus-ring-color auto 0px !important;
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .NewMembers-portlet section.portlet .ui-g .ui-datagrid-column table.box.nm-box {
  border: transparent;
  justify-content: flex-start;
  padding-left: 0;
  padding-bottom: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .NewMembers-portlet section.portlet .ui-g .ui-datagrid-column table.box.nm-box {
    padding-left: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .NewMembers-portlet section.portlet .ui-g .ui-datagrid-column table.box.nm-box {
    padding-bottom: 1rem;
  }
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .NewMembers-portlet section.portlet .ui-g .ui-datagrid-column table.box.nm-box tbody {
  width: 100%;
  position: relative;
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .NewMembers-portlet section.portlet .ui-g .ui-datagrid-column table.box.nm-box tbody::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: var(--header-border-color);
  right: 0;
}
@media (max-width: 1199.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .NewMembers-portlet section.portlet .ui-g .ui-datagrid-column table.box.nm-box tbody::before {
    display: none;
  }
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .NewMembers-portlet section.portlet .ui-g .ui-datagrid-column table.box.nm-box tbody tr td {
  text-align: left;
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .NewMembers-portlet section.portlet .ui-g .ui-datagrid-column table.box.nm-box tbody tr td .mandatory {
  display: none;
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .NewMembers-portlet section.portlet .ui-g .ui-datagrid-column table.box.nm-box tbody tr td a {
  font-family: var(--wc-font-family);
  color: #000;
  font-size: 22px;
  font-weight: 600;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .NewMembers-portlet section.portlet .ui-g .ui-datagrid-column table.box.nm-box tbody tr td a {
    font-size: 0.9995456611vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .NewMembers-portlet section.portlet .ui-g .ui-datagrid-column table.box.nm-box tbody tr td a {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .NewMembers-portlet section.portlet .ui-g .ui-datagrid-column table.box.nm-box tbody tr td a {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .NewMembers-portlet section.portlet .ui-g .ui-datagrid-column table.box.nm-box tbody tr td a {
    font-size: 18px;
  }
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .NewMembers-portlet section.portlet .ui-g .ui-datagrid-column table.box.nm-box tbody tr td a i {
  display: none;
}
@media (max-width: 767.98px) {
  #ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .NewMembers-portlet section.portlet .ui-g .ui-datagrid-column:last-child table.box.nm-box {
    padding-bottom: 0rem;
  }
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .NewMembers-portlet section.portlet .ui-g .ui-datagrid-column:last-child table.box.nm-box tbody::before {
  display: none;
}
#ui-area .private-landing .cl-wrapper-one .inner-cl-wrapper-right-content .NewMembers-portlet .ui-paginator.ui-paginator-bottom {
  display: none;
}
#ui-area .club-information .webc-container {
  margin-bottom: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .club-information .webc-container {
    margin-bottom: 0;
  }
}
#ui-area .club-information .p-unique-wrapper-one.cst-section {
  padding: var(--section-padding) 0 0 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .club-information .p-unique-wrapper-one.cst-section {
    padding: var(--section-padding) 0 0 0;
  }
}
#ui-area .club-information .p-unique-wrapper-one .links-list {
  border-bottom: 1px solid var(--header-border-color);
  padding-bottom: 15px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .club-information .p-unique-wrapper-one .links-list {
    padding-bottom: 0.6815084053vw;
  }
}
#ui-area .club-information .p-unique-wrapper-one .links-list .webc-headingx {
  color: rgb(0, 105, 170);
  font-size: 16px;
  font-family: "Inter", sans-serif;
  letter-spacing: 1.6px;
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 6px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .club-information .p-unique-wrapper-one .links-list .webc-headingx {
    font-size: 0.726942299vw;
    letter-spacing: 0.0726942299vw;
    margin-bottom: 0.2726033621vw;
  }
}
#ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card {
  background: transparent;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1199.98px) {
  #ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card {
    flex-wrap: wrap;
  }
}
#ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-body {
  padding: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-body {
    padding: 0;
  }
}
@media only screen and (min-width: 1199.99px) and (max-width: 1296.99px) {
  #ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-body {
    flex: 0 0 32%;
    max-width: 32%;
    overflow: hidden;
  }
}
#ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-body .card-text {
  padding: 0;
  width: max-content;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-body .card-text {
    padding: 0;
  }
}
#ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-body .card-text h1,
#ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-body .card-text h2,
#ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-body .card-text h3,
#ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-body .card-text h4,
#ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-body .card-text h5,
#ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-body .card-text h6 {
  font-family: var(--wc-heading-font-family1);
  font-weight: 400;
  font-size: 48px;
  position: relative;
  padding-bottom: 0;
  color: rgb(0, 105, 170);
  letter-spacing: 0;
  line-height: normal;
  margin-bottom: 0;
  -webkit-text-transform: capitalize;
  text-transform: capitalize;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-body .card-text h1,
  #ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-body .card-text h2,
  #ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-body .card-text h3,
  #ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-body .card-text h4,
  #ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-body .card-text h5,
  #ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-body .card-text h6 {
    font-size: 2.1808268969vw;
    padding-bottom: 0;
    letter-spacing: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-body .card-text h1,
  #ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-body .card-text h2,
  #ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-body .card-text h3,
  #ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-body .card-text h4,
  #ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-body .card-text h5,
  #ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-body .card-text h6 {
    font-size: 38px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-body .card-text h1,
  #ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-body .card-text h2,
  #ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-body .card-text h3,
  #ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-body .card-text h4,
  #ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-body .card-text h5,
  #ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-body .card-text h6 {
    font-size: 36px;
  }
}
@media (max-width: 991.98px) {
  #ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-body .card-text h1,
  #ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-body .card-text h2,
  #ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-body .card-text h3,
  #ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-body .card-text h4,
  #ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-body .card-text h5,
  #ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-body .card-text h6 {
    font-size: 35px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-body .card-text h1,
  #ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-body .card-text h2,
  #ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-body .card-text h3,
  #ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-body .card-text h4,
  #ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-body .card-text h5,
  #ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-body .card-text h6 {
    font-size: 33px;
  }
}
#ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-footer {
  background: transparent;
  color: var(--wc-font-color);
  padding: 0;
  width: 100%;
  margin-right: auto;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-footer {
    padding: 0;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-footer {
    margin-top: 1rem;
  }
}
@media (max-width: 991.98px) {
  #ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-footer {
    justify-content: flex-start;
  }
}
#ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-footer .col-lg-3 {
  flex: 0 0 auto;
  max-width: max-content;
}
@media (max-width: 991.98px) {
  #ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-footer .col-lg-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  #ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-footer .col-lg-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-footer .col-lg-3.link-block {
  position: relative;
}
#ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-footer .col-lg-3.link-block::before {
  content: "";
  position: absolute;
  background: rgb(0, 105, 170);
  right: 0;
  width: 2px;
  height: 100%;
  top: auto;
  bottom: auto;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-footer .col-lg-3.link-block::before {
    width: 0.0908677874vw;
  }
}
@media (max-width: 991.98px) {
  #ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-footer .col-lg-3.link-block::before {
    display: none;
  }
}
#ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-footer .col-lg-3.link-block:last-child::before {
  display: none;
}
@media (max-width: 767.98px) {
  #ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-footer .col-lg-3.link-block:last-child .card-link {
    padding-bottom: 0;
    padding-left: 0;
  }
}
#ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-footer .col-lg-3.link-block .card-link {
  padding-bottom: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-footer .col-lg-3.link-block .card-link {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1199.99px) and (max-width: 1296.99px) {
  #ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-footer .col-lg-3.link-block .card-link {
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  #ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-footer .col-lg-3.link-block .card-link {
    padding-bottom: 1rem;
  }
}
@media (max-width: 767.98px) {
  #ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-footer .col-lg-3.link-block .card-link {
    padding-left: 0;
  }
}
#ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-footer .col-lg-3.link-block .card-link .card-link-text {
  line-height: normal;
}
#ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-footer .col-lg-3.link-block .card-link:hover .card-link-text {
  color: var(--heading-color2);
  transition: 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  #ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-footer .col-lg-3.link-block .card-link:hover .card-link-text {
    transition: none;
  }
}
#ui-area .club-information .p-unique-wrapper-one .links-list .links-block .card .card-footer .col-lg-3.link-block .card-link .card-link-icon {
  display: none;
}
#ui-area .club-information .p-unique-wrapper-two.cst-section {
  background-color: var(--wc-body-bg);
  padding: 2.5rem 0;
  background: linear-gradient(0deg, #fefcf8 0%, rgba(246, 248, 250, 0) 100%);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .club-information .p-unique-wrapper-two.cst-section {
    padding: 1.8173557474vw 0;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .club-information .p-unique-wrapper-two.cst-section {
    padding: 2rem 0;
  }
}
#ui-area .club-information .p-unique-wrapper-two .portlet-static section.portlet {
  margin-bottom: 0rem !important;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .club-information .p-unique-wrapper-two .portlet-static section.portlet {
    margin-bottom: 0rem !important;
  }
}
#ui-area .club-information .p-unique-wrapper-two .club-hours {
  padding: 0 2.5rem 2rem 2.5rem;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .club-information .p-unique-wrapper-two .club-hours {
    padding: 0 1.8173557474vw 1.4538845979vw 1.8173557474vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .club-information .p-unique-wrapper-two .club-hours {
    padding: 0 1.5rem 2rem 1.5rem;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .club-information .p-unique-wrapper-two .club-hours {
    padding: 0 1rem 1.5rem 1rem;
  }
}
@media (max-width: 767.98px) {
  #ui-area .club-information .p-unique-wrapper-two .club-hours {
    padding: 0 0 1rem 0;
  }
}
#ui-area .club-information .p-unique-wrapper-two .club-hours .card {
  background-color: transparent;
  box-shadow: none;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
}
#ui-area .club-information .p-unique-wrapper-two .club-hours .card .card-body {
  padding: 0;
}
#ui-area .club-information .p-unique-wrapper-two .club-hours .card .card-body .card-text .address {
  line-height: normal;
  margin-bottom: 1rem;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .club-information .p-unique-wrapper-two .club-hours .card .card-body .card-text .address {
    margin-bottom: 0.726942299vw;
  }
}
#ui-area .club-information .p-unique-wrapper-two .club-hours .card .card-body .card-text .address img {
  width: 16px;
  margin-right: 10px;
  top: 3px;
  position: relative;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .club-information .p-unique-wrapper-two .club-hours .card .card-body .card-text .address img {
    width: 0.726942299vw;
    top: 0.1363016811vw;
    margin-right: 0.4543389368vw;
  }
}
#ui-area .club-information .p-unique-wrapper-two .club-hours .card .card-body .card-text .address a {
  color: var(--wc-font-color);
}
#ui-area .club-information .p-unique-wrapper-two .club-hours .card .card-body .card-text .phone {
  line-height: normal;
}
#ui-area .club-information .p-unique-wrapper-two .club-hours .card .card-body .card-text .phone img {
  width: 16px;
  margin-right: 10px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .club-information .p-unique-wrapper-two .club-hours .card .card-body .card-text .phone img {
    width: 0.726942299vw;
    margin-right: 0.4543389368vw;
  }
}
#ui-area .club-information .p-unique-wrapper-two .club-hours .card .card-image {
  flex: 0 0 47.6%;
  max-width: 47.6%;
}
@media (max-width: 767.98px) {
  #ui-area .club-information .p-unique-wrapper-two .club-hours .card .card-image {
    flex: 100%;
    max-width: 100%;
  }
}
#ui-area .club-information .p-unique-wrapper-two .club-hours .card .card-image .img-top {
  position: relative;
  height: 0;
  width: 87.716%;
  padding-bottom: 54.537%;
  margin-left: auto;
}
@media (max-width: 991.98px) {
  #ui-area .club-information .p-unique-wrapper-two .club-hours .card .card-image .img-top {
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  #ui-area .club-information .p-unique-wrapper-two .club-hours .card .card-image .img-top {
    width: 100%;
    padding-bottom: 74%;
  }
}
#ui-area .club-information .p-unique-wrapper-two .club-hours .card .card-image .img-top img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 1200px) and (max-width: 1899.98px) {
  #ui-area .club-information .p-unique-wrapper-two .club-hours .card .card-image .img-top img {
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .club-information .p-unique-wrapper-two .club-hours .card .card-image .img-top img {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 767.98px) {
  #ui-area .club-information .p-unique-wrapper-two .club-hours .card .card-image .img-top img {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .club-information .p-unique-wrapper-two .club-hours .card .card-image .img-top img {
    border-radius: 0.6360745116vw;
  }
}
#ui-area .club-information .p-unique-wrapper-two .club-hours .card .card-image .img-btm {
  position: relative;
  height: 0;
  width: 53.464%;
  padding-bottom: 38.015%;
  margin-top: -11.75vw;
  margin-right: auto;
  right: 10vw;
  border-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .club-information .p-unique-wrapper-two .club-hours .card .card-image .img-btm {
    border-radius: 0.6360745116vw;
  }
}
@media (max-width: 991.98px) {
  #ui-area .club-information .p-unique-wrapper-two .club-hours .card .card-image .img-btm {
    margin: -13.75vw auto 0;
    right: 0;
  }
}
@media (max-width: 767.98px) {
  #ui-area .club-information .p-unique-wrapper-two .club-hours .card .card-image .img-btm {
    width: 51%;
    padding-bottom: 55.5%;
  }
}
#ui-area .club-information .p-unique-wrapper-two .club-hours .card .card-image .img-btm img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 4px solid var(--white-color);
  border-radius: 14px;
  box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 1200px) and (max-width: 1899.98px) {
  #ui-area .club-information .p-unique-wrapper-two .club-hours .card .card-image .img-btm img {
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .club-information .p-unique-wrapper-two .club-hours .card .card-image .img-btm img {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 767.98px) {
  #ui-area .club-information .p-unique-wrapper-two .club-hours .card .card-image .img-btm img {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .club-information .p-unique-wrapper-two .club-hours .card .card-image .img-btm img {
    border-radius: 0.6360745116vw;
  }
}
#ui-area .club-information .p-unique-wrapper-two .three-column-transactional-content {
  padding: 0 1.5rem;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .club-information .p-unique-wrapper-two .three-column-transactional-content {
    padding: 0 1.0904134484vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .club-information .p-unique-wrapper-two .three-column-transactional-content {
    padding: 0 1rem;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .club-information .p-unique-wrapper-two .three-column-transactional-content {
    padding: 0 0.5rem;
  }
}
@media (max-width: 767.98px) {
  #ui-area .club-information .p-unique-wrapper-two .three-column-transactional-content {
    padding: 0;
  }
}
#ui-area .club-information .p-unique-wrapper-two .three-column-transactional-content .row {
  border-bottom: 1px solid rgb(233, 233, 233);
  margin: 0;
}
@media (max-width: 767.98px) {
  #ui-area .club-information .p-unique-wrapper-two .three-column-transactional-content .row {
    border-bottom: none;
  }
}
#ui-area .club-information .p-unique-wrapper-two .three-column-transactional-content .row:last-child {
  border-bottom: none;
}
@media (max-width: 767.98px) {
  #ui-area .club-information .p-unique-wrapper-two .three-column-transactional-content .row {
    border-bottom: none;
  }
}
#ui-area .club-information .p-unique-wrapper-two .three-column-transactional-content .row:first-child .transactional-content .card .card-body {
  padding-top: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .club-information .p-unique-wrapper-two .three-column-transactional-content .row:first-child .transactional-content .card .card-body {
    padding-top: 0;
  }
}
#ui-area .club-information .p-unique-wrapper-two .three-column-transactional-content .transactional-content {
  border-right: 1px solid rgb(233, 233, 233);
}
@media (max-width: 767.98px) {
  #ui-area .club-information .p-unique-wrapper-two .three-column-transactional-content .transactional-content {
    border-right: none;
  }
}
#ui-area .club-information .p-unique-wrapper-two .three-column-transactional-content .transactional-content:last-child {
  border-right: none;
}
#ui-area .club-information .p-unique-wrapper-two .three-column-transactional-content .transactional-content:first-child {
  border-right: 1px solid rgb(233, 233, 233);
}
@media (max-width: 767.98px) {
  #ui-area .club-information .p-unique-wrapper-two .three-column-transactional-content .transactional-content:first-child {
    border-right: none;
  }
}
#ui-area .club-information .p-unique-wrapper-two .three-column-transactional-content .transactional-content .card {
  background: transparent;
}
#ui-area .club-information .p-unique-wrapper-two .three-column-transactional-content .transactional-content .card .card-body {
  padding: 1.5rem;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .club-information .p-unique-wrapper-two .three-column-transactional-content .transactional-content .card .card-body {
    padding: 1.0904134484vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .club-information .p-unique-wrapper-two .three-column-transactional-content .transactional-content .card .card-body {
    padding: 1.5rem 0;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .club-information .p-unique-wrapper-two .three-column-transactional-content .transactional-content .card .card-body {
    padding: 1rem 0;
  }
}
@media (max-width: 767.98px) {
  #ui-area .club-information .p-unique-wrapper-two .three-column-transactional-content .transactional-content .card .card-body {
    padding: 0;
  }
}
#ui-area .club-information .p-unique-wrapper-two .three-column-transactional-content .transactional-content .card .card-body .card-text h1,
#ui-area .club-information .p-unique-wrapper-two .three-column-transactional-content .transactional-content .card .card-body .card-text h2,
#ui-area .club-information .p-unique-wrapper-two .three-column-transactional-content .transactional-content .card .card-body .card-text h3,
#ui-area .club-information .p-unique-wrapper-two .three-column-transactional-content .transactional-content .card .card-body .card-text h4,
#ui-area .club-information .p-unique-wrapper-two .three-column-transactional-content .transactional-content .card .card-body .card-text h5,
#ui-area .club-information .p-unique-wrapper-two .three-column-transactional-content .transactional-content .card .card-body .card-text h6 {
  font-weight: bold;
  font-family: "Inter", sans-serif;
  color: rgb(0, 105, 170);
  font-size: 16px;
  letter-spacing: 1.6px;
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .club-information .p-unique-wrapper-two .three-column-transactional-content .transactional-content .card .card-body .card-text h1,
  #ui-area .club-information .p-unique-wrapper-two .three-column-transactional-content .transactional-content .card .card-body .card-text h2,
  #ui-area .club-information .p-unique-wrapper-two .three-column-transactional-content .transactional-content .card .card-body .card-text h3,
  #ui-area .club-information .p-unique-wrapper-two .three-column-transactional-content .transactional-content .card .card-body .card-text h4,
  #ui-area .club-information .p-unique-wrapper-two .three-column-transactional-content .transactional-content .card .card-body .card-text h5,
  #ui-area .club-information .p-unique-wrapper-two .three-column-transactional-content .transactional-content .card .card-body .card-text h6 {
    font-size: 0.726942299vw;
    letter-spacing: 0.0726942299vw;
  }
}
#ui-area .club-information .p-unique-wrapper-two .three-column-transactional-content .transactional-content .card .card-body .card-text ul li {
  display: flex;
  margin: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .club-information .p-unique-wrapper-two .three-column-transactional-content .transactional-content .card .card-body .card-text ul li {
    margin: 0;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .club-information .p-unique-wrapper-two .three-column-transactional-content .transactional-content .card .card-body .card-text ul li {
    font-size: 15px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .club-information .p-unique-wrapper-two .three-column-transactional-content .transactional-content .card .card-body .card-text ul li {
    font-size: 14px;
  }
}
#ui-area .club-information .p-unique-wrapper-two .three-column-transactional-content .transactional-content .card .card-body .card-text ul li strong {
  font-weight: 600;
  min-width: 120px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .club-information .p-unique-wrapper-two .three-column-transactional-content .transactional-content .card .card-body .card-text ul li strong {
    min-width: 5.4520672422vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .club-information .p-unique-wrapper-two .three-column-transactional-content .transactional-content .card .card-body .card-text ul li strong {
    min-width: 83px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .club-information .p-unique-wrapper-two .three-column-transactional-content .transactional-content .card .card-body .card-text ul li strong {
    min-width: 73px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .club-information .p-unique-wrapper-two .three-column-transactional-content .transactional-content .card .card-body .card-text ul li strong {
    min-width: auto;
    margin-right: auto;
  }
}
#ui-area .club-information .p-unique-wrapper-two .three-column-transactional-content .transactional-content .card .card-body .card-text ul li::before {
  display: none;
}
#ui-area .club-information .p-unique-wrapper-three.cst-section {
  padding: var(--section-padding) 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .club-information .p-unique-wrapper-three.cst-section {
    padding: var(--section-padding) 0;
  }
}
#ui-area .club-information .p-unique-wrapper-three .single-column-layout-container .webc-headingx {
  text-align: center;
  line-height: normal;
}
#ui-area .club-information .p-unique-wrapper-three .calendar-portlet section.portlet .calendar-nav-bar,
#ui-area .club-information .p-unique-wrapper-three .calendar-portlet section.portlet #upcoming-events-heading {
  display: none;
}
#ui-area .club-information .p-unique-wrapper-three .calendar-portlet .calendar-portlet-column-parent .calendar-portlet-column-grid .scheduler-base table tbody tr {
  background: transparent;
}
#ui-area .club-information .p-unique-wrapper-three .calendar-portlet .calendar-portlet-column-parent .calendar-portlet-column-grid .scheduler-base table tbody tr:nth-child(odd) {
  background: transparent;
}
@media (min-width: 768px) {
  #ui-area .club-information .p-unique-wrapper-three .calendar-portlet .calendar-portlet-column-parent .calendar-portlet-column-grid .scheduler-base .scheduler-base-content .scheduler-base-hd .scheduler-base-views .btn-default.btn-primary {
    border-radius: calc(var(--BtnborderRadius) * 1px);
    flex: auto;
    margin-left: 12px !important;
    letter-spacing: 1px;
    font-size: 10px;
    font-family: "Montserrat", sans-serif;
    -webkit-text-transform: uppercase;
    text-transform: uppercase;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .club-information .p-unique-wrapper-three .calendar-portlet .calendar-portlet-column-parent .calendar-portlet-column-grid .scheduler-base .scheduler-base-content .scheduler-base-hd .scheduler-base-views .btn-default.btn-primary {
    margin-left: 0.5452067242vw !important;
    letter-spacing: 0.0454338937vw;
    font-size: 0.4543389368vw;
  }
}
@media (min-width: 768px) {
  #ui-area .club-information .p-unique-wrapper-three .calendar-portlet .calendar-portlet-column-parent .calendar-portlet-column-grid .scheduler-base .scheduler-base-content .scheduler-base-hd .scheduler-base-controls .btn-group:first-child .btn-default.btn-primary {
    order: 1;
    border-radius: calc(var(--BtnborderRadius) * 1px);
    letter-spacing: 1px;
    font-size: 10px;
    font-family: "Montserrat", sans-serif;
    margin-right: 12px;
    -webkit-text-transform: uppercase;
    text-transform: uppercase;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .club-information .p-unique-wrapper-three .calendar-portlet .calendar-portlet-column-parent .calendar-portlet-column-grid .scheduler-base .scheduler-base-content .scheduler-base-hd .scheduler-base-controls .btn-group:first-child .btn-default.btn-primary {
    letter-spacing: 0.0454338937vw;
    font-size: 0.4543389368vw;
    margin-right: 0.5452067242vw;
  }
}
@media (min-width: 768px) {
  #ui-area .club-information .p-unique-wrapper-three .calendar-portlet .calendar-portlet-column-parent .calendar-portlet-column-grid .scheduler-base .scheduler-base-content .scheduler-base-hd .scheduler-base-controls .btn-group:first-child .btn-default:last-of-type, #ui-area .club-information .p-unique-wrapper-three .calendar-portlet .calendar-portlet-column-parent .calendar-portlet-column-grid .scheduler-base .scheduler-base-content .scheduler-base-hd .scheduler-base-controls .btn-group:first-child .btn-default:first-of-type {
    order: 3;
    padding: 4px 12px;
    background: var(--primary-color);
    border-color: var(--primary-color);
    margin: 0 12px;
    border-radius: calc(var(--BtnborderRadius) * 1px);
  }
}
@media (min-width: 768px) and (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .club-information .p-unique-wrapper-three .calendar-portlet .calendar-portlet-column-parent .calendar-portlet-column-grid .scheduler-base .scheduler-base-content .scheduler-base-hd .scheduler-base-controls .btn-group:first-child .btn-default:last-of-type, #ui-area .club-information .p-unique-wrapper-three .calendar-portlet .calendar-portlet-column-parent .calendar-portlet-column-grid .scheduler-base .scheduler-base-content .scheduler-base-hd .scheduler-base-controls .btn-group:first-child .btn-default:first-of-type {
    padding: 0.1817355747vw 0.5452067242vw;
    margin: 0 0.5452067242vw;
  }
}
@media (min-width: 768px) {
  #ui-area .club-information .p-unique-wrapper-three .calendar-portlet .calendar-portlet-column-parent .calendar-portlet-column-grid .scheduler-base .scheduler-base-content .scheduler-base-hd .scheduler-base-controls .btn-group:first-child .btn-default:last-of-type svg, #ui-area .club-information .p-unique-wrapper-three .calendar-portlet .calendar-portlet-column-parent .calendar-portlet-column-grid .scheduler-base .scheduler-base-content .scheduler-base-hd .scheduler-base-controls .btn-group:first-child .btn-default:first-of-type svg {
    color: var(--white-color);
    font-size: 14px;
    margin: 0;
    display: flex;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .club-information .p-unique-wrapper-three .calendar-portlet .calendar-portlet-column-parent .calendar-portlet-column-grid .scheduler-base .scheduler-base-content .scheduler-base-hd .scheduler-base-controls .btn-group:first-child .btn-default:last-of-type svg, #ui-area .club-information .p-unique-wrapper-three .calendar-portlet .calendar-portlet-column-parent .calendar-portlet-column-grid .scheduler-base .scheduler-base-content .scheduler-base-hd .scheduler-base-controls .btn-group:first-child .btn-default:first-of-type svg {
    font-size: 0.6360745116vw;
    margin: 0;
  }
}
@media (min-width: 768px) {
  #ui-area .club-information .p-unique-wrapper-three .calendar-portlet .calendar-portlet-column-parent .calendar-portlet-column-grid .scheduler-base .scheduler-base-content .scheduler-base-hd .scheduler-base-controls .btn-group:first-child .btn-default:last-of-type:hover, #ui-area .club-information .p-unique-wrapper-three .calendar-portlet .calendar-portlet-column-parent .calendar-portlet-column-grid .scheduler-base .scheduler-base-content .scheduler-base-hd .scheduler-base-controls .btn-group:first-child .btn-default:first-of-type:hover {
    background: var(--primary-color-hover);
    border-color: var(--primary-color-hover);
  }
}
@media (min-width: 768px) {
  #ui-area .club-information .p-unique-wrapper-three .calendar-portlet .calendar-portlet-column-parent .calendar-portlet-column-grid .scheduler-base .scheduler-base-view-date {
    font-size: 24px;
    color: rgb(0, 105, 170);
    font-family: "Inter", sans-serif;
    font-weight: bold;
    letter-spacing: 2.6px;
    margin: 1.5rem 0 1.7rem 0;
    -webkit-text-transform: uppercase;
    text-transform: uppercase;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .club-information .p-unique-wrapper-three .calendar-portlet .calendar-portlet-column-parent .calendar-portlet-column-grid .scheduler-base .scheduler-base-view-date {
    font-size: 1.0904134484vw;
    letter-spacing: 0.1181281236vw;
    margin: 1.0904134484vw 0 1.2358019082vw 0;
  }
}
#ui-area .club-information .p-unique-wrapper-four.cst-section {
  padding: var(--section-padding) 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .club-information .p-unique-wrapper-four.cst-section {
    padding: var(--section-padding) 0;
  }
}
#ui-area .club-information .p-unique-wrapper-four #boardComm {
  position: relative;
}
#ui-area .club-information .p-unique-wrapper-four #boardComm .featured-text-blocks-image .card .card-body .card-text h1,
#ui-area .club-information .p-unique-wrapper-four #boardComm .featured-text-blocks-image .card .card-body .card-text h2,
#ui-area .club-information .p-unique-wrapper-four #boardComm .featured-text-blocks-image .card .card-body .card-text h3,
#ui-area .club-information .p-unique-wrapper-four #boardComm .featured-text-blocks-image .card .card-body .card-text h4,
#ui-area .club-information .p-unique-wrapper-four #boardComm .featured-text-blocks-image .card .card-body .card-text h5,
#ui-area .club-information .p-unique-wrapper-four #boardComm .featured-text-blocks-image .card .card-body .card-text h6 {
  position: relative;
}
#ui-area .club-information .p-unique-wrapper-four #boardComm .featured-text-blocks-image .card .card-body .card-text h1:before,
#ui-area .club-information .p-unique-wrapper-four #boardComm .featured-text-blocks-image .card .card-body .card-text h2:before,
#ui-area .club-information .p-unique-wrapper-four #boardComm .featured-text-blocks-image .card .card-body .card-text h3:before,
#ui-area .club-information .p-unique-wrapper-four #boardComm .featured-text-blocks-image .card .card-body .card-text h4:before,
#ui-area .club-information .p-unique-wrapper-four #boardComm .featured-text-blocks-image .card .card-body .card-text h5:before,
#ui-area .club-information .p-unique-wrapper-four #boardComm .featured-text-blocks-image .card .card-body .card-text h6:before {
  content: "";
  display: flex;
  position: absolute;
  z-index: -1;
  height: 18vw;
  left: -60%;
  width: 78vw;
  background: var(--wc-body-bg);
  bottom: 3px;
  border-radius: 0 14px 14px 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .club-information .p-unique-wrapper-four #boardComm .featured-text-blocks-image .card .card-body .card-text h1:before,
  #ui-area .club-information .p-unique-wrapper-four #boardComm .featured-text-blocks-image .card .card-body .card-text h2:before,
  #ui-area .club-information .p-unique-wrapper-four #boardComm .featured-text-blocks-image .card .card-body .card-text h3:before,
  #ui-area .club-information .p-unique-wrapper-four #boardComm .featured-text-blocks-image .card .card-body .card-text h4:before,
  #ui-area .club-information .p-unique-wrapper-four #boardComm .featured-text-blocks-image .card .card-body .card-text h5:before,
  #ui-area .club-information .p-unique-wrapper-four #boardComm .featured-text-blocks-image .card .card-body .card-text h6:before {
    border-radius: 0 0.6360745116vw 0.6360745116vw 0;
    bottom: 0.1363016811vw;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1899.98px) {
  #ui-area .club-information .p-unique-wrapper-four #boardComm .featured-text-blocks-image .card .card-body .card-text h1:before,
  #ui-area .club-information .p-unique-wrapper-four #boardComm .featured-text-blocks-image .card .card-body .card-text h2:before,
  #ui-area .club-information .p-unique-wrapper-four #boardComm .featured-text-blocks-image .card .card-body .card-text h3:before,
  #ui-area .club-information .p-unique-wrapper-four #boardComm .featured-text-blocks-image .card .card-body .card-text h4:before,
  #ui-area .club-information .p-unique-wrapper-four #boardComm .featured-text-blocks-image .card .card-body .card-text h5:before,
  #ui-area .club-information .p-unique-wrapper-four #boardComm .featured-text-blocks-image .card .card-body .card-text h6:before {
    height: 15vw;
    left: -70%;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1440.98px) {
  #ui-area .club-information .p-unique-wrapper-four #boardComm .featured-text-blocks-image .card .card-body .card-text h1:before,
  #ui-area .club-information .p-unique-wrapper-four #boardComm .featured-text-blocks-image .card .card-body .card-text h2:before,
  #ui-area .club-information .p-unique-wrapper-four #boardComm .featured-text-blocks-image .card .card-body .card-text h3:before,
  #ui-area .club-information .p-unique-wrapper-four #boardComm .featured-text-blocks-image .card .card-body .card-text h4:before,
  #ui-area .club-information .p-unique-wrapper-four #boardComm .featured-text-blocks-image .card .card-body .card-text h5:before,
  #ui-area .club-information .p-unique-wrapper-four #boardComm .featured-text-blocks-image .card .card-body .card-text h6:before {
    left: -70%;
    width: 80.5vw;
    height: 15vw;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1365.98px) {
  #ui-area .club-information .p-unique-wrapper-four #boardComm .featured-text-blocks-image .card .card-body .card-text h1:before,
  #ui-area .club-information .p-unique-wrapper-four #boardComm .featured-text-blocks-image .card .card-body .card-text h2:before,
  #ui-area .club-information .p-unique-wrapper-four #boardComm .featured-text-blocks-image .card .card-body .card-text h3:before,
  #ui-area .club-information .p-unique-wrapper-four #boardComm .featured-text-blocks-image .card .card-body .card-text h4:before,
  #ui-area .club-information .p-unique-wrapper-four #boardComm .featured-text-blocks-image .card .card-body .card-text h5:before,
  #ui-area .club-information .p-unique-wrapper-four #boardComm .featured-text-blocks-image .card .card-body .card-text h6:before {
    left: -70%;
    width: 80.5vw;
    height: 15vw;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .club-information .p-unique-wrapper-four #boardComm .featured-text-blocks-image .card .card-body .card-text h1:before,
  #ui-area .club-information .p-unique-wrapper-four #boardComm .featured-text-blocks-image .card .card-body .card-text h2:before,
  #ui-area .club-information .p-unique-wrapper-four #boardComm .featured-text-blocks-image .card .card-body .card-text h3:before,
  #ui-area .club-information .p-unique-wrapper-four #boardComm .featured-text-blocks-image .card .card-body .card-text h4:before,
  #ui-area .club-information .p-unique-wrapper-four #boardComm .featured-text-blocks-image .card .card-body .card-text h5:before,
  #ui-area .club-information .p-unique-wrapper-four #boardComm .featured-text-blocks-image .card .card-body .card-text h6:before {
    left: -20%;
    width: 81vw;
    height: 175px;
  }
}
@media (max-width: 991.98px) {
  #ui-area .club-information .p-unique-wrapper-four #boardComm .featured-text-blocks-image .card .card-body .card-text h1:before,
  #ui-area .club-information .p-unique-wrapper-four #boardComm .featured-text-blocks-image .card .card-body .card-text h2:before,
  #ui-area .club-information .p-unique-wrapper-four #boardComm .featured-text-blocks-image .card .card-body .card-text h3:before,
  #ui-area .club-information .p-unique-wrapper-four #boardComm .featured-text-blocks-image .card .card-body .card-text h4:before,
  #ui-area .club-information .p-unique-wrapper-four #boardComm .featured-text-blocks-image .card .card-body .card-text h5:before,
  #ui-area .club-information .p-unique-wrapper-four #boardComm .featured-text-blocks-image .card .card-body .card-text h6:before {
    left: -30%;
    width: 80vw;
    height: 160px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .club-information .p-unique-wrapper-four #boardComm .featured-text-blocks-image .card .card-body .card-text h1:before,
  #ui-area .club-information .p-unique-wrapper-four #boardComm .featured-text-blocks-image .card .card-body .card-text h2:before,
  #ui-area .club-information .p-unique-wrapper-four #boardComm .featured-text-blocks-image .card .card-body .card-text h3:before,
  #ui-area .club-information .p-unique-wrapper-four #boardComm .featured-text-blocks-image .card .card-body .card-text h4:before,
  #ui-area .club-information .p-unique-wrapper-four #boardComm .featured-text-blocks-image .card .card-body .card-text h5:before,
  #ui-area .club-information .p-unique-wrapper-four #boardComm .featured-text-blocks-image .card .card-body .card-text h6:before {
    display: none;
  }
}
#ui-area .club-information .p-unique-wrapper-four .portlet-static section.portlet {
  margin-bottom: 4rem !important;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .club-information .p-unique-wrapper-four .portlet-static section.portlet {
    margin-bottom: 2.9077691958vw !important;
  }
}
#ui-area .club-information .p-unique-wrapper-four .portlet-static:last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .club-information .p-unique-wrapper-four .portlet-static:last-child {
    margin-bottom: 0 !important;
  }
}
#ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card {
  align-items: center;
}
#ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image .card-img {
  border-radius: 14px;
  box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 1200px) and (max-width: 1899.98px) {
  #ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image .card-img {
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image .card-img {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 767.98px) {
  #ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image .card-img {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image .card-img {
    border-radius: 0.6360745116vw;
  }
}
#ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image.order-md-1 {
  padding-bottom: 29.037%;
  flex: 0 0 57.229%;
  max-width: 57.229%;
}
@media (max-width: 991.98px) {
  #ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image.order-md-1 {
    padding-bottom: 30%;
    flex: 0 0 45%;
    max-width: 45%;
  }
}
@media (max-width: 767.98px) {
  #ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image.order-md-1 {
    max-width: 100%;
    flex: 0 0 100%;
    padding-bottom: 60%;
  }
}
@media (min-width: 768px) {
  #ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-2.pl-md-3 {
    padding-left: 7vw !important;
    padding-right: 0 !important;
  }
}
#ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h1,
#ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h2,
#ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h3,
#ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h4,
#ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h5,
#ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h6 {
  color: var(--heading-color2);
  font-family: var(--wc-heading-font-family2);
  font-size: 36px;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1.5rem;
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h1,
  #ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h2,
  #ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h3,
  #ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h4,
  #ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h5,
  #ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h6 {
    font-size: 1.6356201726vw;
    margin-bottom: 1.0904134484vw;
    letter-spacing: 0.0726942299vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h1,
  #ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h2,
  #ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h3,
  #ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h4,
  #ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h5,
  #ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h6 {
    font-size: 28px;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h1,
  #ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h2,
  #ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h3,
  #ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h4,
  #ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h5,
  #ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h6 {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  #ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h1,
  #ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h2,
  #ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h3,
  #ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h4,
  #ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h5,
  #ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h6 {
    font-size: 26px;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  #ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h1,
  #ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h2,
  #ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h3,
  #ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h4,
  #ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h5,
  #ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text h6 {
    margin-top: 1.5rem;
  }
}
#ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text p {
  margin-bottom: 2rem;
  max-width: 70%;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text p {
    font-size: 0.8178100863vw;
    margin-bottom: 1.4538845979vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text p {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  #ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body .card-text p {
    margin-bottom: 1rem;
  }
}
#ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image.order-md-2 {
  padding-bottom: 35.482%;
  flex: 0 0 50.422%;
  max-width: 50.422%;
}
@media (max-width: 991.98px) {
  #ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image.order-md-2 {
    padding-bottom: 36.4%;
    flex: 0 0 61%;
    max-width: 60%;
  }
}
@media (max-width: 767.98px) {
  #ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-image.order-md-2 {
    max-width: 100%;
    flex: 0 0 100%;
    padding-bottom: 60%;
  }
}
#ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-1.pr-md-5 {
  padding-right: 0 !important;
  padding-top: 0;
  padding-left: 12vw !important;
}
@media (max-width: 1199.98px) {
  #ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-1.pr-md-5 {
    padding-left: 1.5rem !important;
    padding-top: 60px !important;
  }
}
@media (max-width: 991.98px) {
  #ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-1.pr-md-5 {
    padding-top: 40px !important;
  }
}
@media (max-width: 767.98px) {
  #ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-1.pr-md-5 {
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
#ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-1.pr-md-5 .card-text p {
  max-width: 80%;
}
@media (max-width: 1440.98px) {
  #ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-1.pr-md-5 .card-text p {
    max-width: 90%;
  }
}
@media (max-width: 767.98px) {
  #ui-area .club-information .p-unique-wrapper-four .featured-text-block-image-container .row .col-12 .featured-text-blocks-image .card .card-body.order-md-1.pr-md-5 .card-text p {
    max-width: 100%;
  }
}
#ui-area .club-information .p-unique-wrapper-five.cst-section {
  padding: 0 0 var(--section-padding) 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .club-information .p-unique-wrapper-five.cst-section {
    padding: 0 0 var(--section-padding) 0;
  }
}
#ui-area .club-information .p-unique-wrapper-five .card-view .card .card-body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  right: 4%;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .club-information .p-unique-wrapper-five .card-view .card .card-body {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  #ui-area .club-information .p-unique-wrapper-five .card-view .card .card-body {
    position: relative;
    right: 0;
  }
}
#ui-area .club-information .p-unique-wrapper-five .card-view .card .card-body .card-text {
  background: var(--white-color);
  padding: 4rem 3rem;
  color: var(--wc-font-color);
  max-width: 521px;
  border-radius: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .club-information .p-unique-wrapper-five .card-view .card .card-body .card-text {
    max-width: 23.6710586097vw;
    border-radius: 0.6360745116vw;
    padding: 2.9077691958vw 2.1808268969vw;
  }
}
@media (max-width: 1700.98px) {
  #ui-area .club-information .p-unique-wrapper-five .card-view .card .card-body .card-text {
    padding: 3rem;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .club-information .p-unique-wrapper-five .card-view .card .card-body .card-text {
    padding: 2rem;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .club-information .p-unique-wrapper-five .card-view .card .card-body .card-text {
    padding: 1rem 2rem;
  }
}
@media (max-width: 767.98px) {
  #ui-area .club-information .p-unique-wrapper-five .card-view .card .card-body .card-text {
    max-width: 100%;
    border-radius: 0;
    padding: 1rem;
    width: 100%;
  }
}
#ui-area .club-information .p-unique-wrapper-five .card-view .card .card-body .card-text h1,
#ui-area .club-information .p-unique-wrapper-five .card-view .card .card-body .card-text h2,
#ui-area .club-information .p-unique-wrapper-five .card-view .card .card-body .card-text h3,
#ui-area .club-information .p-unique-wrapper-five .card-view .card .card-body .card-text h4,
#ui-area .club-information .p-unique-wrapper-five .card-view .card .card-body .card-text h5,
#ui-area .club-information .p-unique-wrapper-five .card-view .card .card-body .card-text h6 {
  color: var(--heading-color2);
  font-family: "Myanmar MN", sans-serif;
  font-size: 36px;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: var(--wc-headingLineHeight);
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 20px;
  position: relative;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .club-information .p-unique-wrapper-five .card-view .card .card-body .card-text h1,
  #ui-area .club-information .p-unique-wrapper-five .card-view .card .card-body .card-text h2,
  #ui-area .club-information .p-unique-wrapper-five .card-view .card .card-body .card-text h3,
  #ui-area .club-information .p-unique-wrapper-five .card-view .card .card-body .card-text h4,
  #ui-area .club-information .p-unique-wrapper-five .card-view .card .card-body .card-text h5,
  #ui-area .club-information .p-unique-wrapper-five .card-view .card .card-body .card-text h6 {
    font-size: 1.6356201726vw;
    letter-spacing: 0.0726942299vw;
    margin-bottom: 0;
    padding-bottom: 0.9086778737vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .club-information .p-unique-wrapper-five .card-view .card .card-body .card-text h1,
  #ui-area .club-information .p-unique-wrapper-five .card-view .card .card-body .card-text h2,
  #ui-area .club-information .p-unique-wrapper-five .card-view .card .card-body .card-text h3,
  #ui-area .club-information .p-unique-wrapper-five .card-view .card .card-body .card-text h4,
  #ui-area .club-information .p-unique-wrapper-five .card-view .card .card-body .card-text h5,
  #ui-area .club-information .p-unique-wrapper-five .card-view .card .card-body .card-text h6 {
    font-size: 28px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .club-information .p-unique-wrapper-five .card-view .card .card-body .card-text h1,
  #ui-area .club-information .p-unique-wrapper-five .card-view .card .card-body .card-text h2,
  #ui-area .club-information .p-unique-wrapper-five .card-view .card .card-body .card-text h3,
  #ui-area .club-information .p-unique-wrapper-five .card-view .card .card-body .card-text h4,
  #ui-area .club-information .p-unique-wrapper-five .card-view .card .card-body .card-text h5,
  #ui-area .club-information .p-unique-wrapper-five .card-view .card .card-body .card-text h6 {
    font-size: 26px;
  }
}
#ui-area .club-information .p-unique-wrapper-five .card-view .card .card-header .card-image {
  padding-bottom: 28.976%;
  margin-bottom: 0rem;
  border-radius: 14px;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.15);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .club-information .p-unique-wrapper-five .card-view .card .card-header .card-image {
    margin-bottom: 0rem;
    border-radius: 0.6360745116vw;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .club-information .p-unique-wrapper-five .card-view .card .card-header .card-image {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
    padding-bottom: 31.976%;
  }
}
@media (max-width: 767.98px) {
  #ui-area .club-information .p-unique-wrapper-five .card-view .card .card-header .card-image {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
    padding-bottom: 40.976%;
  }
}
#ui-area .club-information .p-unique-wrapper-five .card-view .card .card-header .card-image .card-img {
  border-radius: calc(var(--borderRadius) * 1px);
}
@media (max-width: 767.98px) {
  #ui-area .club-information .p-unique-wrapper-five .card-view .card .card-header .card-image .card-img {
    border-radius: calc(var(--borderRadius) * 1px) calc(var(--borderRadius) * 1px) 0 0;
  }
}
#ui-area .club-information .p-unique-wrapper-five .card-view .card .card-header .card-img-overlay {
  display: none;
}
#ui-area .our-team .webc-container {
  margin-bottom: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .our-team .webc-container {
    margin-bottom: 0;
  }
}
#ui-area .our-team .cl-wrapper-one.cst-section {
  padding: calc(var(--section-padding) - 55px) 0 var(--section-padding) 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .our-team .cl-wrapper-one.cst-section {
    padding: calc(var(--section-padding) - 2.4988641527vw) 0 var(--section-padding) 0;
  }
}
@media (max-width: 767.98px) {
  #ui-area .our-team .cl-wrapper-one.cst-section {
    padding: var(--section-padding) 0;
  }
}
#ui-area .our-history .webc-container {
  margin-bottom: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .our-history .webc-container {
    margin-bottom: 0;
  }
}
#ui-area .our-history .cl-wrapper-one.cst-section {
  padding: calc(var(--section-padding) - 55px) 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .our-history .cl-wrapper-one.cst-section {
    padding: calc(var(--section-padding) - 2.4988641527vw) 0;
  }
}
@media (max-width: 767.98px) {
  #ui-area .our-history .cl-wrapper-one.cst-section {
    padding: var(--section-padding) 0;
  }
}
#ui-area .our-history .cl-wrapper-one.cst-section {
  padding: calc(var(--section-padding) - 55px) 0 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .our-history .cl-wrapper-one.cst-section {
    padding: calc(var(--section-padding) - 2.4988641527vw) 0 0;
  }
}
@media (max-width: 767.98px) {
  #ui-area .our-history .cl-wrapper-one.cst-section {
    padding: calc(var(--section-padding) - 40px) 0 0;
  }
}
#ui-area .our-history .cl-wrapper-one .history-cctab {
  display: flex;
  flex-direction: column;
  position: relative;
}
#ui-area .our-history .cl-wrapper-one .history-cctab .owlc-navigation {
  display: inline-flex;
  background: rgb(245, 251, 255);
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 0 2.5rem;
  border-radius: 35px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .our-history .cl-wrapper-one .history-cctab .owlc-navigation {
    padding: 0 1.8173557474vw;
    border-radius: 1.590186279vw;
  }
}
@media (max-width: 991.98px) {
  #ui-area .our-history .cl-wrapper-one .history-cctab .owlc-navigation {
    width: 100%;
    justify-content: center;
  }
}
#ui-area .our-history .cl-wrapper-one .history-cctab .owlc-navigation .customPrevBtn,
#ui-area .our-history .cl-wrapper-one .history-cctab .owlc-navigation .customNextBtn {
  cursor: pointer;
  position: absolute;
  padding: 15px 20px;
  z-index: 9;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .our-history .cl-wrapper-one .history-cctab .owlc-navigation .customPrevBtn,
  #ui-area .our-history .cl-wrapper-one .history-cctab .owlc-navigation .customNextBtn {
    padding: 0.6815084053vw 0.9086778737vw;
  }
}
#ui-area .our-history .cl-wrapper-one .history-cctab .owlc-navigation .customPrevBtn i,
#ui-area .our-history .cl-wrapper-one .history-cctab .owlc-navigation .customNextBtn i {
  font-size: 30px;
  color: #707070;
  -webkit-text-stroke: 2px rgb(245, 251, 255);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .our-history .cl-wrapper-one .history-cctab .owlc-navigation .customPrevBtn i,
  #ui-area .our-history .cl-wrapper-one .history-cctab .owlc-navigation .customNextBtn i {
    font-size: 1.3630168105vw;
  }
}
#ui-area .our-history .cl-wrapper-one .history-cctab .owlc-navigation .customPrevBtn i:hover,
#ui-area .our-history .cl-wrapper-one .history-cctab .owlc-navigation .customNextBtn i:hover {
  color: var(--primary-color);
}
#ui-area .our-history .cl-wrapper-one .history-cctab .owlc-navigation .customPrevBtn {
  left: 0;
}
#ui-area .our-history .cl-wrapper-one .history-cctab .owlc-navigation .customNextBtn {
  right: 0;
}
#ui-area .our-history .cl-wrapper-one .history-cctab .owlc-navigation #sync2 {
  padding: 0 60px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .our-history .cl-wrapper-one .history-cctab .owlc-navigation #sync2 {
    padding: 0 2.7260336211vw;
  }
}
@media (max-width: 767.98px) {
  #ui-area .our-history .cl-wrapper-one .history-cctab .owlc-navigation #sync2 {
    padding: 0 20px;
  }
}
#ui-area .our-history .cl-wrapper-one .history-cctab .owlc-navigation #sync2 .owl-stage {
  padding: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .our-history .cl-wrapper-one .history-cctab .owlc-navigation #sync2 .owl-stage {
    padding: 0;
  }
}
#ui-area .our-history .cl-wrapper-one .history-cctab .owlc-navigation #sync2 .owl-stage .owl-item p {
  text-align: center;
  position: relative;
  padding: 1.313rem 0;
  line-height: normal;
  cursor: pointer;
  letter-spacing: 1.6px;
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .our-history .cl-wrapper-one .history-cctab .owlc-navigation #sync2 .owl-stage .owl-item p {
    padding: 0.9544752385vw 0;
    letter-spacing: 0.0726942299vw;
    font-size: 0.726942299vw;
  }
}
#ui-area .our-history .cl-wrapper-one .history-cctab .owlc-navigation #sync2 .owl-stage .owl-item p::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 4px;
  content: "";
  transition: all 0.3s 0s ease-out;
  background-color: var(--primary-color);
}
@media (prefers-reduced-motion: reduce) {
  #ui-area .our-history .cl-wrapper-one .history-cctab .owlc-navigation #sync2 .owl-stage .owl-item p::before {
    transition: none;
  }
}
#ui-area .our-history .cl-wrapper-one .history-cctab .owlc-navigation #sync2 .owl-stage .owl-item:hover p::before {
  width: 35%;
}
#ui-area .our-history .cl-wrapper-one .history-cctab .owlc-navigation #sync2 .owl-stage .owl-item.current p {
  font-weight: 600;
}
#ui-area .our-history .cl-wrapper-one .history-cctab .owlc-navigation #sync2 .owl-stage .owl-item.current p::before {
  width: 35%;
}
#ui-area .our-history .cl-wrapper-one .history-cctab #sync1 .owl-stage {
  padding: 3rem 0 4rem 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .our-history .cl-wrapper-one .history-cctab #sync1 .owl-stage {
    padding: 2.1808268969vw 0 2.9077691958vw 0;
  }
}
@media (max-width: 767.98px) {
  #ui-area .our-history .cl-wrapper-one .history-cctab #sync1 .owl-stage {
    padding: 2rem 0;
  }
}
#ui-area .our-history .cl-wrapper-one .history-cctab #sync1 .hist-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 8px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .our-history .cl-wrapper-one .history-cctab #sync1 .hist-box {
    padding: 0 0.3634711495vw;
  }
}
#ui-area .our-history .cl-wrapper-one .history-cctab #sync1 .hist-box .webx-headingx {
  color: var(--heading-color2);
  font-family: "Myanmar MN", sans-serif;
  font-size: 36px;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: var(--wc-headingLineHeight);
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 10px;
  position: relative;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .our-history .cl-wrapper-one .history-cctab #sync1 .hist-box .webx-headingx {
    font-size: 1.6356201726vw;
    letter-spacing: 0.1363016811vw;
    margin-bottom: 0;
    padding-bottom: 0.4543389368vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .our-history .cl-wrapper-one .history-cctab #sync1 .hist-box .webx-headingx {
    font-size: 28px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .our-history .cl-wrapper-one .history-cctab #sync1 .hist-box .webx-headingx {
    font-size: 26px;
  }
}
#ui-area .our-history .cl-wrapper-one .history-cctab #sync1 .hist-box p {
  margin-bottom: 2rem;
  width: 75%;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .our-history .cl-wrapper-one .history-cctab #sync1 .hist-box p {
    margin-bottom: 1.9082235348vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .our-history .cl-wrapper-one .history-cctab #sync1 .hist-box p {
    width: 90%;
  }
}
@media (max-width: 767.98px) {
  #ui-area .our-history .cl-wrapper-one .history-cctab #sync1 .hist-box p {
    width: 100%;
    margin-bottom: 1rem;
  }
}
#ui-area .our-history .cl-wrapper-one .history-cctab #sync1 .hist-box p:last-child {
  margin-bottom: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .our-history .cl-wrapper-one .history-cctab #sync1 .hist-box p:last-child {
    margin-bottom: 0;
  }
}
#ui-area .our-history .cl-wrapper-one .history-cctab #sync1 .hist-box .card-body {
  flex: 0 0 48%;
  max-width: 48%;
  padding: 0;
}
@media (max-width: 767.98px) {
  #ui-area .our-history .cl-wrapper-one .history-cctab #sync1 .hist-box .card-body {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#ui-area .our-history .cl-wrapper-one .history-cctab #sync1 .hist-box .card-image {
  flex: 0 0 49.8%;
  max-width: 49.8%;
  margin-left: 1.2%;
  padding: 0;
  width: 100%;
}
@media (max-width: 767.98px) {
  #ui-area .our-history .cl-wrapper-one .history-cctab #sync1 .hist-box .card-image {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 1rem 0;
  }
}
#ui-area .our-history .cl-wrapper-one .history-cctab #sync1 .hist-box .card-image img {
  width: 100%;
  border-radius: 14px;
  filter: drop-shadow(5px 18px 8px rgba(0, 0, 0, 0.15));
  aspect-ratio: 2/1.25;
}
@media (max-width: 767.98px) {
  #ui-area .our-history .cl-wrapper-one .history-cctab #sync1 .hist-box .card-image img {
    box-shadow: none;
    filter: none;
  }
}
#ui-area .login_layout {
  background-repeat: no-repeat;
  background-image: url(../images/club-images/login_bg.jpg);
  background-position: center bottom;
  background-size: cover;
  min-height: 100vh;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  #ui-area .login_layout {
    overflow: auto;
  }
}
#ui-area .login_layout .cl_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 1300px) and (max-width: 1440.98px) {
  #ui-area .login_layout .cl_wrapper {
    padding: 30px 0;
  }
}
@media (max-width: 767.98px) {
  #ui-area .login_layout .cl_wrapper {
    align-items: flex-start;
    padding: 3rem 0;
    height: 100%;
  }
}
@media (max-width: 575.98px) {
  #ui-area .login_layout .cl_wrapper {
    align-items: flex-start;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .login_layout .cl_wrapper .container {
    max-width: 62.5%;
    padding: 0;
  }
}
@media screen and (min-width: 1900px) and (max-width: 2200.98px) {
  #ui-area .login_layout .cl_wrapper .container {
    max-width: 1350px;
    padding: 0;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1899.98px) {
  #ui-area .login_layout .cl_wrapper .container {
    max-width: 1050px;
    padding: 0;
  }
}
#ui-area .login_layout .cl_wrapper .container .login-section-1 a {
  border: none;
}
#ui-area .login_layout .cl_wrapper .container .login-section-1 .portlet-static section.portlet {
  margin-bottom: 0 !important;
}
#ui-area .login_layout .cl_wrapper .container .login-section-1 .login-lft {
  background-color: rgba(231, 239, 248, 0.9);
  padding: 55px 65px;
  border-radius: 7px 0 0 7px;
  border-radius: calc(var(--borderRadius) * 1px) 0 0 calc(var(--borderRadius) * 1px);
  opacity: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-lft {
    padding: 2.4988641527vw 2.9532030895vw;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1899.98px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-lft {
    padding: 25px 50px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-lft {
    padding: 40px 26px;
  }
}
@media (max-width: 991.98px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-lft {
    padding: 30px 15px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-lft {
    order: 2;
    margin-bottom: 0rem;
    margin-top: -1px;
    padding: 0 15px 20px;
    border-radius: 0 0 calc(var(--borderRadius) * 1px) calc(var(--borderRadius) * 1px);
    background-color: var(--white-color);
  }
}
#ui-area .login_layout .cl_wrapper .container .login-section-1 .login-lft .login-left-sec .login-left-title {
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-lft .hs-one-left-ui {
    display: flex;
    align-items: flex-start;
    height: 100%;
  }
}
@media (max-width: 991.98px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-lft .hs-one-left-ui {
    display: flex;
    align-items: flex-start;
    height: 100%;
  }
}
@media (max-width: 767.98px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-lft .hs-one-left-ui .cnbar-brand {
    display: none !important;
  }
}
#ui-area .login_layout .cl_wrapper .container .login-section-1 .login-lft h1, #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-lft h2, #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-lft h3, #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-lft h4, #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-lft h5, #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-lft h6 {
  font-family: "Asap", sans-serif;
  color: var(--primary-color);
  font-weight: 800;
  font-style: normal;
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  font-size: 24px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-lft h1, #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-lft h2, #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-lft h3, #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-lft h4, #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-lft h5, #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-lft h6 {
    font-size: 1.0904134484vw;
    letter-spacing: 0.0726942299vw;
    margin-bottom: 0.4543389368vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-lft h1, #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-lft h2, #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-lft h3, #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-lft h4, #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-lft h5, #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-lft h6 {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-lft h1, #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-lft h2, #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-lft h3, #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-lft h4, #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-lft h5, #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-lft h6 {
    font-size: 17px;
  }
}
#ui-area .login_layout .cl_wrapper .container .login-section-1 .login-lft p {
  font-size: 18px;
  margin-bottom: 0;
  padding-bottom: 12px;
  font-weight: normal;
  color: #000;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-lft p {
    font-size: 0.8178100863vw;
    padding-bottom: 0.5452067242vw;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1899.98px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-lft p {
    font-size: 16px;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-lft p {
    font-size: 14px;
    padding-bottom: 8px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-lft p {
    font-size: 13px;
  }
}
#ui-area .login_layout .cl_wrapper .container .login-section-1 .login-lft p:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-lft p:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
#ui-area .login_layout .cl_wrapper .container .login-section-1 .login-lft p label {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  margin-bottom: 0;
  padding: 0;
  font-weight: normal;
  min-width: 118px;
  color: #000;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-lft p label {
    font-size: 0.8178100863vw;
    padding: 0;
    min-width: 5.3611994548vw;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1899.98px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-lft p label {
    font-size: 16px;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-lft p label {
    font-size: 14px;
    min-width: 90px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-lft p label {
    min-width: 80px;
  }
}
@media (max-width: 991.98px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-lft p label {
    min-width: 75px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-lft p label {
    font-size: 13px;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-lft ul {
    padding-bottom: 8px;
  }
}
#ui-area .login_layout .cl_wrapper .container .login-section-1 .login-lft ul li {
  margin-bottom: 0;
  padding-bottom: 0;
  color: #000;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-lft ul li {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1899.98px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-lft ul li {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-lft ul li {
    margin-left: 1.1rem;
    font-size: 13px;
  }
}
#ui-area .login_layout .cl_wrapper .container .login-section-1 .login-lft ul li::marker {
  color: var(--heading-color2);
}
#ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt {
  background-color: var(--white-color);
  padding: 170px 65px 55px;
  opacity: 0;
  border-radius: 0 calc(var(--borderRadius) * 1px) calc(var(--borderRadius) * 1px) 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt {
    padding: 7.7237619264vw 2.9532030895vw 2.4988641527vw;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1899.98px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt {
    padding: 105px 65px 35px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt {
    padding: 119px 26px 40px;
  }
}
@media (max-width: 991.98px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt {
    padding: 110px 15px 30px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt {
    order: 1;
    padding: 0 15px 25px;
    margin-bottom: 0;
    border-radius: calc(var(--borderRadius) * 1px) calc(var(--borderRadius) * 1px) 0 0;
  }
}
@media (max-width: 767.98px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .hs-one-right-ui {
    border-bottom: 1px solid var(--wc-border-color);
    padding: 1.5rem 0;
  }
}
@media (min-width: 768px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .hs-one-right-ui .cnbar-brand {
    display: none !important;
  }
}
#ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container {
  text-align: left;
}
#ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container.forgot-card .navigation {
  bottom: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container.forgot-card .navigation {
    bottom: 0;
  }
}
@media (max-width: 767.98px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container.forgot-card .navigation {
    bottom: 0;
  }
}
#ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container .row-fluid.login-heading {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container .row-fluid.login-heading {
    margin-bottom: 0;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container .row-fluid.login-heading {
    margin-bottom: 0;
  }
}
#ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container .row-fluid.login-heading:after {
  content: "Login to your Account";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  font-family: "Asap", sans-serif;
  color: var(--primary-color);
  font-weight: 800;
  font-style: normal;
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  font-size: 24px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container .row-fluid.login-heading:after {
    font-size: 1.0904134484vw;
    letter-spacing: 0.0726942299vw;
    margin-bottom: 0.4543389368vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container .row-fluid.login-heading:after {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container .row-fluid.login-heading:after {
    font-size: 17px;
    letter-spacing: 1px;
  }
}
#ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container .row-fluid.login-heading h2 {
  visibility: hidden;
}
#ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container form {
  margin-bottom: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container form {
    margin-bottom: 0;
  }
}
#ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container form fieldset {
  text-align: left;
}
#ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container form fieldset .form-group {
  width: 100%;
  justify-content: flex-start !important;
  margin-bottom: 2rem;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container form fieldset .form-group {
    margin-bottom: 1.4538845979vw;
  }
}
@media (max-width: 575px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container form fieldset .form-group {
    margin-bottom: 1rem;
  }
}
#ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container form fieldset .form-group .form-control {
  text-align: left !important;
  background-color: rgb(245, 251, 255);
  border: 1px solid rgb(214, 214, 214);
  height: 65px;
  font-size: calc((var(--wc-font-size) - 2) * 1px);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container form fieldset .form-group .form-control {
    font-size: calc((var(--wc-font-size) - 2) / var(--4k-ratio) * 1vw);
    height: 2.9532030895vw;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1899.98px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container form fieldset .form-group .form-control {
    font-size: 16px;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container form fieldset .form-group .form-control {
    font-size: calc((var(--wc-font-size) - 5) * 1px);
    height: 50px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container form fieldset .form-group .form-control {
    font-size: calc((var(--wc-font-size) - 5) * 1px);
  }
}
@media (max-width: 767.98px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container form fieldset .form-group .form-control {
    height: 40px;
  }
}
#ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container form fieldset .form-group .form-control:focus {
  background-color: rgb(245, 251, 255);
}
#ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container form fieldset .form-group input::placeholder {
  background-color: rgb(245, 251, 255);
  border: 2px solid var(--wc-body-bg);
}
#ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container form fieldset .form-group input:-ms-input-placeholder {
  background-color: rgb(245, 251, 255);
  border: 2px solid var(--wc-body-bg);
}
#ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container form fieldset .form-group input::-ms-input-placeholder {
  background-color: rgb(245, 251, 255);
  border: 2px solid var(--wc-body-bg);
}
#ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container form fieldset .login-label,
#ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container form fieldset .password-label,
#ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container form fieldset .control-label {
  display: block;
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: calc((var(--wc-font-size) - 2) * 1px);
  line-height: var(--lineheightlabel);
  margin-bottom: 5px;
  letter-spacing: 0;
  font-weight: normal;
  padding-bottom: 0;
  color: #000;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container form fieldset .login-label,
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container form fieldset .password-label,
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container form fieldset .control-label {
    font-size: calc((var(--wc-font-size) - 2) / var(--4k-ratio) * 1vw);
    margin-bottom: 0.2271694684vw;
    letter-spacing: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1899.98px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container form fieldset .login-label,
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container form fieldset .password-label,
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container form fieldset .control-label {
    font-size: 16px;
  }
}
@media (max-width: 1440.99px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container form fieldset .login-label,
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container form fieldset .password-label,
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container form fieldset .control-label {
    font-size: calc((var(--wc-font-size) - 4) * 1px);
  }
}
#ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container form fieldset .control-group {
  border: 2px solid var(--wc-body-bg) c;
  background-color: var(--wc-body-bg);
}
#ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container form fieldset .control-group .field {
  width: 100%;
  height: 52px;
  border-color: var(--wc-border-color) !important;
  margin-bottom: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container form fieldset .control-group .field {
    height: 2.3625624716vw;
    margin-bottom: 0;
  }
}
#ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container form fieldset .input-checkbox-wrapper > label {
  font-weight: 800;
  letter-spacing: 0.56px;
  font-family: "Inter", sans-serif;
  font-size: calc((var(--wc-font-size) - 2) * 1px);
  margin-bottom: 0;
  color: var(--heading-color6);
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  padding-left: 30px;
  cursor: pointer;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container form fieldset .input-checkbox-wrapper > label {
    font-size: calc((var(--wc-font-size) - 2) / var(--4k-ratio) * 1vw);
    letter-spacing: 0.0254429805vw;
    padding-left: 1.3630168105vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1899.98px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container form fieldset .input-checkbox-wrapper > label {
    font-size: 16px;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container form fieldset .input-checkbox-wrapper > label {
    font-size: calc((var(--wc-font-size) - 5) * 1px);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container form fieldset .input-checkbox-wrapper > label {
    font-size: calc((var(--wc-font-size) - 5) * 1px);
  }
}
@media (max-width: 991.98px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container form fieldset .input-checkbox-wrapper > label {
    letter-spacing: 0;
  }
}
#ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container form fieldset .input-checkbox-wrapper > label::before {
  content: "";
  border: 1px solid var(--heading-color6);
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  background: var(--wc-body-bg);
  border-radius: 4px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container form fieldset .input-checkbox-wrapper > label::before {
    width: 0.9086778737vw;
    height: 0.9086778737vw;
    border-radius: 0.1817355747vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container form fieldset .input-checkbox-wrapper > label::before {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container form fieldset .input-checkbox-wrapper > label::before {
    width: 16px;
    height: 16px;
  }
}
#ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container form fieldset .input-checkbox-wrapper > label::after {
  content: "";
  left: 8px;
  top: 5px;
  width: 5px;
  height: 9px;
  border: solid var(--heading-color6);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  display: none;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container form fieldset .input-checkbox-wrapper > label::after {
    left: 0.3634711495vw;
    top: 0.2271694684vw;
    width: 0.2271694684vw;
    height: 0.4089050432vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container form fieldset .input-checkbox-wrapper > label::after {
    left: 6px;
    top: 4px;
    height: 8px;
  }
}
@media (max-width: 767px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container form fieldset .input-checkbox-wrapper > label::after {
    left: 6px;
    top: 2px;
  }
}
#ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container form fieldset .input-checkbox-wrapper > label.rem-checked::after {
  display: block;
}
#ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container form fieldset .input-checkbox-wrapper > label .field {
  visibility: hidden;
  display: none;
}
#ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container form fieldset .help-block {
  justify-content: flex-start;
}
#ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container .button-holder {
  margin: 0;
  text-align: left;
  justify-content: flex-start;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container .button-holder {
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container .button-holder {
    margin-top: 0;
  }
}
#ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container .button-holder .btn {
  font-family: "Montserrat", sans-serif;
  background: var(--primary-color);
  color: var(--btn-text-color);
  border: 1px solid var(--primary-color);
  padding: 1.1rem 3.6rem;
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container .button-holder .btn {
    padding: 0.7723761926vw 2.58973194vw;
    font-size: 0.6360745116vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container .button-holder .btn {
    padding: 0.8rem 2.5rem;
    font-size: 12px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container .button-holder .btn {
    padding: 0.8rem 2.5rem;
  }
}
#ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container .button-holder .btn:hover {
  background-color: var(--primary-color-hover);
  border: 1px solid var(--primary-color-hover);
  color: var(--btn-text-color);
}
#ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container .navigation {
  background: transparent;
  border: none;
  width: max-content;
  margin-left: auto;
  position: absolute;
  bottom: 21.5%;
  right: 0;
}
@media (max-width: 1199.98px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container .navigation {
    bottom: 19.5%;
  }
}
@media (max-width: 767.98px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container .navigation {
    top: 0px;
    bottom: 0;
    margin-top: 1rem;
    margin-left: 0;
    position: inherit;
  }
}
#ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container .navigation .taglib-icon {
  position: relative;
  padding-bottom: 0;
  text-decoration: none !important;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container .navigation .taglib-icon {
    padding-bottom: 0;
  }
}
#ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container .navigation .taglib-icon span {
  font-family: "Inter", sans-serif;
  text-decoration: none !important;
  font-weight: 800;
  letter-spacing: 0.5px;
  font-size: calc((var(--wc-font-size) - 2) * 1px);
  margin-bottom: 0;
  color: var(--heading-color6);
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container .navigation .taglib-icon span {
    font-size: calc((var(--wc-font-size) - 2) / var(--4k-ratio) * 1vw);
    letter-spacing: 0.0227169468vw;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1899.98px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container .navigation .taglib-icon span {
    font-size: 16px;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container .navigation .taglib-icon span {
    font-size: calc((var(--wc-font-size) - 5) * 1px);
  }
}
@media (max-width: 1199.98px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container .navigation .taglib-icon span {
    font-size: calc((var(--wc-font-size) - 5) * 1px);
  }
}
@media (max-width: 991.98px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container .navigation .taglib-icon span {
    letter-spacing: 0;
  }
}
#ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container .navigation .taglib-icon::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--heading-color1);
  transition: 0.5s ease-in-out;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container .navigation .taglib-icon::after {
    bottom: 0.0908677874vw;
  }
}
#ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container .navigation .taglib-icon:hover {
  text-decoration: none !important;
}
#ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container .navigation .taglib-icon:hover::after {
  width: 0;
}
#ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container .navigation .taglib-icon img {
  display: none;
}
#ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container .taglib-captcha .refresh {
  justify-content: flex-start;
}
#ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container .taglib-captcha .refresh .lexicon-icon-refresh {
  display: none;
}
#ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container .control-group {
  position: relative;
}
#ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container .control-group.error .form-validator-stack {
  position: absolute;
  top: 50%;
  right: 10px;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt .portlet-login .login-container .control-group.error .form-validator-stack {
    right: 0.4543389368vw;
  }
}
#ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt h1, #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt h2, #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt h3, #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt h4, #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt h5, #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt h6 {
  font-family: "Inter", sans-serif;
  color: var(--primary-color);
  font-weight: 800;
  font-style: normal;
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
  padding: 0;
  font-size: 24px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt h1, #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt h2, #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt h3, #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt h4, #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt h5, #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt h6 {
    font-size: 1.0904134484vw;
    letter-spacing: 0.0726942299vw;
    margin-bottom: 0.5452067242vw;
    padding: 0;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt h1, #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt h2, #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt h3, #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt h4, #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt h5, #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt h6 {
    font-size: 20px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt h1, #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt h2, #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt h3, #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt h4, #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt h5, #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-rgt h6 {
    font-size: 17px;
    letter-spacing: 1px;
  }
}
#ui-area .login_layout .cl_wrapper .container .login-section-1 .login-back-btn i.fa-chevron-left {
  font-size: calc((var(--wc-font-size) - 2) * 1px);
  padding-right: 5px;
  color: #77a6da;
  position: relative;
  top: 2px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-back-btn i.fa-chevron-left {
    font-size: calc((var(--wc-font-size) - 2) / var(--4k-ratio) * 1vw);
    padding-right: 0.2271694684vw;
    top: 0.0908677874vw;
  }
}
#ui-area .login_layout .cl_wrapper .container .login-section-1 .login-back-btn .back2m {
  position: relative;
  display: inline-block;
  margin-top: 2.5rem;
  margin-bottom: 0;
  padding-bottom: 2px;
  letter-spacing: 0.5px;
  font-size: calc((var(--wc-font-size) - 2) * 1px);
  font-weight: 800;
  color: var(--heading-color6);
  font-family: "Montserrat", sans-serif;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-back-btn .back2m {
    font-size: calc((var(--wc-font-size) - 2) / var(--4k-ratio) * 1vw);
    margin-top: 1.8173557474vw;
    padding-bottom: 0.0908677874vw;
    letter-spacing: 0.0227169468vw;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-back-btn .back2m {
    margin-top: 2.5rem;
    font-size: calc((var(--wc-font-size) - 5) * 1px);
  }
}
@media (max-width: 1365.99px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-back-btn .back2m {
    margin-top: 2rem;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-back-btn .back2m {
    margin-top: 2.5rem;
    font-size: calc((var(--wc-font-size) - 5) * 1px);
  }
}
@media (max-width: 767.98px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .login-back-btn .back2m {
    margin-top: 2.5rem;
  }
}
#ui-area .login_layout .cl_wrapper .container .login-section-1 .login-back-btn .back2m:hover {
  color: var(--link-color-hover);
}
#ui-area .login_layout .cl_wrapper .container .login-section-1 .login-back-btn .back2m:hover i.fa-chevron-left {
  color: var(--link-color-hover);
}
#ui-area .login_layout .cl_wrapper .container .login-section-1 .cnbar-brand {
  overflow: hidden;
}
#ui-area .login_layout .cl_wrapper .container .login-section-1 .cnbar-brand img {
  width: 205px;
  max-width: 205px;
  margin-bottom: 50px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .cnbar-brand img {
    margin-bottom: 2.2716946842vw;
    width: 9.3139482054vw;
    max-width: 9.3139482054vw;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1899.98px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .cnbar-brand img {
    margin-bottom: 30px;
    width: 160px;
    max-width: 160px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .cnbar-brand img {
    margin-bottom: 30px;
    max-width: 160px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .login_layout .cl_wrapper .container .login-section-1 .cnbar-brand img {
    margin-bottom: 20px;
  }
}
#ui-area .login_layout .cl_wrapper .is-inview .login-lft {
  -o-animation: fadeInLeft ease-out 0.3s forwards;
  -webkit-animation: fadeInLeft ease-out 0.3s forwards;
  animation: fadeInLeft ease-out 0.3s forwards;
  animation-delay: 0.3s;
}
#ui-area .login_layout .cl_wrapper .is-inview .login-rgt {
  -o-animation: fadeInRight ease-out 0.3s forwards;
  -webkit-animation: fadeInRight ease-out 0.3s forwards;
  animation: fadeInRight ease-out 0.3s forwards;
  animation-delay: 0.3s;
}
@media (min-width: 768px) {
  #ui-area .login_layout .hidden-desk {
    display: none;
  }
}
@media (max-width: 767.98px) {
  #ui-area .login_layout .hidden-phone {
    display: none !important;
  }
}
#ui-area .login_layout .webc-container {
  margin-bottom: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .login_layout .webc-container {
    margin-bottom: 0;
  }
}

@font-face {
  font-family: "AppleMyungjo";
  src: url("../fonts/AppleMyungjo Regular.eot");
  src: url("../fonts/AppleMyungjo Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AppleMyungjo Regular.woff2") format("woff2"), url("../fonts/AppleMyungjo Regular.woff") format("woff"), url("../fonts/AppleMyungjo Regular.ttf") format("truetype"), url("../fonts/AppleMyungjo Regular.otf") format("opentype"), url("../fonts/AppleMyungjo Regular.svg#AppleMyungjo Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Myanmar MN";
  src: url("../fonts/Myanmar MN.eot");
  src: url("../fonts/Myanmar MN.eot?#iefix") format("embedded-opentype"), url("../fonts/Myanmar MN.woff2") format("woff2"), url("../fonts/Myanmar MN.woff") format("woff"), url("../fonts/Myanmar MN.ttf") format("truetype"), url("../fonts/Myanmar MN.otf") format("opentype"), url("../fonts/Myanmar MN.svg#Myanmar MN") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
:root {
  --currentcolor: #fff;
}

#ui-area .preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAUVBMVEWFhYWDg4N3d3dtbW17e3t1dXWBgYGHh4d5eXlzc3OLi4ubm5uVlZWPj4+NjY19fX2JiYl/f39ra2uRkZGZmZlpaWmXl5dvb29xcXGTk5NnZ2c8TV1mAAAAG3RSTlNAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAvEOwtAAAFVklEQVR4XpWWB67c2BUFb3g557T/hRo9/WUMZHlgr4Bg8Z4qQgQJlHI4A8SzFVrapvmTF9O7dmYRFZ60YiBhJRCgh1FYhiLAmdvX0CzTOpNE77ME0Zty/nWWzchDtiqrmQDeuv3powQ5ta2eN0FY0InkqDD73lT9c9lEzwUNqgFHs9VQce3TVClFCQrSTfOiYkVJQBmpbq2L6iZavPnAPcoU0dSw0SUTqz/GtrGuXfbyyBniKykOWQWGqwwMA7QiYAxi+IlPdqo+hYHnUt5ZPfnsHJyNiDtnpJyayNBkF6cWoYGAMY92U2hXHF/C1M8uP/ZtYdiuj26UdAdQQSXQErwSOMzt/XWRWAz5GuSBIkwG1H3FabJ2OsUOUhGC6tK4EMtJO0ttC6IBD3kM0ve0tJwMdSfjZo+EEISaeTr9P3wYrGjXqyC1krcKdhMpxEnt5JetoulscpyzhXN5FRpuPHvbeQaKxFAEB6EN+cYN6xD7RYGpXpNndMmZgM5Dcs3YSNFDHUo2LGfZuukSWyUYirJAdYbF3MfqEKmjM+I2EfhA94iG3L7uKrR+GdWD73ydlIB+6hgref1QTlmgmbM3/LeX5GI1Ux1RWpgxpLuZ2+I+IjzZ8wqE4nilvQdkUdfhzI5QDWy+kw5Wgg2pGpeEVeCCA7b85BO3F9DzxB3cdqvBzWcmzbyMiqhzuYqtHRVG2y4x+KOlnyqla8AoWWpuBoYRxzXrfKuILl6SfiWCbjxoZJUaCBj1CjH7GIaDbc9kqBY3W/Rgjda1iqQcOJu2WW+76pZC9QG7M00dffe9hNnseupFL53r8F7YHSwJWUKP2q+k7RdsxyOB11n0xtOvnW4irMMFNV4H0uqwS5ExsmP9AxbDTc9JwgneAT5vTiUSm1E7BSflSt3bfa1tv8Di3R8n3Af7MNWzs49hmauE2wP+ttrq+AsWpFG2awvsuOqbipWHgtuvuaAE+A1Z/7gC9hesnr+7wqCwG8c5yAg3AL1fm8T9AZtp/bbJGwl1pNrE7RuOX7PeMRUERVaPpEs+yqeoSmuOlokqw49pgomjLeh7icHNlG19yjs6XXOMedYm5xH2YxpV2tc0Ro2jJfxC50ApuxGob7lMsxfTbeUv07TyYxpeLucEH1gNd4IKH2LAg5TdVhlCafZvpskfncCfx8pOhJzd76bJWeYFnFciwcYfubRc12Ip/ppIhA1/mSZ/RxjFDrJC5xifFjJpY2Xl5zXdguFqYyTR1zSp1Y9p+tktDYYSNflcxI0iyO4TPBdlRcpeqjK/piF5bklq77VSEaA+z8qmJTFzIWiitbnzR794USKBUaT0NTEsVjZqLaFVqJoPN9ODG70IPbfBHKK+/q/AWR0tJzYHRULOa4MP+W/HfGadZUbfw177G7j/OGbIs8TahLyynl4X4RinF793Oz+BU0saXtUHrVBFT/DnA3ctNPoGbs4hRIjTok8i+algT1lTHi4SxFvONKNrgQFAq2/gFnWMXgwffgYMJpiKYkmW3tTg3ZQ9Jq+f8XN+A5eeUKHWvJWJ2sgJ1Sop+wwhqFVijqWaJhwtD8MNlSBeWNNWTa5Z5kPZw5+LbVT99wqTdx29lMUH4OIG/D86ruKEauBjvH5xy6um/Sfj7ei6UUVk4AIl3MyD4MSSTOFgSwsH/QJWaQ5as7ZcmgBZkzjjU1UrQ74ci1gWBCSGHtuV1H2mhSnO3Wp/3fEV5a+4wz//6qy8JxjZsmxxy5+4w9CDNJY09T072iKG0EnOS0arEYgXqYnXcYHwjTtUNAcMelOd4xpkoqiTYICWFq0JSiPfPDQdnt+4/wuqcXY47QILbgAAAABJRU5ErkJggg==);
  background-color: var(--primary-color);
  z-index: 9998;
  text-align: center;
  overflow: hidden;
}
#ui-area .preloader .preloader-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#ui-area .preloader .preloader-bg .circle1 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background-image: radial-gradient(ellipse 90vw 90vw, #6b9080 0%, rgba(167, 207, 223, 0) 35%);
  opacity: 0.6;
  animation: fadeCircle 3s alternate infinite ease;
}
@media (max-width: 575.98px) {
  #ui-area .preloader .preloader-bg .circle1 {
    background-image: radial-gradient(ellipse 150vw 150vw, #6b9080 0%, rgba(167, 207, 223, 0) 35%);
  }
}
#ui-area .preloader .preloader-inner {
  position: relative;
  z-index: 2;
  font-size: 1.81vw;
  color: var(--primary-color);
  height: 100%;
  text-transform: uppercase;
}
#ui-area .preloader .preloader-inner .logo {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .preloader .preloader-inner .logo {
    padding: 1.1358473421vw;
  }
}
#ui-area .preloader .preloader-inner .logo .icon {
  width: 50%;
  max-width: 150px;
  height: auto;
  -webkit-filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.2));
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .preloader .preloader-inner .logo .icon {
    max-width: 6.8150840527vw;
  }
}
@media (max-width: 575.98px) {
  #ui-area .preloader .preloader-inner .logo .icon {
    max-width: 100px;
  }
}
#ui-area .preloader .preloader-inner .logo .icon path {
  stroke: var(--white-color);
  stroke-width: 0.4px;
  stroke-dashoffset: -300;
  stroke-dasharray: 3000;
  fill: none;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .preloader .preloader-inner .logo .icon path {
    stroke-width: 0.0181735575vw;
  }
}
#ui-area .preloader .preloader-inner .logo .icon path.is-active {
  -o-animation: logoPath 6s forwards;
  -webkit-animation: logoPath 6s forwards;
  animation: logoPath 6s forwards;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .preloader .preloader-inner .logo .icon path {
    -o-animation: logoPath2 6s forwards;
    -webkit-animation: logoPath2 6s forwards;
    animation: logoPath2 6s forwards;
  }
}
#ui-area .preloader .preloader-inner .logo .icon2 {
  width: 50%;
  max-width: 28px;
  height: auto;
  position: absolute;
  left: -42px;
  right: 0;
  margin: -32px auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -o-animation: flagCircle ease 3s alternate infinite 6s;
  -webkit-animation: flagCircle ease 3s alternate infinite 6s;
  animation: flagCircle ease 3s alternate infinite 6s;
  -webkit-filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.2));
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .preloader .preloader-inner .logo .icon2 {
    max-width: 1.2721490232vw;
    margin: -1.4538845979vw auto;
    left: -1.9082235348vw;
  }
}
@media (max-width: 575.98px) {
  #ui-area .preloader .preloader-inner .logo .icon2 {
    left: -38px;
    margin: -30px auto;
    max-width: 23px;
  }
}
#ui-area .preloader .preloader-inner .logo .icon2 path {
  stroke: var(--white-color);
  stroke-width: 0.4px;
  stroke-dashoffset: -300;
  stroke-dasharray: 3000;
  fill: none;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .preloader .preloader-inner .logo .icon2 path {
    stroke-width: 0.0181735575vw;
  }
}
#ui-area .preloader .preloader-inner .logo .icon2 path.is-active {
  -o-animation: logoPath 6s forwards;
  -webkit-animation: logoPath 6s forwards;
  animation: logoPath 6s forwards;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .preloader .preloader-inner .logo .icon2 path {
    -o-animation: logoPath2 6s forwards;
    -webkit-animation: logoPath2 6s forwards;
    animation: logoPath2 6s forwards;
  }
}
#ui-area .preloader .preloader-inner .logo .loading-text {
  font-size: calc((var(--wc-font-size) - 2) * 1px);
  color: var(--white-color);
  margin-bottom: 0;
  letter-spacing: 3.2px;
  font-weight: 600;
  -o-animation: fadeIn ease 1.5s alternate infinite;
  -webkit-animation: fadeIn ease 1.5s alternate infinite;
  animation: fadeIn ease 1.5s alternate infinite;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
  line-height: normal;
  margin-top: 1.5rem;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .preloader .preloader-inner .logo .loading-text {
    letter-spacing: 0.1453884598vw;
    margin-top: 1.0904134484vw;
    font-size: calc((var(--wc-font-size) - 2) / var(--4k-ratio) * 1vw);
  }
}
@media (max-width: 575.98px) {
  #ui-area .preloader .preloader-inner .logo .loading-text {
    font-size: calc((var(--wc-font-size) - 4) * 1px);
  }
}

@keyframes logoPath {
  50% {
    stroke-dashoffset: 0;
    fill: transparent;
  }
  75% {
    fill: transparent;
    stroke-width: 0.4px;
  }
  100% {
    stroke-dashoffset: 0;
    fill: var(--white-color);
    stroke-width: 0;
  }
}
@keyframes logoPath2 {
  50% {
    stroke-dashoffset: 0;
    fill: transparent;
  }
  75% {
    fill: transparent;
    stroke-width: 0.0181735575vw;
  }
  100% {
    stroke-dashoffset: 0;
    fill: var(--white-color);
    stroke-width: 0;
  }
}
@keyframes flagCircle {
  0% {
    -webkit-transform: translateY(-50%) rotate(0deg);
    -moz-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    -o-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(360deg);
    -moz-transform: translateY(-50%) rotate(360deg);
    -ms-transform: translateY(-50%) rotate(360deg);
    -o-transform: translateY(-50%) rotate(360deg);
    transform: translateY(-50%) rotate(360deg);
  }
}
@keyframes fadeCircle {
  0% {
    opacity: 20%;
  }
  100% {
    opacity: 60%;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cookie-consent-wrapper {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 1.8s ease;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .cookie-consent-wrapper {
    transition: none;
  }
}
.cookie-consent-wrapper.open {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.cookie-consent-wrapper.open .cookie-medium {
  opacity: 0;
  width: 0px;
  height: 0px;
}
.cookie-consent-wrapper.open .cookie-medium.show {
  height: auto;
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  opacity: 1;
  background: rgb(0, 105, 170);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  color: var(--white-color);
  padding: 1rem var(--container-padding);
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
@media (prefers-reduced-motion: reduce) {
  .cookie-consent-wrapper.open .cookie-medium.show {
    transition: none;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .cookie-consent-wrapper.open .cookie-medium.show {
    padding: 0.726942299vw var(--container-padding);
  }
}
@media (max-width: 640.98px) {
  .cookie-consent-wrapper.open .cookie-medium.show {
    padding: 1.5rem;
    flex-direction: column;
  }
}
.cookie-consent-wrapper.open .cookie-medium.show p.cookie-text {
  color: var(--white-color);
  padding: 0;
  margin: 0;
  font-size: calc((var(--wc-font-size) - 2) * 1px);
  line-height: 1.4;
  font-family: var(--wc-font-family);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .cookie-consent-wrapper.open .cookie-medium.show p.cookie-text {
    font-size: calc((var(--wc-font-size) - 2) / var(--4k-ratio) * 1vw);
  }
}
@media (max-width: 1199.98px) {
  .cookie-consent-wrapper.open .cookie-medium.show p.cookie-text {
    font-size: calc((var(--wc-font-size) - 3) * 1px);
  }
}
@media (max-width: 640.98px) {
  .cookie-consent-wrapper.open .cookie-medium.show p.cookie-text {
    text-align: center;
    margin-bottom: 0.8rem;
  }
}
.cookie-consent-wrapper.open .cookie-medium.show .btn-footer {
  justify-content: space-between;
  display: flex;
}
.cookie-consent-wrapper.open .cookie-medium.show button.btn-accept-cookie {
  border: 1px solid var(--btn-text-color);
  border-radius: calc(var(--BtnborderRadius) * 1px);
  background: var(--white-color);
  color: var(--wc-font-color);
  position: relative;
  padding: 0.3rem 1.5rem;
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  transition: 0.5s background-color;
  font-weight: 500;
  font-family: var(--wc-font-family) !important;
  font-size: calc((var(--wc-font-size) - 6) * 1px);
  letter-spacing: 1px;
}
@media (prefers-reduced-motion: reduce) {
  .cookie-consent-wrapper.open .cookie-medium.show button.btn-accept-cookie {
    transition: none;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .cookie-consent-wrapper.open .cookie-medium.show button.btn-accept-cookie {
    font-size: calc((var(--wc-font-size) - 6) / var(--4k-ratio) * 1vw);
    padding: 0.2271694684vw 1.0904134484vw;
    letter-spacing: 0.0454338937vw;
  }
}
@media (max-width: 1199.98px) {
  .cookie-consent-wrapper.open .cookie-medium.show button.btn-accept-cookie {
    font-size: calc((var(--wc-font-size) - 6) * 1px);
    padding: 0.3rem 1rem;
  }
}
.cookie-consent-wrapper.open .cookie-medium.show button.btn-accept-cookie:hover, .cookie-consent-wrapper.open .cookie-medium.show button.btn-accept-cookie:focus {
  background-color: transparent;
  border: 1px solid var(--btn-text-color);
  color: var(--white-color);
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}

/* ---------- Column widths ---------- */
.portlet-column-content.empty {
  padding: 50px;
}

/* ---------- Wrapper ---------- */
#wrapper {
  padding-bottom: 0;
  position: relative;
}

.has-control-menu #wrapper {
  padding-top: 2em;
}

.modify-pages li {
  position: relative;
}
.modify-pages li.lfr-nav-hover .delete-tab {
  opacity: 1;
}
.modify-pages .delete-tab {
  color: #444;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: bold;
  height: 16px;
  line-height: 6px;
  margin-top: -8px;
  opacity: 0;
  overflow: hidden;
  padding: 3px 0;
  position: absolute;
  right: 1px;
  text-shadow: 0 1px #fff;
  top: 50%;
}
.modify-pages .delete-tab:hover {
  color: #b50303;
}
.modify-pages .drag-handle {
  cursor: move;
  left: 3px;
  margin-left: 15px;
  position: absolute;
  top: 15px;
}

.controls-hidden .modify-pages .drag-handle {
  display: none;
}

@media (min-width: 768px) {
  .touch .modify-pages .drag-handle {
    display: none;
  }
}

.nav li .toolbar {
  margin-top: 5px;
}

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

.navigation-pane .body-row {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.navigation-pane .body-row ul li a .icon {
  float: left;
  margin-right: 5px;
}
.navigation-pane .lfr-component {
  margin-left: 0;
}
.navigation-pane .navigation-entry {
  position: relative;
}
.navigation-pane .navigation-entry.folder.error {
  display: block;
  padding: 6px 8px;
}
.navigation-pane .navigation-entry .browse-folder,
.navigation-pane .navigation-entry .nav-item-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.navigation-pane .navigation-entry .nav-item-icon {
  vertical-align: middle;
}
.navigation-pane .navigation-entry .overlay.entry-action {
  bottom: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
.navigation-pane .navigation-entry .overlay.entry-action .btn {
  border-width: 0;
  margin: 0;
  padding: 11px 14px;
}
@media (min-width: 768px) {
  .navigation-pane .navigation-entry .overlay.entry-action .btn {
    padding: 11px;
  }
}

.nav-menu ul {
  padding-left: 10px;
}
.nav-menu li a.ancestor {
  font-weight: bold;
}
.nav-menu li a.selected {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.nav-menu-style-arrows ul {
  list-style-image: url(../images/arrows/04_right.png);
}

.portlet-navigation .nav-pills > li > a {
  margin-bottom: 2px;
}
.portlet-navigation .nav-pills > li > .dropdown-menu {
  margin-top: 0;
}

.split-button-dropdowns {
  list-style: none;
  margin: 0;
  padding: 0;
}
.split-button-dropdowns > li {
  display: inline-block;
  padding-left: 2px;
  padding-right: 2px;
}

.form-options {
  border: 1px solid #aaa;
  display: inline-block;
  vertical-align: middle;
}
.form-options input {
  border-width: 0;
  display: inline;
  float: left;
}

.form-triggers {
  float: left;
}

.form-trigger {
  background: #c4c4c4 url(../images/application/button_bg.png) repeat-x 0 0;
  border-left: 1px solid #bbb;
  display: inline-block;
  float: left;
}
.form-trigger img {
  background: no-repeat 50% 40%;
  height: 25px;
  padding: 0 3px;
  vertical-align: middle;
  width: 16px;
}
.form-trigger:focus, .form-trigger:hover {
  background-color: #83b0ca;
  background-image: url(../images/application/button_bg_over.png);
}

.trigger-selected {
  background-color: #ebebeb;
  background-image: url(../images/application/button_bg_selected.png);
}
.trigger-selected:focus, .trigger-selected:hover {
  background-color: #b7def4;
  background-image: url(../images/application/button_bg_selected_over.png);
}

.options-trigger img {
  background-image: url(../images/common/configuration.png);
}

.save-trigger img {
  background-image: url(../images/common/check.png);
}

/* ---------- Portlet topper ---------- */
/* ---------- Portlet decorator ---------- */
/* ---------- Portlet header ---------- */
body.portlet {
  border-width: 0;
}

.portlet-icon-back {
  margin-top: -2px;
}

.portlet-topper {
  position: relative;
}
.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-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
  display: none;
}

.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-content .portlet-title-text,
.panel-page-body .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;
}

.portlet-draggable .portlet-topper {
  cursor: move;
}

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

@media (max-width: 767.98px) {
  .controls-hidden .portlet .visible-interaction {
    display: none;
  }
}

.lfr-status-alert-label,
.lfr-status-error-label,
.lfr-status-info-label,
.lfr-status-progress-label,
.lfr-status-success-label {
  background: none no-repeat 0 50%;
  padding: 3px 3px 3px 20px;
}

.lfr-status-alert-label {
  background-image: url(../images/messages/alert.png);
  color: #663;
}

.lfr-status-error-label {
  background-image: url(../images/messages/error.png);
  color: #900;
}

.lfr-status-help-label,
.lfr-status-info-label,
.lfr-status-progress-label {
  background-image: url(../images/messages/info.png);
  color: #34404f;
}

.lfr-status-help-label {
  background-image: url(../images/portlet/help.png);
}

.lfr-status-progress-label {
  background-image: url(../images/aui/loading_indicator.gif);
}

.lfr-status-success-label {
  background-image: url(../images/messages/success.png);
  color: #384f34;
}

.portlet-msg {
  background: #eee none no-repeat 6px 50%;
  border: 1px solid #555;
  color: #34404f;
  font-weight: bold;
  margin: 2px auto 14px;
  padding: 6px 6px 6px 30px;
  text-align: left;
}

.lfr-message {
  position: relative;
}
.lfr-message .lfr-message-control {
  background-color: #333;
  display: inline-block;
}
.lfr-message .lfr-message-controls {
  display: none;
  left: 3px;
  margin: -8px 8px 0 3px;
  position: absolute;
  top: 50%;
  z-index: 10;
}
.lfr-message .lfr-message-close {
  background-image: url(../images/portlet/close_borderless.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
.lfr-message .lfr-message-close-all {
  color: #fff;
  display: none;
  font-size: 0.8em;
  margin-left: 10px;
  padding: 1px 10px;
  text-shadow: 1px 1px 0 #000;
  vertical-align: top;
}
.lfr-message .lfr-message-close-all a {
  color: #fff;
}
.lfr-message .lfr-message-controls-hover .lfr-message-close-all {
  display: inline-block;
}
.lfr-message.pending {
  background-image: url(../images/common/time.png);
}

.lfr-message-content.alert {
  margin-bottom: 0;
}

.lfr-message-close {
  cursor: pointer;
}

/* ---------- Standard styles defined in the JSR 168 specification ---------- */
/* ---------- Fonts ---------- */
/* ---------- Sections ---------- */
.portlet-section-selected,
.portlet-section-selected a {
  background: #727c81;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.portlet-section-selected a:hover,
.portlet-section-selected a:focus {
  background-color: #727c81;
}

/* ---------- Forms ---------- */
/* ---------- Icons ---------- */
/* ---------- Menus ---------- */
@media (min-width: 576px) {
  .portlet:hover > .portlet-topper, .portlet.focus > .portlet-topper, .portlet.open > .portlet-topper {
    opacity: 1;
    transform: translateY(-97%);
  }
}

@media (min-width: 576px) {
  .portlet:hover > .portlet-content-editable, .portlet.focus > .portlet-content-editable, .portlet.open > .portlet-content-editable {
    border-color: #0B5FFF;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

.portlet {
  margin-bottom: 10px;
  position: relative;
}
.portlet > .portlet-content-editable {
  border-color: transparent;
}
.portlet > .portlet-topper {
  display: none;
}
@media (min-width: 576px) {
  .portlet > .portlet-topper {
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: opacity 0.25s, transform 0.25s;
    top: 0;
  }
}
@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .portlet > .portlet-topper {
    transition: none;
  }
}
.portlet-content-editable {
  border-color: #0B5FFF;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
}

/* ---------- Portlet topper ---------- */
.portlet-actions {
  float: right;
}

.portlet-name-text {
  font-size: 0.875rem;
  font-weight: 600;
}

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

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

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

.portlet-topper {
  background-color: #0B5FFF;
  border-color: #0B5FFF;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: #FFF;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative;
}

.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: #FFF;
}
.portlet-topper-toolbar > a:focus, .portlet-topper-toolbar > a:hover {
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .lfr-configurator-visibility {
    opacity: 0.5;
  }
}
@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;
  }
  .lfr-configurator-visibility .portlet-content-editable {
    opacity: 0.5;
  }
}

/* ---------- Portlet controls in mobile ---------- */
@media (max-width: 767.98px) {
  .controls-visible .portlet-content-editable {
    border-color: #0B5FFF;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .controls-visible .portlet-topper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.controls-visible .portlet-topper-toolbar {
  display: block;
}

.lfr-configurator-visibility .portlet-borderless-bar {
  opacity: 0.6;
}
.lfr-configurator-visibility .portlet-content .lfr-icon-actions {
  opacity: 1;
}

.lfr-panel-page {
  width: 100%;
}
.lfr-panel-page .portlet-title {
  font-size: 13px;
}
.lfr-panel-page .lfr-add-content h2 span {
  background-color: #d3dadd;
}

.main-content-body {
  margin-top: 20px;
}

.restricted, .restricted td {
  background: #fdd;
  border-width: 0;
}
.restricted * {
  color: #727c81;
}

.alt.restricted td {
  background-color: #ffc0c0;
}

.hover.restricted td {
  background-color: #d3bdc0;
}

.alt.restricted td.first,
.restricted td.first {
  background-image: url(../images/messages/error.png);
  background-position: 5px 50%;
  background-repeat: no-repeat;
  padding-left: 28px;
}

.portlet-borderless .portlet-content {
  padding: 1rem;
}

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

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

/* ---------- Dynamic data list display/Journal portlet ---------- */
.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 28px;
}

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

/* ---------- Calendar taglib ---------- */
.taglib-calendar tr.portlet-section-header th, .taglib-calendar tr td {
  border-width: 0;
}
.taglib-calendar tr td a {
  background-color: #f0f5f7;
  border: 1px solid #fff;
  border-bottom-width: 0;
  border-left-width: 0;
  display: block;
  height: 15px;
  padding: 5px 0;
}
.taglib-calendar tr td a:hover {
  background-color: #727c81;
  color: #fff;
}
.taglib-calendar tr td.calendar-inactive {
  background-color: #fff;
  color: #b5bfc4;
}
.taglib-calendar tr th {
  border-bottom-color: #d7d7d7;
}
.taglib-calendar table td {
  border-width: 0;
}
.taglib-calendar .calendar-current-day, .taglib-calendar .calendar-current-day a {
  background-color: #fff;
}
.taglib-calendar .calendar-current-day a {
  border: 1px solid #727c81;
  color: #369;
  text-decoration: underline;
}

/* ---------- Navbar form search ---------- */
.navbar form {
  margin: 0;
}

.widget-toolbar .btn + .btn,
.widget-toolbar .widget-group + .widget-group {
  margin-left: 1rem;
}

.widget-mode-detail {
  padding-top: 1rem;
}
.widget-mode-detail .title {
  font-size: 36px;
}
.widget-mode-detail .sub-title {
  font-size: 26px;
  margin-bottom: 32px;
}
.widget-mode-detail .widget-metadata {
  margin-bottom: 2rem;
}
.widget-mode-detail .widget-mode-detail-text {
  margin-top: 48px;
}
.widget-mode-detail .widget-mode-detail-text img {
  max-width: 100%;
}
.widget-mode-detail .widget-mode-detail-text p {
  font-size: 18px;
  line-height: 1.8;
}

.widget-mode-card .card {
  display: flex;
  height: calc(100% - 24px);
  margin-bottom: 24px;
}
.widget-mode-card .card-header {
  overflow: hidden;
  padding: 0;
}
.widget-mode-card .card-title {
  position: relative;
}
@media (min-width: 768px) {
  .widget-mode-card .visible-interaction {
    position: absolute;
    right: -8px;
  }
}

.widget-mode-simple .widget-topbar {
  margin-bottom: 8px;
}
.widget-mode-simple .widget-metadata {
  margin-bottom: 24px;
}
.widget-mode-simple .widget-toolbar {
  margin-top: 1.5rem;
}
.widget-mode-simple .widget-content .cover-image {
  margin-bottom: 24px;
}

.menu-content,
.underlay-content {
  box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5);
}

.lfr-ddm-container .file-entry-upload-progress {
  border-radius: 0 0 4px 4px;
}

.lfr-preview-file-image img {
  box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8);
}

.lfr-preview-file-image-current-column {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
}

.lfr-preview-file-image-current-column {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
}

.portlet-document-library .lfr-ddm-small-image-preview,
.portlet-dynamic-data-mapping .lfr-ddm-small-image-preview {
  box-shadow: 0 1px 3px #ccc;
}

.portlet-document-library-upload-mask .overlaymask-content {
  border-radius: 5px;
}

.overlaymask-content {
  background-color: #fff;
}

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

.product-menu .loading-animation {
  margin-top: 160px;
}

.lfr-search-combobox-item {
  border-radius: 1px;
}

.lfr-search-combobox .field-input-text {
  border-radius: 4px 1px 1px 4px;
}
.lfr-search-combobox .button-input {
  border-radius: 1px 4px 4px 1px;
}

.lfr-upload-container .progress-bar,
.lfr-upload-container .progress,
.lfr-editable:after {
  border-radius: 10px;
}

.portlet-language .portlet-body .current-language,
.portlet-language .portlet-body .taglib-icon,
.portlet-language .portlet-body .taglib-language-list-text {
  border-radius: 10px;
}

body > .lfr-menu-list ul,
.active-area-proxy,
.entry-display-style .entry-thumbnail,
.lfr-api-results,
.lfr-translation-manager,
.lfr-translation-manager-translation,
.lfr-upload-container .cancel-button .modify-pages .delete-tab,
.portlet-image-gallery-display .image-thumbnail img,
.rule-group-instance-container .rule-group-instance,
.select-documents,
.select-files,
.taglib-ratings.stars:hover,
.taglib-ratings.stars:hover .liferay-rating-vote > div,
.taglib-ratings.stars .rating-focused > div,
.tags-search-combobox .field-input-text {
  border-radius: 4px;
}

.entry-display-style,
.lfr-search-combobox,
.lfr-upload-container .upload-file,
.lfr-upload-container .upload-target,
.portlet-document-library .common-file-metadata-container.selected,
.portlet-document-library-display .common-file-metadata-container.selected,
.portlet-image-gallery-display .image-icon,
.select-documents,
.select-files {
  border-radius: 5px;
}

.portlet-dynamic-data-list-display .lfr-ddm-container .lfr-ddm-repeatable-placeholder,
.portlet-dynamic-data-lists .lfr-ddm-container .lfr-ddm-repeatable-placeholder {
  border-radius: 6px;
}

.menu-content {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

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

.underlay-content {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.input-localized .lfr-input-localized-state {
  border-radius: 3px;
}
.input-localized .lfr-input-localized .lfr-input-localized-state {
  box-shadow: 0 0 3px #ddd;
}
.input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
  box-shadow: 0 0 3px #ff0047;
}
.input-localized .palette-item-selected .lfr-input-localized-state {
  box-shadow: 0 0 3px #27c1f2;
}

.lfr-content-preview-popup .lfr-content-preview-popup-content {
  border-radius: 0;
  box-shadow: 8px 3px 7px rgba(0, 0, 0, 0.25);
}

.lfr-message .lfr-message-control {
  border-radius: 10px;
}

.lfr-token {
  border-radius: 8px;
}

.staging-tabview-list {
  border-radius: 0;
}

.site-variations-tabview-list .tab-content,
.staging-tabview-list .tab-active .tab-content,
.tagselector-content .textboxlistentry-holder .lfr-tag-selector-input:focus {
  box-shadow: none;
}

.rule-group-instance-container .rule-group-instance {
  box-shadow: 1px 1px 2px #999;
}

.lfr-action-label {
  border-radius: 2px;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@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 {
  -webkit-animation: progress-bar-stripes 0.5s linear infinite;
  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;
  }
}

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

.lfr-spa-loading .lfr-spa-loading-bar {
  -webkit-animation: shift-rightwards 1s ease-in-out infinite;
  animation: shift-rightwards 1s ease-in-out infinite;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.lfr-spa-loading-bar {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@-webkit-keyframes shift-rightwards {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  40% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  60% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes shift-rightwards {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  40% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  60% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.mobile.touch body:first-of-type .portlet-content .lfr-icon-actions .lfr-icon-menu-text,
.mobile.touch body:first-of-type .portlet-content .lfr-icon-actions .taglib-text {
  max-width: 200px;
}

.portlet-boundary.yui3-dd-dragging {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .portlet-boundary.yui3-dd-dragging {
    transition: none;
  }
}

.portlet-document-library .entry-thumbnail .label,
.portlet-document-library-display .workflow-status .label,
.portlet-journal .entry-thumbnail .label {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

@-webkit-keyframes lfr-drop-active {
  0% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
  50% {
    background-color: #ddedde;
    border-color: #7d7;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    background-color: #ddedde;
    border-color: #7d7;
  }
  100% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
}
@keyframes lfr-drop-active {
  0% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
  50% {
    background-color: #ddedde;
    border-color: #7d7;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    background-color: #ddedde;
    border-color: #7d7;
  }
  100% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
}
.upload-drop-active .lfr-upload-container .upload-target {
  -webkit-animation: none;
  animation: none;
}
.upload-drop-active .portlet-document-library .document-container {
  box-shadow: inset 0 0 5px #b8c1d1;
}

.upload-drop-intent .lfr-upload-container .upload-target {
  -webkit-animation: lfr-drop-active 1s ease 0.2s infinite;
  animation: lfr-drop-active 1s ease 0.2s infinite;
}

.quick-access-nav a {
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px;
}

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup,
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup:hover {
  box-shadow: initial;
}
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button:hover {
  box-shadow: none;
}
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:after {
  background-image: linear-gradient(#fff, #e4e4e4);
  border-radius: 2px;
}
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:hover:after {
  background-image: linear-gradient(#f2f2f2, #ccc);
}

/* ---------- Switches ---------- */
input.switch:focus ~ .switch-bar:before {
  box-shadow: 0 0 3px #00f;
}
input.switch:empty ~ .switch-bar:after, input.switch:empty ~ .switch-bar:before,
input.switch:empty ~ .switch-bar .switch-icon,
input.switch:empty ~ .switch-bar .switch-toggle:after,
input.switch:empty ~ .switch-bar .switch-toggle:before {
  transition: all 100ms ease-in;
}
@media (prefers-reduced-motion: reduce) {
  input.switch:empty ~ .switch-bar:after, input.switch:empty ~ .switch-bar:before,
  input.switch:empty ~ .switch-bar .switch-icon,
  input.switch:empty ~ .switch-bar .switch-toggle:after,
  input.switch:empty ~ .switch-bar .switch-toggle:before {
    transition: none;
  }
}

/* ---------- Image selector ---------- */
.taglib-image-selector .icon-check {
  transition: opacity 0.2s ease-in-out;
  border-radius: 30px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-image-selector .icon-check {
    transition: none;
  }
}
.taglib-image-selector .progress-wrapper .progressbar {
  border-radius: 0;
}

/* ---------- Drop here info ---------- */
.drop-here-info {
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info {
    transition: none;
  }
}
.drop-here-info .drop-icons {
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons {
    transition: none;
  }
}
.drop-here-info .drop-icons span {
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}
@media (prefers-reduced-motion: reduce) {
  .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);
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}
.drop-here-info .drop-icons span:nth-of-type(2) {
  box-shadow: 0 6px 0 -2px rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.drop-here-info .drop-icons span:nth-of-type(3) {
  box-shadow: -5px 4px 0 0 rgba(0, 0, 0, 0.08);
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

.drop-active .drop-here-info span:nth-of-type(1) {
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.drop-active .drop-here-info span:nth-of-type(2) {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.drop-active .drop-here-info span:nth-of-type(3) {
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}

.calendar-portlet.portlet-configuration .input-container .lfr-form-content .fieldset .row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.calendar-portlet.portlet-configuration .input-container .lfr-form-content .fieldset .row .conf_item {
  margin-bottom: 0.75rem;
}
.calendar-portlet.portlet-configuration .input-container .lfr-form-content .fieldset .row .conf_item .form-group {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0.5rem;
}
.calendar-portlet.portlet-configuration .input-container .lfr-form-content .fieldset .row .conf_item .form-group.input-checkbox-wrapper label {
  font-weight: normal;
  display: flex;
}
.calendar-portlet.portlet-configuration .input-container .lfr-form-content .fieldset .row .conf_item .form-group.input-checkbox-wrapper label input {
  margin-right: 0.25rem;
}
.calendar-portlet.portlet-configuration .input-container .lfr-form-content .fieldset .row .conf_item .form-group.input-select-wrapper {
  margin-bottom: 1rem;
}
.calendar-portlet.portlet-configuration .input-container .lfr-form-content .fieldset .row .conf_item .row {
  margin-left: 0;
  margin-right: 0;
}
.calendar-portlet.portlet-configuration .input-container .lfr-form-content .fieldset .row .conf_item .conf_item_checklist {
  padding-top: 0.75rem;
}
.calendar-portlet.portlet-configuration .input-container .lfr-form-content .fieldset .row .conf_item .checkUncheckActivityReservationTypes {
  margin-left: 0;
}
.calendar-portlet.portlet-configuration .input-container .lfr-form-content .fieldset .row .conf_item .checkbox {
  margin-left: 1rem;
}
.calendar-portlet.portlet-configuration .input-container .lfr-form-content .fieldset .row .conf_item .checkbox input {
  margin-left: -1.2rem;
}
.calendar-portlet .sheet-lg {
  padding: 0.5rem;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .calendar-portlet .sheet-lg {
    max-width: 36.3471149478vw;
    padding: 0.3634711495vw;
  }
}
.calendar-portlet .sheet-lg .calendar-portlet-availability {
  margin: 0;
}
.calendar-portlet .sheet-lg .calendar-portlet-availability .scheduler-base-controls .scheduler-base-nav-date {
  font-size: 14px;
  margin: 0.5rem 0 0 0.5rem;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .calendar-portlet .sheet-lg .calendar-portlet-availability .scheduler-base-controls .scheduler-base-nav-date {
    font-size: 0.6360745116vw;
    margin: 0.3634711495vw 0 0 0.3634711495vw;
  }
}
.calendar-portlet .sheet-lg .calendar-booking-reminders .calendar-portlet-reminder-section .reminder-type {
  margin: 0;
}

.portlet-blogs .sheet-lg .lfr-search-container-wrapper .table.table-list {
  border-collapse: initial;
}

.management-bar .container-fluid .navbar-nav {
  flex: 0 0 25%;
  max-width: 25%;
}