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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

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

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

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 {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

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

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 98.4, 204) !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

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

.bg-transparent {
  background-color: transparent !important;
}

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #007bff !important;
}

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

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

.border-info {
  border-color: #17a2b8 !important;
}

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

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

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

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

.border-white {
  border-color: #fff !important;
}

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

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

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

.rounded-right {
  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-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

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

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

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

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

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-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;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-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;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-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;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-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;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !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;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !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;
}

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !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;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !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;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !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;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !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;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !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;
}

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

.overflow-hidden {
  overflow: hidden !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;
}

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

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

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

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

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

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

.shadow-none {
  box-shadow: none !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;
}

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

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

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

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

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

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

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

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

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

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

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

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

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

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

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

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

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

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

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

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

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

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

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

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

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

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(0, 86.1, 178.5) !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

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

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  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;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

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

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

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

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

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

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
	Linear Gradient

	Usage: @
*/
:root {
  --purple: #9220fd;
  --blue: #20a8fd;
  --teal: #0088a2;
  --white: #ffffff;
  --black: #000;
  --grey-light: #fbfbfb;
  --grey-dark: #171717;
  --Brand-black: var(--grey-dark);
  --font-color: var(--black);
  --font-family: "Inter", sans-serif;
  --font-family-alt: "Roboto Slab", sans-serif;
  --block-spacing: 60px;
  --border-radius: 0;
  --form-field-margin: 30px;
  --container-width: 1480px;
  --container-padding: 20px;
}
@media only screen and (max-width: 959px) {
  :root {
    --block-spacing: 40px;
  }
}

.heading--xxl {
  font-family: var(--font-family-alt);
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 72px;
}
@media only screen and (max-width: 959px) {
  .heading--xxl {
    font-size: 38px;
    line-height: normal;
  }
}

.text-green {
  color: #17c6b2;
}

.text-red {
  color: #ff6969;
}

html {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

body {
  background: #fbfbfb;
  color: var(--font-color);
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 118px 0 0;
  position: relative;
  min-height: 100vh;
}
@media only screen and (max-width: 959px) {
  body {
    padding: 80px 0 0;
  }
}
body.modal-open {
  overflow: hidden;
}

a {
  color: var(--font-color);
  text-decoration: underline;
}

.container {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  width: 1400px;
}
@media only screen and (max-width: 959px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.site-wrap {
  overflow: hidden;
}

.icon {
  display: block;
  font-size: 0;
  height: 24px;
  width: 24px;
}
.icon--alert {
  -webkit-mask-image: url("../images/icons/alert.svg");
  mask-image: url("../images/icons/alert.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.icon--bars {
  -webkit-mask-image: url("../images/icons/bars.svg");
  mask-image: url("../images/icons/bars.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.icon--basket {
  -webkit-mask-image: url("../images/icons/basket.svg");
  mask-image: url("../images/icons/basket.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.icon--caret-down {
  -webkit-mask-image: url("../images/icons/caret-down.svg");
  mask-image: url("../images/icons/caret-down.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.icon--check {
  -webkit-mask-image: url("../images/icons/check.svg");
  mask-image: url("../images/icons/check.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.icon--close {
  -webkit-mask-image: url("../images/icons/close.svg");
  mask-image: url("../images/icons/close.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.icon--facebook {
  -webkit-mask-image: url("../images/icons/facebook.svg");
  mask-image: url("../images/icons/facebook.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.icon--info {
  -webkit-mask-image: url("../images/icons/info.svg");
  mask-image: url("../images/icons/info.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.icon--owl {
  -webkit-mask-image: url("../images/icons/owl.svg");
  mask-image: url("../images/icons/owl.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.icon--pause {
  -webkit-mask-image: url("../images/icons/pause.svg");
  mask-image: url("../images/icons/pause.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.icon--pdf {
  -webkit-mask-image: url("../images/icons/pdf.svg");
  mask-image: url("../images/icons/pdf.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.icon--print {
  -webkit-mask-image: url("../images/icons/print.svg");
  mask-image: url("../images/icons/print.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.icon--search {
  -webkit-mask-image: url("../images/icons/search.svg");
  mask-image: url("../images/icons/search.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.icon--share {
  -webkit-mask-image: url("../images/icons/share.svg");
  mask-image: url("../images/icons/share.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.icon--square-arrow-right {
  -webkit-mask-image: url("../images/icons/square-arrow-right.svg");
  mask-image: url("../images/icons/square-arrow-right.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.icon--x {
  -webkit-mask-image: url("../images/icons/x.svg");
  mask-image: url("../images/icons/x.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.gform_wrapper .gform_heading {
  display: none;
}
.gform_wrapper .gform_body {
  margin: 0 auto;
}
.gform_wrapper .gform_fields {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.gform_wrapper .gfield_label_before_complex {
  color: #525252;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 12px;
}
.gform_wrapper .gfield_label_before_complex .gfield_required {
  display: none;
}
.gform_wrapper .gfield {
  flex: 0 0 100%;
  padding: 0 10px;
}
.gform_wrapper .gfield--width-quarter {
  flex: 0 0 25%;
  padding: 0 10px;
}
@media only screen and (max-width: 959px) {
  .gform_wrapper .gfield--width-quarter {
    flex: 0 0 100%;
  }
}
.gform_wrapper .gfield--width-half {
  flex: 0 0 50%;
  padding: 0 10px;
}
@media only screen and (max-width: 959px) {
  .gform_wrapper .gfield--width-half {
    flex: 0 0 100%;
  }
}
.gform_wrapper .gfield--width-full {
  flex: 0 0 100%;
  padding: 0 10px;
}
.gform_wrapper .gfield--type-html {
  margin: 0 0 40px;
}
.gform_wrapper .gfield--type-name, .gform_wrapper .gfield--type-email, .gform_wrapper .gfield--type-address {
  padding: 0 10px;
  margin-bottom: var(--form-field-margin);
  width: 100%;
}
.gform_wrapper .gfield--type-name .ginput_complex, .gform_wrapper .gfield--type-email .ginput_complex, .gform_wrapper .gfield--type-address .ginput_complex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
}
.gform_wrapper .gfield--type-name .ginput_complex .gform-grid-col, .gform_wrapper .gfield--type-email .ginput_complex .gform-grid-col, .gform_wrapper .gfield--type-address .ginput_complex .gform-grid-col {
  flex: 0 0 calc(50% - 10px);
}
@media only screen and (max-width: 959px) {
  .gform_wrapper .gfield--type-name .ginput_complex .gform-grid-col, .gform_wrapper .gfield--type-email .ginput_complex .gform-grid-col, .gform_wrapper .gfield--type-address .ginput_complex .gform-grid-col {
    flex: 0 0 100%;
  }
}
.gform_wrapper .gfield--type-name label, .gform_wrapper .gfield--type-email label, .gform_wrapper .gfield--type-address label {
  color: #525252;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 12px;
}
.gform_wrapper .gfield--type-name label .gfield_required, .gform_wrapper .gfield--type-email label .gfield_required, .gform_wrapper .gfield--type-address label .gfield_required {
  display: none;
}
.gform_wrapper .gfield--type-name input, .gform_wrapper .gfield--type-email input, .gform_wrapper .gfield--type-address input {
  background: #fff;
  border: 2px solid #D9D9D9;
  border-radius: 5px;
  color: var(--font-color);
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  outline: none;
  padding: 0 15px;
  width: 100%;
}
.gform_wrapper .gfield--type-name .gform-field-label--type-sub, .gform_wrapper .gfield--type-email .gform-field-label--type-sub, .gform_wrapper .gfield--type-address .gform-field-label--type-sub {
  margin: 0 0 10px !important;
}
.gform_wrapper .gfield--type-text, .gform_wrapper .gfield--type-email, .gform_wrapper .gfield--type-website, .gform_wrapper .gfield--type-number, .gform_wrapper .gfield--type-phone, .gform_wrapper .gfield--type-date {
  margin-bottom: var(--form-field-margin);
  position: relative;
}
.gform_wrapper .gfield--type-text label, .gform_wrapper .gfield--type-email label, .gform_wrapper .gfield--type-website label, .gform_wrapper .gfield--type-number label, .gform_wrapper .gfield--type-phone label, .gform_wrapper .gfield--type-date label {
  color: #525252;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 12px;
}
.gform_wrapper .gfield--type-text label .gfield_required, .gform_wrapper .gfield--type-email label .gfield_required, .gform_wrapper .gfield--type-website label .gfield_required, .gform_wrapper .gfield--type-number label .gfield_required, .gform_wrapper .gfield--type-phone label .gfield_required, .gform_wrapper .gfield--type-date label .gfield_required {
  display: none;
}
.gform_wrapper .gfield--type-text input, .gform_wrapper .gfield--type-email input, .gform_wrapper .gfield--type-website input, .gform_wrapper .gfield--type-number input, .gform_wrapper .gfield--type-phone input, .gform_wrapper .gfield--type-date input {
  background: #fff;
  border: 2px solid #D9D9D9;
  border-radius: 5px;
  color: var(--font-color);
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  outline: none;
  padding: 0 15px;
  width: 100%;
}
.gform_wrapper .gfield--type-text .ui-datepicker-trigger, .gform_wrapper .gfield--type-email .ui-datepicker-trigger, .gform_wrapper .gfield--type-website .ui-datepicker-trigger, .gform_wrapper .gfield--type-number .ui-datepicker-trigger, .gform_wrapper .gfield--type-phone .ui-datepicker-trigger, .gform_wrapper .gfield--type-date .ui-datepicker-trigger {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.gform_wrapper .gfield--type-select {
  margin-bottom: var(--form-field-margin);
  position: relative;
}
.gform_wrapper .gfield--type-select label {
  color: #525252;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 12px;
}
.gform_wrapper .gfield--type-select label .gfield_required {
  display: none;
}
.gform_wrapper .gfield--type-select select {
  background: #fff;
  background-image: url('data:image/svg+xml,<svg width="15" height="9" viewBox="0 0 15 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.38103 8.16233C7.26648 8.16248 7.15303 8.14062 7.0472 8.098C6.94137 8.05538 6.84524 7.99285 6.76435 7.914L0.950316 2.26147C0.786953 2.10242 0.695232 1.88681 0.695313 1.66204C0.695394 1.43727 0.78727 1.22173 0.950748 1.06279C1.11423 0.903857 1.33593 0.814532 1.56712 0.814453C1.79831 0.814374 2.02008 0.903548 2.18367 1.06237L7.38103 6.11536L12.5784 1.06237C12.742 0.903548 12.9637 0.814374 13.1949 0.814453C13.4261 0.814532 13.6478 0.903857 13.8113 1.06279C13.9748 1.22173 14.0667 1.43727 14.0667 1.66204C14.0668 1.88681 13.9751 2.10242 13.8117 2.26147L7.9977 7.914C7.91681 7.99285 7.82069 8.05538 7.71486 8.098C7.60903 8.14062 7.49558 8.16248 7.38103 8.16233Z" fill="%2395C4EE"/></svg>');
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border: 2px solid #D9D9D9;
  border-radius: 5px;
  color: var(--font-color);
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  outline: none;
  padding: 0 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}
.gform_wrapper .gfield--type-signature {
  margin-bottom: var(--form-field-margin);
  position: relative;
}
.gform_wrapper .gfield--type-signature label {
  color: #525252;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 12px;
}
.gform_wrapper .gfield--type-signature label .gfield_required {
  display: none;
}
.gform_wrapper .gfield--type-fileupload {
  margin-bottom: var(--form-field-margin);
  position: relative;
}
.gform_wrapper .gfield--type-fileupload label {
  color: #525252;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 12px;
}
.gform_wrapper .gfield--type-fileupload label .gfield_required {
  display: none;
}
.gform_wrapper .gfield--type-textarea {
  margin-bottom: var(--form-field-margin);
  position: relative;
}
.gform_wrapper .gfield--type-textarea label {
  color: #525252;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 12px;
}
.gform_wrapper .gfield--type-textarea label .gfield_required {
  display: none;
}
.gform_wrapper .gfield--type-textarea textarea {
  background: #fff;
  border: 2px solid #D9D9D9;
  border-radius: 5px;
  color: var(--font-color);
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  outline: none;
  padding: 0 15px;
  width: 100%;
}
.gform_wrapper .gfield--type-textarea textarea {
  height: 140px;
  padding: 15px;
  resize: none;
}
.gform_wrapper .gfield--type-html h3 {
  color: #525252;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 12px;
}
.gform_wrapper .gfield--type-html h3 .gfield_required {
  display: none;
}
.gform_wrapper .gfield--type-checkbox legend, .gform_wrapper .gfield--type-radio legend {
  margin: 0 0 20px;
  text-align: left;
}
.gform_wrapper .gfield--type-checkbox .gfield_radio,
.gform_wrapper .gfield--type-checkbox .gfield_checkbox, .gform_wrapper .gfield--type-radio .gfield_radio,
.gform_wrapper .gfield--type-radio .gfield_checkbox {
  display: flex;
  gap: 40px;
}
.gform_wrapper .gfield--type-checkbox .gfield_radio .gchoice,
.gform_wrapper .gfield--type-checkbox .gfield_checkbox .gchoice, .gform_wrapper .gfield--type-radio .gfield_radio .gchoice,
.gform_wrapper .gfield--type-radio .gfield_checkbox .gchoice {
  flex: 0 0 calc(50% - 20px);
  position: relative;
}
.gform_wrapper .gfield--type-checkbox .gfield_radio input,
.gform_wrapper .gfield--type-checkbox .gfield_checkbox input, .gform_wrapper .gfield--type-radio .gfield_radio input,
.gform_wrapper .gfield--type-radio .gfield_checkbox input {
  opacity: 0;
  visibility: none;
  position: absolute;
  left: 0;
  top: 0;
}
.gform_wrapper .gfield--type-checkbox .gfield_radio label,
.gform_wrapper .gfield--type-checkbox .gfield_checkbox label, .gform_wrapper .gfield--type-radio .gfield_radio label,
.gform_wrapper .gfield--type-radio .gfield_checkbox label {
  display: flex;
  align-items: center;
  border: 2px solid #D9D9D9;
  border-radius: 5px;
  padding: 0 18px;
  height: 50px;
  cursor: pointer;
  font-weight: 500;
  margin: 0;
  position: relative;
}
.gform_wrapper .gfield--type-checkbox .gfield_radio label::before,
.gform_wrapper .gfield--type-checkbox .gfield_checkbox label::before, .gform_wrapper .gfield--type-radio .gfield_radio label::before,
.gform_wrapper .gfield--type-radio .gfield_checkbox label::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #00A7E1;
  border-radius: 5px;
  margin-right: 15px;
  background: transparent;
  transition: background 0.2s;
}
.gform_wrapper .gfield--type-checkbox .gfield_radio input:checked + label::before,
.gform_wrapper .gfield--type-checkbox .gfield_checkbox input:checked + label::before, .gform_wrapper .gfield--type-radio .gfield_radio input:checked + label::before,
.gform_wrapper .gfield--type-radio .gfield_checkbox input:checked + label::before {
  background-color: #00A7E1;
  border-color: #00A7E1;
}
.gform_wrapper .gfield--type-consent {
  margin: 0 0 20px;
}
.gform_wrapper .gfield--type-consent legend {
  display: none;
}
.gform_wrapper .gfield--type-consent .ginput_container {
  align-items: center;
  display: flex;
}
.gform_wrapper .gfield--type-consent label {
  cursor: pointer;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}
.gform_wrapper .gfield--type-consent input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  cursor: pointer;
  height: 20px;
  margin: 0 10px 0 0;
  width: 20px;
}
.gform_wrapper .gfield--type-consent input:checked {
  background: var(--teal);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23ffffff" d="M441 103c9.4 9.4 9.4 24.6 0 33.9L177 401c-9.4 9.4-24.6 9.4-33.9 0L7 265c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l119 119L407 103c9.4-9.4 24.6-9.4 33.9 0z"/></svg>');
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: center;
}
.gform_wrapper .gfield.hidden_label label {
  display: none;
}
.gform_wrapper .gfield .gform-field-label--type-sub {
  font-size: 14px;
  margin: 0;
  line-height: 14px;
  text-transform: none;
}
.gform_wrapper .gf_page_steps {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 0 0 80px;
}
.gform_wrapper .gf_page_steps .gf_step {
  align-items: center;
  display: flex;
  gap: 15px;
}
.gform_wrapper .gf_page_steps .gf_step .gf_step_number {
  align-items: center;
  aspect-ratio: 1/1;
  background: #d9d9d9;
  border-radius: 10px;
  color: #7e7a7a;
  display: flex;
  flex-shrink: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  height: 36px;
  justify-content: center;
  line-height: normal;
  width: 36px;
}
.gform_wrapper .gf_page_steps .gf_step .gf_step_label {
  color: #7e7a7a;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.gform_wrapper .gf_page_steps .gf_step.gf_step_completed .gf_step_number {
  background: #000;
  color: #fff;
}
.gform_wrapper .gf_page_steps .gf_step.gf_step_completed .gf_step_label {
  color: #000;
}
.gform_wrapper .gf_page_steps .gf_step.gf_step_active .gf_step_number {
  background: var(--Blue);
  color: #fff;
}
.gform_wrapper .gf_page_steps .gf_step.gf_step_active .gf_step_label {
  color: var(--Blue);
}
.gform_wrapper .gform_footer {
  display: flex;
}
.gform_wrapper .gform_page_footer {
  display: flex;
  gap: 20px;
}
.gform_wrapper .gform_previous_button {
  border-color: #000;
  color: #000;
}
.gform_wrapper .gform_previous_button::after {
  background: #000;
}
.gform_wrapper .gform_previous_button:hover {
  background: #000;
  color: #fff;
}
.gform_wrapper .gform_previous_button:hover::after {
  background: #fff;
}
.gform_wrapper .gform_next_button {
  background: var(--Blue);
  border-color: var(--Blue);
  color: #fff;
}
.gform_wrapper .gform_next_button::after {
  background: #fff;
}
.gform_wrapper .gform_next_button:hover {
  background: var(--Blue-Dark);
  border-color: var(--Blue-Dark);
  color: #fff;
}

.header {
  background: #fff;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
.header--inner {
  align-items: center;
  display: flex;
  gap: 20px;
  height: 118px;
  margin: 0 auto;
  max-width: var(--container-width);
  padding: 0 var(--container-padding);
  width: 100%;
}
@media only screen and (max-width: 959px) {
  .header--inner {
    gap: 20px;
    height: 80px;
    padding: 0 10px;
  }
}
.header--logo img {
  display: block;
  height: auto;
  width: 156px;
}
@media only screen and (max-width: 959px) {
  .header--logo img {
    width: 60px;
  }
}
.header--menu {
  margin-left: 20px;
  margin-right: auto;
}
@media only screen and (max-width: 959px) {
  .header--menu {
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    margin: 0;
    background: var(--teal);
    height: calc(100vh - 80px);
    overflow: auto;
    padding: 20px 20px 60px;
    width: 100%;
  }
}
.header--menu ul {
  display: flex;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 959px) {
  .header--menu ul {
    flex-direction: column;
    gap: 20px;
    width: 100%;
    white-space: nowrap;
  }
}
.header--menu ul li {
  color: var(--Brand-Black, #171717);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media only screen and (max-width: 959px) {
  .header--menu ul li {
    color: #fff;
    font-size: 20px;
  }
}
.header--menu ul li .sub-menu {
  display: none;
}
@media only screen and (min-width: 768px) {
  .header--menu ul li .sub-menu {
    top: 112px;
    position: fixed;
    left: 0;
    width: 100vw;
    padding: 20px 20px;
    background: #000;
    z-index: 100;
    justify-content: center;
  }
  .header--menu ul li .sub-menu a {
    color: #fff;
  }
}
@media only screen and (max-width: 959px) {
  .header--menu ul li .sub-menu {
    display: flex;
    flex-direction: column;
    margin: 20px 0 0 20px;
  }
}
.header--menu ul li.menu-item-has-children > a {
  align-items: center;
  display: flex;
  gap: 5px;
  position: relative;
}
.header--menu ul li.menu-item-has-children > a::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  height: 70px;
  left: 0;
  top: 0;
}
.header--menu ul li.menu-item-has-children > a::after {
  -webkit-mask-image: url("../images/icons/caret-down.svg");
  mask-image: url("../images/icons/caret-down.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  content: "";
  display: block;
  background: var(--teal);
  height: 12px;
  width: 12px;
  flex: 0 0 12px;
}
@media only screen and (min-width: 768px) {
  .header--menu ul li.menu-item-has-children:hover .sub-menu {
    display: flex;
  }
}
.header--menu ul li a {
  text-decoration: none;
}
@media only screen and (max-width: 959px) {
  .header--menu ul li a {
    color: #fff;
  }
}
.header--search {
  margin-left: 20px;
}
@media only screen and (max-width: 959px) {
  .header--search {
    display: none;
  }
}
.header--search form {
  display: flex;
  position: relative;
  width: 140px;
}
.header--search form input {
  background: #F3F2F2;
  border: 1px solid #B7B7B7;
  border-radius: 10px;
  display: block;
  height: 40px;
  padding: 0 40px 0 12px;
  width: 140px;
  color: #979797;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
.header--search form button {
  all: unset;
  height: 18px;
  font-size: 0;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}
.header--search form button .icon {
  background: var(--black);
  height: 18px;
  width: 18px;
}
.header--buttons {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 959px) {
  .header--buttons {
    gap: 10px;
    margin-left: auto;
  }
  .header--buttons .button {
    font-size: 12px;
    padding: 6px;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 959px) {
  .header--basket {
    margin-left: 10px;
  }
}
.header--basket a {
  display: flex;
  height: 40px;
  justify-content: flex-end;
  position: relative;
  width: 50px;
}
@media only screen and (max-width: 959px) {
  .header--basket a {
    height: 32px;
    width: 32px;
  }
}
.header--basket .icon {
  background: var(--teal);
  height: 40px;
  width: 36px;
}
@media only screen and (max-width: 959px) {
  .header--basket .icon {
    height: 32px;
    width: 32px;
  }
}
.header--basket .count {
  align-items: center;
  background: var(--teal);
  border-radius: 10px;
  color: #fff;
  display: flex;
  font-size: 14px;
  height: 20px;
  padding: 0 4px;
  justify-content: center;
  left: 0;
  min-width: 20px;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 959px) {
  .header--basket .count {
    font-size: 10px;
    height: 16px;
    left: -10px;
    min-width: 16px;
  }
}
.header--toggle-menu {
  display: none;
  height: 40px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  width: 40px;
  flex: 0 0 40px;
}
.header--toggle-menu .icon {
  height: 48px;
  width: 48px;
  background: var(--teal);
}
@media only screen and (max-width: 959px) {
  .header--toggle-menu {
    display: flex;
  }
}

body.admin-bar .header {
  top: 32px;
}
body.admin-bar .header--menu {
  top: 112px;
}
@media only screen and (min-width: 768px) {
  body.admin-bar .header--menu .sub-menu {
    top: 140px;
  }
}

body.menu-open .header--menu {
  display: block;
}

.footer {
  background: var(--black);
  color: var(--white);
  padding: 74px 0;
}
.footer--signup {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 959px) {
  .footer--signup {
    text-align: center;
  }
}
.footer--signup h3 {
  font-family: var(--font-family-alt);
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
}
@media only screen and (max-width: 959px) {
  .footer--signup h3 {
    font-size: 30px;
    line-height: normal;
  }
}
.footer--signup h3 {
  margin: 0;
}
.footer--signup p {
  font-family: var(--font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
@media only screen and (max-width: 959px) {
  .footer--signup p {
    font-size: 16px;
    line-height: normal;
  }
}
.footer--signup p {
  margin: 0;
}
.footer--signup form {
  display: flex;
  gap: 40px;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
@media only screen and (max-width: 959px) {
  .footer--signup form {
    gap: 20px;
  }
}
.footer--signup form input {
  border-radius: 5px;
  background: #FFF;
  border: none;
  flex-basis: 440px;
  height: 40px;
  max-width: 440px;
  padding: 0 12px;
}
.footer--signup form .button {
  white-space: nowrap;
}
.footer--bottom {
  align-items: center;
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
@media only screen and (max-width: 959px) {
  .footer--bottom {
    align-items: center;
    flex-direction: column;
    gap: 30px;
  }
}
.footer--logo {
  flex: 0 0 156px;
}
@media only screen and (max-width: 959px) {
  .footer--logo {
    flex: 0 0 90px;
  }
}
.footer--logo img {
  display: block;
  height: auto;
  width: 100%;
}
.footer--copyright p {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}
.footer--right {
  align-items: center;
  display: flex;
  flex-basis: 100%;
  flex-direction: column;
  gap: 20px;
}
.footer--menu ul {
  display: flex;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 959px) {
  .footer--menu ul {
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 20px;
  }
}
.footer--menu ul li {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.footer--menu ul li a {
  color: #fff;
  text-decoration: none;
}

.block__archive-top {
  padding: 80px 0;
  text-align: center;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 959px) {
  .block__archive-top {
    padding: 40px 0;
  }
}
.block__archive-top h1 {
  font-family: var(--font-family-alt);
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 72px;
}
@media only screen and (max-width: 959px) {
  .block__archive-top h1 {
    font-size: 38px;
    line-height: normal;
  }
}
.block__archive-top h1 {
  margin: 0 0 14px;
}
.block__archive-top--filters {
  display: flex;
  gap: 40px;
  justify-content: center;
}
@media only screen and (max-width: 959px) {
  .block__archive-top--filters {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.block__archive-top--filter {
  position: relative;
}
@media only screen and (max-width: 959px) {
  .block__archive-top--filter .button {
    width: 100%;
  }
  .block__archive-top--filter {
    flex: 0 0 100%;
    padding: 0 20px;
  }
}
.block__archive-top--filter::after {
  height: 10px;
  top: 100%;
  left: 0;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
}
.block__archive-top--filter ul {
  display: none;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  left: 0;
  position: absolute;
  top: calc(100% + 10px);
  min-width: 100%;
  height: auto;
  z-index: 10;
}
@media only screen and (max-width: 959px) {
  .block__archive-top--filter ul {
    left: 20px;
    min-width: calc(100% - 40px);
    width: calc(100% - 40px);
  }
}
.block__archive-top--filter ul li {
  text-align: left;
  padding: 6px 0;
}
.block__archive-top--filter ul li a {
  padding: 4px 10px;
  display: block;
  text-decoration: none;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .block__archive-top--filter:hover ul {
    display: block;
  }
}
@media only screen and (max-width: 959px) {
  .block__archive-top--filter.open ul {
    display: block;
  }
}

.button {
  align-items: center;
  border-radius: 10px;
  display: inline-flex;
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  gap: 10px;
  padding: 20px;
  justify-content: center;
  text-decoration: none;
}
@media only screen and (max-width: 959px) {
  .button {
    font-size: 16px;
    padding: 12px;
  }
}
.button:hover {
  text-decoration: none;
}
.button .icon {
  background: #fff;
  height: 18px;
  width: 18px;
}
.button--small {
  font-size: 16px;
  line-height: 16px;
  padding: 10px;
}
.button--teal {
  background: var(--teal);
  border: 2px solid var(--teal);
  color: #fff;
}
.button--teal:hover {
  color: #fff;
}
.button--white {
  background: #fff;
  border: 2px solid #fff;
  color: var(--teal);
}
.button--white-outline {
  background: none;
  border: 2px solid #fff;
  color: #fff;
}
.button--white-outline:hover {
  background: var(--teal);
  color: #fff;
}
.button--teal-outline {
  background: var(--white);
  border: 2px solid var(--teal);
  color: var(--font-color);
}
.button--teal-outline:hover {
  background: var(--teal);
  color: #fff;
}
.button--teal-outline-alt {
  border: 2px solid var(--teal);
  color: #fff;
}
.button--teal-outline-alt:hover {
  background: var(--teal);
  color: #fff;
}

.editor h1 {
  font-family: var(--font-family-alt);
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
}
@media only screen and (max-width: 959px) {
  .editor h1 {
    font-size: 30px;
    line-height: normal;
  }
}
.editor h2, .editor h3 {
  font-family: var(--font-family-alt);
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
}
@media only screen and (max-width: 959px) {
  .editor h2, .editor h3 {
    font-size: 24px;
    line-height: normal;
  }
}
.editor h2, .editor h3 {
  margin: 0 0 30px;
}
.editor p {
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
}
@media only screen and (max-width: 959px) {
  .editor p {
    font-size: 16px;
    line-height: normal;
  }
}
.editor p {
  margin: 0 0 40px;
}

.global__share {
  align-items: center;
  display: flex;
  gap: 10px;
}
.global__share p.text {
  font-family: var(--font-family) !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  margin: 0 10px 0 0 !important;
  max-width: 470px;
}
@media only screen and (max-width: 959px) {
  .global__share p.text {
    display: none;
  }
}
.global__share p.label {
  font-family: var(--font-family) !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  margin: 0 !important;
  text-transform: uppercase !important;
}
.global__share .icon {
  background: var(--Brand-black);
  height: 32px;
  width: 32px;
  flex: 0 0 32px;
}

.share-toast {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: var(--teal);
  color: #fff;
  padding: 12px 18px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  opacity: 0;
  transition: 0.3s ease;
  z-index: 9999;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  pointer-events: none;
}
.share-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.block__alert {
  background: #eb4d4d;
  padding: 15px 0;
}
.block__alert .container {
  align-items: center;
  display: flex;
  gap: 20px;
}
.block__alert .container .icon {
  background: #fff;
  height: 32px;
  width: 32px;
}
.block__alert .container {
  font-family: var(--font-family-alt);
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
}
@media only screen and (max-width: 959px) {
  .block__alert .container {
    font-size: 24px;
    line-height: normal;
  }
}
.block__alert .container {
  color: #fff;
}
@media only screen and (max-width: 959px) {
  .block__alert .container {
    font-size: 16px;
    line-height: normal;
  }
}
.block__alert .close-alert {
  cursor: pointer;
}

.block__cards {
  margin-bottom: var(--block-spacing);
  padding-top: 45px;
}
.block__cards--card {
  border-radius: 0 150px;
  background: linear-gradient(216deg, rgba(148, 111, 255, 0.2) 10.43%, rgba(148, 111, 255, 0) 66.2%);
  padding: 60px 60px 120px;
  position: relative;
}
@media only screen and (max-width: 959px) {
  .block__cards--card {
    border-radius: 0 100px;
    margin: 0 0 80px;
    padding: 60px 30px 80px;
  }
}
.block__cards--card .card-icon {
  align-items: center;
  background: var(--teal);
  border: 5px solid var(--grey-light);
  border-radius: 100%;
  display: flex;
  box-shadow: 0 5px 15px rgba(146, 32, 253, 0.1);
  height: 90px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: -45px;
  transform: translateX(-50%);
  width: 90px;
}
.block__cards--card .card-icon img {
  display: block;
  height: 50px;
  width: 50px;
}
.block__cards--card .text {
  margin: 0 auto;
  max-width: 440px;
  text-align: center;
}
.block__cards--card .text h3 {
  font-family: var(--font-family-alt);
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
}
@media only screen and (max-width: 959px) {
  .block__cards--card .text h3 {
    font-size: 24px;
    line-height: normal;
  }
}
.block__cards--card .text h3 {
  margin: 0 0 30px;
}
.block__cards--card .text p {
  margin: 0;
}
.block__cards--card .button {
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
@media only screen and (max-width: 959px) {
  .block__cards--card .button {
    white-space: nowrap;
  }
}

.block__contact {
  margin-bottom: var(--block-spacing);
}
.block__contact h2 {
  font-family: var(--font-family-alt);
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
}
@media only screen and (max-width: 959px) {
  .block__contact h2 {
    font-size: 30px;
    line-height: normal;
  }
}
.block__contact h2 {
  margin: 0 0 30px;
}
.block__contact--content h3 {
  font-family: var(--font-family-alt);
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
}
@media only screen and (max-width: 959px) {
  .block__contact--content h3 {
    font-size: 24px;
    line-height: normal;
  }
}
.block__contact--content h3 {
  margin: 0 0 30px;
}
.block__contact--content p {
  font-family: var(--font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
@media only screen and (max-width: 959px) {
  .block__contact--content p {
    font-size: 16px;
    line-height: normal;
  }
}
.block__contact--content p {
  margin: 0 0 20px;
}
@media only screen and (max-width: 959px) {
  .block__contact .form__gravityform {
    margin-bottom: 50px;
  }
}

.block__courses .course-type {
  margin: 0 0 40px;
}
.block__courses .course-type h3 {
  font-family: var(--font-family-alt);
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
}
@media only screen and (max-width: 959px) {
  .block__courses .course-type h3 {
    font-size: 24px;
    line-height: normal;
  }
}
.block__courses .course-type h3 {
  margin: 0 0 30px;
}
.block__courses .course-type .courses {
  border: 2px solid #F5F5F5;
  background: #FFF;
  border-radius: 10px 10px 0 0;
}
.block__courses .course-type .course-row {
  align-items: center;
  border-bottom: 2px solid #F5F5F5;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  padding: 20px;
}
.block__courses .course-type .course-row:last-child {
  border-bottom: none;
}
.block__courses .course-type .course-row .course-info {
  color: var(--Brand-Black, #171717);
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.block__courses .course-type .course-row .course-info span {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.block__courses .course-type .course-row .button {
  white-space: nowrap;
}
.block__courses-calendar {
  position: relative;
}
.block__courses-calendar.is-loading {
  pointer-events: none;
}
.block__courses-calendar__nav {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin: 0 0 36px;
}
@media only screen and (max-width: 959px) {
  .block__courses-calendar__nav {
    display: grid;
    gap: 14px 12px;
    grid-template-areas: "range range" "prev next";
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 959px) {
  .block__courses-calendar__nav .js-course-week-prev {
    grid-area: prev;
    justify-self: start;
  }
}
@media only screen and (max-width: 959px) {
  .block__courses-calendar__nav .js-course-week-next {
    grid-area: next;
    justify-self: end;
  }
}
.block__courses-calendar__jump {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin: 0 0 30px;
}
.block__courses-calendar__jump label {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
.block__courses-calendar__jump input[type=date] {
  border: 1px solid #ddd;
  border-radius: 8px;
  cursor: pointer;
  height: 38px;
  padding: 0 10px;
}
@media only screen and (max-width: 959px) {
  .block__courses-calendar__jump {
    justify-content: flex-start;
  }
}
.block__courses-calendar__range {
  font-family: var(--font-family-alt);
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
}
@media only screen and (max-width: 959px) {
  .block__courses-calendar__range {
    font-size: 24px;
    line-height: normal;
  }
}
.block__courses-calendar__range {
  margin: 0;
  text-align: center;
}
@media only screen and (max-width: 959px) {
  .block__courses-calendar__range {
    grid-area: range;
  }
}
.block__courses-calendar__weekdays {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(var(--courses-calendar-columns, 7), minmax(0, 1fr));
  margin: 0 0 12px;
}
@media only screen and (max-width: 959px) {
  .block__courses-calendar__weekdays {
    display: none;
  }
}
.block__courses-calendar__weekday {
  font-family: var(--font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
@media only screen and (max-width: 959px) {
  .block__courses-calendar__weekday {
    font-size: 16px;
    line-height: normal;
  }
}
.block__courses-calendar__weekday {
  background: var(--teal);
  color: #fff;
  border-radius: 10px;
  font-weight: 700;
  padding: 12px;
  text-align: center;
}
.block__courses-calendar__grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(var(--courses-calendar-columns, 7), minmax(0, 1fr));
}
@media only screen and (max-width: 959px) {
  .block__courses-calendar__grid {
    grid-template-columns: 1fr;
  }
}
.block__courses-calendar__day {
  min-height: 0;
}
.block__courses-calendar__day-date {
  display: none;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 10px;
}
@media only screen and (max-width: 959px) {
  .block__courses-calendar__day-date {
    background: var(--teal);
    color: #fff;
    width: 100%;
    display: block;
    border-radius: 10px;
    padding: 14px;
    font-size: 18px;
  }
}
.block__courses-calendar__events {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.block__courses-calendar__event {
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 14px;
}
.block__courses-calendar__event .course-info {
  font-size: 15px;
  line-height: 1.4;
}
.block__courses-calendar__event .button {
  width: 100%;
}
.block__courses-calendar__time {
  font-size: 13px;
  font-weight: 600;
}
.block__courses-calendar__empty {
  font-size: 13px;
  line-height: 1.3;
  margin: 0;
  opacity: 0.8;
}
.block__courses-calendar .js-course-week-prev[disabled] {
  cursor: not-allowed;
  opacity: 0.45;
  pointer-events: none;
}

@keyframes courses-spin {
  to {
    transform: rotate(360deg);
  }
}
body.is-courses-calendar-loading::before {
  background: rgba(0, 0, 0, 0.25);
  content: "";
  inset: 0;
  position: fixed;
  z-index: 9998;
}
body.is-courses-calendar-loading::after {
  animation: courses-spin 0.9s linear infinite;
  border: 4px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  border-top-color: var(--teal);
  content: "";
  height: 52px;
  left: 50%;
  margin-left: -26px;
  margin-top: -26px;
  position: fixed;
  top: 50%;
  width: 52px;
  z-index: 9999;
}

.block__cta {
  margin-bottom: var(--block-spacing);
}
.block__cta--inner {
  align-items: center;
  background: #000;
  border-radius: 50px 0;
  display: flex;
  min-height: 460px;
  padding: 60px 80px;
  position: relative;
}
@media only screen and (max-width: 959px) {
  .block__cta--inner {
    padding: 40px;
  }
}
.block__cta--inner img {
  border-radius: 50px 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.block__cta--inner .scrim {
  background: #000;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  opacity: 0.6;
  border-radius: 50px 0;
  z-index: 2;
}
.block__cta--inner .content {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 512px;
  position: relative;
  z-index: 3;
}
.block__cta--inner .content.right {
  margin-left: auto;
}
.block__cta--inner .content h1, .block__cta--inner .content h2 {
  font-family: var(--font-family-alt);
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 72px;
}
@media only screen and (max-width: 959px) {
  .block__cta--inner .content h1, .block__cta--inner .content h2 {
    font-size: 38px;
    line-height: normal;
  }
}
.block__cta--inner .content h1, .block__cta--inner .content h2 {
  margin: 0;
}
.block__cta--inner .content p {
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  margin: 0;
}
.block__cta--inner .content .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media only screen and (max-width: 959px) {
  .block__cta--inner .content .buttons {
    gap: 20px;
  }
}

.block__cta-teal {
  margin-bottom: var(--block-spacing);
}
.block__cta-teal--inner {
  align-items: center;
  background: var(--teal);
  border-radius: 50px 0;
  color: #fff;
  display: flex;
  gap: 60px;
  padding: 80px;
}
@media only screen and (max-width: 959px) {
  .block__cta-teal--inner {
    flex-wrap: wrap;
    padding: 30px;
  }
}
.block__cta-teal--inner .content {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 400px;
  position: relative;
  z-index: 3;
}
.block__cta-teal--inner .content.right {
  margin-left: auto;
}
.block__cta-teal--inner .content h1, .block__cta-teal--inner .content h2 {
  font-family: var(--font-family-alt);
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 72px;
}
@media only screen and (max-width: 959px) {
  .block__cta-teal--inner .content h1, .block__cta-teal--inner .content h2 {
    font-size: 38px;
    line-height: normal;
  }
}
.block__cta-teal--inner .content h1, .block__cta-teal--inner .content h2 {
  margin: 0;
}
.block__cta-teal--inner .content p {
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  margin: 0;
}
.block__cta-teal--inner .content .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media only screen and (max-width: 959px) {
  .block__cta-teal--inner .content .buttons {
    gap: 20px;
  }
}
.block__cta-teal--inner .image {
  flex-basis: 100%;
}
.block__cta-teal--inner .image img {
  aspect-ratio: 760/390;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.block__events-announce {
  background: var(--teal);
  padding: 15px 0;
}
.block__events-announce .container {
  align-items: center;
  display: flex;
  gap: 20px;
}
.block__events-announce .container .icon {
  background: #fff;
  height: 32px;
  width: 32px;
}
.block__events-announce .container {
  font-family: var(--font-family-alt);
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
}
@media only screen and (max-width: 959px) {
  .block__events-announce .container {
    font-size: 24px;
    line-height: normal;
  }
}
.block__events-announce .container {
  color: #fff;
}
@media only screen and (max-width: 959px) {
  .block__events-announce .container {
    font-size: 16px;
    line-height: normal;
  }
}

.block__posts {
  margin-bottom: var(--block-spacing);
}
.block__posts h2 {
  align-items: center;
  font-family: var(--font-family-alt);
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
}
@media only screen and (max-width: 959px) {
  .block__posts h2 {
    font-size: 30px;
    line-height: normal;
  }
}
.block__posts h2 {
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px;
}
.block__posts .card {
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
  color: var(--font-color);
  display: flex;
  flex-direction: column;
  position: relative;
  text-decoration: none;
  margin: 0 0 40px;
}
.block__posts .card--image {
  aspect-ratio: 320/210;
  background: var(--teal);
  border-radius: 5px 5px 0;
  position: relative;
}
.block__posts .card--image img {
  border-radius: 5px 5px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.block__posts .card--text {
  margin: 0 0 30px;
  padding: 30px 40px 0;
}
.block__posts .card--text h3 {
  font-family: var(--font-family-alt);
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
}
@media only screen and (max-width: 959px) {
  .block__posts .card--text h3 {
    font-size: 24px;
    line-height: normal;
  }
}
.block__posts .card--text h3 {
  margin: 0 0 10px;
}
.block__posts .card--text p {
  font-family: var(--font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
@media only screen and (max-width: 959px) {
  .block__posts .card--text p {
    font-size: 16px;
    line-height: normal;
  }
}
.block__posts .card--text p {
  margin: 0;
}
.block__posts .card--text .meta, .block__posts .card--text .location, .block__posts .card--text .text-red {
  font-size: 14px;
  line-height: 20px;
}
.block__posts .card .icon {
  background: #d9d9d9;
  bottom: 15px;
  height: 30px;
  left: 40px;
  width: 20px;
  position: absolute;
}
.block__posts .card--button {
  align-items: center;
  border-radius: 50px 0 0 0;
  background: var(--teal);
  display: inline-flex;
  justify-content: center;
  margin-left: auto;
  margin-top: auto;
  padding: 20px 40px 20px 50px;
  color: #FFF;
  font-family: Inter;
  font-size: var(--sds-typography-body-size-medium);
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 16px */
}

.block__image {
  margin-bottom: var(--block-spacing);
}
.block__image img {
  border-radius: 50px 0 50px 0;
}

.block__editor {
  margin-bottom: var(--block-spacing);
}
.block__editor .container > *:last-child {
  margin: 0;
}

.block__faqs {
  margin-bottom: var(--block-spacing);
}
.block__faqs--faqs-q {
  align-items: center;
  border-top: 2px solid var(--Brand-black);
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  padding: 20px 0;
}
.block__faqs--faqs-q .toggle-icon {
  background: var(--Brand-black);
  display: block;
  height: 4px;
  margin-left: auto;
  position: relative;
  width: 14px;
}
.block__faqs--faqs-q .toggle-icon::after {
  background: var(--Brand-black);
  content: "";
  display: block;
  height: 14px;
  left: 5px;
  position: absolute;
  top: -5px;
  width: 4px;
}
.block__faqs--faqs-a {
  background: #fff;
  display: none;
  padding: 40px;
}
.block__faqs--faqs-a .inner {
  margin: 0 auto;
  max-width: 940px;
}
.block__faqs--faqs .faq:last-child {
  border-bottom: none;
}
.block__faqs--faqs .faq.open .block__faqs--faqs-q .toggle-icon::after {
  display: none;
}
.block__faqs--faqs .faq.open .block__faqs--faqs-a {
  display: block;
}

.block__home-hero {
  align-items: center;
  background-image: url("../images/home-hero.svg");
  background-size: cover;
  display: flex;
  height: 670px;
  justify-content: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 959px) {
  .block__home-hero {
    height: auto;
    padding: 40px 0;
  }
}
.block__home-hero--content {
  margin: auto 0;
}
@media only screen and (max-width: 959px) {
  .block__home-hero--content {
    margin-bottom: 30px;
  }
}
.block__home-hero--content h1, .block__home-hero--content h2 {
  color: var(--Brand-Black, #171717);
  font-family: var(--font-family-alt);
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 72px;
  margin: 0 0 40px;
}
@media only screen and (max-width: 959px) {
  .block__home-hero--content h1, .block__home-hero--content h2 {
    font-size: 40px;
    line-height: normal;
    margin: 0 0 20px;
  }
}
.block__home-hero--content h1 strong, .block__home-hero--content h2 strong {
  color: var(--teal);
  font-weight: 600;
}
.block__home-hero--content p {
  font-family: var(--font-family-alt);
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
}
@media only screen and (max-width: 959px) {
  .block__home-hero--content p {
    font-size: 24px;
    line-height: normal;
  }
}
.block__home-hero--content p {
  margin: 0 0 40px;
}
@media only screen and (max-width: 959px) {
  .block__home-hero--content p {
    margin: 0 0 20px;
  }
}
.block__home-hero--content .global__share {
  justify-content: flex-end;
  margin: 30px 0 0 auto;
}
.block__home-hero--video {
  aspect-ratio: 16/10;
  border-radius: 20px;
  border: 10px solid #fff;
  background: #D9D9D9;
  box-shadow: 0 4px 10px 10px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}
.block__home-hero--video .video-embed,
.block__home-hero--video iframe,
.block__home-hero--video img {
  position: absolute;
  inset: 0;
  width: 110%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 100%;
}
.block__home-hero--video iframe {
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}
.block__home-hero--video img {
  -o-object-fit: cover;
  object-fit: cover;
}

.block__image-with-list {
  margin-bottom: var(--block-spacing);
}
@media only screen and (max-width: 959px) {
  .block__image-with-list--image {
    margin: 0 0 30px;
  }
}
.block__image-with-list--image img {
  border-radius: 50px 0;
  display: block;
  height: auto;
  width: 100%;
}
.block__image-with-list--content h2 {
  font-family: var(--font-family-alt);
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
}
@media only screen and (max-width: 959px) {
  .block__image-with-list--content h2 {
    font-size: 30px;
    line-height: normal;
  }
}
.block__image-with-list--content h2 {
  margin: 0 0 40px;
}
.block__image-with-list--content ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.block__image-with-list--content ul li {
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 959px) {
  .block__image-with-list--content ul li {
    gap: 20px;
  }
}
.block__image-with-list--content ul li .icon {
  background: var(--teal);
  flex: 0 0 54px;
  height: 54px;
  margin-top: 5px;
  width: 54px;
}
@media only screen and (max-width: 959px) {
  .block__image-with-list--content ul li .icon {
    height: 40px;
    width: 40px;
    flex: 0 0 40px;
  }
}
.block__image-with-list--content ul li h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  margin: 0;
}
.block__image-with-list--content ul li p {
  color: var(--Brand-Black, #171717);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.block__locations {
  margin-bottom: var(--block-spacing);
}
.block__locations .col-12 {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.block__locations h3 {
  font-family: var(--font-family-alt);
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
}
@media only screen and (max-width: 959px) {
  .block__locations h3 {
    font-size: 30px;
    line-height: normal;
  }
}
.block__locations h3 {
  margin: 0 0 30px;
}
.block__locations .image {
  border: 5px solid #FFF;
  background: url(<path-to-image>) lightgray 50%/cover no-repeat;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
  margin: 0 0 40px;
}

.block__mailing-list {
  margin-bottom: var(--block-spacing);
}
.block__mailing-list--inner {
  align-items: center;
  border-radius: 5px;
  background: var(--Brand-Black, #171717);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 120px 40px 80px;
  position: relative;
}
@media only screen and (max-width: 959px) {
  .block__mailing-list--inner {
    padding: 60px 20px 40px;
    text-align: center;
  }
}
.block__mailing-list--inner .image {
  aspect-ratio: 1/1;
  border-radius: 100%;
  border: 5px solid var(--grey-light);
  box-shadow: 0 5px 15px 0 rgba(146, 32, 253, 0.1);
  left: 50%;
  position: absolute;
  top: -100px;
  transform: translateX(-50%);
  width: 200px;
}
@media only screen and (max-width: 959px) {
  .block__mailing-list--inner .image {
    height: 100px;
    width: 100px;
    top: -50px;
  }
}
.block__mailing-list--inner .image img {
  border-radius: 100%;
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.block__mailing-list--inner h3 {
  font-family: var(--font-family-alt);
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
}
@media only screen and (max-width: 959px) {
  .block__mailing-list--inner h3 {
    font-size: 30px;
    line-height: normal;
  }
}
.block__mailing-list--inner h3 {
  margin: 0;
}
.block__mailing-list--inner p {
  font-family: var(--font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
@media only screen and (max-width: 959px) {
  .block__mailing-list--inner p {
    font-size: 16px;
    line-height: normal;
  }
}
.block__mailing-list--inner p {
  margin: 0;
}
.block__mailing-list--inner form {
  display: flex;
  gap: 40px;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
@media only screen and (max-width: 959px) {
  .block__mailing-list--inner form {
    gap: 20px;
  }
}
.block__mailing-list--inner form input {
  border-radius: 5px;
  background: #FFF;
  border: none;
  flex-basis: 440px;
  height: 40px;
  max-width: 440px;
  padding: 0 12px;
}
.block__mailing-list--inner form .button {
  white-space: nowrap;
}

.block__map {
  margin-bottom: var(--block-spacing);
}
.block__map--inner {
  background: #fff;
  border-radius: 50px 0;
  border: 2px solid #d9d9d9;
  padding: 80px;
}
.block__map--inner h2 {
  font-family: var(--font-family-alt);
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
}
@media only screen and (max-width: 959px) {
  .block__map--inner h2 {
    font-size: 30px;
    line-height: normal;
  }
}
.block__map--inner h2 {
  margin: 0 0 30px;
}
.block__map--inner p {
  margin: 0 0 30px;
}
.block__map--map {
  aspect-ratio: 960/380;
  position: relative;
}
.block__map--map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.block__page-top {
  background: url("../images/page-top-background.svg");
  background-size: cover;
  margin-bottom: var(--block-spacing);
  padding: 80px 0;
}
.block__page-top h1 {
  font-family: var(--font-family-alt);
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
}
@media only screen and (max-width: 959px) {
  .block__page-top h1 {
    font-size: 30px;
    line-height: normal;
  }
}
.block__page-top h1 {
  margin: 0;
  text-align: center;
}

.block__page-top-image {
  height: 410px;
  margin-bottom: var(--block-spacing);
  position: relative;
}
@media only screen and (max-width: 959px) {
  .block__page-top-image {
    height: auto;
    padding: 40px 0;
  }
}
.block__page-top-image .container {
  align-items: center;
  display: flex;
  height: 100%;
  position: relative;
  z-index: 3;
}
.block__page-top-image--content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 540px;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 959px) {
  .block__page-top-image--content {
    color: #fff;
    gap: 20px;
    text-shadow: 0 0 4px #000;
  }
}
.block__page-top-image--content p {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  margin: 0;
}
.block__page-top-image--content .buttons {
  display: flex;
  gap: 40px;
}
.block__page-top-image--image {
  height: 400px;
  position: absolute;
  right: 0;
  top: 0;
  width: 790px;
  z-index: 1;
}
@media only screen and (max-width: 959px) {
  .block__page-top-image--image {
    height: 100%;
    width: 100%;
  }
  .block__page-top-image--image::after {
    background: #000;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    z-index: 1;
  }
}
.block__page-top-image--image .image {
  border: 10px solid #fff;
  border-right: none;
  border-top: none;
  border-radius: 0 0 0 300px;
  filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.05));
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 959px) {
  .block__page-top-image--image .image {
    border-radius: 0;
    border: none;
  }
}
.block__page-top-image--image .logo {
  bottom: -10px;
  left: -10px;
  position: absolute;
}
@media only screen and (max-width: 959px) {
  .block__page-top-image--image .logo {
    display: none;
  }
}
.block__page-top-image--shape {
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: -500px;
  transform: translateX(-50%);
  z-index: -1;
}
.block__page-top-image--shape img {
  display: block;
  height: auto;
  width: 1333px;
}

.block__past-events {
  margin-bottom: calc(var(--block-spacing) - 40px);
}
.block__past-events--event {
  margin-bottom: 40px;
}
.block__past-events--event img {
  aspect-ratio: 320/290;
  border-radius: 50px 0 50px 0;
  margin: 0 0 15px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.block__past-events--event h3 {
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
}
@media only screen and (max-width: 959px) {
  .block__past-events--event h3 {
    font-size: 16px;
    line-height: normal;
  }
}
.block__past-events--event h3 {
  margin: 0;
  text-align: center;
}

.block__register {
  background: var(--teal);
  color: #fff;
  padding: 80px 0;
}
.block__register h1 {
  font-family: var(--font-family-alt);
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 72px;
}
@media only screen and (max-width: 959px) {
  .block__register h1 {
    font-size: 38px;
    line-height: normal;
  }
}
.block__register h1 {
  margin: 0 0 60px;
  text-align: center;
}
.block__register--notice,
.block__register .form-errors {
  border-radius: 18px;
  margin: 0 auto 30px;
  max-width: 860px;
  padding: 18px 24px;
  text-align: center;
}
.block__register--notice p,
.block__register .form-errors p {
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
}
@media only screen and (max-width: 959px) {
  .block__register--notice p,
  .block__register .form-errors p {
    font-size: 16px;
    line-height: normal;
  }
}
.block__register--notice p,
.block__register .form-errors p {
  margin: 0;
}
.block__register--notice a,
.block__register .form-errors a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
}
.block__register--notice {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
}
.block__register .form-errors {
  background: #fff3f0;
  border: 2px solid #f28c7d;
  color: #7a1f11;
}
.block__register .form-errors p + p {
  margin-top: 10px;
}
.block__register .form-errors--account-exists {
  background: #fff1cc;
  border-color: #f0b429;
  color: #53311a;
}
.block__register--form {
  border: 2px solid #fff;
  border-radius: 50px 0;
  margin: 0 auto 60px;
  max-width: 1160px;
  padding: 40px 100px;
}
@media only screen and (max-width: 959px) {
  .block__register--form {
    padding: 40px 20px;
  }
}
.block__register--form h2 {
  font-family: var(--font-family-alt);
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
}
@media only screen and (max-width: 959px) {
  .block__register--form h2 {
    font-size: 30px;
    line-height: normal;
  }
}
.block__register--form h2 {
  margin: 0 0 30px;
  text-align: center;
}
.block__register--form a {
  color: #fff;
}
.block__register--form .form {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
}
@media only screen and (max-width: 959px) {
  .block__register--form .form {
    gap: 20px;
  }
}
.block__register--form .form--required-note {
  flex: 0 0 100%;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  text-align: center;
}
.block__register--form .form--required-note span {
  color: #ffd4cc;
}
.block__register--form .form--content {
  flex: 0 0 100%;
}
.block__register--form .form--content h2 {
  margin: 0;
}
.block__register--form .form--content .form--info {
  background: #dff1ff;
  border: 1px solid #9dd2f6;
  border-radius: 14px;
  color: #154b73;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  margin: 12px auto 0;
  max-width: 560px;
  padding: 12px 16px;
  text-align: center;
}
.block__register--form .form--field {
  flex: 0 0 calc(50% - 40px);
}
@media only screen and (max-width: 959px) {
  .block__register--form .form--field {
    flex: 0 0 100%;
  }
}
.block__register--form .form--field.wide {
  flex: 0 0 100%;
}
.block__register--form .form--field.forgot {
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
}
@media only screen and (max-width: 959px) {
  .block__register--form .form--field.forgot {
    flex-direction: column;
    gap: 10px;
  }
}
.block__register--form .form--field img {
  display: block;
  height: auto;
  width: 160px;
  margin: 0 0 30px;
}
.block__register--form .form--field .textinput {
  border-radius: 5px;
  border: none;
  display: block;
  height: 40px;
  padding: 0 12px;
  width: 100%;
}
.block__register--form .form--field .textinput.is-invalid {
  border: 2px solid #f28c7d;
}
.block__register--form .form--field select {
  border-radius: 5px;
  border: none;
  display: block;
  height: 40px;
  padding: 0 12px;
  width: 100%;
}
.block__register--form .form--field select.is-invalid {
  border: 2px solid #f28c7d;
}
.block__register--form .form--field .form--error {
  color: #ffd4cc;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  margin: 8px 0 0;
}
.block__register--form .form--footer {
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.block__register--form .form--footer .form--note {
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14);
  display: flex;
  flex: 0 0 100%;
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
  max-width: 880px;
  padding: 20px 24px;
}
.block__register--form .form--footer .form--note::before {
  align-items: center;
  background: #fff;
  border-radius: 999px;
  color: var(--teal);
  content: "i";
  display: inline-flex;
  flex: 0 0 36px;
  font-family: var(--font-family-alt);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  height: 36px;
  justify-content: center;
  line-height: 1;
  margin-right: 16px;
  margin-top: 2px;
  width: 36px;
}
@media only screen and (max-width: 959px) {
  .block__register--form .form--footer .form--note {
    border-radius: 18px;
    font-size: 16px;
    padding: 16px 18px;
  }
  .block__register--form .form--footer .form--note::before {
    flex-basis: 30px;
    font-size: 18px;
    height: 30px;
    margin-right: 12px;
    width: 30px;
  }
}
.block__register--new {
  background: #fff;
  border-radius: 50px 0;
  color: var(--font-color);
  margin: 0 auto;
  max-width: 680px;
  padding: 60px 80px;
  text-align: center;
}
@media only screen and (max-width: 959px) {
  .block__register--new {
    padding: 40px 20px;
  }
}
.block__register--new h2 {
  font-family: var(--font-family-alt);
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
}
@media only screen and (max-width: 959px) {
  .block__register--new h2 {
    font-size: 30px;
    line-height: normal;
  }
}
.block__register--new p {
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
}

.block__remove-space {
  margin-bottom: -40px;
}

.block__search {
  padding: var(--block-spacing) 0;
  background: var(--white);
}
.block__search__results {
  display: flex;
  flex-direction: column;
  gap: 35px;
  margin-top: 40px;
}
.block__search__meta {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #6b7280;
  margin-bottom: 4px;
}
.block__search__title {
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 6px;
}
.block__search__title a {
  color: var(--teal);
  text-decoration: none;
}
.block__search__title a:hover {
  text-decoration: underline;
}
.block__search__pagination {
  margin-top: 60px;
  text-align: center;
}
.block__search__pagination .page-numbers {
  display: inline-block;
  margin: 0 6px;
  padding: 6px 10px;
  text-decoration: none;
  color: var(--blue);
  font-size: 14px;
}
.block__search__pagination .page-numbers.current {
  font-weight: 600;
  color: var(--black);
}
.block__search__pagination .page-numbers:hover {
  text-decoration: underline;
}
.block__search__empty {
  margin-top: 40px;
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
}
@media only screen and (max-width: 959px) {
  .block__search__empty {
    font-size: 16px;
    line-height: normal;
  }
}

.block__tabbed-content {
  margin-bottom: var(--block-spacing);
}
@media only screen and (max-width: 959px) {
  .block__tabbed-content {
    padding: 20px 0 0;
  }
}
.block__tabbed-content--tabs {
  display: flex;
  gap: 2px;
}
.block__tabbed-content--tabs button {
  all: unset;
  align-items: center;
  background: var(--teal);
  border-radius: 10px 10px 0 0;
  border: 3px solid var(--teal);
  border-bottom: none;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  justify-content: center;
  line-height: 100%;
  padding: 20px;
}
@media only screen and (max-width: 959px) {
  .block__tabbed-content--tabs button {
    font-size: 14px;
    padding: 12px;
  }
}
.block__tabbed-content--tabs button.active {
  background: #fff;
  color: var(--font-color);
}
.block__tabbed-content hr {
  background: var(--teal);
  border: none;
  display: block;
  height: 2px;
  margin: 0 0 40px;
  width: 100%;
}
.block__tabbed-content--content {
  display: none;
}
.block__tabbed-content--content img {
  display: block;
  border-radius: 50px 0;
  height: auto;
  width: 100%;
}
.block__tabbed-content--content p {
  font-family: var(--font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
@media only screen and (max-width: 959px) {
  .block__tabbed-content--content p {
    font-size: 16px;
    line-height: normal;
  }
}
.block__tabbed-content--content.active {
  display: block;
}
.block__tabbed-content--team {
  text-align: center;
}
.block__tabbed-content--team .image {
  margin: 0 0 16px;
}
.block__tabbed-content--team .image img {
  aspect-ratio: 320/290;
  border-radius: 50px 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.block__tabbed-content--team h3 {
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
}
@media only screen and (max-width: 959px) {
  .block__tabbed-content--team h3 {
    font-size: 16px;
    line-height: normal;
  }
}
.block__tabbed-content--team h3 {
  margin: 0 0 20px;
  text-align: center;
}
.block__tabbed-content--team p {
  font-family: var(--font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
@media only screen and (max-width: 959px) {
  .block__tabbed-content--team p {
    font-size: 16px;
    line-height: normal;
  }
}
.block__tabbed-content--team p {
  margin: 0;
}

.block__home-hero + .block__editor h2 {
  font-family: var(--font-family-alt);
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
}
@media only screen and (max-width: 959px) {
  .block__home-hero + .block__editor h2 {
    font-size: 30px;
    line-height: normal;
  }
}
.block__home-hero + .block__editor h2 {
  margin: 0 auto;
  max-width: 920px;
  text-align: center;
}

.woocommerce-notices-wrapper {
  margin-bottom: 30px;
  margin-top: 30px;
}
.woocommerce-notices-wrapper .woocommerce-message {
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
}
@media only screen and (max-width: 959px) {
  .woocommerce-notices-wrapper .woocommerce-message {
    font-size: 16px;
    line-height: normal;
  }
}
.woocommerce-notices-wrapper .woocommerce-message {
  background: var(--teal);
  color: var(--white);
  border: none;
  padding: 20px 25px 20px 55px;
  font-weight: 600;
  position: relative;
}
.woocommerce-notices-wrapper .woocommerce-message:before {
  color: var(--white);
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.woocommerce-notices-wrapper .woocommerce-message a {
  color: var(--white);
  font-weight: 700;
  text-decoration: underline;
}
.woocommerce-notices-wrapper .woocommerce-message .button {
  margin-left: 15px;
  padding: 8px 16px;
  background: var(--white);
  color: var(--teal);
  border: none;
  text-decoration: none;
}
.woocommerce-notices-wrapper .woocommerce-message .button:hover {
  background: rgba(255, 255, 255, 0.85);
}

.courses-banner {
  margin: 0 0 40px;
}
.courses-banner .container {
  background: var(--blue);
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 10px;
  padding: 18px 30px;
  text-align: center;
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  font-weight: 600;
}
.courses-banner .container .icon {
  background: #fff;
}

.block__embed {
  order: 3;
}

.single__post {
  padding: 70px 0;
}
.single__post--content h1 {
  font-family: var(--font-family-alt);
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 72px;
}
@media only screen and (max-width: 959px) {
  .single__post--content h1 {
    font-size: 38px;
    line-height: normal;
  }
}
.single__post--content h1 {
  margin: 0 0 20px;
}
.single__post--content .meta {
  align-items: center;
  display: flex;
  gap: 40px;
  margin: 0 0 60px;
}
.single__post--content .meta .cat {
  align-items: center;
  background: var(--teal, #0088A2);
  border-radius: 50px;
  color: #FFF;
  display: flex;
  height: 40px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
  padding: 0 10px;
}
.single__post--content .meta .date {
  font-family: var(--font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
@media only screen and (max-width: 959px) {
  .single__post--content .meta .date {
    font-size: 16px;
    line-height: normal;
  }
}
.single__post--content .meta .date {
  margin: 0;
}
.single__post--image {
  position: relative;
}
.single__post--image .image {
  aspect-ratio: 1/1;
  background: #000;
  border-radius: 50px 0;
}
.single__post--image .image img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50px 0;
  display: block;
  height: 100%;
  width: 100%;
}
.single__post--image .shape {
  pointer-events: none;
  position: absolute;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.single__post--image .shape img {
  display: block;
  height: auto;
  width: 1333px;
}

#tribe-events-pg-template {
  max-width: 100% !important;
  padding: 0 !important;
}

.single__event {
  padding-top: var(--block-spacing);
}
.single__event .tribe-events-notices {
  font-family: var(--font-family-alt);
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
}
@media only screen and (max-width: 959px) {
  .single__event .tribe-events-notices {
    font-size: 24px;
    line-height: normal;
  }
}
.single__event .tribe-events-notices {
  margin: 0 0 30px;
}
.single__event--buttons {
  align-items: center;
  display: flex;
  gap: 12px;
  margin: 0 0 40px;
}
.single__event--buttons .icon {
  background: #000;
  flex: 0 0 40px;
  height: 40px;
  width: 40px;
}
.single__event--buttons .button {
  margin-right: 20px;
}
.single__event--buttons .global__share {
  margin-left: auto;
}
.single__event--details--content h1 {
  font-family: var(--font-family-alt);
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 72px;
}
@media only screen and (max-width: 959px) {
  .single__event--details--content h1 {
    font-size: 38px;
    line-height: normal;
  }
}
.single__event--details--content h1 {
  margin: 0 0 30px;
}
.single__event--details--content p {
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  margin: 0 0 30px;
}
.single__event--details--content hr {
  background: var(--teal);
  border: none;
  display: block;
  height: 2px;
  margin: 0 0 30px;
  width: 100%;
}
.single__event--details--content p.event-meta {
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
}
.single__event--details--image {
  background: #aaa;
  border-radius: 50px 0;
  aspect-ratio: 480/430;
  position: relative;
}
.single__event--details--image img {
  border-radius: 50px 0;
  display: block;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.single__event--details--image-course {
  background: #aaa;
  border-radius: 50px 0;
  aspect-ratio: 480/430;
  position: relative;
}
.single__event--details--image-course img {
  border-radius: 50px 0;
  display: block;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.single__event--details .shape {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 20px;
  width: 100%;
  height: 100%;
}
.single__event--details .shape img {
  display: block;
  height: auto;
  position: absolute;
  right: -200px;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  width: 1200px;
}
.single__event--details .course-tutor {
  text-align: center;
}
.single__event--details .course-tutor h3 {
  font-family: var(--font-family-alt);
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
}
@media only screen and (max-width: 959px) {
  .single__event--details .course-tutor h3 {
    font-size: 24px;
    line-height: normal;
  }
}
.single__event--details .course-tutor h3 {
  margin: 0 0 20px;
}
.single__event--details .course-tutor .single__event--details--image-course {
  margin: 0 0 30px;
}
.single__event--details .course-tutor p {
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  text-align: center;
}
.single__event .tribe-events-meta-group {
  display: none;
}
.single__event .other-events {
  border-top: unset !important;
  order: 4 !important;
}
.single__event .type-tribe_events {
  border: none !important;
}
.single__event .tribe-tickets__tickets-wrapper {
  border: none !important;
  margin-top: 0 !important;
}
.single__event .tribe-tickets__tickets-wrapper .tribe-tickets__tickets-form {
  border: 2px solid #d9d9d9 !important;
  border-top: 2px solid #d9d9d9 !important;
  border-radius: 5px;
  max-width: 100% !important;
}
.single__event .tec-tickets-plus-waitlist-submit,
.single__event .tribe-common-c-btn {
  background: var(--teal) !important;
  border: none !important;
  color: #fff !important;
  align-items: center;
  border-radius: 10px !important;
  display: inline-flex;
  font-family: Inter !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 18px !important;
  gap: 10px !important;
  padding: 20px !important;
  justify-content: center !important;
  text-decoration: none !important;
}
@media only screen and (max-width: 959px) {
  .single__event .tec-tickets-plus-waitlist-submit,
  .single__event .tribe-common-c-btn {
    font-size: 14px !important;
    padding: 12px !important;
  }
}
.single__event .single__event--waitlist-notice {
  background: #f3fbf9;
  border: 1px solid rgba(17, 110, 95, 0.2);
  border-left: 6px solid var(--teal);
  border-radius: 5px;
  margin: 0 0 24px;
  padding: 18px 20px;
}
.single__event .single__event--waitlist-notice p {
  font-family: var(--font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
@media only screen and (max-width: 959px) {
  .single__event .single__event--waitlist-notice p {
    font-size: 16px;
    line-height: normal;
  }
}
.single__event .single__event--waitlist-notice p {
  margin: 0;
}
.single__event .single__event--waitlist-notice.single__event--waitlist-notice-info {
  background: #f7f8fb;
  border-left-color: #8c97a8;
}
.single__event .single__event--waitlist-notice.single__event--waitlist-notice-error {
  background: #fff5f3;
  border-left-color: #d63638;
}
.single__event .single__event--waitlist {
  background: #f7f8fb;
  border: 2px solid #d9d9d9;
  border-radius: 5px;
  margin: 24px 0 32px;
  padding: 24px;
}
@media only screen and (max-width: 959px) {
  .single__event .single__event--waitlist {
    padding: 20px 16px;
  }
}
.single__event .single__event--waitlist p {
  font-family: var(--font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
@media only screen and (max-width: 959px) {
  .single__event .single__event--waitlist p {
    font-size: 16px;
    line-height: normal;
  }
}
.single__event .single__event--waitlist p {
  margin: 0 0 18px;
}
.single__event .single__event--waitlist-title {
  font-family: var(--font-family-alt);
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
}
@media only screen and (max-width: 959px) {
  .single__event .single__event--waitlist-title {
    font-size: 24px;
    line-height: normal;
  }
}
.single__event .single__event--waitlist-title {
  margin: 0 0 12px;
}
.single__event .single__event--waitlist-fields {
  display: grid;
  gap: 16px;
}
.single__event .single__event--waitlist-field label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 8px;
}
.single__event .single__event--waitlist-field .textinput {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  display: block;
  height: 48px;
  padding: 0 14px;
  width: 100%;
}
.single__event .single__event--waitlist-field .textinput:focus {
  border-color: var(--teal);
  outline: none;
}
.single__event .single__event--waitlist-actions {
  padding-top: 4px;
}
.single__event .single__event--waitlist-honeypot {
  display: none;
}

.woocommerce-page .wp-block-woocommerce-cart {
  padding: 40px 0;
}
.woocommerce-page .wp-block-woocommerce-cart h2::before {
  display: none;
}
.woocommerce-page .wp-block-woocommerce-cart hr {
  display: none;
}
.woocommerce-page .wp-block-woocommerce-cart hr + h2 {
  display: none;
}
.woocommerce-page .wp-block-woocommerce-cart .wp-block-product-new {
  display: none;
}
.woocommerce-page .wp-block-woocommerce-checkout {
  width: var(--container-width);
  margin: 0 auto;
  padding: 40px var(--container-padding);
  max-width: 100%;
}
.woocommerce-page .wp-block-woocommerce-checkout .wc-block-checkout__actions_row {
  display: none !important;
}
.woocommerce-page .woocommerce-order {
  width: var(--container-width);
  max-width: 100%;
  margin: 0 auto;
  padding: 50px var(--container-padding) 70px;
}
@media only screen and (max-width: 959px) {
  .woocommerce-page .woocommerce-order {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.woocommerce-page .woocommerce-order p {
  font-family: var(--font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
@media only screen and (max-width: 959px) {
  .woocommerce-page .woocommerce-order p {
    font-size: 16px;
    line-height: normal;
  }
}
.woocommerce-page .woocommerce-order p {
  margin: 0 0 24px;
}
.woocommerce-page .woocommerce-order h2 {
  font-family: var(--font-family-alt);
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
}
@media only screen and (max-width: 959px) {
  .woocommerce-page .woocommerce-order h2 {
    font-size: 24px;
    line-height: normal;
  }
}
.woocommerce-page .woocommerce-order h2 {
  margin: 40px 0 20px;
  padding-top: 24px;
  border-top: 1px solid #e5e5e5;
}
.woocommerce-page .woocommerce-order ul.woocommerce-order-overview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  list-style: none;
  margin: 0 0 32px;
  padding: 24px;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  background: #fff;
}
@media only screen and (max-width: 959px) {
  .woocommerce-page .woocommerce-order ul.woocommerce-order-overview {
    grid-template-columns: 1fr 1fr;
    padding: 18px;
  }
}
.woocommerce-page .woocommerce-order ul.woocommerce-order-overview li {
  font-family: var(--font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
@media only screen and (max-width: 959px) {
  .woocommerce-page .woocommerce-order ul.woocommerce-order-overview li {
    font-size: 16px;
    line-height: normal;
  }
}
.woocommerce-page .woocommerce-order ul.woocommerce-order-overview li {
  margin: 0;
  padding: 0;
  border: 0;
  text-transform: uppercase;
  color: #666;
}
.woocommerce-page .woocommerce-order ul.woocommerce-order-overview li strong {
  display: block;
  margin-top: 6px;
  color: #000;
  font-size: 18px;
  line-height: 1.4;
  text-transform: none;
}
.woocommerce-page .woocommerce-order .woocommerce-thankyou-order-details {
  margin-bottom: 32px;
}
.woocommerce-page .woocommerce-order table.shop_table {
  width: 100%;
  margin: 0 0 32px;
  border-collapse: collapse;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  overflow: hidden;
}
.woocommerce-page .woocommerce-order table.shop_table th,
.woocommerce-page .woocommerce-order table.shop_table td {
  font-family: var(--font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
@media only screen and (max-width: 959px) {
  .woocommerce-page .woocommerce-order table.shop_table th,
  .woocommerce-page .woocommerce-order table.shop_table td {
    font-size: 16px;
    line-height: normal;
  }
}
.woocommerce-page .woocommerce-order table.shop_table th,
.woocommerce-page .woocommerce-order table.shop_table td {
  padding: 16px 20px;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
  vertical-align: top;
}
.woocommerce-page .woocommerce-order table.shop_table th {
  font-weight: 700;
  background: #f8f8f8;
}
.woocommerce-page .woocommerce-order table.shop_table tr:last-child th,
.woocommerce-page .woocommerce-order table.shop_table tr:last-child td {
  border-bottom: 0;
}
.woocommerce-page .woocommerce-order address {
  font-family: var(--font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
@media only screen and (max-width: 959px) {
  .woocommerce-page .woocommerce-order address {
    font-size: 16px;
    line-height: normal;
  }
}
.woocommerce-page .woocommerce-order address {
  font-style: normal;
  margin: 0;
  padding: 24px;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  background: #fff;
}
.woocommerce-page .wc-block-components-button,
.woocommerce-page .woocommerce-Button {
  align-items: center !important;
  border-radius: 10px !important;
  display: inline-flex !important;
  color: #000 !important;
  font-family: Inter !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 18px !important;
  gap: 10px !important;
  padding: 20px !important;
  justify-content: center !important;
  text-decoration: none !important;
}
@media only screen and (max-width: 959px) {
  .woocommerce-page .wc-block-components-button,
  .woocommerce-page .woocommerce-Button {
    font-size: 16px !important;
    padding: 12px !important;
  }
}
.woocommerce-page .wc-block-components-button,
.woocommerce-page .woocommerce-Button {
  background: var(--teal) !important;
  border: 2px solid var(--teal) !important;
  color: #fff !important;
}
.woocommerce-page .wc-block-components-button:hover,
.woocommerce-page .woocommerce-Button:hover {
  color: #fff !important;
}

.woocommerce-account .woocommerce {
  width: var(--container-width);
  max-width: 100%;
  margin: 0 auto;
  padding: 70px var(--container-padding);
  display: flex;
  gap: 60px;
}
@media only screen and (max-width: 959px) {
  .woocommerce-account .woocommerce {
    flex-direction: column;
    gap: 40px;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  flex: 0 0 260px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.woocommerce-account .woocommerce-MyAccount-navigation a {
  font-family: var(--font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
@media only screen and (max-width: 959px) {
  .woocommerce-account .woocommerce-MyAccount-navigation a {
    font-size: 16px;
    line-height: normal;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 14px 18px;
  border-radius: 12px;
  text-decoration: none;
  color: #000;
  background: #f6f6f6;
  transition: 0.2s ease;
}
.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
  background: #eaeaea;
}
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
  background: var(--teal);
  color: #fff;
  font-weight: 600;
}
.woocommerce-account .woocommerce-Addresses.col2-set {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin: 30px 0 0;
}
.woocommerce-account .woocommerce-Address {
  flex: 1 1 400px; /* two columns, stack on small */
  max-width: 100%;
  background: #fff;
  padding: 30px;
  border-radius: 20px 0;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}
.woocommerce-account .woocommerce-Address-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 15px;
}
.woocommerce-account .woocommerce-Address-title h2 {
  margin: 0;
  font-family: var(--font-family-alt);
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
}
@media only screen and (max-width: 959px) {
  .woocommerce-account .woocommerce-Address-title h2 {
    font-size: 24px;
    line-height: normal;
  }
}
.woocommerce-account .woocommerce-Address-title .edit {
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
  color: var(--teal);
}
.woocommerce-account .woocommerce-Address-title .edit:hover {
  text-decoration: underline;
}
.woocommerce-account .woocommerce-Address address {
  font-style: normal;
  font-family: var(--font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
@media only screen and (max-width: 959px) {
  .woocommerce-account .woocommerce-Address address {
    font-size: 16px;
    line-height: normal;
  }
}
.woocommerce-account .woocommerce-Address address {
  margin: 0;
}

.woocommerce-account.woocommerce-account-auth .woocommerce {
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
  display: block;
}
.woocommerce-account.woocommerce-account-auth .woocommerce-MyAccount-content {
  width: 100%;
}

/* Hide all recurrence / series links */
.tribe-tickets__ticket-type-title__link {
  display: none !important;
}

.course-dates h4 {
  font-family: var(--font-family-alt);
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
}
@media only screen and (max-width: 959px) {
  .course-dates h4 {
    font-size: 24px;
    line-height: normal;
  }
}
.course-dates ul {
  margin: 0 0 30px;
  padding: 0 0 0 20px;
}
.course-dates ul li {
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
}

.tribe-tickets__tickets-item-quantity-add,
.tribe-tickets__tickets-item-quantity-remove {
  color: #000 !important;
  opacity: 1 !important;
  font-size: 32px !important;
  outline: none !important;
}

@media only screen and (max-width: 959px) {
  .wp-block-woocommerce-cart .wc-block-cart__main .wc-block-cart-items tbody {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .wp-block-woocommerce-cart .wc-block-cart__main .wc-block-cart-items__row {
    background-color: #e9e9e9;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    display: flex !important;
    gap: 20px;
    padding: 12px !important;
  }
  .wp-block-woocommerce-cart .wc-block-cart__main .wc-block-cart-item__remove-link {
    color: red !important;
  }
  .wp-block-woocommerce-cart .wc-block-cart__main .wc-block-cart-item__total .price span::before {
    content: "Total: ";
  }
}
.tribe-tickets__ticket-type-title {
  display: none !important;
}

.tribe-tickets__tickets-footer-membership-note {
  margin-left: 20px !important;
  color: red !important;
}

.tribe-events-series-relationship-single-marker {
  display: none !important;
}

.wc-block-cart-item__image,
.wc-block-components-quantity-selector {
  display: none !important;
}

.wc-block-cart-item__product {
  width: 100%;
}

.site-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.site-wrap .footer {
  margin-top: auto;
}

.wc-block-components-order-summary-item {
  align-items: center;
}

.wc-block-components-order-summary-item__image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px !important;
  width: auto !important;
}

.wc-block-components-order-summary-item__image img {
  display: none !important;
}

.wc-block-components-order-summary-item__quantity {
  position: relative !important;
}

.woocommerce-order .tec-tickets__attendees-list-wrapper {
  display: none !important;
}