@charset "UTF-8";
/*!
 * Bootstrap v5.1.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --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-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-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", 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-bg: #fff;
}

*,
*::before,
*::after {
  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: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

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

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],
abbr[data-bs-original-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;
}

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

ol ol,
ul ul,
ol ul,
ul ol {
  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.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

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: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

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: #6c757d;
  text-align: left;
}

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

input,
button,
select,
optgroup,
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]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]: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;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

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

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

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

::-webkit-file-upload-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-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

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

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

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

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

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@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: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  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: #6c757d;
}

.container,
.container-fluid,
.container-3xl,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 21px);
  padding-left: var(--bs-gutter-x, 21px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .container-3xl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1520px;
  }
}
.row {
  --bs-gutter-x: 42px;
  --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.3333333333%;
}

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

.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.3333333333%;
  }
  .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.6666666667%;
  }
  .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.3333333333%;
  }
  .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.6666666667%;
  }
  .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.3333333333%;
  }
  .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.6666666667%;
  }
  .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.3333333333%;
  }
  .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.6666666667%;
  }
  .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.3333333333%;
  }
  .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.6666666667%;
  }
  .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;
  }
}
@media (min-width: 1600px) {
  .col-3xl {
    flex: 1 0 0%;
  }
  .row-cols-3xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-3xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-3xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-3xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-3xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-3xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-3xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-3xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-3xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-3xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-3xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-3xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-3xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-3xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-3xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-3xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-3xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-3xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-3xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-3xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-3xl-0 {
    margin-left: 0;
  }
  .offset-3xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-3xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-3xl-3 {
    margin-left: 25%;
  }
  .offset-3xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-3xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-3xl-6 {
    margin-left: 50%;
  }
  .offset-3xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-3xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-3xl-9 {
    margin-left: 75%;
  }
  .offset-3xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-3xl-11 {
    margin-left: 91.66666667%;
  }
  .g-3xl-0,
  .gx-3xl-0 {
    --bs-gutter-x: 0;
  }
  .g-3xl-0,
  .gy-3xl-0 {
    --bs-gutter-y: 0;
  }
  .g-3xl-1,
  .gx-3xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-3xl-1,
  .gy-3xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-3xl-2,
  .gx-3xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-3xl-2,
  .gy-3xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-3xl-3,
  .gx-3xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-3xl-3,
  .gy-3xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-3xl-4,
  .gx-3xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-3xl-4,
  .gy-3xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-3xl-5,
  .gx-3xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-3xl-5,
  .gy-3xl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:first-child) {
  border-top: 2px solid currentColor;
}

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

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

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

.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-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

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

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

.table-primary {
  --bs-table-bg: #cfe2ff;
  --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: #000;
  border-color: #bacbe6;
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --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: #000;
  border-color: #cbccce;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --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: #000;
  border-color: #bcd0c7;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --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: #000;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --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: #000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --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: #000;
  border-color: #dfc2c4;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --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: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #212529;
  --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: #fff;
  border-color: #373b3e;
}

.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;
  }
}
@media (max-width: 1599.98px) {
  .table-responsive-3xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #0d6efd;
}
.link-primary:hover, .link-primary:focus {
  color: #0a58ca;
}

.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

.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: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1600px) {
  .sticky-3xl-top {
    position: sticky;
    top: 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, .sr-only,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  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;
}

.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: 1px;
  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;
}

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

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

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

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

.d-grid {
  display: 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: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

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

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

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

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

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

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

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

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

.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: 1px solid #dee2e6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.border-info {
  border-color: #0dcaf0 !important;
}

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

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

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

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

.border-white {
  border-color: #fff !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;
}

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

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

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

.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-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !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;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.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: #6c757d !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-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;
}

.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-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-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: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: 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-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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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-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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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-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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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-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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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-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;
  }
  .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;
  }
  .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;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1600px) {
  .float-3xl-start {
    float: left !important;
  }
  .float-3xl-end {
    float: right !important;
  }
  .float-3xl-none {
    float: none !important;
  }
  .d-3xl-inline {
    display: inline !important;
  }
  .d-3xl-inline-block {
    display: inline-block !important;
  }
  .d-3xl-block {
    display: block !important;
  }
  .d-3xl-grid {
    display: grid !important;
  }
  .d-3xl-table {
    display: table !important;
  }
  .d-3xl-table-row {
    display: table-row !important;
  }
  .d-3xl-table-cell {
    display: table-cell !important;
  }
  .d-3xl-flex {
    display: flex !important;
  }
  .d-3xl-inline-flex {
    display: inline-flex !important;
  }
  .d-3xl-none {
    display: none !important;
  }
  .flex-3xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-3xl-row {
    flex-direction: row !important;
  }
  .flex-3xl-column {
    flex-direction: column !important;
  }
  .flex-3xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-3xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-3xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-3xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-3xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-3xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-3xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-3xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-3xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-3xl-0 {
    gap: 0 !important;
  }
  .gap-3xl-1 {
    gap: 0.25rem !important;
  }
  .gap-3xl-2 {
    gap: 0.5rem !important;
  }
  .gap-3xl-3 {
    gap: 1rem !important;
  }
  .gap-3xl-4 {
    gap: 1.5rem !important;
  }
  .gap-3xl-5 {
    gap: 3rem !important;
  }
  .justify-content-3xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-3xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-3xl-center {
    justify-content: center !important;
  }
  .justify-content-3xl-between {
    justify-content: space-between !important;
  }
  .justify-content-3xl-around {
    justify-content: space-around !important;
  }
  .justify-content-3xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-3xl-start {
    align-items: flex-start !important;
  }
  .align-items-3xl-end {
    align-items: flex-end !important;
  }
  .align-items-3xl-center {
    align-items: center !important;
  }
  .align-items-3xl-baseline {
    align-items: baseline !important;
  }
  .align-items-3xl-stretch {
    align-items: stretch !important;
  }
  .align-content-3xl-start {
    align-content: flex-start !important;
  }
  .align-content-3xl-end {
    align-content: flex-end !important;
  }
  .align-content-3xl-center {
    align-content: center !important;
  }
  .align-content-3xl-between {
    align-content: space-between !important;
  }
  .align-content-3xl-around {
    align-content: space-around !important;
  }
  .align-content-3xl-stretch {
    align-content: stretch !important;
  }
  .align-self-3xl-auto {
    align-self: auto !important;
  }
  .align-self-3xl-start {
    align-self: flex-start !important;
  }
  .align-self-3xl-end {
    align-self: flex-end !important;
  }
  .align-self-3xl-center {
    align-self: center !important;
  }
  .align-self-3xl-baseline {
    align-self: baseline !important;
  }
  .align-self-3xl-stretch {
    align-self: stretch !important;
  }
  .order-3xl-first {
    order: -1 !important;
  }
  .order-3xl-0 {
    order: 0 !important;
  }
  .order-3xl-1 {
    order: 1 !important;
  }
  .order-3xl-2 {
    order: 2 !important;
  }
  .order-3xl-3 {
    order: 3 !important;
  }
  .order-3xl-4 {
    order: 4 !important;
  }
  .order-3xl-5 {
    order: 5 !important;
  }
  .order-3xl-last {
    order: 6 !important;
  }
  .m-3xl-0 {
    margin: 0 !important;
  }
  .m-3xl-1 {
    margin: 0.25rem !important;
  }
  .m-3xl-2 {
    margin: 0.5rem !important;
  }
  .m-3xl-3 {
    margin: 1rem !important;
  }
  .m-3xl-4 {
    margin: 1.5rem !important;
  }
  .m-3xl-5 {
    margin: 3rem !important;
  }
  .m-3xl-auto {
    margin: auto !important;
  }
  .mx-3xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-3xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-3xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-3xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-3xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-3xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-3xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-3xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-3xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-3xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-3xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-3xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-3xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-3xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-3xl-0 {
    margin-top: 0 !important;
  }
  .mt-3xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-3xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-3xl-3 {
    margin-top: 1rem !important;
  }
  .mt-3xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-3xl-5 {
    margin-top: 3rem !important;
  }
  .mt-3xl-auto {
    margin-top: auto !important;
  }
  .me-3xl-0 {
    margin-right: 0 !important;
  }
  .me-3xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-3xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-3xl-3 {
    margin-right: 1rem !important;
  }
  .me-3xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-3xl-5 {
    margin-right: 3rem !important;
  }
  .me-3xl-auto {
    margin-right: auto !important;
  }
  .mb-3xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-3xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-3xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-3xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-3xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-3xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-3xl-auto {
    margin-bottom: auto !important;
  }
  .ms-3xl-0 {
    margin-left: 0 !important;
  }
  .ms-3xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-3xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-3xl-3 {
    margin-left: 1rem !important;
  }
  .ms-3xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-3xl-5 {
    margin-left: 3rem !important;
  }
  .ms-3xl-auto {
    margin-left: auto !important;
  }
  .p-3xl-0 {
    padding: 0 !important;
  }
  .p-3xl-1 {
    padding: 0.25rem !important;
  }
  .p-3xl-2 {
    padding: 0.5rem !important;
  }
  .p-3xl-3 {
    padding: 1rem !important;
  }
  .p-3xl-4 {
    padding: 1.5rem !important;
  }
  .p-3xl-5 {
    padding: 3rem !important;
  }
  .px-3xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-3xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-3xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-3xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-3xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-3xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-3xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-3xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-3xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-3xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-3xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-3xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-3xl-0 {
    padding-top: 0 !important;
  }
  .pt-3xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-3xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-3xl-3 {
    padding-top: 1rem !important;
  }
  .pt-3xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-3xl-5 {
    padding-top: 3rem !important;
  }
  .pe-3xl-0 {
    padding-right: 0 !important;
  }
  .pe-3xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-3xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-3xl-3 {
    padding-right: 1rem !important;
  }
  .pe-3xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-3xl-5 {
    padding-right: 3rem !important;
  }
  .pb-3xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-3xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-3xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-3xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-3xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-3xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-3xl-0 {
    padding-left: 0 !important;
  }
  .ps-3xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-3xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-3xl-3 {
    padding-left: 1rem !important;
  }
  .ps-3xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-3xl-5 {
    padding-left: 3rem !important;
  }
  .text-3xl-start {
    text-align: left !important;
  }
  .text-3xl-end {
    text-align: right !important;
  }
  .text-3xl-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-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;
  }
}
@font-face {
  font-family: "Euclid Circular A Regular";
  src: url("../fonts/EuclidCircularA-Regular-WebS.woff2") format("woff2"), url("../fonts/EuclidCircularA-Regular-WebS.woff") format("woff"), url("../fonts/EuclidCircularA-Regular-WebS.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Euclid Circular A Medium";
  src: url("../fonts/EuclidCircularA-Medium-WebS.woff2") format("woff2"), url("../fonts/EuclidCircularA-Medium-WebS.woff") format("woff"), url("../fonts/EuclidCircularA-Medium-WebS.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Euclid Circular A SemiBold";
  src: url("../fonts/EuclidCircularA-Semibold-WebS.woff2") format("woff2"), url("../fonts/EuclidCircularA-Semibold-WebS.woff") format("woff"), url("../fonts/EuclidCircularA-Semibold-WebS.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

.color-black {
  color: #101010;
}

.fill-black {
  fill: #101010;
}
.fill-black svg g {
  fill: #101010;
}

.background-black-100 {
  background-color: #000000;
}

.color-black-100 {
  color: #000000;
}

.fill-black-100 {
  fill: #000000;
}
.fill-black-100 svg g {
  fill: #000000;
}

.background-white {
  background-color: #ffffff;
}

.color-white {
  color: #ffffff;
}

.fill-white {
  fill: #ffffff;
}
.fill-white svg g {
  fill: #ffffff;
}

.background-grey {
  background-color: #eeeeee;
}

.color-grey {
  color: #eeeeee;
}

.fill-grey {
  fill: #eeeeee;
}
.fill-grey svg g {
  fill: #eeeeee;
}

.background-grey-darker {
  background-color: #B9B9B9;
}

.color-grey-darker {
  color: #B9B9B9;
}

.fill-grey-darker {
  fill: #B9B9B9;
}
.fill-grey-darker svg g {
  fill: #B9B9B9;
}

.background-yellow {
  background-color: #F7D117;
}

.color-yellow {
  color: #F7D117;
}

.fill-yellow {
  fill: #F7D117;
}
.fill-yellow svg g {
  fill: #F7D117;
}

.background-orange {
  background-color: #F27D00;
}

.color-orange {
  color: #F27D00;
}

.fill-orange {
  fill: #F27D00;
}
.fill-orange svg g {
  fill: #F27D00;
}

.background-green {
  background-color: #A6D6C9;
}

.color-green {
  color: #A6D6C9;
}

.fill-green {
  fill: #A6D6C9;
}
.fill-green svg g {
  fill: #A6D6C9;
}

.color-inherit {
  color: inherit !important;
}

.full-cover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.full-cover--contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.full-cover img {
  width: inherit;
  height: inherit;
  -o-object-fit: inherit;
     object-fit: inherit;
}

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

.max-width-40 {
  max-width: 40% !important;
}

.max-width-70 {
  max-width: 70% !important;
}

.z-inherit {
  z-index: inherit;
}

.z-n1 {
  z-index: -1;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-80 {
  z-index: 80;
}

.z-100 {
  z-index: 100;
}

.dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #F27D00;
  margin: auto 10px;
}

.reveal {
  visibility: hidden;
  position: relative;
  overflow: hidden;
}

.no-underline {
  text-decoration: none !important;
}

.text-underline {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.flex-full {
  flex: 1 0 0 !important;
}

.two-columns {
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 45px;
       column-gap: 45px;
}

@media (max-width: 991px) {
  .two-columns {
    -moz-columns: unset;
         columns: unset;
  }
}
.text-right {
  text-align: right;
}

.h-full {
  height: 100%;
}

.mb-100 {
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .text-center-lg-below {
    text-align: center;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin-right: 10px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: transparent;
  border: solid 2px #F27D00;
  content: "";
  border-radius: 50%;
  width: 10px;
  height: 10px;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  background-color: #F27D00;
}

.slider--publications .slick-dots {
  text-align: left;
  bottom: 30px;
}
.slider--publications .slick-dots li button:before {
  background-color: transparent;
  content: "";
}

.slider--feedback .slick-dots {
  text-align: center;
  bottom: 30px;
  left: 0;
}
.slider--feedback .slick-dots li button:before {
  background-color: transparent;
  content: "";
}
.slider--feedback .slick-dots button {
  background-color: white;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 90vw;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small, .mfp-figure .small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small, .mfp-img-mobile .mfp-figure .small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*
	We now manage margins and paddings using the BS utilities. Add more as necessary here: 
*/
.m-0 {
  margin: 0px !important;
}

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

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

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

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

.m-5 {
  margin: 5px !important;
}

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

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

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

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

.m-10 {
  margin: 10px !important;
}

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

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

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

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

.m-15 {
  margin: 15px !important;
}

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

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

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

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

.m-20 {
  margin: 20px !important;
}

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

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

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

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

.m-30 {
  margin: 30px !important;
}

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

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

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

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

.m-40 {
  margin: 40px !important;
}

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

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

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

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

.m-45 {
  margin: 45px !important;
}

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

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

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

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

.m-50 {
  margin: 50px !important;
}

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

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

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

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

.m-60 {
  margin: 60px !important;
}

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

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

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

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

.m-70 {
  margin: 70px !important;
}

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

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

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

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

.m-80 {
  margin: 80px !important;
}

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

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

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

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

.m-90 {
  margin: 90px !important;
}

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

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

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

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

.m-100 {
  margin: 100px !important;
}

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

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

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

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

.m-125 {
  margin: 125px !important;
}

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

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

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

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

.m-140 {
  margin: 140px !important;
}

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

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

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

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

.m-200 {
  margin: 200px !important;
}

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

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

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

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

.m-cg {
  margin: 21px !important;
}

.mt-cg,
.my-cg {
  margin-top: 21px !important;
}

.mr-cg,
.mx-cg {
  margin-right: 21px !important;
}

.mb-cg,
.my-cg {
  margin-bottom: 21px !important;
}

.ml-cg,
.mx-cg {
  margin-left: 21px !important;
}

.m-2cg {
  margin: 42px !important;
}

.mt-2cg,
.my-2cg {
  margin-top: 42px !important;
}

.mr-2cg,
.mx-2cg {
  margin-right: 42px !important;
}

.mb-2cg,
.my-2cg {
  margin-bottom: 42px !important;
}

.ml-2cg,
.mx-2cg {
  margin-left: 42px !important;
}

.m-gc {
  margin: 70px !important;
}

.mt-gc,
.my-gc {
  margin-top: 70px !important;
}

.mr-gc,
.mx-gc {
  margin-right: 70px !important;
}

.mb-gc,
.my-gc {
  margin-bottom: 70px !important;
}

.ml-gc,
.mx-gc {
  margin-left: 70px !important;
}

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

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

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

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

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

.p-5 {
  padding: 5px !important;
}

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

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

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

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

.p-10 {
  padding: 10px !important;
}

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

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

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

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

.p-15 {
  padding: 15px !important;
}

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

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

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

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

.p-20 {
  padding: 20px !important;
}

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

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

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

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

.p-30 {
  padding: 30px !important;
}

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

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

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

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

.p-40 {
  padding: 40px !important;
}

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

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

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

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

.p-45 {
  padding: 45px !important;
}

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

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

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

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

.p-50 {
  padding: 50px !important;
}

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

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

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

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

.p-60 {
  padding: 60px !important;
}

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

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

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

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

.p-70 {
  padding: 70px !important;
}

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

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

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

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

.p-80 {
  padding: 80px !important;
}

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

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

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

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

.p-90 {
  padding: 90px !important;
}

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

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

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

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

.p-100 {
  padding: 100px !important;
}

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

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

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

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

.p-125 {
  padding: 125px !important;
}

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

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

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

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

.p-140 {
  padding: 140px !important;
}

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

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

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

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

.p-200 {
  padding: 200px !important;
}

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

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

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

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

.p-cg {
  padding: 21px !important;
}

.pt-cg,
.py-cg {
  padding-top: 21px !important;
}

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

.pb-cg,
.py-cg {
  padding-bottom: 21px !important;
}

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

.p-2cg {
  padding: 42px !important;
}

.pt-2cg,
.py-2cg {
  padding-top: 42px !important;
}

.pr-2cg,
.px-2cg {
  padding-right: 42px !important;
}

.pb-2cg,
.py-2cg {
  padding-bottom: 42px !important;
}

.pl-2cg,
.px-2cg {
  padding-left: 42px !important;
}

.p-gc {
  padding: 70px !important;
}

.pt-gc,
.py-gc {
  padding-top: 70px !important;
}

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

.pb-gc,
.py-gc {
  padding-bottom: 70px !important;
}

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

.m-n5 {
  margin: -5px !important;
}

.mt-n5,
.my-n5 {
  margin-top: -5px !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -5px !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -5px !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -5px !important;
}

.m-n10 {
  margin: -10px !important;
}

.mt-n10,
.my-n10 {
  margin-top: -10px !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -10px !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -10px !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -10px !important;
}

.m-n15 {
  margin: -15px !important;
}

.mt-n15,
.my-n15 {
  margin-top: -15px !important;
}

.mr-n15,
.mx-n15 {
  margin-right: -15px !important;
}

.mb-n15,
.my-n15 {
  margin-bottom: -15px !important;
}

.ml-n15,
.mx-n15 {
  margin-left: -15px !important;
}

.m-n20 {
  margin: -20px !important;
}

.mt-n20,
.my-n20 {
  margin-top: -20px !important;
}

.mr-n20,
.mx-n20 {
  margin-right: -20px !important;
}

.mb-n20,
.my-n20 {
  margin-bottom: -20px !important;
}

.ml-n20,
.mx-n20 {
  margin-left: -20px !important;
}

.m-n30 {
  margin: -30px !important;
}

.mt-n30,
.my-n30 {
  margin-top: -30px !important;
}

.mr-n30,
.mx-n30 {
  margin-right: -30px !important;
}

.mb-n30,
.my-n30 {
  margin-bottom: -30px !important;
}

.ml-n30,
.mx-n30 {
  margin-left: -30px !important;
}

.m-n40 {
  margin: -40px !important;
}

.mt-n40,
.my-n40 {
  margin-top: -40px !important;
}

.mr-n40,
.mx-n40 {
  margin-right: -40px !important;
}

.mb-n40,
.my-n40 {
  margin-bottom: -40px !important;
}

.ml-n40,
.mx-n40 {
  margin-left: -40px !important;
}

.m-n45 {
  margin: -45px !important;
}

.mt-n45,
.my-n45 {
  margin-top: -45px !important;
}

.mr-n45,
.mx-n45 {
  margin-right: -45px !important;
}

.mb-n45,
.my-n45 {
  margin-bottom: -45px !important;
}

.ml-n45,
.mx-n45 {
  margin-left: -45px !important;
}

.m-n50 {
  margin: -50px !important;
}

.mt-n50,
.my-n50 {
  margin-top: -50px !important;
}

.mr-n50,
.mx-n50 {
  margin-right: -50px !important;
}

.mb-n50,
.my-n50 {
  margin-bottom: -50px !important;
}

.ml-n50,
.mx-n50 {
  margin-left: -50px !important;
}

.m-n60 {
  margin: -60px !important;
}

.mt-n60,
.my-n60 {
  margin-top: -60px !important;
}

.mr-n60,
.mx-n60 {
  margin-right: -60px !important;
}

.mb-n60,
.my-n60 {
  margin-bottom: -60px !important;
}

.ml-n60,
.mx-n60 {
  margin-left: -60px !important;
}

.m-n70 {
  margin: -70px !important;
}

.mt-n70,
.my-n70 {
  margin-top: -70px !important;
}

.mr-n70,
.mx-n70 {
  margin-right: -70px !important;
}

.mb-n70,
.my-n70 {
  margin-bottom: -70px !important;
}

.ml-n70,
.mx-n70 {
  margin-left: -70px !important;
}

.m-n80 {
  margin: -80px !important;
}

.mt-n80,
.my-n80 {
  margin-top: -80px !important;
}

.mr-n80,
.mx-n80 {
  margin-right: -80px !important;
}

.mb-n80,
.my-n80 {
  margin-bottom: -80px !important;
}

.ml-n80,
.mx-n80 {
  margin-left: -80px !important;
}

.m-n90 {
  margin: -90px !important;
}

.mt-n90,
.my-n90 {
  margin-top: -90px !important;
}

.mr-n90,
.mx-n90 {
  margin-right: -90px !important;
}

.mb-n90,
.my-n90 {
  margin-bottom: -90px !important;
}

.ml-n90,
.mx-n90 {
  margin-left: -90px !important;
}

.m-n100 {
  margin: -100px !important;
}

.mt-n100,
.my-n100 {
  margin-top: -100px !important;
}

.mr-n100,
.mx-n100 {
  margin-right: -100px !important;
}

.mb-n100,
.my-n100 {
  margin-bottom: -100px !important;
}

.ml-n100,
.mx-n100 {
  margin-left: -100px !important;
}

.m-n125 {
  margin: -125px !important;
}

.mt-n125,
.my-n125 {
  margin-top: -125px !important;
}

.mr-n125,
.mx-n125 {
  margin-right: -125px !important;
}

.mb-n125,
.my-n125 {
  margin-bottom: -125px !important;
}

.ml-n125,
.mx-n125 {
  margin-left: -125px !important;
}

.m-n140 {
  margin: -140px !important;
}

.mt-n140,
.my-n140 {
  margin-top: -140px !important;
}

.mr-n140,
.mx-n140 {
  margin-right: -140px !important;
}

.mb-n140,
.my-n140 {
  margin-bottom: -140px !important;
}

.ml-n140,
.mx-n140 {
  margin-left: -140px !important;
}

.m-n200 {
  margin: -200px !important;
}

.mt-n200,
.my-n200 {
  margin-top: -200px !important;
}

.mr-n200,
.mx-n200 {
  margin-right: -200px !important;
}

.mb-n200,
.my-n200 {
  margin-bottom: -200px !important;
}

.ml-n200,
.mx-n200 {
  margin-left: -200px !important;
}

.m-ncg {
  margin: -21px !important;
}

.mt-ncg,
.my-ncg {
  margin-top: -21px !important;
}

.mr-ncg,
.mx-ncg {
  margin-right: -21px !important;
}

.mb-ncg,
.my-ncg {
  margin-bottom: -21px !important;
}

.ml-ncg,
.mx-ncg {
  margin-left: -21px !important;
}

.m-n2cg {
  margin: -42px !important;
}

.mt-n2cg,
.my-n2cg {
  margin-top: -42px !important;
}

.mr-n2cg,
.mx-n2cg {
  margin-right: -42px !important;
}

.mb-n2cg,
.my-n2cg {
  margin-bottom: -42px !important;
}

.ml-n2cg,
.mx-n2cg {
  margin-left: -42px !important;
}

.m-ngc {
  margin: -70px !important;
}

.mt-ngc,
.my-ngc {
  margin-top: -70px !important;
}

.mr-ngc,
.mx-ngc {
  margin-right: -70px !important;
}

.mb-ngc,
.my-ngc {
  margin-bottom: -70px !important;
}

.ml-ngc,
.mx-ngc {
  margin-left: -70px !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0px !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0px !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0px !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0px !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0px !important;
  }
  .m-sm-5 {
    margin: 5px !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 5px !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 5px !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 5px !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 5px !important;
  }
  .m-sm-10 {
    margin: 10px !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 10px !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 10px !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 10px !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 10px !important;
  }
  .m-sm-15 {
    margin: 15px !important;
  }
  .mt-sm-15,
  .my-sm-15 {
    margin-top: 15px !important;
  }
  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 15px !important;
  }
  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 15px !important;
  }
  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 15px !important;
  }
  .m-sm-20 {
    margin: 20px !important;
  }
  .mt-sm-20,
  .my-sm-20 {
    margin-top: 20px !important;
  }
  .mr-sm-20,
  .mx-sm-20 {
    margin-right: 20px !important;
  }
  .mb-sm-20,
  .my-sm-20 {
    margin-bottom: 20px !important;
  }
  .ml-sm-20,
  .mx-sm-20 {
    margin-left: 20px !important;
  }
  .m-sm-30 {
    margin: 30px !important;
  }
  .mt-sm-30,
  .my-sm-30 {
    margin-top: 30px !important;
  }
  .mr-sm-30,
  .mx-sm-30 {
    margin-right: 30px !important;
  }
  .mb-sm-30,
  .my-sm-30 {
    margin-bottom: 30px !important;
  }
  .ml-sm-30,
  .mx-sm-30 {
    margin-left: 30px !important;
  }
  .m-sm-40 {
    margin: 40px !important;
  }
  .mt-sm-40,
  .my-sm-40 {
    margin-top: 40px !important;
  }
  .mr-sm-40,
  .mx-sm-40 {
    margin-right: 40px !important;
  }
  .mb-sm-40,
  .my-sm-40 {
    margin-bottom: 40px !important;
  }
  .ml-sm-40,
  .mx-sm-40 {
    margin-left: 40px !important;
  }
  .m-sm-45 {
    margin: 45px !important;
  }
  .mt-sm-45,
  .my-sm-45 {
    margin-top: 45px !important;
  }
  .mr-sm-45,
  .mx-sm-45 {
    margin-right: 45px !important;
  }
  .mb-sm-45,
  .my-sm-45 {
    margin-bottom: 45px !important;
  }
  .ml-sm-45,
  .mx-sm-45 {
    margin-left: 45px !important;
  }
  .m-sm-50 {
    margin: 50px !important;
  }
  .mt-sm-50,
  .my-sm-50 {
    margin-top: 50px !important;
  }
  .mr-sm-50,
  .mx-sm-50 {
    margin-right: 50px !important;
  }
  .mb-sm-50,
  .my-sm-50 {
    margin-bottom: 50px !important;
  }
  .ml-sm-50,
  .mx-sm-50 {
    margin-left: 50px !important;
  }
  .m-sm-60 {
    margin: 60px !important;
  }
  .mt-sm-60,
  .my-sm-60 {
    margin-top: 60px !important;
  }
  .mr-sm-60,
  .mx-sm-60 {
    margin-right: 60px !important;
  }
  .mb-sm-60,
  .my-sm-60 {
    margin-bottom: 60px !important;
  }
  .ml-sm-60,
  .mx-sm-60 {
    margin-left: 60px !important;
  }
  .m-sm-70 {
    margin: 70px !important;
  }
  .mt-sm-70,
  .my-sm-70 {
    margin-top: 70px !important;
  }
  .mr-sm-70,
  .mx-sm-70 {
    margin-right: 70px !important;
  }
  .mb-sm-70,
  .my-sm-70 {
    margin-bottom: 70px !important;
  }
  .ml-sm-70,
  .mx-sm-70 {
    margin-left: 70px !important;
  }
  .m-sm-80 {
    margin: 80px !important;
  }
  .mt-sm-80,
  .my-sm-80 {
    margin-top: 80px !important;
  }
  .mr-sm-80,
  .mx-sm-80 {
    margin-right: 80px !important;
  }
  .mb-sm-80,
  .my-sm-80 {
    margin-bottom: 80px !important;
  }
  .ml-sm-80,
  .mx-sm-80 {
    margin-left: 80px !important;
  }
  .m-sm-90 {
    margin: 90px !important;
  }
  .mt-sm-90,
  .my-sm-90 {
    margin-top: 90px !important;
  }
  .mr-sm-90,
  .mx-sm-90 {
    margin-right: 90px !important;
  }
  .mb-sm-90,
  .my-sm-90 {
    margin-bottom: 90px !important;
  }
  .ml-sm-90,
  .mx-sm-90 {
    margin-left: 90px !important;
  }
  .m-sm-100 {
    margin: 100px !important;
  }
  .mt-sm-100,
  .my-sm-100 {
    margin-top: 100px !important;
  }
  .mr-sm-100,
  .mx-sm-100 {
    margin-right: 100px !important;
  }
  .mb-sm-100,
  .my-sm-100 {
    margin-bottom: 100px !important;
  }
  .ml-sm-100,
  .mx-sm-100 {
    margin-left: 100px !important;
  }
  .m-sm-125 {
    margin: 125px !important;
  }
  .mt-sm-125,
  .my-sm-125 {
    margin-top: 125px !important;
  }
  .mr-sm-125,
  .mx-sm-125 {
    margin-right: 125px !important;
  }
  .mb-sm-125,
  .my-sm-125 {
    margin-bottom: 125px !important;
  }
  .ml-sm-125,
  .mx-sm-125 {
    margin-left: 125px !important;
  }
  .m-sm-140 {
    margin: 140px !important;
  }
  .mt-sm-140,
  .my-sm-140 {
    margin-top: 140px !important;
  }
  .mr-sm-140,
  .mx-sm-140 {
    margin-right: 140px !important;
  }
  .mb-sm-140,
  .my-sm-140 {
    margin-bottom: 140px !important;
  }
  .ml-sm-140,
  .mx-sm-140 {
    margin-left: 140px !important;
  }
  .m-sm-200 {
    margin: 200px !important;
  }
  .mt-sm-200,
  .my-sm-200 {
    margin-top: 200px !important;
  }
  .mr-sm-200,
  .mx-sm-200 {
    margin-right: 200px !important;
  }
  .mb-sm-200,
  .my-sm-200 {
    margin-bottom: 200px !important;
  }
  .ml-sm-200,
  .mx-sm-200 {
    margin-left: 200px !important;
  }
  .m-sm-cg {
    margin: 21px !important;
  }
  .mt-sm-cg,
  .my-sm-cg {
    margin-top: 21px !important;
  }
  .mr-sm-cg,
  .mx-sm-cg {
    margin-right: 21px !important;
  }
  .mb-sm-cg,
  .my-sm-cg {
    margin-bottom: 21px !important;
  }
  .ml-sm-cg,
  .mx-sm-cg {
    margin-left: 21px !important;
  }
  .m-sm-2cg {
    margin: 42px !important;
  }
  .mt-sm-2cg,
  .my-sm-2cg {
    margin-top: 42px !important;
  }
  .mr-sm-2cg,
  .mx-sm-2cg {
    margin-right: 42px !important;
  }
  .mb-sm-2cg,
  .my-sm-2cg {
    margin-bottom: 42px !important;
  }
  .ml-sm-2cg,
  .mx-sm-2cg {
    margin-left: 42px !important;
  }
  .m-sm-gc {
    margin: 70px !important;
  }
  .mt-sm-gc,
  .my-sm-gc {
    margin-top: 70px !important;
  }
  .mr-sm-gc,
  .mx-sm-gc {
    margin-right: 70px !important;
  }
  .mb-sm-gc,
  .my-sm-gc {
    margin-bottom: 70px !important;
  }
  .ml-sm-gc,
  .mx-sm-gc {
    margin-left: 70px !important;
  }
  .p-sm-0 {
    padding: 0px !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0px !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0px !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0px !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0px !important;
  }
  .p-sm-5 {
    padding: 5px !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 5px !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 5px !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 5px !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 5px !important;
  }
  .p-sm-10 {
    padding: 10px !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 10px !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 10px !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 10px !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 10px !important;
  }
  .p-sm-15 {
    padding: 15px !important;
  }
  .pt-sm-15,
  .py-sm-15 {
    padding-top: 15px !important;
  }
  .pr-sm-15,
  .px-sm-15 {
    padding-right: 15px !important;
  }
  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 15px !important;
  }
  .pl-sm-15,
  .px-sm-15 {
    padding-left: 15px !important;
  }
  .p-sm-20 {
    padding: 20px !important;
  }
  .pt-sm-20,
  .py-sm-20 {
    padding-top: 20px !important;
  }
  .pr-sm-20,
  .px-sm-20 {
    padding-right: 20px !important;
  }
  .pb-sm-20,
  .py-sm-20 {
    padding-bottom: 20px !important;
  }
  .pl-sm-20,
  .px-sm-20 {
    padding-left: 20px !important;
  }
  .p-sm-30 {
    padding: 30px !important;
  }
  .pt-sm-30,
  .py-sm-30 {
    padding-top: 30px !important;
  }
  .pr-sm-30,
  .px-sm-30 {
    padding-right: 30px !important;
  }
  .pb-sm-30,
  .py-sm-30 {
    padding-bottom: 30px !important;
  }
  .pl-sm-30,
  .px-sm-30 {
    padding-left: 30px !important;
  }
  .p-sm-40 {
    padding: 40px !important;
  }
  .pt-sm-40,
  .py-sm-40 {
    padding-top: 40px !important;
  }
  .pr-sm-40,
  .px-sm-40 {
    padding-right: 40px !important;
  }
  .pb-sm-40,
  .py-sm-40 {
    padding-bottom: 40px !important;
  }
  .pl-sm-40,
  .px-sm-40 {
    padding-left: 40px !important;
  }
  .p-sm-45 {
    padding: 45px !important;
  }
  .pt-sm-45,
  .py-sm-45 {
    padding-top: 45px !important;
  }
  .pr-sm-45,
  .px-sm-45 {
    padding-right: 45px !important;
  }
  .pb-sm-45,
  .py-sm-45 {
    padding-bottom: 45px !important;
  }
  .pl-sm-45,
  .px-sm-45 {
    padding-left: 45px !important;
  }
  .p-sm-50 {
    padding: 50px !important;
  }
  .pt-sm-50,
  .py-sm-50 {
    padding-top: 50px !important;
  }
  .pr-sm-50,
  .px-sm-50 {
    padding-right: 50px !important;
  }
  .pb-sm-50,
  .py-sm-50 {
    padding-bottom: 50px !important;
  }
  .pl-sm-50,
  .px-sm-50 {
    padding-left: 50px !important;
  }
  .p-sm-60 {
    padding: 60px !important;
  }
  .pt-sm-60,
  .py-sm-60 {
    padding-top: 60px !important;
  }
  .pr-sm-60,
  .px-sm-60 {
    padding-right: 60px !important;
  }
  .pb-sm-60,
  .py-sm-60 {
    padding-bottom: 60px !important;
  }
  .pl-sm-60,
  .px-sm-60 {
    padding-left: 60px !important;
  }
  .p-sm-70 {
    padding: 70px !important;
  }
  .pt-sm-70,
  .py-sm-70 {
    padding-top: 70px !important;
  }
  .pr-sm-70,
  .px-sm-70 {
    padding-right: 70px !important;
  }
  .pb-sm-70,
  .py-sm-70 {
    padding-bottom: 70px !important;
  }
  .pl-sm-70,
  .px-sm-70 {
    padding-left: 70px !important;
  }
  .p-sm-80 {
    padding: 80px !important;
  }
  .pt-sm-80,
  .py-sm-80 {
    padding-top: 80px !important;
  }
  .pr-sm-80,
  .px-sm-80 {
    padding-right: 80px !important;
  }
  .pb-sm-80,
  .py-sm-80 {
    padding-bottom: 80px !important;
  }
  .pl-sm-80,
  .px-sm-80 {
    padding-left: 80px !important;
  }
  .p-sm-90 {
    padding: 90px !important;
  }
  .pt-sm-90,
  .py-sm-90 {
    padding-top: 90px !important;
  }
  .pr-sm-90,
  .px-sm-90 {
    padding-right: 90px !important;
  }
  .pb-sm-90,
  .py-sm-90 {
    padding-bottom: 90px !important;
  }
  .pl-sm-90,
  .px-sm-90 {
    padding-left: 90px !important;
  }
  .p-sm-100 {
    padding: 100px !important;
  }
  .pt-sm-100,
  .py-sm-100 {
    padding-top: 100px !important;
  }
  .pr-sm-100,
  .px-sm-100 {
    padding-right: 100px !important;
  }
  .pb-sm-100,
  .py-sm-100 {
    padding-bottom: 100px !important;
  }
  .pl-sm-100,
  .px-sm-100 {
    padding-left: 100px !important;
  }
  .p-sm-125 {
    padding: 125px !important;
  }
  .pt-sm-125,
  .py-sm-125 {
    padding-top: 125px !important;
  }
  .pr-sm-125,
  .px-sm-125 {
    padding-right: 125px !important;
  }
  .pb-sm-125,
  .py-sm-125 {
    padding-bottom: 125px !important;
  }
  .pl-sm-125,
  .px-sm-125 {
    padding-left: 125px !important;
  }
  .p-sm-140 {
    padding: 140px !important;
  }
  .pt-sm-140,
  .py-sm-140 {
    padding-top: 140px !important;
  }
  .pr-sm-140,
  .px-sm-140 {
    padding-right: 140px !important;
  }
  .pb-sm-140,
  .py-sm-140 {
    padding-bottom: 140px !important;
  }
  .pl-sm-140,
  .px-sm-140 {
    padding-left: 140px !important;
  }
  .p-sm-200 {
    padding: 200px !important;
  }
  .pt-sm-200,
  .py-sm-200 {
    padding-top: 200px !important;
  }
  .pr-sm-200,
  .px-sm-200 {
    padding-right: 200px !important;
  }
  .pb-sm-200,
  .py-sm-200 {
    padding-bottom: 200px !important;
  }
  .pl-sm-200,
  .px-sm-200 {
    padding-left: 200px !important;
  }
  .p-sm-cg {
    padding: 21px !important;
  }
  .pt-sm-cg,
  .py-sm-cg {
    padding-top: 21px !important;
  }
  .pr-sm-cg,
  .px-sm-cg {
    padding-right: 21px !important;
  }
  .pb-sm-cg,
  .py-sm-cg {
    padding-bottom: 21px !important;
  }
  .pl-sm-cg,
  .px-sm-cg {
    padding-left: 21px !important;
  }
  .p-sm-2cg {
    padding: 42px !important;
  }
  .pt-sm-2cg,
  .py-sm-2cg {
    padding-top: 42px !important;
  }
  .pr-sm-2cg,
  .px-sm-2cg {
    padding-right: 42px !important;
  }
  .pb-sm-2cg,
  .py-sm-2cg {
    padding-bottom: 42px !important;
  }
  .pl-sm-2cg,
  .px-sm-2cg {
    padding-left: 42px !important;
  }
  .p-sm-gc {
    padding: 70px !important;
  }
  .pt-sm-gc,
  .py-sm-gc {
    padding-top: 70px !important;
  }
  .pr-sm-gc,
  .px-sm-gc {
    padding-right: 70px !important;
  }
  .pb-sm-gc,
  .py-sm-gc {
    padding-bottom: 70px !important;
  }
  .pl-sm-gc,
  .px-sm-gc {
    padding-left: 70px !important;
  }
  .m-sm-n5 {
    margin: -5px !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -5px !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -5px !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -5px !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -5px !important;
  }
  .m-sm-n10 {
    margin: -10px !important;
  }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -10px !important;
  }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -10px !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -10px !important;
  }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -10px !important;
  }
  .m-sm-n15 {
    margin: -15px !important;
  }
  .mt-sm-n15,
  .my-sm-n15 {
    margin-top: -15px !important;
  }
  .mr-sm-n15,
  .mx-sm-n15 {
    margin-right: -15px !important;
  }
  .mb-sm-n15,
  .my-sm-n15 {
    margin-bottom: -15px !important;
  }
  .ml-sm-n15,
  .mx-sm-n15 {
    margin-left: -15px !important;
  }
  .m-sm-n20 {
    margin: -20px !important;
  }
  .mt-sm-n20,
  .my-sm-n20 {
    margin-top: -20px !important;
  }
  .mr-sm-n20,
  .mx-sm-n20 {
    margin-right: -20px !important;
  }
  .mb-sm-n20,
  .my-sm-n20 {
    margin-bottom: -20px !important;
  }
  .ml-sm-n20,
  .mx-sm-n20 {
    margin-left: -20px !important;
  }
  .m-sm-n30 {
    margin: -30px !important;
  }
  .mt-sm-n30,
  .my-sm-n30 {
    margin-top: -30px !important;
  }
  .mr-sm-n30,
  .mx-sm-n30 {
    margin-right: -30px !important;
  }
  .mb-sm-n30,
  .my-sm-n30 {
    margin-bottom: -30px !important;
  }
  .ml-sm-n30,
  .mx-sm-n30 {
    margin-left: -30px !important;
  }
  .m-sm-n40 {
    margin: -40px !important;
  }
  .mt-sm-n40,
  .my-sm-n40 {
    margin-top: -40px !important;
  }
  .mr-sm-n40,
  .mx-sm-n40 {
    margin-right: -40px !important;
  }
  .mb-sm-n40,
  .my-sm-n40 {
    margin-bottom: -40px !important;
  }
  .ml-sm-n40,
  .mx-sm-n40 {
    margin-left: -40px !important;
  }
  .m-sm-n45 {
    margin: -45px !important;
  }
  .mt-sm-n45,
  .my-sm-n45 {
    margin-top: -45px !important;
  }
  .mr-sm-n45,
  .mx-sm-n45 {
    margin-right: -45px !important;
  }
  .mb-sm-n45,
  .my-sm-n45 {
    margin-bottom: -45px !important;
  }
  .ml-sm-n45,
  .mx-sm-n45 {
    margin-left: -45px !important;
  }
  .m-sm-n50 {
    margin: -50px !important;
  }
  .mt-sm-n50,
  .my-sm-n50 {
    margin-top: -50px !important;
  }
  .mr-sm-n50,
  .mx-sm-n50 {
    margin-right: -50px !important;
  }
  .mb-sm-n50,
  .my-sm-n50 {
    margin-bottom: -50px !important;
  }
  .ml-sm-n50,
  .mx-sm-n50 {
    margin-left: -50px !important;
  }
  .m-sm-n60 {
    margin: -60px !important;
  }
  .mt-sm-n60,
  .my-sm-n60 {
    margin-top: -60px !important;
  }
  .mr-sm-n60,
  .mx-sm-n60 {
    margin-right: -60px !important;
  }
  .mb-sm-n60,
  .my-sm-n60 {
    margin-bottom: -60px !important;
  }
  .ml-sm-n60,
  .mx-sm-n60 {
    margin-left: -60px !important;
  }
  .m-sm-n70 {
    margin: -70px !important;
  }
  .mt-sm-n70,
  .my-sm-n70 {
    margin-top: -70px !important;
  }
  .mr-sm-n70,
  .mx-sm-n70 {
    margin-right: -70px !important;
  }
  .mb-sm-n70,
  .my-sm-n70 {
    margin-bottom: -70px !important;
  }
  .ml-sm-n70,
  .mx-sm-n70 {
    margin-left: -70px !important;
  }
  .m-sm-n80 {
    margin: -80px !important;
  }
  .mt-sm-n80,
  .my-sm-n80 {
    margin-top: -80px !important;
  }
  .mr-sm-n80,
  .mx-sm-n80 {
    margin-right: -80px !important;
  }
  .mb-sm-n80,
  .my-sm-n80 {
    margin-bottom: -80px !important;
  }
  .ml-sm-n80,
  .mx-sm-n80 {
    margin-left: -80px !important;
  }
  .m-sm-n90 {
    margin: -90px !important;
  }
  .mt-sm-n90,
  .my-sm-n90 {
    margin-top: -90px !important;
  }
  .mr-sm-n90,
  .mx-sm-n90 {
    margin-right: -90px !important;
  }
  .mb-sm-n90,
  .my-sm-n90 {
    margin-bottom: -90px !important;
  }
  .ml-sm-n90,
  .mx-sm-n90 {
    margin-left: -90px !important;
  }
  .m-sm-n100 {
    margin: -100px !important;
  }
  .mt-sm-n100,
  .my-sm-n100 {
    margin-top: -100px !important;
  }
  .mr-sm-n100,
  .mx-sm-n100 {
    margin-right: -100px !important;
  }
  .mb-sm-n100,
  .my-sm-n100 {
    margin-bottom: -100px !important;
  }
  .ml-sm-n100,
  .mx-sm-n100 {
    margin-left: -100px !important;
  }
  .m-sm-n125 {
    margin: -125px !important;
  }
  .mt-sm-n125,
  .my-sm-n125 {
    margin-top: -125px !important;
  }
  .mr-sm-n125,
  .mx-sm-n125 {
    margin-right: -125px !important;
  }
  .mb-sm-n125,
  .my-sm-n125 {
    margin-bottom: -125px !important;
  }
  .ml-sm-n125,
  .mx-sm-n125 {
    margin-left: -125px !important;
  }
  .m-sm-n140 {
    margin: -140px !important;
  }
  .mt-sm-n140,
  .my-sm-n140 {
    margin-top: -140px !important;
  }
  .mr-sm-n140,
  .mx-sm-n140 {
    margin-right: -140px !important;
  }
  .mb-sm-n140,
  .my-sm-n140 {
    margin-bottom: -140px !important;
  }
  .ml-sm-n140,
  .mx-sm-n140 {
    margin-left: -140px !important;
  }
  .m-sm-n200 {
    margin: -200px !important;
  }
  .mt-sm-n200,
  .my-sm-n200 {
    margin-top: -200px !important;
  }
  .mr-sm-n200,
  .mx-sm-n200 {
    margin-right: -200px !important;
  }
  .mb-sm-n200,
  .my-sm-n200 {
    margin-bottom: -200px !important;
  }
  .ml-sm-n200,
  .mx-sm-n200 {
    margin-left: -200px !important;
  }
  .m-sm-ncg {
    margin: -21px !important;
  }
  .mt-sm-ncg,
  .my-sm-ncg {
    margin-top: -21px !important;
  }
  .mr-sm-ncg,
  .mx-sm-ncg {
    margin-right: -21px !important;
  }
  .mb-sm-ncg,
  .my-sm-ncg {
    margin-bottom: -21px !important;
  }
  .ml-sm-ncg,
  .mx-sm-ncg {
    margin-left: -21px !important;
  }
  .m-sm-n2cg {
    margin: -42px !important;
  }
  .mt-sm-n2cg,
  .my-sm-n2cg {
    margin-top: -42px !important;
  }
  .mr-sm-n2cg,
  .mx-sm-n2cg {
    margin-right: -42px !important;
  }
  .mb-sm-n2cg,
  .my-sm-n2cg {
    margin-bottom: -42px !important;
  }
  .ml-sm-n2cg,
  .mx-sm-n2cg {
    margin-left: -42px !important;
  }
  .m-sm-ngc {
    margin: -70px !important;
  }
  .mt-sm-ngc,
  .my-sm-ngc {
    margin-top: -70px !important;
  }
  .mr-sm-ngc,
  .mx-sm-ngc {
    margin-right: -70px !important;
  }
  .mb-sm-ngc,
  .my-sm-ngc {
    margin-bottom: -70px !important;
  }
  .ml-sm-ngc,
  .mx-sm-ngc {
    margin-left: -70px !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0px !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0px !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0px !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0px !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0px !important;
  }
  .m-md-5 {
    margin: 5px !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 5px !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 5px !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 5px !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 5px !important;
  }
  .m-md-10 {
    margin: 10px !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 10px !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 10px !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 10px !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 10px !important;
  }
  .m-md-15 {
    margin: 15px !important;
  }
  .mt-md-15,
  .my-md-15 {
    margin-top: 15px !important;
  }
  .mr-md-15,
  .mx-md-15 {
    margin-right: 15px !important;
  }
  .mb-md-15,
  .my-md-15 {
    margin-bottom: 15px !important;
  }
  .ml-md-15,
  .mx-md-15 {
    margin-left: 15px !important;
  }
  .m-md-20 {
    margin: 20px !important;
  }
  .mt-md-20,
  .my-md-20 {
    margin-top: 20px !important;
  }
  .mr-md-20,
  .mx-md-20 {
    margin-right: 20px !important;
  }
  .mb-md-20,
  .my-md-20 {
    margin-bottom: 20px !important;
  }
  .ml-md-20,
  .mx-md-20 {
    margin-left: 20px !important;
  }
  .m-md-30 {
    margin: 30px !important;
  }
  .mt-md-30,
  .my-md-30 {
    margin-top: 30px !important;
  }
  .mr-md-30,
  .mx-md-30 {
    margin-right: 30px !important;
  }
  .mb-md-30,
  .my-md-30 {
    margin-bottom: 30px !important;
  }
  .ml-md-30,
  .mx-md-30 {
    margin-left: 30px !important;
  }
  .m-md-40 {
    margin: 40px !important;
  }
  .mt-md-40,
  .my-md-40 {
    margin-top: 40px !important;
  }
  .mr-md-40,
  .mx-md-40 {
    margin-right: 40px !important;
  }
  .mb-md-40,
  .my-md-40 {
    margin-bottom: 40px !important;
  }
  .ml-md-40,
  .mx-md-40 {
    margin-left: 40px !important;
  }
  .m-md-45 {
    margin: 45px !important;
  }
  .mt-md-45,
  .my-md-45 {
    margin-top: 45px !important;
  }
  .mr-md-45,
  .mx-md-45 {
    margin-right: 45px !important;
  }
  .mb-md-45,
  .my-md-45 {
    margin-bottom: 45px !important;
  }
  .ml-md-45,
  .mx-md-45 {
    margin-left: 45px !important;
  }
  .m-md-50 {
    margin: 50px !important;
  }
  .mt-md-50,
  .my-md-50 {
    margin-top: 50px !important;
  }
  .mr-md-50,
  .mx-md-50 {
    margin-right: 50px !important;
  }
  .mb-md-50,
  .my-md-50 {
    margin-bottom: 50px !important;
  }
  .ml-md-50,
  .mx-md-50 {
    margin-left: 50px !important;
  }
  .m-md-60 {
    margin: 60px !important;
  }
  .mt-md-60,
  .my-md-60 {
    margin-top: 60px !important;
  }
  .mr-md-60,
  .mx-md-60 {
    margin-right: 60px !important;
  }
  .mb-md-60,
  .my-md-60 {
    margin-bottom: 60px !important;
  }
  .ml-md-60,
  .mx-md-60 {
    margin-left: 60px !important;
  }
  .m-md-70 {
    margin: 70px !important;
  }
  .mt-md-70,
  .my-md-70 {
    margin-top: 70px !important;
  }
  .mr-md-70,
  .mx-md-70 {
    margin-right: 70px !important;
  }
  .mb-md-70,
  .my-md-70 {
    margin-bottom: 70px !important;
  }
  .ml-md-70,
  .mx-md-70 {
    margin-left: 70px !important;
  }
  .m-md-80 {
    margin: 80px !important;
  }
  .mt-md-80,
  .my-md-80 {
    margin-top: 80px !important;
  }
  .mr-md-80,
  .mx-md-80 {
    margin-right: 80px !important;
  }
  .mb-md-80,
  .my-md-80 {
    margin-bottom: 80px !important;
  }
  .ml-md-80,
  .mx-md-80 {
    margin-left: 80px !important;
  }
  .m-md-90 {
    margin: 90px !important;
  }
  .mt-md-90,
  .my-md-90 {
    margin-top: 90px !important;
  }
  .mr-md-90,
  .mx-md-90 {
    margin-right: 90px !important;
  }
  .mb-md-90,
  .my-md-90 {
    margin-bottom: 90px !important;
  }
  .ml-md-90,
  .mx-md-90 {
    margin-left: 90px !important;
  }
  .m-md-100 {
    margin: 100px !important;
  }
  .mt-md-100,
  .my-md-100 {
    margin-top: 100px !important;
  }
  .mr-md-100,
  .mx-md-100 {
    margin-right: 100px !important;
  }
  .mb-md-100,
  .my-md-100 {
    margin-bottom: 100px !important;
  }
  .ml-md-100,
  .mx-md-100 {
    margin-left: 100px !important;
  }
  .m-md-125 {
    margin: 125px !important;
  }
  .mt-md-125,
  .my-md-125 {
    margin-top: 125px !important;
  }
  .mr-md-125,
  .mx-md-125 {
    margin-right: 125px !important;
  }
  .mb-md-125,
  .my-md-125 {
    margin-bottom: 125px !important;
  }
  .ml-md-125,
  .mx-md-125 {
    margin-left: 125px !important;
  }
  .m-md-140 {
    margin: 140px !important;
  }
  .mt-md-140,
  .my-md-140 {
    margin-top: 140px !important;
  }
  .mr-md-140,
  .mx-md-140 {
    margin-right: 140px !important;
  }
  .mb-md-140,
  .my-md-140 {
    margin-bottom: 140px !important;
  }
  .ml-md-140,
  .mx-md-140 {
    margin-left: 140px !important;
  }
  .m-md-200 {
    margin: 200px !important;
  }
  .mt-md-200,
  .my-md-200 {
    margin-top: 200px !important;
  }
  .mr-md-200,
  .mx-md-200 {
    margin-right: 200px !important;
  }
  .mb-md-200,
  .my-md-200 {
    margin-bottom: 200px !important;
  }
  .ml-md-200,
  .mx-md-200 {
    margin-left: 200px !important;
  }
  .m-md-cg {
    margin: 21px !important;
  }
  .mt-md-cg,
  .my-md-cg {
    margin-top: 21px !important;
  }
  .mr-md-cg,
  .mx-md-cg {
    margin-right: 21px !important;
  }
  .mb-md-cg,
  .my-md-cg {
    margin-bottom: 21px !important;
  }
  .ml-md-cg,
  .mx-md-cg {
    margin-left: 21px !important;
  }
  .m-md-2cg {
    margin: 42px !important;
  }
  .mt-md-2cg,
  .my-md-2cg {
    margin-top: 42px !important;
  }
  .mr-md-2cg,
  .mx-md-2cg {
    margin-right: 42px !important;
  }
  .mb-md-2cg,
  .my-md-2cg {
    margin-bottom: 42px !important;
  }
  .ml-md-2cg,
  .mx-md-2cg {
    margin-left: 42px !important;
  }
  .m-md-gc {
    margin: 70px !important;
  }
  .mt-md-gc,
  .my-md-gc {
    margin-top: 70px !important;
  }
  .mr-md-gc,
  .mx-md-gc {
    margin-right: 70px !important;
  }
  .mb-md-gc,
  .my-md-gc {
    margin-bottom: 70px !important;
  }
  .ml-md-gc,
  .mx-md-gc {
    margin-left: 70px !important;
  }
  .p-md-0 {
    padding: 0px !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0px !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0px !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0px !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0px !important;
  }
  .p-md-5 {
    padding: 5px !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 5px !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 5px !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 5px !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 5px !important;
  }
  .p-md-10 {
    padding: 10px !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 10px !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 10px !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 10px !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 10px !important;
  }
  .p-md-15 {
    padding: 15px !important;
  }
  .pt-md-15,
  .py-md-15 {
    padding-top: 15px !important;
  }
  .pr-md-15,
  .px-md-15 {
    padding-right: 15px !important;
  }
  .pb-md-15,
  .py-md-15 {
    padding-bottom: 15px !important;
  }
  .pl-md-15,
  .px-md-15 {
    padding-left: 15px !important;
  }
  .p-md-20 {
    padding: 20px !important;
  }
  .pt-md-20,
  .py-md-20 {
    padding-top: 20px !important;
  }
  .pr-md-20,
  .px-md-20 {
    padding-right: 20px !important;
  }
  .pb-md-20,
  .py-md-20 {
    padding-bottom: 20px !important;
  }
  .pl-md-20,
  .px-md-20 {
    padding-left: 20px !important;
  }
  .p-md-30 {
    padding: 30px !important;
  }
  .pt-md-30,
  .py-md-30 {
    padding-top: 30px !important;
  }
  .pr-md-30,
  .px-md-30 {
    padding-right: 30px !important;
  }
  .pb-md-30,
  .py-md-30 {
    padding-bottom: 30px !important;
  }
  .pl-md-30,
  .px-md-30 {
    padding-left: 30px !important;
  }
  .p-md-40 {
    padding: 40px !important;
  }
  .pt-md-40,
  .py-md-40 {
    padding-top: 40px !important;
  }
  .pr-md-40,
  .px-md-40 {
    padding-right: 40px !important;
  }
  .pb-md-40,
  .py-md-40 {
    padding-bottom: 40px !important;
  }
  .pl-md-40,
  .px-md-40 {
    padding-left: 40px !important;
  }
  .p-md-45 {
    padding: 45px !important;
  }
  .pt-md-45,
  .py-md-45 {
    padding-top: 45px !important;
  }
  .pr-md-45,
  .px-md-45 {
    padding-right: 45px !important;
  }
  .pb-md-45,
  .py-md-45 {
    padding-bottom: 45px !important;
  }
  .pl-md-45,
  .px-md-45 {
    padding-left: 45px !important;
  }
  .p-md-50 {
    padding: 50px !important;
  }
  .pt-md-50,
  .py-md-50 {
    padding-top: 50px !important;
  }
  .pr-md-50,
  .px-md-50 {
    padding-right: 50px !important;
  }
  .pb-md-50,
  .py-md-50 {
    padding-bottom: 50px !important;
  }
  .pl-md-50,
  .px-md-50 {
    padding-left: 50px !important;
  }
  .p-md-60 {
    padding: 60px !important;
  }
  .pt-md-60,
  .py-md-60 {
    padding-top: 60px !important;
  }
  .pr-md-60,
  .px-md-60 {
    padding-right: 60px !important;
  }
  .pb-md-60,
  .py-md-60 {
    padding-bottom: 60px !important;
  }
  .pl-md-60,
  .px-md-60 {
    padding-left: 60px !important;
  }
  .p-md-70 {
    padding: 70px !important;
  }
  .pt-md-70,
  .py-md-70 {
    padding-top: 70px !important;
  }
  .pr-md-70,
  .px-md-70 {
    padding-right: 70px !important;
  }
  .pb-md-70,
  .py-md-70 {
    padding-bottom: 70px !important;
  }
  .pl-md-70,
  .px-md-70 {
    padding-left: 70px !important;
  }
  .p-md-80 {
    padding: 80px !important;
  }
  .pt-md-80,
  .py-md-80 {
    padding-top: 80px !important;
  }
  .pr-md-80,
  .px-md-80 {
    padding-right: 80px !important;
  }
  .pb-md-80,
  .py-md-80 {
    padding-bottom: 80px !important;
  }
  .pl-md-80,
  .px-md-80 {
    padding-left: 80px !important;
  }
  .p-md-90 {
    padding: 90px !important;
  }
  .pt-md-90,
  .py-md-90 {
    padding-top: 90px !important;
  }
  .pr-md-90,
  .px-md-90 {
    padding-right: 90px !important;
  }
  .pb-md-90,
  .py-md-90 {
    padding-bottom: 90px !important;
  }
  .pl-md-90,
  .px-md-90 {
    padding-left: 90px !important;
  }
  .p-md-100 {
    padding: 100px !important;
  }
  .pt-md-100,
  .py-md-100 {
    padding-top: 100px !important;
  }
  .pr-md-100,
  .px-md-100 {
    padding-right: 100px !important;
  }
  .pb-md-100,
  .py-md-100 {
    padding-bottom: 100px !important;
  }
  .pl-md-100,
  .px-md-100 {
    padding-left: 100px !important;
  }
  .p-md-125 {
    padding: 125px !important;
  }
  .pt-md-125,
  .py-md-125 {
    padding-top: 125px !important;
  }
  .pr-md-125,
  .px-md-125 {
    padding-right: 125px !important;
  }
  .pb-md-125,
  .py-md-125 {
    padding-bottom: 125px !important;
  }
  .pl-md-125,
  .px-md-125 {
    padding-left: 125px !important;
  }
  .p-md-140 {
    padding: 140px !important;
  }
  .pt-md-140,
  .py-md-140 {
    padding-top: 140px !important;
  }
  .pr-md-140,
  .px-md-140 {
    padding-right: 140px !important;
  }
  .pb-md-140,
  .py-md-140 {
    padding-bottom: 140px !important;
  }
  .pl-md-140,
  .px-md-140 {
    padding-left: 140px !important;
  }
  .p-md-200 {
    padding: 200px !important;
  }
  .pt-md-200,
  .py-md-200 {
    padding-top: 200px !important;
  }
  .pr-md-200,
  .px-md-200 {
    padding-right: 200px !important;
  }
  .pb-md-200,
  .py-md-200 {
    padding-bottom: 200px !important;
  }
  .pl-md-200,
  .px-md-200 {
    padding-left: 200px !important;
  }
  .p-md-cg {
    padding: 21px !important;
  }
  .pt-md-cg,
  .py-md-cg {
    padding-top: 21px !important;
  }
  .pr-md-cg,
  .px-md-cg {
    padding-right: 21px !important;
  }
  .pb-md-cg,
  .py-md-cg {
    padding-bottom: 21px !important;
  }
  .pl-md-cg,
  .px-md-cg {
    padding-left: 21px !important;
  }
  .p-md-2cg {
    padding: 42px !important;
  }
  .pt-md-2cg,
  .py-md-2cg {
    padding-top: 42px !important;
  }
  .pr-md-2cg,
  .px-md-2cg {
    padding-right: 42px !important;
  }
  .pb-md-2cg,
  .py-md-2cg {
    padding-bottom: 42px !important;
  }
  .pl-md-2cg,
  .px-md-2cg {
    padding-left: 42px !important;
  }
  .p-md-gc {
    padding: 70px !important;
  }
  .pt-md-gc,
  .py-md-gc {
    padding-top: 70px !important;
  }
  .pr-md-gc,
  .px-md-gc {
    padding-right: 70px !important;
  }
  .pb-md-gc,
  .py-md-gc {
    padding-bottom: 70px !important;
  }
  .pl-md-gc,
  .px-md-gc {
    padding-left: 70px !important;
  }
  .m-md-n5 {
    margin: -5px !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -5px !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -5px !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -5px !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -5px !important;
  }
  .m-md-n10 {
    margin: -10px !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -10px !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -10px !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -10px !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -10px !important;
  }
  .m-md-n15 {
    margin: -15px !important;
  }
  .mt-md-n15,
  .my-md-n15 {
    margin-top: -15px !important;
  }
  .mr-md-n15,
  .mx-md-n15 {
    margin-right: -15px !important;
  }
  .mb-md-n15,
  .my-md-n15 {
    margin-bottom: -15px !important;
  }
  .ml-md-n15,
  .mx-md-n15 {
    margin-left: -15px !important;
  }
  .m-md-n20 {
    margin: -20px !important;
  }
  .mt-md-n20,
  .my-md-n20 {
    margin-top: -20px !important;
  }
  .mr-md-n20,
  .mx-md-n20 {
    margin-right: -20px !important;
  }
  .mb-md-n20,
  .my-md-n20 {
    margin-bottom: -20px !important;
  }
  .ml-md-n20,
  .mx-md-n20 {
    margin-left: -20px !important;
  }
  .m-md-n30 {
    margin: -30px !important;
  }
  .mt-md-n30,
  .my-md-n30 {
    margin-top: -30px !important;
  }
  .mr-md-n30,
  .mx-md-n30 {
    margin-right: -30px !important;
  }
  .mb-md-n30,
  .my-md-n30 {
    margin-bottom: -30px !important;
  }
  .ml-md-n30,
  .mx-md-n30 {
    margin-left: -30px !important;
  }
  .m-md-n40 {
    margin: -40px !important;
  }
  .mt-md-n40,
  .my-md-n40 {
    margin-top: -40px !important;
  }
  .mr-md-n40,
  .mx-md-n40 {
    margin-right: -40px !important;
  }
  .mb-md-n40,
  .my-md-n40 {
    margin-bottom: -40px !important;
  }
  .ml-md-n40,
  .mx-md-n40 {
    margin-left: -40px !important;
  }
  .m-md-n45 {
    margin: -45px !important;
  }
  .mt-md-n45,
  .my-md-n45 {
    margin-top: -45px !important;
  }
  .mr-md-n45,
  .mx-md-n45 {
    margin-right: -45px !important;
  }
  .mb-md-n45,
  .my-md-n45 {
    margin-bottom: -45px !important;
  }
  .ml-md-n45,
  .mx-md-n45 {
    margin-left: -45px !important;
  }
  .m-md-n50 {
    margin: -50px !important;
  }
  .mt-md-n50,
  .my-md-n50 {
    margin-top: -50px !important;
  }
  .mr-md-n50,
  .mx-md-n50 {
    margin-right: -50px !important;
  }
  .mb-md-n50,
  .my-md-n50 {
    margin-bottom: -50px !important;
  }
  .ml-md-n50,
  .mx-md-n50 {
    margin-left: -50px !important;
  }
  .m-md-n60 {
    margin: -60px !important;
  }
  .mt-md-n60,
  .my-md-n60 {
    margin-top: -60px !important;
  }
  .mr-md-n60,
  .mx-md-n60 {
    margin-right: -60px !important;
  }
  .mb-md-n60,
  .my-md-n60 {
    margin-bottom: -60px !important;
  }
  .ml-md-n60,
  .mx-md-n60 {
    margin-left: -60px !important;
  }
  .m-md-n70 {
    margin: -70px !important;
  }
  .mt-md-n70,
  .my-md-n70 {
    margin-top: -70px !important;
  }
  .mr-md-n70,
  .mx-md-n70 {
    margin-right: -70px !important;
  }
  .mb-md-n70,
  .my-md-n70 {
    margin-bottom: -70px !important;
  }
  .ml-md-n70,
  .mx-md-n70 {
    margin-left: -70px !important;
  }
  .m-md-n80 {
    margin: -80px !important;
  }
  .mt-md-n80,
  .my-md-n80 {
    margin-top: -80px !important;
  }
  .mr-md-n80,
  .mx-md-n80 {
    margin-right: -80px !important;
  }
  .mb-md-n80,
  .my-md-n80 {
    margin-bottom: -80px !important;
  }
  .ml-md-n80,
  .mx-md-n80 {
    margin-left: -80px !important;
  }
  .m-md-n90 {
    margin: -90px !important;
  }
  .mt-md-n90,
  .my-md-n90 {
    margin-top: -90px !important;
  }
  .mr-md-n90,
  .mx-md-n90 {
    margin-right: -90px !important;
  }
  .mb-md-n90,
  .my-md-n90 {
    margin-bottom: -90px !important;
  }
  .ml-md-n90,
  .mx-md-n90 {
    margin-left: -90px !important;
  }
  .m-md-n100 {
    margin: -100px !important;
  }
  .mt-md-n100,
  .my-md-n100 {
    margin-top: -100px !important;
  }
  .mr-md-n100,
  .mx-md-n100 {
    margin-right: -100px !important;
  }
  .mb-md-n100,
  .my-md-n100 {
    margin-bottom: -100px !important;
  }
  .ml-md-n100,
  .mx-md-n100 {
    margin-left: -100px !important;
  }
  .m-md-n125 {
    margin: -125px !important;
  }
  .mt-md-n125,
  .my-md-n125 {
    margin-top: -125px !important;
  }
  .mr-md-n125,
  .mx-md-n125 {
    margin-right: -125px !important;
  }
  .mb-md-n125,
  .my-md-n125 {
    margin-bottom: -125px !important;
  }
  .ml-md-n125,
  .mx-md-n125 {
    margin-left: -125px !important;
  }
  .m-md-n140 {
    margin: -140px !important;
  }
  .mt-md-n140,
  .my-md-n140 {
    margin-top: -140px !important;
  }
  .mr-md-n140,
  .mx-md-n140 {
    margin-right: -140px !important;
  }
  .mb-md-n140,
  .my-md-n140 {
    margin-bottom: -140px !important;
  }
  .ml-md-n140,
  .mx-md-n140 {
    margin-left: -140px !important;
  }
  .m-md-n200 {
    margin: -200px !important;
  }
  .mt-md-n200,
  .my-md-n200 {
    margin-top: -200px !important;
  }
  .mr-md-n200,
  .mx-md-n200 {
    margin-right: -200px !important;
  }
  .mb-md-n200,
  .my-md-n200 {
    margin-bottom: -200px !important;
  }
  .ml-md-n200,
  .mx-md-n200 {
    margin-left: -200px !important;
  }
  .m-md-ncg {
    margin: -21px !important;
  }
  .mt-md-ncg,
  .my-md-ncg {
    margin-top: -21px !important;
  }
  .mr-md-ncg,
  .mx-md-ncg {
    margin-right: -21px !important;
  }
  .mb-md-ncg,
  .my-md-ncg {
    margin-bottom: -21px !important;
  }
  .ml-md-ncg,
  .mx-md-ncg {
    margin-left: -21px !important;
  }
  .m-md-n2cg {
    margin: -42px !important;
  }
  .mt-md-n2cg,
  .my-md-n2cg {
    margin-top: -42px !important;
  }
  .mr-md-n2cg,
  .mx-md-n2cg {
    margin-right: -42px !important;
  }
  .mb-md-n2cg,
  .my-md-n2cg {
    margin-bottom: -42px !important;
  }
  .ml-md-n2cg,
  .mx-md-n2cg {
    margin-left: -42px !important;
  }
  .m-md-ngc {
    margin: -70px !important;
  }
  .mt-md-ngc,
  .my-md-ngc {
    margin-top: -70px !important;
  }
  .mr-md-ngc,
  .mx-md-ngc {
    margin-right: -70px !important;
  }
  .mb-md-ngc,
  .my-md-ngc {
    margin-bottom: -70px !important;
  }
  .ml-md-ngc,
  .mx-md-ngc {
    margin-left: -70px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0px !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0px !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0px !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0px !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0px !important;
  }
  .m-lg-5 {
    margin: 5px !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 5px !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 5px !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 5px !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 5px !important;
  }
  .m-lg-10 {
    margin: 10px !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 10px !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 10px !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 10px !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 10px !important;
  }
  .m-lg-15 {
    margin: 15px !important;
  }
  .mt-lg-15,
  .my-lg-15 {
    margin-top: 15px !important;
  }
  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 15px !important;
  }
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 15px !important;
  }
  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 15px !important;
  }
  .m-lg-20 {
    margin: 20px !important;
  }
  .mt-lg-20,
  .my-lg-20 {
    margin-top: 20px !important;
  }
  .mr-lg-20,
  .mx-lg-20 {
    margin-right: 20px !important;
  }
  .mb-lg-20,
  .my-lg-20 {
    margin-bottom: 20px !important;
  }
  .ml-lg-20,
  .mx-lg-20 {
    margin-left: 20px !important;
  }
  .m-lg-30 {
    margin: 30px !important;
  }
  .mt-lg-30,
  .my-lg-30 {
    margin-top: 30px !important;
  }
  .mr-lg-30,
  .mx-lg-30 {
    margin-right: 30px !important;
  }
  .mb-lg-30,
  .my-lg-30 {
    margin-bottom: 30px !important;
  }
  .ml-lg-30,
  .mx-lg-30 {
    margin-left: 30px !important;
  }
  .m-lg-40 {
    margin: 40px !important;
  }
  .mt-lg-40,
  .my-lg-40 {
    margin-top: 40px !important;
  }
  .mr-lg-40,
  .mx-lg-40 {
    margin-right: 40px !important;
  }
  .mb-lg-40,
  .my-lg-40 {
    margin-bottom: 40px !important;
  }
  .ml-lg-40,
  .mx-lg-40 {
    margin-left: 40px !important;
  }
  .m-lg-45 {
    margin: 45px !important;
  }
  .mt-lg-45,
  .my-lg-45 {
    margin-top: 45px !important;
  }
  .mr-lg-45,
  .mx-lg-45 {
    margin-right: 45px !important;
  }
  .mb-lg-45,
  .my-lg-45 {
    margin-bottom: 45px !important;
  }
  .ml-lg-45,
  .mx-lg-45 {
    margin-left: 45px !important;
  }
  .m-lg-50 {
    margin: 50px !important;
  }
  .mt-lg-50,
  .my-lg-50 {
    margin-top: 50px !important;
  }
  .mr-lg-50,
  .mx-lg-50 {
    margin-right: 50px !important;
  }
  .mb-lg-50,
  .my-lg-50 {
    margin-bottom: 50px !important;
  }
  .ml-lg-50,
  .mx-lg-50 {
    margin-left: 50px !important;
  }
  .m-lg-60 {
    margin: 60px !important;
  }
  .mt-lg-60,
  .my-lg-60 {
    margin-top: 60px !important;
  }
  .mr-lg-60,
  .mx-lg-60 {
    margin-right: 60px !important;
  }
  .mb-lg-60,
  .my-lg-60 {
    margin-bottom: 60px !important;
  }
  .ml-lg-60,
  .mx-lg-60 {
    margin-left: 60px !important;
  }
  .m-lg-70 {
    margin: 70px !important;
  }
  .mt-lg-70,
  .my-lg-70 {
    margin-top: 70px !important;
  }
  .mr-lg-70,
  .mx-lg-70 {
    margin-right: 70px !important;
  }
  .mb-lg-70,
  .my-lg-70 {
    margin-bottom: 70px !important;
  }
  .ml-lg-70,
  .mx-lg-70 {
    margin-left: 70px !important;
  }
  .m-lg-80 {
    margin: 80px !important;
  }
  .mt-lg-80,
  .my-lg-80 {
    margin-top: 80px !important;
  }
  .mr-lg-80,
  .mx-lg-80 {
    margin-right: 80px !important;
  }
  .mb-lg-80,
  .my-lg-80 {
    margin-bottom: 80px !important;
  }
  .ml-lg-80,
  .mx-lg-80 {
    margin-left: 80px !important;
  }
  .m-lg-90 {
    margin: 90px !important;
  }
  .mt-lg-90,
  .my-lg-90 {
    margin-top: 90px !important;
  }
  .mr-lg-90,
  .mx-lg-90 {
    margin-right: 90px !important;
  }
  .mb-lg-90,
  .my-lg-90 {
    margin-bottom: 90px !important;
  }
  .ml-lg-90,
  .mx-lg-90 {
    margin-left: 90px !important;
  }
  .m-lg-100 {
    margin: 100px !important;
  }
  .mt-lg-100,
  .my-lg-100 {
    margin-top: 100px !important;
  }
  .mr-lg-100,
  .mx-lg-100 {
    margin-right: 100px !important;
  }
  .mb-lg-100,
  .my-lg-100 {
    margin-bottom: 100px !important;
  }
  .ml-lg-100,
  .mx-lg-100 {
    margin-left: 100px !important;
  }
  .m-lg-125 {
    margin: 125px !important;
  }
  .mt-lg-125,
  .my-lg-125 {
    margin-top: 125px !important;
  }
  .mr-lg-125,
  .mx-lg-125 {
    margin-right: 125px !important;
  }
  .mb-lg-125,
  .my-lg-125 {
    margin-bottom: 125px !important;
  }
  .ml-lg-125,
  .mx-lg-125 {
    margin-left: 125px !important;
  }
  .m-lg-140 {
    margin: 140px !important;
  }
  .mt-lg-140,
  .my-lg-140 {
    margin-top: 140px !important;
  }
  .mr-lg-140,
  .mx-lg-140 {
    margin-right: 140px !important;
  }
  .mb-lg-140,
  .my-lg-140 {
    margin-bottom: 140px !important;
  }
  .ml-lg-140,
  .mx-lg-140 {
    margin-left: 140px !important;
  }
  .m-lg-200 {
    margin: 200px !important;
  }
  .mt-lg-200,
  .my-lg-200 {
    margin-top: 200px !important;
  }
  .mr-lg-200,
  .mx-lg-200 {
    margin-right: 200px !important;
  }
  .mb-lg-200,
  .my-lg-200 {
    margin-bottom: 200px !important;
  }
  .ml-lg-200,
  .mx-lg-200 {
    margin-left: 200px !important;
  }
  .m-lg-cg {
    margin: 21px !important;
  }
  .mt-lg-cg,
  .my-lg-cg {
    margin-top: 21px !important;
  }
  .mr-lg-cg,
  .mx-lg-cg {
    margin-right: 21px !important;
  }
  .mb-lg-cg,
  .my-lg-cg {
    margin-bottom: 21px !important;
  }
  .ml-lg-cg,
  .mx-lg-cg {
    margin-left: 21px !important;
  }
  .m-lg-2cg {
    margin: 42px !important;
  }
  .mt-lg-2cg,
  .my-lg-2cg {
    margin-top: 42px !important;
  }
  .mr-lg-2cg,
  .mx-lg-2cg {
    margin-right: 42px !important;
  }
  .mb-lg-2cg,
  .my-lg-2cg {
    margin-bottom: 42px !important;
  }
  .ml-lg-2cg,
  .mx-lg-2cg {
    margin-left: 42px !important;
  }
  .m-lg-gc {
    margin: 70px !important;
  }
  .mt-lg-gc,
  .my-lg-gc {
    margin-top: 70px !important;
  }
  .mr-lg-gc,
  .mx-lg-gc {
    margin-right: 70px !important;
  }
  .mb-lg-gc,
  .my-lg-gc {
    margin-bottom: 70px !important;
  }
  .ml-lg-gc,
  .mx-lg-gc {
    margin-left: 70px !important;
  }
  .p-lg-0 {
    padding: 0px !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0px !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0px !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0px !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0px !important;
  }
  .p-lg-5 {
    padding: 5px !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 5px !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 5px !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 5px !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 5px !important;
  }
  .p-lg-10 {
    padding: 10px !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 10px !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 10px !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 10px !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 10px !important;
  }
  .p-lg-15 {
    padding: 15px !important;
  }
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 15px !important;
  }
  .pr-lg-15,
  .px-lg-15 {
    padding-right: 15px !important;
  }
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 15px !important;
  }
  .pl-lg-15,
  .px-lg-15 {
    padding-left: 15px !important;
  }
  .p-lg-20 {
    padding: 20px !important;
  }
  .pt-lg-20,
  .py-lg-20 {
    padding-top: 20px !important;
  }
  .pr-lg-20,
  .px-lg-20 {
    padding-right: 20px !important;
  }
  .pb-lg-20,
  .py-lg-20 {
    padding-bottom: 20px !important;
  }
  .pl-lg-20,
  .px-lg-20 {
    padding-left: 20px !important;
  }
  .p-lg-30 {
    padding: 30px !important;
  }
  .pt-lg-30,
  .py-lg-30 {
    padding-top: 30px !important;
  }
  .pr-lg-30,
  .px-lg-30 {
    padding-right: 30px !important;
  }
  .pb-lg-30,
  .py-lg-30 {
    padding-bottom: 30px !important;
  }
  .pl-lg-30,
  .px-lg-30 {
    padding-left: 30px !important;
  }
  .p-lg-40 {
    padding: 40px !important;
  }
  .pt-lg-40,
  .py-lg-40 {
    padding-top: 40px !important;
  }
  .pr-lg-40,
  .px-lg-40 {
    padding-right: 40px !important;
  }
  .pb-lg-40,
  .py-lg-40 {
    padding-bottom: 40px !important;
  }
  .pl-lg-40,
  .px-lg-40 {
    padding-left: 40px !important;
  }
  .p-lg-45 {
    padding: 45px !important;
  }
  .pt-lg-45,
  .py-lg-45 {
    padding-top: 45px !important;
  }
  .pr-lg-45,
  .px-lg-45 {
    padding-right: 45px !important;
  }
  .pb-lg-45,
  .py-lg-45 {
    padding-bottom: 45px !important;
  }
  .pl-lg-45,
  .px-lg-45 {
    padding-left: 45px !important;
  }
  .p-lg-50 {
    padding: 50px !important;
  }
  .pt-lg-50,
  .py-lg-50 {
    padding-top: 50px !important;
  }
  .pr-lg-50,
  .px-lg-50 {
    padding-right: 50px !important;
  }
  .pb-lg-50,
  .py-lg-50 {
    padding-bottom: 50px !important;
  }
  .pl-lg-50,
  .px-lg-50 {
    padding-left: 50px !important;
  }
  .p-lg-60 {
    padding: 60px !important;
  }
  .pt-lg-60,
  .py-lg-60 {
    padding-top: 60px !important;
  }
  .pr-lg-60,
  .px-lg-60 {
    padding-right: 60px !important;
  }
  .pb-lg-60,
  .py-lg-60 {
    padding-bottom: 60px !important;
  }
  .pl-lg-60,
  .px-lg-60 {
    padding-left: 60px !important;
  }
  .p-lg-70 {
    padding: 70px !important;
  }
  .pt-lg-70,
  .py-lg-70 {
    padding-top: 70px !important;
  }
  .pr-lg-70,
  .px-lg-70 {
    padding-right: 70px !important;
  }
  .pb-lg-70,
  .py-lg-70 {
    padding-bottom: 70px !important;
  }
  .pl-lg-70,
  .px-lg-70 {
    padding-left: 70px !important;
  }
  .p-lg-80 {
    padding: 80px !important;
  }
  .pt-lg-80,
  .py-lg-80 {
    padding-top: 80px !important;
  }
  .pr-lg-80,
  .px-lg-80 {
    padding-right: 80px !important;
  }
  .pb-lg-80,
  .py-lg-80 {
    padding-bottom: 80px !important;
  }
  .pl-lg-80,
  .px-lg-80 {
    padding-left: 80px !important;
  }
  .p-lg-90 {
    padding: 90px !important;
  }
  .pt-lg-90,
  .py-lg-90 {
    padding-top: 90px !important;
  }
  .pr-lg-90,
  .px-lg-90 {
    padding-right: 90px !important;
  }
  .pb-lg-90,
  .py-lg-90 {
    padding-bottom: 90px !important;
  }
  .pl-lg-90,
  .px-lg-90 {
    padding-left: 90px !important;
  }
  .p-lg-100 {
    padding: 100px !important;
  }
  .pt-lg-100,
  .py-lg-100 {
    padding-top: 100px !important;
  }
  .pr-lg-100,
  .px-lg-100 {
    padding-right: 100px !important;
  }
  .pb-lg-100,
  .py-lg-100 {
    padding-bottom: 100px !important;
  }
  .pl-lg-100,
  .px-lg-100 {
    padding-left: 100px !important;
  }
  .p-lg-125 {
    padding: 125px !important;
  }
  .pt-lg-125,
  .py-lg-125 {
    padding-top: 125px !important;
  }
  .pr-lg-125,
  .px-lg-125 {
    padding-right: 125px !important;
  }
  .pb-lg-125,
  .py-lg-125 {
    padding-bottom: 125px !important;
  }
  .pl-lg-125,
  .px-lg-125 {
    padding-left: 125px !important;
  }
  .p-lg-140 {
    padding: 140px !important;
  }
  .pt-lg-140,
  .py-lg-140 {
    padding-top: 140px !important;
  }
  .pr-lg-140,
  .px-lg-140 {
    padding-right: 140px !important;
  }
  .pb-lg-140,
  .py-lg-140 {
    padding-bottom: 140px !important;
  }
  .pl-lg-140,
  .px-lg-140 {
    padding-left: 140px !important;
  }
  .p-lg-200 {
    padding: 200px !important;
  }
  .pt-lg-200,
  .py-lg-200 {
    padding-top: 200px !important;
  }
  .pr-lg-200,
  .px-lg-200 {
    padding-right: 200px !important;
  }
  .pb-lg-200,
  .py-lg-200 {
    padding-bottom: 200px !important;
  }
  .pl-lg-200,
  .px-lg-200 {
    padding-left: 200px !important;
  }
  .p-lg-cg {
    padding: 21px !important;
  }
  .pt-lg-cg,
  .py-lg-cg {
    padding-top: 21px !important;
  }
  .pr-lg-cg,
  .px-lg-cg {
    padding-right: 21px !important;
  }
  .pb-lg-cg,
  .py-lg-cg {
    padding-bottom: 21px !important;
  }
  .pl-lg-cg,
  .px-lg-cg {
    padding-left: 21px !important;
  }
  .p-lg-2cg {
    padding: 42px !important;
  }
  .pt-lg-2cg,
  .py-lg-2cg {
    padding-top: 42px !important;
  }
  .pr-lg-2cg,
  .px-lg-2cg {
    padding-right: 42px !important;
  }
  .pb-lg-2cg,
  .py-lg-2cg {
    padding-bottom: 42px !important;
  }
  .pl-lg-2cg,
  .px-lg-2cg {
    padding-left: 42px !important;
  }
  .p-lg-gc {
    padding: 70px !important;
  }
  .pt-lg-gc,
  .py-lg-gc {
    padding-top: 70px !important;
  }
  .pr-lg-gc,
  .px-lg-gc {
    padding-right: 70px !important;
  }
  .pb-lg-gc,
  .py-lg-gc {
    padding-bottom: 70px !important;
  }
  .pl-lg-gc,
  .px-lg-gc {
    padding-left: 70px !important;
  }
  .m-lg-n5 {
    margin: -5px !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -5px !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -5px !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -5px !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -5px !important;
  }
  .m-lg-n10 {
    margin: -10px !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -10px !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -10px !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -10px !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -10px !important;
  }
  .m-lg-n15 {
    margin: -15px !important;
  }
  .mt-lg-n15,
  .my-lg-n15 {
    margin-top: -15px !important;
  }
  .mr-lg-n15,
  .mx-lg-n15 {
    margin-right: -15px !important;
  }
  .mb-lg-n15,
  .my-lg-n15 {
    margin-bottom: -15px !important;
  }
  .ml-lg-n15,
  .mx-lg-n15 {
    margin-left: -15px !important;
  }
  .m-lg-n20 {
    margin: -20px !important;
  }
  .mt-lg-n20,
  .my-lg-n20 {
    margin-top: -20px !important;
  }
  .mr-lg-n20,
  .mx-lg-n20 {
    margin-right: -20px !important;
  }
  .mb-lg-n20,
  .my-lg-n20 {
    margin-bottom: -20px !important;
  }
  .ml-lg-n20,
  .mx-lg-n20 {
    margin-left: -20px !important;
  }
  .m-lg-n30 {
    margin: -30px !important;
  }
  .mt-lg-n30,
  .my-lg-n30 {
    margin-top: -30px !important;
  }
  .mr-lg-n30,
  .mx-lg-n30 {
    margin-right: -30px !important;
  }
  .mb-lg-n30,
  .my-lg-n30 {
    margin-bottom: -30px !important;
  }
  .ml-lg-n30,
  .mx-lg-n30 {
    margin-left: -30px !important;
  }
  .m-lg-n40 {
    margin: -40px !important;
  }
  .mt-lg-n40,
  .my-lg-n40 {
    margin-top: -40px !important;
  }
  .mr-lg-n40,
  .mx-lg-n40 {
    margin-right: -40px !important;
  }
  .mb-lg-n40,
  .my-lg-n40 {
    margin-bottom: -40px !important;
  }
  .ml-lg-n40,
  .mx-lg-n40 {
    margin-left: -40px !important;
  }
  .m-lg-n45 {
    margin: -45px !important;
  }
  .mt-lg-n45,
  .my-lg-n45 {
    margin-top: -45px !important;
  }
  .mr-lg-n45,
  .mx-lg-n45 {
    margin-right: -45px !important;
  }
  .mb-lg-n45,
  .my-lg-n45 {
    margin-bottom: -45px !important;
  }
  .ml-lg-n45,
  .mx-lg-n45 {
    margin-left: -45px !important;
  }
  .m-lg-n50 {
    margin: -50px !important;
  }
  .mt-lg-n50,
  .my-lg-n50 {
    margin-top: -50px !important;
  }
  .mr-lg-n50,
  .mx-lg-n50 {
    margin-right: -50px !important;
  }
  .mb-lg-n50,
  .my-lg-n50 {
    margin-bottom: -50px !important;
  }
  .ml-lg-n50,
  .mx-lg-n50 {
    margin-left: -50px !important;
  }
  .m-lg-n60 {
    margin: -60px !important;
  }
  .mt-lg-n60,
  .my-lg-n60 {
    margin-top: -60px !important;
  }
  .mr-lg-n60,
  .mx-lg-n60 {
    margin-right: -60px !important;
  }
  .mb-lg-n60,
  .my-lg-n60 {
    margin-bottom: -60px !important;
  }
  .ml-lg-n60,
  .mx-lg-n60 {
    margin-left: -60px !important;
  }
  .m-lg-n70 {
    margin: -70px !important;
  }
  .mt-lg-n70,
  .my-lg-n70 {
    margin-top: -70px !important;
  }
  .mr-lg-n70,
  .mx-lg-n70 {
    margin-right: -70px !important;
  }
  .mb-lg-n70,
  .my-lg-n70 {
    margin-bottom: -70px !important;
  }
  .ml-lg-n70,
  .mx-lg-n70 {
    margin-left: -70px !important;
  }
  .m-lg-n80 {
    margin: -80px !important;
  }
  .mt-lg-n80,
  .my-lg-n80 {
    margin-top: -80px !important;
  }
  .mr-lg-n80,
  .mx-lg-n80 {
    margin-right: -80px !important;
  }
  .mb-lg-n80,
  .my-lg-n80 {
    margin-bottom: -80px !important;
  }
  .ml-lg-n80,
  .mx-lg-n80 {
    margin-left: -80px !important;
  }
  .m-lg-n90 {
    margin: -90px !important;
  }
  .mt-lg-n90,
  .my-lg-n90 {
    margin-top: -90px !important;
  }
  .mr-lg-n90,
  .mx-lg-n90 {
    margin-right: -90px !important;
  }
  .mb-lg-n90,
  .my-lg-n90 {
    margin-bottom: -90px !important;
  }
  .ml-lg-n90,
  .mx-lg-n90 {
    margin-left: -90px !important;
  }
  .m-lg-n100 {
    margin: -100px !important;
  }
  .mt-lg-n100,
  .my-lg-n100 {
    margin-top: -100px !important;
  }
  .mr-lg-n100,
  .mx-lg-n100 {
    margin-right: -100px !important;
  }
  .mb-lg-n100,
  .my-lg-n100 {
    margin-bottom: -100px !important;
  }
  .ml-lg-n100,
  .mx-lg-n100 {
    margin-left: -100px !important;
  }
  .m-lg-n125 {
    margin: -125px !important;
  }
  .mt-lg-n125,
  .my-lg-n125 {
    margin-top: -125px !important;
  }
  .mr-lg-n125,
  .mx-lg-n125 {
    margin-right: -125px !important;
  }
  .mb-lg-n125,
  .my-lg-n125 {
    margin-bottom: -125px !important;
  }
  .ml-lg-n125,
  .mx-lg-n125 {
    margin-left: -125px !important;
  }
  .m-lg-n140 {
    margin: -140px !important;
  }
  .mt-lg-n140,
  .my-lg-n140 {
    margin-top: -140px !important;
  }
  .mr-lg-n140,
  .mx-lg-n140 {
    margin-right: -140px !important;
  }
  .mb-lg-n140,
  .my-lg-n140 {
    margin-bottom: -140px !important;
  }
  .ml-lg-n140,
  .mx-lg-n140 {
    margin-left: -140px !important;
  }
  .m-lg-n200 {
    margin: -200px !important;
  }
  .mt-lg-n200,
  .my-lg-n200 {
    margin-top: -200px !important;
  }
  .mr-lg-n200,
  .mx-lg-n200 {
    margin-right: -200px !important;
  }
  .mb-lg-n200,
  .my-lg-n200 {
    margin-bottom: -200px !important;
  }
  .ml-lg-n200,
  .mx-lg-n200 {
    margin-left: -200px !important;
  }
  .m-lg-ncg {
    margin: -21px !important;
  }
  .mt-lg-ncg,
  .my-lg-ncg {
    margin-top: -21px !important;
  }
  .mr-lg-ncg,
  .mx-lg-ncg {
    margin-right: -21px !important;
  }
  .mb-lg-ncg,
  .my-lg-ncg {
    margin-bottom: -21px !important;
  }
  .ml-lg-ncg,
  .mx-lg-ncg {
    margin-left: -21px !important;
  }
  .m-lg-n2cg {
    margin: -42px !important;
  }
  .mt-lg-n2cg,
  .my-lg-n2cg {
    margin-top: -42px !important;
  }
  .mr-lg-n2cg,
  .mx-lg-n2cg {
    margin-right: -42px !important;
  }
  .mb-lg-n2cg,
  .my-lg-n2cg {
    margin-bottom: -42px !important;
  }
  .ml-lg-n2cg,
  .mx-lg-n2cg {
    margin-left: -42px !important;
  }
  .m-lg-ngc {
    margin: -70px !important;
  }
  .mt-lg-ngc,
  .my-lg-ngc {
    margin-top: -70px !important;
  }
  .mr-lg-ngc,
  .mx-lg-ngc {
    margin-right: -70px !important;
  }
  .mb-lg-ngc,
  .my-lg-ngc {
    margin-bottom: -70px !important;
  }
  .ml-lg-ngc,
  .mx-lg-ngc {
    margin-left: -70px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0px !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0px !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0px !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0px !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0px !important;
  }
  .m-xl-5 {
    margin: 5px !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 5px !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 5px !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 5px !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 5px !important;
  }
  .m-xl-10 {
    margin: 10px !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 10px !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 10px !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 10px !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 10px !important;
  }
  .m-xl-15 {
    margin: 15px !important;
  }
  .mt-xl-15,
  .my-xl-15 {
    margin-top: 15px !important;
  }
  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 15px !important;
  }
  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 15px !important;
  }
  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 15px !important;
  }
  .m-xl-20 {
    margin: 20px !important;
  }
  .mt-xl-20,
  .my-xl-20 {
    margin-top: 20px !important;
  }
  .mr-xl-20,
  .mx-xl-20 {
    margin-right: 20px !important;
  }
  .mb-xl-20,
  .my-xl-20 {
    margin-bottom: 20px !important;
  }
  .ml-xl-20,
  .mx-xl-20 {
    margin-left: 20px !important;
  }
  .m-xl-30 {
    margin: 30px !important;
  }
  .mt-xl-30,
  .my-xl-30 {
    margin-top: 30px !important;
  }
  .mr-xl-30,
  .mx-xl-30 {
    margin-right: 30px !important;
  }
  .mb-xl-30,
  .my-xl-30 {
    margin-bottom: 30px !important;
  }
  .ml-xl-30,
  .mx-xl-30 {
    margin-left: 30px !important;
  }
  .m-xl-40 {
    margin: 40px !important;
  }
  .mt-xl-40,
  .my-xl-40 {
    margin-top: 40px !important;
  }
  .mr-xl-40,
  .mx-xl-40 {
    margin-right: 40px !important;
  }
  .mb-xl-40,
  .my-xl-40 {
    margin-bottom: 40px !important;
  }
  .ml-xl-40,
  .mx-xl-40 {
    margin-left: 40px !important;
  }
  .m-xl-45 {
    margin: 45px !important;
  }
  .mt-xl-45,
  .my-xl-45 {
    margin-top: 45px !important;
  }
  .mr-xl-45,
  .mx-xl-45 {
    margin-right: 45px !important;
  }
  .mb-xl-45,
  .my-xl-45 {
    margin-bottom: 45px !important;
  }
  .ml-xl-45,
  .mx-xl-45 {
    margin-left: 45px !important;
  }
  .m-xl-50 {
    margin: 50px !important;
  }
  .mt-xl-50,
  .my-xl-50 {
    margin-top: 50px !important;
  }
  .mr-xl-50,
  .mx-xl-50 {
    margin-right: 50px !important;
  }
  .mb-xl-50,
  .my-xl-50 {
    margin-bottom: 50px !important;
  }
  .ml-xl-50,
  .mx-xl-50 {
    margin-left: 50px !important;
  }
  .m-xl-60 {
    margin: 60px !important;
  }
  .mt-xl-60,
  .my-xl-60 {
    margin-top: 60px !important;
  }
  .mr-xl-60,
  .mx-xl-60 {
    margin-right: 60px !important;
  }
  .mb-xl-60,
  .my-xl-60 {
    margin-bottom: 60px !important;
  }
  .ml-xl-60,
  .mx-xl-60 {
    margin-left: 60px !important;
  }
  .m-xl-70 {
    margin: 70px !important;
  }
  .mt-xl-70,
  .my-xl-70 {
    margin-top: 70px !important;
  }
  .mr-xl-70,
  .mx-xl-70 {
    margin-right: 70px !important;
  }
  .mb-xl-70,
  .my-xl-70 {
    margin-bottom: 70px !important;
  }
  .ml-xl-70,
  .mx-xl-70 {
    margin-left: 70px !important;
  }
  .m-xl-80 {
    margin: 80px !important;
  }
  .mt-xl-80,
  .my-xl-80 {
    margin-top: 80px !important;
  }
  .mr-xl-80,
  .mx-xl-80 {
    margin-right: 80px !important;
  }
  .mb-xl-80,
  .my-xl-80 {
    margin-bottom: 80px !important;
  }
  .ml-xl-80,
  .mx-xl-80 {
    margin-left: 80px !important;
  }
  .m-xl-90 {
    margin: 90px !important;
  }
  .mt-xl-90,
  .my-xl-90 {
    margin-top: 90px !important;
  }
  .mr-xl-90,
  .mx-xl-90 {
    margin-right: 90px !important;
  }
  .mb-xl-90,
  .my-xl-90 {
    margin-bottom: 90px !important;
  }
  .ml-xl-90,
  .mx-xl-90 {
    margin-left: 90px !important;
  }
  .m-xl-100 {
    margin: 100px !important;
  }
  .mt-xl-100,
  .my-xl-100 {
    margin-top: 100px !important;
  }
  .mr-xl-100,
  .mx-xl-100 {
    margin-right: 100px !important;
  }
  .mb-xl-100,
  .my-xl-100 {
    margin-bottom: 100px !important;
  }
  .ml-xl-100,
  .mx-xl-100 {
    margin-left: 100px !important;
  }
  .m-xl-125 {
    margin: 125px !important;
  }
  .mt-xl-125,
  .my-xl-125 {
    margin-top: 125px !important;
  }
  .mr-xl-125,
  .mx-xl-125 {
    margin-right: 125px !important;
  }
  .mb-xl-125,
  .my-xl-125 {
    margin-bottom: 125px !important;
  }
  .ml-xl-125,
  .mx-xl-125 {
    margin-left: 125px !important;
  }
  .m-xl-140 {
    margin: 140px !important;
  }
  .mt-xl-140,
  .my-xl-140 {
    margin-top: 140px !important;
  }
  .mr-xl-140,
  .mx-xl-140 {
    margin-right: 140px !important;
  }
  .mb-xl-140,
  .my-xl-140 {
    margin-bottom: 140px !important;
  }
  .ml-xl-140,
  .mx-xl-140 {
    margin-left: 140px !important;
  }
  .m-xl-200 {
    margin: 200px !important;
  }
  .mt-xl-200,
  .my-xl-200 {
    margin-top: 200px !important;
  }
  .mr-xl-200,
  .mx-xl-200 {
    margin-right: 200px !important;
  }
  .mb-xl-200,
  .my-xl-200 {
    margin-bottom: 200px !important;
  }
  .ml-xl-200,
  .mx-xl-200 {
    margin-left: 200px !important;
  }
  .m-xl-cg {
    margin: 21px !important;
  }
  .mt-xl-cg,
  .my-xl-cg {
    margin-top: 21px !important;
  }
  .mr-xl-cg,
  .mx-xl-cg {
    margin-right: 21px !important;
  }
  .mb-xl-cg,
  .my-xl-cg {
    margin-bottom: 21px !important;
  }
  .ml-xl-cg,
  .mx-xl-cg {
    margin-left: 21px !important;
  }
  .m-xl-2cg {
    margin: 42px !important;
  }
  .mt-xl-2cg,
  .my-xl-2cg {
    margin-top: 42px !important;
  }
  .mr-xl-2cg,
  .mx-xl-2cg {
    margin-right: 42px !important;
  }
  .mb-xl-2cg,
  .my-xl-2cg {
    margin-bottom: 42px !important;
  }
  .ml-xl-2cg,
  .mx-xl-2cg {
    margin-left: 42px !important;
  }
  .m-xl-gc {
    margin: 70px !important;
  }
  .mt-xl-gc,
  .my-xl-gc {
    margin-top: 70px !important;
  }
  .mr-xl-gc,
  .mx-xl-gc {
    margin-right: 70px !important;
  }
  .mb-xl-gc,
  .my-xl-gc {
    margin-bottom: 70px !important;
  }
  .ml-xl-gc,
  .mx-xl-gc {
    margin-left: 70px !important;
  }
  .p-xl-0 {
    padding: 0px !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0px !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0px !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0px !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0px !important;
  }
  .p-xl-5 {
    padding: 5px !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 5px !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 5px !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 5px !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 5px !important;
  }
  .p-xl-10 {
    padding: 10px !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 10px !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 10px !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 10px !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 10px !important;
  }
  .p-xl-15 {
    padding: 15px !important;
  }
  .pt-xl-15,
  .py-xl-15 {
    padding-top: 15px !important;
  }
  .pr-xl-15,
  .px-xl-15 {
    padding-right: 15px !important;
  }
  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 15px !important;
  }
  .pl-xl-15,
  .px-xl-15 {
    padding-left: 15px !important;
  }
  .p-xl-20 {
    padding: 20px !important;
  }
  .pt-xl-20,
  .py-xl-20 {
    padding-top: 20px !important;
  }
  .pr-xl-20,
  .px-xl-20 {
    padding-right: 20px !important;
  }
  .pb-xl-20,
  .py-xl-20 {
    padding-bottom: 20px !important;
  }
  .pl-xl-20,
  .px-xl-20 {
    padding-left: 20px !important;
  }
  .p-xl-30 {
    padding: 30px !important;
  }
  .pt-xl-30,
  .py-xl-30 {
    padding-top: 30px !important;
  }
  .pr-xl-30,
  .px-xl-30 {
    padding-right: 30px !important;
  }
  .pb-xl-30,
  .py-xl-30 {
    padding-bottom: 30px !important;
  }
  .pl-xl-30,
  .px-xl-30 {
    padding-left: 30px !important;
  }
  .p-xl-40 {
    padding: 40px !important;
  }
  .pt-xl-40,
  .py-xl-40 {
    padding-top: 40px !important;
  }
  .pr-xl-40,
  .px-xl-40 {
    padding-right: 40px !important;
  }
  .pb-xl-40,
  .py-xl-40 {
    padding-bottom: 40px !important;
  }
  .pl-xl-40,
  .px-xl-40 {
    padding-left: 40px !important;
  }
  .p-xl-45 {
    padding: 45px !important;
  }
  .pt-xl-45,
  .py-xl-45 {
    padding-top: 45px !important;
  }
  .pr-xl-45,
  .px-xl-45 {
    padding-right: 45px !important;
  }
  .pb-xl-45,
  .py-xl-45 {
    padding-bottom: 45px !important;
  }
  .pl-xl-45,
  .px-xl-45 {
    padding-left: 45px !important;
  }
  .p-xl-50 {
    padding: 50px !important;
  }
  .pt-xl-50,
  .py-xl-50 {
    padding-top: 50px !important;
  }
  .pr-xl-50,
  .px-xl-50 {
    padding-right: 50px !important;
  }
  .pb-xl-50,
  .py-xl-50 {
    padding-bottom: 50px !important;
  }
  .pl-xl-50,
  .px-xl-50 {
    padding-left: 50px !important;
  }
  .p-xl-60 {
    padding: 60px !important;
  }
  .pt-xl-60,
  .py-xl-60 {
    padding-top: 60px !important;
  }
  .pr-xl-60,
  .px-xl-60 {
    padding-right: 60px !important;
  }
  .pb-xl-60,
  .py-xl-60 {
    padding-bottom: 60px !important;
  }
  .pl-xl-60,
  .px-xl-60 {
    padding-left: 60px !important;
  }
  .p-xl-70 {
    padding: 70px !important;
  }
  .pt-xl-70,
  .py-xl-70 {
    padding-top: 70px !important;
  }
  .pr-xl-70,
  .px-xl-70 {
    padding-right: 70px !important;
  }
  .pb-xl-70,
  .py-xl-70 {
    padding-bottom: 70px !important;
  }
  .pl-xl-70,
  .px-xl-70 {
    padding-left: 70px !important;
  }
  .p-xl-80 {
    padding: 80px !important;
  }
  .pt-xl-80,
  .py-xl-80 {
    padding-top: 80px !important;
  }
  .pr-xl-80,
  .px-xl-80 {
    padding-right: 80px !important;
  }
  .pb-xl-80,
  .py-xl-80 {
    padding-bottom: 80px !important;
  }
  .pl-xl-80,
  .px-xl-80 {
    padding-left: 80px !important;
  }
  .p-xl-90 {
    padding: 90px !important;
  }
  .pt-xl-90,
  .py-xl-90 {
    padding-top: 90px !important;
  }
  .pr-xl-90,
  .px-xl-90 {
    padding-right: 90px !important;
  }
  .pb-xl-90,
  .py-xl-90 {
    padding-bottom: 90px !important;
  }
  .pl-xl-90,
  .px-xl-90 {
    padding-left: 90px !important;
  }
  .p-xl-100 {
    padding: 100px !important;
  }
  .pt-xl-100,
  .py-xl-100 {
    padding-top: 100px !important;
  }
  .pr-xl-100,
  .px-xl-100 {
    padding-right: 100px !important;
  }
  .pb-xl-100,
  .py-xl-100 {
    padding-bottom: 100px !important;
  }
  .pl-xl-100,
  .px-xl-100 {
    padding-left: 100px !important;
  }
  .p-xl-125 {
    padding: 125px !important;
  }
  .pt-xl-125,
  .py-xl-125 {
    padding-top: 125px !important;
  }
  .pr-xl-125,
  .px-xl-125 {
    padding-right: 125px !important;
  }
  .pb-xl-125,
  .py-xl-125 {
    padding-bottom: 125px !important;
  }
  .pl-xl-125,
  .px-xl-125 {
    padding-left: 125px !important;
  }
  .p-xl-140 {
    padding: 140px !important;
  }
  .pt-xl-140,
  .py-xl-140 {
    padding-top: 140px !important;
  }
  .pr-xl-140,
  .px-xl-140 {
    padding-right: 140px !important;
  }
  .pb-xl-140,
  .py-xl-140 {
    padding-bottom: 140px !important;
  }
  .pl-xl-140,
  .px-xl-140 {
    padding-left: 140px !important;
  }
  .p-xl-200 {
    padding: 200px !important;
  }
  .pt-xl-200,
  .py-xl-200 {
    padding-top: 200px !important;
  }
  .pr-xl-200,
  .px-xl-200 {
    padding-right: 200px !important;
  }
  .pb-xl-200,
  .py-xl-200 {
    padding-bottom: 200px !important;
  }
  .pl-xl-200,
  .px-xl-200 {
    padding-left: 200px !important;
  }
  .p-xl-cg {
    padding: 21px !important;
  }
  .pt-xl-cg,
  .py-xl-cg {
    padding-top: 21px !important;
  }
  .pr-xl-cg,
  .px-xl-cg {
    padding-right: 21px !important;
  }
  .pb-xl-cg,
  .py-xl-cg {
    padding-bottom: 21px !important;
  }
  .pl-xl-cg,
  .px-xl-cg {
    padding-left: 21px !important;
  }
  .p-xl-2cg {
    padding: 42px !important;
  }
  .pt-xl-2cg,
  .py-xl-2cg {
    padding-top: 42px !important;
  }
  .pr-xl-2cg,
  .px-xl-2cg {
    padding-right: 42px !important;
  }
  .pb-xl-2cg,
  .py-xl-2cg {
    padding-bottom: 42px !important;
  }
  .pl-xl-2cg,
  .px-xl-2cg {
    padding-left: 42px !important;
  }
  .p-xl-gc {
    padding: 70px !important;
  }
  .pt-xl-gc,
  .py-xl-gc {
    padding-top: 70px !important;
  }
  .pr-xl-gc,
  .px-xl-gc {
    padding-right: 70px !important;
  }
  .pb-xl-gc,
  .py-xl-gc {
    padding-bottom: 70px !important;
  }
  .pl-xl-gc,
  .px-xl-gc {
    padding-left: 70px !important;
  }
  .m-xl-n5 {
    margin: -5px !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -5px !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -5px !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -5px !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -5px !important;
  }
  .m-xl-n10 {
    margin: -10px !important;
  }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -10px !important;
  }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -10px !important;
  }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -10px !important;
  }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -10px !important;
  }
  .m-xl-n15 {
    margin: -15px !important;
  }
  .mt-xl-n15,
  .my-xl-n15 {
    margin-top: -15px !important;
  }
  .mr-xl-n15,
  .mx-xl-n15 {
    margin-right: -15px !important;
  }
  .mb-xl-n15,
  .my-xl-n15 {
    margin-bottom: -15px !important;
  }
  .ml-xl-n15,
  .mx-xl-n15 {
    margin-left: -15px !important;
  }
  .m-xl-n20 {
    margin: -20px !important;
  }
  .mt-xl-n20,
  .my-xl-n20 {
    margin-top: -20px !important;
  }
  .mr-xl-n20,
  .mx-xl-n20 {
    margin-right: -20px !important;
  }
  .mb-xl-n20,
  .my-xl-n20 {
    margin-bottom: -20px !important;
  }
  .ml-xl-n20,
  .mx-xl-n20 {
    margin-left: -20px !important;
  }
  .m-xl-n30 {
    margin: -30px !important;
  }
  .mt-xl-n30,
  .my-xl-n30 {
    margin-top: -30px !important;
  }
  .mr-xl-n30,
  .mx-xl-n30 {
    margin-right: -30px !important;
  }
  .mb-xl-n30,
  .my-xl-n30 {
    margin-bottom: -30px !important;
  }
  .ml-xl-n30,
  .mx-xl-n30 {
    margin-left: -30px !important;
  }
  .m-xl-n40 {
    margin: -40px !important;
  }
  .mt-xl-n40,
  .my-xl-n40 {
    margin-top: -40px !important;
  }
  .mr-xl-n40,
  .mx-xl-n40 {
    margin-right: -40px !important;
  }
  .mb-xl-n40,
  .my-xl-n40 {
    margin-bottom: -40px !important;
  }
  .ml-xl-n40,
  .mx-xl-n40 {
    margin-left: -40px !important;
  }
  .m-xl-n45 {
    margin: -45px !important;
  }
  .mt-xl-n45,
  .my-xl-n45 {
    margin-top: -45px !important;
  }
  .mr-xl-n45,
  .mx-xl-n45 {
    margin-right: -45px !important;
  }
  .mb-xl-n45,
  .my-xl-n45 {
    margin-bottom: -45px !important;
  }
  .ml-xl-n45,
  .mx-xl-n45 {
    margin-left: -45px !important;
  }
  .m-xl-n50 {
    margin: -50px !important;
  }
  .mt-xl-n50,
  .my-xl-n50 {
    margin-top: -50px !important;
  }
  .mr-xl-n50,
  .mx-xl-n50 {
    margin-right: -50px !important;
  }
  .mb-xl-n50,
  .my-xl-n50 {
    margin-bottom: -50px !important;
  }
  .ml-xl-n50,
  .mx-xl-n50 {
    margin-left: -50px !important;
  }
  .m-xl-n60 {
    margin: -60px !important;
  }
  .mt-xl-n60,
  .my-xl-n60 {
    margin-top: -60px !important;
  }
  .mr-xl-n60,
  .mx-xl-n60 {
    margin-right: -60px !important;
  }
  .mb-xl-n60,
  .my-xl-n60 {
    margin-bottom: -60px !important;
  }
  .ml-xl-n60,
  .mx-xl-n60 {
    margin-left: -60px !important;
  }
  .m-xl-n70 {
    margin: -70px !important;
  }
  .mt-xl-n70,
  .my-xl-n70 {
    margin-top: -70px !important;
  }
  .mr-xl-n70,
  .mx-xl-n70 {
    margin-right: -70px !important;
  }
  .mb-xl-n70,
  .my-xl-n70 {
    margin-bottom: -70px !important;
  }
  .ml-xl-n70,
  .mx-xl-n70 {
    margin-left: -70px !important;
  }
  .m-xl-n80 {
    margin: -80px !important;
  }
  .mt-xl-n80,
  .my-xl-n80 {
    margin-top: -80px !important;
  }
  .mr-xl-n80,
  .mx-xl-n80 {
    margin-right: -80px !important;
  }
  .mb-xl-n80,
  .my-xl-n80 {
    margin-bottom: -80px !important;
  }
  .ml-xl-n80,
  .mx-xl-n80 {
    margin-left: -80px !important;
  }
  .m-xl-n90 {
    margin: -90px !important;
  }
  .mt-xl-n90,
  .my-xl-n90 {
    margin-top: -90px !important;
  }
  .mr-xl-n90,
  .mx-xl-n90 {
    margin-right: -90px !important;
  }
  .mb-xl-n90,
  .my-xl-n90 {
    margin-bottom: -90px !important;
  }
  .ml-xl-n90,
  .mx-xl-n90 {
    margin-left: -90px !important;
  }
  .m-xl-n100 {
    margin: -100px !important;
  }
  .mt-xl-n100,
  .my-xl-n100 {
    margin-top: -100px !important;
  }
  .mr-xl-n100,
  .mx-xl-n100 {
    margin-right: -100px !important;
  }
  .mb-xl-n100,
  .my-xl-n100 {
    margin-bottom: -100px !important;
  }
  .ml-xl-n100,
  .mx-xl-n100 {
    margin-left: -100px !important;
  }
  .m-xl-n125 {
    margin: -125px !important;
  }
  .mt-xl-n125,
  .my-xl-n125 {
    margin-top: -125px !important;
  }
  .mr-xl-n125,
  .mx-xl-n125 {
    margin-right: -125px !important;
  }
  .mb-xl-n125,
  .my-xl-n125 {
    margin-bottom: -125px !important;
  }
  .ml-xl-n125,
  .mx-xl-n125 {
    margin-left: -125px !important;
  }
  .m-xl-n140 {
    margin: -140px !important;
  }
  .mt-xl-n140,
  .my-xl-n140 {
    margin-top: -140px !important;
  }
  .mr-xl-n140,
  .mx-xl-n140 {
    margin-right: -140px !important;
  }
  .mb-xl-n140,
  .my-xl-n140 {
    margin-bottom: -140px !important;
  }
  .ml-xl-n140,
  .mx-xl-n140 {
    margin-left: -140px !important;
  }
  .m-xl-n200 {
    margin: -200px !important;
  }
  .mt-xl-n200,
  .my-xl-n200 {
    margin-top: -200px !important;
  }
  .mr-xl-n200,
  .mx-xl-n200 {
    margin-right: -200px !important;
  }
  .mb-xl-n200,
  .my-xl-n200 {
    margin-bottom: -200px !important;
  }
  .ml-xl-n200,
  .mx-xl-n200 {
    margin-left: -200px !important;
  }
  .m-xl-ncg {
    margin: -21px !important;
  }
  .mt-xl-ncg,
  .my-xl-ncg {
    margin-top: -21px !important;
  }
  .mr-xl-ncg,
  .mx-xl-ncg {
    margin-right: -21px !important;
  }
  .mb-xl-ncg,
  .my-xl-ncg {
    margin-bottom: -21px !important;
  }
  .ml-xl-ncg,
  .mx-xl-ncg {
    margin-left: -21px !important;
  }
  .m-xl-n2cg {
    margin: -42px !important;
  }
  .mt-xl-n2cg,
  .my-xl-n2cg {
    margin-top: -42px !important;
  }
  .mr-xl-n2cg,
  .mx-xl-n2cg {
    margin-right: -42px !important;
  }
  .mb-xl-n2cg,
  .my-xl-n2cg {
    margin-bottom: -42px !important;
  }
  .ml-xl-n2cg,
  .mx-xl-n2cg {
    margin-left: -42px !important;
  }
  .m-xl-ngc {
    margin: -70px !important;
  }
  .mt-xl-ngc,
  .my-xl-ngc {
    margin-top: -70px !important;
  }
  .mr-xl-ngc,
  .mx-xl-ngc {
    margin-right: -70px !important;
  }
  .mb-xl-ngc,
  .my-xl-ngc {
    margin-bottom: -70px !important;
  }
  .ml-xl-ngc,
  .mx-xl-ngc {
    margin-left: -70px !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0px !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0px !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0px !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0px !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0px !important;
  }
  .m-xxl-5 {
    margin: 5px !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 5px !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 5px !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 5px !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 5px !important;
  }
  .m-xxl-10 {
    margin: 10px !important;
  }
  .mt-xxl-10,
  .my-xxl-10 {
    margin-top: 10px !important;
  }
  .mr-xxl-10,
  .mx-xxl-10 {
    margin-right: 10px !important;
  }
  .mb-xxl-10,
  .my-xxl-10 {
    margin-bottom: 10px !important;
  }
  .ml-xxl-10,
  .mx-xxl-10 {
    margin-left: 10px !important;
  }
  .m-xxl-15 {
    margin: 15px !important;
  }
  .mt-xxl-15,
  .my-xxl-15 {
    margin-top: 15px !important;
  }
  .mr-xxl-15,
  .mx-xxl-15 {
    margin-right: 15px !important;
  }
  .mb-xxl-15,
  .my-xxl-15 {
    margin-bottom: 15px !important;
  }
  .ml-xxl-15,
  .mx-xxl-15 {
    margin-left: 15px !important;
  }
  .m-xxl-20 {
    margin: 20px !important;
  }
  .mt-xxl-20,
  .my-xxl-20 {
    margin-top: 20px !important;
  }
  .mr-xxl-20,
  .mx-xxl-20 {
    margin-right: 20px !important;
  }
  .mb-xxl-20,
  .my-xxl-20 {
    margin-bottom: 20px !important;
  }
  .ml-xxl-20,
  .mx-xxl-20 {
    margin-left: 20px !important;
  }
  .m-xxl-30 {
    margin: 30px !important;
  }
  .mt-xxl-30,
  .my-xxl-30 {
    margin-top: 30px !important;
  }
  .mr-xxl-30,
  .mx-xxl-30 {
    margin-right: 30px !important;
  }
  .mb-xxl-30,
  .my-xxl-30 {
    margin-bottom: 30px !important;
  }
  .ml-xxl-30,
  .mx-xxl-30 {
    margin-left: 30px !important;
  }
  .m-xxl-40 {
    margin: 40px !important;
  }
  .mt-xxl-40,
  .my-xxl-40 {
    margin-top: 40px !important;
  }
  .mr-xxl-40,
  .mx-xxl-40 {
    margin-right: 40px !important;
  }
  .mb-xxl-40,
  .my-xxl-40 {
    margin-bottom: 40px !important;
  }
  .ml-xxl-40,
  .mx-xxl-40 {
    margin-left: 40px !important;
  }
  .m-xxl-45 {
    margin: 45px !important;
  }
  .mt-xxl-45,
  .my-xxl-45 {
    margin-top: 45px !important;
  }
  .mr-xxl-45,
  .mx-xxl-45 {
    margin-right: 45px !important;
  }
  .mb-xxl-45,
  .my-xxl-45 {
    margin-bottom: 45px !important;
  }
  .ml-xxl-45,
  .mx-xxl-45 {
    margin-left: 45px !important;
  }
  .m-xxl-50 {
    margin: 50px !important;
  }
  .mt-xxl-50,
  .my-xxl-50 {
    margin-top: 50px !important;
  }
  .mr-xxl-50,
  .mx-xxl-50 {
    margin-right: 50px !important;
  }
  .mb-xxl-50,
  .my-xxl-50 {
    margin-bottom: 50px !important;
  }
  .ml-xxl-50,
  .mx-xxl-50 {
    margin-left: 50px !important;
  }
  .m-xxl-60 {
    margin: 60px !important;
  }
  .mt-xxl-60,
  .my-xxl-60 {
    margin-top: 60px !important;
  }
  .mr-xxl-60,
  .mx-xxl-60 {
    margin-right: 60px !important;
  }
  .mb-xxl-60,
  .my-xxl-60 {
    margin-bottom: 60px !important;
  }
  .ml-xxl-60,
  .mx-xxl-60 {
    margin-left: 60px !important;
  }
  .m-xxl-70 {
    margin: 70px !important;
  }
  .mt-xxl-70,
  .my-xxl-70 {
    margin-top: 70px !important;
  }
  .mr-xxl-70,
  .mx-xxl-70 {
    margin-right: 70px !important;
  }
  .mb-xxl-70,
  .my-xxl-70 {
    margin-bottom: 70px !important;
  }
  .ml-xxl-70,
  .mx-xxl-70 {
    margin-left: 70px !important;
  }
  .m-xxl-80 {
    margin: 80px !important;
  }
  .mt-xxl-80,
  .my-xxl-80 {
    margin-top: 80px !important;
  }
  .mr-xxl-80,
  .mx-xxl-80 {
    margin-right: 80px !important;
  }
  .mb-xxl-80,
  .my-xxl-80 {
    margin-bottom: 80px !important;
  }
  .ml-xxl-80,
  .mx-xxl-80 {
    margin-left: 80px !important;
  }
  .m-xxl-90 {
    margin: 90px !important;
  }
  .mt-xxl-90,
  .my-xxl-90 {
    margin-top: 90px !important;
  }
  .mr-xxl-90,
  .mx-xxl-90 {
    margin-right: 90px !important;
  }
  .mb-xxl-90,
  .my-xxl-90 {
    margin-bottom: 90px !important;
  }
  .ml-xxl-90,
  .mx-xxl-90 {
    margin-left: 90px !important;
  }
  .m-xxl-100 {
    margin: 100px !important;
  }
  .mt-xxl-100,
  .my-xxl-100 {
    margin-top: 100px !important;
  }
  .mr-xxl-100,
  .mx-xxl-100 {
    margin-right: 100px !important;
  }
  .mb-xxl-100,
  .my-xxl-100 {
    margin-bottom: 100px !important;
  }
  .ml-xxl-100,
  .mx-xxl-100 {
    margin-left: 100px !important;
  }
  .m-xxl-125 {
    margin: 125px !important;
  }
  .mt-xxl-125,
  .my-xxl-125 {
    margin-top: 125px !important;
  }
  .mr-xxl-125,
  .mx-xxl-125 {
    margin-right: 125px !important;
  }
  .mb-xxl-125,
  .my-xxl-125 {
    margin-bottom: 125px !important;
  }
  .ml-xxl-125,
  .mx-xxl-125 {
    margin-left: 125px !important;
  }
  .m-xxl-140 {
    margin: 140px !important;
  }
  .mt-xxl-140,
  .my-xxl-140 {
    margin-top: 140px !important;
  }
  .mr-xxl-140,
  .mx-xxl-140 {
    margin-right: 140px !important;
  }
  .mb-xxl-140,
  .my-xxl-140 {
    margin-bottom: 140px !important;
  }
  .ml-xxl-140,
  .mx-xxl-140 {
    margin-left: 140px !important;
  }
  .m-xxl-200 {
    margin: 200px !important;
  }
  .mt-xxl-200,
  .my-xxl-200 {
    margin-top: 200px !important;
  }
  .mr-xxl-200,
  .mx-xxl-200 {
    margin-right: 200px !important;
  }
  .mb-xxl-200,
  .my-xxl-200 {
    margin-bottom: 200px !important;
  }
  .ml-xxl-200,
  .mx-xxl-200 {
    margin-left: 200px !important;
  }
  .m-xxl-cg {
    margin: 21px !important;
  }
  .mt-xxl-cg,
  .my-xxl-cg {
    margin-top: 21px !important;
  }
  .mr-xxl-cg,
  .mx-xxl-cg {
    margin-right: 21px !important;
  }
  .mb-xxl-cg,
  .my-xxl-cg {
    margin-bottom: 21px !important;
  }
  .ml-xxl-cg,
  .mx-xxl-cg {
    margin-left: 21px !important;
  }
  .m-xxl-2cg {
    margin: 42px !important;
  }
  .mt-xxl-2cg,
  .my-xxl-2cg {
    margin-top: 42px !important;
  }
  .mr-xxl-2cg,
  .mx-xxl-2cg {
    margin-right: 42px !important;
  }
  .mb-xxl-2cg,
  .my-xxl-2cg {
    margin-bottom: 42px !important;
  }
  .ml-xxl-2cg,
  .mx-xxl-2cg {
    margin-left: 42px !important;
  }
  .m-xxl-gc {
    margin: 70px !important;
  }
  .mt-xxl-gc,
  .my-xxl-gc {
    margin-top: 70px !important;
  }
  .mr-xxl-gc,
  .mx-xxl-gc {
    margin-right: 70px !important;
  }
  .mb-xxl-gc,
  .my-xxl-gc {
    margin-bottom: 70px !important;
  }
  .ml-xxl-gc,
  .mx-xxl-gc {
    margin-left: 70px !important;
  }
  .p-xxl-0 {
    padding: 0px !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0px !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0px !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0px !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0px !important;
  }
  .p-xxl-5 {
    padding: 5px !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 5px !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 5px !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 5px !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 5px !important;
  }
  .p-xxl-10 {
    padding: 10px !important;
  }
  .pt-xxl-10,
  .py-xxl-10 {
    padding-top: 10px !important;
  }
  .pr-xxl-10,
  .px-xxl-10 {
    padding-right: 10px !important;
  }
  .pb-xxl-10,
  .py-xxl-10 {
    padding-bottom: 10px !important;
  }
  .pl-xxl-10,
  .px-xxl-10 {
    padding-left: 10px !important;
  }
  .p-xxl-15 {
    padding: 15px !important;
  }
  .pt-xxl-15,
  .py-xxl-15 {
    padding-top: 15px !important;
  }
  .pr-xxl-15,
  .px-xxl-15 {
    padding-right: 15px !important;
  }
  .pb-xxl-15,
  .py-xxl-15 {
    padding-bottom: 15px !important;
  }
  .pl-xxl-15,
  .px-xxl-15 {
    padding-left: 15px !important;
  }
  .p-xxl-20 {
    padding: 20px !important;
  }
  .pt-xxl-20,
  .py-xxl-20 {
    padding-top: 20px !important;
  }
  .pr-xxl-20,
  .px-xxl-20 {
    padding-right: 20px !important;
  }
  .pb-xxl-20,
  .py-xxl-20 {
    padding-bottom: 20px !important;
  }
  .pl-xxl-20,
  .px-xxl-20 {
    padding-left: 20px !important;
  }
  .p-xxl-30 {
    padding: 30px !important;
  }
  .pt-xxl-30,
  .py-xxl-30 {
    padding-top: 30px !important;
  }
  .pr-xxl-30,
  .px-xxl-30 {
    padding-right: 30px !important;
  }
  .pb-xxl-30,
  .py-xxl-30 {
    padding-bottom: 30px !important;
  }
  .pl-xxl-30,
  .px-xxl-30 {
    padding-left: 30px !important;
  }
  .p-xxl-40 {
    padding: 40px !important;
  }
  .pt-xxl-40,
  .py-xxl-40 {
    padding-top: 40px !important;
  }
  .pr-xxl-40,
  .px-xxl-40 {
    padding-right: 40px !important;
  }
  .pb-xxl-40,
  .py-xxl-40 {
    padding-bottom: 40px !important;
  }
  .pl-xxl-40,
  .px-xxl-40 {
    padding-left: 40px !important;
  }
  .p-xxl-45 {
    padding: 45px !important;
  }
  .pt-xxl-45,
  .py-xxl-45 {
    padding-top: 45px !important;
  }
  .pr-xxl-45,
  .px-xxl-45 {
    padding-right: 45px !important;
  }
  .pb-xxl-45,
  .py-xxl-45 {
    padding-bottom: 45px !important;
  }
  .pl-xxl-45,
  .px-xxl-45 {
    padding-left: 45px !important;
  }
  .p-xxl-50 {
    padding: 50px !important;
  }
  .pt-xxl-50,
  .py-xxl-50 {
    padding-top: 50px !important;
  }
  .pr-xxl-50,
  .px-xxl-50 {
    padding-right: 50px !important;
  }
  .pb-xxl-50,
  .py-xxl-50 {
    padding-bottom: 50px !important;
  }
  .pl-xxl-50,
  .px-xxl-50 {
    padding-left: 50px !important;
  }
  .p-xxl-60 {
    padding: 60px !important;
  }
  .pt-xxl-60,
  .py-xxl-60 {
    padding-top: 60px !important;
  }
  .pr-xxl-60,
  .px-xxl-60 {
    padding-right: 60px !important;
  }
  .pb-xxl-60,
  .py-xxl-60 {
    padding-bottom: 60px !important;
  }
  .pl-xxl-60,
  .px-xxl-60 {
    padding-left: 60px !important;
  }
  .p-xxl-70 {
    padding: 70px !important;
  }
  .pt-xxl-70,
  .py-xxl-70 {
    padding-top: 70px !important;
  }
  .pr-xxl-70,
  .px-xxl-70 {
    padding-right: 70px !important;
  }
  .pb-xxl-70,
  .py-xxl-70 {
    padding-bottom: 70px !important;
  }
  .pl-xxl-70,
  .px-xxl-70 {
    padding-left: 70px !important;
  }
  .p-xxl-80 {
    padding: 80px !important;
  }
  .pt-xxl-80,
  .py-xxl-80 {
    padding-top: 80px !important;
  }
  .pr-xxl-80,
  .px-xxl-80 {
    padding-right: 80px !important;
  }
  .pb-xxl-80,
  .py-xxl-80 {
    padding-bottom: 80px !important;
  }
  .pl-xxl-80,
  .px-xxl-80 {
    padding-left: 80px !important;
  }
  .p-xxl-90 {
    padding: 90px !important;
  }
  .pt-xxl-90,
  .py-xxl-90 {
    padding-top: 90px !important;
  }
  .pr-xxl-90,
  .px-xxl-90 {
    padding-right: 90px !important;
  }
  .pb-xxl-90,
  .py-xxl-90 {
    padding-bottom: 90px !important;
  }
  .pl-xxl-90,
  .px-xxl-90 {
    padding-left: 90px !important;
  }
  .p-xxl-100 {
    padding: 100px !important;
  }
  .pt-xxl-100,
  .py-xxl-100 {
    padding-top: 100px !important;
  }
  .pr-xxl-100,
  .px-xxl-100 {
    padding-right: 100px !important;
  }
  .pb-xxl-100,
  .py-xxl-100 {
    padding-bottom: 100px !important;
  }
  .pl-xxl-100,
  .px-xxl-100 {
    padding-left: 100px !important;
  }
  .p-xxl-125 {
    padding: 125px !important;
  }
  .pt-xxl-125,
  .py-xxl-125 {
    padding-top: 125px !important;
  }
  .pr-xxl-125,
  .px-xxl-125 {
    padding-right: 125px !important;
  }
  .pb-xxl-125,
  .py-xxl-125 {
    padding-bottom: 125px !important;
  }
  .pl-xxl-125,
  .px-xxl-125 {
    padding-left: 125px !important;
  }
  .p-xxl-140 {
    padding: 140px !important;
  }
  .pt-xxl-140,
  .py-xxl-140 {
    padding-top: 140px !important;
  }
  .pr-xxl-140,
  .px-xxl-140 {
    padding-right: 140px !important;
  }
  .pb-xxl-140,
  .py-xxl-140 {
    padding-bottom: 140px !important;
  }
  .pl-xxl-140,
  .px-xxl-140 {
    padding-left: 140px !important;
  }
  .p-xxl-200 {
    padding: 200px !important;
  }
  .pt-xxl-200,
  .py-xxl-200 {
    padding-top: 200px !important;
  }
  .pr-xxl-200,
  .px-xxl-200 {
    padding-right: 200px !important;
  }
  .pb-xxl-200,
  .py-xxl-200 {
    padding-bottom: 200px !important;
  }
  .pl-xxl-200,
  .px-xxl-200 {
    padding-left: 200px !important;
  }
  .p-xxl-cg {
    padding: 21px !important;
  }
  .pt-xxl-cg,
  .py-xxl-cg {
    padding-top: 21px !important;
  }
  .pr-xxl-cg,
  .px-xxl-cg {
    padding-right: 21px !important;
  }
  .pb-xxl-cg,
  .py-xxl-cg {
    padding-bottom: 21px !important;
  }
  .pl-xxl-cg,
  .px-xxl-cg {
    padding-left: 21px !important;
  }
  .p-xxl-2cg {
    padding: 42px !important;
  }
  .pt-xxl-2cg,
  .py-xxl-2cg {
    padding-top: 42px !important;
  }
  .pr-xxl-2cg,
  .px-xxl-2cg {
    padding-right: 42px !important;
  }
  .pb-xxl-2cg,
  .py-xxl-2cg {
    padding-bottom: 42px !important;
  }
  .pl-xxl-2cg,
  .px-xxl-2cg {
    padding-left: 42px !important;
  }
  .p-xxl-gc {
    padding: 70px !important;
  }
  .pt-xxl-gc,
  .py-xxl-gc {
    padding-top: 70px !important;
  }
  .pr-xxl-gc,
  .px-xxl-gc {
    padding-right: 70px !important;
  }
  .pb-xxl-gc,
  .py-xxl-gc {
    padding-bottom: 70px !important;
  }
  .pl-xxl-gc,
  .px-xxl-gc {
    padding-left: 70px !important;
  }
  .m-xxl-n5 {
    margin: -5px !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -5px !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -5px !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -5px !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -5px !important;
  }
  .m-xxl-n10 {
    margin: -10px !important;
  }
  .mt-xxl-n10,
  .my-xxl-n10 {
    margin-top: -10px !important;
  }
  .mr-xxl-n10,
  .mx-xxl-n10 {
    margin-right: -10px !important;
  }
  .mb-xxl-n10,
  .my-xxl-n10 {
    margin-bottom: -10px !important;
  }
  .ml-xxl-n10,
  .mx-xxl-n10 {
    margin-left: -10px !important;
  }
  .m-xxl-n15 {
    margin: -15px !important;
  }
  .mt-xxl-n15,
  .my-xxl-n15 {
    margin-top: -15px !important;
  }
  .mr-xxl-n15,
  .mx-xxl-n15 {
    margin-right: -15px !important;
  }
  .mb-xxl-n15,
  .my-xxl-n15 {
    margin-bottom: -15px !important;
  }
  .ml-xxl-n15,
  .mx-xxl-n15 {
    margin-left: -15px !important;
  }
  .m-xxl-n20 {
    margin: -20px !important;
  }
  .mt-xxl-n20,
  .my-xxl-n20 {
    margin-top: -20px !important;
  }
  .mr-xxl-n20,
  .mx-xxl-n20 {
    margin-right: -20px !important;
  }
  .mb-xxl-n20,
  .my-xxl-n20 {
    margin-bottom: -20px !important;
  }
  .ml-xxl-n20,
  .mx-xxl-n20 {
    margin-left: -20px !important;
  }
  .m-xxl-n30 {
    margin: -30px !important;
  }
  .mt-xxl-n30,
  .my-xxl-n30 {
    margin-top: -30px !important;
  }
  .mr-xxl-n30,
  .mx-xxl-n30 {
    margin-right: -30px !important;
  }
  .mb-xxl-n30,
  .my-xxl-n30 {
    margin-bottom: -30px !important;
  }
  .ml-xxl-n30,
  .mx-xxl-n30 {
    margin-left: -30px !important;
  }
  .m-xxl-n40 {
    margin: -40px !important;
  }
  .mt-xxl-n40,
  .my-xxl-n40 {
    margin-top: -40px !important;
  }
  .mr-xxl-n40,
  .mx-xxl-n40 {
    margin-right: -40px !important;
  }
  .mb-xxl-n40,
  .my-xxl-n40 {
    margin-bottom: -40px !important;
  }
  .ml-xxl-n40,
  .mx-xxl-n40 {
    margin-left: -40px !important;
  }
  .m-xxl-n45 {
    margin: -45px !important;
  }
  .mt-xxl-n45,
  .my-xxl-n45 {
    margin-top: -45px !important;
  }
  .mr-xxl-n45,
  .mx-xxl-n45 {
    margin-right: -45px !important;
  }
  .mb-xxl-n45,
  .my-xxl-n45 {
    margin-bottom: -45px !important;
  }
  .ml-xxl-n45,
  .mx-xxl-n45 {
    margin-left: -45px !important;
  }
  .m-xxl-n50 {
    margin: -50px !important;
  }
  .mt-xxl-n50,
  .my-xxl-n50 {
    margin-top: -50px !important;
  }
  .mr-xxl-n50,
  .mx-xxl-n50 {
    margin-right: -50px !important;
  }
  .mb-xxl-n50,
  .my-xxl-n50 {
    margin-bottom: -50px !important;
  }
  .ml-xxl-n50,
  .mx-xxl-n50 {
    margin-left: -50px !important;
  }
  .m-xxl-n60 {
    margin: -60px !important;
  }
  .mt-xxl-n60,
  .my-xxl-n60 {
    margin-top: -60px !important;
  }
  .mr-xxl-n60,
  .mx-xxl-n60 {
    margin-right: -60px !important;
  }
  .mb-xxl-n60,
  .my-xxl-n60 {
    margin-bottom: -60px !important;
  }
  .ml-xxl-n60,
  .mx-xxl-n60 {
    margin-left: -60px !important;
  }
  .m-xxl-n70 {
    margin: -70px !important;
  }
  .mt-xxl-n70,
  .my-xxl-n70 {
    margin-top: -70px !important;
  }
  .mr-xxl-n70,
  .mx-xxl-n70 {
    margin-right: -70px !important;
  }
  .mb-xxl-n70,
  .my-xxl-n70 {
    margin-bottom: -70px !important;
  }
  .ml-xxl-n70,
  .mx-xxl-n70 {
    margin-left: -70px !important;
  }
  .m-xxl-n80 {
    margin: -80px !important;
  }
  .mt-xxl-n80,
  .my-xxl-n80 {
    margin-top: -80px !important;
  }
  .mr-xxl-n80,
  .mx-xxl-n80 {
    margin-right: -80px !important;
  }
  .mb-xxl-n80,
  .my-xxl-n80 {
    margin-bottom: -80px !important;
  }
  .ml-xxl-n80,
  .mx-xxl-n80 {
    margin-left: -80px !important;
  }
  .m-xxl-n90 {
    margin: -90px !important;
  }
  .mt-xxl-n90,
  .my-xxl-n90 {
    margin-top: -90px !important;
  }
  .mr-xxl-n90,
  .mx-xxl-n90 {
    margin-right: -90px !important;
  }
  .mb-xxl-n90,
  .my-xxl-n90 {
    margin-bottom: -90px !important;
  }
  .ml-xxl-n90,
  .mx-xxl-n90 {
    margin-left: -90px !important;
  }
  .m-xxl-n100 {
    margin: -100px !important;
  }
  .mt-xxl-n100,
  .my-xxl-n100 {
    margin-top: -100px !important;
  }
  .mr-xxl-n100,
  .mx-xxl-n100 {
    margin-right: -100px !important;
  }
  .mb-xxl-n100,
  .my-xxl-n100 {
    margin-bottom: -100px !important;
  }
  .ml-xxl-n100,
  .mx-xxl-n100 {
    margin-left: -100px !important;
  }
  .m-xxl-n125 {
    margin: -125px !important;
  }
  .mt-xxl-n125,
  .my-xxl-n125 {
    margin-top: -125px !important;
  }
  .mr-xxl-n125,
  .mx-xxl-n125 {
    margin-right: -125px !important;
  }
  .mb-xxl-n125,
  .my-xxl-n125 {
    margin-bottom: -125px !important;
  }
  .ml-xxl-n125,
  .mx-xxl-n125 {
    margin-left: -125px !important;
  }
  .m-xxl-n140 {
    margin: -140px !important;
  }
  .mt-xxl-n140,
  .my-xxl-n140 {
    margin-top: -140px !important;
  }
  .mr-xxl-n140,
  .mx-xxl-n140 {
    margin-right: -140px !important;
  }
  .mb-xxl-n140,
  .my-xxl-n140 {
    margin-bottom: -140px !important;
  }
  .ml-xxl-n140,
  .mx-xxl-n140 {
    margin-left: -140px !important;
  }
  .m-xxl-n200 {
    margin: -200px !important;
  }
  .mt-xxl-n200,
  .my-xxl-n200 {
    margin-top: -200px !important;
  }
  .mr-xxl-n200,
  .mx-xxl-n200 {
    margin-right: -200px !important;
  }
  .mb-xxl-n200,
  .my-xxl-n200 {
    margin-bottom: -200px !important;
  }
  .ml-xxl-n200,
  .mx-xxl-n200 {
    margin-left: -200px !important;
  }
  .m-xxl-ncg {
    margin: -21px !important;
  }
  .mt-xxl-ncg,
  .my-xxl-ncg {
    margin-top: -21px !important;
  }
  .mr-xxl-ncg,
  .mx-xxl-ncg {
    margin-right: -21px !important;
  }
  .mb-xxl-ncg,
  .my-xxl-ncg {
    margin-bottom: -21px !important;
  }
  .ml-xxl-ncg,
  .mx-xxl-ncg {
    margin-left: -21px !important;
  }
  .m-xxl-n2cg {
    margin: -42px !important;
  }
  .mt-xxl-n2cg,
  .my-xxl-n2cg {
    margin-top: -42px !important;
  }
  .mr-xxl-n2cg,
  .mx-xxl-n2cg {
    margin-right: -42px !important;
  }
  .mb-xxl-n2cg,
  .my-xxl-n2cg {
    margin-bottom: -42px !important;
  }
  .ml-xxl-n2cg,
  .mx-xxl-n2cg {
    margin-left: -42px !important;
  }
  .m-xxl-ngc {
    margin: -70px !important;
  }
  .mt-xxl-ngc,
  .my-xxl-ngc {
    margin-top: -70px !important;
  }
  .mr-xxl-ngc,
  .mx-xxl-ngc {
    margin-right: -70px !important;
  }
  .mb-xxl-ngc,
  .my-xxl-ngc {
    margin-bottom: -70px !important;
  }
  .ml-xxl-ngc,
  .mx-xxl-ngc {
    margin-left: -70px !important;
  }
}
@media (min-width: 1600px) {
  .m-3xl-0 {
    margin: 0px !important;
  }
  .mt-3xl-0,
  .my-3xl-0 {
    margin-top: 0px !important;
  }
  .mr-3xl-0,
  .mx-3xl-0 {
    margin-right: 0px !important;
  }
  .mb-3xl-0,
  .my-3xl-0 {
    margin-bottom: 0px !important;
  }
  .ml-3xl-0,
  .mx-3xl-0 {
    margin-left: 0px !important;
  }
  .m-3xl-5 {
    margin: 5px !important;
  }
  .mt-3xl-5,
  .my-3xl-5 {
    margin-top: 5px !important;
  }
  .mr-3xl-5,
  .mx-3xl-5 {
    margin-right: 5px !important;
  }
  .mb-3xl-5,
  .my-3xl-5 {
    margin-bottom: 5px !important;
  }
  .ml-3xl-5,
  .mx-3xl-5 {
    margin-left: 5px !important;
  }
  .m-3xl-10 {
    margin: 10px !important;
  }
  .mt-3xl-10,
  .my-3xl-10 {
    margin-top: 10px !important;
  }
  .mr-3xl-10,
  .mx-3xl-10 {
    margin-right: 10px !important;
  }
  .mb-3xl-10,
  .my-3xl-10 {
    margin-bottom: 10px !important;
  }
  .ml-3xl-10,
  .mx-3xl-10 {
    margin-left: 10px !important;
  }
  .m-3xl-15 {
    margin: 15px !important;
  }
  .mt-3xl-15,
  .my-3xl-15 {
    margin-top: 15px !important;
  }
  .mr-3xl-15,
  .mx-3xl-15 {
    margin-right: 15px !important;
  }
  .mb-3xl-15,
  .my-3xl-15 {
    margin-bottom: 15px !important;
  }
  .ml-3xl-15,
  .mx-3xl-15 {
    margin-left: 15px !important;
  }
  .m-3xl-20 {
    margin: 20px !important;
  }
  .mt-3xl-20,
  .my-3xl-20 {
    margin-top: 20px !important;
  }
  .mr-3xl-20,
  .mx-3xl-20 {
    margin-right: 20px !important;
  }
  .mb-3xl-20,
  .my-3xl-20 {
    margin-bottom: 20px !important;
  }
  .ml-3xl-20,
  .mx-3xl-20 {
    margin-left: 20px !important;
  }
  .m-3xl-30 {
    margin: 30px !important;
  }
  .mt-3xl-30,
  .my-3xl-30 {
    margin-top: 30px !important;
  }
  .mr-3xl-30,
  .mx-3xl-30 {
    margin-right: 30px !important;
  }
  .mb-3xl-30,
  .my-3xl-30 {
    margin-bottom: 30px !important;
  }
  .ml-3xl-30,
  .mx-3xl-30 {
    margin-left: 30px !important;
  }
  .m-3xl-40 {
    margin: 40px !important;
  }
  .mt-3xl-40,
  .my-3xl-40 {
    margin-top: 40px !important;
  }
  .mr-3xl-40,
  .mx-3xl-40 {
    margin-right: 40px !important;
  }
  .mb-3xl-40,
  .my-3xl-40 {
    margin-bottom: 40px !important;
  }
  .ml-3xl-40,
  .mx-3xl-40 {
    margin-left: 40px !important;
  }
  .m-3xl-45 {
    margin: 45px !important;
  }
  .mt-3xl-45,
  .my-3xl-45 {
    margin-top: 45px !important;
  }
  .mr-3xl-45,
  .mx-3xl-45 {
    margin-right: 45px !important;
  }
  .mb-3xl-45,
  .my-3xl-45 {
    margin-bottom: 45px !important;
  }
  .ml-3xl-45,
  .mx-3xl-45 {
    margin-left: 45px !important;
  }
  .m-3xl-50 {
    margin: 50px !important;
  }
  .mt-3xl-50,
  .my-3xl-50 {
    margin-top: 50px !important;
  }
  .mr-3xl-50,
  .mx-3xl-50 {
    margin-right: 50px !important;
  }
  .mb-3xl-50,
  .my-3xl-50 {
    margin-bottom: 50px !important;
  }
  .ml-3xl-50,
  .mx-3xl-50 {
    margin-left: 50px !important;
  }
  .m-3xl-60 {
    margin: 60px !important;
  }
  .mt-3xl-60,
  .my-3xl-60 {
    margin-top: 60px !important;
  }
  .mr-3xl-60,
  .mx-3xl-60 {
    margin-right: 60px !important;
  }
  .mb-3xl-60,
  .my-3xl-60 {
    margin-bottom: 60px !important;
  }
  .ml-3xl-60,
  .mx-3xl-60 {
    margin-left: 60px !important;
  }
  .m-3xl-70 {
    margin: 70px !important;
  }
  .mt-3xl-70,
  .my-3xl-70 {
    margin-top: 70px !important;
  }
  .mr-3xl-70,
  .mx-3xl-70 {
    margin-right: 70px !important;
  }
  .mb-3xl-70,
  .my-3xl-70 {
    margin-bottom: 70px !important;
  }
  .ml-3xl-70,
  .mx-3xl-70 {
    margin-left: 70px !important;
  }
  .m-3xl-80 {
    margin: 80px !important;
  }
  .mt-3xl-80,
  .my-3xl-80 {
    margin-top: 80px !important;
  }
  .mr-3xl-80,
  .mx-3xl-80 {
    margin-right: 80px !important;
  }
  .mb-3xl-80,
  .my-3xl-80 {
    margin-bottom: 80px !important;
  }
  .ml-3xl-80,
  .mx-3xl-80 {
    margin-left: 80px !important;
  }
  .m-3xl-90 {
    margin: 90px !important;
  }
  .mt-3xl-90,
  .my-3xl-90 {
    margin-top: 90px !important;
  }
  .mr-3xl-90,
  .mx-3xl-90 {
    margin-right: 90px !important;
  }
  .mb-3xl-90,
  .my-3xl-90 {
    margin-bottom: 90px !important;
  }
  .ml-3xl-90,
  .mx-3xl-90 {
    margin-left: 90px !important;
  }
  .m-3xl-100 {
    margin: 100px !important;
  }
  .mt-3xl-100,
  .my-3xl-100 {
    margin-top: 100px !important;
  }
  .mr-3xl-100,
  .mx-3xl-100 {
    margin-right: 100px !important;
  }
  .mb-3xl-100,
  .my-3xl-100 {
    margin-bottom: 100px !important;
  }
  .ml-3xl-100,
  .mx-3xl-100 {
    margin-left: 100px !important;
  }
  .m-3xl-125 {
    margin: 125px !important;
  }
  .mt-3xl-125,
  .my-3xl-125 {
    margin-top: 125px !important;
  }
  .mr-3xl-125,
  .mx-3xl-125 {
    margin-right: 125px !important;
  }
  .mb-3xl-125,
  .my-3xl-125 {
    margin-bottom: 125px !important;
  }
  .ml-3xl-125,
  .mx-3xl-125 {
    margin-left: 125px !important;
  }
  .m-3xl-140 {
    margin: 140px !important;
  }
  .mt-3xl-140,
  .my-3xl-140 {
    margin-top: 140px !important;
  }
  .mr-3xl-140,
  .mx-3xl-140 {
    margin-right: 140px !important;
  }
  .mb-3xl-140,
  .my-3xl-140 {
    margin-bottom: 140px !important;
  }
  .ml-3xl-140,
  .mx-3xl-140 {
    margin-left: 140px !important;
  }
  .m-3xl-200 {
    margin: 200px !important;
  }
  .mt-3xl-200,
  .my-3xl-200 {
    margin-top: 200px !important;
  }
  .mr-3xl-200,
  .mx-3xl-200 {
    margin-right: 200px !important;
  }
  .mb-3xl-200,
  .my-3xl-200 {
    margin-bottom: 200px !important;
  }
  .ml-3xl-200,
  .mx-3xl-200 {
    margin-left: 200px !important;
  }
  .m-3xl-cg {
    margin: 21px !important;
  }
  .mt-3xl-cg,
  .my-3xl-cg {
    margin-top: 21px !important;
  }
  .mr-3xl-cg,
  .mx-3xl-cg {
    margin-right: 21px !important;
  }
  .mb-3xl-cg,
  .my-3xl-cg {
    margin-bottom: 21px !important;
  }
  .ml-3xl-cg,
  .mx-3xl-cg {
    margin-left: 21px !important;
  }
  .m-3xl-2cg {
    margin: 42px !important;
  }
  .mt-3xl-2cg,
  .my-3xl-2cg {
    margin-top: 42px !important;
  }
  .mr-3xl-2cg,
  .mx-3xl-2cg {
    margin-right: 42px !important;
  }
  .mb-3xl-2cg,
  .my-3xl-2cg {
    margin-bottom: 42px !important;
  }
  .ml-3xl-2cg,
  .mx-3xl-2cg {
    margin-left: 42px !important;
  }
  .m-3xl-gc {
    margin: 70px !important;
  }
  .mt-3xl-gc,
  .my-3xl-gc {
    margin-top: 70px !important;
  }
  .mr-3xl-gc,
  .mx-3xl-gc {
    margin-right: 70px !important;
  }
  .mb-3xl-gc,
  .my-3xl-gc {
    margin-bottom: 70px !important;
  }
  .ml-3xl-gc,
  .mx-3xl-gc {
    margin-left: 70px !important;
  }
  .p-3xl-0 {
    padding: 0px !important;
  }
  .pt-3xl-0,
  .py-3xl-0 {
    padding-top: 0px !important;
  }
  .pr-3xl-0,
  .px-3xl-0 {
    padding-right: 0px !important;
  }
  .pb-3xl-0,
  .py-3xl-0 {
    padding-bottom: 0px !important;
  }
  .pl-3xl-0,
  .px-3xl-0 {
    padding-left: 0px !important;
  }
  .p-3xl-5 {
    padding: 5px !important;
  }
  .pt-3xl-5,
  .py-3xl-5 {
    padding-top: 5px !important;
  }
  .pr-3xl-5,
  .px-3xl-5 {
    padding-right: 5px !important;
  }
  .pb-3xl-5,
  .py-3xl-5 {
    padding-bottom: 5px !important;
  }
  .pl-3xl-5,
  .px-3xl-5 {
    padding-left: 5px !important;
  }
  .p-3xl-10 {
    padding: 10px !important;
  }
  .pt-3xl-10,
  .py-3xl-10 {
    padding-top: 10px !important;
  }
  .pr-3xl-10,
  .px-3xl-10 {
    padding-right: 10px !important;
  }
  .pb-3xl-10,
  .py-3xl-10 {
    padding-bottom: 10px !important;
  }
  .pl-3xl-10,
  .px-3xl-10 {
    padding-left: 10px !important;
  }
  .p-3xl-15 {
    padding: 15px !important;
  }
  .pt-3xl-15,
  .py-3xl-15 {
    padding-top: 15px !important;
  }
  .pr-3xl-15,
  .px-3xl-15 {
    padding-right: 15px !important;
  }
  .pb-3xl-15,
  .py-3xl-15 {
    padding-bottom: 15px !important;
  }
  .pl-3xl-15,
  .px-3xl-15 {
    padding-left: 15px !important;
  }
  .p-3xl-20 {
    padding: 20px !important;
  }
  .pt-3xl-20,
  .py-3xl-20 {
    padding-top: 20px !important;
  }
  .pr-3xl-20,
  .px-3xl-20 {
    padding-right: 20px !important;
  }
  .pb-3xl-20,
  .py-3xl-20 {
    padding-bottom: 20px !important;
  }
  .pl-3xl-20,
  .px-3xl-20 {
    padding-left: 20px !important;
  }
  .p-3xl-30 {
    padding: 30px !important;
  }
  .pt-3xl-30,
  .py-3xl-30 {
    padding-top: 30px !important;
  }
  .pr-3xl-30,
  .px-3xl-30 {
    padding-right: 30px !important;
  }
  .pb-3xl-30,
  .py-3xl-30 {
    padding-bottom: 30px !important;
  }
  .pl-3xl-30,
  .px-3xl-30 {
    padding-left: 30px !important;
  }
  .p-3xl-40 {
    padding: 40px !important;
  }
  .pt-3xl-40,
  .py-3xl-40 {
    padding-top: 40px !important;
  }
  .pr-3xl-40,
  .px-3xl-40 {
    padding-right: 40px !important;
  }
  .pb-3xl-40,
  .py-3xl-40 {
    padding-bottom: 40px !important;
  }
  .pl-3xl-40,
  .px-3xl-40 {
    padding-left: 40px !important;
  }
  .p-3xl-45 {
    padding: 45px !important;
  }
  .pt-3xl-45,
  .py-3xl-45 {
    padding-top: 45px !important;
  }
  .pr-3xl-45,
  .px-3xl-45 {
    padding-right: 45px !important;
  }
  .pb-3xl-45,
  .py-3xl-45 {
    padding-bottom: 45px !important;
  }
  .pl-3xl-45,
  .px-3xl-45 {
    padding-left: 45px !important;
  }
  .p-3xl-50 {
    padding: 50px !important;
  }
  .pt-3xl-50,
  .py-3xl-50 {
    padding-top: 50px !important;
  }
  .pr-3xl-50,
  .px-3xl-50 {
    padding-right: 50px !important;
  }
  .pb-3xl-50,
  .py-3xl-50 {
    padding-bottom: 50px !important;
  }
  .pl-3xl-50,
  .px-3xl-50 {
    padding-left: 50px !important;
  }
  .p-3xl-60 {
    padding: 60px !important;
  }
  .pt-3xl-60,
  .py-3xl-60 {
    padding-top: 60px !important;
  }
  .pr-3xl-60,
  .px-3xl-60 {
    padding-right: 60px !important;
  }
  .pb-3xl-60,
  .py-3xl-60 {
    padding-bottom: 60px !important;
  }
  .pl-3xl-60,
  .px-3xl-60 {
    padding-left: 60px !important;
  }
  .p-3xl-70 {
    padding: 70px !important;
  }
  .pt-3xl-70,
  .py-3xl-70 {
    padding-top: 70px !important;
  }
  .pr-3xl-70,
  .px-3xl-70 {
    padding-right: 70px !important;
  }
  .pb-3xl-70,
  .py-3xl-70 {
    padding-bottom: 70px !important;
  }
  .pl-3xl-70,
  .px-3xl-70 {
    padding-left: 70px !important;
  }
  .p-3xl-80 {
    padding: 80px !important;
  }
  .pt-3xl-80,
  .py-3xl-80 {
    padding-top: 80px !important;
  }
  .pr-3xl-80,
  .px-3xl-80 {
    padding-right: 80px !important;
  }
  .pb-3xl-80,
  .py-3xl-80 {
    padding-bottom: 80px !important;
  }
  .pl-3xl-80,
  .px-3xl-80 {
    padding-left: 80px !important;
  }
  .p-3xl-90 {
    padding: 90px !important;
  }
  .pt-3xl-90,
  .py-3xl-90 {
    padding-top: 90px !important;
  }
  .pr-3xl-90,
  .px-3xl-90 {
    padding-right: 90px !important;
  }
  .pb-3xl-90,
  .py-3xl-90 {
    padding-bottom: 90px !important;
  }
  .pl-3xl-90,
  .px-3xl-90 {
    padding-left: 90px !important;
  }
  .p-3xl-100 {
    padding: 100px !important;
  }
  .pt-3xl-100,
  .py-3xl-100 {
    padding-top: 100px !important;
  }
  .pr-3xl-100,
  .px-3xl-100 {
    padding-right: 100px !important;
  }
  .pb-3xl-100,
  .py-3xl-100 {
    padding-bottom: 100px !important;
  }
  .pl-3xl-100,
  .px-3xl-100 {
    padding-left: 100px !important;
  }
  .p-3xl-125 {
    padding: 125px !important;
  }
  .pt-3xl-125,
  .py-3xl-125 {
    padding-top: 125px !important;
  }
  .pr-3xl-125,
  .px-3xl-125 {
    padding-right: 125px !important;
  }
  .pb-3xl-125,
  .py-3xl-125 {
    padding-bottom: 125px !important;
  }
  .pl-3xl-125,
  .px-3xl-125 {
    padding-left: 125px !important;
  }
  .p-3xl-140 {
    padding: 140px !important;
  }
  .pt-3xl-140,
  .py-3xl-140 {
    padding-top: 140px !important;
  }
  .pr-3xl-140,
  .px-3xl-140 {
    padding-right: 140px !important;
  }
  .pb-3xl-140,
  .py-3xl-140 {
    padding-bottom: 140px !important;
  }
  .pl-3xl-140,
  .px-3xl-140 {
    padding-left: 140px !important;
  }
  .p-3xl-200 {
    padding: 200px !important;
  }
  .pt-3xl-200,
  .py-3xl-200 {
    padding-top: 200px !important;
  }
  .pr-3xl-200,
  .px-3xl-200 {
    padding-right: 200px !important;
  }
  .pb-3xl-200,
  .py-3xl-200 {
    padding-bottom: 200px !important;
  }
  .pl-3xl-200,
  .px-3xl-200 {
    padding-left: 200px !important;
  }
  .p-3xl-cg {
    padding: 21px !important;
  }
  .pt-3xl-cg,
  .py-3xl-cg {
    padding-top: 21px !important;
  }
  .pr-3xl-cg,
  .px-3xl-cg {
    padding-right: 21px !important;
  }
  .pb-3xl-cg,
  .py-3xl-cg {
    padding-bottom: 21px !important;
  }
  .pl-3xl-cg,
  .px-3xl-cg {
    padding-left: 21px !important;
  }
  .p-3xl-2cg {
    padding: 42px !important;
  }
  .pt-3xl-2cg,
  .py-3xl-2cg {
    padding-top: 42px !important;
  }
  .pr-3xl-2cg,
  .px-3xl-2cg {
    padding-right: 42px !important;
  }
  .pb-3xl-2cg,
  .py-3xl-2cg {
    padding-bottom: 42px !important;
  }
  .pl-3xl-2cg,
  .px-3xl-2cg {
    padding-left: 42px !important;
  }
  .p-3xl-gc {
    padding: 70px !important;
  }
  .pt-3xl-gc,
  .py-3xl-gc {
    padding-top: 70px !important;
  }
  .pr-3xl-gc,
  .px-3xl-gc {
    padding-right: 70px !important;
  }
  .pb-3xl-gc,
  .py-3xl-gc {
    padding-bottom: 70px !important;
  }
  .pl-3xl-gc,
  .px-3xl-gc {
    padding-left: 70px !important;
  }
  .m-3xl-n5 {
    margin: -5px !important;
  }
  .mt-3xl-n5,
  .my-3xl-n5 {
    margin-top: -5px !important;
  }
  .mr-3xl-n5,
  .mx-3xl-n5 {
    margin-right: -5px !important;
  }
  .mb-3xl-n5,
  .my-3xl-n5 {
    margin-bottom: -5px !important;
  }
  .ml-3xl-n5,
  .mx-3xl-n5 {
    margin-left: -5px !important;
  }
  .m-3xl-n10 {
    margin: -10px !important;
  }
  .mt-3xl-n10,
  .my-3xl-n10 {
    margin-top: -10px !important;
  }
  .mr-3xl-n10,
  .mx-3xl-n10 {
    margin-right: -10px !important;
  }
  .mb-3xl-n10,
  .my-3xl-n10 {
    margin-bottom: -10px !important;
  }
  .ml-3xl-n10,
  .mx-3xl-n10 {
    margin-left: -10px !important;
  }
  .m-3xl-n15 {
    margin: -15px !important;
  }
  .mt-3xl-n15,
  .my-3xl-n15 {
    margin-top: -15px !important;
  }
  .mr-3xl-n15,
  .mx-3xl-n15 {
    margin-right: -15px !important;
  }
  .mb-3xl-n15,
  .my-3xl-n15 {
    margin-bottom: -15px !important;
  }
  .ml-3xl-n15,
  .mx-3xl-n15 {
    margin-left: -15px !important;
  }
  .m-3xl-n20 {
    margin: -20px !important;
  }
  .mt-3xl-n20,
  .my-3xl-n20 {
    margin-top: -20px !important;
  }
  .mr-3xl-n20,
  .mx-3xl-n20 {
    margin-right: -20px !important;
  }
  .mb-3xl-n20,
  .my-3xl-n20 {
    margin-bottom: -20px !important;
  }
  .ml-3xl-n20,
  .mx-3xl-n20 {
    margin-left: -20px !important;
  }
  .m-3xl-n30 {
    margin: -30px !important;
  }
  .mt-3xl-n30,
  .my-3xl-n30 {
    margin-top: -30px !important;
  }
  .mr-3xl-n30,
  .mx-3xl-n30 {
    margin-right: -30px !important;
  }
  .mb-3xl-n30,
  .my-3xl-n30 {
    margin-bottom: -30px !important;
  }
  .ml-3xl-n30,
  .mx-3xl-n30 {
    margin-left: -30px !important;
  }
  .m-3xl-n40 {
    margin: -40px !important;
  }
  .mt-3xl-n40,
  .my-3xl-n40 {
    margin-top: -40px !important;
  }
  .mr-3xl-n40,
  .mx-3xl-n40 {
    margin-right: -40px !important;
  }
  .mb-3xl-n40,
  .my-3xl-n40 {
    margin-bottom: -40px !important;
  }
  .ml-3xl-n40,
  .mx-3xl-n40 {
    margin-left: -40px !important;
  }
  .m-3xl-n45 {
    margin: -45px !important;
  }
  .mt-3xl-n45,
  .my-3xl-n45 {
    margin-top: -45px !important;
  }
  .mr-3xl-n45,
  .mx-3xl-n45 {
    margin-right: -45px !important;
  }
  .mb-3xl-n45,
  .my-3xl-n45 {
    margin-bottom: -45px !important;
  }
  .ml-3xl-n45,
  .mx-3xl-n45 {
    margin-left: -45px !important;
  }
  .m-3xl-n50 {
    margin: -50px !important;
  }
  .mt-3xl-n50,
  .my-3xl-n50 {
    margin-top: -50px !important;
  }
  .mr-3xl-n50,
  .mx-3xl-n50 {
    margin-right: -50px !important;
  }
  .mb-3xl-n50,
  .my-3xl-n50 {
    margin-bottom: -50px !important;
  }
  .ml-3xl-n50,
  .mx-3xl-n50 {
    margin-left: -50px !important;
  }
  .m-3xl-n60 {
    margin: -60px !important;
  }
  .mt-3xl-n60,
  .my-3xl-n60 {
    margin-top: -60px !important;
  }
  .mr-3xl-n60,
  .mx-3xl-n60 {
    margin-right: -60px !important;
  }
  .mb-3xl-n60,
  .my-3xl-n60 {
    margin-bottom: -60px !important;
  }
  .ml-3xl-n60,
  .mx-3xl-n60 {
    margin-left: -60px !important;
  }
  .m-3xl-n70 {
    margin: -70px !important;
  }
  .mt-3xl-n70,
  .my-3xl-n70 {
    margin-top: -70px !important;
  }
  .mr-3xl-n70,
  .mx-3xl-n70 {
    margin-right: -70px !important;
  }
  .mb-3xl-n70,
  .my-3xl-n70 {
    margin-bottom: -70px !important;
  }
  .ml-3xl-n70,
  .mx-3xl-n70 {
    margin-left: -70px !important;
  }
  .m-3xl-n80 {
    margin: -80px !important;
  }
  .mt-3xl-n80,
  .my-3xl-n80 {
    margin-top: -80px !important;
  }
  .mr-3xl-n80,
  .mx-3xl-n80 {
    margin-right: -80px !important;
  }
  .mb-3xl-n80,
  .my-3xl-n80 {
    margin-bottom: -80px !important;
  }
  .ml-3xl-n80,
  .mx-3xl-n80 {
    margin-left: -80px !important;
  }
  .m-3xl-n90 {
    margin: -90px !important;
  }
  .mt-3xl-n90,
  .my-3xl-n90 {
    margin-top: -90px !important;
  }
  .mr-3xl-n90,
  .mx-3xl-n90 {
    margin-right: -90px !important;
  }
  .mb-3xl-n90,
  .my-3xl-n90 {
    margin-bottom: -90px !important;
  }
  .ml-3xl-n90,
  .mx-3xl-n90 {
    margin-left: -90px !important;
  }
  .m-3xl-n100 {
    margin: -100px !important;
  }
  .mt-3xl-n100,
  .my-3xl-n100 {
    margin-top: -100px !important;
  }
  .mr-3xl-n100,
  .mx-3xl-n100 {
    margin-right: -100px !important;
  }
  .mb-3xl-n100,
  .my-3xl-n100 {
    margin-bottom: -100px !important;
  }
  .ml-3xl-n100,
  .mx-3xl-n100 {
    margin-left: -100px !important;
  }
  .m-3xl-n125 {
    margin: -125px !important;
  }
  .mt-3xl-n125,
  .my-3xl-n125 {
    margin-top: -125px !important;
  }
  .mr-3xl-n125,
  .mx-3xl-n125 {
    margin-right: -125px !important;
  }
  .mb-3xl-n125,
  .my-3xl-n125 {
    margin-bottom: -125px !important;
  }
  .ml-3xl-n125,
  .mx-3xl-n125 {
    margin-left: -125px !important;
  }
  .m-3xl-n140 {
    margin: -140px !important;
  }
  .mt-3xl-n140,
  .my-3xl-n140 {
    margin-top: -140px !important;
  }
  .mr-3xl-n140,
  .mx-3xl-n140 {
    margin-right: -140px !important;
  }
  .mb-3xl-n140,
  .my-3xl-n140 {
    margin-bottom: -140px !important;
  }
  .ml-3xl-n140,
  .mx-3xl-n140 {
    margin-left: -140px !important;
  }
  .m-3xl-n200 {
    margin: -200px !important;
  }
  .mt-3xl-n200,
  .my-3xl-n200 {
    margin-top: -200px !important;
  }
  .mr-3xl-n200,
  .mx-3xl-n200 {
    margin-right: -200px !important;
  }
  .mb-3xl-n200,
  .my-3xl-n200 {
    margin-bottom: -200px !important;
  }
  .ml-3xl-n200,
  .mx-3xl-n200 {
    margin-left: -200px !important;
  }
  .m-3xl-ncg {
    margin: -21px !important;
  }
  .mt-3xl-ncg,
  .my-3xl-ncg {
    margin-top: -21px !important;
  }
  .mr-3xl-ncg,
  .mx-3xl-ncg {
    margin-right: -21px !important;
  }
  .mb-3xl-ncg,
  .my-3xl-ncg {
    margin-bottom: -21px !important;
  }
  .ml-3xl-ncg,
  .mx-3xl-ncg {
    margin-left: -21px !important;
  }
  .m-3xl-n2cg {
    margin: -42px !important;
  }
  .mt-3xl-n2cg,
  .my-3xl-n2cg {
    margin-top: -42px !important;
  }
  .mr-3xl-n2cg,
  .mx-3xl-n2cg {
    margin-right: -42px !important;
  }
  .mb-3xl-n2cg,
  .my-3xl-n2cg {
    margin-bottom: -42px !important;
  }
  .ml-3xl-n2cg,
  .mx-3xl-n2cg {
    margin-left: -42px !important;
  }
  .m-3xl-ngc {
    margin: -70px !important;
  }
  .mt-3xl-ngc,
  .my-3xl-ngc {
    margin-top: -70px !important;
  }
  .mr-3xl-ngc,
  .mx-3xl-ngc {
    margin-right: -70px !important;
  }
  .mb-3xl-ngc,
  .my-3xl-ngc {
    margin-bottom: -70px !important;
  }
  .ml-3xl-ngc,
  .mx-3xl-ngc {
    margin-left: -70px !important;
  }
}
.overly--container {
  position: relative;
  z-index: 0;
}

.overlay-content-over {
  position: relative;
  z-index: 1;
}

[class^=overlay].overlay--light {
  opacity: 0.5;
}
[class^=overlay].overlay--lighter {
  opacity: 0.25;
}
[class^=overlay].overlay--dark {
  opacity: 0.75;
}
[class^=overlay].overlay--darker {
  opacity: 0.9;
}

.overlay--full {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
  opacity: 0.7;
}

.overlay--top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  opacity: 0.7;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.overlay--bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  opacity: 0.7;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  pointer-events: none;
}

.overlay--left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 40%;
  opacity: 0.7;
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 767px) {
  .overlay--left {
    right: 0;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-family: "Euclid Circular A Regular", sans;
  color: #101010;
}

body.not-scrollable {
  height: 100vh;
  overflow: hidden;
}

body.add-blur #page-wrap {
  filter: blur(8px);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Euclid Circular A SemiBold", sans-serif;
}

a {
  color: #101010;
  transition: color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 3px;
  text-decoration-color: #A6D6C9;
}

a:not(.button) {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}

#page-wrap {
  position: relative;
  overflow-x: hidden;
  overflow-x: clip;
}

#page-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#content-wrap {
  position: relative;
  flex: 1 1 0%;
}

@media (max-width: 767.98px) {
  a {
    text-decoration-thickness: 2px;
  }
}
html.js .top-nav {
  opacity: 0;
}
html.js .banner.banner--media {
  opacity: 0;
}
html.js .banner.banner--media .banner__title {
  color: transparent;
}
html.js .banner.banner--media .banner__title .line {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
html.js .banner.banner--media .banner__title .line:before {
  content: "";
  position: absolute;
  top: 12px;
  bottom: -10px;
  right: 110%;
  left: -10px;
  background-color: #F7D117;
}
html.js .animated-block {
  position: relative;
}
html.js .animated-block .animated-block-placeholder {
  pointer-events: none;
  content: "";
  position: absolute;
  inset: 0;
  background: #A6D6C9;
}
@media (max-width: 767.98px) {
  html.js .banner__title .line:before {
    top: 0 !important;
    bottom: 0 !important;
  }
}

html.js [twk-aos] {
  z-index: 0;
}
html.js [twk-aos^=fade]:not(.twk-aos-animate) {
  opacity: 0;
}
html.js [twk-aos^=slide-up]:not(.twk-aos-animate) {
  transform: translate(0, 100px);
}
html.js [twk-aos^=slide-down]:not(.twk-aos-animate) {
  transform: translate(0, -100px);
}
html.js [twk-aos^=slide-left]:not(.twk-aos-animate) {
  transform: translate(100px, 0);
}
html.js [twk-aos^=slide-right]:not(.twk-aos-animate) {
  transform: translate(-100px, 0);
}
html.js [twk-aos^=zoom-in]:not(.twk-aos-animate) {
  transform: scale(0.9);
}
html.js [twk-aos^=zoom-out]:not(.twk-aos-animate) {
  transform: scale(1.1);
}
html.js .gsap-animated {
  opacity: 0;
}

@media (prefers-reduced-motion) {
  [twk-aos] {
    opacity: 1 !important;
    transform: none !important;
  }
}
.top-nav {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100vw;
  padding: 50px 30px;
  /* MOBILE */
}
.top-nav__col-left a {
  position: absolute;
  top: 50px;
}
.top-nav__col-right {
  display: flex;
  justify-content: flex-end;
}
.top-nav__col-right .hamburger-menu-wrapper {
  position: fixed;
  top: 54px;
}
.top-nav__logo {
  margin-left: -21px;
  width: -moz-fit-content;
  width: fit-content;
}
.top-nav__logo img {
  width: 75px;
}
.top-nav .search-box-button {
  background: #101010;
  color: #ffffff;
  border-radius: 30px;
  padding: 20px 25px;
  min-width: 155px;
  cursor: pointer;
  font-family: "Euclid Circular A Regular", sans;
  font-size: 15px;
  line-height: 18px;
  font-size: 15px;
  letter-spacing: 0px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-nav .search-box-button svg {
  transform: scale(0.8);
  fill: #F27D00;
}
.top-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}
.top-nav ul > li {
  padding: 0;
  text-indent: 0;
}
.top-nav ul li {
  position: relative;
  display: block;
}
.top-nav ul li a {
  position: relative;
  display: inline-block;
  font-family: "Euclid Circular A SemiBold", sans-serif;
  font-size: 32px; /* 32px */
  font-size: 2rem; /* 32px */
  line-height: 1.125; /* 36px */
  letter-spacing: -1px;
  color: #101010;
  padding: 8px 0;
  text-decoration: none;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.top-nav ul li a::before {
  content: "";
  width: 50px;
  height: 38px;
  background-color: transparent;
  position: absolute;
  top: 7px;
  left: -120px;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.top-nav ul li a:hover::before, .top-nav ul li a:active::before, .top-nav ul li a:focus::before {
  opacity: 1;
}
.top-nav ul li.current-menu-item a::before, .top-nav ul li.current-page-ancestor a::before {
  opacity: 1;
}
.top-nav ul li.accent-color-orange a::before {
  background-color: #F27D00;
}
.top-nav ul li.accent-color-yellow a::before {
  background-color: #F7D117;
}
.top-nav ul li.accent-color-green a::before {
  background-color: #A6D6C9;
}
.top-nav ul#secondary-menu {
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.top-nav ul#secondary-menu li {
  -webkit-column-break-inside: avoid;
}
.top-nav ul#secondary-menu li a {
  display: block;
  font-family: "Euclid Circular A Medium", sans;
  font-size: 14px; /* 14px */
  font-size: 0.875rem; /* 14px */
  line-height: 1.3571428571; /* 19px */
  letter-spacing: normal;
  padding: 7px 0;
}
.top-nav .back-menu {
  display: none;
}
@media (max-width: 991.98px) {
  .top-nav__col-left a {
    top: 30px;
  }
  .top-nav__col-right .hamburger-menu-wrapper {
    top: 32px;
  }
  .top-nav__logo img {
    width: 58px;
  }
}
@media (max-width: 767.98px) {
  .top-nav__col-right .hamburger-menu-wrapper {
    top: 20px;
    transform: scale(0.7);
  }
}
@media (max-width: 575.98px) {
  .top-nav {
    padding: 50px 10px;
  }
}

/*
	Menu blocks
*/
.top-nav-menu-container .back-overlay {
  position: fixed;
  z-index: 180;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(16, 16, 16, 0.25);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.top-nav-menu-container .menus {
  position: fixed;
  z-index: 190;
  top: 0;
  right: 0;
  width: 50vw;
  background-color: #ffffff;
  min-height: 100vh;
  padding: 120px 120px 70px 120px;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transform: translateX(50vw);
  display: flex;
  flex-direction: column;
}
.top-nav-menu-container .menus::after {
  content: "";
  width: 50vw;
  height: 100vh;
  background: #ffffff;
  position: fixed;
  top: 0;
  right: -50vw;
}
.top-nav-menu-container .menus .menu-secondary-menu-container {
  flex: 1;
}
.top-nav-menu-container .menus .sub-menu {
  position: fixed;
  z-index: 195;
  top: 0;
  right: 0;
  background: #ffffff;
  width: 50vw;
  min-height: 100vh;
  height: 100%;
  padding: 145px 120px 70px 120px;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transform: translateX(100vw);
}
.top-nav-menu-container .menus .sub-menu a {
  font-family: "Euclid Circular A Medium", sans;
  font-size: 18px; /* 18px */
  font-size: 1.125rem; /* 18px */
  line-height: 1.1111111111; /* 20px */
  letter-spacing: normal;
  color: #101010;
  padding: 8px 0;
}
.top-nav-menu-container .menus .sub-menu a::before {
  display: none;
}
.top-nav-menu-container .menus .sub-menu li.current-page-item a,
.top-nav-menu-container .menus .sub-menu li a:hover, .top-nav-menu-container .menus .sub-menu li a:active, .top-nav-menu-container .menus .sub-menu li a:focus {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
  text-decoration-color: #101010;
}
.top-nav-menu-container .menus .accent-color-orange .sub-menu {
  background-color: #F27D00;
}
.top-nav-menu-container .menus .accent-color-yellow .sub-menu {
  background-color: #F7D117;
}
.top-nav-menu-container .menus .accent-color-green .sub-menu {
  background-color: #A6D6C9;
}
.top-nav-menu-container.open .back-overlay {
  opacity: 1;
}
@media (max-width: 1199.98px) {
  .top-nav-menu-container ul li a::before {
    top: 12px;
    left: -60px;
    width: 20px;
    height: 36px;
  }
  .top-nav-menu-container .menus {
    padding: 120px 60px 40px 60px;
  }
  .top-nav-menu-container .menus .sub-menu {
    padding: 145px 60px 70px 80px;
  }
}
@media (max-width: 767.98px) {
  .top-nav-menu-container .menu-back {
    display: block !important;
    position: fixed;
    top: 50px;
    left: 40px;
    z-index: 1;
  }
  .top-nav-menu-container .menu-back::before {
    content: url("../img/scroll-arrow--black.svg");
    display: inline-block;
    margin-right: 8px;
    transform: rotate(90deg) scale(0.6);
  }
  .top-nav-menu-container ul {
    margin-bottom: 18px;
  }
  .top-nav-menu-container ul li a {
    font-size: 27px;
    line-height: 32px;
    letter-spacing: -0.84px;
    padding: 5px 0;
  }
  .top-nav-menu-container ul#secondary-menu {
    -moz-columns: auto;
         columns: auto;
  }
  .top-nav-menu-container ul#secondary-menu li a {
    padding: 5px 0;
  }
  .top-nav-menu-container .menus {
    padding: 80px 50px 50px 50px;
    width: calc(100vw - 28px);
    transform: translateX(100vw);
    height: 100vh;
    overflow-y: auto;
  }
  .top-nav-menu-container .menus .sub-menu {
    padding: 100px 50px 50px 40px;
    width: calc(100vw - 78px);
    transform: translateX(100vw);
    height: 100vh;
    overflow-y: auto;
  }
  .top-nav-menu-container .menus .sub-menu a {
    font-size: 16px;
  }
}
@media (max-width: 340px) {
  .top-nav-menu-container .menus .sub-menu {
    width: calc(100vw - 64px);
  }
  .top-nav-menu-container ul li a {
    font-size: 21px;
  }
  .top-nav-menu-container a.social-media__link img {
    width: 30px;
  }
}

/*
	Hamburger
*/
.hamburger-menu-wrapper {
  position: relative;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 84px;
  margin-left: auto;
  cursor: pointer;
  transition: all 0.4s ease-in 0.2s;
}
.hamburger-menu-wrapper:hover span:nth-child(1), .hamburger-menu-wrapper:active span:nth-child(1), .hamburger-menu-wrapper:focus span:nth-child(1) {
  width: 30px;
}
.hamburger-menu-wrapper:hover span:nth-child(4), .hamburger-menu-wrapper:active span:nth-child(4), .hamburger-menu-wrapper:focus span:nth-child(4) {
  width: 36px;
}

.hamburger-menu {
  position: relative;
  width: 60px;
  height: 18px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
}
.hamburger-menu span {
  position: absolute;
  display: block;
  height: 2px;
  width: 40px;
  background: #000000;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.hamburger-menu span:nth-child(1) {
  top: 0px;
}
.hamburger-menu span:nth-child(2),
.hamburger-menu span:nth-child(3) {
  top: 8px;
}
.hamburger-menu span:nth-child(4) {
  top: 16px;
}
.hamburger-menu--light span {
  background: #ffffff;
}

.hamburger-menu-wrapper.open .hamburger-menu span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}
.hamburger-menu-wrapper.open .hamburger-menu span:nth-child(2) {
  transform: rotate(45deg);
}
.hamburger-menu-wrapper.open .hamburger-menu span:nth-child(3) {
  transform: rotate(-45deg);
}
.hamburger-menu-wrapper.open .hamburger-menu span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}

body.post-type-archive-the-masters-voice .hamburger-menu span,
body.post-type-archive-event .hamburger-menu span,
body.page-id-6273 .hamburger-menu span,
body.page-id-176 .hamburger-menu span {
  background: #ffffff;
}
body.post-type-archive-the-masters-voice .hamburger-menu-wrapper.open .hamburger-menu span,
body.post-type-archive-event .hamburger-menu-wrapper.open .hamburger-menu span,
body.page-id-6273 .hamburger-menu-wrapper.open .hamburger-menu span,
body.page-id-176 .hamburger-menu-wrapper.open .hamburger-menu span {
  background: #000000;
}

.site-footer {
  position: relative;
  background-color: #101010;
  padding-top: 110px;
}
.site-footer__colored-block {
  padding: 8px 16px;
  margin-bottom: 9px;
  width: -moz-fit-content;
  width: fit-content;
}
.site-footer__tagline {
  font-size: 36px;
  line-height: 1;
  letter-spacing: -0.5px;
}
@media (max-width: 1399.98px) {
  .site-footer__tagline {
    font-size: 34px;
  }
}
@media (max-width: 1199.98px) {
  .site-footer__tagline {
    font-size: 25px;
  }
}
@media (max-width: 991.98px) {
  .site-footer__tagline {
    font-size: 40px;
  }
}
@media (max-width: 575.98px) {
  .site-footer__tagline {
    font-size: 21px;
  }
}
.site-footer a {
  text-decoration: none;
}
.site-footer a:hover, .site-footer a:active, .site-footer a:focus {
  color: #A6D6C9;
}
.site-footer .logo {
  height: 126px;
}
.site-footer address p, .site-footer a[href^="mailto:"], .site-footer a[href^="tel:"] {
  display: block;
  font-size: 19px; /* 19px */
  font-size: 1.1875rem; /* 19px */
  line-height: 1.4736842105; /* 28px */
  color: #ffffff;
  margin-bottom: 15px;
}
.site-footer a[href^="mailto:"] {
  color: #A6D6C9;
}
.site-footer .social-media {
  margin-top: 10px;
  margin-bottom: 150px;
}
.site-footer .dot {
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #ffffff;
  margin: 0px 12px 15px;
}
.site-footer .featured-logo {
  max-height: 66px;
}
@media (max-width: 991.98px) {
  .site-footer {
    padding-top: 70px;
  }
  .site-footer .social-media {
    margin-bottom: 70px;
  }
}
@media (max-width: 767.98px) {
  .site-footer {
    padding-top: 50px;
  }
  .site-footer > .container::before {
    top: 75px;
  }
  .site-footer h3.title--sm, .site-footer .title--sm.h3, .site-footer p.h3, .site-footer a.h3, .site-footer li.h3 {
    font-size: 24px !important;
    line-height: 28px !important;
    letter-spacing: -0.25px !important;
  }
  .site-footer .block-yellow {
    width: 100vw;
  }
  .site-footer .logo {
    height: 88px;
  }
  .site-footer .social-media {
    margin-bottom: 0;
  }
  .site-footer .bottom-row .title--xs, .site-footer .bottom-row .download-link {
    font-size: 14px !important;
    line-height: 28px !important;
    letter-spacing: 0 !important;
    margin-bottom: 0;
  }
}

.title--2xs {
  font-size: 12px; /* 12px */
  font-size: 0.75rem; /* 12px */
  line-height: 1.0833333333; /* 13px */
  letter-spacing: 1px;
}
.title--xs, .download-link {
  font-size: 15px; /* 15px */
  font-size: 0.9375rem; /* 15px */
  line-height: 1.2; /* 18px */
}
.title--sm, p, a, li {
  font-size: 23px; /* 23px */
  font-size: 1.4375rem; /* 23px */
  line-height: 1.6956521739; /* 39px */
  letter-spacing: -0.25px;
}
.title--md, .block--columns-text h3:not(.title), .block--columns-text .h3:not(.title) {
  font-size: 32px; /* 32px */
  font-size: 2rem; /* 32px */
  line-height: 1.09375; /* 35px */
  letter-spacing: -0.5px;
}
.title--lg, .block--columns-text h2:not(.title), .block--columns-text .h2:not(.title) {
  font-size: 48px; /* 48px */
  font-size: 3rem; /* 48px */
  line-height: 1.125; /* 54px */
  letter-spacing: -1px;
}
.title--xl {
  font-size: 64px; /* 64px */
  font-size: 4rem; /* 64px */
  line-height: 1.125; /* 72px */
  letter-spacing: -1.5px;
}
.title--2xl {
  font-size: 90px; /* 90px */
  font-size: 5.625rem; /* 90px */
  line-height: 1.0666666667; /* 96px */
  letter-spacing: -2px;
}
.title--2d5xl {
  font-size: 110px; /* 110px */
  font-size: 6.875rem; /* 110px */
  line-height: 0.8272727273; /* 91px */
  letter-spacing: -2.44px;
}
.title--3xl {
  font-size: 160px; /* 160px */
  font-size: 10rem; /* 160px */
  line-height: 0.9375; /* 150px */
  letter-spacing: -4.5px;
}
@media (max-width: 1399.98px) {
  .title--2xl {
    font-size: 72px; /* 72px */
    font-size: 4.5rem; /* 72px */
    line-height: 1.1111111111; /* 80px */
  }
}
@media (max-width: 1199.98px) {
  .title--2xl {
    font-size: 70px; /* 70px */
    font-size: 4.375rem; /* 70px */
    line-height: 1.1428571429; /* 80px */
  }
  .title--3xl {
    font-size: 140px; /* 140px */
    font-size: 8.75rem; /* 140px */
    line-height: 1.0714285714; /* 150px */
  }
}
@media (max-width: 991.98px) {
  .title--sm, p, a, li {
    font-size: 20px; /* 20px */
    font-size: 1.25rem; /* 20px */
    line-height: 1.5; /* 30px */
  }
  .title--md, .block--columns-text h3:not(.title), .block--columns-text .h3:not(.title) {
    font-size: 25px; /* 25px */
    font-size: 1.5625rem; /* 25px */
    line-height: 1.2; /* 30px */
  }
  .title--xl {
    font-size: 48px; /* 48px */
    font-size: 3rem; /* 48px */
    line-height: 1.125; /* 54px */
  }
  .title--2xl {
    font-size: 56px; /* 56px */
    font-size: 3.5rem; /* 56px */
    line-height: 1.25; /* 70px */
  }
  .title--2d5xl {
    font-size: 90px; /* 90px */
    font-size: 5.625rem; /* 90px */
    line-height: 1.0111111111; /* 91px */
  }
}
@media (max-width: 767.98px) {
  .title--md, .block--columns-text h3:not(.title), .block--columns-text .h3:not(.title) {
    font-size: 22px; /* 22px */
    font-size: 1.375rem; /* 22px */
    line-height: 1.2727272727; /* 28px */
  }
  .title--lg, .block--columns-text h2:not(.title), .block--columns-text .h2:not(.title) {
    font-size: 38px; /* 38px */
    font-size: 2.375rem; /* 38px */
    line-height: 1.1052631579; /* 42px */
    letter-spacing: -0.72px;
  }
  .title--xl {
    font-size: 42px; /* 42px */
    font-size: 2.625rem; /* 42px */
    line-height: 1.1904761905; /* 50px */
  }
  .title--2xl {
    font-size: 50px; /* 50px */
    font-size: 3.125rem; /* 50px */
    line-height: 1.2; /* 60px */
  }
  .title--2d5xl {
    font-size: 64px; /* 64px */
    font-size: 4rem; /* 64px */
    line-height: 1.125; /* 72px */
  }
  .title--3xl {
    font-size: 80px; /* 80px */
    font-size: 5rem; /* 80px */
    line-height: 1.125; /* 90px */
  }
}
@media (max-width: 575.98px) {
  .title--sm, p, a, li {
    font-size: 18px; /* 18px */
    font-size: 1.125rem; /* 18px */
    line-height: 1.6666666667; /* 30px */
  }
  .title--md, .block--columns-text h3:not(.title), .block--columns-text .h3:not(.title) {
    font-size: 20px; /* 20px */
    font-size: 1.25rem; /* 20px */
    line-height: 1.2; /* 24px */
  }
  .title--lg, .block--columns-text h2:not(.title), .block--columns-text .h2:not(.title) {
    font-size: 30px; /* 30px */
    font-size: 1.875rem; /* 30px */
    line-height: 1.2666666667; /* 38px */
  }
  .title--2xl {
    font-size: 40px; /* 40px */
    font-size: 2.5rem; /* 40px */
    line-height: 1.25; /* 50px */
  }
  .title--2d5xl {
    font-size: 50px; /* 50px */
    font-size: 3.125rem; /* 50px */
    line-height: 1.24; /* 62px */
  }
}
.title * {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.font-sans {
  font-family: "Euclid Circular A Regular", sans !important;
}

.font-sans-medium {
  font-family: "Euclid Circular A Medium", sans !important;
}

.font-sans-semibold {
  font-family: "Euclid Circular A SemiBold", sans-serif !important;
}

.font-serif {
  font-family: "Euclid Circular A SemiBold", sans-serif !important;
}

.leading-tight {
  line-height: 1.2 !important;
}

.leading-base {
  line-height: 1.3 !important;
}

.leading-normal {
  line-height: 1.5 !important;
}

.leading-none {
  line-height: 1 !important;
}

::-moz-selection {
  /* Code for Firefox */
  color: white;
  background: #A6D6C9;
  padding: 10px;
}

::selection {
  color: white;
  background: #A6D6C9;
  padding: 10px;
}

#content-wrap {
  position: relative;
}

.container.show-grid div[class=row] {
  outline: 1px dotted rgba(0, 0, 0, 0.25);
}
.container.show-grid div[class^=col-] {
  background-color: rgba(255, 0, 0, 0.2);
  outline: 1px dotted rgba(0, 0, 0, 0.5);
}

a.post-edit-link {
  position: fixed;
  z-index: 999;
  bottom: 0;
  background: #F27D00;
  color: white;
  padding: 10px 15px;
  font-size: 16px;
  text-decoration: none;
}

main.main a:not(.button):not(.no-underline):not(.no-animation):not(.stretched-link) {
  position: relative;
}
main.main a:not(.button):not(.no-underline):not(.no-animation):not(.stretched-link)::after {
  content: "";
  background: #101010;
  width: 0;
  height: 3px;
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: all 0.25s ease-out;
}
main.main a:not(.button):not(.no-underline):not(.no-animation):not(.stretched-link):hover, main.main a:not(.button):not(.no-underline):not(.no-animation):not(.stretched-link):active, main.main a:not(.button):not(.no-underline):not(.no-animation):not(.stretched-link):focus {
  color: inherit;
}
main.main a:not(.button):not(.no-underline):not(.no-animation):not(.stretched-link):hover::after, main.main a:not(.button):not(.no-underline):not(.no-animation):not(.stretched-link):active::after, main.main a:not(.button):not(.no-underline):not(.no-animation):not(.stretched-link):focus::after {
  width: 100%;
}
main.main .background-yellow:not(.data) a:not(.button):not(.no-animation):not(.stretched-link),
main.main .background-orange:not(.data) a:not(.button):not(.no-animation):not(.stretched-link),
main.main .background-green:not(.data) a:not(.button):not(.no-animation):not(.stretched-link) {
  text-decoration-color: #101010;
  transition: all 0.4s ease-in;
}
main.main .background-yellow:not(.data) a:not(.button):not(.no-animation):not(.stretched-link)::after,
main.main .background-orange:not(.data) a:not(.button):not(.no-animation):not(.stretched-link)::after,
main.main .background-green:not(.data) a:not(.button):not(.no-animation):not(.stretched-link)::after {
  background-color: #101010;
}
main.main .background-yellow:not(.data) a:not(.button):not(.no-animation):not(.stretched-link):hover, main.main .background-yellow:not(.data) a:not(.button):not(.no-animation):not(.stretched-link):active, main.main .background-yellow:not(.data) a:not(.button):not(.no-animation):not(.stretched-link):focus,
main.main .background-orange:not(.data) a:not(.button):not(.no-animation):not(.stretched-link):hover,
main.main .background-orange:not(.data) a:not(.button):not(.no-animation):not(.stretched-link):active,
main.main .background-orange:not(.data) a:not(.button):not(.no-animation):not(.stretched-link):focus,
main.main .background-green:not(.data) a:not(.button):not(.no-animation):not(.stretched-link):hover,
main.main .background-green:not(.data) a:not(.button):not(.no-animation):not(.stretched-link):active,
main.main .background-green:not(.data) a:not(.button):not(.no-animation):not(.stretched-link):focus {
  color: #101010;
}
main.main .background-yellow:not(.data) a:not(.button):not(.no-animation):not(.stretched-link):hover::after, main.main .background-yellow:not(.data) a:not(.button):not(.no-animation):not(.stretched-link):active::after, main.main .background-yellow:not(.data) a:not(.button):not(.no-animation):not(.stretched-link):focus::after,
main.main .background-orange:not(.data) a:not(.button):not(.no-animation):not(.stretched-link):hover::after,
main.main .background-orange:not(.data) a:not(.button):not(.no-animation):not(.stretched-link):active::after,
main.main .background-orange:not(.data) a:not(.button):not(.no-animation):not(.stretched-link):focus::after,
main.main .background-green:not(.data) a:not(.button):not(.no-animation):not(.stretched-link):hover::after,
main.main .background-green:not(.data) a:not(.button):not(.no-animation):not(.stretched-link):active::after,
main.main .background-green:not(.data) a:not(.button):not(.no-animation):not(.stretched-link):focus::after {
  width: 100%;
}
main.main .background-black a:not(.button) {
  color: #ffffff;
  text-decoration-color: #ffffff;
}

.intro {
  font-size: 18px; /* 18px */
  font-size: 1.125rem; /* 18px */
  line-height: 1.3333333333; /* 24px */
  font-weight: bold;
}

@media (min-width: 768px) {
  .split-list {
    -moz-column-count: 2;
         column-count: 2;
  }
}
strong {
  font-family: "Euclid Circular A SemiBold", sans-serif;
}

ul.gallery {
  margin: 0 -30px;
  padding: 0 15px;
}
ul.gallery li {
  display: inline-block;
  width: 50%;
  padding: 15px;
  margin: 0;
}
@media (max-width: 575.98px) {
  ul.gallery li {
    width: 100%;
  }
}
ul.gallery li:before {
  content: none;
}
ul.gallery li div.gallery__image {
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
ul.gallery li p {
  display: none;
  margin: 0;
}
ul.gallery.gallery-columns-3 li {
  width: 33%;
}
ul.gallery.gallery-columns-4 li {
  width: 25%;
}
ul.gallery.gallery-columns-4 li div.gallery__image {
  aspect-ratio: 16/12;
}

blockquote {
  position: relative;
  margin: 60px 0px;
}
blockquote,
blockquote p {
  font-family: "Euclid Circular A SemiBold", sans-serif;
  font-size: 48px; /* 48px */
  font-size: 3rem; /* 48px */
  line-height: 1.2708333333; /* 61px */
  letter-spacing: -1px;
  color: #101010;
}
blockquote p {
  margin: 0;
}
blockquote cite {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(100% - 320px);
  font-family: "Euclid Circular A Medium", sans;
  font-size: 24px; /* 24px */
  font-size: 1.5rem; /* 24px */
  line-height: 1.25; /* 30px */
  font-style: normal;
  letter-spacing: -0.25px;
  color: #101010;
  margin-top: 25px;
  margin-bottom: 8px;
}
blockquote footer {
  display: block;
  font-family: "Euclid Circular A Medium", sans;
  font-size: 15px; /* 15px */
  font-size: 0.9375rem; /* 15px */
  line-height: 1.2; /* 18px */
  color: #101010;
  letter-spacing: -0.25px;
  margin-top: 0;
}

@media (max-width: 1199.98px) {
  blockquote p {
    font-size: 40px; /* 40px */
    font-size: 2.5rem; /* 40px */
    line-height: 1.25; /* 50px */
  }
}
@media (max-width: 991.98px) {
  blockquote {
    margin: 40px 0;
  }
  blockquote p {
    font-size: 30px; /* 30px */
    font-size: 1.875rem; /* 30px */
    line-height: 1.3333333333; /* 40px */
  }
}
@media (max-width: 767.98px) {
  blockquote p {
    font-size: 24px; /* 24px */
    font-size: 1.5rem; /* 24px */
    line-height: 1.25; /* 30px */
  }
  blockquote cite {
    max-width: 100%;
  }
}
img {
  max-width: 100%;
  height: auto;
}

.issuuembed.issuu-isrendered {
  max-width: 100%;
}

.alignleft {
  float: left;
  margin-right: 30px;
}

.alignright {
  float: right;
  margin-left: 30px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

img.alignnone.size-full {
  margin: 30px 0 30px 0;
}

@media (max-width: 767.98px) {
  .alignleft,
  .alignright {
    float: none;
    display: block;
    margin: 20px auto;
  }
}
.block:not(.block--submenu) ul:not(.slick-dots):not(.gform_fields):not(.gallery) {
  padding: 0;
}
.block:not(.block--submenu) ul:not(.slick-dots):not(.gform_fields):not(.gallery) li + li {
  margin-top: 12px;
}
.block:not(.block--submenu) ul:not(.slick-dots):not(.gform_fields):not(.gallery) li {
  position: relative;
  list-style: none;
  padding-left: 25px;
}
.block:not(.block--submenu) ul:not(.slick-dots):not(.gform_fields):not(.gallery) li:before {
  position: absolute;
  top: calc(0.5em + 4px);
  left: 0px;
  content: "";
  height: 8px;
  width: 8px;
  background: #F27D00;
  border-radius: 50%;
}
.block:not(.block--submenu).background-orange ul:not(.slick-dots):not(.gform_fields):not(.gallery) li:before,
.block:not(.block--submenu) .background-orange ul:not(.slick-dots):not(.gform_fields):not(.gallery) li:before {
  background: #101010;
}
@media (max-width: 991.98px) {
  .block:not(.block--submenu) ul:not(.slick-dots):not(.gform_fields):not(.gallery) li:before {
    top: 0.5em;
  }
}
@media (max-width: 767.98px) {
  .block:not(.block--submenu) ul:not(.slick-dots):not(.gform_fields):not(.gallery) li:before {
    top: calc(0.5em + 2px);
  }
}

.shortcode-half-column p:empty {
  display: none;
}

.button, body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-primary:not(.form-btn),
body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-info, .gform_wrapper .gform_footer.top_label {
  position: relative;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  border-radius: 40px;
  font-family: "Euclid Circular A Medium", sans;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
  background-color: #101010;
  padding: 28px 32px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.4s ease-in;
}
.button::after, body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-primary:not(.form-btn)::after,
body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-info::after, .gform_wrapper .gform_footer.top_label::after {
  content: url("../img/button-arrow-orange.svg");
  display: inline-block;
  padding-left: 28px;
  margin-bottom: -5px;
  vertical-align: middle;
  transition: all 0.4s ease-in;
}
.button:not(.no-animation):hover, body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-primary:not(.no-animation):hover:not(.form-btn),
body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-info:not(.no-animation):hover, .gform_wrapper .gform_footer.top_label:not(.no-animation):hover, .button:not(.no-animation):active, body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-primary:not(.no-animation):active:not(.form-btn),
body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-info:not(.no-animation):active, .gform_wrapper .gform_footer.top_label:not(.no-animation):active, .button:not(.no-animation):focus, body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-primary:not(.no-animation):focus:not(.form-btn),
body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-info:not(.no-animation):focus, .gform_wrapper .gform_footer.top_label:not(.no-animation):focus {
  color: #F27D00;
  padding-right: 40px;
}
.button:not(.no-animation):hover::after, body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-primary:not(.no-animation):hover:not(.form-btn)::after,
body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-info:not(.no-animation):hover::after, .gform_wrapper .gform_footer.top_label:not(.no-animation):hover::after, .button:not(.no-animation):active::after, body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-primary:not(.no-animation):active:not(.form-btn)::after,
body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-info:not(.no-animation):active::after, .gform_wrapper .gform_footer.top_label:not(.no-animation):active::after, .button:not(.no-animation):focus::after, body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-primary:not(.no-animation):focus:not(.form-btn)::after,
body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-info:not(.no-animation):focus::after, .gform_wrapper .gform_footer.top_label:not(.no-animation):focus::after {
  padding-left: 20px;
}
.button--back, body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-primary.prev-btn {
  flex-direction: row-reverse;
}
.button--back::after, body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-primary.prev-btn::after {
  transform: rotate(180deg);
  margin-top: -7px;
}
.button--back:hover, body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-primary.prev-btn:hover, .button--back:active, body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-primary.prev-btn:active, .button--back:focus, body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-primary.prev-btn:focus {
  padding-left: 40px;
  padding-right: 32px !important;
}
.button--back:hover::after, body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-primary.prev-btn:hover::after, .button--back:active::after, body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-primary.prev-btn:active::after, .button--back:focus::after, body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-primary.prev-btn:focus::after {
  padding-left: 28px;
}
.button--green::after {
  content: url("../img/button-arrow-green.svg");
}
.button--green:hover, .button--green:active, .button--green:focus {
  color: #A6D6C9;
}
.button--yellow::after {
  content: url("../img/button-arrow-yellow.svg");
}
.button--yellow:hover, .button--yellow:active, .button--yellow:focus {
  color: #F7D117;
}
.button--unmute {
  background-color: #ffffff;
  color: #101010;
}
.button--unmute::after {
  content: url("../img/unmute-icon.svg");
  height: 23px;
  margin-top: -5px;
}
.button--mute {
  background-color: #ffffff;
  color: #101010;
}
.button--mute::after {
  content: url("../img/mute-icon.svg");
  height: 23px;
  margin-top: -5px;
}
.button--outline-black {
  background-color: transparent;
  border: 2px solid #101010;
  color: #101010 !important;
}
.button--outline-black::after {
  content: url("../img/button-arrow-black.svg") !important;
}
.button--outline-white {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff !important;
}
.button--outline-white::after {
  content: url("../img/button-arrow-white.svg") !important;
}
.button--simple-arrow {
  background-color: transparent;
  color: #101010;
  padding: 0 !important;
  margin: 30px 0;
  border: 0;
}
.button--simple-arrow::before {
  display: none;
}
.button--simple-arrow::after {
  content: url("../img/button-arrow-black.svg") !important;
}
.button--simple-arrow:hover, .button--simple-arrow:active, .button--simple-arrow:focus {
  padding: 0;
  color: #101010 !important;
}
.button--simple-arrow.button--orange::after {
  content: url("../img/button-arrow-orange.svg") !important;
}
.button--simple-arrow.button--green::after {
  content: url("../img/button-arrow-green.svg") !important;
}
.button--simple-arrow.button--yellow::after {
  content: url("../img/button-arrow-yellow.svg") !important;
}
.button--sm {
  padding: 21px 25px;
}

button.button, body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-primary:not(.form-btn),
body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-info, .gform_wrapper button.gform_footer.top_label {
  border: 0;
}

@media (max-width: 767.98px) {
  .button, body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-primary:not(.form-btn),
  body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-info, .gform_wrapper .gform_footer.top_label {
    padding: 20px 30px;
  }
  .button::after, body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-primary:not(.form-btn)::after,
  body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-info::after, .gform_wrapper .gform_footer.top_label::after {
    padding-left: 15px;
  }
  .button:hover, body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-primary:hover:not(.form-btn),
  body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-info:hover, .gform_wrapper .gform_footer.top_label:hover, .button:active, body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-primary:active:not(.form-btn),
  body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-info:active, .gform_wrapper .gform_footer.top_label:active, .button:focus, body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-primary:focus:not(.form-btn),
  body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-info:focus, .gform_wrapper .gform_footer.top_label:focus {
    padding-right: 30px !important;
  }
}
input.button, .gform_wrapper input.gform_footer.top_label {
  border: 0;
  background: url("../img/button-arrow-orange.svg") black no-repeat;
  background-position: calc(100% - 25px) 32px;
  background-size: 8px;
  padding-right: 55px;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
input.button::before, .gform_wrapper input.gform_footer.top_label::before {
  display: none;
}
input.button::after, .gform_wrapper input.gform_footer.top_label::after {
  display: none;
}
input.button:hover, .gform_wrapper input.gform_footer.top_label:hover, input.button:active, .gform_wrapper input.gform_footer.top_label:active, input.button:focus, .gform_wrapper input.gform_footer.top_label:focus {
  color: #F27D00 !important;
}

.background-green .button::after, .background-green body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-primary:not(.form-btn)::after, body.ng-scope .block--isams-form .admissionsEnquiry .panel-group .background-green button.btn-primary:not(.form-btn)::after,
.background-green body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-info::after,
body.ng-scope .block--isams-form .admissionsEnquiry .panel-group .background-green button.btn-info::after, .background-green .gform_wrapper .gform_footer.top_label::after, .gform_wrapper .background-green .gform_footer.top_label::after {
  content: url("../img/button-arrow-green.svg");
}
.background-green .button:hover, .background-green body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-primary:hover:not(.form-btn), body.ng-scope .block--isams-form .admissionsEnquiry .panel-group .background-green button.btn-primary:hover:not(.form-btn),
.background-green body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-info:hover,
body.ng-scope .block--isams-form .admissionsEnquiry .panel-group .background-green button.btn-info:hover, .background-green .gform_wrapper .gform_footer.top_label:hover, .gform_wrapper .background-green .gform_footer.top_label:hover, .background-green .button:active, .background-green body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-primary:active:not(.form-btn), body.ng-scope .block--isams-form .admissionsEnquiry .panel-group .background-green button.btn-primary:active:not(.form-btn),
.background-green body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-info:active,
body.ng-scope .block--isams-form .admissionsEnquiry .panel-group .background-green button.btn-info:active, .background-green .gform_wrapper .gform_footer.top_label:active, .gform_wrapper .background-green .gform_footer.top_label:active, .background-green .button:focus, .background-green body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-primary:focus:not(.form-btn), body.ng-scope .block--isams-form .admissionsEnquiry .panel-group .background-green button.btn-primary:focus:not(.form-btn),
.background-green body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-info:focus,
body.ng-scope .block--isams-form .admissionsEnquiry .panel-group .background-green button.btn-info:focus, .background-green .gform_wrapper .gform_footer.top_label:focus, .gform_wrapper .background-green .gform_footer.top_label:focus {
  color: #A6D6C9;
}
.background-green input.button, .background-green .gform_wrapper input.gform_footer.top_label, .gform_wrapper .background-green input.gform_footer.top_label {
  background: url("../img/button-arrow-green.svg") black no-repeat;
  background-position: calc(100% - 25px) 32px;
  background-size: 8px;
}

.background-yellow .button::after, .background-yellow body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-primary:not(.form-btn)::after, body.ng-scope .block--isams-form .admissionsEnquiry .panel-group .background-yellow button.btn-primary:not(.form-btn)::after,
.background-yellow body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-info::after,
body.ng-scope .block--isams-form .admissionsEnquiry .panel-group .background-yellow button.btn-info::after, .background-yellow .gform_wrapper .gform_footer.top_label::after, .gform_wrapper .background-yellow .gform_footer.top_label::after {
  content: url("../img/button-arrow-yellow.svg");
}
.background-yellow .button:hover, .background-yellow body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-primary:hover:not(.form-btn), body.ng-scope .block--isams-form .admissionsEnquiry .panel-group .background-yellow button.btn-primary:hover:not(.form-btn),
.background-yellow body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-info:hover,
body.ng-scope .block--isams-form .admissionsEnquiry .panel-group .background-yellow button.btn-info:hover, .background-yellow .gform_wrapper .gform_footer.top_label:hover, .gform_wrapper .background-yellow .gform_footer.top_label:hover, .background-yellow .button:active, .background-yellow body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-primary:active:not(.form-btn), body.ng-scope .block--isams-form .admissionsEnquiry .panel-group .background-yellow button.btn-primary:active:not(.form-btn),
.background-yellow body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-info:active,
body.ng-scope .block--isams-form .admissionsEnquiry .panel-group .background-yellow button.btn-info:active, .background-yellow .gform_wrapper .gform_footer.top_label:active, .gform_wrapper .background-yellow .gform_footer.top_label:active, .background-yellow .button:focus, .background-yellow body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-primary:focus:not(.form-btn), body.ng-scope .block--isams-form .admissionsEnquiry .panel-group .background-yellow button.btn-primary:focus:not(.form-btn),
.background-yellow body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-info:focus,
body.ng-scope .block--isams-form .admissionsEnquiry .panel-group .background-yellow button.btn-info:focus, .background-yellow .gform_wrapper .gform_footer.top_label:focus, .gform_wrapper .background-yellow .gform_footer.top_label:focus {
  color: #F7D117;
}
.background-yellow input.button, .background-yellow .gform_wrapper input.gform_footer.top_label, .gform_wrapper .background-yellow input.gform_footer.top_label {
  background: url("../img/button-arrow-yellow.svg") black no-repeat;
  background-position: calc(100% - 25px) 32px;
  background-size: 8px;
}

.download-link {
  display: flex;
  align-items: center;
  font-family: "Euclid Circular A Medium", sans;
  text-decoration: none;
}
.download-link::before {
  content: "";
  background: url("../img/download.svg") no-repeat;
  background-position: 0 0;
  background-size: 38px;
  width: 38px;
  height: 38px;
  display: inline-block;
  margin-right: 10px;
}

.twk-editor-phone {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.twk-editor-phone::before {
  content: "";
  background: url("../img/icon-phone.svg") no-repeat;
  background-position: 0 0;
  background-size: 38px;
  width: 38px;
  height: 38px;
  display: inline-block;
  margin-right: 10px;
}

.twk-editor-email {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.twk-editor-email::before {
  content: "";
  background: url("../img/icon-email.svg") no-repeat;
  background-position: 0 0;
  background-size: 38px;
  width: 38px;
  height: 38px;
  display: inline-block;
  margin-right: 10px;
}

.background-green .twk-editor-email::before {
  background: url("../img/icon-email--green.svg") no-repeat;
}
.background-green .twk-editor-phone::before {
  background: url("../img/icon-phone--green.svg") no-repeat;
}

.background-orange .twk-editor-email::before {
  background: url("../img/icon-email--orange.svg") no-repeat;
}
.background-orange .twk-editor-phone::before {
  background: url("../img/icon-phone--orange.svg") no-repeat;
}

.background-yellow .twk-editor-email::before {
  background: url("../img/icon-email--yellow.svg") no-repeat;
}
.background-yellow .twk-editor-phone::before {
  background: url("../img/icon-phone--yellow.svg") no-repeat;
}

img.logo-divider {
  max-width: 90%;
}

img.responsive {
  width: 100%;
  height: auto;
}

div[id^=attachment_] {
  max-width: 100%;
}

.img-background {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.img-background--cover {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.img-background--contain {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.object-fit--cover {
  background-size: cover;
  background-position: center center;
}
.object-fit--cover img {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-fit--contain {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.object-fit--contain img {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-fit--circle img {
  border-radius: 50%;
}
.object-fit.not-compatible img {
  opacity: 0;
}

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

.bleed-right {
  width: calc(100% + 50vw - (1300px - 30px) / 2);
  max-width: none;
}

.responsive-img {
  height: 0;
  position: relative;
}
.responsive-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.circle-image-button {
  width: 220px;
  text-align: center;
  padding-bottom: 20px;
  position: relative;
}
@media (max-width: 991.9px) {
  .circle-image-button {
    margin: auto;
  }
}
@media (min-width: 992px) {
  .circle-image-button {
    margin-left: auto;
  }
}
.circle-image-button .button, .circle-image-button body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-primary:not(.form-btn), body.ng-scope .block--isams-form .admissionsEnquiry .panel-group .circle-image-button button.btn-primary:not(.form-btn),
.circle-image-button body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-info,
body.ng-scope .block--isams-form .admissionsEnquiry .panel-group .circle-image-button button.btn-info, .circle-image-button .gform_wrapper .gform_footer.top_label, .gform_wrapper .circle-image-button .gform_footer.top_label {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.circle-image-button img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.banner {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.banner__breadcrumb {
  position: absolute;
  top: 50vh;
  font-family: "Euclid Circular A Medium", sans;
  transform: rotate(180deg) translateY(50%);
  writing-mode: vertical-lr;
  cursor: vertical-text;
  height: -moz-max-content;
  height: max-content;
  margin: 0;
}
@media (max-width: 991.98px) {
  .banner__breadcrumb {
    top: 28%;
  }
}
@media (max-width: 767.98px) {
  .banner__breadcrumb {
    display: none;
  }
}
.banner--media {
  min-height: 250px;
  margin-bottom: 115px;
}
.banner--media .banner__image-container {
  position: relative;
  width: 100%;
  aspect-ratio: 1069/520;
}
@supports not (aspect-ratio: 1/1) {
  .banner--media .banner__image-container {
    min-height: 500px;
    max-height: 58vh;
  }
}
.banner--media .banner__secondary-image-container {
  position: relative;
  width: 100%;
  aspect-ratio: 396/254;
  margin-top: 25px;
}
.banner--media .banner__secondary-image-container .house-logo {
  background-color: #ffffff;
  border-radius: 50%;
  width: 76px;
  height: 76px;
  padding: 15px;
}
.banner--media.banner--portrait .banner__image-container {
  aspect-ratio: 400/450;
  width: calc(100% - 70px);
}
.banner--media.banner--house .vertical-line-green {
  display: none;
}
.banner--media.banner--house .block-orange {
  width: 198px;
  height: 70px;
  left: 21px;
  top: -35px;
}
.banner--media .block-yellow {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 28px;
  background: #F7D117;
}
.banner--media .block-orange {
  position: absolute;
  z-index: 10;
  top: -68px;
  left: 91px;
  width: calc(100% - 91px);
  height: 112px;
  background: #F27D00;
}
.banner--media .vertical-line-green {
  position: absolute;
  left: 0;
  background-color: #A6D6C9;
  width: 30px;
  height: 230px;
  margin-top: 10px;
}
.banner--media .complementary-content__title {
  font-family: "Euclid Circular A SemiBold", sans-serif;
  font-size: 24px; /* 24px */
  font-size: 1.5rem; /* 24px */
  line-height: 1.1666666667; /* 28px */
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}
.banner--media .complementary-content__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
.banner--media .complementary-content__list a {
  display: block;
  font-family: "Euclid Circular A Medium", sans;
  font-size: 18px; /* 18px */
  font-size: 1.125rem; /* 18px */
  line-height: 1.1111111111; /* 20px */
  color: #101010;
  text-decoration: none;
  transition: opacity 0.4s ease-in;
}
.banner--media .complementary-content__list a:hover, .banner--media .complementary-content__list a:active, .banner--media .complementary-content__list a:focus {
  opacity: 0.4;
}
.banner--media .complementary-content__list--one-column {
  grid-template-columns: repeat(1, 1fr);
}
.banner--media .complementary-content .twitter-feed__header {
  margin-bottom: 25px;
}
.banner--media .complementary-content .twitter-feed__header a {
  text-decoration: none;
}
.banner--media .complementary-content .twitter-feed__header .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}
.banner--media .complementary-content .twitter-feed__header .avatar img {
  width: 100%;
  height: 100%;
}
.banner--media .complementary-content .twitter-feed__header .data__main {
  font-size: 16px; /* 16px */
  font-size: 1rem; /* 16px */
  line-height: 1.3125; /* 21px */
}
.banner--media .complementary-content .twitter-feed__header .data__secondary {
  display: flex;
  font-size: 13px; /* 13px */
  font-size: 0.8125rem; /* 13px */
  line-height: 1.6153846154; /* 21px */
  color: #7C7C7C;
}
.banner--media .complementary-content .twitter-feed__header .data__secondary .dot {
  background-color: #7C7C7C;
}
.banner--media .complementary-content .twitter-feed__header .icon img {
  width: 25px;
}
.banner--media .complementary-content .twitter-feed p, .banner--media .complementary-content .twitter-feed a {
  font-family: "Euclid Circular A Regular", sans;
  font-size: 18px; /* 18px */
  font-size: 1.125rem; /* 18px */
  line-height: 1.6666666667; /* 30px */
  letter-spacing: -0.19px;
  color: #000000;
  margin-bottom: 0;
}
.banner--media .scroll-to {
  position: relative;
  font-family: "Euclid Circular A Medium", sans;
  text-decoration: none;
  color: #101010;
  transition: color 0.4s ease-in-out;
}
.banner--media .scroll-to::after {
  content: url("../img/scroll-arrow.svg");
  margin-left: 15px;
}
.banner--media .scroll-to:hover, .banner--media .scroll-to:active, .banner--media .scroll-to:focus {
  color: #F27D00;
}
@media (max-width: 1199.98px) {
  .banner--media .block-orange {
    top: -30px;
    height: 50px;
  }
  .banner--media.banner--portrait .banner__image-container {
    width: calc(100% - 30px);
  }
  .banner--media .complementary-content__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 991.98px) {
  .banner--media {
    margin-bottom: 80px;
  }
  .banner--media.banner--portrait .banner__image-container {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .banner--media .block-orange {
    top: -50px;
    left: 0;
  }
  .banner--media .banner__image-container {
    aspect-ratio: 290/370;
  }
  .banner--media.banner--portrait .banner__image-container {
    aspect-ratio: 290/370;
  }
  .banner--media .vertical-line-green {
    position: absolute;
    left: -20px;
  }
  .banner--media .complementary-content {
    position: absolute !important;
    z-index: 100;
    top: 110px;
    left: 100%;
    width: -moz-max-content;
    width: max-content;
    max-width: calc(100vw - 40px);
  }
  .banner--media .complementary-content__title {
    position: absolute;
    top: 50%;
    left: 0;
    height: 100%;
    height: -moz-fit-content;
    height: fit-content;
    transform: translate(-62%, -50%) rotate(270deg);
    margin: 0 !important;
    padding: 8px 15px;
    background-color: #A6D6C9;
    font-family: "Euclid Circular A Medium", sans;
    font-size: 15px;
    line-height: 18px;
  }
  .banner--media .complementary-content__list a {
    margin-bottom: 15px;
  }
}
@media (max-width: 575.98px) {
  .banner--media {
    margin-bottom: 50px;
  }
}
.banner--simple {
  margin-top: 215px;
  margin-bottom: 55px;
}
.banner--simple .banner-simple-block-orange {
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 205px;
  background-color: #F27D00;
}
.banner--simple .banner-simple-block-green {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 70px;
  background-color: #A6D6C9;
}
@media (max-width: 991.98px) {
  .banner--simple {
    margin-top: 145px;
  }
}
@media (max-width: 767.98px) {
  .banner--simple {
    margin-top: 100px;
  }
}
@media (max-width: 575.98px) {
  .banner--simple .banner-simple-block-orange {
    left: -10px;
  }
  .banner--simple .banner-simple-block-green {
    right: -10px;
    width: 20px;
  }
}
.banner--post {
  margin-top: 250px;
  margin-bottom: 80px;
}
.banner--post .banner__thumbnail-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1057/580;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner--post .scroll-down {
  position: absolute;
  bottom: 140px;
}
.banner--post .scroll-down svg g {
  stroke: #101010;
}
@media (max-width: 991.98px) {
  .banner--post {
    margin-top: 170px;
  }
  .banner--post .scroll-down {
    bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .banner--post {
    margin-bottom: 40px;
  }
  .banner--post .banner__thumbnail-wrapper {
    aspect-ratio: 1050/720;
  }
  .banner--post .scroll-down {
    display: none;
  }
}

.banner-post-block-yellow {
  position: absolute;
  width: calc(100% - 42px);
  height: 38px;
  background-color: #F7D117;
}

.banner-post-block-orange {
  position: absolute;
  top: 260px;
  right: 0;
  width: 40px;
  height: 370px;
  background-color: #F27D00;
}

.banner-post-block-green {
  width: 42px;
  height: 270px;
  background-color: #A6D6C9;
  margin-left: auto;
  margin-right: -42px;
}

.banner-simple-block-yellow {
  height: 28px;
  background-color: #F7D117;
  transform: translateX(-21px);
}

@media (max-width: 991.98px) {
  .banner-post-block-orange {
    width: 25px;
  }
}
@media (max-width: 767.98px) {
  .banner-post-block-yellow {
    height: 15px;
  }
  .banner-post-block-orange {
    top: 55px;
    width: 15px;
  }
  .banner-simple-block-yellow {
    height: 20px;
  }
}
@media (max-width: 767.98px) {
  body.single-the-masters-voice .banner--simple {
    margin-top: 150px;
  }
}
@media (max-width: 575.98px) {
  body.single-the-masters-voice .banner--simple {
    margin-top: 120px;
  }
}

/*
	FORM
*/
::-moz-placeholder {
  font-family: "Euclid Circular A Regular", sans;
  font-size: 19px;
  line-height: 28px;
  color: rgba(16, 16, 16, 0.5);
}
::placeholder {
  font-family: "Euclid Circular A Regular", sans;
  font-size: 19px;
  line-height: 28px;
  color: rgba(16, 16, 16, 0.5);
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.gform_wrapper {
  position: relative;
}
.gform_wrapper .gform_heading .gform_title {
  font-family: "Euclid Circular A SemiBold", sans-serif;
  font-size: 24px; /* 24px */
  font-size: 1.5rem; /* 24px */
  line-height: 1.1666666667; /* 28px */
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.gform_wrapper .gform_body .gfield_label {
  font-family: "Euclid Circular A SemiBold", sans-serif;
  font-size: 12px; /* 12px */
  font-size: 0.75rem; /* 12px */
  line-height: 1.0833333333; /* 13px */
  color: #F27D00;
  text-transform: uppercase;
}
.gform_wrapper .gform_body .gfield_required {
  color: #F27D00;
}
.gform_wrapper .gform_body input, .gform_wrapper .gform_body textarea, .gform_wrapper .gform_body select {
  background-color: #eeeeee;
  padding: 15px 24px 16px !important;
  border: 0;
}
.gform_wrapper .gform_body select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Euclid Circular A Regular", sans;
  font-size: 19px;
  line-height: 28px;
  color: rgba(16, 16, 16, 0.5);
  border: 0;
  padding: 20px 24px 22px !important;
}
.gform_wrapper .gform_body select option {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.gform_wrapper .gform_body .ginput_container.ginput_container_select {
  position: relative;
}
.gform_wrapper .gform_body .ginput_container.ginput_container_select::after {
  content: url("../img/scroll-arrow.svg");
  position: absolute;
  top: 12px;
  right: 30px;
  transform: scale(0.8);
  pointer-events: none;
}
.gform_wrapper .gform_body .ginput_container_consent {
  display: flex;
  align-items: baseline;
}
.gform_wrapper .gform_body .ginput_container_consent .gfield_consent_label {
  font-family: "Euclid Circular A Regular", sans;
  font-size: 19px;
  line-height: 28px;
  margin-left: 12px;
}
.gform_wrapper .gform_body .ginput_container_consent .gfield_consent_label a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #F27D00;
  text-decoration: none;
}
.gform_wrapper .gform_body .ginput_container_consent .gfield_consent_label a:hover, .gform_wrapper .gform_body .ginput_container_consent .gfield_consent_label a:active, .gform_wrapper .gform_body .ginput_container_consent .gfield_consent_label a:focus {
  color: #F27D00;
  text-decoration: underline;
}
.gform_wrapper .gform_footer.top_label {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
}
.gform_wrapper .gform_footer.top_label input[type=submit] {
  margin-right: 0;
  padding: 0;
  background: transparent;
}
.gform_wrapper .gform_footer.top_label:hover input[type=submit], .gform_wrapper .gform_footer.top_label:active input[type=submit], .gform_wrapper .gform_footer.top_label:focus input[type=submit] {
  color: #F27D00 !important;
}
@media (max-width: 1199.98px) {
  .gform_wrapper .gform_footer.top_label {
    position: static;
  }
}
@media (max-width: 767.98px) {
  .gform_wrapper .gform_body .ginput_container.ginput_container_select::after {
    top: 22px;
    right: 20px;
  }
}

.gform_validation_errors {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.gform_submission_error {
  font-size: 16px !important;
}

.gfield_error {
  background: transparent !important;
  border: 0 !important;
}
.gfield_error legend {
  color: #F27D00 !important;
}
.gfield_error input, .gfield_error select {
  border: 1px solid #F27D00 !important;
}

.gfield_validation_message {
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  color: #F27D00 !important;
  font-family: "Euclid Circular A SemiBold", sans-serif !important;
  font-size: 14px !important;
  line-height: 16px !important;
  letter-spacing: 2px !important;
}

.gform_confirmation_message {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.21px;
}

.slick-prev:before,
.slick-next:before {
  content: "";
  display: inline-block;
  border-bottom: solid white 1px;
  border-left: solid white 1px;
  height: 12px;
  width: 12px;
}

.slick-next:before {
  transform: rotate(-135deg);
}

.slick-prev:before {
  transform: rotate(45deg);
}

.slick-dots {
  position: absolute;
  bottom: 30px;
  right: 20px;
  width: auto;
}
.slick-dots li button {
  background-color: transparent;
}
.slick-dots li button:before {
  border: 1px solid #101010;
  background-color: #101010;
}
.slick-dots li.slick-active button:before {
  border: 1px solid #F27D00;
  background-color: #F27D00;
}

.full-width-slider .slick-dots {
  bottom: -35px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  width: 60%;
}

.gallery-slider {
  margin-bottom: 65px;
  position: relative;
}
.gallery-slider .slick-slide > div {
  display: flex;
  width: 100%;
  padding-bottom: 55%;
  position: relative;
}
.gallery-slider .slick-slide img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-slider .slick-slide img.contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.gallery-slider__full {
  position: relative;
  background: #101010;
}
.gallery-slider__full-nav {
  position: absolute;
  bottom: 23%;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 9;
}
.gallery-slider__full-nav .pages {
  display: inline-block;
  color: white;
}
.gallery-slider__full-nav .slick-prev,
.gallery-slider__full-nav .slick-next {
  position: relative;
  display: inline-block;
  left: auto;
  right: auto;
  top: auto;
  transform: none;
}
.gallery-slider__full-nav .slick-prev:before,
.gallery-slider__full-nav .slick-next:before {
  height: 9px;
  width: 9px;
}
.gallery-slider__thumb .slick-next,
.gallery-slider__thumb .slick-prev {
  height: 100%;
  width: 36px;
  background-color: rgba(36, 36, 36, 0.45);
  background-color: #242424;
  z-index: 1;
  opacity: 0.65;
  transition: opacity 0.2s linear;
}
.gallery-slider__thumb .slick-next:hover,
.gallery-slider__thumb .slick-prev:hover {
  opacity: 1;
}
.gallery-slider__thumb .slick-prev {
  left: 0;
}
.gallery-slider__thumb .slick-next {
  right: 0;
}
.gallery-slider__thumb .slick-slide {
  cursor: pointer;
}
.gallery-slider__thumb .slick-slide > div:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: white;
  opacity: 0.6;
  z-index: 1;
  transition: opacity 0.2s linear;
}
.gallery-slider__thumb .slick-slide:hover > div:before {
  opacity: 0.3;
}
.gallery-slider__thumb .slick-slide.slick-current > div:before {
  opacity: 0;
}

/* Styles for dialog window */
.magnific-dialog {
  position: relative;
  background: white;
  padding: 50px 70px;
  width: 720px;
  max-width: 80vw;
  margin: 40px auto;
}

.mfp-inline-holder .mfp-content {
  text-align: left !important;
}

.mfp-video-wrapper .mfp-iframe-scaler {
  padding-top: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 19/10;
  -o-object-fit: cover;
     object-fit: cover;
}
.mfp-video-wrapper .mfp-content {
  width: 90vw;
  max-height: 80vh;
}

.mfp-content .inline-popup {
  background-color: #ffffff;
  max-width: 750px;
  margin: 0 auto;
  padding: 50px;
}
@media (max-width: 767.98px) {
  .mfp-content .inline-popup {
    padding: 50px 20px;
  }
  .mfp-content .inline-popup .button, .mfp-content .inline-popup body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-primary:not(.form-btn), body.ng-scope .block--isams-form .admissionsEnquiry .panel-group .mfp-content .inline-popup button.btn-primary:not(.form-btn),
  .mfp-content .inline-popup body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-info,
  body.ng-scope .block--isams-form .admissionsEnquiry .panel-group .mfp-content .inline-popup button.btn-info, .mfp-content .inline-popup .gform_wrapper .gform_footer.top_label, .gform_wrapper .mfp-content .inline-popup .gform_footer.top_label {
    padding: 15px 14px;
  }
}

.slider-popup:not(.mfp-bg) .mfp-container {
  padding: 0;
}
.slider-popup:not(.mfp-bg) .white-popup-block {
  background: #ffffff;
  width: 80vw;
  margin: 0 0 0 auto;
  height: 100vh;
}
.slider-popup:not(.mfp-bg) .popup {
  display: flex;
}
.slider-popup:not(.mfp-bg) .popup__content {
  position: relative;
  padding: 60px 50px;
  flex: 1 0 0;
  height: 100vh;
  overflow: auto;
}
.slider-popup:not(.mfp-bg) .popup__content > div {
  width: 100%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.slider-popup:not(.mfp-bg) .popup__content__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.slider-popup:not(.mfp-bg) .popup__content__header__title {
  font-size: 43px; /* 43px */
  font-size: 2.6875rem; /* 43px */
  line-height: 1.2558139535; /* 54px */
  letter-spacing: -0.9px;
  margin-top: 30px;
  margin-bottom: 12px;
}
.slider-popup:not(.mfp-bg) .popup__content__header__text {
  font-size: 24px; /* 24px */
  font-size: 1.5rem; /* 24px */
  line-height: 1.625; /* 39px */
  letter-spacing: -0.25px;
  margin-bottom: 20px;
}
.slider-popup:not(.mfp-bg) .popup__content__header__avatar-wrapper {
  position: relative;
  width: 185px;
  height: 185px;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}
.slider-popup:not(.mfp-bg) .popup__content__header .vertical-line {
  position: absolute;
  top: 90px;
  left: 0;
  width: 20px;
  height: 100px;
  background: #A6D6C9;
}
.slider-popup:not(.mfp-bg) .popup__aside {
  width: 190px;
}
.slider-popup:not(.mfp-bg) .popup__aside .navigation-buttons {
  position: fixed;
  bottom: 20px;
  right: 15px;
}
.slider-popup:not(.mfp-bg) .popup__aside .navigation-buttons__button {
  position: relative;
  font-family: "Euclid Circular A Medium", sans;
  font-size: 15px;
  line-height: 18px;
  padding: 5px 10px;
  border: 1px solid #101010;
  color: #101010;
  display: block;
  margin: 12px 0 12px 0;
  border-radius: 30px;
  text-decoration: none;
  width: 150px;
  padding: 20px 25px;
}
.slider-popup:not(.mfp-bg) .popup__aside .navigation-buttons__button::after {
  content: url("../img/button-arrow-black.svg") !important;
}
.slider-popup:not(.mfp-bg) .popup__aside .navigation-buttons__button--prev {
  text-align: right;
}
.slider-popup:not(.mfp-bg) .popup__aside .navigation-buttons__button--prev::after {
  position: absolute;
  top: 18px;
  left: 25px;
  transform: scale(-1);
  transition: all 0.4s ease;
}
.slider-popup:not(.mfp-bg) .popup__aside .navigation-buttons__button--prev:hover::after, .slider-popup:not(.mfp-bg) .popup__aside .navigation-buttons__button--prev:active::after, .slider-popup:not(.mfp-bg) .popup__aside .navigation-buttons__button--prev:focus::after {
  left: 20px;
}
.slider-popup:not(.mfp-bg) .popup__aside .navigation-buttons__button--next {
  text-align: left;
}
.slider-popup:not(.mfp-bg) .popup__aside .navigation-buttons__button--next::after {
  position: absolute;
  top: 18px;
  right: 25px;
  transition: all 0.4s ease;
}
.slider-popup:not(.mfp-bg) .popup__aside .navigation-buttons__button--next:hover::after, .slider-popup:not(.mfp-bg) .popup__aside .navigation-buttons__button--next:active::after, .slider-popup:not(.mfp-bg) .popup__aside .navigation-buttons__button--next:focus::after {
  right: 20px;
}
.slider-popup:not(.mfp-bg) .popup button.mfp-close {
  width: 40px;
  top: 90px;
  right: 70px;
}
.slider-popup:not(.mfp-bg) .popup button.mfp-close svg {
  pointer-events: none;
}
@media (max-width: 1199.98px) {
  .slider-popup:not(.mfp-bg) .popup__content__header__avatar-wrapper {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 991.98px) {
  .slider-popup:not(.mfp-bg) .white-popup-block {
    width: 92vw;
  }
  .slider-popup:not(.mfp-bg) .popup__aside {
    width: 150px;
  }
  .slider-popup:not(.mfp-bg) .popup__aside .navigation-buttons__button {
    width: 125px;
    padding: 18px 20px;
  }
  .slider-popup:not(.mfp-bg) .popup button.mfp-close {
    right: 50px;
  }
}
@media (max-width: 767.98px) {
  .slider-popup:not(.mfp-bg) {
    display: block;
  }
  .slider-popup:not(.mfp-bg) .white-popup-block {
    width: 100vw;
  }
  .slider-popup:not(.mfp-bg) .popup__content {
    padding: 30px 30px 150px;
  }
  .slider-popup:not(.mfp-bg) .popup__content__header {
    display: block;
    margin-bottom: 25px;
  }
  .slider-popup:not(.mfp-bg) .popup__content__header__title {
    font-size: 35px;
  }
  .slider-popup:not(.mfp-bg) .popup__content__header__text {
    font-size: 21px;
  }
  .slider-popup:not(.mfp-bg) .popup__aside {
    position: fixed;
    inset: 0;
    top: auto;
    width: 100%;
    height: 80px;
  }
  .slider-popup:not(.mfp-bg) .popup__aside .navigation-buttons {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    inset: auto;
    height: inherit;
  }
  .slider-popup:not(.mfp-bg) .popup__aside .navigation-buttons__button {
    margin: auto;
  }
  .slider-popup:not(.mfp-bg) .popup__aside .navigation-buttons__button--prev::after {
    top: 15px;
  }
  .slider-popup:not(.mfp-bg) .popup__aside .navigation-buttons__button--next::after {
    top: 20px;
  }
  .slider-popup:not(.mfp-bg) .popup button.mfp-close {
    top: 10px;
    right: 20px;
  }
}
.slider-popup:not(.mfp-bg) button.mfp-arrow.mfp-arrow-left.mfp-prevent-close,
.slider-popup:not(.mfp-bg) button.mfp-arrow.mfp-arrow-right.mfp-prevent-close {
  display: none;
}
.slider-popup:not(.mfp-bg) ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(173, 173, 173, 0.3);
  background-color: #F5F5F5;
}
.slider-popup:not(.mfp-bg) ::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
.slider-popup:not(.mfp-bg) ::-webkit-scrollbar-thumb {
  background-color: #adadad;
}

.mfp-wrap.mfp-gallery.slider-popup {
  overflow: hidden;
}

/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .magnific-dialog {
  opacity: 0;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .magnific-dialog {
  opacity: 1;
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .magnific-dialog {
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.4;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.teaser {
  position: relative;
}
.teaser--block--left .teaser__color-background {
  padding-bottom: 300px;
  transition: all 0.3s ease-out;
}
.teaser--block--left .teaser__image {
  position: relative;
  margin-top: -250px;
  width: calc(100% - 70px);
  height: auto;
  aspect-ratio: 550/410;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-out;
}
.teaser--block--left:hover .teaser__color-background, .teaser--block--left:active .teaser__color-background, .teaser--block--left:focus .teaser__color-background {
  transform: translate(-8px, 8px);
}
.teaser--block--left:hover .teaser__image, .teaser--block--left:active .teaser__image, .teaser--block--left:focus .teaser__image {
  transform: translate(8px, -8px);
}
.teaser--block--right .teaser__color-background {
  padding-top: 300px;
  transition: all 0.3s ease-out;
}
.teaser--block--right .teaser__image {
  position: relative;
  z-index: 1;
  margin-bottom: -250px;
  width: calc(100% - 70px);
  margin-left: auto;
  height: auto;
  aspect-ratio: 550/410;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-out;
}
.teaser--block--right:hover .teaser__color-background, .teaser--block--right:active .teaser__color-background, .teaser--block--right:focus .teaser__color-background {
  transform: translate(8px, -8px);
  transform-style: flat;
}
.teaser--block--right:hover .teaser__image, .teaser--block--right:active .teaser__image, .teaser--block--right:focus .teaser__image {
  transform: translate(-8px, 8px);
}
@media (max-width: 1399.98px) {
  .teaser--block--left .max-width-40, .teaser--block--right .max-width-40 {
    max-width: initial !important;
  }
  .teaser--block--left .teaser__color-background, .teaser--block--right .teaser__color-background {
    flex-wrap: wrap;
  }
}
@media (max-width: 991.98px) {
  .teaser--block {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575.98px) {
  .teaser--block--left .teaser__color-background {
    padding: 30px 30px 150px 30px !important;
    margin-right: -40px;
  }
  .teaser--block--left .teaser__image {
    width: 100%;
    margin: -120px auto 0px -40px !important;
  }
  .teaser--block--right .teaser__color-background {
    padding: 30px 30px 150px 30px !important;
    margin-left: -40px;
  }
  .teaser--block--right .teaser__image {
    width: 100%;
    margin: -120px -40px 0px auto !important;
  }
}
.teaser--event {
  display: flex;
  flex-direction: column;
}
.teaser--event .teaser__content {
  flex: 1 0 0;
}
@media (max-width: 767.98px) {
  .teaser--event .teaser__title {
    font-size: 25px; /* 25px */
    font-size: 1.5625rem; /* 25px */
    line-height: 1.2; /* 30px */
  }
}
.teaser--featured-article {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  aspect-ratio: 840/555;
}
.teaser--featured-article .teaser__title {
  max-width: 580px;
}
.teaser--featured-article .color-block {
  position: absolute;
  z-index: -2 !important;
  pointer-events: none;
}
.teaser--featured-article .color-block--green {
  top: -36px;
  right: -43px;
  width: 224px;
  height: 64px;
  background-color: #A6D6C9;
}
.teaser--featured-article .color-block--orange {
  top: 60px;
  left: -42px;
  width: 110px;
  height: 150px;
  background-color: #F27D00;
}
.teaser--featured-article .color-block--yellow {
  bottom: -33px;
  left: 67px;
  width: 180px;
  height: 122px;
  background-color: #F7D117;
}
@media (max-width: 991.98px) {
  .teaser--featured-article .color-block--green {
    top: -25px;
    right: -25px;
    width: 170px;
    height: 44px;
  }
  .teaser--featured-article .color-block--orange {
    left: -30px;
  }
  .teaser--featured-article .color-block--yellow {
    bottom: -25px;
    height: 80px;
  }
}
@media (max-width: 575.98px) {
  .teaser--featured-article .color-block--green {
    top: -18px;
    right: -15px;
    width: 120px;
    height: 35px;
  }
  .teaser--featured-article .color-block--orange {
    top: 30px;
    left: -15px;
    width: 40px;
  }
  .teaser--featured-article .color-block--yellow {
    bottom: -20px;
    height: 40px;
  }
}
.teaser--news {
  display: flex;
  align-items: flex-end;
  aspect-ratio: 837/550;
  overflow: hidden;
  /* &__title{
  	max-width: calc( 100% - 190px );
  } */
}
.teaser--news .button, .teaser--news body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-primary:not(.form-btn), body.ng-scope .block--isams-form .admissionsEnquiry .panel-group .teaser--news button.btn-primary:not(.form-btn),
.teaser--news body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-info,
body.ng-scope .block--isams-form .admissionsEnquiry .panel-group .teaser--news button.btn-info, .teaser--news .gform_wrapper .gform_footer.top_label, .gform_wrapper .teaser--news .gform_footer.top_label {
  transform: translateY(200px);
  transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  min-width: 190px;
}
.teaser--news img,
.teaser--news .overlay--bottom {
  transition: all 0.4s cubic-bezier(0.61, 1, 0.88, 1);
}
.teaser--news:hover .button, .teaser--news:hover body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-primary:not(.form-btn), body.ng-scope .block--isams-form .admissionsEnquiry .panel-group .teaser--news:hover button.btn-primary:not(.form-btn),
.teaser--news:hover body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-info,
body.ng-scope .block--isams-form .admissionsEnquiry .panel-group .teaser--news:hover button.btn-info, .teaser--news:hover .gform_wrapper .gform_footer.top_label, .gform_wrapper .teaser--news:hover .gform_footer.top_label, .teaser--news:active .button, .teaser--news:active body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-primary:not(.form-btn), body.ng-scope .block--isams-form .admissionsEnquiry .panel-group .teaser--news:active button.btn-primary:not(.form-btn),
.teaser--news:active body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-info,
body.ng-scope .block--isams-form .admissionsEnquiry .panel-group .teaser--news:active button.btn-info, .teaser--news:active .gform_wrapper .gform_footer.top_label, .gform_wrapper .teaser--news:active .gform_footer.top_label, .teaser--news:focus .button, .teaser--news:focus body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-primary:not(.form-btn), body.ng-scope .block--isams-form .admissionsEnquiry .panel-group .teaser--news:focus button.btn-primary:not(.form-btn),
.teaser--news:focus body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-info,
body.ng-scope .block--isams-form .admissionsEnquiry .panel-group .teaser--news:focus button.btn-info, .teaser--news:focus .gform_wrapper .gform_footer.top_label, .gform_wrapper .teaser--news:focus .gform_footer.top_label {
  transform: translateY(0);
}
@media (max-width: 1199.98px) {
  .teaser--news {
    aspect-ratio: 800/610;
    /* &__title{
    	max-width: 100%;
    } */
  }
}
.teaser--post .teaser__thumbnail {
  width: 100%;
  height: auto;
  aspect-ratio: 507/335;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 18px;
}
.teaser--post .teaser__dot {
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #F27D00;
  margin: 0 10px;
}
@media (min-width: 992px) {
  .teaser--post .teaser__data .title--md, .teaser--post .teaser__data .block--columns-text h3:not(.title), .block--columns-text .teaser--post .teaser__data h3:not(.title), .teaser--post .teaser__data .block--columns-text .h3:not(.title), .block--columns-text .teaser--post .teaser__data .h3:not(.title) {
    font-size: 23.2px; /* 23.2px */
    font-size: 1.45rem; /* 23.2px */
    line-height: 1.6810344828; /* 39px */
    letter-spacing: -0.25px;
  }
}
.teaser--video {
  display: flex;
  align-items: flex-end;
  aspect-ratio: 837/550;
  overflow: hidden;
}
.teaser--video img,
.teaser--video .overlay--bottom {
  transition: all 0.4s cubic-bezier(0.61, 1, 0.88, 1);
}
.teaser--video:hover img, .teaser--video:active img, .teaser--video:focus img {
  transform: scale(1.1);
}
.teaser--video.no-cursor-animation .cursor-content {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
.teaser--video .cursor-content {
  pointer-events: none;
  position: absolute;
  z-index: 90;
  top: -47px;
  left: -47px;
  opacity: 0;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  background-color: #000000;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.teaser--video .cursor-content__title {
  font-family: "Euclid Circular A SemiBold", sans-serif;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.teaser--video .cursor-content svg {
  width: 10px;
  height: auto;
}
@media (max-width: 767.98px) {
  .teaser--video .cursor-content {
    width: 40px;
    height: 40px;
  }
  .teaser--video .cursor-content__title {
    display: none;
  }
}
.teaser--the-masters-voice {
  display: flex;
  flex-direction: column;
}
.teaser--the-masters-voice .teaser__avatar img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.teaser--the-masters-voice .teaser__content {
  flex: 1 0 0;
}
.teaser--the-masters-voice p:not(.title) {
  font-size: 19px;
  line-height: 28px;
  margin-bottom: 30px;
}
.teaser--the-masters-voice-simplified {
  padding: 40px 45px;
}
.teaser--podcast header img {
  height: 22px;
}
.teaser--footer-bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.teaser--content-bottom {
  justify-content: flex-end;
  min-height: 370px;
}
@media screen and (min-width: 768px) {
  .teaser--content-bottom {
    min-height: 500px;
  }
}
.teaser__image,
.teaser__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.teaser-new .teaser__top {
  position: relative;
}
.teaser-new .teaser__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .teaser-new .teaser__header {
    margin-bottom: 10px !important;
  }
}
.teaser-new .teaser__header .teaser__profile {
  width: 60px;
}
.teaser--with-profile.teaser--content-bottom .teaser__content {
  display: flex;
  align-items: center;
  gap: 20px;
}
.teaser__profile {
  position: relative;
  width: 100px;
  aspect-ratio: 1/1;
  z-index: 9;
}
.teaser__profile img {
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.teaser--direction-row {
  flex-direction: row;
  align-items: center;
}
.teaser--direction-row footer {
  margin-top: 0 !important;
}
.teaser--direction-row .title {
  margin-bottom: 0 !important;
}
.teaser--helpful-links .title {
  margin-bottom: 30px;
}
.teaser--helpful-links a {
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .teaser--helpful-links {
    margin-bottom: 40px;
    height: auto;
  }
}
.teaser__icon {
  position: absolute;
  top: 20px;
  right: 20px;
  pointer-events: none;
}

.banner__videos .teaser--video .cursor-content {
  width: 40px;
  height: 40px;
}
.banner__videos .teaser--video .cursor-content__title {
  display: none;
}

.teaser-bottom-overlay {
  aspect-ratio: 16/9;
  position: relative;
}
.teaser-bottom-overlay > div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.teaser-bottom-overlay img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.gradient-to-top {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5004595588) 100%);
  padding-top: 80px;
}

.video-teaser {
  aspect-ratio: 16/9;
  position: relative;
  overflow: visible;
}
.video-teaser:hover img {
  transform: none;
}
.video-teaser img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.video-teaser h2, .video-teaser .h2 {
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  left: 70px;
  background: black;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  max-width: 520px;
  padding: 2px 8px;
  line-height: 1.54;
  display: inline;
  margin: 0;
}

.grid-teasers {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .grid-3-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .grid-3-2 {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .grid-3-2 .span-y-2 {
    grid-column: span 2;
  }
}
@media screen and (max-width: 767px) {
  .grid-3-2 > * {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .grid--two-left > *:nth-child(2) {
    grid-area: 2/1/3/2;
  }
  .grid--two-left > *:nth-child(3) {
    grid-area: 1/2/3/4;
  }
}

.span-x-2 {
  grid-column: span 2;
}

.span-y-2 {
  grid-row: span 2;
}

.pagination {
  background-color: #F7D117;
  padding-top: 365px;
  padding-bottom: 85px;
  margin: -350px 0 30px;
}
.pagination__pages,
.pagination .prev,
.pagination .next {
  font-family: "Euclid Circular A Medium", sans;
  font-size: 19px; /* 19px */
  font-size: 1.1875rem; /* 19px */
  line-height: 0.9473684211; /* 18px */
  color: #101010;
}
.pagination .page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 50%;
  background-color: #ffffff;
  text-decoration: none;
  width: 69px;
  height: 69px;
  margin: 5px 5px;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.pagination .page-numbers:hover, .pagination .page-numbers:focus, .pagination .page-numbers:active {
  color: #ffffff;
  background-color: #101010;
}
.pagination .page-numbers:hover::before, .pagination .page-numbers:focus::before, .pagination .page-numbers:active::before {
  filter: invert(1);
}
.pagination .page-numbers.current {
  color: #ffffff;
  background-color: #101010;
}
.pagination .prev,
.pagination .next,
.pagination .placeholder {
  position: relative;
  font-size: 0;
}
.pagination .prev::before,
.pagination .next::before,
.pagination .placeholder::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/button-arrow-black.svg") no-repeat;
  position: absolute;
  top: 23px;
  left: 18px;
  transform: rotate(180deg);
}
.pagination .next::before {
  top: 27px;
  left: auto;
  right: 17px;
  transform: rotate(0deg);
}
.pagination .placeholder::before {
  display: none;
}
@media (max-width: 991.98px) {
  .pagination {
    padding-top: 300px;
    margin: -280px 0 30px;
  }
  .pagination .page-numbers {
    width: 50px;
    height: 50px;
  }
  .pagination .prev::before {
    left: 9px;
    top: 14px;
  }
  .pagination .next::before {
    right: 9px;
    top: 19px;
  }
}
@media (max-width: 767.98px) {
  .pagination {
    padding-top: 260px;
    padding-bottom: 50px;
  }
  .pagination .page-numbers {
    width: 30px;
    height: 30px;
  }
  .pagination .prev::before {
    top: 4px;
    left: -2px;
  }
  .pagination .next::before {
    top: 8px;
    right: 0;
  }
}

body.page-id-6273 .pagination,
body.page-id-176 .pagination,
body.archive .pagination {
  background-color: transparent;
  padding-top: 0;
  margin: 30px 0;
}

body.post-type-archive-the-masters-voice .pagination .page-numbers:not(.current):hover, body.post-type-archive-the-masters-voice .pagination .page-numbers:not(.current):active, body.post-type-archive-the-masters-voice .pagination .page-numbers:not(.current):focus {
  background-color: #101010;
}

body.post-type-archive-event .pagination .page-numbers:not(.current) {
  background-color: #F7D117;
}
body.post-type-archive-event .pagination .page-numbers:not(.current):hover, body.post-type-archive-event .pagination .page-numbers:not(.current):active, body.post-type-archive-event .pagination .page-numbers:not(.current):focus {
  background-color: #101010;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg.full-screen-popup {
  background: rgb(243, 243, 243);
  opacity: 0.92;
}

.full-screen-popup .mfp-close {
  position: fixed;
  top: 75px;
  right: 80px;
  height: auto;
  padding: 0;
  cursor: pointer;
}
.full-screen-popup .mfp-close svg {
  pointer-events: none;
}
.full-screen-popup .mfp-content {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.menu-search-form-container ::-moz-placeholder {
  font-family: "Euclid Circular A SemiBold", sans-serif;
  font-size: 48px; /* 48px */
  font-size: 3rem; /* 48px */
  line-height: 1.1458333333; /* 55px */
  font-weight: 600;
  letter-spacing: -0.75px;
  color: #B9B9B9;
  text-align: center;
}

.menu-search-form-container ::placeholder {
  font-family: "Euclid Circular A SemiBold", sans-serif;
  font-size: 48px; /* 48px */
  font-size: 3rem; /* 48px */
  line-height: 1.1458333333; /* 55px */
  font-weight: 600;
  letter-spacing: -0.75px;
  color: #B9B9B9;
  text-align: center;
}
.menu-search-form-container .inputs-container {
  position: relative;
}
.menu-search-form-container .inputs-container:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #F27D00;
  opacity: 0;
  transform-origin: 50% 0;
}
.menu-search-form-container .inputs-container input {
  opacity: 0;
  transition: opacity 0.4s;
}
.menu-search-form-container input[type=search] {
  font-family: "Euclid Circular A SemiBold", sans-serif;
  font-size: 48px; /* 48px */
  font-size: 3rem; /* 48px */
  line-height: 1.1458333333; /* 55px */
  letter-spacing: -0.75px;
  font-weight: 600;
  padding: 42px 30px 48px;
  color: #101010;
  border: 0;
  text-align: center;
}
.menu-search-form-container input[type=search]:hover, .menu-search-form-container input[type=search]:active, .menu-search-form-container input[type=search]:focus, .menu-search-form-container input[type=search]:focus-visible {
  outline: 4px solid #F27D00;
}
.menu-search-form-container footer {
  font-family: "Euclid Circular A Medium", sans;
  font-size: 16px; /* 16px */
  font-size: 1rem; /* 16px */
  line-height: 1.0625; /* 17px */
  font-weight: 500;
  letter-spacing: -0.1px;
  color: #F27D00;
  text-align: center;
}
.menu-search-form-container.open .inputs-container:after {
  animation: scaleUpDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.menu-search-form-container.open .inputs-container input {
  opacity: 1;
  transition: opacity 0s 0.4s;
}

@keyframes scaleUpDown {
  0% {
    opacity: 1;
    transform: scale3d(1, 0, 1);
  }
  50% {
    transform: scale3d(1, 1, 1);
    transform-origin: 50% 0;
    transition-timing-function: ease-out;
  }
  50.1% {
    transform-origin: 50% 100%;
    transition-timing-function: ease-out;
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 0, 1);
    transform-origin: 50% 100%;
    transition-timing-function: ease-out;
  }
}
body.search-results .banner .inputs-container input[type=search] {
  font-size: 21px; /* 21px */
  font-size: 1.3125rem; /* 21px */
  line-height: 1.1428571429; /* 24px */
  padding: 12px 20px;
  text-align: center;
}
body.search-results .banner .inputs-container input[type=search]:hover, body.search-results .banner .inputs-container input[type=search]:active, body.search-results .banner .inputs-container input[type=search]:focus, body.search-results .banner .inputs-container input[type=search]:focus-visible {
  outline: 4px solid #F27D00;
}
body.search-results .banner .inputs-container + footer .optional {
  display: none;
}
body.search-results .search-result a {
  color: #101010;
}
body.search-results .search-result a:hover, body.search-results .search-result a:active, body.search-results .search-result a:focus {
  color: #101010;
}
body.search-results .search-result .search-entry-picture,
body.search-results .search-result .search-entry-picture img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/12;
  -o-object-fit: cover;
     object-fit: cover;
}
body.search-results .search-result .excerpt_part strong {
  font-weight: initial !important;
  font-family: inherit;
  color: #F27D00;
}
body.search-results .pagination {
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0px 0 30px;
}

/*
	NOTIFICATIONS
*/
.notification.cookies-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #A6D6C9;
  padding: 30px 50px 10px;
  color: white;
}
.notification.cookies-bar .notification__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.notification.cookies-bar .notification__content .notification__text {
  max-width: 75%;
  margin-right: 40px;
}
.notification.cookies-bar .notification__content .notification__text p {
  font-size: 15px;
  line-height: 20px;
}
.notification.cookies-bar .notification__content a {
  color: white;
}
.notification.cookies-bar .notification__content a:not(.button):hover, .notification.cookies-bar .notification__content a:not(.button):focus {
  text-decoration: underline;
}
.notification.cookies-bar .notification__content .buttons {
  display: flex;
  align-items: center;
}
.notification.cookies-bar .notification__content .buttons .button, .notification.cookies-bar .notification__content .buttons body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-primary:not(.form-btn), body.ng-scope .block--isams-form .admissionsEnquiry .panel-group .notification.cookies-bar .notification__content .buttons button.btn-primary:not(.form-btn),
.notification.cookies-bar .notification__content .buttons body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-info,
body.ng-scope .block--isams-form .admissionsEnquiry .panel-group .notification.cookies-bar .notification__content .buttons button.btn-info, .notification.cookies-bar .notification__content .buttons .gform_wrapper .gform_footer.top_label, .gform_wrapper .notification.cookies-bar .notification__content .buttons .gform_footer.top_label {
  padding: 14px 30px;
  font-size: 11px;
}
@media (max-width: 991px) {
  .notification.cookies-bar .buttons {
    display: block;
    margin-top: 30px;
  }
  .notification.cookies-bar .buttons .button, .notification.cookies-bar .buttons body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-primary:not(.form-btn), body.ng-scope .block--isams-form .admissionsEnquiry .panel-group .notification.cookies-bar .buttons button.btn-primary:not(.form-btn),
  .notification.cookies-bar .buttons body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-info,
  body.ng-scope .block--isams-form .admissionsEnquiry .panel-group .notification.cookies-bar .buttons button.btn-info, .notification.cookies-bar .buttons .gform_wrapper .gform_footer.top_label, .gform_wrapper .notification.cookies-bar .buttons .gform_footer.top_label {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .notification.cookies-bar {
    padding: 30px 30px 5px;
  }
  .notification.cookies-bar .notification__content {
    display: block;
  }
  .notification.cookies-bar .notification__content .notification__text {
    margin-right: 0px;
  }
  .notification.cookies-bar .buttons .button, .notification.cookies-bar .buttons body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-primary:not(.form-btn), body.ng-scope .block--isams-form .admissionsEnquiry .panel-group .notification.cookies-bar .buttons button.btn-primary:not(.form-btn),
  .notification.cookies-bar .buttons body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-info,
  body.ng-scope .block--isams-form .admissionsEnquiry .panel-group .notification.cookies-bar .buttons button.btn-info, .notification.cookies-bar .buttons .gform_wrapper .gform_footer.top_label, .gform_wrapper .notification.cookies-bar .buttons .gform_footer.top_label {
    margin-left: 0 !important;
    margin-right: 30px;
  }
}

.notification.popup {
  position: fixed;
  z-index: 2010;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 50px;
  width: 800px;
  max-width: 90vw;
  max-height: 100vh;
  overflow-y: auto;
}
.notification.popup .text-white a {
  color: inherit;
}
.notification.popup .close-button {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .notification.popup {
    padding: 40px 30px;
  }
  .notification.popup .close-button {
    transform: scale(0.7);
    top: 5px;
    right: 5px;
  }
}

.switch {
  position: relative;
  display: inline-block;
  height: 34px;
  width: 60px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #eeeeee;
  cursor: pointer;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.slider:before {
  content: "";
  position: absolute;
  left: 4px;
  bottom: 4px;
  width: 26px;
  height: 26px;
  background-color: #ffffff;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

input:checked + .slider {
  background-color: #A6D6C9;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

input:disabled + .slider {
  opacity: 0.57;
  cursor: not-allowed;
}

body.page-template-tpl-contact .top-nav {
  padding: 40px;
}
body.page-template-tpl-contact main.main {
  padding-top: 205px;
}
body.page-template-tpl-contact .contact-block-orange {
  position: absolute;
  top: 0;
  right: -15px;
  width: 100%;
  height: 32px;
  background-color: #F27D00;
}
body.page-template-tpl-contact .contact-block-green {
  position: absolute;
  top: 200px;
  right: 0;
  width: 24px;
  height: 330px;
  background-color: #A6D6C9;
  opacity: 0;
}
body.page-template-tpl-contact h1, body.page-template-tpl-contact .h1 {
  font-size: 176px;
  line-height: 0.8;
  margin-bottom: 140px;
}
body.page-template-tpl-contact .contact-links .button, body.page-template-tpl-contact .contact-links body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-primary:not(.form-btn), body.ng-scope .block--isams-form .admissionsEnquiry .panel-group body.page-template-tpl-contact .contact-links button.btn-primary:not(.form-btn),
body.page-template-tpl-contact .contact-links body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-info,
body.ng-scope .block--isams-form .admissionsEnquiry .panel-group body.page-template-tpl-contact .contact-links button.btn-info, body.page-template-tpl-contact .contact-links .gform_wrapper .gform_footer.top_label, .gform_wrapper body.page-template-tpl-contact .contact-links .gform_footer.top_label {
  display: block;
  width: 265px;
  margin-bottom: 12px;
  padding: 25px 25px;
}
body.page-template-tpl-contact .contact-links .button::after, body.page-template-tpl-contact .contact-links body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-primary:not(.form-btn)::after, body.ng-scope .block--isams-form .admissionsEnquiry .panel-group body.page-template-tpl-contact .contact-links button.btn-primary:not(.form-btn)::after,
body.page-template-tpl-contact .contact-links body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-info::after,
body.ng-scope .block--isams-form .admissionsEnquiry .panel-group body.page-template-tpl-contact .contact-links button.btn-info::after, body.page-template-tpl-contact .contact-links .gform_wrapper .gform_footer.top_label::after, .gform_wrapper body.page-template-tpl-contact .contact-links .gform_footer.top_label::after {
  float: right;
}
body.page-template-tpl-contact .contact-form {
  position: relative;
  margin-bottom: 190px;
}
body.page-template-tpl-contact .contact-form .contact-block-yellow {
  position: absolute;
  top: 0;
  left: 0;
  width: 54px;
  height: 100%;
  background-color: #F7D117;
  opacity: 0;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  body.page-template-tpl-contact .main__aside-column {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 991.98px) {
  body.page-template-tpl-contact main.main {
    padding-top: 160px;
  }
  body.page-template-tpl-contact .svg-title {
    display: block;
    width: 480px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  body.page-template-tpl-contact .contact-form {
    margin-bottom: 100px;
  }
  body.page-template-tpl-contact .contact-form .contact-block-yellow {
    width: 20px;
  }
  body.page-template-tpl-contact .contact-block-green {
    right: 0 !important;
    width: 15px;
  }
}
@media (max-width: 767.98px) {
  body.page-template-tpl-contact main.main {
    padding-top: 150px;
  }
  body.page-template-tpl-contact .contact-form {
    margin-bottom: 60px;
  }
}
@media (max-width: 575.98px) {
  body.page-template-tpl-contact .contact-links .button, body.page-template-tpl-contact .contact-links body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-primary:not(.form-btn), body.ng-scope .block--isams-form .admissionsEnquiry .panel-group body.page-template-tpl-contact .contact-links button.btn-primary:not(.form-btn),
  body.page-template-tpl-contact .contact-links body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-info,
  body.ng-scope .block--isams-form .admissionsEnquiry .panel-group body.page-template-tpl-contact .contact-links button.btn-info, body.page-template-tpl-contact .contact-links .gform_wrapper .gform_footer.top_label, .gform_wrapper body.page-template-tpl-contact .contact-links .gform_footer.top_label {
    width: 240px;
    padding: 18px 15px;
  }
}

body.page-template-tpl-whats-new .match-column-half > article {
  height: calc(50% - 40px);
}
body.page-template-tpl-whats-new .whats-new-block-orange {
  height: 16px;
  width: 100%;
  background-color: #F27D00;
}
body.page-template-tpl-whats-new .row-grid-top .teaser--the-masters-voice,
body.page-template-tpl-whats-new .row-grid-top .teaser--event {
  margin-bottom: 40px;
}
body.page-template-tpl-whats-new .row-grid-center .teaser--event,
body.page-template-tpl-whats-new .row-grid-center .teaser--news {
  margin-bottom: 40px;
}
body.page-template-tpl-whats-new .row-grid-center .teaser--event {
  height: calc(100% - 40px);
}
body.page-template-tpl-whats-new .row-grid-bottom .teaser--open-morning,
body.page-template-tpl-whats-new .row-grid-bottom .teaser--event,
body.page-template-tpl-whats-new .row-grid-bottom .teaser--news {
  margin-bottom: 40px;
}
body.page-template-tpl-whats-new .row-grid-bottom .teaser--open-morning,
body.page-template-tpl-whats-new .row-grid-bottom .teaser--event {
  height: calc(100% - 40px);
}
body.page-template-tpl-whats-new .teaser-wrapper, body.page-template-tpl-whats-new .teaser-wrapper .teaser {
  height: calc(100% - 20px);
  width: 100%;
}
body.page-template-tpl-whats-new .instagram-icon svg {
  width: 440px;
  height: auto;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.page-template-tpl-whats-new .instagram-icon svg path {
  fill: #ffffff;
}
body.page-template-tpl-whats-new .instagram-feed {
  padding: 160px 50px 0;
}
body.page-template-tpl-whats-new .instagram-feed .slick-slide {
  margin: 0 32px;
}
body.page-template-tpl-whats-new .instagram-feed .slick-list {
  margin: 0 -32px;
}
body.page-template-tpl-whats-new .instagram-feed .slick-list {
  width: 120%;
}
body.page-template-tpl-whats-new .instagram-feed .icon {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 9px;
}
body.page-template-tpl-whats-new .instagram-feed .icon svg {
  fill: #ffffff;
}
body.page-template-tpl-whats-new .instagram-feed .slick-slide.slick-current,
body.page-template-tpl-whats-new .instagram-feed .slick-slide.slick-current + .slick-slide {
  z-index: 2;
}
body.page-template-tpl-whats-new .instagram-feed__post {
  position: relative;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
body.page-template-tpl-whats-new .instagram-feed__post__caption {
  opacity: 0;
  transition: opacity 0.4s ease-in;
  pointer-events: none;
  position: absolute;
  inset: 0;
  padding: 50px;
  background-color: rgba(16, 16, 16, 0.7);
  overflow: hidden;
}
body.page-template-tpl-whats-new .instagram-feed__post__caption p {
  font-family: "Euclid Circular A Regular", sans;
  font-size: 15px; /* 15px */
  font-size: 0.9375rem; /* 15px */
  line-height: 1.3333333333; /* 20px */
  letter-spacing: 0;
  color: #ffffff;
}
body.page-template-tpl-whats-new .instagram-feed__post:hover .instagram-feed__post__caption, body.page-template-tpl-whats-new .instagram-feed__post:active .instagram-feed__post__caption, body.page-template-tpl-whats-new .instagram-feed__post:focus .instagram-feed__post__caption {
  opacity: 1;
  pointer-events: all;
}
body.page-template-tpl-whats-new .instagram-metadata {
  padding-top: 35px;
  padding-bottom: 80px;
}
@media (max-width: 1199.98px) {
  body.page-template-tpl-whats-new .match-column-half > article {
    height: auto;
  }
}
@media (max-width: 991.98px) {
  body.page-template-tpl-whats-new .instagram-icon svg {
    width: 240px;
  }
  body.page-template-tpl-whats-new .instagram-feed {
    padding: 110px 0 60px;
  }
  body.page-template-tpl-whats-new .instagram-feed__post {
    width: 260px;
    min-width: 260px;
    margin: 0 20px;
  }
  body.page-template-tpl-whats-new .instagram-metadata {
    padding-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  body.page-template-tpl-whats-new .instagram-feed__post__caption {
    padding: 20px;
  }
  body.page-template-tpl-whats-new .instagram-feed__post__caption p {
    font-size: 11px;
  }
}
@media (max-width: 575.98px) {
  body.page-template-tpl-whats-new .instagram-icon svg {
    width: 180px;
    top: 40px;
    transform: translateX(-40%);
  }
  body.page-template-tpl-whats-new .instagram-feed {
    padding: 50px 0 30px;
  }
  body.page-template-tpl-whats-new .instagram-feed .slick-slide {
    margin: 0 20px;
  }
  body.page-template-tpl-whats-new .instagram-feed .slick-list {
    margin: 0 -20px;
  }
  body.page-template-tpl-whats-new .instagram-feed__post {
    width: 160px;
    min-width: 160px;
    margin: 0 10px;
  }
  body.page-template-tpl-whats-new .instagram-metadata {
    padding-top: 0;
    padding-bottom: 30px;
  }
}

body.page-template-tpl-home [class^=gsap-marker] {
  z-index: 10000000 !important;
}
body.page-template-tpl-home .intro-video-wrapper {
  position: fixed;
  z-index: 2020;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background: white;
}
body.page-template-tpl-home .intro-video {
  position: fixed;
  z-index: 2023;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
body.page-template-tpl-home .intro-video-buttons-group {
  position: fixed;
  z-index: 2024;
  bottom: 64px;
  left: 50%;
  transform: translateX(-50%);
  border: 0;
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
body.page-template-tpl-home .intro-video-buttons-group .button.intro-video-with-sound, body.page-template-tpl-home .intro-video-buttons-group body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.intro-video-with-sound.btn-primary:not(.form-btn), body.ng-scope .block--isams-form .admissionsEnquiry .panel-group body.page-template-tpl-home .intro-video-buttons-group button.intro-video-with-sound.btn-primary:not(.form-btn),
body.page-template-tpl-home .intro-video-buttons-group body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.intro-video-with-sound.btn-info,
body.ng-scope .block--isams-form .admissionsEnquiry .panel-group body.page-template-tpl-home .intro-video-buttons-group button.intro-video-with-sound.btn-info, body.page-template-tpl-home .intro-video-buttons-group .gform_wrapper .intro-video-with-sound.gform_footer.top_label, .gform_wrapper body.page-template-tpl-home .intro-video-buttons-group .intro-video-with-sound.gform_footer.top_label {
  width: 160px;
}
body.page-template-tpl-home .intro-video-buttons-group .button::after, body.page-template-tpl-home .intro-video-buttons-group body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-primary:not(.form-btn)::after, body.ng-scope .block--isams-form .admissionsEnquiry .panel-group body.page-template-tpl-home .intro-video-buttons-group button.btn-primary:not(.form-btn)::after,
body.page-template-tpl-home .intro-video-buttons-group body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-info::after,
body.ng-scope .block--isams-form .admissionsEnquiry .panel-group body.page-template-tpl-home .intro-video-buttons-group button.btn-info::after, body.page-template-tpl-home .intro-video-buttons-group .gform_wrapper .gform_footer.top_label::after, .gform_wrapper body.page-template-tpl-home .intro-video-buttons-group .gform_footer.top_label::after {
  margin-left: auto;
}
body.page-template-tpl-home .intro-video-buttons-group .button:hover, body.page-template-tpl-home .intro-video-buttons-group body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-primary:hover:not(.form-btn), body.ng-scope .block--isams-form .admissionsEnquiry .panel-group body.page-template-tpl-home .intro-video-buttons-group button.btn-primary:hover:not(.form-btn),
body.page-template-tpl-home .intro-video-buttons-group body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-info:hover,
body.ng-scope .block--isams-form .admissionsEnquiry .panel-group body.page-template-tpl-home .intro-video-buttons-group button.btn-info:hover, body.page-template-tpl-home .intro-video-buttons-group .gform_wrapper .gform_footer.top_label:hover, .gform_wrapper body.page-template-tpl-home .intro-video-buttons-group .gform_footer.top_label:hover {
  color: #F27D00;
}
body.page-template-tpl-home .banner {
  position: relative;
  background-color: #ffffff;
  padding-top: 240px;
  height: 100vh !important;
}
body.page-template-tpl-home .banner svg {
  max-width: 100%;
  height: auto;
}
body.page-template-tpl-home .banner__videos-section {
  display: inline-flex;
  flex-wrap: nowrap;
  position: relative;
  height: 100vh;
  margin-top: -30vh;
  z-index: 1000 !important;
}
body.page-template-tpl-home .banner__videos-section .banner-videos-background {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  opacity: 0;
}
body.page-template-tpl-home .banner__video {
  width: 100%;
  margin-right: 250px;
}
body.page-template-tpl-home .banner__video .video {
  min-width: 100vw;
  min-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: unset;
}
body.page-template-tpl-home .banner__video .video .cursor-content {
  top: auto;
  bottom: 30px;
  right: auto;
  left: 30px;
  transform: none !important;
}
body.page-template-tpl-home .banner__video .video .video-foreground {
  left: -10%;
  width: 120%;
}
body.page-template-tpl-home .banner__videos {
  display: flex;
  flex-wrap: nowrap;
  padding-right: 90vw;
}
body.page-template-tpl-home .banner__videos .video-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.page-template-tpl-home .banner__videos .video-column .video:nth-of-type(1) {
  margin-bottom: 100px;
}
body.page-template-tpl-home .banner__videos .video-column .video:nth-of-type(2) {
  margin-left: 150px;
}
body.page-template-tpl-home .banner__videos .video-column .video .teaser__tag {
  display: none;
}
body.page-template-tpl-home .banner__videos .video-column .video .teaser--video {
  width: 400px;
  aspect-ratio: 400/260;
  overflow: visible;
}
body.page-template-tpl-home .banner__videos .video-column .video .teaser--video .overlay-content-over {
  position: absolute;
  left: 40px;
  bottom: -15px;
}
body.page-template-tpl-home .banner__videos .video-column .video .teaser--video .overlay-content-over .title--md, body.page-template-tpl-home .banner__videos .video-column .video .teaser--video .overlay-content-over .block--columns-text h3:not(.title), .block--columns-text body.page-template-tpl-home .banner__videos .video-column .video .teaser--video .overlay-content-over h3:not(.title), body.page-template-tpl-home .banner__videos .video-column .video .teaser--video .overlay-content-over .block--columns-text .h3:not(.title), .block--columns-text body.page-template-tpl-home .banner__videos .video-column .video .teaser--video .overlay-content-over .h3:not(.title) {
  display: inline;
  font-size: 24px; /* 24px */
  font-size: 1.5rem; /* 24px */
  line-height: 1.5416666667; /* 37px */
  letter-spacing: -0.6px;
  background-color: #000;
  margin: 0 !important;
  padding: 2px 8px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
body.page-template-tpl-home .banner__videos .video-column .video .teaser--video .overlay {
  display: none;
}
body.page-template-tpl-home .banner__videos .video-column .video .teaser--video:hover .cursor-content {
  opacity: 1 !important;
}
body.page-template-tpl-home .banner__videos .video-column .video .teaser--video:hover picture,
body.page-template-tpl-home .banner__videos .video-column .video .teaser--video:hover img {
  transform: none;
}
@media (max-width: 1199.98px) {
  body.page-template-tpl-home .banner {
    padding-top: 200px;
  }
}
@media (max-width: 767.98px) {
  body.page-template-tpl-home .banner {
    padding-top: 160px;
  }
  body.page-template-tpl-home .banner__videos .video-column .video .teaser--video {
    width: 95vw;
  }
  body.page-template-tpl-home .banner__videos .video-column .video .teaser--video .overlay-content-over {
    left: 25px;
  }
  body.page-template-tpl-home .banner__videos .video-column .video .teaser--video .overlay-content-over .title--md, body.page-template-tpl-home .banner__videos .video-column .video .teaser--video .overlay-content-over .block--columns-text h3:not(.title), .block--columns-text body.page-template-tpl-home .banner__videos .video-column .video .teaser--video .overlay-content-over h3:not(.title), body.page-template-tpl-home .banner__videos .video-column .video .teaser--video .overlay-content-over .block--columns-text .h3:not(.title), .block--columns-text body.page-template-tpl-home .banner__videos .video-column .video .teaser--video .overlay-content-over .h3:not(.title) {
    display: inline;
    font-size: 18px; /* 18px */
    font-size: 1.125rem; /* 18px */
    line-height: 1.3333333333; /* 24px */
  }
}
body.page-template-tpl-home .big-picture-background {
  background-color: #ffffff;
  padding: 180px 0;
}
body.page-template-tpl-home .big-picture-background .background-image {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.page-template-tpl-home .big-picture-background .background-image + img,
body.page-template-tpl-home .big-picture-background .background-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.page-template-tpl-home .big-picture-background .background-image.visible {
  opacity: 1;
}
body.page-template-tpl-home .big-picture-background .big-picture__title {
  width: 100%;
  opacity: 0.07;
}
body.page-template-tpl-home .big-picture .data-wrapper {
  justify-content: center;
  padding: 40px 0 50vh;
}
body.page-template-tpl-home .big-picture .data {
  position: relative;
  padding: 60px 65px;
  margin: 0 32px 130px;
  width: 100%;
  height: auto;
}
body.page-template-tpl-home .big-picture .data--2 {
  margin-top: 60%;
}
body.page-template-tpl-home .big-picture .data--3 {
  margin-top: -30%;
}
body.page-template-tpl-home .big-picture .data--4 {
  margin-top: 30%;
}
body.page-template-tpl-home .big-picture .data--5 {
  margin-top: -30%;
}
body.page-template-tpl-home .big-picture .data--6 {
  margin-top: 30%;
}
body.page-template-tpl-home .big-picture .data__title {
  color: #101010;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #101010;
}
body.page-template-tpl-home .big-picture .data__text {
  font-size: 21px; /* 21px */
  font-size: 1.3125rem; /* 21px */
  line-height: 1.5238095238; /* 32px */
}
body.page-template-tpl-home .big-picture .data__button {
  position: absolute;
  bottom: -30px;
}
body.page-template-tpl-home .big-picture .data.active .data__title {
  -webkit-text-fill-color: #101010;
}
@media (max-width: 767.98px) {
  body.page-template-tpl-home .big-picture .data {
    margin: 0 0 80px;
    padding: 40px 30px;
    min-height: auto;
  }
  body.page-template-tpl-home .big-picture .data__text {
    font-size: 18px; /* 18px */
    font-size: 1.125rem; /* 18px */
    line-height: 1.3333333333; /* 24px */
  }
}
body.page-template-tpl-home .explore {
  padding: 50px 0 140px;
  margin-top: -85vh;
}
body.page-template-tpl-home .meet-the-master {
  padding: 0 0 210px;
  margin-top: -70vh;
}
body.page-template-tpl-home .meet-the-master__content {
  padding-top: 30vh;
  padding-bottom: 30vh;
}
body.page-template-tpl-home .meet-the-master__title {
  color: #B6E4D7;
}
body.page-template-tpl-home .meet-the-master__avatar {
  position: relative;
  width: 124px;
  height: 124px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 18px;
}
@media (max-width: 767.98px) {
  body.page-template-tpl-home .meet-the-master__avatar {
    width: 100px;
    height: 100px;
  }
}
body.page-template-tpl-home .our-purpose {
  padding: 4px 0 250px;
  margin-top: -130vh;
}
body.page-template-tpl-home .our-purpose__title {
  color: #232222;
}
body.page-template-tpl-home .our-purpose .colored-blocks {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
}
body.page-template-tpl-home .our-purpose .colored-blocks__block {
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 32px;
  margin-bottom: 24px;
}
body.page-template-tpl-home .our-purpose .wysiwyg-block strong {
  color: #A6D6C9;
}
body.page-template-tpl-home .our-purpose .wysiwyg-block strong:nth-child(3n+2) {
  color: #F7D117;
}
body.page-template-tpl-home .our-purpose .wysiwyg-block strong:nth-child(3n+3) {
  color: #F27D00;
}
@media (max-width: 767.98px) {
  body.page-template-tpl-home .our-purpose .colored-blocks__block {
    padding: 10px 18px 2px;
  }
}
body.page-template-tpl-home .on-the-ground {
  margin-top: -100vh;
}
body.page-template-tpl-home .on-the-ground__title {
  color: #FF9523;
}
body.page-template-tpl-home .on-the-ground .blocks-content {
  padding: 250px 0 100px;
  display: inline-flex;
  flex-wrap: nowrap;
  height: 100vh;
}
body.page-template-tpl-home .on-the-ground .blocks-content__post {
  position: relative;
  display: contents;
}
body.page-template-tpl-home .on-the-ground .blocks-content__post .teaser {
  height: 100%;
  margin: 0 80px;
  max-width: 100vw;
}
body.page-template-tpl-home .on-the-ground .blocks-content__post:first-child {
  display: block;
  margin-left: 100vw !important;
}
body.page-template-tpl-home .on-the-ground .blocks-content__post--last {
  display: block;
  margin-right: 10vw;
}
body.page-template-tpl-home .on-the-ground .blocks-content .teaser--event {
  display: flex;
  aspect-ratio: 837/550;
  overflow: hidden;
}
body.page-template-tpl-home .on-the-ground .blocks-content .teaser--event .teaser__title {
  flex: 1 0 0;
}
@media (max-width: 991.98px) {
  body.page-template-tpl-home .on-the-ground .blocks-content__post .teaser {
    width: 95vw;
  }
}
@media (max-width: 767.98px) {
  body.page-template-tpl-home .on-the-ground .blocks-content {
    padding: 160px 100vw 200px 0;
  }
  body.page-template-tpl-home .on-the-ground .blocks-content__post .teaser {
    width: 98vw;
  }
}
body.page-template-tpl-home .our-values {
  padding: 0px 0 100vh 0;
}
body.page-template-tpl-home .our-values .js-trigger {
  padding-bottom: 200vh;
}
body.page-template-tpl-home .our-values__title {
  color: #FFDD39;
}

body.page-template-tpl-home .top-nav {
  z-index: 2000;
}
body.page-template-tpl-home .section-container--meet-the-master,
body.page-template-tpl-home .section-container--big-picture,
body.page-template-tpl-home .section-container--our-values,
body.page-template-tpl-home .section-container--our-purpose,
body.page-template-tpl-home .section-container--on-the-ground {
  position: relative;
  min-height: 100vh;
}
body.page-template-tpl-home .section-container--meet-the-master {
  z-index: 990;
}
body.page-template-tpl-home .section-container--big-picture {
  z-index: 980;
}
body.page-template-tpl-home .section-container--our-values {
  z-index: 970;
}
body.page-template-tpl-home .section-container--our-purpose {
  z-index: 960;
}
body.page-template-tpl-home .section-container--on-the-ground {
  z-index: 950;
}
body.page-template-tpl-home .meet-the-master-background,
body.page-template-tpl-home .big-picture-background,
body.page-template-tpl-home .our-values-background,
body.page-template-tpl-home .our-purpose-background,
body.page-template-tpl-home .on-the-ground-background {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  pointer-events: none;
}
body.page-template-tpl-home .big-picture-background {
  justify-content: center;
}
body.page-template-tpl-home .banner {
  position: relative;
  z-index: 1000;
}
body.page-template-tpl-home .meet-the-master,
body.page-template-tpl-home .big-picture,
body.page-template-tpl-home .our-values,
body.page-template-tpl-home .our-purpose,
body.page-template-tpl-home .on-the-ground {
  position: relative;
  z-index: 999;
}
body.page-template-tpl-home .meet-the-master__title__wrapper,
body.page-template-tpl-home .our-values__title__wrapper,
body.page-template-tpl-home .our-purpose__title__wrapper,
body.page-template-tpl-home .on-the-ground__title__wrapper {
  width: 100vw;
}

body.page-template-tpl-home-variation [class^=gsap-marker] {
  z-index: 10000000 !important;
}
body.page-template-tpl-home-variation .top-nav__logo {
  position: fixed;
}
body.page-template-tpl-home-variation .banner {
  height: 100vh;
  background-color: #ffffff;
}
body.page-template-tpl-home-variation .banner .background-yellow {
  position: relative;
}
body.page-template-tpl-home-variation .banner .background-yellow::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #F7D117;
  position: absolute;
  z-index: -1;
  inset: 0;
  transform: scale(2);
  transform-origin: bottom right;
}
body.page-template-tpl-home-variation .banner .orange-block {
  background-color: #F27D00;
  width: 100%;
  height: 62px;
}
body.page-template-tpl-home-variation .banner .green-block {
  width: 100%;
  height: 20px;
  background-color: #A6D6C9;
}
body.page-template-tpl-home-variation .banner .scroll-down {
  position: relative;
  z-index: 99999;
}
body.page-template-tpl-home-variation .banner .scroll-down svg g {
  stroke: #000000;
}
body.page-template-tpl-home-variation .banner__text-group {
  padding: 170px 110px 40px 0;
  height: calc(100vh - 62px - 90px);
  display: flex;
  flex-direction: column;
  justify-content: end;
}
body.page-template-tpl-home-variation .banner__image-container {
  position: relative;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 280px;
  min-width: 380px;
}
@media (max-width: 1399.98px) {
  body.page-template-tpl-home-variation .banner__title {
    font-size: 60px; /* 60px */
    font-size: 3.75rem; /* 60px */
    line-height: 1.1666666667; /* 70px */
  }
}
@media (max-width: 1199.98px) {
  body.page-template-tpl-home-variation .banner__text-group {
    padding: 170px 40px 20px 0;
  }
  body.page-template-tpl-home-variation .banner__title {
    font-size: 50px; /* 50px */
    font-size: 3.125rem; /* 50px */
    line-height: 1.2; /* 60px */
  }
}
@media (max-width: 767.98px) {
  body.page-template-tpl-home-variation .banner {
    height: auto;
  }
  body.page-template-tpl-home-variation .banner__title {
    font-size: 34px; /* 34px */
    font-size: 2.125rem; /* 34px */
    line-height: 1.1764705882; /* 40px */
  }
  body.page-template-tpl-home-variation .banner__text-group {
    padding: 140px 40px 20px 0;
    height: auto;
    min-height: 80vh;
  }
}
@media (min-width: 1400px) {
  body.page-template-tpl-home-variation .banner__title {
    font-size: 70px !important;
  }
}
body.page-template-tpl-home-variation .our-purpose {
  padding: 4px 0 250px;
  margin-top: -130vh;
}
body.page-template-tpl-home-variation .our-purpose__title {
  color: #232222;
}
body.page-template-tpl-home-variation .our-purpose .colored-blocks {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
}
body.page-template-tpl-home-variation .our-purpose .colored-blocks__block {
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 32px;
  margin-bottom: 24px;
}
body.page-template-tpl-home-variation .our-purpose .wysiwyg-block strong {
  color: #A6D6C9;
}
body.page-template-tpl-home-variation .our-purpose .wysiwyg-block strong:nth-child(3n+2) {
  color: #F7D117;
}
body.page-template-tpl-home-variation .our-purpose .wysiwyg-block strong:nth-child(3n+3) {
  color: #F27D00;
}
@media (max-width: 767.98px) {
  body.page-template-tpl-home-variation .our-purpose .colored-blocks__block {
    padding: 10px 18px 2px;
  }
  body.page-template-tpl-home-variation .our-purpose .colored-blocks p.colored-blocks__text {
    font-size: 38px;
    line-height: 42px;
  }
  body.page-template-tpl-home-variation .our-purpose .wysiwyg-block .title--lg, body.page-template-tpl-home-variation .our-purpose .wysiwyg-block .block--columns-text h2:not(.title), .block--columns-text body.page-template-tpl-home-variation .our-purpose .wysiwyg-block h2:not(.title), body.page-template-tpl-home-variation .our-purpose .wysiwyg-block .block--columns-text .h2:not(.title), .block--columns-text body.page-template-tpl-home-variation .our-purpose .wysiwyg-block .h2:not(.title) {
    font-size: 28px !important;
  }
}
body.page-template-tpl-home-variation .our-vision {
  position: fixed !important;
  top: 50%;
  transform: translateY(-50%);
}
body.page-template-tpl-home-variation .our-vision__title {
  color: #FF9523;
}
body.page-template-tpl-home-variation .our-vision-points {
  position: relative;
  z-index: 1000;
}
body.page-template-tpl-home-variation .our-vision-points .our-vision-point {
  position: absolute;
  z-index: 1000;
  inset: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  clip-path: inset(0% 100% 0% 0%);
}
body.page-template-tpl-home-variation .our-vision-points .our-vision-point__number {
  font-family: "Euclid Circular A SemiBold", sans-serif;
  font-size: 120px;
  line-height: 120px;
  font-weight: 600;
  letter-spacing: -3px;
  -webkit-text-stroke: 2px white;
  -webkit-text-fill-color: transparent;
}
body.page-template-tpl-home-variation .our-vision-point-image-wrapper {
  position: absolute;
  z-index: 1001;
  top: 0;
  left: -60vw;
  width: 60vw;
  height: 100vh;
}
@media (max-width: 1399.98px) {
  body.page-template-tpl-home-variation .our-vision-points .title--lg, body.page-template-tpl-home-variation .our-vision-points .block--columns-text h2:not(.title), .block--columns-text body.page-template-tpl-home-variation .our-vision-points h2:not(.title), body.page-template-tpl-home-variation .our-vision-points .block--columns-text .h2:not(.title), .block--columns-text body.page-template-tpl-home-variation .our-vision-points .h2:not(.title) {
    font-size: 38px; /* 38px */
    font-size: 2.375rem; /* 38px */
    line-height: 1.1052631579; /* 42px */
  }
}
@media (max-width: 991.98px) {
  body.page-template-tpl-home-variation .our-vision-points .title--lg, body.page-template-tpl-home-variation .our-vision-points .block--columns-text h2:not(.title), .block--columns-text body.page-template-tpl-home-variation .our-vision-points h2:not(.title), body.page-template-tpl-home-variation .our-vision-points .block--columns-text .h2:not(.title), .block--columns-text body.page-template-tpl-home-variation .our-vision-points .h2:not(.title) {
    font-size: 28px; /* 28px */
    font-size: 1.75rem; /* 28px */
    line-height: 1.25; /* 35px */
  }
  body.page-template-tpl-home-variation .our-vision-points .our-vision-point {
    inset: 0;
    clip-path: inset(100% 0% 0% 0%);
  }
  body.page-template-tpl-home-variation .our-vision-point-image-wrapper {
    top: 100vh;
    left: 0;
    width: 100vw;
    height: 60vh;
  }
}
@media (max-width: 767.98px) {
  body.page-template-tpl-home-variation .our-vision-points .our-vision-point__number {
    font-size: 100px;
    line-height: 100px;
  }
}
body.page-template-tpl-home-variation .our-attitude {
  padding-bottom: 20%;
}
body.page-template-tpl-home-variation .our-attitude__title {
  color: #B6E4D7;
}
body.page-template-tpl-home-variation .our-attitude p {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  body.page-template-tpl-home-variation .our-attitude .title--lg, body.page-template-tpl-home-variation .our-attitude .block--columns-text h2:not(.title), .block--columns-text body.page-template-tpl-home-variation .our-attitude h2:not(.title), body.page-template-tpl-home-variation .our-attitude .block--columns-text .h2:not(.title), .block--columns-text body.page-template-tpl-home-variation .our-attitude .h2:not(.title) {
    font-size: 32px; /* 32px */
    font-size: 2rem; /* 32px */
    line-height: 1.09375; /* 35px */
  }
  body.page-template-tpl-home-variation .our-attitude .title--2xl {
    font-size: 48px; /* 48px */
    font-size: 3rem; /* 48px */
    line-height: 1.1666666667; /* 56px */
  }
}
@media (max-width: 767.98px) {
  body.page-template-tpl-home-variation .our-attitude {
    padding-bottom: 50vh;
  }
  body.page-template-tpl-home-variation .our-attitude .title--lg, body.page-template-tpl-home-variation .our-attitude .block--columns-text h2:not(.title), .block--columns-text body.page-template-tpl-home-variation .our-attitude h2:not(.title), body.page-template-tpl-home-variation .our-attitude .block--columns-text .h2:not(.title), .block--columns-text body.page-template-tpl-home-variation .our-attitude .h2:not(.title) {
    font-size: 28px; /* 28px */
    font-size: 1.75rem; /* 28px */
    line-height: 1.25; /* 35px */
  }
  body.page-template-tpl-home-variation .our-attitude .title--2xl {
    font-size: 46px; /* 46px */
    font-size: 2.875rem; /* 46px */
    line-height: 1.1739130435; /* 54px */
  }
}
body.page-template-tpl-home-variation .section.navigation-content {
  margin-top: -200px;
}

body.page-template-tpl-home-variation .top-nav {
  z-index: 2000;
}
body.page-template-tpl-home-variation .section-container--our-purpose,
body.page-template-tpl-home-variation .section-container--our-vision,
body.page-template-tpl-home-variation .section-container--our-attitude {
  position: relative;
  min-height: 100vh;
}
body.page-template-tpl-home-variation .section-container--our-purpose {
  z-index: 990;
}
body.page-template-tpl-home-variation .section-container--our-vision {
  z-index: 980;
}
body.page-template-tpl-home-variation .section-container--our-attitude {
  z-index: 970;
}
body.page-template-tpl-home-variation .our-purpose-background,
body.page-template-tpl-home-variation .our-vision-background,
body.page-template-tpl-home-variation .our-attitude-background {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  pointer-events: none;
}
body.page-template-tpl-home-variation .banner {
  position: relative;
  z-index: 1000;
}
body.page-template-tpl-home-variation .our-purpose,
body.page-template-tpl-home-variation .our-vision,
body.page-template-tpl-home-variation .our-attitude {
  position: relative;
  z-index: 999;
}
body.page-template-tpl-home-variation .our-purpose__title__wrapper,
body.page-template-tpl-home-variation .our-vision__title__wrapper,
body.page-template-tpl-home-variation .our-attitude__title__wrapper {
  width: 100vw;
}

body.page-template-tpl-virtual-tour .banner {
  background-color: #ffffff;
  padding-top: 240px;
  height: 200vh !important;
}
body.page-template-tpl-virtual-tour .banner svg {
  max-width: 100%;
}
body.page-template-tpl-virtual-tour .banner__buttons {
  margin-top: -30px;
}
body.page-template-tpl-virtual-tour .banner__buttons__button::after {
  padding-left: 8px;
}
body.page-template-tpl-virtual-tour .banner__video .video {
  min-width: 100vw;
  min-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: unset;
}
@media (max-width: 991.98px) {
  body.page-template-tpl-virtual-tour .banner {
    padding-top: 170px;
  }
}
@media (max-width: 767.98px) {
  body.page-template-tpl-virtual-tour .banner {
    height: auto !important;
    padding-top: 130px;
  }
}
body.page-template-tpl-virtual-tour .section.college-tour {
  padding: 55vh 0 60px;
}
body.page-template-tpl-virtual-tour .college-tour-background .title {
  opacity: 0.07;
}
body.page-template-tpl-virtual-tour .college-tour-iframe-container {
  position: relative;
  scroll-margin: 120px;
}
body.page-template-tpl-virtual-tour .college-tour-iframe-container .block-orange {
  position: absolute;
  z-index: -1;
  bottom: -58px;
  left: 40px;
  width: 320px;
  max-width: 40%;
  height: 70px;
  background: #F27D00;
}
body.page-template-tpl-virtual-tour .college-tour-iframe-container .block-yellow {
  position: absolute;
  z-index: -1;
  top: -35px;
  right: 0;
  width: 418px;
  max-width: 40%;
  height: 40px;
  background: #F7D117;
}
body.page-template-tpl-virtual-tour .college-tour-iframe-container .block-green {
  position: absolute;
  z-index: -1;
  bottom: calc(100% - 320px);
  left: -16px;
  width: 30px;
  height: 210px;
  background: #A6D6C9;
}
body.page-template-tpl-virtual-tour .college-tour-iframe-container iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1054/592;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  body.page-template-tpl-virtual-tour .section.college-tour {
    padding: 100px 0 60px;
  }
  body.page-template-tpl-virtual-tour .college-tour-iframe-container .block-orange {
    bottom: -10px;
    height: 30px;
  }
  body.page-template-tpl-virtual-tour .college-tour-iframe-container .block-yellow {
    top: -20px;
  }
  body.page-template-tpl-virtual-tour .college-tour-iframe-container .block-green {
    bottom: 80px;
    height: 100px;
  }
  body.page-template-tpl-virtual-tour .college-tour-iframe-container iframe {
    aspect-ratio: 1054/860;
  }
}
body.page-template-tpl-virtual-tour .section-container--cta {
  margin: 210px 0 250px;
}
body.page-template-tpl-virtual-tour .section-container--cta strong {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 5px;
  text-decoration-color: #F7D117;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
body.page-template-tpl-virtual-tour .section-container--cta strong:nth-child(3n+2) {
  text-decoration-color: #A6D6C9;
}
body.page-template-tpl-virtual-tour .section-container--cta strong:nth-child(3n+3) {
  text-decoration-color: #F27D00;
}
@media (max-width: 991.98px) {
  body.page-template-tpl-virtual-tour .section-container--cta {
    margin: 120px 0 150px;
  }
}
@media (max-width: 767.98px) {
  body.page-template-tpl-virtual-tour .section-container--cta {
    margin: 70px 0 100px;
  }
}

body.page-template-tpl-virtual-tour .top-nav {
  z-index: 2000;
}
body.page-template-tpl-virtual-tour .section-container--college-tour {
  position: relative;
  min-height: 100vh;
}
body.page-template-tpl-virtual-tour .section-container--college-tour {
  z-index: 990;
}
body.page-template-tpl-virtual-tour .section-fixed {
  pointer-events: none;
}
body.page-template-tpl-virtual-tour .college-tour-background {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.page-template-tpl-virtual-tour .banner {
  position: relative;
  z-index: 1000;
}
body.page-template-tpl-virtual-tour .virtual-tour {
  position: relative;
  z-index: 999;
}
@media (max-width: 767.98px) {
  body.page-template-tpl-virtual-tour .section-container--college-tour {
    min-height: auto;
  }
}

body.page-template-tpl-pastoral-portal .pastoral-portal-block-orange {
  height: 16px;
  width: 100%;
  background-color: #F27D00;
}
body.page-template-tpl-pastoral-portal .top-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: -300px;
}
body.page-template-tpl-pastoral-portal .top-grid__1 {
  grid-area: 1/9/3/13;
}
body.page-template-tpl-pastoral-portal .top-grid__2 {
  grid-area: 3/9/5/13;
}
body.page-template-tpl-pastoral-portal .top-grid__3 {
  grid-area: 4/1/5/5;
}
body.page-template-tpl-pastoral-portal .top-grid__4 {
  grid-area: 4/5/5/9;
}
body.page-template-tpl-pastoral-portal .top-grid__5 {
  grid-area: 2/1/4/9;
}
body.page-template-tpl-pastoral-portal .top-grid .teaser--news,
body.page-template-tpl-pastoral-portal .top-grid .teaser--event,
body.page-template-tpl-pastoral-portal .top-grid .teaser--podcast {
  height: 100%;
  width: 100%;
}
body.page-template-tpl-pastoral-portal .row-grid-bottom {
  margin-top: 40px;
  margin-bottom: 100px;
}
body.page-template-tpl-pastoral-portal .row-grid-bottom .teaser--event,
body.page-template-tpl-pastoral-portal .row-grid-bottom .teaser--news {
  height: 100%;
  max-width: 100%;
}
@media (max-width: 1199.98px) {
  body.page-template-tpl-pastoral-portal .top-grid {
    margin-top: 0 !important;
  }
  body.page-template-tpl-pastoral-portal .top-grid__1 {
    grid-area: 3/1/5/7;
  }
  body.page-template-tpl-pastoral-portal .top-grid__2 {
    grid-area: 3/7/5/13;
  }
  body.page-template-tpl-pastoral-portal .top-grid__3 {
    grid-area: 1/9/2/13;
  }
  body.page-template-tpl-pastoral-portal .top-grid__4 {
    grid-area: 2/9/3/13;
  }
  body.page-template-tpl-pastoral-portal .top-grid__5 {
    grid-area: 1/1/3/9;
  }
}
@media (max-width: 991.98px) {
  body.page-template-tpl-pastoral-portal .top-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }
  body.page-template-tpl-pastoral-portal .top-grid__1 {
    grid-area: 3/1/5/7;
  }
  body.page-template-tpl-pastoral-portal .top-grid__2 {
    grid-area: 3/7/5/13;
  }
  body.page-template-tpl-pastoral-portal .top-grid__3 {
    grid-area: 5/1/6/7;
  }
  body.page-template-tpl-pastoral-portal .top-grid__4 {
    grid-area: 5/7/6/13;
  }
  body.page-template-tpl-pastoral-portal .top-grid__5 {
    grid-area: 1/1/3/13;
  }
  body.page-template-tpl-pastoral-portal .row-grid-bottom {
    margin-top: 25px;
  }
}
@media (max-width: 767.98px) {
  body.page-template-tpl-pastoral-portal .row-grid-bottom {
    margin-bottom: 0px;
  }
}
@media (max-width: 575.98px) {
  body.page-template-tpl-pastoral-portal .top-grid {
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  body.page-template-tpl-pastoral-portal .top-grid__1 {
    grid-area: 2/1/3/13;
  }
  body.page-template-tpl-pastoral-portal .top-grid__2 {
    grid-area: 3/1/4/13;
  }
  body.page-template-tpl-pastoral-portal .top-grid__3 {
    grid-area: 4/1/5/13;
  }
  body.page-template-tpl-pastoral-portal .top-grid__4 {
    grid-area: 5/1/6/13;
  }
  body.page-template-tpl-pastoral-portal .top-grid__5 {
    grid-area: 1/1/2/13;
  }
}
body.page-template-tpl-pastoral-portal .full-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body.blog .featured-news {
  margin-top: 158px;
  margin-bottom: 20px;
}
body.blog .featured-news .related-content {
  margin-top: 0;
  margin-bottom: 0;
}
body.blog .featured-news .related-content .slick-slide:not(.slick-current) .teaser {
  position: relative;
}
body.blog .featured-news .related-content .slick-slide:not(.slick-current) .teaser::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background-color: rgba(16, 16, 16, 0.3);
  cursor: pointer;
}
@media (max-width: 767.98px) {
  body.blog .featured-news {
    margin-top: 130px;
  }
  body.blog .featured-news .related-content {
    margin-top: 0px;
  }
}

body.post-type-archive-event .archive-background,
body.page-id-6273 .archive-background,
body.page-id-176 .archive-background,
body.post-type-archive-the-masters-voice .archive-background {
  z-index: -1;
  width: 100vw;
  height: 100%;
  position: fixed;
}
body.post-type-archive-event .archive-background .archive-overlay,
body.page-id-6273 .archive-background .archive-overlay,
body.page-id-176 .archive-background .archive-overlay,
body.post-type-archive-the-masters-voice .archive-background .archive-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(16, 16, 16, 0.2);
}
body.post-type-archive-event .main,
body.page-id-6273 .main,
body.page-id-176 .main,
body.post-type-archive-the-masters-voice .main {
  padding-top: 525px;
}
@media (max-width: 991.98px) {
  body.post-type-archive-event .main,
  body.page-id-6273 .main,
  body.page-id-176 .main,
  body.post-type-archive-the-masters-voice .main {
    padding-top: 350px;
  }
}
@media (max-width: 767.98px) {
  body.post-type-archive-event .main,
  body.page-id-6273 .main,
  body.page-id-176 .main,
  body.post-type-archive-the-masters-voice .main {
    padding-top: 210px;
  }
}

body.page-id-6273 .teaser,
body.page-id-176 .teaser,
body.post-type-archive-event .teaser {
  height: 100%;
}

body.post-type-archive-pastoral-portal .teaser.teaser--podcast {
  height: 100%;
}

.twitter-links {
  margin: 40px 0;
}
.twitter-links__links a {
  display: inline-flex;
  align-items: center;
  width: 33%;
  margin: 10px 0 !important;
  font-family: "Euclid Circular A Medium", sans;
  font-size: 18px;
  line-height: 20px;
}
.twitter-links__links a::after {
  padding-left: 18px;
}
.twitter-links__links a:hover::after, .twitter-links__links a:active::after, .twitter-links__links a:focus::after {
  padding-left: 12px;
}
@media (max-width: 991.98px) {
  .twitter-links__links a {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .twitter-links__links a {
    width: 100%;
    padding: 5px 0;
  }
}

.share__accounts .icon svg {
  width: 40px;
  height: 40px;
}
.share__accounts .icon svg path:not(.envelope),
.share__accounts .icon svg circle {
  fill: #101010;
}

.related-content {
  margin-top: 140px;
  margin-bottom: 80px;
}
.related-content .slick-list {
  overflow: visible;
}
.related-content .slick-slide {
  padding: 0 21px;
}
.related-content .custom-arrows {
  margin-top: 45px;
  margin-bottom: 45px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.related-content .custom-arrows .slick-arrow {
  display: flex;
  margin: 0 21px;
  cursor: pointer;
}
.related-content .custom-arrows__next img {
  margin-left: 12px;
}
.related-content .custom-arrows__prev img {
  margin-right: 12px;
  transform: rotate(180deg);
}
@media (max-width: 767.98px) {
  .related-content {
    margin-top: 90px;
    margin-bottom: 60px;
  }
}
@media (max-width: 575.98px) {
  .related-content {
    margin-top: 60px;
    margin-bottom: 40px;
  }
  .related-content .slick-slide {
    padding: 0 10px;
  }
  .related-content .custom-arrows {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.featured-news .related-content {
  position: relative;
}
.featured-news .related-content .block-yellow {
  position: absolute;
  z-index: -1;
  bottom: -20px;
  right: 0;
  width: 160px;
  height: 180px;
  background-color: #F7D117;
}
.featured-news .related-content::before {
  content: "";
  width: 20vw;
  height: 16px;
  background-color: #F27D00;
  position: absolute;
  z-index: -1;
  bottom: -16px;
  left: -34vw;
}
.featured-news .related-content::after {
  content: "";
  width: 20vw;
  height: 16px;
  background-color: #A6D6C9;
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -27vw;
}
.featured-news .custom-arrows {
  margin-top: 8px;
}
.featured-news .custom-arrows__next, .featured-news .custom-arrows__prev {
  display: inline-flex;
  cursor: pointer;
}
.featured-news .custom-arrows__next img {
  margin-left: 12px;
}
.featured-news .custom-arrows__prev img {
  margin-right: 12px;
  transform: rotate(180deg);
}

.searchfilter-archive--events .searchfilter-archive__filters form ul {
  display: flex;
}
.searchfilter-archive--events .searchfilter-archive__filters form ul li {
  margin-left: 30px;
}
.searchfilter-archive--events .searchfilter-archive__filters select.sf-input-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #ffffff;
  border-radius: 30px;
  padding: 20px 60px 20px 28px;
  max-width: 230px;
  font-family: "Euclid Circular A Medium", sans;
  font-size: 15px; /* 15px */
  font-size: 0.9375rem; /* 15px */
  line-height: 1.2; /* 18px */
  color: #ffffff;
  background: url("../img/scroll-arrow--white.svg") transparent no-repeat;
  background-position: calc(100% - 28px) 26px;
  background-size: 12px;
}
.searchfilter-archive--events .searchfilter-archive__filters select.sf-input-select:hover, .searchfilter-archive--events .searchfilter-archive__filters select.sf-input-select:active, .searchfilter-archive--events .searchfilter-archive__filters select.sf-input-select:focus {
  outline: none;
}
.searchfilter-archive--events .searchfilter-archive__filters select.sf-input-select option {
  color: #101010;
}
@media (max-width: 767.98px) {
  .searchfilter-archive--events .searchfilter-archive__filters form ul {
    padding: 0;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .searchfilter-archive--events .searchfilter-archive__filters form ul li {
    margin-left: 0;
    margin-right: 15px;
  }
}
.searchfilter-archive--posts .searchfilter-archive__filters {
  background-color: #A6D6C9;
  padding: 50px 0 220px;
}
.searchfilter-archive--posts .searchfilter-archive__filters ul {
  padding: 0;
}
.searchfilter-archive--posts .searchfilter-archive__filters ul label,
.searchfilter-archive--posts .searchfilter-archive__filters ul label select {
  max-width: 100%;
}
.searchfilter-archive--posts .searchfilter-archive__filters select.sf-input-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #101010;
  border-radius: 30px;
  padding: 20px 28px;
  font-family: "Euclid Circular A Medium", sans;
  font-size: 15px; /* 15px */
  font-size: 0.9375rem; /* 15px */
  line-height: 1.2; /* 18px */
  color: #101010;
  background: url("../img/scroll-arrow--black.svg") transparent no-repeat;
  background-position: calc(100% - 28px) 26px;
  background-size: 12px;
}
.searchfilter-archive--posts .searchfilter-archive__filters select.sf-input-select option {
  color: inherit;
}
.searchfilter-archive--posts .searchfilter-archive__filters select.sf-input-select:hover, .searchfilter-archive--posts .searchfilter-archive__filters select.sf-input-select:active, .searchfilter-archive--posts .searchfilter-archive__filters select.sf-input-select:focus {
  outline: none;
}
.searchfilter-archive--posts .searchfilter-archive__results {
  margin-top: -180px;
}
.searchfilter-archive--pastoral-portal select.sf-input-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #101010;
  border-radius: 30px;
  padding: 20px 60px 20px 28px;
  max-width: 230px;
  font-family: "Euclid Circular A Medium", sans;
  font-size: 15px; /* 15px */
  font-size: 0.9375rem; /* 15px */
  line-height: 1.2; /* 18px */
  color: #101010;
  background: url("../img/scroll-arrow--black.svg") transparent no-repeat;
  background-position: calc(100% - 28px) 26px;
  background-size: 12px;
}
.searchfilter-archive--pastoral-portal select.sf-input-select:hover, .searchfilter-archive--pastoral-portal select.sf-input-select:active, .searchfilter-archive--pastoral-portal select.sf-input-select:focus {
  outline: none;
}
.searchfilter-archive--pastoral-portal select.sf-input-select option {
  color: #101010;
}
@media (max-width: 767.98px) {
  .searchfilter-archive--pastoral-portal .searchfilter-archive__filters form ul {
    padding: 0;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .searchfilter-archive--pastoral-portal .searchfilter-archive__filters form ul li {
    margin-left: 0;
    margin-right: 15px;
  }
}

.houses-grid {
  margin-top: 100px;
  margin-bottom: 160px;
}
.houses-grid__header {
  padding: 50px 60px 225px 60px;
}
.houses-grid__houses {
  margin-top: -185px;
}
.houses-grid select.houses {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #101010;
  border-radius: 30px;
  padding: 20px 60px 20px 28px;
  cursor: pointer;
  font-family: "Euclid Circular A Medium", sans;
  font-size: 15px; /* 15px */
  font-size: 0.9375rem; /* 15px */
  line-height: 1.2; /* 18px */
  color: #101010;
  background: url("../img/scroll-arrow--black.svg") transparent no-repeat;
  background-position: calc(100% - 28px) 26px;
  background-size: 12px;
}
.houses-grid select.houses:hover, .houses-grid select.houses:active, .houses-grid select.houses:focus {
  outline: none;
}
.houses-grid__item {
  position: relative;
  overflow: hidden;
}
.houses-grid__item__picture {
  width: 100%;
  height: auto;
  aspect-ratio: 397/280;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.houses-grid__item__data {
  position: absolute;
  bottom: 20px;
  left: 30px;
  width: calc(100% - 60px);
}
.houses-grid__item__data .house-logo {
  background-color: #ffffff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 8px;
}
.houses-grid__item:hover .houses-grid__item__picture, .houses-grid__item:active .houses-grid__item__picture, .houses-grid__item:focus .houses-grid__item__picture {
  transform: scale(1.1);
}
@media (max-width: 991.98px) {
  .houses-grid {
    margin-bottom: 100px;
  }
}
@media (max-width: 767.98px) {
  .houses-grid {
    margin-top: 70px;
    margin-bottom: 80px;
  }
  .houses-grid__header {
    padding: 40px 30px 100px 30px;
  }
  .houses-grid__houses {
    margin-top: -65px;
  }
}
@media (max-width: 575.98px) {
  .houses-grid__header {
    display: block !important;
    margin: -21px;
  }
}

.part--submenu {
  margin-top: 120px;
}
.part--submenu .submenu__menu {
  -moz-columns: 2;
       columns: 2;
}
.part--submenu .submenu__menu a {
  transition: all 0.3s ease-in;
}
.part--submenu .submenu__menu a:not(.active):hover, .part--submenu .submenu__menu a:not(.active):active, .part--submenu .submenu__menu a:not(.active):focus {
  color: #000000;
  opacity: 0.25;
}
.part--submenu .submenu__menu a.active {
  opacity: 0.25;
}
.part--submenu .submenu__menu a.active:hover, .part--submenu .submenu__menu a.active:active, .part--submenu .submenu__menu a.active:focus {
  opacity: 0.25;
}
@media (max-width: 767.98px) {
  .part--submenu {
    margin-top: 60px;
  }
  .part--submenu .submenu__menu {
    -moz-columns: unset;
         columns: unset;
  }
  .part--submenu .submenu__menu a {
    display: inline-block;
    padding: 7px 0;
  }
}

.part--continue-your-journey {
  margin: 140px 0;
}
@media (max-width: 991.98px) {
  .part--continue-your-journey {
    margin: 90px 0 40px;
  }
}
@media (max-width: 575.98px) {
  .part--continue-your-journey {
    margin: 50px 0 60px;
    padding: 0 18px;
  }
}

.tablesorter {
  font-size: 18px;
}
.tablesorter select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 0;
  font-weight: 700;
  color: #101010;
}
.tablesorter select option {
  color: inherit;
}
.tablesorter td {
  max-width: 250px;
  min-width: 100px;
}
.tablesorter thead tr {
  background-color: #A6D6C9;
}
.tablesorter thead th {
  color: #101010;
}
.tablesorter thead th:not(.skip-filter) {
  position: relative;
}
.tablesorter thead th:not(.skip-filter)::after {
  content: url("../img/scroll-arrow--black.svg");
  position: absolute;
  top: 10px;
  right: 30px;
  transform: scale(0.8);
  pointer-events: none;
}
.tablesorter tbody a {
  font-size: inherit;
}

/* Blocks */
body.single-post .block--columns-text {
  margin-top: 80px;
}

body.single-the-masters-voice .banner + .main > .block:first-child.block--columns-text {
  margin-top: -55px;
}
body.single-the-masters-voice .block--gallery {
  margin-top: 60px;
  margin-bottom: 75px;
}

.banner--post + .main > .block:first-child.block--columns-text {
  margin-top: 80px !important;
}

.banner--simple + .main > .block--table {
  margin-top: 20px;
}

main#main + .block--continue-your-journey {
  margin-top: 100px;
}

@media (max-width: 767.98px) {
  .banner--post + .main > .block:first-child.block--columns-text {
    margin-top: 40px !important;
  }
  main#main + .block--continue-your-journey {
    margin-top: 70px;
  }
}
.block--accordion {
  margin-top: 50px;
  margin-bottom: 90px;
}
.block--accordion .accordion__title {
  padding-right: 50px;
}
.block--accordion .accordion__item {
  border-bottom: 1px solid #101010;
}
.block--accordion .accordion__trigger {
  position: relative;
  padding: 25px 0px;
  cursor: pointer;
}
.block--accordion .accordion__content--wrapper .accordion__content {
  padding: 0 30px 50px 0;
}
.block--accordion .accordion__trigger-icon {
  position: absolute;
  top: 28px;
  right: 0;
  width: 33px;
  height: 33px;
}
.block--accordion .accordion__plus {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 34px;
  /* Vertical line */
  /* horizontal line */
}
.block--accordion .accordion__plus:before, .block--accordion .accordion__plus:after {
  content: "";
  position: absolute;
  background-color: #F27D00;
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.block--accordion .accordion__plus:before {
  top: 0;
  left: 16px;
  width: 2px;
  height: 100%;
}
.block--accordion .accordion__plus:after {
  top: 16px;
  left: 0;
  width: 100%;
  height: 2px;
  transform-origin: center;
}
.block--accordion .accordion .open .accordion__plus:before {
  transform: rotate(-90deg);
}
.block--accordion .accordion--orange .accordion__plus:before, .block--accordion .accordion--orange .accordion__plus:after {
  background-color: #F27D00;
}
.block--accordion .accordion--yellow .accordion__plus:before, .block--accordion .accordion--yellow .accordion__plus:after {
  background-color: #F7D117;
}
.block--accordion .accordion--green .accordion__plus:before, .block--accordion .accordion--green .accordion__plus:after {
  background-color: #A6D6C9;
}
@media (max-width: 991.98px) {
  .block--accordion {
    margin-bottom: 70px;
  }
  .block--accordion .accordion__plus {
    width: 25px;
    height: 25px;
    /* Vertical line */
    /* horizontal line */
  }
  .block--accordion .accordion__plus:before {
    left: 12px;
  }
  .block--accordion .accordion__plus:after {
    top: 12px;
  }
}
@media (max-width: 767.98px) {
  .block--accordion {
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .block--accordion .accordion__trigger {
    padding: 20px 0;
  }
  .block--accordion .accordion__plus {
    width: 18px;
    height: 18px;
    /* Vertical line */
    /* horizontal line */
  }
  .block--accordion .accordion__plus:before {
    left: 9px;
  }
  .block--accordion .accordion__plus:after {
    top: 9px;
  }
}

.block--gallery {
  margin-top: 80px;
  margin-bottom: 80px;
}
.block--gallery .gallery__item.object-fit img {
  width: 100%;
  height: 20vw;
  min-height: 240px;
}
.block--gallery figcaption {
  font-size: 12px;
  margin: 4px 0 -25px;
}
.block--gallery--slider {
  position: relative;
}
.block--gallery--slider .gallery__item.object-fit img {
  width: 100%;
  height: auto;
  aspect-ratio: 837/514;
  -o-object-fit: cover;
     object-fit: cover;
}
.block--gallery--slider .custom-arrows__prev, .block--gallery--slider .custom-arrows__next {
  position: absolute;
  bottom: -8px;
  width: 20%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.block--gallery--slider .custom-arrows__prev img {
  margin-right: 10px;
  transform: rotate(180deg);
}
.block--gallery--slider .custom-arrows__next {
  right: 5px;
}
.block--gallery--slider .custom-arrows__next img {
  margin-left: 10px;
}
@media (max-width: 767.98px) {
  .block--gallery {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.block--text-image {
  margin: 140px 0;
}
.block--text-image__background {
  padding: 100px 0 90px;
  margin-left: 70px;
}
.block--text-image__image {
  margin-left: -49px;
  padding-right: 35px;
}
.block--text-image__text {
  margin: 20px 0 40px;
}
.block--text-image__text p + h2, .block--text-image__text p + .h2,
.block--text-image__text p + h3,
.block--text-image__text p + .h3,
.block--text-image__text p + h4,
.block--text-image__text p + .h4,
.block--text-image__text p + h5,
.block--text-image__text p + .h5,
.block--text-image__text p + h6,
.block--text-image__text p + .h6 {
  margin-top: 40px;
}
.block--text-image__text .button, .block--text-image__text body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-primary:not(.form-btn), body.ng-scope .block--isams-form .admissionsEnquiry .panel-group .block--text-image__text button.btn-primary:not(.form-btn),
.block--text-image__text body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-info,
body.ng-scope .block--isams-form .admissionsEnquiry .panel-group .block--text-image__text button.btn-info, .block--text-image__text .gform_wrapper .gform_footer.top_label, .gform_wrapper .block--text-image__text .gform_footer.top_label {
  margin-top: 16px;
}
.block--text-image .image-is-right .block--text-image__background {
  margin-left: 0;
  margin-right: 70px;
}
.block--text-image .image-is-right .block--text-image__image {
  margin-left: 49px;
  padding-right: 0;
  padding-left: 70px;
}
.block--text-image .background-is-short .block--text-image__image {
  margin-left: 21px;
  padding-left: 0;
  padding-top: 70px;
  padding-bottom: 70px;
  max-height: 100vh;
}
.block--text-image .background-is-short .block--text-image__background {
  margin-left: calc(-100vw + 100%);
}
.block--text-image .background-is-short.image-is-right .block--text-image__image {
  margin-left: -21px;
  padding-left: 21px;
}
.block--text-image .background-is-short.image-is-right .block--text-image__background {
  margin-left: 0;
  margin-right: 0;
  width: 100vw;
}
@media (max-width: 991.98px) {
  .block--text-image {
    margin: 60px 0;
  }
  .block--text-image__background {
    padding: 40px 40px;
    margin-left: 0;
  }
  .block--text-image__image {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -65px;
    width: calc(100% + 19px);
  }
  .block--text-image__text {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .block--text-image .image-is-right .block--text-image__background {
    margin-right: 0;
  }
  .block--text-image .image-is-right .block--text-image__image {
    margin-left: 45px;
  }
  .block--text-image .column-image {
    width: 100%;
    height: auto;
    aspect-ratio: 350/260;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767.98px) {
  .block--text-image__image {
    margin-left: -40px;
  }
  .block--text-image .column-image {
    aspect-ratio: 350/330;
  }
  .block--text-image .background-is-short .column-image {
    aspect-ratio: 350/340;
  }
}
@media (max-width: 575.98px) {
  .block--text-image .background-is-short .block--text-image__image {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 !important;
  }
}

.block--text-image + .block--text-image {
  margin-top: -20px;
}

.block--video {
  position: relative;
  overflow: hidden;
}
.block--video .video {
  pointer-events: none;
  width: 100%;
  height: auto;
  aspect-ratio: 1440/900;
  cursor: pointer;
}
.block--video .video-foreground,
.block--video .video-background iframe,
.block--video .video-background video {
  position: absolute;
  top: 0;
  left: -3%;
  width: 106%;
  height: 100%;
  pointer-events: none;
}
.block--video .cursor-content {
  pointer-events: none;
  position: absolute;
  z-index: 90;
  top: -80px;
  left: -80px;
  opacity: 0;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: #000000;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.block--video .cursor-content__title {
  font-family: "Euclid Circular A Medium", sans;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 15px;
}
.block--video .cursor-content svg {
  position: relative;
  left: 3px;
}
.block--video .cursor-content img {
  width: 25px;
  height: auto;
}
@media (max-width: 991.98px) {
  .block--video .cursor-content {
    width: 120px;
    height: 120px;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
  .block--video .cursor-content__title {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
  }
  .block--video .cursor-content img {
    width: 20px;
  }
  .block--video .video-background iframe {
    left: -70%;
    width: 240%;
  }
}
@media (max-width: 767.98px) {
  .block--video .cursor-content {
    display: none;
  }
  .block--video .video-foreground,
  .block--video .video-background iframe {
    left: 0;
    width: 100%;
  }
  .block--video .video-mobile-title-section {
    position: absolute;
    left: 30px;
    bottom: 0;
    padding: 30px 18px;
  }
  .block--video .video-mobile-title-section__icon {
    background: #101010;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .block--video .video-mobile-title-section__icon svg {
    width: 15px;
    height: auto;
  }
}
@media (max-width: 575.98px) {
  .block--video .video-background iframe {
    left: -120%;
    width: 340%;
  }
}

.block--grid-teasers + .block--video {
  margin-top: 100px;
}

.block--video + .block--grid-teasers {
  margin-top: 100px;
}

.block--columns-text {
  margin: 100px 0 50px;
}
.block--columns-text h2, .block--columns-text .h2, .block--columns-text h3, .block--columns-text .h3, .block--columns-text h4, .block--columns-text .h4, .block--columns-text h5, .block--columns-text .h5, .block--columns-text h6, .block--columns-text .h6 {
  margin-bottom: 28px;
}
.block--columns-text p + h2, .block--columns-text p + .h2,
.block--columns-text p + h3,
.block--columns-text p + .h3,
.block--columns-text p + h4,
.block--columns-text p + .h4,
.block--columns-text p + h5,
.block--columns-text p + .h5,
.block--columns-text p + h6,
.block--columns-text p + .h6 {
  margin-top: 40px;
  margin-bottom: 15px;
}
.block--columns-text picture.size-full {
  display: block;
  margin: 40px 0 48px 0;
}
.block--columns-text iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 835/470;
}
.block--columns-text .button, .block--columns-text body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-primary:not(.form-btn), body.ng-scope .block--isams-form .admissionsEnquiry .panel-group .block--columns-text button.btn-primary:not(.form-btn),
.block--columns-text body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-info,
body.ng-scope .block--isams-form .admissionsEnquiry .panel-group .block--columns-text button.btn-info, .block--columns-text .gform_wrapper .gform_footer.top_label, .gform_wrapper .block--columns-text .gform_footer.top_label {
  margin-top: 16px;
}
.block--columns-text blockquote {
  margin: 60px 0;
}
.block--columns-text .blockquote-line {
  display: block;
  width: 40px;
  height: 100%;
  background-color: #A6D6C9;
  position: absolute;
  left: 0;
}
.block--columns-text ol {
  list-style: none;
  counter-reset: li;
}
.block--columns-text ol li {
  counter-increment: li;
  margin-bottom: 5px;
}
.block--columns-text ol li:before {
  content: counter(li);
  color: #101010;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto;
  width: 41px;
  flex: 1 0 0;
  max-width: 41px;
  min-width: 41px;
  aspect-ratio: 1;
  margin-left: -2.3em;
  margin-right: 8px;
  text-align: center;
  direction: rtl;
  border-radius: 50%;
  border: 1px solid #F7D117;
  transform: scale(0.8);
}
.block--columns-text .accent-color-orange .blockquote-line {
  background-color: #F27D00;
}
.block--columns-text .accent-color-yellow .blockquote-line {
  background-color: #F7D117;
}
.block--columns-text .accent-color-green .blockquote-line {
  background-color: #A6D6C9;
}
@media (max-width: 991.98px) {
  .block--columns-text {
    margin: 60px 0 50px;
  }
}
@media (max-width: 767.98px) {
  .block--columns-text {
    margin: 40px 0 30px;
  }
  .block--columns-text blockquote {
    margin: 30px 0;
  }
  .block--columns-text .blockquote-line {
    width: 5px;
  }
  .block--columns-text picture.size-full {
    margin: 45px 0 50px 0;
  }
}

.shortcode-extra-options {
  margin: 0;
}
.shortcode-extra-options .data-wrapper {
  float: right;
}
.shortcode-extra-options .data {
  position: relative;
  padding: 60px 65px;
  margin-bottom: 50px;
  margin-left: 50px;
}
.shortcode-extra-options .data__title {
  color: #101010;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #101010;
}
.shortcode-extra-options .data__text {
  font-size: 21px; /* 21px */
  font-size: 1.3125rem; /* 21px */
  line-height: 1.5238095238; /* 32px */
}
.shortcode-extra-options .data__button {
  position: absolute;
  bottom: -30px;
}
@media (max-width: 1599.98px) {
  .shortcode-extra-options .data {
    padding: 60px 45px;
  }
}
@media (max-width: 767.98px) {
  .shortcode-extra-options .data-wrapper {
    float: none;
  }
  .shortcode-extra-options .data-wrapper .data {
    margin: 40px 0 70px;
  }
}
@media (max-width: 575.98px) {
  .shortcode-extra-options .data-wrapper .data {
    padding: 35px 25px 35px 25px;
    margin: 30px 0 30px;
  }
  .shortcode-extra-options .data-wrapper .data .button, .shortcode-extra-options .data-wrapper .data body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-primary:not(.form-btn), body.ng-scope .block--isams-form .admissionsEnquiry .panel-group .shortcode-extra-options .data-wrapper .data button.btn-primary:not(.form-btn),
  .shortcode-extra-options .data-wrapper .data body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-info,
  body.ng-scope .block--isams-form .admissionsEnquiry .panel-group .shortcode-extra-options .data-wrapper .data button.btn-info, .shortcode-extra-options .data-wrapper .data .gform_wrapper .gform_footer.top_label, .gform_wrapper .shortcode-extra-options .data-wrapper .data .gform_footer.top_label {
    padding: 20px 18px;
  }
}

.block--table {
  margin: 140px 0;
}
.block--table table {
  width: 100%;
  border: 1px solid #eeeeee;
}
.block--table table thead {
  background-color: #A6D6C9;
}
.block--table table thead th {
  font-family: "Euclid Circular A SemiBold", sans-serif;
  font-size: 20px; /* 20px */
  font-size: 1.25rem; /* 20px */
  line-height: 1.95; /* 39px */
  letter-spacing: -0.25px;
  color: #000000;
  padding: 20px 24px;
  border-right: 1px solid #dddddd;
}
.block--table table thead th:last-child {
  border-right: 0;
}
.block--table table tbody td {
  font-size: 19px; /* 19px */
  font-size: 1.1875rem; /* 19px */
  line-height: 1.2631578947; /* 24px */
  color: #101010;
  padding: 20px 24px;
  border-right: 1px solid #dddddd;
}
.block--table table tbody td:last-child {
  border-right: 0;
}
.block--table table tbody tr:nth-child(odd) {
  background-color: #eeeeee;
}
.block--table table.color-orange thead {
  background-color: #F27D00;
}
.block--table table.color-yellow thead {
  background-color: #F7D117;
}
.block--table table.color-green thead {
  background-color: #A6D6C9;
}
@media (max-width: 991.98px) {
  .block--table {
    margin: 100px 0;
  }
  .block--table table thead th {
    font-size: 18px; /* 18px */
    font-size: 1.125rem; /* 18px */
    line-height: 1.3333333333; /* 24px */
  }
  .block--table table tbody td {
    font-size: 16px; /* 16px */
    font-size: 1rem; /* 16px */
    line-height: 1.3125; /* 21px */
  }
}
@media (max-width: 767.98px) {
  .block--table {
    margin: 70px 0;
  }
  .block--table table thead th, .block--table table tbody th {
    padding: 15px 15px;
  }
}

.block--3-images {
  margin: 160px 0 160px;
}
.block--3-images .image-1-wrapper,
.block--3-images .image-2-wrapper,
.block--3-images .image-3-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.block--3-images .image-1-wrapper {
  aspect-ratio: 837/586;
}
.block--3-images .image-2-wrapper {
  aspect-ratio: 618/404;
}
.block--3-images .image-3-wrapper {
  margin-top: calc(50% - 30px);
  aspect-ratio: 397/549;
}
@media (max-width: 991.98px) {
  .block--3-images {
    margin: 90px 0 90px;
  }
}
@media (max-width: 767.98px) {
  .block--3-images .image-1-wrapper,
  .block--3-images .image-2-wrapper,
  .block--3-images .image-3-wrapper {
    aspect-ratio: 600/450;
  }
  .block--3-images .image-3-wrapper {
    margin-top: 30px;
  }
  .block--3-images .order-1 .image-3-wrapper {
    margin-top: 0px;
  }
  .block--3-images .order-2 .image-1-wrapper {
    margin-top: 30px;
  }
}

.block--featured-article {
  margin: 170px auto;
}
@media (max-width: 991.98px) {
  .block--featured-article {
    margin: 70px auto 120px;
  }
}
@media (max-width: 575.98px) {
  .block--featured-article {
    margin: 50px auto 60px;
  }
}

.block--blockquote {
  margin: 100px 0;
}
.block--blockquote__background {
  position: relative;
  padding: 95px 70px 80px;
  margin-left: 70px;
}
.block--blockquote__background::after {
  content: "";
  width: 40vw;
  height: 100%;
  background-color: inherit;
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
}
.block--blockquote__avatar {
  position: relative;
  width: 100%;
  max-width: 170px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  margin: 60px 0px 60px;
  margin-left: -140px;
}
.block--blockquote .button-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-top: -110px;
  margin-right: -70px;
}
@media (min-width: 1400px) {
  .block--blockquote__avatar {
    max-width: none;
    width: 220px;
  }
}
@media (max-width: 1199.98px) {
  .block--blockquote .button-wrapper {
    margin-right: 0px;
  }
  .block--blockquote__avatar {
    max-width: none;
    width: 120px;
  }
}
@media (max-width: 991.98px) {
  .block--blockquote {
    margin: 80px 0;
  }
  .block--blockquote__background {
    padding: 40px 30px 40px;
  }
  .block--blockquote__avatar {
    margin-left: -60px;
  }
}
@media (max-width: 767.98px) {
  .block--blockquote {
    margin: 120px 0 80px;
  }
  .block--blockquote__background {
    margin-left: calc(var(--bs-gutter-x) * -0.5);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
  }
  .block--blockquote__avatar {
    width: 100px;
    margin: -90px 0 0;
  }
  .block--blockquote .button-wrapper {
    margin-top: 0;
    display: block;
  }
}
@media (max-width: 575.98px) {
  .block--blockquote {
    margin: 50px 0 50px;
  }
  .block--blockquote .with-avatar {
    margin-top: 40px;
  }
}

.block--isams-form {
  margin-top: 100px;
  margin-bottom: 100px;
}

body.ng-scope .block--isams-form .admissionsEnquiry h1, body.ng-scope .block--isams-form .admissionsEnquiry .h1 {
  margin-bottom: 25px;
}
body.ng-scope .block--isams-form .admissionsEnquiry .panel-group {
  font-family: "Euclid Circular A Regular", sans;
}
body.ng-scope .block--isams-form .admissionsEnquiry .panel-group .panel-heading {
  background-color: #A6D6C9;
}
body.ng-scope .block--isams-form .admissionsEnquiry .panel-group .panel-heading .panel-title {
  font-family: "Euclid Circular A SemiBold", sans-serif;
  font-size: 12px; /* 12px */
  font-size: 0.75rem; /* 12px */
  line-height: 1.0833333333; /* 13px */
  color: #000000;
}
body.ng-scope .block--isams-form .admissionsEnquiry .panel-group .panel-heading .panel-title span::before {
  background: white;
  color: #101010;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
body.ng-scope .block--isams-form .admissionsEnquiry .panel-group .panel-heading .panel-title span.text-muted::before,
body.ng-scope .block--isams-form .admissionsEnquiry .panel-group .panel-heading .panel-title .text-muted {
  opacity: 0.5;
}
body.ng-scope .block--isams-form .admissionsEnquiry .panel-group .panel-body {
  font-family: "Euclid Circular A Regular", sans;
}
body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-primary:not(.form-btn),
body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-info {
  padding: 15px 20px;
  outline: 0;
  border: 0;
  height: auto;
}
body.ng-scope .block--isams-form form {
  font-family: "Euclid Circular A Regular", sans;
}
body.ng-scope .block--isams-form form .input-group .dropdown-menu a, body.ng-scope .block--isams-form form .input-group .dropdown-menu li {
  font-size: 16px !important;
}
body.ng-scope .block--isams-form .accordionButtons.isams-form__navigation-row.ng-scope {
  display: flex;
  width: 100%;
  align-items: center;
}
body.ng-scope .block--isams-form .accordionButtons.isams-form__navigation-row.ng-scope > div {
  width: auto;
}

.block--team {
  margin: 70px 0 70px;
}

.team-member--with-pictures .team-member__picture-wrapper {
  position: relative;
  width: calc(100% - 70px);
  aspect-ratio: 330/410;
}
.team-member--with-pictures .team-member__picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-member--with-pictures .team-member__data {
  margin-top: -70px;
  padding: 40px;
  padding-top: 94px;
}
.team-member--no-pictures .team-member__data {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.team-member--no-pictures .team-member__data__header {
  flex: 1 0 0;
}
.team-member--no-pictures .button, .team-member--no-pictures .gform_wrapper .gform_footer.top_label, .gform_wrapper .team-member--no-pictures .gform_footer.top_label, .team-member--no-pictures body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-primary:not(.form-btn), body.ng-scope .block--isams-form .admissionsEnquiry .panel-group .team-member--no-pictures button.btn-primary:not(.form-btn),
.team-member--no-pictures body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-info,
body.ng-scope .block--isams-form .admissionsEnquiry .panel-group .team-member--no-pictures button.btn-info {
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .team-member--no-pictures .button, .team-member--no-pictures .gform_wrapper .gform_footer.top_label, .gform_wrapper .team-member--no-pictures .gform_footer.top_label, .team-member--no-pictures body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-primary:not(.form-btn), body.ng-scope .block--isams-form .admissionsEnquiry .panel-group .team-member--no-pictures button.btn-primary:not(.form-btn),
  .team-member--no-pictures body.ng-scope .block--isams-form .admissionsEnquiry .panel-group button.btn-info,
  body.ng-scope .block--isams-form .admissionsEnquiry .panel-group .team-member--no-pictures button.btn-info {
    margin-left: 0;
  }
}

/*# sourceMappingURL=screen.css.map*/