@charset "UTF-8";
/*
 Theme Name:   Grilla
 Theme URI:    https://www.twilo.net
 Description:  Twilo Creative Grilla Theme
 Author:       Twilo Creative Limited
 Author URI:   https://www.twilo.net
 Version:      5.0
 Text Domain:  grilla
*/
.c-body {
  color: #333333 !important;
}

.c-brand {
  color: #3DB700 !important;
}

.c-contrast {
  color: #E68231 !important;
}

.c-grey-lightest {
  color: #F0F0F0 !important;
}

.c-grey-light {
  color: #EEEEEE !important;
}

.c-grey {
  color: #747474 !important;
}

.c-grey-dark {
  color: #333333 !important;
}

.c-grey-darkest {
  color: #565656 !important;
}

.c-black {
  color: #000000 !important;
}

.c-white {
  color: #FFFFFF !important;
}

.bg-brand {
  background-color: #3DB700 !important;
  color: #ffffff;
}

.bg-brand-lighter {
  background-color: #69ff1e !important;
  color: #ffffff;
}

.bg-brand-darker {
  background-color: #1b5100 !important;
  color: #ffffff;
}

.bg-contrast {
  background-color: #3DB700 !important;
  color: #ffffff;
}

.bg-contrast-lighter {
  background-color: rgb(241.038961039, 185.1948051948, 139.961038961) !important;
  color: #ffffff;
}

.bg-contrast-darker {
  background-color: rgb(157.8441558442, 81.2207792208, 19.1558441558) !important;
  color: #ffffff;
}

.bg-grey-lightest {
  background-color: #F0F0F0 !important;
}

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

.bg-grey {
  background-color: #747474 !important;
  color: #FFFFFF;
}

.bg-grey-dark {
  background-color: #333333 !important;
  color: #FFFFFF;
}

.bg-grey-darkest {
  background-color: #565656 !important;
  color: #FFFFFF;
}

.bg-black {
  background-color: #000000 !important;
}

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

.bg-success {
  background-color: #2b9f73 !important;
}

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

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

.c-success {
  color: #2b9f73 !important;
}

.c-warning {
  color: #ed952b !important;
}

.c-danger {
  color: #d83a3a !important;
}

.svg-body {
  fill: #333333 !important;
}

.svg-brand {
  fill: #3DB700 !important;
}

.svg-contrast {
  fill: #E68231 !important;
}

b, strong {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.font-body {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
}

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

.splide__container {
  box-sizing: border-box;
  position: relative;
}

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

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

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  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;
  -ms-flex-negative: 0;
  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;
  -ms-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 {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	==========================================================================
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%; /* 2 */
  height: 100%;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
}
html *,
html *::before,
html *::after {
  box-sizing: border-box;
}

/* Sections
	==========================================================================
* Remove the margin in all browsers.
*/
body {
  margin: 0;
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #333333;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

/**
* Render the `main` element consistently in IE.
*/
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* Grouping content
	==========================================================================
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  height: 0; /* 1 */
  box-sizing: content-box; /* 1 */
  overflow: visible; /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

xmp {
  white-space: inherit;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 0;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  white-space: pre-wrap;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms
	==========================================================================
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  overflow: visible;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0.35em 0.75em 0.625em;
  border: 0;
}

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

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	==========================================================================
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
  cursor: pointer;
}

/* Misc
	==========================================================================
* Add the correct display in IE 10+.
*/
template {
  display: none;
}

/* Twilo Custom Resets
	========================================================================== 
*/
[tabindex="-1"]:focus {
  outline: 0 !important;
}

a {
  color: #3DB700;
  color: inherit;
  text-decoration: underline;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  text-decoration: none;
}

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

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

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

dt {
  font-weight: normal;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

figure {
  margin: 0 0 1rem;
}

iframe {
  background: tramsparent;
  border: 0 none;
}

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

svg {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
  caption-side: bottom;
  color: rgb(89.25, 89.25, 89.25);
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
}

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

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

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

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

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

/* Text meant only for screen readers */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset 50%;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.btn,
.dropdown-toggle,
.menu-toggle,
.accordion-heading {
  user-select: none;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 1201px) {
  .container {
    width: 1200px;
  }
}
@media screen and (min-width: 1441px) {
  .container {
    width: 1440px;
  }
}
@media screen and (min-width: 1921px) {
  .container {
    width: 1920px;
  }
}

.container-full {
  overflow-x: hidden;
  width: 100%;
}
.container-full .row-gutter, .container-full .row-gutter-sm {
  margin-right: 0;
  margin-left: 0;
}

.row {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}

.row-gutter {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
@media screen and (min-width: 1201px) {
  .row-gutter {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
.row-gutter > [class^=col] {
  padding: 0 0.5rem;
}
@media screen and (min-width: 1201px) {
  .row-gutter > [class^=col] {
    padding: 0 1rem;
  }
}

.row-gutter-sm {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.row-gutter-sm > [class^=col] {
  padding: 0 0.5rem;
}

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

.col-reverse {
  flex-direction: column-reverse;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-offset-12 {
  margin-left: 100%;
}

.start {
  justify-content: flex-start;
}

.center {
  justify-content: center;
}

.end {
  justify-content: flex-end;
}

.around {
  justify-content: space-around;
}

.between {
  justify-content: space-between;
}

.top {
  align-items: flex-start;
}

.middle {
  align-items: center;
}

.bottom {
  align-items: flex-end;
}

.first {
  order: -1;
}

.last {
  order: 1;
}

@media screen and (min-width: 481px) {
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: 100%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: 100%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 100%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: 100%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: 100%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: 100%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 100%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: 100%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: 100%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .start-sm {
    justify-content: flex-start;
  }
  .center-sm {
    justify-content: center;
  }
  .end-sm {
    justify-content: flex-end;
  }
  .around-sm {
    justify-content: space-around;
  }
  .between-sm {
    justify-content: space-between;
  }
  .top-sm {
    align-items: flex-start;
  }
  .middle-sm {
    align-items: center;
  }
  .bottom-sm {
    align-items: flex-end;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media screen and (min-width: 961px) {
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: 100%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: 100%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 100%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: 100%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: 100%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: 100%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 100%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: 100%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: 100%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .start-md {
    justify-content: flex-start;
  }
  .center-md {
    justify-content: center;
  }
  .end-md {
    justify-content: flex-end;
  }
  .around-md {
    justify-content: space-around;
  }
  .between-md {
    justify-content: space-between;
  }
  .top-md {
    align-items: flex-start;
  }
  .middle-md {
    align-items: center;
  }
  .bottom-md {
    align-items: flex-end;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media screen and (min-width: 1201px) {
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: 100%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: 100%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 100%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: 100%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: 100%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: 100%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 100%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: 100%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: 100%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .start-lg {
    justify-content: flex-start;
  }
  .center-lg {
    justify-content: center;
  }
  .end-lg {
    justify-content: flex-end;
  }
  .around-lg {
    justify-content: space-around;
  }
  .between-lg {
    justify-content: space-between;
  }
  .top-lg {
    align-items: flex-start;
  }
  .middle-lg {
    align-items: center;
  }
  .bottom-lg {
    align-items: flex-end;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
@media screen and (min-width: 1441px) {
  .col-xl {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-xl-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: 100%;
  }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: 100%;
  }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: 100%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 100%;
  }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: 100%;
  }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: 100%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: 100%;
  }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 100%;
  }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: 100%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: 100%;
  }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .start-xl {
    justify-content: flex-start;
  }
  .center-xl {
    justify-content: center;
  }
  .end-xl {
    justify-content: flex-end;
  }
  .around-xl {
    justify-content: space-around;
  }
  .between-xl {
    justify-content: space-between;
  }
  .top-xl {
    align-items: flex-start;
  }
  .middle-xl {
    align-items: center;
  }
  .bottom-xl {
    align-items: flex-end;
  }
  .first-xl {
    order: -1;
  }
  .last-xl {
    order: 1;
  }
}
@media screen and (min-width: 1921px) {
  .col-xxl {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: 100%;
  }
  .col-xxl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xxl-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: 100%;
  }
  .col-xxl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xxl-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: 100%;
  }
  .col-xxl-offset-3 {
    margin-left: 25%;
  }
  .col-xxl-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 100%;
  }
  .col-xxl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xxl-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: 100%;
  }
  .col-xxl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xxl-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: 100%;
  }
  .col-xxl-offset-6 {
    margin-left: 50%;
  }
  .col-xxl-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: 100%;
  }
  .col-xxl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xxl-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 100%;
  }
  .col-xxl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xxl-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: 100%;
  }
  .col-xxl-offset-9 {
    margin-left: 75%;
  }
  .col-xxl-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: 100%;
  }
  .col-xxl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xxl-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: 100%;
  }
  .col-xxl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xxl-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .col-xxl-offset-12 {
    margin-left: 100%;
  }
  .start-xxl {
    justify-content: flex-start;
  }
  .center-xxl {
    justify-content: center;
  }
  .end-xxl {
    justify-content: flex-end;
  }
  .around-xxl {
    justify-content: space-around;
  }
  .between-xxl {
    justify-content: space-between;
  }
  .top-xxl {
    align-items: flex-start;
  }
  .middle-xxl {
    align-items: center;
  }
  .bottom-xxl {
    align-items: flex-end;
  }
  .first-xxl {
    order: -1;
  }
  .last-xxl {
    order: 1;
  }
}
.flex-col {
  flex-direction: column;
}

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

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

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

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

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

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

@media screen and (max-width: 480px) {
  .d-xs-only-block {
    display: block !important;
  }
  .d-xs-only-flex {
    display: flex !important;
  }
  .d-xs-only-inline {
    display: inline !important;
  }
  .d-xs-only-inline-block {
    display: inline-block !important;
  }
  .d-xs-only-none {
    display: none !important;
  }
}
@media screen and (min-width: 481px) {
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-none {
    display: none !important;
  }
}
@media screen and (min-width: 481px) and (max-width: 960px) {
  .d-sm-only-block {
    display: block !important;
  }
  .d-sm-only-flex {
    display: flex !important;
  }
  .d-sm-only-inline {
    display: inline !important;
  }
  .d-sm-only-inline-block {
    display: inline-block !important;
  }
  .d-sm-only-none {
    display: none !important;
  }
}
@media screen and (min-width: 961px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-none {
    display: none !important;
  }
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  .d-md-only-block {
    display: block !important;
  }
  .d-md-only-flex {
    display: flex !important;
  }
  .d-md-only-inline {
    display: inline !important;
  }
  .d-md-only-inline-block {
    display: inline-block !important;
  }
  .d-md-only-none {
    display: none !important;
  }
}
@media screen and (min-width: 1201px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-none {
    display: none !important;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1440px) {
  .d-lg-only-block {
    display: block !important;
  }
  .d-lg-only-flex {
    display: flex !important;
  }
  .d-lg-only-inline {
    display: inline !important;
  }
  .d-lg-only-inline-block {
    display: inline-block !important;
  }
  .d-lg-only-none {
    display: none !important;
  }
}
@media screen and (min-width: 1441px) {
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-none {
    display: none !important;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1920px) {
  .d-xl-only-block {
    display: block !important;
  }
  .d-xl-only-flex {
    display: flex !important;
  }
  .d-xl-only-inline {
    display: inline !important;
  }
  .d-xl-only-inline-block {
    display: inline-block !important;
  }
  .d-xl-only-none {
    display: none !important;
  }
}
@media screen and (min-width: 1921px) {
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-none {
    display: none !important;
  }
}
.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.p-abs {
  position: absolute;
}

.p-fix {
  position: fixed;
}

.p-rel {
  position: relative;
}

.p-sticky {
  position: sticky;
}

blockquote {
  padding: 1rem 1.125rem;
  font-size: 1.125em;
  background: #F0F0F0;
  border-radius: 0.25rem;
  border-left: 0.25rem solid #3DB700;
}
@media screen and (min-width: 961px) {
  blockquote {
    padding: 1.25rem 1.5rem;
    font-size: 1.25em;
  }
}
blockquote > *:last-child {
  margin-bottom: 0;
}

[class^=fa-] {
  display: inline-block;
  min-width: 1rem;
}

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

.img-ls,
.img-pt,
.img-sq {
  display: block;
  position: relative;
}
.img-ls:after,
.img-pt:after,
.img-sq:after {
  content: "";
  display: block;
}
.img-ls > img,
.img-pt > img,
.img-sq > img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img-ls:after {
  padding-bottom: 66.666%;
}

.img-pt:after {
  padding-bottom: 150%;
}

.img-sq:after {
  padding-bottom: 100%;
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.circle-clip {
  overflow: hidden;
  border-radius: 50%;
}

.border-radius {
  border-radius: 0.25rem;
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

big,
.text-lg {
  font-size: 1.25em;
}

.nowrap {
  white-space: nowrap;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.lowercase {
  text-transform: lowercase;
}

.td-none {
  text-decoration: none;
}

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

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

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

@media screen and (max-width: 480px) {
  .text-xs-only-left {
    text-align: left !important;
  }
  .text-xs-only-center {
    text-align: center !important;
  }
  .text-xs-only-right {
    text-align: right !important;
  }
}
@media screen and (min-width: 481px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
}
@media screen and (min-width: 481px) and (max-width: 960px) {
  .text-sm-only-left {
    text-align: left !important;
  }
  .text-sm-only-center {
    text-align: center !important;
  }
  .text-sm-only-right {
    text-align: right !important;
  }
}
@media screen and (min-width: 961px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-right {
    text-align: right !important;
  }
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  .text-md-only-left {
    text-align: left !important;
  }
  .text-md-only-center {
    text-align: center !important;
  }
  .text-md-only-right {
    text-align: right !important;
  }
}
@media screen and (min-width: 1201px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1440px) {
  .text-lg-only-left {
    text-align: left !important;
  }
  .text-lg-only-center {
    text-align: center !important;
  }
  .text-lg-only-right {
    text-align: right !important;
  }
}
@media screen and (min-width: 1441px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1920px) {
  .text-xl-only-left {
    text-align: left !important;
  }
  .text-xl-only-center {
    text-align: center !important;
  }
  .text-xl-only-right {
    text-align: right !important;
  }
}
@media screen and (min-width: 1921px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
}
.accordion {
  display: block;
  width: 100%;
  margin-bottom: 3rem;
}
.accordion .accordion-heading {
  position: relative;
  margin-bottom: 0.5rem;
  padding: 0.75rem 1rem;
  font-weight: normal;
  font-size: 1.25rem;
  border-left: 0.25rem solid #333333;
  border-radius: 0.25rem;
  background: #3DB700;
  color: #ffffff;
  cursor: pointer;
  transition: background ease 0.5s;
}
.accordion .accordion-heading:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.3125em);
  right: 1rem;
  width: 0.625em;
  height: 0.625em;
  font-size: 1rem;
  border-right: 0.2em solid #ffffff;
  border-bottom: 0.2em solid #ffffff;
  transform: rotate(-45deg);
  transition: transform 0.5s;
}
.accordion .accordion-heading.active:after {
  transform: rotate(45deg);
}
.accordion .accordion-heading.active, .accordion .accordion-heading:hover {
  background: #2c8400;
}
.accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 1rem;
  font-size: 1.125rem;
  border-radius: 0.5rem;
  background: #FFFFFF;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.accordion .accordion-content.open {
  max-height: fit-content;
  padding: 1rem;
  margin-top: -0.5rem;
}
.accordion .accordion-content > * {
  margin-bottom: 0;
}
@media print {
  .accordion .accordion-content {
    display: block !important;
  }
}

.animate-container {
  overflow: hidden;
}

.a-fade {
  opacity: 0;
  transition: 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95), transform 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95);
}

.a-nofade {
  opacity: 1;
}

.a-rtl {
  opacity: 0;
  transition: 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95), transform 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95);
  transform: translateX(25%);
  -webkit-transform: translateX(25%);
}

.a-ltr {
  opacity: 0;
  transition: 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95), transform 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95);
  transform: translateX(-25%);
  -webkit-transform: translateX(-25%);
}

.a-btt {
  opacity: 0;
  transition: 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95), transform 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95);
  transform: translateY(10%);
  -webkit-transform: translateY(10%);
}

.a-scale {
  opacity: 0;
  transition: 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95), transform 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95);
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
}

.reveal .a-fade,
.reveal .a-rtl,
.reveal .a-ltr {
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.reveal .a-btt {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.reveal .a-scale {
  opacity: 1;
  transform: scale(1);
}

@media screen and (min-width: 961px) {
  .delay-1 {
    opacity: 0;
    transition: 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95), transform 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95);
    transition-delay: 0.1s !important;
  }
  .delay-2 {
    opacity: 0;
    transition: 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95), transform 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95);
    transition-delay: 0.2s !important;
  }
  .delay-3 {
    opacity: 0;
    transition: 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95), transform 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95);
    transition-delay: 0.3s !important;
  }
  .delay-4 {
    opacity: 0;
    transition: 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95), transform 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95);
    transition-delay: 0.4s !important;
  }
  .delay-5 {
    opacity: 0;
    transition: 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95), transform 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95);
    transition-delay: 0.5s !important;
  }
  .delay-6 {
    opacity: 0;
    transition: 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95), transform 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95);
    transition-delay: 0.6s !important;
  }
  .delay-7 {
    opacity: 0;
    transition: 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95), transform 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95);
    transition-delay: 0.7s !important;
  }
  .delay-8 {
    opacity: 0;
    transition: 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95), transform 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95);
    transition-delay: 0.8s !important;
  }
  .delay-9 {
    opacity: 0;
    transition: 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95), transform 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95);
    transition-delay: 0.9s !important;
  }
  .delay-10 {
    opacity: 0;
    transition: 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95), transform 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95);
    transition-delay: 1s !important;
  }
  .delay-11 {
    opacity: 0;
    transition: 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95), transform 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95);
    transition-delay: 1.1s !important;
  }
  .delay-12 {
    opacity: 0;
    transition: 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95), transform 0.5s cubic-bezier(0.05, 0.6, 0.4, 0.95);
    transition-delay: 1.2s !important;
  }
}
[class^=btn-] {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0.75em 1em;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  white-space: pre-wrap;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
[class^=btn-]:focus {
  outline: none;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-sm {
  font-size: 0.75rem;
}

.btn-lg {
  font-size: 1.25rem;
}

.btn-brand {
  background: #3DB700;
  color: #ffffff !important;
}
.btn-brand:hover {
  background: #2c8400;
}

.btn-contrast {
  background: #E68231;
  color: #ffffff !important;
}
.btn-contrast:hover {
  background: rgb(203.3246753247, 104.6233766234, 24.6753246753);
}

.btn-outline {
  color: #3DB700;
  background: transparent;
  border-color: #3DB700;
}
.btn-outline:hover {
  border-color: #2c8400;
}

.btn-success {
  background: #2b9f73;
  color: #FFFFFF !important;
}
.btn-success:hover {
  background: #1b5100;
}

.btn-warning {
  background: #ed952b;
  color: #FFFFFF !important;
}
.btn-warning:hover {
  background: #1b5100;
}

.btn-danger {
  background: #d83a3a;
  color: #FFFFFF !important;
}
.btn-danger:hover {
  background: #1b5100;
}

.btn-grey {
  background: #747474;
  color: #FFFFFF;
}
.btn-grey:hover {
  background: #333333;
}

.btn-disabled {
  opacity: 0.7;
  cursor: not-allowed;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.btn-blank {
  background: transparent;
  border: 0;
  color: inherit;
}

.btn-link {
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  border: 0;
}
.btn-link:hover {
  color: #E68231;
}

.button-group > * {
  display: inline-block;
  margin: 0 0.25em 0.5em 0;
}

.blog-card {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 1rem;
  text-decoration: none;
}
@media screen and (min-width: 1201px) {
  .blog-card {
    padding: 2rem;
  }
}
.blog-card .blog-card-img {
  overflow: hidden;
  width: calc(100% + 2rem);
  margin-top: -1rem;
  margin-bottom: 1rem;
  margin-left: -1rem;
}
@media screen and (min-width: 1201px) {
  .blog-card .blog-card-img {
    width: calc(100% + 4rem);
    margin-top: -2rem;
    margin-bottom: 2rem;
    margin-left: -2rem;
  }
}
.blog-card .blog-card-img > img {
  transform: scale(1);
  transition: all ease 0.5s;
}
.blog-card:hover .blog-card-img > img {
  transform: scale(1.1);
}
.blog-card .blog-card-meta {
  margin-top: auto;
  margin-bottom: 0;
}

@media screen and (min-width: 1201px) {
  .blog-container {
    background: #ffffff; /* Old browsers */
    background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #F0F0F0 50.1%, #F0F0F0 100%);
  }
}
.single-archive-meta {
  display: flex;
  align-items: center;
}
.single-archive-meta p {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  background: yellow;
}
.single-archive-meta p + p {
  margin-left: 1rem;
}

.blog-content {
  min-height: 100%;
  background: #ffffff;
}
@media screen and (min-width: 1201px) {
  .blog-content {
    padding-right: 2rem;
  }
}
.blog-content footer {
  border-top: 1px solid #EEEEEE;
}

.post-thumbnail {
  width: calc(100% + 2rem);
  margin-left: -1rem;
  background: red;
}
@media screen and (min-width: 1201px) {
  .post-thumbnail {
    width: calc(100% + 4rem);
  }
}
@media screen and (min-width: 1441px) {
  .post-thumbnail {
    width: calc(115.2% + 2rem);
    margin-left: -15.2%;
  }
}
.post-thumbnail > * {
  min-width: 100%;
}

.article-content p {
  line-height: 2;
}

.blog-anchors {
  margin-bottom: 1rem;
}
.blog-anchors ul {
  margin: 0;
  padding: 0;
}
.blog-anchors ul li {
  display: none;
  position: relative;
  list-style: none;
  cursor: pointer;
}
.blog-anchors ul li:hover {
  text-decoration: underline;
}
.blog-anchors ul li a {
  font-size: 0.875rem;
  line-height: 1;
  text-decoration: none;
}
.blog-anchors ul li.read:before {
  background-position: 0;
}
.blog-anchors ul li.read a {
  color: rgb(89.25, 89.25, 89.25);
}
.blog-anchors ul.show-all li {
  display: block;
}

#blog-sidebar {
  height: 100%;
  margin: 0 -1rem;
  padding: 0 1rem;
  background: #F0F0F0;
}
@media screen and (min-width: 1201px) {
  #blog-sidebar {
    margin: 0;
    padding-left: 2rem;
  }
}
#blog-sidebar .widget {
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 961px) {
  #blog-sidebar .widget {
    margin-bottom: 2.5rem;
  }
}
#blog-sidebar .widget .recent-post {
  margin: 0 0 1rem 0;
}
#blog-sidebar .widget .recent-post .recent-meta {
  font-size: 0.75rem;
}
@media screen and (min-width: 961px) {
  #blog-sidebar .widget .recent-post .recent-meta {
    font-size: 0.875rem;
  }
}
#blog-sidebar .widget.widget-categories ul {
  padding: 0;
  list-style: none;
}
#blog-sidebar .widget.widget-categories ul a {
  display: block;
  position: relative;
  margin-bottom: 0.125rem;
  padding: 1em 1.5em;
  text-decoration: none;
  border-radius: 0.25rem;
  background: white;
  color: #3DB700;
  transition: all ease 0.5s;
}
#blog-sidebar .widget.widget-categories ul a:hover {
  color: white;
  background: #3DB700;
}
#blog-sidebar .post-meta-data > * {
  display: inline;
}

.faq-title {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.faq-title span {
  display: inline-block;
  position: relative;
  margin-bottom: 2rem;
  padding: 0.5rem 1.5rem 0.25rem;
  border-radius: 2rem;
  background: #4eea00;
}
.faq-title span:after {
  content: "";
  position: absolute;
  left: 3rem;
  bottom: -28px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 18px 0 18px;
  border-color: #4eea00 transparent transparent transparent;
}

.faq-contact {
  text-decoration: underline;
}

.faq-search input {
  height: 3.125rem;
  color: #565656;
}
.faq-search input:placeholder {
  color: #565656;
}

body {
  padding-top: 5.625rem;
}
@media screen and (min-width: 961px) {
  body {
    padding-top: 5.625rem;
  }
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  background-color: #E68231;
  transform: translateY(0);
  will-change: transform;
  backface-visibility: hidden;
  transition: background-color 0.3s ease;
}
.site-header.header-scroll-show, .site-header.header-scroll-hide {
  transition: transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1), background-color 0.3s ease;
}
.site-header.header-scroll-show {
  transform: translateY(0);
  background-color: #FFFFFF;
}
.site-header.header-scroll-hide {
  transform: translateY(-100%);
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .site-header {
    transition: none !important;
  }
}
label {
  display: block;
  margin-bottom: 0.75rem;
}
label.required:after {
  content: "*";
  color: #3DB700;
}

input[type=date],
input[type=email],
input[type=number],
input[type=file],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
optgroup,
select,
textarea,
div.input {
  display: block;
  width: 100%;
  margin: 0;
  margin-bottom: 1.5rem;
  padding: 0.5rem 1rem;
  font-family: inherit;
  font-size: inherit;
  border: 1px solid #EEEEEE;
  border-radius: 0.25rem;
  color: inherit;
  cursor: pointer;
  outline: none;
  background: #ffffff;
  -webkit-appearance: none;
  transition: border-color ease 0.5s;
}
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=file]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
optgroup:focus,
select:focus,
textarea:focus,
div.input:focus {
  border-color: #3DB700;
}

input[type=file] {
  margin-bottom: 1.5rem;
}

select {
  display: block;
  width: 100%;
  font-weight: normal;
  background: #ffffff url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat right 0.5rem center !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

select:-moz-focusing {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

::-webkit-input-placeholder {
  color: #333333;
  opacity: 0.75;
}

::-moz-placeholder {
  color: #333333;
  opacity: 0.75;
}

:-ms-input-placeholder {
  color: #333333;
  opacity: 0.75;
}

:-moz-placeholder {
  color: #333333;
  opacity: 0.75;
}

textarea {
  max-width: 100%;
  height: 4rem;
}

.wpcf7-not-valid-tip {
  position: relative;
  top: -1rem;
}

.wpcf7-response-output {
  display: block;
  font-size: 0.825rem;
  color: #ed952b;
}

.ajax-loader {
  position: absolute;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: 60px;
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder {
  color: transparent !important;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.4rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.4rem) translateX(0.15rem);
}

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

.m0-children > * {
  margin: 0;
}

.mb {
  margin-bottom: 2rem;
}

.mb-small {
  margin-bottom: 0.6666666667rem;
}

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

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

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

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

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

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

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

.gap-0 {
  gap: 0rem !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 0.75rem !important;
}

.gap-4 {
  gap: 1rem !important;
}

.gap-5 {
  gap: 1.25rem !important;
}

.gap-6 {
  gap: 1.5rem !important;
}

.gap-7 {
  gap: 1.75rem !important;
}

.gap-8 {
  gap: 2rem !important;
}

.gap-9 {
  gap: 2.25rem !important;
}

.gap-10 {
  gap: 2.5rem !important;
}

.gap-12 {
  gap: 3rem !important;
}

.gap-16 {
  gap: 4rem !important;
}

.gap-20 {
  gap: 5rem !important;
}

@media (min-width: 768px) {
  .gap-md-0 {
    gap: 0rem !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 0.75rem !important;
  }
  .gap-md-4 {
    gap: 1rem !important;
  }
  .gap-md-5 {
    gap: 1.25rem !important;
  }
  .gap-md-6 {
    gap: 1.5rem !important;
  }
  .gap-md-7 {
    gap: 1.75rem !important;
  }
  .gap-md-8 {
    gap: 2rem !important;
  }
  .gap-md-9 {
    gap: 2.25rem !important;
  }
  .gap-md-10 {
    gap: 2.5rem !important;
  }
  .gap-md-12 {
    gap: 3rem !important;
  }
  .gap-md-16 {
    gap: 4rem !important;
  }
  .gap-md-20 {
    gap: 5rem !important;
  }
}
@media (min-width: 1024px) {
  .gap-lg-0 {
    gap: 0rem !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 0.75rem !important;
  }
  .gap-lg-4 {
    gap: 1rem !important;
  }
  .gap-lg-5 {
    gap: 1.25rem !important;
  }
  .gap-lg-6 {
    gap: 1.5rem !important;
  }
  .gap-lg-7 {
    gap: 1.75rem !important;
  }
  .gap-lg-8 {
    gap: 2rem !important;
  }
  .gap-lg-9 {
    gap: 2.25rem !important;
  }
  .gap-lg-10 {
    gap: 2.5rem !important;
  }
  .gap-lg-12 {
    gap: 3rem !important;
  }
  .gap-lg-16 {
    gap: 4rem !important;
  }
  .gap-lg-20 {
    gap: 5rem !important;
  }
}
.m-0 {
  margin: 0rem !important;
}

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

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

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

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

.mx-0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

.my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

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

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

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

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

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

.px-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-3 {
  margin-top: 0.75rem !important;
}

.mr-3 {
  margin-right: 0.75rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

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

.pt-3 {
  padding-top: 0.75rem !important;
}

.pr-3 {
  padding-right: 0.75rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pl-3 {
  padding-left: 0.75rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

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

.mt-4 {
  margin-top: 1rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.ml-4 {
  margin-left: 1rem !important;
}

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

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

.pt-4 {
  padding-top: 1rem !important;
}

.pr-4 {
  padding-right: 1rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pl-4 {
  padding-left: 1rem !important;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

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

.mt-5 {
  margin-top: 1.25rem !important;
}

.mr-5 {
  margin-right: 1.25rem !important;
}

.mb-5 {
  margin-bottom: 1.25rem !important;
}

.ml-5 {
  margin-left: 1.25rem !important;
}

.mx-5 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

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

.pt-5 {
  padding-top: 1.25rem !important;
}

.pr-5 {
  padding-right: 1.25rem !important;
}

.pb-5 {
  padding-bottom: 1.25rem !important;
}

.pl-5 {
  padding-left: 1.25rem !important;
}

.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

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

.mt-6 {
  margin-top: 1.5rem !important;
}

.mr-6 {
  margin-right: 1.5rem !important;
}

.mb-6 {
  margin-bottom: 1.5rem !important;
}

.ml-6 {
  margin-left: 1.5rem !important;
}

.mx-6 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

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

.pt-6 {
  padding-top: 1.5rem !important;
}

.pr-6 {
  padding-right: 1.5rem !important;
}

.pb-6 {
  padding-bottom: 1.5rem !important;
}

.pl-6 {
  padding-left: 1.5rem !important;
}

.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.m-7 {
  margin: 1.75rem !important;
}

.mt-7 {
  margin-top: 1.75rem !important;
}

.mr-7 {
  margin-right: 1.75rem !important;
}

.mb-7 {
  margin-bottom: 1.75rem !important;
}

.ml-7 {
  margin-left: 1.75rem !important;
}

.mx-7 {
  margin-left: 1.75rem !important;
  margin-right: 1.75rem !important;
}

.my-7 {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}

.p-7 {
  padding: 1.75rem !important;
}

.pt-7 {
  padding-top: 1.75rem !important;
}

.pr-7 {
  padding-right: 1.75rem !important;
}

.pb-7 {
  padding-bottom: 1.75rem !important;
}

.pl-7 {
  padding-left: 1.75rem !important;
}

.px-7 {
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
}

.py-7 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

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

.mt-8 {
  margin-top: 2rem !important;
}

.mr-8 {
  margin-right: 2rem !important;
}

.mb-8 {
  margin-bottom: 2rem !important;
}

.ml-8 {
  margin-left: 2rem !important;
}

.mx-8 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

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

.pt-8 {
  padding-top: 2rem !important;
}

.pr-8 {
  padding-right: 2rem !important;
}

.pb-8 {
  padding-bottom: 2rem !important;
}

.pl-8 {
  padding-left: 2rem !important;
}

.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.m-9 {
  margin: 2.25rem !important;
}

.mt-9 {
  margin-top: 2.25rem !important;
}

.mr-9 {
  margin-right: 2.25rem !important;
}

.mb-9 {
  margin-bottom: 2.25rem !important;
}

.ml-9 {
  margin-left: 2.25rem !important;
}

.mx-9 {
  margin-left: 2.25rem !important;
  margin-right: 2.25rem !important;
}

.my-9 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

.p-9 {
  padding: 2.25rem !important;
}

.pt-9 {
  padding-top: 2.25rem !important;
}

.pr-9 {
  padding-right: 2.25rem !important;
}

.pb-9 {
  padding-bottom: 2.25rem !important;
}

.pl-9 {
  padding-left: 2.25rem !important;
}

.px-9 {
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
}

.py-9 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.m-10 {
  margin: 2.5rem !important;
}

.mt-10 {
  margin-top: 2.5rem !important;
}

.mr-10 {
  margin-right: 2.5rem !important;
}

.mb-10 {
  margin-bottom: 2.5rem !important;
}

.ml-10 {
  margin-left: 2.5rem !important;
}

.mx-10 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

.my-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.p-10 {
  padding: 2.5rem !important;
}

.pt-10 {
  padding-top: 2.5rem !important;
}

.pr-10 {
  padding-right: 2.5rem !important;
}

.pb-10 {
  padding-bottom: 2.5rem !important;
}

.pl-10 {
  padding-left: 2.5rem !important;
}

.px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

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

.mt-12 {
  margin-top: 3rem !important;
}

.mr-12 {
  margin-right: 3rem !important;
}

.mb-12 {
  margin-bottom: 3rem !important;
}

.ml-12 {
  margin-left: 3rem !important;
}

.mx-12 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-12 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

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

.pt-12 {
  padding-top: 3rem !important;
}

.pr-12 {
  padding-right: 3rem !important;
}

.pb-12 {
  padding-bottom: 3rem !important;
}

.pl-12 {
  padding-left: 3rem !important;
}

.px-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

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

.mt-16 {
  margin-top: 4rem !important;
}

.mr-16 {
  margin-right: 4rem !important;
}

.mb-16 {
  margin-bottom: 4rem !important;
}

.ml-16 {
  margin-left: 4rem !important;
}

.mx-16 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.my-16 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

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

.pt-16 {
  padding-top: 4rem !important;
}

.pr-16 {
  padding-right: 4rem !important;
}

.pb-16 {
  padding-bottom: 4rem !important;
}

.pl-16 {
  padding-left: 4rem !important;
}

.px-16 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

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

.mt-20 {
  margin-top: 5rem !important;
}

.mr-20 {
  margin-right: 5rem !important;
}

.mb-20 {
  margin-bottom: 5rem !important;
}

.ml-20 {
  margin-left: 5rem !important;
}

.mx-20 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.my-20 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

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

.pt-20 {
  padding-top: 5rem !important;
}

.pr-20 {
  padding-right: 5rem !important;
}

.pb-20 {
  padding-bottom: 5rem !important;
}

.pl-20 {
  padding-left: 5rem !important;
}

.px-20 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

@media screen and (max-width: 480px) {
  .m-xs-only-0 {
    margin: 0rem !important;
  }
  .mt-xs-only-0 {
    margin-top: 0rem !important;
  }
  .mr-xs-only-0 {
    margin-right: 0rem !important;
  }
  .mb-xs-only-0 {
    margin-bottom: 0rem !important;
  }
  .ml-xs-only-0 {
    margin-left: 0rem !important;
  }
  .mx-xs-only-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .my-xs-only-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .p-xs-only-0 {
    padding: 0rem !important;
  }
  .pt-xs-only-0 {
    padding-top: 0rem !important;
  }
  .pr-xs-only-0 {
    padding-right: 0rem !important;
  }
  .pb-xs-only-0 {
    padding-bottom: 0rem !important;
  }
  .pl-xs-only-0 {
    padding-left: 0rem !important;
  }
  .px-xs-only-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .py-xs-only-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .m-xs-only-1 {
    margin: 0.25rem !important;
  }
  .mt-xs-only-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xs-only-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xs-only-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xs-only-1 {
    margin-left: 0.25rem !important;
  }
  .mx-xs-only-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-xs-only-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .p-xs-only-1 {
    padding: 0.25rem !important;
  }
  .pt-xs-only-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xs-only-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xs-only-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xs-only-1 {
    padding-left: 0.25rem !important;
  }
  .px-xs-only-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-xs-only-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .m-xs-only-2 {
    margin: 0.5rem !important;
  }
  .mt-xs-only-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xs-only-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xs-only-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xs-only-2 {
    margin-left: 0.5rem !important;
  }
  .mx-xs-only-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-xs-only-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .p-xs-only-2 {
    padding: 0.5rem !important;
  }
  .pt-xs-only-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xs-only-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xs-only-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xs-only-2 {
    padding-left: 0.5rem !important;
  }
  .px-xs-only-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-xs-only-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .m-xs-only-3 {
    margin: 0.75rem !important;
  }
  .mt-xs-only-3 {
    margin-top: 0.75rem !important;
  }
  .mr-xs-only-3 {
    margin-right: 0.75rem !important;
  }
  .mb-xs-only-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xs-only-3 {
    margin-left: 0.75rem !important;
  }
  .mx-xs-only-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .my-xs-only-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .p-xs-only-3 {
    padding: 0.75rem !important;
  }
  .pt-xs-only-3 {
    padding-top: 0.75rem !important;
  }
  .pr-xs-only-3 {
    padding-right: 0.75rem !important;
  }
  .pb-xs-only-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xs-only-3 {
    padding-left: 0.75rem !important;
  }
  .px-xs-only-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-xs-only-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .m-xs-only-4 {
    margin: 1rem !important;
  }
  .mt-xs-only-4 {
    margin-top: 1rem !important;
  }
  .mr-xs-only-4 {
    margin-right: 1rem !important;
  }
  .mb-xs-only-4 {
    margin-bottom: 1rem !important;
  }
  .ml-xs-only-4 {
    margin-left: 1rem !important;
  }
  .mx-xs-only-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-xs-only-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .p-xs-only-4 {
    padding: 1rem !important;
  }
  .pt-xs-only-4 {
    padding-top: 1rem !important;
  }
  .pr-xs-only-4 {
    padding-right: 1rem !important;
  }
  .pb-xs-only-4 {
    padding-bottom: 1rem !important;
  }
  .pl-xs-only-4 {
    padding-left: 1rem !important;
  }
  .px-xs-only-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-xs-only-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .m-xs-only-5 {
    margin: 1.25rem !important;
  }
  .mt-xs-only-5 {
    margin-top: 1.25rem !important;
  }
  .mr-xs-only-5 {
    margin-right: 1.25rem !important;
  }
  .mb-xs-only-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xs-only-5 {
    margin-left: 1.25rem !important;
  }
  .mx-xs-only-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .my-xs-only-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .p-xs-only-5 {
    padding: 1.25rem !important;
  }
  .pt-xs-only-5 {
    padding-top: 1.25rem !important;
  }
  .pr-xs-only-5 {
    padding-right: 1.25rem !important;
  }
  .pb-xs-only-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xs-only-5 {
    padding-left: 1.25rem !important;
  }
  .px-xs-only-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .py-xs-only-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .m-xs-only-6 {
    margin: 1.5rem !important;
  }
  .mt-xs-only-6 {
    margin-top: 1.5rem !important;
  }
  .mr-xs-only-6 {
    margin-right: 1.5rem !important;
  }
  .mb-xs-only-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xs-only-6 {
    margin-left: 1.5rem !important;
  }
  .mx-xs-only-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-xs-only-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .p-xs-only-6 {
    padding: 1.5rem !important;
  }
  .pt-xs-only-6 {
    padding-top: 1.5rem !important;
  }
  .pr-xs-only-6 {
    padding-right: 1.5rem !important;
  }
  .pb-xs-only-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xs-only-6 {
    padding-left: 1.5rem !important;
  }
  .px-xs-only-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-xs-only-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .m-xs-only-7 {
    margin: 1.75rem !important;
  }
  .mt-xs-only-7 {
    margin-top: 1.75rem !important;
  }
  .mr-xs-only-7 {
    margin-right: 1.75rem !important;
  }
  .mb-xs-only-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-xs-only-7 {
    margin-left: 1.75rem !important;
  }
  .mx-xs-only-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .my-xs-only-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .p-xs-only-7 {
    padding: 1.75rem !important;
  }
  .pt-xs-only-7 {
    padding-top: 1.75rem !important;
  }
  .pr-xs-only-7 {
    padding-right: 1.75rem !important;
  }
  .pb-xs-only-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-xs-only-7 {
    padding-left: 1.75rem !important;
  }
  .px-xs-only-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .py-xs-only-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .m-xs-only-8 {
    margin: 2rem !important;
  }
  .mt-xs-only-8 {
    margin-top: 2rem !important;
  }
  .mr-xs-only-8 {
    margin-right: 2rem !important;
  }
  .mb-xs-only-8 {
    margin-bottom: 2rem !important;
  }
  .ml-xs-only-8 {
    margin-left: 2rem !important;
  }
  .mx-xs-only-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .my-xs-only-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .p-xs-only-8 {
    padding: 2rem !important;
  }
  .pt-xs-only-8 {
    padding-top: 2rem !important;
  }
  .pr-xs-only-8 {
    padding-right: 2rem !important;
  }
  .pb-xs-only-8 {
    padding-bottom: 2rem !important;
  }
  .pl-xs-only-8 {
    padding-left: 2rem !important;
  }
  .px-xs-only-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .py-xs-only-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .m-xs-only-9 {
    margin: 2.25rem !important;
  }
  .mt-xs-only-9 {
    margin-top: 2.25rem !important;
  }
  .mr-xs-only-9 {
    margin-right: 2.25rem !important;
  }
  .mb-xs-only-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-xs-only-9 {
    margin-left: 2.25rem !important;
  }
  .mx-xs-only-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .my-xs-only-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .p-xs-only-9 {
    padding: 2.25rem !important;
  }
  .pt-xs-only-9 {
    padding-top: 2.25rem !important;
  }
  .pr-xs-only-9 {
    padding-right: 2.25rem !important;
  }
  .pb-xs-only-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-xs-only-9 {
    padding-left: 2.25rem !important;
  }
  .px-xs-only-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  .py-xs-only-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .m-xs-only-10 {
    margin: 2.5rem !important;
  }
  .mt-xs-only-10 {
    margin-top: 2.5rem !important;
  }
  .mr-xs-only-10 {
    margin-right: 2.5rem !important;
  }
  .mb-xs-only-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xs-only-10 {
    margin-left: 2.5rem !important;
  }
  .mx-xs-only-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .my-xs-only-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .p-xs-only-10 {
    padding: 2.5rem !important;
  }
  .pt-xs-only-10 {
    padding-top: 2.5rem !important;
  }
  .pr-xs-only-10 {
    padding-right: 2.5rem !important;
  }
  .pb-xs-only-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xs-only-10 {
    padding-left: 2.5rem !important;
  }
  .px-xs-only-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .py-xs-only-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .m-xs-only-12 {
    margin: 3rem !important;
  }
  .mt-xs-only-12 {
    margin-top: 3rem !important;
  }
  .mr-xs-only-12 {
    margin-right: 3rem !important;
  }
  .mb-xs-only-12 {
    margin-bottom: 3rem !important;
  }
  .ml-xs-only-12 {
    margin-left: 3rem !important;
  }
  .mx-xs-only-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-xs-only-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-xs-only-12 {
    padding: 3rem !important;
  }
  .pt-xs-only-12 {
    padding-top: 3rem !important;
  }
  .pr-xs-only-12 {
    padding-right: 3rem !important;
  }
  .pb-xs-only-12 {
    padding-bottom: 3rem !important;
  }
  .pl-xs-only-12 {
    padding-left: 3rem !important;
  }
  .px-xs-only-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-xs-only-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-xs-only-16 {
    margin: 4rem !important;
  }
  .mt-xs-only-16 {
    margin-top: 4rem !important;
  }
  .mr-xs-only-16 {
    margin-right: 4rem !important;
  }
  .mb-xs-only-16 {
    margin-bottom: 4rem !important;
  }
  .ml-xs-only-16 {
    margin-left: 4rem !important;
  }
  .mx-xs-only-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .my-xs-only-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .p-xs-only-16 {
    padding: 4rem !important;
  }
  .pt-xs-only-16 {
    padding-top: 4rem !important;
  }
  .pr-xs-only-16 {
    padding-right: 4rem !important;
  }
  .pb-xs-only-16 {
    padding-bottom: 4rem !important;
  }
  .pl-xs-only-16 {
    padding-left: 4rem !important;
  }
  .px-xs-only-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .py-xs-only-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .m-xs-only-20 {
    margin: 5rem !important;
  }
  .mt-xs-only-20 {
    margin-top: 5rem !important;
  }
  .mr-xs-only-20 {
    margin-right: 5rem !important;
  }
  .mb-xs-only-20 {
    margin-bottom: 5rem !important;
  }
  .ml-xs-only-20 {
    margin-left: 5rem !important;
  }
  .mx-xs-only-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .my-xs-only-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .p-xs-only-20 {
    padding: 5rem !important;
  }
  .pt-xs-only-20 {
    padding-top: 5rem !important;
  }
  .pr-xs-only-20 {
    padding-right: 5rem !important;
  }
  .pb-xs-only-20 {
    padding-bottom: 5rem !important;
  }
  .pl-xs-only-20 {
    padding-left: 5rem !important;
  }
  .px-xs-only-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .py-xs-only-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media screen and (min-width: 481px) {
  .m-sm-0 {
    margin: 0rem !important;
  }
  .mt-sm-0 {
    margin-top: 0rem !important;
  }
  .mr-sm-0 {
    margin-right: 0rem !important;
  }
  .mb-sm-0 {
    margin-bottom: 0rem !important;
  }
  .ml-sm-0 {
    margin-left: 0rem !important;
  }
  .mx-sm-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .my-sm-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .p-sm-0 {
    padding: 0rem !important;
  }
  .pt-sm-0 {
    padding-top: 0rem !important;
  }
  .pr-sm-0 {
    padding-right: 0rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0rem !important;
  }
  .pl-sm-0 {
    padding-left: 0rem !important;
  }
  .px-sm-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .py-sm-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .px-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 0.75rem !important;
  }
  .mt-sm-3 {
    margin-top: 0.75rem !important;
  }
  .mr-sm-3 {
    margin-right: 0.75rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-sm-3 {
    margin-left: 0.75rem !important;
  }
  .mx-sm-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .my-sm-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .p-sm-3 {
    padding: 0.75rem !important;
  }
  .pt-sm-3 {
    padding-top: 0.75rem !important;
  }
  .pr-sm-3 {
    padding-right: 0.75rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-sm-3 {
    padding-left: 0.75rem !important;
  }
  .px-sm-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-sm-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .m-sm-4 {
    margin: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1rem !important;
  }
  .mr-sm-4 {
    margin-right: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-4 {
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .p-sm-4 {
    padding: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1rem !important;
  }
  .pr-sm-4 {
    padding-right: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-4 {
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .m-sm-5 {
    margin: 1.25rem !important;
  }
  .mt-sm-5 {
    margin-top: 1.25rem !important;
  }
  .mr-sm-5 {
    margin-right: 1.25rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-sm-5 {
    margin-left: 1.25rem !important;
  }
  .mx-sm-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .my-sm-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .p-sm-5 {
    padding: 1.25rem !important;
  }
  .pt-sm-5 {
    padding-top: 1.25rem !important;
  }
  .pr-sm-5 {
    padding-right: 1.25rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-sm-5 {
    padding-left: 1.25rem !important;
  }
  .px-sm-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .py-sm-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .m-sm-6 {
    margin: 1.5rem !important;
  }
  .mt-sm-6 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-6 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-6 {
    margin-left: 1.5rem !important;
  }
  .mx-sm-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-sm-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .p-sm-6 {
    padding: 1.5rem !important;
  }
  .pt-sm-6 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-6 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-6 {
    padding-left: 1.5rem !important;
  }
  .px-sm-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-sm-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .m-sm-7 {
    margin: 1.75rem !important;
  }
  .mt-sm-7 {
    margin-top: 1.75rem !important;
  }
  .mr-sm-7 {
    margin-right: 1.75rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-sm-7 {
    margin-left: 1.75rem !important;
  }
  .mx-sm-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .my-sm-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .p-sm-7 {
    padding: 1.75rem !important;
  }
  .pt-sm-7 {
    padding-top: 1.75rem !important;
  }
  .pr-sm-7 {
    padding-right: 1.75rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-sm-7 {
    padding-left: 1.75rem !important;
  }
  .px-sm-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .py-sm-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .m-sm-8 {
    margin: 2rem !important;
  }
  .mt-sm-8 {
    margin-top: 2rem !important;
  }
  .mr-sm-8 {
    margin-right: 2rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-8 {
    margin-left: 2rem !important;
  }
  .mx-sm-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .my-sm-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .p-sm-8 {
    padding: 2rem !important;
  }
  .pt-sm-8 {
    padding-top: 2rem !important;
  }
  .pr-sm-8 {
    padding-right: 2rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-8 {
    padding-left: 2rem !important;
  }
  .px-sm-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .py-sm-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .m-sm-9 {
    margin: 2.25rem !important;
  }
  .mt-sm-9 {
    margin-top: 2.25rem !important;
  }
  .mr-sm-9 {
    margin-right: 2.25rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-sm-9 {
    margin-left: 2.25rem !important;
  }
  .mx-sm-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .my-sm-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .p-sm-9 {
    padding: 2.25rem !important;
  }
  .pt-sm-9 {
    padding-top: 2.25rem !important;
  }
  .pr-sm-9 {
    padding-right: 2.25rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-sm-9 {
    padding-left: 2.25rem !important;
  }
  .px-sm-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  .py-sm-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .m-sm-10 {
    margin: 2.5rem !important;
  }
  .mt-sm-10 {
    margin-top: 2.5rem !important;
  }
  .mr-sm-10 {
    margin-right: 2.5rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-sm-10 {
    margin-left: 2.5rem !important;
  }
  .mx-sm-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .my-sm-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .p-sm-10 {
    padding: 2.5rem !important;
  }
  .pt-sm-10 {
    padding-top: 2.5rem !important;
  }
  .pr-sm-10 {
    padding-right: 2.5rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-sm-10 {
    padding-left: 2.5rem !important;
  }
  .px-sm-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .py-sm-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .m-sm-12 {
    margin: 3rem !important;
  }
  .mt-sm-12 {
    margin-top: 3rem !important;
  }
  .mr-sm-12 {
    margin-right: 3rem !important;
  }
  .mb-sm-12 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-12 {
    margin-left: 3rem !important;
  }
  .mx-sm-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-sm-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-sm-12 {
    padding: 3rem !important;
  }
  .pt-sm-12 {
    padding-top: 3rem !important;
  }
  .pr-sm-12 {
    padding-right: 3rem !important;
  }
  .pb-sm-12 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-12 {
    padding-left: 3rem !important;
  }
  .px-sm-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-sm-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-sm-16 {
    margin: 4rem !important;
  }
  .mt-sm-16 {
    margin-top: 4rem !important;
  }
  .mr-sm-16 {
    margin-right: 4rem !important;
  }
  .mb-sm-16 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-16 {
    margin-left: 4rem !important;
  }
  .mx-sm-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .my-sm-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .p-sm-16 {
    padding: 4rem !important;
  }
  .pt-sm-16 {
    padding-top: 4rem !important;
  }
  .pr-sm-16 {
    padding-right: 4rem !important;
  }
  .pb-sm-16 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-16 {
    padding-left: 4rem !important;
  }
  .px-sm-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .py-sm-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .m-sm-20 {
    margin: 5rem !important;
  }
  .mt-sm-20 {
    margin-top: 5rem !important;
  }
  .mr-sm-20 {
    margin-right: 5rem !important;
  }
  .mb-sm-20 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-20 {
    margin-left: 5rem !important;
  }
  .mx-sm-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .my-sm-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .p-sm-20 {
    padding: 5rem !important;
  }
  .pt-sm-20 {
    padding-top: 5rem !important;
  }
  .pr-sm-20 {
    padding-right: 5rem !important;
  }
  .pb-sm-20 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-20 {
    padding-left: 5rem !important;
  }
  .px-sm-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .py-sm-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media screen and (min-width: 481px) and (max-width: 960px) {
  .m-sm-only-0 {
    margin: 0rem !important;
  }
  .mt-sm-only-0 {
    margin-top: 0rem !important;
  }
  .mr-sm-only-0 {
    margin-right: 0rem !important;
  }
  .mb-sm-only-0 {
    margin-bottom: 0rem !important;
  }
  .ml-sm-only-0 {
    margin-left: 0rem !important;
  }
  .mx-sm-only-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .my-sm-only-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .p-sm-only-0 {
    padding: 0rem !important;
  }
  .pt-sm-only-0 {
    padding-top: 0rem !important;
  }
  .pr-sm-only-0 {
    padding-right: 0rem !important;
  }
  .pb-sm-only-0 {
    padding-bottom: 0rem !important;
  }
  .pl-sm-only-0 {
    padding-left: 0rem !important;
  }
  .px-sm-only-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .py-sm-only-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .m-sm-only-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-only-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-only-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-only-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-only-1 {
    margin-left: 0.25rem !important;
  }
  .mx-sm-only-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-sm-only-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .p-sm-only-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-only-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-only-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-only-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-only-1 {
    padding-left: 0.25rem !important;
  }
  .px-sm-only-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-sm-only-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .m-sm-only-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-only-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-only-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-only-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-only-2 {
    margin-left: 0.5rem !important;
  }
  .mx-sm-only-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-sm-only-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .p-sm-only-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-only-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-only-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-only-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-only-2 {
    padding-left: 0.5rem !important;
  }
  .px-sm-only-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-sm-only-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .m-sm-only-3 {
    margin: 0.75rem !important;
  }
  .mt-sm-only-3 {
    margin-top: 0.75rem !important;
  }
  .mr-sm-only-3 {
    margin-right: 0.75rem !important;
  }
  .mb-sm-only-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-sm-only-3 {
    margin-left: 0.75rem !important;
  }
  .mx-sm-only-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .my-sm-only-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .p-sm-only-3 {
    padding: 0.75rem !important;
  }
  .pt-sm-only-3 {
    padding-top: 0.75rem !important;
  }
  .pr-sm-only-3 {
    padding-right: 0.75rem !important;
  }
  .pb-sm-only-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-sm-only-3 {
    padding-left: 0.75rem !important;
  }
  .px-sm-only-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-sm-only-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .m-sm-only-4 {
    margin: 1rem !important;
  }
  .mt-sm-only-4 {
    margin-top: 1rem !important;
  }
  .mr-sm-only-4 {
    margin-right: 1rem !important;
  }
  .mb-sm-only-4 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-only-4 {
    margin-left: 1rem !important;
  }
  .mx-sm-only-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-sm-only-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .p-sm-only-4 {
    padding: 1rem !important;
  }
  .pt-sm-only-4 {
    padding-top: 1rem !important;
  }
  .pr-sm-only-4 {
    padding-right: 1rem !important;
  }
  .pb-sm-only-4 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-only-4 {
    padding-left: 1rem !important;
  }
  .px-sm-only-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-sm-only-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .m-sm-only-5 {
    margin: 1.25rem !important;
  }
  .mt-sm-only-5 {
    margin-top: 1.25rem !important;
  }
  .mr-sm-only-5 {
    margin-right: 1.25rem !important;
  }
  .mb-sm-only-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-sm-only-5 {
    margin-left: 1.25rem !important;
  }
  .mx-sm-only-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .my-sm-only-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .p-sm-only-5 {
    padding: 1.25rem !important;
  }
  .pt-sm-only-5 {
    padding-top: 1.25rem !important;
  }
  .pr-sm-only-5 {
    padding-right: 1.25rem !important;
  }
  .pb-sm-only-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-sm-only-5 {
    padding-left: 1.25rem !important;
  }
  .px-sm-only-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .py-sm-only-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .m-sm-only-6 {
    margin: 1.5rem !important;
  }
  .mt-sm-only-6 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-only-6 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-only-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-only-6 {
    margin-left: 1.5rem !important;
  }
  .mx-sm-only-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-sm-only-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .p-sm-only-6 {
    padding: 1.5rem !important;
  }
  .pt-sm-only-6 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-only-6 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-only-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-only-6 {
    padding-left: 1.5rem !important;
  }
  .px-sm-only-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-sm-only-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .m-sm-only-7 {
    margin: 1.75rem !important;
  }
  .mt-sm-only-7 {
    margin-top: 1.75rem !important;
  }
  .mr-sm-only-7 {
    margin-right: 1.75rem !important;
  }
  .mb-sm-only-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-sm-only-7 {
    margin-left: 1.75rem !important;
  }
  .mx-sm-only-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .my-sm-only-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .p-sm-only-7 {
    padding: 1.75rem !important;
  }
  .pt-sm-only-7 {
    padding-top: 1.75rem !important;
  }
  .pr-sm-only-7 {
    padding-right: 1.75rem !important;
  }
  .pb-sm-only-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-sm-only-7 {
    padding-left: 1.75rem !important;
  }
  .px-sm-only-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .py-sm-only-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .m-sm-only-8 {
    margin: 2rem !important;
  }
  .mt-sm-only-8 {
    margin-top: 2rem !important;
  }
  .mr-sm-only-8 {
    margin-right: 2rem !important;
  }
  .mb-sm-only-8 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-only-8 {
    margin-left: 2rem !important;
  }
  .mx-sm-only-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .my-sm-only-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .p-sm-only-8 {
    padding: 2rem !important;
  }
  .pt-sm-only-8 {
    padding-top: 2rem !important;
  }
  .pr-sm-only-8 {
    padding-right: 2rem !important;
  }
  .pb-sm-only-8 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-only-8 {
    padding-left: 2rem !important;
  }
  .px-sm-only-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .py-sm-only-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .m-sm-only-9 {
    margin: 2.25rem !important;
  }
  .mt-sm-only-9 {
    margin-top: 2.25rem !important;
  }
  .mr-sm-only-9 {
    margin-right: 2.25rem !important;
  }
  .mb-sm-only-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-sm-only-9 {
    margin-left: 2.25rem !important;
  }
  .mx-sm-only-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .my-sm-only-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .p-sm-only-9 {
    padding: 2.25rem !important;
  }
  .pt-sm-only-9 {
    padding-top: 2.25rem !important;
  }
  .pr-sm-only-9 {
    padding-right: 2.25rem !important;
  }
  .pb-sm-only-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-sm-only-9 {
    padding-left: 2.25rem !important;
  }
  .px-sm-only-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  .py-sm-only-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .m-sm-only-10 {
    margin: 2.5rem !important;
  }
  .mt-sm-only-10 {
    margin-top: 2.5rem !important;
  }
  .mr-sm-only-10 {
    margin-right: 2.5rem !important;
  }
  .mb-sm-only-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-sm-only-10 {
    margin-left: 2.5rem !important;
  }
  .mx-sm-only-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .my-sm-only-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .p-sm-only-10 {
    padding: 2.5rem !important;
  }
  .pt-sm-only-10 {
    padding-top: 2.5rem !important;
  }
  .pr-sm-only-10 {
    padding-right: 2.5rem !important;
  }
  .pb-sm-only-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-sm-only-10 {
    padding-left: 2.5rem !important;
  }
  .px-sm-only-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .py-sm-only-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .m-sm-only-12 {
    margin: 3rem !important;
  }
  .mt-sm-only-12 {
    margin-top: 3rem !important;
  }
  .mr-sm-only-12 {
    margin-right: 3rem !important;
  }
  .mb-sm-only-12 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-only-12 {
    margin-left: 3rem !important;
  }
  .mx-sm-only-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-sm-only-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-sm-only-12 {
    padding: 3rem !important;
  }
  .pt-sm-only-12 {
    padding-top: 3rem !important;
  }
  .pr-sm-only-12 {
    padding-right: 3rem !important;
  }
  .pb-sm-only-12 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-only-12 {
    padding-left: 3rem !important;
  }
  .px-sm-only-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-sm-only-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-sm-only-16 {
    margin: 4rem !important;
  }
  .mt-sm-only-16 {
    margin-top: 4rem !important;
  }
  .mr-sm-only-16 {
    margin-right: 4rem !important;
  }
  .mb-sm-only-16 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-only-16 {
    margin-left: 4rem !important;
  }
  .mx-sm-only-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .my-sm-only-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .p-sm-only-16 {
    padding: 4rem !important;
  }
  .pt-sm-only-16 {
    padding-top: 4rem !important;
  }
  .pr-sm-only-16 {
    padding-right: 4rem !important;
  }
  .pb-sm-only-16 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-only-16 {
    padding-left: 4rem !important;
  }
  .px-sm-only-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .py-sm-only-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .m-sm-only-20 {
    margin: 5rem !important;
  }
  .mt-sm-only-20 {
    margin-top: 5rem !important;
  }
  .mr-sm-only-20 {
    margin-right: 5rem !important;
  }
  .mb-sm-only-20 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-only-20 {
    margin-left: 5rem !important;
  }
  .mx-sm-only-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .my-sm-only-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .p-sm-only-20 {
    padding: 5rem !important;
  }
  .pt-sm-only-20 {
    padding-top: 5rem !important;
  }
  .pr-sm-only-20 {
    padding-right: 5rem !important;
  }
  .pb-sm-only-20 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-only-20 {
    padding-left: 5rem !important;
  }
  .px-sm-only-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .py-sm-only-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media screen and (min-width: 961px) {
  .m-md-0 {
    margin: 0rem !important;
  }
  .mt-md-0 {
    margin-top: 0rem !important;
  }
  .mr-md-0 {
    margin-right: 0rem !important;
  }
  .mb-md-0 {
    margin-bottom: 0rem !important;
  }
  .ml-md-0 {
    margin-left: 0rem !important;
  }
  .mx-md-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .my-md-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .p-md-0 {
    padding: 0rem !important;
  }
  .pt-md-0 {
    padding-top: 0rem !important;
  }
  .pr-md-0 {
    padding-right: 0rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0rem !important;
  }
  .pl-md-0 {
    padding-left: 0rem !important;
  }
  .px-md-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .py-md-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  .px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .m-md-3 {
    margin: 0.75rem !important;
  }
  .mt-md-3 {
    margin-top: 0.75rem !important;
  }
  .mr-md-3 {
    margin-right: 0.75rem !important;
  }
  .mb-md-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-md-3 {
    margin-left: 0.75rem !important;
  }
  .mx-md-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .my-md-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .p-md-3 {
    padding: 0.75rem !important;
  }
  .pt-md-3 {
    padding-top: 0.75rem !important;
  }
  .pr-md-3 {
    padding-right: 0.75rem !important;
  }
  .pb-md-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-md-3 {
    padding-left: 0.75rem !important;
  }
  .px-md-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-md-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .m-md-4 {
    margin: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1rem !important;
  }
  .mr-md-4 {
    margin-right: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1rem !important;
  }
  .ml-md-4 {
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .p-md-4 {
    padding: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1rem !important;
  }
  .pr-md-4 {
    padding-right: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1rem !important;
  }
  .pl-md-4 {
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .m-md-5 {
    margin: 1.25rem !important;
  }
  .mt-md-5 {
    margin-top: 1.25rem !important;
  }
  .mr-md-5 {
    margin-right: 1.25rem !important;
  }
  .mb-md-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-md-5 {
    margin-left: 1.25rem !important;
  }
  .mx-md-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .my-md-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .p-md-5 {
    padding: 1.25rem !important;
  }
  .pt-md-5 {
    padding-top: 1.25rem !important;
  }
  .pr-md-5 {
    padding-right: 1.25rem !important;
  }
  .pb-md-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-md-5 {
    padding-left: 1.25rem !important;
  }
  .px-md-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .py-md-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .m-md-6 {
    margin: 1.5rem !important;
  }
  .mt-md-6 {
    margin-top: 1.5rem !important;
  }
  .mr-md-6 {
    margin-right: 1.5rem !important;
  }
  .mb-md-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-6 {
    margin-left: 1.5rem !important;
  }
  .mx-md-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-md-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .p-md-6 {
    padding: 1.5rem !important;
  }
  .pt-md-6 {
    padding-top: 1.5rem !important;
  }
  .pr-md-6 {
    padding-right: 1.5rem !important;
  }
  .pb-md-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-6 {
    padding-left: 1.5rem !important;
  }
  .px-md-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-md-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .m-md-7 {
    margin: 1.75rem !important;
  }
  .mt-md-7 {
    margin-top: 1.75rem !important;
  }
  .mr-md-7 {
    margin-right: 1.75rem !important;
  }
  .mb-md-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-md-7 {
    margin-left: 1.75rem !important;
  }
  .mx-md-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .my-md-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .p-md-7 {
    padding: 1.75rem !important;
  }
  .pt-md-7 {
    padding-top: 1.75rem !important;
  }
  .pr-md-7 {
    padding-right: 1.75rem !important;
  }
  .pb-md-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-md-7 {
    padding-left: 1.75rem !important;
  }
  .px-md-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .py-md-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .m-md-8 {
    margin: 2rem !important;
  }
  .mt-md-8 {
    margin-top: 2rem !important;
  }
  .mr-md-8 {
    margin-right: 2rem !important;
  }
  .mb-md-8 {
    margin-bottom: 2rem !important;
  }
  .ml-md-8 {
    margin-left: 2rem !important;
  }
  .mx-md-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .my-md-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .p-md-8 {
    padding: 2rem !important;
  }
  .pt-md-8 {
    padding-top: 2rem !important;
  }
  .pr-md-8 {
    padding-right: 2rem !important;
  }
  .pb-md-8 {
    padding-bottom: 2rem !important;
  }
  .pl-md-8 {
    padding-left: 2rem !important;
  }
  .px-md-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .py-md-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .m-md-9 {
    margin: 2.25rem !important;
  }
  .mt-md-9 {
    margin-top: 2.25rem !important;
  }
  .mr-md-9 {
    margin-right: 2.25rem !important;
  }
  .mb-md-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-md-9 {
    margin-left: 2.25rem !important;
  }
  .mx-md-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .my-md-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .p-md-9 {
    padding: 2.25rem !important;
  }
  .pt-md-9 {
    padding-top: 2.25rem !important;
  }
  .pr-md-9 {
    padding-right: 2.25rem !important;
  }
  .pb-md-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-md-9 {
    padding-left: 2.25rem !important;
  }
  .px-md-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  .py-md-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .m-md-10 {
    margin: 2.5rem !important;
  }
  .mt-md-10 {
    margin-top: 2.5rem !important;
  }
  .mr-md-10 {
    margin-right: 2.5rem !important;
  }
  .mb-md-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-md-10 {
    margin-left: 2.5rem !important;
  }
  .mx-md-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .my-md-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .p-md-10 {
    padding: 2.5rem !important;
  }
  .pt-md-10 {
    padding-top: 2.5rem !important;
  }
  .pr-md-10 {
    padding-right: 2.5rem !important;
  }
  .pb-md-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-md-10 {
    padding-left: 2.5rem !important;
  }
  .px-md-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .py-md-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .m-md-12 {
    margin: 3rem !important;
  }
  .mt-md-12 {
    margin-top: 3rem !important;
  }
  .mr-md-12 {
    margin-right: 3rem !important;
  }
  .mb-md-12 {
    margin-bottom: 3rem !important;
  }
  .ml-md-12 {
    margin-left: 3rem !important;
  }
  .mx-md-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-md-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-md-12 {
    padding: 3rem !important;
  }
  .pt-md-12 {
    padding-top: 3rem !important;
  }
  .pr-md-12 {
    padding-right: 3rem !important;
  }
  .pb-md-12 {
    padding-bottom: 3rem !important;
  }
  .pl-md-12 {
    padding-left: 3rem !important;
  }
  .px-md-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-md-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-md-16 {
    margin: 4rem !important;
  }
  .mt-md-16 {
    margin-top: 4rem !important;
  }
  .mr-md-16 {
    margin-right: 4rem !important;
  }
  .mb-md-16 {
    margin-bottom: 4rem !important;
  }
  .ml-md-16 {
    margin-left: 4rem !important;
  }
  .mx-md-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .my-md-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .p-md-16 {
    padding: 4rem !important;
  }
  .pt-md-16 {
    padding-top: 4rem !important;
  }
  .pr-md-16 {
    padding-right: 4rem !important;
  }
  .pb-md-16 {
    padding-bottom: 4rem !important;
  }
  .pl-md-16 {
    padding-left: 4rem !important;
  }
  .px-md-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .py-md-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .m-md-20 {
    margin: 5rem !important;
  }
  .mt-md-20 {
    margin-top: 5rem !important;
  }
  .mr-md-20 {
    margin-right: 5rem !important;
  }
  .mb-md-20 {
    margin-bottom: 5rem !important;
  }
  .ml-md-20 {
    margin-left: 5rem !important;
  }
  .mx-md-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .my-md-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .p-md-20 {
    padding: 5rem !important;
  }
  .pt-md-20 {
    padding-top: 5rem !important;
  }
  .pr-md-20 {
    padding-right: 5rem !important;
  }
  .pb-md-20 {
    padding-bottom: 5rem !important;
  }
  .pl-md-20 {
    padding-left: 5rem !important;
  }
  .px-md-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .py-md-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  .m-md-only-0 {
    margin: 0rem !important;
  }
  .mt-md-only-0 {
    margin-top: 0rem !important;
  }
  .mr-md-only-0 {
    margin-right: 0rem !important;
  }
  .mb-md-only-0 {
    margin-bottom: 0rem !important;
  }
  .ml-md-only-0 {
    margin-left: 0rem !important;
  }
  .mx-md-only-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .my-md-only-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .p-md-only-0 {
    padding: 0rem !important;
  }
  .pt-md-only-0 {
    padding-top: 0rem !important;
  }
  .pr-md-only-0 {
    padding-right: 0rem !important;
  }
  .pb-md-only-0 {
    padding-bottom: 0rem !important;
  }
  .pl-md-only-0 {
    padding-left: 0rem !important;
  }
  .px-md-only-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .py-md-only-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .m-md-only-1 {
    margin: 0.25rem !important;
  }
  .mt-md-only-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-only-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-only-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-only-1 {
    margin-left: 0.25rem !important;
  }
  .mx-md-only-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-md-only-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .p-md-only-1 {
    padding: 0.25rem !important;
  }
  .pt-md-only-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-only-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-only-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-only-1 {
    padding-left: 0.25rem !important;
  }
  .px-md-only-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-md-only-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .m-md-only-2 {
    margin: 0.5rem !important;
  }
  .mt-md-only-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-only-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-only-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-only-2 {
    margin-left: 0.5rem !important;
  }
  .mx-md-only-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-md-only-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .p-md-only-2 {
    padding: 0.5rem !important;
  }
  .pt-md-only-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-only-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-only-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-only-2 {
    padding-left: 0.5rem !important;
  }
  .px-md-only-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-md-only-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .m-md-only-3 {
    margin: 0.75rem !important;
  }
  .mt-md-only-3 {
    margin-top: 0.75rem !important;
  }
  .mr-md-only-3 {
    margin-right: 0.75rem !important;
  }
  .mb-md-only-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-md-only-3 {
    margin-left: 0.75rem !important;
  }
  .mx-md-only-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .my-md-only-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .p-md-only-3 {
    padding: 0.75rem !important;
  }
  .pt-md-only-3 {
    padding-top: 0.75rem !important;
  }
  .pr-md-only-3 {
    padding-right: 0.75rem !important;
  }
  .pb-md-only-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-md-only-3 {
    padding-left: 0.75rem !important;
  }
  .px-md-only-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-md-only-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .m-md-only-4 {
    margin: 1rem !important;
  }
  .mt-md-only-4 {
    margin-top: 1rem !important;
  }
  .mr-md-only-4 {
    margin-right: 1rem !important;
  }
  .mb-md-only-4 {
    margin-bottom: 1rem !important;
  }
  .ml-md-only-4 {
    margin-left: 1rem !important;
  }
  .mx-md-only-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-md-only-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .p-md-only-4 {
    padding: 1rem !important;
  }
  .pt-md-only-4 {
    padding-top: 1rem !important;
  }
  .pr-md-only-4 {
    padding-right: 1rem !important;
  }
  .pb-md-only-4 {
    padding-bottom: 1rem !important;
  }
  .pl-md-only-4 {
    padding-left: 1rem !important;
  }
  .px-md-only-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-md-only-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .m-md-only-5 {
    margin: 1.25rem !important;
  }
  .mt-md-only-5 {
    margin-top: 1.25rem !important;
  }
  .mr-md-only-5 {
    margin-right: 1.25rem !important;
  }
  .mb-md-only-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-md-only-5 {
    margin-left: 1.25rem !important;
  }
  .mx-md-only-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .my-md-only-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .p-md-only-5 {
    padding: 1.25rem !important;
  }
  .pt-md-only-5 {
    padding-top: 1.25rem !important;
  }
  .pr-md-only-5 {
    padding-right: 1.25rem !important;
  }
  .pb-md-only-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-md-only-5 {
    padding-left: 1.25rem !important;
  }
  .px-md-only-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .py-md-only-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .m-md-only-6 {
    margin: 1.5rem !important;
  }
  .mt-md-only-6 {
    margin-top: 1.5rem !important;
  }
  .mr-md-only-6 {
    margin-right: 1.5rem !important;
  }
  .mb-md-only-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-only-6 {
    margin-left: 1.5rem !important;
  }
  .mx-md-only-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-md-only-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .p-md-only-6 {
    padding: 1.5rem !important;
  }
  .pt-md-only-6 {
    padding-top: 1.5rem !important;
  }
  .pr-md-only-6 {
    padding-right: 1.5rem !important;
  }
  .pb-md-only-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-only-6 {
    padding-left: 1.5rem !important;
  }
  .px-md-only-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-md-only-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .m-md-only-7 {
    margin: 1.75rem !important;
  }
  .mt-md-only-7 {
    margin-top: 1.75rem !important;
  }
  .mr-md-only-7 {
    margin-right: 1.75rem !important;
  }
  .mb-md-only-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-md-only-7 {
    margin-left: 1.75rem !important;
  }
  .mx-md-only-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .my-md-only-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .p-md-only-7 {
    padding: 1.75rem !important;
  }
  .pt-md-only-7 {
    padding-top: 1.75rem !important;
  }
  .pr-md-only-7 {
    padding-right: 1.75rem !important;
  }
  .pb-md-only-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-md-only-7 {
    padding-left: 1.75rem !important;
  }
  .px-md-only-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .py-md-only-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .m-md-only-8 {
    margin: 2rem !important;
  }
  .mt-md-only-8 {
    margin-top: 2rem !important;
  }
  .mr-md-only-8 {
    margin-right: 2rem !important;
  }
  .mb-md-only-8 {
    margin-bottom: 2rem !important;
  }
  .ml-md-only-8 {
    margin-left: 2rem !important;
  }
  .mx-md-only-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .my-md-only-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .p-md-only-8 {
    padding: 2rem !important;
  }
  .pt-md-only-8 {
    padding-top: 2rem !important;
  }
  .pr-md-only-8 {
    padding-right: 2rem !important;
  }
  .pb-md-only-8 {
    padding-bottom: 2rem !important;
  }
  .pl-md-only-8 {
    padding-left: 2rem !important;
  }
  .px-md-only-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .py-md-only-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .m-md-only-9 {
    margin: 2.25rem !important;
  }
  .mt-md-only-9 {
    margin-top: 2.25rem !important;
  }
  .mr-md-only-9 {
    margin-right: 2.25rem !important;
  }
  .mb-md-only-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-md-only-9 {
    margin-left: 2.25rem !important;
  }
  .mx-md-only-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .my-md-only-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .p-md-only-9 {
    padding: 2.25rem !important;
  }
  .pt-md-only-9 {
    padding-top: 2.25rem !important;
  }
  .pr-md-only-9 {
    padding-right: 2.25rem !important;
  }
  .pb-md-only-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-md-only-9 {
    padding-left: 2.25rem !important;
  }
  .px-md-only-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  .py-md-only-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .m-md-only-10 {
    margin: 2.5rem !important;
  }
  .mt-md-only-10 {
    margin-top: 2.5rem !important;
  }
  .mr-md-only-10 {
    margin-right: 2.5rem !important;
  }
  .mb-md-only-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-md-only-10 {
    margin-left: 2.5rem !important;
  }
  .mx-md-only-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .my-md-only-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .p-md-only-10 {
    padding: 2.5rem !important;
  }
  .pt-md-only-10 {
    padding-top: 2.5rem !important;
  }
  .pr-md-only-10 {
    padding-right: 2.5rem !important;
  }
  .pb-md-only-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-md-only-10 {
    padding-left: 2.5rem !important;
  }
  .px-md-only-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .py-md-only-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .m-md-only-12 {
    margin: 3rem !important;
  }
  .mt-md-only-12 {
    margin-top: 3rem !important;
  }
  .mr-md-only-12 {
    margin-right: 3rem !important;
  }
  .mb-md-only-12 {
    margin-bottom: 3rem !important;
  }
  .ml-md-only-12 {
    margin-left: 3rem !important;
  }
  .mx-md-only-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-md-only-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-md-only-12 {
    padding: 3rem !important;
  }
  .pt-md-only-12 {
    padding-top: 3rem !important;
  }
  .pr-md-only-12 {
    padding-right: 3rem !important;
  }
  .pb-md-only-12 {
    padding-bottom: 3rem !important;
  }
  .pl-md-only-12 {
    padding-left: 3rem !important;
  }
  .px-md-only-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-md-only-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-md-only-16 {
    margin: 4rem !important;
  }
  .mt-md-only-16 {
    margin-top: 4rem !important;
  }
  .mr-md-only-16 {
    margin-right: 4rem !important;
  }
  .mb-md-only-16 {
    margin-bottom: 4rem !important;
  }
  .ml-md-only-16 {
    margin-left: 4rem !important;
  }
  .mx-md-only-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .my-md-only-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .p-md-only-16 {
    padding: 4rem !important;
  }
  .pt-md-only-16 {
    padding-top: 4rem !important;
  }
  .pr-md-only-16 {
    padding-right: 4rem !important;
  }
  .pb-md-only-16 {
    padding-bottom: 4rem !important;
  }
  .pl-md-only-16 {
    padding-left: 4rem !important;
  }
  .px-md-only-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .py-md-only-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .m-md-only-20 {
    margin: 5rem !important;
  }
  .mt-md-only-20 {
    margin-top: 5rem !important;
  }
  .mr-md-only-20 {
    margin-right: 5rem !important;
  }
  .mb-md-only-20 {
    margin-bottom: 5rem !important;
  }
  .ml-md-only-20 {
    margin-left: 5rem !important;
  }
  .mx-md-only-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .my-md-only-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .p-md-only-20 {
    padding: 5rem !important;
  }
  .pt-md-only-20 {
    padding-top: 5rem !important;
  }
  .pr-md-only-20 {
    padding-right: 5rem !important;
  }
  .pb-md-only-20 {
    padding-bottom: 5rem !important;
  }
  .pl-md-only-20 {
    padding-left: 5rem !important;
  }
  .px-md-only-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .py-md-only-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media screen and (min-width: 1201px) {
  .m-lg-0 {
    margin: 0rem !important;
  }
  .mt-lg-0 {
    margin-top: 0rem !important;
  }
  .mr-lg-0 {
    margin-right: 0rem !important;
  }
  .mb-lg-0 {
    margin-bottom: 0rem !important;
  }
  .ml-lg-0 {
    margin-left: 0rem !important;
  }
  .mx-lg-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .my-lg-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .p-lg-0 {
    padding: 0rem !important;
  }
  .pt-lg-0 {
    padding-top: 0rem !important;
  }
  .pr-lg-0 {
    padding-right: 0rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0rem !important;
  }
  .pl-lg-0 {
    padding-left: 0rem !important;
  }
  .px-lg-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .py-lg-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  .px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  .px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 0.75rem !important;
  }
  .mt-lg-3 {
    margin-top: 0.75rem !important;
  }
  .mr-lg-3 {
    margin-right: 0.75rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-lg-3 {
    margin-left: 0.75rem !important;
  }
  .mx-lg-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .my-lg-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .p-lg-3 {
    padding: 0.75rem !important;
  }
  .pt-lg-3 {
    padding-top: 0.75rem !important;
  }
  .pr-lg-3 {
    padding-right: 0.75rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-lg-3 {
    padding-left: 0.75rem !important;
  }
  .px-lg-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-lg-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .m-lg-4 {
    margin: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1rem !important;
  }
  .mr-lg-4 {
    margin-right: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-4 {
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .p-lg-4 {
    padding: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1rem !important;
  }
  .pr-lg-4 {
    padding-right: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-4 {
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .m-lg-5 {
    margin: 1.25rem !important;
  }
  .mt-lg-5 {
    margin-top: 1.25rem !important;
  }
  .mr-lg-5 {
    margin-right: 1.25rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-lg-5 {
    margin-left: 1.25rem !important;
  }
  .mx-lg-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .my-lg-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .p-lg-5 {
    padding: 1.25rem !important;
  }
  .pt-lg-5 {
    padding-top: 1.25rem !important;
  }
  .pr-lg-5 {
    padding-right: 1.25rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-lg-5 {
    padding-left: 1.25rem !important;
  }
  .px-lg-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .py-lg-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .m-lg-6 {
    margin: 1.5rem !important;
  }
  .mt-lg-6 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-6 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-6 {
    margin-left: 1.5rem !important;
  }
  .mx-lg-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-lg-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .p-lg-6 {
    padding: 1.5rem !important;
  }
  .pt-lg-6 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-6 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-6 {
    padding-left: 1.5rem !important;
  }
  .px-lg-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-lg-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .m-lg-7 {
    margin: 1.75rem !important;
  }
  .mt-lg-7 {
    margin-top: 1.75rem !important;
  }
  .mr-lg-7 {
    margin-right: 1.75rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-lg-7 {
    margin-left: 1.75rem !important;
  }
  .mx-lg-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .my-lg-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .p-lg-7 {
    padding: 1.75rem !important;
  }
  .pt-lg-7 {
    padding-top: 1.75rem !important;
  }
  .pr-lg-7 {
    padding-right: 1.75rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-lg-7 {
    padding-left: 1.75rem !important;
  }
  .px-lg-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .py-lg-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .m-lg-8 {
    margin: 2rem !important;
  }
  .mt-lg-8 {
    margin-top: 2rem !important;
  }
  .mr-lg-8 {
    margin-right: 2rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-8 {
    margin-left: 2rem !important;
  }
  .mx-lg-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .my-lg-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .p-lg-8 {
    padding: 2rem !important;
  }
  .pt-lg-8 {
    padding-top: 2rem !important;
  }
  .pr-lg-8 {
    padding-right: 2rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-8 {
    padding-left: 2rem !important;
  }
  .px-lg-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .py-lg-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .m-lg-9 {
    margin: 2.25rem !important;
  }
  .mt-lg-9 {
    margin-top: 2.25rem !important;
  }
  .mr-lg-9 {
    margin-right: 2.25rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-lg-9 {
    margin-left: 2.25rem !important;
  }
  .mx-lg-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .my-lg-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .p-lg-9 {
    padding: 2.25rem !important;
  }
  .pt-lg-9 {
    padding-top: 2.25rem !important;
  }
  .pr-lg-9 {
    padding-right: 2.25rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-lg-9 {
    padding-left: 2.25rem !important;
  }
  .px-lg-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  .py-lg-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .m-lg-10 {
    margin: 2.5rem !important;
  }
  .mt-lg-10 {
    margin-top: 2.5rem !important;
  }
  .mr-lg-10 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-10 {
    margin-left: 2.5rem !important;
  }
  .mx-lg-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .my-lg-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .p-lg-10 {
    padding: 2.5rem !important;
  }
  .pt-lg-10 {
    padding-top: 2.5rem !important;
  }
  .pr-lg-10 {
    padding-right: 2.5rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-lg-10 {
    padding-left: 2.5rem !important;
  }
  .px-lg-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .py-lg-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .m-lg-12 {
    margin: 3rem !important;
  }
  .mt-lg-12 {
    margin-top: 3rem !important;
  }
  .mr-lg-12 {
    margin-right: 3rem !important;
  }
  .mb-lg-12 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-12 {
    margin-left: 3rem !important;
  }
  .mx-lg-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-lg-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-lg-12 {
    padding: 3rem !important;
  }
  .pt-lg-12 {
    padding-top: 3rem !important;
  }
  .pr-lg-12 {
    padding-right: 3rem !important;
  }
  .pb-lg-12 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-12 {
    padding-left: 3rem !important;
  }
  .px-lg-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-lg-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-lg-16 {
    margin: 4rem !important;
  }
  .mt-lg-16 {
    margin-top: 4rem !important;
  }
  .mr-lg-16 {
    margin-right: 4rem !important;
  }
  .mb-lg-16 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-16 {
    margin-left: 4rem !important;
  }
  .mx-lg-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .my-lg-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .p-lg-16 {
    padding: 4rem !important;
  }
  .pt-lg-16 {
    padding-top: 4rem !important;
  }
  .pr-lg-16 {
    padding-right: 4rem !important;
  }
  .pb-lg-16 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-16 {
    padding-left: 4rem !important;
  }
  .px-lg-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .py-lg-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .m-lg-20 {
    margin: 5rem !important;
  }
  .mt-lg-20 {
    margin-top: 5rem !important;
  }
  .mr-lg-20 {
    margin-right: 5rem !important;
  }
  .mb-lg-20 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-20 {
    margin-left: 5rem !important;
  }
  .mx-lg-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .my-lg-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .p-lg-20 {
    padding: 5rem !important;
  }
  .pt-lg-20 {
    padding-top: 5rem !important;
  }
  .pr-lg-20 {
    padding-right: 5rem !important;
  }
  .pb-lg-20 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-20 {
    padding-left: 5rem !important;
  }
  .px-lg-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .py-lg-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1440px) {
  .m-lg-only-0 {
    margin: 0rem !important;
  }
  .mt-lg-only-0 {
    margin-top: 0rem !important;
  }
  .mr-lg-only-0 {
    margin-right: 0rem !important;
  }
  .mb-lg-only-0 {
    margin-bottom: 0rem !important;
  }
  .ml-lg-only-0 {
    margin-left: 0rem !important;
  }
  .mx-lg-only-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .my-lg-only-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .p-lg-only-0 {
    padding: 0rem !important;
  }
  .pt-lg-only-0 {
    padding-top: 0rem !important;
  }
  .pr-lg-only-0 {
    padding-right: 0rem !important;
  }
  .pb-lg-only-0 {
    padding-bottom: 0rem !important;
  }
  .pl-lg-only-0 {
    padding-left: 0rem !important;
  }
  .px-lg-only-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .py-lg-only-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .m-lg-only-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-only-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-only-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-only-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-only-1 {
    margin-left: 0.25rem !important;
  }
  .mx-lg-only-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-lg-only-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .p-lg-only-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-only-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-only-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-only-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-only-1 {
    padding-left: 0.25rem !important;
  }
  .px-lg-only-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-lg-only-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .m-lg-only-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-only-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-only-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-only-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-only-2 {
    margin-left: 0.5rem !important;
  }
  .mx-lg-only-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-lg-only-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .p-lg-only-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-only-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-only-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-only-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-only-2 {
    padding-left: 0.5rem !important;
  }
  .px-lg-only-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-lg-only-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .m-lg-only-3 {
    margin: 0.75rem !important;
  }
  .mt-lg-only-3 {
    margin-top: 0.75rem !important;
  }
  .mr-lg-only-3 {
    margin-right: 0.75rem !important;
  }
  .mb-lg-only-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-lg-only-3 {
    margin-left: 0.75rem !important;
  }
  .mx-lg-only-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .my-lg-only-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .p-lg-only-3 {
    padding: 0.75rem !important;
  }
  .pt-lg-only-3 {
    padding-top: 0.75rem !important;
  }
  .pr-lg-only-3 {
    padding-right: 0.75rem !important;
  }
  .pb-lg-only-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-lg-only-3 {
    padding-left: 0.75rem !important;
  }
  .px-lg-only-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-lg-only-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .m-lg-only-4 {
    margin: 1rem !important;
  }
  .mt-lg-only-4 {
    margin-top: 1rem !important;
  }
  .mr-lg-only-4 {
    margin-right: 1rem !important;
  }
  .mb-lg-only-4 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-only-4 {
    margin-left: 1rem !important;
  }
  .mx-lg-only-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-lg-only-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .p-lg-only-4 {
    padding: 1rem !important;
  }
  .pt-lg-only-4 {
    padding-top: 1rem !important;
  }
  .pr-lg-only-4 {
    padding-right: 1rem !important;
  }
  .pb-lg-only-4 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-only-4 {
    padding-left: 1rem !important;
  }
  .px-lg-only-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-lg-only-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .m-lg-only-5 {
    margin: 1.25rem !important;
  }
  .mt-lg-only-5 {
    margin-top: 1.25rem !important;
  }
  .mr-lg-only-5 {
    margin-right: 1.25rem !important;
  }
  .mb-lg-only-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-lg-only-5 {
    margin-left: 1.25rem !important;
  }
  .mx-lg-only-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .my-lg-only-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .p-lg-only-5 {
    padding: 1.25rem !important;
  }
  .pt-lg-only-5 {
    padding-top: 1.25rem !important;
  }
  .pr-lg-only-5 {
    padding-right: 1.25rem !important;
  }
  .pb-lg-only-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-lg-only-5 {
    padding-left: 1.25rem !important;
  }
  .px-lg-only-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .py-lg-only-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .m-lg-only-6 {
    margin: 1.5rem !important;
  }
  .mt-lg-only-6 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-only-6 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-only-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-only-6 {
    margin-left: 1.5rem !important;
  }
  .mx-lg-only-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-lg-only-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .p-lg-only-6 {
    padding: 1.5rem !important;
  }
  .pt-lg-only-6 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-only-6 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-only-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-only-6 {
    padding-left: 1.5rem !important;
  }
  .px-lg-only-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-lg-only-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .m-lg-only-7 {
    margin: 1.75rem !important;
  }
  .mt-lg-only-7 {
    margin-top: 1.75rem !important;
  }
  .mr-lg-only-7 {
    margin-right: 1.75rem !important;
  }
  .mb-lg-only-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-lg-only-7 {
    margin-left: 1.75rem !important;
  }
  .mx-lg-only-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .my-lg-only-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .p-lg-only-7 {
    padding: 1.75rem !important;
  }
  .pt-lg-only-7 {
    padding-top: 1.75rem !important;
  }
  .pr-lg-only-7 {
    padding-right: 1.75rem !important;
  }
  .pb-lg-only-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-lg-only-7 {
    padding-left: 1.75rem !important;
  }
  .px-lg-only-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .py-lg-only-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .m-lg-only-8 {
    margin: 2rem !important;
  }
  .mt-lg-only-8 {
    margin-top: 2rem !important;
  }
  .mr-lg-only-8 {
    margin-right: 2rem !important;
  }
  .mb-lg-only-8 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-only-8 {
    margin-left: 2rem !important;
  }
  .mx-lg-only-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .my-lg-only-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .p-lg-only-8 {
    padding: 2rem !important;
  }
  .pt-lg-only-8 {
    padding-top: 2rem !important;
  }
  .pr-lg-only-8 {
    padding-right: 2rem !important;
  }
  .pb-lg-only-8 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-only-8 {
    padding-left: 2rem !important;
  }
  .px-lg-only-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .py-lg-only-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .m-lg-only-9 {
    margin: 2.25rem !important;
  }
  .mt-lg-only-9 {
    margin-top: 2.25rem !important;
  }
  .mr-lg-only-9 {
    margin-right: 2.25rem !important;
  }
  .mb-lg-only-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-lg-only-9 {
    margin-left: 2.25rem !important;
  }
  .mx-lg-only-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .my-lg-only-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .p-lg-only-9 {
    padding: 2.25rem !important;
  }
  .pt-lg-only-9 {
    padding-top: 2.25rem !important;
  }
  .pr-lg-only-9 {
    padding-right: 2.25rem !important;
  }
  .pb-lg-only-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-lg-only-9 {
    padding-left: 2.25rem !important;
  }
  .px-lg-only-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  .py-lg-only-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .m-lg-only-10 {
    margin: 2.5rem !important;
  }
  .mt-lg-only-10 {
    margin-top: 2.5rem !important;
  }
  .mr-lg-only-10 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-only-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-only-10 {
    margin-left: 2.5rem !important;
  }
  .mx-lg-only-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .my-lg-only-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .p-lg-only-10 {
    padding: 2.5rem !important;
  }
  .pt-lg-only-10 {
    padding-top: 2.5rem !important;
  }
  .pr-lg-only-10 {
    padding-right: 2.5rem !important;
  }
  .pb-lg-only-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-lg-only-10 {
    padding-left: 2.5rem !important;
  }
  .px-lg-only-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .py-lg-only-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .m-lg-only-12 {
    margin: 3rem !important;
  }
  .mt-lg-only-12 {
    margin-top: 3rem !important;
  }
  .mr-lg-only-12 {
    margin-right: 3rem !important;
  }
  .mb-lg-only-12 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-only-12 {
    margin-left: 3rem !important;
  }
  .mx-lg-only-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-lg-only-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-lg-only-12 {
    padding: 3rem !important;
  }
  .pt-lg-only-12 {
    padding-top: 3rem !important;
  }
  .pr-lg-only-12 {
    padding-right: 3rem !important;
  }
  .pb-lg-only-12 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-only-12 {
    padding-left: 3rem !important;
  }
  .px-lg-only-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-lg-only-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-lg-only-16 {
    margin: 4rem !important;
  }
  .mt-lg-only-16 {
    margin-top: 4rem !important;
  }
  .mr-lg-only-16 {
    margin-right: 4rem !important;
  }
  .mb-lg-only-16 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-only-16 {
    margin-left: 4rem !important;
  }
  .mx-lg-only-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .my-lg-only-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .p-lg-only-16 {
    padding: 4rem !important;
  }
  .pt-lg-only-16 {
    padding-top: 4rem !important;
  }
  .pr-lg-only-16 {
    padding-right: 4rem !important;
  }
  .pb-lg-only-16 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-only-16 {
    padding-left: 4rem !important;
  }
  .px-lg-only-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .py-lg-only-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .m-lg-only-20 {
    margin: 5rem !important;
  }
  .mt-lg-only-20 {
    margin-top: 5rem !important;
  }
  .mr-lg-only-20 {
    margin-right: 5rem !important;
  }
  .mb-lg-only-20 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-only-20 {
    margin-left: 5rem !important;
  }
  .mx-lg-only-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .my-lg-only-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .p-lg-only-20 {
    padding: 5rem !important;
  }
  .pt-lg-only-20 {
    padding-top: 5rem !important;
  }
  .pr-lg-only-20 {
    padding-right: 5rem !important;
  }
  .pb-lg-only-20 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-only-20 {
    padding-left: 5rem !important;
  }
  .px-lg-only-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .py-lg-only-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media screen and (min-width: 1441px) {
  .m-xl-0 {
    margin: 0rem !important;
  }
  .mt-xl-0 {
    margin-top: 0rem !important;
  }
  .mr-xl-0 {
    margin-right: 0rem !important;
  }
  .mb-xl-0 {
    margin-bottom: 0rem !important;
  }
  .ml-xl-0 {
    margin-left: 0rem !important;
  }
  .mx-xl-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .my-xl-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .p-xl-0 {
    padding: 0rem !important;
  }
  .pt-xl-0 {
    padding-top: 0rem !important;
  }
  .pr-xl-0 {
    padding-right: 0rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0rem !important;
  }
  .pl-xl-0 {
    padding-left: 0rem !important;
  }
  .px-xl-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .py-xl-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  .mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }
  .px-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  .mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }
  .px-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 0.75rem !important;
  }
  .mt-xl-3 {
    margin-top: 0.75rem !important;
  }
  .mr-xl-3 {
    margin-right: 0.75rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xl-3 {
    margin-left: 0.75rem !important;
  }
  .mx-xl-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .my-xl-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .p-xl-3 {
    padding: 0.75rem !important;
  }
  .pt-xl-3 {
    padding-top: 0.75rem !important;
  }
  .pr-xl-3 {
    padding-right: 0.75rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xl-3 {
    padding-left: 0.75rem !important;
  }
  .px-xl-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-xl-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .m-xl-4 {
    margin: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1rem !important;
  }
  .mr-xl-4 {
    margin-right: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-4 {
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .p-xl-4 {
    padding: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1rem !important;
  }
  .pr-xl-4 {
    padding-right: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-4 {
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .m-xl-5 {
    margin: 1.25rem !important;
  }
  .mt-xl-5 {
    margin-top: 1.25rem !important;
  }
  .mr-xl-5 {
    margin-right: 1.25rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xl-5 {
    margin-left: 1.25rem !important;
  }
  .mx-xl-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .my-xl-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .p-xl-5 {
    padding: 1.25rem !important;
  }
  .pt-xl-5 {
    padding-top: 1.25rem !important;
  }
  .pr-xl-5 {
    padding-right: 1.25rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xl-5 {
    padding-left: 1.25rem !important;
  }
  .px-xl-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .py-xl-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .m-xl-6 {
    margin: 1.5rem !important;
  }
  .mt-xl-6 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-6 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-6 {
    margin-left: 1.5rem !important;
  }
  .mx-xl-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-xl-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .p-xl-6 {
    padding: 1.5rem !important;
  }
  .pt-xl-6 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-6 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-6 {
    padding-left: 1.5rem !important;
  }
  .px-xl-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-xl-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .m-xl-7 {
    margin: 1.75rem !important;
  }
  .mt-xl-7 {
    margin-top: 1.75rem !important;
  }
  .mr-xl-7 {
    margin-right: 1.75rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-xl-7 {
    margin-left: 1.75rem !important;
  }
  .mx-xl-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .my-xl-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .p-xl-7 {
    padding: 1.75rem !important;
  }
  .pt-xl-7 {
    padding-top: 1.75rem !important;
  }
  .pr-xl-7 {
    padding-right: 1.75rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-xl-7 {
    padding-left: 1.75rem !important;
  }
  .px-xl-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .py-xl-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .m-xl-8 {
    margin: 2rem !important;
  }
  .mt-xl-8 {
    margin-top: 2rem !important;
  }
  .mr-xl-8 {
    margin-right: 2rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-8 {
    margin-left: 2rem !important;
  }
  .mx-xl-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .my-xl-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .p-xl-8 {
    padding: 2rem !important;
  }
  .pt-xl-8 {
    padding-top: 2rem !important;
  }
  .pr-xl-8 {
    padding-right: 2rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-8 {
    padding-left: 2rem !important;
  }
  .px-xl-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .py-xl-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .m-xl-9 {
    margin: 2.25rem !important;
  }
  .mt-xl-9 {
    margin-top: 2.25rem !important;
  }
  .mr-xl-9 {
    margin-right: 2.25rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-xl-9 {
    margin-left: 2.25rem !important;
  }
  .mx-xl-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .my-xl-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .p-xl-9 {
    padding: 2.25rem !important;
  }
  .pt-xl-9 {
    padding-top: 2.25rem !important;
  }
  .pr-xl-9 {
    padding-right: 2.25rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-xl-9 {
    padding-left: 2.25rem !important;
  }
  .px-xl-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  .py-xl-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .m-xl-10 {
    margin: 2.5rem !important;
  }
  .mt-xl-10 {
    margin-top: 2.5rem !important;
  }
  .mr-xl-10 {
    margin-right: 2.5rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-10 {
    margin-left: 2.5rem !important;
  }
  .mx-xl-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .my-xl-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .p-xl-10 {
    padding: 2.5rem !important;
  }
  .pt-xl-10 {
    padding-top: 2.5rem !important;
  }
  .pr-xl-10 {
    padding-right: 2.5rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xl-10 {
    padding-left: 2.5rem !important;
  }
  .px-xl-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .py-xl-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .m-xl-12 {
    margin: 3rem !important;
  }
  .mt-xl-12 {
    margin-top: 3rem !important;
  }
  .mr-xl-12 {
    margin-right: 3rem !important;
  }
  .mb-xl-12 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-12 {
    margin-left: 3rem !important;
  }
  .mx-xl-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-xl-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-xl-12 {
    padding: 3rem !important;
  }
  .pt-xl-12 {
    padding-top: 3rem !important;
  }
  .pr-xl-12 {
    padding-right: 3rem !important;
  }
  .pb-xl-12 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-12 {
    padding-left: 3rem !important;
  }
  .px-xl-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-xl-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-xl-16 {
    margin: 4rem !important;
  }
  .mt-xl-16 {
    margin-top: 4rem !important;
  }
  .mr-xl-16 {
    margin-right: 4rem !important;
  }
  .mb-xl-16 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-16 {
    margin-left: 4rem !important;
  }
  .mx-xl-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .my-xl-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .p-xl-16 {
    padding: 4rem !important;
  }
  .pt-xl-16 {
    padding-top: 4rem !important;
  }
  .pr-xl-16 {
    padding-right: 4rem !important;
  }
  .pb-xl-16 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-16 {
    padding-left: 4rem !important;
  }
  .px-xl-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .py-xl-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .m-xl-20 {
    margin: 5rem !important;
  }
  .mt-xl-20 {
    margin-top: 5rem !important;
  }
  .mr-xl-20 {
    margin-right: 5rem !important;
  }
  .mb-xl-20 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-20 {
    margin-left: 5rem !important;
  }
  .mx-xl-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .my-xl-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .p-xl-20 {
    padding: 5rem !important;
  }
  .pt-xl-20 {
    padding-top: 5rem !important;
  }
  .pr-xl-20 {
    padding-right: 5rem !important;
  }
  .pb-xl-20 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-20 {
    padding-left: 5rem !important;
  }
  .px-xl-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .py-xl-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1920px) {
  .m-xl-only-0 {
    margin: 0rem !important;
  }
  .mt-xl-only-0 {
    margin-top: 0rem !important;
  }
  .mr-xl-only-0 {
    margin-right: 0rem !important;
  }
  .mb-xl-only-0 {
    margin-bottom: 0rem !important;
  }
  .ml-xl-only-0 {
    margin-left: 0rem !important;
  }
  .mx-xl-only-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .my-xl-only-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .p-xl-only-0 {
    padding: 0rem !important;
  }
  .pt-xl-only-0 {
    padding-top: 0rem !important;
  }
  .pr-xl-only-0 {
    padding-right: 0rem !important;
  }
  .pb-xl-only-0 {
    padding-bottom: 0rem !important;
  }
  .pl-xl-only-0 {
    padding-left: 0rem !important;
  }
  .px-xl-only-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .py-xl-only-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .m-xl-only-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-only-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-only-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-only-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-only-1 {
    margin-left: 0.25rem !important;
  }
  .mx-xl-only-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-xl-only-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .p-xl-only-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-only-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-only-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-only-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-only-1 {
    padding-left: 0.25rem !important;
  }
  .px-xl-only-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-xl-only-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .m-xl-only-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-only-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-only-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-only-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-only-2 {
    margin-left: 0.5rem !important;
  }
  .mx-xl-only-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-xl-only-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .p-xl-only-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-only-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-only-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-only-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-only-2 {
    padding-left: 0.5rem !important;
  }
  .px-xl-only-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-xl-only-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .m-xl-only-3 {
    margin: 0.75rem !important;
  }
  .mt-xl-only-3 {
    margin-top: 0.75rem !important;
  }
  .mr-xl-only-3 {
    margin-right: 0.75rem !important;
  }
  .mb-xl-only-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xl-only-3 {
    margin-left: 0.75rem !important;
  }
  .mx-xl-only-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .my-xl-only-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .p-xl-only-3 {
    padding: 0.75rem !important;
  }
  .pt-xl-only-3 {
    padding-top: 0.75rem !important;
  }
  .pr-xl-only-3 {
    padding-right: 0.75rem !important;
  }
  .pb-xl-only-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xl-only-3 {
    padding-left: 0.75rem !important;
  }
  .px-xl-only-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-xl-only-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .m-xl-only-4 {
    margin: 1rem !important;
  }
  .mt-xl-only-4 {
    margin-top: 1rem !important;
  }
  .mr-xl-only-4 {
    margin-right: 1rem !important;
  }
  .mb-xl-only-4 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-only-4 {
    margin-left: 1rem !important;
  }
  .mx-xl-only-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-xl-only-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .p-xl-only-4 {
    padding: 1rem !important;
  }
  .pt-xl-only-4 {
    padding-top: 1rem !important;
  }
  .pr-xl-only-4 {
    padding-right: 1rem !important;
  }
  .pb-xl-only-4 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-only-4 {
    padding-left: 1rem !important;
  }
  .px-xl-only-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-xl-only-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .m-xl-only-5 {
    margin: 1.25rem !important;
  }
  .mt-xl-only-5 {
    margin-top: 1.25rem !important;
  }
  .mr-xl-only-5 {
    margin-right: 1.25rem !important;
  }
  .mb-xl-only-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xl-only-5 {
    margin-left: 1.25rem !important;
  }
  .mx-xl-only-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .my-xl-only-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .p-xl-only-5 {
    padding: 1.25rem !important;
  }
  .pt-xl-only-5 {
    padding-top: 1.25rem !important;
  }
  .pr-xl-only-5 {
    padding-right: 1.25rem !important;
  }
  .pb-xl-only-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xl-only-5 {
    padding-left: 1.25rem !important;
  }
  .px-xl-only-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .py-xl-only-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .m-xl-only-6 {
    margin: 1.5rem !important;
  }
  .mt-xl-only-6 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-only-6 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-only-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-only-6 {
    margin-left: 1.5rem !important;
  }
  .mx-xl-only-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-xl-only-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .p-xl-only-6 {
    padding: 1.5rem !important;
  }
  .pt-xl-only-6 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-only-6 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-only-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-only-6 {
    padding-left: 1.5rem !important;
  }
  .px-xl-only-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-xl-only-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .m-xl-only-7 {
    margin: 1.75rem !important;
  }
  .mt-xl-only-7 {
    margin-top: 1.75rem !important;
  }
  .mr-xl-only-7 {
    margin-right: 1.75rem !important;
  }
  .mb-xl-only-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-xl-only-7 {
    margin-left: 1.75rem !important;
  }
  .mx-xl-only-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .my-xl-only-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .p-xl-only-7 {
    padding: 1.75rem !important;
  }
  .pt-xl-only-7 {
    padding-top: 1.75rem !important;
  }
  .pr-xl-only-7 {
    padding-right: 1.75rem !important;
  }
  .pb-xl-only-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-xl-only-7 {
    padding-left: 1.75rem !important;
  }
  .px-xl-only-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .py-xl-only-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .m-xl-only-8 {
    margin: 2rem !important;
  }
  .mt-xl-only-8 {
    margin-top: 2rem !important;
  }
  .mr-xl-only-8 {
    margin-right: 2rem !important;
  }
  .mb-xl-only-8 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-only-8 {
    margin-left: 2rem !important;
  }
  .mx-xl-only-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .my-xl-only-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .p-xl-only-8 {
    padding: 2rem !important;
  }
  .pt-xl-only-8 {
    padding-top: 2rem !important;
  }
  .pr-xl-only-8 {
    padding-right: 2rem !important;
  }
  .pb-xl-only-8 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-only-8 {
    padding-left: 2rem !important;
  }
  .px-xl-only-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .py-xl-only-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .m-xl-only-9 {
    margin: 2.25rem !important;
  }
  .mt-xl-only-9 {
    margin-top: 2.25rem !important;
  }
  .mr-xl-only-9 {
    margin-right: 2.25rem !important;
  }
  .mb-xl-only-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-xl-only-9 {
    margin-left: 2.25rem !important;
  }
  .mx-xl-only-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .my-xl-only-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .p-xl-only-9 {
    padding: 2.25rem !important;
  }
  .pt-xl-only-9 {
    padding-top: 2.25rem !important;
  }
  .pr-xl-only-9 {
    padding-right: 2.25rem !important;
  }
  .pb-xl-only-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-xl-only-9 {
    padding-left: 2.25rem !important;
  }
  .px-xl-only-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  .py-xl-only-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .m-xl-only-10 {
    margin: 2.5rem !important;
  }
  .mt-xl-only-10 {
    margin-top: 2.5rem !important;
  }
  .mr-xl-only-10 {
    margin-right: 2.5rem !important;
  }
  .mb-xl-only-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-only-10 {
    margin-left: 2.5rem !important;
  }
  .mx-xl-only-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .my-xl-only-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .p-xl-only-10 {
    padding: 2.5rem !important;
  }
  .pt-xl-only-10 {
    padding-top: 2.5rem !important;
  }
  .pr-xl-only-10 {
    padding-right: 2.5rem !important;
  }
  .pb-xl-only-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xl-only-10 {
    padding-left: 2.5rem !important;
  }
  .px-xl-only-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .py-xl-only-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .m-xl-only-12 {
    margin: 3rem !important;
  }
  .mt-xl-only-12 {
    margin-top: 3rem !important;
  }
  .mr-xl-only-12 {
    margin-right: 3rem !important;
  }
  .mb-xl-only-12 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-only-12 {
    margin-left: 3rem !important;
  }
  .mx-xl-only-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-xl-only-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-xl-only-12 {
    padding: 3rem !important;
  }
  .pt-xl-only-12 {
    padding-top: 3rem !important;
  }
  .pr-xl-only-12 {
    padding-right: 3rem !important;
  }
  .pb-xl-only-12 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-only-12 {
    padding-left: 3rem !important;
  }
  .px-xl-only-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-xl-only-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-xl-only-16 {
    margin: 4rem !important;
  }
  .mt-xl-only-16 {
    margin-top: 4rem !important;
  }
  .mr-xl-only-16 {
    margin-right: 4rem !important;
  }
  .mb-xl-only-16 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-only-16 {
    margin-left: 4rem !important;
  }
  .mx-xl-only-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .my-xl-only-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .p-xl-only-16 {
    padding: 4rem !important;
  }
  .pt-xl-only-16 {
    padding-top: 4rem !important;
  }
  .pr-xl-only-16 {
    padding-right: 4rem !important;
  }
  .pb-xl-only-16 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-only-16 {
    padding-left: 4rem !important;
  }
  .px-xl-only-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .py-xl-only-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .m-xl-only-20 {
    margin: 5rem !important;
  }
  .mt-xl-only-20 {
    margin-top: 5rem !important;
  }
  .mr-xl-only-20 {
    margin-right: 5rem !important;
  }
  .mb-xl-only-20 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-only-20 {
    margin-left: 5rem !important;
  }
  .mx-xl-only-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .my-xl-only-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .p-xl-only-20 {
    padding: 5rem !important;
  }
  .pt-xl-only-20 {
    padding-top: 5rem !important;
  }
  .pr-xl-only-20 {
    padding-right: 5rem !important;
  }
  .pb-xl-only-20 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-only-20 {
    padding-left: 5rem !important;
  }
  .px-xl-only-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .py-xl-only-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media screen and (min-width: 1921px) {
  .m-xxl-0 {
    margin: 0rem !important;
  }
  .mt-xxl-0 {
    margin-top: 0rem !important;
  }
  .mr-xxl-0 {
    margin-right: 0rem !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0rem !important;
  }
  .ml-xxl-0 {
    margin-left: 0rem !important;
  }
  .mx-xxl-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .my-xxl-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .p-xxl-0 {
    padding: 0rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0rem !important;
  }
  .pr-xxl-0 {
    padding-right: 0rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0rem !important;
  }
  .pl-xxl-0 {
    padding-left: 0rem !important;
  }
  .px-xxl-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .py-xxl-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .px-xxl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .px-xxl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 0.75rem !important;
  }
  .mt-xxl-3 {
    margin-top: 0.75rem !important;
  }
  .mr-xxl-3 {
    margin-right: 0.75rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xxl-3 {
    margin-left: 0.75rem !important;
  }
  .mx-xxl-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .my-xxl-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .p-xxl-3 {
    padding: 0.75rem !important;
  }
  .pt-xxl-3 {
    padding-top: 0.75rem !important;
  }
  .pr-xxl-3 {
    padding-right: 0.75rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xxl-3 {
    padding-left: 0.75rem !important;
  }
  .px-xxl-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-xxl-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .m-xxl-4 {
    margin: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1rem !important;
  }
  .mr-xxl-4 {
    margin-right: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-4 {
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1rem !important;
  }
  .pr-xxl-4 {
    padding-right: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-4 {
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .m-xxl-5 {
    margin: 1.25rem !important;
  }
  .mt-xxl-5 {
    margin-top: 1.25rem !important;
  }
  .mr-xxl-5 {
    margin-right: 1.25rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xxl-5 {
    margin-left: 1.25rem !important;
  }
  .mx-xxl-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .my-xxl-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .p-xxl-5 {
    padding: 1.25rem !important;
  }
  .pt-xxl-5 {
    padding-top: 1.25rem !important;
  }
  .pr-xxl-5 {
    padding-right: 1.25rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xxl-5 {
    padding-left: 1.25rem !important;
  }
  .px-xxl-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .py-xxl-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .m-xxl-6 {
    margin: 1.5rem !important;
  }
  .mt-xxl-6 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-6 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-6 {
    margin-left: 1.5rem !important;
  }
  .mx-xxl-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-xxl-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .p-xxl-6 {
    padding: 1.5rem !important;
  }
  .pt-xxl-6 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-6 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-6 {
    padding-left: 1.5rem !important;
  }
  .px-xxl-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-xxl-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .m-xxl-7 {
    margin: 1.75rem !important;
  }
  .mt-xxl-7 {
    margin-top: 1.75rem !important;
  }
  .mr-xxl-7 {
    margin-right: 1.75rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-xxl-7 {
    margin-left: 1.75rem !important;
  }
  .mx-xxl-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .my-xxl-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .p-xxl-7 {
    padding: 1.75rem !important;
  }
  .pt-xxl-7 {
    padding-top: 1.75rem !important;
  }
  .pr-xxl-7 {
    padding-right: 1.75rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-xxl-7 {
    padding-left: 1.75rem !important;
  }
  .px-xxl-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .py-xxl-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .m-xxl-8 {
    margin: 2rem !important;
  }
  .mt-xxl-8 {
    margin-top: 2rem !important;
  }
  .mr-xxl-8 {
    margin-right: 2rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 2rem !important;
  }
  .ml-xxl-8 {
    margin-left: 2rem !important;
  }
  .mx-xxl-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .my-xxl-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .p-xxl-8 {
    padding: 2rem !important;
  }
  .pt-xxl-8 {
    padding-top: 2rem !important;
  }
  .pr-xxl-8 {
    padding-right: 2rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 2rem !important;
  }
  .pl-xxl-8 {
    padding-left: 2rem !important;
  }
  .px-xxl-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .py-xxl-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .m-xxl-9 {
    margin: 2.25rem !important;
  }
  .mt-xxl-9 {
    margin-top: 2.25rem !important;
  }
  .mr-xxl-9 {
    margin-right: 2.25rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-xxl-9 {
    margin-left: 2.25rem !important;
  }
  .mx-xxl-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .my-xxl-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .p-xxl-9 {
    padding: 2.25rem !important;
  }
  .pt-xxl-9 {
    padding-top: 2.25rem !important;
  }
  .pr-xxl-9 {
    padding-right: 2.25rem !important;
  }
  .pb-xxl-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-xxl-9 {
    padding-left: 2.25rem !important;
  }
  .px-xxl-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  .py-xxl-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .m-xxl-10 {
    margin: 2.5rem !important;
  }
  .mt-xxl-10 {
    margin-top: 2.5rem !important;
  }
  .mr-xxl-10 {
    margin-right: 2.5rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xxl-10 {
    margin-left: 2.5rem !important;
  }
  .mx-xxl-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .my-xxl-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .p-xxl-10 {
    padding: 2.5rem !important;
  }
  .pt-xxl-10 {
    padding-top: 2.5rem !important;
  }
  .pr-xxl-10 {
    padding-right: 2.5rem !important;
  }
  .pb-xxl-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xxl-10 {
    padding-left: 2.5rem !important;
  }
  .px-xxl-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .py-xxl-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .m-xxl-12 {
    margin: 3rem !important;
  }
  .mt-xxl-12 {
    margin-top: 3rem !important;
  }
  .mr-xxl-12 {
    margin-right: 3rem !important;
  }
  .mb-xxl-12 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-12 {
    margin-left: 3rem !important;
  }
  .mx-xxl-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-xxl-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-xxl-12 {
    padding: 3rem !important;
  }
  .pt-xxl-12 {
    padding-top: 3rem !important;
  }
  .pr-xxl-12 {
    padding-right: 3rem !important;
  }
  .pb-xxl-12 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-12 {
    padding-left: 3rem !important;
  }
  .px-xxl-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-xxl-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-xxl-16 {
    margin: 4rem !important;
  }
  .mt-xxl-16 {
    margin-top: 4rem !important;
  }
  .mr-xxl-16 {
    margin-right: 4rem !important;
  }
  .mb-xxl-16 {
    margin-bottom: 4rem !important;
  }
  .ml-xxl-16 {
    margin-left: 4rem !important;
  }
  .mx-xxl-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .my-xxl-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .p-xxl-16 {
    padding: 4rem !important;
  }
  .pt-xxl-16 {
    padding-top: 4rem !important;
  }
  .pr-xxl-16 {
    padding-right: 4rem !important;
  }
  .pb-xxl-16 {
    padding-bottom: 4rem !important;
  }
  .pl-xxl-16 {
    padding-left: 4rem !important;
  }
  .px-xxl-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .py-xxl-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .m-xxl-20 {
    margin: 5rem !important;
  }
  .mt-xxl-20 {
    margin-top: 5rem !important;
  }
  .mr-xxl-20 {
    margin-right: 5rem !important;
  }
  .mb-xxl-20 {
    margin-bottom: 5rem !important;
  }
  .ml-xxl-20 {
    margin-left: 5rem !important;
  }
  .mx-xxl-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .my-xxl-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .p-xxl-20 {
    padding: 5rem !important;
  }
  .pt-xxl-20 {
    padding-top: 5rem !important;
  }
  .pr-xxl-20 {
    padding-right: 5rem !important;
  }
  .pb-xxl-20 {
    padding-bottom: 5rem !important;
  }
  .pl-xxl-20 {
    padding-left: 5rem !important;
  }
  .px-xxl-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .py-xxl-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
.mt-gutter {
  margin-top: 1rem !important;
}
@media screen and (min-width: 1201px) {
  .mt-gutter {
    margin-top: 2rem !important;
  }
}

.mb-gutter {
  margin-bottom: 1rem !important;
}
@media screen and (min-width: 1201px) {
  .mb-gutter {
    margin-bottom: 2rem !important;
  }
}

body.menu-open {
  overflow: hidden;
  position: relative;
}

.primary-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background: #3DB700;
  overflow-y: scroll;
  transition: all ease 0.5s;
  transform: translateX(100%);
}
.primary-nav[aria-expanded=true] {
  opacity: 1;
  transform: translateX(0);
}
.primary-nav ul.primary-menu {
  z-index: 998;
  margin: 0;
  padding: 0;
  list-style: none;
}
.primary-nav ul.primary-menu li {
  position: relative;
}
.primary-nav ul.primary-menu li.menu-item-has-children > a {
  margin-right: 0;
}
.primary-nav ul.primary-menu li.menu-item-has-children > a:after {
  border-color: inherit;
}
.primary-nav ul.primary-menu li.current-menu-item > a, .primary-nav ul.primary-menu li.current-menu-parent > a, .primary-nav ul.primary-menu li.current-menu-ancestor > a {
  color: #E68231;
}
.primary-nav ul.primary-menu li a {
  display: block;
  padding: 0.25em 0;
  font-size: 1.25rem;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  transition: all ease 0.5s;
}
.primary-nav ul.primary-menu ul {
  display: none;
  padding: 0.25rem;
  border-radius: 0.25rem;
}
.primary-nav ul.primary-menu ul.toggled-on {
  display: block;
}
.primary-nav ul.primary-menu ul a {
  padding: 0.5em 0;
  font-size: 1rem;
  border-radius: 0.25rem;
}
.primary-nav ul.primary-menu ul ul {
  padding: 0.25em 0;
}
.primary-nav ul {
  list-style: none;
}

.menu-toggle-header {
  padding: 2rem 0.5rem;
  text-align: right;
}

.menu-toggle {
  z-index: 998;
  display: inline-block;
  cursor: pointer;
  position: relative;
  height: 1.5rem;
  padding: 0 2rem 0 0;
  font-size: inherit;
  color: inherit;
  border: 0;
  background: transparent;
}
.menu-toggle:active, .menu-toggle:focus {
  outline: none;
  color: inherit;
  border: none;
}
.menu-toggle:before, .menu-toggle:after {
  content: "";
  position: absolute;
  right: 0;
  height: 0.1875rem;
  border-radius: 0.25rem;
  pointer-events: none;
  background: #333333;
  transition: all ease 0.5s;
  transform-origin: right center;
}
.menu-toggle:before {
  top: 0.125rem;
  width: 1.75rem;
}
.menu-toggle:after {
  top: 0.625rem;
  width: 1.75rem;
  box-shadow: 0 0.5rem 0 0 #333333;
}
.menu-toggle.menu-toggle-close {
  z-index: 999;
  text-align: right;
  color: #ffffff;
}
.menu-toggle.menu-toggle-close:before, .menu-toggle.menu-toggle-close:after {
  right: 0.5rem;
  width: 1.5rem;
  background: #ffffff;
}
.menu-toggle.menu-toggle-close:before {
  top: 1.25rem;
  transform: rotate(45deg);
}
.menu-toggle.menu-toggle-close:after {
  top: 0.175rem;
  box-shadow: 0 0.5rem 2rem 0 transparent;
  transform: rotate(-45deg);
}

.nav-container {
  display: flex;
  justify-content: end;
}

.dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 50px;
  height: 40px;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: all ease 0.5s;
}
.dropdown-toggle:after {
  content: "";
  display: inline-block;
  width: 0.625em;
  height: 0.625em;
  font-size: 1rem;
  border-right: 0.2em solid #ffffff;
  border-bottom: 0.2em solid #ffffff;
  transform: rotate(-45deg);
}
.dropdown-toggle[aria-expanded=true] {
  transform: rotate(90deg);
}

@media screen and (min-width: 1201px) {
  .primary-nav {
    display: block;
    overflow: visible;
    position: unset;
    width: auto;
    height: auto;
    background: transparent;
    transform: translateX(0);
  }
  .primary-nav ul.primary-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    justify-content: center;
    gap: 2rem;
  }
  .primary-nav ul.primary-menu > li {
    flex: 0 1 auto;
  }
  .primary-nav ul.primary-menu > li.current-menu-item > a, .primary-nav ul.primary-menu > li.current-menu-parent > a, .primary-nav ul.primary-menu > li.current-menu-ancestor > a {
    color: #3DB700;
  }
  .primary-nav ul.primary-menu > li a {
    display: block;
    padding: 0;
    color: #333333;
    white-space: nowrap;
    transition: color ease 0.5s;
  }
  .primary-nav ul.primary-menu > li:hover > a, .primary-nav ul.primary-menu > li:focus > a {
    color: #3DB700;
  }
  .primary-nav ul.primary-menu > li ul {
    display: block;
    overflow: hidden;
    position: absolute;
    right: 100vw;
    z-index: 99999;
    min-width: 240px;
    margin: 0.75rem 0 0 0;
    padding: 0.5rem 0;
    text-align: left;
    background: #F0F0F0;
    border-radius: 0.25rem;
    transform: scale(0.85);
    transition: transform ease 0.3s;
  }
  .primary-nav ul.primary-menu > li ul:before {
    content: "";
    position: absolute;
    top: -0.75rem;
    left: 0;
    width: 100%;
    height: 0.75rem;
    background: transparent;
  }
  .primary-nav ul.primary-menu > li ul:after {
    content: "";
    position: absolute;
    top: -0.325rem;
    left: calc(50% - 0.325rem);
    width: 0.75rem;
    height: 0.75rem;
    background: #F0F0F0;
    transform: rotate(45deg);
  }
  .primary-nav ul.primary-menu > li ul li {
    width: 100%;
    text-align: left;
    border-bottom-width: 0;
  }
  .primary-nav ul.primary-menu > li ul li.menu-item-has-children:hover > ul, .primary-nav ul.primary-menu > li ul li.menu-item-has-children:focus > ul {
    right: 0;
  }
  .primary-nav ul.primary-menu > li ul li.menu-item-has-children > a:after {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%) rotate(-45deg);
  }
  .primary-nav ul.primary-menu > li ul li a {
    padding: 0.5rem 1rem;
    font-size: 100%;
    text-align: left;
    color: #333333;
    white-space: pre-wrap;
  }
  .primary-nav ul.primary-menu > li ul li:hover > a {
    color: #3DB700;
  }
  .primary-nav ul.primary-menu > li ul li ul {
    top: -1.25rem;
  }
  .primary-nav ul.primary-menu > li ul li ul:after {
    display: none;
  }
  .primary-nav ul.primary-menu > li ul li ul a {
    font-size: 100%;
  }
  .primary-nav ul.primary-menu > li ul li.menu-item-has-children:hover ul {
    left: 100%;
  }
  .primary-nav .menu-item-has-children:hover > ul, .primary-nav .menu-item-has-children:focus > ul {
    right: unset;
    left: calc(50% - 120px);
    overflow: visible;
    transform: scale(1);
  }
  .primary-nav .menu-item-has-children > a:after {
    content: "";
    font-size: 0.75rem;
    display: inline-block;
    margin-left: 0.5rem;
    width: 0.625em;
    height: 0.625em;
    border-right: 0.2em solid;
    border-bottom: 0.2em solid;
    border-color: #ffffff;
    transform: translateY(-0.25em) rotate(45deg);
  }
  .dropdown-toggle,
  .main-navigation ul .dropdown-toggle.toggled-on,
  .menu-toggle,
  .menu-toggle-header,
  .site-header .social-navigation,
  .site-footer .main-navigation {
    display: none;
  }
}
.modal {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  overflow: auto;
  z-index: 999999;
}

.modal-content {
  position: relative;
  padding: 1.25rem;
  border: 1px solid #888;
  background-color: #fefefe;
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0;
  font-size: 1.5rem;
  color: #aaa;
}

.close-modal:hover,
.close-modal:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal-open {
  display: flex !important;
}

.responsive-object, .wp-block-embed__wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: 0;
  height: auto;
  padding-bottom: 56.25%;
}
.responsive-object iframe,
.responsive-object object,
.responsive-object embed, .wp-block-embed__wrapper iframe,
.wp-block-embed__wrapper object,
.wp-block-embed__wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

iframe {
  position: relative;
  max-width: 100%;
}
iframe:after {
  content: "";
  width: 100%;
  padding-bottom: 100%;
}

.nav-links {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-links .page-numbers {
  position: relative;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  margin-right: 1px;
  text-align: center;
  text-decoration: none;
  background: #EEEEEE;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .nav-links .page-numbers {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
  }
}
.nav-links .page-numbers > * {
  line-height: 1.5 !important;
}
.nav-links .page-numbers:first-child {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.nav-links .page-numbers:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.nav-links .page-numbers:hover {
  text-decoration: none;
  background-color: #EEEEEE;
}
.nav-links .page-numbers.current {
  color: #ffffff;
  background-color: #3DB700;
  z-index: 1;
}
.nav-links.active button {
  color: #ffffff;
  background-color: #3DB700;
  z-index: 1;
}
.nav-links.disabled button {
  color: #747474;
  background-color: #F0F0F0;
  cursor: not-allowed;
  pointer-events: none;
}

.pagination-arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 1em;
  transform: translate(-50%, -50%);
}

table {
  margin-bottom: 2rem;
  border-collapse: collapse;
}
table th {
  text-align: inherit;
}

.table {
  width: 100%;
  max-width: 100%;
}
.table th,
.table td {
  padding: 0.5rem;
  vertical-align: top;
  border-top: 1px solid #F0F0F0;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #F0F0F0;
}
.table tbody + tbody {
  border-top: 2px solid #F0F0F0;
}
.table .table {
  background-color: #F5F5F5;
}

.table-sm th,
.table-sm td {
  padding: 0.25rem;
}

.table-bordered {
  border: 1px solid #F0F0F0;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #F0F0F0;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #F0F0F0;
}

.table-highlight-head thead {
  background: #3DB700;
  color: #ffffff;
}

.table-highlight-left tbody tr td:first-child {
  background: #3DB700;
  color: #ffffff;
}

@media screen and (max-width: 1200px) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

.tab-link-container {
  display: flex;
  width: 100%;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  overflow-x: scroll;
}

.tab-link {
  padding: 0.25rem 0.5rem;
  text-align: center;
  font-size: 0.875rem;
  border: 1px solid #747474;
  border-radius: 0.25rem;
  background: transparent;
  cursor: pointer;
  transition: background ease 0.5s;
}
@media screen and (min-width: 961px) {
  .tab-link {
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
  }
}
.tab-link:hover {
  color: #3DB700;
}
.tab-link:focus {
  outline: none;
}
.tab-link.active {
  color: #ffffff;
  border-color: #3DB700;
  background: #3DB700;
}
.tab-link + .tab-link {
  margin-left: 0.25rem;
}

.tab-content-container {
  margin-bottom: 3rem;
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: inherit;
}

body {
  background-color: #F5F5F5;
  padding-top: 10rem;
}
@media screen and (max-width: 1200px) {
  body {
    padding-top: 8rem;
  }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 1rem;
  color: #3DB700;
}

h1, .h1 {
  font-size: 2rem;
}
@media screen and (min-width: 1441px) {
  h1, .h1 {
    font-size: 3.25rem;
    line-height: 3.25rem;
  }
}

h2, .h2 {
  font-size: 1.75rem;
}
@media screen and (min-width: 1441px) {
  h2, .h2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}

h3, .h3 {
  font-size: 1.5rem;
  line-height: 3rem;
}
@media screen and (min-width: 1441px) {
  h3, .h3 {
    font-size: 1.6875rem;
  }
}

h4, .h4 {
  font-size: 1.5rem;
}
@media screen and (min-width: 1441px) {
  h4, .h4 {
    font-size: 1.75rem;
  }
}

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

h6, .h6 {
  font-size: 1.25rem;
}
@media screen and (min-width: 1441px) {
  h6, .h6 {
    font-size: 1.25rem;
  }
}

p + h1, p + .h1, p + h2, p + .h2, p + h3, p + .h3, p + h4, p + .h4, p + h5, p + .h5, p + h6, p + .h6, ul + h1, ul + .h1, ul + h2, ul + .h2, ul + h3, ul + .h3, ul + h4, ul + .h4, ul + h5, ul + .h5, ul + h6, ul + .h6, ol + h1, ol + .h1, ol + h2, ol + .h2, ol + h3, ol + .h3, ol + h4, ol + .h4, ol + h5, ol + .h5, ol + h6, ol + .h6, blockquote + h1, blockquote + .h1, blockquote + h2, blockquote + .h2, blockquote + h3, blockquote + .h3, blockquote + h4, blockquote + .h4, blockquote + h5, blockquote + .h5, blockquote + h6, blockquote + .h6, figure + h1, figure + .h1, figure + h2, figure + .h2, figure + h3, figure + .h3, figure + h4, figure + .h4, figure + h5, figure + .h5, figure + h6, figure + .h6, object + h1, object + .h1, object + h2, object + .h2, object + h3, object + .h3, object + h4, object + .h4, object + h5, object + .h5, object + h6, object + .h6 {
  margin-top: 2rem;
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
}

h1 > a, .h1 > a, h2 > a, .h2 > a, h3 > a, .h3 > a, h4 > a, .h4 > a, h5 > a, .h5 > a, h6 > a, .h6 > a {
  text-decoration: none;
}

code {
  white-space: pre-wrap;
}

.section-padding-sm {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 961px) {
  .section-padding-sm {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.section-padding {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 961px) {
  .section-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.section-padding-lg {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media screen and (min-width: 961px) {
  .section-padding-lg {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.inner {
  padding: 2rem;
}
@media screen and (min-width: 961px) {
  .inner {
    padding: 3rem;
  }
}
.inner > *:last-child {
  margin-bottom: 0;
}

#silktide-cookie-icon {
  display: none !important;
}

.btn {
  white-space: normal;
  border-radius: 2.25rem;
  padding: 0.75rem 2.5rem;
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .btn {
    font-size: 1rem !important;
    text-align: center;
  }
}

@media screen and (max-width: 1200px) {
  .btn-m {
    display: flex;
    justify-content: center;
  }
}
.site-header {
  background-color: #FFFFFF;
  transition: background-color 0.3s ease;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.06);
}
.site-header.header-scroll-show {
  background-color: #FFFFFF;
  box-shadow: 0 0.5rem 1rem -0.5rem rgba(0, 0, 0, 0.15);
}

.site-header .main-nav {
  padding: 1.25rem;
}
.site-header .primary-nav ul > li a {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #747474;
  padding-left: 4.25rem;
  font-size: 1rem;
}
.site-header .primary-nav ul.primary-menu {
  gap: 0;
}
@media screen and (min-width: 1201px) {
  .site-header .primary-nav .primary-menu > li.mega {
    position: static;
  }
  .site-header .primary-nav .primary-menu > li.mega > .sub-menu {
    display: none;
  }
}
.site-header .mega-panel {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 100vw;
  background: #FFFFFF;
  box-shadow: 0 1rem 1.5rem -0.75rem rgba(0, 0, 0, 0.08);
  padding: 2rem 0 2.25rem;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.site-header .mega-panel.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.site-header .mega-colwrap > .sub-menu {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 3rem;
  padding-left: 1.5rem;
}
.site-header .mega-colwrap > .sub-menu > li {
  list-style: none;
}
.site-header .mega-colwrap > .sub-menu > li.mega-heading > a,
.site-header .mega-colwrap > .sub-menu > li > a {
  display: block;
  margin: 0 0 1rem 0;
  font-size: 1.25rem;
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #1B8C30;
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
.site-header .mega-colwrap > .sub-menu > li.mega-heading > a:after,
.site-header .mega-colwrap > .sub-menu > li > a:after {
  content: "";
  display: block;
  width: 14rem;
  max-width: 100%;
  height: 0.0625rem;
  background: rgba(0, 0, 0, 0.12);
  margin: 2rem 0;
}
.site-header .mega-colwrap > .sub-menu > li > .sub-menu {
  margin: 1.25rem 0 0 0;
  padding-left: 0;
  list-style: none;
}
.site-header .mega-colwrap > .sub-menu > li > .sub-menu > li {
  margin: 0 0 1rem 0;
}
.site-header .mega-colwrap > .sub-menu > li > .sub-menu > li > a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  color: #747474;
  text-decoration: none;
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
}
.site-header .mega-colwrap > .sub-menu > li > .sub-menu > li > a:after {
  content: "›";
  display: inline-block;
  font-size: 1rem;
  transform: translateY(0.0625rem);
}
.site-header .mega-colwrap > .sub-menu > li > .sub-menu > li > a:hover, .site-header .mega-colwrap > .sub-menu > li > .sub-menu > li > a:focus-visible {
  color: #3DB700;
}
@media screen and (max-width: 1200px) {
  .site-header .mega-panel {
    display: none !important;
  }
}
.site-header .site-topbar {
  background: #3DB700;
  padding: 0.5rem 0;
}
.site-header button.recite-me.btn-contrast {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #053349 !important;
  background-color: #F4B739;
  border: none;
  font-size: 1rem;
  line-height: 1.1;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  text-transform: capitalize;
  margin-top: 0.1rem;
}
.site-header .site-search {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
  max-width: 23rem;
  border-radius: 1.5rem;
  padding: 0.25rem;
}
@media screen and (max-width: 1200px) {
  .site-header .site-search {
    display: none;
  }
}
.site-header .site-search_icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.site-header .site-search_icon i {
  font-size: 1rem;
  line-height: 1;
  color: #3DB700;
}
.site-header .site-search_input {
  flex: 1 1 auto;
  min-width: 0;
  border: 0;
  outline: 0;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 1.5rem;
  background: #FFFFFF;
  padding: 0.75rem 7rem 0.75rem 2.25rem;
  margin-bottom: 0;
}
.site-header .site-search_input:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.06) inset;
}
.site-header .site-search_btn {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  position: absolute;
  right: 0.25rem;
  top: 1.65rem;
  transform: translateY(-50%);
  height: 2.8rem;
  border: 0;
  border-radius: 1.5rem;
  padding: 0 1rem;
  font-size: 1rem;
  line-height: 1;
  background: #2A7C01;
  color: #FFFFFF;
  cursor: pointer;
  white-space: nowrap;
  transition: filter 0.25s;
  width: 6.25rem;
}
.site-header .site-search_btn:hover, .site-header .site-search_btn:focus-visible {
  filter: brightness(1.05);
}

@media screen and (max-width: 1200px) {
  .primary-nav {
    background: #1B8C30;
  }
  .site-header .primary-nav .primary-menu > li {
    position: relative !important;
    list-style: none;
  }
  .site-header .primary-nav .primary-menu > li > a {
    display: block;
    padding: 1rem 0rem 0rem !important;
    min-height: 44px;
    line-height: 1.25;
    pointer-events: auto;
    color: #FFFFFF;
  }
  .site-header .primary-nav ul > li a {
    color: #FFFFFF;
    padding-left: 0;
  }
}
.site-footer {
  background: #4B6F86;
  padding: 3rem 0 2.5rem;
  border-radius: 1.5rem 1.5rem 0 0;
}
.site-footer_left {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  color: #FFFFFF;
}
.site-footer_brand {
  display: inline-flex;
  align-items: center;
}
.site-footer_brand img {
  height: auto;
  display: block;
}
.site-footer_phone {
  color: #FFFFFF;
}
.site-footer_phone span {
  display: block;
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-size: 1rem;
}
.site-footer_phone a {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 1.35rem;
}
.site-footer_social {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.site-footer_social > span {
  display: block;
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-size: 1rem;
}
.site-footer_social-list {
  display: flex;
  align-items: center;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer_social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 999rem;
  background: #FFFFFF;
  color: #4B6F86;
  text-decoration: none;
  transition: transform 0.15s ease, filter 0.15s ease;
}
.site-footer_social-link i {
  font-size: 1rem;
  line-height: 1;
  margin-left: 0.1rem;
}
.site-footer_social-link:hover, .site-footer_social-link:focus-visible {
  transform: translateY(-1px);
  filter: brightness(1.05);
}
.site-footer_legal p {
  font-size: 1rem;
  color: #FFFFFF;
  font-weight: 300;
}
.site-footer_legal p + p {
  margin: 0;
}
.site-footer_heading {
  margin: 0;
  font-size: 1.5rem;
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #FFFFFF;
}
.site-footer_rule {
  margin: 2rem 0 2.5rem 0;
  height: 0.0625rem;
  border: 0;
  background: #E2E2E2;
  display: block;
  width: 100%;
  opacity: 0.6;
}
.site-footer_nav .site-footer_nav-cols {
  align-items: flex-start;
}
.site-footer_nav .site-footer_nav-col ul,
.site-footer_nav .site-footer_nav-col .menu,
.site-footer_nav .site-footer_nav-col .footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer_nav .site-footer_nav-col li {
  margin: 0 0 1.75rem 0;
}
.site-footer_nav .site-footer_nav-col a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 300;
}
.site-footer_nav .site-footer_nav-col #open_preferences_center {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #747474;
  font-size: 1rem;
  font-weight: 300;
  color: #ffffff;
  text-decoration: none;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  appearance: none;
}
.site-footer_nav .site-footer_nav-col #open_preferences_center:focus-visible {
  outline: 0.15rem solid currentColor;
  outline-offset: 0.2rem;
  border-radius: 0.25rem;
}
.site-footer_left, .site-footer_right {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1201px) {
  .site-footer_left {
    padding-right: 3rem;
  }
  .site-footer_right {
    padding-left: 3rem;
  }
}

.footer-logos {
  background: #FFFFFF;
  border-radius: 1.5rem;
  padding: 2.25rem 3.25rem;
  box-shadow: 0 1rem 1.5rem -0.75rem rgba(0, 0, 0, 0.08);
}
.footer-logos .splide .splide__track {
  overflow: visible;
}
.footer-logos .splide .splide__list {
  align-items: center;
}
.footer-logos .splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-logos .splide__slide img {
  display: block;
  max-height: 4rem;
  width: auto;
  height: auto;
  filter: none;
}
.footer-logos .splide__pagination {
  display: none;
}
.footer-logos .splide__arrow {
  background-color: transparent;
}
.footer-logos .splide__arrow svg {
  fill: #3DB700;
}

.hero {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  padding: 6rem 5rem;
}
@media screen and (max-width: 1200px) {
  .hero {
    padding: 2rem;
  }
}
.hero .hero_bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  .hero .hero_bg {
    object-position: right;
  }
}
.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.35) 40%, rgba(0, 0, 0, 0.25) 100%);
  pointer-events: none;
  z-index: 1;
  display: none;
}
@media screen and (max-width: 1200px) {
  .hero:after {
    display: block;
  }
}
.hero .container {
  position: relative;
  z-index: 2;
}
.hero_title {
  color: #1B8C30;
  margin: 0 0 1.25rem 0;
}
@media screen and (max-width: 1200px) {
  .hero_title {
    color: #FFFFFF;
    font-size: 1.5rem;
    line-height: normal;
  }
}
@media screen and (max-width: 1200px) {
  .hero h2 {
    color: #FFFFFF;
  }
}
.hero_desc {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  color: #747474;
  margin: 0 0 2rem 0;
  max-width: 31rem;
}
@media screen and (max-width: 1200px) {
  .hero_desc {
    color: #FFFFFF;
  }
}
.hero .btn {
  border-radius: 2.25rem;
  padding: 1rem 2.75rem;
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-size: 1.5rem;
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 1200px) {
  .hero .btn {
    font-size: 1rem;
  }
}

.invert-color .hero_title {
  color: #FFFFFF;
}
@media screen and (max-width: 1200px) {
  .invert-color .hero_title {
    font-size: 1.5rem;
  }
}
.invert-color .hero_desc {
  color: #FFFFFF;
}

.discover .row-gutter {
  row-gap: 2.5rem;
}
.discover .discover_card {
  background: #FFFFFF;
  border-radius: 1.5rem;
  padding: 2.75rem 2.5rem;
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.12);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1rem;
}
.discover .discover_card .discover_media {
  margin-bottom: 0.5rem;
}
.discover .discover_card .discover_media img {
  display: block;
  max-height: 5rem;
  width: auto;
  height: auto;
}
.discover .discover_card .discover_title {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #1B8C30;
  font-size: 1.5rem;
  margin: 1.5rem 0 0 0;
}
.discover .discover_card .discover_desc {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #747474;
  margin: 0 0 0.75rem 0;
}
.discover .discover_card .btn {
  background-color: #1B8C30;
  border: 2px solid #3DB700;
  box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.12);
}
.discover .discover_intro {
  background: #1B8C30;
  color: #FFFFFF;
  display: flex;
  justify-content: end;
}
.discover .discover_intro .discover_intro-text {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-size: 2.5rem;
  line-height: normal;
  color: white;
}
@media screen and (max-width: 1200px) {
  .discover .discover_intro .discover_intro-text {
    font-size: 1.5rem;
  }
}

.stats .stats_title {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-size: 2.5rem;
  color: #1B8C30;
  margin: 0 0 1.25rem 0;
}
.stats .stats_intro {
  margin-bottom: 2rem;
}
.stats .stats_intro .stats_desc {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #747474;
  font-size: 1.15rem;
}
.stats .stats_intro .stats_illustration img {
  display: block;
  max-width: 100%;
  height: auto;
}
.stats .stats_grid > [class*=col-] {
  display: flex;
}
.stats .stats_grid > [class*=col-] .stats_item {
  height: 100px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid #C4C4C4;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .stats .stats_grid > [class*=col-] .stats_item {
    border-right: none;
    padding: 1.25rem 0;
  }
}
@media screen and (min-width: 961px) {
  .stats .stats_grid > .col-lg-3:nth-child(4n) .stats_item {
    border-right: 0;
  }
  .stats .stats_grid > [class*=col-]:last-child .stats_item {
    border-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .stats .stats_grid > .col-6:nth-child(2n) .stats_item {
    border-right: 0;
  }
  .stats .stats_grid > [class*=col-]:last-child .stats_item {
    border-right: 0;
  }
}
.stats .stats_grid > [class*=col-]:first-child .stats_item {
  text-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .stats .stats_grid > [class*=col-]:first-child .stats_item {
    align-items: center;
  }
}
.stats .stats_grid > [class*=col-]:first-child .stats_label {
  padding-left: 0;
}
.stats .stats_item {
  text-align: center;
  align-items: center;
}
.stats .stats_item .stats_value {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #747474;
  font-weight: 800;
  color: #1B8C30;
  font-size: 3.5rem;
  line-height: 1;
  margin: 0 0 0.5rem 0;
}
.stats .stats_item .stats_label {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #747474;
  padding: 0 4rem;
}

.video .video_player {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 1rem 1.5rem -0.75rem rgba(0, 0, 0, 0.12);
  background: #000000;
  aspect-ratio: 16/9;
}
.video .video_player iframe, .video .video_player video, .video .video_player embed {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.advice-line-cta {
  padding: 5rem;
}
@media screen and (max-width: 1200px) {
  .advice-line-cta {
    padding: 2rem;
  }
}
.advice-line-cta h4 {
  color: #FFFFFF;
}
.advice-line-cta .overlay-bullet {
  color: #FFFFFF;
  font-size: 1.25rem;
}
.advice-line-cta .overlay-desc {
  color: #FFFFFF;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.advice-line-cta hr {
  border: 1px solid #009EA2;
  width: 50%;
  margin: 1.25rem 0;
}
.advice-line-cta .btn {
  padding: 0.75rem 2.75rem;
}

.help .help_card {
  background: #FFFFFF;
  border-radius: 1.25rem 1.25rem 0 0;
  padding: 4rem;
  box-shadow: 0 1rem 1.5rem -0.75rem rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 1200px) {
  .help .help_card {
    padding: 2rem;
  }
}
.help_title {
  color: #1B8C30;
}
.help .help_intro {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  margin: 0 0 2rem;
  color: #747474;
}
.help .help_split {
  padding-top: 5rem;
}
@media screen and (max-width: 1200px) {
  .help .help_split {
    padding: 1rem;
  }
}
.help .help_subtitle {
  color: #007174;
  margin: 0 0 1rem;
}
.help h3 {
  color: #007174;
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-size: 1.5rem;
}
.help .help_body {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #747474;
  font-size: 1.25rem;
}
.help .help_image {
  display: block;
  border-radius: 1rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 1201px) {
  .help .help_image {
    margin-top: 0;
  }
}
.help .help_banner {
  background: #1B8C30;
  border-radius: 0 0 0.875rem 0.875rem;
  padding: 1.75rem 5rem;
}
@media screen and (max-width: 1200px) {
  .help .help_banner {
    text-align: center;
    padding: 1rem;
  }
}
.help .help_banner .help_banner-text {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #FFFFFF;
  font-size: 1.75rem;
  margin: 0;
}
.help .help_banner .help_banner-btn {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-size: 1rem;
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.12);
  padding: 0.75rem 2.75rem;
}
@media screen and (max-width: 1200px) {
  .help .help_banner .help_banner-btn {
    margin-top: 1rem;
  }
}

.panel-accredited {
  position: relative;
}
.panel-accredited .panel-accredited__surface {
  background: #007174;
  color: #FFFFFF;
  border-radius: 1.25rem;
  padding: 3.5rem 2rem;
  text-align: center;
}
.panel-accredited .panel-accredited__heading {
  color: #FFFFFF;
  margin: 0 0 1.5rem 0;
}
.panel-accredited .panel-accredited__intro {
  max-width: 60rem;
  margin: 0 auto;
  margin-bottom: 5rem;
  font-size: 1.125rem;
  line-height: 1.8;
}
.panel-accredited .panel-accredited__intro p {
  margin: 0 0 1rem 0;
  font-size: 1.25rem;
}
.panel-accredited .panel-accredited__items-wrap {
  margin-top: -6.75rem;
}
.panel-accredited .panel-accredited__items {
  align-items: stretch;
  margin: 0 auto;
  padding: 0 2rem;
  row-gap: 1rem;
}
.panel-accredited .panel-accredited-card {
  background: #ffffff;
  border-radius: 1rem;
  border: 2px solid #007174;
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.12);
  text-align: center;
  padding: 2.25rem 1.5rem 2rem;
  max-height: 13rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .panel-accredited .panel-accredited-card {
    max-height: 100%;
  }
}
.panel-accredited .panel-accredited-card .panel-accredited-card__icon {
  width: 4rem;
  height: 4rem;
  object-fit: contain;
  margin-bottom: 1.25rem;
  display: block;
}
.panel-accredited .panel-accredited-card .panel-accredited-card__text h3 {
  color: #007174;
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
@media (min-width: 48rem) {
  .panel-accredited .panel-accredited__surface {
    padding: 4rem 3rem;
  }
  .panel-accredited .panel-accredited-card {
    padding: 2.5rem 1.75rem 2.25rem;
  }
}
@media (min-width: 75rem) {
  .panel-accredited .panel-accredited__surface {
    padding: 4.5rem 4rem;
  }
}

.testimonials_stage {
  position: relative;
}
.testimonials_media {
  width: 62%;
  margin-left: auto;
  aspect-ratio: 16/9;
  border-radius: 1.5rem;
  overflow: hidden;
}
.testimonials_media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}
.testimonials_media.is-contain img {
  object-fit: contain;
  background: #f3f5f7;
}
.testimonials_card {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 55%;
  background: #FFFFFF;
  border-radius: 1.5rem;
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.12);
  padding: 3rem 2.5rem 2.5rem 4rem;
  z-index: 2;
}
.testimonials_mark {
  position: absolute;
  width: 3rem;
  height: auto;
}
.testimonials_mark--left {
  left: -1rem;
  top: 1rem;
}
.testimonials_mark--right {
  right: 1.25rem;
  bottom: 1rem;
}
.testimonials_quote {
  color: #1B8C30;
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-size: 1.75rem;
}
@media screen and (max-width: 1200px) {
  .testimonials_quote {
    font-size: 1rem;
  }
}
.testimonials_quote p {
  margin: 0 0 0.75rem 0;
}
.testimonials_cite {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #747474;
  font-size: 1.25rem;
  margin-top: 1rem;
  color: #3DB700;
}
.testimonials_role {
  font-weight: 500;
}
.testimonials blockquote {
  background: none;
  border-left: none;
}
@media screen and (max-width: 1200px) {
  .testimonials_stage {
    min-height: 0;
  }
  .testimonials_media {
    width: 100%;
  }
  .testimonials_card {
    position: relative;
    transform: none;
    width: 100%;
    margin-top: 1rem;
    padding: 2rem 1.5rem 1.75rem 3.25rem;
  }
  .testimonials_mark {
    width: 1.5rem;
  }
  .testimonials_mark--left {
    left: 0.75rem;
    top: 0.75rem;
  }
  .testimonials_mark--right {
    right: 1rem;
    bottom: 0.75rem;
  }
}

.quote-card {
  position: relative;
  border-radius: 1.75rem;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
  overflow: visible;
}
.quote-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #FFFFFF;
  z-index: 0;
  border-radius: inherit;
}
.quote-card_copy {
  position: relative;
  z-index: 2;
  padding: 5rem;
}
@media screen and (max-width: 1200px) {
  .quote-card_copy {
    padding: 1rem;
  }
}
.quote-card_text {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #1B8C30;
  font-size: 1.75rem;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .quote-card_text {
    font-size: 1.25rem;
  }
}
.quote-card_cite {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #747474;
  color: #3DB700;
  margin-top: 1.25rem;
}
.quote-card_media img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.quote-card_mark {
  position: absolute;
  pointer-events: none;
  height: auto;
  z-index: 2;
}
.quote-card_mark--left {
  left: -1rem;
  top: 1rem;
}
.quote-card_mark--right {
  right: -3rem;
  bottom: 1rem;
}
@media screen and (max-width: 1200px) {
  .quote-card_mark {
    position: relative;
  }
  .quote-card_mark--left {
    left: 0rem;
    top: 0rem;
    margin: 1rem 0;
  }
  .quote-card_mark--right {
    bottom: 0;
    right: 0;
    margin: 1rem 0;
  }
}
.quote-card_media {
  position: relative;
  z-index: 1;
  height: 100%;
  overflow: hidden;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.quote-panel {
  overflow-x: clip;
}

.green-banner_surface {
  background: #1B8C30;
  color: #FFFFFF;
  border-radius: 1.5rem;
  padding: 2.25rem 4.25rem;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.08);
}
.green-banner_pack {
  min-width: 0;
}
.green-banner_content {
  padding-left: 2rem;
}
.green-banner_media img {
  display: block;
}
.green-banner_title {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #FFFFFF;
  font-size: 2.25rem;
  margin-bottom: 0;
  line-height: 2.5rem;
}
.green-banner_title h3 {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #FFFFFF;
  font-size: 2.25rem;
  margin-bottom: 0;
  line-height: 2.5rem;
}
.green-banner_title h3 p {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .green-banner_title h3 {
    font-size: 1.75rem;
  }
}
.green-banner_text {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #747474;
  font-size: 1.25rem;
  color: #FFFFFF;
  max-width: 30rem;
}
.green-banner_text p {
  margin: 0;
}
.green-banner .btn {
  padding: 0.75rem 3.25rem;
  font-size: 1.25rem;
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  box-shadow: 0 0.25rem 0.9rem rgba(0, 0, 0, 0.16);
}
.green-banner .btn--tel span {
  font-size: 1.5rem;
}
.green-banner .btn--tel i {
  background: white;
  color: #E68231;
  padding: 0.25rem;
  border-radius: 0.25rem;
  font-size: 1rem;
  margin-right: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .green-banner_surface {
    border-radius: 1.5rem;
    padding: 1.5rem;
  }
  .green-banner_title {
    font-size: 1.25rem;
  }
  .green-banner_pack {
    flex-direction: column;
    text-align: center;
  }
  .green-banner_content {
    padding-left: 0;
  }
  .green-banner_media img {
    width: 3.25rem;
    height: 3.25rem;
  }
  .green-banner .btn {
    margin-top: 1rem;
    padding: 0.75rem 2.5rem;
  }
}

.partners {
  padding: 2.5rem 0;
}
.partners_shell {
  background: #FFFFFF;
  border-radius: 1.75rem;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.partners_body {
  padding: 5rem 7rem;
  background: #FFFFFF;
}
.partners_title {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-size: 1.75rem;
  margin: 0 0 3rem 0;
  text-align: center;
  color: #1B8C30;
}
.partners_logos-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.partners_logos-img {
  display: block;
  width: 100%;
}
.partners .partners_banner {
  background: #007174;
  border-radius: 0 0 0.875rem 0.875rem;
  padding: 1.25rem 5rem;
}
@media screen and (max-width: 1200px) {
  .partners .partners_banner {
    padding: 2rem;
  }
}
.partners .partners_banner .partners_banner-text {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #FFFFFF;
  font-size: 1.75rem;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .partners .partners_banner .partners_banner-text {
    text-align: center;
  }
}
.partners .partners_banner .btn {
  padding: 0.75rem 3.25rem;
  font-size: 1rem;
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  box-shadow: 0 0.25rem 0.9rem rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1200px) {
  .partners_body {
    padding: 2.25rem 1.25rem 1.25rem;
  }
  .partners_title {
    margin-bottom: 1rem;
  }
  .partners_logos-img {
    width: 100%;
  }
  .partners_banner-text {
    text-align: left;
  }
  .partners_banner-actions {
    text-align: left;
  }
  .partners .btn.btn-contrast {
    padding: 1rem 2.75rem;
    margin-top: 1rem;
    font-size: 1rem;
  }
}
@media (min-width: 62rem) {
  .partners_banner-text {
    text-align: left;
  }
  .partners_banner-actions {
    text-align: right;
    margin-top: 0;
  }
}

#featured-news {
  position: relative;
  --slide-gutter: 1.25rem;
}
#featured-news .splide__track {
  overflow: hidden;
}
#featured-news .splide__list {
  margin-left: calc(var(--slide-gutter) * -1);
  margin-right: calc(var(--slide-gutter) * -1);
}
#featured-news .splide__slide {
  position: relative;
  padding-left: var(--slide-gutter);
  padding-right: var(--slide-gutter);
}
#featured-news .featured-news_pager {
  position: absolute;
  left: calc(64% + var(--slide-gutter) + 1.25rem);
  bottom: 1.5rem;
  display: flex;
  gap: 0.5rem;
  z-index: 3;
  pointer-events: none;
}
#featured-news .featured-news_pager .splide__pagination {
  position: static;
  display: flex;
  gap: 0.25rem;
  margin: 0;
  padding: 0;
  pointer-events: auto;
}
#featured-news .splide__pagination__page {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  border: 0.025rem solid #1B8C30;
  background: transparent;
  opacity: 1;
}
#featured-news .splide__pagination__page.is-active {
  box-shadow: inset 0 0 0 0.32rem #1B8C30;
}
@media screen and (max-width: 1200px) {
  #featured-news .splide__track > .featured-news_pager {
    display: none;
  }
  #featured-news .splide__track + .featured-news_pager {
    position: static;
    display: flex;
    justify-content: center;
    margin-top: 0.75rem;
  }
}

.featured-news_wrap {
  position: relative;
}
.featured-news_slide {
  position: relative;
}
.featured-news_media {
  position: relative;
  width: 66%;
  border-radius: 1.25rem;
  overflow: hidden;
}
.featured-news_media img {
  display: block;
  width: 100%;
  height: 25rem;
  object-fit: cover;
}
@media screen and (max-width: 960px) {
  .featured-news_media img {
    height: 100%;
    border-bottom-right-radius: 2.25rem;
  }
}
.featured-news_card {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 54%;
  z-index: 2;
  background: #FFFFFF;
  border-radius: 1.75rem;
  padding: 2rem;
}
@media screen and (max-width: 1200px) {
  .featured-news_card {
    border-radius: 0 1.75rem 1.75rem 1.75rem;
    margin-top: 0rem;
  }
}
.featured-news_date {
  display: inline-block;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  color: #747474;
  margin-bottom: 0.75rem;
}
.featured-news_title {
  margin: 0 0 1rem 0;
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-size: 1.75rem;
  color: #1B8C30;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.featured-news_excerpt {
  color: #747474;
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #747474;
  margin-bottom: 1.25rem;
}
.featured-news_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
}
.featured-news_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999rem;
  padding: 0.95rem 1.6rem;
  font-weight: 800;
  text-decoration: none;
  font-size: 1rem;
}
.featured-news_btn--primary {
  background: #1B8C30;
  color: #FFFFFF;
  border: 0.25rem solid #3DB700;
  padding: 0.75rem 3.25rem;
}
@media screen and (max-width: 1200px) {
  .featured-news_btn--primary {
    padding: 0.95rem 1.6rem;
  }
}
.featured-news_btn--ghost {
  color: #1B8C30;
  border: 0.25rem solid #3DB700;
  background: transparent;
  padding: 0.75rem 3.25rem;
}
@media screen and (max-width: 1200px) {
  .featured-news_btn--ghost {
    padding: 1rem;
  }
}
@media screen and (max-width: 1200px) {
  .featured-news_media {
    width: 100%;
    border-radius: 0rem;
  }
  .featured-news_card {
    position: static;
    transform: none;
    width: 100%;
  }
}

.faqs_shell {
  background: #FFFFFF;
  border-radius: 1.75rem;
  padding: 2rem 5rem;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 1200px) {
  .faqs_shell {
    padding: 2rem;
  }
}
.faqs_header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.25rem;
}
.faqs_icon img {
  display: block;
}
.faqs_title {
  margin: 0;
  color: #1B8C30;
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-size: 1.75rem;
}
@media screen and (max-width: 1200px) {
  .faqs_title {
    font-size: 1.25rem;
  }
}
.faqs_list .accordion {
  padding: 0.75rem 0;
}
.faqs_list .accordion + .accordion {
  border-top: 1.5px solid #e8ebee;
}
.faqs_list .accordion:first-child {
  border-top: 1.5px solid #e8ebee;
}

.accordion .accordion-heading.active, .accordion .accordion-heading:hover {
  background: transparent;
}

.accordion {
  margin-bottom: 0;
}
.accordion .accordion-heading {
  position: relative;
  background: transparent;
  border: 0;
  color: #747474;
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-size: 1.5rem;
  padding: 1.25rem 2.25rem 1.25rem 0;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .accordion .accordion-heading {
    font-size: 1.25rem;
    line-height: normal;
  }
}
.accordion .accordion-heading:hover, .accordion .accordion-heading:focus, .accordion .accordion-heading:focus-visible, .accordion .accordion-heading:active {
  background: transparent !important;
  color: #747474;
  outline: none;
  box-shadow: none;
}
.accordion .accordion-heading:after {
  border-right: 0.22rem solid #3DB700;
  border-bottom: 0.22rem solid #3DB700;
}

.advice-line-hero .hero {
  padding: 5rem;
}
@media screen and (max-width: 1200px) {
  .advice-line-hero .hero {
    padding: 1rem;
  }
}

.advice_left {
  background: #FFFFFF;
  border-radius: 1.5rem;
  padding: 2rem 3.5rem;
  box-shadow: 0 0.6rem 2rem rgba(0, 0, 0, 0.08);
}
.advice_title {
  margin: 0 0 0.5rem 0;
  color: #1B8C30;
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-size: 2rem;
}
.advice_hours {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #747474;
  font-size: 1.25rem;
  margin: 0 0 1rem 0;
  color: #007174;
}
.advice_call {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  border-radius: 2rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none;
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.12);
}
.advice_call-icon {
  background: white;
  color: #E68231;
  padding: 0.25rem;
  border-radius: 0.25rem;
  font-size: 1rem;
  line-height: 1;
}
.advice_call-text {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-size: 1.5rem;
  white-space: nowrap;
}
.advice_form {
  margin-top: 1.5rem;
  background: #FFFFFF;
  border-radius: 1.5rem;
  padding: 2rem;
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.12);
}
.advice_form form {
  margin: 0;
}
.advice_form input, .advice_form textarea, .advice_form select {
  border-radius: 0.5rem;
  background: #FAFAFA;
  padding: 0.75rem;
  color: #000000;
  font-size: 1rem;
}
.advice_form .wpcf7-submit,
.advice_form input[type=submit] {
  border-radius: 2rem;
  font-weight: 800;
  font-size: 1rem;
  padding: 0.5rem 2.75rem;
  background-color: #1B8C30;
  border: 2px solid #3DB700;
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.2);
}
.advice_form h3 {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #1B8C30;
  font-size: 1.75rem;
}
.advice_smallprint {
  margin-top: 1rem;
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #747474;
  font-size: 0.75rem;
  color: #747474;
  line-height: 1.5;
}
.advice_stack {
  display: grid;
  gap: 1.25rem;
}
.advice_card {
  border-radius: 1.25rem;
  padding: 3.5rem 3rem 0rem;
  position: relative;
}
.advice_card--soft {
  background: #D4E8CA;
}
.advice_card--brand {
  background: #1B8C30;
  color: #FFFFFF;
}
.advice_card--brand .advice_card-title {
  color: #FFFFFF;
}
.advice_card--brand .advice_list-item {
  color: #FFFFFF;
}
.advice_card--brand .advice_list-item:before {
  color: #FFFFFF;
}
.advice_card-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}
.advice_card-title {
  margin: 0;
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-size: 2rem;
  color: #007174;
}
.advice_card-icon {
  height: auto;
}
.advice_list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  bottom: 4rem;
}
@media screen and (max-width: 1200px) {
  .advice_list {
    bottom: 0;
  }
}
.advice_list-item {
  position: relative;
  padding-left: 1.1rem;
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #747474;
  font-size: 1.25rem;
  color: #007174;
}
.advice_list-item:not(:last-child) {
  margin-bottom: 2rem;
}
.advice_list-item:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #007174;
}
.advice_list--light-item {
  position: relative;
  padding-left: 1.1rem;
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #747474;
  font-size: 1.25rem;
  color: #FFFFFF;
}
.advice_list--light-item:not(:last-child) {
  margin-bottom: 1.25rem;
}
.advice_list--light-item:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #007174;
}
@media screen and (min-width: 961px) {
  .advice .row-gutter > [class*=col-] {
    display: flex;
  }
  .advice_left, .advice_stack {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .advice_left {
    padding: 1.25rem;
    border-radius: 1rem;
  }
  .advice_card {
    padding: 1.25rem;
    border-radius: 1rem;
  }
  .advice_card-icon {
    width: 4.5rem;
  }
  .advice_title {
    font-size: 1.75rem;
  }
}

.service-hero_frame {
  position: relative;
  border-radius: 2.25rem 2.25rem 1.25rem 1.25rem;
  overflow: hidden;
  background: #FFFFFF;
}
.service-hero_media {
  position: relative;
}
.service-hero_media img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.service-hero_badge {
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  background: #1B8C30;
  color: #FFFFFF;
  border-radius: 0rem 0rem 3rem 0rem;
  padding: 0.75rem 4rem;
  z-index: 3;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .service-hero_badge {
    padding: 0.75rem 1rem;
  }
}
.service-hero_heading {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-size: 2.25rem;
  color: #FFFFFF;
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .service-hero_heading {
    font-size: 1.5rem;
  }
}
.service-hero_panel {
  position: relative;
  background: #FFFFFF;
  border-radius: 1.25rem;
  z-index: 2;
}
.service-hero_panel.has-icon {
  padding: 4rem 2rem 3rem;
}
.service-hero_panel.no-icon {
  padding: 4rem 4rem 2rem;
}
@media screen and (max-width: 1200px) {
  .service-hero_panel.no-icon {
    padding: 2rem 1rem;
  }
}
.service-hero_icon {
  display: block;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .service-hero_icon {
    padding: 1rem 0;
  }
}
.service-hero_text {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #747474;
  font-size: 1.25rem;
  padding: 0 4rem 0rem 0rem;
}
.service-hero_text p {
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .service-hero_text {
    padding: 0rem;
  }
}
.service-hero_attach {
  padding: 0rem 4rem 4rem 4rem;
}
@media screen and (max-width: 1200px) {
  .service-hero_attach {
    padding: 1rem;
    padding-top: 0;
  }
}
@media screen and (max-width: 1200px) {
  .service-hero_badge {
    transform: translateY(48%);
  }
  .service-hero_panel {
    padding: 3rem 1.25rem;
  }
  .service-hero_panel.has-icon {
    padding: 3rem 1rem;
  }
  .service-hero_panel.no-icon {
    padding: 2rem 1rem;
  }
  .service-hero_text {
    padding-top: 1rem;
  }
}

.promos {
  padding: 3rem 0;
}

.promo + .promo {
  margin-top: 3rem;
}
.promo--flip .promo_surface .row-gutter {
  flex-direction: row-reverse;
}
.promo_surface {
  background: #FFFFFF;
  border-radius: 2.25rem;
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.12);
}
.promo_content {
  padding: 4rem;
}
@media screen and (max-width: 1200px) {
  .promo_content {
    padding: 2rem;
  }
}
.promo_title {
  margin: 0 0 0.75rem 0;
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-size: 2.25rem;
  line-height: 2.25rem;
  color: var(--promo-title-col, #1B8C30);
}
@media screen and (max-width: 1200px) {
  .promo_title {
    font-size: 1.75rem;
  }
}
.promo_intro {
  color: #747474;
  font-size: 1.25rem;
  margin: 0.75rem 0 1rem;
  max-width: 33rem;
}
.promo_intro p {
  margin: 0 0 0.75rem 0;
}
.promo .btn {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  border: 2px solid #1B8C30;
  margin-top: 1rem;
}
.promo .accordion-heading.promo_learn {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.promo_media {
  position: relative;
  border-radius: 1rem;
  overflow: visible;
}
.promo_media img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.promo_icon {
  position: absolute;
  left: 12rem;
  bottom: -2rem;
  display: grid;
  place-items: center;
}
.promo_icon img {
  height: auto;
}
@media screen and (max-width: 1440px) {
  .promo_icon {
    left: 6rem;
  }
}
@media screen and (max-width: 960px) {
  .promo_icon {
    left: 6rem;
  }
}
.promo_badge {
  position: absolute;
  right: 7rem;
  bottom: 0rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 11rem;
  height: 11rem;
  padding: 1.5rem;
  text-align: center;
  background: #1B8C30;
  color: #FFFFFF;
  border-radius: 999rem;
  transform: rotate(11deg);
  box-shadow: 0 0.6rem 1.25rem rgba(0, 0, 0, 0.16);
  line-height: normal;
}
@media screen and (max-width: 1200px) {
  .promo_badge {
    width: 8rem;
    height: 8rem;
    padding: 0;
  }
}
@media screen and (max-width: 960px) {
  .promo_badge {
    left: 0;
    bottom: 0rem;
  }
}
.promo_badge .big {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-size: 3.5rem;
}
@media screen and (max-width: 1200px) {
  .promo_badge .big {
    font-size: 1rem;
  }
}
.promo_badge .small {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .promo_badge .small {
    font-size: 1rem;
  }
}
.promo_badge p {
  margin-bottom: 0;
}
.promo_learn i.fa-chevron-right {
  display: inline-block;
  transform: rotate(0deg);
}
.promo_learn.is-open i.fa-chevron-right {
  animation: chevron-open 0.35s ease-in-out forwards;
}
.promo_learn:not(.is-open) i.fa-chevron-right {
  animation: chevron-close 0.35s ease-in-out forwards;
}
.promo .promo_acc {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  opacity: 0;
  transition: grid-template-rows 0.3s ease, opacity 0.3s ease;
  will-change: grid-template-rows, opacity;
  pointer-events: none;
}
.promo .promo_acc__inner {
  min-height: 0;
  padding: 0 5rem 2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .promo .promo_acc__inner {
    padding: 1rem 1rem 2rem;
  }
}
.promo .promo_acc.is-open {
  grid-template-rows: 1fr;
  opacity: 1;
  pointer-events: auto;
}
.promo .promo_acc-features {
  margin: 2rem 0rem;
}
.promo .promo_acc-feature {
  text-align: center;
  padding: 4.25rem;
  border: 2px solid #E68231;
  border-radius: 1.25rem;
  background: #FFFFFF;
  height: 100%;
}
.promo .promo_acc-feature-title {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-size: 1.5rem;
  margin: 0 0 0.75rem 0;
  color: #E68231;
  max-width: 11rem;
  margin: 0 auto;
}
.promo .promo_acc-feature-rule {
  display: block;
  width: 3rem;
  height: 0.125rem;
  margin: 1.75rem auto 1.75rem;
  background: #E68231;
}
.promo .promo_acc-feature-text {
  color: #E68231;
  font-size: 1.25rem;
  margin: 0 auto;
}
.promo .promo_acc-feature-text p {
  margin: 0 0 0.75rem 0;
}
.promo .promo_acc-title {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-size: 1.75rem;
  color: #1B8C30;
}
.promo .promo_acc-intro, .promo .promo_acc-body {
  color: #747474;
  font-size: 1.25rem;
  padding: 2rem 0;
}
.promo .promo_acc-intro p, .promo .promo_acc-body p {
  margin: 0 0 0.75rem 0;
}
.promo .promo_acc-intro a, .promo .promo_acc-body a {
  color: #2f8c3a;
  text-decoration: underline;
}
.promo .promo_acc-image {
  margin: 1rem 0 1.25rem 0;
}
.promo .promo_acc-image img {
  display: block;
  width: 100%;
  height: auto;
}
.promo .promo_acc-actions {
  margin-top: 0.75rem;
}
.promo .promo_acc .btn {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-size: 1.25rem;
  box-shadow: 0 0.75rem 1.25rem -0.75rem rgba(0, 0, 0, 0.1);
  padding: 0.75rem 2.75rem;
  border: none;
}
.promo .promo_smallprint {
  margin-top: 2.5rem;
  font-size: 1rem;
  color: #747474;
}
@media (prefers-reduced-motion: reduce) {
  .promo .promo_acc {
    transition: none;
  }
}

@media screen and (max-width: 960px) {
  .promo .promo_surface .row-gutter {
    flex-direction: column;
  }
  .promo .promo_surface .row-gutter > .col-12.col-lg-5 {
    order: -1;
  }
  .promo .promo_media {
    margin-bottom: 1rem;
  }
}
.benefits_surface {
  background: #007174;
  color: #FFFFFF;
  border-radius: 1.5rem;
  padding: 4rem;
}
.benefits_title {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #FFFFFF;
  font-size: 2.5rem;
  line-height: 2.25rem;
  margin: 0 0 1rem 0;
}
.benefits_content {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.benefits_content p {
  margin: 2rem 0 2rem 0;
}
.benefits_content ul {
  padding: 0rem 1rem;
}
.benefits_content ul li {
  padding-bottom: 1rem;
}
.benefits_content hr {
  border: 0;
  height: 0.125rem;
  background: rgba(255, 255, 255, 0.25);
  margin: 1rem 0;
}
@media (max-width: 61.999rem) {
  .benefits_surface {
    padding: 1.5rem;
    border-radius: 1.25rem;
  }
  .benefits_title {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}

.careers_title {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-size: 2.5rem;
  line-height: 2.375rem;
  color: #1B8C30;
  margin: 0 0 1.75rem 0;
}
.careers_intro {
  color: #747474;
  font-size: 1.0625rem;
  line-height: 1.75rem;
  margin: 0 0 1.5rem 0;
}
.careers_intro p {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #747474;
  font-size: 1.25rem;
  margin: 0;
}
.careers_grid {
  margin-top: 1rem;
}

/* Card */
.careers_grid > [class*=col-] {
  display: flex;
}

.job-card {
  background: #FFFFFF;
  border-radius: 1.5rem;
  border-top-right-radius: 1.75rem;
  border-top-left-radius: 1.75rem;
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.job-card_header {
  background: #1B8C30;
  padding: 2.5rem 3.5rem;
  border-top-left-radius: 1.75rem;
  border-top-right-radius: 1.75rem;
  border-bottom-right-radius: 3.75rem;
  flex: 0 0 auto;
}
.job-card_title {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #FFFFFF;
  font-size: 2rem;
  line-height: 1.75rem;
  margin: 0;
}
.job-card_body {
  padding: 3rem;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}
.job-card_meta {
  list-style: none;
  margin: 0 0 1.25rem 0;
  padding: 0;
}
.job-card_meta li {
  display: flex;
  gap: 0.5rem;
  padding: 0.625rem 0;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.08);
  font-size: 1rem;
  line-height: 1.5rem;
  color: #1B8C30;
}
@media screen and (max-width: 1200px) {
  .job-card_meta li {
    display: block;
  }
}
.job-card_meta li .label {
  color: #1B8C30;
}
.job-card_meta li .value {
  color: #1B8C30;
  font-style: italic;
}
.job-card_desc {
  color: #747474;
  font-size: 1.25rem;
  line-height: 1.7rem;
  padding: 1.5rem 0 2.5rem;
  margin-bottom: 2rem;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 1200px) {
  .job-card_desc {
    font-size: 1rem;
  }
}
.job-card_desc p {
  margin: 0 0 1rem 0;
}
.job-card_desc p:last-child {
  margin-bottom: 0;
}
.job-card_actions {
  margin-top: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}
.job-card_actions .btn {
  padding: 0.875rem 1.25rem;
  border-radius: 999rem;
  text-align: center;
  width: 100%;
}
.job-card_actions .btn-brand {
  border: 2px solid #3DB700;
  background: #1B8C30;
}
@media screen and (max-width: 960px) {
  .job-card_actions .btn-brand {
    padding: 1rem 0.25rem;
  }
}
.job-card_actions .btn--apply::after,
.job-card_actions .btn--download::after {
  content: " >";
}

@media (min-width: 62rem) {
  .careers .col-lg-6 + .col-lg-6 {
    margin-top: 0;
  }
}
@media (max-width: 61.999rem) {
  .job-card {
    border-radius: 1.25rem;
  }
  .job-card_header {
    padding: 1rem 1.125rem 0.875rem;
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
  }
  .job-card_body {
    padding: 1.125rem;
  }
}
.contact-hero .hero_title {
  margin: 0 0 2.25rem 0;
}
.contact-hero .hero_desc {
  margin-top: 2rem;
}

.contact-cta_band {
  background: #1B8C30;
  padding: 4rem 0;
}
.contact-cta_surface {
  background: #FFFFFF;
  border-radius: 2rem;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.06);
  padding: 2rem 2rem 2.5rem;
}
.contact-cta_title {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  text-align: center;
  color: #1B8C30;
  font-size: 2rem;
  line-height: 2.375rem;
  margin: 0 0 1.5rem 0;
}
.contact-cta_form #contact-cta-form .row-gutter,
.contact-cta_form .wpcf7 form .row-gutter {
  margin-bottom: 1rem;
}
.contact-cta_form #contact-cta-form input[type=text],
.contact-cta_form #contact-cta-form input[type=email],
.contact-cta_form #contact-cta-form input[type=tel],
.contact-cta_form #contact-cta-form input[type=url],
.contact-cta_form #contact-cta-form input[type=number],
.contact-cta_form #contact-cta-form textarea,
.contact-cta_form #contact-cta-form select,
.contact-cta_form .wpcf7 form input[type=text],
.contact-cta_form .wpcf7 form input[type=email],
.contact-cta_form .wpcf7 form input[type=tel],
.contact-cta_form .wpcf7 form input[type=url],
.contact-cta_form .wpcf7 form input[type=number],
.contact-cta_form .wpcf7 form textarea,
.contact-cta_form .wpcf7 form select {
  background: #FAFAFA;
  border-radius: 0.625rem;
  padding: 0.875rem 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.contact-cta_form #contact-cta-form input[type=text]:focus,
.contact-cta_form #contact-cta-form input[type=email]:focus,
.contact-cta_form #contact-cta-form input[type=tel]:focus,
.contact-cta_form #contact-cta-form input[type=url]:focus,
.contact-cta_form #contact-cta-form input[type=number]:focus,
.contact-cta_form #contact-cta-form textarea:focus,
.contact-cta_form #contact-cta-form select:focus,
.contact-cta_form .wpcf7 form input[type=text]:focus,
.contact-cta_form .wpcf7 form input[type=email]:focus,
.contact-cta_form .wpcf7 form input[type=tel]:focus,
.contact-cta_form .wpcf7 form input[type=url]:focus,
.contact-cta_form .wpcf7 form input[type=number]:focus,
.contact-cta_form .wpcf7 form textarea:focus,
.contact-cta_form .wpcf7 form select:focus {
  border-color: rgba(27, 140, 48, 0.45);
  box-shadow: 0 0 0 3px rgba(27, 140, 48, 0.12);
}
.contact-cta_form #contact-cta-form input[type=text]::placeholder,
.contact-cta_form #contact-cta-form input[type=email]::placeholder,
.contact-cta_form #contact-cta-form input[type=tel]::placeholder,
.contact-cta_form #contact-cta-form input[type=url]::placeholder,
.contact-cta_form #contact-cta-form input[type=number]::placeholder,
.contact-cta_form #contact-cta-form textarea::placeholder,
.contact-cta_form #contact-cta-form select::placeholder,
.contact-cta_form .wpcf7 form input[type=text]::placeholder,
.contact-cta_form .wpcf7 form input[type=email]::placeholder,
.contact-cta_form .wpcf7 form input[type=tel]::placeholder,
.contact-cta_form .wpcf7 form input[type=url]::placeholder,
.contact-cta_form .wpcf7 form input[type=number]::placeholder,
.contact-cta_form .wpcf7 form textarea::placeholder,
.contact-cta_form .wpcf7 form select::placeholder {
  color: #747474;
}
.contact-cta_form #contact-cta-form textarea,
.contact-cta_form .wpcf7 form textarea {
  min-height: 9rem;
  resize: vertical;
}
.contact-cta_form .btn-brand {
  border: 2px solid #3DB700;
  background-color: #1B8C30;
}
.contact-cta_form .wpcf7 form .wpcf7-submit {
  display: inline-block;
  margin: 0 auto;
}
.contact-cta_form .wpcf7 form .wpcf7-spinner {
  display: block;
  position: static;
  margin: 0.35rem auto 0;
  float: none;
}
.contact-cta_note {
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 1.4;
  margin: 0.75rem 0 0;
  padding: 0 0.5rem;
  padding: 1rem 0rem;
}

.split .row-gutter {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 960px) {
  .split .row-gutter {
    flex-direction: column;
  }
}
.split .col-12 {
  display: flex;
}
.split_media, .split_panel {
  height: 100%;
  width: 100%;
}
.split_media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 1.5rem;
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.12);
}
.split_panel {
  background: #FFFFFF;
  border-radius: 1.5rem;
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.12);
  padding: 4.25rem 3.5rem;
}
@media screen and (max-width: 1200px) {
  .split_panel {
    padding: 2rem;
  }
}
.split_head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .split_head {
    align-items: center;
  }
}
.split_title {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #007174;
  font-size: 2.25rem;
  line-height: 2rem;
  margin: 0;
}
.split_icon img {
  width: 100%;
  height: auto;
}
.split_content {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #747474;
  color: #007174;
  font-size: 1.5rem;
  line-height: 1.7;
  margin-top: -3rem;
}
@media screen and (max-width: 1200px) {
  .split_content {
    margin-top: 0;
  }
}
@media screen and (max-width: 1200px) {
  .split_title {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
  .split strong {
    font-size: 1.25rem;
  }
  .split li {
    font-size: 1rem;
  }
}
@media screen and (max-width: 960px) {
  .split ul {
    list-style: none;
    padding-left: 0;
  }
}

.map-hero_frame {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.12);
}
.map-hero_map {
  position: relative;
}
.map-hero_img {
  position: relative;
}
.map-hero_img:before {
  content: "";
  display: block;
  padding-top: 38%;
}
.map-hero_img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.map-hero_card {
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  background: #007174;
  color: #FFFFFF;
  border-radius: 1.75rem;
  padding: 3rem;
  width: min(25rem, 90%);
  box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.18);
}
@media (max-width: 61.999rem) {
  .map-hero_card {
    left: 1rem;
    right: 1rem;
    width: auto;
    border-radius: 1.25rem;
    padding: 1.25rem 1.25rem 1.5rem;
    top: auto;
    bottom: 1rem;
    transform: none;
    text-align: center;
  }
}
.map-hero_title {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  margin: 0 0 1rem 0;
  font-size: 2.25rem;
  line-height: 2.25rem;
  color: #FFFFFF;
}
.map-hero_address {
  font-style: normal;
  line-height: 1.75rem;
  font-size: 1.0625rem;
  margin: 0 0 2.25rem 0;
  opacity: 0.95;
}
@media (max-width: 61.999rem) {
  .map-hero_card {
    left: 1rem;
    right: 1rem;
    width: auto;
    border-radius: 1.25rem;
    padding: 1.25rem 1.25rem 1.5rem;
  }
  .map-hero_title {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
.map-hero .btn {
  background-color: #1B8C30;
  border: 2px solid #3DB700;
}

.green-banner .orange {
  background-color: #E68231;
}
.green-banner .orange .btn.btn-contrast {
  background-color: #FFFFFF;
  color: #E68231 !important;
}

.is-hidden {
  display: none;
}

.row-gutter .is-hidden {
  display: none !important;
}

.case-grid .row-gutter > [class*=col-] {
  display: flex;
  margin-bottom: 2rem;
}

.case-card {
  background: #FFFFFF;
  border-radius: 2.25rem;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.06);
  overflow: hidden;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 1 1 auto;
}
.case-card_media {
  display: block;
  position: relative;
  overflow: hidden;
}
.case-card_media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-bottom-right-radius: 14rem;
}
.case-card_body {
  position: relative;
  padding: 2.5rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.case-card_title {
  margin: 0 0 0.5rem;
}
.case-card_title a {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-size: 2rem;
  line-height: 0.5rem;
  color: #1B8C30;
  text-decoration: none;
}
.case-card_excerpt {
  color: #747474;
  font-size: 1.25rem;
  line-height: 1.6rem;
  margin: 1.5rem 0 1.5rem;
}
.case-card_cta {
  border: 0.125rem solid #1B8C30;
  color: #747474;
  border-radius: 999rem;
  padding: 0.75rem 2.75rem;
  display: inline-block;
  text-decoration: none;
  margin-top: auto;
  align-self: flex-start;
}
.case-card--teaser {
  background: transparent;
  box-shadow: none;
  border-radius: 1.5rem;
}
.case-card--teaser .case-card_media {
  border-radius: 1.5rem;
}
.case-card--teaser .case-card_media::before {
  content: "";
  position: absolute;
  inset: 50% 0 0 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 55%, #fff 100%);
  pointer-events: none;
}
.case-card--teaser .case-card_body {
  display: none;
}

/* Pagination */
.pagination-wrap {
  margin-top: 2rem;
  text-align: center;
}
.pagination-wrap .page-numbers {
  display: inline-flex;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagination-wrap .page-numbers li {
  display: inline-block;
}
.pagination-wrap .page-numbers a,
.pagination-wrap .page-numbers span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0 0.75rem;
  border: 1px solid #d9e2e1;
  border-radius: 999rem;
  background: #ffffff;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  color: #143e3c;
  box-shadow: 0 0.0625rem 0.25rem rgba(0, 0, 0, 0.06);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.pagination-wrap .page-numbers a:hover,
.pagination-wrap .page-numbers span:hover {
  background: #eef6f5;
  border-color: #c8d6d4;
  color: #0e2e2c;
  text-decoration: none;
}
.pagination-wrap .page-numbers a:focus,
.pagination-wrap .page-numbers span:focus {
  outline: none;
  box-shadow: 0 0 0 0.1875rem rgba(8, 136, 120, 0.25);
}
.pagination-wrap .page-numbers a.current,
.pagination-wrap .page-numbers span.current {
  background: #088878;
  border-color: #088878;
  color: #ffffff;
  cursor: default;
  box-shadow: none;
}
.pagination-wrap .page-numbers a.dots,
.pagination-wrap .page-numbers span.dots {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  color: #6e7e7c;
  cursor: default;
}
.pagination-wrap .page-numbers a.prev, .pagination-wrap .page-numbers a.next,
.pagination-wrap .page-numbers span.prev,
.pagination-wrap .page-numbers span.next {
  padding: 0 0.875rem;
}
.pagination-wrap .page-numbers a.prev[aria-disabled=true], .pagination-wrap .page-numbers a.next[aria-disabled=true],
.pagination-wrap .page-numbers span.prev[aria-disabled=true],
.pagination-wrap .page-numbers span.next[aria-disabled=true] {
  opacity: 0.45;
  pointer-events: none;
}
@media (max-width: 37.5rem) {
  .pagination-wrap .page-numbers {
    gap: 0.375rem;
  }
  .pagination-wrap .page-numbers a,
  .pagination-wrap .page-numbers span {
    min-width: 2.25rem;
    height: 2.25rem;
    padding: 0 0.5rem;
    font-size: 0.875rem;
  }
}

.case-grid_more.btn.btn-outline {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  border: 1px solid #007174;
  color: #007174;
  border-radius: 999rem;
  text-decoration: none;
  font-size: 1rem;
}

@media (max-width: 61.999rem) {
  .case-card {
    border-radius: 1rem;
  }
  .case-card_media img {
    height: 14rem;
  }
  .case-card_media::after {
    width: 14rem;
    height: 14rem;
    top: -40%;
    right: -40%;
  }
  .case-card--teaser .case-card_media {
    border-radius: 1rem;
  }
}
.single-post .service-hero_badge {
  background: #007174;
}
.single-post .cs_rich strong {
  color: #007174;
  font-size: 1.75rem;
}
@media screen and (max-width: 1200px) {
  .single-post .cs_rich strong {
    font-size: 1.5rem;
  }
}
.single-post h2 {
  color: #007174;
}

.single-case-study .service-hero_badge {
  background: #1B8C30;
}
.single-case-study .cs_rich strong {
  color: #1B8C30;
  font-size: 1.75rem;
}
.single-case-study h2 {
  color: #1B8C30;
}

.cs {
  margin-top: -4rem;
  position: relative;
  z-index: 3;
  border-bottom-left-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
}
.cs .inner-case-studies {
  max-width: 60rem;
}
.cs_title {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-size: 2.25rem;
  color: #1B8C30;
}
.cs h3 {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-size: 1.75rem;
  margin: 0 0 1rem 0;
  color: #1B8C30;
}
.cs_meta {
  margin: 0 0 1.25rem 0;
  padding: 0;
  list-style: none;
  max-width: 34rem;
}
.cs_meta-item {
  align-items: baseline;
  padding: 1rem 0;
  border-bottom: 1px solid #e8ebee;
}
.cs_meta-item:first-child {
  border-top: 1px solid #e8ebee;
}
.cs_meta-label {
  color: #1B8C30;
  font-size: 1rem;
}
.cs_meta-value {
  color: #3DB700;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
}
.cs_quote {
  position: relative;
  display: grid;
  gap: 0.25rem;
  background: #3DB700;
  color: #FFFFFF;
  border-radius: 1.25rem;
  padding: 1.1rem 3.25rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08);
  margin: 1rem 0 1.75rem 0;
}
.cs_quote-text {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-size: 1.75rem;
}
@media screen and (max-width: 1200px) {
  .cs_quote-text {
    font-size: 1.25rem;
  }
}
.cs_quote-cite {
  color: #a6dfb0;
  font-size: 0.95rem;
}
.cs_quote-mark {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  fill: rgba(255, 255, 255, 0.9);
}
.cs_quote-mark--open {
  left: 0.9rem;
  top: 0.9rem;
}
.cs_quote-mark--close {
  right: 0.9rem;
  bottom: 0.9rem;
}
.cs_block {
  margin: 2rem 0;
}
.cs strong {
  margin: 0 0 0.75rem 0;
  font-weight: 800;
  color: #2f8c3a;
  font-size: 1.35rem;
}
.cs_video {
  margin-top: 1rem;
}
.cs_video iframe, .cs_video video {
  display: block;
  width: 100%;
  height: 500px;
  border: 0;
  border-radius: 1.25rem;
}
.cs .accordion {
  border-top: 1.5px solid #e8ebee;
}
.cs .accordion .accordion-heading {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #1B8C30;
  font-size: 1.5rem;
}
.cs .accordion:first-child {
  border-top: 1.5px solid #e8ebee;
}
.cs .accordion:last-child {
  border-bottom: 1.5px solid #e8ebee;
}
@media screen and (max-width: 1200px) {
  .cs_title {
    font-size: 1.5rem;
  }
  .cs_meta-item {
    grid-template-columns: 8.5rem 1fr;
  }
  .cs_quote {
    padding: 1rem 2.5rem;
  }
  .cs_quote-mark {
    width: 1.3rem;
    height: 1.3rem;
  }
}

.case-studies-news img {
  height: 43vh;
}
@media screen and (max-width: 1200px) {
  .case-studies-news img {
    height: auto;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }
}

.blog-page .js-case-grid > [class*=col-] {
  display: flex;
}
.blog-page .case-card {
  position: relative;
  background: #007174;
  border-radius: 2.5rem;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.blog-page .case-card_media {
  position: relative;
  display: block;
  z-index: 3;
}
.blog-page .case-card_media img {
  display: block;
  width: 100%;
  height: 20rem;
}
@media screen and (max-width: 1200px) {
  .blog-page .case-card_media img {
    height: auto;
  }
}
.blog-page .case-card_media .case-card_date {
  position: relative;
  left: 0;
  top: -1.25rem;
  background: #FFFFFF;
  color: #007174;
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-size: 0.95rem;
  padding: 0.5rem 1rem;
  border-radius: 0 1rem 1rem 0;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  white-space: nowrap;
  z-index: 4;
  border: none;
  display: inline-block;
  text-decoration: none;
}
.blog-page .case-card_media:hover, .blog-page .case-card_media:focus {
  text-decoration: none;
}
.blog-page .case-card_title a {
  color: #FFFFFF;
  text-decoration: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 2.4em;
  line-height: 1.2;
  word-break: break-word;
}
.blog-page .case-card_excerpt {
  color: #FFFFFF;
}
.blog-page .case-card_cta.btn {
  margin-top: auto;
  border: 0;
  background: #FFFFFF;
  color: #007174;
}
.blog-page .case-card--teaser .case-card_date {
  display: none;
}
.blog-page .case-card--teaser .case-card_media {
  height: 15rem;
  overflow: hidden;
}
.blog-page .case-card--teaser .case-card_media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 10%;
}
.blog-page .case-card--teaser .case-card_media:before {
  inset: 70% 0 0 0;
}
@media screen and (max-width: 1200px) {
  .blog-page .case-card_body {
    padding: 1.25rem;
  }
  .blog-page .case-card_media .case-card_date {
    bottom: -0.7rem;
  }
}

.posts strong {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-size: 1.5rem;
  color: #007174;
}

.eco {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.eco_panel {
  background-color: #007174;
  border-radius: 2rem;
  color: #FFFFFF;
}
.eco_title {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-size: 2.25rem;
  margin: 0 0 1.5rem;
  color: #FFFFFF;
}
@media screen and (max-width: 1200px) {
  .eco_title {
    font-size: 2rem;
  }
}
.eco_wysiwyg {
  font-size: 1.25rem;
  line-height: 1.25;
}
.eco_wysiwyg p {
  margin: 0 0 1.5rem;
}
.eco_wysiwyg p:last-child {
  margin-bottom: 0;
}
.eco_media {
  margin-top: 2rem;
}
@media screen and (min-width: 1201px) {
  .eco_media {
    margin-top: 0;
  }
}
.eco_img {
  display: block;
  max-width: 100%;
  height: auto;
}

.scale {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.scale_panel {
  background: #FFFFFF;
  border-radius: 2.5rem;
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.12);
  min-height: 28rem;
}
.scale_title {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-size: 2.25rem;
  margin: 0 0 1.5rem;
  color: #1B8C30;
}
@media screen and (max-width: 1200px) {
  .scale_title {
    font-size: 2rem;
  }
}
.scale_intro {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #747474;
}
.scale_intro p {
  margin: 0 0 1.5rem;
  font-size: 1.25rem;
}
.scale_intro p:last-child {
  margin-bottom: 0;
}
.scale_cards {
  margin-top: -11rem;
}
@media screen and (max-width: 1200px) {
  .scale_cards {
    margin-top: 2rem;
  }
}
.scale_card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #FFFFFF;
  border: 0.125rem solid #1B8C30;
  border-radius: 1.5rem;
  text-align: center;
  box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.06);
}
@media screen and (min-width: 1201px) {
  .scale_card {
    min-height: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .scale_card {
    margin-bottom: 1rem;
  }
}
.scale_card-title {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-size: 2rem;
  line-height: 2.25rem;
  margin: 0 0 1.5rem;
  color: #1B8C30;
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .scale_card-title {
    font-size: 1.75rem;
  }
}
.scale_card-sub {
  margin: 0.75rem 0 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #000000;
}

.goals {
  background: #1B8C30;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.goals_head {
  color: #FFFFFF;
}
.goals_title {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-size: 2rem;
  line-height: 2.25rem;
  margin: 0 0 1.5rem;
  color: #FFFFFF;
}
@media screen and (min-width: 961px) {
  .goals_title {
    font-size: 2.25rem;
  }
}
.goals_intro {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #747474;
  color: #FFFFFF;
}
.goals_intro p {
  margin: 0 0 1.25rem;
  font-size: 1.25rem;
}
.goals_intro p:last-child {
  margin-bottom: 0;
}
.goals_item {
  background: #FFFFFF;
  border-radius: 3rem;
  box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 1200px) {
  .goals_item {
    border-top-left-radius: 7rem;
  }
}
.goals_media {
  border-radius: 1.25rem;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .goals_media {
    margin-bottom: 1.5rem;
  }
}
.goals_img {
  display: block;
  width: 100%;
  height: auto;
}
.goals_copy {
  padding: 4rem;
  color: #747474;
}
@media screen and (max-width: 1200px) {
  .goals_copy {
    padding: 2rem;
  }
}
.goals_heading {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-size: 2rem;
  padding-bottom: 1rem;
  color: #1B8C30;
}
.goals_wysiwyg {
  font-size: 1.25rem;
  line-height: 1.8;
  color: #747474;
}
.goals_wysiwyg p {
  margin: 0 0 1.25rem;
}
.goals_wysiwyg p:last-child {
  margin-bottom: 0;
}

.journey {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.journey_title {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-size: 2.25rem;
  line-height: 2.25rem;
  padding-bottom: 1rem;
  color: #007174;
}
.journey_intro {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #747474;
  color: #747474;
}
.journey_intro p {
  margin: 0 0 1.25rem;
  font-size: 1.25rem;
}
.journey_intro p:last-child {
  margin-bottom: 0;
}
.journey_slider-bleed-right {
  margin-right: calc(50% - 50vw);
  overflow: visible;
}
.journey_slider .splide__list {
  align-items: stretch;
}
.journey_slider .splide__slide {
  display: flex;
}
.journey_card {
  width: 15.75rem;
  border-radius: 2rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.journey_media {
  overflow: hidden;
}
.journey_img {
  display: block;
  width: 100%;
  height: auto;
}
.journey_body {
  background: #007174;
  color: #FFFFFF;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  min-height: 12rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.journey_year {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-size: 1.5rem;
  margin: 0 0 0.5rem;
}
.journey_text {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #747474;
  font-size: 1.2rem;
  color: #FFFFFF;
}
.journey_text p {
  margin: 0;
}

.values {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.values_panel {
  background: #FFFFFF;
  border-radius: 2.5rem;
  box-shadow: 0 0.25rem 1.5rem rgba(0, 0, 0, 0.05);
  text-align: center;
  position: relative;
  height: 30rem;
}
@media screen and (max-width: 1200px) {
  .values_panel {
    height: auto;
  }
}
.values_title {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-size: 2.25rem;
  line-height: 2.25rem;
  padding-bottom: 1rem;
  color: #007174;
}
.values_intro {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #747474;
  color: #747474;
}
.values_cards {
  margin-top: -19rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .values_cards {
    margin-top: -2rem;
  }
}
.values p {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #747474;
  font-size: 1.25rem;
}
.values_card {
  background: #FFFFFF;
  border: 0.125rem solid #1B8C30;
  border-radius: 1.5rem;
  box-shadow: 0 0.75rem 1.25rem rgba(0, 0, 0, 0.08);
  text-align: center;
  min-height: 18rem;
}
@media screen and (min-width: 961px) {
  .values_card {
    min-height: 19rem;
  }
}
.values_card-title {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #1B8C30;
}
.values_card-text {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #747474;
  color: #747474;
  font-size: 1rem;
}
.values_footer {
  text-align: center;
}
.values_note {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #747474;
  font-size: 1.25rem;
  color: #747474;
  max-width: 40rem;
  margin: 0 auto;
  padding-bottom: 1rem;
}
.values .btn {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-size: 1.5rem;
}
.values .btn i {
  background: white;
  color: #E68231;
  padding: 0.25rem;
  border-radius: 0.25rem;
  line-height: 1;
  font-size: 1rem;
  margin-right: 0.5rem;
}

.cic_panel {
  background: #007174;
  border-radius: 2rem;
  color: #FFFFFF;
}
.cic_copy {
  padding: 5rem;
}
@media screen and (max-width: 1200px) {
  .cic_copy {
    padding: 2rem;
  }
}
.cic_title {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-size: 2.25rem;
  line-height: 2.25rem;
  padding-bottom: 1rem;
  color: #FFFFFF;
}
.cic_wysiwyg {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #747474;
  color: #FFFFFF;
}
.cic_wysiwyg p {
  font-size: 1.25rem;
}
.cic_wysiwyg p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .cic_media {
    margin-top: 1.5rem;
  }
}
.cic_media-wrap {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
}
.cic_img {
  display: block;
  width: 100%;
  height: auto;
}
.cic_badge {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFFFFF;
  border-radius: 999rem;
  box-shadow: 0 0.75rem 1.25rem rgba(0, 0, 0, 0.15);
  padding: 1rem 1.25rem;
  min-width: 11.25rem;
  height: 11.25rem;
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
}
.cic_badge-top {
  font-size: 1.25rem;
}
.cic_badge-value {
  display: block;
  font-size: 3rem;
  line-height: 1;
}
.cic_badge-sub {
  display: block;
  font-size: 1.25rem;
}
.cic_badge--one {
  background: #E68231;
  bottom: 20rem;
  left: 5rem;
  z-index: 1;
  transform: rotate(14deg);
  transform-origin: 50% 50%;
  will-change: transform;
}
@media screen and (max-width: 1200px) {
  .cic_badge--one {
    bottom: 2rem;
  }
}
.cic_badge--two {
  background: #1B8C30;
  bottom: 11rem;
  left: 9.25rem;
  transform: rotate(-6deg);
  transform-origin: 50% 50%;
  will-change: transform;
}
@media screen and (max-width: 1200px) {
  .cic_badge--two {
    left: 1.5rem;
  }
}

.fund_panel {
  background: #1B8C30;
  border-radius: 2.5rem;
  color: #FFFFFF;
  position: relative;
  min-height: 24rem;
}
.fund_title {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  color: #FFFFFF;
}
.fund_intro {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #747474;
  color: #FFFFFF;
  margin: 0 auto;
}
.fund_intro p {
  font-size: 1.25rem;
}
.fund_intro p:last-child {
  margin-bottom: 0;
}
.fund_cards {
  position: relative;
  margin-top: -13rem;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .fund_cards {
    margin-top: 3rem;
  }
}
.fund_card {
  background: #FFFFFF;
  border-radius: 1.25rem;
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.12);
  border: 0.125rem solid rgba(61, 183, 0, 0.45);
  outline: 0.25rem solid #FFFFFF;
  outline-offset: -0.5rem;
}
.fund_card-title {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-size: 1.5rem;
  line-height: 1.75rem;
  color: #1B8C30;
}
@media screen and (max-width: 1200px) {
  .fund_card {
    margin-bottom: 1rem;
  }
}
.fund_amount {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-size: 4rem;
  line-height: 1;
  color: #1B8C30;
}
@media screen and (max-width: 1200px) {
  .fund_amount {
    font-size: 3rem;
  }
}
.fund_note {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #747474;
  color: #747474;
}
.fund_note p {
  margin: 0;
}
.fund_note p + p {
  margin-top: 0.25rem;
}
@media screen and (max-width: 1200px) {
  .fund .fund_cards .row-gutter > [class*=col-] {
    margin-bottom: 1rem;
  }
  .fund .fund_cards .row-gutter > [class*=col-]:last-child {
    margin-bottom: 0;
  }
}

.community_panel {
  background: #FFFFFF;
  border-radius: 2rem;
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.06);
}
.community_title {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #1B8C30;
  font-size: 2.25rem;
  line-height: 2.25rem;
}
.community_intro {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #747474;
  color: #747474;
}
.community_intro p {
  font-size: 1.25rem;
}
.community_intro p:last-child {
  margin-bottom: 0;
}
.community_featured-img {
  display: block;
  height: auto;
  object-fit: cover;
}
.community_prev-title {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #747474;
  color: #747474;
}
.community_logos-img {
  display: block;
  height: auto;
  object-fit: contain;
}
.community_more {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #747474;
  color: #747474;
}
.community_subheading {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #1B8C30;
  font-size: 1.5rem;
  line-height: 1.75rem;
}
@media screen and (min-width: 961px) {
  .community_subheading {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}
.community_copy {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #747474;
}
.community_copy p {
  margin-bottom: 1rem;
  font-size: 1, 25rem;
}
.community_copy p:last-child {
  margin-bottom: 0;
}
.community_list {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #747474;
  margin: 0;
  padding-left: 1.25rem;
  list-style: decimal;
}
.community_list li {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 961px) {
  .community_list {
    column-count: 2;
    column-gap: 3rem;
  }
  .community_list li {
    break-inside: avoid;
    font-size: 1.25rem;
  }
}
.community h4 {
  color: #1B8C30;
  font-size: 2.25rem;
}
@media screen and (max-width: 1200px) {
  .community h4 {
    font-size: 1.75rem;
  }
}
.community p {
  font-size: 1.25rem;
}

.awards-grid .inner-awards {
  border-radius: 2rem;
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 1200px) {
  .awards-grid .inner-awards {
    padding: 1.5rem;
  }
}
.awards-grid_header .row-gutter {
  align-items: center;
}
.awards-grid_title {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #E68231;
  font-size: 2.25rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
}
.awards-grid_intro {
  color: #747474;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.awards-grid_intro p:last-child {
  margin-bottom: 0;
}
.awards-grid_image {
  height: auto;
  object-fit: cover;
}
.awards-grid_more.btn.btn-outline {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  border: 0.0625rem solid #E68231;
  color: #747474;
  font-size: 1rem;
}
@media screen and (min-width: 961px) {
  .awards-grid .awards-masonry {
    position: relative;
    display: block;
  }
  .awards-grid .awards-masonry > [class*=col-] {
    position: absolute;
    left: 0;
    top: 0;
    flex: none;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    width: auto;
  }
}

@media screen and (min-width: 961px) {
  .award-card {
    margin-bottom: 0;
  }
}

.award-card {
  border-radius: 2.25rem;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.09);
  overflow: hidden;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
}
.award-card_media {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem 1.5rem 0 0;
}
.award-card_media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.award-card_body {
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.award-card_title {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #E68231;
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
.award-card_excerpt {
  color: #747474;
  font-size: 1rem;
  line-height: 1.6rem;
  margin: 0;
}
.award-card--teaser {
  background: transparent;
  box-shadow: none;
}
.award-card--teaser .award-card_media {
  border-radius: 1.5rem;
  position: relative;
}
.award-card--teaser .award-card_media::before {
  content: "";
  position: absolute;
  inset: 60% 0 0 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 55%, #fff 100%);
  pointer-events: none;
}
.award-card--teaser .award-card_body {
  display: none;
}

.is-hidden {
  display: none;
}

@media (max-width: 61.999rem) {
  .award-card {
    border-radius: 1rem;
  }
  .award-card_media img {
    height: 14rem;
  }
  .award-card--teaser .award-card_media {
    border-radius: 1rem;
  }
}
.ee .inner-class {
  padding: 4rem 4rem 0;
}
@media screen and (max-width: 1200px) {
  .ee .inner-class {
    padding: 2rem;
  }
}
.ee_panel {
  background: #FFFFFF;
  border-radius: 2rem;
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.06);
}
.ee_title {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #E68231;
  font-size: 2.25rem;
  line-height: 2.25rem;
  padding-bottom: 1.25rem;
}
.ee_intro {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #747474;
  color: #747474;
}
.ee_intro p {
  margin-bottom: 1rem;
}
.ee_intro p:last-child {
  margin-bottom: 0;
}
.ee_intro p:first-child {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
}
.ee_header-img {
  max-width: 100%;
  height: fit-content;
}
@media screen and (max-width: 1200px) {
  .ee_label-img {
    padding-top: 1rem;
  }
}
.ee_copy {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #747474;
  color: #747474;
}
.ee_copy p {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.ee_copy strong {
  font-size: 1.75rem;
}
.ee .bottom-section {
  padding: 4rem;
  padding-top: 1rem;
}
@media screen and (max-width: 960px) {
  .ee .bottom-section {
    padding: 1rem 1rem 3rem;
  }
}
.ee_callout {
  background: #D4E8CA;
  padding: 4rem;
  border-radius: 1.5rem;
  counter-reset: step;
}
@media screen and (max-width: 1200px) {
  .ee_callout {
    padding: 1rem;
  }
}
.ee_callout strong {
  font-size: 1.5rem;
}
.ee_callout p {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #747474;
  font-size: 1.25rem;
}
.ee_callout-list {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #747474;
  color: #747474;
}
.ee_callout-list ul, .ee_callout-list ol {
  list-style: disc;
  margin: 0;
  padding-left: 1.25rem;
}
.ee_callout-list li {
  margin: 0.25rem 0;
  font-size: 1.25rem;
  padding: 1rem 0;
}
.ee_callout-list p:last-child {
  margin-bottom: 0;
}
.ee_callout--teal {
  background: #007174;
  color: #FFFFFF;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ee_callout--teal h4 {
  color: #FFFFFF;
  padding-bottom: 1rem;
}
.ee_callout--teal strong {
  color: #FFFFFF;
  font-size: 1.5rem;
}
.ee_callout--teal strong:before {
  counter-increment: step;
  content: counter(step);
  font-size: 1rem;
  font-weight: 700;
  background: #FFFFFF;
  color: #007174;
  margin-right: 0.5rem;
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
}
.ee_callout--teal ul li {
  color: #FFFFFF;
  font-size: 1.25rem;
  padding: 1rem 0;
}
.ee_callout--teal ul li p {
  color: #FFFFFF;
}
.ee_callout--green {
  background: #D4E8CA;
  padding: 3rem;
  border-radius: 1.5rem;
}
.ee_callout ul.numbered-white {
  list-style-type: none;
}
.ee_callout-list.is-numbered, .ee_callout-list.numbered-white {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: step;
}
.ee_callout-list.is-numbered ul, .ee_callout-list.is-numbered ol, .ee_callout-list.numbered-white ul, .ee_callout-list.numbered-white ol {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.ee_callout-list.is-numbered li, .ee_callout-list.numbered-white li {
  position: relative;
  padding-left: 2rem;
  margin: 0 0 1rem 0;
}
.ee_callout-list.is-numbered li:before, .ee_callout-list.numbered-white li:before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  font-weight: 800;
  font-size: 1rem;
  color: #007174;
  background: #FFFFFF;
  border-radius: 0.25rem;
}
.ee .ee-list li {
  padding: 0.25rem;
}
.ee_cta {
  background: #E68231;
  color: #FFFFFF;
  text-decoration: none;
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
}
.ee_numbered {
  counter-reset: step;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ee_numbered > li {
  position: relative;
  padding-left: 3rem;
  margin: 2rem 0;
}
.ee_numbered > li:before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  font-weight: 800;
  font-size: 1rem;
  color: #fff;
  background: #007174;
}
.ee_numbered > li > strong {
  display: block;
  color: #007174;
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-size: 1.25rem;
  margin: 0 0 0.5rem;
}
.ee_numbered > li > p {
  margin: 0;
  color: #747474;
  font-size: 1.125rem;
  line-height: 1.7;
}
.ee_numbered li ul,
.ee_numbered li ol {
  margin: 0.75rem 0 0;
  padding-left: 1.25rem;
  list-style: disc;
}
.ee_numbered li > p:empty {
  display: none;
}
.ee_box-image {
  width: 100%;
  height: auto;
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  display: block;
}
.ee p {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #747474;
  font-size: 1.25rem;
}

.complaints .service-hero_badge {
  background: #E68231;
}

.complaints_title {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #E68231;
  font-size: 2rem;
  line-height: 1.2;
  margin: 0 0 1rem 0;
}
.complaints_intro {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #747474;
  font-size: 1.25rem;
  color: #747474;
}
.complaints_intro strong {
  color: #747474;
  padding: 1rem 0;
}
.complaints_intro strong a {
  text-decoration: none;
}
.complaints_grid {
  margin-top: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .complaints_grid {
    gap: 1rem;
  }
}
.complaints_card {
  background: #D4E8CA;
  border-radius: 1.5rem;
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.12);
  height: 100%;
  display: flex;
}
.complaints_card-body {
  padding: 4rem 4rem 0;
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #747474;
  color: #007174;
}
.complaints_card-body p {
  font-size: 1.25rem;
}
.complaints_card-body a {
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .complaints_card-body {
    padding: 1.5rem;
  }
}

.search-results .results_frame {
  background: #FFFFFF;
  border-radius: 1.25rem;
  box-shadow: 1.5rem;
}
.search-results .results_header {
  margin-bottom: 1rem;
  position: relative;
}
.search-results .results_title {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  display: inline-block;
  margin: 0 0 0.5rem 0;
  padding: 0.5rem 1.25rem 0.5rem 1.25rem;
  background: #007174;
  color: #FFFFFF;
  font-size: 1.75rem;
  border-radius: 0 1.25rem 1.25rem 0;
  margin-top: 2rem;
}
.search-results .results_meta {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #747474;
  color: #747474;
  margin: 0 0 1.25rem 0;
  padding: 2rem;
}
.search-results .results_list {
  list-style: none;
  margin: 0;
  padding: 2rem;
}
.search-results .results_item {
  padding: 1.25rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.search-results .results_item:first-child {
  border-top: 0;
}
.search-results .results_item-title {
  margin: 0 0 0.35rem 0;
}
.search-results .results_item-title a {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #007174;
  text-decoration: none;
  font-size: 1.5rem;
}
.search-results .results_item-title a:hover, .search-results .results_item-title a:focus {
  text-decoration: underline;
}
.search-results .results_item-excerpt {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #747474;
  color: #747474;
  margin: 0;
}
.search-results .results_pagination {
  margin-top: 1.5rem;
}
.search-results .results_pagination .page-numbers {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #747474;
  font-size: 0.95rem;
  color: #747474;
  text-decoration: none;
  margin-right: 0.4rem;
}
.search-results .results_pagination .page-numbers.current {
  color: #007174;
  font-weight: 700;
}
.search-results .results_pagination .page-numbers:hover {
  color: #007174;
}
@media (max-width: 61.999rem) {
  .search-results .results_frame {
    padding: 1.25rem;
  }
  .search-results .results_title {
    font-size: 1.35rem;
    padding: 0.7rem 1rem 0.7rem 1rem;
  }
  .search-results .results_item-title a {
    font-size: 1.125rem;
  }
}

.legal .legal_frame {
  background: #FFFFFF;
  border-radius: 1.25rem;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}
.legal_title {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  display: inline-block;
  margin: 3rem 0 0;
  padding: 0.75rem 1.25rem;
  background: #007174;
  color: #FFFFFF;
  font-size: 1.75rem;
  border-radius: 0 1.25rem 1.25rem 0;
}
@media screen and (max-width: 1200px) {
  .legal_title {
    font-size: 1.5rem;
  }
}
.legal_intro {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #747474;
  color: #747474;
  margin: 0 0 1.25rem 0;
}
.legal_intro p {
  margin: 0 0 1rem;
}
.legal_intro p:last-child {
  margin-bottom: 0;
}
.legal_intro strong {
  color: #007174;
}
.legal_blocks {
  padding: 4rem;
}
@media screen and (max-width: 1200px) {
  .legal_blocks {
    padding: 1rem;
  }
}
.legal .legal_block {
  padding: 1.25rem 0;
}
.legal .legal_block:first-child {
  border-top: 0;
}
.legal .legal_block-heading {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #007174;
  font-size: 1.25rem;
  line-height: 1.25;
  margin: 0 0 0.5rem 0;
}
.legal .legal_block-body {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #747474;
  color: #747474;
}
.legal .legal_block-body p {
  margin: 0 0 1rem;
}
.legal .legal_block-body ul, .legal .legal_block-body ol {
  margin: 0 0 1rem 1.25rem;
}
.legal .legal_block-body li {
  margin: 0.25rem 0;
}

.eligibility_panel {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 90%;
  width: min(30rem, 100%);
  background: #FFFFFF;
  border-right: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 5rem 0 0 0;
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.12);
  overflow: auto;
}
@media screen and (max-width: 1200px) {
  .eligibility_panel {
    height: 100%;
    padding: 1rem;
  }
}
.eligibility_close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  border: 0;
  background: transparent;
  font-size: 2rem;
  line-height: 1;
  color: #1B8C30;
  cursor: pointer;
}
.eligibility_close:hover {
  opacity: 0.8;
}
.eligibility_head {
  text-align: center;
  margin: 1rem 0 1.25rem;
  padding: 0rem 4rem;
}
@media screen and (max-width: 1200px) {
  .eligibility_head {
    padding: 1rem;
  }
}
.eligibility_icon {
  width: 5.25rem;
  height: 5.25rem;
  margin: 0 auto 0.75rem;
  color: #007174;
}
.eligibility_note {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-size: 1rem;
  color: #747474;
  text-align: center;
}
.eligibility_title {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #007174;
  font-size: 2rem;
  margin: 0 0 3rem 0;
  text-align: center;
}
.eligibility_intro {
  color: #747474;
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #747474;
  font-size: 1.25rem;
  margin-bottom: 3rem;
}
.eligibility_welcome {
  margin-top: 1.25rem;
  display: none;
}
.eligibility_welcome.is-active {
  display: block;
}
.eligibility_form {
  margin-top: 1rem;
  max-width: 23rem;
}
.eligibility_error-message {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #747474;
  color: #d83a3a;
}
.eligibility_error {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #747474;
  color: #747474;
  font-size: 1.25rem;
}
.eligibility_steps {
  list-style: none;
  margin: 0;
  padding: 0;
}
.eligibility_step {
  display: none;
}
.eligibility_step.is-active {
  display: block;
}
.eligibility_question {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-size: 2rem;
  color: #007174;
  text-align: center;
  line-height: normal;
}
@media screen and (max-width: 1200px) {
  .eligibility_question {
    font-size: 1.5rem;
  }
}
.eligibility .field {
  display: block;
  margin: 0 auto;
  max-width: 28rem;
  padding: 1rem 0;
}
.eligibility .field input,
.eligibility .field select {
  width: 100%;
  border-radius: 0.75rem;
  border: 1px solid #e5e7eb;
  padding: 0.9rem 1rem;
  font-size: 1rem;
  outline: 0;
  margin-bottom: 1rem;
}
.eligibility .field input:focus,
.eligibility .field select:focus {
  border-color: #007174;
  box-shadow: 0 0 0 3px rgba(0, 113, 116, 0.15);
}
.eligibility .choices {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.25rem;
}
.eligibility .choices--list {
  grid-template-columns: 1fr;
}
.eligibility .choices--list label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #747474;
  font-size: 1rem;
  color: #747474;
}
.eligibility .choices--dot input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #1B8C30;
  border-radius: 50%;
  background: #FFFFFF;
  display: inline-block;
  position: relative;
  margin: 0;
  flex: 0 0 auto;
  outline: none;
}
.eligibility .choices--dot input[type=checkbox]::after {
  content: "";
  position: absolute;
  inset: 50%;
  width: 0.6rem;
  height: 0.6rem;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  background: #1B8C30;
  transition: transform 0.12s ease-out;
}
.eligibility .choices--dot input[type=checkbox]:checked::after {
  transform: translate(-50%, -50%) scale(1);
}
.eligibility .choices--dot input[type=checkbox]:focus {
  box-shadow: 0 0 0 3px rgba(27, 140, 48, 0.15);
}
.eligibility .choices--dot input[type=checkbox]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.eligibility .choices--dot input[type=checkbox]:disabled + span,
.eligibility .choices--dot input[type=checkbox]:disabled ~ * {
  opacity: 0.6;
}
.eligibility_actions {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  margin: 1.75rem 0 0;
}
.eligibility_actions .btn {
  padding: 0.5rem 3rem;
}
.eligibility_actions .btn-outline {
  background: #FFFFFF;
  color: #007174;
  border: 1px solid #007174;
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.12);
  font-size: 1rem;
}
.eligibility .btn-contrast {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  box-shadow: 1.5rem;
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.12);
  font-size: 1rem;
  border: none;
}

a.modal-open,
button.modal-open {
  display: inline-flex !important;
  width: auto !important;
  max-width: max-content;
  flex: 0 0 auto !important;
  align-items: center;
  white-space: nowrap;
  align-self: auto !important;
}

@media screen and (max-width: 1200px) {
  a.modal-open,
  button.modal-open {
    display: inline-flex !important;
    flex: 0 0 auto;
    width: auto;
    white-space: nowrap;
    align-items: center;
  }
}
.lead-intro_title {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #1B8C30;
  font-size: 3rem;
  line-height: 1.05;
  margin: 0 0 0.75rem 0;
}
@media screen and (max-width: 1200px) {
  .lead-intro_title {
    font-size: 1.75rem;
  }
}
.lead-intro_text {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #747474;
  font-size: 1.25rem;
  color: #747474;
  margin: 0;
}
.lead-intro_text p {
  font-size: 1.25rem;
}

.is-hidden {
  display: none;
}

.energy-guides .energy-guides_more.btn.btn-outline {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  border: 1px solid #007174;
  color: #007174;
  border-radius: 999rem;
  text-decoration: none;
  font-size: 1rem;
  padding: 0.6rem 1.6rem;
}

.guide-card {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
  margin: 0 0 1.25rem;
  height: 100%;
  min-height: 20rem;
  margin-bottom: 2rem;
}
.guide-card_bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.guide-card_content {
  position: relative;
  z-index: 1;
  height: 100%;
  min-height: inherit;
  padding: 3.25rem 4rem 3.25rem 5rem;
}
.guide-card_left, .guide-card_right {
  height: 100%;
  display: flex;
}
.guide-card_left {
  align-items: center;
}
.guide-card_text {
  max-width: 30rem;
}
.guide-card_kicker {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #3DB700;
  font-size: 1.5rem;
  margin: 0 0 0.25rem;
}
.guide-card_title {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #1B8C30;
  font-size: 3.25rem;
  margin: 1rem 0 1rem;
}
@media screen and (max-width: 1200px) {
  .guide-card_title {
    font-size: 1.75rem;
  }
}
.guide-card_summary {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #747474;
  font-size: 1.25rem;
  color: #747474;
  margin: 0;
}
.guide-card_right {
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0 1rem 1rem 1rem;
}
.guide-card_btn {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.12);
}
.guide-card--teaser .guide-card_shade {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.92) 55%, #fff 100%);
}
@media screen and (max-width: 1200px) {
  .guide-card {
    min-height: 16rem;
  }
  .guide-card_content {
    padding: 1.25rem;
  }
  .guide-card_right {
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 0 1rem 0;
  }
  .guide-card_btn {
    position: static;
    margin-top: 1rem;
  }
  .guide-card .h-100 {
    height: auto;
  }
}

.simple-guides .guide_card .guide_card_surface {
  position: relative;
  border-radius: 1.5rem;
  background: #FFFFFF;
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  padding: 0;
  margin-bottom: 4rem;
}
.simple-guides .guide_card .guide_card_header {
  position: relative;
  overflow: hidden;
  min-height: 18rem;
  isolation: isolate;
}
.simple-guides .guide_card .guide_card_header .row-gutter {
  position: relative;
  z-index: 3;
}
.simple-guides .guide_card .guide_card_bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.simple-guides .guide_card .guide_card_content {
  position: relative;
  z-index: 4;
  padding: 4rem 6rem;
}
@media screen and (max-width: 1200px) {
  .simple-guides .guide_card .guide_card_content {
    padding: 2rem;
  }
}
.simple-guides .guide_card .guide_card_content .guide_card_kicker {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-size: 1.5rem;
  color: #3DB700;
}
.simple-guides .guide_card .guide_card_content .guide_card_title {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-size: 3rem;
  color: #1B8C30;
  margin: 1rem 0;
}
@media screen and (max-width: 1200px) {
  .simple-guides .guide_card .guide_card_content .guide_card_title {
    font-size: 1.75rem;
  }
}
.simple-guides .guide_card .guide_card_content .guide_card_intro {
  color: #747474;
  font-size: 1.25rem;
  line-height: 1.75rem;
  max-width: 38rem;
}
.simple-guides .guide_card .guide_card_content .guide_card_learn {
  margin-top: 1rem;
  border: 2px solid #1B8C30;
  color: #1B8C30;
  border-radius: 2rem;
  padding: 0.75rem 1.5rem;
}
.simple-guides .guide_card .guide_acc {
  background: #FFFFFF;
  margin-top: 2.5rem;
}
.simple-guides .guide_card .guide_acc_inner {
  padding: 0 5rem 2rem;
}
@media screen and (max-width: 1200px) {
  .simple-guides .guide_card .guide_acc_inner {
    padding: 0;
  }
}
.simple-guides .guide_card .guide_acc_title {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-size: 2.25rem;
  color: #1B8C30;
}
.simple-guides .guide_card .guide_acc_intro,
.simple-guides .guide_card .guide_acc_body {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #747474;
  color: #747474;
  font-size: 1.25rem;
}
.simple-guides .guide_card .guide_acc_image {
  margin: 1rem 0 1.25rem 0;
}
.simple-guides .guide_card .guide_acc_image img {
  display: block;
  height: auto;
}
.simple-guides .guide_card .guide_acc_pad {
  padding: 0 0rem 2rem;
}
@media screen and (max-width: 1200px) {
  .simple-guides .guide_card .guide_acc_pad {
    padding: 2rem 1rem;
  }
}
.simple-guides .guide_card .guide_big_image img {
  width: 100%;
  display: block;
  height: auto;
}
.simple-guides .guide_card.guide_card-no-bg .guide_card_header {
  min-height: 0;
}
.simple-guides .guide_card.guide_card-no-bg .guide_card_bg,
.simple-guides .guide_card.guide_card-no-bg .guide_card_white-slice,
.simple-guides .guide_card.guide_card-no-bg .guide_card_green-slice {
  display: none;
}
.simple-guides .guide_card .guide_info {
  background: #007174;
  border-radius: 1rem;
  color: #FFFFFF;
  margin-top: 2rem;
}
.simple-guides .guide_card .guide_info_pad {
  padding: 2rem;
}
@media screen and (max-width: 1200px) {
  .simple-guides .guide_card .guide_info_pad {
    padding: 1.5rem 1rem;
  }
}
.simple-guides .guide_card .guide_info_title {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-size: 2.25rem;
  color: #FFFFFF;
}
@media screen and (max-width: 1200px) {
  .simple-guides .guide_card .guide_info_title {
    font-size: 1.75rem;
  }
}
.simple-guides .guide_card .guide_info_body {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.simple-guides .guide_card .guide_info_body p {
  margin: 0 0 0.9rem 0;
}
.simple-guides .guide_card .guide_info_body a {
  color: #FFFFFF;
  text-decoration: underline;
}
.simple-guides .guide_card .guide_info_visual {
  border-radius: 1.25rem;
  padding: 1rem;
}
.simple-guides .guide_card .guide_info_visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.75rem;
}
.simple-guides .guide_card .table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 2rem;
}
.simple-guides .guide_card .table-wrap table {
  width: 100%;
  min-width: 40rem;
  border-collapse: collapse;
}
.simple-guides .guide_card .table-wrap th, .simple-guides .guide_card .table-wrap td {
  white-space: nowrap;
}
.simple-guides .guide_card .guide_inner_faq .guide_faq {
  margin-top: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.simple-guides .guide_card .guide_inner_faq .accordion {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.simple-guides .guide_card .guide_inner_faq .accordion:last-child {
  border-bottom: 0;
}
.simple-guides .guide_card .guide_inner_faq .accordion-heading {
  margin: 0;
  cursor: pointer;
  color: #1B8C30;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.3;
}
.simple-guides .guide_card .guide_inner_faq .accordion-heading:focus {
  outline: 2px solid rgba(0, 0, 0, 0.2);
  outline-offset: 2px;
}
.simple-guides .guide_card .guide_inner_faq .accordion-content {
  margin-top: 0.75rem;
  font-size: 1.25rem;
}
.simple-guides .guide_card .guide_inner_faq .accordion-content p {
  margin: 0 0 0.75rem 0;
}
.simple-guides .guide_card .guide_inner_faq .accordion-content ul {
  margin: 0.5rem 0 0.75rem 1.25rem;
}
.simple-guides .guide_card .guide_inner_faq .accordion-content li {
  margin: 0.25rem 0;
}

.upgrade-cta .cta_card {
  background: #1B8C30;
  border-radius: 1.5rem;
  padding: 4rem;
  color: #FFFFFF;
}
.upgrade-cta .cta_card .cta_card_media {
  padding: 1rem 0;
}
.upgrade-cta .cta_card .cta_card_media img {
  display: block;
  height: auto;
  border-radius: 1rem;
}
.upgrade-cta .cta_card .cta_card_content {
  padding: 1rem 0 0;
}
.upgrade-cta .cta_card .cta_card_title {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  margin: 0 0 1rem;
  font-size: 2.25rem;
  color: #FFFFFF;
}
.upgrade-cta .cta_card .cta_card_body {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #747474;
  color: #FFFFFF;
  font-size: 1.25rem;
}
.upgrade-cta .cta_card .btn-contrast {
  display: inline-block;
  margin-top: 1.25rem;
  font-size: 1.25rem;
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.12);
}

.includes .includes_card {
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.12);
  background: #FFFFFF;
}
.includes .includes_surface {
  position: relative;
  padding: 3rem 2rem;
}
@media screen and (max-width: 1200px) {
  .includes .includes_surface:after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
}
.includes .includes_bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  z-index: 0;
}
.includes .includes_content {
  position: relative;
  z-index: 2;
}
.includes .includes_title {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  margin: 0 0 1rem;
  font-size: 2.5rem;
  color: #1B8C30;
}
@media screen and (max-width: 1200px) {
  .includes .includes_title {
    color: #FFFFFF;
  }
}
.includes .includes_body {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #747474;
  font-size: 1.25rem;
  color: #747474;
}
@media screen and (max-width: 1200px) {
  .includes .includes_body {
    color: #FFFFFF;
  }
}
.includes .includes_body p {
  margin: 0 0 1rem;
}
.includes .includes_body ul {
  padding-left: 1.25rem;
  margin: 0 0 1rem;
}
.includes .includes_body li {
  margin: 0.5rem 0;
}

.why-apply .why_title {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  margin: 0 0 1.25rem;
  font-size: 2.5rem;
  line-height: 1.15;
  color: #1B8C30;
  padding-left: 3rem;
}
@media screen and (max-width: 1200px) {
  .why-apply .why_title {
    padding-left: 0;
    text-align: center;
  }
}
.why-apply .why_cards {
  position: relative;
  z-index: 2;
  gap: 1.25rem 0;
  margin-bottom: 0;
  padding: 1rem 3rem;
}
.why-apply .why_card {
  background: #FFFFFF;
  border-radius: 1.5rem;
  padding: 1.25rem 1.5rem 1rem;
  border: 2px solid #3DB700;
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.12);
  text-align: center;
  margin-bottom: -4.25rem;
  padding: 2.25rem;
}
@media screen and (max-width: 1200px) {
  .why-apply .why_card {
    margin-bottom: 1rem;
  }
}
.why-apply .why_card .why_card_title {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  margin: 0 0 0.35rem;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #1B8C30;
}
.why-apply .why_card .why_card_text {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #747474;
  margin: 0;
  font-size: 1.25rem;
  color: #747474;
}
.why-apply .why_panel {
  position: relative;
  background: #007174;
  color: #FFFFFF;
  border-radius: 1.5rem;
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  padding: 3rem 1rem;
}
.why-apply .why_panel_inner {
  padding: 2.25rem 1.75rem;
}
@media (min-width: 992px) {
  .why-apply .why_panel_inner {
    padding: 3rem 3rem 2.75rem;
  }
}
.why-apply .wysiwyg strong {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #FFFFFF;
  margin: 0 0 1rem;
  font-size: 1.75rem;
  line-height: 1.25;
}
.why-apply .wysiwyg p {
  margin: 0 0 1rem;
  font-size: 1.25rem;
}
.why-apply .wysiwyg hr {
  border: 0;
  height: 1px;
  background: #FFFFFF;
  margin: 1.75rem 0;
}
.why-apply .wysiwyg ul {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
}
.why-apply .wysiwyg ul li {
  margin: 0.5rem 0;
  font-size: 1.25rem;
}
.why-apply .wysiwyg ol {
  counter-reset: step;
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
}
.why-apply .wysiwyg ol li {
  counter-increment: step;
  position: relative;
  padding-left: 3.25rem;
  margin: 0.9rem 0;
  font-size: 1.25rem;
  line-height: 1.6;
}
.why-apply .wysiwyg ol li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0.05rem;
  width: 2rem;
  height: 2rem;
  display: inline-grid;
  place-items: center;
  border-radius: 0.25rem;
  background: #FFFFFF;
  color: #007174;
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
}
.why-apply .wysiwyg ol li strong {
  font-size: 1.25rem;
}

.apply {
  background: #1B8C30;
  padding: 4rem 0;
}
.apply .apply_head {
  text-align: center;
  margin-bottom: 2.5rem;
}
.apply .apply_head .apply_title {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  margin: 0 0 1.25rem;
  font-size: 2.25rem;
  line-height: 1.2;
  color: #FFFFFF;
}
.apply .apply_head .apply_intro {
  color: #FFFFFF;
  max-width: 60rem;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.6;
}
.apply .apply_head .apply_intro p {
  margin: 0 0 0.5rem;
}
.apply .apply_card {
  background: #FFFFFF;
  border-radius: 1.5rem;
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.12);
  margin: 0 auto;
  max-width: 72rem;
  overflow: hidden;
}
.apply .apply_card_inner {
  padding: 3rem 2rem;
}
@media (min-width: 992px) {
  .apply .apply_card_inner {
    padding: 4rem 5rem;
  }
}
.apply .intro-section {
  max-width: 60rem;
  margin: 0 auto 2rem;
  text-align: center;
}
.apply .intro-section h2 {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #1B8C30;
  font-size: 1.75rem;
  margin-bottom: 1rem;
}
.apply .intro-section p {
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #747474;
  color: #555;
  font-size: 1.1rem;
  margin-bottom: 2rem;
}
.apply .inner-form {
  max-width: 60rem;
  margin: 0 auto;
}
.apply .wpcf7 {
  color: #28343a;
}
.apply .wpcf7 .wpcf7-form {
  display: block;
}
.apply .wpcf7 label {
  display: block;
  margin: 0 0 0.5rem;
  font-size: 0.95rem;
  color: #747474;
}
.apply .wpcf7 input[type=text],
.apply .wpcf7 input[type=email],
.apply .wpcf7 input[type=tel],
.apply .wpcf7 input[type=number],
.apply .wpcf7 input[type=url],
.apply .wpcf7 input[type=date],
.apply .wpcf7 textarea,
.apply .wpcf7 select {
  width: 100%;
  border: 1px solid #e5e8ea;
  background: #f7f8f9;
  border-radius: 0.625rem;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #223038;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.02);
  margin-bottom: 0;
}
.apply .wpcf7 input[type=text]:focus,
.apply .wpcf7 input[type=email]:focus,
.apply .wpcf7 input[type=tel]:focus,
.apply .wpcf7 input[type=number]:focus,
.apply .wpcf7 input[type=url]:focus,
.apply .wpcf7 input[type=date]:focus,
.apply .wpcf7 textarea:focus,
.apply .wpcf7 select:focus {
  border-color: #3d8445;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(61, 132, 69, 0.12);
}
.apply .wpcf7 textarea {
  min-height: 8rem;
  resize: vertical;
}
.apply .wpcf7 input[type=radio],
.apply .wpcf7 input[type=checkbox] {
  accent-color: #3d8445;
  transform: translateY(1px);
}
.apply .wpcf7 select {
  appearance: none;
  background-color: #f7f8f9 !important;
  border: 1px solid #e5e8ea;
  border-radius: 0.625rem;
  color: #223038;
  padding-right: 2.75rem;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.02);
  height: 3.25rem;
  background-image: linear-gradient(45deg, transparent 50%, #8aa29a 50%), linear-gradient(135deg, #8aa29a 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
  background-position: calc(100% - 18px) calc(50% - 3px), calc(100% - 12px) calc(50% - 3px), calc(100% - 2.25rem) 50%;
  background-size: 6px 6px, 6px 6px, 1px 2.75rem;
  background-repeat: no-repeat;
}
.apply .wpcf7 select:focus {
  border-color: #3d8445;
  background-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(61, 132, 69, 0.12);
}
.apply .wpcf7 input[type=submit],
.apply .wpcf7 .wpcf7-submit {
  display: inline-block;
  width: 100%;
  border: 0;
  border-radius: 999px;
  padding: 1rem 1.5rem;
  font-family: "Foco", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-size: 1rem;
  letter-spacing: 0.02em;
  color: #ffffff;
  background: linear-gradient(90deg, #d18a57, #d06a2d);
  box-shadow: 0 0.6rem 1.2rem rgba(0, 0, 0, 0.15);
  cursor: pointer;
  margin-top: 1rem;
}
.apply .wpcf7 input[type=submit]:hover,
.apply .wpcf7 .wpcf7-submit:hover {
  filter: brightness(1.06);
}
.apply .wpcf7 input[type=submit]:disabled,
.apply .wpcf7 .wpcf7-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.apply .wpcf7 .wpcf7-not-valid-tip {
  top: 0;
}
