.resource-card, .rl-card, .rl-blog-small-card, .rl-brochure-card, .rl-presentation-row, .upcoming-webinar-link {
  text-decoration: none;
  color: inherit;
}
.resource-card:hover, .rl-card:hover, .rl-blog-small-card:hover, .rl-brochure-card:hover, .rl-presentation-row:hover, .upcoming-webinar-link:hover {
  color: inherit;
  text-decoration: none;
}

:root {
  --meadow: #6CC04A;
  --meadow-400: #6CC04A;
  --meadow-300: #D3EDC9;
  --meadow-200: #ECF7E8;
  --meadow-100: #F6FCF4;
  --green-text: #068348;
  --grass: #009A51;
  --grass-600: #068348;
  --grass-500: #009A51;
  --grass-300: #C7E9D9;
  --grass-200: #E6F5EE;
  --grass-100: #F5FBF8;
  --deep-forest: #006631;
  --freshwater: #1B75B0;
  --freshwater-600: #1B75B0;
  --freshwater-300: #CDE1EE;
  --freshwater-200: #E9F2F8;
  --freshwater-100: #F6FAFC;
  --deep-sea: #0E4C89;
  --graphite: #4A5962;
  --slate: #435363;
  --slate-800: #303B46;
  --slate-700: #435363;
  --slate-600: #67737E;
  --slate-500: #87919C;
  --slate-400: #A7B0B9;
  --slate-300: #C8CED4;
  --slate-200: #EBEDEF;
  --slate-100: #F7F7F8;
  --midnight: #23232F;
  --white: #FFFFFF;
  --font-sans: Montserrat, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif;
  --header-height: 3.75rem;
  --bs-gutter-x: 1.5rem;
}
@media (min-width: 992px) {
  :root {
    --header-height: 8.25rem;
  }
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 450;
  line-height: 1.6;
  color: var(--slate-800);
  background-color: var(--slate-100);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

body.legacy-page {
  background-color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

h3 {
  font-weight: 650;
}

a {
  color: var(--freshwater);
  text-decoration: none;
}
a:hover {
  color: var(--deep-sea);
}

p a {
  font-weight: 550;
}

img, svg {
  max-width: 100%;
  height: auto;
}

img {
  display: inline-block;
}

button {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

input, textarea, select {
  font: inherit;
}

hr {
  box-sizing: content-box;
  border: none;
  height: 1px;
  background-color: var(--slate);
  margin: 0;
}

.container {
  width: 100%;
  padding-right: calc(1.5rem / 2);
  padding-left: calc(1.5rem / 2);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1320px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(1.5rem / -2);
  margin-left: calc(1.5rem / -2);
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(1.5rem / 2);
  padding-left: calc(1.5rem / 2);
}

.row-15 {
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.row-15 > * {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.col {
  flex: 1 0 0%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 480px) {
  .col-xs {
    flex: 1 0 0%;
  }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xs-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xs-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xs-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xs-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xs-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xs-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xs-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xs-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-grid {
  display: grid !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column {
  flex-direction: column !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;
}

.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-stretch {
  align-items: stretch !important;
}

.align-items-baseline {
  align-items: baseline !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-stretch {
  align-self: stretch !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

@media (min-width: 480px) {
  .d-xs-none {
    display: none !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-flex {
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
  .d-xs-grid {
    display: grid !important;
  }
  .flex-xs-row {
    flex-direction: row !important;
  }
  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xs-column {
    flex-direction: column !important;
  }
  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xs-start {
    justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    justify-content: center !important;
  }
  .justify-content-xs-between {
    justify-content: space-between !important;
  }
  .justify-content-xs-around {
    justify-content: space-around !important;
  }
  .align-items-xs-start {
    align-items: flex-start !important;
  }
  .align-items-xs-end {
    align-items: flex-end !important;
  }
  .align-items-xs-center {
    align-items: center !important;
  }
  .align-items-xs-stretch {
    align-items: stretch !important;
  }
  .align-items-xs-baseline {
    align-items: baseline !important;
  }
  .align-self-xs-start {
    align-self: flex-start !important;
  }
  .align-self-xs-end {
    align-self: flex-end !important;
  }
  .align-self-xs-center {
    align-self: center !important;
  }
  .align-self-xs-stretch {
    align-self: stretch !important;
  }
  .align-self-xs-baseline {
    align-self: baseline !important;
  }
  .text-xs-left {
    text-align: left !important;
  }
  .text-xs-center {
    text-align: center !important;
  }
  .text-xs-right {
    text-align: right !important;
  }
  .order-xs-0 {
    order: 0 !important;
  }
  .order-xs-1 {
    order: 1 !important;
  }
  .order-xs-2 {
    order: 2 !important;
  }
  .order-xs-3 {
    order: 3 !important;
  }
  .order-xs-4 {
    order: 4 !important;
  }
  .order-xs-5 {
    order: 5 !important;
  }
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column {
    flex-direction: column !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;
  }
  .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-stretch {
    align-items: stretch !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !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-stretch {
    align-self: stretch !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column {
    flex-direction: column !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;
  }
  .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-stretch {
    align-items: stretch !important;
  }
  .align-items-md-baseline {
    align-items: baseline !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-stretch {
    align-self: stretch !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column {
    flex-direction: column !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;
  }
  .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-stretch {
    align-items: stretch !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !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-stretch {
    align-self: stretch !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column {
    flex-direction: column !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;
  }
  .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-stretch {
    align-items: stretch !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !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-stretch {
    align-self: stretch !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
}
@media (min-width: 1600px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
}
.m-0 {
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}

.m-1 {
  margin-top: 0.25rem !important;
  margin-right: 0.25rem !important;
  margin-bottom: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.m-2 {
  margin-top: 0.5rem !important;
  margin-right: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.m-3 {
  margin-top: 1rem !important;
  margin-right: 1rem !important;
  margin-bottom: 1rem !important;
  margin-left: 1rem !important;
}

.m-4 {
  margin-top: 1.5rem !important;
  margin-right: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.m-5 {
  margin-top: 3rem !important;
  margin-right: 3rem !important;
  margin-bottom: 3rem !important;
  margin-left: 3rem !important;
}

.m-auto {
  margin-top: auto !important;
  margin-right: auto !important;
  margin-bottom: auto !important;
  margin-left: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.p-0 {
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}

.p-1 {
  padding-top: 0.25rem !important;
  padding-right: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.p-2 {
  padding-top: 0.5rem !important;
  padding-right: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.p-3 {
  padding-top: 1rem !important;
  padding-right: 1rem !important;
  padding-bottom: 1rem !important;
  padding-left: 1rem !important;
}

.p-4 {
  padding-top: 1.5rem !important;
  padding-right: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.p-5 {
  padding-top: 3rem !important;
  padding-right: 3rem !important;
  padding-bottom: 3rem !important;
  padding-left: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

@media (min-width: 480px) {
  .m-xs-0 {
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
  }
  .m-xs-1 {
    margin-top: 0.25rem !important;
    margin-right: 0.25rem !important;
    margin-bottom: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .m-xs-2 {
    margin-top: 0.5rem !important;
    margin-right: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .m-xs-3 {
    margin-top: 1rem !important;
    margin-right: 1rem !important;
    margin-bottom: 1rem !important;
    margin-left: 1rem !important;
  }
  .m-xs-4 {
    margin-top: 1.5rem !important;
    margin-right: 1.5rem !important;
    margin-bottom: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .m-xs-5 {
    margin-top: 3rem !important;
    margin-right: 3rem !important;
    margin-bottom: 3rem !important;
    margin-left: 3rem !important;
  }
  .m-xs-auto {
    margin-top: auto !important;
    margin-right: auto !important;
    margin-bottom: auto !important;
    margin-left: auto !important;
  }
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mt-xs-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xs-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xs-3 {
    margin-top: 1rem !important;
  }
  .mt-xs-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xs-5 {
    margin-top: 3rem !important;
  }
  .mt-xs-auto {
    margin-top: auto !important;
  }
  .mr-xs-0 {
    margin-right: 0 !important;
  }
  .mr-xs-1 {
    margin-right: 0.25rem !important;
  }
  .mr-xs-2 {
    margin-right: 0.5rem !important;
  }
  .mr-xs-3 {
    margin-right: 1rem !important;
  }
  .mr-xs-4 {
    margin-right: 1.5rem !important;
  }
  .mr-xs-5 {
    margin-right: 3rem !important;
  }
  .mr-xs-auto {
    margin-right: auto !important;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xs-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xs-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xs-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xs-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xs-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xs-auto {
    margin-bottom: auto !important;
  }
  .ml-xs-0 {
    margin-left: 0 !important;
  }
  .ml-xs-1 {
    margin-left: 0.25rem !important;
  }
  .ml-xs-2 {
    margin-left: 0.5rem !important;
  }
  .ml-xs-3 {
    margin-left: 1rem !important;
  }
  .ml-xs-4 {
    margin-left: 1.5rem !important;
  }
  .ml-xs-5 {
    margin-left: 3rem !important;
  }
  .ml-xs-auto {
    margin-left: auto !important;
  }
  .mx-xs-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-xs-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-xs-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-xs-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-xs-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-xs-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-xs-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xs-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xs-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xs-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xs-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xs-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xs-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-xs-0 {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .p-xs-1 {
    padding-top: 0.25rem !important;
    padding-right: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .p-xs-2 {
    padding-top: 0.5rem !important;
    padding-right: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .p-xs-3 {
    padding-top: 1rem !important;
    padding-right: 1rem !important;
    padding-bottom: 1rem !important;
    padding-left: 1rem !important;
  }
  .p-xs-4 {
    padding-top: 1.5rem !important;
    padding-right: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .p-xs-5 {
    padding-top: 3rem !important;
    padding-right: 3rem !important;
    padding-bottom: 3rem !important;
    padding-left: 3rem !important;
  }
  .pt-xs-0 {
    padding-top: 0 !important;
  }
  .pt-xs-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xs-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xs-3 {
    padding-top: 1rem !important;
  }
  .pt-xs-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xs-5 {
    padding-top: 3rem !important;
  }
  .pr-xs-0 {
    padding-right: 0 !important;
  }
  .pr-xs-1 {
    padding-right: 0.25rem !important;
  }
  .pr-xs-2 {
    padding-right: 0.5rem !important;
  }
  .pr-xs-3 {
    padding-right: 1rem !important;
  }
  .pr-xs-4 {
    padding-right: 1.5rem !important;
  }
  .pr-xs-5 {
    padding-right: 3rem !important;
  }
  .pb-xs-0 {
    padding-bottom: 0 !important;
  }
  .pb-xs-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xs-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xs-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xs-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xs-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xs-0 {
    padding-left: 0 !important;
  }
  .pl-xs-1 {
    padding-left: 0.25rem !important;
  }
  .pl-xs-2 {
    padding-left: 0.5rem !important;
  }
  .pl-xs-3 {
    padding-left: 1rem !important;
  }
  .pl-xs-4 {
    padding-left: 1.5rem !important;
  }
  .pl-xs-5 {
    padding-left: 3rem !important;
  }
  .px-xs-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xs-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-xs-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-xs-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-xs-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-xs-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-xs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xs-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xs-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xs-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xs-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xs-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin-top: 0.25rem !important;
    margin-right: 0.25rem !important;
    margin-bottom: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin-top: 0.5rem !important;
    margin-right: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin-top: 1rem !important;
    margin-right: 1rem !important;
    margin-bottom: 1rem !important;
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin-top: 1.5rem !important;
    margin-right: 1.5rem !important;
    margin-bottom: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin-top: 3rem !important;
    margin-right: 3rem !important;
    margin-bottom: 3rem !important;
    margin-left: 3rem !important;
  }
  .m-sm-auto {
    margin-top: auto !important;
    margin-right: auto !important;
    margin-bottom: auto !important;
    margin-left: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mr-sm-5 {
    margin-right: 3rem !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ml-sm-5 {
    margin-left: 3rem !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-sm-0 {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding-top: 0.25rem !important;
    padding-right: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding-top: 0.5rem !important;
    padding-right: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding-top: 1rem !important;
    padding-right: 1rem !important;
    padding-bottom: 1rem !important;
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding-top: 1.5rem !important;
    padding-right: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding-top: 3rem !important;
    padding-right: 3rem !important;
    padding-bottom: 3rem !important;
    padding-left: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pr-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .pl-sm-3 {
    padding-left: 1rem !important;
  }
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  .pl-sm-5 {
    padding-left: 3rem !important;
  }
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-sm-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin-top: 0.25rem !important;
    margin-right: 0.25rem !important;
    margin-bottom: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin-top: 0.5rem !important;
    margin-right: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin-top: 1rem !important;
    margin-right: 1rem !important;
    margin-bottom: 1rem !important;
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin-top: 1.5rem !important;
    margin-right: 1.5rem !important;
    margin-bottom: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin-top: 3rem !important;
    margin-right: 3rem !important;
    margin-bottom: 3rem !important;
    margin-left: 3rem !important;
  }
  .m-md-auto {
    margin-top: auto !important;
    margin-right: auto !important;
    margin-bottom: auto !important;
    margin-left: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
  .mr-md-5 {
    margin-right: 3rem !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .ml-md-5 {
    margin-left: 3rem !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-md-0 {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding-top: 0.25rem !important;
    padding-right: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding-top: 0.5rem !important;
    padding-right: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding-top: 1rem !important;
    padding-right: 1rem !important;
    padding-bottom: 1rem !important;
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding-top: 1.5rem !important;
    padding-right: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding-top: 3rem !important;
    padding-right: 3rem !important;
    padding-bottom: 3rem !important;
    padding-left: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  .pr-md-3 {
    padding-right: 1rem !important;
  }
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  .pr-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  .pl-md-3 {
    padding-left: 1rem !important;
  }
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }
  .pl-md-5 {
    padding-left: 3rem !important;
  }
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin-top: 0.25rem !important;
    margin-right: 0.25rem !important;
    margin-bottom: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin-top: 0.5rem !important;
    margin-right: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin-top: 1rem !important;
    margin-right: 1rem !important;
    margin-bottom: 1rem !important;
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin-top: 1.5rem !important;
    margin-right: 1.5rem !important;
    margin-bottom: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin-top: 3rem !important;
    margin-right: 3rem !important;
    margin-bottom: 3rem !important;
    margin-left: 3rem !important;
  }
  .m-lg-auto {
    margin-top: auto !important;
    margin-right: auto !important;
    margin-bottom: auto !important;
    margin-left: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mr-lg-5 {
    margin-right: 3rem !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ml-lg-5 {
    margin-left: 3rem !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-lg-0 {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding-top: 0.25rem !important;
    padding-right: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding-top: 0.5rem !important;
    padding-right: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding-top: 1rem !important;
    padding-right: 1rem !important;
    padding-bottom: 1rem !important;
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding-top: 1.5rem !important;
    padding-right: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding-top: 3rem !important;
    padding-right: 3rem !important;
    padding-bottom: 3rem !important;
    padding-left: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pr-lg-3 {
    padding-right: 1rem !important;
  }
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pr-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  .pl-lg-5 {
    padding-left: 3rem !important;
  }
  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin-top: 0.25rem !important;
    margin-right: 0.25rem !important;
    margin-bottom: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin-top: 0.5rem !important;
    margin-right: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin-top: 1rem !important;
    margin-right: 1rem !important;
    margin-bottom: 1rem !important;
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin-top: 1.5rem !important;
    margin-right: 1.5rem !important;
    margin-bottom: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin-top: 3rem !important;
    margin-right: 3rem !important;
    margin-bottom: 3rem !important;
    margin-left: 3rem !important;
  }
  .m-xl-auto {
    margin-top: auto !important;
    margin-right: auto !important;
    margin-bottom: auto !important;
    margin-left: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mr-xl-3 {
    margin-right: 1rem !important;
  }
  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mr-xl-5 {
    margin-right: 3rem !important;
  }
  .mr-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ml-xl-3 {
    margin-left: 1rem !important;
  }
  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ml-xl-5 {
    margin-left: 3rem !important;
  }
  .ml-xl-auto {
    margin-left: auto !important;
  }
  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-xl-0 {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding-top: 0.25rem !important;
    padding-right: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding-top: 0.5rem !important;
    padding-right: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding-top: 1rem !important;
    padding-right: 1rem !important;
    padding-bottom: 1rem !important;
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding-top: 1.5rem !important;
    padding-right: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding-top: 3rem !important;
    padding-right: 3rem !important;
    padding-bottom: 3rem !important;
    padding-left: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pr-xl-3 {
    padding-right: 1rem !important;
  }
  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pr-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }
  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }
  .pl-xl-3 {
    padding-left: 1rem !important;
  }
  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }
  .pl-xl-5 {
    padding-left: 3rem !important;
  }
  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 1600px) {
  .m-xxl-0 {
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin-top: 0.25rem !important;
    margin-right: 0.25rem !important;
    margin-bottom: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin-top: 0.5rem !important;
    margin-right: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin-top: 1rem !important;
    margin-right: 1rem !important;
    margin-bottom: 1rem !important;
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin-top: 1.5rem !important;
    margin-right: 1.5rem !important;
    margin-bottom: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin-top: 3rem !important;
    margin-right: 3rem !important;
    margin-bottom: 3rem !important;
    margin-left: 3rem !important;
  }
  .m-xxl-auto {
    margin-top: auto !important;
    margin-right: auto !important;
    margin-bottom: auto !important;
    margin-left: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-0 {
    margin-right: 0 !important;
  }
  .mr-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mr-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mr-xxl-3 {
    margin-right: 1rem !important;
  }
  .mr-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mr-xxl-5 {
    margin-right: 3rem !important;
  }
  .mr-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-0 {
    margin-left: 0 !important;
  }
  .ml-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ml-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ml-xxl-3 {
    margin-left: 1rem !important;
  }
  .ml-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ml-xxl-5 {
    margin-left: 3rem !important;
  }
  .ml-xxl-auto {
    margin-left: auto !important;
  }
  .mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-xxl-0 {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding-top: 0.25rem !important;
    padding-right: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding-top: 0.5rem !important;
    padding-right: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding-top: 1rem !important;
    padding-right: 1rem !important;
    padding-bottom: 1rem !important;
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding-top: 1.5rem !important;
    padding-right: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding-top: 3rem !important;
    padding-right: 3rem !important;
    padding-bottom: 3rem !important;
    padding-left: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-0 {
    padding-right: 0 !important;
  }
  .pr-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pr-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pr-xxl-3 {
    padding-right: 1rem !important;
  }
  .pr-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pr-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-0 {
    padding-left: 0 !important;
  }
  .pl-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .pl-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .pl-xxl-3 {
    padding-left: 1rem !important;
  }
  .pl-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .pl-xxl-5 {
    padding-left: 3rem !important;
  }
  .px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xxl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-xxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !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;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.section {
  padding: 4rem 0;
}

.block-section {
  padding: 2.5rem 0;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

@media (min-width: 480px) {
  .gap-xs-0 {
    gap: 0 !important;
  }
  .gap-xs-1 {
    gap: 0.25rem !important;
  }
  .gap-xs-2 {
    gap: 0.5rem !important;
  }
  .gap-xs-3 {
    gap: 1rem !important;
  }
  .gap-xs-4 {
    gap: 1.5rem !important;
  }
  .gap-xs-5 {
    gap: 3rem !important;
  }
}
@media (min-width: 576px) {
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
}
@media (min-width: 768px) {
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
}
@media (min-width: 992px) {
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
}
@media (min-width: 1600px) {
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
}
.bg-white {
  background-color: #fff;
}

.bg-transparent {
  background-color: transparent;
}

.bg-slate-100 {
  background-color: var(--slate-100);
}

.bg-freshwater-100 {
  background-color: var(--freshwater-100);
}

.bg-green {
  background-color: var(--green-text);
  color: #fff;
}

.bg-freshwater {
  background-color: var(--freshwater);
  color: #fff;
}

.bg-slate {
  background-color: var(--slate);
  color: #fff;
}

.bg-midnight {
  background-color: var(--midnight);
  color: #fff;
}

.bg-secondary {
  background-color: var(--freshwater);
  color: #fff;
}

.green-text {
  color: var(--green-text) !important;
}

a.green-text:hover {
  color: var(--deep-forest) !important;
}

.freshwater {
  color: var(--freshwater) !important;
}

a.freshwater:hover {
  color: var(--deep-sea) !important;
}

.slate {
  color: var(--slate) !important;
}

.midnight {
  color: var(--midnight) !important;
}

.arrow-icon {
  display: inline-block;
  flex-shrink: 0;
  width: 29px;
  height: 27px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 27' fill='none'%3E%3Cpath opacity='0.5' d='M14.1177 14.6131L3.52942 20.7262L3.52942 8.5L14.1177 14.6131Z' fill='black'/%3E%3Cpath opacity='0.5' d='M28.2353 14.6131L17.6471 20.7262L17.6471 8.5L28.2353 14.6131Z' fill='black'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 27' fill='none'%3E%3Cpath opacity='0.5' d='M14.1177 14.6131L3.52942 20.7262L3.52942 8.5L14.1177 14.6131Z' fill='black'/%3E%3Cpath opacity='0.5' d='M28.2353 14.6131L17.6471 20.7262L17.6471 8.5L28.2353 14.6131Z' fill='black'/%3E%3C/svg%3E") center/contain no-repeat;
  vertical-align: middle;
}

.arrow-icon-white {
  display: inline-block;
  flex-shrink: 0;
  width: 29px;
  height: 27px;
  background-color: var(--white);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 27' fill='none'%3E%3Cpath opacity='0.5' d='M14.1177 14.6131L3.52942 20.7262L3.52942 8.5L14.1177 14.6131Z' fill='black'/%3E%3Cpath opacity='0.5' d='M28.2353 14.6131L17.6471 20.7262L17.6471 8.5L28.2353 14.6131Z' fill='black'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 27' fill='none'%3E%3Cpath opacity='0.5' d='M14.1177 14.6131L3.52942 20.7262L3.52942 8.5L14.1177 14.6131Z' fill='black'/%3E%3Cpath opacity='0.5' d='M28.2353 14.6131L17.6471 20.7262L17.6471 8.5L28.2353 14.6131Z' fill='black'/%3E%3C/svg%3E") center/contain no-repeat;
  vertical-align: middle;
}

.novi-disabled {
  display: none;
}

.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Set localized button color schemes here to be used across button variants
    Default color scheme = green is the scheme-main color, white is the scheme-contrast color, dark green is the scheme-hover color
    Default color application = background-color = scheme-main, text color = scheme-contrast, hover bg color = scheme-hover

    Here's how the button classes stack:
    1) The color scheme is set by .btn-primary (default) vs .btn-secondary
    2) The way the colors are applied to text vs bg can be swapped by .btn-reverse
    3) Whether the button is solid or outlined can be determined by adding .btn-outline

    Example:
    .btn.btn-secondary:
    // Summary: Solid button with blue background color and white text color. Dark blue bg color on hover.
    // Summary Breakdown:
        [A] "Solid button" = .btn class default
        [B] "blue", "white", "dark blue" = Color scheme is pulled in by .btn-secondary class:
                --scheme-main = var(--freshwater)
                --scheme-contrast = #fff
                --scheme-hover = var(--deep-sea)
        [C] "background color", "text color", "bg color on hover" = Color scheme is applied as follows (.btn class defaults):
                background-color = var(--scheme-main)
                color = var(--scheme-contrast)
                :hover background-color = var(--scheme-hover)

*/
.btn, .btn-primary {
  --scheme-main: var(--green-text);
  --scheme-contrast: #fff;
  --scheme-hover: var(--deep-forest);
  --scheme-hover-contrast: var(--grass-200);
}

.btn-secondary {
  --scheme-main: var(--freshwater);
  --scheme-hover: var(--deep-sea);
  --scheme-hover-contrast: var(--freshwater-200);
}

.btn-reverse {
  --scheme-main: #fff;
  --scheme-contrast: var(--green-text);
}

.btn-reverse.btn-secondary {
  --scheme-main: #fff;
  --scheme-contrast: var(--freshwater);
}

.btn, span[class*=btn-] a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 1.6875rem;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.1875rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 2px solid transparent;
  border-radius: 0;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border: 2px solid transparent;
  background-color: var(--scheme-main);
  color: var(--scheme-contrast);
}

.btn.btn-outline, span.btn-outline a {
  background-color: transparent;
  color: var(--scheme-main);
  border-color: var(--scheme-main);
}

.btn.btn-sm, span.btn-sm a {
  font-size: 0.9375rem;
  line-height: 1.125rem;
  padding: 0.75rem 1.4375rem 0.6875rem;
}

.btn.btn-shadow, span.btn-shadow a {
  box-shadow: 0 0px 8px rgba(67, 83, 99, 0.5);
}

.btn:hover, .btn.hover, .btn:active, .btn.active,
span[class*=btn-] a:hover, span[class*=btn-] a:active {
  color: var(--scheme-contrast);
  background-color: var(--scheme-hover);
  box-shadow: none;
  text-decoration: none;
}

.btn.btn-reverse:hover, .btn.btn-reverse:active,
span.btn-reverse a:hover, span.btn-reverse a:active {
  color: var(--scheme-hover);
  background-color: var(--scheme-hover-contrast);
}

.btn.btn-outline:hover, .btn.btn-outline:active,
span.btn-outline a:hover, span.btn-outline a:active {
  background-color: var(--scheme-hover-contrast);
  color: var(--scheme-hover);
  border-color: var(--scheme-hover);
}

.btn.btn-reverse.btn-outline:hover, .btn.btn-reverse.btn-outline:active,
span.btn-reverse.btn-outline a:hover, span.btn-reverse.btn-outline a:active {
  background-color: transparent;
  color: var(--scheme-hover-contrast);
  border-color: var(--scheme-hover-contrast);
}

.btn:focus, .btn.focus {
  outline: 0;
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
  pointer-events: none;
}

.rr-tab-link {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.25rem;
  background-color: transparent;
  border: 1px solid var(--slate-300);
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 650;
  color: var(--midnight);
  cursor: pointer;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.rr-tab-link:hover {
  color: var(--freshwater);
}
.rr-tab-link.is-active {
  background-color: var(--freshwater);
  border-color: var(--freshwater);
  color: #fff;
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 1rem;
}

.page {
  position: relative;
  min-height: 100vh;
  opacity: 1;
  transition: none;
}

.m-h-0 {
  min-height: 0 !important;
}

.page-loader {
  display: none;
}

header {
  z-index: 9999;
  position: sticky;
  top: 0;
  background-color: #FFFFFF;
  font-size: 1.125rem;
}

.navbar-items {
  padding-right: 0;
  padding-left: 0;
}

.nav-item {
  color: var(--midnight);
  font-size: inherit;
}
.nav-item a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: 0.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s ease-in-out;
}

.nav-item-has-submenu.show > a {
  color: var(--green-text);
}

@media (min-width: 992px) {
  .nav-item a:hover {
    color: var(--green-text);
  }
}
.navbar-upper {
  display: none;
  background-color: var(--midnight);
  padding: 0.75rem 0;
  position: relative;
  overflow: hidden;
}
.navbar-upper .navbar-items ul {
  gap: 2.25rem;
}
.navbar-upper .nav-item {
  color: var(--slate-300);
  font-weight: 550;
  font-size: 0.9375rem;
}
.navbar-upper .nav-item a {
  position: relative;
}
.navbar-upper .nav-item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0.125rem;
  background-color: transparent;
  border-radius: calc(0.125rem / 2);
  transition: width 0.3s ease;
}
.navbar-upper .nav-item a:hover::after {
  width: 100%;
  background-color: var(--meadow);
}
.navbar-upper .nav-item a {
  padding: 0.5rem 0;
}
.navbar-upper .nav-item a:hover {
  color: #FFFFFF;
}

button.search-icon {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  display: flex;
  align-items: center;
  padding: 0 0.9375rem;
}
button.search-icon svg path {
  transition: all 0.2s ease-in-out;
}
button.search-icon:hover svg path {
  fill: var(--meadow);
}

.navbar-main {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991.98px) {
  .navbar-main .container {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.navbar-logo {
  flex-shrink: 0;
}
.navbar-logo img {
  height: 2rem;
  width: auto;
}

.navbar-main .nav-item {
  font-weight: 650;
  font-size: 0.9375rem;
}

.nav-item-has-submenu,
.nav-item-no-submenu {
  padding: 0.25rem 1rem;
  position: relative;
}

.navbar-switch {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  padding: 0.5rem;
  flex-shrink: 0;
}

.navbar-switch-icon {
  display: block;
  width: 1.75rem;
  height: 0.1875rem;
  background-color: var(--slate);
  border-radius: 0.125rem;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  position: relative;
}
.navbar-switch-icon::before, .navbar-switch-icon::after {
  display: block;
  width: 1.75rem;
  height: 0.1875rem;
  background-color: var(--slate);
  border-radius: 0.125rem;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
}
.navbar-switch-icon::before {
  top: -0.5rem;
}
.navbar-switch-icon::after {
  top: 0.5rem;
}

header.nav-open .navbar-switch-icon {
  background-color: transparent;
}
header.nav-open .navbar-switch-icon::before {
  transform: translateY(0.5rem) rotate(45deg);
}
header.nav-open .navbar-switch-icon::after {
  transform: translateY(-0.5rem) rotate(-45deg);
}

@media (min-width: 576px) {
  .navbar-switch-icon,
  .navbar-switch-icon::before,
  .navbar-switch-icon::after {
    width: 2.25rem;
    height: 0.25rem;
  }
  .navbar-switch-icon::before {
    top: -0.625rem;
  }
  .navbar-switch-icon::after {
    top: 0.625rem;
  }
  header.nav-open .navbar-switch-icon::before {
    transform: translateY(0.625rem) rotate(45deg);
  }
  header.nav-open .navbar-switch-icon::after {
    transform: translateY(-0.625rem) rotate(-45deg);
  }
}
.navbar-mobile-controls {
  gap: 0;
}
.navbar-mobile-controls .search-icon {
  padding: 0 0.5rem;
}
.navbar-mobile-controls .search-icon svg path {
  fill: var(--slate);
  transition: fill 0.2s ease-in-out;
}
.navbar-mobile-controls .search-icon:active svg path {
  fill: var(--meadow);
}

.submenu-toggle {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 0.5rem;
  flex-shrink: 0;
}
.submenu-toggle svg {
  transition: transform 0.2s ease-in-out;
  transform-origin: center;
}
.submenu-toggle svg path {
  transition: fill 0.2s ease-in-out;
}

.nav-item-has-submenu.show .submenu-toggle svg {
  transform: rotate(180deg);
}

.nav-item-has-submenu.show .submenu-toggle svg path {
  fill: var(--green-text);
}

.navbar-nav-panel {
  display: none;
  flex-direction: column;
  overflow-y: auto;
  overscroll-behavior: contain;
  height: calc(100dvh - var(--header-height));
  width: 100%;
  background-color: #FFFFFF;
}

@media (max-width: 991.98px) {
  .navbar-nav-panel {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }
  header.nav-open .navbar-main {
    box-shadow: none;
  }
  header.nav-open .navbar-nav-panel {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  }
}
header.nav-open .navbar-nav-panel {
  display: flex;
}

body.nav-open {
  overflow: hidden;
}

.navbar-mobile-cta-wrap {
  padding: 0.5rem 0.75rem;
  background-color: var(--freshwater-100);
  border-top: 1px solid var(--slate-200);
  border-bottom: 1px solid var(--slate-200);
}

.navbar-nav-panel .btn-cta-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1rem 1.5rem !important;
  background-color: var(--green-text);
  color: #FFFFFF;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  border: none !important;
  border-radius: 0;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out;
}
.navbar-nav-panel .btn-cta-mobile:active {
  background-color: var(--deep-forest);
  color: #FFFFFF;
}

.btn-cta-desktop {
  display: none;
}

.navbar-nav-panel .nav-item-has-submenu,
.navbar-nav-panel .nav-item-no-submenu {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0;
  border-top: 1px solid var(--slate-200);
  position: static;
}
.navbar-nav-panel .nav-item-has-submenu > div:first-child,
.navbar-nav-panel .nav-item-no-submenu > div:first-child {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
.navbar-nav-panel .nav-item-has-submenu > div > a,
.navbar-nav-panel .nav-item-no-submenu > div > a {
  flex: 1;
  padding: 0 0.75rem;
  height: 3rem;
  display: flex;
  align-items: center;
  color: var(--freshwater);
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
}
.navbar-nav-panel .nav-item-has-submenu > div > a:active,
.navbar-nav-panel .nav-item-no-submenu > div > a:active {
  color: var(--green-text);
}
.navbar-nav-panel .submenu-toggle {
  width: 3rem;
  height: 3rem;
  background-color: var(--freshwater-100);
  border: 1px solid var(--freshwater-300);
  padding: 0;
  border-radius: 0;
}

@media (max-width: 991.98px) {
  .navbar-nav-panel .nav-item-has-submenu > .navbar-submenu-items {
    display: flex;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    transition: max-height 0.3s ease-out, opacity 0.3s ease-out, padding 0.3s ease-out;
  }
  .navbar-nav-panel .nav-item-has-submenu.show > .navbar-submenu-items {
    max-height: none;
    opacity: 1;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.navbar-mobile-topnav {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--slate-200);
}

.navbar-mobile-topnav-item {
  height: 3rem;
  display: flex;
  align-items: center;
  padding: 0 0.75rem;
  color: var(--slate);
  font-weight: 650;
  font-size: 1rem;
  text-decoration: none;
  border-top: 1px solid var(--slate-200);
  transition: color 0.2s ease-in-out;
}
.navbar-mobile-topnav-item:first-child {
  border-top: none;
}
.navbar-mobile-topnav-item:active {
  color: var(--green-text);
}

.navbar-mobile-search {
  padding: 0.5rem 0.625rem;
  border-bottom: 1px solid var(--slate-200);
  background-color: var(--slate-100);
}
.navbar-mobile-search form {
  display: flex;
  align-items: center;
  margin: 0;
}
.navbar-mobile-search input {
  flex: 1;
  height: 3.5rem !important;
  padding: 0.75rem 1rem !important;
  border: 1px solid var(--slate-200) !important;
  border-right: none !important;
  border-radius: 0 !important;
  font-size: 1rem !important;
  background-color: #FFFFFF !important;
  outline: none;
}
.navbar-mobile-search input::placeholder {
  color: #8a9aa7;
}
.navbar-mobile-search button {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  background-color: var(--green-text);
  flex-shrink: 0;
  transition: background-color 0.2s ease-in-out;
}
.navbar-mobile-search button:active {
  background-color: var(--deep-forest);
}

.navbar-search-panel {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  background-color: var(--midnight);
  transform: scaleX(0.8);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
}
.navbar-search-panel.active {
  transform: scaleX(1);
  opacity: 1;
  pointer-events: auto;
}

.navbar-search-form {
  display: flex;
  align-items: center;
  height: 2.75rem;
  width: 100%;
}

.navbar-search-input {
  flex: 1;
  height: 100%;
  padding: 0 1rem;
  border: none;
  outline: none;
  font-size: 1rem;
  color: var(--slate-800);
  background-color: #FFFFFF;
}
.navbar-search-input::placeholder {
  color: #8a9aa7;
}

.navbar-search-btn {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 2.75rem;
  background-color: var(--green-text);
  flex-shrink: 0;
  transition: background-color 0.2s ease-in-out;
}
.navbar-search-btn:hover {
  background-color: var(--deep-forest);
}

.navbar-search-close {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 0.75rem;
  color: var(--slate-300);
  font-size: 1.25rem;
  flex-shrink: 0;
  transition: color 0.2s ease-in-out;
}
.navbar-search-close:hover {
  color: #FFFFFF;
}

.navbar-submenu-items {
  display: none;
  width: 100%;
  background-color: var(--midnight);
  color: #FFFFFF;
  padding: 1rem;
}
.navbar-submenu-items .nav-item {
  color: #FFFFFF;
  line-height: 1.25rem;
}

.nav-item-has-submenu.show > .navbar-submenu-items {
  display: flex;
}

.navbar-submenu-panel {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.25rem;
  row-gap: 1.25rem;
}

.navbar-submenu-items .nav-col {
  width: 13.75rem;
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}
.navbar-submenu-items .nav-col > li.nav-item {
  row-gap: 0.6875rem;
}
.navbar-submenu-items .nav-col > li.nav-item > a {
  color: #FFFFFF;
  font-size: 0.9375rem;
  font-weight: 550;
  line-height: 1.25;
  padding: 0;
}
.navbar-submenu-items .nav-col ul.last-level {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-top: 1px;
}
.navbar-submenu-items .nav-col ul.last-level::before {
  content: "";
  width: 1rem;
  height: 0.125rem;
  border-radius: 0.0625rem;
  background-color: var(--meadow);
  flex: none;
}
.navbar-submenu-items .nav-col ul.last-level > li.nav-item a {
  color: var(--slate-300);
  font-size: 0.875rem;
  font-weight: 450;
  line-height: 1.25;
  padding: 0;
}
.navbar-submenu-items .nav-col ul.last-level > li.nav-item-header-link {
  margin-top: 0.375rem;
}
.navbar-submenu-items .nav-col ul.last-level > li.nav-item-header-link:first-child {
  margin-top: 0;
}
.navbar-submenu-items .nav-col ul.last-level > li.nav-item-header-link a {
  color: #FFFFFF;
  font-size: 0.9375rem;
  font-weight: 550;
}

@media (min-width: 992px) {
  .navbar-submenu-items .nav-col > li.nav-item > a:hover,
  .navbar-submenu-items .nav-col ul.last-level li.nav-item a:hover {
    color: var(--meadow);
  }
}
@media (min-width: 992px) {
  header {
    font-size: 0.9375rem;
  }
  .navbar-upper {
    display: block;
  }
  .navbar-main .nav-item {
    font-size: 0.9375rem;
    font-weight: 650;
  }
  .navbar-items {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .navbar-items,
  .navbar-items ul {
    gap: 1.6875rem;
  }
  .nav-item a {
    display: block;
  }
  .nav-item-has-submenu,
  .nav-item-no-submenu {
    padding: 1.125rem 0;
    position: static;
  }
  nav.navbar-main {
    position: relative;
  }
  .navbar-submenu-items {
    display: block;
    position: absolute;
    top: 100%;
    left: var(--submenu-anchor, 50%);
    width: max-content;
    max-width: calc(100vw - 2rem);
    background: transparent;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -0.375rem);
    transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s ease;
  }
  .navbar-submenu-panel {
    display: inline-flex;
    background-color: var(--midnight);
    padding: 1.5625rem 1.875rem;
    max-width: 100%;
  }
  .navbar-nav-panel {
    display: flex;
    flex-direction: row;
    overflow: visible;
    height: auto;
    overscroll-behavior: auto;
    background-color: transparent;
    padding-bottom: 0;
    align-items: center;
    justify-content: flex-end;
  }
  .navbar-nav-panel .nav-item-has-submenu,
  .navbar-nav-panel .nav-item-no-submenu {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 1.125rem 0;
    border-top: none;
    position: static;
  }
  .navbar-nav-panel .nav-item-has-submenu > div > a,
  .navbar-nav-panel .nav-item-no-submenu > div > a {
    flex: unset;
    padding: 0;
    height: auto;
    color: var(--midnight);
    font-weight: 650;
    font-size: 0.9375rem;
    display: block;
    white-space: nowrap;
  }
  .navbar-nav-panel .nav-item-has-submenu > div > a:hover,
  .navbar-nav-panel .nav-item-no-submenu > div > a:hover {
    color: var(--green-text);
  }
  .navbar-nav-panel .submenu-toggle {
    width: auto;
    height: auto;
    background-color: transparent;
    border: none;
    padding: 0.4rem 0.5rem;
    display: flex;
  }
  .navbar-nav-panel .btn-cta-mobile {
    display: none;
  }
  .navbar-mobile-cta-wrap,
  .btn-cta-mobile,
  .navbar-mobile-topnav,
  .navbar-mobile-search {
    display: none;
  }
  .btn-cta-desktop {
    display: inline-flex;
    margin: 0 0 0 1.6875rem;
    width: auto;
    background-color: transparent;
    padding: 0.5rem 0;
    box-shadow: none;
    border: none;
    border-bottom: 2px solid var(--green-text);
    border-radius: 0;
    color: var(--green-text);
    font-size: 0.9375rem;
    font-weight: 650;
  }
  .btn-cta-desktop:hover {
    background-color: transparent;
    color: var(--green-text);
    border-bottom-color: var(--green-text);
  }
  .navbar-nav-panel .nav-item-has-submenu > div:first-child,
  .navbar-nav-panel .nav-item-no-submenu > div:first-child {
    position: relative;
  }
  .navbar-nav-panel .nav-item-has-submenu > div:first-child::after,
  .navbar-nav-panel .nav-item-no-submenu > div:first-child::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.375rem;
    height: 2px;
    background-color: var(--green-text);
    opacity: 0;
    transition: opacity 0.15s ease;
  }
  html:not(.is-touch-device) .nav-item-has-submenu:hover > .navbar-submenu-items,
  html:not(.is-touch-device) .nav-item-has-submenu:focus-within > .navbar-submenu-items,
  .nav-item-has-submenu.show > .navbar-submenu-items {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%);
  }
  html:not(.is-touch-device) .nav-item-has-submenu:hover > div:first-child > a,
  html:not(.is-touch-device) .nav-item-has-submenu:focus-within > div:first-child > a,
  html:not(.is-touch-device) .nav-item-no-submenu:hover > div:first-child > a,
  html:not(.is-touch-device) .nav-item-no-submenu:focus-within > div:first-child > a,
  .nav-item-has-submenu.show > div:first-child > a {
    color: var(--green-text);
  }
  html:not(.is-touch-device) .nav-item-has-submenu:hover > div:first-child::after,
  html:not(.is-touch-device) .nav-item-has-submenu:focus-within > div:first-child::after,
  html:not(.is-touch-device) .nav-item-no-submenu:hover > div:first-child::after,
  html:not(.is-touch-device) .nav-item-no-submenu:focus-within > div:first-child::after,
  .nav-item-has-submenu.show > div:first-child::after {
    opacity: 1;
  }
  html:not(.is-touch-device) .nav-item-has-submenu:hover .submenu-toggle svg path,
  html:not(.is-touch-device) .nav-item-has-submenu:focus-within .submenu-toggle svg path,
  html:not(.is-touch-device) .nav-item-no-submenu:hover .submenu-toggle svg path,
  html:not(.is-touch-device) .nav-item-no-submenu:focus-within .submenu-toggle svg path,
  .nav-item-has-submenu.show .submenu-toggle svg path {
    fill: var(--green-text);
  }
}
@media (min-width: 1200px) {
  .navbar-logo {
    flex-grow: 1;
  }
  .navbar-logo img {
    height: 2.125rem;
  }
  .btn-cta-desktop {
    background-color: var(--green-text);
    padding: 0.75rem 1.5625rem;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 0;
    color: #FFFFFF;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .btn-cta-desktop:hover {
    background-color: var(--deep-forest);
    color: #FFFFFF;
  }
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.375rem;
  padding: 1rem 0;
  margin: 0;
  background: transparent;
  border-radius: 0;
  list-style: none;
}
.breadcrumb li {
  display: flex;
  align-items: center;
}
.breadcrumb a.breadcrumb-item,
.breadcrumb .breadcrumb-item {
  font-size: 0.875rem;
  font-weight: 550;
  color: var(--freshwater);
  text-decoration: none;
}
.breadcrumb a.breadcrumb-item:hover,
.breadcrumb .breadcrumb-item:hover {
  color: var(--deep-sea);
}
.breadcrumb .active {
  font-size: 0.875rem;
  font-weight: 550;
  color: var(--slate);
}

.breadcrumb-item + .breadcrumb-item::before {
  display: none;
}

footer {
  background-color: var(--midnight);
  padding: 4.375rem 0 2rem;
  color: #FFFFFF;
}
footer > .container > .row {
  row-gap: 2rem;
}
footer a {
  color: inherit;
}
footer h5 {
  color: #FFFFFF;
}
footer hr {
  background-color: var(--slate);
  margin: 1.5rem 0;
}

.footer-col,
.footer-col-last {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}
.footer-col h5,
.footer-col-last h5 {
  padding-bottom: 0.25rem;
}

.footer-col ul {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.footer-col a:hover,
.social-icons a:hover {
  color: var(--meadow);
}

.footer-btns {
  flex-wrap: wrap;
  gap: 1rem;
}

.social-icons {
  display: flex;
  column-gap: 1rem;
}
.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  color: #FFFFFF;
  transition: color 0.2s ease-in-out;
}
.social-icons a svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

footer .brands {
  column-gap: 3rem;
  row-gap: 1rem;
  flex-wrap: wrap;
  margin: 1rem 0;
}

.footer-lower {
  row-gap: 1rem;
  color: var(--slate-400);
  text-align: center;
}
.footer-lower > * {
  column-gap: 0.5rem;
}
.footer-lower a {
  color: #FFFFFF;
}
.footer-lower a:hover {
  color: var(--meadow);
}
.footer-lower .rights {
  font-size: 0.875rem;
}

.h1, .h1-display, .h2, .h2-display, .h4, .h4-display, .h5, .h5-display, .h6, .h6-display {
  font-family: var(--font-sans);
  font-weight: 700;
}

.h3, .h3-display {
  font-family: var(--font-sans);
  font-weight: 650;
}

h1, .h1, .h1-display {
  font-size: 1.875rem;
  line-height: 2.3125rem;
}

h2, .h2, .h2-display {
  font-size: 1.625rem;
  line-height: 2rem;
}

h3, .h3, .h3-display {
  font-size: 1.4375rem;
  line-height: 1.8125rem;
}

h4, .h4, .h4-display {
  font-size: 1.25rem;
  line-height: 1.625rem;
}

h5, .h5, .h5-display {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

h6, .h6, .h6-display {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

@media (min-width: 576px) {
  h1, .h1, .h1-display {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
  h2, .h2, .h2-display {
    font-size: 1.8125rem;
    line-height: 2.3125rem;
  }
  h3, .h3, .h3-display {
    font-size: 1.5625rem;
    line-height: 2rem;
  }
  h4, .h4, .h4-display {
    font-size: 1.375rem;
    line-height: 1.6875rem;
  }
  h5, .h5, .h5-display {
    font-size: 1.1875rem;
    line-height: 1.625rem;
  }
}
@media (min-width: 768px) {
  h5, .h5, .h5-display {
    font-size: 1.25rem;
    line-height: 1.6875rem;
  }
}
@media (min-width: 992px) {
  h1, .h1, .h1-display {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
@media (min-width: 1200px) {
  h1, .h1, .h1-display {
    font-size: 2.75rem;
    line-height: 3.375rem;
  }
  h2, .h2, .h2-display {
    font-size: 2.25rem;
    line-height: 2.875rem;
  }
  h3, .h3, .h3-display {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1600px) {
  h1, .h1, .h1-display {
    font-size: 3rem;
    line-height: 3.625rem;
  }
}
.p-xxl, .p-xxl p {
  font-size: 1.375rem;
  line-height: 2rem;
  font-weight: 350;
}

.p-lg, .p-lg p {
  font-size: 1.1875rem;
  line-height: 1.875rem;
  font-weight: 400;
}

.p-md, .p-md p {
  font-size: 1.0625rem;
  line-height: 1.75rem;
}

.p-sm, .p-sm p, figcaption.p-sm {
  font-size: 0.9375rem;
  line-height: 1.375rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .p-lg, .p-lg p {
    font-size: 1.25rem;
    line-height: 2rem;
  }
  .p-md, .p-md p {
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 992px) {
  .p-xxl, .p-xxl p {
    font-size: 1.4375rem;
    line-height: 2.0625rem;
  }
}
@media (min-width: 1200px) {
  .p-xxl, .p-xxl p {
    font-size: 1.5625rem;
    line-height: 2.1875rem;
  }
}
@media (min-width: 1600px) {
  .p-lg, .p-lg p {
    font-size: 1.375rem;
    line-height: 2rem;
  }
  .p-xxl, .p-xxl p {
    font-size: 1.75rem;
    line-height: 2.375rem;
  }
}
.h-underline::after,
.h-underline-green::after {
  content: "";
  display: block;
  width: 4rem;
  height: 0.25rem;
  border-radius: 0.0625rem;
  margin-top: 0.75rem;
  background-color: var(--meadow);
}
.h-underline,
.h-underline-green {
  margin-bottom: 1rem;
}

.h-underline-blue::after {
  content: "";
  display: block;
  width: 4rem;
  height: 0.25rem;
  border-radius: 0.0625rem;
  margin-top: 0.75rem;
  background-color: var(--freshwater);
}
.h-underline-blue {
  margin-bottom: 1rem;
}

.h-underline-center {
  text-align: center;
}
.h-underline-center::after {
  content: "";
  display: block;
  width: 4rem;
  height: 0.25rem;
  border-radius: 0.0625rem;
  margin-top: 0.75rem;
  background-color: var(--meadow);
  margin-left: auto;
  margin-right: auto;
}
.h-underline-center {
  margin-bottom: 1rem;
}

.h-underline-center-blue {
  text-align: center;
}
.h-underline-center-blue::after {
  content: "";
  display: block;
  width: 4rem;
  height: 0.25rem;
  border-radius: 0.0625rem;
  margin-top: 0.75rem;
  background-color: var(--freshwater);
  margin-left: auto;
  margin-right: auto;
}
.h-underline-center-blue {
  margin-bottom: 1rem;
}

.banner_area {
  position: relative;
}
@media (min-width: 768px) {
  .banner_area {
    min-height: 20rem;
  }
}
@media (min-width: 992px) {
  .banner_area {
    min-height: 32rem;
  }
}

.banner_area {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner-fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.banner_area .page-title {
  position: absolute;
  inset: auto 0 2rem 0;
  color: #FFFFFF;
}
.banner_area .page-title h1 {
  color: #FFFFFF;
  font-size: 2.5rem;
}

.page-title {
  margin-bottom: 2.25rem;
}

.page-title h1 {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: auto;
  padding: 0.875rem 2rem;
  background-color: var(--green-text);
  color: #FFFFFF;
}
.page-title h1::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 100vw;
  background-color: inherit;
}

.hero-callout {
  position: relative;
}
.hero-callout .hero-callout-media {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .hero-callout .hero-callout-card {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(20px);
  }
}
.hero-callout .hero-callout-blend {
  width: 100%;
}
@media (max-width: 991.98px) {
  .hero-callout .hero-callout-blend {
    background-color: rgba(255, 255, 255, 0.95);
  }
}
@media (min-width: 992px) {
  .hero-callout {
    min-height: 32rem;
  }
  .hero-callout .hero-callout-media {
    min-height: inherit;
  }
  .hero-callout .hero-callout-body {
    padding: 4rem 0;
  }
}
@media (max-width: 991.98px) {
  .hero-callout .hero-callout-card {
    background-color: transparent;
  }
}

.call-to-action {
  background-color: var(--green-text);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 2.625rem 0.5rem;
  color: #FFFFFF;
}
.call-to-action .h3-display,
.call-to-action .h6-display {
  color: #FFFFFF;
  margin: 0;
}

.call-to-action-row {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .call-to-action-row {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
  }
}

.call-to-action-copy {
  display: flex;
  flex-direction: column;
  gap: 0.8125rem;
  min-width: 0;
  flex: 1 1 auto;
}

.call-to-action-btn {
  align-self: flex-start;
  flex-shrink: 0;
  font-size: 1.0625rem;
  padding: 0.9375rem 1.75rem;
  letter-spacing: 0.05em;
}
@media (min-width: 992px) {
  .call-to-action-btn {
    align-self: center;
  }
}

.copywithList {
  padding: 3rem 0;
}

.copy:not(:last-child),
.copy-basic-feature:not(:last-child) {
  margin-bottom: 1.5rem;
}
.copy ul, .copy ol,
.copy-basic-feature ul,
.copy-basic-feature ol {
  padding-left: 1.5rem;
  margin: 1rem 0;
}
.copy ul:first-child, .copy ol:first-child,
.copy-basic-feature ul:first-child,
.copy-basic-feature ol:first-child {
  margin-top: 0;
}
.copy ul:last-child, .copy ol:last-child,
.copy-basic-feature ul:last-child,
.copy-basic-feature ol:last-child {
  margin-bottom: 0;
}
.copy ul,
.copy-basic-feature ul {
  list-style: disc;
}
.copy ol,
.copy-basic-feature ol {
  list-style: decimal;
}
.copy ul ul,
.copy-basic-feature ul ul {
  list-style: circle;
}
.copy li:not(:last-child),
.copy-basic-feature li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.upcoming-webinar-card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.upcoming-webinar-link {
  display: block;
}

.upcoming-webinar-image-wrap {
  position: relative;
  width: 100%;
  height: 188px;
  overflow: hidden;
  padding: 0.75rem;
  isolation: isolate;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.upcoming-webinar-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none;
}

.upcoming-webinar-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.38) 0%, rgba(255, 255, 255, 0) 75%);
  pointer-events: none;
}

.upcoming-webinar-badge {
  position: relative;
  z-index: 1;
  display: inline-block;
  align-self: flex-start;
  padding: 3px 9px;
  background-color: var(--freshwater);
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 22px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
}

.upcoming-webinar-meta {
  color: var(--slate);
}
.upcoming-webinar-meta .p-sm p {
  margin: 0;
}

.upcoming-webinar-title {
  margin: 0;
  color: var(--freshwater);
}

.upcoming-webinar-link:hover .upcoming-webinar-title {
  color: var(--deep-sea);
}

.blog-gap {
  gap: 3rem;
}
@media (min-width: 1600px) {
  .blog-gap {
    gap: 10rem;
  }
}

.feature-stack {
  display: flex;
  flex-direction: column;
}
.feature-stack .btn {
  align-self: flex-start;
}

.split-image-callout {
  padding: 4.375rem 0;
}

.tech-bucket-intro {
  padding-bottom: 2.5rem;
}
.tech-bucket-intro .copy {
  color: var(--midnight);
}
.tech-bucket-intro .copy > * + * {
  margin-top: 0.75rem;
}

.tech-bucket {
  padding: 0;
}

.tech-bucket .isotope.row {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .tech-bucket .isotope.row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .tech-bucket .isotope.row {
    grid-template-columns: repeat(3, 1fr);
  }
}

.tech-bucket-list {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  padding-bottom: 4rem;
}

.tech-bucket-row {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 2rem;
}
@media (min-width: 992px) {
  .tech-bucket-row {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
  }
}
@media (min-width: 992px) {
  .tech-bucket-row.is-reverse {
    flex-direction: row-reverse;
  }
}

.tech-bucket-media {
  flex: 1 1 0;
}
@media (min-width: 992px) {
  .tech-bucket-media {
    max-width: 39.375rem;
  }
}

.tech-bucket-figure {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0;
}

.tech-bucket-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 630/418;
  object-fit: cover;
}

.tech-bucket-caption {
  text-align: center;
  color: var(--slate);
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 550;
}
.tech-bucket-caption em, .tech-bucket-caption i {
  font-style: normal;
}

.tech-bucket-content {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 992px) {
  .tech-bucket-content {
    max-width: 39.375rem;
  }
}

.tech-bucket-heading > span:has(.arrow),
.tech-bucket-item-title > span:has(.arrow) {
  white-space: nowrap;
}

.tech-bucket-heading {
  color: var(--green-text);
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.2;
  text-decoration: none;
}
@media (min-width: 768px) {
  .tech-bucket-heading {
    font-size: 2.25rem;
    line-height: 2.875rem;
  }
}
.tech-bucket-heading:hover {
  color: var(--deep-forest);
}
.tech-bucket-heading .arrow {
  display: inline-block;
  flex-shrink: 0;
  width: 2.875rem;
  height: 2.75rem;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 27' fill='none'%3E%3Cpath opacity='0.5' d='M14.1177 14.6131L3.52942 20.7262L3.52942 8.5L14.1177 14.6131Z' fill='black'/%3E%3Cpath opacity='0.5' d='M28.2353 14.6131L17.6471 20.7262L17.6471 8.5L28.2353 14.6131Z' fill='black'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 27' fill='none'%3E%3Cpath opacity='0.5' d='M14.1177 14.6131L3.52942 20.7262L3.52942 8.5L14.1177 14.6131Z' fill='black'/%3E%3Cpath opacity='0.5' d='M28.2353 14.6131L17.6471 20.7262L17.6471 8.5L28.2353 14.6131Z' fill='black'/%3E%3C/svg%3E") center/contain no-repeat;
  vertical-align: middle;
  margin-left: 0.625rem;
}

.tech-bucket-copy,
.tech-bucket-copy p {
  color: var(--midnight);
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 450;
}
@media (min-width: 768px) {
  .tech-bucket-copy,
  .tech-bucket-copy p {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}

.tech-bucket-copy {
  margin: 0;
}

.tech-bucket-items {
  display: flex;
  margin-top: 0.75rem;
}
.tech-bucket-items.is-grid {
  flex-wrap: wrap;
  gap: 1.375rem 1.875rem;
}
.tech-bucket-items.is-stack {
  flex-direction: column;
  gap: 1.25rem;
}

.tech-bucket-item {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}
.tech-bucket-items.is-grid .tech-bucket-item {
  flex: 0 1 auto;
  min-width: 18.75rem;
}

.tech-bucket-item-title {
  color: var(--green-text);
  font-family: var(--font-sans);
  font-size: 1.375rem;
  line-height: 1.6875rem;
  font-weight: 700;
  text-decoration: none;
}
.tech-bucket-item-title:hover {
  color: var(--deep-forest);
}
.tech-bucket-item-title .arrow {
  display: inline-block;
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.6875rem;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 27' fill='none'%3E%3Cpath opacity='0.5' d='M14.1177 14.6131L3.52942 20.7262L3.52942 8.5L14.1177 14.6131Z' fill='black'/%3E%3Cpath opacity='0.5' d='M28.2353 14.6131L17.6471 20.7262L17.6471 8.5L28.2353 14.6131Z' fill='black'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 27' fill='none'%3E%3Cpath opacity='0.5' d='M14.1177 14.6131L3.52942 20.7262L3.52942 8.5L14.1177 14.6131Z' fill='black'/%3E%3Cpath opacity='0.5' d='M28.2353 14.6131L17.6471 20.7262L17.6471 8.5L28.2353 14.6131Z' fill='black'/%3E%3C/svg%3E") center/contain no-repeat;
  vertical-align: middle;
  margin-left: 0.375rem;
}

.tech-bucket-item-desc {
  color: var(--slate);
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 550;
  margin: 0;
}

a.link-primary {
  color: var(--green-text);
}
a.link-primary:hover {
  color: var(--deep-forest);
}

a.link-arr {
  transition: color 0.2s ease-in-out;
}
a.link-arr span {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  column-gap: 0.375rem;
}
a.link-arr svg {
  height: 1.25em;
  width: auto;
  opacity: 0.5;
  transition: opacity 0.2s ease-in-out;
}
a.link-arr svg path {
  fill: var(--green-text);
}
a.link-arr:hover svg {
  opacity: 1;
}
a.link-arr:hover svg path {
  fill: var(--deep-forest);
}

h2 a.link-arr svg, .h2-display a.link-arr svg {
  height: 2.75rem;
}

h3 a.link-arr svg, .h3-display a.link-arr svg {
  height: 2.125rem;
}

h4 a.link-arr svg, .h4-display a.link-arr svg {
  height: 1.75rem;
}

h2 a.link-arr span, .h2-display a.link-arr span,
h3 a.link-arr span, .h3-display a.link-arr span,
h4 a.link-arr span, .h4-display a.link-arr span {
  column-gap: 0.625rem;
}

.link-arr-group {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.875rem;
  row-gap: 1.375rem;
}
.link-arr-group li {
  min-width: 18.75rem;
}

.block-section .figure-wrap figure {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0;
}
.block-section .figure-wrap .image-wrap {
  display: block;
  width: 100%;
}
.block-section .figure-wrap .image-wrap img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 630/418;
  object-fit: cover;
}
.block-section .figure-wrap figcaption {
  text-align: center;
  color: var(--slate);
}

@media (min-width: 992px) {
  .block-section .d-lg-grid {
    grid-template-columns: 1fr 1fr;
    column-gap: 3.75rem;
    row-gap: 1.5rem;
    align-items: center;
  }
  .grid-lg {
    grid-column: 1;
    grid-row: 1;
  }
  .grid-col-lg-start-2 {
    grid-column: 2;
  }
  .grid-row-lg-start-2 {
    grid-row: 2;
  }
  .grid-row-lg-span-2 {
    grid-row: 1/span 2;
  }
}
.image-gallery {
  padding: 3.75rem 0;
}
.image-gallery .gallery-row {
  gap: 2rem;
}
@media (min-width: 992px) {
  .image-gallery .gallery-row {
    gap: 3.75rem;
  }
}
.image-gallery .gallery-media {
  display: flex;
  flex-direction: column-reverse;
  gap: 0.75rem;
  min-width: 0;
}
@media (min-width: 768px) {
  .image-gallery .gallery-media {
    flex-direction: row;
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .image-gallery .gallery-media {
    flex: 1 1 0;
  }
}
.image-gallery .gallery-content {
  min-width: 0;
}
@media (min-width: 992px) {
  .image-gallery .gallery-content {
    flex: 0 0 auto;
    width: 45.45%;
  }
}
.image-gallery .gallery-thumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .image-gallery .gallery-thumbs {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}
.image-gallery .gallery-thumb {
  position: relative;
  width: 4.5rem;
  height: 4.5rem;
  flex-shrink: 0;
}
.image-gallery .gallery-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-gallery .gallery-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.5);
  transition: opacity 0.2s ease-in-out;
}
.image-gallery .gallery-thumb:hover::after {
  opacity: 0;
}
.image-gallery .gallery-thumb.active {
  width: 4.875rem;
  height: 4.875rem;
  border: 2px solid var(--meadow);
  padding: 0.25rem;
}
.image-gallery .gallery-thumb.active::after {
  opacity: 0;
}
.image-gallery .gallery-stage {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.image-gallery .gallery-stage figcaption {
  text-align: center;
  color: var(--slate);
}
.image-gallery .gallery-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 570/380;
  overflow: hidden;
}
.image-gallery .gallery-frame .gallery-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.image-gallery .gallery-frame .gallery-slide.active {
  opacity: 1;
}

.block-section .cards-count-2,
.block-section .cards-count-3 {
  margin-top: 1.875rem;
  row-gap: 1.875rem;
}
.block-section .cards-count-2 figure,
.block-section .cards-count-3 figure {
  margin: 0;
}
.block-section .cards-count-2 .figure-inner,
.block-section .cards-count-3 .figure-inner {
  position: relative;
}
.block-section .cards-count-2 .image-wrap,
.block-section .cards-count-3 .image-wrap {
  display: block;
}
.block-section .cards-count-2 .image-wrap img,
.block-section .cards-count-3 .image-wrap img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 615/410;
  object-fit: cover;
}

.block-section h2 + .p-xxl {
  margin-top: 0.75rem;
}

.caption-dark {
  position: relative;
}
.caption-dark figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: 0;
  padding: 0.625rem 1rem;
  text-align: center;
  color: #FFFFFF;
  background-color: rgba(35, 35, 47, 0.75);
  backdrop-filter: blur(10px);
}

.card-outer .card-content {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  height: 100%;
  padding: 1.6875rem 1.875rem 1.875rem;
  background-color: #FFFFFF;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.card-outer h3 {
  margin: 0;
  font-size: 1.75rem;
  line-height: 2.25rem;
}
.card-outer p {
  margin: 0;
  color: var(--slate-800);
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 550;
}

@media (min-width: 992px) {
  .block-section .cards-count-2,
  .block-section .cards-count-3 {
    row-gap: 0;
  }
  .block-section .cards-count-2 figure,
  .block-section .cards-count-3 figure {
    padding-inline: 1.875rem;
  }
  .card-outer {
    margin-top: -1.875rem;
    position: relative;
    z-index: 2;
  }
  .caption-dark figcaption {
    bottom: 2.375rem;
  }
}
.wide-cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.5rem 0;
}
.wide-cards .card {
  width: 100%;
  max-width: 68.75rem;
  margin-bottom: 1.25rem;
}
.wide-cards .card:last-child {
  margin-bottom: 0;
}
.wide-cards .card .holder {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 3rem;
  background-color: #FFFFFF;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.wide-cards .card .holder p {
  margin: 0;
  color: var(--midnight);
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 768px) {
  .wide-cards .card .holder p {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
.wide-cards .card h2 {
  margin: 0;
  color: var(--green-text);
  font-size: 1.75rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .wide-cards .card h2 {
    font-size: 2.25rem;
    line-height: 2.875rem;
  }
}
.wide-cards .card h2.h-underline {
  margin-bottom: 0;
}
.wide-cards .card h2.h-underline::after {
  display: none;
}
.wide-cards .card h2 a {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  color: inherit;
  transition: color 0.2s ease-in-out;
}
.wide-cards .card h2 a svg {
  height: 2.75rem;
  width: auto;
  opacity: 0.5;
  transition: opacity 0.2s ease-in-out;
}
.wide-cards .card h2 a svg path {
  fill: var(--green-text);
}
.wide-cards .card h2 a:hover {
  color: var(--deep-forest);
}
.wide-cards .card h2 a:hover svg {
  opacity: 1;
}
.wide-cards .card h2 a:hover svg path {
  fill: var(--deep-forest);
}
.wide-cards .card .holder ul {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  margin: 0;
  color: var(--slate);
  font-weight: 550;
}
.wide-cards .card .holder li {
  position: relative;
  padding-left: 1.5625rem;
}
.wide-cards .card .holder li::before {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 0;
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: var(--meadow);
  transform: rotate(45deg);
  flex-shrink: 0;
}

.rl-blog-small-img img, .rl-card-img img, .rl-presentation-thumb-img img, .rl-brochure-thumb-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom left;
}

.rl-presentation-thumb, .rl-brochure-thumb {
  background-color: var(--slate-300);
  padding: 1rem 0.75rem;
}

.rl-presentation-thumb-img, .rl-brochure-thumb-img {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2), 6px 6px 0 #FFFFFF, 6px 6px 9px rgba(0, 0, 0, 0.25);
}
.rl-pathways-desc, .rl-pathways-logo, .rl-pathways-eyebrow {
  color: #FFFFFF;
  text-shadow: 0 0 10px #23232F, 0 0 20px #23232F;
}

.rl-two-col-gutter {
  --bs-gutter-x: 3.75rem;
  --bs-gutter-y: 1.5rem;
}
@media (max-width: 1199.98px) {
  .rl-two-col-gutter {
    --bs-gutter-x: 1.5rem;
  }
}

.rl-three-col-gutter {
  --bs-gutter-x: 1.875rem;
  --bs-gutter-y: 1.875rem;
}
@media (max-width: 767.98px) {
  .rl-three-col-gutter {
    --bs-gutter-x: 1.5rem;
  }
}

.rl-docs-gutter {
  --bs-gutter-x: 3rem;
}
@media (max-width: 991.98px) {
  .rl-docs-gutter {
    --bs-gutter-x: 1.5rem;
  }
}

.rl-section {
  padding-bottom: 0.625rem;
}

.rl-divider {
  border: none;
  height: 1px;
  background-color: var(--slate-300);
  margin: 3.375rem 0;
}
@media (max-width: 575.98px) {
  .rl-divider {
    margin: 2.25rem 0;
  }
}

.rl-section-head {
  margin-bottom: 2rem;
  gap: 1.5rem;
}
.rl-section-head .h2-display {
  margin-bottom: 0;
}

.rl-see-more-link {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.6875rem;
  color: var(--green-text);
  text-decoration: none;
  gap: 0.375rem;
  flex-shrink: 0;
}
.rl-see-more-link:hover {
  color: var(--deep-forest);
  text-decoration: underline;
}

.rl-card {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.2s ease-in-out;
}
.rl-card:hover {
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.18);
}

.rl-card-img {
  flex-shrink: 0;
}
.rl-card-body {
  padding: 1rem 1.25rem 1.25rem;
  gap: 0.5rem;
}

.rl-meta {
  gap: 0.625rem;
}

.rl-meta-text {
  font-size: 0.9375rem;
  font-weight: 550;
  line-height: 1.375rem;
  color: var(--slate-600);
  white-space: nowrap;
}
@media (max-width: 575.98px) {
  .rl-meta-text {
    white-space: normal;
  }
}
.rl-meta-text.rl-meta-bold {
  font-weight: 700;
  color: var(--midnight);
}

.rl-meta-dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: var(--slate-400);
  transform: rotate(45deg);
  flex-shrink: 0;
}

.rl-card-title {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.6875rem;
  color: var(--freshwater);
  margin: 0;
  overflow-wrap: break-word;
}
@media (max-width: 767.98px) {
  .rl-card-title {
    font-size: 1.125rem;
  }
}

.rl-card-title-sm {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
  color: var(--freshwater);
  margin: 0;
  overflow-wrap: break-word;
}

.rl-card-desc {
  font-size: 1rem;
  font-weight: 450;
  line-height: 1.625rem;
  color: var(--slate);
  margin: 0;
  overflow-wrap: break-word;
}

.rl-project-location {
  font-size: 0.9375rem;
  font-weight: 550;
  color: var(--slate);
  margin: 0 0 0 auto;
}

.rl-featured-card .rl-card-img {
  height: 18.75rem;
}
@media (max-width: 575.98px) {
  .rl-featured-card .rl-card-img {
    height: 12.5rem;
  }
}

.rl-webinar-badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 1;
  background-color: var(--freshwater);
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.375rem;
  padding: 0.1875rem 0.5625rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.6);
}

.rl-blog-sidebar {
  gap: 1rem;
}

.rl-blog-small-card {
  min-height: 7.5rem;
  transition: box-shadow 0.2s ease-in-out;
}
.rl-blog-small-card:hover {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.rl-blog-small-img {
  width: 9.375rem;
  aspect-ratio: 1;
  align-self: flex-start;
  flex-shrink: 0;
  background: var(--slate-200);
}
@media (max-width: 575.98px) {
  .rl-blog-small-img {
    width: 7.5rem;
  }
}

.rl-blog-small-body {
  padding: 1rem;
  gap: 0.25rem;
}

.rl-project-img {
  height: 16.25rem;
}
@media (max-width: 575.98px) {
  .rl-project-img {
    height: 11.25rem;
  }
}

.rl-brochure-card {
  background-color: #FFFFFF;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.2s ease-in-out;
}
.rl-brochure-card:hover {
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.18);
}

.rl-brochure-thumb {
  height: 12rem;
}
@media (max-width: 575.98px) {
  .rl-brochure-thumb {
    height: 10rem;
  }
}

.rl-brochure-thumb-img {
  aspect-ratio: 500/646;
  height: 100%;
}

.rl-brochure-body {
  padding: 0.75rem 1rem 0.875rem;
}

.rl-pathways {
  background-color: var(--midnight);
  padding: 3.75rem;
  margin-top: 3.375rem;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .rl-pathways {
    padding: 2.5rem 1.25rem;
  }
}
@media (max-width: 575.98px) {
  .rl-pathways {
    padding: 1.875rem 0.75rem;
    margin-top: 2.25rem;
  }
}

.rl-pathways-inner {
  max-width: 82.5rem;
  margin: 0 auto;
}

.rl-pathways-content {
  background-color: rgba(35, 35, 47, 0.75);
  padding: 3.75rem 2.25rem 2.25rem;
  gap: 1.5rem;
  width: 48.125rem;
  max-width: 100%;
}
@media (max-width: 1199.98px) {
  .rl-pathways-content {
    width: 100%;
    padding: 1.875rem 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .rl-pathways-content {
    padding: 1.5rem 1rem;
  }
}

.rl-pathways-text {
  gap: 1.125rem;
}

.rl-pathways-eyebrow {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0;
}

.rl-pathways-logo {
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  line-height: 1;
}
@media (max-width: 575.98px) {
  .rl-pathways-logo {
    font-size: 2.25rem;
    letter-spacing: 0.1em;
  }
}

.rl-pathways-desc {
  font-size: 1.125rem;
  font-weight: 450;
  line-height: 1.875rem;
  margin: 0;
}
@media (max-width: 575.98px) {
  .rl-pathways-desc {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}

.rl-pathways-divider {
  border: none;
  height: 1px;
  background-color: var(--slate);
  margin: 0;
}

.rl-pathways-latest {
  border-left: 3px solid var(--meadow);
  padding-left: 1.25rem;
  gap: 0.375rem;
}

.rl-pathways-read-link {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6875rem;
  color: #FFFFFF;
  gap: 0.375rem;
}

.rl-pathways-issue-meta,
.rl-pathways-issue-desc {
  font-size: 0.9375rem;
  font-weight: 550;
  line-height: 1.375rem;
  color: var(--slate-200);
  margin: 0;
}

.rl-pathways-archive {
  font-size: 1.125rem;
  font-weight: 700;
  color: #FFFFFF;
  text-decoration: none;
  border-bottom: 1px solid var(--meadow);
  display: inline-block;
  padding-bottom: 0.25rem;
  width: fit-content;
}
.rl-pathways-archive:hover {
  color: #FFFFFF;
  text-decoration: none;
  opacity: 0.85;
}

.rl-pathways-cta {
  padding: 3.75rem 2.25rem 2.25rem;
}
@media (max-width: 1199.98px) {
  .rl-pathways-cta {
    padding: 0 1.5rem 1.875rem;
  }
}
@media (max-width: 575.98px) {
  .rl-pathways-cta {
    padding: 0 1rem 1.5rem;
  }
}

.rl-pathways-subscribe-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #FFFFFF;
  padding: 0.9375rem 1.75rem;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  box-shadow: 0 0 10px #23232F, 0 0 20px #23232F;
  transition: background-color 0.2s ease-in-out;
}
.rl-pathways-subscribe-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .rl-pathways-subscribe-btn {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
    letter-spacing: 0.025em;
  }
}

.rl-docs-section {
  padding: 4.375rem 0 4rem;
}

.rl-docs-col {
  gap: 1rem;
}

.rl-docs-title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.25rem;
  color: var(--midnight);
  margin: 0;
  padding: 0 1rem;
}

.rl-docs-list {
  gap: 1rem;
  max-height: 21.875rem;
  overflow: hidden;
  padding: 0 1rem;
}
.rl-docs-list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3.75rem;
  background: linear-gradient(to bottom, rgba(247, 247, 248, 0) 0%, rgba(247, 247, 248, 0.6) 100%);
  pointer-events: none;
}

.rl-docs-divider {
  height: 1px;
  background-color: var(--slate-300);
  flex-shrink: 0;
}

.rl-doc-item {
  gap: 0.75rem;
  text-decoration: none;
  flex-shrink: 0;
}
.rl-doc-item:hover {
  text-decoration: none;
}
.rl-doc-item:hover .rl-doc-name {
  text-decoration: underline;
}

.rl-doc-icon {
  width: 1.75rem;
  height: 2.125rem;
  color: var(--freshwater);
  font-size: 1.375rem;
}

.rl-doc-name {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
  color: var(--freshwater);
  flex: 1;
  overflow-wrap: break-word;
}

.rl-presentation-row {
  gap: 1rem;
  transition: color 0.2s ease-in-out;
}
.rl-presentation-row:hover .rl-presentation-title {
  color: var(--deep-sea);
}

.rl-presentation-thumb {
  width: 10rem;
  height: 6.875rem;
  flex-shrink: 0;
}

.rl-presentation-thumb-img {
  aspect-ratio: 647/500;
  height: 100%;
}

.rl-presentation-content {
  gap: 0.25rem;
}

.rl-presentation-title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
  color: var(--freshwater);
  overflow-wrap: break-word;
}

.rl-presentation-subtitle {
  font-size: 0.9375rem;
  font-weight: 550;
  line-height: 1.375rem;
  color: var(--slate);
}

.rl-docs-see-all {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
  color: var(--green-text);
  text-decoration: none;
  padding: 0 0.5rem;
}
.rl-docs-see-all:hover {
  color: var(--deep-forest);
  text-decoration: underline;
}

.page-header-style {
  margin-bottom: 1.5rem;
}
.page-header-style h2 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--slate-800);
  margin: 0;
}
@media (min-width: 992px) {
  .page-header-style h2 {
    font-size: 2.5rem;
  }
}

.reso-item-header {
  padding-left: 1rem;
}

.row-30 {
  --bs-gutter-x: 1.875rem;
}
@media (max-width: 991.98px) {
  .row-30 {
    --bs-gutter-x: 1.5rem;
  }
}

.resource-listings {
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}
@media (max-width: 767.98px) {
  .resource-listings {
    row-gap: 1.5rem;
  }
}

.resource-card {
  display: flex;
  align-items: stretch;
  background-color: #FFFFFF;
  min-height: 7.5rem;
  transition: box-shadow 0.2s ease-in-out;
}
.resource-card:hover {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767.98px) {
  .resource-card {
    flex-direction: column;
  }
}

.resource-card-img {
  width: 15rem;
  min-width: 15rem;
  flex-shrink: 0;
  overflow: hidden;
}
.resource-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom left;
  display: block;
}
@media (max-width: 767.98px) {
  .resource-card-img {
    width: 100%;
    min-width: 0;
    height: 12.5rem;
  }
}

.fallresourcestyle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 2.5rem;
  color: var(--deep-forest);
  border: 3px solid var(--deep-forest);
}

.resource-card-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  min-width: 0;
  padding: 1.5rem;
  gap: 0.25rem;
}

.resource-card-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.625rem;
  font-family: var(--font-sans);
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 550;
  color: var(--slate-600);
}

.resource-card-diamond {
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: var(--slate-300);
  transform: rotate(45deg);
  flex-shrink: 0;
}

.resource-card-title {
  font-family: var(--font-sans);
  font-size: 1.25rem;
  line-height: 1.6875rem;
  font-weight: 700;
  color: var(--freshwater);
  margin: 0;
}

.resource-card-excerpt {
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 450;
  color: var(--slate);
  margin: 0;
}

.reso-right-side {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.reso-right-side hr {
  background-color: var(--slate-300);
  margin: 0;
}

.sidebar-widget {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 1.5rem 0;
  row-gap: 0.75rem;
}
.sidebar-widget h6 {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--midnight);
  margin: 0;
}
.sidebar-widget ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar-widget ul a {
  color: var(--freshwater);
  text-decoration: none;
}
.sidebar-widget ul a:hover {
  color: var(--deep-sea);
  text-decoration: underline;
}

.sidebar-widget .input-group {
  display: flex;
  width: 100%;
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid var(--slate-300);
}
.sidebar-widget .left-search-box {
  flex: 1;
  min-width: 0;
  height: 3rem;
  padding: 0 0 0 1rem;
  background: transparent;
  border: none;
  font-family: var(--font-sans);
  font-size: 0.9375rem;
  line-height: 1.375rem;
  font-weight: 550;
  color: var(--slate);
}
.sidebar-widget .left-search-box::placeholder {
  color: var(--slate);
  opacity: 1;
}
.sidebar-widget .left-search-box:focus {
  outline: none;
}
.sidebar-widget .search-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  background: transparent;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  color: var(--freshwater);
  transition: color 0.2s ease-in-out;
}
.sidebar-widget .search-icon:hover {
  color: var(--deep-sea);
}
.sidebar-widget .search-icon svg {
  display: block;
}

.pagination-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 0;
}

.pagination-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  width: 3rem;
  height: 2.75rem;
  flex-shrink: 0;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out;
}
.pagination-arrow svg {
  display: block;
}

.pagination-arrow {
  background-color: var(--green-text);
}
.pagination-arrow:hover {
  background-color: var(--deep-forest);
}

.pagination-arrow--disabled {
  background-color: var(--slate-200);
  pointer-events: none;
}

.pagination-pages {
  display: flex;
  align-items: center;
  height: 2.75rem;
  background-color: #FFFFFF;
  padding: 0 0.5rem;
}

.pagination-page {
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  width: 3rem;
  height: 100%;
  font-family: var(--font-sans);
  font-size: 1.25rem;
  line-height: 1.6875rem;
  font-weight: 700;
  color: var(--green-text);
  text-decoration: none;
  border-right: 1px solid var(--slate-300);
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.pagination-page:last-child {
  border-right: none;
}
.pagination-page:hover {
  background-color: var(--slate-100);
  color: var(--green-text);
}

.pagination-page--current {
  color: var(--slate);
  background-color: var(--slate-200);
  pointer-events: none;
  font-weight: 650;
}
.pagination-page--current:hover {
  color: var(--slate);
  background-color: var(--slate-200);
}

.pagination-page--ellipsis {
  color: var(--slate-400);
  background-color: var(--slate-200);
  pointer-events: none;
  border-right: none;
}

.search-banner {
  background-color: var(--slate);
}
.search-banner h1, .search-banner h2, .search-banner h3 {
  color: #FFFFFF;
}

.search-banner-form {
  display: flex;
  gap: 0.5rem;
  align-items: stretch;
}
@media (max-width: 767.98px) {
  .search-banner-form {
    flex-direction: column;
  }
}

.search-banner-input {
  flex: 1;
  min-width: 0;
  padding: 0.6875rem 1rem;
  border: 1px solid var(--slate-300);
  background-color: #FFFFFF;
  color: var(--slate-800);
  font: inherit;
}
.search-banner-input::placeholder {
  color: var(--slate-600);
}
.search-banner-input:focus {
  outline: none;
  border-color: var(--freshwater);
}

/*# sourceMappingURL=main.css.map */
