/**
 * Formidable Forms
 */
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}
.lity-loading .lity-content, .lity-closed .lity-content {
  transform: scale(0.8);
}
.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}
.lity-close:active {
  top: 1px;
}

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/*
*   1. Global styles
*   2. Animations
*   3. Forms
 */
#wpadminbar {
  opacity: 0;
}
#wpadminbar:hover {
  opacity: 1;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

div {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--wp--preset--color--darkclay);
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: var(--wp--preset--color--pacific);
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

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

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

@media (min-width: 375px) {
  .d-iphone-none {
    display: none !important;
  }
  .d-iphone-inline {
    display: inline !important;
  }
  .d-iphone-inline-block {
    display: inline-block !important;
  }
  .d-iphone-block {
    display: block !important;
  }
  .d-iphone-table {
    display: table !important;
  }
  .d-iphone-table-row {
    display: table-row !important;
  }
  .d-iphone-table-cell {
    display: table-cell !important;
  }
  .d-iphone-flex {
    display: flex !important;
  }
  .d-iphone-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 414px) {
  .d-iphoneplus-none {
    display: none !important;
  }
  .d-iphoneplus-inline {
    display: inline !important;
  }
  .d-iphoneplus-inline-block {
    display: inline-block !important;
  }
  .d-iphoneplus-block {
    display: block !important;
  }
  .d-iphoneplus-table {
    display: table !important;
  }
  .d-iphoneplus-table-row {
    display: table-row !important;
  }
  .d-iphoneplus-table-cell {
    display: table-cell !important;
  }
  .d-iphoneplus-flex {
    display: flex !important;
  }
  .d-iphoneplus-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 480px) {
  .d-mobile-none {
    display: none !important;
  }
  .d-mobile-inline {
    display: inline !important;
  }
  .d-mobile-inline-block {
    display: inline-block !important;
  }
  .d-mobile-block {
    display: block !important;
  }
  .d-mobile-table {
    display: table !important;
  }
  .d-mobile-table-row {
    display: table-row !important;
  }
  .d-mobile-table-cell {
    display: table-cell !important;
  }
  .d-mobile-flex {
    display: flex !important;
  }
  .d-mobile-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 600px) {
  .d-small-none {
    display: none !important;
  }
  .d-small-inline {
    display: inline !important;
  }
  .d-small-inline-block {
    display: inline-block !important;
  }
  .d-small-block {
    display: block !important;
  }
  .d-small-table {
    display: table !important;
  }
  .d-small-table-row {
    display: table-row !important;
  }
  .d-small-table-cell {
    display: table-cell !important;
  }
  .d-small-flex {
    display: flex !important;
  }
  .d-small-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 782px) {
  .d-medium-none {
    display: none !important;
  }
  .d-medium-inline {
    display: inline !important;
  }
  .d-medium-inline-block {
    display: inline-block !important;
  }
  .d-medium-block {
    display: block !important;
  }
  .d-medium-table {
    display: table !important;
  }
  .d-medium-table-row {
    display: table-row !important;
  }
  .d-medium-table-cell {
    display: table-cell !important;
  }
  .d-medium-flex {
    display: flex !important;
  }
  .d-medium-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 960px) {
  .d-large-none {
    display: none !important;
  }
  .d-large-inline {
    display: inline !important;
  }
  .d-large-inline-block {
    display: inline-block !important;
  }
  .d-large-block {
    display: block !important;
  }
  .d-large-table {
    display: table !important;
  }
  .d-large-table-row {
    display: table-row !important;
  }
  .d-large-table-cell {
    display: table-cell !important;
  }
  .d-large-flex {
    display: flex !important;
  }
  .d-large-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1024px) {
  .d-tablet-none {
    display: none !important;
  }
  .d-tablet-inline {
    display: inline !important;
  }
  .d-tablet-inline-block {
    display: inline-block !important;
  }
  .d-tablet-block {
    display: block !important;
  }
  .d-tablet-table {
    display: table !important;
  }
  .d-tablet-table-row {
    display: table-row !important;
  }
  .d-tablet-table-cell {
    display: table-cell !important;
  }
  .d-tablet-flex {
    display: flex !important;
  }
  .d-tablet-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1080px) {
  .d-portrait-none {
    display: none !important;
  }
  .d-portrait-inline {
    display: inline !important;
  }
  .d-portrait-inline-block {
    display: inline-block !important;
  }
  .d-portrait-block {
    display: block !important;
  }
  .d-portrait-table {
    display: table !important;
  }
  .d-portrait-table-row {
    display: table-row !important;
  }
  .d-portrait-table-cell {
    display: table-cell !important;
  }
  .d-portrait-flex {
    display: flex !important;
  }
  .d-portrait-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1280px) {
  .d-wide-none {
    display: none !important;
  }
  .d-wide-inline {
    display: inline !important;
  }
  .d-wide-inline-block {
    display: inline-block !important;
  }
  .d-wide-block {
    display: block !important;
  }
  .d-wide-table {
    display: table !important;
  }
  .d-wide-table-row {
    display: table-row !important;
  }
  .d-wide-table-cell {
    display: table-cell !important;
  }
  .d-wide-flex {
    display: flex !important;
  }
  .d-wide-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1366px) {
  .d-ipadpro-none {
    display: none !important;
  }
  .d-ipadpro-inline {
    display: inline !important;
  }
  .d-ipadpro-inline-block {
    display: inline-block !important;
  }
  .d-ipadpro-block {
    display: block !important;
  }
  .d-ipadpro-table {
    display: table !important;
  }
  .d-ipadpro-table-row {
    display: table-row !important;
  }
  .d-ipadpro-table-cell {
    display: table-cell !important;
  }
  .d-ipadpro-flex {
    display: flex !important;
  }
  .d-ipadpro-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1440px) {
  .d-huge-none {
    display: none !important;
  }
  .d-huge-inline {
    display: inline !important;
  }
  .d-huge-inline-block {
    display: inline-block !important;
  }
  .d-huge-block {
    display: block !important;
  }
  .d-huge-table {
    display: table !important;
  }
  .d-huge-table-row {
    display: table-row !important;
  }
  .d-huge-table-cell {
    display: table-cell !important;
  }
  .d-huge-flex {
    display: flex !important;
  }
  .d-huge-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1600px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 375px) {
  .m-iphone-0 {
    margin: 0 !important;
  }
  .mt-iphone-0,
  .my-iphone-0 {
    margin-top: 0 !important;
  }
  .mr-iphone-0,
  .mx-iphone-0 {
    margin-right: 0 !important;
  }
  .mb-iphone-0,
  .my-iphone-0 {
    margin-bottom: 0 !important;
  }
  .ml-iphone-0,
  .mx-iphone-0 {
    margin-left: 0 !important;
  }
  .m-iphone-1 {
    margin: 0.25rem !important;
  }
  .mt-iphone-1,
  .my-iphone-1 {
    margin-top: 0.25rem !important;
  }
  .mr-iphone-1,
  .mx-iphone-1 {
    margin-right: 0.25rem !important;
  }
  .mb-iphone-1,
  .my-iphone-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-iphone-1,
  .mx-iphone-1 {
    margin-left: 0.25rem !important;
  }
  .m-iphone-2 {
    margin: 0.5rem !important;
  }
  .mt-iphone-2,
  .my-iphone-2 {
    margin-top: 0.5rem !important;
  }
  .mr-iphone-2,
  .mx-iphone-2 {
    margin-right: 0.5rem !important;
  }
  .mb-iphone-2,
  .my-iphone-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-iphone-2,
  .mx-iphone-2 {
    margin-left: 0.5rem !important;
  }
  .m-iphone-3 {
    margin: 1rem !important;
  }
  .mt-iphone-3,
  .my-iphone-3 {
    margin-top: 1rem !important;
  }
  .mr-iphone-3,
  .mx-iphone-3 {
    margin-right: 1rem !important;
  }
  .mb-iphone-3,
  .my-iphone-3 {
    margin-bottom: 1rem !important;
  }
  .ml-iphone-3,
  .mx-iphone-3 {
    margin-left: 1rem !important;
  }
  .m-iphone-4 {
    margin: 1.5rem !important;
  }
  .mt-iphone-4,
  .my-iphone-4 {
    margin-top: 1.5rem !important;
  }
  .mr-iphone-4,
  .mx-iphone-4 {
    margin-right: 1.5rem !important;
  }
  .mb-iphone-4,
  .my-iphone-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-iphone-4,
  .mx-iphone-4 {
    margin-left: 1.5rem !important;
  }
  .m-iphone-5 {
    margin: 3rem !important;
  }
  .mt-iphone-5,
  .my-iphone-5 {
    margin-top: 3rem !important;
  }
  .mr-iphone-5,
  .mx-iphone-5 {
    margin-right: 3rem !important;
  }
  .mb-iphone-5,
  .my-iphone-5 {
    margin-bottom: 3rem !important;
  }
  .ml-iphone-5,
  .mx-iphone-5 {
    margin-left: 3rem !important;
  }
  .p-iphone-0 {
    padding: 0 !important;
  }
  .pt-iphone-0,
  .py-iphone-0 {
    padding-top: 0 !important;
  }
  .pr-iphone-0,
  .px-iphone-0 {
    padding-right: 0 !important;
  }
  .pb-iphone-0,
  .py-iphone-0 {
    padding-bottom: 0 !important;
  }
  .pl-iphone-0,
  .px-iphone-0 {
    padding-left: 0 !important;
  }
  .p-iphone-1 {
    padding: 0.25rem !important;
  }
  .pt-iphone-1,
  .py-iphone-1 {
    padding-top: 0.25rem !important;
  }
  .pr-iphone-1,
  .px-iphone-1 {
    padding-right: 0.25rem !important;
  }
  .pb-iphone-1,
  .py-iphone-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-iphone-1,
  .px-iphone-1 {
    padding-left: 0.25rem !important;
  }
  .p-iphone-2 {
    padding: 0.5rem !important;
  }
  .pt-iphone-2,
  .py-iphone-2 {
    padding-top: 0.5rem !important;
  }
  .pr-iphone-2,
  .px-iphone-2 {
    padding-right: 0.5rem !important;
  }
  .pb-iphone-2,
  .py-iphone-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-iphone-2,
  .px-iphone-2 {
    padding-left: 0.5rem !important;
  }
  .p-iphone-3 {
    padding: 1rem !important;
  }
  .pt-iphone-3,
  .py-iphone-3 {
    padding-top: 1rem !important;
  }
  .pr-iphone-3,
  .px-iphone-3 {
    padding-right: 1rem !important;
  }
  .pb-iphone-3,
  .py-iphone-3 {
    padding-bottom: 1rem !important;
  }
  .pl-iphone-3,
  .px-iphone-3 {
    padding-left: 1rem !important;
  }
  .p-iphone-4 {
    padding: 1.5rem !important;
  }
  .pt-iphone-4,
  .py-iphone-4 {
    padding-top: 1.5rem !important;
  }
  .pr-iphone-4,
  .px-iphone-4 {
    padding-right: 1.5rem !important;
  }
  .pb-iphone-4,
  .py-iphone-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-iphone-4,
  .px-iphone-4 {
    padding-left: 1.5rem !important;
  }
  .p-iphone-5 {
    padding: 3rem !important;
  }
  .pt-iphone-5,
  .py-iphone-5 {
    padding-top: 3rem !important;
  }
  .pr-iphone-5,
  .px-iphone-5 {
    padding-right: 3rem !important;
  }
  .pb-iphone-5,
  .py-iphone-5 {
    padding-bottom: 3rem !important;
  }
  .pl-iphone-5,
  .px-iphone-5 {
    padding-left: 3rem !important;
  }
  .m-iphone-n1 {
    margin: -0.25rem !important;
  }
  .mt-iphone-n1,
  .my-iphone-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-iphone-n1,
  .mx-iphone-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-iphone-n1,
  .my-iphone-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-iphone-n1,
  .mx-iphone-n1 {
    margin-left: -0.25rem !important;
  }
  .m-iphone-n2 {
    margin: -0.5rem !important;
  }
  .mt-iphone-n2,
  .my-iphone-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-iphone-n2,
  .mx-iphone-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-iphone-n2,
  .my-iphone-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-iphone-n2,
  .mx-iphone-n2 {
    margin-left: -0.5rem !important;
  }
  .m-iphone-n3 {
    margin: -1rem !important;
  }
  .mt-iphone-n3,
  .my-iphone-n3 {
    margin-top: -1rem !important;
  }
  .mr-iphone-n3,
  .mx-iphone-n3 {
    margin-right: -1rem !important;
  }
  .mb-iphone-n3,
  .my-iphone-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-iphone-n3,
  .mx-iphone-n3 {
    margin-left: -1rem !important;
  }
  .m-iphone-n4 {
    margin: -1.5rem !important;
  }
  .mt-iphone-n4,
  .my-iphone-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-iphone-n4,
  .mx-iphone-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-iphone-n4,
  .my-iphone-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-iphone-n4,
  .mx-iphone-n4 {
    margin-left: -1.5rem !important;
  }
  .m-iphone-n5 {
    margin: -3rem !important;
  }
  .mt-iphone-n5,
  .my-iphone-n5 {
    margin-top: -3rem !important;
  }
  .mr-iphone-n5,
  .mx-iphone-n5 {
    margin-right: -3rem !important;
  }
  .mb-iphone-n5,
  .my-iphone-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-iphone-n5,
  .mx-iphone-n5 {
    margin-left: -3rem !important;
  }
  .m-iphone-auto {
    margin: auto !important;
  }
  .mt-iphone-auto,
  .my-iphone-auto {
    margin-top: auto !important;
  }
  .mr-iphone-auto,
  .mx-iphone-auto {
    margin-right: auto !important;
  }
  .mb-iphone-auto,
  .my-iphone-auto {
    margin-bottom: auto !important;
  }
  .ml-iphone-auto,
  .mx-iphone-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 414px) {
  .m-iphoneplus-0 {
    margin: 0 !important;
  }
  .mt-iphoneplus-0,
  .my-iphoneplus-0 {
    margin-top: 0 !important;
  }
  .mr-iphoneplus-0,
  .mx-iphoneplus-0 {
    margin-right: 0 !important;
  }
  .mb-iphoneplus-0,
  .my-iphoneplus-0 {
    margin-bottom: 0 !important;
  }
  .ml-iphoneplus-0,
  .mx-iphoneplus-0 {
    margin-left: 0 !important;
  }
  .m-iphoneplus-1 {
    margin: 0.25rem !important;
  }
  .mt-iphoneplus-1,
  .my-iphoneplus-1 {
    margin-top: 0.25rem !important;
  }
  .mr-iphoneplus-1,
  .mx-iphoneplus-1 {
    margin-right: 0.25rem !important;
  }
  .mb-iphoneplus-1,
  .my-iphoneplus-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-iphoneplus-1,
  .mx-iphoneplus-1 {
    margin-left: 0.25rem !important;
  }
  .m-iphoneplus-2 {
    margin: 0.5rem !important;
  }
  .mt-iphoneplus-2,
  .my-iphoneplus-2 {
    margin-top: 0.5rem !important;
  }
  .mr-iphoneplus-2,
  .mx-iphoneplus-2 {
    margin-right: 0.5rem !important;
  }
  .mb-iphoneplus-2,
  .my-iphoneplus-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-iphoneplus-2,
  .mx-iphoneplus-2 {
    margin-left: 0.5rem !important;
  }
  .m-iphoneplus-3 {
    margin: 1rem !important;
  }
  .mt-iphoneplus-3,
  .my-iphoneplus-3 {
    margin-top: 1rem !important;
  }
  .mr-iphoneplus-3,
  .mx-iphoneplus-3 {
    margin-right: 1rem !important;
  }
  .mb-iphoneplus-3,
  .my-iphoneplus-3 {
    margin-bottom: 1rem !important;
  }
  .ml-iphoneplus-3,
  .mx-iphoneplus-3 {
    margin-left: 1rem !important;
  }
  .m-iphoneplus-4 {
    margin: 1.5rem !important;
  }
  .mt-iphoneplus-4,
  .my-iphoneplus-4 {
    margin-top: 1.5rem !important;
  }
  .mr-iphoneplus-4,
  .mx-iphoneplus-4 {
    margin-right: 1.5rem !important;
  }
  .mb-iphoneplus-4,
  .my-iphoneplus-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-iphoneplus-4,
  .mx-iphoneplus-4 {
    margin-left: 1.5rem !important;
  }
  .m-iphoneplus-5 {
    margin: 3rem !important;
  }
  .mt-iphoneplus-5,
  .my-iphoneplus-5 {
    margin-top: 3rem !important;
  }
  .mr-iphoneplus-5,
  .mx-iphoneplus-5 {
    margin-right: 3rem !important;
  }
  .mb-iphoneplus-5,
  .my-iphoneplus-5 {
    margin-bottom: 3rem !important;
  }
  .ml-iphoneplus-5,
  .mx-iphoneplus-5 {
    margin-left: 3rem !important;
  }
  .p-iphoneplus-0 {
    padding: 0 !important;
  }
  .pt-iphoneplus-0,
  .py-iphoneplus-0 {
    padding-top: 0 !important;
  }
  .pr-iphoneplus-0,
  .px-iphoneplus-0 {
    padding-right: 0 !important;
  }
  .pb-iphoneplus-0,
  .py-iphoneplus-0 {
    padding-bottom: 0 !important;
  }
  .pl-iphoneplus-0,
  .px-iphoneplus-0 {
    padding-left: 0 !important;
  }
  .p-iphoneplus-1 {
    padding: 0.25rem !important;
  }
  .pt-iphoneplus-1,
  .py-iphoneplus-1 {
    padding-top: 0.25rem !important;
  }
  .pr-iphoneplus-1,
  .px-iphoneplus-1 {
    padding-right: 0.25rem !important;
  }
  .pb-iphoneplus-1,
  .py-iphoneplus-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-iphoneplus-1,
  .px-iphoneplus-1 {
    padding-left: 0.25rem !important;
  }
  .p-iphoneplus-2 {
    padding: 0.5rem !important;
  }
  .pt-iphoneplus-2,
  .py-iphoneplus-2 {
    padding-top: 0.5rem !important;
  }
  .pr-iphoneplus-2,
  .px-iphoneplus-2 {
    padding-right: 0.5rem !important;
  }
  .pb-iphoneplus-2,
  .py-iphoneplus-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-iphoneplus-2,
  .px-iphoneplus-2 {
    padding-left: 0.5rem !important;
  }
  .p-iphoneplus-3 {
    padding: 1rem !important;
  }
  .pt-iphoneplus-3,
  .py-iphoneplus-3 {
    padding-top: 1rem !important;
  }
  .pr-iphoneplus-3,
  .px-iphoneplus-3 {
    padding-right: 1rem !important;
  }
  .pb-iphoneplus-3,
  .py-iphoneplus-3 {
    padding-bottom: 1rem !important;
  }
  .pl-iphoneplus-3,
  .px-iphoneplus-3 {
    padding-left: 1rem !important;
  }
  .p-iphoneplus-4 {
    padding: 1.5rem !important;
  }
  .pt-iphoneplus-4,
  .py-iphoneplus-4 {
    padding-top: 1.5rem !important;
  }
  .pr-iphoneplus-4,
  .px-iphoneplus-4 {
    padding-right: 1.5rem !important;
  }
  .pb-iphoneplus-4,
  .py-iphoneplus-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-iphoneplus-4,
  .px-iphoneplus-4 {
    padding-left: 1.5rem !important;
  }
  .p-iphoneplus-5 {
    padding: 3rem !important;
  }
  .pt-iphoneplus-5,
  .py-iphoneplus-5 {
    padding-top: 3rem !important;
  }
  .pr-iphoneplus-5,
  .px-iphoneplus-5 {
    padding-right: 3rem !important;
  }
  .pb-iphoneplus-5,
  .py-iphoneplus-5 {
    padding-bottom: 3rem !important;
  }
  .pl-iphoneplus-5,
  .px-iphoneplus-5 {
    padding-left: 3rem !important;
  }
  .m-iphoneplus-n1 {
    margin: -0.25rem !important;
  }
  .mt-iphoneplus-n1,
  .my-iphoneplus-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-iphoneplus-n1,
  .mx-iphoneplus-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-iphoneplus-n1,
  .my-iphoneplus-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-iphoneplus-n1,
  .mx-iphoneplus-n1 {
    margin-left: -0.25rem !important;
  }
  .m-iphoneplus-n2 {
    margin: -0.5rem !important;
  }
  .mt-iphoneplus-n2,
  .my-iphoneplus-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-iphoneplus-n2,
  .mx-iphoneplus-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-iphoneplus-n2,
  .my-iphoneplus-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-iphoneplus-n2,
  .mx-iphoneplus-n2 {
    margin-left: -0.5rem !important;
  }
  .m-iphoneplus-n3 {
    margin: -1rem !important;
  }
  .mt-iphoneplus-n3,
  .my-iphoneplus-n3 {
    margin-top: -1rem !important;
  }
  .mr-iphoneplus-n3,
  .mx-iphoneplus-n3 {
    margin-right: -1rem !important;
  }
  .mb-iphoneplus-n3,
  .my-iphoneplus-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-iphoneplus-n3,
  .mx-iphoneplus-n3 {
    margin-left: -1rem !important;
  }
  .m-iphoneplus-n4 {
    margin: -1.5rem !important;
  }
  .mt-iphoneplus-n4,
  .my-iphoneplus-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-iphoneplus-n4,
  .mx-iphoneplus-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-iphoneplus-n4,
  .my-iphoneplus-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-iphoneplus-n4,
  .mx-iphoneplus-n4 {
    margin-left: -1.5rem !important;
  }
  .m-iphoneplus-n5 {
    margin: -3rem !important;
  }
  .mt-iphoneplus-n5,
  .my-iphoneplus-n5 {
    margin-top: -3rem !important;
  }
  .mr-iphoneplus-n5,
  .mx-iphoneplus-n5 {
    margin-right: -3rem !important;
  }
  .mb-iphoneplus-n5,
  .my-iphoneplus-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-iphoneplus-n5,
  .mx-iphoneplus-n5 {
    margin-left: -3rem !important;
  }
  .m-iphoneplus-auto {
    margin: auto !important;
  }
  .mt-iphoneplus-auto,
  .my-iphoneplus-auto {
    margin-top: auto !important;
  }
  .mr-iphoneplus-auto,
  .mx-iphoneplus-auto {
    margin-right: auto !important;
  }
  .mb-iphoneplus-auto,
  .my-iphoneplus-auto {
    margin-bottom: auto !important;
  }
  .ml-iphoneplus-auto,
  .mx-iphoneplus-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 480px) {
  .m-mobile-0 {
    margin: 0 !important;
  }
  .mt-mobile-0,
  .my-mobile-0 {
    margin-top: 0 !important;
  }
  .mr-mobile-0,
  .mx-mobile-0 {
    margin-right: 0 !important;
  }
  .mb-mobile-0,
  .my-mobile-0 {
    margin-bottom: 0 !important;
  }
  .ml-mobile-0,
  .mx-mobile-0 {
    margin-left: 0 !important;
  }
  .m-mobile-1 {
    margin: 0.25rem !important;
  }
  .mt-mobile-1,
  .my-mobile-1 {
    margin-top: 0.25rem !important;
  }
  .mr-mobile-1,
  .mx-mobile-1 {
    margin-right: 0.25rem !important;
  }
  .mb-mobile-1,
  .my-mobile-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-mobile-1,
  .mx-mobile-1 {
    margin-left: 0.25rem !important;
  }
  .m-mobile-2 {
    margin: 0.5rem !important;
  }
  .mt-mobile-2,
  .my-mobile-2 {
    margin-top: 0.5rem !important;
  }
  .mr-mobile-2,
  .mx-mobile-2 {
    margin-right: 0.5rem !important;
  }
  .mb-mobile-2,
  .my-mobile-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-mobile-2,
  .mx-mobile-2 {
    margin-left: 0.5rem !important;
  }
  .m-mobile-3 {
    margin: 1rem !important;
  }
  .mt-mobile-3,
  .my-mobile-3 {
    margin-top: 1rem !important;
  }
  .mr-mobile-3,
  .mx-mobile-3 {
    margin-right: 1rem !important;
  }
  .mb-mobile-3,
  .my-mobile-3 {
    margin-bottom: 1rem !important;
  }
  .ml-mobile-3,
  .mx-mobile-3 {
    margin-left: 1rem !important;
  }
  .m-mobile-4 {
    margin: 1.5rem !important;
  }
  .mt-mobile-4,
  .my-mobile-4 {
    margin-top: 1.5rem !important;
  }
  .mr-mobile-4,
  .mx-mobile-4 {
    margin-right: 1.5rem !important;
  }
  .mb-mobile-4,
  .my-mobile-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-mobile-4,
  .mx-mobile-4 {
    margin-left: 1.5rem !important;
  }
  .m-mobile-5 {
    margin: 3rem !important;
  }
  .mt-mobile-5,
  .my-mobile-5 {
    margin-top: 3rem !important;
  }
  .mr-mobile-5,
  .mx-mobile-5 {
    margin-right: 3rem !important;
  }
  .mb-mobile-5,
  .my-mobile-5 {
    margin-bottom: 3rem !important;
  }
  .ml-mobile-5,
  .mx-mobile-5 {
    margin-left: 3rem !important;
  }
  .p-mobile-0 {
    padding: 0 !important;
  }
  .pt-mobile-0,
  .py-mobile-0 {
    padding-top: 0 !important;
  }
  .pr-mobile-0,
  .px-mobile-0 {
    padding-right: 0 !important;
  }
  .pb-mobile-0,
  .py-mobile-0 {
    padding-bottom: 0 !important;
  }
  .pl-mobile-0,
  .px-mobile-0 {
    padding-left: 0 !important;
  }
  .p-mobile-1 {
    padding: 0.25rem !important;
  }
  .pt-mobile-1,
  .py-mobile-1 {
    padding-top: 0.25rem !important;
  }
  .pr-mobile-1,
  .px-mobile-1 {
    padding-right: 0.25rem !important;
  }
  .pb-mobile-1,
  .py-mobile-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-mobile-1,
  .px-mobile-1 {
    padding-left: 0.25rem !important;
  }
  .p-mobile-2 {
    padding: 0.5rem !important;
  }
  .pt-mobile-2,
  .py-mobile-2 {
    padding-top: 0.5rem !important;
  }
  .pr-mobile-2,
  .px-mobile-2 {
    padding-right: 0.5rem !important;
  }
  .pb-mobile-2,
  .py-mobile-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-mobile-2,
  .px-mobile-2 {
    padding-left: 0.5rem !important;
  }
  .p-mobile-3 {
    padding: 1rem !important;
  }
  .pt-mobile-3,
  .py-mobile-3 {
    padding-top: 1rem !important;
  }
  .pr-mobile-3,
  .px-mobile-3 {
    padding-right: 1rem !important;
  }
  .pb-mobile-3,
  .py-mobile-3 {
    padding-bottom: 1rem !important;
  }
  .pl-mobile-3,
  .px-mobile-3 {
    padding-left: 1rem !important;
  }
  .p-mobile-4 {
    padding: 1.5rem !important;
  }
  .pt-mobile-4,
  .py-mobile-4 {
    padding-top: 1.5rem !important;
  }
  .pr-mobile-4,
  .px-mobile-4 {
    padding-right: 1.5rem !important;
  }
  .pb-mobile-4,
  .py-mobile-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-mobile-4,
  .px-mobile-4 {
    padding-left: 1.5rem !important;
  }
  .p-mobile-5 {
    padding: 3rem !important;
  }
  .pt-mobile-5,
  .py-mobile-5 {
    padding-top: 3rem !important;
  }
  .pr-mobile-5,
  .px-mobile-5 {
    padding-right: 3rem !important;
  }
  .pb-mobile-5,
  .py-mobile-5 {
    padding-bottom: 3rem !important;
  }
  .pl-mobile-5,
  .px-mobile-5 {
    padding-left: 3rem !important;
  }
  .m-mobile-n1 {
    margin: -0.25rem !important;
  }
  .mt-mobile-n1,
  .my-mobile-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-mobile-n1,
  .mx-mobile-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-mobile-n1,
  .my-mobile-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-mobile-n1,
  .mx-mobile-n1 {
    margin-left: -0.25rem !important;
  }
  .m-mobile-n2 {
    margin: -0.5rem !important;
  }
  .mt-mobile-n2,
  .my-mobile-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-mobile-n2,
  .mx-mobile-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-mobile-n2,
  .my-mobile-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-mobile-n2,
  .mx-mobile-n2 {
    margin-left: -0.5rem !important;
  }
  .m-mobile-n3 {
    margin: -1rem !important;
  }
  .mt-mobile-n3,
  .my-mobile-n3 {
    margin-top: -1rem !important;
  }
  .mr-mobile-n3,
  .mx-mobile-n3 {
    margin-right: -1rem !important;
  }
  .mb-mobile-n3,
  .my-mobile-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-mobile-n3,
  .mx-mobile-n3 {
    margin-left: -1rem !important;
  }
  .m-mobile-n4 {
    margin: -1.5rem !important;
  }
  .mt-mobile-n4,
  .my-mobile-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-mobile-n4,
  .mx-mobile-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-mobile-n4,
  .my-mobile-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-mobile-n4,
  .mx-mobile-n4 {
    margin-left: -1.5rem !important;
  }
  .m-mobile-n5 {
    margin: -3rem !important;
  }
  .mt-mobile-n5,
  .my-mobile-n5 {
    margin-top: -3rem !important;
  }
  .mr-mobile-n5,
  .mx-mobile-n5 {
    margin-right: -3rem !important;
  }
  .mb-mobile-n5,
  .my-mobile-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-mobile-n5,
  .mx-mobile-n5 {
    margin-left: -3rem !important;
  }
  .m-mobile-auto {
    margin: auto !important;
  }
  .mt-mobile-auto,
  .my-mobile-auto {
    margin-top: auto !important;
  }
  .mr-mobile-auto,
  .mx-mobile-auto {
    margin-right: auto !important;
  }
  .mb-mobile-auto,
  .my-mobile-auto {
    margin-bottom: auto !important;
  }
  .ml-mobile-auto,
  .mx-mobile-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 600px) {
  .m-small-0 {
    margin: 0 !important;
  }
  .mt-small-0,
  .my-small-0 {
    margin-top: 0 !important;
  }
  .mr-small-0,
  .mx-small-0 {
    margin-right: 0 !important;
  }
  .mb-small-0,
  .my-small-0 {
    margin-bottom: 0 !important;
  }
  .ml-small-0,
  .mx-small-0 {
    margin-left: 0 !important;
  }
  .m-small-1 {
    margin: 0.25rem !important;
  }
  .mt-small-1,
  .my-small-1 {
    margin-top: 0.25rem !important;
  }
  .mr-small-1,
  .mx-small-1 {
    margin-right: 0.25rem !important;
  }
  .mb-small-1,
  .my-small-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-small-1,
  .mx-small-1 {
    margin-left: 0.25rem !important;
  }
  .m-small-2 {
    margin: 0.5rem !important;
  }
  .mt-small-2,
  .my-small-2 {
    margin-top: 0.5rem !important;
  }
  .mr-small-2,
  .mx-small-2 {
    margin-right: 0.5rem !important;
  }
  .mb-small-2,
  .my-small-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-small-2,
  .mx-small-2 {
    margin-left: 0.5rem !important;
  }
  .m-small-3 {
    margin: 1rem !important;
  }
  .mt-small-3,
  .my-small-3 {
    margin-top: 1rem !important;
  }
  .mr-small-3,
  .mx-small-3 {
    margin-right: 1rem !important;
  }
  .mb-small-3,
  .my-small-3 {
    margin-bottom: 1rem !important;
  }
  .ml-small-3,
  .mx-small-3 {
    margin-left: 1rem !important;
  }
  .m-small-4 {
    margin: 1.5rem !important;
  }
  .mt-small-4,
  .my-small-4 {
    margin-top: 1.5rem !important;
  }
  .mr-small-4,
  .mx-small-4 {
    margin-right: 1.5rem !important;
  }
  .mb-small-4,
  .my-small-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-small-4,
  .mx-small-4 {
    margin-left: 1.5rem !important;
  }
  .m-small-5 {
    margin: 3rem !important;
  }
  .mt-small-5,
  .my-small-5 {
    margin-top: 3rem !important;
  }
  .mr-small-5,
  .mx-small-5 {
    margin-right: 3rem !important;
  }
  .mb-small-5,
  .my-small-5 {
    margin-bottom: 3rem !important;
  }
  .ml-small-5,
  .mx-small-5 {
    margin-left: 3rem !important;
  }
  .p-small-0 {
    padding: 0 !important;
  }
  .pt-small-0,
  .py-small-0 {
    padding-top: 0 !important;
  }
  .pr-small-0,
  .px-small-0 {
    padding-right: 0 !important;
  }
  .pb-small-0,
  .py-small-0 {
    padding-bottom: 0 !important;
  }
  .pl-small-0,
  .px-small-0 {
    padding-left: 0 !important;
  }
  .p-small-1 {
    padding: 0.25rem !important;
  }
  .pt-small-1,
  .py-small-1 {
    padding-top: 0.25rem !important;
  }
  .pr-small-1,
  .px-small-1 {
    padding-right: 0.25rem !important;
  }
  .pb-small-1,
  .py-small-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-small-1,
  .px-small-1 {
    padding-left: 0.25rem !important;
  }
  .p-small-2 {
    padding: 0.5rem !important;
  }
  .pt-small-2,
  .py-small-2 {
    padding-top: 0.5rem !important;
  }
  .pr-small-2,
  .px-small-2 {
    padding-right: 0.5rem !important;
  }
  .pb-small-2,
  .py-small-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-small-2,
  .px-small-2 {
    padding-left: 0.5rem !important;
  }
  .p-small-3 {
    padding: 1rem !important;
  }
  .pt-small-3,
  .py-small-3 {
    padding-top: 1rem !important;
  }
  .pr-small-3,
  .px-small-3 {
    padding-right: 1rem !important;
  }
  .pb-small-3,
  .py-small-3 {
    padding-bottom: 1rem !important;
  }
  .pl-small-3,
  .px-small-3 {
    padding-left: 1rem !important;
  }
  .p-small-4 {
    padding: 1.5rem !important;
  }
  .pt-small-4,
  .py-small-4 {
    padding-top: 1.5rem !important;
  }
  .pr-small-4,
  .px-small-4 {
    padding-right: 1.5rem !important;
  }
  .pb-small-4,
  .py-small-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-small-4,
  .px-small-4 {
    padding-left: 1.5rem !important;
  }
  .p-small-5 {
    padding: 3rem !important;
  }
  .pt-small-5,
  .py-small-5 {
    padding-top: 3rem !important;
  }
  .pr-small-5,
  .px-small-5 {
    padding-right: 3rem !important;
  }
  .pb-small-5,
  .py-small-5 {
    padding-bottom: 3rem !important;
  }
  .pl-small-5,
  .px-small-5 {
    padding-left: 3rem !important;
  }
  .m-small-n1 {
    margin: -0.25rem !important;
  }
  .mt-small-n1,
  .my-small-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-small-n1,
  .mx-small-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-small-n1,
  .my-small-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-small-n1,
  .mx-small-n1 {
    margin-left: -0.25rem !important;
  }
  .m-small-n2 {
    margin: -0.5rem !important;
  }
  .mt-small-n2,
  .my-small-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-small-n2,
  .mx-small-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-small-n2,
  .my-small-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-small-n2,
  .mx-small-n2 {
    margin-left: -0.5rem !important;
  }
  .m-small-n3 {
    margin: -1rem !important;
  }
  .mt-small-n3,
  .my-small-n3 {
    margin-top: -1rem !important;
  }
  .mr-small-n3,
  .mx-small-n3 {
    margin-right: -1rem !important;
  }
  .mb-small-n3,
  .my-small-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-small-n3,
  .mx-small-n3 {
    margin-left: -1rem !important;
  }
  .m-small-n4 {
    margin: -1.5rem !important;
  }
  .mt-small-n4,
  .my-small-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-small-n4,
  .mx-small-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-small-n4,
  .my-small-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-small-n4,
  .mx-small-n4 {
    margin-left: -1.5rem !important;
  }
  .m-small-n5 {
    margin: -3rem !important;
  }
  .mt-small-n5,
  .my-small-n5 {
    margin-top: -3rem !important;
  }
  .mr-small-n5,
  .mx-small-n5 {
    margin-right: -3rem !important;
  }
  .mb-small-n5,
  .my-small-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-small-n5,
  .mx-small-n5 {
    margin-left: -3rem !important;
  }
  .m-small-auto {
    margin: auto !important;
  }
  .mt-small-auto,
  .my-small-auto {
    margin-top: auto !important;
  }
  .mr-small-auto,
  .mx-small-auto {
    margin-right: auto !important;
  }
  .mb-small-auto,
  .my-small-auto {
    margin-bottom: auto !important;
  }
  .ml-small-auto,
  .mx-small-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 782px) {
  .m-medium-0 {
    margin: 0 !important;
  }
  .mt-medium-0,
  .my-medium-0 {
    margin-top: 0 !important;
  }
  .mr-medium-0,
  .mx-medium-0 {
    margin-right: 0 !important;
  }
  .mb-medium-0,
  .my-medium-0 {
    margin-bottom: 0 !important;
  }
  .ml-medium-0,
  .mx-medium-0 {
    margin-left: 0 !important;
  }
  .m-medium-1 {
    margin: 0.25rem !important;
  }
  .mt-medium-1,
  .my-medium-1 {
    margin-top: 0.25rem !important;
  }
  .mr-medium-1,
  .mx-medium-1 {
    margin-right: 0.25rem !important;
  }
  .mb-medium-1,
  .my-medium-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-medium-1,
  .mx-medium-1 {
    margin-left: 0.25rem !important;
  }
  .m-medium-2 {
    margin: 0.5rem !important;
  }
  .mt-medium-2,
  .my-medium-2 {
    margin-top: 0.5rem !important;
  }
  .mr-medium-2,
  .mx-medium-2 {
    margin-right: 0.5rem !important;
  }
  .mb-medium-2,
  .my-medium-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-medium-2,
  .mx-medium-2 {
    margin-left: 0.5rem !important;
  }
  .m-medium-3 {
    margin: 1rem !important;
  }
  .mt-medium-3,
  .my-medium-3 {
    margin-top: 1rem !important;
  }
  .mr-medium-3,
  .mx-medium-3 {
    margin-right: 1rem !important;
  }
  .mb-medium-3,
  .my-medium-3 {
    margin-bottom: 1rem !important;
  }
  .ml-medium-3,
  .mx-medium-3 {
    margin-left: 1rem !important;
  }
  .m-medium-4 {
    margin: 1.5rem !important;
  }
  .mt-medium-4,
  .my-medium-4 {
    margin-top: 1.5rem !important;
  }
  .mr-medium-4,
  .mx-medium-4 {
    margin-right: 1.5rem !important;
  }
  .mb-medium-4,
  .my-medium-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-medium-4,
  .mx-medium-4 {
    margin-left: 1.5rem !important;
  }
  .m-medium-5 {
    margin: 3rem !important;
  }
  .mt-medium-5,
  .my-medium-5 {
    margin-top: 3rem !important;
  }
  .mr-medium-5,
  .mx-medium-5 {
    margin-right: 3rem !important;
  }
  .mb-medium-5,
  .my-medium-5 {
    margin-bottom: 3rem !important;
  }
  .ml-medium-5,
  .mx-medium-5 {
    margin-left: 3rem !important;
  }
  .p-medium-0 {
    padding: 0 !important;
  }
  .pt-medium-0,
  .py-medium-0 {
    padding-top: 0 !important;
  }
  .pr-medium-0,
  .px-medium-0 {
    padding-right: 0 !important;
  }
  .pb-medium-0,
  .py-medium-0 {
    padding-bottom: 0 !important;
  }
  .pl-medium-0,
  .px-medium-0 {
    padding-left: 0 !important;
  }
  .p-medium-1 {
    padding: 0.25rem !important;
  }
  .pt-medium-1,
  .py-medium-1 {
    padding-top: 0.25rem !important;
  }
  .pr-medium-1,
  .px-medium-1 {
    padding-right: 0.25rem !important;
  }
  .pb-medium-1,
  .py-medium-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-medium-1,
  .px-medium-1 {
    padding-left: 0.25rem !important;
  }
  .p-medium-2 {
    padding: 0.5rem !important;
  }
  .pt-medium-2,
  .py-medium-2 {
    padding-top: 0.5rem !important;
  }
  .pr-medium-2,
  .px-medium-2 {
    padding-right: 0.5rem !important;
  }
  .pb-medium-2,
  .py-medium-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-medium-2,
  .px-medium-2 {
    padding-left: 0.5rem !important;
  }
  .p-medium-3 {
    padding: 1rem !important;
  }
  .pt-medium-3,
  .py-medium-3 {
    padding-top: 1rem !important;
  }
  .pr-medium-3,
  .px-medium-3 {
    padding-right: 1rem !important;
  }
  .pb-medium-3,
  .py-medium-3 {
    padding-bottom: 1rem !important;
  }
  .pl-medium-3,
  .px-medium-3 {
    padding-left: 1rem !important;
  }
  .p-medium-4 {
    padding: 1.5rem !important;
  }
  .pt-medium-4,
  .py-medium-4 {
    padding-top: 1.5rem !important;
  }
  .pr-medium-4,
  .px-medium-4 {
    padding-right: 1.5rem !important;
  }
  .pb-medium-4,
  .py-medium-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-medium-4,
  .px-medium-4 {
    padding-left: 1.5rem !important;
  }
  .p-medium-5 {
    padding: 3rem !important;
  }
  .pt-medium-5,
  .py-medium-5 {
    padding-top: 3rem !important;
  }
  .pr-medium-5,
  .px-medium-5 {
    padding-right: 3rem !important;
  }
  .pb-medium-5,
  .py-medium-5 {
    padding-bottom: 3rem !important;
  }
  .pl-medium-5,
  .px-medium-5 {
    padding-left: 3rem !important;
  }
  .m-medium-n1 {
    margin: -0.25rem !important;
  }
  .mt-medium-n1,
  .my-medium-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-medium-n1,
  .mx-medium-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-medium-n1,
  .my-medium-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-medium-n1,
  .mx-medium-n1 {
    margin-left: -0.25rem !important;
  }
  .m-medium-n2 {
    margin: -0.5rem !important;
  }
  .mt-medium-n2,
  .my-medium-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-medium-n2,
  .mx-medium-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-medium-n2,
  .my-medium-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-medium-n2,
  .mx-medium-n2 {
    margin-left: -0.5rem !important;
  }
  .m-medium-n3 {
    margin: -1rem !important;
  }
  .mt-medium-n3,
  .my-medium-n3 {
    margin-top: -1rem !important;
  }
  .mr-medium-n3,
  .mx-medium-n3 {
    margin-right: -1rem !important;
  }
  .mb-medium-n3,
  .my-medium-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-medium-n3,
  .mx-medium-n3 {
    margin-left: -1rem !important;
  }
  .m-medium-n4 {
    margin: -1.5rem !important;
  }
  .mt-medium-n4,
  .my-medium-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-medium-n4,
  .mx-medium-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-medium-n4,
  .my-medium-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-medium-n4,
  .mx-medium-n4 {
    margin-left: -1.5rem !important;
  }
  .m-medium-n5 {
    margin: -3rem !important;
  }
  .mt-medium-n5,
  .my-medium-n5 {
    margin-top: -3rem !important;
  }
  .mr-medium-n5,
  .mx-medium-n5 {
    margin-right: -3rem !important;
  }
  .mb-medium-n5,
  .my-medium-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-medium-n5,
  .mx-medium-n5 {
    margin-left: -3rem !important;
  }
  .m-medium-auto {
    margin: auto !important;
  }
  .mt-medium-auto,
  .my-medium-auto {
    margin-top: auto !important;
  }
  .mr-medium-auto,
  .mx-medium-auto {
    margin-right: auto !important;
  }
  .mb-medium-auto,
  .my-medium-auto {
    margin-bottom: auto !important;
  }
  .ml-medium-auto,
  .mx-medium-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 960px) {
  .m-large-0 {
    margin: 0 !important;
  }
  .mt-large-0,
  .my-large-0 {
    margin-top: 0 !important;
  }
  .mr-large-0,
  .mx-large-0 {
    margin-right: 0 !important;
  }
  .mb-large-0,
  .my-large-0 {
    margin-bottom: 0 !important;
  }
  .ml-large-0,
  .mx-large-0 {
    margin-left: 0 !important;
  }
  .m-large-1 {
    margin: 0.25rem !important;
  }
  .mt-large-1,
  .my-large-1 {
    margin-top: 0.25rem !important;
  }
  .mr-large-1,
  .mx-large-1 {
    margin-right: 0.25rem !important;
  }
  .mb-large-1,
  .my-large-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-large-1,
  .mx-large-1 {
    margin-left: 0.25rem !important;
  }
  .m-large-2 {
    margin: 0.5rem !important;
  }
  .mt-large-2,
  .my-large-2 {
    margin-top: 0.5rem !important;
  }
  .mr-large-2,
  .mx-large-2 {
    margin-right: 0.5rem !important;
  }
  .mb-large-2,
  .my-large-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-large-2,
  .mx-large-2 {
    margin-left: 0.5rem !important;
  }
  .m-large-3 {
    margin: 1rem !important;
  }
  .mt-large-3,
  .my-large-3 {
    margin-top: 1rem !important;
  }
  .mr-large-3,
  .mx-large-3 {
    margin-right: 1rem !important;
  }
  .mb-large-3,
  .my-large-3 {
    margin-bottom: 1rem !important;
  }
  .ml-large-3,
  .mx-large-3 {
    margin-left: 1rem !important;
  }
  .m-large-4 {
    margin: 1.5rem !important;
  }
  .mt-large-4,
  .my-large-4 {
    margin-top: 1.5rem !important;
  }
  .mr-large-4,
  .mx-large-4 {
    margin-right: 1.5rem !important;
  }
  .mb-large-4,
  .my-large-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-large-4,
  .mx-large-4 {
    margin-left: 1.5rem !important;
  }
  .m-large-5 {
    margin: 3rem !important;
  }
  .mt-large-5,
  .my-large-5 {
    margin-top: 3rem !important;
  }
  .mr-large-5,
  .mx-large-5 {
    margin-right: 3rem !important;
  }
  .mb-large-5,
  .my-large-5 {
    margin-bottom: 3rem !important;
  }
  .ml-large-5,
  .mx-large-5 {
    margin-left: 3rem !important;
  }
  .p-large-0 {
    padding: 0 !important;
  }
  .pt-large-0,
  .py-large-0 {
    padding-top: 0 !important;
  }
  .pr-large-0,
  .px-large-0 {
    padding-right: 0 !important;
  }
  .pb-large-0,
  .py-large-0 {
    padding-bottom: 0 !important;
  }
  .pl-large-0,
  .px-large-0 {
    padding-left: 0 !important;
  }
  .p-large-1 {
    padding: 0.25rem !important;
  }
  .pt-large-1,
  .py-large-1 {
    padding-top: 0.25rem !important;
  }
  .pr-large-1,
  .px-large-1 {
    padding-right: 0.25rem !important;
  }
  .pb-large-1,
  .py-large-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-large-1,
  .px-large-1 {
    padding-left: 0.25rem !important;
  }
  .p-large-2 {
    padding: 0.5rem !important;
  }
  .pt-large-2,
  .py-large-2 {
    padding-top: 0.5rem !important;
  }
  .pr-large-2,
  .px-large-2 {
    padding-right: 0.5rem !important;
  }
  .pb-large-2,
  .py-large-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-large-2,
  .px-large-2 {
    padding-left: 0.5rem !important;
  }
  .p-large-3 {
    padding: 1rem !important;
  }
  .pt-large-3,
  .py-large-3 {
    padding-top: 1rem !important;
  }
  .pr-large-3,
  .px-large-3 {
    padding-right: 1rem !important;
  }
  .pb-large-3,
  .py-large-3 {
    padding-bottom: 1rem !important;
  }
  .pl-large-3,
  .px-large-3 {
    padding-left: 1rem !important;
  }
  .p-large-4 {
    padding: 1.5rem !important;
  }
  .pt-large-4,
  .py-large-4 {
    padding-top: 1.5rem !important;
  }
  .pr-large-4,
  .px-large-4 {
    padding-right: 1.5rem !important;
  }
  .pb-large-4,
  .py-large-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-large-4,
  .px-large-4 {
    padding-left: 1.5rem !important;
  }
  .p-large-5 {
    padding: 3rem !important;
  }
  .pt-large-5,
  .py-large-5 {
    padding-top: 3rem !important;
  }
  .pr-large-5,
  .px-large-5 {
    padding-right: 3rem !important;
  }
  .pb-large-5,
  .py-large-5 {
    padding-bottom: 3rem !important;
  }
  .pl-large-5,
  .px-large-5 {
    padding-left: 3rem !important;
  }
  .m-large-n1 {
    margin: -0.25rem !important;
  }
  .mt-large-n1,
  .my-large-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-large-n1,
  .mx-large-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-large-n1,
  .my-large-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-large-n1,
  .mx-large-n1 {
    margin-left: -0.25rem !important;
  }
  .m-large-n2 {
    margin: -0.5rem !important;
  }
  .mt-large-n2,
  .my-large-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-large-n2,
  .mx-large-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-large-n2,
  .my-large-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-large-n2,
  .mx-large-n2 {
    margin-left: -0.5rem !important;
  }
  .m-large-n3 {
    margin: -1rem !important;
  }
  .mt-large-n3,
  .my-large-n3 {
    margin-top: -1rem !important;
  }
  .mr-large-n3,
  .mx-large-n3 {
    margin-right: -1rem !important;
  }
  .mb-large-n3,
  .my-large-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-large-n3,
  .mx-large-n3 {
    margin-left: -1rem !important;
  }
  .m-large-n4 {
    margin: -1.5rem !important;
  }
  .mt-large-n4,
  .my-large-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-large-n4,
  .mx-large-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-large-n4,
  .my-large-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-large-n4,
  .mx-large-n4 {
    margin-left: -1.5rem !important;
  }
  .m-large-n5 {
    margin: -3rem !important;
  }
  .mt-large-n5,
  .my-large-n5 {
    margin-top: -3rem !important;
  }
  .mr-large-n5,
  .mx-large-n5 {
    margin-right: -3rem !important;
  }
  .mb-large-n5,
  .my-large-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-large-n5,
  .mx-large-n5 {
    margin-left: -3rem !important;
  }
  .m-large-auto {
    margin: auto !important;
  }
  .mt-large-auto,
  .my-large-auto {
    margin-top: auto !important;
  }
  .mr-large-auto,
  .mx-large-auto {
    margin-right: auto !important;
  }
  .mb-large-auto,
  .my-large-auto {
    margin-bottom: auto !important;
  }
  .ml-large-auto,
  .mx-large-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1024px) {
  .m-tablet-0 {
    margin: 0 !important;
  }
  .mt-tablet-0,
  .my-tablet-0 {
    margin-top: 0 !important;
  }
  .mr-tablet-0,
  .mx-tablet-0 {
    margin-right: 0 !important;
  }
  .mb-tablet-0,
  .my-tablet-0 {
    margin-bottom: 0 !important;
  }
  .ml-tablet-0,
  .mx-tablet-0 {
    margin-left: 0 !important;
  }
  .m-tablet-1 {
    margin: 0.25rem !important;
  }
  .mt-tablet-1,
  .my-tablet-1 {
    margin-top: 0.25rem !important;
  }
  .mr-tablet-1,
  .mx-tablet-1 {
    margin-right: 0.25rem !important;
  }
  .mb-tablet-1,
  .my-tablet-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-tablet-1,
  .mx-tablet-1 {
    margin-left: 0.25rem !important;
  }
  .m-tablet-2 {
    margin: 0.5rem !important;
  }
  .mt-tablet-2,
  .my-tablet-2 {
    margin-top: 0.5rem !important;
  }
  .mr-tablet-2,
  .mx-tablet-2 {
    margin-right: 0.5rem !important;
  }
  .mb-tablet-2,
  .my-tablet-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-tablet-2,
  .mx-tablet-2 {
    margin-left: 0.5rem !important;
  }
  .m-tablet-3 {
    margin: 1rem !important;
  }
  .mt-tablet-3,
  .my-tablet-3 {
    margin-top: 1rem !important;
  }
  .mr-tablet-3,
  .mx-tablet-3 {
    margin-right: 1rem !important;
  }
  .mb-tablet-3,
  .my-tablet-3 {
    margin-bottom: 1rem !important;
  }
  .ml-tablet-3,
  .mx-tablet-3 {
    margin-left: 1rem !important;
  }
  .m-tablet-4 {
    margin: 1.5rem !important;
  }
  .mt-tablet-4,
  .my-tablet-4 {
    margin-top: 1.5rem !important;
  }
  .mr-tablet-4,
  .mx-tablet-4 {
    margin-right: 1.5rem !important;
  }
  .mb-tablet-4,
  .my-tablet-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-tablet-4,
  .mx-tablet-4 {
    margin-left: 1.5rem !important;
  }
  .m-tablet-5 {
    margin: 3rem !important;
  }
  .mt-tablet-5,
  .my-tablet-5 {
    margin-top: 3rem !important;
  }
  .mr-tablet-5,
  .mx-tablet-5 {
    margin-right: 3rem !important;
  }
  .mb-tablet-5,
  .my-tablet-5 {
    margin-bottom: 3rem !important;
  }
  .ml-tablet-5,
  .mx-tablet-5 {
    margin-left: 3rem !important;
  }
  .p-tablet-0 {
    padding: 0 !important;
  }
  .pt-tablet-0,
  .py-tablet-0 {
    padding-top: 0 !important;
  }
  .pr-tablet-0,
  .px-tablet-0 {
    padding-right: 0 !important;
  }
  .pb-tablet-0,
  .py-tablet-0 {
    padding-bottom: 0 !important;
  }
  .pl-tablet-0,
  .px-tablet-0 {
    padding-left: 0 !important;
  }
  .p-tablet-1 {
    padding: 0.25rem !important;
  }
  .pt-tablet-1,
  .py-tablet-1 {
    padding-top: 0.25rem !important;
  }
  .pr-tablet-1,
  .px-tablet-1 {
    padding-right: 0.25rem !important;
  }
  .pb-tablet-1,
  .py-tablet-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-tablet-1,
  .px-tablet-1 {
    padding-left: 0.25rem !important;
  }
  .p-tablet-2 {
    padding: 0.5rem !important;
  }
  .pt-tablet-2,
  .py-tablet-2 {
    padding-top: 0.5rem !important;
  }
  .pr-tablet-2,
  .px-tablet-2 {
    padding-right: 0.5rem !important;
  }
  .pb-tablet-2,
  .py-tablet-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-tablet-2,
  .px-tablet-2 {
    padding-left: 0.5rem !important;
  }
  .p-tablet-3 {
    padding: 1rem !important;
  }
  .pt-tablet-3,
  .py-tablet-3 {
    padding-top: 1rem !important;
  }
  .pr-tablet-3,
  .px-tablet-3 {
    padding-right: 1rem !important;
  }
  .pb-tablet-3,
  .py-tablet-3 {
    padding-bottom: 1rem !important;
  }
  .pl-tablet-3,
  .px-tablet-3 {
    padding-left: 1rem !important;
  }
  .p-tablet-4 {
    padding: 1.5rem !important;
  }
  .pt-tablet-4,
  .py-tablet-4 {
    padding-top: 1.5rem !important;
  }
  .pr-tablet-4,
  .px-tablet-4 {
    padding-right: 1.5rem !important;
  }
  .pb-tablet-4,
  .py-tablet-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-tablet-4,
  .px-tablet-4 {
    padding-left: 1.5rem !important;
  }
  .p-tablet-5 {
    padding: 3rem !important;
  }
  .pt-tablet-5,
  .py-tablet-5 {
    padding-top: 3rem !important;
  }
  .pr-tablet-5,
  .px-tablet-5 {
    padding-right: 3rem !important;
  }
  .pb-tablet-5,
  .py-tablet-5 {
    padding-bottom: 3rem !important;
  }
  .pl-tablet-5,
  .px-tablet-5 {
    padding-left: 3rem !important;
  }
  .m-tablet-n1 {
    margin: -0.25rem !important;
  }
  .mt-tablet-n1,
  .my-tablet-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-tablet-n1,
  .mx-tablet-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-tablet-n1,
  .my-tablet-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-tablet-n1,
  .mx-tablet-n1 {
    margin-left: -0.25rem !important;
  }
  .m-tablet-n2 {
    margin: -0.5rem !important;
  }
  .mt-tablet-n2,
  .my-tablet-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-tablet-n2,
  .mx-tablet-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-tablet-n2,
  .my-tablet-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-tablet-n2,
  .mx-tablet-n2 {
    margin-left: -0.5rem !important;
  }
  .m-tablet-n3 {
    margin: -1rem !important;
  }
  .mt-tablet-n3,
  .my-tablet-n3 {
    margin-top: -1rem !important;
  }
  .mr-tablet-n3,
  .mx-tablet-n3 {
    margin-right: -1rem !important;
  }
  .mb-tablet-n3,
  .my-tablet-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-tablet-n3,
  .mx-tablet-n3 {
    margin-left: -1rem !important;
  }
  .m-tablet-n4 {
    margin: -1.5rem !important;
  }
  .mt-tablet-n4,
  .my-tablet-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-tablet-n4,
  .mx-tablet-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-tablet-n4,
  .my-tablet-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-tablet-n4,
  .mx-tablet-n4 {
    margin-left: -1.5rem !important;
  }
  .m-tablet-n5 {
    margin: -3rem !important;
  }
  .mt-tablet-n5,
  .my-tablet-n5 {
    margin-top: -3rem !important;
  }
  .mr-tablet-n5,
  .mx-tablet-n5 {
    margin-right: -3rem !important;
  }
  .mb-tablet-n5,
  .my-tablet-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-tablet-n5,
  .mx-tablet-n5 {
    margin-left: -3rem !important;
  }
  .m-tablet-auto {
    margin: auto !important;
  }
  .mt-tablet-auto,
  .my-tablet-auto {
    margin-top: auto !important;
  }
  .mr-tablet-auto,
  .mx-tablet-auto {
    margin-right: auto !important;
  }
  .mb-tablet-auto,
  .my-tablet-auto {
    margin-bottom: auto !important;
  }
  .ml-tablet-auto,
  .mx-tablet-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1080px) {
  .m-portrait-0 {
    margin: 0 !important;
  }
  .mt-portrait-0,
  .my-portrait-0 {
    margin-top: 0 !important;
  }
  .mr-portrait-0,
  .mx-portrait-0 {
    margin-right: 0 !important;
  }
  .mb-portrait-0,
  .my-portrait-0 {
    margin-bottom: 0 !important;
  }
  .ml-portrait-0,
  .mx-portrait-0 {
    margin-left: 0 !important;
  }
  .m-portrait-1 {
    margin: 0.25rem !important;
  }
  .mt-portrait-1,
  .my-portrait-1 {
    margin-top: 0.25rem !important;
  }
  .mr-portrait-1,
  .mx-portrait-1 {
    margin-right: 0.25rem !important;
  }
  .mb-portrait-1,
  .my-portrait-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-portrait-1,
  .mx-portrait-1 {
    margin-left: 0.25rem !important;
  }
  .m-portrait-2 {
    margin: 0.5rem !important;
  }
  .mt-portrait-2,
  .my-portrait-2 {
    margin-top: 0.5rem !important;
  }
  .mr-portrait-2,
  .mx-portrait-2 {
    margin-right: 0.5rem !important;
  }
  .mb-portrait-2,
  .my-portrait-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-portrait-2,
  .mx-portrait-2 {
    margin-left: 0.5rem !important;
  }
  .m-portrait-3 {
    margin: 1rem !important;
  }
  .mt-portrait-3,
  .my-portrait-3 {
    margin-top: 1rem !important;
  }
  .mr-portrait-3,
  .mx-portrait-3 {
    margin-right: 1rem !important;
  }
  .mb-portrait-3,
  .my-portrait-3 {
    margin-bottom: 1rem !important;
  }
  .ml-portrait-3,
  .mx-portrait-3 {
    margin-left: 1rem !important;
  }
  .m-portrait-4 {
    margin: 1.5rem !important;
  }
  .mt-portrait-4,
  .my-portrait-4 {
    margin-top: 1.5rem !important;
  }
  .mr-portrait-4,
  .mx-portrait-4 {
    margin-right: 1.5rem !important;
  }
  .mb-portrait-4,
  .my-portrait-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-portrait-4,
  .mx-portrait-4 {
    margin-left: 1.5rem !important;
  }
  .m-portrait-5 {
    margin: 3rem !important;
  }
  .mt-portrait-5,
  .my-portrait-5 {
    margin-top: 3rem !important;
  }
  .mr-portrait-5,
  .mx-portrait-5 {
    margin-right: 3rem !important;
  }
  .mb-portrait-5,
  .my-portrait-5 {
    margin-bottom: 3rem !important;
  }
  .ml-portrait-5,
  .mx-portrait-5 {
    margin-left: 3rem !important;
  }
  .p-portrait-0 {
    padding: 0 !important;
  }
  .pt-portrait-0,
  .py-portrait-0 {
    padding-top: 0 !important;
  }
  .pr-portrait-0,
  .px-portrait-0 {
    padding-right: 0 !important;
  }
  .pb-portrait-0,
  .py-portrait-0 {
    padding-bottom: 0 !important;
  }
  .pl-portrait-0,
  .px-portrait-0 {
    padding-left: 0 !important;
  }
  .p-portrait-1 {
    padding: 0.25rem !important;
  }
  .pt-portrait-1,
  .py-portrait-1 {
    padding-top: 0.25rem !important;
  }
  .pr-portrait-1,
  .px-portrait-1 {
    padding-right: 0.25rem !important;
  }
  .pb-portrait-1,
  .py-portrait-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-portrait-1,
  .px-portrait-1 {
    padding-left: 0.25rem !important;
  }
  .p-portrait-2 {
    padding: 0.5rem !important;
  }
  .pt-portrait-2,
  .py-portrait-2 {
    padding-top: 0.5rem !important;
  }
  .pr-portrait-2,
  .px-portrait-2 {
    padding-right: 0.5rem !important;
  }
  .pb-portrait-2,
  .py-portrait-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-portrait-2,
  .px-portrait-2 {
    padding-left: 0.5rem !important;
  }
  .p-portrait-3 {
    padding: 1rem !important;
  }
  .pt-portrait-3,
  .py-portrait-3 {
    padding-top: 1rem !important;
  }
  .pr-portrait-3,
  .px-portrait-3 {
    padding-right: 1rem !important;
  }
  .pb-portrait-3,
  .py-portrait-3 {
    padding-bottom: 1rem !important;
  }
  .pl-portrait-3,
  .px-portrait-3 {
    padding-left: 1rem !important;
  }
  .p-portrait-4 {
    padding: 1.5rem !important;
  }
  .pt-portrait-4,
  .py-portrait-4 {
    padding-top: 1.5rem !important;
  }
  .pr-portrait-4,
  .px-portrait-4 {
    padding-right: 1.5rem !important;
  }
  .pb-portrait-4,
  .py-portrait-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-portrait-4,
  .px-portrait-4 {
    padding-left: 1.5rem !important;
  }
  .p-portrait-5 {
    padding: 3rem !important;
  }
  .pt-portrait-5,
  .py-portrait-5 {
    padding-top: 3rem !important;
  }
  .pr-portrait-5,
  .px-portrait-5 {
    padding-right: 3rem !important;
  }
  .pb-portrait-5,
  .py-portrait-5 {
    padding-bottom: 3rem !important;
  }
  .pl-portrait-5,
  .px-portrait-5 {
    padding-left: 3rem !important;
  }
  .m-portrait-n1 {
    margin: -0.25rem !important;
  }
  .mt-portrait-n1,
  .my-portrait-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-portrait-n1,
  .mx-portrait-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-portrait-n1,
  .my-portrait-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-portrait-n1,
  .mx-portrait-n1 {
    margin-left: -0.25rem !important;
  }
  .m-portrait-n2 {
    margin: -0.5rem !important;
  }
  .mt-portrait-n2,
  .my-portrait-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-portrait-n2,
  .mx-portrait-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-portrait-n2,
  .my-portrait-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-portrait-n2,
  .mx-portrait-n2 {
    margin-left: -0.5rem !important;
  }
  .m-portrait-n3 {
    margin: -1rem !important;
  }
  .mt-portrait-n3,
  .my-portrait-n3 {
    margin-top: -1rem !important;
  }
  .mr-portrait-n3,
  .mx-portrait-n3 {
    margin-right: -1rem !important;
  }
  .mb-portrait-n3,
  .my-portrait-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-portrait-n3,
  .mx-portrait-n3 {
    margin-left: -1rem !important;
  }
  .m-portrait-n4 {
    margin: -1.5rem !important;
  }
  .mt-portrait-n4,
  .my-portrait-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-portrait-n4,
  .mx-portrait-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-portrait-n4,
  .my-portrait-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-portrait-n4,
  .mx-portrait-n4 {
    margin-left: -1.5rem !important;
  }
  .m-portrait-n5 {
    margin: -3rem !important;
  }
  .mt-portrait-n5,
  .my-portrait-n5 {
    margin-top: -3rem !important;
  }
  .mr-portrait-n5,
  .mx-portrait-n5 {
    margin-right: -3rem !important;
  }
  .mb-portrait-n5,
  .my-portrait-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-portrait-n5,
  .mx-portrait-n5 {
    margin-left: -3rem !important;
  }
  .m-portrait-auto {
    margin: auto !important;
  }
  .mt-portrait-auto,
  .my-portrait-auto {
    margin-top: auto !important;
  }
  .mr-portrait-auto,
  .mx-portrait-auto {
    margin-right: auto !important;
  }
  .mb-portrait-auto,
  .my-portrait-auto {
    margin-bottom: auto !important;
  }
  .ml-portrait-auto,
  .mx-portrait-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1280px) {
  .m-wide-0 {
    margin: 0 !important;
  }
  .mt-wide-0,
  .my-wide-0 {
    margin-top: 0 !important;
  }
  .mr-wide-0,
  .mx-wide-0 {
    margin-right: 0 !important;
  }
  .mb-wide-0,
  .my-wide-0 {
    margin-bottom: 0 !important;
  }
  .ml-wide-0,
  .mx-wide-0 {
    margin-left: 0 !important;
  }
  .m-wide-1 {
    margin: 0.25rem !important;
  }
  .mt-wide-1,
  .my-wide-1 {
    margin-top: 0.25rem !important;
  }
  .mr-wide-1,
  .mx-wide-1 {
    margin-right: 0.25rem !important;
  }
  .mb-wide-1,
  .my-wide-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-wide-1,
  .mx-wide-1 {
    margin-left: 0.25rem !important;
  }
  .m-wide-2 {
    margin: 0.5rem !important;
  }
  .mt-wide-2,
  .my-wide-2 {
    margin-top: 0.5rem !important;
  }
  .mr-wide-2,
  .mx-wide-2 {
    margin-right: 0.5rem !important;
  }
  .mb-wide-2,
  .my-wide-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-wide-2,
  .mx-wide-2 {
    margin-left: 0.5rem !important;
  }
  .m-wide-3 {
    margin: 1rem !important;
  }
  .mt-wide-3,
  .my-wide-3 {
    margin-top: 1rem !important;
  }
  .mr-wide-3,
  .mx-wide-3 {
    margin-right: 1rem !important;
  }
  .mb-wide-3,
  .my-wide-3 {
    margin-bottom: 1rem !important;
  }
  .ml-wide-3,
  .mx-wide-3 {
    margin-left: 1rem !important;
  }
  .m-wide-4 {
    margin: 1.5rem !important;
  }
  .mt-wide-4,
  .my-wide-4 {
    margin-top: 1.5rem !important;
  }
  .mr-wide-4,
  .mx-wide-4 {
    margin-right: 1.5rem !important;
  }
  .mb-wide-4,
  .my-wide-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-wide-4,
  .mx-wide-4 {
    margin-left: 1.5rem !important;
  }
  .m-wide-5 {
    margin: 3rem !important;
  }
  .mt-wide-5,
  .my-wide-5 {
    margin-top: 3rem !important;
  }
  .mr-wide-5,
  .mx-wide-5 {
    margin-right: 3rem !important;
  }
  .mb-wide-5,
  .my-wide-5 {
    margin-bottom: 3rem !important;
  }
  .ml-wide-5,
  .mx-wide-5 {
    margin-left: 3rem !important;
  }
  .p-wide-0 {
    padding: 0 !important;
  }
  .pt-wide-0,
  .py-wide-0 {
    padding-top: 0 !important;
  }
  .pr-wide-0,
  .px-wide-0 {
    padding-right: 0 !important;
  }
  .pb-wide-0,
  .py-wide-0 {
    padding-bottom: 0 !important;
  }
  .pl-wide-0,
  .px-wide-0 {
    padding-left: 0 !important;
  }
  .p-wide-1 {
    padding: 0.25rem !important;
  }
  .pt-wide-1,
  .py-wide-1 {
    padding-top: 0.25rem !important;
  }
  .pr-wide-1,
  .px-wide-1 {
    padding-right: 0.25rem !important;
  }
  .pb-wide-1,
  .py-wide-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-wide-1,
  .px-wide-1 {
    padding-left: 0.25rem !important;
  }
  .p-wide-2 {
    padding: 0.5rem !important;
  }
  .pt-wide-2,
  .py-wide-2 {
    padding-top: 0.5rem !important;
  }
  .pr-wide-2,
  .px-wide-2 {
    padding-right: 0.5rem !important;
  }
  .pb-wide-2,
  .py-wide-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-wide-2,
  .px-wide-2 {
    padding-left: 0.5rem !important;
  }
  .p-wide-3 {
    padding: 1rem !important;
  }
  .pt-wide-3,
  .py-wide-3 {
    padding-top: 1rem !important;
  }
  .pr-wide-3,
  .px-wide-3 {
    padding-right: 1rem !important;
  }
  .pb-wide-3,
  .py-wide-3 {
    padding-bottom: 1rem !important;
  }
  .pl-wide-3,
  .px-wide-3 {
    padding-left: 1rem !important;
  }
  .p-wide-4 {
    padding: 1.5rem !important;
  }
  .pt-wide-4,
  .py-wide-4 {
    padding-top: 1.5rem !important;
  }
  .pr-wide-4,
  .px-wide-4 {
    padding-right: 1.5rem !important;
  }
  .pb-wide-4,
  .py-wide-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-wide-4,
  .px-wide-4 {
    padding-left: 1.5rem !important;
  }
  .p-wide-5 {
    padding: 3rem !important;
  }
  .pt-wide-5,
  .py-wide-5 {
    padding-top: 3rem !important;
  }
  .pr-wide-5,
  .px-wide-5 {
    padding-right: 3rem !important;
  }
  .pb-wide-5,
  .py-wide-5 {
    padding-bottom: 3rem !important;
  }
  .pl-wide-5,
  .px-wide-5 {
    padding-left: 3rem !important;
  }
  .m-wide-n1 {
    margin: -0.25rem !important;
  }
  .mt-wide-n1,
  .my-wide-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-wide-n1,
  .mx-wide-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-wide-n1,
  .my-wide-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-wide-n1,
  .mx-wide-n1 {
    margin-left: -0.25rem !important;
  }
  .m-wide-n2 {
    margin: -0.5rem !important;
  }
  .mt-wide-n2,
  .my-wide-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-wide-n2,
  .mx-wide-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-wide-n2,
  .my-wide-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-wide-n2,
  .mx-wide-n2 {
    margin-left: -0.5rem !important;
  }
  .m-wide-n3 {
    margin: -1rem !important;
  }
  .mt-wide-n3,
  .my-wide-n3 {
    margin-top: -1rem !important;
  }
  .mr-wide-n3,
  .mx-wide-n3 {
    margin-right: -1rem !important;
  }
  .mb-wide-n3,
  .my-wide-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-wide-n3,
  .mx-wide-n3 {
    margin-left: -1rem !important;
  }
  .m-wide-n4 {
    margin: -1.5rem !important;
  }
  .mt-wide-n4,
  .my-wide-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-wide-n4,
  .mx-wide-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-wide-n4,
  .my-wide-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-wide-n4,
  .mx-wide-n4 {
    margin-left: -1.5rem !important;
  }
  .m-wide-n5 {
    margin: -3rem !important;
  }
  .mt-wide-n5,
  .my-wide-n5 {
    margin-top: -3rem !important;
  }
  .mr-wide-n5,
  .mx-wide-n5 {
    margin-right: -3rem !important;
  }
  .mb-wide-n5,
  .my-wide-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-wide-n5,
  .mx-wide-n5 {
    margin-left: -3rem !important;
  }
  .m-wide-auto {
    margin: auto !important;
  }
  .mt-wide-auto,
  .my-wide-auto {
    margin-top: auto !important;
  }
  .mr-wide-auto,
  .mx-wide-auto {
    margin-right: auto !important;
  }
  .mb-wide-auto,
  .my-wide-auto {
    margin-bottom: auto !important;
  }
  .ml-wide-auto,
  .mx-wide-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1366px) {
  .m-ipadpro-0 {
    margin: 0 !important;
  }
  .mt-ipadpro-0,
  .my-ipadpro-0 {
    margin-top: 0 !important;
  }
  .mr-ipadpro-0,
  .mx-ipadpro-0 {
    margin-right: 0 !important;
  }
  .mb-ipadpro-0,
  .my-ipadpro-0 {
    margin-bottom: 0 !important;
  }
  .ml-ipadpro-0,
  .mx-ipadpro-0 {
    margin-left: 0 !important;
  }
  .m-ipadpro-1 {
    margin: 0.25rem !important;
  }
  .mt-ipadpro-1,
  .my-ipadpro-1 {
    margin-top: 0.25rem !important;
  }
  .mr-ipadpro-1,
  .mx-ipadpro-1 {
    margin-right: 0.25rem !important;
  }
  .mb-ipadpro-1,
  .my-ipadpro-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-ipadpro-1,
  .mx-ipadpro-1 {
    margin-left: 0.25rem !important;
  }
  .m-ipadpro-2 {
    margin: 0.5rem !important;
  }
  .mt-ipadpro-2,
  .my-ipadpro-2 {
    margin-top: 0.5rem !important;
  }
  .mr-ipadpro-2,
  .mx-ipadpro-2 {
    margin-right: 0.5rem !important;
  }
  .mb-ipadpro-2,
  .my-ipadpro-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-ipadpro-2,
  .mx-ipadpro-2 {
    margin-left: 0.5rem !important;
  }
  .m-ipadpro-3 {
    margin: 1rem !important;
  }
  .mt-ipadpro-3,
  .my-ipadpro-3 {
    margin-top: 1rem !important;
  }
  .mr-ipadpro-3,
  .mx-ipadpro-3 {
    margin-right: 1rem !important;
  }
  .mb-ipadpro-3,
  .my-ipadpro-3 {
    margin-bottom: 1rem !important;
  }
  .ml-ipadpro-3,
  .mx-ipadpro-3 {
    margin-left: 1rem !important;
  }
  .m-ipadpro-4 {
    margin: 1.5rem !important;
  }
  .mt-ipadpro-4,
  .my-ipadpro-4 {
    margin-top: 1.5rem !important;
  }
  .mr-ipadpro-4,
  .mx-ipadpro-4 {
    margin-right: 1.5rem !important;
  }
  .mb-ipadpro-4,
  .my-ipadpro-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-ipadpro-4,
  .mx-ipadpro-4 {
    margin-left: 1.5rem !important;
  }
  .m-ipadpro-5 {
    margin: 3rem !important;
  }
  .mt-ipadpro-5,
  .my-ipadpro-5 {
    margin-top: 3rem !important;
  }
  .mr-ipadpro-5,
  .mx-ipadpro-5 {
    margin-right: 3rem !important;
  }
  .mb-ipadpro-5,
  .my-ipadpro-5 {
    margin-bottom: 3rem !important;
  }
  .ml-ipadpro-5,
  .mx-ipadpro-5 {
    margin-left: 3rem !important;
  }
  .p-ipadpro-0 {
    padding: 0 !important;
  }
  .pt-ipadpro-0,
  .py-ipadpro-0 {
    padding-top: 0 !important;
  }
  .pr-ipadpro-0,
  .px-ipadpro-0 {
    padding-right: 0 !important;
  }
  .pb-ipadpro-0,
  .py-ipadpro-0 {
    padding-bottom: 0 !important;
  }
  .pl-ipadpro-0,
  .px-ipadpro-0 {
    padding-left: 0 !important;
  }
  .p-ipadpro-1 {
    padding: 0.25rem !important;
  }
  .pt-ipadpro-1,
  .py-ipadpro-1 {
    padding-top: 0.25rem !important;
  }
  .pr-ipadpro-1,
  .px-ipadpro-1 {
    padding-right: 0.25rem !important;
  }
  .pb-ipadpro-1,
  .py-ipadpro-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-ipadpro-1,
  .px-ipadpro-1 {
    padding-left: 0.25rem !important;
  }
  .p-ipadpro-2 {
    padding: 0.5rem !important;
  }
  .pt-ipadpro-2,
  .py-ipadpro-2 {
    padding-top: 0.5rem !important;
  }
  .pr-ipadpro-2,
  .px-ipadpro-2 {
    padding-right: 0.5rem !important;
  }
  .pb-ipadpro-2,
  .py-ipadpro-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-ipadpro-2,
  .px-ipadpro-2 {
    padding-left: 0.5rem !important;
  }
  .p-ipadpro-3 {
    padding: 1rem !important;
  }
  .pt-ipadpro-3,
  .py-ipadpro-3 {
    padding-top: 1rem !important;
  }
  .pr-ipadpro-3,
  .px-ipadpro-3 {
    padding-right: 1rem !important;
  }
  .pb-ipadpro-3,
  .py-ipadpro-3 {
    padding-bottom: 1rem !important;
  }
  .pl-ipadpro-3,
  .px-ipadpro-3 {
    padding-left: 1rem !important;
  }
  .p-ipadpro-4 {
    padding: 1.5rem !important;
  }
  .pt-ipadpro-4,
  .py-ipadpro-4 {
    padding-top: 1.5rem !important;
  }
  .pr-ipadpro-4,
  .px-ipadpro-4 {
    padding-right: 1.5rem !important;
  }
  .pb-ipadpro-4,
  .py-ipadpro-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-ipadpro-4,
  .px-ipadpro-4 {
    padding-left: 1.5rem !important;
  }
  .p-ipadpro-5 {
    padding: 3rem !important;
  }
  .pt-ipadpro-5,
  .py-ipadpro-5 {
    padding-top: 3rem !important;
  }
  .pr-ipadpro-5,
  .px-ipadpro-5 {
    padding-right: 3rem !important;
  }
  .pb-ipadpro-5,
  .py-ipadpro-5 {
    padding-bottom: 3rem !important;
  }
  .pl-ipadpro-5,
  .px-ipadpro-5 {
    padding-left: 3rem !important;
  }
  .m-ipadpro-n1 {
    margin: -0.25rem !important;
  }
  .mt-ipadpro-n1,
  .my-ipadpro-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-ipadpro-n1,
  .mx-ipadpro-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-ipadpro-n1,
  .my-ipadpro-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-ipadpro-n1,
  .mx-ipadpro-n1 {
    margin-left: -0.25rem !important;
  }
  .m-ipadpro-n2 {
    margin: -0.5rem !important;
  }
  .mt-ipadpro-n2,
  .my-ipadpro-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-ipadpro-n2,
  .mx-ipadpro-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-ipadpro-n2,
  .my-ipadpro-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-ipadpro-n2,
  .mx-ipadpro-n2 {
    margin-left: -0.5rem !important;
  }
  .m-ipadpro-n3 {
    margin: -1rem !important;
  }
  .mt-ipadpro-n3,
  .my-ipadpro-n3 {
    margin-top: -1rem !important;
  }
  .mr-ipadpro-n3,
  .mx-ipadpro-n3 {
    margin-right: -1rem !important;
  }
  .mb-ipadpro-n3,
  .my-ipadpro-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-ipadpro-n3,
  .mx-ipadpro-n3 {
    margin-left: -1rem !important;
  }
  .m-ipadpro-n4 {
    margin: -1.5rem !important;
  }
  .mt-ipadpro-n4,
  .my-ipadpro-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-ipadpro-n4,
  .mx-ipadpro-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-ipadpro-n4,
  .my-ipadpro-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-ipadpro-n4,
  .mx-ipadpro-n4 {
    margin-left: -1.5rem !important;
  }
  .m-ipadpro-n5 {
    margin: -3rem !important;
  }
  .mt-ipadpro-n5,
  .my-ipadpro-n5 {
    margin-top: -3rem !important;
  }
  .mr-ipadpro-n5,
  .mx-ipadpro-n5 {
    margin-right: -3rem !important;
  }
  .mb-ipadpro-n5,
  .my-ipadpro-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-ipadpro-n5,
  .mx-ipadpro-n5 {
    margin-left: -3rem !important;
  }
  .m-ipadpro-auto {
    margin: auto !important;
  }
  .mt-ipadpro-auto,
  .my-ipadpro-auto {
    margin-top: auto !important;
  }
  .mr-ipadpro-auto,
  .mx-ipadpro-auto {
    margin-right: auto !important;
  }
  .mb-ipadpro-auto,
  .my-ipadpro-auto {
    margin-bottom: auto !important;
  }
  .ml-ipadpro-auto,
  .mx-ipadpro-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1440px) {
  .m-huge-0 {
    margin: 0 !important;
  }
  .mt-huge-0,
  .my-huge-0 {
    margin-top: 0 !important;
  }
  .mr-huge-0,
  .mx-huge-0 {
    margin-right: 0 !important;
  }
  .mb-huge-0,
  .my-huge-0 {
    margin-bottom: 0 !important;
  }
  .ml-huge-0,
  .mx-huge-0 {
    margin-left: 0 !important;
  }
  .m-huge-1 {
    margin: 0.25rem !important;
  }
  .mt-huge-1,
  .my-huge-1 {
    margin-top: 0.25rem !important;
  }
  .mr-huge-1,
  .mx-huge-1 {
    margin-right: 0.25rem !important;
  }
  .mb-huge-1,
  .my-huge-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-huge-1,
  .mx-huge-1 {
    margin-left: 0.25rem !important;
  }
  .m-huge-2 {
    margin: 0.5rem !important;
  }
  .mt-huge-2,
  .my-huge-2 {
    margin-top: 0.5rem !important;
  }
  .mr-huge-2,
  .mx-huge-2 {
    margin-right: 0.5rem !important;
  }
  .mb-huge-2,
  .my-huge-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-huge-2,
  .mx-huge-2 {
    margin-left: 0.5rem !important;
  }
  .m-huge-3 {
    margin: 1rem !important;
  }
  .mt-huge-3,
  .my-huge-3 {
    margin-top: 1rem !important;
  }
  .mr-huge-3,
  .mx-huge-3 {
    margin-right: 1rem !important;
  }
  .mb-huge-3,
  .my-huge-3 {
    margin-bottom: 1rem !important;
  }
  .ml-huge-3,
  .mx-huge-3 {
    margin-left: 1rem !important;
  }
  .m-huge-4 {
    margin: 1.5rem !important;
  }
  .mt-huge-4,
  .my-huge-4 {
    margin-top: 1.5rem !important;
  }
  .mr-huge-4,
  .mx-huge-4 {
    margin-right: 1.5rem !important;
  }
  .mb-huge-4,
  .my-huge-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-huge-4,
  .mx-huge-4 {
    margin-left: 1.5rem !important;
  }
  .m-huge-5 {
    margin: 3rem !important;
  }
  .mt-huge-5,
  .my-huge-5 {
    margin-top: 3rem !important;
  }
  .mr-huge-5,
  .mx-huge-5 {
    margin-right: 3rem !important;
  }
  .mb-huge-5,
  .my-huge-5 {
    margin-bottom: 3rem !important;
  }
  .ml-huge-5,
  .mx-huge-5 {
    margin-left: 3rem !important;
  }
  .p-huge-0 {
    padding: 0 !important;
  }
  .pt-huge-0,
  .py-huge-0 {
    padding-top: 0 !important;
  }
  .pr-huge-0,
  .px-huge-0 {
    padding-right: 0 !important;
  }
  .pb-huge-0,
  .py-huge-0 {
    padding-bottom: 0 !important;
  }
  .pl-huge-0,
  .px-huge-0 {
    padding-left: 0 !important;
  }
  .p-huge-1 {
    padding: 0.25rem !important;
  }
  .pt-huge-1,
  .py-huge-1 {
    padding-top: 0.25rem !important;
  }
  .pr-huge-1,
  .px-huge-1 {
    padding-right: 0.25rem !important;
  }
  .pb-huge-1,
  .py-huge-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-huge-1,
  .px-huge-1 {
    padding-left: 0.25rem !important;
  }
  .p-huge-2 {
    padding: 0.5rem !important;
  }
  .pt-huge-2,
  .py-huge-2 {
    padding-top: 0.5rem !important;
  }
  .pr-huge-2,
  .px-huge-2 {
    padding-right: 0.5rem !important;
  }
  .pb-huge-2,
  .py-huge-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-huge-2,
  .px-huge-2 {
    padding-left: 0.5rem !important;
  }
  .p-huge-3 {
    padding: 1rem !important;
  }
  .pt-huge-3,
  .py-huge-3 {
    padding-top: 1rem !important;
  }
  .pr-huge-3,
  .px-huge-3 {
    padding-right: 1rem !important;
  }
  .pb-huge-3,
  .py-huge-3 {
    padding-bottom: 1rem !important;
  }
  .pl-huge-3,
  .px-huge-3 {
    padding-left: 1rem !important;
  }
  .p-huge-4 {
    padding: 1.5rem !important;
  }
  .pt-huge-4,
  .py-huge-4 {
    padding-top: 1.5rem !important;
  }
  .pr-huge-4,
  .px-huge-4 {
    padding-right: 1.5rem !important;
  }
  .pb-huge-4,
  .py-huge-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-huge-4,
  .px-huge-4 {
    padding-left: 1.5rem !important;
  }
  .p-huge-5 {
    padding: 3rem !important;
  }
  .pt-huge-5,
  .py-huge-5 {
    padding-top: 3rem !important;
  }
  .pr-huge-5,
  .px-huge-5 {
    padding-right: 3rem !important;
  }
  .pb-huge-5,
  .py-huge-5 {
    padding-bottom: 3rem !important;
  }
  .pl-huge-5,
  .px-huge-5 {
    padding-left: 3rem !important;
  }
  .m-huge-n1 {
    margin: -0.25rem !important;
  }
  .mt-huge-n1,
  .my-huge-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-huge-n1,
  .mx-huge-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-huge-n1,
  .my-huge-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-huge-n1,
  .mx-huge-n1 {
    margin-left: -0.25rem !important;
  }
  .m-huge-n2 {
    margin: -0.5rem !important;
  }
  .mt-huge-n2,
  .my-huge-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-huge-n2,
  .mx-huge-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-huge-n2,
  .my-huge-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-huge-n2,
  .mx-huge-n2 {
    margin-left: -0.5rem !important;
  }
  .m-huge-n3 {
    margin: -1rem !important;
  }
  .mt-huge-n3,
  .my-huge-n3 {
    margin-top: -1rem !important;
  }
  .mr-huge-n3,
  .mx-huge-n3 {
    margin-right: -1rem !important;
  }
  .mb-huge-n3,
  .my-huge-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-huge-n3,
  .mx-huge-n3 {
    margin-left: -1rem !important;
  }
  .m-huge-n4 {
    margin: -1.5rem !important;
  }
  .mt-huge-n4,
  .my-huge-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-huge-n4,
  .mx-huge-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-huge-n4,
  .my-huge-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-huge-n4,
  .mx-huge-n4 {
    margin-left: -1.5rem !important;
  }
  .m-huge-n5 {
    margin: -3rem !important;
  }
  .mt-huge-n5,
  .my-huge-n5 {
    margin-top: -3rem !important;
  }
  .mr-huge-n5,
  .mx-huge-n5 {
    margin-right: -3rem !important;
  }
  .mb-huge-n5,
  .my-huge-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-huge-n5,
  .mx-huge-n5 {
    margin-left: -3rem !important;
  }
  .m-huge-auto {
    margin: auto !important;
  }
  .mt-huge-auto,
  .my-huge-auto {
    margin-top: auto !important;
  }
  .mr-huge-auto,
  .mx-huge-auto {
    margin-right: auto !important;
  }
  .mb-huge-auto,
  .my-huge-auto {
    margin-bottom: auto !important;
  }
  .ml-huge-auto,
  .mx-huge-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1600px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-bacteria:before {
  content: "\e059";
}

.fa-bacterium:before {
  content: "\e05a";
}

.fa-bahai:before {
  content: "\f666";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-tissue:before {
  content: "\e05b";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caravan:before {
  content: "\f8ff";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-faucet:before {
  content: "\e005";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-medical:before {
  content: "\e05c";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-sparkles:before {
  content: "\e05d";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-wash:before {
  content: "\e05e";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt-slash:before {
  content: "\e05f";
}

.fa-handshake-slash:before {
  content: "\e060";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side-cough:before {
  content: "\e061";
}

.fa-head-side-cough-slash:before {
  content: "\e062";
}

.fa-head-side-mask:before {
  content: "\e063";
}

.fa-head-side-virus:before {
  content: "\e064";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-user:before {
  content: "\e065";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-house:before {
  content: "\e066";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lungs-virus:before {
  content: "\e067";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse:before {
  content: "\f8cc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-arrows:before {
  content: "\e068";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-plane-slash:before {
  content: "\e069";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pump-medical:before {
  content: "\e06a";
}

.fa-pump-soap:before {
  content: "\e06b";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-virus:before {
  content: "\e06c";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sink:before {
  content: "\e06d";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-soap:before {
  content: "\e06e";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-stopwatch-20:before {
  content: "\e06f";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-store-alt-slash:before {
  content: "\e070";
}

.fa-store-slash:before {
  content: "\e071";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-slash:before {
  content: "\e072";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-trailer:before {
  content: "\e041";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "\e049";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-slash:before {
  content: "\e073";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-vest:before {
  content: "\e085";
}

.fa-vest-patches:before {
  content: "\e086";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-virus:before {
  content: "\e074";
}

.fa-virus-slash:before {
  content: "\e075";
}

.fa-viruses:before {
  content: "\e076";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

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

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

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

html.toggle-mobile-nav, html.lity-active {
  max-width: calc(100vw - var(--sw));
}
html.toggle-mobile-nav, html.toggle-mobile-nav body, html.lity-active, html.lity-active body {
  overflow: hidden;
}
html.toggle-mobile-nav .lity-wrap, html.lity-active .lity-wrap {
  overflow-y: scroll;
}

body {
  color: var(--wp--preset--color--darkclay);
  background-color: #fff;
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: var(--wp--preset--font-size--p, 18px);
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 2;
  --outer--padding: 1.875rem;
  --section-padding: 6.25rem;
}
@media (min-width: 782px) {
  body {
    --section-padding: 7.5rem;
  }
}
@media (min-width: 960px) {
  body {
    --outer--padding: 3.125rem;
    --section-padding: 10rem;
  }
}

body > header,
body > footer {
  display: block;
  max-width: calc(100vw - var(--sw));
}
body > header > .wp-block-group > *,
body > footer > .wp-block-group > * {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#skip-to-main {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#skip-to-main:focus-visible {
  background-color: #000;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
  clip: auto;
  height: 10rem;
  margin: 0;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1200;
}

:root .has-black-background-color {
  --st--bg-color: $black;
}

:root .has-black-color {
  --st--text-color: $black;
}

:root .has-white-background-color {
  --st--bg-color: $white;
}

:root .has-white-color {
  --st--text-color: $white;
}

:root .has-white-background-color {
  --st--bg-color: #fff;
}

:root .has-white-color {
  --st--text-color: #fff;
}

:root .has-black-background-color {
  --st--bg-color: #000;
}

:root .has-black-color {
  --st--text-color: #000;
}

:root .has-blue-background-color {
  --st--bg-color: var(--wp--preset--color--blue);
}

:root .has-blue-color {
  --st--text-color: var(--wp--preset--color--blue);
}

:root .has-charcoal-background-color {
  --st--bg-color: var(--wp--preset--color--charcoal);
}

:root .has-charcoal-color {
  --st--text-color: var(--wp--preset--color--charcoal);
}

:root .has-darkclay-background-color {
  --st--bg-color: var(--wp--preset--color--darkclay);
}

:root .has-darkclay-color {
  --st--text-color: var(--wp--preset--color--darkclay);
}

:root .has-pacific-background-color {
  --st--bg-color: var(--wp--preset--color--pacific);
}

:root .has-pacific-color {
  --st--text-color: var(--wp--preset--color--pacific);
}

:root .has-steel-background-color {
  --st--bg-color: var(--wp--preset--color--steel);
}

:root .has-steel-color {
  --st--text-color: var(--wp--preset--color--steel);
}

:root .has-pewter-background-color {
  --st--bg-color: var(--wp--preset--color--pewter);
}

:root .has-pewter-color {
  --st--text-color: var(--wp--preset--color--pewter);
}

:root .has-fog-background-color {
  --st--bg-color: var(--wp--preset--color--fog);
}

:root .has-fog-color {
  --st--text-color: var(--wp--preset--color--fog);
}

:root .has-background {
  background-color: var(--st--bg-color);
}

:root .has-text-color {
  color: var(--st--text-color);
}

#site-main {
  margin-block-start: 0;
}
#site-main > * {
  margin-block-start: 0;
}
.lity-content::after {
  display: none;
}

.hide-overflow {
  overflow: hidden;
}

.observing {
  opacity: 0;
  transform: translateY(50px);
}
.observing.intersected {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 400ms ease-out 0s, transform 400ms ease-out 0s;
}

h1.observing,
h2.observing,
h3.observing {
  opacity: 1;
  transform: translateY(0);
}
h1.observing .word,
h2.observing .word,
h3.observing .word {
  transform: translateY(130%);
}
h1.observing sub .word,
h2.observing sub .word,
h3.observing sub .word {
  transform: translateY(180%);
}
h1.observing .line,
h2.observing .line,
h3.observing .line {
  overflow: clip;
  overflow-clip-margin: 10px;
}
h1.observing.intersected,
h2.observing.intersected,
h3.observing.intersected {
  opacity: 1;
}
h1.observing.intersected .line:nth-child(1) .word,
h2.observing.intersected .line:nth-child(1) .word,
h3.observing.intersected .line:nth-child(1) .word {
  transition-delay: 200ms;
}
h1.observing.intersected .line:nth-child(2) .word,
h2.observing.intersected .line:nth-child(2) .word,
h3.observing.intersected .line:nth-child(2) .word {
  transition-delay: 400ms;
}
h1.observing.intersected .line:nth-child(3) .word,
h2.observing.intersected .line:nth-child(3) .word,
h3.observing.intersected .line:nth-child(3) .word {
  transition-delay: 600ms;
}
h1.observing.intersected .line:nth-child(4) .word,
h2.observing.intersected .line:nth-child(4) .word,
h3.observing.intersected .line:nth-child(4) .word {
  transition-delay: 800ms;
}
h1.observing.intersected .line:nth-child(5) .word,
h2.observing.intersected .line:nth-child(5) .word,
h3.observing.intersected .line:nth-child(5) .word {
  transition-delay: 1000ms;
}
h1.observing.intersected .line:nth-child(6) .word,
h2.observing.intersected .line:nth-child(6) .word,
h3.observing.intersected .line:nth-child(6) .word {
  transition-delay: 1200ms;
}
h1.observing.intersected .line:nth-child(7) .word,
h2.observing.intersected .line:nth-child(7) .word,
h3.observing.intersected .line:nth-child(7) .word {
  transition-delay: 1400ms;
}
h1.observing.intersected .line:nth-child(8) .word,
h2.observing.intersected .line:nth-child(8) .word,
h3.observing.intersected .line:nth-child(8) .word {
  transition-delay: 1600ms;
}
h1.observing.intersected .line:nth-child(9) .word,
h2.observing.intersected .line:nth-child(9) .word,
h3.observing.intersected .line:nth-child(9) .word {
  transition-delay: 1800ms;
}
h1.observing.intersected .line:nth-child(10) .word,
h2.observing.intersected .line:nth-child(10) .word,
h3.observing.intersected .line:nth-child(10) .word {
  transition-delay: 2000ms;
}
h1.observing.intersected .line:nth-child(11) .word,
h2.observing.intersected .line:nth-child(11) .word,
h3.observing.intersected .line:nth-child(11) .word {
  transition-delay: 2200ms;
}
h1.observing.intersected .line:nth-child(12) .word,
h2.observing.intersected .line:nth-child(12) .word,
h3.observing.intersected .line:nth-child(12) .word {
  transition-delay: 2400ms;
}
h1.observing.intersected .line:nth-child(13) .word,
h2.observing.intersected .line:nth-child(13) .word,
h3.observing.intersected .line:nth-child(13) .word {
  transition-delay: 2600ms;
}
h1.observing.intersected .line:nth-child(14) .word,
h2.observing.intersected .line:nth-child(14) .word,
h3.observing.intersected .line:nth-child(14) .word {
  transition-delay: 2800ms;
}
h1.observing.intersected .line:nth-child(15) .word,
h2.observing.intersected .line:nth-child(15) .word,
h3.observing.intersected .line:nth-child(15) .word {
  transition-delay: 3000ms;
}
h1.observing.intersected .line:nth-child(16) .word,
h2.observing.intersected .line:nth-child(16) .word,
h3.observing.intersected .line:nth-child(16) .word {
  transition-delay: 3200ms;
}
h1.observing.intersected .line:nth-child(17) .word,
h2.observing.intersected .line:nth-child(17) .word,
h3.observing.intersected .line:nth-child(17) .word {
  transition-delay: 3400ms;
}
h1.observing.intersected .line:nth-child(18) .word,
h2.observing.intersected .line:nth-child(18) .word,
h3.observing.intersected .line:nth-child(18) .word {
  transition-delay: 3600ms;
}
h1.observing.intersected .line:nth-child(19) .word,
h2.observing.intersected .line:nth-child(19) .word,
h3.observing.intersected .line:nth-child(19) .word {
  transition-delay: 3800ms;
}
h1.observing.intersected .line:nth-child(20) .word,
h2.observing.intersected .line:nth-child(20) .word,
h3.observing.intersected .line:nth-child(20) .word {
  transition-delay: 4000ms;
}
h1.observing.intersected .line:nth-child(21) .word,
h2.observing.intersected .line:nth-child(21) .word,
h3.observing.intersected .line:nth-child(21) .word {
  transition-delay: 4200ms;
}
h1.observing.intersected .line:nth-child(22) .word,
h2.observing.intersected .line:nth-child(22) .word,
h3.observing.intersected .line:nth-child(22) .word {
  transition-delay: 4400ms;
}
h1.observing.intersected .line:nth-child(23) .word,
h2.observing.intersected .line:nth-child(23) .word,
h3.observing.intersected .line:nth-child(23) .word {
  transition-delay: 4600ms;
}
h1.observing.intersected .line:nth-child(24) .word,
h2.observing.intersected .line:nth-child(24) .word,
h3.observing.intersected .line:nth-child(24) .word {
  transition-delay: 4800ms;
}
h1.observing.intersected .line:nth-child(25) .word,
h2.observing.intersected .line:nth-child(25) .word,
h3.observing.intersected .line:nth-child(25) .word {
  transition-delay: 5000ms;
}
h1.observing.intersected .line:nth-child(26) .word,
h2.observing.intersected .line:nth-child(26) .word,
h3.observing.intersected .line:nth-child(26) .word {
  transition-delay: 5200ms;
}
h1.observing.intersected .line:nth-child(27) .word,
h2.observing.intersected .line:nth-child(27) .word,
h3.observing.intersected .line:nth-child(27) .word {
  transition-delay: 5400ms;
}
h1.observing.intersected .line:nth-child(28) .word,
h2.observing.intersected .line:nth-child(28) .word,
h3.observing.intersected .line:nth-child(28) .word {
  transition-delay: 5600ms;
}
h1.observing.intersected .line:nth-child(29) .word,
h2.observing.intersected .line:nth-child(29) .word,
h3.observing.intersected .line:nth-child(29) .word {
  transition-delay: 5800ms;
}
h1.observing.intersected .line:nth-child(30) .word,
h2.observing.intersected .line:nth-child(30) .word,
h3.observing.intersected .line:nth-child(30) .word {
  transition-delay: 6000ms;
}
h1.observing.intersected .line:nth-child(31) .word,
h2.observing.intersected .line:nth-child(31) .word,
h3.observing.intersected .line:nth-child(31) .word {
  transition-delay: 6200ms;
}
h1.observing.intersected .line:nth-child(32) .word,
h2.observing.intersected .line:nth-child(32) .word,
h3.observing.intersected .line:nth-child(32) .word {
  transition-delay: 6400ms;
}
h1.observing.intersected .line:nth-child(33) .word,
h2.observing.intersected .line:nth-child(33) .word,
h3.observing.intersected .line:nth-child(33) .word {
  transition-delay: 6600ms;
}
h1.observing.intersected .line:nth-child(34) .word,
h2.observing.intersected .line:nth-child(34) .word,
h3.observing.intersected .line:nth-child(34) .word {
  transition-delay: 6800ms;
}
h1.observing.intersected .line:nth-child(35) .word,
h2.observing.intersected .line:nth-child(35) .word,
h3.observing.intersected .line:nth-child(35) .word {
  transition-delay: 7000ms;
}
h1.observing.intersected .line:nth-child(36) .word,
h2.observing.intersected .line:nth-child(36) .word,
h3.observing.intersected .line:nth-child(36) .word {
  transition-delay: 7200ms;
}
h1.observing.intersected .line:nth-child(37) .word,
h2.observing.intersected .line:nth-child(37) .word,
h3.observing.intersected .line:nth-child(37) .word {
  transition-delay: 7400ms;
}
h1.observing.intersected .line:nth-child(38) .word,
h2.observing.intersected .line:nth-child(38) .word,
h3.observing.intersected .line:nth-child(38) .word {
  transition-delay: 7600ms;
}
h1.observing.intersected .line:nth-child(39) .word,
h2.observing.intersected .line:nth-child(39) .word,
h3.observing.intersected .line:nth-child(39) .word {
  transition-delay: 7800ms;
}
h1.observing.intersected .line:nth-child(40) .word,
h2.observing.intersected .line:nth-child(40) .word,
h3.observing.intersected .line:nth-child(40) .word {
  transition-delay: 8000ms;
}
h1.observing.intersected .line:nth-child(41) .word,
h2.observing.intersected .line:nth-child(41) .word,
h3.observing.intersected .line:nth-child(41) .word {
  transition-delay: 8200ms;
}
h1.observing.intersected .line:nth-child(42) .word,
h2.observing.intersected .line:nth-child(42) .word,
h3.observing.intersected .line:nth-child(42) .word {
  transition-delay: 8400ms;
}
h1.observing.intersected .line:nth-child(43) .word,
h2.observing.intersected .line:nth-child(43) .word,
h3.observing.intersected .line:nth-child(43) .word {
  transition-delay: 8600ms;
}
h1.observing.intersected .line:nth-child(44) .word,
h2.observing.intersected .line:nth-child(44) .word,
h3.observing.intersected .line:nth-child(44) .word {
  transition-delay: 8800ms;
}
h1.observing.intersected .line:nth-child(45) .word,
h2.observing.intersected .line:nth-child(45) .word,
h3.observing.intersected .line:nth-child(45) .word {
  transition-delay: 9000ms;
}
h1.observing.intersected .line:nth-child(46) .word,
h2.observing.intersected .line:nth-child(46) .word,
h3.observing.intersected .line:nth-child(46) .word {
  transition-delay: 9200ms;
}
h1.observing.intersected .line:nth-child(47) .word,
h2.observing.intersected .line:nth-child(47) .word,
h3.observing.intersected .line:nth-child(47) .word {
  transition-delay: 9400ms;
}
h1.observing.intersected .line:nth-child(48) .word,
h2.observing.intersected .line:nth-child(48) .word,
h3.observing.intersected .line:nth-child(48) .word {
  transition-delay: 9600ms;
}
h1.observing.intersected .line:nth-child(49) .word,
h2.observing.intersected .line:nth-child(49) .word,
h3.observing.intersected .line:nth-child(49) .word {
  transition-delay: 9800ms;
}
h1.observing.intersected .line:nth-child(50) .word,
h2.observing.intersected .line:nth-child(50) .word,
h3.observing.intersected .line:nth-child(50) .word {
  transition-delay: 10000ms;
}
h1.observing.intersected .word,
h2.observing.intersected .word,
h3.observing.intersected .word {
  transform: translateY(0);
  transition: transform 650ms ease-out 0s;
}

.site-main .wp-block-media-text__media.observing .image-inner,
.site-main .wp-block-video.observing .image-inner,
.site-main .wp-block-image:not(.is-logo).observing .image-inner {
  overflow: hidden;
  min-width: 100%;
  height: 100%;
}

.site-main .wp-block-media-text__media.observing .image-inner video,
.site-main .wp-block-video.observing .image-inner video,
.site-main .wp-block-video.observing .image-inner img,
.site-main .wp-block-image:not(.is-logo).observing .image-inner video,
.site-main .wp-block-image:not(.is-logo).observing .image-inner img {
  transform: scale(1.5);
}

.site-main .wp-block-media-text__media.observing.intersected,
.site-main .wp-block-video.observing.intersected,
.site-main .wp-block-image:not(.is-logo).observing.intersected {
  animation: rollFromLeft 1.5s ease-in-out forwards;
}

.site-main .wp-block-media-text__media.observing.intersected .image-inner video,
.site-main .wp-block-video.observing.intersected .image-inner video,
.site-main .wp-block-video.observing.intersected .image-inner img,
.site-main .wp-block-image:not(.is-logo).observing.intersected .image-inner video,
.site-main .wp-block-image:not(.is-logo).observing.intersected .image-inner img {
  animation: sacleDown 1s ease-in-out forwards;
}

@keyframes rollFromLeft {
  from {
    -webkit-clip-path: polygon(0 -100%, 0 -100%, 0 100%, 0 100%);
    clip-path: polygon(0 -100%, 0 -100%, 0 100%, 0 100%);
  }
  to {
    -webkit-clip-path: polygon(0 -100%, 150% -100%, 150% 100%, 0 100%);
    clip-path: polygon(0 -100%, 150% -100%, 150% 100%, 0 100%);
  }
}
@keyframes sacleDown {
  from {
    transform: scale(1.5);
  }
  to {
    transform: scale(1);
  }
}
div.frm_forms.with_frm_style.frm_style_formidable-style .frm_error_style {
  font-size: 17px;
}
div.frm_forms.with_frm_style.frm_style_formidable-style .frm_message {
  padding: 30px;
}
div.frm_forms.with_frm_style.frm_style_formidable-style .frm_message * {
  color: inherit;
}
div.frm_forms.with_frm_style.frm_style_formidable-style .frm_message p {
  color: inherit;
  margin-bottom: 0;
  margin-top: 15px;
}
div.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields .frm_fields_container {
  grid-gap: 0 32px;
}
div.frm_forms.with_frm_style.frm_style_formidable-style .frm-field-captcha {
  min-height: 60px;
}
@media screen and (min-width: 600px) {
  div.frm_forms.with_frm_style.frm_style_formidable-style .frm-field-submit {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
div.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit {
  width: 100%;
}
@media screen and (min-width: 600px) {
  div.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit {
    width: auto;
  }
}
div.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit .frm_description {
  font-size: 15px;
  margin: 30px 0 15px;
}
@media (min-width: 960px) {
  div.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit .frm_description {
    margin: 0 30px 0 0;
    flex-grow: 1;
    font-size: 18px;
  }
}
div.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field .frm_error {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 15px;
  pointer-events: none;
  text-align: right;
}
div.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field .frm_primary_label {
  text-transform: uppercase;
  font-family: var(--wp--preset--font-family--heading-alt, sans-serif);
}
div.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field > textarea,
div.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field > input {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}
div.frm_forms.with_frm_style.frm_style_formidable-style .frm_radio.frm_radio_styled > input[type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
div.frm_forms.with_frm_style.frm_style_formidable-style .frm_radio.frm_radio_styled > input[type=radio] + label {
  padding-left: 20px;
  position: relative;
  cursor: pointer;
}
div.frm_forms.with_frm_style.frm_style_formidable-style .frm_radio.frm_radio_styled > input[type=radio] + label:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  border: 1px solid #000;
  border-radius: 8px;
  width: 16px;
  height: 16px;
}
div.frm_forms.with_frm_style.frm_style_formidable-style .frm_radio.frm_radio_styled > input[type=radio] + label:after {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  top: 7px;
  background-color: #fff;
  border-radius: 4px;
  width: 8px;
  height: 8px;
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 275ms ease-out 0s, transform 275ms ease-out 0s;
}
div.frm_forms.with_frm_style.frm_style_formidable-style .frm_checkbox.frm_checkbox_styled input:checked + label {
  background-color: #fff;
  color: var(--wp--preset--color--darkclay);
}
div.frm_forms.with_frm_style.frm_style_formidable-style .frm_checkbox.frm_checkbox_styled label {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: block;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 75px;
  color: inherit;
  font-family: var(--wp--preset--font-family--heading, sans-serif);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  padding: 10px 0;
  position: relative;
  transform: scale(1);
  transition: border-color 275ms ease-out 0s, color 275ms ease-out 0s;
}
div.frm_forms.with_frm_style.frm_style_formidable-style .frm_checkbox.frm_checkbox_styled label:hover, div.frm_forms.with_frm_style.frm_style_formidable-style .frm_checkbox.frm_checkbox_styled label:active {
  color: var(--wp--preset--color--darkclay);
  text-decoration: none;
}

.frm_login_form .frm_submit input,
.frm_logout_link {
  text-decoration: none;
  background-color: var(--wp--preset--color--blue);
  color: #fff;
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 1.875rem;
  max-width: 300px;
  font-weight: 500;
  font-size: 0.9375rem;
  text-transform: uppercase;
  font-family: var(--wp--preset--font-family--heading-alt, sans-serif);
  margin: 0 auto;
}
.frm_login_form .frm_submit input::before,
.frm_logout_link::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: #fff;
  opacity: 0.1;
  transition: transform ease-out 275ms;
}
.frm_login_form .frm_submit input:hover,
.frm_logout_link:hover {
  color: #fff;
  text-decoration: none;
}
.frm_login_form .frm_submit input:hover::before,
.frm_logout_link:hover::before {
  transform: scaleX(1);
}

.frm_login_form .frm_submit input {
  padding: 0 !important;
  transition: ease-in-out 275ms;
}

/*
*   WP Core Block styles
*
*   1. Button
*   2. Group
*   3. Cover
*   4. Image
*   5. Media Text
*
 */
.wp-block-button.is-style-arrow .wp-block-button__link {
  padding: 0 !important;
}
.wp-block-button.is-style-arrow.sr-only-text .wp-block-button__link .wp-block-button__arrow {
  transform: rotate(-90deg);
}
.wp-block-button.is-style-arrow.sr-only-text .wp-block-button__link .wp-block-button__text {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wp-block-button .wp-block-button__link {
  position: relative;
  display: flex;
  gap: 1rem;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-family: var(--wp--preset--font-family--heading-alt, sans-serif);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.9375rem;
}
.wp-block-button .wp-block-button__link:hover {
  text-decoration: none;
}
.wp-block-button .wp-block-button__link.has-background:not(.is-style-arrow) {
  position: relative;
  overflow: hidden;
}
.wp-block-button .wp-block-button__link.has-background:not(.is-style-arrow)::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: #fff;
  opacity: 0.1;
  transition: transform ease-out 275ms;
}
.wp-block-button .wp-block-button__link.has-background:not(.is-style-arrow).has-white-background-color::before {
  background-color: var(--wp--preset--color--pacific);
}
.wp-block-button .wp-block-button__link.has-background:not(.is-style-arrow):hover::before {
  transform: scaleX(1);
}
.wp-block-button__arrow {
  width: 45px;
  height: 45px;
  border-radius: 70px;
  position: relative;
  border: 1px solid var(--st--text-color, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 782px) {
  .wp-block-button__arrow {
    width: 70px;
    height: 70px;
  }
}
.wp-block-button__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  height: 85%;
  border-radius: 60px;
  background-color: var(--st--text-color, #fff);
  z-index: -1;
  transition: all ease-out 275ms;
}
.wp-block-button__arrow svg {
  width: 25%;
  height: 25%;
}
.wp-block-button__link:hover .wp-block-button__arrow::before {
  width: 100%;
  height: 100%;
}

.wp-block-group.is-style-block-section-small, .wp-block-group.is-style-block-section {
  padding: var(--section-padding) var(--outer--padding);
}
.wp-block-group.is-style-block-section-small > *, .wp-block-group.is-style-block-section > * {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-group.is-style-block-section-small.has-narrow-width, .wp-block-group.is-style-block-section.has-narrow-width {
  padding: var(--section-padding) calc(var(--outer--padding) * 2);
}
.wp-block-group.is-style-block-section-small {
  padding: var(--outer--padding);
}
@media (min-width: 960px) {
  .wp-block-group.is-style-block-section-small {
    padding: 100px var(--outer--padding);
  }
}
@media (min-width: 782px) {
  .wp-block-group.is-style-block-section-small {
    padding: 100px var(--outer--padding);
  }
}
.wp-block-group#login-cta {
  padding: 15px 40px;
  border-radius: 4px;
}
@media (min-width: 1100px) {
  .wp-block-group#login-cta .wp-block-image.login-cta-image {
    margin-block-end: -15px;
    margin-block-start: -95px;
    min-width: 280px;
  }
}
@media (max-width: 1100px) {
  .wp-block-group#login-cta {
    flex-direction: column;
    align-items: center;
    padding: 3rem var(--outer--padding) 0;
  }
  .wp-block-group#login-cta * {
    text-align: center;
  }
  .wp-block-group#login-cta .wp-block-image.login-cta-image {
    order: 3;
    margin-left: calc(var(--outer--padding) * -1);
    margin-right: calc(var(--outer--padding) * -1);
  }
}
.wp-block-group.is-style-numbered-cards {
  gap: 2rem;
  counter-reset: numbered-cards;
}
.wp-block-group.is-style-numbered-cards > .wp-block-cover {
  aspect-ratio: 1/1;
  width: 100%;
  overflow: hidden;
  -webkit-clip-path: polygon(100% 0%, 16.469% 0%, 16.469% 0%, 16.128% 0.016%, 15.792% 0.063%, 15.465% 0.141%, 15.147% 0.249%, 14.841% 0.384%, 14.549% 0.548%, 14.272% 0.737%, 14.014% 0.953%, 13.774% 1.193%, 13.557% 1.456%, 0% 19.529%, 0% 100%, 96.359% 100%, 96.359% 100%, 96.95% 99.952%, 97.51% 99.814%, 98.032% 99.594%, 98.509% 99.298%, 98.934% 98.934%, 99.298% 98.509%, 99.594% 98.032%, 99.814% 97.51%, 99.952% 96.95%, 100% 96.359%, 100% 0%);
          clip-path: polygon(100% 0%, 16.469% 0%, 16.469% 0%, 16.128% 0.016%, 15.792% 0.063%, 15.465% 0.141%, 15.147% 0.249%, 14.841% 0.384%, 14.549% 0.548%, 14.272% 0.737%, 14.014% 0.953%, 13.774% 1.193%, 13.557% 1.456%, 0% 19.529%, 0% 100%, 96.359% 100%, 96.359% 100%, 96.95% 99.952%, 97.51% 99.814%, 98.032% 99.594%, 98.509% 99.298%, 98.934% 98.934%, 99.298% 98.509%, 99.594% 98.032%, 99.814% 97.51%, 99.952% 96.95%, 100% 96.359%, 100% 0%);
}
@media (min-width: 782px) {
  .wp-block-group.is-style-numbered-cards > .wp-block-cover {
    width: calc(33.33% - 1.3333333333rem);
  }
}
.wp-block-group.is-style-numbered-cards > .wp-block-cover::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  top: calc(100% - 80px);
  right: 0;
  transform: rotate(-45deg);
  transform-origin: top right;
  background-color: var(--wp--preset--color--blue);
  z-index: 9;
}
.wp-block-group.is-style-numbered-cards > .wp-block-cover::after {
  counter-increment: numbered-cards;
  content: "0" counter(numbered-cards);
  position: absolute;
  bottom: 18px;
  right: 18px;
  line-height: 15px;
  font-size: 15px;
  font-family: var(--wp--preset--font-family--heading-alt, sans-serif);
  font-weight: 500;
  color: #fff;
  z-index: 10;
}
.wp-block-group.has-overlap {
  padding-bottom: 0;
}
.wp-block-group.has-overlap > :last-child {
  margin-block-end: -180px !important;
  z-index: 3;
}
@media (max-width: 782px) {
  .wp-block-group.has-overlap > :last-child {
    margin-block-end: -120px !important;
  }
}
.wp-block-group.has-overlap + .wp-block-group {
  padding-top: 180px !important;
}
@media (max-width: 782px) {
  .wp-block-group.has-overlap + .wp-block-group {
    padding-top: 120px !important;
  }
}
.wp-block-group.has-overlap + .wp-block-group.is-style-block-section {
  padding-top: calc(var(--section-padding) + 180px) !important;
}
@media (max-width: 782px) {
  .wp-block-group.has-overlap + .wp-block-group.is-style-block-section {
    padding-top: calc(var(--section-padding) + 120px) !important;
  }
}
@media (max-width: 782px) {
  .wp-block-group.has-shape-bg {
    background-size: 200px !important;
  }
}
@media (max-width: 900px) {
  .wp-block-group.is-layout-flex.align-space {
    align-content: space-between;
  }
}
.site-main .wp-block-group.has-section-nav.section-nav-init {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  gap: 7%;
}
.site-main .wp-block-group.has-section-nav .section-nav__inner {
  flex: 1;
}
.site-main .wp-block-group.has-section-nav .section-nav__inner > :not(:first-child) {
  margin-block-start: clamp(60px, 10vw, 80px);
}
.site-main .wp-block-group.has-section-nav .section-nav__nav {
  width: 250px;
  position: sticky;
  top: 10rem;
  margin-block-start: 0;
}
@media (max-width: 900px) {
  .site-main .wp-block-group.has-section-nav .section-nav__nav {
    display: none;
  }
}
.site-main .wp-block-group.has-section-nav .section-nav__nav h3 {
  margin-block-end: 0;
}
.site-main .wp-block-group.has-section-nav .section-nav__nav h3 sub {
  margin-left: 0;
}
.site-main .wp-block-group.has-section-nav .section-nav__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-main .wp-block-group.has-section-nav .section-nav__nav ul li {
  color: var(--wp--preset--color--darkclay);
  font-family: var(--wp--preset--font-family--heading-alt, sans-serif);
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 0.8rem;
}

.wp-block-cover {
  overflow: visible;
}
.wp-block-cover__inner-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-cover .wp-block-cover__background {
  margin-block-start: 0;
  margin-top: 0;
}
.wp-block-cover.is-style-hero {
  --hero-offset: calc( 10rem + (var(--wp--preset--font-size--h-1, 60px) * 0.75) + var(--wp--preset--font-size--h-5, 24px) + 16px);
  padding: 10rem var(--outer--padding) 50px;
}
@media (min-width: 782px) {
  .wp-block-cover.is-style-hero {
    --hero-offset: calc( 12.5rem + (var(--wp--preset--font-size--h-1, 60px) * 0.75) + var(--wp--preset--font-size--h-5, 24px));
    padding: 12.5rem var(--outer--padding) 80px;
  }
}
body:not(.page-id-143):not(.page-id-4) .wp-block-cover.is-style-hero {
  padding-bottom: 10rem;
}
body:not(.page-id-143):not(.page-id-4) .wp-block-cover.is-style-hero .wp-block-cover__inner-container {
  margin-block-start: 0;
  margin-top: 0;
  position: initial;
}
body:not(.page-id-143):not(.page-id-4) .wp-block-cover.is-style-hero .wp-block-cover__inner-container .scroll-down-row {
  position: absolute;
  bottom: 40px;
}
@media (min-width: 782px) {
  body:not(.page-id-143):not(.page-id-4) .wp-block-cover.is-style-hero .wp-block-cover__inner-container .scroll-down-row {
    bottom: clamp(10px, 4vw, 30px);
  }
}
body.page-id-143 .wp-block-cover.is-style-hero, body.page-id-4 .wp-block-cover.is-style-hero {
  background-color: var(--wp--preset--color--charcoal);
}
body.page-id-143 .wp-block-cover.is-style-hero .wp-block-cover__video-background,
body.page-id-143 .wp-block-cover.is-style-hero .wp-block-cover__image-background,
body.page-id-143 .wp-block-cover.is-style-hero .wp-block-cover__background, body.page-id-4 .wp-block-cover.is-style-hero .wp-block-cover__video-background,
body.page-id-4 .wp-block-cover.is-style-hero .wp-block-cover__image-background,
body.page-id-4 .wp-block-cover.is-style-hero .wp-block-cover__background {
  top: var(--hero-offset, 300px);
  height: calc(100% - var(--hero-offset));
}
body.page-id-143 .wp-block-cover.is-style-hero .wp-block-cover__inner-container, body.page-id-4 .wp-block-cover.is-style-hero .wp-block-cover__inner-container {
  margin-block-start: 0;
  margin-top: 0;
}
body.page-id-143 .wp-block-cover.is-style-hero .hero-intro, body.page-id-4 .wp-block-cover.is-style-hero .hero-intro {
  padding-left: 1rem;
}
body.page-id-143 .wp-block-cover.is-style-hero .hero-intro::before, body.page-id-143 .wp-block-cover.is-style-hero .hero-intro::after, body.page-id-4 .wp-block-cover.is-style-hero .hero-intro::before, body.page-id-4 .wp-block-cover.is-style-hero .hero-intro::after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 1px;
  background-color: #fff;
}
body.page-id-143 .wp-block-cover.is-style-hero .hero-intro::before, body.page-id-4 .wp-block-cover.is-style-hero .hero-intro::before {
  display: none;
}
@media (min-width: 782px) {
  body.page-id-143 .wp-block-cover.is-style-hero .hero-intro::before, body.page-id-4 .wp-block-cover.is-style-hero .hero-intro::before {
    display: block;
    height: calc(100% + 45px + clamp(20px, 4vw, 40px));
    opacity: 0.5;
  }
}
body.page-id-143 .wp-block-cover.is-style-hero .hero-intro::after, body.page-id-4 .wp-block-cover.is-style-hero .hero-intro::after {
  height: calc(100% - 7px);
  opacity: 1;
}
@media (min-width: 782px) {
  body.page-id-143 .wp-block-cover.is-style-hero .wp-block-button.is-style-arrow .wp-block-button__link, body.page-id-4 .wp-block-cover.is-style-hero .wp-block-button.is-style-arrow .wp-block-button__link {
    flex-direction: row-reverse;
  }
}
@media (max-width: 600px) {
  body.page-id-143 .wp-block-cover.is-style-hero .wp-block-button.is-style-arrow .wp-block-button__link .wp-block-button__arrow, body.page-id-4 .wp-block-cover.is-style-hero .wp-block-button.is-style-arrow .wp-block-button__link .wp-block-button__arrow {
    width: 35px;
    height: 35px;
  }
}

.wp-block-cover.has-notch-center::after, .wp-block-group.has-notch-center::after {
  content: "";
  width: 70%;
  min-width: 315px;
  height: clamp(20px, 4vw, 40px);
  min-height: 20px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(0.5px);
  z-index: 10;
  background-color: var(--next-color, #fff);
  -webkit-clip-path: polygon(96.714% 15%, 96.714% 15%, 96.598% 12.285%, 96.471% 9.814%, 96.334% 7.596%, 96.187% 5.641%, 96.032% 3.959%, 95.87% 2.561%, 95.701% 1.455%, 95.527% 0.654%, 95.349% 0.165%, 95.168% 0%, 4.832% 0%, 4.832% 0%, 4.651% 0.165%, 4.473% 0.654%, 4.299% 1.455%, 4.13% 2.561%, 3.968% 3.959%, 3.813% 5.641%, 3.666% 7.596%, 3.529% 9.814%, 3.402% 12.285%, 3.286% 15%, 0% 100%, 100% 100%, 96.714% 15%);
          clip-path: polygon(96.714% 15%, 96.714% 15%, 96.598% 12.285%, 96.471% 9.814%, 96.334% 7.596%, 96.187% 5.641%, 96.032% 3.959%, 95.87% 2.561%, 95.701% 1.455%, 95.527% 0.654%, 95.349% 0.165%, 95.168% 0%, 4.832% 0%, 4.832% 0%, 4.651% 0.165%, 4.473% 0.654%, 4.299% 1.455%, 4.13% 2.561%, 3.968% 3.959%, 3.813% 5.641%, 3.666% 7.596%, 3.529% 9.814%, 3.402% 12.285%, 3.286% 15%, 0% 100%, 100% 100%, 96.714% 15%);
}
.wp-block-cover.has-notch-left::after, .wp-block-group.has-notch-left::after {
  content: "";
  width: 65%;
  min-width: 315px;
  height: clamp(20px, 4vw, 40px);
  min-height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(0.5px);
  z-index: 10;
  background-color: var(--next-color, #fff);
  -webkit-clip-path: polygon(97.182% 14.985%, 97.182% 14.985%, 97.083% 12.273%, 96.974% 9.804%, 96.857% 7.587%, 96.731% 5.634%, 96.598% 3.954%, 96.459% 2.557%, 96.315% 1.454%, 96.166% 0.653%, 96.013% 0.165%, 95.858% 0%, 0% 0%, 0% 100%, 100% 100%, 97.182% 14.985%);
          clip-path: polygon(97.182% 14.985%, 97.182% 14.985%, 97.083% 12.273%, 96.974% 9.804%, 96.857% 7.587%, 96.731% 5.634%, 96.598% 3.954%, 96.459% 2.557%, 96.315% 1.454%, 96.166% 0.653%, 96.013% 0.165%, 95.858% 0%, 0% 0%, 0% 100%, 100% 100%, 97.182% 14.985%);
}
.wp-block-cover.has-notch-left-small::after, .wp-block-group.has-notch-left-small::after {
  content: "";
  width: 35%;
  min-width: 315px;
  height: clamp(20px, 4vw, 40px);
  min-height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(0.5px);
  z-index: 10;
  background-color: var(--next-color, #fff);
  -webkit-clip-path: polygon(97.182% 14.985%, 97.182% 14.985%, 97.083% 12.273%, 96.974% 9.804%, 96.857% 7.587%, 96.731% 5.634%, 96.598% 3.954%, 96.459% 2.557%, 96.315% 1.454%, 96.166% 0.653%, 96.013% 0.165%, 95.858% 0%, 0% 0%, 0% 100%, 100% 100%, 97.182% 14.985%);
          clip-path: polygon(97.182% 14.985%, 97.182% 14.985%, 97.083% 12.273%, 96.974% 9.804%, 96.857% 7.587%, 96.731% 5.634%, 96.598% 3.954%, 96.459% 2.557%, 96.315% 1.454%, 96.166% 0.653%, 96.013% 0.165%, 95.858% 0%, 0% 0%, 0% 100%, 100% 100%, 97.182% 14.985%);
}
.wp-block-cover.has-notch-right::after, .wp-block-group.has-notch-right::after {
  content: "";
  width: 65%;
  min-width: 315px;
  height: clamp(20px, 4vw, 40px);
  min-height: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(0.5px);
  z-index: 10;
  background-color: var(--next-color, #fff);
  -webkit-clip-path: polygon(5.168% 14.985%, 5.168% 14.985%, 5.35% 12.273%, 5.549% 9.804%, 5.765% 7.587%, 5.995% 5.634%, 6.239% 3.954%, 6.494% 2.557%, 6.759% 1.454%, 7.032% 0.653%, 7.312% 0.165%, 7.596% 0%, 100% 0%, 100% 100%, 0% 100%, 5.168% 14.985%);
          clip-path: polygon(5.168% 14.985%, 5.168% 14.985%, 5.35% 12.273%, 5.549% 9.804%, 5.765% 7.587%, 5.995% 5.634%, 6.239% 3.954%, 6.494% 2.557%, 6.759% 1.454%, 7.032% 0.653%, 7.312% 0.165%, 7.596% 0%, 100% 0%, 100% 100%, 0% 100%, 5.168% 14.985%);
}
.wp-block-cover.has-notch-right:has(> .wp-block-group.is-style-block-section), .wp-block-group.has-notch-right:has(> .wp-block-group.is-style-block-section) {
  padding: 0 0 50px;
}
.wp-block-cover.has-notch-right-small::after, .wp-block-group.has-notch-right-small::after {
  content: "";
  width: 35%;
  min-width: 315px;
  height: clamp(20px, 4vw, 40px);
  min-height: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(0.5px);
  z-index: 10;
  background-color: var(--next-color, #fff);
  -webkit-clip-path: polygon(5.168% 14.985%, 5.168% 14.985%, 5.35% 12.273%, 5.549% 9.804%, 5.765% 7.587%, 5.995% 5.634%, 6.239% 3.954%, 6.494% 2.557%, 6.759% 1.454%, 7.032% 0.653%, 7.312% 0.165%, 7.596% 0%, 100% 0%, 100% 100%, 0% 100%, 5.168% 14.985%);
          clip-path: polygon(5.168% 14.985%, 5.168% 14.985%, 5.35% 12.273%, 5.549% 9.804%, 5.765% 7.587%, 5.995% 5.634%, 6.239% 3.954%, 6.494% 2.557%, 6.759% 1.454%, 7.032% 0.653%, 7.312% 0.165%, 7.596% 0%, 100% 0%, 100% 100%, 0% 100%, 5.168% 14.985%);
}
.wp-block-cover.has-notch-right-small:has(> .wp-block-group.is-style-block-section), .wp-block-group.has-notch-right-small:has(> .wp-block-group.is-style-block-section) {
  padding: 0 0 50px;
}

.wp-block-cover.has-notch-center, .wp-block-cover.has-notch-left, .wp-block-cover.has-notch-right, .wp-block-cover.has-notch-center-small, .wp-block-cover.has-notch-left-small, .wp-block-cover.has-notch-right-small {
  padding-bottom: clamp(70px, 10vw, 90px);
}

.wp-block-image img {
  width: 100%;
}
.wp-block-image.is-style-square {
  aspect-ratio: 1/1;
}
.wp-block-image.is-style-square img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.375rem;
}
.wp-block-image.has-top-right-shape {
  position: relative;
}
@media (min-width: 782px) {
  .wp-block-image.has-top-right-shape::before {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAzNTIgMTI3Ij48cGF0aCBzdHJva2U9IiM2MDk2QkEiIGQ9Ik0zNTIgMUgxMDIuMzRhMTUgMTUgMCAwIDAtMTEuOTk1IDUuOTk0TDEgMTI2Ii8+PC9zdmc+");
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    width: 350px;
    height: 125px;
    position: absolute;
    top: -125px;
    right: calc(var(--outer--padding) * -1);
  }
}

.wp-block-media-text {
  gap: 2rem 8%;
}
.wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}
@media (min-width: 783px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 782px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
    aspect-ratio: 1/1;
  }
  .wp-block-media-text.is-stacked-on-mobile.stack-reverse .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 1;
  }
  .wp-block-media-text.is-stacked-on-mobile.stack-reverse .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 2;
  }
}
@media (min-width: 783px) {
  .wp-block-media-text.is-style-steps .wp-block-media-text__content {
    padding-top: 0;
    padding-bottom: 0;
  }
  .wp-block-media-text.is-style-steps .wp-block-media-text__content > .wp-block-group {
    gap: 3rem;
    min-height: 450px;
  }
}
.wp-block-media-text.is-style-steps > * {
  z-index: 2;
}
.wp-block-media-text.is-style-steps::after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNDAwIDIzMiI+PHBhdGggc3Ryb2tlPSIjNjA5NkJBIiBkPSJNMCAxaDI0MS45YzQuNzIzIDAgOS4xNyAyLjIyNCAxMi4wMDMgNi4wMDNsMTYzLjQwNSAyMTcuOTk0QTE0Ljk5OCAxNC45OTggMCAwIDAgNDI5LjMxIDIzMUgxNDAwIi8+PC9zdmc+");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100vw;
  height: 16.5vw;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  bottom: -100px;
  z-index: 0;
}
.wp-block-media-text.is-style-steps:nth-child(even)::after {
  transform: translateX(-50%) scaleX(-1);
}

.wp-block-table {
  overflow: visible;
}
@media (min-width: 782px) {
  .wp-block-table {
    border: 1px solid rgba(43, 59, 69, 0.25);
    border-radius: 0.3125rem;
    overflow: hidden;
  }
}
.wp-block-table table {
  border: none;
  overflow: hidden;
  border-collapse: collapse;
  margin: -1px;
  padding: 0;
  width: calc(100% + 2px) !important;
  table-layout: fixed;
}
.wp-block-table table thead {
  border: none;
}
.wp-block-table table tr {
  background-color: transparent;
}
.wp-block-table table th,
.wp-block-table table td {
  padding: 1rem;
  text-align: left;
  border: 1px solid rgba(43, 59, 69, 0.25);
  line-height: 1.4;
}
.wp-block-table table th {
  font-size: clamp(18px, 1.8vw, 22px);
  color: var(--wp--preset--color--darkclay);
  background-color: #fff;
}
.wp-block-table table td {
  padding: 1.5rem 1rem;
  color: var(--wp--preset--color--darkclay);
  background-color: #fff;
}
@media (max-width: 782px) {
  .wp-block-table table {
    border: 0;
    margin: 0;
  }
  .wp-block-table table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .wp-block-table table tr {
    display: block;
    margin-bottom: 1rem;
  }
  .wp-block-table table td {
    border-bottom: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
  }
  .wp-block-table table td:first-child {
    border-top-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem;
  }
  .wp-block-table table td:last-child {
    border-bottom-left-radius: 0.3125rem;
    border-bottom-right-radius: 0.3125rem;
    border-bottom: 1px solid rgba(43, 59, 69, 0.25);
  }
  .wp-block-table table td::before {
    content: attr(data-label);
    font-weight: bold;
    margin-bottom: 10px;
  }
}

.site-header {
  z-index: 999;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  overflow: visible;
}
.site-header .header-group {
  padding: 1.875rem var(--outer--padding);
  background-color: var(--wp--preset--color--charcoal) !important;
  transition: background-color 400ms;
}
html.has-modal-open .site-header .header-group {
  padding: 1.875rem calc(var(--outer--padding) + var(--sw)) 1.875rem var(--outer--padding);
}
.site-header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  z-index: 9;
}
.site-header .main-logo {
  width: 95px;
  display: block;
  z-index: 100001;
}
.site-header .main-logo a, .site-header .main-logo img {
  width: 100%;
}
.site-header .site-nav {
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  gap: 1rem;
}
@media (min-width: 1100px) {
  .site-header .site-nav {
    gap: 0;
    flex-direction: row;
  }
}
.site-header ul.wp-block-navigation {
  position: relative;
}
@media (min-width: 1100px) {
  .site-header ul.wp-block-navigation {
    padding: 0 2rem;
    line-height: 1;
    gap: 0;
    flex-wrap: nowrap;
  }
}
.site-header ul.wp-block-navigation .wp-block-navigation-item a, .site-header ul.wp-block-navigation .wp-block-navigation-item button {
  font-weight: 500;
  font-size: 0.9375rem;
  text-transform: uppercase;
  font-family: var(--wp--preset--font-family--heading-alt, sans-serif);
  transition: color 275ms;
}
.site-header ul.wp-block-navigation .wp-block-navigation-item a:hover, .site-header ul.wp-block-navigation .wp-block-navigation-item button:hover {
  text-decoration: none;
}
@media (min-width: 1100px) {
  .site-header ul.wp-block-navigation .wp-block-navigation-item {
    height: 70px;
    gap: 0;
  }
  .site-header ul.wp-block-navigation .wp-block-navigation-item a, .site-header ul.wp-block-navigation .wp-block-navigation-item button {
    line-height: 1;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 1.25rem 1.875rem;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    white-space: nowrap;
    position: relative;
    overflow: hidden;
  }
  .site-header ul.wp-block-navigation .wp-block-navigation-item a::before, .site-header ul.wp-block-navigation .wp-block-navigation-item button::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #fff;
    opacity: 0.1;
    transition: transform ease-out 275ms;
  }
  .site-header ul.wp-block-navigation .wp-block-navigation-item a.has-white-background-color::before, .site-header ul.wp-block-navigation .wp-block-navigation-item button.has-white-background-color::before {
    background-color: var(--wp--preset--color--pacific);
  }
  .site-header ul.wp-block-navigation .wp-block-navigation-item a:hover::before, .site-header ul.wp-block-navigation .wp-block-navigation-item button:hover::before {
    transform: scaleX(1);
  }
}
.site-header ul.wp-block-navigation .wp-block-navigation-item:first-child a, .site-header ul.wp-block-navigation .wp-block-navigation-item:first-child button, .site-header ul.wp-block-navigation .wp-block-navigation-item.first-item a, .site-header ul.wp-block-navigation .wp-block-navigation-item.first-item button {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.site-header ul.wp-block-navigation .wp-block-navigation-item:last-child a, .site-header ul.wp-block-navigation .wp-block-navigation-item:last-child button, .site-header ul.wp-block-navigation .wp-block-navigation-item.last-item a, .site-header ul.wp-block-navigation .wp-block-navigation-item.last-item button {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-right: none;
}
.site-header ul.wp-block-navigation .wp-block-navigation-item.is-style-button a, .site-header ul.wp-block-navigation .wp-block-navigation-item.is-style-button button {
  border: none !important;
  border-radius: 50px !important;
  background-color: var(--wp--preset--color--blue);
}
@media (min-width: 1100px) {
  .site-header ul.wp-block-navigation .wp-block-navigation-item.is-style-button a, .site-header ul.wp-block-navigation .wp-block-navigation-item.is-style-button button {
    margin-left: 1rem;
  }
}
@media (max-width: 1100px) {
  .site-header ul.wp-block-navigation .wp-block-navigation-item.is-style-button a, .site-header ul.wp-block-navigation .wp-block-navigation-item.is-style-button button {
    font-size: 1.75rem !important;
    padding: 1.25rem 1.875rem !important;
  }
}
.site-header ul.wp-block-navigation .wp-block-navigation-item.is-style-button a + .wp-block-navigation__submenu-icon, .site-header ul.wp-block-navigation .wp-block-navigation-item.is-style-button button + .wp-block-navigation__submenu-icon {
  display: none;
}
.site-header ul.wp-block-navigation .wp-block-navigation-item.is-style-button.is-style-outline-button a, .site-header ul.wp-block-navigation .wp-block-navigation-item.is-style-button.is-style-outline-button button {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
}
.site-header ul.wp-block-navigation .wp-block-navigation-item.is-style-button + * a, .site-header ul.wp-block-navigation .wp-block-navigation-item.is-style-button + * button {
  margin-left: 1rem;
}
@media (min-width: 1100px) {
  .site-header ul.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container {
    border-radius: 10px;
    overflow: hidden;
    min-width: 140px;
    border: none;
    left: 50%;
    transform: translateX(-50%);
  }
  .site-header ul.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container .wp-block-navigation-item {
    height: 50px;
    align-items: stretch !important;
  }
  .site-header ul.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container .wp-block-navigation-item a {
    height: 100%;
    width: 100%;
    background-color: #fff;
    align-items: center;
    text-align: center;
    justify-content: center;
    transition: background-color 275ms;
  }
}
.site-header ul.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container .wp-block-navigation-item a {
  justify-content: center;
  color: var(--wp--preset--color--darkclay);
}
.site-header ul.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item a, .site-header ul.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item button {
  margin-left: 0;
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 1100px) {
  .site-header .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none !important;
  }
  .site-header .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: block !important;
  }
}
@media (min-width: 600px) {
  .site-header .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex;
  }
  .site-header .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none;
  }
}
@media (max-width: 1099px) {
  .site-header .wp-block-navigation__responsive-container {
    overflow: auto;
    height: 100dvh;
    background-color: var(--wp--preset--color--charcoal) !important;
    color: var(--wp--preset--color--fog) !important;
    justify-content: flex-end;
  }
  .site-header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-close {
    height: 100%;
  }
  .site-header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog {
    opacity: 0;
    transform: translateY(30px);
    height: 100%;
    transition: all 275ms ease-out 800ms !important;
  }
  .site-header .wp-block-navigation__responsive-container.is-menu-open {
    animation-duration: 650ms;
  }
  .site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog {
    height: 100%;
    animation: overlay-menu-text__fade-in-animation 400ms ease-out;
    animation-fill-mode: forwards;
    animation-delay: 650ms;
  }
  .site-header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog {
    margin: 0 !important;
  }
  .site-header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content {
    padding: 140px var(--outer--padding) calc(var(--outer--padding) * 2);
    padding-top: 140px;
    max-height: 100dvh;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media (max-width: 1099px) and (min-width: 600px) {
  .site-header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content {
    padding-top: 180px;
  }
}
@media (max-width: 1099px) {
  .site-header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content ul.wp-block-navigation {
    width: 100%;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 1rem;
  }
  .site-header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content ul.wp-block-navigation li {
    text-align: left;
    align-items: flex-start;
  }
  .site-header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content ul.wp-block-navigation li a, .site-header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content ul.wp-block-navigation li button {
    font-size: var(--wp--preset--font-size--h-2, 48px);
    font-family: var(--wp--preset--font-family--heading, sans-serif);
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.03em;
    margin-left: 0;
  }
  .site-header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content ul.wp-block-navigation li.wp-block-navigation-submenu {
    width: 100%;
    border-top: 1px solid var(--wp--preset--color--fog);
    padding-top: 3rem;
    margin-block-start: 1rem;
  }
  .site-header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content ul.wp-block-navigation li.wp-block-navigation-submenu a, .site-header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content ul.wp-block-navigation li.wp-block-navigation-submenu button {
    color: #fff;
    font-size: 1.125rem !important;
    font-family: var(--wp--preset--font-family--main-content, sans-serif);
    line-height: 2.1;
    font-weight: 500;
    letter-spacing: 0;
    background-color: transparent;
    margin-left: 0;
    border-radius: 0;
    text-transform: none;
  }
  .site-header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content ul.wp-block-navigation li.wp-block-navigation-submenu a:hover, .site-header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content ul.wp-block-navigation li.wp-block-navigation-submenu button:hover {
    color: var(--wp--preset--color--pewter);
  }
  .site-header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content ul.wp-block-navigation li.wp-block-navigation-submenu a.wp-block-navigation-submenu__toggle, .site-header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content ul.wp-block-navigation li.wp-block-navigation-submenu button.wp-block-navigation-submenu__toggle {
    font-family: var(--wp--preset--font-family--heading-alt, sans-serif);
    text-transform: uppercase;
  }
  .site-header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content ul.wp-block-navigation li.wp-block-navigation-submenu a.wp-block-navigation-submenu__toggle:before, .site-header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content ul.wp-block-navigation li.wp-block-navigation-submenu button.wp-block-navigation-submenu__toggle:before {
    content: "//";
    position: relative;
    display: inline-block;
    font-size: 1em;
    margin-right: 4px;
  }
  .site-header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content ul.wp-block-navigation li ul.wp-block-navigation__submenu-container {
    padding: 0;
  }
}
.site-header .wp-block-navigation__responsive-container-open,
.site-header .wp-block-navigation__responsive-container-close {
  width: 55px;
  height: 55px;
  border-radius: 55px;
  z-index: 100001;
  position: relative;
  border: 1px solid var(--wp--preset--color--fog);
  justify-content: center;
  align-items: center;
}
.site-header .wp-block-navigation__responsive-container-open::before,
.site-header .wp-block-navigation__responsive-container-close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  height: 85%;
  border-radius: 60px;
  background-color: var(--st--text-color, #fff);
  z-index: -1;
  transition: all ease-out 275ms;
}
.site-header .wp-block-navigation__responsive-container-open:hover .site-header .wp-block-navigation__responsive-container-open::before,
.site-header .wp-block-navigation__responsive-container-open:hover .site-header .wp-block-navigation__responsive-container-close::before,
.site-header .wp-block-navigation__responsive-container-close:hover .site-header .wp-block-navigation__responsive-container-open::before,
.site-header .wp-block-navigation__responsive-container-close:hover .site-header .wp-block-navigation__responsive-container-close::before {
  width: 100%;
  height: 100%;
}
html.has-modal-open .site-header .wp-block-navigation__responsive-container-open {
  pointer-events: none;
}
.site-header .wp-block-navigation__responsive-container-open b {
  display: block;
  position: relative;
  width: 20px;
  height: 1;
  border-radius: 0;
  background-color: transparent;
  transition: background-color 275ms ease-out 0s;
}
html.has-modal-open .site-header .wp-block-navigation__responsive-container-open b {
  background-color: transparent;
}
html.has-modal-open .site-header .wp-block-navigation__responsive-container-open b:before {
  width: 20px;
  transform: rotate(45deg);
}
html.has-modal-open .site-header .wp-block-navigation__responsive-container-open b:after {
  width: 20px;
  transform: rotate(-45deg);
}
.site-header .wp-block-navigation__responsive-container-open b:before, .site-header .wp-block-navigation__responsive-container-open b:after {
  content: "";
  display: block;
  position: absolute;
  width: inherit;
  height: 1px;
  right: 0;
  border-radius: 0px;
  background-color: var(--wp--preset--color--blue);
  transform-origin: center;
  transition: transform 275ms ease-out 0s, width 275ms ease-out 0s;
}
.site-header .wp-block-navigation__responsive-container-open b:before {
  width: 20px;
  transform: translateY(-2px);
}
.site-header .wp-block-navigation__responsive-container-open b:after {
  width: 20px;
  transform: translateY(2px);
}
.site-header .wp-block-navigation__responsive-container-close {
  position: absolute;
  opacity: 0;
  top: 2.3rem;
  right: calc(var(--outer--padding) + var(--sw));
  z-index: 100002;
}

@keyframes overlay-menu__fade-in-animation {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  5% {
    opacity: 1;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes overlay-menu-text__fade-in-animation {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
h1:not(:last-child), h2:not(:last-child), h3:not(:last-child), h4:not(:last-child) {
  margin-block-end: 0.5em;
}
h1 sub, h1 sup, h2 sub, h2 sup, h3 sub, h3 sup, h4 sub, h4 sup {
  font-family: var(--wp--preset--font-family--heading-alt, sans-serif);
  font-size: var(--wp--preset--font-size--h-5, 24px);
  line-height: 100%;
  font-weight: 500;
  letter-spacing: 0;
  top: initial;
  bottom: initial;
  margin-bottom: 1.5em;
  display: block !important;
  margin-left: 0.5em;
}

h2 sub, h2 sup {
  margin-left: 0.03em;
}

h3 sub, h3 sup, h4 sub, h4 sup {
  margin-left: 0;
}

.wp-block-columns.image-text-cols .wp-block-column:first-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.site-footer {
  margin-block-start: 0 !important;
}
.site-footer > .wp-block-group:first-child {
  padding: var(--outer--padding) var(--outer--padding) 0;
}
@media (max-width: 782px) {
  .site-footer > .wp-block-group:first-child .wp-block-group {
    justify-content: center;
    border-bottom: none !important;
    padding-top: var(--outer--padding);
  }
}
.site-footer > .wp-block-cover:last-child {
  padding: 2.5rem var(--outer--padding) calc(var(--outer--padding) * 2);
}
.site-footer p a {
  text-decoration: none;
}
@media (max-width: 782px) {
  .site-footer .footer-main {
    flex-direction: column;
    align-items: center;
  }
  .site-footer .footer-main * {
    align-items: center;
    text-align: center;
  }
}
@media (min-width: 782px) {
  .site-footer .footer-columns {
    margin-block-start: -90px;
  }
  .site-footer .footer-columns .wp-block-column > :not(:first-child) {
    margin-block-start: 65px !important;
  }
}
@media (max-width: 782px) {
  .site-footer .footer-columns {
    flex-basis: initial !important;
  }
}
.site-footer .has-footer-graphic {
  background-size: clamp(160px, 20vw, 230px) !important;
  background-position: bottom -1px left 0 !important;
}
.site-footer .wp-block-navigation-item__content {
  transition: all ease-out 275ms;
}
.site-footer .wp-block-navigation-item__content:hover {
  text-decoration: none;
  color: #fff;
}

.woocommerce-account .wp-block-post-title, .woocommerce-account main .woocommerce, .woocommerce-cart .wp-block-post-title, .woocommerce-cart main .woocommerce, .woocommerce-checkout .wp-block-post-title, .woocommerce-checkout main .woocommerce {
  max-width: 100%;
}

.woocommerce .blockUI.blockOverlay {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 9999 !important;
}

.woocommerce-button {
  text-decoration: none;
  background-color: var(--wp--preset--color--blue);
  color: #fff;
  border-radius: 50px;
  position: relative;
  display: flex;
}
.woocommerce-button::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: #fff;
  opacity: 0.1;
  transition: transform ease-out 275ms;
}
.woocommerce-button:hover {
  color: #fff;
  text-decoration: none;
}
.woocommerce-button:hover::before {
  transform: scaleX(1);
}

.cart-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem 7%;
}
.cart-row .woocommerce-cart-form {
  width: 100%;
}
@media (min-width: 782px) {
  .cart-row .woocommerce-cart-form {
    width: 60%;
  }
}
.cart-row .woocommerce-cart-form .cart-items .cart_item {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0 2rem;
  border-bottom: 1px solid var(--wp--preset--color--steel);
  padding: 2rem 0;
}
.cart-row .woocommerce-cart-form .cart-items .cart_item .product-name__col {
  flex-basis: 70%;
  flex-grow: 0;
  text-align: left;
}
.cart-row .woocommerce-cart-form .cart-items .cart_item .product-name__col .product-name {
  font-size: 20px;
  color: var(--wp--preset--color--darkclay);
  font-weight: 600;
  margin-bottom: 0;
}
.cart-row .woocommerce-cart-form .cart-items .cart_item .product-name__col .product-description {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 0;
}
.cart-row .woocommerce-cart-form .cart-items .cart_item .product-name__col .product-item-price {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 0;
}
.cart-row .woocommerce-cart-form .cart-items .cart_item .product-name__col .product-item-price span, .cart-row .woocommerce-cart-form .cart-items .cart_item .product-name__col .product-item-price del {
  display: inline;
  margin-right: 5px;
}
.cart-row .woocommerce-cart-form .cart-items .cart_item .product-name__col .woocommerce-Price-amount {
  font-weight: 500;
}
.cart-row .woocommerce-cart-form .cart-items .cart_item .product-name__col .msrp-price .woocommerce-Price-amount {
  margin-right: 0;
}
.cart-row .woocommerce-cart-form .cart-items .cart_item .product-name__col .quantity {
  margin-top: 2rem;
}
.cart-row .woocommerce-cart-form .cart-items .cart_item .product-name__col .quantity .cart-qty {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
.cart-row .woocommerce-cart-form .cart-items .cart_item .product-name__col .quantity .cart-qty span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  font-size: 28px;
  font-weight: 300;
  z-index: 3;
  cursor: pointer;
  border-radius: 4px;
  border: 2px solid var(--wp--preset--color--pewter);
  transition: border-color 275ms;
}
.cart-row .woocommerce-cart-form .cart-items .cart_item .product-name__col .quantity .cart-qty span:hover {
  border-color: var(--wp--preset--color--darkclay);
}
.cart-row .woocommerce-cart-form .cart-items .cart_item .product-name__col .quantity input.qty {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  width: 50px;
  -moz-appearance: textfield;
  border: none;
  /* Chrome, Safari, Edge, Opera */
}
.cart-row .woocommerce-cart-form .cart-items .cart_item .product-name__col .quantity input.qty::-webkit-outer-spin-button, .cart-row .woocommerce-cart-form .cart-items .cart_item .product-name__col .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0 !important;
}
.cart-row .woocommerce-cart-form .cart-items .cart_item .product-price {
  flex-basis: calc(30% - 2rem);
  flex-grow: 0;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cart-row .woocommerce-cart-form .cart-items .cart_item .product-price p:first-child {
  margin-bottom: auto;
  font-size: 20px;
  color: var(--wp--preset--color--darkclay);
  font-weight: 600;
}
.cart-row .woocommerce-cart-form .cart-items .cart_item .product-price del {
  margin-left: 5px;
}
.cart-row .woocommerce-cart-form .cart-items .cart_item .cart-remove {
  color: var(--wp--preset--color--pacific);
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.cart-row .woocommerce-cart-form .cart-items .cart_item .cart-remove:hover {
  color: var(--wp--preset--color--blue);
}
.cart-row .woocommerce-cart-form .cart-items .cart_item .cart-item-notice {
  flex-basis: 100%;
  text-align: left;
}
.cart-row .woocommerce-cart-form .cart-items .cart_item .cart-item-notice p {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cart-row .cart-collaterals {
  position: sticky;
  top: 10rem;
  padding-top: 2rem;
  width: 100%;
}
@media (min-width: 782px) {
  .cart-row .cart-collaterals {
    width: 33%;
  }
}
.cart-row .cart-collaterals .cart_totals {
  width: 100%;
}
.cart-row .cart-collaterals .cart_totals table {
  border: none;
  margin-bottom: 2rem;
}
.cart-row .cart-collaterals .cart_totals table th, .cart-row .cart-collaterals .cart_totals table td {
  color: var(--wp--preset--color--darkclay);
  font-family: var(--wp--preset--font-family--heading-alt, sans-serif);
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
}
.cart-row .cart-collaterals .cart_totals table td {
  text-align: right;
}

form.woocommerce-checkout > *:not(:first-child) {
  margin-top: 2rem;
}
form.woocommerce-checkout .form-hidden {
  display: none;
}
form.woocommerce-checkout label {
  position: relative;
}
form.woocommerce-checkout #ship-to-different-address,
form.woocommerce-checkout label {
  font-family: var(--wp--preset--font-family--heading-alt, sans-serif);
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0;
}
form.woocommerce-checkout #ship-to-different-address .required,
form.woocommerce-checkout label .required {
  color: var(--wp--preset--color--darkclay) !important;
}
form.woocommerce-checkout .select2 {
  height: 60px;
}
form.woocommerce-checkout .select2 .select2-selection,
form.woocommerce-checkout .input-text {
  border: none;
  border-bottom: 2px solid var(--wp--preset--color--pewter);
  height: 60px !important;
  border-radius: 0;
}
form.woocommerce-checkout .select2 .select2-selection:focus, form.woocommerce-checkout .select2 .select2-selection:active,
form.woocommerce-checkout .input-text:focus,
form.woocommerce-checkout .input-text:active {
  border-color: var(--wp--preset--color--pacific);
}
form.woocommerce-checkout .checkout-note {
  font-size: 13px !important;
  border-top: none !important;
  padding: 1rem 0 0 !important;
}
form.woocommerce-checkout .shipping_method_wrapper {
  background-color: #fff;
  border: 1px solid var(--wp--preset--color--pewter);
}
form.woocommerce-checkout .shipping_method_wrapper p {
  padding: 1rem 1rem 1rem;
  margin: 0;
  font-weight: 300;
  border-top: 1px solid var(--wp--preset--color--pewter);
}
form.woocommerce-checkout .shipping_method_wrapper ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
form.woocommerce-checkout .shipping_method_wrapper ul li {
  padding: 1rem;
  margin: 0 !important;
}
form.woocommerce-checkout .shipping_method_wrapper ul li:not(:first-child) {
  border-top: 1px solid var(--wp--preset--color--pewter);
}
form.woocommerce-checkout .shipping_method_wrapper ul li label {
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
  text-transform: none;
}
form.woocommerce-checkout .shipping_method_wrapper ul#shipping_type_items li {
  border: none;
  padding-top: 0;
  padding-bottom: 0.5rem;
}
form.woocommerce-checkout input[type=radio] {
  display: none;
}
form.woocommerce-checkout input[type=radio] + label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-left: 2rem; /* space for the custom radio button */
}
form.woocommerce-checkout input[type=radio] + label::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid var(--wp--preset--color--pewter); /* gray border for unchecked state */
  border-radius: 50%;
  position: absolute;
  left: 0;
}
form.woocommerce-checkout input[type=radio]:checked + label::before {
  border-color: var(--wp--preset--color--blue);
  background-color: var(--wp--preset--color--blue);
}
form.woocommerce-checkout input[type=radio]:checked + label::after {
  content: "";
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0.375em;
  top: 50%;
  transform: translateY(-50%);
}
form.woocommerce-checkout input[type=checkbox] {
  display: none;
}
form.woocommerce-checkout input[type=checkbox] + label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-left: 2rem;
}
form.woocommerce-checkout input[type=checkbox] + label::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid var(--wp--preset--color--pewter);
  border-radius: 3px;
  position: absolute;
  left: 0;
  background-color: #fff;
}
form.woocommerce-checkout input[type=checkbox]:checked + label::before {
  border-color: var(--wp--preset--color--blue); /* color for the checked state border */
  background-color: var(--wp--preset--color--blue); /* color for the checked state background */
}
form.woocommerce-checkout input[type=checkbox]:checked + label::after {
  content: "";
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #fff;
  position: absolute;
  left: 0.375rem;
  top: 50%;
  transform: translateY(-50%);
  border: 2px;
}
form.woocommerce-checkout #shipping_type,
form.woocommerce-checkout #shipping_fee,
form.woocommerce-checkout #shipping_type_note,
form.woocommerce-checkout #shipping_type_items {
  display: none;
}

.fixed-cart-icon {
  display: flex;
  position: relative;
  width: 55px;
  height: 55px;
  z-index: 999999999999;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 15px;
  text-align: center;
  line-height: 0;
  color: var(--wp--preset--color--blue) !important;
  font-size: 24px;
  text-decoration: none !important;
}
.fixed-cart-icon svg {
  width: 25px;
  height: 25px;
}
.fixed-cart-icon svg path {
  fill: currentColor;
}
.fixed-cart-icon .cart-count {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background-color: var(--wp--preset--color--charcoal);
  color: #fff;
  font-size: 8px;
  height: 24px;
  width: 24px;
  border-radius: 24px;
  position: absolute;
  top: -8px;
  right: -8px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  font-weight: 600;
}
.fixed-cart-icon .cart-count:empty {
  display: none;
}

.select2-container {
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
}

.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
  background: #fff;
  border: none;
}

.select2-container--flat .select2-container--focus .select2-selection--multiple {
  border: none;
}
.select2-container--flat .select2-results__option--highlighted[aria-selected] {
  background: #fff;
  color: var(--wp--preset--color--darkclay);
}
.select2-container--flat .select2-results__option[aria-selected=true] {
  background: #fff;
  color: var(--wp--preset--color--darkclay);
  opacity: 0.8;
}
.select2-container--flat .select2-selection--single {
  border-radius: 0px;
}
.select2-container--flat.select2-container--open .select2-selection__arrow b {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

.select2-container .select2-choice {
  border: none;
  height: 45px;
  border-radius: 0px;
  font-family: var(--wp--preset--font-family--main-content, sans-serif);
  font-size: 14px;
  text-indent: 1px;
  box-shadow: none;
  background-image: none;
}
.select2-container .select2-choice div {
  border-left: none;
  border-radius: 0;
}
.select2-container .select2-choice .select2-arrow {
  border: 0px;
  border-radius: 0px;
  background: transparent;
  background-image: none;
}
.select2-container *:focus {
  outline: 0px;
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: transparent;
  border-radius: 0px;
}

.select2-drop {
  margin-top: -2px;
  border: none;
  border-top: 0;
  border-radius: 0px !important;
  border-radius: 0 0 6px 6px;
  box-shadow: none;
}
.select2-drop.select2-drop-above {
  margin-top: 2px;
  border-top: none;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  box-shadow: none;
}

.select2-search {
  margin-top: 3px;
}
.select2-search input {
  height: 26px;
  border: none;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: none;
  outline: none;
  box-shadow: none;
}

.select2-dropdown-open .select2-choice {
  box-shadow: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-dropdown-open .select2-choice .select2-choice div {
  background: transparent;
  border-left: none;
  filter: none;
}

.select2-results {
  padding: 0 0 0 0px;
  margin: 4px 0px 0px 0;
}
.select2-results .select2-highlighted {
  background: #fff;
  color: #fff;
  border-radius: 0;
}

.select2-container-multi .select2-choices {
  height: auto !important;
  border: none;
}
.select2-container-multi.select2-container-active .select2-choices {
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.select2-container--flat .select2-selection--single {
  background: #fff;
  border: 0px;
  height: 80px;
  padding-left: 16px;
  padding-right: 40px;
}
.select2-container--flat .select2-selection--single .select2-selection__rendered {
  color: var(--wp--preset--color--darkclay);
  line-height: 80px;
  padding-left: 16px;
  padding-right: 40px;
}
.select2-container--flat .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 22px;
  right: 16px;
  width: 20px;
}
.select2-container--flat .select2-selection--single .select2-selection__arrow b {
  border-color: var(--wp--preset--color--darkclay) transparent transparent transparent;
  top: 60%;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  width: 0;
}
.select2-container--flat .select2-selection--single .select2-selection__placeholder {
  color: var(--wp--preset--color--darkclay);
}
.select2-container--flat .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/*
*   Page specific styles
*
*   1. Home
*
*
 */
@media (max-width: 782px) {
  body.page-id-143 #about, body.page-id-4 #about {
    background-position: 0% calc(var(--section-padding) + 35vw) !important;
    background-size: 100% !important;
  }
  body.page-id-143 #about .wp-container-core-group-is-layout-6.wp-container-core-group-is-layout-6 > :where(:not(.alignleft):not(.alignright):not(.alignfull)), body.page-id-4 #about .wp-container-core-group-is-layout-6.wp-container-core-group-is-layout-6 > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 100% !important;
  }
}

#part-search-alert {
  background-color: #f6f6f6;
  color: #6c6c6c;
  border: 1px solid #f6f6f6;
  padding: 30px 40px;
  margin: 0;
  border-radius: 5px;
  position: fixed;
  bottom: 60px;
  right: 60px;
  z-index: 1000;
  transform: translateY(calc(100% + 180px));
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.5s ease;
}
@media (max-width: 782px) {
  #part-search-alert {
    width: 90vw;
  }
}
#part-search-alert p {
  margin: 0;
  color: inherit;
}
#part-search-alert.alert-danger {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}
#part-search-alert.alert-warning {
  background-color: #f8f7d7;
  color: #393808;
  border: 1px solid #edebc6;
}
#part-search-alert.alert-success {
  background-color: #e0f8d7;
  color: #2f721c;
  border: 1px solid #e0f8d7;
}
#part-search-alert.quantity-alert {
  background-color: var(--wp--preset--color--fog);
  color: var(--wp--preset--color--darkclay);
  border: none;
  bottom: 160px;
  right: 50%;
  translate: 50% 0;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}
#part-search-alert.quantity-alert label {
  display: block;
  margin-bottom: 0.625rem;
  font-weight: 500;
}
#part-search-alert.quantity-alert .input-group {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
#part-search-alert.quantity-alert input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: var(--wp--preset--color--darkclay);
  background-color: #fff;
  outline: none;
  border: none;
  border-bottom-color: var(--wp--preset--color--charcoal);
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-radius: 0;
  width: 100px;
  max-width: 100%;
  font-size: 14px;
  padding: 8px 16px;
  box-sizing: border-box;
  outline: none;
  font-weight: 400;
}
#part-search-alert.quantity-alert button {
  position: relative;
  display: inline-flex;
  gap: 1rem;
  border: none;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-family: var(--wp--preset--font-family--heading-alt, sans-serif);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.8125rem;
  padding: 0.625rem 1.25rem;
  background-color: var(--wp--preset--color--blue);
  color: #fff;
  border-radius: 50px;
}
#part-search-alert.alert-danger, #part-search-alert.alert-warning, #part-search-alert.alert-success {
  transform: translateY(0);
  opacity: 1;
}

.page-id-2647 #register > .wp-block-group {
  max-width: 900px;
}

.page-id-2661 #register > .wp-block-group,
.page-id-2658 #register > .wp-block-group {
  max-width: 600px;
}

/* Hacky Microsoft Internet Explorer 11 Overrides */
/*# sourceMappingURL=studiothink.css.map */
