@charset "UTF-8";
/*!
Theme Name: Milford Asset 2
Author: Green Chill Design
Version: 1.0.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Header
	## Footer
# Infinite scroll
# Media
	## Captions
	## Galleries
# Investor Centre
--------------------------------------------------------------*/
@import url("//hello.myfonts.net/count/350513");
/*!
* Bootstrap  v5.3.8 (https://getbootstrap.com/)
* Copyright 2011-2025 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
:root, [data-bs-theme=light] {
  --bs-blue:#0d6efd;
  --bs-indigo:#6610f2;
  --bs-purple:#6f42c1;
  --bs-pink:#d63384;
  --bs-red:#dc3545;
  --bs-orange:#fd7e14;
  --bs-yellow:#ffc107;
  --bs-green:#198754;
  --bs-teal:#20c997;
  --bs-cyan:#0dcaf0;
  --bs-black:#000;
  --bs-white:#fff;
  --bs-gray:#6c757d;
  --bs-gray-dark:#343a40;
  --bs-gray-100:#f8f9fa;
  --bs-gray-200:#e9ecef;
  --bs-gray-300:#dee2e6;
  --bs-gray-400:#ced4da;
  --bs-gray-500:#adb5bd;
  --bs-gray-600:#6c757d;
  --bs-gray-700:#495057;
  --bs-gray-800:#343a40;
  --bs-gray-900:#212529;
  --bs-primary:#0d6efd;
  --bs-secondary:#6c757d;
  --bs-success:#198754;
  --bs-info:#0dcaf0;
  --bs-warning:#ffc107;
  --bs-danger:#dc3545;
  --bs-light:#f8f9fa;
  --bs-dark:#212529;
  --bs-primary-rgb:13,110,253;
  --bs-secondary-rgb:108,117,125;
  --bs-success-rgb:25,135,84;
  --bs-info-rgb:13,202,240;
  --bs-warning-rgb:255,193,7;
  --bs-danger-rgb:220,53,69;
  --bs-light-rgb:248,249,250;
  --bs-dark-rgb:33,37,41;
  --bs-primary-text-emphasis:#052c65;
  --bs-secondary-text-emphasis:#2b2f32;
  --bs-success-text-emphasis:#0a3622;
  --bs-info-text-emphasis:#055160;
  --bs-warning-text-emphasis:#664d03;
  --bs-danger-text-emphasis:#58151c;
  --bs-light-text-emphasis:#495057;
  --bs-dark-text-emphasis:#495057;
  --bs-primary-bg-subtle:#cfe2ff;
  --bs-secondary-bg-subtle:#e2e3e5;
  --bs-success-bg-subtle:#d1e7dd;
  --bs-info-bg-subtle:#cff4fc;
  --bs-warning-bg-subtle:#fff3cd;
  --bs-danger-bg-subtle:#f8d7da;
  --bs-light-bg-subtle:#fcfcfd;
  --bs-dark-bg-subtle:#ced4da;
  --bs-primary-border-subtle:#9ec5fe;
  --bs-secondary-border-subtle:#c4c8cb;
  --bs-success-border-subtle:#a3cfbb;
  --bs-info-border-subtle:#9eeaf9;
  --bs-warning-border-subtle:#ffe69c;
  --bs-danger-border-subtle:#f1aeb5;
  --bs-light-border-subtle:#e9ecef;
  --bs-dark-border-subtle:#adb5bd;
  --bs-white-rgb:255,255,255;
  --bs-black-rgb:0,0,0;
  --bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family:var(--bs-font-sans-serif);
  --bs-body-font-size:1rem;
  --bs-body-font-weight:400;
  --bs-body-line-height:1.5;
  --bs-body-color:#212529;
  --bs-body-color-rgb:33,37,41;
  --bs-body-bg:#fff;
  --bs-body-bg-rgb:255,255,255;
  --bs-emphasis-color:#000;
  --bs-emphasis-color-rgb:0,0,0;
  --bs-secondary-color:rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb:33,37,41;
  --bs-secondary-bg:#e9ecef;
  --bs-secondary-bg-rgb:233,236,239;
  --bs-tertiary-color:rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb:33,37,41;
  --bs-tertiary-bg:#f8f9fa;
  --bs-tertiary-bg-rgb:248,249,250;
  --bs-heading-color:inherit;
  --bs-link-color:#0d6efd;
  --bs-link-color-rgb:13,110,253;
  --bs-link-decoration:underline;
  --bs-link-hover-color:#0a58ca;
  --bs-link-hover-color-rgb:10,88,202;
  --bs-code-color:#d63384;
  --bs-highlight-color:#212529;
  --bs-highlight-bg:#fff3cd;
  --bs-border-width:1px;
  --bs-border-style:solid;
  --bs-border-color:#dee2e6;
  --bs-border-color-translucent:rgba(0, 0, 0, 0.175);
  --bs-border-radius:0.375rem;
  --bs-border-radius-sm:0.25rem;
  --bs-border-radius-lg:0.5rem;
  --bs-border-radius-xl:1rem;
  --bs-border-radius-xxl:2rem;
  --bs-border-radius-2xl:var(--bs-border-radius-xxl);
  --bs-border-radius-pill:50rem;
  --bs-box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg:0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset:inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width:0.25rem;
  --bs-focus-ring-opacity:0.25;
  --bs-focus-ring-color:rgba(13, 110, 253, 0.25);
  --bs-form-valid-color:#198754;
  --bs-form-valid-border-color:#198754;
  --bs-form-invalid-color:#dc3545;
  --bs-form-invalid-border-color:#dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color:#dee2e6;
  --bs-body-color-rgb:222,226,230;
  --bs-body-bg:#212529;
  --bs-body-bg-rgb:33,37,41;
  --bs-emphasis-color:#fff;
  --bs-emphasis-color-rgb:255,255,255;
  --bs-secondary-color:rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb:222,226,230;
  --bs-secondary-bg:#343a40;
  --bs-secondary-bg-rgb:52,58,64;
  --bs-tertiary-color:rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb:222,226,230;
  --bs-tertiary-bg:#2b3035;
  --bs-tertiary-bg-rgb:43,48,53;
  --bs-primary-text-emphasis:#6ea8fe;
  --bs-secondary-text-emphasis:#a7acb1;
  --bs-success-text-emphasis:#75b798;
  --bs-info-text-emphasis:#6edff6;
  --bs-warning-text-emphasis:#ffda6a;
  --bs-danger-text-emphasis:#ea868f;
  --bs-light-text-emphasis:#f8f9fa;
  --bs-dark-text-emphasis:#dee2e6;
  --bs-primary-bg-subtle:#031633;
  --bs-secondary-bg-subtle:#161719;
  --bs-success-bg-subtle:#051b11;
  --bs-info-bg-subtle:#032830;
  --bs-warning-bg-subtle:#332701;
  --bs-danger-bg-subtle:#2c0b0e;
  --bs-light-bg-subtle:#343a40;
  --bs-dark-bg-subtle:#1a1d20;
  --bs-primary-border-subtle:#084298;
  --bs-secondary-border-subtle:#41464b;
  --bs-success-border-subtle:#0f5132;
  --bs-info-border-subtle:#087990;
  --bs-warning-border-subtle:#997404;
  --bs-danger-border-subtle:#842029;
  --bs-light-border-subtle:#495057;
  --bs-dark-border-subtle:#343a40;
  --bs-heading-color:inherit;
  --bs-link-color:#6ea8fe;
  --bs-link-hover-color:#8bb9fe;
  --bs-link-color-rgb:110,168,254;
  --bs-link-hover-color-rgb:139,185,254;
  --bs-code-color:#e685b5;
  --bs-highlight-color:#dee2e6;
  --bs-highlight-bg:#664d03;
  --bs-border-color:#495057;
  --bs-border-color-translucent:rgba(255, 255, 255, 0.15);
  --bs-form-valid-color:#75b798;
  --bs-form-valid-border-color:#75b798;
  --bs-form-invalid-color:#ea868f;
  --bs-form-invalid-border-color:#ea868f;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

.h1, h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  .h1, h1 {
    font-size: 2.5rem;
  }
}
.h2, h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  .h2, h2 {
    font-size: 2rem;
  }
}
.h3, h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  .h3, h3 {
    font-size: 1.75rem;
  }
}
.h4, h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  .h4, h4 {
    font-size: 1.5rem;
  }
}
.h5, h5 {
  font-size: 1.25rem;
}

.h6, h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol, ul {
  padding-left: 2rem;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

.small, small {
  font-size: 0.875em;
}

.mark, mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}

a:hover {
  --bs-link-color-rgb:var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

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

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img, svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

tbody, td, tfoot, th, thead, tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button, select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}

@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}

@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.525rem + 3.3vw);
}

@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}

@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}

@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x:1.5rem;
  --bs-gutter-y:0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs:0;
  --bs-breakpoint-sm:576px;
  --bs-breakpoint-md:768px;
  --bs-breakpoint-lg:992px;
  --bs-breakpoint-xl:1200px;
  --bs-breakpoint-xxl:1400px;
}

.row {
  --bs-gutter-x:1.5rem;
  --bs-gutter-y:0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

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

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

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

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

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

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

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

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

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

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.g-0, .gx-0 {
  --bs-gutter-x:0;
}

.g-0, .gy-0 {
  --bs-gutter-y:0;
}

.g-1, .gx-1 {
  --bs-gutter-x:0.25rem;
}

.g-1, .gy-1 {
  --bs-gutter-y:0.25rem;
}

.g-2, .gx-2 {
  --bs-gutter-x:0.5rem;
}

.g-2, .gy-2 {
  --bs-gutter-y:0.5rem;
}

.g-3, .gx-3 {
  --bs-gutter-x:1rem;
}

.g-3, .gy-3 {
  --bs-gutter-y:1rem;
}

.g-4, .gx-4 {
  --bs-gutter-x:1.5rem;
}

.g-4, .gy-4 {
  --bs-gutter-y:1.5rem;
}

.g-5, .gx-5 {
  --bs-gutter-x:3rem;
}

.g-5, .gy-5 {
  --bs-gutter-y:3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0, .gx-sm-0 {
    --bs-gutter-x:0;
  }
  .g-sm-0, .gy-sm-0 {
    --bs-gutter-y:0;
  }
  .g-sm-1, .gx-sm-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-sm-1, .gy-sm-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-sm-2, .gx-sm-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-sm-2, .gy-sm-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-sm-3, .gx-sm-3 {
    --bs-gutter-x:1rem;
  }
  .g-sm-3, .gy-sm-3 {
    --bs-gutter-y:1rem;
  }
  .g-sm-4, .gx-sm-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-sm-4, .gy-sm-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-sm-5, .gx-sm-5 {
    --bs-gutter-x:3rem;
  }
  .g-sm-5, .gy-sm-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0, .gx-md-0 {
    --bs-gutter-x:0;
  }
  .g-md-0, .gy-md-0 {
    --bs-gutter-y:0;
  }
  .g-md-1, .gx-md-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-md-1, .gy-md-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-md-2, .gx-md-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-md-2, .gy-md-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-md-3, .gx-md-3 {
    --bs-gutter-x:1rem;
  }
  .g-md-3, .gy-md-3 {
    --bs-gutter-y:1rem;
  }
  .g-md-4, .gx-md-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-md-4, .gy-md-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-md-5, .gx-md-5 {
    --bs-gutter-x:3rem;
  }
  .g-md-5, .gy-md-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0, .gx-lg-0 {
    --bs-gutter-x:0;
  }
  .g-lg-0, .gy-lg-0 {
    --bs-gutter-y:0;
  }
  .g-lg-1, .gx-lg-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-lg-1, .gy-lg-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-lg-2, .gx-lg-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-lg-2, .gy-lg-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-lg-3, .gx-lg-3 {
    --bs-gutter-x:1rem;
  }
  .g-lg-3, .gy-lg-3 {
    --bs-gutter-y:1rem;
  }
  .g-lg-4, .gx-lg-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-lg-4, .gy-lg-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-lg-5, .gx-lg-5 {
    --bs-gutter-x:3rem;
  }
  .g-lg-5, .gy-lg-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0, .gx-xl-0 {
    --bs-gutter-x:0;
  }
  .g-xl-0, .gy-xl-0 {
    --bs-gutter-y:0;
  }
  .g-xl-1, .gx-xl-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-xl-1, .gy-xl-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-xl-2, .gx-xl-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-xl-2, .gy-xl-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-xl-3, .gx-xl-3 {
    --bs-gutter-x:1rem;
  }
  .g-xl-3, .gy-xl-3 {
    --bs-gutter-y:1rem;
  }
  .g-xl-4, .gx-xl-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-xl-4, .gy-xl-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-xl-5, .gx-xl-5 {
    --bs-gutter-x:3rem;
  }
  .g-xl-5, .gy-xl-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0, .gx-xxl-0 {
    --bs-gutter-x:0;
  }
  .g-xxl-0, .gy-xxl-0 {
    --bs-gutter-y:0;
  }
  .g-xxl-1, .gx-xxl-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-xxl-1, .gy-xxl-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-xxl-2, .gx-xxl-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-xxl-2, .gy-xxl-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-xxl-3, .gx-xxl-3 {
    --bs-gutter-x:1rem;
  }
  .g-xxl-3, .gy-xxl-3 {
    --bs-gutter-y:1rem;
  }
  .g-xxl-4, .gx-xxl-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-xxl-4, .gy-xxl-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-xxl-5, .gx-xxl-5 {
    --bs-gutter-x:3rem;
  }
  .g-xxl-5, .gy-xxl-5 {
    --bs-gutter-y:3rem;
  }
}
.table {
  --bs-table-color-type:initial;
  --bs-table-bg-type:initial;
  --bs-table-color-state:initial;
  --bs-table-bg-state:initial;
  --bs-table-color:var(--bs-emphasis-color);
  --bs-table-bg:var(--bs-body-bg);
  --bs-table-border-color:var(--bs-border-color);
  --bs-table-accent-bg:transparent;
  --bs-table-striped-color:var(--bs-emphasis-color);
  --bs-table-striped-bg:rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color:var(--bs-emphasis-color);
  --bs-table-active-bg:rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color:var(--bs-emphasis-color);
  --bs-table-hover-bg:rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}

.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}

.table > tbody {
  vertical-align: inherit;
}

.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}

.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type:var(--bs-table-striped-color);
  --bs-table-bg-type:var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(2n) {
  --bs-table-color-type:var(--bs-table-striped-color);
  --bs-table-bg-type:var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state:var(--bs-table-active-color);
  --bs-table-bg-state:var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state:var(--bs-table-hover-color);
  --bs-table-bg-state:var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color:#000;
  --bs-table-bg:#cfe2ff;
  --bs-table-border-color:#a6b5cc;
  --bs-table-striped-bg:#c5d7f2;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#bacbe6;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#bfd1ec;
  --bs-table-hover-color:#000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color:#000;
  --bs-table-bg:#e2e3e5;
  --bs-table-border-color:#b5b6b7;
  --bs-table-striped-bg:#d7d8da;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#cbccce;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#d1d2d4;
  --bs-table-hover-color:#000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color:#000;
  --bs-table-bg:#d1e7dd;
  --bs-table-border-color:#a7b9b1;
  --bs-table-striped-bg:#c7dbd2;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#bcd0c7;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#c1d6cc;
  --bs-table-hover-color:#000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color:#000;
  --bs-table-bg:#cff4fc;
  --bs-table-border-color:#a6c3ca;
  --bs-table-striped-bg:#c5e8ef;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#badce3;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#bfe2e9;
  --bs-table-hover-color:#000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color:#000;
  --bs-table-bg:#fff3cd;
  --bs-table-border-color:#ccc2a4;
  --bs-table-striped-bg:#f2e7c3;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#e6dbb9;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#ece1be;
  --bs-table-hover-color:#000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color:#000;
  --bs-table-bg:#f8d7da;
  --bs-table-border-color:#c6acae;
  --bs-table-striped-bg:#eccccf;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#dfc2c4;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#e5c7ca;
  --bs-table-hover-color:#000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color:#000;
  --bs-table-bg:#f8f9fa;
  --bs-table-border-color:#c6c7c8;
  --bs-table-striped-bg:#ecedee;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#dfe0e1;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#e5e6e7;
  --bs-table-hover-color:#000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color:#fff;
  --bs-table-bg:#212529;
  --bs-table-border-color:#4d5154;
  --bs-table-striped-bg:#2c3034;
  --bs-table-striped-color:#fff;
  --bs-table-active-bg:#373b3e;
  --bs-table-active-color:#fff;
  --bs-table-hover-bg:#323539;
  --bs-table-hover-color:#fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}

.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}

.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  -webkit-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;
  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;
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}

.form-control-plaintext:focus {
  outline: 0;
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + var(--bs-border-width) * 2);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + var(--bs-border-width) * 2);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + var(--bs-border-width) * 2);
}

textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + var(--bs-border-width) * 2);
}

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + var(--bs-border-width) * 2);
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + var(--bs-border-width) * 2);
  padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}

.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}

.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + var(--bs-border-width) * 2);
}

.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + var(--bs-border-width) * 2);
}

.form-select {
  --bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}

.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg:var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}

.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}

.form-check-input[type=radio] {
  border-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}

.form-switch .form-check-input {
  --bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}

.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-check:disabled + .btn, .btn-check[disabled] + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
}

.form-range:focus {
  outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}

.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}

.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}

.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
  height: calc(3.5rem + var(--bs-border-width) * 2);
  min-height: calc(3.5rem + var(--bs-border-width) * 2);
  line-height: 1.25;
}

.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  color: rgba(var(--bs-body-color-rgb), 0.65);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control, .form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: transparent;
}

.form-floating > .form-control-plaintext:focus, .form-floating > .form-control-plaintext:not(:placeholder-shown), .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control-plaintext:-webkit-autofill, .form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
}

.form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > textarea:focus ~ label::after, .form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}

.form-floating > textarea:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}

.form-floating > .form-control:disabled ~ label, .form-floating > :disabled ~ label {
  color: #6c757d;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control, .input-group > .form-floating, .input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group > .form-control:focus, .input-group > .form-floating:focus-within, .input-group > .form-select:focus {
  z-index: 5;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.input-group-lg > .btn, .input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .btn, .input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.input-group-lg > .form-select, .input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select, .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4), .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control, .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select, .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * var(--bs-border-width));
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .form-floating:not(:first-child) > .form-control, .input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip, .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip {
  display: block;
}

.form-control.is-valid, .was-validated .form-control:valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.form-select.is-valid, .was-validated .form-select:valid {
  border-color: var(--bs-form-valid-border-color);
}

.form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-select.is-valid:focus, .was-validated .form-select:valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.form-control-color.is-valid, .was-validated .form-control-color:valid {
  width: calc(3rem + 1.5em + 0.75rem);
}

.form-check-input.is-valid, .was-validated .form-check-input:valid {
  border-color: var(--bs-form-valid-border-color);
}

.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
  background-color: var(--bs-form-valid-color);
}

.form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.input-group > .form-control:not(:focus).is-valid, .input-group > .form-floating:not(:focus-within).is-valid, .input-group > .form-select:not(:focus).is-valid, .was-validated .input-group > .form-control:not(:focus):valid, .was-validated .input-group > .form-floating:not(:focus-within):valid, .was-validated .input-group > .form-select:not(:focus):valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
  display: block;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.form-select.is-invalid, .was-validated .form-select:invalid {
  border-color: var(--bs-form-invalid-border-color);
}

.form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-select.is-invalid:focus, .was-validated .form-select:invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.form-control-color.is-invalid, .was-validated .form-control-color:invalid {
  width: calc(3rem + 1.5em + 0.75rem);
}

.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
  border-color: var(--bs-form-invalid-border-color);
}

.form-check-input.is-invalid:checked, .was-validated .form-check-input:invalid:checked {
  background-color: var(--bs-form-invalid-color);
}

.form-check-input.is-invalid:focus, .was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.input-group > .form-control:not(:focus).is-invalid, .input-group > .form-floating:not(:focus-within).is-invalid, .input-group > .form-select:not(:focus).is-invalid, .was-validated .input-group > .form-control:not(:focus):invalid, .was-validated .input-group > .form-floating:not(:focus-within):invalid, .was-validated .input-group > .form-select:not(:focus):invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x:0.75rem;
  --bs-btn-padding-y:0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size:1rem;
  --bs-btn-font-weight:400;
  --bs-btn-line-height:1.5;
  --bs-btn-color:var(--bs-body-color);
  --bs-btn-bg:transparent;
  --bs-btn-border-width:var(--bs-border-width);
  --bs-btn-border-color:transparent;
  --bs-btn-border-radius:var(--bs-border-radius);
  --bs-btn-hover-border-color:transparent;
  --bs-btn-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity:0.65;
  --bs-btn-focus-box-shadow:0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}

.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

.btn-check:checked + .btn:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible, .btn:first-child:active:focus-visible, :not(.btn-check) + .btn:active:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color:#fff;
  --bs-btn-bg:#0d6efd;
  --bs-btn-border-color:#0d6efd;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#0b5ed7;
  --bs-btn-hover-border-color:#0a58ca;
  --bs-btn-focus-shadow-rgb:49,132,253;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#0a58ca;
  --bs-btn-active-border-color:#0a53be;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#fff;
  --bs-btn-disabled-bg:#0d6efd;
  --bs-btn-disabled-border-color:#0d6efd;
}

.btn-secondary {
  --bs-btn-color:#fff;
  --bs-btn-bg:#6c757d;
  --bs-btn-border-color:#6c757d;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#5c636a;
  --bs-btn-hover-border-color:#565e64;
  --bs-btn-focus-shadow-rgb:130,138,145;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#565e64;
  --bs-btn-active-border-color:#51585e;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#fff;
  --bs-btn-disabled-bg:#6c757d;
  --bs-btn-disabled-border-color:#6c757d;
}

.btn-success {
  --bs-btn-color:#fff;
  --bs-btn-bg:#198754;
  --bs-btn-border-color:#198754;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#157347;
  --bs-btn-hover-border-color:#146c43;
  --bs-btn-focus-shadow-rgb:60,153,110;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#146c43;
  --bs-btn-active-border-color:#13653f;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#fff;
  --bs-btn-disabled-bg:#198754;
  --bs-btn-disabled-border-color:#198754;
}

.btn-info {
  --bs-btn-color:#000;
  --bs-btn-bg:#0dcaf0;
  --bs-btn-border-color:#0dcaf0;
  --bs-btn-hover-color:#000;
  --bs-btn-hover-bg:#31d2f2;
  --bs-btn-hover-border-color:#25cff2;
  --bs-btn-focus-shadow-rgb:11,172,204;
  --bs-btn-active-color:#000;
  --bs-btn-active-bg:#3dd5f3;
  --bs-btn-active-border-color:#25cff2;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#000;
  --bs-btn-disabled-bg:#0dcaf0;
  --bs-btn-disabled-border-color:#0dcaf0;
}

.btn-warning {
  --bs-btn-color:#000;
  --bs-btn-bg:#ffc107;
  --bs-btn-border-color:#ffc107;
  --bs-btn-hover-color:#000;
  --bs-btn-hover-bg:#ffca2c;
  --bs-btn-hover-border-color:#ffc720;
  --bs-btn-focus-shadow-rgb:217,164,6;
  --bs-btn-active-color:#000;
  --bs-btn-active-bg:#ffcd39;
  --bs-btn-active-border-color:#ffc720;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#000;
  --bs-btn-disabled-bg:#ffc107;
  --bs-btn-disabled-border-color:#ffc107;
}

.btn-danger {
  --bs-btn-color:#fff;
  --bs-btn-bg:#dc3545;
  --bs-btn-border-color:#dc3545;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#bb2d3b;
  --bs-btn-hover-border-color:#b02a37;
  --bs-btn-focus-shadow-rgb:225,83,97;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#b02a37;
  --bs-btn-active-border-color:#a52834;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#fff;
  --bs-btn-disabled-bg:#dc3545;
  --bs-btn-disabled-border-color:#dc3545;
}

.btn-light {
  --bs-btn-color:#000;
  --bs-btn-bg:#f8f9fa;
  --bs-btn-border-color:#f8f9fa;
  --bs-btn-hover-color:#000;
  --bs-btn-hover-bg:#d3d4d5;
  --bs-btn-hover-border-color:#c6c7c8;
  --bs-btn-focus-shadow-rgb:211,212,213;
  --bs-btn-active-color:#000;
  --bs-btn-active-bg:#c6c7c8;
  --bs-btn-active-border-color:#babbbc;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#000;
  --bs-btn-disabled-bg:#f8f9fa;
  --bs-btn-disabled-border-color:#f8f9fa;
}

.btn-dark {
  --bs-btn-color:#fff;
  --bs-btn-bg:#212529;
  --bs-btn-border-color:#212529;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#424649;
  --bs-btn-hover-border-color:#373b3e;
  --bs-btn-focus-shadow-rgb:66,70,73;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#4d5154;
  --bs-btn-active-border-color:#373b3e;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#fff;
  --bs-btn-disabled-bg:#212529;
  --bs-btn-disabled-border-color:#212529;
}

.btn-outline-primary {
  --bs-btn-color:#0d6efd;
  --bs-btn-border-color:#0d6efd;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#0d6efd;
  --bs-btn-hover-border-color:#0d6efd;
  --bs-btn-focus-shadow-rgb:13,110,253;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#0d6efd;
  --bs-btn-active-border-color:#0d6efd;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#0d6efd;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#0d6efd;
  --bs-gradient:none;
}

.btn-outline-secondary {
  --bs-btn-color:#6c757d;
  --bs-btn-border-color:#6c757d;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#6c757d;
  --bs-btn-hover-border-color:#6c757d;
  --bs-btn-focus-shadow-rgb:108,117,125;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#6c757d;
  --bs-btn-active-border-color:#6c757d;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#6c757d;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#6c757d;
  --bs-gradient:none;
}

.btn-outline-success {
  --bs-btn-color:#198754;
  --bs-btn-border-color:#198754;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#198754;
  --bs-btn-hover-border-color:#198754;
  --bs-btn-focus-shadow-rgb:25,135,84;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#198754;
  --bs-btn-active-border-color:#198754;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#198754;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#198754;
  --bs-gradient:none;
}

.btn-outline-info {
  --bs-btn-color:#0dcaf0;
  --bs-btn-border-color:#0dcaf0;
  --bs-btn-hover-color:#000;
  --bs-btn-hover-bg:#0dcaf0;
  --bs-btn-hover-border-color:#0dcaf0;
  --bs-btn-focus-shadow-rgb:13,202,240;
  --bs-btn-active-color:#000;
  --bs-btn-active-bg:#0dcaf0;
  --bs-btn-active-border-color:#0dcaf0;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#0dcaf0;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#0dcaf0;
  --bs-gradient:none;
}

.btn-outline-warning {
  --bs-btn-color:#ffc107;
  --bs-btn-border-color:#ffc107;
  --bs-btn-hover-color:#000;
  --bs-btn-hover-bg:#ffc107;
  --bs-btn-hover-border-color:#ffc107;
  --bs-btn-focus-shadow-rgb:255,193,7;
  --bs-btn-active-color:#000;
  --bs-btn-active-bg:#ffc107;
  --bs-btn-active-border-color:#ffc107;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#ffc107;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#ffc107;
  --bs-gradient:none;
}

.btn-outline-danger {
  --bs-btn-color:#dc3545;
  --bs-btn-border-color:#dc3545;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#dc3545;
  --bs-btn-hover-border-color:#dc3545;
  --bs-btn-focus-shadow-rgb:220,53,69;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#dc3545;
  --bs-btn-active-border-color:#dc3545;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#dc3545;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#dc3545;
  --bs-gradient:none;
}

.btn-outline-light {
  --bs-btn-color:#f8f9fa;
  --bs-btn-border-color:#f8f9fa;
  --bs-btn-hover-color:#000;
  --bs-btn-hover-bg:#f8f9fa;
  --bs-btn-hover-border-color:#f8f9fa;
  --bs-btn-focus-shadow-rgb:248,249,250;
  --bs-btn-active-color:#000;
  --bs-btn-active-bg:#f8f9fa;
  --bs-btn-active-border-color:#f8f9fa;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#f8f9fa;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#f8f9fa;
  --bs-gradient:none;
}

.btn-outline-dark {
  --bs-btn-color:#212529;
  --bs-btn-border-color:#212529;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#212529;
  --bs-btn-hover-border-color:#212529;
  --bs-btn-focus-shadow-rgb:33,37,41;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#212529;
  --bs-btn-active-border-color:#212529;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#212529;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#212529;
  --bs-gradient:none;
}

.btn-link {
  --bs-btn-font-weight:400;
  --bs-btn-color:var(--bs-link-color);
  --bs-btn-bg:transparent;
  --bs-btn-border-color:transparent;
  --bs-btn-hover-color:var(--bs-link-hover-color);
  --bs-btn-hover-border-color:transparent;
  --bs-btn-active-color:var(--bs-link-hover-color);
  --bs-btn-active-border-color:transparent;
  --bs-btn-disabled-color:#6c757d;
  --bs-btn-disabled-border-color:transparent;
  --bs-btn-box-shadow:0 0 0 #000;
  --bs-btn-focus-shadow-rgb:49,132,253;
  text-decoration: underline;
}

.btn-link:focus-visible {
  color: var(--bs-btn-color);
}

.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-group-lg > .btn, .btn-lg {
  --bs-btn-padding-y:0.5rem;
  --bs-btn-padding-x:1rem;
  --bs-btn-font-size:1.25rem;
  --bs-btn-border-radius:var(--bs-border-radius-lg);
}

.btn-group-sm > .btn, .btn-sm {
  --bs-btn-padding-y:0.25rem;
  --bs-btn-padding-x:0.5rem;
  --bs-btn-font-size:0.875rem;
  --bs-btn-border-radius:var(--bs-border-radius-sm);
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

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

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex:1000;
  --bs-dropdown-min-width:10rem;
  --bs-dropdown-padding-x:0;
  --bs-dropdown-padding-y:0.5rem;
  --bs-dropdown-spacer:0.125rem;
  --bs-dropdown-font-size:1rem;
  --bs-dropdown-color:var(--bs-body-color);
  --bs-dropdown-bg:var(--bs-body-bg);
  --bs-dropdown-border-color:var(--bs-border-color-translucent);
  --bs-dropdown-border-radius:var(--bs-border-radius);
  --bs-dropdown-border-width:var(--bs-border-width);
  --bs-dropdown-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg:var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y:0.5rem;
  --bs-dropdown-box-shadow:var(--bs-box-shadow);
  --bs-dropdown-link-color:var(--bs-body-color);
  --bs-dropdown-link-hover-color:var(--bs-body-color);
  --bs-dropdown-link-hover-bg:var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color:#fff;
  --bs-dropdown-link-active-bg:#0d6efd;
  --bs-dropdown-link-disabled-color:var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x:1rem;
  --bs-dropdown-item-padding-y:0.25rem;
  --bs-dropdown-header-color:#6c757d;
  --bs-dropdown-header-padding-x:1rem;
  --bs-dropdown-header-padding-y:0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position:start;
}

.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position:end;
}

.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position:start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position:end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position:start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position:end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position:start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position:end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position:start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position:end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position:start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position:end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}

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

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}

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

.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropstart .dropdown-toggle::after {
  display: none;
}

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}

.dropdown-item:focus, .dropdown-item:hover {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}

.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color:#dee2e6;
  --bs-dropdown-bg:#343a40;
  --bs-dropdown-border-color:var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color:#dee2e6;
  --bs-dropdown-link-hover-color:#fff;
  --bs-dropdown-divider-bg:var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg:rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color:#fff;
  --bs-dropdown-link-active-bg:#0d6efd;
  --bs-dropdown-link-disabled-color:#adb5bd;
  --bs-dropdown-header-color:#adb5bd;
}

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}

.btn-group > .btn-group:not(:first-child), .btn-group > :not(.btn-check:first-child) + .btn {
  margin-left: calc(-1 * var(--bs-border-width));
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn.dropdown-toggle-split:first-child, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:nth-child(n+3), .btn-group > :not(.btn-check) + .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
  margin-top: calc(-1 * var(--bs-border-width));
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:nth-child(n+3), .btn-group-vertical > :not(.btn-check) + .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x:1rem;
  --bs-nav-link-padding-y:0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color:var(--bs-link-color);
  --bs-nav-link-hover-color:var(--bs-link-hover-color);
  --bs-nav-link-disabled-color:var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: 0 0;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:focus, .nav-link:hover {
  color: var(--bs-nav-link-hover-color);
}

.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width:var(--bs-border-width);
  --bs-nav-tabs-border-color:var(--bs-border-color);
  --bs-nav-tabs-border-radius:var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color:var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color:var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg:var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color:var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius:var(--bs-border-radius);
  --bs-nav-pills-link-active-color:#fff;
  --bs-nav-pills-link-active-bg:#0d6efd;
}

.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap:1rem;
  --bs-nav-underline-border-width:0.125rem;
  --bs-nav-underline-link-active-color:var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}

.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}

.nav-underline .nav-link:focus, .nav-underline .nav-link:hover {
  border-bottom-color: currentcolor;
}

.nav-underline .nav-link.active, .nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

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

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

.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
  width: 100%;
}

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

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

.navbar {
  --bs-navbar-padding-x:0;
  --bs-navbar-padding-y:0.5rem;
  --bs-navbar-color:rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color:rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color:rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color:rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y:0.3125rem;
  --bs-navbar-brand-margin-end:1rem;
  --bs-navbar-brand-font-size:1.25rem;
  --bs-navbar-brand-color:rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color:rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x:0.5rem;
  --bs-navbar-toggler-padding-y:0.25rem;
  --bs-navbar-toggler-padding-x:0.75rem;
  --bs-navbar-toggler-font-size:1.25rem;
  --bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color:rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius:var(--bs-border-radius);
  --bs-navbar-toggler-focus-width:0.25rem;
  --bs-navbar-toggler-transition:box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

.navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}

.navbar-brand:focus, .navbar-brand:hover {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x:0;
  --bs-nav-link-padding-y:0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color:var(--bs-navbar-color);
  --bs-nav-link-hover-color:var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color:var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}

.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}

.navbar-text a, .navbar-text a:focus, .navbar-text a:hover {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}

.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}

.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark, .navbar[data-bs-theme=dark] {
  --bs-navbar-color:rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color:rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color:rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color:#fff;
  --bs-navbar-brand-color:#fff;
  --bs-navbar-brand-hover-color:#fff;
  --bs-navbar-toggler-border-color:rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y:1rem;
  --bs-card-spacer-x:1rem;
  --bs-card-title-spacer-y:0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width:var(--bs-border-width);
  --bs-card-border-color:var(--bs-border-color-translucent);
  --bs-card-border-radius:var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y:0.5rem;
  --bs-card-cap-padding-x:1rem;
  --bs-card-cap-bg:rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg:var(--bs-body-bg);
  --bs-card-img-overlay-padding:1rem;
  --bs-card-group-margin:0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}

.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img, .card-img-bottom, .card-img-top {
  width: 100%;
}

.card-img, .card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img, .card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-header, .card-group > .card:not(:last-child) > .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-footer, .card-group > .card:not(:last-child) > .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-header, .card-group > .card:not(:first-child) > .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-footer, .card-group > .card:not(:first-child) > .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.accordion {
  --bs-accordion-color:var(--bs-body-color);
  --bs-accordion-bg:var(--bs-body-bg);
  --bs-accordion-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,border-radius 0.15s ease;
  --bs-accordion-border-color:var(--bs-border-color);
  --bs-accordion-border-width:var(--bs-border-width);
  --bs-accordion-border-radius:var(--bs-border-radius);
  --bs-accordion-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x:1.25rem;
  --bs-accordion-btn-padding-y:1rem;
  --bs-accordion-btn-color:var(--bs-body-color);
  --bs-accordion-btn-bg:var(--bs-accordion-bg);
  --bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width:1.25rem;
  --bs-accordion-btn-icon-transform:rotate(-180deg);
  --bs-accordion-btn-icon-transition:transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x:1.25rem;
  --bs-accordion-body-padding-y:1rem;
  --bs-accordion-active-color:var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg:var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}

.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}

.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}

.accordion-flush > .accordion-item > .accordion-collapse, .accordion-flush > .accordion-item > .accordion-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}

.breadcrumb {
  --bs-breadcrumb-padding-x:0;
  --bs-breadcrumb-padding-y:0;
  --bs-breadcrumb-margin-bottom:1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color:var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x:0.5rem;
  --bs-breadcrumb-item-active-color:var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/");
}

.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x:0.75rem;
  --bs-pagination-padding-y:0.375rem;
  --bs-pagination-font-size:1rem;
  --bs-pagination-color:var(--bs-link-color);
  --bs-pagination-bg:var(--bs-body-bg);
  --bs-pagination-border-width:var(--bs-border-width);
  --bs-pagination-border-color:var(--bs-border-color);
  --bs-pagination-border-radius:var(--bs-border-radius);
  --bs-pagination-hover-color:var(--bs-link-hover-color);
  --bs-pagination-hover-bg:var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color:var(--bs-border-color);
  --bs-pagination-focus-color:var(--bs-link-hover-color);
  --bs-pagination-focus-bg:var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color:#fff;
  --bs-pagination-active-bg:#0d6efd;
  --bs-pagination-active-border-color:#0d6efd;
  --bs-pagination-disabled-color:var(--bs-secondary-color);
  --bs-pagination-disabled-bg:var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color:var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}

.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}

.active > .page-link, .page-link.active {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}

.disabled > .page-link, .page-link.disabled {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(-1 * var(--bs-border-width));
}

.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}

.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x:1.5rem;
  --bs-pagination-padding-y:0.75rem;
  --bs-pagination-font-size:1.25rem;
  --bs-pagination-border-radius:var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x:0.5rem;
  --bs-pagination-padding-y:0.25rem;
  --bs-pagination-font-size:0.875rem;
  --bs-pagination-border-radius:var(--bs-border-radius-sm);
}

.badge {
  --bs-badge-padding-x:0.65em;
  --bs-badge-padding-y:0.35em;
  --bs-badge-font-size:0.75em;
  --bs-badge-font-weight:700;
  --bs-badge-color:#fff;
  --bs-badge-border-radius:var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  --bs-alert-bg:transparent;
  --bs-alert-padding-x:1rem;
  --bs-alert-padding-y:1rem;
  --bs-alert-margin-bottom:1rem;
  --bs-alert-color:inherit;
  --bs-alert-border-color:transparent;
  --bs-alert-border:var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius:var(--bs-border-radius);
  --bs-alert-link-color:inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

.alert-dismissible {
  padding-right: 3rem;
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color:var(--bs-primary-text-emphasis);
  --bs-alert-bg:var(--bs-primary-bg-subtle);
  --bs-alert-border-color:var(--bs-primary-border-subtle);
  --bs-alert-link-color:var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color:var(--bs-secondary-text-emphasis);
  --bs-alert-bg:var(--bs-secondary-bg-subtle);
  --bs-alert-border-color:var(--bs-secondary-border-subtle);
  --bs-alert-link-color:var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color:var(--bs-success-text-emphasis);
  --bs-alert-bg:var(--bs-success-bg-subtle);
  --bs-alert-border-color:var(--bs-success-border-subtle);
  --bs-alert-link-color:var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color:var(--bs-info-text-emphasis);
  --bs-alert-bg:var(--bs-info-bg-subtle);
  --bs-alert-border-color:var(--bs-info-border-subtle);
  --bs-alert-link-color:var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color:var(--bs-warning-text-emphasis);
  --bs-alert-bg:var(--bs-warning-bg-subtle);
  --bs-alert-border-color:var(--bs-warning-border-subtle);
  --bs-alert-link-color:var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color:var(--bs-danger-text-emphasis);
  --bs-alert-bg:var(--bs-danger-bg-subtle);
  --bs-alert-border-color:var(--bs-danger-border-subtle);
  --bs-alert-link-color:var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color:var(--bs-light-text-emphasis);
  --bs-alert-bg:var(--bs-light-bg-subtle);
  --bs-alert-border-color:var(--bs-light-border-subtle);
  --bs-alert-link-color:var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color:var(--bs-dark-text-emphasis);
  --bs-alert-bg:var(--bs-dark-bg-subtle);
  --bs-alert-border-color:var(--bs-dark-border-subtle);
  --bs-alert-link-color:var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}
.progress, .progress-stacked {
  --bs-progress-height:1rem;
  --bs-progress-font-size:0.75rem;
  --bs-progress-bg:var(--bs-secondary-bg);
  --bs-progress-border-radius:var(--bs-border-radius);
  --bs-progress-box-shadow:var(--bs-box-shadow-inset);
  --bs-progress-bar-color:#fff;
  --bs-progress-bar-bg:#0d6efd;
  --bs-progress-bar-transition:width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.list-group {
  --bs-list-group-color:var(--bs-body-color);
  --bs-list-group-bg:var(--bs-body-bg);
  --bs-list-group-border-color:var(--bs-border-color);
  --bs-list-group-border-width:var(--bs-border-width);
  --bs-list-group-border-radius:var(--bs-border-radius);
  --bs-list-group-item-padding-x:1rem;
  --bs-list-group-item-padding-y:0.5rem;
  --bs-list-group-action-color:var(--bs-secondary-color);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-tertiary-bg);
  --bs-list-group-action-active-color:var(--bs-body-color);
  --bs-list-group-action-active-bg:var(--bs-secondary-bg);
  --bs-list-group-disabled-color:var(--bs-secondary-color);
  --bs-list-group-disabled-bg:var(--bs-body-bg);
  --bs-list-group-active-color:#fff;
  --bs-list-group-active-bg:#0d6efd;
  --bs-list-group-active-border-color:#0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}

.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}

.list-group-item-action:not(.active):focus, .list-group-item-action:not(.active):hover {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}

.list-group-item-action:not(.active):active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --bs-list-group-color:var(--bs-primary-text-emphasis);
  --bs-list-group-bg:var(--bs-primary-bg-subtle);
  --bs-list-group-border-color:var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-primary-border-subtle);
  --bs-list-group-active-color:var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg:var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color:var(--bs-secondary-text-emphasis);
  --bs-list-group-bg:var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color:var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-secondary-border-subtle);
  --bs-list-group-active-color:var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg:var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color:var(--bs-success-text-emphasis);
  --bs-list-group-bg:var(--bs-success-bg-subtle);
  --bs-list-group-border-color:var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-success-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-success-border-subtle);
  --bs-list-group-active-color:var(--bs-success-bg-subtle);
  --bs-list-group-active-bg:var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color:var(--bs-info-text-emphasis);
  --bs-list-group-bg:var(--bs-info-bg-subtle);
  --bs-list-group-border-color:var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-info-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-info-border-subtle);
  --bs-list-group-active-color:var(--bs-info-bg-subtle);
  --bs-list-group-active-bg:var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color:var(--bs-warning-text-emphasis);
  --bs-list-group-bg:var(--bs-warning-bg-subtle);
  --bs-list-group-border-color:var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-warning-border-subtle);
  --bs-list-group-active-color:var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg:var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color:var(--bs-danger-text-emphasis);
  --bs-list-group-bg:var(--bs-danger-bg-subtle);
  --bs-list-group-border-color:var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-danger-border-subtle);
  --bs-list-group-active-color:var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg:var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color:var(--bs-light-text-emphasis);
  --bs-list-group-bg:var(--bs-light-bg-subtle);
  --bs-list-group-border-color:var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-light-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-light-border-subtle);
  --bs-list-group-active-color:var(--bs-light-bg-subtle);
  --bs-list-group-active-bg:var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color:var(--bs-dark-text-emphasis);
  --bs-list-group-bg:var(--bs-dark-bg-subtle);
  --bs-list-group-border-color:var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-dark-border-subtle);
  --bs-list-group-active-color:var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg:var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-dark-text-emphasis);
}

.btn-close {
  --bs-btn-close-color:#000;
  --bs-btn-close-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity:0.5;
  --bs-btn-close-hover-opacity:0.75;
  --bs-btn-close-focus-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity:1;
  --bs-btn-close-disabled-opacity:0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}

.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}

.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}

.btn-close.disabled, .btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  --bs-btn-close-filter:invert(1) grayscale(100%) brightness(200%);
}

:root, [data-bs-theme=light] {
  --bs-btn-close-filter: ;
}

[data-bs-theme=dark] {
  --bs-btn-close-filter:invert(1) grayscale(100%) brightness(200%);
}

.toast {
  --bs-toast-zindex:1090;
  --bs-toast-padding-x:0.75rem;
  --bs-toast-padding-y:0.5rem;
  --bs-toast-spacing:1.5rem;
  --bs-toast-max-width:350px;
  --bs-toast-font-size:0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg:rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width:var(--bs-border-width);
  --bs-toast-border-color:var(--bs-border-color-translucent);
  --bs-toast-border-radius:var(--bs-border-radius);
  --bs-toast-box-shadow:var(--bs-box-shadow);
  --bs-toast-header-color:var(--bs-secondary-color);
  --bs-toast-header-bg:rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color:var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}

.toast.showing {
  opacity: 0;
}

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

.toast-container {
  --bs-toast-zindex:1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}

.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex:1055;
  --bs-modal-width:500px;
  --bs-modal-padding:1rem;
  --bs-modal-margin:0.5rem;
  --bs-modal-color:var(--bs-body-color);
  --bs-modal-bg:var(--bs-body-bg);
  --bs-modal-border-color:var(--bs-border-color-translucent);
  --bs-modal-border-width:var(--bs-border-width);
  --bs-modal-border-radius:var(--bs-border-radius-lg);
  --bs-modal-box-shadow:var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius:calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x:1rem;
  --bs-modal-header-padding-y:1rem;
  --bs-modal-header-padding:1rem 1rem;
  --bs-modal-header-border-color:var(--bs-border-color);
  --bs-modal-header-border-width:var(--bs-border-width);
  --bs-modal-title-line-height:1.5;
  --bs-modal-footer-gap:0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color:var(--bs-border-color);
  --bs-modal-footer-border-width:var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transform: translate(0, -50px);
  transition: transform 0.3s ease-out;
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex:1050;
  --bs-backdrop-bg:#000;
  --bs-backdrop-opacity:0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-left: auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin:1.75rem;
    --bs-modal-box-shadow:var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width:300px;
  }
}
@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    --bs-modal-width:800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width:1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-footer, .modal-fullscreen .modal-header {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-footer, .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-footer, .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-footer, .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-footer, .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-footer, .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex:1080;
  --bs-tooltip-max-width:200px;
  --bs-tooltip-padding-x:0.5rem;
  --bs-tooltip-padding-y:0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size:0.875rem;
  --bs-tooltip-color:var(--bs-body-bg);
  --bs-tooltip-bg:var(--bs-emphasis-color);
  --bs-tooltip-border-radius:var(--bs-border-radius);
  --bs-tooltip-opacity:0.9;
  --bs-tooltip-arrow-width:0.8rem;
  --bs-tooltip-arrow-height:0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow, .bs-tooltip-top .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow, .bs-tooltip-end .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow, .bs-tooltip-bottom .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow, .bs-tooltip-start .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex:1070;
  --bs-popover-max-width:276px;
  --bs-popover-font-size:0.875rem;
  --bs-popover-bg:var(--bs-body-bg);
  --bs-popover-border-width:var(--bs-border-width);
  --bs-popover-border-color:var(--bs-border-color-translucent);
  --bs-popover-border-radius:var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius:calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow:var(--bs-box-shadow);
  --bs-popover-header-padding-x:1rem;
  --bs-popover-header-padding-y:0.5rem;
  --bs-popover-header-font-size:1rem;
  --bs-popover-header-color:inherit;
  --bs-popover-header-bg:var(--bs-secondary-bg);
  --bs-popover-body-padding-x:1rem;
  --bs-popover-body-padding-y:1rem;
  --bs-popover-body-color:var(--bs-body-color);
  --bs-popover-arrow-width:1rem;
  --bs-popover-arrow-height:0.5rem;
  --bs-popover-arrow-border:var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}

.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}

.popover .popover-arrow::after, .popover .popover-arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-auto[data-popper-placement^=top] > .popover-arrow, .bs-popover-top > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-top > .popover-arrow::before {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}

.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}

.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, .bs-popover-top > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

.bs-popover-auto[data-popper-placement^=right] > .popover-arrow, .bs-popover-end > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-end > .popover-arrow::before {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}

.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}

.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after, .bs-popover-end > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow, .bs-popover-bottom > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-bottom > .popover-arrow::before {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}

.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}

.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .bs-popover-bottom > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}

.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

.bs-popover-auto[data-popper-placement^=left] > .popover-arrow, .bs-popover-start > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-start > .popover-arrow::before {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}

.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}

.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after, .bs-popover-start > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
}

.active.carousel-item-end, .carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%);
}

.active.carousel-item-start, .carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end, .carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
    transition: none;
  }
}
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  filter: var(--bs-carousel-control-icon-filter);
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-next, .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--bs-carousel-indicator-active-bg);
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: var(--bs-carousel-caption-color);
  text-align: center;
}

.carousel-dark {
  --bs-carousel-indicator-active-bg:#000;
  --bs-carousel-caption-color:#000;
  --bs-carousel-control-icon-filter:invert(1) grayscale(100);
}

:root, [data-bs-theme=light] {
  --bs-carousel-indicator-active-bg:#fff;
  --bs-carousel-caption-color:#fff;
  --bs-carousel-control-icon-filter: ;
}

[data-bs-theme=dark] {
  --bs-carousel-indicator-active-bg:#000;
  --bs-carousel-caption-color:#000;
  --bs-carousel-control-icon-filter:invert(1) grayscale(100);
}

.spinner-border, .spinner-grow {
  display: inline-block;
  flex-shrink: 0;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  --bs-spinner-width:2rem;
  --bs-spinner-height:2rem;
  --bs-spinner-vertical-align:-0.125em;
  --bs-spinner-border-width:0.25em;
  --bs-spinner-animation-speed:0.75s;
  --bs-spinner-animation-name:spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width:1rem;
  --bs-spinner-height:1rem;
  --bs-spinner-border-width:0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width:2rem;
  --bs-spinner-height:2rem;
  --bs-spinner-vertical-align:-0.125em;
  --bs-spinner-animation-speed:0.75s;
  --bs-spinner-animation-name:spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width:1rem;
  --bs-spinner-height:1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border, .spinner-grow {
    --bs-spinner-animation-speed:1.5s;
  }
}
.offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl {
  --bs-offcanvas-zindex:1045;
  --bs-offcanvas-width:400px;
  --bs-offcanvas-height:30vh;
  --bs-offcanvas-padding-x:1rem;
  --bs-offcanvas-padding-y:1rem;
  --bs-offcanvas-color:var(--bs-body-color);
  --bs-offcanvas-bg:var(--bs-body-bg);
  --bs-offcanvas-border-width:var(--bs-border-width);
  --bs-offcanvas-border-color:var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow:var(--bs-box-shadow-sm);
  --bs-offcanvas-transition:transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height:1.5;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.show:not(.hiding), .offcanvas-sm.showing {
    transform: none;
  }
  .offcanvas-sm.hiding, .offcanvas-sm.show, .offcanvas-sm.showing {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height:auto;
    --bs-offcanvas-border-width:0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.show:not(.hiding), .offcanvas-md.showing {
    transform: none;
  }
  .offcanvas-md.hiding, .offcanvas-md.show, .offcanvas-md.showing {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height:auto;
    --bs-offcanvas-border-width:0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.show:not(.hiding), .offcanvas-lg.showing {
    transform: none;
  }
  .offcanvas-lg.hiding, .offcanvas-lg.show, .offcanvas-lg.showing {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height:auto;
    --bs-offcanvas-border-width:0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.show:not(.hiding), .offcanvas-xl.showing {
    transform: none;
  }
  .offcanvas-xl.hiding, .offcanvas-xl.show, .offcanvas-xl.showing {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height:auto;
    --bs-offcanvas-border-width:0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.show:not(.hiding), .offcanvas-xxl.showing {
    transform: none;
  }
  .offcanvas-xxl.hiding, .offcanvas-xxl.show, .offcanvas-xxl.showing {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height:auto;
    --bs-offcanvas-border-width:0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}

@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}

.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}

.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}

.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}

.offcanvas.show:not(.hiding), .offcanvas.showing {
  transform: none;
}

.offcanvas.hiding, .offcanvas.show, .offcanvas.showing {
  visibility: visible;
}

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

.offcanvas-backdrop.fade {
  opacity: 0;
}

.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-left: auto;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}

.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-primary:focus, .link-primary:hover {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary:focus, .link-secondary:hover {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-success:focus, .link-success:hover {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-info:focus, .link-info:hover {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning:focus, .link-warning:hover {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger:focus, .link-danger:hover {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-light:focus, .link-light:hover {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark:focus, .link-dark:hover {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis:focus, .link-body-emphasis:hover {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}

@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}
.icon-link-hover:focus-visible > .bi, .icon-link-hover:hover > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio:100%;
}

.ratio-4x3 {
  --bs-aspect-ratio:75%;
}

.ratio-16x9 {
  --bs-aspect-ratio:56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio:42.8571428571%;
}

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

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

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption), .visually-hidden:not(caption) {
  position: absolute !important;
}

.visually-hidden *, .visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

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

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

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

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

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

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

.float-start {
  float: left !important;
}

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

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

.object-fit-contain {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.object-fit-fill {
  -o-object-fit: fill !important;
  object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
  object-fit: none !important;
}

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

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

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

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

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

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

.overflow-x-auto {
  overflow-x: auto !important;
}

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

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

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

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

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

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

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

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

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

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

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

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

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

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

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

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

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

.focus-ring-primary {
  --bs-focus-ring-color:rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color:rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color:rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color:rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color:rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color:rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color:rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color:rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

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

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

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

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

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

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

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

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

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

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-primary {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity:0.1;
}

.border-opacity-25 {
  --bs-border-opacity:0.25;
}

.border-opacity-50 {
  --bs-border-opacity:0.5;
}

.border-opacity-75 {
  --bs-border-opacity:0.75;
}

.border-opacity-100 {
  --bs-border-opacity:1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1 !important;
}

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

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-0 {
  margin-right: 0 !important;
}

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

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

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

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

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

.me-auto {
  margin-right: auto !important;
}

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

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

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

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

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

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

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

.ms-0 {
  margin-left: 0 !important;
}

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

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

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

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

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

.ms-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-0 {
  padding-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.ps-0 {
  padding-left: 0 !important;
}

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  -moz-column-gap: 0 !important;
  column-gap: 0 !important;
}

.column-gap-1 {
  -moz-column-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
}

.column-gap-2 {
  -moz-column-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
}

.column-gap-3 {
  -moz-column-gap: 1rem !important;
  column-gap: 1rem !important;
}

.column-gap-4 {
  -moz-column-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  -moz-column-gap: 3rem !important;
  column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.text-primary {
  --bs-text-opacity:1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity:1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity:1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity:1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity:1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity:1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity:1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity:1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity:1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity:1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity:1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity:1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity:1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity:1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity:1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity:1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity:1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity:1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity:0.25;
}

.text-opacity-50 {
  --bs-text-opacity:0.5;
}

.text-opacity-75 {
  --bs-text-opacity:0.75;
}

.text-opacity-100 {
  --bs-text-opacity:1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity:0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity:0.1;
}

.link-opacity-25 {
  --bs-link-opacity:0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity:0.25;
}

.link-opacity-50 {
  --bs-link-opacity:0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity:0.5;
}

.link-opacity-75 {
  --bs-link-opacity:0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity:0.75;
}

.link-opacity-100 {
  --bs-link-opacity:1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity:1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity:0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity:0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity:0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity:0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity:0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity:0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity:0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity:0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity:0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity:0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity:1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity:1;
}

.bg-primary {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

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

.bg-body-secondary {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity:0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity:0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity:0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity:0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity:1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

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

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

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

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

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

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

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

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

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

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

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

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

/* RANDOM */
html {
  --bs-body-line-height: 1.42857143;
}

body {
  --bs-body-line-height: 1.42857143;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl,
div.row,
.search-box {
  --bs-gutter-x: 0px;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes slideUp {
  0% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes slideRight {
  0% {
    transform: translateX(30px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideRight {
  0% {
    transform: translateX(30px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes slideDown {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes slideLeft {
  0% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideLeft {
  0% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes rotate180 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes rotate180 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@-webkit-keyframes rotate360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateInfinite {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotateInfinite {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateInfiniteInv {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes rotateInfiniteInv {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0);
  }
}
.animate {
  animation-duration: 0.5s;
  animation-timing-function: ease-in;
  animation-fill-mode: both;
  animation-direction: alternate;
}

.animate-with-delay {
  animation-delay: 0.5s;
}

.animate-fade-in {
  animation-name: fadeIn;
}

.animate-fade-out {
  animation-name: fadeOut;
}

.animate-slide-up {
  animation-name: slideUp;
}

.animate-slide-right {
  animation-name: slideRight;
}

.animate-slide-down {
  animation-name: slideDown;
}

.animate-slide-left {
  animation-name: slideLeft;
}

.animate-fade-in-slide-up {
  animation-name: fadeIn, slideUp;
}

.animate-rotate-180 {
  animation-name: rotate180;
}

.animate-rotate-360 {
  animation-name: rotate360;
}

.animate-rotate-infinite {
  animation: rotateInfinite 5s linear infinite;
}
.animate-rotate-infinite.inv {
  animation: rotateInfiniteInv 4s linear infinite;
}
.animate-rotate-infinite.slower {
  animation: rotateInfinite 20s linear infinite;
}
.animate-rotate-infinite.slower.inv {
  animation: rotateInfiniteInv 18s linear infinite;
}

/*
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url("./assets/fonts/ionicons.eot?v=2.0.0");
  src: url("./assets/fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("./assets/fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("./assets/fonts/ionicons.woff?v=2.0.0") format("woff"), url("./assets/fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.ion {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ion-alert:before {
  content: "\f101";
}

.ion-alert-circled:before {
  content: "\f100";
}

.ion-android-add:before {
  content: "\f2c7";
}

.ion-android-add-circle:before {
  content: "\f359";
}

.ion-android-alarm-clock:before {
  content: "\f35a";
}

.ion-android-alert:before {
  content: "\f35b";
}

.ion-android-apps:before {
  content: "\f35c";
}

.ion-android-archive:before {
  content: "\f2c9";
}

.ion-android-arrow-back:before {
  content: "\f2ca";
}

.ion-android-arrow-down:before {
  content: "\f35d";
}

.ion-android-arrow-dropdown:before {
  content: "\f35f";
}

.ion-android-arrow-dropdown-circle:before {
  content: "\f35e";
}

.ion-android-arrow-dropleft:before {
  content: "\f361";
}

.ion-android-arrow-dropleft-circle:before {
  content: "\f360";
}

.ion-android-arrow-dropright:before {
  content: "\f363";
}

.ion-android-arrow-dropright-circle:before {
  content: "\f362";
}

.ion-android-arrow-dropup:before {
  content: "\f365";
}

.ion-android-arrow-dropup-circle:before {
  content: "\f364";
}

.ion-android-arrow-forward:before {
  content: "\f30f";
}

.ion-android-arrow-up:before {
  content: "\f366";
}

.ion-android-attach:before {
  content: "\f367";
}

.ion-android-bar:before {
  content: "\f368";
}

.ion-android-bicycle:before {
  content: "\f369";
}

.ion-android-boat:before {
  content: "\f36a";
}

.ion-android-bookmark:before {
  content: "\f36b";
}

.ion-android-bulb:before {
  content: "\f36c";
}

.ion-android-bus:before {
  content: "\f36d";
}

.ion-android-calendar:before {
  content: "\f2d1";
}

.ion-android-call:before {
  content: "\f2d2";
}

.ion-android-camera:before {
  content: "\f2d3";
}

.ion-android-cancel:before {
  content: "\f36e";
}

.ion-android-car:before {
  content: "\f36f";
}

.ion-android-cart:before {
  content: "\f370";
}

.ion-android-chat:before {
  content: "\f2d4";
}

.ion-android-checkbox:before {
  content: "\f374";
}

.ion-android-checkbox-blank:before {
  content: "\f371";
}

.ion-android-checkbox-outline:before {
  content: "\f373";
}

.ion-android-checkbox-outline-blank:before {
  content: "\f372";
}

.ion-android-checkmark-circle:before {
  content: "\f375";
}

.ion-android-clipboard:before {
  content: "\f376";
}

.ion-android-close:before {
  content: "\f2d7";
}

.ion-android-cloud:before {
  content: "\f37a";
}

.ion-android-cloud-circle:before {
  content: "\f377";
}

.ion-android-cloud-done:before {
  content: "\f378";
}

.ion-android-cloud-outline:before {
  content: "\f379";
}

.ion-android-color-palette:before {
  content: "\f37b";
}

.ion-android-compass:before {
  content: "\f37c";
}

.ion-android-contact:before {
  content: "\f2d8";
}

.ion-android-contacts:before {
  content: "\f2d9";
}

.ion-android-contract:before {
  content: "\f37d";
}

.ion-android-create:before {
  content: "\f37e";
}

.ion-android-delete:before {
  content: "\f37f";
}

.ion-android-desktop:before {
  content: "\f380";
}

.ion-android-document:before {
  content: "\f381";
}

.ion-android-done:before {
  content: "\f383";
}

.ion-android-done-all:before {
  content: "\f382";
}

.ion-android-download:before {
  content: "\f2dd";
}

.ion-android-drafts:before {
  content: "\f384";
}

.ion-android-exit:before {
  content: "\f385";
}

.ion-android-expand:before {
  content: "\f386";
}

.ion-android-favorite:before {
  content: "\f388";
}

.ion-android-favorite-outline:before {
  content: "\f387";
}

.ion-android-film:before {
  content: "\f389";
}

.ion-android-folder:before {
  content: "\f2e0";
}

.ion-android-folder-open:before {
  content: "\f38a";
}

.ion-android-funnel:before {
  content: "\f38b";
}

.ion-android-globe:before {
  content: "\f38c";
}

.ion-android-hand:before {
  content: "\f2e3";
}

.ion-android-hangout:before {
  content: "\f38d";
}

.ion-android-happy:before {
  content: "\f38e";
}

.ion-android-home:before {
  content: "\f38f";
}

.ion-android-image:before {
  content: "\f2e4";
}

.ion-android-laptop:before {
  content: "\f390";
}

.ion-android-list:before {
  content: "\f391";
}

.ion-android-locate:before {
  content: "\f2e9";
}

.ion-android-lock:before {
  content: "\f392";
}

.ion-android-mail:before {
  content: "\f2eb";
}

.ion-android-map:before {
  content: "\f393";
}

.ion-android-menu:before {
  content: "\f394";
}

.ion-android-microphone:before {
  content: "\f2ec";
}

.ion-android-microphone-off:before {
  content: "\f395";
}

.ion-android-more-horizontal:before {
  content: "\f396";
}

.ion-android-more-vertical:before {
  content: "\f397";
}

.ion-android-navigate:before {
  content: "\f398";
}

.ion-android-notifications:before {
  content: "\f39b";
}

.ion-android-notifications-none:before {
  content: "\f399";
}

.ion-android-notifications-off:before {
  content: "\f39a";
}

.ion-android-open:before {
  content: "\f39c";
}

.ion-android-options:before {
  content: "\f39d";
}

.ion-android-people:before {
  content: "\f39e";
}

.ion-android-person:before {
  content: "\f3a0";
}

.ion-android-person-add:before {
  content: "\f39f";
}

.ion-android-phone-landscape:before {
  content: "\f3a1";
}

.ion-android-phone-portrait:before {
  content: "\f3a2";
}

.ion-android-pin:before {
  content: "\f3a3";
}

.ion-android-plane:before {
  content: "\f3a4";
}

.ion-android-playstore:before {
  content: "\f2f0";
}

.ion-android-print:before {
  content: "\f3a5";
}

.ion-android-radio-button-off:before {
  content: "\f3a6";
}

.ion-android-radio-button-on:before {
  content: "\f3a7";
}

.ion-android-refresh:before {
  content: "\f3a8";
}

.ion-android-remove:before {
  content: "\f2f4";
}

.ion-android-remove-circle:before {
  content: "\f3a9";
}

.ion-android-restaurant:before {
  content: "\f3aa";
}

.ion-android-sad:before {
  content: "\f3ab";
}

.ion-android-search:before {
  content: "\f2f5";
}

.ion-android-send:before {
  content: "\f2f6";
}

.ion-android-settings:before {
  content: "\f2f7";
}

.ion-android-share:before {
  content: "\f2f8";
}

.ion-android-share-alt:before {
  content: "\f3ac";
}

.ion-android-star:before {
  content: "\f2fc";
}

.ion-android-star-half:before {
  content: "\f3ad";
}

.ion-android-star-outline:before {
  content: "\f3ae";
}

.ion-android-stopwatch:before {
  content: "\f2fd";
}

.ion-android-subway:before {
  content: "\f3af";
}

.ion-android-sunny:before {
  content: "\f3b0";
}

.ion-android-sync:before {
  content: "\f3b1";
}

.ion-android-textsms:before {
  content: "\f3b2";
}

.ion-android-time:before {
  content: "\f3b3";
}

.ion-android-train:before {
  content: "\f3b4";
}

.ion-android-unlock:before {
  content: "\f3b5";
}

.ion-android-upload:before {
  content: "\f3b6";
}

.ion-android-volume-down:before {
  content: "\f3b7";
}

.ion-android-volume-mute:before {
  content: "\f3b8";
}

.ion-android-volume-off:before {
  content: "\f3b9";
}

.ion-android-volume-up:before {
  content: "\f3ba";
}

.ion-android-walk:before {
  content: "\f3bb";
}

.ion-android-warning:before {
  content: "\f3bc";
}

.ion-android-watch:before {
  content: "\f3bd";
}

.ion-android-wifi:before {
  content: "\f305";
}

.ion-aperture:before {
  content: "\f313";
}

.ion-archive:before {
  content: "\f102";
}

.ion-arrow-down-a:before {
  content: "\f103";
}

.ion-arrow-down-b:before {
  content: "\f104";
}

.ion-arrow-down-c:before {
  content: "\f105";
}

.ion-arrow-expand:before {
  content: "\f25e";
}

.ion-arrow-graph-down-left:before {
  content: "\f25f";
}

.ion-arrow-graph-down-right:before {
  content: "\f260";
}

.ion-arrow-graph-up-left:before {
  content: "\f261";
}

.ion-arrow-graph-up-right:before {
  content: "\f262";
}

.ion-arrow-left-a:before {
  content: "\f106";
}

.ion-arrow-left-b:before {
  content: "\f107";
}

.ion-arrow-left-c:before {
  content: "\f108";
}

.ion-arrow-move:before {
  content: "\f263";
}

.ion-arrow-resize:before {
  content: "\f264";
}

.ion-arrow-return-left:before {
  content: "\f265";
}

.ion-arrow-return-right:before {
  content: "\f266";
}

.ion-arrow-right-a:before {
  content: "\f109";
}

.ion-arrow-right-b:before {
  content: "\f10a";
}

.ion-arrow-right-c:before {
  content: "\f10b";
}

.ion-arrow-shrink:before {
  content: "\f267";
}

.ion-arrow-swap:before {
  content: "\f268";
}

.ion-arrow-up-a:before {
  content: "\f10c";
}

.ion-arrow-up-b:before {
  content: "\f10d";
}

.ion-arrow-up-c:before {
  content: "\f10e";
}

.ion-asterisk:before {
  content: "\f314";
}

.ion-at:before {
  content: "\f10f";
}

.ion-backspace:before {
  content: "\f3bf";
}

.ion-backspace-outline:before {
  content: "\f3be";
}

.ion-bag:before {
  content: "\f110";
}

.ion-battery-charging:before {
  content: "\f111";
}

.ion-battery-empty:before {
  content: "\f112";
}

.ion-battery-full:before {
  content: "\f113";
}

.ion-battery-half:before {
  content: "\f114";
}

.ion-battery-low:before {
  content: "\f115";
}

.ion-beaker:before {
  content: "\f269";
}

.ion-beer:before {
  content: "\f26a";
}

.ion-bluetooth:before {
  content: "\f116";
}

.ion-bonfire:before {
  content: "\f315";
}

.ion-bookmark:before {
  content: "\f26b";
}

.ion-bowtie:before {
  content: "\f3c0";
}

.ion-briefcase:before {
  content: "\f26c";
}

.ion-bug:before {
  content: "\f2be";
}

.ion-calculator:before {
  content: "\f26d";
}

.ion-calendar:before {
  content: "\f117";
}

.ion-camera:before {
  content: "\f118";
}

.ion-card:before {
  content: "\f119";
}

.ion-cash:before {
  content: "\f316";
}

.ion-chatbox:before {
  content: "\f11b";
}

.ion-chatbox-working:before {
  content: "\f11a";
}

.ion-chatboxes:before {
  content: "\f11c";
}

.ion-chatbubble:before {
  content: "\f11e";
}

.ion-chatbubble-working:before {
  content: "\f11d";
}

.ion-chatbubbles:before {
  content: "\f11f";
}

.ion-checkmark:before {
  content: "\f122";
}

.ion-checkmark-circled:before {
  content: "\f120";
}

.ion-checkmark-round:before {
  content: "\f121";
}

.ion-chevron-down:before {
  content: "\f123";
}

.ion-chevron-left:before {
  content: "\f124";
}

.ion-chevron-right:before {
  content: "\f125";
}

.ion-chevron-up:before {
  content: "\f126";
}

.ion-clipboard:before {
  content: "\f127";
}

.ion-clock:before {
  content: "\f26e";
}

.ion-close:before {
  content: "\f12a";
}

.ion-close-circled:before {
  content: "\f128";
}

.ion-close-round:before {
  content: "\f129";
}

.ion-closed-captioning:before {
  content: "\f317";
}

.ion-cloud:before {
  content: "\f12b";
}

.ion-code:before {
  content: "\f271";
}

.ion-code-download:before {
  content: "\f26f";
}

.ion-code-working:before {
  content: "\f270";
}

.ion-coffee:before {
  content: "\f272";
}

.ion-compass:before {
  content: "\f273";
}

.ion-compose:before {
  content: "\f12c";
}

.ion-connection-bars:before {
  content: "\f274";
}

.ion-contrast:before {
  content: "\f275";
}

.ion-crop:before {
  content: "\f3c1";
}

.ion-cube:before {
  content: "\f318";
}

.ion-disc:before {
  content: "\f12d";
}

.ion-document:before {
  content: "\f12f";
}

.ion-document-text:before {
  content: "\f12e";
}

.ion-drag:before {
  content: "\f130";
}

.ion-earth:before {
  content: "\f276";
}

.ion-easel:before {
  content: "\f3c2";
}

.ion-edit:before {
  content: "\f2bf";
}

.ion-egg:before {
  content: "\f277";
}

.ion-eject:before {
  content: "\f131";
}

.ion-email:before {
  content: "\f132";
}

.ion-email-unread:before {
  content: "\f3c3";
}

.ion-erlenmeyer-flask:before {
  content: "\f3c5";
}

.ion-erlenmeyer-flask-bubbles:before {
  content: "\f3c4";
}

.ion-eye:before {
  content: "\f133";
}

.ion-eye-disabled:before {
  content: "\f306";
}

.ion-female:before {
  content: "\f278";
}

.ion-filing:before {
  content: "\f134";
}

.ion-film-marker:before {
  content: "\f135";
}

.ion-fireball:before {
  content: "\f319";
}

.ion-flag:before {
  content: "\f279";
}

.ion-flame:before {
  content: "\f31a";
}

.ion-flash:before {
  content: "\f137";
}

.ion-flash-off:before {
  content: "\f136";
}

.ion-folder:before {
  content: "\f139";
}

.ion-fork:before {
  content: "\f27a";
}

.ion-fork-repo:before {
  content: "\f2c0";
}

.ion-forward:before {
  content: "\f13a";
}

.ion-funnel:before {
  content: "\f31b";
}

.ion-gear-a:before {
  content: "\f13d";
}

.ion-gear-b:before {
  content: "\f13e";
}

.ion-grid:before {
  content: "\f13f";
}

.ion-hammer:before {
  content: "\f27b";
}

.ion-happy:before {
  content: "\f31c";
}

.ion-happy-outline:before {
  content: "\f3c6";
}

.ion-headphone:before {
  content: "\f140";
}

.ion-heart:before {
  content: "\f141";
}

.ion-heart-broken:before {
  content: "\f31d";
}

.ion-help:before {
  content: "\f143";
}

.ion-help-buoy:before {
  content: "\f27c";
}

.ion-help-circled:before {
  content: "\f142";
}

.ion-home:before {
  content: "\f144";
}

.ion-icecream:before {
  content: "\f27d";
}

.ion-image:before {
  content: "\f147";
}

.ion-images:before {
  content: "\f148";
}

.ion-information:before {
  content: "\f14a";
}

.ion-information-circled:before {
  content: "\f149";
}

.ion-ionic:before {
  content: "\f14b";
}

.ion-ios-alarm:before {
  content: "\f3c8";
}

.ion-ios-alarm-outline:before {
  content: "\f3c7";
}

.ion-ios-albums:before {
  content: "\f3ca";
}

.ion-ios-albums-outline:before {
  content: "\f3c9";
}

.ion-ios-americanfootball:before {
  content: "\f3cc";
}

.ion-ios-americanfootball-outline:before {
  content: "\f3cb";
}

.ion-ios-analytics:before {
  content: "\f3ce";
}

.ion-ios-analytics-outline:before {
  content: "\f3cd";
}

.ion-ios-arrow-back:before {
  content: "\f3cf";
}

.ion-ios-arrow-down:before {
  content: "\f3d0";
}

.ion-ios-arrow-forward:before {
  content: "\f3d1";
}

.ion-ios-arrow-left:before {
  content: "\f3d2";
}

.ion-ios-arrow-right:before {
  content: "\f3d3";
}

.ion-ios-arrow-thin-down:before {
  content: "\f3d4";
}

.ion-ios-arrow-thin-left:before {
  content: "\f3d5";
}

.ion-ios-arrow-thin-right:before {
  content: "\f3d6";
}

.ion-ios-arrow-thin-up:before {
  content: "\f3d7";
}

.ion-ios-arrow-up:before {
  content: "\f3d8";
}

.ion-ios-at:before {
  content: "\f3da";
}

.ion-ios-at-outline:before {
  content: "\f3d9";
}

.ion-ios-barcode:before {
  content: "\f3dc";
}

.ion-ios-barcode-outline:before {
  content: "\f3db";
}

.ion-ios-baseball:before {
  content: "\f3de";
}

.ion-ios-baseball-outline:before {
  content: "\f3dd";
}

.ion-ios-basketball:before {
  content: "\f3e0";
}

.ion-ios-basketball-outline:before {
  content: "\f3df";
}

.ion-ios-bell:before {
  content: "\f3e2";
}

.ion-ios-bell-outline:before {
  content: "\f3e1";
}

.ion-ios-body:before {
  content: "\f3e4";
}

.ion-ios-body-outline:before {
  content: "\f3e3";
}

.ion-ios-bolt:before {
  content: "\f3e6";
}

.ion-ios-bolt-outline:before {
  content: "\f3e5";
}

.ion-ios-book:before {
  content: "\f3e8";
}

.ion-ios-book-outline:before {
  content: "\f3e7";
}

.ion-ios-bookmarks:before {
  content: "\f3ea";
}

.ion-ios-bookmarks-outline:before {
  content: "\f3e9";
}

.ion-ios-box:before {
  content: "\f3ec";
}

.ion-ios-box-outline:before {
  content: "\f3eb";
}

.ion-ios-briefcase:before {
  content: "\f3ee";
}

.ion-ios-briefcase-outline:before {
  content: "\f3ed";
}

.ion-ios-browsers:before {
  content: "\f3f0";
}

.ion-ios-browsers-outline:before {
  content: "\f3ef";
}

.ion-ios-calculator:before {
  content: "\f3f2";
}

.ion-ios-calculator-outline:before {
  content: "\f3f1";
}

.ion-ios-calendar:before {
  content: "\f3f4";
}

.ion-ios-calendar-outline:before {
  content: "\f3f3";
}

.ion-ios-camera:before {
  content: "\f3f6";
}

.ion-ios-camera-outline:before {
  content: "\f3f5";
}

.ion-ios-cart:before {
  content: "\f3f8";
}

.ion-ios-cart-outline:before {
  content: "\f3f7";
}

.ion-ios-chatboxes:before {
  content: "\f3fa";
}

.ion-ios-chatboxes-outline:before {
  content: "\f3f9";
}

.ion-ios-chatbubble:before {
  content: "\f3fc";
}

.ion-ios-chatbubble-outline:before {
  content: "\f3fb";
}

.ion-ios-checkmark:before {
  content: "\f3ff";
}

.ion-ios-checkmark-empty:before {
  content: "\f3fd";
}

.ion-ios-checkmark-outline:before {
  content: "\f3fe";
}

.ion-ios-circle-filled:before {
  content: "\f400";
}

.ion-ios-circle-outline:before {
  content: "\f401";
}

.ion-ios-clock:before {
  content: "\f403";
}

.ion-ios-clock-outline:before {
  content: "\f402";
}

.ion-ios-close:before {
  content: "\f406";
}

.ion-ios-close-empty:before {
  content: "\f404";
}

.ion-ios-close-outline:before {
  content: "\f405";
}

.ion-ios-cloud:before {
  content: "\f40c";
}

.ion-ios-cloud-download:before {
  content: "\f408";
}

.ion-ios-cloud-download-outline:before {
  content: "\f407";
}

.ion-ios-cloud-outline:before {
  content: "\f409";
}

.ion-ios-cloud-upload:before {
  content: "\f40b";
}

.ion-ios-cloud-upload-outline:before {
  content: "\f40a";
}

.ion-ios-cloudy:before {
  content: "\f410";
}

.ion-ios-cloudy-night:before {
  content: "\f40e";
}

.ion-ios-cloudy-night-outline:before {
  content: "\f40d";
}

.ion-ios-cloudy-outline:before {
  content: "\f40f";
}

.ion-ios-cog:before {
  content: "\f412";
}

.ion-ios-cog-outline:before {
  content: "\f411";
}

.ion-ios-color-filter:before {
  content: "\f414";
}

.ion-ios-color-filter-outline:before {
  content: "\f413";
}

.ion-ios-color-wand:before {
  content: "\f416";
}

.ion-ios-color-wand-outline:before {
  content: "\f415";
}

.ion-ios-compose:before {
  content: "\f418";
}

.ion-ios-compose-outline:before {
  content: "\f417";
}

.ion-ios-contact:before {
  content: "\f41a";
}

.ion-ios-contact-outline:before {
  content: "\f419";
}

.ion-ios-copy:before {
  content: "\f41c";
}

.ion-ios-copy-outline:before {
  content: "\f41b";
}

.ion-ios-crop:before {
  content: "\f41e";
}

.ion-ios-crop-strong:before {
  content: "\f41d";
}

.ion-ios-download:before {
  content: "\f420";
}

.ion-ios-download-outline:before {
  content: "\f41f";
}

.ion-ios-drag:before {
  content: "\f421";
}

.ion-ios-email:before {
  content: "\f423";
}

.ion-ios-email-outline:before {
  content: "\f422";
}

.ion-ios-eye:before {
  content: "\f425";
}

.ion-ios-eye-outline:before {
  content: "\f424";
}

.ion-ios-fastforward:before {
  content: "\f427";
}

.ion-ios-fastforward-outline:before {
  content: "\f426";
}

.ion-ios-filing:before {
  content: "\f429";
}

.ion-ios-filing-outline:before {
  content: "\f428";
}

.ion-ios-film:before {
  content: "\f42b";
}

.ion-ios-film-outline:before {
  content: "\f42a";
}

.ion-ios-flag:before {
  content: "\f42d";
}

.ion-ios-flag-outline:before {
  content: "\f42c";
}

.ion-ios-flame:before {
  content: "\f42f";
}

.ion-ios-flame-outline:before {
  content: "\f42e";
}

.ion-ios-flask:before {
  content: "\f431";
}

.ion-ios-flask-outline:before {
  content: "\f430";
}

.ion-ios-flower:before {
  content: "\f433";
}

.ion-ios-flower-outline:before {
  content: "\f432";
}

.ion-ios-folder:before {
  content: "\f435";
}

.ion-ios-folder-outline:before {
  content: "\f434";
}

.ion-ios-football:before {
  content: "\f437";
}

.ion-ios-football-outline:before {
  content: "\f436";
}

.ion-ios-game-controller-a:before {
  content: "\f439";
}

.ion-ios-game-controller-a-outline:before {
  content: "\f438";
}

.ion-ios-game-controller-b:before {
  content: "\f43b";
}

.ion-ios-game-controller-b-outline:before {
  content: "\f43a";
}

.ion-ios-gear:before {
  content: "\f43d";
}

.ion-ios-gear-outline:before {
  content: "\f43c";
}

.ion-ios-glasses:before {
  content: "\f43f";
}

.ion-ios-glasses-outline:before {
  content: "\f43e";
}

.ion-ios-grid-view:before {
  content: "\f441";
}

.ion-ios-grid-view-outline:before {
  content: "\f440";
}

.ion-ios-heart:before {
  content: "\f443";
}

.ion-ios-heart-outline:before {
  content: "\f442";
}

.ion-ios-help:before {
  content: "\f446";
}

.ion-ios-help-empty:before {
  content: "\f444";
}

.ion-ios-help-outline:before {
  content: "\f445";
}

.ion-ios-home:before {
  content: "\f448";
}

.ion-ios-home-outline:before {
  content: "\f447";
}

.ion-ios-infinite:before {
  content: "\f44a";
}

.ion-ios-infinite-outline:before {
  content: "\f449";
}

.ion-ios-information:before {
  content: "\f44d";
}

.ion-ios-information-empty:before {
  content: "\f44b";
}

.ion-ios-information-outline:before {
  content: "\f44c";
}

.ion-ios-ionic-outline:before {
  content: "\f44e";
}

.ion-ios-keypad:before {
  content: "\f450";
}

.ion-ios-keypad-outline:before {
  content: "\f44f";
}

.ion-ios-lightbulb:before {
  content: "\f452";
}

.ion-ios-lightbulb-outline:before {
  content: "\f451";
}

.ion-ios-list:before {
  content: "\f454";
}

.ion-ios-list-outline:before {
  content: "\f453";
}

.ion-ios-location:before {
  content: "\f456";
}

.ion-ios-location-outline:before {
  content: "\f455";
}

.ion-ios-locked:before {
  content: "\f458";
}

.ion-ios-locked-outline:before {
  content: "\f457";
}

.ion-ios-loop:before {
  content: "\f45a";
}

.ion-ios-loop-strong:before {
  content: "\f459";
}

.ion-ios-medical:before {
  content: "\f45c";
}

.ion-ios-medical-outline:before {
  content: "\f45b";
}

.ion-ios-medkit:before {
  content: "\f45e";
}

.ion-ios-medkit-outline:before {
  content: "\f45d";
}

.ion-ios-mic:before {
  content: "\f461";
}

.ion-ios-mic-off:before {
  content: "\f45f";
}

.ion-ios-mic-outline:before {
  content: "\f460";
}

.ion-ios-minus:before {
  content: "\f464";
}

.ion-ios-minus-empty:before {
  content: "\f462";
}

.ion-ios-minus-outline:before {
  content: "\f463";
}

.ion-ios-monitor:before {
  content: "\f466";
}

.ion-ios-monitor-outline:before {
  content: "\f465";
}

.ion-ios-moon:before {
  content: "\f468";
}

.ion-ios-moon-outline:before {
  content: "\f467";
}

.ion-ios-more:before {
  content: "\f46a";
}

.ion-ios-more-outline:before {
  content: "\f469";
}

.ion-ios-musical-note:before {
  content: "\f46b";
}

.ion-ios-musical-notes:before {
  content: "\f46c";
}

.ion-ios-navigate:before {
  content: "\f46e";
}

.ion-ios-navigate-outline:before {
  content: "\f46d";
}

.ion-ios-nutrition:before {
  content: "\f470";
}

.ion-ios-nutrition-outline:before {
  content: "\f46f";
}

.ion-ios-paper:before {
  content: "\f472";
}

.ion-ios-paper-outline:before {
  content: "\f471";
}

.ion-ios-paperplane:before {
  content: "\f474";
}

.ion-ios-paperplane-outline:before {
  content: "\f473";
}

.ion-ios-partlysunny:before {
  content: "\f476";
}

.ion-ios-partlysunny-outline:before {
  content: "\f475";
}

.ion-ios-pause:before {
  content: "\f478";
}

.ion-ios-pause-outline:before {
  content: "\f477";
}

.ion-ios-paw:before {
  content: "\f47a";
}

.ion-ios-paw-outline:before {
  content: "\f479";
}

.ion-ios-people:before {
  content: "\f47c";
}

.ion-ios-people-outline:before {
  content: "\f47b";
}

.ion-ios-person:before {
  content: "\f47e";
}

.ion-ios-person-outline:before {
  content: "\f47d";
}

.ion-ios-personadd:before {
  content: "\f480";
}

.ion-ios-personadd-outline:before {
  content: "\f47f";
}

.ion-ios-photos:before {
  content: "\f482";
}

.ion-ios-photos-outline:before {
  content: "\f481";
}

.ion-ios-pie:before {
  content: "\f484";
}

.ion-ios-pie-outline:before {
  content: "\f483";
}

.ion-ios-pint:before {
  content: "\f486";
}

.ion-ios-pint-outline:before {
  content: "\f485";
}

.ion-ios-play:before {
  content: "\f488";
}

.ion-ios-play-outline:before {
  content: "\f487";
}

.ion-ios-plus:before {
  content: "\f48b";
}

.ion-ios-plus-empty:before {
  content: "\f489";
}

.ion-ios-plus-outline:before {
  content: "\f48a";
}

.ion-ios-pricetag:before {
  content: "\f48d";
}

.ion-ios-pricetag-outline:before {
  content: "\f48c";
}

.ion-ios-pricetags:before {
  content: "\f48f";
}

.ion-ios-pricetags-outline:before {
  content: "\f48e";
}

.ion-ios-printer:before {
  content: "\f491";
}

.ion-ios-printer-outline:before {
  content: "\f490";
}

.ion-ios-pulse:before {
  content: "\f493";
}

.ion-ios-pulse-strong:before {
  content: "\f492";
}

.ion-ios-rainy:before {
  content: "\f495";
}

.ion-ios-rainy-outline:before {
  content: "\f494";
}

.ion-ios-recording:before {
  content: "\f497";
}

.ion-ios-recording-outline:before {
  content: "\f496";
}

.ion-ios-redo:before {
  content: "\f499";
}

.ion-ios-redo-outline:before {
  content: "\f498";
}

.ion-ios-refresh:before {
  content: "\f49c";
}

.ion-ios-refresh-empty:before {
  content: "\f49a";
}

.ion-ios-refresh-outline:before {
  content: "\f49b";
}

.ion-ios-reload:before {
  content: "\f49d";
}

.ion-ios-reverse-camera:before {
  content: "\f49f";
}

.ion-ios-reverse-camera-outline:before {
  content: "\f49e";
}

.ion-ios-rewind:before {
  content: "\f4a1";
}

.ion-ios-rewind-outline:before {
  content: "\f4a0";
}

.ion-ios-rose:before {
  content: "\f4a3";
}

.ion-ios-rose-outline:before {
  content: "\f4a2";
}

.ion-ios-search:before {
  content: "\f4a5";
}

.ion-ios-search-strong:before {
  content: "\f4a4";
}

.ion-ios-settings:before {
  content: "\f4a7";
}

.ion-ios-settings-strong:before {
  content: "\f4a6";
}

.ion-ios-shuffle:before {
  content: "\f4a9";
}

.ion-ios-shuffle-strong:before {
  content: "\f4a8";
}

.ion-ios-skipbackward:before {
  content: "\f4ab";
}

.ion-ios-skipbackward-outline:before {
  content: "\f4aa";
}

.ion-ios-skipforward:before {
  content: "\f4ad";
}

.ion-ios-skipforward-outline:before {
  content: "\f4ac";
}

.ion-ios-snowy:before {
  content: "\f4ae";
}

.ion-ios-speedometer:before {
  content: "\f4b0";
}

.ion-ios-speedometer-outline:before {
  content: "\f4af";
}

.ion-ios-star:before {
  content: "\f4b3";
}

.ion-ios-star-half:before {
  content: "\f4b1";
}

.ion-ios-star-outline:before {
  content: "\f4b2";
}

.ion-ios-stopwatch:before {
  content: "\f4b5";
}

.ion-ios-stopwatch-outline:before {
  content: "\f4b4";
}

.ion-ios-sunny:before {
  content: "\f4b7";
}

.ion-ios-sunny-outline:before {
  content: "\f4b6";
}

.ion-ios-telephone:before {
  content: "\f4b9";
}

.ion-ios-telephone-outline:before {
  content: "\f4b8";
}

.ion-ios-tennisball:before {
  content: "\f4bb";
}

.ion-ios-tennisball-outline:before {
  content: "\f4ba";
}

.ion-ios-thunderstorm:before {
  content: "\f4bd";
}

.ion-ios-thunderstorm-outline:before {
  content: "\f4bc";
}

.ion-ios-time:before {
  content: "\f4bf";
}

.ion-ios-time-outline:before {
  content: "\f4be";
}

.ion-ios-timer:before {
  content: "\f4c1";
}

.ion-ios-timer-outline:before {
  content: "\f4c0";
}

.ion-ios-toggle:before {
  content: "\f4c3";
}

.ion-ios-toggle-outline:before {
  content: "\f4c2";
}

.ion-ios-trash:before {
  content: "\f4c5";
}

.ion-ios-trash-outline:before {
  content: "\f4c4";
}

.ion-ios-undo:before {
  content: "\f4c7";
}

.ion-ios-undo-outline:before {
  content: "\f4c6";
}

.ion-ios-unlocked:before {
  content: "\f4c9";
}

.ion-ios-unlocked-outline:before {
  content: "\f4c8";
}

.ion-ios-upload:before {
  content: "\f4cb";
}

.ion-ios-upload-outline:before {
  content: "\f4ca";
}

.ion-ios-videocam:before {
  content: "\f4cd";
}

.ion-ios-videocam-outline:before {
  content: "\f4cc";
}

.ion-ios-volume-high:before {
  content: "\f4ce";
}

.ion-ios-volume-low:before {
  content: "\f4cf";
}

.ion-ios-wineglass:before {
  content: "\f4d1";
}

.ion-ios-wineglass-outline:before {
  content: "\f4d0";
}

.ion-ios-world:before {
  content: "\f4d3";
}

.ion-ios-world-outline:before {
  content: "\f4d2";
}

.ion-ipad:before {
  content: "\f1f9";
}

.ion-iphone:before {
  content: "\f1fa";
}

.ion-ipod:before {
  content: "\f1fb";
}

.ion-jet:before {
  content: "\f295";
}

.ion-key:before {
  content: "\f296";
}

.ion-knife:before {
  content: "\f297";
}

.ion-laptop:before {
  content: "\f1fc";
}

.ion-leaf:before {
  content: "\f1fd";
}

.ion-levels:before {
  content: "\f298";
}

.ion-lightbulb:before {
  content: "\f299";
}

.ion-link:before {
  content: "\f1fe";
}

.ion-load-a:before {
  content: "\f29a";
}

.ion-load-b:before {
  content: "\f29b";
}

.ion-load-c:before {
  content: "\f29c";
}

.ion-load-d:before {
  content: "\f29d";
}

.ion-location:before {
  content: "\f1ff";
}

.ion-lock-combination:before {
  content: "\f4d4";
}

.ion-locked:before {
  content: "\f200";
}

.ion-log-in:before {
  content: "\f29e";
}

.ion-log-out:before {
  content: "\f29f";
}

.ion-loop:before {
  content: "\f201";
}

.ion-magnet:before {
  content: "\f2a0";
}

.ion-male:before {
  content: "\f2a1";
}

.ion-man:before {
  content: "\f202";
}

.ion-map:before {
  content: "\f203";
}

.ion-medkit:before {
  content: "\f2a2";
}

.ion-merge:before {
  content: "\f33f";
}

.ion-mic-a:before {
  content: "\f204";
}

.ion-mic-b:before {
  content: "\f205";
}

.ion-mic-c:before {
  content: "\f206";
}

.ion-minus:before {
  content: "\f209";
}

.ion-minus-circled:before {
  content: "\f207";
}

.ion-minus-round:before {
  content: "\f208";
}

.ion-model-s:before {
  content: "\f2c1";
}

.ion-monitor:before {
  content: "\f20a";
}

.ion-more:before {
  content: "\f20b";
}

.ion-mouse:before {
  content: "\f340";
}

.ion-music-note:before {
  content: "\f20c";
}

.ion-navicon:before {
  content: "\f20e";
}

.ion-navicon-round:before {
  content: "\f20d";
}

.ion-navigate:before {
  content: "\f2a3";
}

.ion-network:before {
  content: "\f341";
}

.ion-no-smoking:before {
  content: "\f2c2";
}

.ion-nuclear:before {
  content: "\f2a4";
}

.ion-outlet:before {
  content: "\f342";
}

.ion-paintbrush:before {
  content: "\f4d5";
}

.ion-paintbucket:before {
  content: "\f4d6";
}

.ion-paper-airplane:before {
  content: "\f2c3";
}

.ion-paperclip:before {
  content: "\f20f";
}

.ion-pause:before {
  content: "\f210";
}

.ion-person:before {
  content: "\f213";
}

.ion-person-add:before {
  content: "\f211";
}

.ion-person-stalker:before {
  content: "\f212";
}

.ion-pie-graph:before {
  content: "\f2a5";
}

.ion-pin:before {
  content: "\f2a6";
}

.ion-pinpoint:before {
  content: "\f2a7";
}

.ion-pizza:before {
  content: "\f2a8";
}

.ion-plane:before {
  content: "\f214";
}

.ion-planet:before {
  content: "\f343";
}

.ion-play:before {
  content: "\f215";
}

.ion-playstation:before {
  content: "\f30a";
}

.ion-plus:before {
  content: "\f218";
}

.ion-plus-circled:before {
  content: "\f216";
}

.ion-plus-round:before {
  content: "\f217";
}

.ion-podium:before {
  content: "\f344";
}

.ion-pound:before {
  content: "\f219";
}

.ion-power:before {
  content: "\f2a9";
}

.ion-pricetag:before {
  content: "\f2aa";
}

.ion-pricetags:before {
  content: "\f2ab";
}

.ion-printer:before {
  content: "\f21a";
}

.ion-pull-request:before {
  content: "\f345";
}

.ion-qr-scanner:before {
  content: "\f346";
}

.ion-quote:before {
  content: "\f347";
}

.ion-radio-waves:before {
  content: "\f2ac";
}

.ion-record:before {
  content: "\f21b";
}

.ion-refresh:before {
  content: "\f21c";
}

.ion-reply:before {
  content: "\f21e";
}

.ion-reply-all:before {
  content: "\f21d";
}

.ion-ribbon-a:before {
  content: "\f348";
}

.ion-ribbon-b:before {
  content: "\f349";
}

.ion-sad:before {
  content: "\f34a";
}

.ion-sad-outline:before {
  content: "\f4d7";
}

.ion-scissors:before {
  content: "\f34b";
}

.ion-search:before {
  content: "\f21f";
}

.ion-settings:before {
  content: "\f2ad";
}

.ion-share:before {
  content: "\f220";
}

.ion-shuffle:before {
  content: "\f221";
}

.ion-skip-backward:before {
  content: "\f222";
}

.ion-skip-forward:before {
  content: "\f223";
}

.ion-social-android:before {
  content: "\f225";
}

.ion-social-android-outline:before {
  content: "\f224";
}

.ion-social-angular:before {
  content: "\f4d9";
}

.ion-social-angular-outline:before {
  content: "\f4d8";
}

.ion-social-apple:before {
  content: "\f227";
}

.ion-social-apple-outline:before {
  content: "\f226";
}

.ion-social-bitcoin:before {
  content: "\f2af";
}

.ion-social-bitcoin-outline:before {
  content: "\f2ae";
}

.ion-social-buffer:before {
  content: "\f229";
}

.ion-social-buffer-outline:before {
  content: "\f228";
}

.ion-social-chrome:before {
  content: "\f4db";
}

.ion-social-chrome-outline:before {
  content: "\f4da";
}

.ion-social-codepen:before {
  content: "\f4dd";
}

.ion-social-codepen-outline:before {
  content: "\f4dc";
}

.ion-social-css3:before {
  content: "\f4df";
}

.ion-social-css3-outline:before {
  content: "\f4de";
}

.ion-social-designernews:before {
  content: "\f22b";
}

.ion-social-designernews-outline:before {
  content: "\f22a";
}

.ion-social-dribbble:before {
  content: "\f22d";
}

.ion-social-dribbble-outline:before {
  content: "\f22c";
}

.ion-social-dropbox:before {
  content: "\f22f";
}

.ion-social-dropbox-outline:before {
  content: "\f22e";
}

.ion-social-euro:before {
  content: "\f4e1";
}

.ion-social-euro-outline:before {
  content: "\f4e0";
}

.ion-social-facebook:before {
  content: "\f231";
}

.ion-social-facebook-outline:before {
  content: "\f230";
}

.ion-social-foursquare:before {
  content: "\f34d";
}

.ion-social-foursquare-outline:before {
  content: "\f34c";
}

.ion-social-freebsd-devil:before {
  content: "\f2c4";
}

.ion-social-github:before {
  content: "\f233";
}

.ion-social-github-outline:before {
  content: "\f232";
}

.ion-social-google:before {
  content: "\f34f";
}

.ion-social-google-outline:before {
  content: "\f34e";
}

.ion-social-googleplus:before {
  content: "\f235";
}

.ion-social-googleplus-outline:before {
  content: "\f234";
}

.ion-social-hackernews:before {
  content: "\f237";
}

.ion-social-hackernews-outline:before {
  content: "\f236";
}

.ion-social-html5:before {
  content: "\f4e3";
}

.ion-social-html5-outline:before {
  content: "\f4e2";
}

.ion-social-instagram:before {
  content: "\f351";
}

.ion-social-instagram-outline:before {
  content: "\f350";
}

.ion-social-javascript:before {
  content: "\f4e5";
}

.ion-social-javascript-outline:before {
  content: "\f4e4";
}

.ion-social-linkedin:before {
  content: "\f239";
}

.ion-social-linkedin-outline:before {
  content: "\f238";
}

.ion-social-markdown:before {
  content: "\f4e6";
}

.ion-social-nodejs:before {
  content: "\f4e7";
}

.ion-social-octocat:before {
  content: "\f4e8";
}

.ion-social-pinterest:before {
  content: "\f2b1";
}

.ion-social-pinterest-outline:before {
  content: "\f2b0";
}

.ion-social-python:before {
  content: "\f4e9";
}

.ion-social-reddit:before {
  content: "\f23b";
}

.ion-social-reddit-outline:before {
  content: "\f23a";
}

.ion-social-rss:before {
  content: "\f23d";
}

.ion-social-rss-outline:before {
  content: "\f23c";
}

.ion-social-sass:before {
  content: "\f4ea";
}

.ion-social-skype:before {
  content: "\f23f";
}

.ion-social-skype-outline:before {
  content: "\f23e";
}

.ion-social-snapchat:before {
  content: "\f4ec";
}

.ion-social-snapchat-outline:before {
  content: "\f4eb";
}

.ion-social-tumblr:before {
  content: "\f241";
}

.ion-social-tumblr-outline:before {
  content: "\f240";
}

.ion-social-tux:before {
  content: "\f2c5";
}

.ion-social-twitch:before {
  content: "\f4ee";
}

.ion-social-twitch-outline:before {
  content: "\f4ed";
}

.ion-social-twitter:before {
  content: "\f243";
}

.ion-social-twitter-outline:before {
  content: "\f242";
}

.ion-social-usd:before {
  content: "\f353";
}

.ion-social-usd-outline:before {
  content: "\f352";
}

.ion-social-vimeo:before {
  content: "\f245";
}

.ion-social-vimeo-outline:before {
  content: "\f244";
}

.ion-social-whatsapp:before {
  content: "\f4f0";
}

.ion-social-whatsapp-outline:before {
  content: "\f4ef";
}

.ion-social-windows:before {
  content: "\f247";
}

.ion-social-windows-outline:before {
  content: "\f246";
}

.ion-social-wordpress:before {
  content: "\f249";
}

.ion-social-wordpress-outline:before {
  content: "\f248";
}

.ion-social-yahoo:before {
  content: "\f24b";
}

.ion-social-yahoo-outline:before {
  content: "\f24a";
}

.ion-social-yen:before {
  content: "\f4f2";
}

.ion-social-yen-outline:before {
  content: "\f4f1";
}

.ion-social-youtube:before {
  content: "\f24d";
}

.ion-social-youtube-outline:before {
  content: "\f24c";
}

.ion-soup-can:before {
  content: "\f4f4";
}

.ion-soup-can-outline:before {
  content: "\f4f3";
}

.ion-speakerphone:before {
  content: "\f2b2";
}

.ion-speedometer:before {
  content: "\f2b3";
}

.ion-spoon:before {
  content: "\f2b4";
}

.ion-star:before {
  content: "\f24e";
}

.ion-stats-bars:before {
  content: "\f2b5";
}

.ion-steam:before {
  content: "\f30b";
}

.ion-stop:before {
  content: "\f24f";
}

.ion-thermometer:before {
  content: "\f2b6";
}

.ion-thumbsdown:before {
  content: "\f250";
}

.ion-thumbsup:before {
  content: "\f251";
}

.ion-toggle:before {
  content: "\f355";
}

.ion-toggle-filled:before {
  content: "\f354";
}

.ion-transgender:before {
  content: "\f4f5";
}

.ion-trash-a:before {
  content: "\f252";
}

.ion-trash-b:before {
  content: "\f253";
}

.ion-trophy:before {
  content: "\f356";
}

.ion-tshirt:before {
  content: "\f4f7";
}

.ion-tshirt-outline:before {
  content: "\f4f6";
}

.ion-umbrella:before {
  content: "\f2b7";
}

.ion-university:before {
  content: "\f357";
}

.ion-unlocked:before {
  content: "\f254";
}

.ion-upload:before {
  content: "\f255";
}

.ion-usb:before {
  content: "\f2b8";
}

.ion-videocamera:before {
  content: "\f256";
}

.ion-volume-high:before {
  content: "\f257";
}

.ion-volume-low:before {
  content: "\f258";
}

.ion-volume-medium:before {
  content: "\f259";
}

.ion-volume-mute:before {
  content: "\f25a";
}

.ion-wand:before {
  content: "\f358";
}

.ion-waterdrop:before {
  content: "\f25b";
}

.ion-wifi:before {
  content: "\f25c";
}

.ion-wineglass:before {
  content: "\f2b9";
}

.ion-woman:before {
  content: "\f25d";
}

.ion-wrench:before {
  content: "\f2ba";
}

.ion-xbox:before {
  content: "\f30c";
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: "Montserrat", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif !important;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

ul {
  padding: 0;
  margin: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

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

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

a.alignnone {
  display: inline-block;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
  margin: 0 auto 2.4rem;
}

img.alignnone,
.alignnone {
  display: block;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0;
  margin: 0 2.4rem 2.4rem 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px;
  margin: 0 0 2.4rem 2.4rem;
}

a.btn.orange:hover {
  background-color: #fff;
  color: #E36F1E !important;
  border: 1px solid #E36F1E;
}

/*--------------------------------------------------------------
# Libraries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
}

/* RANDOM */
* {
  /* Fluid Type */
  --responsive: calc((var(--min-font) * 1px) + (var(--max-font) - var(--min-font)) * ((100vmin - 320px) / (1920 - 320)));
  --responsiveLH: calc((var(--min-font) * 1.1px) + (var(--max-font) - var(--min-font)) * ((100vmin - 320px) / (1920 - 320)));
}

h1, h2, h3, h4, h5, h6 {
  font-family: "GlyphaLTStd-Bold", sans-serif;
  color: #303C42;
  clear: both;
  font-weight: normal;
  margin-top: 0;
}

h1,
.h1 {
  /* Set max and min font sizes */
  --max-font: 96;
  --min-font: 34;
  font-size: var(--responsive);
  line-height: var(--responsiveLH);
}

h2,
.h2 {
  /* Set max and min font sizes */
  --max-font: 64;
  --min-font: 24;
  font-size: var(--responsive);
  line-height: var(--responsiveLH);
}

h3,
.h3 {
  --max-font: 44;
  --min-font: 20;
  font-size: var(--responsive);
  line-height: var(--responsiveLH);
}

h4,
.h4 {
  --max-font: 36;
  --min-font: 22;
  font-size: var(--responsive);
  line-height: var(--responsiveLH);
}

h5,
.h5 {
  --max-font: 32;
  --min-font: 18;
  font-size: var(--responsive);
  line-height: var(--responsiveLH);
}

h6,
.h6 {
  --max-font: 26;
  --min-font: 16;
  font-size: var(--responsive);
  line-height: var(--responsiveLH);
}

/* RANDOM */
p, .text-wrapper.small p, .text-wrapper.small .text-wrapper.normal, .text-wrapper.big p, .text-wrapper.big .text-wrapper.normal, .text-wrapper.normal, .text-wrapper p {
  font-family: "Montserrat", sans-serif !important;
  /* Set max and min font sizes */
  --max-font: 17;
  --min-font: 14;
  line-height: 1.625;
  margin-bottom: 1.5em;
  font-weight: 400;
  color: #303C42;
}

p.introduction, .introduction.text-wrapper.normal, .text-wrapper p, .text-wrapper.small p, .text-wrapper.big p, .text-wrapper .text-wrapper.normal {
  /* Set max and min font sizes */
  --max-font: 21;
  --min-font: 14;
  font-size: var(--responsive);
  line-height: 25px;
  font-weight: normal;
}

@media (max-width: 576px) {
  p.introduction, .introduction.text-wrapper.normal, .text-wrapper p, .text-wrapper.small p, .text-wrapper.big p, .text-wrapper .text-wrapper.normal {
    line-height: 20px;
  }
}
p.introduction.big, .introduction.big.text-wrapper.normal, .text-wrapper p.big, .text-wrapper.big p, .text-wrapper .big.text-wrapper.normal, .text-wrapper.big .text-wrapper.normal {
  /* Set max and min font sizes */
  --max-font: 30;
  --min-font: 18;
  font-size: var(--responsive);
  /* @include font-size(32); */
  line-height: 1.3;
  font-weight: 300;
}

@media (max-width: 1025px) {
  p.introduction.big, .introduction.big.text-wrapper.normal, .text-wrapper p.big, .text-wrapper.big p, .text-wrapper .big.text-wrapper.normal, .text-wrapper.big .text-wrapper.normal {
    --max-font: 25;
    --min-font: 18;
  }
}
p.introduction.small, .introduction.small.text-wrapper.normal, .text-wrapper p.small, .text-wrapper.small p, .text-wrapper .small.text-wrapper.normal, .text-wrapper.small .text-wrapper.normal {
  /* Set max and min font sizes */
  --max-font: 12;
  --min-font: 12;
  font-size: var(--responsive);
  line-height: 15px;
  font-weight: normal;
}

p .quote, .text-wrapper.small p .quote, .text-wrapper.big p .quote, .text-wrapper.normal .quote {
  color: #A1ABB2;
  /* Set max and min font sizes */
  --max-font: 28;
  --min-font: 20;
  font-size: var(--responsive);
  line-height: 34px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.text-wrapper {
  margin-top: 5px;
  margin-bottom: 50px;
}

.text-wrapper.no-margin {
  margin-bottom: 0;
}

@media (max-width: 576px) {
  .text-wrapper {
    margin-top: 5px;
    margin-bottom: 40px;
  }
}
.text-wrapper.normal {
  text-align: left;
}

.text-wrapper.big p, .text-wrapper.big .text-wrapper.normal {
  font-family: "Montserrat", sans-serif;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 1.5rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 18px;
  font-size: 1.8rem;
}

@font-face {
  font-family: "GlyphaLTStd-Bold";
  src: url("assets/fonts/350513_0_0.eot");
  src: url("assets/fonts/350513_0_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/350513_0_0.woff2") format("woff2"), url("assets/fonts/350513_0_0.woff") format("woff"), url("assets/fonts/350513_0_0.ttf") format("truetype");
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  font-size: 62.5%;
}

.container,
html,
body {
  position: relative;
  height: 100%;
}

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

* {
  outline: 0;
}

body {
  background: #ffffff;
  position: relative;
}

blockquote,
q {
  quotes: "" "";
}
blockquote:before, blockquote:after,
q:before,
q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}

.padding-el.b {
  padding-bottom: 200px;
}

@media (max-width: 1025px) {
  .padding-el.b {
    padding-bottom: 150px;
  }
}
@media (max-width: 576px) {
  .padding-el.b {
    padding-bottom: 100px;
  }
}
.padding-el.b.xxs {
  padding-bottom: 50px;
}

@media (max-width: 1025px) {
  .padding-el.b.xxs {
    padding-bottom: 0px;
  }
}
.padding-el.b.xs {
  padding-bottom: 100px;
}

@media (max-width: 1025px) {
  .padding-el.b.xs {
    padding-bottom: 50px;
  }
}
.padding-el.b.s {
  padding-bottom: 150px;
}

@media (max-width: 1025px) {
  .padding-el.b.s {
    padding-bottom: 100px;
  }
}
@media (max-width: 576px) {
  .padding-el.b.s {
    padding-bottom: 50px;
  }
}
.padding-el.b.l {
  padding-bottom: 250px;
}

@media (max-width: 1025px) {
  .padding-el.b.l {
    padding-bottom: 200px;
  }
}
.padding-el.b.xl {
  padding-bottom: 300px;
}

@media (max-width: 1025px) {
  .padding-el.b.xl {
    padding-bottom: 250px;
  }
}
.padding-el.b.xxl {
  padding-bottom: 350px;
}

@media (max-width: 1025px) {
  .padding-el.b.xxl {
    padding-bottom: 300px;
  }
}
.padding-el.t {
  padding-top: 200px;
}

@media (max-width: 1025px) {
  .padding-el.t {
    padding-top: 150px;
  }
}
@media (max-width: 576px) {
  .padding-el.t {
    padding-top: 100px;
  }
}
.padding-el.t.xxs {
  padding-top: 50px;
}

@media (max-width: 576px) {
  .padding-el.t.xxs {
    padding-top: 0px;
  }
}
.padding-el.t.xs {
  padding-top: 100px;
}

@media (max-width: 1025px) {
  .padding-el.t.xs {
    padding-top: 50px;
  }
}
.padding-el.t.s {
  padding-top: 150px;
}

@media (max-width: 1025px) {
  .padding-el.t.s {
    padding-top: 100px;
  }
}
@media (max-width: 576px) {
  .padding-el.t.s {
    padding-top: 50px;
  }
}
.padding-el.t.l {
  padding-top: 250px;
}

@media (max-width: 1025px) {
  .padding-el.t.l {
    padding-top: 200px;
  }
}
.padding-el.t.xl {
  padding-top: 300px;
}

@media (max-width: 1025px) {
  .padding-el.t.xl {
    padding-top: 250px;
  }
}
.padding-el.t.xxl {
  padding-top: 350px;
}

@media (max-width: 1025px) {
  .padding-el.t.xxl {
    padding-top: 300px;
  }
}
.margin-el.b {
  margin-bottom: 200px;
}

@media (max-width: 1025px) {
  .margin-el.b {
    margin-bottom: 150px;
  }
}
@media (max-width: 576px) {
  .margin-el.b {
    margin-bottom: 100px;
  }
}
.margin-el.b.xxs {
  margin-bottom: 50px;
}

@media (max-width: 576px) {
  .margin-el.b.xxs {
    margin-bottom: 0px;
  }
}
.margin-el.b.xs {
  margin-bottom: 100px;
}

@media (max-width: 1025px) {
  .margin-el.b.xs {
    margin-bottom: 50px;
  }
}
.margin-el.b.s {
  margin-bottom: 150px;
}

@media (max-width: 1025px) {
  .margin-el.b.s {
    margin-bottom: 100px;
  }
}
@media (max-width: 576px) {
  .margin-el.b.s {
    padding-bottom: 50px;
  }
}
.margin-el.b.l {
  margin-bottom: 250px;
}

@media (max-width: 1025px) {
  .margin-el.b.l {
    margin-bottom: 200px;
  }
}
.margin-el.b.xl {
  margin-bottom: 300px;
}

@media (max-width: 1025px) {
  .margin-el.b.xl {
    margin-bottom: 250px;
  }
}
.margin-el.b.xxl {
  margin-bottom: 350px;
}

@media (max-width: 1025px) {
  .margin-el.b.xxl {
    margin-bottom: 300px;
  }
}
.margin-el.t {
  margin-top: 200px;
}

@media (max-width: 1025px) {
  .margin-el.t {
    margin-top: 150px;
  }
}
@media (max-width: 576px) {
  .margin-el.t {
    margin-top: 100px;
  }
}
.margin-el.t.xxs {
  margin-top: 50px;
}

@media (max-width: 576px) {
  .margin-el.t.xxs {
    margin-top: 0px;
  }
}
.margin-el.t.xs {
  margin-top: 100px;
}

@media (max-width: 1025px) {
  .margin-el.t.xs {
    margin-top: 50px;
  }
}
.margin-el.t.s {
  margin-top: 150px;
}

@media (max-width: 1025px) {
  .margin-el.t.s {
    margin-top: 100px;
  }
}
@media (max-width: 576px) {
  .margin-el.t.s {
    padding-bottom: 50px;
  }
}
.margin-el.t.l {
  margin-top: 250px;
}

@media (max-width: 1025px) {
  .margin-el.t.l {
    margin-top: 200px;
  }
}
.margin-el.t.xl {
  margin-top: 300px;
}

@media (max-width: 1025px) {
  .margin-el.t.xl {
    margin-top: 250px;
  }
}
.margin-el.t.xxl {
  margin-top: 350px;
}

@media (max-width: 1025px) {
  .margin-el.t.xxl {
    margin-top: 300px;
  }
}
.clear {
  clear: both;
}

.no-padding {
  padding: 0;
}

.va {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.move-down {
  bottom: -100px;
}

.bg-el {
  position: absolute;
}

.z-index-0 {
  z-index: 0;
  position: relative;
}

.z-index-1 {
  z-index: 100;
  position: relative;
}

.z-index-2 {
  z-index: 200;
  position: relative;
}

.z-index-3 {
  z-index: 300;
  position: relative;
}

.z-index-4 {
  z-index: 400;
  position: relative;
}

.z-index-5 {
  z-index: 500;
  position: relative;
}

.z-index-6 {
  z-index: 600;
  position: relative;
}

.z-index-7 {
  z-index: 700;
  position: relative;
}

.z-index-8 {
  z-index: 800;
  position: relative;
}

.z-index-9 {
  z-index: 900;
  position: relative;
}

.z-index-10 {
  z-index: 1000;
  position: relative;
}

#page.au-site .the-fund .padding-el.b {
  padding-bottom: 0px;
}

#page.au-site #the-members .padding-el.b.xs {
  padding-bottom: 130px;
}

/*
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url("./assets/fonts/ionicons.eot?v=2.0.0");
  src: url("./assets/fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("./assets/fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("./assets/fonts/ionicons.woff?v=2.0.0") format("woff"), url("./assets/fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.ion {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ion-alert:before {
  content: "\f101";
}

.ion-alert-circled:before {
  content: "\f100";
}

.ion-android-add:before {
  content: "\f2c7";
}

.ion-android-add-circle:before {
  content: "\f359";
}

.ion-android-alarm-clock:before {
  content: "\f35a";
}

.ion-android-alert:before {
  content: "\f35b";
}

.ion-android-apps:before {
  content: "\f35c";
}

.ion-android-archive:before {
  content: "\f2c9";
}

.ion-android-arrow-back:before {
  content: "\f2ca";
}

.ion-android-arrow-down:before {
  content: "\f35d";
}

.ion-android-arrow-dropdown:before {
  content: "\f35f";
}

.ion-android-arrow-dropdown-circle:before {
  content: "\f35e";
}

.ion-android-arrow-dropleft:before {
  content: "\f361";
}

.ion-android-arrow-dropleft-circle:before {
  content: "\f360";
}

.ion-android-arrow-dropright:before {
  content: "\f363";
}

.ion-android-arrow-dropright-circle:before {
  content: "\f362";
}

.ion-android-arrow-dropup:before {
  content: "\f365";
}

.ion-android-arrow-dropup-circle:before {
  content: "\f364";
}

.ion-android-arrow-forward:before {
  content: "\f30f";
}

.ion-android-arrow-up:before {
  content: "\f366";
}

.ion-android-attach:before {
  content: "\f367";
}

.ion-android-bar:before {
  content: "\f368";
}

.ion-android-bicycle:before {
  content: "\f369";
}

.ion-android-boat:before {
  content: "\f36a";
}

.ion-android-bookmark:before {
  content: "\f36b";
}

.ion-android-bulb:before {
  content: "\f36c";
}

.ion-android-bus:before {
  content: "\f36d";
}

.ion-android-calendar:before {
  content: "\f2d1";
}

.ion-android-call:before {
  content: "\f2d2";
}

.ion-android-camera:before {
  content: "\f2d3";
}

.ion-android-cancel:before {
  content: "\f36e";
}

.ion-android-car:before {
  content: "\f36f";
}

.ion-android-cart:before {
  content: "\f370";
}

.ion-android-chat:before {
  content: "\f2d4";
}

.ion-android-checkbox:before {
  content: "\f374";
}

.ion-android-checkbox-blank:before {
  content: "\f371";
}

.ion-android-checkbox-outline:before {
  content: "\f373";
}

.ion-android-checkbox-outline-blank:before {
  content: "\f372";
}

.ion-android-checkmark-circle:before {
  content: "\f375";
}

.ion-android-clipboard:before {
  content: "\f376";
}

.ion-android-close:before {
  content: "\f2d7";
}

.ion-android-cloud:before {
  content: "\f37a";
}

.ion-android-cloud-circle:before {
  content: "\f377";
}

.ion-android-cloud-done:before {
  content: "\f378";
}

.ion-android-cloud-outline:before {
  content: "\f379";
}

.ion-android-color-palette:before {
  content: "\f37b";
}

.ion-android-compass:before {
  content: "\f37c";
}

.ion-android-contact:before {
  content: "\f2d8";
}

.ion-android-contacts:before {
  content: "\f2d9";
}

.ion-android-contract:before {
  content: "\f37d";
}

.ion-android-create:before {
  content: "\f37e";
}

.ion-android-delete:before {
  content: "\f37f";
}

.ion-android-desktop:before {
  content: "\f380";
}

.ion-android-document:before {
  content: "\f381";
}

.ion-android-done:before {
  content: "\f383";
}

.ion-android-done-all:before {
  content: "\f382";
}

.ion-android-download:before {
  content: "\f2dd";
}

.ion-android-drafts:before {
  content: "\f384";
}

.ion-android-exit:before {
  content: "\f385";
}

.ion-android-expand:before {
  content: "\f386";
}

.ion-android-favorite:before {
  content: "\f388";
}

.ion-android-favorite-outline:before {
  content: "\f387";
}

.ion-android-film:before {
  content: "\f389";
}

.ion-android-folder:before {
  content: "\f2e0";
}

.ion-android-folder-open:before {
  content: "\f38a";
}

.ion-android-funnel:before {
  content: "\f38b";
}

.ion-android-globe:before {
  content: "\f38c";
}

.ion-android-hand:before {
  content: "\f2e3";
}

.ion-android-hangout:before {
  content: "\f38d";
}

.ion-android-happy:before {
  content: "\f38e";
}

.ion-android-home:before {
  content: "\f38f";
}

.ion-android-image:before {
  content: "\f2e4";
}

.ion-android-laptop:before {
  content: "\f390";
}

.ion-android-list:before {
  content: "\f391";
}

.ion-android-locate:before {
  content: "\f2e9";
}

.ion-android-lock:before {
  content: "\f392";
}

.ion-android-mail:before {
  content: "\f2eb";
}

.ion-android-map:before {
  content: "\f393";
}

.ion-android-menu:before {
  content: "\f394";
}

.ion-android-microphone:before {
  content: "\f2ec";
}

.ion-android-microphone-off:before {
  content: "\f395";
}

.ion-android-more-horizontal:before {
  content: "\f396";
}

.ion-android-more-vertical:before {
  content: "\f397";
}

.ion-android-navigate:before {
  content: "\f398";
}

.ion-android-notifications:before {
  content: "\f39b";
}

.ion-android-notifications-none:before {
  content: "\f399";
}

.ion-android-notifications-off:before {
  content: "\f39a";
}

.ion-android-open:before {
  content: "\f39c";
}

.ion-android-options:before {
  content: "\f39d";
}

.ion-android-people:before {
  content: "\f39e";
}

.ion-android-person:before {
  content: "\f3a0";
}

.ion-android-person-add:before {
  content: "\f39f";
}

.ion-android-phone-landscape:before {
  content: "\f3a1";
}

.ion-android-phone-portrait:before {
  content: "\f3a2";
}

.ion-android-pin:before {
  content: "\f3a3";
}

.ion-android-plane:before {
  content: "\f3a4";
}

.ion-android-playstore:before {
  content: "\f2f0";
}

.ion-android-print:before {
  content: "\f3a5";
}

.ion-android-radio-button-off:before {
  content: "\f3a6";
}

.ion-android-radio-button-on:before {
  content: "\f3a7";
}

.ion-android-refresh:before {
  content: "\f3a8";
}

.ion-android-remove:before {
  content: "\f2f4";
}

.ion-android-remove-circle:before {
  content: "\f3a9";
}

.ion-android-restaurant:before {
  content: "\f3aa";
}

.ion-android-sad:before {
  content: "\f3ab";
}

.ion-android-search:before {
  content: "\f2f5";
}

.ion-android-send:before {
  content: "\f2f6";
}

.ion-android-settings:before {
  content: "\f2f7";
}

.ion-android-share:before {
  content: "\f2f8";
}

.ion-android-share-alt:before {
  content: "\f3ac";
}

.ion-android-star:before {
  content: "\f2fc";
}

.ion-android-star-half:before {
  content: "\f3ad";
}

.ion-android-star-outline:before {
  content: "\f3ae";
}

.ion-android-stopwatch:before {
  content: "\f2fd";
}

.ion-android-subway:before {
  content: "\f3af";
}

.ion-android-sunny:before {
  content: "\f3b0";
}

.ion-android-sync:before {
  content: "\f3b1";
}

.ion-android-textsms:before {
  content: "\f3b2";
}

.ion-android-time:before {
  content: "\f3b3";
}

.ion-android-train:before {
  content: "\f3b4";
}

.ion-android-unlock:before {
  content: "\f3b5";
}

.ion-android-upload:before {
  content: "\f3b6";
}

.ion-android-volume-down:before {
  content: "\f3b7";
}

.ion-android-volume-mute:before {
  content: "\f3b8";
}

.ion-android-volume-off:before {
  content: "\f3b9";
}

.ion-android-volume-up:before {
  content: "\f3ba";
}

.ion-android-walk:before {
  content: "\f3bb";
}

.ion-android-warning:before {
  content: "\f3bc";
}

.ion-android-watch:before {
  content: "\f3bd";
}

.ion-android-wifi:before {
  content: "\f305";
}

.ion-aperture:before {
  content: "\f313";
}

.ion-archive:before {
  content: "\f102";
}

.ion-arrow-down-a:before {
  content: "\f103";
}

.ion-arrow-down-b:before {
  content: "\f104";
}

.ion-arrow-down-c:before {
  content: "\f105";
}

.ion-arrow-expand:before {
  content: "\f25e";
}

.ion-arrow-graph-down-left:before {
  content: "\f25f";
}

.ion-arrow-graph-down-right:before {
  content: "\f260";
}

.ion-arrow-graph-up-left:before {
  content: "\f261";
}

.ion-arrow-graph-up-right:before {
  content: "\f262";
}

.ion-arrow-left-a:before {
  content: "\f106";
}

.ion-arrow-left-b:before {
  content: "\f107";
}

.ion-arrow-left-c:before {
  content: "\f108";
}

.ion-arrow-move:before {
  content: "\f263";
}

.ion-arrow-resize:before {
  content: "\f264";
}

.ion-arrow-return-left:before {
  content: "\f265";
}

.ion-arrow-return-right:before {
  content: "\f266";
}

.ion-arrow-right-a:before {
  content: "\f109";
}

.ion-arrow-right-b:before {
  content: "\f10a";
}

.ion-arrow-right-c:before {
  content: "\f10b";
}

.ion-arrow-shrink:before {
  content: "\f267";
}

.ion-arrow-swap:before {
  content: "\f268";
}

.ion-arrow-up-a:before {
  content: "\f10c";
}

.ion-arrow-up-b:before {
  content: "\f10d";
}

.ion-arrow-up-c:before {
  content: "\f10e";
}

.ion-asterisk:before {
  content: "\f314";
}

.ion-at:before {
  content: "\f10f";
}

.ion-backspace:before {
  content: "\f3bf";
}

.ion-backspace-outline:before {
  content: "\f3be";
}

.ion-bag:before {
  content: "\f110";
}

.ion-battery-charging:before {
  content: "\f111";
}

.ion-battery-empty:before {
  content: "\f112";
}

.ion-battery-full:before {
  content: "\f113";
}

.ion-battery-half:before {
  content: "\f114";
}

.ion-battery-low:before {
  content: "\f115";
}

.ion-beaker:before {
  content: "\f269";
}

.ion-beer:before {
  content: "\f26a";
}

.ion-bluetooth:before {
  content: "\f116";
}

.ion-bonfire:before {
  content: "\f315";
}

.ion-bookmark:before {
  content: "\f26b";
}

.ion-bowtie:before {
  content: "\f3c0";
}

.ion-briefcase:before {
  content: "\f26c";
}

.ion-bug:before {
  content: "\f2be";
}

.ion-calculator:before {
  content: "\f26d";
}

.ion-calendar:before {
  content: "\f117";
}

.ion-camera:before {
  content: "\f118";
}

.ion-card:before {
  content: "\f119";
}

.ion-cash:before {
  content: "\f316";
}

.ion-chatbox:before {
  content: "\f11b";
}

.ion-chatbox-working:before {
  content: "\f11a";
}

.ion-chatboxes:before {
  content: "\f11c";
}

.ion-chatbubble:before {
  content: "\f11e";
}

.ion-chatbubble-working:before {
  content: "\f11d";
}

.ion-chatbubbles:before {
  content: "\f11f";
}

.ion-checkmark:before {
  content: "\f122";
}

.ion-checkmark-circled:before {
  content: "\f120";
}

.ion-checkmark-round:before {
  content: "\f121";
}

.ion-chevron-down:before {
  content: "\f123";
}

.ion-chevron-left:before {
  content: "\f124";
}

.ion-chevron-right:before {
  content: "\f125";
}

.ion-chevron-up:before {
  content: "\f126";
}

.ion-clipboard:before {
  content: "\f127";
}

.ion-clock:before {
  content: "\f26e";
}

.ion-close:before {
  content: "\f12a";
}

.ion-close-circled:before {
  content: "\f128";
}

.ion-close-round:before {
  content: "\f129";
}

.ion-closed-captioning:before {
  content: "\f317";
}

.ion-cloud:before {
  content: "\f12b";
}

.ion-code:before {
  content: "\f271";
}

.ion-code-download:before {
  content: "\f26f";
}

.ion-code-working:before {
  content: "\f270";
}

.ion-coffee:before {
  content: "\f272";
}

.ion-compass:before {
  content: "\f273";
}

.ion-compose:before {
  content: "\f12c";
}

.ion-connection-bars:before {
  content: "\f274";
}

.ion-contrast:before {
  content: "\f275";
}

.ion-crop:before {
  content: "\f3c1";
}

.ion-cube:before {
  content: "\f318";
}

.ion-disc:before {
  content: "\f12d";
}

.ion-document:before {
  content: "\f12f";
}

.ion-document-text:before {
  content: "\f12e";
}

.ion-drag:before {
  content: "\f130";
}

.ion-earth:before {
  content: "\f276";
}

.ion-easel:before {
  content: "\f3c2";
}

.ion-edit:before {
  content: "\f2bf";
}

.ion-egg:before {
  content: "\f277";
}

.ion-eject:before {
  content: "\f131";
}

.ion-email:before {
  content: "\f132";
}

.ion-email-unread:before {
  content: "\f3c3";
}

.ion-erlenmeyer-flask:before {
  content: "\f3c5";
}

.ion-erlenmeyer-flask-bubbles:before {
  content: "\f3c4";
}

.ion-eye:before {
  content: "\f133";
}

.ion-eye-disabled:before {
  content: "\f306";
}

.ion-female:before {
  content: "\f278";
}

.ion-filing:before {
  content: "\f134";
}

.ion-film-marker:before {
  content: "\f135";
}

.ion-fireball:before {
  content: "\f319";
}

.ion-flag:before {
  content: "\f279";
}

.ion-flame:before {
  content: "\f31a";
}

.ion-flash:before {
  content: "\f137";
}

.ion-flash-off:before {
  content: "\f136";
}

.ion-folder:before {
  content: "\f139";
}

.ion-fork:before {
  content: "\f27a";
}

.ion-fork-repo:before {
  content: "\f2c0";
}

.ion-forward:before {
  content: "\f13a";
}

.ion-funnel:before {
  content: "\f31b";
}

.ion-gear-a:before {
  content: "\f13d";
}

.ion-gear-b:before {
  content: "\f13e";
}

.ion-grid:before {
  content: "\f13f";
}

.ion-hammer:before {
  content: "\f27b";
}

.ion-happy:before {
  content: "\f31c";
}

.ion-happy-outline:before {
  content: "\f3c6";
}

.ion-headphone:before {
  content: "\f140";
}

.ion-heart:before {
  content: "\f141";
}

.ion-heart-broken:before {
  content: "\f31d";
}

.ion-help:before {
  content: "\f143";
}

.ion-help-buoy:before {
  content: "\f27c";
}

.ion-help-circled:before {
  content: "\f142";
}

.ion-home:before {
  content: "\f144";
}

.ion-icecream:before {
  content: "\f27d";
}

.ion-image:before {
  content: "\f147";
}

.ion-images:before {
  content: "\f148";
}

.ion-information:before {
  content: "\f14a";
}

.ion-information-circled:before {
  content: "\f149";
}

.ion-ionic:before {
  content: "\f14b";
}

.ion-ios-alarm:before {
  content: "\f3c8";
}

.ion-ios-alarm-outline:before {
  content: "\f3c7";
}

.ion-ios-albums:before {
  content: "\f3ca";
}

.ion-ios-albums-outline:before {
  content: "\f3c9";
}

.ion-ios-americanfootball:before {
  content: "\f3cc";
}

.ion-ios-americanfootball-outline:before {
  content: "\f3cb";
}

.ion-ios-analytics:before {
  content: "\f3ce";
}

.ion-ios-analytics-outline:before {
  content: "\f3cd";
}

.ion-ios-arrow-back:before {
  content: "\f3cf";
}

.ion-ios-arrow-down:before {
  content: "\f3d0";
}

.ion-ios-arrow-forward:before {
  content: "\f3d1";
}

.ion-ios-arrow-left:before {
  content: "\f3d2";
}

.ion-ios-arrow-right:before {
  content: "\f3d3";
}

.ion-ios-arrow-thin-down:before {
  content: "\f3d4";
}

.ion-ios-arrow-thin-left:before {
  content: "\f3d5";
}

.ion-ios-arrow-thin-right:before {
  content: "\f3d6";
}

.ion-ios-arrow-thin-up:before {
  content: "\f3d7";
}

.ion-ios-arrow-up:before {
  content: "\f3d8";
}

.ion-ios-at:before {
  content: "\f3da";
}

.ion-ios-at-outline:before {
  content: "\f3d9";
}

.ion-ios-barcode:before {
  content: "\f3dc";
}

.ion-ios-barcode-outline:before {
  content: "\f3db";
}

.ion-ios-baseball:before {
  content: "\f3de";
}

.ion-ios-baseball-outline:before {
  content: "\f3dd";
}

.ion-ios-basketball:before {
  content: "\f3e0";
}

.ion-ios-basketball-outline:before {
  content: "\f3df";
}

.ion-ios-bell:before {
  content: "\f3e2";
}

.ion-ios-bell-outline:before {
  content: "\f3e1";
}

.ion-ios-body:before {
  content: "\f3e4";
}

.ion-ios-body-outline:before {
  content: "\f3e3";
}

.ion-ios-bolt:before {
  content: "\f3e6";
}

.ion-ios-bolt-outline:before {
  content: "\f3e5";
}

.ion-ios-book:before {
  content: "\f3e8";
}

.ion-ios-book-outline:before {
  content: "\f3e7";
}

.ion-ios-bookmarks:before {
  content: "\f3ea";
}

.ion-ios-bookmarks-outline:before {
  content: "\f3e9";
}

.ion-ios-box:before {
  content: "\f3ec";
}

.ion-ios-box-outline:before {
  content: "\f3eb";
}

.ion-ios-briefcase:before {
  content: "\f3ee";
}

.ion-ios-briefcase-outline:before {
  content: "\f3ed";
}

.ion-ios-browsers:before {
  content: "\f3f0";
}

.ion-ios-browsers-outline:before {
  content: "\f3ef";
}

.ion-ios-calculator:before {
  content: "\f3f2";
}

.ion-ios-calculator-outline:before {
  content: "\f3f1";
}

.ion-ios-calendar:before {
  content: "\f3f4";
}

.ion-ios-calendar-outline:before {
  content: "\f3f3";
}

.ion-ios-camera:before {
  content: "\f3f6";
}

.ion-ios-camera-outline:before {
  content: "\f3f5";
}

.ion-ios-cart:before {
  content: "\f3f8";
}

.ion-ios-cart-outline:before {
  content: "\f3f7";
}

.ion-ios-chatboxes:before {
  content: "\f3fa";
}

.ion-ios-chatboxes-outline:before {
  content: "\f3f9";
}

.ion-ios-chatbubble:before {
  content: "\f3fc";
}

.ion-ios-chatbubble-outline:before {
  content: "\f3fb";
}

.ion-ios-checkmark:before {
  content: "\f3ff";
}

.ion-ios-checkmark-empty:before {
  content: "\f3fd";
}

.ion-ios-checkmark-outline:before {
  content: "\f3fe";
}

.ion-ios-circle-filled:before {
  content: "\f400";
}

.ion-ios-circle-outline:before {
  content: "\f401";
}

.ion-ios-clock:before {
  content: "\f403";
}

.ion-ios-clock-outline:before {
  content: "\f402";
}

.ion-ios-close:before {
  content: "\f406";
}

.ion-ios-close-empty:before {
  content: "\f404";
}

.ion-ios-close-outline:before {
  content: "\f405";
}

.ion-ios-cloud:before {
  content: "\f40c";
}

.ion-ios-cloud-download:before {
  content: "\f408";
}

.ion-ios-cloud-download-outline:before {
  content: "\f407";
}

.ion-ios-cloud-outline:before {
  content: "\f409";
}

.ion-ios-cloud-upload:before {
  content: "\f40b";
}

.ion-ios-cloud-upload-outline:before {
  content: "\f40a";
}

.ion-ios-cloudy:before {
  content: "\f410";
}

.ion-ios-cloudy-night:before {
  content: "\f40e";
}

.ion-ios-cloudy-night-outline:before {
  content: "\f40d";
}

.ion-ios-cloudy-outline:before {
  content: "\f40f";
}

.ion-ios-cog:before {
  content: "\f412";
}

.ion-ios-cog-outline:before {
  content: "\f411";
}

.ion-ios-color-filter:before {
  content: "\f414";
}

.ion-ios-color-filter-outline:before {
  content: "\f413";
}

.ion-ios-color-wand:before {
  content: "\f416";
}

.ion-ios-color-wand-outline:before {
  content: "\f415";
}

.ion-ios-compose:before {
  content: "\f418";
}

.ion-ios-compose-outline:before {
  content: "\f417";
}

.ion-ios-contact:before {
  content: "\f41a";
}

.ion-ios-contact-outline:before {
  content: "\f419";
}

.ion-ios-copy:before {
  content: "\f41c";
}

.ion-ios-copy-outline:before {
  content: "\f41b";
}

.ion-ios-crop:before {
  content: "\f41e";
}

.ion-ios-crop-strong:before {
  content: "\f41d";
}

.ion-ios-download:before {
  content: "\f420";
}

.ion-ios-download-outline:before {
  content: "\f41f";
}

.ion-ios-drag:before {
  content: "\f421";
}

.ion-ios-email:before {
  content: "\f423";
}

.ion-ios-email-outline:before {
  content: "\f422";
}

.ion-ios-eye:before {
  content: "\f425";
}

.ion-ios-eye-outline:before {
  content: "\f424";
}

.ion-ios-fastforward:before {
  content: "\f427";
}

.ion-ios-fastforward-outline:before {
  content: "\f426";
}

.ion-ios-filing:before {
  content: "\f429";
}

.ion-ios-filing-outline:before {
  content: "\f428";
}

.ion-ios-film:before {
  content: "\f42b";
}

.ion-ios-film-outline:before {
  content: "\f42a";
}

.ion-ios-flag:before {
  content: "\f42d";
}

.ion-ios-flag-outline:before {
  content: "\f42c";
}

.ion-ios-flame:before {
  content: "\f42f";
}

.ion-ios-flame-outline:before {
  content: "\f42e";
}

.ion-ios-flask:before {
  content: "\f431";
}

.ion-ios-flask-outline:before {
  content: "\f430";
}

.ion-ios-flower:before {
  content: "\f433";
}

.ion-ios-flower-outline:before {
  content: "\f432";
}

.ion-ios-folder:before {
  content: "\f435";
}

.ion-ios-folder-outline:before {
  content: "\f434";
}

.ion-ios-football:before {
  content: "\f437";
}

.ion-ios-football-outline:before {
  content: "\f436";
}

.ion-ios-game-controller-a:before {
  content: "\f439";
}

.ion-ios-game-controller-a-outline:before {
  content: "\f438";
}

.ion-ios-game-controller-b:before {
  content: "\f43b";
}

.ion-ios-game-controller-b-outline:before {
  content: "\f43a";
}

.ion-ios-gear:before {
  content: "\f43d";
}

.ion-ios-gear-outline:before {
  content: "\f43c";
}

.ion-ios-glasses:before {
  content: "\f43f";
}

.ion-ios-glasses-outline:before {
  content: "\f43e";
}

.ion-ios-grid-view:before {
  content: "\f441";
}

.ion-ios-grid-view-outline:before {
  content: "\f440";
}

.ion-ios-heart:before {
  content: "\f443";
}

.ion-ios-heart-outline:before {
  content: "\f442";
}

.ion-ios-help:before {
  content: "\f446";
}

.ion-ios-help-empty:before {
  content: "\f444";
}

.ion-ios-help-outline:before {
  content: "\f445";
}

.ion-ios-home:before {
  content: "\f448";
}

.ion-ios-home-outline:before {
  content: "\f447";
}

.ion-ios-infinite:before {
  content: "\f44a";
}

.ion-ios-infinite-outline:before {
  content: "\f449";
}

.ion-ios-information:before {
  content: "\f44d";
}

.ion-ios-information-empty:before {
  content: "\f44b";
}

.ion-ios-information-outline:before {
  content: "\f44c";
}

.ion-ios-ionic-outline:before {
  content: "\f44e";
}

.ion-ios-keypad:before {
  content: "\f450";
}

.ion-ios-keypad-outline:before {
  content: "\f44f";
}

.ion-ios-lightbulb:before {
  content: "\f452";
}

.ion-ios-lightbulb-outline:before {
  content: "\f451";
}

.ion-ios-list:before {
  content: "\f454";
}

.ion-ios-list-outline:before {
  content: "\f453";
}

.ion-ios-location:before {
  content: "\f456";
}

.ion-ios-location-outline:before {
  content: "\f455";
}

.ion-ios-locked:before {
  content: "\f458";
}

.ion-ios-locked-outline:before {
  content: "\f457";
}

.ion-ios-loop:before {
  content: "\f45a";
}

.ion-ios-loop-strong:before {
  content: "\f459";
}

.ion-ios-medical:before {
  content: "\f45c";
}

.ion-ios-medical-outline:before {
  content: "\f45b";
}

.ion-ios-medkit:before {
  content: "\f45e";
}

.ion-ios-medkit-outline:before {
  content: "\f45d";
}

.ion-ios-mic:before {
  content: "\f461";
}

.ion-ios-mic-off:before {
  content: "\f45f";
}

.ion-ios-mic-outline:before {
  content: "\f460";
}

.ion-ios-minus:before {
  content: "\f464";
}

.ion-ios-minus-empty:before {
  content: "\f462";
}

.ion-ios-minus-outline:before {
  content: "\f463";
}

.ion-ios-monitor:before {
  content: "\f466";
}

.ion-ios-monitor-outline:before {
  content: "\f465";
}

.ion-ios-moon:before {
  content: "\f468";
}

.ion-ios-moon-outline:before {
  content: "\f467";
}

.ion-ios-more:before {
  content: "\f46a";
}

.ion-ios-more-outline:before {
  content: "\f469";
}

.ion-ios-musical-note:before {
  content: "\f46b";
}

.ion-ios-musical-notes:before {
  content: "\f46c";
}

.ion-ios-navigate:before {
  content: "\f46e";
}

.ion-ios-navigate-outline:before {
  content: "\f46d";
}

.ion-ios-nutrition:before {
  content: "\f470";
}

.ion-ios-nutrition-outline:before {
  content: "\f46f";
}

.ion-ios-paper:before {
  content: "\f472";
}

.ion-ios-paper-outline:before {
  content: "\f471";
}

.ion-ios-paperplane:before {
  content: "\f474";
}

.ion-ios-paperplane-outline:before {
  content: "\f473";
}

.ion-ios-partlysunny:before {
  content: "\f476";
}

.ion-ios-partlysunny-outline:before {
  content: "\f475";
}

.ion-ios-pause:before {
  content: "\f478";
}

.ion-ios-pause-outline:before {
  content: "\f477";
}

.ion-ios-paw:before {
  content: "\f47a";
}

.ion-ios-paw-outline:before {
  content: "\f479";
}

.ion-ios-people:before {
  content: "\f47c";
}

.ion-ios-people-outline:before {
  content: "\f47b";
}

.ion-ios-person:before {
  content: "\f47e";
}

.ion-ios-person-outline:before {
  content: "\f47d";
}

.ion-ios-personadd:before {
  content: "\f480";
}

.ion-ios-personadd-outline:before {
  content: "\f47f";
}

.ion-ios-photos:before {
  content: "\f482";
}

.ion-ios-photos-outline:before {
  content: "\f481";
}

.ion-ios-pie:before {
  content: "\f484";
}

.ion-ios-pie-outline:before {
  content: "\f483";
}

.ion-ios-pint:before {
  content: "\f486";
}

.ion-ios-pint-outline:before {
  content: "\f485";
}

.ion-ios-play:before {
  content: "\f488";
}

.ion-ios-play-outline:before {
  content: "\f487";
}

.ion-ios-plus:before {
  content: "\f48b";
}

.ion-ios-plus-empty:before {
  content: "\f489";
}

.ion-ios-plus-outline:before {
  content: "\f48a";
}

.ion-ios-pricetag:before {
  content: "\f48d";
}

.ion-ios-pricetag-outline:before {
  content: "\f48c";
}

.ion-ios-pricetags:before {
  content: "\f48f";
}

.ion-ios-pricetags-outline:before {
  content: "\f48e";
}

.ion-ios-printer:before {
  content: "\f491";
}

.ion-ios-printer-outline:before {
  content: "\f490";
}

.ion-ios-pulse:before {
  content: "\f493";
}

.ion-ios-pulse-strong:before {
  content: "\f492";
}

.ion-ios-rainy:before {
  content: "\f495";
}

.ion-ios-rainy-outline:before {
  content: "\f494";
}

.ion-ios-recording:before {
  content: "\f497";
}

.ion-ios-recording-outline:before {
  content: "\f496";
}

.ion-ios-redo:before {
  content: "\f499";
}

.ion-ios-redo-outline:before {
  content: "\f498";
}

.ion-ios-refresh:before {
  content: "\f49c";
}

.ion-ios-refresh-empty:before {
  content: "\f49a";
}

.ion-ios-refresh-outline:before {
  content: "\f49b";
}

.ion-ios-reload:before {
  content: "\f49d";
}

.ion-ios-reverse-camera:before {
  content: "\f49f";
}

.ion-ios-reverse-camera-outline:before {
  content: "\f49e";
}

.ion-ios-rewind:before {
  content: "\f4a1";
}

.ion-ios-rewind-outline:before {
  content: "\f4a0";
}

.ion-ios-rose:before {
  content: "\f4a3";
}

.ion-ios-rose-outline:before {
  content: "\f4a2";
}

.ion-ios-search:before {
  content: "\f4a5";
}

.ion-ios-search-strong:before {
  content: "\f4a4";
}

.ion-ios-settings:before {
  content: "\f4a7";
}

.ion-ios-settings-strong:before {
  content: "\f4a6";
}

.ion-ios-shuffle:before {
  content: "\f4a9";
}

.ion-ios-shuffle-strong:before {
  content: "\f4a8";
}

.ion-ios-skipbackward:before {
  content: "\f4ab";
}

.ion-ios-skipbackward-outline:before {
  content: "\f4aa";
}

.ion-ios-skipforward:before {
  content: "\f4ad";
}

.ion-ios-skipforward-outline:before {
  content: "\f4ac";
}

.ion-ios-snowy:before {
  content: "\f4ae";
}

.ion-ios-speedometer:before {
  content: "\f4b0";
}

.ion-ios-speedometer-outline:before {
  content: "\f4af";
}

.ion-ios-star:before {
  content: "\f4b3";
}

.ion-ios-star-half:before {
  content: "\f4b1";
}

.ion-ios-star-outline:before {
  content: "\f4b2";
}

.ion-ios-stopwatch:before {
  content: "\f4b5";
}

.ion-ios-stopwatch-outline:before {
  content: "\f4b4";
}

.ion-ios-sunny:before {
  content: "\f4b7";
}

.ion-ios-sunny-outline:before {
  content: "\f4b6";
}

.ion-ios-telephone:before {
  content: "\f4b9";
}

.ion-ios-telephone-outline:before {
  content: "\f4b8";
}

.ion-ios-tennisball:before {
  content: "\f4bb";
}

.ion-ios-tennisball-outline:before {
  content: "\f4ba";
}

.ion-ios-thunderstorm:before {
  content: "\f4bd";
}

.ion-ios-thunderstorm-outline:before {
  content: "\f4bc";
}

.ion-ios-time:before {
  content: "\f4bf";
}

.ion-ios-time-outline:before {
  content: "\f4be";
}

.ion-ios-timer:before {
  content: "\f4c1";
}

.ion-ios-timer-outline:before {
  content: "\f4c0";
}

.ion-ios-toggle:before {
  content: "\f4c3";
}

.ion-ios-toggle-outline:before {
  content: "\f4c2";
}

.ion-ios-trash:before {
  content: "\f4c5";
}

.ion-ios-trash-outline:before {
  content: "\f4c4";
}

.ion-ios-undo:before {
  content: "\f4c7";
}

.ion-ios-undo-outline:before {
  content: "\f4c6";
}

.ion-ios-unlocked:before {
  content: "\f4c9";
}

.ion-ios-unlocked-outline:before {
  content: "\f4c8";
}

.ion-ios-upload:before {
  content: "\f4cb";
}

.ion-ios-upload-outline:before {
  content: "\f4ca";
}

.ion-ios-videocam:before {
  content: "\f4cd";
}

.ion-ios-videocam-outline:before {
  content: "\f4cc";
}

.ion-ios-volume-high:before {
  content: "\f4ce";
}

.ion-ios-volume-low:before {
  content: "\f4cf";
}

.ion-ios-wineglass:before {
  content: "\f4d1";
}

.ion-ios-wineglass-outline:before {
  content: "\f4d0";
}

.ion-ios-world:before {
  content: "\f4d3";
}

.ion-ios-world-outline:before {
  content: "\f4d2";
}

.ion-ipad:before {
  content: "\f1f9";
}

.ion-iphone:before {
  content: "\f1fa";
}

.ion-ipod:before {
  content: "\f1fb";
}

.ion-jet:before {
  content: "\f295";
}

.ion-key:before {
  content: "\f296";
}

.ion-knife:before {
  content: "\f297";
}

.ion-laptop:before {
  content: "\f1fc";
}

.ion-leaf:before {
  content: "\f1fd";
}

.ion-levels:before {
  content: "\f298";
}

.ion-lightbulb:before {
  content: "\f299";
}

.ion-link:before {
  content: "\f1fe";
}

.ion-load-a:before {
  content: "\f29a";
}

.ion-load-b:before {
  content: "\f29b";
}

.ion-load-c:before {
  content: "\f29c";
}

.ion-load-d:before {
  content: "\f29d";
}

.ion-location:before {
  content: "\f1ff";
}

.ion-lock-combination:before {
  content: "\f4d4";
}

.ion-locked:before {
  content: "\f200";
}

.ion-log-in:before {
  content: "\f29e";
}

.ion-log-out:before {
  content: "\f29f";
}

.ion-loop:before {
  content: "\f201";
}

.ion-magnet:before {
  content: "\f2a0";
}

.ion-male:before {
  content: "\f2a1";
}

.ion-man:before {
  content: "\f202";
}

.ion-map:before {
  content: "\f203";
}

.ion-medkit:before {
  content: "\f2a2";
}

.ion-merge:before {
  content: "\f33f";
}

.ion-mic-a:before {
  content: "\f204";
}

.ion-mic-b:before {
  content: "\f205";
}

.ion-mic-c:before {
  content: "\f206";
}

.ion-minus:before {
  content: "\f209";
}

.ion-minus-circled:before {
  content: "\f207";
}

.ion-minus-round:before {
  content: "\f208";
}

.ion-model-s:before {
  content: "\f2c1";
}

.ion-monitor:before {
  content: "\f20a";
}

.ion-more:before {
  content: "\f20b";
}

.ion-mouse:before {
  content: "\f340";
}

.ion-music-note:before {
  content: "\f20c";
}

.ion-navicon:before {
  content: "\f20e";
}

.ion-navicon-round:before {
  content: "\f20d";
}

.ion-navigate:before {
  content: "\f2a3";
}

.ion-network:before {
  content: "\f341";
}

.ion-no-smoking:before {
  content: "\f2c2";
}

.ion-nuclear:before {
  content: "\f2a4";
}

.ion-outlet:before {
  content: "\f342";
}

.ion-paintbrush:before {
  content: "\f4d5";
}

.ion-paintbucket:before {
  content: "\f4d6";
}

.ion-paper-airplane:before {
  content: "\f2c3";
}

.ion-paperclip:before {
  content: "\f20f";
}

.ion-pause:before {
  content: "\f210";
}

.ion-person:before {
  content: "\f213";
}

.ion-person-add:before {
  content: "\f211";
}

.ion-person-stalker:before {
  content: "\f212";
}

.ion-pie-graph:before {
  content: "\f2a5";
}

.ion-pin:before {
  content: "\f2a6";
}

.ion-pinpoint:before {
  content: "\f2a7";
}

.ion-pizza:before {
  content: "\f2a8";
}

.ion-plane:before {
  content: "\f214";
}

.ion-planet:before {
  content: "\f343";
}

.ion-play:before {
  content: "\f215";
}

.ion-playstation:before {
  content: "\f30a";
}

.ion-plus:before {
  content: "\f218";
}

.ion-plus-circled:before {
  content: "\f216";
}

.ion-plus-round:before {
  content: "\f217";
}

.ion-podium:before {
  content: "\f344";
}

.ion-pound:before {
  content: "\f219";
}

.ion-power:before {
  content: "\f2a9";
}

.ion-pricetag:before {
  content: "\f2aa";
}

.ion-pricetags:before {
  content: "\f2ab";
}

.ion-printer:before {
  content: "\f21a";
}

.ion-pull-request:before {
  content: "\f345";
}

.ion-qr-scanner:before {
  content: "\f346";
}

.ion-quote:before {
  content: "\f347";
}

.ion-radio-waves:before {
  content: "\f2ac";
}

.ion-record:before {
  content: "\f21b";
}

.ion-refresh:before {
  content: "\f21c";
}

.ion-reply:before {
  content: "\f21e";
}

.ion-reply-all:before {
  content: "\f21d";
}

.ion-ribbon-a:before {
  content: "\f348";
}

.ion-ribbon-b:before {
  content: "\f349";
}

.ion-sad:before {
  content: "\f34a";
}

.ion-sad-outline:before {
  content: "\f4d7";
}

.ion-scissors:before {
  content: "\f34b";
}

.ion-search:before {
  content: "\f21f";
}

.ion-settings:before {
  content: "\f2ad";
}

.ion-share:before {
  content: "\f220";
}

.ion-shuffle:before {
  content: "\f221";
}

.ion-skip-backward:before {
  content: "\f222";
}

.ion-skip-forward:before {
  content: "\f223";
}

.ion-social-android:before {
  content: "\f225";
}

.ion-social-android-outline:before {
  content: "\f224";
}

.ion-social-angular:before {
  content: "\f4d9";
}

.ion-social-angular-outline:before {
  content: "\f4d8";
}

.ion-social-apple:before {
  content: "\f227";
}

.ion-social-apple-outline:before {
  content: "\f226";
}

.ion-social-bitcoin:before {
  content: "\f2af";
}

.ion-social-bitcoin-outline:before {
  content: "\f2ae";
}

.ion-social-buffer:before {
  content: "\f229";
}

.ion-social-buffer-outline:before {
  content: "\f228";
}

.ion-social-chrome:before {
  content: "\f4db";
}

.ion-social-chrome-outline:before {
  content: "\f4da";
}

.ion-social-codepen:before {
  content: "\f4dd";
}

.ion-social-codepen-outline:before {
  content: "\f4dc";
}

.ion-social-css3:before {
  content: "\f4df";
}

.ion-social-css3-outline:before {
  content: "\f4de";
}

.ion-social-designernews:before {
  content: "\f22b";
}

.ion-social-designernews-outline:before {
  content: "\f22a";
}

.ion-social-dribbble:before {
  content: "\f22d";
}

.ion-social-dribbble-outline:before {
  content: "\f22c";
}

.ion-social-dropbox:before {
  content: "\f22f";
}

.ion-social-dropbox-outline:before {
  content: "\f22e";
}

.ion-social-euro:before {
  content: "\f4e1";
}

.ion-social-euro-outline:before {
  content: "\f4e0";
}

.ion-social-facebook:before {
  content: "\f231";
}

.ion-social-facebook-outline:before {
  content: "\f230";
}

.ion-social-foursquare:before {
  content: "\f34d";
}

.ion-social-foursquare-outline:before {
  content: "\f34c";
}

.ion-social-freebsd-devil:before {
  content: "\f2c4";
}

.ion-social-github:before {
  content: "\f233";
}

.ion-social-github-outline:before {
  content: "\f232";
}

.ion-social-google:before {
  content: "\f34f";
}

.ion-social-google-outline:before {
  content: "\f34e";
}

.ion-social-googleplus:before {
  content: "\f235";
}

.ion-social-googleplus-outline:before {
  content: "\f234";
}

.ion-social-hackernews:before {
  content: "\f237";
}

.ion-social-hackernews-outline:before {
  content: "\f236";
}

.ion-social-html5:before {
  content: "\f4e3";
}

.ion-social-html5-outline:before {
  content: "\f4e2";
}

.ion-social-instagram:before {
  content: "\f351";
}

.ion-social-instagram-outline:before {
  content: "\f350";
}

.ion-social-javascript:before {
  content: "\f4e5";
}

.ion-social-javascript-outline:before {
  content: "\f4e4";
}

.ion-social-linkedin:before {
  content: "\f239";
}

.ion-social-linkedin-outline:before {
  content: "\f238";
}

.ion-social-markdown:before {
  content: "\f4e6";
}

.ion-social-nodejs:before {
  content: "\f4e7";
}

.ion-social-octocat:before {
  content: "\f4e8";
}

.ion-social-pinterest:before {
  content: "\f2b1";
}

.ion-social-pinterest-outline:before {
  content: "\f2b0";
}

.ion-social-python:before {
  content: "\f4e9";
}

.ion-social-reddit:before {
  content: "\f23b";
}

.ion-social-reddit-outline:before {
  content: "\f23a";
}

.ion-social-rss:before {
  content: "\f23d";
}

.ion-social-rss-outline:before {
  content: "\f23c";
}

.ion-social-sass:before {
  content: "\f4ea";
}

.ion-social-skype:before {
  content: "\f23f";
}

.ion-social-skype-outline:before {
  content: "\f23e";
}

.ion-social-snapchat:before {
  content: "\f4ec";
}

.ion-social-snapchat-outline:before {
  content: "\f4eb";
}

.ion-social-tumblr:before {
  content: "\f241";
}

.ion-social-tumblr-outline:before {
  content: "\f240";
}

.ion-social-tux:before {
  content: "\f2c5";
}

.ion-social-twitch:before {
  content: "\f4ee";
}

.ion-social-twitch-outline:before {
  content: "\f4ed";
}

.ion-social-twitter:before {
  content: "\f243";
}

.ion-social-twitter-outline:before {
  content: "\f242";
}

.ion-social-usd:before {
  content: "\f353";
}

.ion-social-usd-outline:before {
  content: "\f352";
}

.ion-social-vimeo:before {
  content: "\f245";
}

.ion-social-vimeo-outline:before {
  content: "\f244";
}

.ion-social-whatsapp:before {
  content: "\f4f0";
}

.ion-social-whatsapp-outline:before {
  content: "\f4ef";
}

.ion-social-windows:before {
  content: "\f247";
}

.ion-social-windows-outline:before {
  content: "\f246";
}

.ion-social-wordpress:before {
  content: "\f249";
}

.ion-social-wordpress-outline:before {
  content: "\f248";
}

.ion-social-yahoo:before {
  content: "\f24b";
}

.ion-social-yahoo-outline:before {
  content: "\f24a";
}

.ion-social-yen:before {
  content: "\f4f2";
}

.ion-social-yen-outline:before {
  content: "\f4f1";
}

.ion-social-youtube:before {
  content: "\f24d";
}

.ion-social-youtube-outline:before {
  content: "\f24c";
}

.ion-soup-can:before {
  content: "\f4f4";
}

.ion-soup-can-outline:before {
  content: "\f4f3";
}

.ion-speakerphone:before {
  content: "\f2b2";
}

.ion-speedometer:before {
  content: "\f2b3";
}

.ion-spoon:before {
  content: "\f2b4";
}

.ion-star:before {
  content: "\f24e";
}

.ion-stats-bars:before {
  content: "\f2b5";
}

.ion-steam:before {
  content: "\f30b";
}

.ion-stop:before {
  content: "\f24f";
}

.ion-thermometer:before {
  content: "\f2b6";
}

.ion-thumbsdown:before {
  content: "\f250";
}

.ion-thumbsup:before {
  content: "\f251";
}

.ion-toggle:before {
  content: "\f355";
}

.ion-toggle-filled:before {
  content: "\f354";
}

.ion-transgender:before {
  content: "\f4f5";
}

.ion-trash-a:before {
  content: "\f252";
}

.ion-trash-b:before {
  content: "\f253";
}

.ion-trophy:before {
  content: "\f356";
}

.ion-tshirt:before {
  content: "\f4f7";
}

.ion-tshirt-outline:before {
  content: "\f4f6";
}

.ion-umbrella:before {
  content: "\f2b7";
}

.ion-university:before {
  content: "\f357";
}

.ion-unlocked:before {
  content: "\f254";
}

.ion-upload:before {
  content: "\f255";
}

.ion-usb:before {
  content: "\f2b8";
}

.ion-videocamera:before {
  content: "\f256";
}

.ion-volume-high:before {
  content: "\f257";
}

.ion-volume-low:before {
  content: "\f258";
}

.ion-volume-medium:before {
  content: "\f259";
}

.ion-volume-mute:before {
  content: "\f25a";
}

.ion-wand:before {
  content: "\f358";
}

.ion-waterdrop:before {
  content: "\f25b";
}

.ion-wifi:before {
  content: "\f25c";
}

.ion-wineglass:before {
  content: "\f2b9";
}

.ion-woman:before {
  content: "\f25d";
}

.ion-wrench:before {
  content: "\f2ba";
}

.ion-xbox:before {
  content: "\f30c";
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  outline: 0;
  font-family: "Montserrat", sans-serif;
  /* Set max and min font sizes */
  --max-font: 18;
  --min-font: 11;
  font-size: var(--responsive);
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

button.btn,
a.btn {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  outline: 0;
  /* Set max and min font sizes */
  --max-font: 30;
  --min-font: 11;
  font-size: var(--responsive);
  line-height: 1;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
@media (max-width: 1025px) {
  button.btn,
  a.btn {
    font-size: 14px;
    line-height: 1.3;
  }
}
@media (max-width: 576px) {
  button.btn,
  a.btn {
    white-space: normal;
    height: auto;
  }
}
button.btn.orange,
a.btn.orange {
  color: #ffffff;
  background-color: #E36F1E;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
button.btn.orange:hover, button.btn.orange:focus,
a.btn.orange:hover,
a.btn.orange:focus {
  color: #E36F1E;
  background-color: #ffffff;
  outline: 0;
}
button.btn.orange.header-button,
a.btn.orange.header-button {
  font-family: "GlyphaLTStd-Bold", sans-serif;
  font-size: 18px;
}
button.btn.cyan,
a.btn.cyan {
  color: #ffffff;
  background-color: #129DC0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
button.btn.cyan:hover,
a.btn.cyan:hover {
  color: #129DC0;
  background-color: #ffffff;
}
button.btn.green,
a.btn.green {
  color: #ffffff;
  background-color: #CAC373;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
button.btn.green:hover,
a.btn.green:hover {
  color: #CAC373;
  background-color: #ffffff;
}
button.btn.blue,
a.btn.blue {
  color: #ffffff;
  background-color: #4E7093;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
button.btn.blue:hover,
a.btn.blue:hover {
  color: #4E7093;
  background-color: #ffffff;
}
button.btn.black,
a.btn.black {
  color: #303C42;
}
button.btn.black .icon,
a.btn.black .icon {
  color: #303C42;
}
button.btn.white,
a.btn.white {
  background-color: #ffffff;
  color: #303C42;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
button.btn.white .icon,
a.btn.white .icon {
  color: #303C42;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
button.btn.white:hover,
a.btn.white:hover {
  color: #ffffff;
  background-color: #303C42;
}
button.btn.white:hover .icon,
a.btn.white:hover .icon {
  color: #ffffff;
}
button.btn.grey,
a.btn.grey {
  background-color: #303C42;
  color: #ffffff;
  font-weight: 300;
  padding: 5px 20px;
}
button.btn.outline,
a.btn.outline {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  padding: 10px 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1025px) {
  button.btn.outline,
  a.btn.outline {
    font-size: 14px;
    line-height: 1.3;
  }
}
button.btn.outline:hover,
a.btn.outline:hover {
  background-color: #ffffff;
  color: #303C42;
}
button.btn.outline.orange,
a.btn.outline.orange {
  color: #303C42;
  background-color: transparent;
  broder: 1px solid #E36F1E;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
button.btn.outline.orange:hover,
a.btn.outline.orange:hover {
  color: #ffffff;
  background-color: #E36F1E;
}
button.btn.outline.black,
a.btn.outline.black {
  border: 1px solid #303C42;
  color: #303C42;
}
button.btn.outline.black:hover,
a.btn.outline.black:hover {
  background-color: #303C42;
  color: #ffffff;
}
button.btn.outline.black:hover i,
a.btn.outline.black:hover i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ffffff;
}
button.btn.outline.white,
a.btn.outline.white {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
button.btn.outline.white .icon,
a.btn.outline.white .icon {
  color: #ffffff;
}
button.btn.outline.white:hover,
a.btn.outline.white:hover {
  background-color: #ffffff;
  color: #303C42;
}
button.btn.outline.white:hover i,
a.btn.outline.white:hover i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #303C42;
}
button.btn.rounded,
a.btn.rounded {
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
}
button.btn.arrow,
a.btn.arrow {
  padding-right: 35px;
  position: relative;
}
button.btn.arrow .icon,
a.btn.arrow .icon {
  position: absolute;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 21px;
  top: 8px;
  right: 10px;
}
@media (max-width: 1025px) {
  button.btn.arrow .icon,
  a.btn.arrow .icon {
    font-size: 23px;
    line-height: 1;
  }
}

a.btn {
  line-height: 29px;
}

.floating-banner-text a.btn.arrow.orange {
  font-family: "GlyphaLTStd-Bold", sans-serif;
}

ul.nav.navbar-nav a.btn.orange {
  font-family: "GlyphaLTStd-Bold", sans-serif;
}

header#masthead .navbar #navbar .navbar-nav > li .btn:visited {
  background-color: #E36F1E;
  color: #fff;
}

#site-contact-button {
  position: fixed;
  right: 0;
  bottom: 100px;
  z-index: 99999;
  color: #fff;
  background: #303c42;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  box-shadow: 0 0 4px rgba(255, 255, 255, 0.4);
  width: 44px;
  height: 124px;
}
#site-contact-button span {
  width: 124px;
  white-space: nowrap;
  position: absolute;
  left: -38px;
  top: 65px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.contact-popup {
  width: 380px;
  position: fixed;
  bottom: 20px;
  right: 15px;
  z-index: 999;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3019607843);
  border-radius: 4px;
  overflow: hidden;
  background: #e16f00;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.contact-popup .title {
  background: #e26f05;
  color: #fff;
  font-weight: 400 !important;
  padding: 5px 10px;
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
}
.contact-popup .title i {
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
}
.contact-popup .title i.go-open,
.contact-popup .title i.go-close {
  float: right;
}
.contact-popup .title i.go-open {
  display: none;
}
.contact-popup .title i.go-close {
  display: block;
}
.contact-popup .popup-form {
  padding: 1px 25px;
  border-left: 2px solid #e16f00;
  border-right: 2px solid #e16f00;
  border-bottom: 2px solid #e16f00;
  background: #fff;
  height: 460px;
  overflow: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1400px) {
  .contact-popup .popup-form {
    height: 510px;
  }
}
.contact-popup .popup-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.contact-popup .popup-form .gform_wrapper textarea {
  width: 100%;
  border-bottom: 2px solid #000;
}
.contact-popup .popup-form .gform_wrapper textarea.medium {
  height: 90px;
  border: 0;
  border-bottom: 2px solid #000;
}
@media (max-width: 1400px) {
  .contact-popup .popup-form .gform_wrapper textarea.medium {
    height: 50px;
  }
}
.contact-popup .popup-form .gform_wrapper .top_label .gfield_label {
  display: none;
}
.contact-popup .popup-form .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
  margin: 10px 0 20px;
}
.contact-popup .popup-form .gform_wrapper div.validation_error {
  font-size: 10px;
  border-top: 1px solid #790000;
  border-bottom: 1px solid #790000;
  padding: 5px 0;
}
.contact-popup .popup-form .gform_wrapper .description,
.contact-popup .popup-form .gform_wrapper .gfield_description,
.contact-popup .popup-form .gform_wrapper .gsection_description,
.contact-popup .popup-form .gform_wrapper .instruction {
  font-size: 10px;
}
.contact-popup .popup-form .gform_wrapper li.gfield.gfield_error, .contact-popup .popup-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  margin-bottom: 40px !important;
  padding-bottom: 0;
  padding-top: 0;
  border-top: 0;
}
.contact-popup .popup-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .contact-popup .popup-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0;
}
.contact-popup .popup-form .gform_wrapper .gform_footer {
  margin: 0;
  padding: 0;
  text-align: left;
}
.contact-popup .popup-form .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .contact-popup .popup-form .gform_wrapper li.gfield_error textarea {
  border: 0;
  border-bottom: 2px solid #000;
  background: #fff;
  display: block;
  margin-bottom: 0;
}
.contact-popup .popup-form .gform_wrapper .field_description_below .gfield_description {
  padding-top: 0;
}
.contact-popup .popup-form .gform_wrapper .gform_footer .button {
  display: inline-block;
}
.contact-popup .popup-form .gform_confirmation_message {
  padding-top: 42px;
}
.contact-popup .popup-form #subForm {
  padding-top: 30px;
}
.contact-popup .popup-form #subForm input[type=text],
.contact-popup .popup-form #subForm input[type=email] {
  width: 100%;
}
.contact-popup.popup-close {
  right: -382px;
  opacity: 1;
}
.contact-popup.popup-close .title i.go-open {
  display: block;
}
.contact-popup.popup-close .title i.go-close {
  display: none;
}

@media only screen and (max-width: 640px) {
  .contact-popup .popup-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .contact-popup .popup-form .gform_wrapper textarea {
    padding: 0;
  }
  #site-contact-button {
    display: none;
  }
  .page-template-contact_us #site-contact-button {
    display: block;
  }
}
@media only screen and (max-width: 395px) {
  .contact-popup {
    width: 100%;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 99999;
  }
  .contact-popup.popup-close {
    right: -110%;
  }
  .contact-popup .popup-form {
    height: 92.8%;
  }
}
body input[type=text],
body input[type=email],
body input[type=url],
body input[type=password],
body input[type=search],
body input[type=number],
body input[type=tel],
body input[type=range],
body input[type=date],
body input[type=month],
body input[type=week],
body input[type=time],
body input[type=datetime],
body input[type=datetime-local],
body input[type=color],
body textarea,
body select {
  color: #303C42;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #303C42;
  padding: 3px;
}
body input[type=text] ::-webkit-input-placeholder,
body input[type=email] ::-webkit-input-placeholder,
body input[type=url] ::-webkit-input-placeholder,
body input[type=password] ::-webkit-input-placeholder,
body input[type=search] ::-webkit-input-placeholder,
body input[type=number] ::-webkit-input-placeholder,
body input[type=tel] ::-webkit-input-placeholder,
body input[type=range] ::-webkit-input-placeholder,
body input[type=date] ::-webkit-input-placeholder,
body input[type=month] ::-webkit-input-placeholder,
body input[type=week] ::-webkit-input-placeholder,
body input[type=time] ::-webkit-input-placeholder,
body input[type=datetime] ::-webkit-input-placeholder,
body input[type=datetime-local] ::-webkit-input-placeholder,
body input[type=color] ::-webkit-input-placeholder,
body textarea ::-webkit-input-placeholder,
body select ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #303C42;
}
body input[type=text] ::-moz-placeholder,
body input[type=email] ::-moz-placeholder,
body input[type=url] ::-moz-placeholder,
body input[type=password] ::-moz-placeholder,
body input[type=search] ::-moz-placeholder,
body input[type=number] ::-moz-placeholder,
body input[type=tel] ::-moz-placeholder,
body input[type=range] ::-moz-placeholder,
body input[type=date] ::-moz-placeholder,
body input[type=month] ::-moz-placeholder,
body input[type=week] ::-moz-placeholder,
body input[type=time] ::-moz-placeholder,
body input[type=datetime] ::-moz-placeholder,
body input[type=datetime-local] ::-moz-placeholder,
body input[type=color] ::-moz-placeholder,
body textarea ::-moz-placeholder,
body select ::-moz-placeholder { /* Firefox 19+ */
  color: #303C42;
}
body input[type=text] :-ms-input-placeholder,
body input[type=email] :-ms-input-placeholder,
body input[type=url] :-ms-input-placeholder,
body input[type=password] :-ms-input-placeholder,
body input[type=search] :-ms-input-placeholder,
body input[type=number] :-ms-input-placeholder,
body input[type=tel] :-ms-input-placeholder,
body input[type=range] :-ms-input-placeholder,
body input[type=date] :-ms-input-placeholder,
body input[type=month] :-ms-input-placeholder,
body input[type=week] :-ms-input-placeholder,
body input[type=time] :-ms-input-placeholder,
body input[type=datetime] :-ms-input-placeholder,
body input[type=datetime-local] :-ms-input-placeholder,
body input[type=color] :-ms-input-placeholder,
body textarea :-ms-input-placeholder,
body select :-ms-input-placeholder { /* IE 10+ */
  color: #303C42;
}
body input[type=text] :-moz-placeholder,
body input[type=email] :-moz-placeholder,
body input[type=url] :-moz-placeholder,
body input[type=password] :-moz-placeholder,
body input[type=search] :-moz-placeholder,
body input[type=number] :-moz-placeholder,
body input[type=tel] :-moz-placeholder,
body input[type=range] :-moz-placeholder,
body input[type=date] :-moz-placeholder,
body input[type=month] :-moz-placeholder,
body input[type=week] :-moz-placeholder,
body input[type=time] :-moz-placeholder,
body input[type=datetime] :-moz-placeholder,
body input[type=datetime-local] :-moz-placeholder,
body input[type=color] :-moz-placeholder,
body textarea :-moz-placeholder,
body select :-moz-placeholder { /* Firefox 18- */
  color: #303C42;
}
body input[type=text]:focus,
body input[type=email]:focus,
body input[type=url]:focus,
body input[type=password]:focus,
body input[type=search]:focus,
body input[type=number]:focus,
body input[type=tel]:focus,
body input[type=range]:focus,
body input[type=date]:focus,
body input[type=month]:focus,
body input[type=week]:focus,
body input[type=time]:focus,
body input[type=datetime]:focus,
body input[type=datetime-local]:focus,
body input[type=color]:focus,
body textarea:focus,
body select:focus {
  color: #111;
}
body textarea {
  background-color: #ffffff;
  border: 1px solid #303C42;
  border-bottom-width: 2px;
}
body textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  font-family: "Montserrat", sans-serif;
  color: #E36F1E;
}
a:visited {
  color: #E36F1E;
}
a:hover, a:focus, a:active {
  color: #b9490c;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
## header
--------------------------------------------------------------*/
.gcd-header nav {
  padding-top: 15px !important;
}
.gcd-header nav .container,
.gcd-header nav .container-fluid {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.gcd-header nav .container:before, .gcd-header nav .container:after,
.gcd-header nav .container-fluid:before,
.gcd-header nav .container-fluid:after {
  content: inherit;
}
.gcd-header nav .container .logo,
.gcd-header nav .container-fluid .logo {
  height: 80px;
}
.gcd-header nav .container .logo img,
.gcd-header nav .container-fluid .logo img {
  height: 80px;
}
.gcd-header nav .container .navbar-toggle,
.gcd-header nav .container-fluid .navbar-toggle {
  display: none;
}
.gcd-header nav .container .navbar-main,
.gcd-header nav .container-fluid .navbar-main {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}
.gcd-header nav .container .navbar-main .navbar-main-mobile,
.gcd-header nav .container-fluid .navbar-main .navbar-main-mobile {
  display: none;
}
.gcd-header nav .container .navbar-main .navbar-main-top,
.gcd-header nav .container-fluid .navbar-main .navbar-main-top {
  margin: 0 0 32px auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.gcd-header nav .container .navbar-main .navbar-main-top a,
.gcd-header nav .container-fluid .navbar-main .navbar-main-top a {
  margin: 0 10px;
  padding: 11px 10px 8px;
  font-family: "Montserrat";
  font-size: 12px;
  line-height: 1 !important;
  color: #303c42;
}
.gcd-header nav .container .navbar-main .navbar-main-top form input,
.gcd-header nav .container-fluid .navbar-main .navbar-main-top form input {
  padding: 8px 10px;
  border: 0;
  background-color: #fbf7f4;
  border-radius: 1px;
  color: #303c42;
  font-weight: 500;
  line-height: 14px;
  font-size: 14px;
  font-family: "Lato", sans-serif;
}
.gcd-header nav .container .navbar-main .navbar-main-top .search-icon,
.gcd-header nav .container-fluid .navbar-main .navbar-main-top .search-icon {
  margin: 0;
  cursor: pointer;
}
.gcd-header nav .container .navbar-main .navbar-main-top .insights,
.gcd-header nav .container-fluid .navbar-main .navbar-main-top .insights {
  color: #e36f1e;
  font-weight: bold;
}
.gcd-header nav .container .navbar-main .navbar-main-top .switch,
.gcd-header nav .container-fluid .navbar-main .navbar-main-top .switch {
  margin: 0 22px 0 10px;
  padding: 10px 10px 9px;
  font-family: "Montserrat";
  font-size: 12px;
  line-height: 1;
  color: #303c42;
  background-color: #e3e3e3;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}
.gcd-header nav .container .navbar-main .navbar-main-top .switch i,
.gcd-header nav .container-fluid .navbar-main .navbar-main-top .switch i {
  margin-left: 30px;
}
.gcd-header nav .container .navbar-main .navbar-main-top .switch div,
.gcd-header nav .container-fluid .navbar-main .navbar-main-top .switch div {
  display: none;
  position: absolute;
  z-index: 9;
  top: 33px;
  right: 0;
  left: 0;
  flex-direction: column;
  background-color: #fff;
}
.gcd-header nav .container .navbar-main .navbar-main-top .switch div a,
.gcd-header nav .container-fluid .navbar-main .navbar-main-top .switch div a {
  margin: 0;
}
.gcd-header nav .container .navbar-main .navbar-main-top .switch div a:hover,
.gcd-header nav .container-fluid .navbar-main .navbar-main-top .switch div a:hover {
  background-color: #e3e3e3;
}
.gcd-header nav .container .navbar-main .navbar-main-top .switch:hover div,
.gcd-header nav .container-fluid .navbar-main .navbar-main-top .switch:hover div {
  display: flex;
}
.gcd-header nav .container .navbar-main .navbar-main-top .login,
.gcd-header nav .container-fluid .navbar-main .navbar-main-top .login {
  margin: 0;
  padding: 10px 8px 9px;
  font-family: "GlyphaLTStd-Bold", sans-serif;
  font-size: 12px;
  color: #e36f1e;
  border-radius: 2px;
  border: solid 1px #e36f1e;
}
.gcd-header nav .container .navbar-main .navbar-main-top .login:hover,
.gcd-header nav .container-fluid .navbar-main .navbar-main-top .login:hover {
  color: #fff;
  background-color: #e36f1e;
}
.gcd-header nav .container .navbar-main .navbar-main-bottom,
.gcd-header nav .container-fluid .navbar-main .navbar-main-bottom {
  display: flex;
  flex-direction: row;
}
.gcd-header nav .container .navbar-main .navbar-main-bottom .main-menu,
.gcd-header nav .container-fluid .navbar-main .navbar-main-bottom .main-menu {
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.gcd-header nav .container .navbar-main .navbar-main-bottom .main-menu li,
.gcd-header nav .container-fluid .navbar-main .navbar-main-bottom .main-menu li {
  list-style: none;
  position: relative;
}
.gcd-header nav .container .navbar-main .navbar-main-bottom .main-menu li a,
.gcd-header nav .container-fluid .navbar-main .navbar-main-bottom .main-menu li a {
  margin: 0 20px;
  padding: 17px 0;
  font-family: "Montserrat";
  font-size: 14px;
  color: #303c42;
  line-height: 1.285;
  position: relative;
}
.gcd-header nav .container .navbar-main .navbar-main-bottom .main-menu li a::after,
.gcd-header nav .container-fluid .navbar-main .navbar-main-bottom .main-menu li a::after {
  position: absolute;
  bottom: -2px;
  right: 0;
  left: 0;
  content: "";
  height: 4px;
  background-color: #e36f1e;
  display: none;
}
.gcd-header nav .container .navbar-main .navbar-main-bottom .main-menu li a:hover,
.gcd-header nav .container-fluid .navbar-main .navbar-main-bottom .main-menu li a:hover {
  color: #e36f1e;
}
.gcd-header nav .container .navbar-main .navbar-main-bottom .main-menu li a:hover::after,
.gcd-header nav .container-fluid .navbar-main .navbar-main-bottom .main-menu li a:hover::after {
  display: block;
}
.gcd-header nav .container .navbar-main .navbar-main-bottom .main-menu li ul,
.gcd-header nav .container-fluid .navbar-main .navbar-main-bottom .main-menu li ul {
  display: none;
  position: absolute;
  z-index: 99;
  top: 38px;
  left: 0;
  margin: 0 0 0 -50%;
  padding: 0px 35px;
  background-color: #fbf7f4;
}
.gcd-header nav .container .navbar-main .navbar-main-bottom .main-menu li ul li a,
.gcd-header nav .container-fluid .navbar-main .navbar-main-bottom .main-menu li ul li a {
  margin: 8px 0;
  padding: 7px 10px;
  white-space: nowrap;
  display: block;
}
.gcd-header nav .container .navbar-main .navbar-main-bottom .main-menu li ul li a::after,
.gcd-header nav .container-fluid .navbar-main .navbar-main-bottom .main-menu li ul li a::after {
  height: 0;
}
.gcd-header nav .container .navbar-main .navbar-main-bottom .main-menu li ul li a:hover,
.gcd-header nav .container-fluid .navbar-main .navbar-main-bottom .main-menu li ul li a:hover {
  background-color: #fff;
}
.gcd-header nav .container .navbar-main .navbar-main-bottom .main-menu li:hover ul,
.gcd-header nav .container-fluid .navbar-main .navbar-main-bottom .main-menu li:hover ul {
  display: block;
}
.gcd-header nav .container .navbar-main .navbar-main-bottom .main-menu li.mega-menu ul,
.gcd-header nav .container-fluid .navbar-main .navbar-main-bottom .main-menu li.mega-menu ul {
  display: none;
  right: 0;
  left: auto;
  padding: 30px 0;
  min-height: 240px;
}
.gcd-header nav .container .navbar-main .navbar-main-bottom .main-menu li.mega-menu ul li,
.gcd-header nav .container-fluid .navbar-main .navbar-main-bottom .main-menu li.mega-menu ul li {
  position: unset;
  padding: 3px 23px 4px 41px;
}
.gcd-header nav .container .navbar-main .navbar-main-bottom .main-menu li.mega-menu ul li a,
.gcd-header nav .container-fluid .navbar-main .navbar-main-bottom .main-menu li.mega-menu ul li a {
  margin: 1px 0;
  padding: 7px 120px 6px 11px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}
.gcd-header nav .container .navbar-main .navbar-main-bottom .main-menu li.mega-menu ul li.menu-item-has-children a:hover:after,
.gcd-header nav .container-fluid .navbar-main .navbar-main-bottom .main-menu li.mega-menu ul li.menu-item-has-children a:hover:after {
  position: absolute;
  top: 50%;
  right: 15px;
  left: auto;
  margin-top: -7px;
  font-family: "FontAwesome";
  color: #e36f1e;
  content: "\f054";
}
.gcd-header nav .container .navbar-main .navbar-main-bottom .main-menu li.mega-menu ul li ul,
.gcd-header nav .container-fluid .navbar-main .navbar-main-bottom .main-menu li.mega-menu ul li ul {
  display: none;
  position: absolute;
  top: 0;
  right: -90%;
}
.gcd-header nav .container .navbar-main .navbar-main-bottom .main-menu li.mega-menu ul li ul li,
.gcd-header nav .container-fluid .navbar-main .navbar-main-bottom .main-menu li.mega-menu ul li ul li {
  padding: 0 36px 0 25px;
}
.gcd-header nav .container .navbar-main .navbar-main-bottom .main-menu li.mega-menu ul li ul li a,
.gcd-header nav .container-fluid .navbar-main .navbar-main-bottom .main-menu li.mega-menu ul li ul li a {
  margin: 0;
  padding: 7px 7px 8px;
  font-size: 12px;
  font-weight: 400;
}
.gcd-header nav .container .navbar-main .navbar-main-bottom .main-menu li.mega-menu ul li ul li a:after,
.gcd-header nav .container-fluid .navbar-main .navbar-main-bottom .main-menu li.mega-menu ul li ul li a:after {
  display: none;
}
.gcd-header nav .container .navbar-main .navbar-main-bottom .main-menu li.mega-menu ul li ul:before,
.gcd-header nav .container-fluid .navbar-main .navbar-main-bottom .main-menu li.mega-menu ul li ul:before {
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 0;
  content: "";
  width: 1px;
  height: calc(100% - 60px);
  background-color: #979797;
}
.gcd-header nav .container .navbar-main .navbar-main-bottom .main-menu li.mega-menu:hover ul,
.gcd-header nav .container-fluid .navbar-main .navbar-main-bottom .main-menu li.mega-menu:hover ul {
  display: block;
}
.gcd-header nav .container .navbar-main .navbar-main-bottom .main-menu li.mega-menu:hover ul li ul,
.gcd-header nav .container-fluid .navbar-main .navbar-main-bottom .main-menu li.mega-menu:hover ul li ul {
  display: none;
}
.gcd-header nav .container .navbar-main .navbar-main-bottom .main-menu li.mega-menu:hover ul li:hover ul,
.gcd-header nav .container-fluid .navbar-main .navbar-main-bottom .main-menu li.mega-menu:hover ul li:hover ul {
  display: block;
}
.gcd-header nav .container .navbar-main .navbar-main-bottom .login,
.gcd-header nav .container-fluid .navbar-main .navbar-main-bottom .login {
  margin: 0 0 20px;
  padding: 10px 8px 9px;
  font-family: "GlyphaLTStd-Bold", sans-serif;
  font-size: 12px;
  color: #e36f1e;
  border-radius: 4px;
  border: solid 1px #e36f1e;
  display: none;
}
.gcd-header nav .container .navbar-main .navbar-main-bottom .login:hover,
.gcd-header nav .container-fluid .navbar-main .navbar-main-bottom .login:hover {
  color: #fff;
  background-color: #e36f1e;
}
.gcd-header nav .container .navbar-main .navbar-main-bottom .invest-now,
.gcd-header nav .container-fluid .navbar-main .navbar-main-bottom .invest-now {
  margin: 0 0 0 20px;
  padding: 10px 16px 9px 17px;
  font-family: "GlyphaLTStd-Bold", sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  background-color: #e36f1e;
  border-radius: 4px;
  border: solid 1px #e36f1e;
}
.gcd-header nav .container .navbar-main .navbar-main-bottom .invest-now:hover,
.gcd-header nav .container-fluid .navbar-main .navbar-main-bottom .invest-now:hover {
  background-color: #fff;
  color: #e36f1e;
}
@media (max-width: 576px) {
  .gcd-header nav .container .navbar-toggle,
  .gcd-header nav .container-fluid .navbar-toggle {
    margin-right: 0;
    margin-left: auto;
    color: #303c42;
    font-size: 2em;
    display: block;
  }
  .gcd-header nav .container .navbar-main,
  .gcd-header nav .container-fluid .navbar-main {
    position: fixed;
    z-index: 9999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    background-color: #fbf7f4;
  }
  .gcd-header nav .container .navbar-main .navbar-main-mobile,
  .gcd-header nav .container-fluid .navbar-main .navbar-main-mobile {
    margin: 10px 0 30px;
    display: block;
  }
  .gcd-header nav .container .navbar-main .navbar-main-mobile .navbar-main-mobile-top,
  .gcd-header nav .container-fluid .navbar-main .navbar-main-mobile .navbar-main-mobile-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .gcd-header nav .container .navbar-main .navbar-main-mobile form,
  .gcd-header nav .container-fluid .navbar-main .navbar-main-mobile form {
    position: relative;
  }
  .gcd-header nav .container .navbar-main .navbar-main-mobile form input,
  .gcd-header nav .container-fluid .navbar-main .navbar-main-mobile form input {
    padding: 8px 10px 8px 35px;
    width: 100%;
    border: 0;
    background-color: #fff;
  }
  .gcd-header nav .container .navbar-main .navbar-main-mobile form:before,
  .gcd-header nav .container-fluid .navbar-main .navbar-main-mobile form:before {
    position: absolute;
    top: 50%;
    left: 11px;
    margin-top: -10px;
    font-family: "FontAwesome";
    color: #000;
    content: "\f002";
  }
  .gcd-header nav .container .navbar-main .navbar-main-top,
  .gcd-header nav .container-fluid .navbar-main .navbar-main-top {
    display: none;
  }
  .gcd-header nav .container .navbar-main .navbar-main-bottom,
  .gcd-header nav .container-fluid .navbar-main .navbar-main-bottom {
    margin: 30px 0;
    flex-direction: column;
  }
  .gcd-header nav .container .navbar-main .navbar-main-bottom .main-menu,
  .gcd-header nav .container-fluid .navbar-main .navbar-main-bottom .main-menu {
    margin-bottom: 20px;
    flex-direction: column;
  }
  .gcd-header nav .container .navbar-main .navbar-main-bottom .main-menu li,
  .gcd-header nav .container-fluid .navbar-main .navbar-main-bottom .main-menu li {
    width: 100%;
  }
  .gcd-header nav .container .navbar-main .navbar-main-bottom .main-menu li a,
  .gcd-header nav .container-fluid .navbar-main .navbar-main-bottom .main-menu li a {
    margin: 0;
    padding: 10px 5px;
    font-size: 16px;
    line-height: 26px;
    display: flex;
    width: 100%;
  }
  .gcd-header nav .container .navbar-main .navbar-main-bottom .main-menu li a:hover:after,
  .gcd-header nav .container-fluid .navbar-main .navbar-main-bottom .main-menu li a:hover:after {
    display: none;
  }
  .gcd-header nav .container .navbar-main .navbar-main-bottom .main-menu li ul,
  .gcd-header nav .container-fluid .navbar-main .navbar-main-bottom .main-menu li ul {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 30px;
    flex-direction: column;
  }
  .gcd-header nav .container .navbar-main .navbar-main-bottom .main-menu li ul .return,
  .gcd-header nav .container-fluid .navbar-main .navbar-main-bottom .main-menu li ul .return {
    margin-bottom: 30px;
  }
  .gcd-header nav .container .navbar-main .navbar-main-bottom .main-menu li ul .return i,
  .gcd-header nav .container-fluid .navbar-main .navbar-main-bottom .main-menu li ul .return i {
    margin-left: -15px;
    padding: 15px 20px;
    font-size: 18px;
  }
  .gcd-header nav .container .navbar-main .navbar-main-bottom .main-menu li ul li a,
  .gcd-header nav .container-fluid .navbar-main .navbar-main-bottom .main-menu li ul li a {
    margin: 0;
  }
  .gcd-header nav .container .navbar-main .navbar-main-bottom .main-menu li.mega-menu ul,
  .gcd-header nav .container-fluid .navbar-main .navbar-main-bottom .main-menu li.mega-menu ul {
    margin: 0;
    padding: 30px;
    flex-direction: column;
  }
  .gcd-header nav .container .navbar-main .navbar-main-bottom .main-menu li.mega-menu ul .return,
  .gcd-header nav .container-fluid .navbar-main .navbar-main-bottom .main-menu li.mega-menu ul .return {
    margin-bottom: 0;
  }
  .gcd-header nav .container .navbar-main .navbar-main-bottom .main-menu li.mega-menu ul li,
  .gcd-header nav .container-fluid .navbar-main .navbar-main-bottom .main-menu li.mega-menu ul li {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .gcd-header nav .container .navbar-main .navbar-main-bottom .main-menu li.mega-menu ul li:after,
  .gcd-header nav .container-fluid .navbar-main .navbar-main-bottom .main-menu li.mega-menu ul li:after {
    display: none;
  }
  .gcd-header nav .container .navbar-main .navbar-main-bottom .main-menu li.mega-menu ul li:first-child,
  .gcd-header nav .container-fluid .navbar-main .navbar-main-bottom .main-menu li.mega-menu ul li:first-child {
    border-right: 0;
  }
  .gcd-header nav .container .navbar-main .navbar-main-bottom .main-menu li.mega-menu ul li ul,
  .gcd-header nav .container-fluid .navbar-main .navbar-main-bottom .main-menu li.mega-menu ul li ul {
    display: none;
    right: 0;
    left: 0;
  }
  .gcd-header nav .container .navbar-main .navbar-main-bottom .main-menu li.mega-menu ul li ul li,
  .gcd-header nav .container-fluid .navbar-main .navbar-main-bottom .main-menu li.mega-menu ul li ul li {
    padding: 0;
  }
  .gcd-header nav .container .navbar-main .navbar-main-bottom .main-menu li.menu-item-has-children:after,
  .gcd-header nav .container-fluid .navbar-main .navbar-main-bottom .main-menu li.menu-item-has-children:after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -10px;
    font-family: "FontAwesome";
    color: #000;
    content: "\f054";
  }
  .gcd-header nav .container .navbar-main .navbar-main-bottom .login,
  .gcd-header nav .container-fluid .navbar-main .navbar-main-bottom .login {
    display: flex;
    justify-content: center;
    font-size: 16px;
  }
  .gcd-header nav .container .navbar-main .navbar-main-bottom .invest-now,
  .gcd-header nav .container-fluid .navbar-main .navbar-main-bottom .invest-now {
    margin: 0 0 20px;
    padding: 10px 8px 9px;
    font-size: 16px;
    text-align: center;
    line-height: inherit;
  }
}
.gcd-header nav.scrolled {
  padding: 5px !important;
  height: auto !important;
}
.gcd-header nav.scrolled .container .navbar-main .navbar-main-top,
.gcd-header nav.scrolled .container-fluid .navbar-main .navbar-main-top {
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.gform_wrapper #field_6_4 .ginput_container {
  margin-left: 0 !important;
}
.gform_wrapper #field_6_4 .ginput_container #input_6_4 {
  margin: 0;
}
.gform_wrapper #field_6_4 .ginput_container #input_6_4 li {
  display: inline-block;
}
.gform_wrapper #field_6_4 .ginput_container #input_6_4 li [type=radio]:checked + label {
  margin-top: 0;
}
.gform_wrapper #field_6_4 .ginput_container #input_6_4 li [type=radio]:not(:checked) + label {
  margin-top: 0;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border-radius: 0;
  -webkit-appearance: none;
}

.iziModal#modal-sign-up {
  z-index: 9999 !important;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.disclosure p {
  margin: 0px 0px 5px !important;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.youtube-embed {
  margin: 30px 0;
}

.mejs-container {
  margin: 30px 0;
}

.page.news-insights .posts .the-posts .box-over .image {
  position: relative;
}

.page.news-insights .posts .the-posts .box-over .image a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.page.news-insights .posts .the-posts .box-over .image.video a {
  background: url("assets/img/play-button.svg") no-repeat center;
  background-size: 120px;
}

.page.news-insights .posts .the-posts .box-over .image.video:hover a {
  background-color: rgba(0, 0, 0, 0.4);
}

.page.news-insights .posts .the-posts .box-over .box-text a:hover {
  color: #303C42 !important;
}

.single-post .post-date {
  width: 100%;
  float: left;
  margin-left: -15px;
}

body.page-template-page-basic p {
  margin: 15px;
}

body.single-post #hear-from-you .box .va a.btn.arrow.outline {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.page-template-about_us-tools .au-site .custom-au-page main .page, .page-template-about_us-team .au-site .custom-au-page main .page {
  padding-top: 100px;
}

@media only screen and (max-width: 750px) {
  .page-template-about_us-tools .au-site .custom-au-page main .page, .page-template-about_us-team .au-site .custom-au-page main .page {
    padding-top: 0px;
  }
}
@media (min-height: 1100px) and (min-width: 1050px) {
  .page-template-new_investor-your_rights .va h2 {
    --max-font: 40;
  }
}
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
ul {
  margin: 20px 15px 20px;
}

ul li {
  list-style: disc;
}

ul.dropdown-menu.bg-gradient.bg-grey-nav li {
  list-style: none;
}

.ec-performance-graph .ec-tabs__tabs li {
  float: left;
  margin-left: -1px;
  list-style: none;
}

div.risk-funds > ul.nav.nav-tabs > li {
  list-style: none;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.risk ul li {
  list-style: none;
}

ul.dropdown-second-menu.dropdown-menu li {
  list-style: none;
}

.social-media {
  display: table;
  margin: 0 auto;
}

.page .regular h4 {
  margin: 30px 0px;
}
.page .regular p {
  margin-top: 15px;
  margin-bottom: 15px;
}

ul.social-media-icons li {
  display: inline-block;
  width: 34px;
  padding: 3px;
  margin-top: 20px;
}

ul.social-media-icons li:hover {
  opacity: 0.5;
}

html {
  margin-top: 0 !important;
}

select#domain-switch {
  display: none;
}

button.btn.dark,
a.btn.dark {
  color: #fff;
  background-color: #2F3C43;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.btn.outline.arrow.white:hover {
  color: #fff;
  background-color: #1C99D6 !important;
  border: 1px #1c99d6 solid;
}

a.btn.arrow.outline.black:hover {
  color: #fff;
  background-color: #303C42 !important;
  border: 1px #303C42 solid;
}

a.btn.arrow.white:hover {
  color: #fff;
  background-color: #1C99D6 !important;
  border: 1px #1c99d6 solid;
}

.iziModal .modal-nav button.close {
  top: 10px;
  right: 10px;
  color: #000;
  background-color: transparent;
  margin-top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 50px;
}

.iziModal .modal-nav button {
  top: 50%;
  position: absolute;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  border: none;
  background-color: #303C42;
  color: #fff;
  font-size: 25px;
  padding: 0;
  text-align: center;
}

.custom-select-wrapper {
  position: absolute;
  display: block;
  user-select: none;
  right: 18px;
  top: 0px;
  padding: 0px !important;
  margin: 0px !important;
}

.custom-select-wrapper select {
  display: none;
}

.custom-select {
  position: relative;
  display: inline-block;
}

.custom-select-trigger {
  position: relative;
  display: block;
  width: 120px;
  padding: 0px 20px;
  font-size: 11px;
  font-weight: normal;
  color: #303C42;
  cursor: pointer;
  text-align: right;
  z-index: 9999;
}

.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: "▼";
  top: 6px;
  right: 5px;
  margin-top: -3px;
  transform-origin: 50% 0;
  font-size: 9px;
  color: #7F7F7F;
}

.custom-select-trigger:hover {
  color: #E36F1D;
}

.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  margin: 5px 0;
  border-bottom: 1px solid #b5b5b5;
  border-top: 1px solid #fbfbfb;
  box-sizing: border-box;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.23);
  background: #fff;
  transition: all 0.4s ease-in-out;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
}

.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}

.custom-options:before {
  position: absolute;
  display: block;
  content: "";
  bottom: 100%;
  right: 25px;
  width: 7px;
  height: 7px;
  margin-bottom: -3px;
  border-top: 1px solid #f8f8f8;
  border-left: 1px solid #f8f8f8;
  background: #fff;
  transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}

.option-hover:before {
  background: #f9f9f9;
}

.custom-option {
  position: relative;
  display: block;
  padding: 3px 6px;
  font-size: 16px;
  font-weight: 300;
  color: #303C42;
  line-height: 20px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  text-align: right;
}

.custom-option:first-of-type {
  /*      border-radius: 4px 4px 0 0;*/
}

.custom-option:last-of-type {
  border-bottom: 0;
  /*      border-radius: 0 0 4px 4px;*/
}

.custom-option:hover,
.custom-option.selection {
  background: #d8d8d8;
}

.country-switch {
  position: absolute;
  right: 21px;
  top: 6px;
  font-size: 12px;
}
.country-switch i {
  position: absolute;
  right: 10px;
  top: 0;
}
.country-switch .country {
  padding-right: 26px;
}
.country-switch .country a {
  color: #d8d8d8;
  display: none;
}
.country-switch .country a:first-child {
  display: block;
}
.country-switch .country a:hover {
  color: #E36F1E;
}
.country-switch.open {
  z-index: 10;
}
.country-switch.open i {
  color: #fff;
  top: 10px;
}
.country-switch.open .country {
  padding: 10px 26px 10px 10px;
  background: #fff;
  border-radius: 2px;
}
.country-switch.open .country a {
  color: #d8d8d8;
  display: block;
}

.scrolled .country-switch {
  display: none;
}

.iziModal.LoginRegister .iziModal-content .close {
  right: 30px;
  position: absolute;
  top: 10px;
  color: #fff;
  font-size: 55px;
  font-weight: bold;
  opacity: 1;
  line-height: 20px;
}

nav li.search.mobile-search form.search-form label {
  max-width: 100%;
  width: 100%;
  display: block;
  margin: 0 auto 20px;
}
nav li.search.mobile-search form.search-form label .screen-reader-text {
  display: none;
}
nav li.search.mobile-search form.search-form label input[type=search] {
  border: 0px solid #303c42 !important;
  background-color: #fbf7f4;
  border-radius: 1px;
  padding-left: 33px;
  padding-right: 13px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1300px) {
  nav li.search.mobile-search form.search-form label input[type=search] {
    width: 150px;
  }
}
@media (min-width: 1400px) {
  nav li.search.mobile-search form.search-form label input[type=search] {
    width: 154px;
  }
}
@media (min-width: 1500px) {
  nav li.search.mobile-search form.search-form label input[type=search] {
    width: 162px;
  }
}
@media (min-width: 1600px) {
  nav li.search.mobile-search form.search-form label input[type=search] {
    width: 200px;
  }
}
nav li.search.mobile-search form.search-form label input[type=search] {
  color: #303c42;
  font-weight: 300;
  line-height: 14px;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  padding-top: 8px;
  padding-bottom: 8px;
}
nav li.search.mobile-search form.search-form label input[type=search]::placeholder {
  color: #303c42;
  font-weight: 300;
  line-height: 12px;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  padding-top: 8px;
  padding-bottom: 8px;
}
nav li.search.mobile-search form.search-form label input[type=search]::-webkit-input-placeholder {
  color: #303c42;
  font-weight: 300;
  line-height: 12px;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  padding-top: 8px;
  padding-bottom: 8px;
}
nav li.search.mobile-search form.search-form label input[type=search]:-moz-placeholder {
  color: #303c42;
  font-weight: 300;
  line-height: 12px;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  padding-top: 8px;
  padding-bottom: 8px;
}
nav li.search.mobile-search form.search-form label input[type=search]:-ms-input-placeholder {
  color: #303c42;
  font-weight: 300;
  line-height: 12px;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  padding-top: 8px;
  padding-bottom: 8px;
}
nav li.search.mobile-search form.search-form label input[type=search]::-ms-input-placeholder {
  color: #303c42;
  font-weight: 300;
  line-height: 12px;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  padding-top: 8px;
  padding-bottom: 8px;
}
nav li.search.mobile-search form.search-form input[type=submit] {
  background: url(assets/img/search.png) no-repeat center center;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
}
@media (min-width: 1400px) {
  nav li.search.mobile-search form.search-form input[type=submit] {
    top: 10px;
    right: 16px;
  }
}
nav li.search.mobile-search form.search-form input[type=submit] {
  border: 0;
  color: rgba(0, 0, 0, 0);
  line-height: 20px;
  padding-left: 0;
  padding-right: 0;
}
nav li.search.desktop {
  margin: 12px 25px 0 16px !important;
}
@media (max-width: 1700px) {
  nav li.search.desktop {
    display: none;
  }
}
@media (min-width: 1233px) {
  nav li.search.desktop {
    display: block;
  }
  nav li.search.desktop form.search-form label .screen-reader-text {
    display: none;
  }
  nav li.search.desktop form.search-form label input[type=search] {
    border: 0px solid #303c42 !important;
    background-color: #fbf7f4;
    border-radius: 1px;
    padding-left: 33px;
    padding-right: 13px;
    width: 132px;
    color: #303c42;
    font-weight: 300;
    line-height: 14px;
    font-size: 12px;
    font-family: "Lato", sans-serif;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (min-width: 1233px) and (min-width: 1300px) {
  nav li.search.desktop form.search-form label input[type=search] {
    width: 150px;
  }
}
@media (min-width: 1233px) and (min-width: 1400px) {
  nav li.search.desktop form.search-form label input[type=search] {
    width: 154px;
  }
}
@media (min-width: 1233px) and (min-width: 1500px) {
  nav li.search.desktop form.search-form label input[type=search] {
    width: 162px;
  }
}
@media (min-width: 1233px) and (min-width: 1600px) {
  nav li.search.desktop form.search-form label input[type=search] {
    width: 200px;
  }
}
@media (min-width: 1233px) {
  nav li.search.desktop form.search-form label input[type=search]::placeholder {
    color: #303c42;
    font-weight: 300;
    line-height: 12px;
    font-size: 12px;
    font-family: "Lato", sans-serif;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  nav li.search.desktop form.search-form label input[type=search]::-webkit-input-placeholder {
    color: #303c42;
    font-weight: 300;
    line-height: 12px;
    font-size: 12px;
    font-family: "Lato", sans-serif;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  nav li.search.desktop form.search-form label input[type=search]:-moz-placeholder {
    color: #303c42;
    font-weight: 300;
    line-height: 12px;
    font-size: 12px;
    font-family: "Lato", sans-serif;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  nav li.search.desktop form.search-form label input[type=search]:-ms-input-placeholder {
    color: #303c42;
    font-weight: 300;
    line-height: 12px;
    font-size: 12px;
    font-family: "Lato", sans-serif;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  nav li.search.desktop form.search-form label input[type=search]::-ms-input-placeholder {
    color: #303c42;
    font-weight: 300;
    line-height: 12px;
    font-size: 12px;
    font-family: "Lato", sans-serif;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  nav li.search.desktop form.search-form input[type=submit] {
    background: url(assets/img/search.png) no-repeat center center;
    position: absolute;
    left: 10px;
    right: 0px;
    top: 0px;
    border: 0;
    color: rgba(0, 0, 0, 0);
    line-height: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1233px) and (min-width: 1400px) {
  nav li.search.desktop form.search-form input[type=submit] {
    top: 10px;
    right: 16px;
  }
}
@media (min-width: 1200px) {
  nav li.search.desktop {
    margin: 12px 12px 0 10px !important;
  }
}
@media (min-width: 1300px) {
  nav li.search.desktop {
    margin: 12px 25px 0 10px !important;
  }
}
@media (min-width: 1400px) {
  nav li.search.desktop {
    margin: 5px 8px 0 0px !important;
    padding: 10px 14px;
  }
}

@media (max-width: 1233px) {
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  header#masthead .navbar .navbar-header .mobile-version {
    display: block !important;
  }
}
@media (max-width: 1025px) {
  div#modal-au-warning,
  div#modal-nz-warning {
    max-width: 90% !important;
    width: 85% !important;
  }
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
}
i.fa.fa-question-circle.orange-tooltip {
  font-weight: normal;
  font-size: 14px;
  color: #E36F1E;
}

#wpadminbar {
  display: none;
}

.mpwc-popup-block .mpwc-design-1 .mpwc-popup-cnt-wrp {
  background-color: #303C42 !important;
  border-radius: 10px;
}

.mpwc-content-block {
  background-color: #303C42 !important;
  color: #fff !important;
  border: 0px solid !important;
  border-radius: 10px;
  padding: 80px 30px 80px;
}
@media (max-width: 576px) {
  .mpwc-content-block {
    max-width: 90% !important;
    padding: 30px 30px 30px !important;
  }
}
@media (max-width: 360px) {
  .mpwc-content-block {
    max-width: 95% !important;
    padding: 20px !important;
  }
}

.mpwc-content-block h2 {
  color: #fff !important;
}

.mpwc-content-block p {
  color: #fff !important;
  font-size: 18px !important;
}
@media (max-width: 576px) {
  .mpwc-content-block p {
    font-size: 14px !important;
  }
}

@media (min-width: 1500px) {
  .au-site header#masthead .navbar #navbar ul.navbar-nav > li.dropdown ul.dropdown-menu {
    padding-left: 105px;
  }
}

header#masthead .navbar {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 15px;
  margin-bottom: 0;
  z-index: 2000;
  height: auto;
  border: 0;
}
@media (max-width: 1025px) {
  header#masthead .navbar {
    overflow: initial;
    height: auto;
  }
  header#masthead .navbar.mobile-nav-scroll {
    max-height: 100%;
    overflow: scroll;
  }
}
header#masthead .navbar .navbar-header .logo {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  width: 72px;
}
@media (max-width: 1025px) {
  header#masthead .navbar .navbar-header .logo {
    margin-left: 20px;
  }
}
@media (max-width: 576px) {
  header#masthead .navbar .navbar-header .logo {
    width: 52px;
    margin-top: 7px;
  }
}
header#masthead .navbar .navbar-header .mobile-version {
  display: none;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 12px;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1;
  cursor: pointer;
  color: #003963;
}
@media (max-width: 1025px) {
  header#masthead .navbar .navbar-header .mobile-version {
    display: block;
  }
}
header#masthead .navbar .navbar-header #search-open-mobile.open {
  font-size: 35px;
  font-size: 3.5rem;
  vertical-align: top;
  padding-top: 4px;
  padding-bottom: 0;
}
header#masthead .navbar .navbar-header .search-modal-mobile {
  z-index: 99999;
  display: none;
  position: absolute;
  width: 80%;
  padding: 20px;
  border-radius: 10px;
  background-color: #E6EAEB;
  padding: 20px 25px;
  top: 100px;
  right: 10%;
}
header#masthead .navbar .navbar-header .search-modal-mobile:after {
  content: "";
  position: absolute;
  right: 50px;
  top: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #E6EAEB;
  clear: both;
}
header#masthead .navbar .navbar-header .search-modal-mobile .search-submit {
  float: right;
  margin: 0;
  background-color: #E36F1E;
  color: #fff;
  padding: 10px 30px;
}
header#masthead .navbar .navbar-header .search-modal-mobile .search-field {
  padding: 5px;
  border: none;
}
header#masthead .navbar .navbar-header .search-modal-mobile h5 {
  font-size: 18px;
  font-size: 1.8rem;
}
header#masthead .navbar .navbar-header .search-modal-mobile > a {
  outline: 0;
  border-bottom: 2px solid #BEC2C2;
  padding: 10px 0;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}
header#masthead .navbar .navbar-header .search-modal-mobile > a i {
  font-size: 40px;
  font-size: 4rem;
  line-height: 24px;
  margin-right: 8px;
  top: 7px;
  position: relative;
}
header#masthead .navbar .navbar-header .search-modal-mobile .search-conatiner {
  widows: 100%;
}
header#masthead .navbar .navbar-header .search-modal-mobile .search-conatiner .btn {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  line-height: 24px;
}
header#masthead .navbar .navbar-header .login-modal-mobile {
  z-index: 99999;
  display: none;
  position: absolute;
  padding: 20px;
  top: 100px;
  right: 10%;
  width: 80%;
  border-radius: 10px;
  background-color: #E6EAEB;
}
header#masthead .navbar .navbar-header .login-modal-mobile:hover {
  display: block !important;
}
header#masthead .navbar .navbar-header .login-modal-mobile:after {
  content: "";
  position: absolute;
  right: 50px;
  top: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #E6EAEB;
  clear: both;
}
header#masthead .navbar .navbar-header .login-modal-mobile h5 {
  font-size: 18px;
  font-size: 1.8rem;
}
header#masthead .navbar .navbar-header .login-modal-mobile > a {
  outline: 0;
  border-bottom: 2px solid #BEC2C2;
  padding: 0 0 10px 0;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}
header#masthead .navbar .navbar-header .login-modal-mobile > a i {
  font-size: 40px;
  font-size: 4rem;
  line-height: 24px;
  margin-right: 8px;
  top: 7px;
  position: relative;
}
header#masthead .navbar .navbar-header .login-modal-mobile > a.active, header#masthead .navbar .navbar-header .login-modal-mobile > a:hover {
  text-decoration: none;
  border-bottom-color: #E36F1E;
}
header#masthead .navbar .navbar-header .login-modal-mobile .login-container,
header#masthead .navbar .navbar-header .login-modal-mobile .register-container {
  min-width: 240px;
  display: none;
}
@media (max-width: 1025px) {
  header#masthead .navbar .navbar-header .login-modal-mobile .login-container,
  header#masthead .navbar .navbar-header .login-modal-mobile .register-container {
    min-width: 100%;
  }
}
header#masthead .navbar .navbar-header .login-modal-mobile .login-container.active,
header#masthead .navbar .navbar-header .login-modal-mobile .register-container.active {
  display: block;
}
header#masthead .navbar .navbar-header .login-modal-mobile .login-container .btn,
header#masthead .navbar .navbar-header .login-modal-mobile .register-container .btn {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  line-height: 24px;
}
header#masthead .navbar .navbar-toggle {
  margin-top: 14px;
}
header#masthead .navbar .navbar-toggle:hover, header#masthead .navbar .navbar-toggle:focus {
  border: none;
}
header#masthead .navbar .navbar-toggle .icon-bar {
  background-color: #003963;
}
@media (max-width: 1025px) {
  header#masthead .navbar #navbar {
    max-height: inherit;
  }
}
header#masthead .navbar #navbar .navbar-nav {
  margin-left: 15px;
}
@media (min-width: 1300px) {
  header#masthead .navbar #navbar .navbar-nav {
    margin-left: 10px;
  }
}
@media (max-width: 1025px) {
  header#masthead .navbar #navbar .navbar-nav {
    margin-left: 0;
    margin: 7.5px 0;
  }
}
header#masthead .navbar #navbar .navbar-nav > li:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 0;
  height: 3px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header#masthead .navbar #navbar .navbar-nav > li > a:not(.btn) {
  color: #303C42;
  /* Set max and min font sizes */
  --max-font: 16;
  --min-font: 12;
  font-size: var(--responsive);
  line-height: 26px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1400px) {
  header#masthead .navbar #navbar .navbar-nav > li > a:not(.btn) {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 1400px) {
  header#masthead .navbar #navbar .navbar-nav > li > a:not(.btn) {
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 1550px) {
  header#masthead .navbar #navbar .navbar-nav > li > a:not(.btn) {
    padding-right: 16px;
    padding-left: 16px;
  }
}
header#masthead .navbar #navbar .navbar-nav > li > a:not(.btn):hover {
  text-decoration: none;
  background-color: inherit;
}
header#masthead .navbar #navbar .navbar-nav > li .btn {
  margin: 6px 16px 0 16px;
  padding: 10px 30px;
}
@media (min-width: 1200px) {
  header#masthead .navbar #navbar .navbar-nav > li .btn {
    margin: 6px 16px 0 16px;
    padding: 10px 30px;
  }
}
@media (min-width: 1260px) {
  header#masthead .navbar #navbar .navbar-nav > li .btn {
    margin: 6px 10px 0 10px;
    padding: 10px 18px;
  }
}
@media (min-width: 1300px) {
  header#masthead .navbar #navbar .navbar-nav > li .btn {
    margin: 6px 10px 0 10px;
    padding: 10px 30px;
  }
}
@media (min-width: 1336px) {
  header#masthead .navbar #navbar .navbar-nav > li .btn {
    margin: 6px 12px 0 12px;
    padding: 10px 30px;
  }
}
@media (min-width: 1400px) {
  header#masthead .navbar #navbar .navbar-nav > li .btn {
    margin: 6px 10px 0 10px;
    padding: 10px 30px;
  }
}
@media (min-width: 1550px) {
  header#masthead .navbar #navbar .navbar-nav > li .btn {
    margin: 6px 16px 0 16px;
    padding: 10px 30px;
  }
}
@media (min-width: 1600px) {
  header#masthead .navbar #navbar .navbar-nav > li .btn {
    margin: 6px 16px 0 16px;
    padding: 10px 30px;
  }
}
@media (max-width: 1025px) {
  header#masthead .navbar #navbar .navbar-nav > li .btn {
    margin: 6px 7px 0 7px;
  }
}
@media (max-width: 1150px) {
  header#masthead .navbar #navbar .navbar-nav > li .btn {
    padding: 10px 18px;
    margin-right: 0px;
    margin-left: 8px;
  }
}
header#masthead .navbar #navbar .navbar-nav > li .btn:hover {
  color: #E36F1E;
  background: #fff;
  border: 1px solid #E36F1E;
}
header#masthead .navbar #navbar .navbar-nav > li.dropdown .dropdown-menu {
  position: fixed;
  width: 100%;
  top: 100px;
  left: 0;
  box-shadow: none;
  border: 0;
  padding: 0;
  padding-left: 105px;
  margin: 0;
  padding-bottom: 15px;
  border-radius: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  -webkit-box-shadow: 0px 17px 30px 0px rgba(0, 0, 0, 0.018);
  -moz-box-shadow: 0px 17px 30px 0px rgba(0, 0, 0, 0.018);
  box-shadow: 0px 17px 30px 0px rgba(0, 0, 0, 0.018);
}
@media (max-width: 1025px) {
  header#masthead .navbar #navbar .navbar-nav > li.dropdown .dropdown-menu {
    display: none;
    margin: 10px 0 22px 0;
    position: static;
    width: 100%;
    padding-left: 5%;
    float: none;
    overflow: hidden;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    padding-top: 12px;
  }
}
header#masthead .navbar #navbar .navbar-nav > li.dropdown .dropdown-menu li {
  float: left;
  position: relative;
}
@media (max-width: 1025px) {
  header#masthead .navbar #navbar .navbar-nav > li.dropdown .dropdown-menu li {
    width: 100%;
  }
}
header#masthead .navbar #navbar .navbar-nav > li.dropdown .dropdown-menu li:after {
  bottom: -15px;
}
header#masthead .navbar #navbar .navbar-nav > li.dropdown .dropdown-menu li a {
  color: #303C42;
  background: none;
  font-family: "Montserrat", sans-serif;
  /* Set max and min font sizes */
  --max-font: 16;
  --min-font: 12;
  font-size: var(--responsive);
  line-height: 20px;
  padding: 20px 16px 8px;
  display: block;
}
header#masthead .navbar #navbar .navbar-nav > li.dropdown .dropdown-menu li a:hover, header#masthead .navbar #navbar .navbar-nav > li.dropdown .dropdown-menu li a:focus, header#masthead .navbar #navbar .navbar-nav > li.dropdown .dropdown-menu li a.active {
  background: none;
  border: 0;
}
@media (max-width: 1025px) {
  header#masthead .navbar #navbar .navbar-nav > li.dropdown .dropdown-menu li a {
    line-height: 45px;
    display: initial;
  }
}
@media (max-width: 1025px) {
  header#masthead .navbar #navbar .navbar-nav > li.dropdown .dropdown-menu li.active:after {
    width: 80%;
    left: 10%;
    background-color: transparent;
  }
}
header#masthead .navbar #navbar .navbar-nav > li.dropdown .dropdown-menu li:hover:after {
  content: "";
  position: absolute;
  /* z-index: 999999; */
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #E36F1E;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1025px) {
  header#masthead .navbar #navbar .navbar-nav > li.dropdown .dropdown-menu li:hover:after {
    width: 80%;
    left: 10%;
    background-color: transparent;
  }
}
header#masthead .navbar #navbar .navbar-nav > li.dropdown.open > a {
  background-color: #ffffff;
  border: none;
}
header#masthead .navbar #navbar .navbar-nav > li.dropdown.open .dropdown-menu li:hover:after, header#masthead .navbar #navbar .navbar-nav > li.dropdown.open .dropdown-menu li.open:after {
  width: 100%;
}
header#masthead .navbar #navbar .navbar-nav > li.dropdown.open .dropdown-menu.hide-me {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
header#masthead .navbar #navbar .navbar-nav > li.dropdown.active-page > a {
  background-color: #ffffff;
  border: none;
}
header#masthead .navbar #navbar .navbar-nav > li.dropdown.active-page .drop-menu {
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
  opacity: 1;
  top: 85px;
}
header#masthead .navbar #navbar .navbar-nav > li.dropdown.active-page .drop-menu li {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 1;
}
header#masthead .navbar #navbar .navbar-nav > li.dropdown.active-page .drop-menu li:hover:after, header#masthead .navbar #navbar .navbar-nav > li.dropdown.active-page .drop-menu li.open:after {
  width: 100%;
  background-color: #ffffff;
}
header#masthead .navbar #navbar .navbar-nav > li.dropdown.active-page .drop-menu.hide-me {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
header#masthead .navbar #navbar .navbar-nav > li.dropdown.font-black li a {
  color: #303C42;
}
@media (max-width: 1025px) {
  header#masthead .navbar #navbar .navbar-nav > li.dropdown.font-black li a {
    width: auto;
    display: initial;
    line-height: 45px;
  }
}
header#masthead .navbar #navbar .navbar-nav > li.dropdown.font-black li a:hover {
  color: #E36F1E !important;
}
@media (max-width: 1025px) {
  header#masthead .navbar #navbar .navbar-nav > li.dropdown.font-black.open .drop-menu li:hover:after {
    width: 80%;
    left: 10%;
    background-color: transparent;
  }
}
header#masthead .navbar #navbar .navbar-nav:not(.navbar-right) > li.dropdown:hover:after {
  width: 100%;
  background-color: #E36F1E;
}
@media (max-width: 1025px) {
  header#masthead .navbar #navbar .navbar-nav:not(.navbar-right) > li.dropdown:hover:after {
    display: none;
  }
}
header#masthead .navbar #navbar .navbar-nav:not(.navbar-right) > li.dropdown:hover:before {
  content: "";
  position: absolute;
  z-index: 9999;
  margin-left: -3px;
  left: 50%;
  bottom: -20px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #E36F1E;
}
@media (max-width: 1025px) {
  header#masthead .navbar #navbar .navbar-nav:not(.navbar-right) > li.dropdown:hover:before {
    display: none;
  }
}
header#masthead .navbar #navbar .navbar-nav:not(.navbar-right) > li.dropdown.open:after {
  width: 100%;
  background-color: #E36F1E;
}
@media (max-width: 1025px) {
  header#masthead .navbar #navbar .navbar-nav:not(.navbar-right) > li.dropdown.open:after {
    display: none;
  }
}
header#masthead .navbar #navbar .navbar-nav:not(.navbar-right) > li.dropdown.active-page:after {
  width: 100%;
  background-color: #E36F1E;
}
@media (max-width: 1025px) {
  header#masthead .navbar #navbar .navbar-nav:not(.navbar-right) > li.dropdown.active-page:after {
    display: none;
  }
}
header#masthead .navbar #navbar .navbar-nav:not(.navbar-right) > li.dropdown .dropdown-second:hover:after {
  display: none;
  background-color: transparent;
}
header#masthead .navbar #navbar .navbar-nav:not(.navbar-right) > li.dropdown .dropdown-second i {
  position: absolute;
  left: 50%;
  margin-left: -4px;
  bottom: -11px;
}
@media (max-width: 1025px) {
  header#masthead .navbar #navbar .navbar-nav:not(.navbar-right) > li.dropdown .dropdown-second i {
    position: static;
    left: 0;
    margin-left: 0;
    bottom: 0;
  }
}
header#masthead .navbar #navbar .navbar-nav:not(.navbar-right) > li.dropdown .dropdown-second .dropdown-second-menu {
  position: absolute;
  background-color: #E6EAEB;
  top: 90px;
  padding: 15px 20px;
  border-radius: 10px;
  width: 280px;
  left: 50%;
  margin-left: -100px;
}
@media (max-width: 1025px) {
  header#masthead .navbar #navbar .navbar-nav:not(.navbar-right) > li.dropdown .dropdown-second .dropdown-second-menu {
    position: static;
    background: transparent;
    top: 90px;
    padding: 15px 20px 15px 10%;
    border-radius: 0;
    width: 100%;
    left: 50%;
    margin-left: 0;
  }
}
header#masthead .navbar #navbar .navbar-nav:not(.navbar-right) > li.dropdown .dropdown-second .dropdown-second-menu li {
  width: 100%;
  padding: 0 0;
  margin: 0;
}
header#masthead .navbar #navbar .navbar-nav:not(.navbar-right) > li.dropdown .dropdown-second .dropdown-second-menu li a {
  padding: 7px 0;
}
header#masthead .navbar #navbar .navbar-nav:not(.navbar-right) > li.dropdown .dropdown-second .dropdown-second-menu li:hover:after {
  display: none;
  background-color: transparent;
}
@media (max-width: 1025px) {
  header#masthead .navbar #navbar .navbar-nav:not(.navbar-right) > li.dropdown .dropdown-second .dropdown-second-menu li:hover:after {
    display: none;
  }
}
header#masthead .navbar #navbar .navbar-nav:not(.navbar-right) > li.dropdown .dropdown-second .dropdown-second-menu li:hover:before {
  display: none;
}
header#masthead .navbar #navbar .navbar-nav:not(.navbar-right) > li.dropdown .dropdown-second .dropdown-second-menu:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #E6EAEB;
  clear: both;
}
@media (max-width: 1025px) {
  header#masthead .navbar #navbar .navbar-nav:not(.navbar-right) > li.dropdown .dropdown-second .dropdown-second-menu:after {
    display: none;
  }
}
@media (max-width: 1025px) {
  header#masthead .navbar #navbar .navbar-nav.navbar-right {
    display: none;
  }
}
header#masthead .navbar #navbar .navbar-nav.navbar-right li > a:not(.btn) {
  /* Set max and min font sizes */
  --max-font: 18;
  --min-font: 11;
  font-size: var(--responsive);
  line-height: 20px;
  padding-top: 17px;
}
header#masthead .navbar #navbar .navbar-nav.navbar-right li > a.btn {
  padding-top: 10px;
  padding-bottom: 10px;
}
header#masthead .navbar #navbar .navbar-nav.navbar-right li.search {
  margin-top: 5px;
}
header#masthead .navbar #navbar .navbar-nav.navbar-right li.search span {
  padding-bottom: 0;
  cursor: pointer;
}
header#masthead .navbar #navbar .navbar-nav.navbar-right li.search span i {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 300;
}
header#masthead .navbar #navbar .navbar-nav.navbar-right li.search span.open i {
  font-size: 50px;
  font-size: 5rem;
  line-height: 1;
}
header#masthead .navbar #navbar .navbar-nav.navbar-right li.search .search-modal {
  display: none;
  position: absolute;
  padding: 20px 25px;
  top: inherit;
  right: -50px;
  border-radius: 10px;
  background-color: #E6EAEB;
}
header#masthead .navbar #navbar .navbar-nav.navbar-right li.search .search-modal:after {
  content: "";
  position: absolute;
  right: 50px;
  top: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #E6EAEB;
  clear: both;
}
header#masthead .navbar #navbar .navbar-nav.navbar-right li.search .search-modal .search-submit {
  float: right;
  margin: 0;
  background-color: #E36F1E;
  color: #fff;
  padding: 10px 30px;
}
header#masthead .navbar #navbar .navbar-nav.navbar-right li.search .search-modal .search-field {
  padding: 5px;
  border: none;
}
header#masthead .navbar #navbar .navbar-nav.navbar-right li.search .search-modal h5 {
  font-size: 18px;
  font-size: 1.8rem;
}
header#masthead .navbar #navbar .navbar-nav.navbar-right li.search .search-modal > a {
  outline: 0;
  border-bottom: 2px solid #BEC2C2;
  padding: 10px 0;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}
header#masthead .navbar #navbar .navbar-nav.navbar-right li.search .search-modal > a i {
  font-size: 40px;
  font-size: 4rem;
  line-height: 24px;
  margin-right: 8px;
  top: 7px;
  position: relative;
}
header#masthead .navbar #navbar .navbar-nav.navbar-right li.search .search-modal .search-conatiner {
  min-width: 240px;
}
header#masthead .navbar #navbar .navbar-nav.navbar-right li.search .search-modal .search-conatiner .btn {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  line-height: 24px;
}
header#masthead .navbar #navbar .navbar-nav.navbar-right li.login {
  position: relative;
}
header#masthead .navbar #navbar .navbar-nav.navbar-right li.login > a {
  position: relative;
  min-width: 124px;
  text-align: center;
}
header#masthead .navbar #navbar .navbar-nav.navbar-right li.login > a .padlock {
  width: 15px;
  float: right;
  position: relative;
  top: 1px;
  margin-left: 5px;
}
header#masthead .navbar #navbar .navbar-nav.navbar-right li.login > a i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* Set max and min font sizes */
  --max-font: 35;
  --min-font: 18;
  font-size: var(--responsive);
  line-height: var(--responsiveLH);
  position: absolute;
  bottom: 10px;
  color: rgba(48, 60, 66, 0.25);
  left: 0;
  right: 0;
  text-align: center;
}
@media (max-width: 1025px) {
  header#masthead .navbar #navbar .navbar-nav.navbar-right li.login > a.full {
    display: none;
  }
}
header#masthead .navbar #navbar .navbar-nav.navbar-right li.login > a.full {
  padding-top: 10px;
}
header#masthead .navbar #navbar .navbar-nav.navbar-right li.login > a.lite {
  display: none;
  padding-right: 15px;
  padding-left: 20px;
}
header#masthead .navbar #navbar .navbar-nav.navbar-right li.login > a.lite i {
  color: #000;
}
@media (max-width: 1400px) {
  header#masthead .navbar #navbar .navbar-nav.navbar-right li.login > a.lite {
    display: block;
  }
}
header#masthead .navbar #navbar .navbar-nav.navbar-right li.login .login-modal {
  display: none;
  position: absolute;
  padding: 20px 25px 40px;
  top: 69px;
  right: 0;
  border-radius: 10px;
  background-color: #E6EAEB;
  z-index: 9999999;
}
header#masthead .navbar #navbar .navbar-nav.navbar-right li.login .login-modal:hover {
  display: block !important;
}
header#masthead .navbar #navbar .navbar-nav.navbar-right li.login .login-modal:after {
  content: "";
  position: absolute;
  right: 50px;
  top: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #E6EAEB;
  clear: both;
}
header#masthead .navbar #navbar .navbar-nav.navbar-right li.login .login-modal h5 {
  font-size: 18px;
  font-size: 1.8rem;
}
header#masthead .navbar #navbar .navbar-nav.navbar-right li.login .login-modal > a {
  outline: 0;
  border-bottom: 2px solid #BEC2C2;
  padding: 10px 0;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}
header#masthead .navbar #navbar .navbar-nav.navbar-right li.login .login-modal > a i {
  font-size: 40px;
  font-size: 4rem;
  line-height: 24px;
  margin-right: 8px;
  top: 7px;
  position: relative;
}
header#masthead .navbar #navbar .navbar-nav.navbar-right li.login .login-modal > a.active, header#masthead .navbar #navbar .navbar-nav.navbar-right li.login .login-modal > a:hover {
  text-decoration: none;
  border-bottom-color: #E36F1E;
}
header#masthead .navbar #navbar .navbar-nav.navbar-right li.login .login-modal .login-container,
header#masthead .navbar #navbar .navbar-nav.navbar-right li.login .login-modal .register-container {
  min-width: 240px;
  display: none;
}
header#masthead .navbar #navbar .navbar-nav.navbar-right li.login .login-modal .login-container.active,
header#masthead .navbar #navbar .navbar-nav.navbar-right li.login .login-modal .register-container.active {
  display: block;
}
header#masthead .navbar #navbar .navbar-nav.navbar-right li.login .login-modal .login-container .btn,
header#masthead .navbar #navbar .navbar-nav.navbar-right li.login .login-modal .register-container .btn {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  line-height: 24px;
}
header#masthead .navbar.scrolled {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0;
  height: 57px;
}
@media (max-width: 1025px) {
  header#masthead .navbar.scrolled {
    height: auto;
  }
  header#masthead .navbar.scrolled.mobile-nav-scroll {
    max-height: 100%;
    overflow: scroll;
  }
}
header#masthead .navbar.scrolled .navbar-toggle {
  margin-top: 14px;
}
header#masthead .navbar.scrolled .navbar-header .logo {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  width: 40px;
  margin-top: 13px;
}
@media (max-width: 768px) {
  header#masthead .navbar.scrolled .navbar-header .logo {
    opacity: 1;
    width: 40px;
    margin-top: 13px;
  }
}
header#masthead .navbar.scrolled .navbar-header .mobile-version {
  margin-top: 10px;
}
header#masthead .navbar.scrolled #navbar .navbar-nav > li:after {
  bottom: -1px;
}
header#masthead .navbar.scrolled #navbar .navbar-nav > li.dropdown .dropdown-menu {
  top: 57px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
header#masthead .navbar.scrolled #navbar .navbar-nav.navbar-right li.login a i {
  bottom: 10px;
}
header#masthead .navbar.scrolled #navbar .navbar-nav.navbar-right li.login .login-modal {
  top: 68px;
}
header#masthead .navbar.scrolled #navbar .navbar-nav:not(.navbar-right) > li.dropdown:hover:before {
  bottom: -6px;
}

@media (max-width: 1025px) {
  .dropdown-second-menu li {
    width: 50% !important;
  }
}
@media (max-width: 590px) {
  .dropdown-second-menu li {
    width: 100% !important;
  }
  div#modal-au-warning,
  div#modal-nz-warning {
    width: 90% !important;
  }
  .page .top h1,
  .page .bg h1 {
    margin-top: 30px !important;
  }
  .au-site .page.forms-and-documents #top {
    padding-bottom: 20px !important;
    padding-top: 120px !important;
  }
  .au-site .page.forms-and-documents .documents {
    padding-top: 50px !important;
  }
}
.menu ul li {
  list-style: none;
}

li.search.mobile-search form.search-form label .screen-reader-text {
  display: none;
}

li.search.mobile-search form.search-form input.search-field {
  border: 0px solid #303c42 !important;
  background-color: #fff !important;
  border-radius: 1px;
  padding-left: 33px;
  padding-right: 13px;
  color: #303c42;
  font-weight: 300;
  line-height: 14px;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 80%;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.elementor-nav-menu--main .elementor-nav-menu li.megamenu:hover ul.elementor-nav-menu--dropdown {
  display: flex !important;
}
.elementor-nav-menu--main .elementor-nav-menu li.megamenu ul.elementor-nav-menu--dropdown {
  margin-top: 0 !important;
  padding: 20px;
  width: auto;
  right: -100%;
  left: inherit !important;
}
.elementor-nav-menu--main .elementor-nav-menu li.megamenu ul.elementor-nav-menu--dropdown li a {
  margin: 6px 0;
  padding: 6px 16px;
  font-weight: bold;
  border-left-width: 0;
}
.elementor-nav-menu--main .elementor-nav-menu li.megamenu ul.elementor-nav-menu--dropdown li:first-child {
  border-right: 1px solid #303c42;
}
.elementor-nav-menu--main .elementor-nav-menu li.megamenu ul.elementor-nav-menu--dropdown li:first-child ul.elementor-nav-menu--dropdown li a {
  font-weight: bold;
}
.elementor-nav-menu--main .elementor-nav-menu li.megamenu ul.elementor-nav-menu--dropdown li:last-child ul.elementor-nav-menu--dropdown {
  flex-direction: row;
  flex-wrap: wrap;
  width: 530px;
}
.elementor-nav-menu--main .elementor-nav-menu li.megamenu ul.elementor-nav-menu--dropdown li:last-child ul.elementor-nav-menu--dropdown li {
  width: 265px;
}
.elementor-nav-menu--main .elementor-nav-menu li.megamenu ul.elementor-nav-menu--dropdown li ul.elementor-nav-menu--dropdown {
  display: flex;
  flex-direction: column;
  padding: 0;
  position: relative;
  top: 0 !important;
  margin-top: 0;
  margin-left: 0;
  right: inherit;
  left: 0 !important;
}
.elementor-nav-menu--main .elementor-nav-menu li.megamenu ul.elementor-nav-menu--dropdown li ul.elementor-nav-menu--dropdown li a {
  font-weight: normal;
}
.elementor-nav-menu--main .elementor-nav-menu li.megamenu ul.elementor-nav-menu--dropdown li ul.elementor-nav-menu--dropdown li:first-child {
  border-right: 0;
}

/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Common
--------------------------------------------------------------*/
.page a.btn {
  font-family: "GlyphaLTStd-Bold", sans-serif !important;
}
.page .top-box p {
  font-size: 20px;
  line-height: 30px;
}
.page .scrollmagic-pin-spacer {
  margin-bottom: 0px !important;
}
.page div#hear-from-you .container {
  height: inherit !important;
  margin-bottom: 80px;
}
.page h1,
.page h2,
.page h3,
.page h4,
.page h5,
.page h6 {
  /* letter-spacing: 1px; */
}
.page section.the-fund .text-wrapper a.btn.arrow.outline.black.download-arrow {
  font-family: "GlyphaLTStd-Bold", sans-serif;
}
.page section.the-fund .fund-values a.btn.arrow.white {
  font-family: "GlyphaLTStd-Bold", sans-serif;
}
.page section.the-fund .content a.btn.arrow.outline.black {
  font-family: "GlyphaLTStd-Bold", sans-serif;
}
.page section.the-fund #the-members a.btn.arrow.outline.black {
  font-family: "GlyphaLTStd-Bold", sans-serif;
}
.page .htmltooltip {
  position: relative;
}
.page .htmltooltip .htmltooltipcontent {
  visibility: hidden;
  background: #333;
  border-radius: 5px;
  bottom: -5px;
  color: #fff;
  content: attr(title);
  left: 100px;
  padding: 15px;
  position: absolute;
  z-index: 98;
  width: 275px;
}
.page .htmltooltip .htmltooltipcontent img {
  width: 100%;
  height: auto;
}
@media (max-width: 1025px) {
  .page .htmltooltip .htmltooltipcontent {
    left: 70px;
  }
}
@media (max-width: 576px) {
  .page .htmltooltip .htmltooltipcontent {
    display: none;
  }
}
.page .htmltooltip:hover .htmltooltipcontent {
  visibility: visible;
}
.page .inTooltip {
  display: inline;
  cursor: pointer;
  position: relative;
}
.page .inTooltip:hover:after {
  background: #333;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  bottom: -5px;
  color: #fff;
  content: attr(title);
  left: 100px;
  padding: 5px 15px;
  position: absolute;
  z-index: 98;
  width: 400px;
}
@media (max-width: 1025px) {
  .page .inTooltip:hover:after {
    left: 70px;
    width: 300px;
  }
}
@media (max-width: 576px) {
  .page .inTooltip:hover:after {
    display: none;
  }
}
.page .jarallax {
  position: relative;
  z-index: 0;
  margin-top: -2px;
}
.page .jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 1025px) {
  .page .jarallax {
    background-size: cover;
  }
}
.page .box {
  color: #000;
  background-color: #ffffff;
  padding: 114px 40px;
  z-index: 200;
}
.page .box.shadow {
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.05);
}
.page .box.padding {
  padding: 80px 40px;
}
.page .box.cyan h1,
.page .box.cyan h2,
.page .box.cyan h3,
.page .box.cyan p {
  color: #ffffff;
}
.page .box.cyan {
  background-color: #129DC0;
}
.page .box.cyan .btn.outline.white:hover {
  background-color: #ffffff !important;
  color: #129DC0 !important;
}
.page .box.cyan .btn.outline.white:hover i {
  color: #129DC0 !important;
}
.page .box.light-cyan h1,
.page .box.light-cyan h2,
.page .box.light-cyan h3,
.page .box.light-cyan p {
  color: #000;
}
.page .box.light-cyan {
  background-color: #c3e6ef;
}
.page .box.orange h1,
.page .box.orange h2,
.page .box.orange h3,
.page .box.orange p {
  color: #ffffff;
}
.page .box.orange {
  background-color: #E36F1E;
}
.page .box.light-orange h1,
.page .box.light-orange h2,
.page .box.light-orange h3,
.page .box.light-orange p {
  color: #000;
}
.page .box.light-orange {
  background-color: #fadcc3;
}
.page .box.grey h1,
.page .box.grey h2,
.page .box.grey h3,
.page .box.grey p {
  color: #ffffff;
}
.page .box.grey {
  background-color: #A1ABB2;
}
.page .box.dark-grey h1,
.page .box.dark-grey h2,
.page .box.dark-grey h3,
.page .box.dark-grey p {
  color: #ffffff;
}
.page .box.dark-grey {
  background-color: #303C42;
}
.page .box.light-brown h1,
.page .box.light-brown h2,
.page .box.light-brown h3,
.page .box.light-brown p {
  color: #ffffff;
}
.page .box.light-brown {
  background-color: #cac373;
}
.page .box.outline {
  background-color: transparent;
  border: 4px solid #ffffff;
  color: #ffffff;
}
.page .box.outline h2,
.page .box.outline h3,
.page .box.outline p {
  color: #ffffff;
}
.page .box.move-up {
  position: relative;
  top: -200px;
}
@media (max-width: 1025px) {
  .page .box.move-up {
    top: -150px;
  }
}
@media (max-width: 576px) {
  .page .box.move-up {
    top: -100px;
  }
}
.page .box.box-clear {
  clear: both;
}
.page .box.square, .page .box.rectangle {
  position: relative;
  width: 50%;
  padding: 0;
  max-width: 350px;
}
@media (max-width: 1025px) {
  .page .box.square, .page .box.rectangle {
    max-width: 100%;
  }
}
.page .box.square h3, .page .box.rectangle h3 {
  --max-font: 36;
}
@media (max-width: 1025px) {
  .page .box.square h3, .page .box.rectangle h3 {
    --max-font: 17;
  }
}
.page .box.square.bigger-box, .page .box.rectangle.bigger-box {
  max-width: 450px;
}
.page .box.square:after, .page .box.rectangle:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.page .box.square .content, .page .box.rectangle .content {
  background-color: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 10%;
}
.page .box.square .content .va a, .page .box.rectangle .content .va a {
  margin: 0;
  float: inherit;
}
.page .box.square .content .va p, .page .box.rectangle .content .va p {
  margin-bottom: 15px;
  --max-font: 16;
  --min-font: 14;
  font-size: var(--responsive);
  line-height: 25px;
  font-weight: normal;
}
@media (max-width: 576px) {
  .page .box.square .content .va p, .page .box.rectangle .content .va p {
    line-height: 20px;
  }
}
.page .box.square .content .va h3, .page .box.rectangle .content .va h3 {
  font-weight: normal !important;
  --max-font: 29;
}
@media (max-width: 576px) {
  .page .box.square .content .va a.btn.arrow.outline, .page .box.rectangle .content .va a.btn.arrow.outline {
    position: relative !important;
  }
}
@media (max-width: 1025px) {
  .page .box.square, .page .box.rectangle {
    width: 70%;
  }
}
@media (max-width: 576px) {
  .page .box.square, .page .box.rectangle {
    width: 70%;
  }
  .page .box.square.square-full, .page .box.rectangle.square-full {
    width: 90%;
  }
}
@media (max-width: 360px) {
  .page .box.square, .page .box.rectangle {
    width: 80%;
  }
}
.page .box.rectangle {
  width: 100%;
  max-width: inherit;
  max-height: 350px;
}
@media (max-width: 1025px) {
  .page .box.rectangle {
    max-height: inherit;
  }
}
.page .box.rectangle .content {
  width: auto;
  right: 0;
}
.page .box.rectangle:after {
  padding-bottom: 50%;
}
.page .box h2 {
  margin-top: 0;
  margin-bottom: 10px;
}
.page .box h2,
.page .box h3,
.page .box p {
  font-family: "Montserrat", sans-serif;
  color: #303C42;
}
.page .box .btn {
  float: left;
  clear: both;
}
.page .box .btn.cyan {
  background: #129DC0;
  color: #ffffff;
}
.page .box .btn.cyan:hover {
  background: #ffffff;
  color: #129DC0;
  border: 1px solid #129DC0;
}
.page .box .btn.orange {
  background: #E36F1E;
  color: #ffffff;
}
.page .box .btn.grey {
  background: #A1ABB2;
  color: #ffffff;
}
.page .box .btn.dark-grey {
  background: #303C42;
  color: #ffffff;
}
.page .box .btn.dark-grey:hover {
  background: #ffffff;
  color: #303C42;
  border: 1px solid #303C42;
}
@media (max-width: 576px) {
  .page .box {
    padding: 80px 40px;
  }
}
@media (max-width: 1200px) {
  .page #top {
    height: auto;
  }
}
.page #top .hero-bg {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 70px;
  left: 0;
  background-size: cover;
}
.page #top .hero-bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#303c42), color-stop(60%, rgba(48, 60, 66, 0.18)), to(rgba(48, 60, 66, 0)));
  background: linear-gradient(to bottom, #303c42 0%, rgba(48, 60, 66, 0.18) 60%, rgba(48, 60, 66, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#303c42", endColorstr="#00303c42", GradientType=0);
  opacity: 0.5;
}
.page #top .hero-content {
  position: relative;
  z-index: 2;
}
.page #top .hero-content h1,
.page #top .hero-content p {
  text-shadow: 0 0 4px #525252;
}
.page #practice .hero-bg {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-size: cover;
}
.page #practice .hero-bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#303c42), color-stop(60%, rgba(48, 60, 66, 0.18)), to(rgba(48, 60, 66, 0)));
  background: linear-gradient(to bottom, #303c42 0%, rgba(48, 60, 66, 0.18) 60%, rgba(48, 60, 66, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#303c42", endColorstr="#00303c42", GradientType=0);
  opacity: 0.5;
}
.page #practice .container-fluid {
  position: relative;
  z-index: 2;
}
.page .top,
.page .bg {
  background-position-x: 50%;
  background-position-y: 0px;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding-bottom: 200px;
}
@media (max-width: 1025px) {
  .page .top,
  .page .bg {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 576px) {
  .page .top,
  .page .bg {
    padding-top: 100px;
    padding-bottom: 50px;
    background-attachment: scroll;
  }
}
.page .top.padding,
.page .bg.padding {
  padding-top: 250px;
  padding-bottom: 250px;
}
@media (max-width: 1025px) {
  .page .top.padding,
  .page .bg.padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 576px) {
  .page .top.padding,
  .page .bg.padding {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
.page .top h1,
.page .bg h1 {
  color: #ffffff;
  margin-top: 50px;
  margin-bottom: 16px;
}
@media (max-width: 576px) {
  .page .top h1,
  .page .bg h1 {
    --min-font: 30;
  }
}
.page .top p,
.page .bg p {
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 30px;
}
@media (max-width: 1025px) {
  .page .top p,
  .page .bg p {
    margin-bottom: 20px;
  }
}
.page .top.black h1,
.page .top.black h2,
.page .top.black h3,
.page .top.black p,
.page .bg.black h1,
.page .bg.black h2,
.page .bg.black h3,
.page .bg.black p {
  color: #000;
}
@media (max-width: 1025px) {
  .page.top,
  .page .top {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 576px) {
  .page.top,
  .page .top {
    padding-top: 100px;
    padding-bottom: 50px;
    height: auto;
  }
}
.page.top.regular,
.page .top.regular {
  height: auto;
  padding-bottom: 114px;
}
@media (max-width: 1025px) {
  .page.top.regular,
  .page .top.regular {
    padding-bottom: 100px;
    margin-top: 10px;
  }
}
@media (max-width: 576px) {
  .page.top.regular,
  .page .top.regular {
    padding-bottom: 50px;
  }
}
.page.top.small,
.page .top.small {
  height: auto;
  padding-top: 160px;
  padding-bottom: 50px;
}
@media (max-width: 1025px) {
  .page.top.small,
  .page .top.small {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 576px) {
  .page.top.small,
  .page .top.small {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
.page .bg.mesh {
  background-image: url("./assets/img/bg/mesh.svg");
}
.page .bg.bottom {
  padding-top: 20px;
  padding-bottom: 0;
}
.page .bg.bottom .box {
  position: relative;
  bottom: 40px;
}
.page .bg.middle {
  padding-top: 50px;
  padding-bottom: 100px;
}
.page .mountain {
  width: 100%;
  background: none;
  position: absolute;
  /* margin-top: -9%; */
  margin-top: -9.2%;
}
.page .mountain.mountain-2 {
  margin-top: -17%;
}
.page .mountain.two, .page .mountain.mt-13 {
  margin-top: -13%;
}
.page .mountain.mt-7 {
  margin-top: -7%;
}
.page .mountain.no-margin {
  margin-top: 0;
  position: relative;
}
.page > div .content {
  background-color: #ffffff;
}
.page > div.grey .content {
  background-color: #303c42;
}
.page > div.grey .content h3,
.page > div.grey .content p {
  color: #ffffff;
}
.page > div.grey .content h3 {
  margin-top: 0;
}
.page > div.light-grey {
  background-image: linear-gradient(-180deg, rgba(161, 171, 178, 0.3) 0%, rgba(161, 171, 178, 0) 98%);
}
.page > div.light-grey .content {
  background-color: transparent;
}
.page > div.light-grey .content h1,
.page > div.light-grey .content h2,
.page > div.light-grey .content h3,
.page > div.light-grey .content p {
  color: #000;
}
.page > div.white .content {
  background-color: #ffffff;
}
.page > div.mountain-parallax {
  position: relative;
}
.page > div.padding .content {
  padding-top: 280px;
  padding-bottom: 280px;
}
@media (max-width: 1025px) {
  .page > div.padding .content {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.page > div .row.vertical-align {
  display: table;
}
@media (max-width: 1025px) {
  .page > div .row.vertical-align {
    display: inherit;
  }
}
.page > div .row.vertical-align > div {
  float: none;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 1025px) {
  .page > div .row.vertical-align > div {
    float: left;
    display: inherit;
    vertical-align: inherit;
  }
}
@media (max-width: 1025px) {
  .page > div .row.vertical-align > div {
    padding: 15px;
  }
}
.page > div .row.separate > div {
  border-right: 1px solid rgba(161, 171, 178, 0.5);
}
.page > div .row.separate > div.padding {
  padding: 40px;
}
.page > div .row.separate > div:last-child {
  border: none;
}
@media (max-width: 1025px) {
  .page > div .row.separate > div {
    border-right: none;
  }
  .page > div .row.separate > div:after {
    content: "";
    margin: auto;
    width: 80%;
    display: table;
    height: 1px;
    background-color: rgba(161, 171, 178, 0.5);
    position: relative;
    bottom: -45px;
  }
  .page > div .row.separate > div:last-child:after {
    display: none;
  }
}
.page > div .row.separate > div h3 {
  margin-top: 0;
}
@media (max-width: 576px) {
  .page.bg-color,
  .page .bg-color {
    height: auto;
  }
}
.page.bg-color.bg-color-white #top,
.page .bg-color.bg-color-white #top {
  background-color: #ffffff;
}
.page.bg-color.bg-color-white #top h1,
.page.bg-color.bg-color-white #top h6,
.page.bg-color.bg-color-white #top p,
.page .bg-color.bg-color-white #top h1,
.page .bg-color.bg-color-white #top h6,
.page .bg-color.bg-color-white #top p {
  color: #303C42;
}
.page.bg-color.bg-color-grey #top,
.page .bg-color.bg-color-grey #top {
  background-color: #303C42;
}
.page.bg-color.bg-color-grey #top h1,
.page.bg-color.bg-color-grey #top h6,
.page.bg-color.bg-color-grey #top p,
.page .bg-color.bg-color-grey #top h1,
.page .bg-color.bg-color-grey #top h6,
.page .bg-color.bg-color-grey #top p {
  color: #ffffff;
}
.page.bg-color.bg-color-grey #top h1,
.page .bg-color.bg-color-grey #top h1 {
  position: relative;
  z-index: 1;
}
.page.bg-color.bg-color-light-blue #top,
.page .bg-color.bg-color-light-blue #top {
  background-color: #129DC0;
}
.page.bg-color.bg-color-light-blue #top h1,
.page.bg-color.bg-color-light-blue #top h6,
.page.bg-color.bg-color-light-blue #top p,
.page .bg-color.bg-color-light-blue #top h1,
.page .bg-color.bg-color-light-blue #top h6,
.page .bg-color.bg-color-light-blue #top p {
  color: #ffffff;
}
.page.bg-color.bg-color-dark-blue #top, .page.bg-color.bg-color-dark-blue > .container-fluid,
.page .bg-color.bg-color-dark-blue #top,
.page .bg-color.bg-color-dark-blue > .container-fluid {
  background-color: #313C42;
}
.page.bg-color.bg-color-dark-blue #top h1,
.page.bg-color.bg-color-dark-blue #top h2,
.page.bg-color.bg-color-dark-blue #top h4,
.page.bg-color.bg-color-dark-blue #top h6,
.page.bg-color.bg-color-dark-blue #top p, .page.bg-color.bg-color-dark-blue > .container-fluid h1,
.page.bg-color.bg-color-dark-blue > .container-fluid h2,
.page.bg-color.bg-color-dark-blue > .container-fluid h4,
.page.bg-color.bg-color-dark-blue > .container-fluid h6,
.page.bg-color.bg-color-dark-blue > .container-fluid p,
.page .bg-color.bg-color-dark-blue #top h1,
.page .bg-color.bg-color-dark-blue #top h2,
.page .bg-color.bg-color-dark-blue #top h4,
.page .bg-color.bg-color-dark-blue #top h6,
.page .bg-color.bg-color-dark-blue #top p,
.page .bg-color.bg-color-dark-blue > .container-fluid h1,
.page .bg-color.bg-color-dark-blue > .container-fluid h2,
.page .bg-color.bg-color-dark-blue > .container-fluid h4,
.page .bg-color.bg-color-dark-blue > .container-fluid h6,
.page .bg-color.bg-color-dark-blue > .container-fluid p {
  color: #ffffff;
}
.page .floating-banner-text h1 {
  color: #e1690e;
  font-size: 4rem;
  /* font-weight: bold; */
  line-height: 1em;
  font-family: "GlyphaLTStd-Bold", sans-serif;
  text-shadow: 0 0 0 !important;
  margin-bottom: 3rem;
}
.page .floating-banner-text {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 4rem 4rem 2rem;
}
.page .floating-banner-text p {
  color: #303c42 !important;
  text-shadow: 0 0 0 !important;
}
.page .floating-banner-text a.btn.arrow.orange {
  padding-right: 10px;
}

section.page.your-rights .mountain {
  width: 100%;
  background: none;
  position: absolute;
  margin-top: -5%;
}

.bg-white {
  background-color: #ffffff;
}

.bg-dark-grey {
  background-color: #303C42;
}

.bg-gradient.bg-black {
  background: linear-gradient(180deg, #303c42 0%, rgba(48, 60, 66, 0.18) 58.3%, rgba(48, 60, 66, 0) 100%);
}
.bg-gradient.bg-white {
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.18) 58.3%, rgba(255, 255, 255, 0) 100%);
}
.bg-gradient.bg-grey {
  background: linear-gradient(-180deg, rgba(48, 60, 66, 0) 0%, rgba(48, 60, 66, 0.18) 3%, rgba(48, 60, 66, 0) 98%);
}
.bg-gradient.bg-grey-nav {
  background: #f8f8f8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f8f8f8 0%, #ffffff 83%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f8f8f8 0%, #ffffff 83%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f8f8f8 0%, #ffffff 83%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8f8f8", endColorstr="#ffffff", GradientType=0);
  /* IE6-9 */
}
.bg-gradient.hero-gradient-left {
  background: -moz-linear-gradient(left, rgb(48, 60, 66) 0%, rgba(48, 60, 66, 0.18) 60%, rgba(48, 60, 66, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgb(48, 60, 66) 0%, rgba(48, 60, 66, 0.18) 60%, rgba(48, 60, 66, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgb(48, 60, 66) 0%, rgba(48, 60, 66, 0.18) 60%, rgba(48, 60, 66, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#303c42", endColorstr="#00303c42", GradientType=1);
  /* IE6-9 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.35;
}
.bg-gradient.hero-gradient-bottom {
  background: -moz-linear-gradient(top, rgba(48, 60, 66, 0) 0%, rgba(48, 60, 66, 0.18) 40%, rgb(48, 60, 66) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(48, 60, 66, 0) 0%, rgba(48, 60, 66, 0.18) 40%, rgb(48, 60, 66) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(48, 60, 66, 0) 0%, rgba(48, 60, 66, 0.18) 40%, rgb(48, 60, 66) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00303c42", endColorstr="#303c42", GradientType=0);
  /* IE6-9 */
  position: absolute;
  top: 40%;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.35;
}
.bg-gradient.hero-gradient-right {
  background: -moz-linear-gradient(left, rgba(48, 60, 66, 0) 0%, rgba(75, 75, 75, 0.18) 40%, rgb(75, 75, 75) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(48, 60, 66, 0) 0%, rgba(75, 75, 75, 0.18) 40%, rgb(75, 75, 75) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(48, 60, 66, 0) 0%, rgba(75, 75, 75, 0.18) 40%, rgb(75, 75, 75) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00303c42", endColorstr="#4b4b4b", GradientType=1);
  /* IE6-9 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.7;
}
.bg-gradient.hero-gradient-top {
  background: -moz-linear-gradient(top, rgb(48, 60, 66) 0%, rgba(48, 60, 66, 0.18) 60%, rgba(48, 60, 66, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(48, 60, 66) 0%, rgba(48, 60, 66, 0.18) 60%, rgba(48, 60, 66, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(48, 60, 66) 0%, rgba(48, 60, 66, 0.18) 60%, rgba(48, 60, 66, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#303c42", endColorstr="#00303c42", GradientType=0);
  /* IE6-9 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.5;
}
.bg-gradient.hero-gradient-middle {
  background: -moz-linear-gradient(top, rgba(48, 60, 66, 0) 0%, rgba(48, 60, 66, 0.18) 12%, rgba(48, 60, 66, 0.8) 40%, rgba(48, 60, 66, 0.8) 61%, rgba(48, 60, 66, 0.18) 88%, rgba(48, 60, 66, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(48, 60, 66, 0) 0%, rgba(48, 60, 66, 0.18) 12%, rgba(48, 60, 66, 0.8) 40%, rgba(48, 60, 66, 0.8) 61%, rgba(48, 60, 66, 0.18) 88%, rgba(48, 60, 66, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(48, 60, 66, 0) 0%, rgba(48, 60, 66, 0.18) 12%, rgba(48, 60, 66, 0.8) 40%, rgba(48, 60, 66, 0.8) 61%, rgba(48, 60, 66, 0.18) 88%, rgba(48, 60, 66, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00303c42", endColorstr="#00303c42", GradientType=0);
  /* IE6-9 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.5;
}

.hero-content {
  position: relative;
  z-index: 99;
}

.grey-linear .content {
  background-image: linear-gradient(-180deg, rgba(161, 171, 178, 0.3) 0%, rgba(255, 255, 255, 0) 25%);
}

.video-banner h2,
.video-banner p {
  color: #ffffff;
}
.video-banner .btn-play {
  width: 60%;
  margin-top: 30px;
}

.bg-responsive {
  background-size: cover;
  background-position: center;
}

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

.padding-bottom-s {
  padding-bottom: 20px;
}

.padding-bottom-m {
  padding-bottom: 40px;
}

.padding-bottom-l {
  padding-bottom: 60px;
}

.padding-bottom-xl {
  padding-bottom: 100px;
}

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

.padding-top-m {
  padding-top: 40px;
}

.padding-top-l {
  padding-top: 60px;
}

.padding-top-xl {
  padding-top: 100px;
}

.padding-top-s {
  padding-top: 20px;
}

.padding-top-m {
  padding-top: 40px;
}

.padding-top-l {
  padding-top: 60px;
}

.padding-top-xl {
  padding-top: 100px;
}

.no-label-form .no-label label {
  display: none !important;
}

.no-label-form #field_14_7.no-label label {
  display: block !important;
}

.no-label-form #field_14_7.no-label > b > b > label {
  display: none !important;
}

.nz-site a.btn.arrow.white:hover {
  color: #fff !important;
  background-color: #1c99d6 !important;
  border: 1px #1c99d6 solid;
}
.nz-site button.btn.outline.black:hover,
.nz-site a.btn.outline.black:hover {
  color: #fff !important;
  background-color: #303C42 !important;
  border: 1px #303C42 solid;
}
.nz-site button.btn.outline.white:hover i,
.nz-site a.btn.outline.white:hover i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff !important;
}
.nz-site a.btn.outline.orange.arrow:hover {
  color: #e36f1e;
  background: #fff !important;
  border: 1px solid #e36f1e;
}

#page.nz-site .grey-linear.mountain-parallax .mountain {
  display: none;
}

div#page.nz-site .mountain-parallax.light-grey .mountain {
  display: none;
}

div#page.au-site .mountain-parallax.padding-el.b.xs .mountain {
  display: none;
}

div#page.au-site section.forms-and-documents.au-contact-us div#top {
  padding-bottom: 50px;
  padding-top: 260px;
}

div#page.au-site .page.au-contact-us .content-section {
  padding-top: 0px;
}

section.page.bg-color.bg-color-light-blue.tmpl-fund.the-fund .padding-el.t.xs {
  padding-top: 60px;
}

section.page.bg-color.bg-color-light-blue.tmpl-fund.the-fund .padding-el.b.xs {
  padding-bottom: 0px;
}

.au-site .page.forms-and-documents #top.top.regular {
  padding-bottom: 114px;
  padding-top: 260px !important;
}

.au-site .page.forms-and-documents #top {
  padding-top: 0px !important;
}

#page.au-site section.page.forms-and-documents .documents.margin-el.b.xs {
  margin: 60px 0px;
  padding: 0px;
}

footer#colophon .site-info.container {
  height: auto;
}

.nz-site #top.top.regular #first-section .scrollmagic-pin-spacer {
  margin-bottom: 0px !important;
}

body.page-template-what_we_offer .nz-site #hear-from-you.bg.mesh.bottom.jarallax {
  margin-top: 0px;
}

#page.nz-site .btn {
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

a {
  text-decoration: none;
}

a:focus,
a:hover {
  text-decoration: underline;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding-right: 15px;
  padding-left: 15px;
}

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

@media (min-width: 992px) {
  .col-lg-10 {
    flex: 0 0 auto;
  }
}
.table > :not(caption) > * > * {
  padding: 8px 8px;
}

.page.fees .table-responsive .table thead {
  border: unset;
}

.black-tooltip .tooltip-inner {
  background-color: #000;
  color: #fff;
  padding: 0.45rem 0.6rem;
  font-size: 1.15rem;
  line-height: 1.5rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  max-width: 20rem;
}

.black-tooltip {
  --bs-tooltip-bg: #000;
  --bs-tooltip-color: #fff;
  --bs-tooltip-padding: 0.45rem 0.6rem;
  --bs-tooltip-border-radius: 6px;
  --bs-tooltip-opacity: 1;
}

.popover {
  --bs-popover-font-size: 3rem;
}

.socials .fab.fa-facebook-square,
.socials .fab.fa-linkedin-square,
.socials .fab.fa-twitter-square,
.socials .fas.fa-envelope-square {
  color: var(--e-global-color-primary);
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

div.text-wrapper.big p {
  font-family: "Montserrat", sans-serif !important;
}

/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/
.page.search .the-posts .search-results .pagination {
  float: right;
}
.page.search .the-posts .search-results .pagination h2 {
  display: none;
}
.page.search .the-posts .search-results .pagination .nav-links a {
  padding: 10px 15px;
  margin: 0 5px;
}
.page.search .the-posts .search-results .pagination .nav-links span {
  margin: 0 10px;
}
.page.search .the-posts .search-results .box-text .date {
  margin-bottom: 0;
}
.page.search .the-posts .search-results .box-text .text-wrapper {
  margin-bottom: 35px;
}
.page.search .the-posts .search-results .box-text hr {
  margin-bottom: 35px;
}

/*--------------------------------------------------------------
## New Investor
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## New Investor
--------------------------------------------------------------*/
.page.new-investor .jarallax {
  /* z-index:-9999999999  !important; */
}
@media (max-width: 360px) {
  .page.new-investor .goals .boxes-one .content {
    height: auto;
    background-color: #303C42;
  }
}
@media (max-width: 360px) {
  .page.new-investor .goals .boxes-one .content .va {
    position: static;
    transform: none;
  }
}
.page.new-investor .goals .mountain {
  margin-top: -2px;
}
.page.new-investor .goals .content {
  background-color: transparent;
}
@media (max-width: 576px) {
  .page.new-investor .goals .content .boxes-one {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.page.new-investor .goals .content .boxes-one .box {
  max-width: 450px;
  width: 100%;
}
@media (max-width: 1025px) {
  .page.new-investor .goals .content .boxes-one .box {
    max-width: 400px;
    margin: auto;
    float: initial;
  }
}
@media (max-width: 576px) {
  .page.new-investor .goals .content .boxes-one .box {
    max-width: 80%;
  }
}
@media (max-width: 1025px) {
  .page.new-investor .graph {
    margin-bottom: 50px;
  }
}
.page.new-investor .graph-text {
  padding-right: 25px;
}
.page.new-investor .graph-text:after {
  content: "";
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  top: 1px;
  left: -10px;
}
.page.new-investor .graph-text.orange:after {
  background-color: #E36F1E;
}
.page.new-investor .graph-text.cyan:after {
  background-color: #129DC0;
}
.page.new-investor .graph-text.grey:after {
  background-color: rgba(161, 171, 178, 0.5);
}
.page.new-investor .diversified .content {
  background-color: transparent;
}
@media (max-width: 576px) {
  .page.new-investor .diversified .content .boxes-one {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.page.new-investor .diversified .content .boxes-one .box {
  max-width: 450px;
  width: 100%;
  float: right;
}
@media (max-width: 1025px) {
  .page.new-investor .diversified .content .boxes-one .box {
    max-width: 400px;
    margin: auto;
    float: initial;
  }
}
@media (max-width: 576px) {
  .page.new-investor .diversified .content .boxes-one .box {
    max-width: 80%;
  }
  .page.new-investor .diversified .content .boxes-one .box h3 {
    line-height: 25px;
    font-size: 25px;
  }
  .page.new-investor .diversified .content .boxes-one .box p {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .page.new-investor .the-boxes .box {
    max-width: 550px;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .page.new-investor .section-boxes-four #boxes {
    padding-bottom: 100px;
    padding-top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (max-width: 576px) {
  .page.new-investor .section-boxes-four #boxes > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
.page.new-investor .faq .the-boxes.boxes.row.padding-el.t {
  padding-top: 10px;
}
.page.new-investor .faq .the-boxes.boxes.row.padding-el.t.graph .padding-el.b.xs.col-lg-10.col-lg-offset-1.col-md-10.col-md-offset-1.col-sm-12.col-sm-offset-0.col-xs-12.col-xs-offset-0 {
  padding: 100px;
}
@media only screen and (max-width: 475px) {
  .page .faq .the-boxes.boxes.row.padding-el.t {
    padding-top: 10px;
  }
}

/*--------------------------------------------------------------
## Compounding
--------------------------------------------------------------*/
.page.compounding .graph img {
  margin-top: 30px;
}
.page.compounding .graph .graph-text {
  padding-right: 25px;
}
.page.compounding .graph .graph-text:after {
  content: "";
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  top: 1px;
  left: -10px;
}
.page.compounding .graph .graph-text.orange:after {
  background-color: #E36F1E;
}
.page.compounding .graph .graph-text.cyan:after {
  background-color: #129DC0;
}
.page.compounding .graph .graph-text.grey:after {
  background-color: rgba(161, 171, 178, 0.5);
}

/*--------------------------------------------------------------
## Fees
--------------------------------------------------------------*/
.page.fees .table-responsive {
  border-top: 1px solid #d0d5d9;
  border-bottom: 1px solid #d0d5d9;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.page.fees .table-responsive .table {
  margin-bottom: 0;
}
.page.fees .table-responsive .table thead {
  color: #303C42;
  font-weight: bold;
  border: 0;
}
.page.fees .table-responsive .table td:last-child,
.page.fees .table-responsive .table th:last-child {
  background-color: #F8DAC6;
}
.page.fees .table-responsive .table.ks td:last-child,
.page.fees .table-responsive .table.ks th:last-child {
  background-color: #ADDCE9;
}

/*--------------------------------------------------------------
## Your risk profile
--------------------------------------------------------------*/
.page.your-risk-profile #investor-profile {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page.your-risk-profile #investor-profile #downloadPDF,
.page.your-risk-profile #investor-profile .orange-btn {
  background: #e26f06;
  border: none;
  padding: 10px 40px;
  color: #fff;
  margin: auto;
  cursor: pointer;
  border-radius: 5px;
  font-size: 17px;
  min-width: 100px;
  text-align: center;
  margin: 0 10px 45px;
  display: none;
  line-height: 20px;
}
.page.your-risk-profile #investor-profile .orange-btn.orange-btn-nm {
  margin-bottom: 0;
}
.page.your-risk-profile #investor-profile .text {
  background-color: #ffffff;
}
.page.your-risk-profile #investor-profile .profile {
  position: relative;
}
@media (max-width: 1025px) {
  .page.your-risk-profile #investor-profile .profile {
    margin-top: 50px;
  }
}
@media (max-width: 576px) {
  .page.your-risk-profile #investor-profile .profile {
    margin-top: 100px;
  }
}
.page.your-risk-profile #investor-profile .profile .mountain {
  margin-top: 0;
}
.page.your-risk-profile #investor-profile .profile .plugin {
  top: -150px;
  background-color: #e7eaec;
  padding-top: 5%;
  padding-bottom: 55px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
@media (max-width: 576px) {
  .page.your-risk-profile #investor-profile .profile .plugin {
    overflow: scroll;
  }
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool {
  overflow: auto;
}
@media (max-width: 576px) {
  .page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool {
    width: 100%;
  }
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool .tab-choice h4 {
  margin-bottom: 35px;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool .tab-choice .choices {
  margin-bottom: 40px;
  width: 100%;
  float: left;
  padding: 0;
}
@media (max-width: 576px) {
  .page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool .tab-choice .choices {
    margin: 0 0 40px 0;
  }
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool .tab-choice .choices li {
  list-style: none;
  float: left;
  width: 45%;
}
@media (max-width: 1025px) {
  .page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool .tab-choice .choices li {
    width: 49%;
  }
}
@media (max-width: 768px) {
  .page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool .tab-choice .choices li {
    width: 100%;
    padding-top: 20px;
  }
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool .tab-choice .choices li:last-child {
  float: right;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool .tab-choice .choices li a {
  width: 100%;
  background-color: #69615f;
  text-align: center;
  color: #fff;
  padding: 60px 0;
  display: block;
  text-decoration: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool .tab-choice .choices li a h3 {
  color: #fff;
  margin: 0;
  --max-font: 40;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool .tab-choice .choices li a.blue {
  background-color: #00aac1;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool .show {
  display: block;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool .risk-titles {
  margin-bottom: 25px;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool .risk-titles > div {
  display: none;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool .risk-titles h2 {
  font-size: 21px;
  line-height: 30px;
  text-align: center;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool {
  margin-bottom: 40px;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .show {
  display: block;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool #q5 tr a {
  color: #e6723f;
  display: block;
  text-align: left;
  padding: 0px;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool #q5 tr a:hover {
  text-decoration: underline;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool #PIETab #q4 tr a {
  color: #e6723f;
  display: block;
  text-align: left;
  padding: 0px;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool #PIETab #q4 tr a:hover {
  text-decoration: underline;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .risk-tab {
  display: none;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .risk-tab .main-tool-nav {
  width: 100%;
  overflow: hidden;
  display: none;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .risk-tab .main-tool-nav .tabs {
  height: 50px;
  width: 100%;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .risk-tab .main-tool-nav .tabs li {
  height: 40px;
  margin-top: 10px;
  width: 178px;
  background: #ebe9e5;
  display: block;
  float: left;
  text-align: center;
  color: #cfc7c0;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .risk-tab .main-tool-nav .tabs li:not(:first-child) {
  margin-left: 1px;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .risk-tab .main-tool-nav .tabs li a {
  line-height: 40px;
  width: 100%;
  height: 100%;
  color: #cfc7c0;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool {
  /* @@@ content base styling @@@ */
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .selectedTab {
  height: 50px !important;
  margin-top: 0px !important;
  background: #cfc7c0 !important;
  color: #69615f !important;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .selectedTab a {
  color: #69615f !important;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .content {
  background: #e7eaec;
  margin-left: 0;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .content h1 {
  font-size: 26px;
  color: #303c42;
  font-weight: normal;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .content h2 {
  font-size: 18px;
  color: #303c42;
  font-weight: normal;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool {
  /* @@@ tool styling @@@ */
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .question {
  width: 614px;
  height: 50px;
  text-align: center;
  display: block;
  float: left;
  line-height: 35px;
  background: #3c3837;
  border: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .btn-question-prev {
  overflow: hidden;
  width: 50px;
  height: 94px;
  text-indent: -9999px;
  cursor: pointer;
  background: url(./assets/img/risk-profile/risk-prev.png) no-repeat;
  background-size: contain;
  background-position: center !important;
  left: 0;
  top: 45%;
  display: block;
  position: absolute;
  display: none;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .btn-question-prev.active {
  background-image: url(./assets/img/risk-profile/risk-prev-active.png);
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .btn-question-next {
  overflow: hidden;
  width: 50px;
  height: 94px;
  text-indent: -9999px;
  cursor: pointer;
  background: url(./assets/img/risk-profile/risk-next.png) no-repeat;
  background-size: contain;
  background-position: center !important;
  right: 0;
  top: 45%;
  display: block;
  position: absolute;
  display: none;
  z-index: 10;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .btn-question-next.active {
  background-image: url(./assets/img/risk-profile/risk-next-active.png);
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .next-active {
  background-position: -50px 0;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .selected-answer {
  background: #d2491a !important;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool #risk-profile {
  overflow: hidden;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool #risk-profile .answer-page {
  display: none;
  width: 100%;
  padding: 20px 0 10px 0;
  overflow: hidden;
  float: left;
  height: auto !important;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool #risk-profile .answer-page.active {
  display: block;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool #risk-profile .answer-page label:not(.regular-label) {
  width: 49%;
  height: 96px;
  margin: 10px 0 0 0;
  display: block;
  position: relative;
  float: left;
  background: #a1abb2;
  color: #d2491a;
  padding: 35px 30px 35px 30px;
  cursor: pointer;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool #risk-profile .answer-page label:not(.regular-label) {
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 14px;
    display: flex;
  }
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool #risk-profile .answer-page label:not(.regular-label).label-right {
  float: right;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool #risk-profile .answer-page label:not(.regular-label).selected-label {
  color: white !important;
  background: #303c42;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool #risk-profile .answer-page label:not(.regular-label).selected-label i {
  color: white !important;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool #risk-profile .answer-page label:not(.regular-label).selected-label:before {
  background: transparent;
  border: 4px solid #fff;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool #risk-profile .answer-page label:not(.regular-label):hover {
  background: #303c42;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool #risk-profile .answer-page label:not(.regular-label):hover i {
  color: white !important;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool #risk-profile .answer-page label:not(.regular-label):hover:before {
  background: transparent;
  border: 4px solid #fff;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool #risk-profile .answer-page label:not(.regular-label):before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool #risk-profile .answer-page .regular-label.not-bold {
  font-weight: normal;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool #risk-profile .answer-page .regular-label.mt {
  margin-top: 30px;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool #risk-profile .answer-page input[type=radio] {
  display: none;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool #risk-profile .answer-page .email-error {
  display: none;
  margin: 5px 0;
  color: red;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool #risk-profile .answer-page .regular-checkbox {
  margin-top: 20px;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool #risk-profile .answer-page .regular-input {
  background-color: #ffffff;
  border: none;
  width: 100%;
  margin-top: 10px;
  height: 40px;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool #risk-profile .answer-page i {
  display: block;
  float: left;
  margin-left: 20px;
  color: #303c42 !important;
  font-style: normal;
  width: auto;
  line-height: 18px;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool #risk-profile .answer-page h1 {
  text-align: center;
  color: #303c42;
  font-weight: normal;
  text-transform: none;
  margin: 0;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool #risk-profile .answer-page h2 {
  text-align: center;
  color: #303c42;
  padding: 5px 50px 20px 50px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool #risk-profile .answer-page#q0 h2 {
  margin-top: 5px;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .tool-submit {
  display: none;
  width: 50px;
  height: 94px;
  border: 0;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .form-wrapper {
  width: 100%;
  overflow: hidden;
  margin: auto;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .form-wrapper .btn-next,
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .form-wrapper .btn-prev,
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .form-wrapper .btn-yes,
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .form-wrapper .btn-no {
  background: #e26f06;
  border: none;
  padding: 10px;
  color: #fff;
  float: left;
  cursor: default;
  opacity: 0.5;
  border-radius: 5px;
  font-size: 17px;
  min-width: 100px;
  text-align: center;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .form-wrapper .btn-next.btn-active,
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .form-wrapper .btn-prev.btn-active,
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .form-wrapper .btn-yes.btn-active,
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .form-wrapper .btn-no.btn-active {
  opacity: 1;
  cursor: pointer;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .form-wrapper .btn-prev {
  display: none;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .form-wrapper .btn-next {
  float: right;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .action-yes-no {
  margin-top: 60px;
  margin-bottom: 120px;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .action-yes-no .action-button-yes-no {
  display: table;
  margin: auto;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .action-yes-no .action-button-yes-no .btn-yes,
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .action-yes-no .action-button-yes-no .btn-no {
  opacity: 1;
  cursor: pointer;
  float: left !important;
  margin-right: 20px;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .action-yes-no .action-button-yes-no .btn-no {
  margin-right: 0;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool {
  /*@@@ results page styling @@@*/
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool #q5 {
  width: 100%;
  padding: 20px 0 20px 0;
  color: white;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool #q5 h1 {
  text-align: left;
  margin: 12px 0;
  clear: both;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool #q5 p {
  margin: auto;
  color: #303c42;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .result-points {
  background: #2a2726;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 5%;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .result-points li {
  margin: 0 0 10px;
  list-style-type: disc;
  font-size: 16px;
  width: 100%;
  font-weight: normal;
  line-height: 20px;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .result-points.profile-1 {
  background: #ffffff;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .result-points.profile-1 li {
  color: #3b3837;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .result-points.profile-2 {
  background: #e6e4e4;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .result-points.profile-2 li {
  color: #3b3837;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .result-points.profile-3 {
  background: #a1abb2;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .result-points.profile-4 {
  background: #7d8f9c;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .result-points.profile-4 li {
  color: #fff;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .result-points.profile-5 {
  background: #303c42;
  color: #ffffff;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .risk-profile-info {
  background: #a1abb2;
  padding: 30px 60px;
}
@media (max-width: 576px) {
  .page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .risk-profile-info {
    padding: 20px 5% 30px;
  }
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .profile1,
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .profile2,
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .profile3,
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .profile4,
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .profile5 {
  width: 20%;
  height: 39px;
  display: inline-block;
  text-align: center;
  padding-top: 15px;
  color: #3b3837;
  cursor: pointer;
  box-sizing: initial;
}
@media (max-width: 576px) {
  .page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .profile1,
  .page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .profile2,
  .page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .profile3,
  .page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .profile4,
  .page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .profile5 {
    height: auto;
    font-size: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .profile1 {
  background: #ffffff;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .profile2 {
  background: #e6e4e4;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .profile3 {
  background: #a1abb2;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .profile4 {
  background: #7d8f9c;
  color: #fff;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .profile5 {
  background: #303c42;
  color: #fff;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .profile-tab.active {
  font-weight: bold;
  border-top: 3px solid #E1690E;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .main-result {
  padding-bottom: 20px;
  text-align: center !important;
  margin-left: 0 !important;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .vertically-align {
  margin-top: -20px;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .vertically-align2 {
  margin-top: -10px;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool {
  /*@@@ table styling @@@*/
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool th {
  text-align: left !important;
  background: #454241;
  padding: 20px 0 20px 10px;
  width: 202px;
  height: 7px;
  font-weight: normal;
  border: 1px solid #a1a4a6 !important;
  font-size: 14px;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool td {
  background: #595552;
  padding: 20px 0 20px 10px;
  width: 202px;
  height: 7px;
  font-weight: normal;
  border: 1px solid #a1a4a6 !important;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .table-responsive {
  border: none;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .score-table1 {
  margin: 20px auto;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .score-table1 th {
  background: #303c42;
  text-align: left !important;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .score-table1 td {
  padding: 6px 4px 6px 10px;
  font-size: 14px;
  color: #303c42;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .score-table1 tr td {
  background: #fff;
  color: #303c42;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .score-table1 tr:nth-child(even) td {
  background: #e6e9ea;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .score-table2,
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .score-table3,
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .score-table4 {
  margin: 0 auto 20px;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .result-list .profile-3 li {
  color: #fff;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool #result-list li {
  margin-left: 55px;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .score-table1 th,
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .score-table2 th,
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .score-table3 th,
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .score-table4 th {
  padding: 6px 4px 6px 10px;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #risk-profile-tool .arrow1 {
  position: absolute !important;
  left: -40px;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool .opacity {
  opacity: 0.3;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool .opacity:hover {
  opacity: 0.7;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool .shadow {
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool > section h1 {
  color: #425063;
  margin-bottom: 15px;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool .article.hide {
  display: none;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #content article :first-child {
  padding-left: 0;
  padding-bottom: 0;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #content hr {
  background: #cfc7c0;
  height: 1px;
  border: none;
  margin: 20px auto;
  display: inline-block;
  width: 100%;
}
.page.your-risk-profile #investor-profile .profile .plugin .riskProfileTool #content hr.nm {
  margin: 0 auto 10px;
}
.page.your-risk-profile #investor-profile .profile .disclaimer {
  float: left;
}
.page.your-risk-profile #investor-profile .profile .disclaimer > div {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
}
.page.your-risk-profile #investor-profile .profile .disclaimer > div p {
  color: #000;
  text-align: center;
}
.page.your-risk-profile #investor-profile .profile .disclaimer > div a#joinSwitchBtn {
  font-size: 17px !important;
  padding: 10px 40px !important;
  font-family: "GlyphaLTStd-Bold", sans-serif;
}

/*--------------------------------------------------------------
## Your Investment Mix
--------------------------------------------------------------*/
.page.your-investment-mix #top {
  height: auto;
  padding-top: 200px;
  padding-bottom: 0;
}
@media (max-width: 1025px) {
  .page.your-investment-mix #top {
    padding-top: 100px;
  }
}
.page.your-investment-mix #top .box-circle .content {
  background-color: transparent;
}
.page.your-investment-mix #top .box-circle .the-circle {
  border-radius: 0;
  width: 80%;
  padding: 50px;
  margin: auto;
}
@media (max-width: 576px) {
  .page.your-investment-mix #top .box-circle .the-circle {
    width: 100%;
    padding: 50px 20px;
    margin-left: 0;
  }
}
.page.your-investment-mix #top .box-circle .the-circle .text {
  position: relative;
  top: inherit;
  left: inherit;
  width: auto;
  height: auto;
}
.page.your-investment-mix #top .box-circle .the-circle .text > div {
  width: auto;
  left: inherit;
  margin-left: inherit;
  top: inherit;
  margin-top: inherit;
  position: relative;
}
@media (max-width: 576px) {
  .page.your-investment-mix #top .box-circle .the-circle .text > div {
    width: 100%;
    left: 0;
    margin-left: 0;
    top: 0;
    margin-top: 0;
  }
}

/*--------------------------------------------------------------
## Tools and guides
--------------------------------------------------------------*/
@media (max-width: 576px) {
  .page.tools-and-guides .boxes.shadow-up {
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
  }
}

/*--------------------------------------------------------------
## FAQs
--------------------------------------------------------------*/
.page.faqs {
  position: relative;
}
.page.faqs .search {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 576px) {
  .page.faqs .search {
    position: static;
    margin-bottom: 50px;
  }
}
.page.faqs .search input {
  float: left;
  padding: 5px 30px 5px 0;
}
.page.faqs .search i {
  position: absolute;
  right: 0;
  font-size: 20px;
  top: 6px;
}
@media (max-width: 576px) {
  .page.faqs .search i {
    position: static;
    margin-top: 6px;
  }
}
@media (max-width: 576px) {
  .page.faqs .text-wrapper {
    margin-top: 30px;
  }
}
.page.faqs .text-wrapper .question:after {
  display: none;
}
.page.faqs .text-wrapper .question {
  margin-bottom: 40px;
}
@media (max-width: 1025px) {
  .page.faqs .text-wrapper .question {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .page.faqs .text-wrapper .question {
    padding: 0;
  }
}
.page.faqs .text-wrapper .question h4 {
  display: block;
  text-align: left;
  border: 0;
  border-radius: 0;
  white-space: initial;
  --max-font: 36;
  --min-font: 22;
  font-size: var(--responsive);
  line-height: 1.3;
}
@media (max-width: 1025px) {
  .page.faqs .text-wrapper .question h4 {
    padding-right: 35px;
  }
}
@media (max-width: 576px) {
  .page.faqs .text-wrapper .question h4 {
    --max-font: 16;
    --min-font: 16;
    padding-right: 0px;
  }
}
.page.faqs .text-wrapper .question h4:active {
  box-shadow: none;
}
.page.faqs .text-wrapper .question h4 i {
  position: relative;
  bottom: inherit;
  left: inherit;
  margin-left: inherit;
  margin-right: 10px;
}
@media (max-width: 1025px) {
  .page.faqs .text-wrapper .question h4 i {
    margin-left: -35px;
    position: absolute;
  }
}
@media (max-width: 576px) {
  .page.faqs .text-wrapper .question h4 i {
    margin-left: -25px;
  }
}
.page.faqs .text-wrapper .answer {
  padding-left: 70px;
}
@media (max-width: 1025px) {
  .page.faqs .text-wrapper .answer {
    padding-left: 30px;
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  .page.faqs .text-wrapper .answer {
    padding-left: 13px;
    padding-right: 0;
  }
}
.page.faqs .text-wrapper .answer p,
.page.faqs .text-wrapper .answer span,
.page.faqs .text-wrapper .answer li,
.page.faqs .text-wrapper .answer a {
  --max-font: 21;
  --min-font: 16;
  font-size: var(--responsive) !important;
  line-height: 25px !important;
  font-weight: normal !important;
  font-family: "Montserrat", sans-serif !important;
}

/*--------------------------------------------------------------
## New & Insights
--------------------------------------------------------------*/
.page.news-insights .disclosure p {
  margin: 0px 0px 5px !important;
}
.page.news-insights.archive .posts .grid {
  padding-bottom: 150px;
}
.page.news-insights.archive .posts .grid .posts-navigation {
  overflow: visible;
}
.page.news-insights.archive .posts .grid .posts-navigation .screen-reader-text {
  display: none;
}
.page.news-insights.archive .posts .grid .pagination {
  position: absolute;
  bottom: 70px;
  right: 0;
}
.page.news-insights.archive .posts .grid .pagination .nav-links .nav-previous, .page.news-insights.archive .posts .grid .pagination .nav-links .nav-next {
  width: auto;
  height: auto;
  margin-left: 20px;
}
.page.news-insights.archive .posts .grid .pagination .nav-links .nav-previous a, .page.news-insights.archive .posts .grid .pagination .nav-links .nav-next a {
  height: auto;
}
.page.news-insights #top {
  padding-bottom: 50px;
}
@media (max-width: 576px) {
  .page.news-insights #top .menu {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .page.news-insights #top .menu ul {
    margin-top: 40px;
  }
}
.page.news-insights #top .menu ul li {
  float: left;
  margin-right: 30px;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  list-style: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1025px) {
  .page.news-insights #top .menu ul li {
    margin-right: 15px;
  }
}
@media (max-width: 576px) {
  .page.news-insights #top .menu ul li {
    width: 25%;
    float: left;
    margin: 0;
    margin-bottom: 9px;
    margin-right: 0%;
    text-align: center;
  }
}
.page.news-insights #top .menu ul li.active, .page.news-insights #top .menu ul li:hover {
  border-bottom-color: #E36F1E;
}
.page.news-insights #top .menu ul li a {
  color: #303C42;
  font-weight: 300;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 576px) {
  .page.news-insights #top .menu ul li a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.page.news-insights #top .menu ul li a:hover {
  text-decoration: none;
}
@media (max-width: 576px) {
  .page.news-insights #top .menu .category-filter {
    width: 100%;
    margin-top: -48px;
    margin: 0;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .page.news-insights #top .menu .category-filter .dropdown-toggle {
    padding: 6px 10px 6px 7px;
  }
}
.page.news-insights #top .menu .category-filter.active, .page.news-insights #top .menu .category-filter:hover {
  border-bottom-color: none;
  border-bottom: 2px solid transparent;
}
.page.news-insights #top .menu .category-filter i {
  font-size: 2.2rem;
  vertical-align: middle;
  margin-left: 4px;
}
.page.news-insights #top .menu .category-filter .dropdown-menu {
  right: 0;
  left: initial;
  padding: 20px 25px;
  border-radius: 10px;
  background-color: #E6EAEB;
  margin-top: 20px;
  color: #303C42;
  border: none;
  box-shadow: none;
}
.page.news-insights #top .menu .category-filter .dropdown-menu:after {
  content: "";
  position: absolute;
  right: 50px;
  top: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #E6EAEB;
  clear: both;
}
@media (max-width: 576px) {
  .page.news-insights #top .menu .category-filter .dropdown-menu:after {
    right: 50%;
    margin-right: -15px;
  }
}
.page.news-insights #top .menu .category-filter .dropdown-menu li {
  width: 100%;
  margin: 0;
  margin-bottom: 0;
  margin-right: 0;
  border-bottom: 0;
}
.page.news-insights #top .menu .category-filter .dropdown-menu li.active, .page.news-insights #top .menu .category-filter .dropdown-menu li:hover {
  border-bottom-color: transparent;
  background-color: transparent;
  border-bottom: 0;
}
.page.news-insights #top .menu .category-filter .dropdown-menu li a {
  color: #303C42;
  font-size: 20px;
  font-size: 2rem;
  padding-left: 0;
  border-bottom: 2px solid transparent;
}
.page.news-insights #top .menu .category-filter .dropdown-menu li a.active, .page.news-insights #top .menu .category-filter .dropdown-menu li a:hover, .page.news-insights #top .menu .category-filter .dropdown-menu li a:focus {
  border-bottom: 2px solid #E36F1E;
  color: #E36F1E;
  border-bottom-color: #E36F1E;
  background-color: transparent;
}
.page.news-insights .posts .featured {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 50px;
}
.page.news-insights .posts .featured h2,
.page.news-insights .posts .featured p {
  color: #ffffff;
}
@media (max-width: 576px) {
  .page.news-insights .posts .the-posts {
    padding: 0;
  }
}
@media (max-width: 576px) {
  .page.news-insights .posts .the-posts .box-over {
    padding: 0;
  }
}
.page.news-insights .posts .the-posts .box-over .image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 370px;
  max-height: 370px;
  display: table;
}
@media (max-width: 1025px) {
  .page.news-insights .posts .the-posts .box-over .image {
    height: 250px;
    max-height: 250px;
  }
}
@media (max-width: 576px) {
  .page.news-insights .posts .the-posts .box-over .image {
    height: 200px;
    max-height: 200px;
  }
}
.page.news-insights .posts .the-posts .box-over .box-text {
  background: #303C42;
  height: 370px;
  max-height: 370px;
  display: flex;
  align-items: center;
  color: #fff !important;
  margin-bottom: 40px;
}
.page.news-insights .posts .the-posts .box-over .box-text a, .page.news-insights .posts .the-posts .box-over .box-text h2, .page.news-insights .posts .the-posts .box-over .box-text p {
  color: #fff !important;
}
@media (max-width: 1025px) {
  .page.news-insights .posts .the-posts .box-over .box-text {
    height: auto;
    max-height: none;
  }
}
.page.news-insights .posts .the-posts .box-over .box-text > div {
  margin: auto;
  padding: 50px;
}
@media (max-width: 1025px) {
  .page.news-insights .posts .the-posts .box-over .box-text > div {
    padding: 30px;
  }
}
@media (max-width: 576px) {
  .page.news-insights .posts .the-posts .box-over .box-text > div {
    padding: 30px 10px;
  }
}
.page.news-insights .posts .the-posts .box-over .box-text h2 {
  --max-font: 36;
}
.page.news-insights .posts .the-posts .box-over .text-box {
  width: 80%;
  display: table;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  margin: auto;
  position: relative;
  top: -40px;
  padding: 50px;
}
@media (max-width: 1025px) {
  .page.news-insights .posts .the-posts .box-over .text-box {
    padding: 30px;
  }
}
@media (max-width: 576px) {
  .page.news-insights .posts .the-posts .box-over .text-box {
    padding: 20px;
    width: 90%;
  }
}
.page.news-insights .posts .the-posts .box-over .text-box .text-wrapper {
  margin: 0;
}
.page.news-insights .posts .the-posts .pagination a {
  cursor: pointer;
  outline: 0;
  --max-font: 20;
  --min-font: 11;
  height: 42px;
  border: 1px solid #303C42;
  color: #303C42;
  position: relative;
  background-color: transparent;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  padding: 10px 40px 10px 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page.news-insights .posts .the-posts .pagination a:hover {
  text-decoration: none;
  background-color: #303C42;
  color: #fff;
}
.page.news-insights .posts .the-posts .pagination a:after, .page.news-insights .posts .the-posts .pagination a:before {
  position: absolute;
  font-size: 24px;
  font-size: 2.4rem;
}
.page.news-insights .posts .the-posts .pagination .next a:after {
  content: "»";
  right: 12px;
}
.page.news-insights .posts .the-posts .pagination .prev a {
  padding: 10px 15px 10px 40px;
}
.page.news-insights .posts .the-posts .pagination .prev a:after {
  content: "«";
  left: 12px;
}

.grid-item {
  width: 50%;
  padding: 0 20px;
}
@media (max-width: 576px) {
  .grid-item {
    width: 100%;
  }
}

#modal-sign-up .close {
  right: 30px;
  position: absolute;
  top: 10px;
  color: #303C42;
  font-size: 55px;
  font-weight: bold;
  opacity: 1;
  line-height: 20px;
}
#modal-sign-up.grey {
  background: #303C42;
}
#modal-sign-up .text-center {
  text-align: center;
}
#modal-sign-up .text-center h2 {
  --max-font: 70;
  --min-font: 40;
  font-size: var(--responsive);
}
#modal-sign-up .text-center h2, #modal-sign-up .text-center p {
  color: #fff;
}
#modal-sign-up .step-first {
  display: none;
}
#modal-sign-up .step-form h2 {
  margin-bottom: 30px;
}
#modal-sign-up .step-form .gform_wrapper .gc_radio .gfield_label {
  position: static;
  display: inline-block;
  vertical-align: middle;
  --max-font: 17;
  --min-font: 14;
  font-size: var(--responsive);
  line-height: 20px;
  font-weight: 400;
  color: #303C42;
  margin-bottom: 0;
  margin-top: 24px;
}
#modal-sign-up .step-form .gform_wrapper .gc_radio .ginput_container_radio {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
#modal-sign-up .step-form .gform_wrapper .gc_radio .ginput_container_radio .gfield_radio [type=radio]:not(:checked) + label {
  padding-right: 30px;
  padding-left: 30px;
}
#modal-sign-up .step-form .gform_wrapper .gc_radio .ginput_container_radio .gfield_radio [type=radio]:checked + label {
  padding-right: 30px;
  padding-left: 30px;
}

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  width: 300px;
  /* Set a default minimum width */
  /* Divide value of min-width by 2 */
  background-color: #303C42; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 10px; /* Rounded borders */
  padding: 40px 20px 20px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 999999999; /* Add a z-index if needed */
  right: 10%; /* Center the snackbar */
  bottom: 30px; /* 30px from the bottom */
  vertical-align: middle;
  -webkit-transition: height 2s width 2s; /* Safari */
  transition: height 2s width 2s;
}
#snackbar:after {
  content: "";
  position: absolute;
  right: 65px;
  bottom: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #303C42;
  clear: both;
}
#snackbar.minimised {
  padding: 20px 20px 20px; /* Padding */
  width: 150px;
}
@media (min-width: 2000px) {
  #snackbar.minimised {
    width: auto !important;
  }
}
#snackbar #subscribe-bar {
  width: 100%;
}
#snackbar .minimise-snackbar {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 10px;
  color: #E36F1E;
}
#snackbar h2 {
  --max-font: 36;
  --min-font: 20;
  font-size: var(--responsive);
}
#snackbar p {
  --max-font: 16;
  --min-font: 13;
  font-size: var(--responsive);
}
#snackbar h2, #snackbar p {
  color: #fff;
}
#snackbar a {
  vertical-align: middle;
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@media (max-width: 480px) {
  #snackbar,
  #snackbar.minimised {
    width: 90%;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  #snackbar .minimise-snackbar,
  #snackbar .snackbar-content,
  #snackbar.minimised .minimise-snackbar,
  #snackbar.minimised .snackbar-content {
    display: none !important;
  }
  #snackbar .btn,
  #snackbar.minimised .btn {
    padding-top: 1px;
    padding-bottom: 1px;
  }
}
.page.news-insights-post #top {
  padding-top: 120px;
}
@media (max-width: 576px) {
  .page.news-insights-post #top {
    padding-top: 50px;
  }
}
.page.news-insights-post #top .back .btn {
  padding-right: 10px;
  padding-left: 40px;
}
@media (max-width: 576px) {
  .page.news-insights-post #top .back .btn {
    padding-left: 30px;
  }
}
.page.news-insights-post #top .back .btn.arrow .icon {
  right: inherit;
  left: 10px;
}
.page.news-insights-post .va h3 a {
  font-family: "GlyphaLTStd-Bold", sans-serif;
  color: #303C42;
  clear: both;
  font-weight: 100;
  margin-top: 0;
  text-decoration: none;
}
.page.news-insights-post .va h3 a:hover {
  color: #E36F1E;
  text-decoration: none;
}
.page.news-insights-post .the-post ul, .page.news-insights-post .the-post ol {
  list-style: inside;
  padding-left: 0;
  padding-bottom: 20px;
}
.page.news-insights-post .the-post ul li, .page.news-insights-post .the-post ol li {
  margin-bottom: 10px;
}
.page.news-insights-post .the-post ol {
  list-style-type: decimal;
}
@media (max-width: 576px) {
  .page.news-insights-post .the-post .back {
    margin-bottom: -30px;
  }
}
.page.news-insights-post .the-post article .image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 40px;
  height: 540px;
  max-height: 540px;
}
@media (max-width: 1025px) {
  .page.news-insights-post .the-post article .image {
    height: 350px;
    max-height: 350px;
  }
}
@media (max-width: 576px) {
  .page.news-insights-post .the-post article .image {
    height: 200px;
    max-height: 200px;
    margin-left: -15px;
    width: 110%;
  }
}
.page.news-insights-post .the-post article #the-members {
  border-top: 1px solid #A1ABB2;
  padding-top: 36px;
  padding-bottom: 36px;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 576px) {
  .page.news-insights-post .the-post article #the-members {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.page.news-insights-post .the-post article #the-members .circle-img {
  width: 96px;
  height: 96px;
  padding: 0;
  float: left;
  margin-bottom: 0;
}
.page.news-insights-post .the-post article #the-members .card {
  float: left;
  padding-top: 20px;
  padding-left: 20px;
}
.page.news-insights-post .the-post article #the-members .card h5 {
  margin-bottom: 0;
}
.page.news-insights-post .the-post article #the-members .card p {
  margin-top: 10px;
  margin-bottom: 0;
}
.page.news-insights-post .the-post article #the-members #curious-to-know-more .curious-to-know-more {
  float: left;
  width: 100%;
  margin-top: 26px;
}
@media (max-width: 576px) {
  .page.news-insights-post .the-post article #the-members #curious-to-know-more .curious-to-know-more .more {
    margin-top: 0;
  }
}
.page.news-insights-post .the-post article #the-members #curious-to-know-more .curious-to-know-more .more > .row .text-wrapper {
  background-color: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding-left: 146px;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 576px) {
  .page.news-insights-post .the-post article #the-members #curious-to-know-more .curious-to-know-more .more > .row .text-wrapper {
    padding-left: 0;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 576px) {
  .page.news-insights-post .the-post article #the-members #curious-to-know-more .curious-to-know-more .crossed-btn button {
    padding: 20px;
  }
}
.page.news-insights-post .the-post article #the-members #curious-to-know-more .curious-to-know-more .crossed-btn i {
  position: absolute;
  bottom: 4px;
  margin: auto;
  color: #fff;
  float: inherit;
  left: 50%;
  margin-left: -6px;
}
.page.news-insights-post .the-post .disclosure p, .page.news-insights-post .the-post .disclosure a {
  font-size: 70%;
}
.page.news-insights-post .the-post .disclosure p a {
  font-size: 1em;
}
@media (max-width: 576px) {
  .page.news-insights-post .the-post .addtoany_shortcode {
    margin-bottom: 25px;
  }
}

.single-post ol {
  list-style-position: outside !important;
  padding-left: 20px !important;
}

/*--------------------------------------------------------------
## What We Offer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## What we Offer
--------------------------------------------------------------*/
.page.what-we-offer .container {
  z-index: 0;
}
@media (max-width: 1025px) {
  .page.what-we-offer .first-boxes .container {
    width: 80%;
  }
}
.page.what-we-offer #wealth-management-section .box.square {
  max-width: 261px;
}
@media (max-width: 768px) {
  .page.what-we-offer #wealth-management-section .box.square.col-sm-4 {
    max-width: none;
    width: 33.33333333%;
  }
}
@media (max-width: 576px) {
  .page.what-we-offer #wealth-management-section .box.square {
    margin-left: 15px;
  }
  .page.what-we-offer #wealth-management-section .box.square.col-xs-12 {
    width: 100%;
    max-width: none;
  }
}
.page.what-we-offer #wealth-management-section .introduction {
  padding-right: 52px;
}
@media (max-width: 768px) {
  .page.what-we-offer #wealth-management-section .introduction {
    padding-right: 0px;
  }
}
@media (max-width: 1025px) {
  .page.what-we-offer #boxes {
    background-position: bottom;
  }
}
.page.what-we-offer #boxes.second-boxes .box.white .btn:hover {
  color: #fff !important;
}
.page.what-we-offer .boxes.no-shadow {
  box-shadow: none !important;
}
.page.what-we-offer .boxes.boxes-top .box {
  background-color: transparent;
}
.page.what-we-offer .boxes.boxes-top .box:nth-child(1), .page.what-we-offer .boxes.boxes-top .box:nth-child(2) {
  border-right: 1px solid rgba(161, 171, 178, 0.5);
}
@media (max-width: 576px) {
  .page.what-we-offer .boxes.boxes-top .box:nth-child(1), .page.what-we-offer .boxes.boxes-top .box:nth-child(2) {
    border-right: 0;
  }
}
.page.what-we-offer .boxes.boxes-top .box .va {
  z-index: 99999;
  top: 20%;
  -webkit-transform: none;
  transform: none;
}
@media (max-width: 1025px) {
  .page.what-we-offer .boxes.boxes-top .box .va {
    top: 0;
  }
}
.page.what-we-offer .boxes .box h3 {
  line-height: 36px;
}
@media (max-width: 1025px) {
  .page.what-we-offer .boxes .box h3 {
    --min-font: 17;
    line-height: 1.3;
  }
}
@media (max-width: 1025px) {
  .page.what-we-offer .boxes .box h3 {
    font-size: 25px;
    line-height: 1.3;
  }
}
@media (max-width: 576px) {
  .page.what-we-offer .boxes .box a {
    font-size: 12px;
    font-size: 1.2rem;
    padding-left: 10px;
    padding-right: 35px;
  }
}
.page.what-we-offer .boxes .box.white h3 {
  color: #303C42;
}
.page.what-we-offer .boxes .box.white .btn.outline.black {
  color: #303C42;
}
@media (max-width: 576px) {
  .page.what-we-offer .boxes .box.move-up {
    top: -100px;
  }
}
.page.what-we-offer .boxes .box.shadow-box {
  box-shadow: -1px -1px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -1px -1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -1px -1px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 576px) {
  .page.what-we-offer .boxes .box.shadow-box {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
}
.page.what-we-offer .boxes .box.padding-large-right {
  margin-left: 292px;
}
@media (max-width: 1025px) {
  .page.what-we-offer .boxes .box.padding-large-right {
    margin-left: 0px;
  }
}
.page.what-we-offer .boxes .box.smaller h3 {
  font-size: 20px;
  line-height: 24px;
}
.page.what-we-offer .boxes .box.smaller .btn:last-child {
  margin-bottom: 0;
}
.page.what-we-offer .boxes .box.smaller .btn {
  margin-bottom: 5px;
  font-size: 10px;
  width: 100%;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
}
.page.what-we-offer .boxes .box.smaller .btn i {
  top: 5px;
}
.page.what-we-offer .boxes .box.smaller .btn.big {
  padding-top: 5px;
  padding-bottom: 5px;
}
.page.what-we-offer .boxes .box.smaller .btn.big i {
  top: 16px;
}
.page.what-we-offer .mountain-top-container {
  position: relative;
}
.page.what-we-offer .mountain-top-container .mountain {
  position: relative;
  top: -100px;
  margin-top: 0;
}
@media (max-width: 1025px) {
  .page.what-we-offer .mountain-top-container .mountain {
    top: -50px;
  }
}
.page.what-we-offer #section-four .separate > div {
  padding-right: 40px;
}
@media (max-width: 1025px) {
  .page.what-we-offer #section-four .separate > div:after {
    display: none;
  }
}
@media (max-width: 576px) {
  .page.what-we-offer #section-four .separate > div {
    margin-bottom: 50px;
  }
  .page.what-we-offer #section-four .separate > div:last-child {
    margin-bottom: 0;
  }
}
.page.what-we-offer #section-five .the-circle {
  border-radius: 0;
  width: 80%;
  padding: 50px;
  margin: auto;
  float: right;
}
@media (max-width: 576px) {
  .page.what-we-offer #section-five .the-circle {
    width: 100%;
    padding: 50px 20px;
    margin-left: 0;
  }
}
.page.what-we-offer #section-five .the-circle .text {
  position: relative;
  top: inherit;
  left: inherit;
  width: auto;
  height: auto;
}
.page.what-we-offer #section-five .the-circle .text > div {
  width: auto;
  left: inherit;
  margin-left: inherit;
  top: inherit;
  margin-top: inherit;
  position: relative;
}
@media (max-width: 576px) {
  .page.what-we-offer #section-five .the-circle .text > div {
    width: 100%;
    left: 0;
    margin-left: 0;
    top: 0;
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  .page.what-we-offer #section-five .ring {
    width: 160%;
    margin-left: -30%;
  }
}

section.page.we-offer div#top {
  padding-bottom: 0px;
}

section.page.we-offer div#top.bg-responsive {
  padding-bottom: 120px;
}

section.page.we-offer .content.padding-el.t.b.xs {
  padding-top: 0px;
}

section.page.we-offer .padding-el.t.xs {
  padding-top: 50px;
}

section.page.we-offer .padding-el.t.s {
  padding-top: 0px;
}

section.page.about-kiwisaver.we-offer .row.padding-el.b.xs {
  padding-bottom: 0px;
}

section.page.about-kiwisaver.we-offer .padding-el.t.xxs .row.padding-el.b.xs {
  padding-bottom: 0px;
}

@media (max-width: 576px) {
  section.page.private-wealth.we-offer .padding-el.t.xxs {
    padding-top: 25px;
  }
}
/*--------------------------------------------------------------
## About KiwiSaver
--------------------------------------------------------------*/
.page.about-kiwisaver .section-two .mountain {
  margin-top: -9.5%;
}
@media (max-width: 576px) {
  .page.about-kiwisaver .section-two .mountain {
    margin-top: -9%;
  }
}
@media (max-width: 576px) {
  .page.about-kiwisaver .section-two .content {
    padding-top: 50px;
  }
}
.page.about-kiwisaver .section-boxes-one .shadow-up {
  box-shadow: none;
}
@media (max-width: 576px) {
  .page.about-kiwisaver .section-boxes-second #boxes {
    padding-bottom: 100px;
  }
}

/*--------------------------------------------------------------
## About PIE Funds
--------------------------------------------------------------*/
.page.about-pie-funds #joining .move-up {
  top: -100px;
}
.page.about-pie-funds .funds-graph > div {
  /* background-image: url('assets/img/funds-and-performance-graph.png'); */
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.page.about-pie-funds .funds-graph > div .fund {
  position: relative;
}
.page.about-pie-funds .funds-graph > div .fund.col-xs-offset-1 {
  margin-left: 4%;
}
@media (max-width: 1025px) {
  .page.about-pie-funds .funds-graph > div .fund.col-xs-offset-1 {
    margin-left: 0;
  }
}
.page.about-pie-funds .funds-graph > div .fund.col-xs-1 {
  width: 13.7%;
}
@media (max-width: 1025px) {
  .page.about-pie-funds .funds-graph > div .fund.col-xs-1 {
    width: 50%;
  }
}
@media (max-width: 1025px) {
  .page.about-pie-funds .funds-graph > div .fund {
    position: relative;
    width: 100%;
    margin-left: 0;
    float: left;
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .page.about-pie-funds .funds-graph > div .fund:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
}
@media (max-width: 576px) {
  .page.about-pie-funds .funds-graph > div .fund .fund-content {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 576px) {
  .page.about-pie-funds .funds-graph > div .fund .fund-content .fund-content-va {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (max-width: 1025px) {
  .page.about-pie-funds .funds-graph > div .fund h5 {
    font-size: 13px;
    line-height: 1.2;
    margin-right: 10px;
  }
}
@media (max-width: 1025px) {
  .page.about-pie-funds .funds-graph > div .fund a {
    font-size: 12px;
    line-height: 1.3;
    /* padding: 0 10px; */
    height: 37px;
  }
}
.page.about-pie-funds .funds-graph > div .fund h5,
.page.about-pie-funds .funds-graph > div .fund a,
.page.about-pie-funds .funds-graph > div .fund img {
  position: relative;
  float: left;
  clear: both;
}
@media (max-width: 1025px) {
  .page.about-pie-funds .funds-graph > div .fund h5,
  .page.about-pie-funds .funds-graph > div .fund a,
  .page.about-pie-funds .funds-graph > div .fund img {
    display: inline-block;
    float: none;
  }
}
.page.about-pie-funds .funds-graph > div .fund img {
  bottom: -30px;
}
.page.about-pie-funds .funds-graph > div .fund img:last-child {
  left: 60px;
}
@media (max-width: 1025px) {
  .page.about-pie-funds .funds-graph > div .fund img:last-child {
    display: none;
  }
}
.page.about-pie-funds .funds-graph > div .fund.cf {
  top: 0;
}
@media (max-width: 1025px) {
  .page.about-pie-funds .funds-graph > div .fund.cf {
    top: 0;
  }
}
.page.about-pie-funds .funds-graph > div .fund.dif {
  top: -60px;
}
@media (max-width: 1025px) {
  .page.about-pie-funds .funds-graph > div .fund.dif {
    top: 0;
  }
}
.page.about-pie-funds .funds-graph > div .fund.bf {
  top: -90px;
}
@media (max-width: 1025px) {
  .page.about-pie-funds .funds-graph > div .fund.bf {
    top: 0;
  }
}
.page.about-pie-funds .funds-graph > div .fund.agf {
  top: -105px;
}
@media (max-width: 1025px) {
  .page.about-pie-funds .funds-graph > div .fund.agf {
    top: 0;
  }
}
.page.about-pie-funds .funds-graph > div .fund.gf {
  top: -120px;
}
@media (max-width: 1025px) {
  .page.about-pie-funds .funds-graph > div .fund.gf {
    top: 0;
  }
}
.page.about-pie-funds .funds-graph > div .fund.ttf {
  top: -160px;
}
@media (max-width: 1025px) {
  .page.about-pie-funds .funds-graph > div .fund.ttf {
    top: 0;
  }
}
.page.about-pie-funds .funds-graph > div .fund.df {
  top: -165px;
}
@media (max-width: 1025px) {
  .page.about-pie-funds .funds-graph > div .fund.df {
    top: 0;
  }
}
.page.about-pie-funds {
  /*   .container-fluid.slide-image-height.double-graph .tabs,  .container-fluid.slide-image-height.double-graph .tabs.bottom, .container-fluid.slide-image-height.double-graph .row {
        display: none;
    } */
}
.page.about-pie-funds #first-section .anm.anm-second.anm-op.box.square.pull-left {
  background: transparent;
}
@media (min-width: 1400px) {
  .page.about-pie-funds #first-section {
    margin-left: 8.33333333%;
    max-width: 83.33333333%;
  }
}
.page.about-pie-funds #first-section .box-bg {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 1025px) {
  .page.about-pie-funds #first-section #boxes-two {
    margin-bottom: 100px;
  }
}
@media (max-width: 576px) {
  .page.about-pie-funds #first-section #boxes-two {
    margin-bottom: 0px;
    background-position: 0px 170px !important;
  }
}
@media (min-width: 1400px) {
  .page.about-pie-funds #first-section #boxes-two .container {
    margin: 0;
    width: auto;
  }
}
.page.about-pie-funds #first-section #boxes-two .container .anm-container-two {
  position: relative;
}
.page.about-pie-funds #first-section #boxes-two .container .anm-container-two .anm-first {
  left: 0;
}
@media (max-width: 576px) {
  .page.about-pie-funds #first-section #boxes-two .container .anm-container-two .anm-first {
    max-width: 90% !important;
    margin-left: 5% !important;
  }
}
@media (max-width: 350px) {
  .page.about-pie-funds #first-section #boxes-two .container .anm-container-two .anm-first {
    max-width: 100% !important;
    margin-left: 0% !important;
  }
}
.page.about-pie-funds #first-section #boxes-two .container .anm-container-two .anm-second {
  left: 50%;
  opacity: 0;
}
@media (max-width: 1025px) {
  .page.about-pie-funds #first-section #boxes-two .container .anm-container-two .anm-second {
    left: 0;
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  .page.about-pie-funds #first-section #boxes-two .container .anm-container-two .anm-second {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .page.about-pie-funds #first-section #boxes-two .container .anm-container-two .anm-second {
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .page.about-pie-funds #first-section #boxes-two .container .anm-container-two .anm-second .slide-image-height {
    position: relative;
  }
}
@media (max-width: 1024px) {
  .page.about-pie-funds #first-section #boxes-two .container .anm-container-two .anm-second.square:after {
    padding-bottom: inherit;
  }
}
@media (max-width: 1024px) {
  .page.about-pie-funds #first-section #boxes-two .container .anm-container-two .anm-second .fund.col-xs-1 {
    width: 100%;
  }
  .page.about-pie-funds #first-section #boxes-two .container .anm-container-two .anm-second .fund.col-xs-1:after {
    padding-bottom: inherit;
  }
}
@media (max-width: 1024px) {
  .page.about-pie-funds #first-section #boxes-two .container .anm-container-two .anm-second .fund.col-xs-1:first-child img {
    margin-top: 5px;
  }
}
@media (max-width: 576px) {
  .page.about-pie-funds #first-section #boxes-two .container .anm-container-two .anm-second .fund.col-xs-1 .fund-content {
    position: inherit;
    height: inherit;
  }
}
@media (max-width: 1024px) {
  .page.about-pie-funds #first-section #boxes-two .container .anm-container-two .anm-second .fund.col-xs-1 img {
    float: left;
    bottom: inherit;
    margin-top: 30px;
    margin-bottom: 15px;
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .page.about-pie-funds #first-section #boxes-two .container .anm-container-two .anm-second .fund.col-xs-1 h5 {
    max-width: inherit;
    float: left !important;
    display: block !important;
    clear: none !important;
    margin-top: 10px;
    font-size: 12px;
    margin-left: 8.33333333%;
  }
}
@media (max-width: 576px) {
  .page.about-pie-funds #first-section #boxes-two .container .anm-container-two .anm-second .fund.col-xs-1 a {
    font-size: 12px;
  }
}
.page.about-pie-funds #first-section #boxes-two .container .anm-container-two .anm-second .fund.col-xs-1 a > i {
  color: #fff !important;
}
.page.about-pie-funds #first-section #boxes-two .container .anm-container-two .anm-second .fund.col-xs-1 a.orangebg {
  border: 1px solid #E36F1E;
  background-color: #E36F1E;
  color: #fff;
}
.page.about-pie-funds #first-section #boxes-two .container .anm-container-two .anm-second .fund.col-xs-1 a.whitebg {
  border: 1px solid #303C42;
  background-color: #303C42;
  color: #fff;
}
@media (max-width: 1024px) {
  .page.about-pie-funds #first-section #boxes-two .container .anm-container-two .anm-second .fund.col-xs-1 a {
    float: right;
    clear: none;
    margin-right: 8.33333333%;
  }
}
@media (max-width: 1024px) {
  .page.about-pie-funds #first-section #boxes-two .container .anm-container-two .anm-second .fund.col-xs-1 a.second {
    margin-right: 10px;
  }
}
.page.about-pie-funds #first-section #boxes-two .container .anm-container-two .slide-image-height {
  max-width: none;
  position: absolute;
  width: 200%;
  background-color: #fff;
}
.page.about-pie-funds #first-section #boxes-two .container .anm-container-two .slide-image-height.double-graph .tabs {
  position: absolute;
  display: none;
  top: 35px;
  left: 65px;
}
@media (max-width: 1025px) {
  .page.about-pie-funds #first-section #boxes-two .container .anm-container-two .slide-image-height.double-graph .tabs {
    position: relative;
    top: -10px;
    left: inherit;
    margin: auto;
    display: table;
  }
}
@media (max-width: 1024px) {
  .page.about-pie-funds #first-section #boxes-two .container .anm-container-two .slide-image-height.double-graph .tabs {
    margin-bottom: 50px;
    float: inherit;
    top: inherit;
  }
}
@media (max-width: 350px) {
  .page.about-pie-funds #first-section #boxes-two .container .anm-container-two .slide-image-height.double-graph .tabs {
    width: 100%;
  }
}
.page.about-pie-funds #first-section #boxes-two .container .anm-container-two .slide-image-height.double-graph .tabs.bottom {
  display: none;
}
@media (max-width: 1024px) {
  .page.about-pie-funds #first-section #boxes-two .container .anm-container-two .slide-image-height.double-graph .tabs.bottom {
    display: table;
    margin-bottom: 0;
    margin-top: 50px;
  }
  .page.about-pie-funds #first-section #boxes-two .container .anm-container-two .slide-image-height.double-graph .tabs.bottom .btn.orange.selected:after {
    top: inherit;
    bottom: 100%;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #E36F1E;
    border-top: 0;
  }
}
@media (max-width: 1024px) and (min-width: 800px) {
  .page.about-pie-funds #first-section #boxes-two .container .anm-container-two .slide-image-height.double-graph .tabs.bottom .btn.orange:hover:after {
    top: inherit;
    bottom: 100%;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #E36F1E;
    border-top: 0;
  }
}
@media (max-width: 1024px) {
  .page.about-pie-funds #first-section #boxes-two .container .anm-container-two .slide-image-height.double-graph .tabs.bottom .btn.white.selected:after {
    top: inherit;
    bottom: 100%;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #303C42;
    border-top: 0;
  }
}
@media (max-width: 1024px) and (min-width: 800px) {
  .page.about-pie-funds #first-section #boxes-two .container .anm-container-two .slide-image-height.double-graph .tabs.bottom .btn.white:hover:after {
    top: inherit;
    bottom: 100%;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #303C42;
    border-top: 0;
  }
}
.page.about-pie-funds #first-section #boxes-two .container .anm-container-two .slide-image-height.double-graph .tabs .btn {
  float: left;
  clear: none;
  margin-right: 10px;
  position: relative;
}
@media (max-width: 576px) {
  .page.about-pie-funds #first-section #boxes-two .container .anm-container-two .slide-image-height.double-graph .tabs .btn {
    font-size: 12px;
  }
}
@media (max-width: 350px) {
  .page.about-pie-funds #first-section #boxes-two .container .anm-container-two .slide-image-height.double-graph .tabs .btn {
    font-size: 11px;
    margin-right: 0;
    margin-left: 0;
    width: 50%;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.page.about-pie-funds #first-section #boxes-two .container .anm-container-two .slide-image-height.double-graph .tabs .btn.orange {
  border: 1px solid #E36F1E;
  color: #E36F1E;
  background-color: #fff;
}
.page.about-pie-funds #first-section #boxes-two .container .anm-container-two .slide-image-height.double-graph .tabs .btn.orange.selected {
  background-color: #E36F1E;
  color: #fff;
}
.page.about-pie-funds #first-section #boxes-two .container .anm-container-two .slide-image-height.double-graph .tabs .btn.orange.selected:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -18px;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #E36F1E;
  clear: both;
}
@media (min-width: 800px) {
  .page.about-pie-funds #first-section #boxes-two .container .anm-container-two .slide-image-height.double-graph .tabs .btn.orange:hover {
    background-color: #E36F1E;
    color: #fff;
  }
  .page.about-pie-funds #first-section #boxes-two .container .anm-container-two .slide-image-height.double-graph .tabs .btn.orange:hover:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -18px;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #E36F1E;
    clear: both;
  }
}
.page.about-pie-funds #first-section #boxes-two .container .anm-container-two .slide-image-height.double-graph .tabs .btn.white {
  border: 1px solid #303C42;
  color: #000;
  background-color: #fff;
}
.page.about-pie-funds #first-section #boxes-two .container .anm-container-two .slide-image-height.double-graph .tabs .btn.white.selected {
  background: #303C42;
  color: #fff;
}
.page.about-pie-funds #first-section #boxes-two .container .anm-container-two .slide-image-height.double-graph .tabs .btn.white.selected:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -18px;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #303C42;
  clear: both;
}
@media (min-width: 800px) {
  .page.about-pie-funds #first-section #boxes-two .container .anm-container-two .slide-image-height.double-graph .tabs .btn.white:hover {
    background: #303C42;
    color: #fff;
  }
  .page.about-pie-funds #first-section #boxes-two .container .anm-container-two .slide-image-height.double-graph .tabs .btn.white:hover:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -18px;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #303C42;
    clear: both;
  }
}
.page.about-pie-funds #first-section #boxes-two .container .anm-container-two .slide-image-height.double-graph .row {
  display: none;
}
.page.about-pie-funds #first-section #boxes-two .container .anm-container-two .slide-image-height.double-graph .row > .fund h5 {
  font-size: 18px;
  max-width: 175px;
}
@media (max-width: 1025px) {
  .page.about-pie-funds #first-section #boxes-two .container .anm-container-two .slide-image-height.double-graph .row > .fund h5 {
    display: inline-block;
    float: none;
    font-size: 10px;
    line-height: 1.2;
  }
}
.page.about-pie-funds #first-section #boxes-two .container .anm-container-two .slide-image-height.double-graph .row > .fund:first-child, .page.about-pie-funds #first-section #boxes-two .container .anm-container-two .slide-image-height.double-graph .row > .fund.cf {
  margin-left: 12%;
}
@media (max-width: 1025px) {
  .page.about-pie-funds #first-section #boxes-two .container .anm-container-two .slide-image-height.double-graph .row > .fund:first-child, .page.about-pie-funds #first-section #boxes-two .container .anm-container-two .slide-image-height.double-graph .row > .fund.cf {
    margin-left: 0;
  }
}
.page.about-pie-funds #first-section #boxes-two .container .anm-container-two .slide-image-height.double-graph .row > .fund.cf {
  /* top: 20px; */
}
@media (max-width: 1025px) {
  .page.about-pie-funds #first-section #boxes-two .container .anm-container-two .slide-image-height.double-graph .row > .fund.cf {
    top: 0;
  }
}
.page.about-pie-funds #first-section #boxes-two .container .anm-container-two .slide-image-height.double-graph .row > .fund.dif {
  /* top: -5px; */
}
@media (max-width: 1025px) {
  .page.about-pie-funds #first-section #boxes-two .container .anm-container-two .slide-image-height.double-graph .row > .fund.dif {
    top: 0;
  }
}
.page.about-pie-funds #first-section #boxes-two .container .anm-container-two .slide-image-height.double-graph .row > .fund.dif.two h5 {
  max-width: 125px;
}
.page.about-pie-funds #first-section #boxes-two .container .anm-container-two .slide-image-height.double-graph .row > .fund.bf {
  /* top: -75px; */
}
@media (max-width: 1025px) {
  .page.about-pie-funds #first-section #boxes-two .container .anm-container-two .slide-image-height.double-graph .row > .fund.bf {
    top: 0;
  }
}
.page.about-pie-funds #first-section #boxes-two .container .anm-container-two .slide-image-height.double-graph .row > .fund.agf {
  /* top: -105px; */
}
@media (max-width: 1025px) {
  .page.about-pie-funds #first-section #boxes-two .container .anm-container-two .slide-image-height.double-graph .row > .fund.agf {
    top: 0;
  }
}
.page.about-pie-funds #first-section #boxes-two .container .anm-container-two .slide-image-height.double-graph .row > .fund.aagf {
  /* top: -190px; */
}
@media (max-width: 1025px) {
  .page.about-pie-funds #first-section #boxes-two .container .anm-container-two .slide-image-height.double-graph .row > .fund.aagf {
    top: 0;
  }
}
.page.about-pie-funds #first-section #boxes-two .container .anm-container-two .slide-image-height.double-graph .row > .fund.aagf.short {
  /* top: -120px !important; */
}
@media (max-width: 1025px) {
  .page.about-pie-funds #first-section #boxes-two .container .anm-container-two .slide-image-height.double-graph .row > .fund.aagf.short {
    top: 0 !important;
  }
}
@media (max-width: 576px) {
  .page.about-pie-funds #first-section #boxes-two .container .anm-container-two .slide-image-height.double-graph .row > .fund.aagf h5 {
    width: 100%;
    max-width: inherit;
    clear: both !important;
  }
}
.page.about-pie-funds #first-section #boxes-two .container .anm-container-two .slide-image-height.double-graph .row > .fund.aagf a.first {
  margin-bottom: 5px;
}
@media (max-width: 576px) {
  .page.about-pie-funds #first-section #boxes-two .container .anm-container-two .slide-image-height.double-graph .row > .fund.aagf a.first {
    margin-right: 50px;
  }
}
@media (max-width: 345px) {
  .page.about-pie-funds #first-section #boxes-two .container .anm-container-two .slide-image-height.double-graph .row > .fund.aagf a.first {
    margin-right: 15px;
  }
  .page.about-pie-funds #first-section #boxes-two .container .anm-container-two .slide-image-height.double-graph .row > .fund.aagf a.first .new-btn {
    display: none;
  }
}
@media (max-width: 576px) {
  .page.about-pie-funds #first-section #boxes-two .container .anm-container-two .slide-image-height.double-graph .row > .fund.aagf a.second {
    margin-right: 8.33333333%;
  }
}
@media (max-width: 1025px) {
  .page.about-pie-funds #first-section #boxes-two .container .anm-container-two .slide-image-height {
    max-width: 100%;
    position: absolute;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    background: none;
  }
}
.page.about-pie-funds #first-section #boxes-two .container .anm-container-two .slide-image-height > .row {
  position: relative;
  top: 40%;
}
.page.about-pie-funds #first-section #boxes-two .container .anm-container-two .slide-image-height > .row .fund h5 {
  font-size: 18px;
}
.page.about-pie-funds #first-section #boxes-two .container .anm-container-two .slide-image-height > .row .fund {
  /* &.cf{
                         		top: 140px;
                         	}
                         	&.dif{
                         		top: 35px;
                         	}
                         	&.bf{
                         		top: 5px;
                         	}
                         	&.agf{
                         		top: -65px;
                         	}
                         	&.aagf{
                         		top: -170px;
                         	}
                         	&.two.cf{
                         		top: 135px;
                         	}
                         	&.two.dif{
                         		top: 10px;
                         	}
                         	&.two.bf{
                         		top: -19px;
                         	}
                         	&.two.agf{
                         		top: -40px;
                         	}
                         	&.two.aagf{
                         		top: -95px;
                         	}         
                         	&.two.aagf.short{
                         		top: -95px;
                         	}    */
}
.page.about-pie-funds #first-section #boxes-two .container .anm-container-two .slide-image-height > .row {
  /* @media (max-width: 1890px) {
                         .fund{
  &.cf{
                         		top: 150px;
                         	}
                         	&.dif{
                         		top: 50px;
                         	}
                         	&.bf{
                         		top: 15px;
                         	}
                         	&.agf{
                         		top: -55px;
                         	}
                         	&.aagf{
                         		top: -155px;
                         	}
                         	&.two.cf{
                         		top: 150px;
                         	}
                         	&.two.dif{
                         		top: 20px;
                         	}
                         	&.two.bf{
                         		top: -9px;
                         	}
                         	&.two.agf{
                         		top: -30px;
                         	}
                         	&.two.aagf{
                         		top: -85px;
                         	}         
                         	&.two.aagf.short{
                         		top: -85px;
                         	}   
                         }                              
                        }
                        @media (max-width: 1800px) {
                        	.fund {
                        		&.cf{
                         		top: 150px;
                         	}
                         	&.dif{
                         		top: 55px;
                         	}
                         	&.bf{
                         		top: 20px;
                         	}
                         	&.agf{
                         		top: -45px;
                         	}
                         	&.aagf{
                         		top: -150px;
                         	}
                         	&.two.cf{
                         		top: 145px;
                         	}
                         	&.two.dif{
                         		top: 25px;
                         	}
                         	&.two.bf{
                         		top: -5px;
                         	}
                         	&.two.agf{
                         		top: -40px;
                         	}
                         	&.two.aagf{
                         		top: -70px;
                         	}         
                         	&.two.aagf.short{
                         		top: -65px;
                         	}  
                        	}
                        }
                        @media (max-width: 1750px) {
                        	.fund{
                         		&.cf{
                         		top: 150px;
                         	}
                         	&.dif{
                         		top: 65px;
                         	}
                         	&.bf{
                         		top: 35px;
                         	}
                         	&.agf{
                         		top: -25px;
                         	}
                         	&.aagf{
                         		top: -130px;
                         	}
                         	&.two.cf{
                         		top: 150px;
                         	}
                         	&.two.dif{
                         		top: 45px;
                         	}
                         	&.two.bf{
                         		top: 15px;
                         	}
                         	&.two.agf{
                         		top: -20px;
                         	}
                         	&.two.aagf{
                         		top: -50px;
                         	}         
                         	&.two.aagf.short{
                         		top: -50px;
                         	}                               	
                        	}
                        }
                        @media (max-width: 1680px) {
                        	.fund{
                        		&.cf{
                         		top: 150px;
                         	}
                         	&.dif{
                         		top: 75px;
                         	}
                         	&.bf{
                         		top: 45px;
                         	}
                         	&.agf{
                         		top: -15px;
                         	}
                         	&.aagf{
                         		top: -130px;
                         	}
                         	&.two.cf{
                         		top: 155px;
                         	}
                         	&.two.dif{
                         		top: 50px;
                         	}
                         	&.two.bf{
                         		top: 25px;
                         	}
                         	&.two.agf{
                         		top: -15px;
                         	}
                         	&.two.aagf{
                         		top: -54px;
                         	}         
                         	&.two.aagf.short{
                         		top: -45px;
                         	}                                		
                        	}
                        }
                        @media (max-width: 1500px) {
                            .fund{
                            	&.cf{
                            		top: 150px;
                            	}
                            	&.dif{
                            		top: 90px;
                            	}
                            	&.bf{
                            		top: 70px;
                            	}
                            	&.agf{
                            		top: 18px;
                            	}
                            	&.aagf{
                            		top: -110px;
                            	}
                            	&.two.cf{
                            		top: 165px;
                            	}
                            	&.two.dif{
                            		top: 60px;
                            	}
                            	&.two.bf{
                            		top: 19px;
                            	}
                            	&.two.agf{
                            		top: 10px;
                            	}
                            	&.two.aagf{
                            		top: -13px;
                            	}         
                            	&.two.aagf.short{
                            		top: -5px;
                            	}                                      	                           	
                            }
                        } 
                        @media (max-width: 1250px) {
                            .fund{
                            	&.cf{
                            		top: 150px;
                            	}
                            	&.dif{
                            		top: 100px;
                            	}
                            	&.bf{
                            		top: 60px;
                            	}
                            	&.agf{
                            		top: 30px;
                            	}
                            	&.aagf{
                            		top: -90px;
                            	}
                            	&.two.cf{
                            		top: 150px;
                            	}
                            	&.two.dif{
                            		top: 75px;
                            	}
                            	&.two.bf{
                            		top: 33px;
                            	}
                            	&.two.agf{
                            		top: 25px;
                            	}
                            	&.two.aagf{
                            		top: -23px;
                            	}         
                            	&.two.aagf.short{
                            		top: -15px;
                            	}                                     	                           	
                            }
                        }    */
}
.page.about-pie-funds #first-section .box.square {
  width: 50%;
  max-width: none;
}
@media (max-width: 576px) {
  .page.about-pie-funds #first-section .box.square {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .page.about-pie-funds .only-mobile {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .page.about-pie-funds .only-mobile {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .page.about-pie-funds .only-mobile {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .page.about-pie-funds .only-desktop {
    display: block !important;
  }
}
@media (max-width: 1024px) {
  .page.about-pie-funds .only-desktop {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .page.about-pie-funds .js-graph-container {
    display: none !important;
  }
  .page.about-pie-funds .container-fluid.slide-image-height.double-graph {
    display: block !important;
  }
  .page.about-pie-funds .anm.anm-second.anm-op.box.square.pull-left {
    background: #ffffff !important;
  }
  .page.about-pie-funds .page.about-pie-funds #first-section #boxes-two .container .anm-container-two .slide-image-height.double-graph .row {
    display: block;
  }
}
.page.about-pie-funds .new-btn {
  background: #E36F1E;
  padding: 4px 7px;
  color: #fff;
  font-size: 9px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  margin-left: 10px;
  height: 22px;
  line-height: 16px;
  top: 8px;
  right: -40px;
}

@media (max-width: 1024px) {
  .page.about-pie-funds #first-section #boxes-two .container .anm-container-two .slide-image-height.double-graph .row {
    display: block;
  }
}
/*--------------------------------------------------------------
## Non NZ Residents
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Maximising your kiwisaver
--------------------------------------------------------------*/
.page.maximising-your-kiwisaver .gform_wrapper .gsection {
  border-bottom: 0;
  margin: 0;
}
.page.maximising-your-kiwisaver .gform_wrapper ul.gfield_radio {
  padding: 0;
}
.page.maximising-your-kiwisaver .gform_wrapper ul li.gfield {
  margin-top: 0px;
  clear: none;
}
.page.maximising-your-kiwisaver h1, .page.maximising-your-kiwisaver h2 {
  color: #303C42 !important;
}
.page.maximising-your-kiwisaver .text-wrapper.big p {
  color: #303C42 !important;
}
.page.maximising-your-kiwisaver #top {
  height: auto;
  padding-top: 220px;
}
@media (max-width: 1025px) {
  .page.maximising-your-kiwisaver #top {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.page.maximising-your-kiwisaver .plugin .title {
  margin-bottom: 40px;
  color: #ffffff;
}
.page.maximising-your-kiwisaver .plugin .tool {
  background-color: #129DC0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 3%;
}
.page.maximising-your-kiwisaver .plugin .tool #maximising-kiwisaver .form {
  margin: 0;
}
.page.maximising-your-kiwisaver .plugin .tool #maximising-kiwisaver .form .first-step .accept {
  position: static;
}
.page.maximising-your-kiwisaver .plugin .tool #maximising-kiwisaver .form .button.next {
  margin-top: 20px;
}
.page.maximising-your-kiwisaver .plugin .tool #maximising-kiwisaver .form .tabs {
  background-color: #129DC0;
}
.page.maximising-your-kiwisaver .plugin .tool #maximising-kiwisaver .form .tabs .tab label {
  font-family: "GlyphaLTStd-Bold", sans-serif;
  font-size: 12px;
}
@media (max-width: 1025px) {
  .page.maximising-your-kiwisaver .plugin .tool #maximising-kiwisaver .form .tabs .tab label {
    font-size: 10px;
  }
}
@media (max-width: 576px) {
  .page.maximising-your-kiwisaver .plugin .tool #maximising-kiwisaver .form .tabs .tab label {
    font-size: 0;
  }
}
.page.maximising-your-kiwisaver .plugin .tool #maximising-kiwisaver .form .statement {
  display: none;
}
@media (max-width: 576px) {
  .page.maximising-your-kiwisaver .plugin .tool #maximising-kiwisaver .form .steps .step {
    padding: 20px 20px;
  }
}
@media (max-width: 576px) {
  .page .maximising-mountain {
    margin-top: -17%;
  }
}

.plugin #maximising-kiwisaver .form p {
  color: #fff;
}
.plugin #maximising-kiwisaver .form .form-data .row label {
  color: #fff;
}
.plugin #maximising-kiwisaver .form .tabs {
  border-bottom-color: #1a9dc1;
}
.plugin #maximising-kiwisaver .form .tabs .tab.active {
  top: 14px;
}
.plugin #maximising-kiwisaver .form .tabs .tab.active label {
  background: transparent;
  color: #fff;
  font-weight: bold;
  padding-bottom: 24px;
}
.plugin #maximising-kiwisaver .form .tabs .tab.done label {
  color: #fff;
}
.plugin #maximising-kiwisaver .form .tabs .tab.done label:after {
  content: "\f125";
  display: inline-block;
  font-family: "Ionicons";
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  top: 12px;
  right: 0;
  position: absolute;
  color: #313c42;
}
.plugin #maximising-kiwisaver .form .tabs .tab.done:last-child label:after {
  display: none;
}
.plugin #maximising-kiwisaver .form .tabs .tab label {
  background: transparent;
  color: #a9cfda;
  border: 0;
  padding-bottom: 24px;
}
.plugin #maximising-kiwisaver h3 {
  color: #fff;
  font-family: "GlyphaLTStd-Bold", sans-serif;
}
.plugin #maximising-kiwisaver .form .first-step .accept p {
  color: #69615f;
}
.plugin #maximising-kiwisaver .form .steps .step {
  background-color: #119dbf;
}
.plugin #maximising-kiwisaver .form .steps .step .step-graph span {
  color: #fff;
}
.plugin #maximising-kiwisaver .citations small {
  color: #fff;
}
.plugin #maximising-kiwisaver .gform_wrapper h3,
.plugin #maximising-kiwisaver .gform_wrapper p {
  background: none;
}
.plugin #maximising-kiwisaver .gform_body ul li.no-background {
  background: none;
}
.plugin #maximising-kiwisaver .gform_body ul li.no-background * {
  background: none;
}
.plugin #maximising-kiwisaver .gform_body ul li label.gfield_label {
  color: #fff;
}
.plugin #maximising-kiwisaver .citations {
  color: #fff;
}
.plugin #maximising-kiwisaver .gform_confirmation_wrapper {
  color: #fff;
}
.plugin #maximising-kiwisaver .form .button {
  background: #e26f06;
}
.plugin #maximising-kiwisaver .form .form-data .row input[type=button] {
  background: #e26f06;
}
.plugin #maximising-kiwisaver #download-pdf {
  background: #e26f06;
}

/*--------------------------------------------------------------
## KiwiSaver Retirement
--------------------------------------------------------------*/
.page.kiwisaver-retirement #top {
  background-color: transparent;
  height: auto;
}
@media (max-width: 1025px) {
  .page.kiwisaver-retirement #top {
    padding-top: 150px;
  }
}
.page.kiwisaver-retirement #top h1, .page.kiwisaver-retirement #top h2.title {
  color: #303C42 !important;
  text-shadow: none !important;
}
.page.kiwisaver-retirement #top .text-wrapper.big p {
  color: #303C42 !important;
  text-shadow: none !important;
}
.page.kiwisaver-retirement #top .text-wrapper.big p a {
  color: #303C42 !important;
  text-decoration: underline;
}
.page.kiwisaver-retirement .plugin .title {
  margin-bottom: 40px;
  color: #ffffff;
}
.page.kiwisaver-retirement .plugin .tool {
  background-color: #129DC0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 3%;
}
@media (max-width: 480px) {
  .page.kiwisaver-retirement .plugin .tool {
    padding: 5%;
    width: 100%;
    margin-left: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }
}
.page.kiwisaver-retirement .plugin .tool #retirement-planner {
  padding-right: 0;
}
.page.kiwisaver-retirement .plugin .tool #retirement-planner #retirement-planner-form {
  background-color: transparent;
  margin-top: 0;
  padding-top: 0;
}
.page.kiwisaver-retirement .plugin .tool #retirement-planner #retirement-planner-form .h2 {
  font-weight: bold;
  font-family: "Glypha Bold", sans-serif !important;
  margin-bottom: 10px;
}
.page.kiwisaver-retirement .plugin .tool #retirement-planner #retirement-planner-form .half-col {
  width: 50%;
  border-right: 0;
}
@media (max-width: 1025px) {
  .page.kiwisaver-retirement .plugin .tool #retirement-planner #retirement-planner-form .half-col {
    width: 100%;
  }
}
@media (max-width: 1025px) {
  .page.kiwisaver-retirement .plugin .tool #retirement-planner #retirement-planner-form .half-col.right > p {
    display: none;
  }
}
.page.kiwisaver-retirement .plugin .tool #retirement-planner #retirement-planner-form h2,
.page.kiwisaver-retirement .plugin .tool #retirement-planner #retirement-planner-form p,
.page.kiwisaver-retirement .plugin .tool #retirement-planner #retirement-planner-form label {
  color: #ffffff;
}
.page.kiwisaver-retirement .plugin .tool #retirement-planner #retirement-planner-form .pir p {
  color: #69615f;
}
.page.kiwisaver-retirement .plugin .tool #retirement-planner .retirement-planner {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.page.kiwisaver-retirement .plugin .tool #retirement-planner .retirement-planner h2,
.page.kiwisaver-retirement .plugin .tool #retirement-planner .retirement-planner p,
.page.kiwisaver-retirement .plugin .tool #retirement-planner .retirement-planner td,
.page.kiwisaver-retirement .plugin .tool #retirement-planner .retirement-planner th,
.page.kiwisaver-retirement .plugin .tool #retirement-planner .retirement-planner label {
  color: #303C42;
}
.page.kiwisaver-retirement .mountain {
  margin-top: -17%;
}

/*--------------------------------------------------------------
## Ready To Invest?
--------------------------------------------------------------*/
.page.ready-to-invest .top h1 {
  padding-bottom: 40px;
}
.page.ready-to-invest .box.cyan {
  padding: 100px 40px;
}
.page.ready-to-invest .box.cyan .btn {
  margin-bottom: 10px;
}
.page.ready-to-invest .box.cyan p {
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .page.ready-to-invest .box.move-up {
    top: -130px;
  }
}
.page.ready-to-invest .box .consumer {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 30%;
}
@media (max-width: 1025px) {
  .page.ready-to-invest .box .consumer {
    bottom: 30px;
    right: 30px;
    width: 20%;
  }
}
@media (max-width: 576px) {
  .page.ready-to-invest .box .consumer {
    width: 30%;
  }
}
.page.ready-to-invest #plans {
  margin-bottom: 67px;
}
.page.ready-to-invest #plans .invest-wrapper {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.page.ready-to-invest #plans .invest-wrapper:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 768px) {
  .page.ready-to-invest #plans .invest-wrapper {
    max-width: none;
  }
  .page.ready-to-invest #plans .invest-wrapper .col-md-6 {
    padding-left: 80px;
  }
}
@media (max-width: 700px) {
  .page.ready-to-invest #plans .invest-wrapper .col-md-6 {
    padding-left: 73px;
  }
}
@media (max-width: 610px) {
  .page.ready-to-invest #plans .invest-wrapper .col-md-6 {
    padding-left: 70px;
  }
}
@media (max-width: 599px) {
  .page.ready-to-invest #plans .invest-wrapper .col-md-6 {
    padding-left: 65px;
  }
}
@media (max-width: 450px) {
  .page.ready-to-invest #plans .invest-wrapper .col-md-6 {
    padding-left: 55px;
  }
}
.page.ready-to-invest #plans .col-md-6 {
  text-align: left;
  padding-left: 40px;
}
.page.ready-to-invest #plans .col-md-6:first-child {
  border-right: 1px solid rgba(161, 171, 178, 0.5);
  text-align: right;
  padding-right: 40px;
}
.page.ready-to-invest #plans .col-md-6 .content {
  display: inline-block;
  text-align: left;
}
@media (max-width: 768px) {
  .page.ready-to-invest #plans .col-md-6 .content {
    display: block;
    margin-bottom: 20px;
  }
}
.page.ready-to-invest #plans .col-md-6 .content a {
  padding-top: 6px;
  padding-bottom: 6px;
  height: auto;
  font-size: 13px;
  line-height: 22px;
  border-radius: 1px;
  color: #303c42;
}
.page.ready-to-invest #plans .col-md-6 .content a:hover {
  color: #ffffff;
}
.page.ready-to-invest #plans .col-md-6 .content a i {
  top: 5px;
}
.page.ready-to-invest #plans h2 {
  font-size: 36px;
  font-weight: normal;
  color: #303c42;
  line-height: 32px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .page.ready-to-invest #plans h2 {
    font-size: 26px;
  }
}
.page.ready-to-invest #kiwisaver-plan {
  padding-top: 0px;
}
.page.ready-to-invest #boxes {
  padding-bottom: 100px;
}
@media (max-width: 576px) {
  .page.ready-to-invest #boxes {
    padding-top: 0;
  }
}
.page.ready-to-invest #boxes .boxes {
  max-width: 64%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .page.ready-to-invest #boxes .boxes {
    max-width: 80%;
  }
}
@media (max-width: 576px) {
  .page.ready-to-invest #boxes .boxes.shadow {
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.05);
  }
}
.page.ready-to-invest #boxes .box.orange .va {
  position: relative;
  top: 0px;
  -webkit-transform: none;
  transform: none;
  min-height: 210px;
}
@media (max-width: 768px) {
  .page.ready-to-invest #boxes .box.orange .va {
    text-align: left;
  }
  .page.ready-to-invest #boxes .box.orange .va a {
    width: 100%;
  }
}
.page.ready-to-invest #boxes .box.orange .va-button {
  position: inherit;
}
@media (max-width: 768px) {
  .page.ready-to-invest #boxes .box.orange a.iziAction {
    width: 50%;
    display: block;
    margin-left: unset;
    margin-right: auto;
  }
}
@media (max-width: 576px) {
  .page.ready-to-invest #boxes .box.orange a.iziAction {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 412px) {
  .page.ready-to-invest #boxes .box.orange a.iziAction {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .page.ready-to-invest #boxes .box {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.page.ready-to-invest #boxes .box.square .va {
  min-height: 210px;
  position: relative;
  top: 0px;
  -webkit-transform: none;
  transform: none;
}
.page.ready-to-invest #boxes .box.square .va-button {
  position: inherit;
}
@media (max-width: 576px) {
  .page.ready-to-invest #boxes .box.square {
    width: 100%;
  }
}
.page.ready-to-invest #boxes .box a {
  margin-top: 10px;
  font-size: 14px;
  border-radius: 1px;
}
@media (max-width: 576px) {
  .page.ready-to-invest #boxes .box a {
    width: 100%;
  }
}
@media (max-width: 1025px) {
  .page.ready-to-invest #boxes .box a.small {
    font-size: 11px;
  }
}
.page.ready-to-invest #boxes .box p {
  margin-bottom: 0;
}
.page.ready-to-invest #boxes .box.move-up {
  top: -100px;
}
@media (max-width: 576px) {
  .page.ready-to-invest #boxes .box.move-up {
    top: -80px;
  }
}
.page.ready-to-invest #boxes .box a.id-requirement {
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  float: none;
  display: inline-block;
  margin-top: 19px;
  padding-bottom: 1px;
  /* border-bottom:1px solid #ffffff ; */
  text-decoration: underline;
}
@media (max-width: 576px) {
  .page.ready-to-invest #boxes .box a.id-requirement {
    width: 90%;
  }
}
.page.ready-to-invest .mountain {
  margin-top: -13%;
}
.page .mountain.up-big {
  margin-top: -13%;
}

#modal-new-client .iziModal-content {
  padding-bottom: 30px !important;
}

.step-new-client .id-requirement {
  display: block;
  text-align: center;
  color: #000000;
  text-decoration: underline;
  margin-top: 30px;
  font-size: 14px;
}

.page-template-ready-to-invest #modal-new-client .iziModal-content .step .buttons.btn.black {
  width: 150px;
}
.page-template-ready-to-invest .iziModal {
  background-color: #ECEEEF;
  z-index: 9999 !important;
}
.page-template-ready-to-invest .iziModal .iziModal-content {
  padding: 25px 0 0;
}
.page-template-ready-to-invest .iziModal .iziModal-content .text-wrapper {
  margin-bottom: 0;
}
.page-template-ready-to-invest .iziModal .iziModal-content .text-wrapper .btn {
  margin: auto;
  display: table;
}
.page-template-ready-to-invest .iziModal .iziModal-content .close {
  right: 30px;
  position: absolute;
  top: 10px;
  color: #303C42;
  font-size: 55px;
  font-weight: bold;
  opacity: 1;
  line-height: 20px;
}
.page-template-ready-to-invest .iziModal .iziModal-content .step {
  display: none;
}
.page-template-ready-to-invest .iziModal .iziModal-content .step.step-one {
  display: block;
}
.page-template-ready-to-invest .iziModal .iziModal-content .step .buttons {
  margin: auto;
  display: table;
  text-align: center;
}
@media (max-width: 991px) {
  .page-template-ready-to-invest .iziModal .iziModal-content .step .buttons .col-md-3.col-sm-6.col-12.left {
    text-align: left;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .page-template-ready-to-invest .iziModal .iziModal-content .step .buttons .col-md-3.col-sm-6.col-12.right {
    text-align: right;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}
@media (max-width: 768px) {
  .page-template-ready-to-invest .iziModal .iziModal-content .step .buttons {
    text-align: center;
  }
  .page-template-ready-to-invest .iziModal .iziModal-content .step .buttons:last-child {
    margin-right: 20px;
  }
}
.page-template-ready-to-invest .iziModal .iziModal-content .step .buttons .btn {
  display: inline-block;
  margin-right: 15px;
}
.page-template-ready-to-invest .iziModal .iziModal-content .step .buttons .btn.black {
  background-color: #303C42;
  color: #fff;
}
@media (max-width: 576px) {
  .page-template-ready-to-invest .iziModal .iziModal-content .step .buttons .btn.black {
    margin-bottom: 20px;
    margin-right: 0px;
    display: block;
  }
}
.page-template-ready-to-invest .iziModal .iziModal-content .step .buttons .btn.black i {
  color: #fff;
}
.page-template-ready-to-invest .iziModal .iziModal-content .step .buttons .btn:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .page-template-ready-to-invest .iziModal .iziModal-content .step.step-request .gc_checkbox label {
    margin-bottom: 20px;
  }
}
.page-template-ready-to-invest .iziModal .iziModal-content .step.step-download .buttons {
  margin-top: 35px;
}
.page-template-ready-to-invest .iziModal .iziModal-content .step.step-download .buttons .btn {
  width: 200px;
  height: 67px;
  line-height: 15px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .page-template-ready-to-invest .iziModal .iziModal-content .step.step-download .buttons .btn {
    margin-bottom: 20px;
  }
  .page-template-ready-to-invest .iziModal .iziModal-content .step.step-download .buttons .btn:last-child {
    margin-right: 0px;
  }
}
@media (max-width: 576px) {
  .page-template-ready-to-invest .iziModal .iziModal-content .step.step-download .buttons .btn:last-child {
    margin-right: 0px;
  }
}
.page-template-ready-to-invest .iziModal .iziModal-content .step.step-download .buttons .btn span {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
}
.page-template-ready-to-invest .iziModal .iziModal-content .step.step-download .buttons .btn:last-child b {
  font-weight: normal;
  position: relative;
  /* top: 14px; */
}
.page-template-ready-to-invest .iziModal .iziModal-content .step.step-download .buttons .btn i {
  top: 18px;
}
.page-template-ready-to-invest .iziModal .iziModal-content .gform_wrapper .top_label .gfield {
  margin-bottom: 10px;
}
.page-template-ready-to-invest .iziModal .iziModal-content .gform_wrapper .gf_left_half.four {
  width: 25% !important;
}
@media (max-width: 768px) {
  .page-template-ready-to-invest .iziModal .iziModal-content .gform_wrapper .gf_left_half.four {
    width: 100% !important;
  }
}

.iziModal #gform_19 .gfield_checkbox li label {
  max-width: 100% !important;
}

.page.ready-to-invest-au .content-item h4 {
  padding-top: 0px !important;
  margin-bottom: 30px !important;
}

section.page.ready-to-invest .box.square.orange.col-lg-4.col-md-4.col-sm-4.col-sm-offset-0.col-xs-12 .content .va h3 {
  width: 50%;
  min-width: 145px;
}

@media (max-width: 834px) {
  section.page.ready-to-invest .box.square.orange.col-lg-4.col-md-4.col-sm-4.col-sm-offset-0.col-xs-12 .content .va h3 {
    width: 100%;
  }
}
/*--------------------------------------------------------------
## Forms and Documents
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Forms and Documents
--------------------------------------------------------------*/
.page.forms-and-documents #top {
  padding-bottom: 50px;
}
@media (max-width: 1025px) {
  .page.forms-and-documents #top {
    padding-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .page.forms-and-documents #top .menu ul {
    margin-top: 40px;
  }
}
.page.forms-and-documents #top .menu ul li {
  float: left;
  margin-right: 30px;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1025px) {
  .page.forms-and-documents #top .menu ul li {
    width: auto;
    float: left;
    margin: 0;
    margin-bottom: 10px;
    margin-right: 4%;
  }
}
@media (max-width: 576px) {
  .page.forms-and-documents #top .menu ul li {
    width: 100%;
  }
}
.page.forms-and-documents #top .menu ul li.active, .page.forms-and-documents #top .menu ul li:hover {
  border-bottom-color: #E36F1E;
}
.page.forms-and-documents #top .menu ul li a {
  color: #303C42;
  font-weight: 300;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Montserrat", sans-serif;
}
.page.forms-and-documents #top .menu ul li a:hover {
  text-decoration: none;
}
@media (max-width: 576px) {
  .page.forms-and-documents .the-posts {
    padding: 0 7%;
  }
}
@media (max-width: 1025px) {
  .page.forms-and-documents .documents h4 {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
.page.forms-and-documents .documents .col .document {
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 576px) {
  .page.forms-and-documents .documents .col .document {
    margin-bottom: 0px;
  }
}
.page.forms-and-documents .documents .col .document .image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 290px;
  display: table;
  width: 205px;
}
@media (max-width: 576px) {
  .page.forms-and-documents .documents .col .document .image {
    margin: auto;
    width: 100%;
    height: 422px;
  }
}
@media (max-width: 360px) {
  .page.forms-and-documents .documents .col .document .image {
    height: 335px;
  }
}
.page.forms-and-documents .documents .col .document .text-box {
  position: absolute;
  top: 0;
  left: 195px;
  height: 190px;
  min-height: 269px;
  max-height: 269px;
  width: 100%;
  max-width: 350px;
  display: table;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  margin: 10px 0;
  padding: 0 40px;
}
.page.forms-and-documents .documents .col .document .text-box h3 {
  --max-font: 36;
  --min-font: 27;
}
@media (max-width: 1150px) {
  .page.forms-and-documents .documents .col .document .text-box h3 {
    --max-font: 30;
    --min-font: 25;
  }
}
@media (max-width: 1400px) {
  .page.forms-and-documents .documents .col .document .text-box {
    max-width: 55%;
  }
}
@media (max-width: 1150px) {
  .page.forms-and-documents .documents .col .document .text-box {
    max-width: 45%;
    padding: 0 20px;
  }
}
@media (max-width: 1025px) {
  .page.forms-and-documents .documents .col .document .text-box {
    max-width: 65%;
  }
}
@media (max-width: 576px) {
  .page.forms-and-documents .documents .col .document .text-box {
    position: relative;
    left: 10%;
    top: -50px;
    width: 100%;
    height: auto;
    margin: 0 0 10px;
    max-width: 80%;
  }
}
@media (max-width: 360px) {
  .page.forms-and-documents .documents .col .document .text-box {
    left: 5%;
    max-width: 90%;
  }
}
.page.forms-and-documents .documents .col .document .text-box .middle {
  display: table-cell;
  vertical-align: middle;
}
.page.forms-and-documents .documents .col .document .text-box .text-wrapper {
  margin: 0;
}
.page.forms-and-documents .documents .col .document .text-box .btn {
  font-family: "GlyphaLTStd-Bold", sans-serif !important;
}
.page.forms-and-documents .documents table.download-table {
  /* border-top: 2px solid #000; */
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
.page.forms-and-documents .documents table.download-table td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}
.page.forms-and-documents .documents table.download-table thead tr {
  border-bottom: 2px solid #000;
}

.au-site .page.forms-and-documents #top {
  padding-bottom: 114px;
  padding-top: 180px;
}
.au-site .page.forms-and-documents .documents {
  padding-top: 200px;
}

/*--------------------------------------------------------------
## Tools
--------------------------------------------------------------*/
.page.tools a.btn.outline.black:hover {
  color: #fff !important;
}
@media (max-width: 1025px) {
  .page.tools .top {
    padding-bottom: 80px;
  }
}
.page.tools .top .introduction a {
  color: #303C42 !important;
  text-decoration: underline;
}
@media (max-width: 1025px) {
  .page.tools #boxes {
    background-position: bottom;
    padding-bottom: 100px;
  }
}
@media (max-width: 576px) {
  .page.tools #boxes {
    padding-bottom: 50px;
  }
}
.page.tools #boxes .boxes .move-up {
  top: -200px;
  position: relative;
  overflow: hidden;
  box-shadow: -1px -1px 10px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: -1px -1px 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -1px -1px 10px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1025px) {
  .page.tools #boxes .boxes .move-up {
    top: -120px;
  }
}
@media (max-width: 576px) {
  .page.tools #boxes .boxes .move-up {
    top: -100px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
}
.page.tools #boxes .boxes .box.square {
  width: 33.333333333%;
}
@media (max-width: 576px) {
  .page.tools #boxes .boxes .box.square {
    width: 80%;
  }
}
.page.tools #boxes .boxes .box h3 {
  line-height: 36px;
}
@media (max-width: 1025px) {
  .page.tools #boxes .boxes .box h3 {
    line-height: inherit;
  }
}
@media (max-width: 576px) {
  .page.tools #boxes .boxes .box a {
    font-size: 12px;
    font-size: 1.2rem;
    padding-left: 10px;
    padding-right: 35px;
  }
}
.page.tools #boxes .boxes .box.white h3 {
  color: #303C42;
}
.page.tools #boxes .boxes .box.white .btn.outline.black {
  color: #303C42;
}
@media (max-width: 576px) {
  .page.tools #boxes .boxes .box.move-up {
    top: -100px;
  }
}
.page.tools #boxes .boxes .box.shadow-box {
  box-shadow: -1px -1px 10px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: -1px -1px 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -1px -1px 10px rgba(0, 0, 0, 0.05);
}
@media (max-width: 576px) {
  .page.tools #boxes .boxes .box.shadow-box {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
}
.page.tools #boxes .boxes .box.padding-large-right {
  margin-left: 200px;
}
@media (max-width: 1025px) {
  .page.tools #boxes .boxes .box.padding-large-right {
    margin-left: 0px;
  }
}
.page.tools #section-four .separate > div {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1025px) {
  .page.tools #section-four .separate > div {
    padding-left: 0;
    padding-right: 0;
  }
  .page.tools #section-four .separate > div:after {
    display: none;
  }
}
@media (max-width: 576px) {
  .page.tools #section-four .separate > div {
    margin-bottom: 50px;
  }
  .page.tools #section-four .separate > div:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .page.tools #section-five .the-circle .text > div {
    width: 60%;
    left: 55%;
    margin-left: -32.5%;
    top: 65%;
    margin-top: -26%;
  }
}
@media (max-width: 576px) {
  .page.tools #section-five .ring {
    width: 160%;
    margin-left: -30%;
  }
}

/*--------------------------------------------------------------
## ID Requiremsnts
--------------------------------------------------------------*/
.page.id-requirements h1, .page.id-requirements h2, .page.id-requirements h3 {
  margin: 50px 0 20px;
}
@media (max-width: 576px) {
  .page.id-requirements h1, .page.id-requirements h2, .page.id-requirements h3 {
    margin: 20px 0 20px;
  }
}
.page.id-requirements h4 {
  font-weight: 100;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
  padding: 10px 0 20px 0;
}
.page.id-requirements h6 {
  --max-font: 13;
  --min-font: 13;
  font-size: var(--responsive);
  font-weight: 100;
  line-height: 1.5;
  padding: 5px 0 10px 0;
  font-family: "Montserrat", sans-serif;
}
.page.id-requirements table {
  border-bottom: 1px solid rgba(161, 171, 178, 0.5);
  border-top: 1px solid rgba(161, 171, 178, 0.5);
}
@media (max-width: 576px) {
  .page.id-requirements table {
    width: 120%;
    margin-left: -10%;
  }
}
.page.id-requirements table tr {
  vertical-align: top;
}
.page.id-requirements table tr td, .page.id-requirements table tr th {
  border-right: 1px solid rgba(161, 171, 178, 0.5);
  padding: 30px 40px;
  vertical-align: top;
  --max-font: 17;
  --min-font: 14;
  font-size: var(--responsive);
  font-weight: 400;
  line-height: 20px;
}
.page.id-requirements table tr td:last-child, .page.id-requirements table tr th:last-child {
  border-right: 0;
}
@media (max-width: 576px) {
  .page.id-requirements table tr td, .page.id-requirements table tr th {
    padding: 15px 5px;
  }
}
.page.id-requirements table tr td li, .page.id-requirements table tr th li {
  vertical-align: top;
  padding: 8px 0;
  --max-font: 17;
  --min-font: 14;
  font-size: var(--responsive);
  font-weight: 400;
  line-height: 20px;
}
.page.id-requirements table tr th {
  border-bottom: 1px solid rgba(161, 171, 178, 0.5);
}
.page.id-requirements .bottomIdText {
  display: none;
  float: left;
}
.page.id-requirements .bottomIdText ul {
  list-style: initial;
  padding-left: 20px;
  list-style-position: outside;
}
.page.id-requirements .bottomIdText ul li {
  padding: 8px 0;
  --max-font: 17;
  --min-font: 14;
  font-size: var(--responsive);
  font-weight: 400;
  line-height: 20px;
}
.page.id-requirements .bottomIdText ol {
  --max-font: 17;
  --min-font: 14;
  font-size: var(--responsive);
  font-weight: 400;
  line-height: 20px;
}
.page.id-requirements .bottomIdText ol li {
  padding: 8px 0;
}
.page.id-requirements #id-requirements {
  padding: 0;
}
.page.id-requirements #id-requirements ul {
  list-style: initial;
  padding-left: 20px;
  margin-bottom: 20px;
  list-style-position: outside;
}
.page.id-requirements #id-requirements ul li {
  padding: 8px 0;
  --max-font: 17;
  --min-font: 14;
  font-size: var(--responsive);
  font-weight: 400;
  line-height: 20px;
}
.page.id-requirements #id-requirements ol {
  --max-font: 17;
  --min-font: 14;
  font-size: var(--responsive);
  font-weight: 400;
  line-height: 20px;
}
.page.id-requirements #id-requirements ol li {
  padding: 8px 0;
}
.page.id-requirements #id-requirements .choices {
  padding-left: 0;
}
.page.id-requirements #id-requirements .choices ul {
  padding-left: 0;
}
.page.id-requirements #id-requirements #fase-two ul, .page.id-requirements #id-requirements #fase-one {
  border-bottom: 1px solid rgba(161, 171, 178, 0.5);
  padding-top: 20px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.page.id-requirements #id-requirements #fase-two {
  display: none;
}
.page.id-requirements #id-requirements #fase-two.show {
  display: block;
}
.page.id-requirements #id-requirements #fase-three {
  display: none;
}
.page.id-requirements #id-requirements #fase-three.show {
  display: block;
}
.page.id-requirements #id-requirements .choices,
.page.id-requirements #id-requirements .choices ul,
.page.id-requirements .riskProfileTool .choices,
.page.id-requirements .riskProfileTool .choices ul,
.page.id-requirements #id-requirements .idTab {
  width: 100%;
  float: left;
}
.page.id-requirements #source-of-funds {
  display: none;
}
.page.id-requirements #id-requirements .choices li,
.page.id-requirements .riskProfileTool .choices li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
  min-width: 170px;
}
.page.id-requirements #id-requirements #fase-two.choices li:last-child {
  margin-right: 0;
}
.page.id-requirements #id-requirements #fase-one.choices li:last-child {
  margin-right: 0;
}
.page.id-requirements #id-requirements .choices li a,
.page.id-requirements .riskProfileTool .choices li a {
  width: 100%;
  background-color: #303C42;
  text-align: center;
  color: #fff;
  padding: 25px 25px;
  display: block;
  text-decoration: none;
  font-size: 13px;
}
.page.id-requirements #id-requirements .choices li a.blue,
.page.id-requirements .riskProfileTool .choices li a.blue {
  background-color: #129DC0;
}
.page.id-requirements #id-requirements .idTabs {
  float: left;
  width: 100%;
}
.page.id-requirements #id-requirements .idTab {
  display: none;
}
.page.id-requirements #id-requirements .idTab > ul {
  margin-bottom: 15px;
}
.page.id-requirements #id-requirements .show,
.page.id-requirements .riskProfileTool .show,
.page.id-requirements .riskProfileTool #risk-profile-tool .show {
  display: block;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.page.id-requirements #id-requirements .opacity,
.page.id-requirements .riskProfileTool .opacity {
  opacity: 0.3;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.page.id-requirements #id-requirements .opacity:hover,
.page.id-requirements .riskProfileTool .opacity:hover {
  opacity: 0.7;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.page.id-requirements #id-requirements .shadow,
.page.id-requirements .riskProfileTool .shadow {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.page.id-requirements #id-requirements h1 {
  margin-bottom: 15px;
}
.page.id-requirements .riskProfileTool #content article:first-child {
  padding-left: 0;
  padding-bottom: 0;
}
.page.id-requirements .riskProfileTool #content hr {
  background: rgba(161, 171, 178, 0.5);
  height: 1px;
  border: none;
  margin: 20px auto;
  display: inline-block;
  width: 100%;
}
.page.id-requirements .riskProfileTool #content hr.nm {
  margin: 0 auto 10px;
}
.page.id-requirements #id-requirements .boxes-table {
  display: table;
  margin-bottom: 25px;
  padding: 30px 0;
  border-bottom: 1px solid rgba(161, 171, 178, 0.5);
  border-top: 1px solid rgba(161, 171, 178, 0.5);
}
.page.id-requirements #id-requirements .idTabs .boxes-table .box {
  border-right: 1px solid rgba(161, 171, 178, 0.5);
  padding: 0;
  margin: 0;
  display: table-cell;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page.id-requirements #id-requirements .idTabs .boxes-table .box .top-text {
  height: 105px;
}
.page.id-requirements #id-requirements .idTabs .boxes-table .box .top-text.large {
  height: 125px;
}
.page.id-requirements #id-requirements .idTab > h2 {
  margin-bottom: 15px;
}
.page.id-requirements #id-requirements .idTab > p {
  margin-bottom: 15px;
}
.page.id-requirements #id-requirements .idTabs .boxes-table .box:last-child {
  border-right: 0;
}
.page.id-requirements #id-requirements .box h3 {
  line-height: inherit;
  margin-bottom: 10px;
}
.page.id-requirements #id-requirements .box p {
  margin-bottom: 30px;
}
.page.id-requirements #id-requirements .box ul {
  list-style: initial;
}
.page.id-requirements #id-requirements .box li {
  margin-left: 20px;
}
.page.id-requirements #id-requirements .box li p {
  margin-bottom: 10px;
}
.page.id-requirements {
  /*@media (max-width: 960px) {
      #id-requirements .idTabs .boxes-table .box .top-text{
          height: 135px;
      }  
          #id-requirements .idTabs .boxes-table .box .top-text.large{
              height: 150px;
          }
  }*/
}
@media (max-width: 960px) {
  .page.id-requirements #id-requirements .idTabs .boxes-table .box .top-text,
  .page.id-requirements #id-requirements .idTabs .boxes-table .box .top-text.large {
    height: auto;
  }
  .page.id-requirements #id-requirements .idTabs .boxes-table.half .box,
  .page.id-requirements #id-requirements .idTabs .boxes-table.half .box:first-child,
  .page.id-requirements #id-requirements .idTabs .boxes-table .box,
  .page.id-requirements #id-requirements .idTabs .boxes-table .box:first-child {
    width: 100%;
    float: left;
    border-left: none;
    border-right: none;
    border-bottom: 7px solid #fff;
  }
  .page.id-requirements #id-requirements .choices li,
  .page.id-requirements .riskProfileTool .choices li {
    width: 46%;
  }
}
@media (max-width: 576px) {
  .page.id-requirements #id-requirements .choices li,
  .page.id-requirements .riskProfileTool .choices li {
    width: 100%;
  }
}

/*--------------------------------------------------------------
## SHARED
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Curious to know More
--------------------------------------------------------------*/
.curious-to-know-more .more {
  display: none;
}
@media (max-width: 576px) {
  .curious-to-know-more .more {
    margin-top: 30px;
  }
}
.curious-to-know-more .more > .row > div {
  padding-left: 50px;
  padding-right: 50px;
  background-color: #EDEEF0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
@media (max-width: 576px) {
  .curious-to-know-more .more > .row > div {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 0;
  }
}
.curious-to-know-more.faq .crossed-btn .btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  padding: 0;
}
.curious-to-know-more.faq .crossed-btn i {
  bottom: -4px;
  color: #fff;
  z-index: 300;
}

.crossed-btn {
  width: 100%;
  position: relative;
}
.crossed-btn:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(161, 171, 178, 0.5);
  top: 50%;
  margin-top: -0.5px;
  z-index: 90;
}
.crossed-btn .btn {
  position: relative;
  display: table;
  margin: auto;
  z-index: 100;
  outline: 0;
}
.crossed-btn i {
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -5px;
}

/*--------------------------------------------------------------
## Magic Animations
--------------------------------------------------------------*/
@media (min-width: 1025px) {
  .page .anm.anm-op {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .page .anm.anm-left {
    left: -200px;
  }
  .page .anm.anm-right {
    right: -200px;
  }
  .page .anm.anm-bottom {
    bottom: -200px;
  }
  .page .anm.anm-top {
    top: -200px;
  }
  .page .anm.anm-top-big {
    top: -400px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .visible-sm {
    display: block !important;
  }
  .hidden-sm {
    display: none !important;
  }
}
/*--------------------------------------------------------------
## Magic Animations
--------------------------------------------------------------*/
.page #the-members a.primary-disclosure-statement {
  font-size: 12px;
}
.page #the-members .the-member .circle-img {
  position: relative;
  width: 80%;
  height: 0;
  padding: 40% 0;
  margin: 0 auto 35px;
  border-radius: 50%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page #the-members .the-member h5 {
  margin: 0;
}
.page #the-members .the-member .introduction {
  margin-top: 0;
  margin-bottom: 10px;
}
.page #the-members .the-member .text-wrapper p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
## Shared elementes
--------------------------------------------------------------*/
.the-circle,
.circle {
  transform: scale(0);
  position: relative;
  width: 100%;
  padding: 50% 0;
  margin: 1em auto;
  border-radius: 50%;
  background: #E36F1E;
}
@media (max-width: 1025px) {
  .the-circle,
  .circle {
    width: 160%;
    padding: 80% 0;
    margin-left: -30%;
  }
}
.the-circle .text,
.circle .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
}
.the-circle .text > img,
.circle .text > img {
  position: absolute;
  width: 75%;
  display: inline-block;
  left: 25%;
  margin-left: -12.5%;
  top: 25%;
  margin-top: -12.5%;
}
.the-circle .text > div,
.circle .text > div {
  position: absolute;
  display: inline-block;
  width: 30%;
  left: 70%;
  margin-left: -35%;
  top: 70%;
  margin-top: -35%;
}
@media (max-width: 1200px) {
  .the-circle .text > div,
  .circle .text > div {
    width: 35%;
    left: 65%;
    margin-left: -32.5%;
    top: 65%;
    margin-top: -32.5%;
  }
}
.the-circle .text > div h2,
.the-circle .text > div h3,
.circle .text > div h2,
.circle .text > div h3 {
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .the-circle .text > div h3,
  .circle .text > div h3 {
    font-size: 25px;
    line-height: 1.3;
  }
}
@media (max-width: 360px) {
  .the-circle .text > div h3,
  .circle .text > div h3 {
    font-size: 22px;
    line-height: 1.2;
  }
}
.the-circle .text > div p,
.circle .text > div p {
  color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .the-circle .text > div p,
  .circle .text > div p {
    --max-font: 21;
    --min-font: 14;
    font-size: var(--responsive);
    line-height: 20px;
  }
}

.the-circle {
  transform: none;
  background: #CAC373;
}
.the-circle.bg-circle-light-blue {
  background-color: #98C6D3;
}
@media (max-width: 1025px) {
  .the-circle {
    width: 100%;
    padding: 50% 0;
    margin: 1em auto;
  }
}
@media (max-width: 576px) {
  .the-circle {
    width: 160%;
    padding: 80% 0;
    margin-left: -30%;
  }
}
.the-circle .text > div {
  width: 75%;
  left: 70%;
  margin-left: -55%;
  top: 60%;
  margin-top: -40%;
}
@media (max-width: 1200px) {
  .the-circle .text > div {
    margin-top: -25%;
  }
}

.ring {
  position: relative;
}
.ring img,
.ring svg {
  position: absolute;
  width: 100%;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.ring svg {
  position: relative;
}
.ring:hover img,
.ring:hover svg {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-duration: 9s;
}
@media (max-width: 576px) {
  .ring {
    width: 65%;
    margin: auto;
  }
}

@media (max-width: 576px) {
  .boxes.shadow {
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.05);
  }
}
.boxes.double {
  max-width: 700px;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1025px) {
  .boxes.double {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .boxes.double {
    max-width: 100%;
  }
}
.boxes.double .box.shadow:first-child {
  box-shadow: -14px 0px 35px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: -14px 0px 35px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -14px 0px 35px rgba(0, 0, 0, 0.05);
}
.boxes.double .box.shadow:last-child {
  box-shadow: 14px 0px 35px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 14px 0px 35px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 14px 0px 35px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1025px) {
  .boxes.double .box {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .boxes.double .box {
    width: 70%;
    margin-left: 15%;
  }
}
@media (max-width: 360px) {
  .boxes.double .box {
    width: 80%;
    margin-left: 10%;
  }
}
.boxes .box {
  padding: 40px;
}
.boxes .box .square button.btn.arrow, .boxes .box a.btn.arrow {
  padding-right: 10px;
  position: relative;
}
.boxes.boxes-three {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: none !important;
}
.boxes.boxes-three.boxes-top .box.square {
  width: 33.33%;
}
@media (max-width: 576px) {
  .boxes.boxes-three.boxes-top .box.square {
    width: 50%;
    margin-bottom: 50px;
    margin-left: 0;
  }
}
@media (max-width: 1025px) {
  .boxes.boxes-three .box h3 {
    font-size: 18px;
    line-height: 21px;
  }
}
.boxes.boxes-three .box.square {
  width: 33.33%;
}
@media (max-width: 576px) {
  .boxes.boxes-three .box.square {
    width: 80%;
    margin-left: 10%;
  }
}
@media (max-width: 1025px) {
  .boxes.boxes-four .container {
    width: 80%;
  }
}
.boxes.boxes-four .box.square {
  width: 25%;
}
@media (max-width: 1025px) {
  .boxes.boxes-four .box.square {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .boxes.boxes-four .box.square {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .boxes h3 {
    font-size: 17px;
    line-height: 20px;
  }
  .boxes p {
    font-size: 12px;
    line-height: 13px;
  }
}

#hear-from-you .box h3,
#hear-from-you .box p,
#hear-from-you .box a {
  color: #303C42;
}
#hear-from-you .box h3.btn.outline.black:hover,
#hear-from-you .box p.btn.outline.black:hover,
#hear-from-you .box a.btn.outline.black:hover {
  color: #fff;
  background-color: #303C42;
}
#hear-from-you .box.grey h3,
#hear-from-you .box.grey p,
#hear-from-you .box.grey a, #hear-from-you .box.orange h3,
#hear-from-you .box.orange p,
#hear-from-you .box.orange a, #hear-from-you .box.cyan h3,
#hear-from-you .box.cyan p,
#hear-from-you .box.cyan a, #hear-from-you .box.dark-grey h3,
#hear-from-you .box.dark-grey p,
#hear-from-you .box.dark-grey a {
  color: #ffffff;
}
#hear-from-you .box.grey a:hover, #hear-from-you .box.orange a:hover, #hear-from-you .box.cyan a:hover, #hear-from-you .box.dark-grey a:hover {
  color: #303C42;
}
#hear-from-you .box .va {
  text-align: left;
  position: relative;
  min-height: 220px;
}
#hear-from-you .box .va a.btn.arrow.outline {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 576px) {
  #hear-from-you .box .va {
    min-height: 140px;
  }
}
#hear-from-you .boxes.double .box .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#hear-from-you .boxes.double .box .content .va {
  transform: none;
  /* min-height: inherit; */
  top: inherit;
}

/*************************************************
##landing page start investing

*************************************************/
.page-template-start_investing .text-center {
  text-align: center !important;
}
.page-template-start_investing sub, .page-template-start_investing sup {
  font-size: 75%;
  line-height: inherit;
  position: relative;
  vertical-align: baseline;
}
.page-template-start_investing header {
  padding-bottom: 13px;
  padding-top: 13px;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 1;
  background: #ffffff;
}
@media (max-width: 768px) {
  .page-template-start_investing header .col-md-6 {
    display: none;
  }
  .page-template-start_investing header .row {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
  }
  .page-template-start_investing header .row .col-md-3 {
    margin-right: auto;
  }
  .page-template-start_investing header .row .col-md-3:last-child {
    margin-right: 0;
  }
}
.page-template-start_investing header.site-header {
  display: none;
}
@media (max-width: 768px) {
  .page-template-start_investing header .col-md-3 {
    text-align: center;
  }
}
.page-template-start_investing header h2 {
  font-weight: bold;
  font-size: 21px;
  line-height: 42px;
  letter-spacing: 0.07px;
  color: #000;
  font-family: "Lato", sans-serif;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .page-template-start_investing header h2 {
    text-align: center;
    display: block;
    margin: 30px auto;
    font-size: 21px;
    line-height: 23px !important;
  }
}
@media (max-width: 480px) {
  .page-template-start_investing header h2 {
    width: 280px;
  }
}
@media (max-width: 768px) {
  .page-template-start_investing header a.btn.orange {
    margin-bottom: 30px;
  }
}
.page-template-start_investing header .btn, .page-template-start_investing header article section.graphic .container .btn.main, .page-template-start_investing article section.graphic .container header .btn.main {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.06px;
  border-radius: 10px;
  padding: 5px 30px;
  margin-top: 20px;
}
.page-template-start_investing header .btn.orange:hover, .page-template-start_investing header article section.graphic .container .orange.btn.main:hover, .page-template-start_investing article section.graphic .container header .orange.btn.main:hover {
  background-color: #c65301 !important;
  color: #ffffff;
}
@media (max-width: 480px) {
  .page-template-start_investing header .btn, .page-template-start_investing header article section.graphic .container .btn.main, .page-template-start_investing article section.graphic .container header .btn.main {
    padding: 5px 20px;
    margin-top: 20px;
    font-size: 14px;
  }
}
.page-template-start_investing header .orange, .page-template-start_investing header article section.suit .orange, .page-template-start_investing article section.suit header .orange, .page-template-start_investing header article section.suit .dark, .page-template-start_investing article section.suit header .dark {
  background: #e36f1e;
  color: #ffffff;
}
.page-template-start_investing header .dark {
  color: #ffffff;
  background: #303c42;
}
@media (min-width: 1200px) {
  .page-template-start_investing .container {
    width: 800px;
  }
}
@media (max-width: 768px) {
  .page-template-start_investing .container {
    max-width: 80%;
  }
}
.page-template-start_investing .container {
  height: auto;
}
.page-template-start_investing article {
  padding-top: 89px;
}
.page-template-start_investing article section.banner {
  background: url(/wp-content/uploads/2019/09/mam0309-landing-page-1280x348-3.jpg) no-repeat center center/cover;
  position: relative;
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .page-template-start_investing article section.banner {
    background-position: -550;
  }
}
@media (max-width: 480px) {
  .page-template-start_investing article section.banner {
    background-position: -700;
  }
}
.page-template-start_investing article section.banner:after {
  content: "";
  display: block;
  width: 100%;
  height: 220px;
  bottom: 0px;
  background: url(/wp-content/uploads/2019/08/header-mountain.svg) no-repeat top center transparent;
  background-size: cover;
}
@media (max-width: 1024px) {
  .page-template-start_investing article section.banner:after {
    background-size: auto 382px;
  }
}
.page-template-start_investing article section.banner h1 {
  text-align: right;
  font-weight: normal;
  font-size: 32px;
  line-height: 37px;
  color: #ffffff;
  letter-spacing: 0.11px;
  padding: 87px 0 32px;
  position: relative;
  top: 64px;
}
@media (max-width: 768px) {
  .page-template-start_investing article section.banner h1 {
    padding-bottom: 0px;
    padding-top: 200px;
  }
}
.page-template-start_investing article section.article {
  background: #e5e6e7;
  padding: 42px 0 0px;
  font-size: 20px;
  color: #303c42;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  line-height: 1.2em;
  letter-spacing: 0.07px;
  position: relative;
  margin-bottom: 0px;
}
.page-template-start_investing article section.article:after {
  content: "";
  display: block;
  width: 100%;
  height: 230px;
  bottom: -191px;
  background: url(/wp-content/uploads/2019/08/article-footer-mountain-2.svg) no-repeat bottom center #fff;
  z-index: -1;
  background-size: cover;
}
@media (max-width: 1024px) {
  .page-template-start_investing article section.article:after {
    background-size: auto 382px;
  }
}
.page-template-start_investing article section.article p {
  font-size: 20px;
  color: #303c42;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  line-height: 1.2em;
  letter-spacing: 0.07px;
}
@media (max-width: 768px) {
  .page-template-start_investing article section.list .col-md-3 {
    text-align: center;
  }
}
.page-template-start_investing article section.list h2 {
  font-size: 40px;
  line-height: 48px;
  color: #303c42;
  font-weight: bold;
  letter-spacing: 0.14px;
  margin-bottom: 36px;
}
.page-template-start_investing article section.list .list-item h3 {
  font-size: 32px;
  color: #e36f1e;
  line-height: 1.5em;
  font-weight: bold;
  letter-spacing: 0.11px;
  margin-bottom: 42px;
}
@media (max-width: 768px) {
  .page-template-start_investing article section.list .list-item h3 {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .page-template-start_investing article section.list .list-item h3 {
    font-size: 27px;
    text-align: left;
    margin-top: 12px;
  }
}
.page-template-start_investing article section.list .list-item p {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  line-height: 1.2em;
  color: #303c42;
  font-size: 18px;
  letter-spacing: 0.06px;
}
.page-template-start_investing article section.list .list-item .container {
  border-bottom: 2px solid #dbe4eb;
  padding-bottom: 58px;
}
.page-template-start_investing article section.list .list-item {
  padding-top: 51px;
}
.page-template-start_investing article section.list .list-item:last-child {
  border-bottom: 0;
}
.page-template-start_investing article section.list .list-item:last-child .container {
  border-bottom: 0;
}
.page-template-start_investing article section.suit h2, .page-template-start_investing article section.suit section.reason h2, .page-template-start_investing article section.reason section.suit h2 {
  font-size: 40px;
  line-height: 48px;
  color: #303c42;
  font-weight: bold;
  letter-spacing: 0.14px;
  margin-bottom: 36px;
}
.page-template-start_investing article section.suit p {
  font-size: 20px;
  line-height: 26px;
  color: #303c42;
  font-weight: normal;
  letter-spacing: 0.07px;
  font-weight: "Lato", sans-serif;
  margin-bottom: 79px;
}
.page-template-start_investing article section.suit .orange, .page-template-start_investing article section.suit .dark {
  background: #e36f1e;
  padding: 20px 30px;
}
.page-template-start_investing article section.suit .orange h3, .page-template-start_investing article section.suit .dark h3 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.08px;
  line-height: 1.8em;
  color: #ffffff;
}
.page-template-start_investing article section.suit .orange p, .page-template-start_investing article section.suit .dark p {
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0.06px;
  line-height: 1.2em;
  font-family: "Lato", sans-serif;
  margin-bottom: 1.5em;
}
.page-template-start_investing article section.suit .dark {
  background: #303c42;
  margin-top: 76px;
}
@media (max-width: 480px) {
  .page-template-start_investing article section.suit .dark {
    margin-top: 0px;
  }
}
.page-template-start_investing article section.graphic .container {
  padding-left: 0px;
  padding-right: 0px;
  width: 850px;
}
.page-template-start_investing article section.graphic .container .graph {
  margin-top: 40px;
  margin-bottom: 30px;
}
.page-template-start_investing article section.graphic .container .btn.main {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 313px;
  padding: 5px 0px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.06px;
  font-family: "Lato", sans-serif;
  text-align: center;
}
.page-template-start_investing article section.graphic .container .btn.main.orange:hover {
  background-color: #c65301 !important;
  color: #ffffff;
}
@media (max-width: 480px) {
  .page-template-start_investing article section.graphic .container .btn.main {
    width: 270px;
    padding: 5px 20px;
  }
}
@media (max-width: 1024px) {
  .page-template-start_investing article section.graphic .container .fund.col-12 {
    width: 100%;
  }
  .page-template-start_investing article section.graphic .container .fund.col-12:after {
    padding-bottom: inherit;
  }
}
@media (max-width: 1024px) {
  .page-template-start_investing article section.graphic .container .fund.col-12:first-child img {
    margin-top: 5px;
  }
}
@media (max-width: 576px) {
  .page-template-start_investing article section.graphic .container .fund.col-12 .fund-content {
    position: inherit;
    height: inherit;
  }
}
@media (max-width: 1024px) {
  .page-template-start_investing article section.graphic .container .fund.col-12 img {
    float: left;
    bottom: inherit;
    margin-top: 30px;
    margin-bottom: 15px;
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .page-template-start_investing article section.graphic .container .fund.col-12 h5 {
    max-width: inherit;
    float: left !important;
    display: block !important;
    clear: none !important;
    margin-top: 10px;
    font-size: 12px;
    /*margin-left: 8.33333333%;*/
  }
}
@media (max-width: 576px) {
  .page-template-start_investing article section.graphic .container .fund.col-12 a {
    font-size: 12px;
  }
}
.page-template-start_investing article section.graphic .container .fund.col-12 a > i {
  color: #fff !important;
}
.page-template-start_investing article section.graphic .container .fund.col-12 a.orangebg {
  border: 1px solid #E36F1E;
  background-color: #E36F1E;
  color: #fff;
}
.page-template-start_investing article section.graphic .container .fund.col-12 a.whitebg {
  border: 1px solid #303C42;
  background-color: #303C42;
  color: #fff;
}
@media (max-width: 1024px) {
  .page-template-start_investing article section.graphic .container .fund.col-12 a {
    float: right;
    clear: none;
    /*margin-right: 8.33333333%;*/
  }
}
@media (max-width: 1024px) {
  .page-template-start_investing article section.graphic .container .fund.col-12 a.second {
    margin-right: 10px;
  }
}
.page-template-start_investing article section.graphic .container .graph .tabs {
  position: absolute;
  display: none;
  top: 35px;
  left: 65px;
}
@media (max-width: 1025px) {
  .page-template-start_investing article section.graphic .container .graph .tabs {
    position: relative;
    top: -10px;
    left: inherit;
    margin: auto;
    display: table;
  }
}
@media (max-width: 1024px) {
  .page-template-start_investing article section.graphic .container .graph .tabs {
    margin-bottom: 50px;
    float: inherit;
    top: inherit;
  }
}
@media (max-width: 350px) {
  .page-template-start_investing article section.graphic .container .graph .tabs {
    width: 100%;
  }
}
.page-template-start_investing article section.graphic .container .graph .tabs.bottom {
  display: none;
}
@media (max-width: 1024px) {
  .page-template-start_investing article section.graphic .container .graph .tabs.bottom {
    display: table;
    margin-bottom: 0;
    margin-top: 50px;
  }
  .page-template-start_investing article section.graphic .container .graph .tabs.bottom .btn.orange {
    padding: 6px 12px !important;
  }
  .page-template-start_investing article section.graphic .container .graph .tabs.bottom .btn.orange.selected:after {
    top: inherit;
    bottom: 100%;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #E36F1E;
    border-top: 0;
  }
}
@media (max-width: 1024px) and (min-width: 800px) {
  .page-template-start_investing article section.graphic .container .graph .tabs.bottom .btn.orange:hover:after {
    top: inherit;
    bottom: 100%;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #E36F1E;
    border-top: 0;
  }
}
@media (max-width: 1024px) {
  .page-template-start_investing article section.graphic .container .graph .tabs.bottom .btn.white.selected:after {
    top: inherit;
    bottom: 100%;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #303C42;
    border-top: 0;
  }
}
@media (max-width: 1024px) and (min-width: 800px) {
  .page-template-start_investing article section.graphic .container .graph .tabs.bottom .btn.white:hover:after {
    top: inherit;
    bottom: 100%;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #303C42;
    border-top: 0;
  }
}
.page-template-start_investing article section.graphic .container .graph .tabs .btn {
  float: left;
  clear: none;
  margin-right: 10px;
  position: relative;
}
@media (max-width: 576px) {
  .page-template-start_investing article section.graphic .container .graph .tabs .btn {
    font-size: 12px;
  }
}
@media (max-width: 350px) {
  .page-template-start_investing article section.graphic .container .graph .tabs .btn {
    font-size: 11px;
    margin-right: 0;
    margin-left: 0;
    width: 50%;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.page-template-start_investing article section.graphic .container .graph .tabs .btn.orange {
  border: 1px solid #E36F1E;
  color: #E36F1E;
  background-color: #fff;
  padding: 6px 12px;
}
.page-template-start_investing article section.graphic .container .graph .tabs .btn.orange.selected {
  background-color: #E36F1E;
  color: #fff;
}
.page-template-start_investing article section.graphic .container .graph .tabs .btn.orange.selected:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -18px;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #E36F1E;
  clear: both;
}
@media (min-width: 800px) {
  .page-template-start_investing article section.graphic .container .graph .tabs .btn.orange:hover {
    background-color: #E36F1E;
    color: #fff;
  }
  .page-template-start_investing article section.graphic .container .graph .tabs .btn.orange:hover:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -18px;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #E36F1E;
    clear: both;
  }
}
.page-template-start_investing article section.graphic .container .graph .tabs .btn.white {
  border: 1px solid #303C42;
  color: #000;
  background-color: #fff;
}
.page-template-start_investing article section.graphic .container .graph .tabs .btn.white.selected {
  background: #303C42;
  color: #fff;
}
.page-template-start_investing article section.graphic .container .graph .tabs .btn.white.selected:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -18px;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #303C42;
  clear: both;
}
@media (min-width: 800px) {
  .page-template-start_investing article section.graphic .container .graph .tabs .btn.white:hover {
    background: #303C42;
    color: #fff;
  }
  .page-template-start_investing article section.graphic .container .graph .tabs .btn.white:hover:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -18px;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #303C42;
    clear: both;
  }
}
.page-template-start_investing article section.reason {
  background: #ecf1f2;
  position: relative;
  margin-top: 191px;
  padding-top: 69px;
}
.page-template-start_investing article section.reason:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  background: url(/wp-content/uploads/2019/08/Mountain_white_mask-3.svg) no-repeat top center #ffffff;
  top: -230px;
  height: 270px;
  z-index: -1;
  background-size: cover;
}
@media (max-width: 1024px) {
  .page-template-start_investing article section.reason:before {
    background-size: auto 382px;
  }
}
.page-template-start_investing article section.reason h2 {
  font-size: 40px;
  line-height: 1.2em;
  color: #303c42;
  font-weight: bold;
  letter-spacing: 0.14px;
  margin-bottom: 30px;
}
.page-template-start_investing article section.reason p {
  font-size: 20px;
  letter-spacing: 0.07px;
  color: #303c42;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  line-height: 1.3em;
}
.page-template-start_investing article section.reason ul {
  text-align: center;
  list-style: none;
  margin: 42px 0;
}
.page-template-start_investing article section.reason ul li {
  display: inline-block;
  margin-right: 30px;
}
.page-template-start_investing article section.reason ul li a {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}
.page-template-start_investing article section.reason ul li a.btn.orange:hover {
  background-color: #c65301 !important;
  color: #ffffff;
}
.page-template-start_investing article section.reason ul li a.btn.dark:hover {
  background-color: #2F3C43 !important;
  color: #E36F1E !important;
}
@media (max-width: 480px) {
  .page-template-start_investing article section.reason ul li a.iziAction.btn.dark.main {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .page-template-start_investing article section.reason .orange {
    /*margin-top: 10px;*/
  }
}
@media (max-width: 768px) {
  .page-template-start_investing div#animation_container {
    display: none;
  }
}
.page-template-start_investing .footer-mountain {
  background: url(/wp-content/uploads/2019/08/footer-mountain.svg) no-repeat top center #ecf1f2/cover;
  height: 188px;
  display: block;
}
.page-template-start_investing footer {
  /*    &:before{
        content: '';
        display: block;
        background: url(/wp-content/uploads/2019/08/footer-mountain.svg) no-repeat top center #ecf1f2/cover;
        width: 100%;
        height: 288px;
        position: absolute;
        top: -144px;
        z-index: -1;
      } */
  position: relative;
  background: #303c42;
  /*margin-top:144px;*/
  padding-top: 78px;
}
.page-template-start_investing footer .condition-text {
  line-height: 27px;
  font-family: "Lato", sans-serif;
  font-size: 21px;
  text-align: left;
  margin-bottom: 20px;
}
.page-template-start_investing footer p {
  font-size: 12px;
  color: #fdfeff;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  letter-spacing: 0.04px;
  line-height: 16px;
  margin-bottom: 45px;
}
.page-template-start_investing footer p small {
  font-size: 16px;
  line-height: 19px;
}
.page-template-start_investing footer strong {
  font-size: 21px;
  color: #f7fafa;
  line-height: 1.2em;
  letter-spacing: 0.06px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
}
.page-template-start_investing input[type=checkbox]:after {
  content: url(/wp-content/uploads/2019/08/Path.png) !important;
  display: block;
}
.page-template-start_investing #gform_wrapper_19 .top_label .gfield_checkbox [type=checkbox]:checked + label, .page-template-start_investing #gform_wrapper_19 .top_label .gfield_checkbox [type=checkbox]:not(:checked) + label {
  padding-left: 30px !important;
  line-height: 24px !important;
}
.page-template-start_investing #gform_wrapper_19 .top_label .gfield_checkbox [type=checkbox]:checked + label:after, .page-template-start_investing #gform_wrapper_19 .top_label .gfield_checkbox [type=checkbox]:not(:checked) + label:after {
  content: url(/wp-content/uploads/2019/08/Path.png) !important;
  display: block;
  padding-left: 5px;
  padding-bottom: 15px;
}
.page-template-start_investing #gform_wrapper_19 .top_label .gfield_checkbox [type=checkbox]:checked + label:before, .page-template-start_investing #gform_wrapper_19 .top_label .gfield_checkbox [type=checkbox]:not(:checked) + label:before {
  content: url(/wp-content/uploads/2019/08/Mask.png) !important;
  display: block;
  border: none !important;
}

/*************************************************
##help centre

*************************************************/
.investor-centre-main {
  padding-top: 57px;
  padding-bottom: 150px;
}
.investor-centre-main .posts {
  position: relative;
  padding-bottom: 64px;
}
.investor-centre-main .posts .col-sizer,
.investor-centre-main .posts .entry {
  width: 49%;
}
.investor-centre-main .posts .gutter-sizer {
  width: 2%;
}
.investor-centre-main .posts.filtered .col-sizer,
.investor-centre-main .posts.filtered .entry {
  width: 32%;
}
.investor-centre-main .posts.filtered .entry.watch .cover {
  background-size: 190%;
}
@media (max-width: 576px) {
  .investor-centre-main .posts .col-sizer,
  .investor-centre-main .posts .entry, .investor-centre-main .posts.filtered .col-sizer,
  .investor-centre-main .posts.filtered .entry {
    width: 100%;
  }
  .investor-centre-main .posts .gutter-sizer, .investor-centre-main .posts.filtered .gutter-sizer {
    width: 0%;
  }
}
@media (min-width: 576px) {
  .investor-centre-main.fund-category .posts {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    orphans: 1;
    widows: 1;
  }
}
@media (min-width: 768px) {
  .investor-centre-main.fund-category .posts {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    orphans: 1;
    widows: 1;
  }
}
.investor-centre-main h2 {
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
}
.investor-centre-main h2 span {
  padding-right: 20px;
  background-color: #fff;
}
.investor-centre-main h2:after {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 5px;
  left: 0;
  content: "";
  height: 2px;
  background-color: #303c42;
}
.investor-centre-main .load-status {
  display: none;
}
.investor-centre-main .load-status i {
  margin-bottom: 1em;
}
.investor-centre-main .load-more button {
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -78px;
  padding: 8px 38px 8px 40px;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  color: #303c42;
  background: none;
  cursor: pointer;
  border-radius: 4px;
  border: solid 1px #303c42;
  display: block;
}
.investor-centre-main .load-more button:hover {
  color: #ffffff;
  background-color: #303c42;
}

.entry {
  margin-bottom: 50px;
  position: relative;
  display: inline-block;
}
.entry a:hover {
  text-decoration: none;
}
.entry .cover {
  margin-bottom: 18px;
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.entry .cover:before {
  padding-top: 56.25%;
  display: block;
  content: "";
}
.entry .cover a {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.entry.watch .cover {
  position: relative;
}
.entry.watch .cover:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  content: "\f144";
  color: #e1690e;
  font-family: "Font Awesome 5 Free";
  font-size: 80px;
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.entry .media-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 1;
  opacity: 0.8;
  background-color: #303c42;
  display: flex;
  justify-content: center;
  align-items: center;
}
.entry .media-icon i {
  color: #ffffff;
  font-size: 20px;
}
.entry .tags a {
  margin-right: 15px;
  margin-bottom: 12px;
  padding: 0 3px 0 2px;
  color: #fff;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  display: inline-block;
}
.entry .tags a:hover {
  text-decoration: none;
}
.entry .tags.green a {
  background-color: #4bc864;
}
.entry .tags.blue a {
  background-color: #1c99d6;
}
.entry .tags.purple a {
  background-color: #915fb4;
}
.entry .tags.orange a {
  background-color: #e36f1e;
}
.entry h3.post-title {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 1.083;
}
.entry .meta {
  margin-bottom: 12px;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #77858d;
}
.entry .excerpt {
  margin-bottom: 14px;
  font-family: "Montserrat";
  font-size: 14px;
  line-height: 1.71;
  color: #303c42;
}
.entry .read-more {
  font-size: 14px;
  text-decoration: underline;
}
.entry.no-cover {
  padding: 76px 40px 56px;
  color: #ffffff;
  background-color: #303c42;
}
.entry.no-cover h3,
.entry.no-cover .excerpt {
  color: #ffffff;
}

.scroll-to-top {
  position: fixed;
  bottom: 340px;
  right: 10%;
  padding: 6px 8px;
  background: #ffffff;
  border-radius: 4px;
  display: inline-block;
}
.scroll-to-top i {
  color: #303c42;
  font-size: 20px;
  line-height: 1;
}

.investor-centre-related {
  padding-top: 40px;
  padding-bottom: 40px;
}
.investor-centre-related h2.section-title {
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
}
.investor-centre-related h2.section-title span {
  padding-right: 20px;
  background-color: #fff;
}
.investor-centre-related h2.section-title:after {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 5px;
  left: 0;
  content: "";
  height: 2px;
  background-color: #303c42;
}
.investor-centre-related h2.section-title a {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-left: 10px;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-transform: none;
  text-decoration: underline;
  color: #e36f1e;
  background-color: #ffffff;
  display: inline-block;
}

.post-single {
  margin: 0 0 140px;
}
.post-single .post-image {
  width: 100%;
  height: 580px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 576px) {
  .post-single .post-image {
    height: 254px;
  }
}
.post-single .breadcrumbs {
  margin: 16px 0;
}
.post-single .breadcrumbs, .post-single .breadcrumbs a {
  color: #77858d;
  font-size: 12px;
}
@media (max-width: 576px) {
  .post-single .breadcrumbs {
    display: none;
  }
}
.post-single .main-wrapper {
  margin-top: 46px;
}
.post-single .main-wrapper .socials {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: -60px;
  font-size: 30px;
}
@media (max-width: 576px) {
  .post-single .main-wrapper .socials {
    position: relative;
    flex-direction: row;
    left: inherit;
    margin-top: -16px;
    margin-bottom: 50px;
  }
}
.post-single .main-wrapper .tags a {
  margin-right: 11px;
  margin-bottom: 15px;
  padding: 0 3px 0 2px;
  color: #fff;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  display: inline-block;
}
.post-single .main-wrapper .tags a:hover {
  text-decoration: none;
}
.post-single .main-wrapper .tags.green a {
  background-color: #4bc864;
}
.post-single .main-wrapper .tags.blue a {
  background-color: #1c99d6;
}
.post-single .main-wrapper .tags.purple a {
  background-color: #915fb4;
}
.post-single .main-wrapper .tags.orange a {
  background-color: #e36f1e;
}
.post-single .main-wrapper h1.post-title {
  font-size: 40px;
  line-height: 1;
}
.post-single .main-wrapper .author-info {
  margin-bottom: 10px;
  display: flex;
}
.post-single .main-wrapper .author-info .circle-img {
  width: 40px;
  height: 40px;
  border-radius: 180px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.post-single .main-wrapper .author-info .info {
  display: flex;
  align-items: center;
  padding: 0 12px;
  font-size: 14px;
  color: #77858d;
}
.post-single .main-wrapper .author-info .info a {
  cursor: pointer;
}
.post-single .main-wrapper .author-info .info div {
  padding: 0 12px;
}
@media (max-width: 576px) {
  .post-single .main-wrapper .author-info .info {
    flex-direction: column;
    align-items: flex-start;
  }
  .post-single .main-wrapper .author-info .info a {
    margin-left: 12px;
  }
}
@media (max-width: 576px) {
  .post-single .main-wrapper .author-modal .modal-content {
    padding: 30px 20px 20px;
  }
}
.post-single .main-wrapper .author-modal .modal-content img {
  margin: 0 auto 20px;
  display: block;
}
.post-single .main-wrapper .author-modal .modal-content button.close {
  position: absolute;
  top: 50px;
  right: 50px;
  opacity: 1;
}
@media (max-width: 576px) {
  .post-single .main-wrapper .author-modal .modal-content button.close {
    top: 0;
    right: 0;
    background: none;
    border: 0;
  }
  .post-single .main-wrapper .author-modal .modal-content button.close i {
    color: #303c42;
    font-size: 16px;
  }
}
.post-single .main-wrapper .author-modal .modal-content .bio .name {
  color: #e36f1e;
  font-size: 20px;
}
.post-single .main-wrapper .author-modal .modal-content .bio .postition {
  font-size: 14px;
  padding: 0;
  color: #77858d;
  margin-bottom: 20px;
}
.post-single .main-wrapper .author-modal .modal-content .bio p {
  color: #303c42;
  line-height: 1.6;
}
.post-single .main-wrapper .post-content {
  margin-top: 46px;
}
.post-single .main-wrapper .post-content p {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 26px;
}
.post-single .main-wrapper .disclaimer {
  overflow: hidden;
}
.post-single .main-wrapper .disclaimer p {
  margin-bottom: 5px;
  color: #303c42;
  font-size: 70%;
  line-height: 25px;
  word-break: break-word;
}
.post-single .main-wrapper .post-nav {
  padding-top: 75px;
  display: flex;
  justify-content: space-between;
}
.post-single .main-wrapper .post-nav .prev,
.post-single .main-wrapper .post-nav .next {
  margin-bottom: 35px;
  display: flex;
  width: 40%;
}
.post-single .main-wrapper .post-nav .prev a,
.post-single .main-wrapper .post-nav .next a {
  text-decoration: none;
}
.post-single .main-wrapper .post-nav .prev a i,
.post-single .main-wrapper .post-nav .next a i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border: solid 1px #303c42;
  text-decoration: none;
  color: #303c42;
  font-size: 26px;
}
.post-single .main-wrapper .post-nav .prev h5,
.post-single .main-wrapper .post-nav .next h5 {
  font-size: 16px;
  line-height: 1.25;
  color: #303c42;
}
.post-single .main-wrapper .post-nav .prev h5 small,
.post-single .main-wrapper .post-nav .next h5 small {
  margin-bottom: 7px;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #77858d;
  display: block;
}
@media (max-width: 576px) {
  .post-single .main-wrapper .post-nav .prev h5,
  .post-single .main-wrapper .post-nav .next h5 {
    display: none;
  }
}
.post-single .main-wrapper .post-nav .prev {
  flex-direction: row;
}
.post-single .main-wrapper .post-nav .prev a {
  margin-right: 20px;
}
.post-single .main-wrapper .post-nav .next {
  flex-direction: row-reverse;
}
.post-single .main-wrapper .post-nav .next a {
  margin-left: 20px;
}
.post-single .main-wrapper .post-nav .next h5 {
  text-align: end;
}
.post-single .modal-dialog {
  top: 35%;
}
.post-single .modal-open .modal.show {
  opacity: 1;
}
.post-single .modal-content {
  padding: 50px;
}
@media (min-width: 768px) {
  .post-single .modal-dialog {
    width: 760px;
  }
}
.post-single .author-info-modal {
  display: flex;
}
.post-single .author-info-modal .img {
  height: 164px;
  width: 164px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.post-single .author-info-modal .bio {
  margin-left: 32px;
}
.post-single .author-info-modal .bio .name {
  color: #e36f1e;
  font-size: 20px;
}
.post-single .author-info-modal .bio .postition {
  font-size: 14px;
  padding: 0;
  color: #77858d;
  margin-bottom: 20px;
}
.post-single .author-info-modal .bio p {
  font-size: 16px;
  color: #303c42;
}

.post-top {
  border-radius: 4px;
  overflow: hidden;
}
.post-top.video, .post-top.image {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.post-top.video:before, .post-top.image:before {
  padding-top: 56.25%;
  display: block;
  content: "";
}
.post-top.video iframe, .post-top.image iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.post-top.audio {
  border-radius: 15px;
}

.investor-centre-filter .section-title {
  margin: 48px 0;
  line-height: 1;
  flex-direction: column;
}
.investor-centre-filter .section-title small {
  margin-bottom: 17px;
  display: block;
  clear: both;
}
.investor-centre-filter .section-title small, .investor-centre-filter .section-title small a {
  color: #77858d;
  font-size: 12px;
  font-family: "Montserrat";
}
.investor-centre-filter .search-wrapper {
  margin-bottom: 50px;
  width: 100%;
  height: 70px;
  line-height: 1;
  color: #303c42;
  background-color: #f7f7f7;
  border-radius: 4px;
  border: 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 576px) {
  .investor-centre-filter .search-wrapper {
    margin-bottom: 30px;
    height: 60px;
  }
}
.investor-centre-filter .search-wrapper i {
  position: absolute;
  top: 50%;
}
.investor-centre-filter .search-wrapper i.fa-search {
  left: 15px;
  margin-top: -15px;
  color: #bebebe;
  font-size: 30px;
}
.investor-centre-filter .search-wrapper i.fa-times {
  right: 25px;
  margin-top: -13px;
  font-size: 25px;
}
.investor-centre-filter .search-wrapper .ep-autosuggest-container {
  width: 100%;
}
.investor-centre-filter .search-wrapper .ep-autosuggest-container .ep-autosuggest {
  border: 0;
  box-shadow: none;
}
.investor-centre-filter .search-wrapper .ep-autosuggest-container .ep-autosuggest .autosuggest-list {
  padding-bottom: 15px;
  background-color: #f7f7f7;
}
.investor-centre-filter .search-wrapper .ep-autosuggest-container .ep-autosuggest .autosuggest-list li {
  list-style: none;
}
.investor-centre-filter .search-wrapper .ep-autosuggest-container .ep-autosuggest .autosuggest-list li a {
  padding: 10px 70px;
  color: #303c42;
  font-family: "Montserrat";
  font-size: 18px;
}
.investor-centre-filter .search-words {
  padding: 0 70px;
  width: 100%;
  height: 70px;
  line-height: 1;
  color: #303c42 !important;
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 600;
  background: transparent;
  border-radius: 4px;
  border: 0;
}
@media (max-width: 576px) {
  .investor-centre-filter .search-words {
    padding: 0 15px 0 60px;
    height: 60px;
  }
}
.investor-centre-filter .search-words::before {
  position: absolute;
  top: 50%;
  left: 14px;
  margin-top: -15px;
  content: "\f002";
  font-family: "FontAwesome";
  font-size: 30px;
  color: #bebebe;
}
.investor-centre-filter .search-words::after {
  position: absolute;
  top: 50%;
  right: 24px;
  margin-top: -13px;
  content: "\f002";
  content: "\f00d";
  font-family: "FontAwesome";
  font-size: 25px;
  color: #000000;
}
.investor-centre-filter .search-words::placeholder {
  color: #000000;
}
.investor-centre-filter .search-words:active, .investor-centre-filter .search-words:focus {
  box-shadow: none;
}
.investor-centre-filter .media-type {
  margin-bottom: 50px;
}
.investor-centre-filter .media-type span {
  padding: 25px 17px 26px 39px;
  border-radius: 4px;
  background-color: #f7f7f7;
  border: 0;
}
.investor-centre-filter .media-type ul {
  top: 70px;
}
@media (max-width: 576px) {
  .investor-centre-filter .media-type {
    margin-bottom: 30px;
  }
  .investor-centre-filter .media-type span {
    padding: 20px 17px 21px 20px;
  }
}
.investor-centre-filter .fund-categories {
  display: flex;
}
.investor-centre-filter .fund-categories input {
  display: none;
}
.investor-centre-filter .fund-categories label {
  margin-right: 20px;
  margin-bottom: 28px;
  color: #303c42;
  font-size: 13px;
  line-height: 22px;
  text-transform: uppercase;
  cursor: pointer;
}
.investor-centre-filter .fund-categories label.active, .investor-centre-filter .fund-categories label:hover {
  color: #e36f1e;
}
.investor-centre-filter .fund-categories label.active.milford-investment, .investor-centre-filter .fund-categories label:hover.milford-investment {
  color: #4bc864;
}
.investor-centre-filter .fund-categories label.active.milford-kiwisaver, .investor-centre-filter .fund-categories label:hover.milford-kiwisaver {
  color: #1c99d6;
}
.investor-centre-filter .fund-categories label.active.private-wealth, .investor-centre-filter .fund-categories label:hover.private-wealth {
  color: #915fb4;
}
.investor-centre-filter .dictionary {
  float: right;
  color: #303c42;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-decoration: underline;
  cursor: pointer;
}
.investor-centre-filter .dictionary:hover {
  font-size: 16px;
}
.investor-centre-filter .category,
.investor-centre-filter .sort,
.investor-centre-filter .clear-all {
  margin-bottom: 32px;
}
.investor-centre-filter .clear-all {
  display: inline-block;
}
.investor-centre-filter .mobile-filter {
  width: 65px;
  height: 60px;
  display: none;
  background: #f7f7f7 url(assets/img/investor-centre/icon-mobile-filter.png) no-repeat center center;
  background-size: 40%;
}
@media (max-width: 576px) {
  .investor-centre-filter .mobile-filter {
    display: inline-block;
  }
}
.investor-centre-filter .responsive-switch .mobile-filter-title,
.investor-centre-filter .responsive-switch .mobile-fund-category {
  display: none;
}
@media (max-width: 576px) {
  .investor-centre-filter .responsive-switch {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 80px 18px 20px;
    background: #fff;
    visibility: hidden;
  }
  .investor-centre-filter .responsive-switch .mobile-filter-title {
    position: absolute;
    top: 20px;
    right: 18px;
    left: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .investor-centre-filter .responsive-switch .mobile-filter-title h5 {
    margin: 0;
    font-family: "Montserrat" !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: #303c42;
  }
  .investor-centre-filter .responsive-switch .mobile-filter-title i {
    color: #000;
    font-size: 24px;
  }
  .investor-centre-filter .responsive-switch .fund-categories {
    display: none;
  }
  .investor-centre-filter .responsive-switch .gcd-dropdown {
    margin-bottom: 20px;
    background-color: #f3f4f8;
    border-radius: 4px;
  }
  .investor-centre-filter .responsive-switch .gcd-dropdown span {
    border: 0;
    background: transparent;
  }
  .investor-centre-filter .responsive-switch .gcd-dropdown ul {
    position: relative;
    padding: 0 0 5px;
    top: -10px;
    border: 0;
    background: transparent;
    display: none;
  }
  .investor-centre-filter .responsive-switch .gcd-dropdown.open ul {
    display: block;
  }
  .investor-centre-filter .responsive-switch .gcd-dropdown.open ul li.active a {
    color: #e36f1e;
    font-weight: bold;
    background: transparent;
  }
  .investor-centre-filter .responsive-switch .gcd-dropdown.open ul li.active a:after {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -10px;
    content: "\f00c";
    font-size: 13px;
    font-family: "FontAwesome";
    font-weight: 900;
  }
  .investor-centre-filter .responsive-switch.mobile {
    visibility: visible;
  }
  .investor-centre-filter .responsive-switch.mobile .mobile-filter-title {
    display: flex;
  }
  .investor-centre-filter .responsive-switch.mobile .mobile-fund-category {
    display: block;
  }
}

.gcd-dropdown {
  position: relative;
}
.gcd-dropdown span {
  cursor: pointer;
  padding: 11px 16px 10px 23px;
  border-radius: 4px;
  display: block;
  position: relative;
  color: #303c42;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  border: 1px solid #979797;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gcd-dropdown span:before, .gcd-dropdown span:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 2px;
  border-radius: 1px;
  top: 50%;
  right: 15px;
  background: #303c42;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gcd-dropdown span:before {
  margin-right: 4px;
  -webkit-transform: scale(0.96, 0.8) rotate(50deg);
  transform: scale(0.96, 0.8) rotate(50deg);
}
.gcd-dropdown span:after {
  -webkit-transform: scale(0.96, 0.8) rotate(-50deg);
  transform: scale(0.96, 0.8) rotate(-50deg);
}
.gcd-dropdown.open span:before {
  -webkit-transform: scale(0.96, 0.8) rotate(-50deg);
  transform: scale(0.96, 0.8) rotate(-50deg);
}
.gcd-dropdown.open span:after {
  -webkit-transform: scale(0.96, 0.8) rotate(50deg);
  transform: scale(0.96, 0.8) rotate(50deg);
}
.gcd-dropdown ul {
  margin: 0;
  padding: 10px 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  max-height: calc(var(--max-scroll) * 42px);
  top: 42px;
  left: 0;
  z-index: 9;
  right: 0;
  background: #fff;
  border-radius: 4px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32), -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  -webkit-transform: scale(0.8) translate(0, 4px);
  transform: scale(0.8) translate(0, 4px);
  border: 1px solid #bebebe;
}
.gcd-dropdown ul li {
  opacity: 0;
  -webkit-transform: translate(6px, 0);
  transform: translate(6px, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gcd-dropdown ul li a {
  cursor: pointer;
  display: block;
  padding: 8px 24px;
  line-height: 20px;
  color: #303c42;
  font-family: "Montserrat";
  font-size: 14px;
  text-decoration: none;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gcd-dropdown ul li a:hover {
  color: #77858d;
}
.gcd-dropdown.open ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1) translate(0, 12px);
  transform: scale(1) translate(0, 12px);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32), -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
}
.gcd-dropdown.open ul li {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.gcd-dropdown.open ul li.active a {
  color: #77858d;
  background: #fff;
}

.investor-centre-top {
  padding-top: 30px;
}
.investor-centre-top .featured {
  margin-bottom: 44px;
  height: 440px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #303c42;
  position: relative;
  display: flex;
}
.investor-centre-top .featured .info {
  z-index: 1;
  color: #ffffff;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto 120px 32px 34px;
  position: absolute;
}
.investor-centre-top .featured .info .tags a {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0 3px 0 1px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  background-color: #e36f1e;
  display: inline-block;
}
.investor-centre-top .featured .info h2.post-title {
  margin-bottom: 0;
  color: #ffffff;
  line-height: 1;
}
.investor-centre-top .featured .info .meta {
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 576px) {
  .investor-centre-top .featured .info {
    margin: auto 30px 32px;
  }
}
.investor-centre-top .featured .play-button {
  font-size: 80px;
  text-align: center;
  width: 100%;
  align-self: center;
  color: #e1690e;
  cursor: pointer;
  display: none;
}
.investor-centre-top .featured .play-button:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  content: "\f144";
  font-family: "Font Awesome 5 Free";
  font-size: 80px;
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.investor-centre-top .featured.watch .play-button {
  display: block;
}
.investor-centre-top .featured.blue .info .tags a {
  background-color: #1c99d6;
}
.investor-centre-top .featured.green .info .tags a {
  background-color: #4bc864;
}
.investor-centre-top .featured.purple .info .tags a {
  background-color: #915fb4;
}
.investor-centre-top .tool {
  margin-bottom: 29px;
  border-bottom: 2px solid #000000;
}
.investor-centre-top .tool:last-child {
  border-bottom: none;
}
.investor-centre-top .tool h5 {
  font-size: 26px;
  line-height: 1;
}
.investor-centre-top .tool p {
  margin-bottom: 10px;
  color: #303c42;
  line-height: 18px;
}
.investor-centre-top .tool a {
  margin-top: 0;
  margin-bottom: 29px;
  padding: 8px 17px;
  color: #303c42;
  font-size: 14px;
  font-family: "Montserrat" !important;
  line-height: 18px;
  height: auto;
  border-radius: 4px;
  border: solid 1px #303c42;
}

@media (max-width: 1025px) {
  .mobile-menu-fix {
    display: flex !important;
    justify-content: space-between;
    align-items: start;
  }
  .mobile-menu-fix i {
    margin-top: 20px;
    margin-right: 10px;
    font-size: 24px;
  }
}

@media (max-width: 1025px) {
  .mobile-search .search-submit {
    padding: 0.5em 0 !important;
  }
}

.events-section {
  margin: 15px 0 50px;
}
.events-section .col-md-5,
.events-section .col-md-7 {
  padding: 0;
}
.events-section .events-left {
  height: 175px;
  background-color: #ECD1B7;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.events-section .events-left .events-tag {
  position: absolute;
  top: -14px;
  left: 0;
  padding: 8px 12px 8px 20px;
  color: #fff;
  font-weight: 600;
  line-height: 0.85;
  text-transform: uppercase;
  background-color: #e36f1e;
}
.events-section .events-left .events-tag:before {
  position: absolute;
  top: 50%;
  left: 12px;
  margin-top: -2px;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #fff;
}
.events-section .events-left .events-tag.alive {
  background-color: rgb(206, 35, 122);
}
.events-section .events-left .countdown {
  display: flex;
  flex-direction: column;
  color: #fff;
  justify-content: center;
}
.events-section .events-left .countdown .text {
  font-size: 18px;
  text-align: center;
}
.events-section .events-left .countdown .numbers {
  margin: 0;
  font-size: 18px;
  text-align: center;
}
.events-section .events-left .countdown .numbers .number {
  font-size: 24px;
  font-weight: bold;
}
.events-section .events-left .countdown .numbers .number .colon {
  padding: 0 10px;
}
.events-section .events-right {
  padding: 25px;
  height: 175px;
  background: #ECD1B7 url(assets/img/investor-centre/bg-mountain-orange.png) right bottom no-repeat;
  background-size: 70%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.events-section .events-right .events-content h5 {
  font-size: 18px;
  line-height: 1;
}
.events-section .events-right .events-content p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.35;
}
.events-section .events-right .events-button {
  display: flex;
  margin-left: 50px;
  align-items: center;
  justify-content: flex-end;
}
.events-section .events-right .events-button a {
  padding: 15px 10px;
  text-align: center;
  min-width: 120px;
  color: #fff;
  line-height: 1;
  border-radius: 4px;
  background-color: rgb(150, 150, 150);
}
.events-section .events-right .events-button a.alive {
  background-color: #e36f1e;
}

.investor-center-featured {
  padding: 41px 0 45px;
  background-color: #f7f7f7;
}
.investor-center-featured h2.section-title {
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
}
.investor-center-featured h2.section-title span {
  padding-right: 20px;
  background-color: #f7f7f7;
  position: relative;
  z-index: 1;
}
.investor-center-featured h2.section-title:after {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 5px;
  left: 0;
  content: "";
  height: 2px;
  background-color: #303c42;
}
.investor-center-featured h2.section-title a {
  position: absolute;
  z-index: 1;
  right: 0;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat";
  text-transform: none;
  line-height: 1;
  background-color: #fff;
  border: 1px solid #e1690e;
  border-radius: 4px;
}
.investor-center-featured h2.section-title a:before {
  position: absolute;
  top: 0;
  left: -26px;
  bottom: 0;
  width: 25px;
  height: 100%;
  content: "";
  background-color: #f7f7f7;
}
.investor-center-featured .thumbnail {
  padding: 16px 0 0;
  border: none;
  background: none;
  position: relative;
}
.investor-center-featured .thumbnail h3.post-title {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0 20px;
  color: #fff;
  font-family: Montserrat !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  height: 32px;
  text-transform: uppercase;
  overflow: hidden;
  display: inline-block;
}
.investor-center-featured .thumbnail .cover {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.investor-center-featured .thumbnail .cover:before {
  padding-top: 56.25%;
  display: block;
  content: "";
}
.investor-center-featured .thumbnail .play-button {
  font-size: 80px;
  text-align: center;
  width: 100%;
  align-self: center;
  color: #e1690e;
  cursor: pointer;
  position: relative;
}
.investor-center-featured .thumbnail .play-button:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  content: "\f144";
  font-family: "Font Awesome 5 Free";
  font-size: 80px;
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.investor-center-featured .thumbnail .caption {
  padding: 15px;
}
.investor-center-featured .thumbnail .caption h6 {
  margin-bottom: 20px;
  font-size: 20px;
}
.investor-center-featured .thumbnail .caption a {
  text-decoration: underline;
  cursor: pointer;
}
.investor-center-featured .thumbnail .caption p {
  margin-bottom: 17px;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 1.71;
  color: #303c42;
}
.investor-center-featured .thumbnail .caption .tags a {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0 6px;
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
  float: left;
  display: block;
}
.investor-center-featured .thumbnail .caption .tags a:hover {
  text-decoration: none;
}
.investor-center-featured .thumbnail.green h3.post-title,
.investor-center-featured .thumbnail.green .tags a {
  background-color: #4bc864;
}
.investor-center-featured .thumbnail.blue h3.post-title,
.investor-center-featured .thumbnail.blue .tags a {
  background-color: #1c99d6;
}
.investor-center-featured .thumbnail.purple h3.post-title,
.investor-center-featured .thumbnail.purple .tags a {
  background-color: #915fb4;
}
.investor-center-featured .thumbnail.orange h3.post-title,
.investor-center-featured .thumbnail.orange .tags a {
  background-color: #e36f1e;
}

.investor-center-bottom {
  padding: 62px 0 0;
  background-color: #f7f7f7;
}
.investor-center-bottom h2.section-title {
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
}
.investor-center-bottom h2.section-title span {
  padding-right: 20px;
  background-color: #f7f7f7;
  position: relative;
  z-index: 1;
}
.investor-center-bottom h2.section-title:after {
  position: absolute;
  z-index: 0;
  right: 0;
  left: 0;
  bottom: 5px;
  content: "";
  height: 2px;
  background-color: #303c42;
}
.investor-center-bottom .thumbnail {
  padding: 0;
  border: none;
  background: none;
  position: relative;
}
.investor-center-bottom .thumbnail .top-label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 7px 20px;
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
}
.investor-center-bottom .thumbnail .caption {
  padding: 10px 12px 28px;
}
.investor-center-bottom .thumbnail .caption p {
  margin-bottom: 17px;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 1.71;
  color: #303c42;
}
.investor-center-bottom .thumbnail .caption .tags a {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0 6px;
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
  float: left;
  display: block;
}
.investor-center-bottom .thumbnail .caption .tags a:hover {
  text-decoration: none;
}
.investor-center-bottom .list {
  margin-bottom: 48px;
}
.investor-center-bottom .list.news {
  margin-bottom: 32px;
}
.investor-center-bottom .list .row {
  margin-bottom: 10px;
}
.investor-center-bottom .list .row .cover {
  width: 100%;
  height: 180px;
  background-image: url(assets/img/investor-centre/thumbnail-insights.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 130%;
  display: inline-block;
}
.investor-center-bottom .list .row h3.post-title {
  margin-bottom: 10px;
  font-size: 26px;
  color: #303c42;
  line-height: 1;
}
.investor-center-bottom .list .row .meta {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  color: #77858d;
}
.investor-center-bottom .event {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  margin-bottom: 30px;
  background: #303c42 url(assets/img/investor-centre/thumbnail-month-in-a-minute.jpg) no-repeat center center;
  background-size: cover;
}
.investor-center-bottom .event:before {
  padding-top: 56.25%;
  display: block;
  content: "";
}
.investor-center-bottom .event:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #303c42;
  opacity: 0.49;
  content: "";
}
.investor-center-bottom .event a {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.investor-center-bottom .event a h3.post-title {
  margin-bottom: 0;
  padding-right: 22px;
  padding-bottom: 26px;
  padding-left: 22px;
  color: #fff;
  font-size: 30px;
  line-height: 1.2333;
}
.investor-center-bottom .event a h3.post-title small {
  color: #fff;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  display: block;
}

.investor-centre-middle {
  padding: 86px 0;
  min-height: 250px;
  background-image: url(assets/img/investor-centre/bg-investor-centre-middle.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.investor-centre-middle .container .col-md-7 .col-md-6 {
  padding: 0;
}
.investor-centre-middle .container .col-md-7 .col-md-6 .customer-commitment {
  padding: 40px 25px;
  height: 250px;
  background-color: #303c42;
}
.investor-centre-middle .container .col-md-7 .col-md-6 .customer-commitment h6 {
  margin-bottom: 20px;
  color: #fff;
  line-height: 1.25;
}
.investor-centre-middle .container .col-md-7 .col-md-6 .customer-commitment a {
  color: #fff;
  border-color: #fff;
}
.investor-centre-middle .container .col-md-7 .col-md-6 .customer-commitment a i {
  margin-left: 10px;
}
.investor-centre-middle .container .col-md-7 .col-md-6 .customer-commitment a:hover {
  color: #303c42 !important;
  background-color: #fff !important;
}
.investor-centre-middle .container .col-md-7 .col-md-6 .customer-commitment a:hover i {
  color: #303c42;
}
.investor-centre-middle .container .col-md-7 .col-md-6 .faqs {
  padding: 40px 25px;
  height: 250px;
  background-color: #e2e2e2;
}
.investor-centre-middle .container .col-md-7 .col-md-6 .faqs h6 {
  margin-right: 100px;
  margin-bottom: 20px;
  color: #303c42;
  line-height: 1.25;
}
.investor-centre-middle .container .col-md-7 .col-md-6 .faqs a {
  padding: 13px 45px;
  line-height: 1;
}

/*************************************************
##documents

*************************************************/
.documents-filter h1.section-title {
  margin: 48px 0;
  line-height: 1;
  flex-direction: column;
}
.documents-filter h1.section-title small {
  margin-bottom: 17px;
  display: block;
}
.documents-filter h1.section-title small, .documents-filter h1.section-title small a {
  color: #77858d;
  font-size: 12px;
  font-family: "Montserrat";
}
@media (max-width: 576px) {
  .documents-filter h1.section-title {
    margin-bottom: 38px;
  }
}
.documents-filter .document-selects {
  position: relative;
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}
.documents-filter .document-selects .fund-type,
.documents-filter .document-selects .sort {
  margin-right: 30px;
  margin-bottom: 32px;
}
.documents-filter .document-selects .fund-type {
  padding: 11px 16px 10px 23px;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  border-color: #979797;
  cursor: pointer;
}
.documents-filter .document-selects .fund-type i {
  margin-left: 16px;
  font-size: 12px;
}
.documents-filter .document-selects .fund-type:hover {
  color: inherit;
  background-color: inherit;
}
.documents-filter .document-selects .fund-type-dropdown {
  position: absolute;
  z-index: 99;
  top: 42px;
  left: 0;
  padding: 20px;
  background-color: #f7f7f7;
  display: flex;
  flex-direction: row;
  border-radius: 4px;
}
.documents-filter .document-selects .fund-type-dropdown ul {
  margin: 0;
}
.documents-filter .document-selects .fund-type-dropdown ul li {
  padding: 8px 16px;
  color: #303C42;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 20px;
  list-style: none;
  cursor: pointer;
}
.documents-filter .document-selects .fund-type-dropdown ul li:first-child {
  font-weight: bold;
  cursor: inherit;
}
.documents-filter .document-selects .clear-all {
  margin-left: auto;
}
.documents-filter .fund-categories {
  display: flex;
  align-items: center;
}
.documents-filter .fund-categories input {
  display: none;
}
.documents-filter .fund-categories label {
  margin: 5px 30px 5px 0;
  color: #303c42;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  cursor: pointer;
}
.documents-filter .fund-categories label.active, .documents-filter .fund-categories label:hover {
  color: #e36f1e;
}
.documents-filter .fund-categories label.active.milford-investment, .documents-filter .fund-categories label:hover.milford-investment {
  color: #4bc864;
}
.documents-filter .fund-categories label.active.milford-kiwisaver, .documents-filter .fund-categories label:hover.milford-kiwisaver {
  color: #1c99d6;
}
.documents-filter .fund-categories label.active.private-wealth, .documents-filter .fund-categories label:hover.private-wealth {
  color: #915fb4;
}
.documents-filter .document-types {
  padding: 0 0 25px;
  display: flex;
}
.documents-filter .document-types input {
  display: none;
}
.documents-filter .document-types label {
  margin-right: 20px;
  margin-bottom: 25px;
  padding: 0 7px;
  background-color: #e0e0e0;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #303c42;
  cursor: pointer;
}
.documents-filter .document-types label.active {
  text-decoration: none;
  background-color: #f6d2b7;
}
.documents-filter .mobile-filter {
  margin-bottom: 40px;
}
.documents-filter .mobile-filter .gcd-dropdown {
  border-radius: 4px;
}
.documents-filter .mobile-filter .gcd-dropdown span {
  border: 0;
  background-color: #f3f4f8;
}
.documents-filter .mobile-filter .gcd-dropdown ul {
  position: relative;
  padding: 0 0 5px;
  top: -12px;
  border: 0;
  background-color: #f3f4f8;
  display: none;
}
.documents-filter .mobile-filter .gcd-dropdown.open ul {
  display: block;
}
.documents-filter .mobile-filter .gcd-dropdown.open ul li.active a {
  color: #e36f1e;
  font-weight: bold;
  background: transparent;
}
.documents-filter .mobile-filter .gcd-dropdown.open ul li.active a:after {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -10px;
  content: "\f00c";
  font-size: 13px;
  font-family: "FontAwesome";
  font-weight: 900;
}
.documents-filter .mobile-filter .document-type-dropdown {
  margin-bottom: 40px;
}
.documents-filter .mobile-filter .document-type-dropdown span {
  padding: 21px 21px 20px;
}
.documents-filter .mobile-filter .document-type-dropdown ul {
  position: absolute;
  top: 48px;
}
.documents-filter .mobile-filter .mobile-filter-modal-switch.open {
  margin-bottom: 40px;
  width: 65px;
  height: 60px;
  display: none;
  background: #f7f7f7 url(assets/img/investor-centre/icon-mobile-filter.png) no-repeat center center;
  background-size: 40%;
}
@media (max-width: 576px) {
  .documents-filter .mobile-filter .mobile-filter-modal-switch.open {
    display: inline-block;
  }
}
.documents-filter .mobile-filter .mobile-filter-modal {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 80px 18px 20px;
  background: #fff;
  display: flex;
}
.documents-filter .mobile-filter .mobile-filter-modal .mobile-filter-title {
  position: absolute;
  top: 20px;
  right: 18px;
  left: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.documents-filter .mobile-filter .mobile-filter-modal .mobile-filter-title h5 {
  margin: 0;
  font-family: "Montserrat" !important;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #303c42;
}
.documents-filter .mobile-filter .mobile-filter-modal .mobile-filter-title i {
  color: #000;
  font-size: 24px;
}
.documents-filter .mobile-filter .mobile-filter-modal .fund-category-dropdown {
  width: 100%;
}

.documents h2 {
  margin-bottom: 46px;
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
}
.documents h2 span {
  padding-right: 20px;
  background-color: #fff;
}
@media (max-width: 576px) {
  .documents h2 span {
    font-size: 22px;
  }
}
.documents h2:after {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 5px;
  left: 0;
  content: "";
  height: 2px;
  background-color: #303c42;
}
.documents .docs {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}
.documents .docs .document.thumbnail {
  padding: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: flex;
  flex-direction: column;
  align-content: space-between;
}
.documents .docs .document.thumbnail .cover {
  margin-bottom: 14px;
  width: 100%;
  height: 360px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 4px;
}
@media (max-width: 576px) {
  .documents .docs .document.thumbnail .cover {
    height: 460px;
  }
}
.documents .docs .document.thumbnail .tags a {
  margin-right: 12px;
  margin-bottom: 3px;
  padding: 0 6px;
  color: #fff;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
  display: inline-block;
}
.documents .docs .document.thumbnail .tags a:hover {
  text-decoration: none;
}
.documents .docs .document.thumbnail .tags.green a {
  background-color: #4bc864;
}
.documents .docs .document.thumbnail .tags.blue a {
  background-color: #1c99d6;
}
.documents .docs .document.thumbnail .tags.purple a {
  background-color: #915fb4;
}
.documents .docs .document.thumbnail .tags.orange a {
  background-color: #e36f1e;
}
.documents .docs .document.thumbnail .caption {
  margin-top: auto;
  padding: 0 0 40px;
}
.documents .docs .document.thumbnail .caption h3 {
  margin-bottom: 2px;
  font-size: 26px;
  line-height: 1;
}
.documents .docs .document.thumbnail .caption p {
  margin-bottom: 24px;
  color: #77858d;
  font-size: 14px;
  line-height: 18px;
  font-family: "Montserrat";
}
@media (max-width: 576px) {
  .documents .docs .document.thumbnail .caption {
    padding: 0 0 50px;
  }
}
.documents .docs .document.thumbnail .buttons {
  justify-content: space-between;
  display: flex;
}
.documents .docs .document.thumbnail .buttons a {
  cursor: pointer;
  display: inline-block;
}
.documents .docs .document.thumbnail .buttons .button {
  padding: 12px;
  color: #f7f7f7;
  font-size: 14px;
  line-height: 18px;
  font-family: Montserrat;
  height: 42px;
  background: #303c42;
  border-radius: 4px;
}
.documents .docs .document.thumbnail .buttons .button:hover {
  text-decoration: none;
}
.documents .docs .document.thumbnail .buttons .button.download {
  padding-left: 35px;
  background: #303c42 url(assets/img/documents/icon-download.svg) no-repeat 12px center;
}

.single-documents .top {
  margin: 0 auto 0;
  padding: 24px 0;
}
.single-documents .top h1 {
  margin: 48px 0;
}
.single-documents .top h1 small {
  margin-bottom: 17px;
  display: block;
}
.single-documents .top h1 small, .single-documents .top h1 small a {
  color: #77858d;
  font-size: 12px;
  font-family: "Montserrat";
}
@media (max-width: 576px) {
  .single-documents .top {
    margin-top: 100px;
  }
  .single-documents .top h1 {
    margin-bottom: 20px;
  }
}
.single-documents .top .mobile-filter-modal-switch.open {
  margin-bottom: 30px;
  width: 65px;
  height: 60px;
  display: none;
  background: #f7f7f7 url(assets/img/investor-centre/icon-mobile-filter.png) no-repeat center center;
  background-size: 40%;
}
@media (max-width: 576px) {
  .single-documents .top .mobile-filter-modal-switch.open {
    display: inline-block;
  }
}
.single-documents .top .filter {
  padding: 26px 0;
}
.single-documents .top .filter .mobile-filter-title {
  display: none;
}
.single-documents .top .filter form .gcd-dropdown {
  margin-bottom: 24px;
}
@media (max-width: 576px) {
  .single-documents .top .filter.mobile-filter-modal {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 80px 18px 20px;
    background: #fff;
    display: none;
  }
  .single-documents .top .filter.mobile-filter-modal .mobile-filter-title {
    position: absolute;
    top: 20px;
    right: 18px;
    left: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .single-documents .top .filter.mobile-filter-modal .mobile-filter-title h5 {
    margin: 0;
    font-family: "Montserrat" !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: #303c42;
  }
  .single-documents .top .filter.mobile-filter-modal .mobile-filter-title i {
    color: #000;
    font-size: 24px;
  }
  .single-documents .top .filter.mobile-filter-modal .fund-category-dropdown {
    width: 100%;
  }
}
.single-documents .reports {
  padding: 20px 0 100px;
}
.single-documents .reports h2 {
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
}
.single-documents .reports h2 span {
  padding-right: 15px;
  background-color: #fff;
}
.single-documents .reports h2:after {
  position: absolute;
  z-index: -1;
  right: 0;
  left: 0;
  bottom: 5px;
  content: "";
  height: 2px;
  background-color: #303c42;
}
.single-documents .reports table {
  margin-bottom: 70px;
}
.single-documents .reports table thead tr th {
  padding: 10px 0;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: bold;
  line-height: 1.71;
  color: #77858d;
  border-bottom: solid 0.5px #979797;
}
.single-documents .reports table thead tr th.sorting:before, .single-documents .reports table thead tr th.sorting:after, .single-documents .reports table thead tr th.sorting_asc:before, .single-documents .reports table thead tr th.sorting_asc:after, .single-documents .reports table thead tr th.sorting_desc:before, .single-documents .reports table thead tr th.sorting_desc:after, .single-documents .reports table thead tr th.sorting_asc_disabled:before, .single-documents .reports table thead tr th.sorting_asc_disabled:after, .single-documents .reports table thead tr th.sorting_desc_disabled:before, .single-documents .reports table thead tr th.sorting_desc_disabled:after {
  right: auto;
  left: 58px;
}
.single-documents .reports table tbody tr td {
  padding: 25px 0 24px;
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #303c42;
  border-bottom: solid 0.5px #979797;
}
.single-documents .reports table tbody tr td.download a.gcd-btn {
  padding: 12px 14px 12px 44px;
  background: #303c42 url(assets/img/documents/icon-download.svg) no-repeat 19px center;
}
.single-documents .reports table tbody tr td.download a.gcd-btn:hover {
  color: #fff;
}
.single-documents .reports table tbody tr td.share, .single-documents .reports table tbody tr td.download {
  padding: 16px 0 15px;
  text-align: end;
}
.single-documents .reports table tbody tr td.share a {
  cursor: pointer;
  display: inline-block;
}
@media (max-width: 576px) {
  .single-documents .reports table tbody tr td {
    padding: 36px 10px 37px;
    font-size: 16px;
    line-height: 1.63;
  }
  .single-documents .reports table tbody tr td .fund-name {
    display: flex;
    align-items: center;
    min-height: 50px;
  }
  .single-documents .reports table tbody tr td.share, .single-documents .reports table tbody tr td.download {
    position: relative;
    padding: 21px;
    text-align: inherit;
  }
  .single-documents .reports table tbody tr td.share a, .single-documents .reports table tbody tr td.download a {
    position: absolute;
    z-index: 9;
    padding: 0;
    width: 42px;
    height: 42px;
    display: inline-block;
    overflow: hidden;
  }
  .single-documents .reports table tbody tr td.share {
    padding: 21px 5px;
  }
  .single-documents .reports table tbody tr td.share a {
    top: 15px;
    right: -32px;
  }
  .single-documents .reports table tbody tr td.download {
    margin-right: 10px;
  }
  .single-documents .reports table tbody tr td.download a.gcd-btn {
    right: 10px;
    bottom: 11px;
    padding: 0;
    text-indent: -99999px;
    background: #303c42 url(assets/img/documents/icon-download.svg) no-repeat center center;
  }
}
.single-documents .reports .reports-bottom {
  display: flex;
  justify-content: center;
}
.single-documents .reports .reports-bottom a {
  margin: 0 15px;
}
.single-documents .reports .reports-bottom a.gcd-btn.back {
  padding-right: 33px;
  padding-left: 28px;
}
.single-documents .reports .reports-bottom a.gcd-btn.back i {
  margin-right: 24px;
}
@media (max-width: 576px) {
  .single-documents .reports .reports-bottom a.gcd-btn.back {
    padding-right: 20px;
    padding-left: 18px;
  }
  .single-documents .reports .reports-bottom a.gcd-btn.back i {
    margin-right: 13px;
  }
}
@media (max-width: 576px) {
  .single-documents .reports .reports-bottom a {
    margin: 0 10px;
    padding: 10px 20px;
  }
}

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

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

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

.gcd-btn {
  padding: 11px 22px;
  font-family: "Montserrat";
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #303c42;
  border-radius: 4px;
}
.gcd-btn:hover {
  text-decoration: none;
}
.gcd-btn.btn-outline-default {
  color: #303c42;
  background-color: #fff;
  border: solid 1px #303c42;
}
.gcd-btn.btn-outline-default:hover {
  color: #f7f7f7;
  background-color: #303c42;
}
.gcd-btn.btn-default, .gcd-btn.gcd-btn-brand {
  color: #f7f7f7;
  background-color: #303c42;
  border: solid 1px #303c42;
}
.gcd-btn.btn-default:hover, .gcd-btn.gcd-btn-brand:hover {
  color: #303c42;
  background-color: #fff;
}
.gcd-btn.gcd-btn-green {
  color: #f7f7f7;
  background-color: #4bc864;
  border: solid 1px #4bc864;
}
.gcd-btn.gcd-btn-green:hover {
  color: #4bc864;
  background-color: #fff;
}
.gcd-btn.gcd-btn-outline-green {
  color: #4bc864;
  background: transparent;
  border: solid 1px #4bc864;
}
.gcd-btn.gcd-btn-outline-green:hover {
  color: #f7f7f7;
  background-color: #4bc864;
}
.gcd-btn.gcd-btn-blue {
  color: #f7f7f7;
  background-color: #1c99d6;
  border: solid 1px #1c99d6;
}
.gcd-btn.gcd-btn-blue:hover {
  color: #1c99d6;
  background-color: #fff;
}
.gcd-btn.gcd-btn-outline-blue {
  color: #1c99d6;
  background: transparent;
  border: solid 1px #1c99d6;
}
.gcd-btn.gcd-btn-outline-blue:hover {
  color: #f7f7f7;
  background-color: #1c99d6;
}
.gcd-btn.gcd-btn-purple {
  color: #f7f7f7;
  background-color: #915fb4;
  border: solid 1px #915fb4;
}
.gcd-btn.gcd-btn-purple:hover {
  color: #915fb4;
  background-color: #fff;
}
.gcd-btn.gcd-btn-download {
  padding-left: 45px;
  background: #303c42 url(assets/img/documents/icon-download.svg) no-repeat 16px center;
}
.gcd-btn.gcd-btn-download:hover {
  background-image: url(assets/img/documents/icon-download-dark.svg);
}
.gcd-btn.gcd-btn-download-green {
  padding-left: 45px;
  background: url(assets/img/documents/icon-download-green.svg) no-repeat 16px center;
}
.gcd-btn.gcd-btn-download-green:hover {
  background-image: url(assets/img/documents/icon-download.svg);
}

.popover.bottom {
  padding: 7px 3px;
  line-height: 1;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 20px 40px 0 rgba(48, 60, 66, 0.2);
  border: solid 0.5px #bebebe;
}
.popover.bottom .popover-content {
  padding: 0;
}
.popover.bottom .popover-content .socials a {
  margin: 0 4px;
  border-radius: 4.5px;
  display: inline-block;
  overflow: hidden;
}
.popover.bottom .popover-content .socials a i {
  color: #303c42;
  font-size: 27px;
}
.popover.bottom .popover-content .socials a:hover i {
  color: #e36f1e;
}

.select-dropdown {
  --text: #303c42;
  --border: #979797;
  --borderActive: #979797;
  --background: #fff;
  --arrow: #303c42;
  --arrowActive: #303c42;
  --listText: #303c42;
  --listBackground: #fff;
  --listActive: #fff;
  --listTextActive: #77858d;
  --listBorder: #bebebe;
  --textFilled: #6C7486;
  width: 200px;
  position: relative;
}
.select-dropdown select {
  display: none;
  padding: 11px 16px 10px 23px;
  border-radius: 4px;
  border: solid 0.5px #979797;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  height: 42px;
}
.select-dropdown > span {
  cursor: pointer;
  padding: 11px 16px 10px 23px;
  border-radius: 4px;
  display: block;
  position: relative;
  color: var(--text);
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  border: 1px solid var(--border);
  background: var(--background);
  transition: all 0.3s ease;
}
.select-dropdown > span:before, .select-dropdown > span:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 2px;
  border-radius: 1px;
  top: 50%;
  right: 15px;
  background: var(--arrow);
  transition: all 0.3s ease;
}
.select-dropdown > span:before {
  margin-right: 4px;
  transform: scale(0.96, 0.8) rotate(50deg);
}
.select-dropdown > span:after {
  transform: scale(0.96, 0.8) rotate(-50deg);
}
.select-dropdown ul {
  margin: 0;
  padding: 15px 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  max-height: calc(var(--max-scroll) * 42px);
  top: 42px;
  left: 0;
  z-index: 9;
  right: 0;
  background: var(--listBackground);
  border-radius: 4px;
  overflow-x: hidden;
  overflow-y: auto;
  transform-origin: 0 0;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transform: scale(0.8) translate(0, 4px);
  border: 1px solid var(--listBorder);
}
.select-dropdown ul li {
  opacity: 0;
  transform: translate(6px, 0);
  transition: all 0.3s ease;
}
.select-dropdown ul li a {
  cursor: pointer;
  display: block;
  padding: 8px 24px;
  line-height: 20px;
  color: var(--listText);
  font-family: "Montserrat";
  font-size: 14px;
  text-decoration: none;
  outline: none;
  position: relative;
  transition: all 0.3s ease;
}
.select-dropdown ul li a:hover {
  color: var(--listTextActive);
}
.select-dropdown ul li.active a {
  color: var(--listTextActive);
  background: var(--listActive);
}
.select-dropdown ul li.active a:before, .select-dropdown ul li.active a:after {
  --scale: .6;
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  position: absolute;
  right: 17px;
  top: 50%;
  opacity: 0;
  background: var(--listText);
  transition: all 0.2s ease;
}
.select-dropdown ul li.active a:before {
  transform: rotate(45deg) scale(var(--scale));
}
.select-dropdown ul li.active a:after {
  transform: rotate(-45deg) scale(var(--scale));
}
.select-dropdown ul li.active a:hover:before, .select-dropdown ul li.active a:hover:after {
  --scale: .9;
  opacity: 1;
}
.select-dropdown ul li:first-child a {
  border-radius: 4px 4px 0 0;
}
.select-dropdown ul li:last-child a {
  border-radius: 0 0 4px 4px;
}
.select-dropdown.filled > span {
  color: var(--textFilled);
}
.select-dropdown.open > span {
  border-color: var(--borderActive);
}
.select-dropdown.open > span:before, .select-dropdown.open > span:after {
  background: var(--arrowActive);
}
.select-dropdown.open > span:before {
  transform: scale(0.96, 0.8) rotate(-50deg);
}
.select-dropdown.open > span:after {
  transform: scale(0.96, 0.8) rotate(50deg);
}
.select-dropdown.open ul {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translate(0, 12px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
}
.select-dropdown.open ul li {
  opacity: 1;
  transform: translate(0, 0);
}

table.dataTable thead tr th.sorting, table.dataTable thead tr th.sorting_asc, table.dataTable thead tr th.sorting_desc, table.dataTable thead tr th.sorting_asc_disabled, table.dataTable thead tr th.sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  position: relative;
}
table.dataTable thead tr th.sorting:before, table.dataTable thead tr th.sorting:after, table.dataTable thead tr th.sorting_asc:before, table.dataTable thead tr th.sorting_asc:after, table.dataTable thead tr th.sorting_desc:before, table.dataTable thead tr th.sorting_desc:after, table.dataTable thead tr th.sorting_asc_disabled:before, table.dataTable thead tr th.sorting_asc_disabled:after, table.dataTable thead tr th.sorting_desc_disabled:before, table.dataTable thead tr th.sorting_desc_disabled:after {
  position: absolute;
  right: 15px;
  color: #77858d;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
}
table.dataTable thead tr th.sorting:before, table.dataTable thead tr th.sorting_asc:before, table.dataTable thead tr th.sorting_desc:before, table.dataTable thead tr th.sorting_asc_disabled:before, table.dataTable thead tr th.sorting_desc_disabled:before {
  top: 50%;
  margin-top: -7px;
  content: "\f0de";
}
table.dataTable thead tr th.sorting:after, table.dataTable thead tr th.sorting_asc:after, table.dataTable thead tr th.sorting_desc:after, table.dataTable thead tr th.sorting_asc_disabled:after, table.dataTable thead tr th.sorting_desc_disabled:after {
  bottom: 50%;
  margin-bottom: -7px;
  content: "\f0dd";
}
table.dataTable thead tr th.sorting_asc:before {
  color: #303c42;
}
table.dataTable thead tr th.sorting_desc:after {
  color: #303c42;
}

.site.nz-site h1, .site.nz-site h2, .site.nz-site h3, .site.nz-site h4, .site.nz-site h5, .site.nz-site h6 {
  font-family: "GlyphaLTStd-Bold", sans-serif !important;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
footer#colophon {
  position: relative;
  z-index: 900;
  overflow: hidden;
}
footer#colophon:before, footer#colophon:after {
  content: "";
  position: absolute;
  top: 0;
  display: table-cell !important;
  width: 20%;
  height: 60px;
}
footer#colophon.not-found:before, footer#colophon.not-found:after {
  display: none !important;
}
footer#colophon:before {
  left: 0;
}
footer#colophon:after {
  right: 0;
}
footer#colophon .row.sub-menu {
  background-color: #ffffff;
}
footer#colophon .row.sub-menu ul {
  text-align: center;
  margin: auto;
  max-width: 1300px;
  padding: 20px 0;
}
footer#colophon .row.sub-menu ul li {
  display: inline-block;
  text-align: center;
  float: none;
}
footer#colophon .row.sub-menu ul li a {
  cursor: pointer;
  padding: 5px;
  color: #303C42;
  font-family: "Montserrat", sans-serif;
  line-height: 20px;
  display: block;
  --max-font: 14;
  --min-font: 12;
  font-size: var(--responsive);
  line-height: 26px;
  padding-right: 16px;
  padding-left: 16px;
}
footer#colophon .row:last-child {
  background-color: #303C42;
  padding-top: 40px;
  padding-bottom: 30px;
}
@media (max-width: 1025px) {
  footer#colophon .row:last-child {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
footer#colophon p {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 15px;
  color: #ffffff;
  text-align: center;
  opacity: 0.8;
  margin-bottom: 1em;
}
footer#colophon img.logo {
  margin-top: 20px;
  width: 100px;
}
@media (max-width: 1025px) {
  footer#colophon img.logo {
    width: 70px;
  }
}
footer {
  padding-top: 26px;
  padding-bottom: 22px;
}
footer ul.social-media-icons {
  display: block;
  color: #303c42;
  padding: 0px;
  margin: 0px;
}
footer ul.social-media-icons li {
  margin: 0;
  padding: 0;
  float: left;
  width: auto !important;
  height: auto !important;
}
footer ul.social-media-icons li:hover {
  opacity: 1;
}
footer ul.social-media-icons li a {
  margin: 0 10px 10px 0;
  padding: 4px 0;
  width: 18px;
  height: 18px;
  color: #fff;
  font-size: 10px;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
  background-color: #303c42;
  display: inline-block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  overflow: hidden;
}
footer ul.social-media-icons li a.social-facebook {
  background: url(assets/img/social-facebook.png) no-repeat center center;
  background-size: 18px 18px;
}
footer ul.social-media-icons li a.social-facebook:hover {
  background: url(assets/img/social-facebook-h.png) no-repeat center center;
  background-size: 18px 18px;
}
footer ul.social-media-icons li a.social-instagram {
  background: url(assets/img/social-instagram.png) no-repeat center center;
  background-size: 18px 18px;
}
footer ul.social-media-icons li a.social-instagram:hover {
  background: url(assets/img/social-instagram-h.png) no-repeat center center;
  background-size: 18px 18px;
}
footer ul.social-media-icons li a.social-youtube {
  background: url(assets/img/social-youtube.png) no-repeat center center;
  background-size: 18px 18px;
}
footer ul.social-media-icons li a.social-youtube:hover {
  background: url(assets/img/social-youtube-h.png) no-repeat center center;
  background-size: 18px 18px;
}
footer ul.social-media-icons li a.social-linkedin {
  background: url(assets/img/social-linkedin.png) no-repeat center center;
  background-size: 18px 18px;
}
footer ul.social-media-icons li a.social-linkedin:hover {
  background: url(assets/img/social-linkedin-h.png) no-repeat center center;
  background-size: 18px 18px;
}
footer .container {
  height: auto;
}
.scroll {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.iziModal.LoginRegister .iziModal-wrap .warning-text p {
  margin: 0;
  font-size: 20px;
  color: #fff;
  line-height: 30px;
}

/*--------------------------------------------------------------
## glossaries
--------------------------------------------------------------*/
.glossaries {
  padding: 162px 0 45px;
}
.glossaries .section-title {
  margin-bottom: 42px;
  line-height: 1;
  flex-direction: column;
}
.glossaries .section-title small {
  margin-bottom: 17px;
  display: block;
  clear: both;
}
.glossaries .section-title small, .glossaries .section-title small a {
  color: #77858d;
  font-size: 12px;
  font-family: "Montserrat";
}
@media (max-width: 576px) {
  .glossaries .section-title {
    line-height: 1;
  }
  .glossaries .section-title small {
    margin-bottom: 10px;
  }
}
.glossaries .alphabetical-nav {
  margin-bottom: 28px;
  padding: 18px 0 14px;
  background-color: #f7f7f7;
}
.glossaries .alphabetical-nav a {
  padding: 0 13px;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 600;
  line-height: 1.56;
  color: #303c42;
}
@media (max-width: 576px) {
  .glossaries .alphabetical-nav {
    position: fixed;
    z-index: 9;
    top: 100px;
    right: 0;
    display: flex;
    flex-direction: column;
  }
  .glossaries .alphabetical-nav a {
    font-size: 12px;
    line-height: 22px;
  }
}
.glossaries .fund {
  margin-bottom: 50px;
}
.glossaries .alphabet {
  padding: 20px 0 5px;
}
.glossaries .alphabet h5 {
  margin: 0;
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #e1690e;
  position: relative;
}
.glossaries .alphabet h5:after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 30px;
  content: "";
  height: 2px;
  background-color: #303c42;
}
.glossaries .glossary {
  padding: 15px 0;
}
.glossaries .glossary h6 {
  margin-bottom: 10px;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: bold;
  line-height: 1.56;
  color: #303c42;
}
.glossaries .glossary p {
  margin-bottom: 0;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.63;
  color: #303c42;
}
@media (max-width: 576px) {
  .glossaries .alphabet,
  .glossaries .glossary {
    margin-right: 50px;
  }
}

/*--------------------------------------------------------------
## shortcodes
--------------------------------------------------------------*/
.funds-risk-widget .risk-chart-slider {
  margin-bottom: 50px;
}
.funds-risk-widget .risk-chart-slider .row {
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .funds-risk-widget .risk-chart-slider .row {
    margin-top: 50px;
    flex-direction: column;
  }
  .funds-risk-widget .risk-chart-slider .row .fund-risk-slider {
    padding-top: 50px;
  }
}
.funds-risk-widget .risk-chart-slider .row .fund-risk-chart {
  margin: 0 auto;
  position: relative;
}
.funds-risk-widget .risk-chart-slider .row .fund-risk-chart .risk-indicators {
  margin-top: 20px;
  text-align: center;
  display: none;
}
@media (max-width: 576px) {
  .funds-risk-widget .risk-chart-slider .row .fund-risk-chart .risk-indicators {
    display: block;
  }
}
.funds-risk-widget .risk-chart-slider .row .fund-risk-chart .risk-indicators span {
  padding: 0 10px;
}
.funds-risk-widget .risk-chart-slider .row .fund-risk-chart .risk-indicator {
  position: absolute;
  top: 15px;
  right: 0;
  left: 0;
  height: 164px;
  padding-top: 30px;
  font-weight: bold;
  display: none;
  justify-content: center;
}
.funds-risk-widget .risk-chart-slider .row .fund-risk-chart .risk-indicator span {
  margin-left: 5px;
}
.funds-risk-widget .risk-chart-slider .row .fund-risk-chart:hover .risk-indicator {
  display: flex;
}
.funds-risk-widget .risk-chart-slider .row .irl {
  margin: 30px 0 15px;
  padding-left: 30px;
  position: relative;
  display: block;
  font-weight: bold;
  line-height: 1;
}
.funds-risk-widget .risk-chart-slider .row .irl:before {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 0;
  content: "";
  margin-top: -5px;
  width: 20px;
  height: 10px;
  background: #E1690E;
}
.funds-risk-widget .risk-chart-slider .row .fund-risk-slider p {
  margin-bottom: 7px;
  font-size: 16px;
  line-height: 26px;
}
.funds-risk-widget .risk-chart-slider .row .fund-risk-slider .ruler-wrapper {
  position: relative;
}
.funds-risk-widget .risk-chart-slider .row .fund-risk-slider .ruler-wrapper .ruler {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -5px;
  height: 10px;
  width: 100%;
  border-left: 1px solid #303C42;
  border-right: 1px solid #303C42;
  background-repeat: no-repeat;
  background-size: 100% 2px, 2px 8px, 2px 8px, 2px 8px, 2px 8px, 2px 8px;
  background-image: linear-gradient(#303C42, #303C42), linear-gradient(#303C42, #303C42), linear-gradient(#303C42, #303C42), linear-gradient(#303C42, #303C42), linear-gradient(#303C42, #303C42), linear-gradient(#303C42, #303C42);
  background-position: 0% center, 16.6666% center, 33.3333% center, 50% center, 66.6666% center, 83.3333% center;
}
.funds-risk-widget .risk-chart-slider .row .fund-risk-slider .ruler-wrapper input[type=range] {
  position: relative;
  z-index: 1;
  padding: 0;
  border-bottom: 0px;
  height: 31px;
  -webkit-appearance: none;
  margin: 0;
  width: 100%;
  border-bottom: 0px;
}
.funds-risk-widget .risk-chart-slider .row .fund-risk-slider .ruler-wrapper input[type=range]:focus {
  outline: none;
}
.funds-risk-widget .risk-chart-slider .row .fund-risk-slider .ruler-wrapper input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #303C42;
  background: #303C42;
  border-radius: 0px;
  border: 0px solid #303C42;
}
.funds-risk-widget .risk-chart-slider .row .fund-risk-slider .ruler-wrapper input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #303C42;
  border: 0px solid #303C42;
  height: 16px;
  width: 16px;
  border-radius: 32px;
  background: #303C42;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6px;
}
.funds-risk-widget .risk-chart-slider .row .fund-risk-slider .ruler-wrapper input[type=range]:focus::-webkit-slider-runnable-track {
  background: #303C42;
}
.funds-risk-widget .risk-chart-slider .row .fund-risk-slider .ruler-wrapper input[type=range]::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #303C42;
  background: #303C42;
  border-radius: 0px;
  border: 0px solid #303C42;
}
.funds-risk-widget .risk-chart-slider .row .fund-risk-slider .ruler-wrapper input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #303C42;
  border: 0px solid #303C42;
  height: 16px;
  width: 16px;
  border-radius: 32px;
  background: #303C42;
  cursor: pointer;
  margin-top: -6px;
}
.funds-risk-widget .risk-chart-slider .row .fund-risk-slider .ruler-wrapper input[type=range]::-ms-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.funds-risk-widget .risk-chart-slider .row .fund-risk-slider .ruler-wrapper input[type=range]::-ms-fill-lower {
  background: #303C42;
  border: 0px solid #303C42;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #303C42;
}
.funds-risk-widget .risk-chart-slider .row .fund-risk-slider .ruler-wrapper input[type=range]::-ms-fill-upper {
  background: #303C42;
  border: 0px solid #303C42;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #303C42;
}
.funds-risk-widget .risk-chart-slider .row .fund-risk-slider .ruler-wrapper input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0px 0px 0px #303C42;
  border: 0px solid #303C42;
  height: 16px;
  width: 16px;
  border-radius: 32px;
  background: #303C42;
  cursor: pointer;
  margin-top: -6px;
}
.funds-risk-widget .risk-chart-slider .row .fund-risk-slider .ruler-wrapper input[type=range]:focus::-ms-fill-lower {
  background: #303C42;
}
.funds-risk-widget .risk-chart-slider .row .fund-risk-slider .ruler-wrapper input[type=range]:focus::-ms-fill-upper {
  background: #303C42;
}
.funds-risk-widget .risk-chart-slider .row .fund-risk-slider .slider-indicators {
  display: flex;
  justify-content: space-between;
  padding: 0 3px;
}
.funds-risk-widget .risk-chart-slider .row .fund-risk-slider .slider-indicators span {
  font-family: "Montserrat";
  color: #6d7278;
  font-size: 12px;
  line-height: 15px;
}
.funds-risk-widget .risk-chart-slider .row .fund-risk-slider .slider-indicators span:before {
  content: "•";
  font-weight: bold;
  margin-right: 5px;
  font-size: 18px;
}
.funds-risk-widget .risk-chart-slider .row .fund-risk-slider .slider-indicators span.high:before {
  color: #e36f1e;
}
.funds-risk-widget .risk-funds .nav-tabs {
  margin: 0;
}
.funds-risk-widget .risk-funds .nav-tabs li a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  color: #303c42;
  font-family: "Montserrat";
  font-size: 18px;
  cursor: pointer;
}
.funds-risk-widget .risk-funds .nav-tabs li:hover a,
.funds-risk-widget .risk-funds .nav-tabs li:hover a:hover {
  text-decoration: none;
  background-color: transparent;
}
.funds-risk-widget .risk-funds .nav-tabs li.active a {
  color: #555;
  background-color: transparent;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  cursor: default;
  font-weight: 600;
  font-family: "Montserrat";
  font-size: 18px;
}
.funds-risk-widget .risk-funds .tab-content ul {
  margin: 20px 15px;
  list-style: none;
}
.funds-risk-widget .risk-funds .tab-content ul li {
  padding-left: 10px;
  list-style: none;
  position: relative;
}
.funds-risk-widget .risk-funds .tab-content ul li a {
  padding: 10px 40px 10px 10px;
  color: #303c42;
  font-size: 18px;
  font-family: "Montserrat";
  font-weight: 600;
  line-height: 23px;
  display: inline-block;
}
.funds-risk-widget .risk-funds .tab-content ul li a i {
  margin-left: 10px;
}
.funds-risk-widget .risk-funds .tab-content ul li a:hover, .funds-risk-widget .risk-funds .tab-content ul li a.active {
  font-size: 18px;
  font-family: "Montserrat";
  font-weight: 600;
  background-position: right 15px top 15px;
}
@media screen and (max-width: 768px) {
  .funds-risk-widget .risk-funds .tab-content ul li a {
    display: block;
  }
  .funds-risk-widget .risk-funds .tab-content ul li a i {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -9px;
  }
}
.funds-risk-widget .risk-funds .tab-content ul li:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  content: "\f111";
  font-size: 8px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
}
.funds-risk-widget.kiwisaver .risk-chart-slider .fund-risk-slider .slider-indicators span.low:before {
  color: #bae0f3;
}
.funds-risk-widget.kiwisaver .risk-funds .nav-tabs li.active a {
  border-bottom: 6px solid #1c99d6;
  border-bottom-color: #1c99d6;
  color: #1c99d6;
}
.funds-risk-widget.kiwisaver .risk-funds .tab-content ul li a:hover, .funds-risk-widget.kiwisaver .risk-funds .tab-content ul li a.active {
  color: #1c99d6;
  background-image: url(assets/img/funds/icon-arrow-right-blue.svg);
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

body.admin-bar .dialog-lightbox-widget {
  height: inherit;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
  font-size: 13px;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.3333333333%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.6666666667%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.2857142857%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.1111111111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# funds
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## single fund
--------------------------------------------------------------*/
.single-fund .container-fluid {
  max-width: 1440px;
}
.single-fund .performance h1 {
  font-size: 40px;
}
.single-fund .performance h1 small, .single-fund .performance h1 small a {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.49px;
  color: #77858d;
  display: block;
}
.single-fund .performance h1 small a {
  float: left;
  margin-right: 15px;
}
@media (max-width: 576px) {
  .single-fund .performance h1 {
    font-size: 30px;
  }
}
.single-fund .performance .controls {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.single-fund .performance .controls a {
  color: #303c42;
  cursor: pointer;
}
.single-fund .performance .controls a.active {
  color: #4bc864;
  font-weight: 600;
}
.single-fund .performance .controls .types {
  margin-bottom: 20px;
}
.single-fund .performance .controls .types a {
  margin-right: 30px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.49px;
  color: #303c42;
  line-height: 18px;
}
.single-fund .performance .controls .types a.active {
  position: relative;
  color: #4bc864;
}
.single-fund .performance .controls .types a.active:after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  content: "";
  height: 4px;
  background-color: #4bc864;
}
.single-fund .performance .controls .periods {
  margin-bottom: 20px;
}
.single-fund .performance .controls .periods a {
  padding: 0 10px;
  font-size: 12px;
  letter-spacing: 0.42px;
}
.single-fund .performance .chart {
  margin-bottom: 30px;
}
.single-fund .performance .chart canvas {
  height: 320px;
}
.single-fund .performance .description {
  margin-bottom: 40px;
  font-family: "Montserrat";
  font-size: 16px;
  line-height: 1.63;
  color: #303c42;
}
.single-fund .performance .performance-data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding: 22px 0;
  font-size: 14px;
  letter-spacing: 0.49px;
  text-align: center;
  line-height: 1;
  color: #031949;
  border: solid 0.5px #bebebe;
}
.single-fund .performance .performance-data .data {
  margin: 12px 0;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.71px;
  text-align: center;
  color: #303c42;
}
.single-fund .performance .performance-data small {
  font-size: 10px;
  letter-spacing: 0.35px;
  text-align: center;
  color: #031949;
}
.single-fund .performance .performance-data a {
  display: flex;
}
.single-fund .performance .performance-data a small {
  color: #4bc864;
  font-weight: bold;
}
.single-fund .performance .performance-data.side {
  margin-bottom: 10px;
}
.single-fund .performance .performance-data.risk-profile .data span.active {
  color: #4bc864;
}
.single-fund .overview {
  padding-top: 56px;
  padding-bottom: 32px;
  background: #f5f5f5 url(assets/img/funds/bg-forest.png) no-repeat right bottom;
  background-size: 45% 100%;
}
.single-fund .overview h4 {
  margin-bottom: 2rem;
}
.single-fund .overview p {
  font-size: 16px;
  line-height: 1.63;
  color: #303c42;
}
.single-fund .overview .gcd-btn {
  margin-right: 36px;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .single-fund .overview {
    background-size: 55% 100%;
  }
}
.single-fund .features {
  padding-top: 75px;
}
.single-fund .features h3 {
  margin-bottom: 80px;
}
.single-fund .features .feature {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.single-fund .features .feature img {
  margin-bottom: 25px;
  max-width: 100px;
  max-height: 100px;
}
.single-fund .features .feature h5 {
  margin-bottom: 12px;
}
.single-fund .features .feature p {
  margin-bottom: 0;
  text-align: center;
  line-height: 1.56;
}
.single-fund .allocation {
  padding-top: 57px;
  padding-bottom: 63px;
  background-color: #f5f5f5;
}
.single-fund .allocation h3 {
  margin-bottom: 50px;
}
.single-fund .allocation .allocation-content .asset {
  margin-bottom: 30px;
  padding-left: 35px;
  position: relative;
}
.single-fund .allocation .allocation-content .asset h5 {
  margin-bottom: 10px;
}
.single-fund .allocation .allocation-content .asset p {
  margin: 0;
  font-size: 18px;
  line-height: 1.56;
}
.single-fund .allocation .allocation-content .asset:before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  content: "";
  background-color: #574b60;
}
.single-fund .allocation .allocation-content .asset:first-child:before {
  background-color: #4bc864;
}
.single-fund .allocation .allocation-chart {
  margin-top: 60px;
  margin-bottom: 60px;
  position: relative;
}
.single-fund .allocation .allocation-chart .chart-name {
  position: absolute;
  top: 50%;
  margin-top: -23px;
  margin-bottom: 0;
  width: 100%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.single-fund .holdings {
  padding: 80px 0;
}
.single-fund .holdings h3 {
  margin-bottom: 50px;
}
.single-fund .holdings .holding {
  padding: 20px 0;
  border-bottom: solid 1px #77858d;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.single-fund .holdings .holding h6 {
  margin-bottom: 5px;
}
.single-fund .holdings .holding strong {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: bold;
  line-height: 1.56;
  color: #4bc864;
}
.single-fund .holdings .row .col-lg-6:first-child .holding,
.single-fund .holdings .row .col-lg-6:nth-child(2) .holding {
  margin-top: -1px;
  border-top: solid 1px #77858d;
}
.single-fund .investment-fund-helper {
  margin-top: 112px;
  margin-bottom: 83px;
}
.single-fund .managers {
  padding-top: 68px;
  background-color: #f5f5f5;
}
.single-fund .managers h3 {
  margin-bottom: 28px;
  text-align: center;
}
.single-fund .managers .manager {
  margin-bottom: 68px;
  text-align: center;
  cursor: pointer;
}
.single-fund .managers .manager img {
  margin-bottom: 28px;
}
.single-fund .managers .manager h5 {
  text-align: center;
}
.single-fund .managers .manager h5 span {
  display: block;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  line-height: 1.56;
  color: #77858d;
}
.single-fund .managers .modal {
  --bs-modal-width: 600px;
}
.single-fund .managers .modal .modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.single-fund .managers .modal .modal-dialog .modal-content {
  padding: 30px 25px 20px;
}
.single-fund .managers .modal .modal-dialog .modal-content img {
  margin: 0 auto 20px;
  display: block;
}
.single-fund .managers .modal .modal-dialog .modal-content button.close {
  position: absolute;
  top: 30px;
  right: 25px;
  opacity: 1;
}
@media (max-width: 576px) {
  .single-fund .managers .modal .modal-dialog .modal-content button.close {
    top: 0;
    right: 0;
    background: none;
    border: 0;
  }
  .single-fund .managers .modal .modal-dialog .modal-content button.close i {
    color: #303c42;
    font-size: 16px;
  }
}
.single-fund .managers .modal .modal-dialog .modal-content .bio .name {
  color: #e36f1e;
  font-size: 20px;
}
.single-fund .managers .modal .modal-dialog .modal-content .bio .postition {
  font-size: 14px;
  padding: 0;
  color: #77858d;
  margin-bottom: 20px;
}
.single-fund .managers .modal .modal-dialog .modal-content .bio p {
  color: #303c42;
  line-height: 1.6;
}
.single-fund .managers .carousel .carousel-inner .item h6 i {
  margin-right: 6px;
  margin-left: 6px;
  font-size: 6px;
}
.single-fund .managers .carousel .carousel-inner .item h6 span {
  font-size: 18px;
  color: #77858d;
}
.single-fund .managers .carousel .carousel-inner .item p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.56;
  color: #303c42;
}
.single-fund .managers .carousel-controls {
  position: absolute;
  bottom: 0;
  left: 0;
}
.single-fund .managers .carousel-controls .carousel-control {
  position: relative;
  width: 34px;
  height: 34px;
  color: #fff;
  text-align: center;
  line-height: 34px;
  background: #303c42;
  opacity: 1;
  border-radius: 4px;
  display: inline-block;
}
.single-fund .managers .carousel-controls .carousel-control.left {
  margin-right: 20px;
}
.single-fund .icon-features {
  padding-top: 50px;
  background-color: #303c42;
}
.single-fund .icon-features .row {
  display: flex;
}
.single-fund .icon-features .row .icon-feature {
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.single-fund .icon-features .row .icon-feature img {
  margin-bottom: 40px;
  max-height: 125px;
}
.single-fund .icon-features .row .icon-feature h6 {
  margin-top: auto;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.single-fund .related {
  padding-top: 82px;
  padding-bottom: 143px;
  background: #303c42 url(assets/img/funds/bg-moutain-dark.jpg) no-repeat center center;
  background-size: cover;
}
.single-fund .related h4 {
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
}
.single-fund .related .row {
  display: flex;
}
.single-fund .related .row .col-md-4 {
  padding: 60px 35px 50px;
  background: #dbf4e0;
}
.single-fund .related .row .col-md-4 .related-fund p {
  font-family: "Montserrat";
  font-size: 18px;
  line-height: 1.56;
  color: #303c42;
}
.single-fund .related .row .col-md-4:nth-child(2) {
  background: #4bc864;
}
@media (max-width: 576px) {
  .single-fund .related .row {
    flex-direction: column;
  }
}
.single-fund .bottom {
  padding-top: 37px;
  background-color: #303c42;
}
.single-fund .bottom.fixed-bottom {
  position: fixed;
  z-index: 9;
  right: 0;
  bottom: 0;
  left: 0;
}
.single-fund .bottom .row {
  display: flex;
}
@media (max-width: 576px) {
  .single-fund .bottom .row {
    flex-direction: column;
  }
}
.single-fund .bottom .row .bottom-block {
  padding-bottom: 33px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.single-fund .bottom .row .bottom-block h4 {
  color: #4bc864;
}
.single-fund .bottom .row .bottom-block p {
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  line-height: 1.32;
}
.single-fund .bottom .row .bottom-block a {
  margin-top: auto;
  margin-right: auto;
}
.single-fund.kiwisaver .overview {
  background: #f5f5f5 url(assets/img/funds/bg-mountain.png) no-repeat right bottom;
  background-size: 45% 100%;
}
.single-fund.kiwisaver .related {
  padding-bottom: 57px;
  background: #303c42 url(assets/img/funds/bg-mountain-dark-red.jpg) no-repeat center center;
  background-size: cover;
}
.single-fund.kiwisaver .related .row .col-md-4 {
  background-color: #d1ebf7;
}
.single-fund.kiwisaver .related .row .col-md-4:nth-child(2) {
  background-color: rgba(28, 153, 214, 0.76);
}
.single-fund.kiwisaver .related .row .col-md-4:nth-child(2) .related-fund h6,
.single-fund.kiwisaver .related .row .col-md-4:nth-child(2) .related-fund p {
  color: #fff;
}
.single-fund.kiwisaver .bottom .bottom-block h4 {
  color: #1c99d6;
}

.investment-fund-helper {
  padding-top: 50px;
  background: #fbfbfb url(assets/img/funds/bg-moutain.png) no-repeat right bottom;
  background-size: 25%;
}
.investment-fund-helper .investment-fund-helper-left {
  margin: 0 30px 0px 70px;
}
@media (max-width: 576px) {
  .investment-fund-helper .investment-fund-helper-left {
    margin: 0 20px;
  }
}
.investment-fund-helper .investment-fund-helper-left h5 {
  margin-bottom: 30px;
}
.investment-fund-helper .investment-fund-helper-left .invest-input {
  margin-bottom: 25px;
  display: inline-block;
}
.investment-fund-helper .investment-fund-helper-left .invest-input p {
  margin-bottom: 12px;
  font-family: "Montserrat";
  font-size: 16px;
  line-height: 1.63;
  color: #303c42;
}
.investment-fund-helper .investment-fund-helper-left .invest-input input {
  border: 1px solid #979797;
  background-color: #fff;
  line-height: 18px;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 600;
  color: #303c42;
  padding: 13px 14px;
  width: 100%;
}
.investment-fund-helper .investment-fund-helper-left .invest-slider-wrapper {
  margin-bottom: 35px;
  padding: 20px 0 40px;
  position: relative;
}
.investment-fund-helper .investment-fund-helper-left .invest-slider-wrapper .ruler {
  position: absolute;
  top: 38px;
  right: 0;
  left: 0;
  font-family: "Montserrat";
  font-size: 12px;
  color: #6d7278;
}
.investment-fund-helper .investment-fund-helper-left .invest-slider-wrapper .ruler .ruler-0,
.investment-fund-helper .investment-fund-helper-left .invest-slider-wrapper .ruler .ruler-10,
.investment-fund-helper .investment-fund-helper-left .invest-slider-wrapper .ruler .ruler-20,
.investment-fund-helper .investment-fund-helper-left .invest-slider-wrapper .ruler .ruler-100 {
  position: absolute;
  top: 0;
}
.investment-fund-helper .investment-fund-helper-left .invest-slider-wrapper .ruler .ruler-0 {
  left: 0;
}
.investment-fund-helper .investment-fund-helper-left .invest-slider-wrapper .ruler .ruler-10 {
  left: 10%;
  margin-left: -15px;
}
.investment-fund-helper .investment-fund-helper-left .invest-slider-wrapper .ruler .ruler-20 {
  left: 20%;
  margin-left: -16px;
}
.investment-fund-helper .investment-fund-helper-left .invest-slider-wrapper .ruler .ruler-100 {
  right: 0;
}
.investment-fund-helper .investment-fund-helper-left .invest-slider-wrapper .invest-slider {
  background-color: #d8d8d8;
  border: none;
  box-shadow: none;
  height: 8px;
}
.investment-fund-helper .investment-fund-helper-left .invest-slider-wrapper .invest-slider .noUi-base .noUi-connects .noUi-connect {
  background: #4bc864;
}
.investment-fund-helper .investment-fund-helper-left .invest-slider-wrapper .invest-slider .noUi-base .noUi-origin .noUi-handle:before, .investment-fund-helper .investment-fund-helper-left .invest-slider-wrapper .invest-slider .noUi-base .noUi-origin .noUi-handle:after {
  display: none;
}
.investment-fund-helper .investment-fund-helper-left .invest-slider-wrapper .invest-slider .noUi-base .noUi-origin .noUi-handle {
  border: none;
  box-shadow: none;
  background: #4bc864;
  border-radius: 10px;
  width: 34px;
  height: 20px;
  cursor: pointer;
}
.investment-fund-helper .investment-fund-helper-left .invest-slider-wrapper .invest-slider .noUi-base .noUi-origin .noUi-handle .noUi-tooltip {
  bottom: -120%;
  padding: 5px 8px 2px;
  font-family: "Montserrat";
  font-size: 16px;
  color: #303c42;
  line-height: 1;
  border: none;
}
.investment-fund-helper .investment-fund-helper-right {
  margin: 0 70px 0px 30px;
  font-family: "Montserrat";
  font-size: 18px;
  line-height: 1.56;
  color: #303c42;
  display: flex;
  flex-direction: column;
}
@media (max-width: 576px) {
  .investment-fund-helper .investment-fund-helper-right {
    margin: 0 20px;
  }
}
.investment-fund-helper .investment-fund-helper-right h6 {
  margin-bottom: 7px;
  font-family: "Montserrat" !important;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.56;
  color: #303c42;
  display: block;
}
.investment-fund-helper .investment-fund-helper-right h6 strong {
  color: #915fb4;
  font-size: 16px;
  font-weight: 600;
  display: block;
}
.investment-fund-helper .investment-fund-helper-right p {
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.56;
}
.investment-fund-helper .investment-fund-helper-right .invest-buttons {
  margin-bottom: 25px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.investment-fund-helper .investment-fund-helper-right .invest-buttons a {
  margin-bottom: 15px;
}
.investment-fund-helper .investment-fund-helper-right .invest-buttons strong {
  margin: 0 10px 15px;
}
@media screen and (min-width: 991px) {
  .investment-fund-helper .investment-fund-helper-right .invest-buttons {
    flex-direction: column;
  }
}
@media screen and (min-width: 1110px) {
  .investment-fund-helper .investment-fund-helper-right .invest-buttons {
    flex-direction: row;
  }
}
.investment-fund-helper .investment-fund-helper-right .pw {
  display: none;
}
.investment-fund-helper .investment-fund-helper-right.private-wealth .not-pw {
  display: none;
}
.investment-fund-helper .investment-fund-helper-right.private-wealth .pw {
  display: flex;
}

.fund-features {
  padding-top: 75px;
}
.fund-features h3 {
  margin-bottom: 80px;
}
.fund-features .fund-feature {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fund-features .fund-feature img {
  margin-bottom: 25px;
  max-width: 100px;
  max-height: 100px;
}
.fund-features .fund-feature h5 {
  margin-bottom: 12px;
}
.fund-features .fund-feature p {
  margin-bottom: 0;
  text-align: center;
  line-height: 1.56;
}

.fund-managers {
  padding-top: 68px;
}
.fund-managers h3 {
  margin-bottom: 28px;
  text-align: center;
}
.fund-managers .fund-manager {
  margin-bottom: 68px;
  text-align: center;
  cursor: pointer;
}
.fund-managers .fund-manager img {
  margin-bottom: 28px;
}
.fund-managers .fund-manager h5 {
  text-align: center;
}
.fund-managers .fund-manager h5 span {
  display: block;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  line-height: 1.56;
  color: #77858d;
}
.fund-managers .modal {
  --bs-modal-width: 600px;
}
.fund-managers .modal .modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.fund-managers .modal .modal-dialog .modal-content {
  padding: 30px 25px 20px;
}
.fund-managers .modal .modal-dialog .modal-content img {
  margin: 0 auto 20px;
  display: block;
}
.fund-managers .modal .modal-dialog .modal-content button.close {
  position: absolute;
  top: 30px;
  right: 25px;
  opacity: 1;
}
@media (max-width: 576px) {
  .fund-managers .modal .modal-dialog .modal-content button.close {
    top: 0;
    right: 0;
    background: none;
    border: 0;
  }
  .fund-managers .modal .modal-dialog .modal-content button.close i {
    color: #303c42;
    font-size: 16px;
  }
}
.fund-managers .modal .modal-dialog .modal-content .bio .name {
  color: #e36f1e;
  font-size: 20px;
}
.fund-managers .modal .modal-dialog .modal-content .bio .postition {
  font-size: 14px;
  padding: 0;
  color: #77858d;
  margin-bottom: 20px;
}
.fund-managers .modal .modal-dialog .modal-content .bio p {
  color: #303c42;
  line-height: 1.6;
}
.fund-managers .carousel .carousel-inner .item h6 i {
  margin-right: 6px;
  margin-left: 6px;
  font-size: 6px;
}
.fund-managers .carousel .carousel-inner .item h6 span {
  font-size: 18px;
  color: #77858d;
}
.fund-managers .carousel .carousel-inner .item p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.56;
  color: #303c42;
}
.fund-managers .carousel-controls {
  position: absolute;
  bottom: 0;
  left: 0;
}
.fund-managers .carousel-controls .carousel-control {
  position: relative;
  width: 34px;
  height: 34px;
  color: #fff;
  text-align: center;
  line-height: 34px;
  background: #303c42;
  opacity: 1;
  border-radius: 4px;
  display: inline-block;
}
.fund-managers .carousel-controls .carousel-control.left {
  margin-right: 20px;
}

/*# sourceMappingURL=style.css.map */
