@charset "UTF-8";
/**
 * Formidable Forms
 */
.splide__container {
  box-sizing: border-box;
  position: relative;
}

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

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

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

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

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

.splide__progress__bar {
  width: 0;
}

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

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

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

.splide__slide img {
  vertical-align: bottom;
}

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

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

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

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

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

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

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

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

.splide--rtl {
  direction: rtl;
}

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

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

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

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

.splide__arrow:disabled {
  opacity: 0.3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.splide__slide:focus {
  outline: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lity-hide {
  display: none;
}

/*
*   1. Global styles
*   2. Animations
*   3. Forms
 */
.loading-animation {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  position: fixed;
  gap: 0;
  font-family: Aeonik, sans-serif !important;
  font-size: 15px;
  color: var(--wp--preset--color--exo-grey);
}
.loading-animation .loader {
  border: 4px solid #f3f3f3; /* Light grey */
  border-top: 4px solid var(--wp--preset--color--exo-blue); /* Blue */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#wpadminbar {
  opacity: 0;
}
#wpadminbar:hover {
  opacity: 1;
}

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

div {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

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

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

html.toggle-mobile-nav, html.lity-active {
  max-width: calc(100vw - var(--sw));
}
html.toggle-mobile-nav, html.toggle-mobile-nav body, html.lity-active, html.lity-active body {
  overflow: hidden;
}
html.toggle-mobile-nav .lity-wrap, html.lity-active .lity-wrap {
  overflow-y: scroll;
}

body {
  color: var(--wp--preset--color--black);
  background-color: var(--wp--preset--color--white);
  font-family: "Aeonik, sans-serif";
  font-size: var(--wp--preset--font-size--p, 18px);
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 2;
  --outer--padding: 30px;
  --section-padding: 80px;
}
@media (min-width: 782px) {
  body {
    --outer--padding: 40px;
    --section-padding: 100px;
  }
}
@media (min-width: 960px) {
  body {
    --outer--padding: 50px;
    --section-padding: 120px;
  }
}

body > header,
body > footer {
  display: block;
  max-width: calc(100vw - var(--sw));
}
body > header > .wp-block-group > *,
body > footer > .wp-block-group > * {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
body .is-layout-constrained > * + * {
  margin-block-start: var(--wp--style--block-gap);
  margin-block-end: 0;
}

#skip-to-main {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#skip-to-main:focus-visible {
  background-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
  font-size: 16px;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
  clip: auto;
  height: 105px;
  margin: 0;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1200;
}

:root .has-black-background-color {
  --st--bg-color: $black;
}

:root .has-black-color {
  --st--text-color: $black;
}

:root .has-white-background-color {
  --st--bg-color: $white;
}

:root .has-white-color {
  --st--text-color: $white;
}

:root .has-black-background-color {
  --st--bg-color: var(--wp--preset--color--black);
}

:root .has-black-color {
  --st--text-color: var(--wp--preset--color--black);
}

:root .has-white-background-color {
  --st--bg-color: var(--wp--preset--color--white);
}

:root .has-white-color {
  --st--text-color: var(--wp--preset--color--white);
}

:root .has-exo-grey-background-color {
  --st--bg-color: var(--wp--preset--color--exo-grey);
}

:root .has-exo-grey-color {
  --st--text-color: var(--wp--preset--color--exo-grey);
}

:root .has-exo-blue-background-color {
  --st--bg-color: var(--wp--preset--color--exo-blue);
}

:root .has-exo-blue-color {
  --st--text-color: var(--wp--preset--color--exo-blue);
}

:root .has-midnight-background-color {
  --st--bg-color: var(--wp--preset--color--midnight);
}

:root .has-midnight-color {
  --st--text-color: var(--wp--preset--color--midnight);
}

:root .has-light-grey-background-color {
  --st--bg-color: var(--wp--preset--color--light-grey);
}

:root .has-light-grey-color {
  --st--text-color: var(--wp--preset--color--light-grey);
}

:root .has-med-grey-background-color {
  --st--bg-color: var(--wp--preset--color--med-grey);
}

:root .has-med-grey-color {
  --st--text-color: var(--wp--preset--color--med-grey);
}

:root .has-background-background-color {
  --st--bg-color: var(--wp--preset--color--background);
}

:root .has-background-color {
  --st--text-color: var(--wp--preset--color--background);
}

:root .has-almost-white-background-color {
  --st--bg-color: var(--wp--preset--color--almost-white);
}

:root .has-almost-white-color {
  --st--text-color: var(--wp--preset--color--almost-white);
}

:root .has-background {
  background-color: var(--st--bg-color);
}

:root .has-text-color {
  color: var(--st--text-color);
}

#site-main {
  margin-block-start: 0;
}
#site-main > * {
  margin-block-start: 0;
}
.lity-content::after {
  display: none;
}

.observing {
  opacity: 0;
  transform: translateY(50px);
}
.observing.intersected {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 400ms ease-out 0s, transform 400ms ease-out 0s;
}

h1.observing,
h2.observing,
h3.observing {
  opacity: 1;
  transform: translateY(0);
}
h1.observing .word,
h2.observing .word,
h3.observing .word {
  transform: translateY(130%);
}
h1.observing sub .word,
h2.observing sub .word,
h3.observing sub .word {
  transform: translateY(180%);
}
h1.observing .line,
h2.observing .line,
h3.observing .line {
  overflow: clip;
  overflow-clip-margin: 10px;
}
h1.observing.intersected,
h2.observing.intersected,
h3.observing.intersected {
  opacity: 1;
}
h1.observing.intersected .line:nth-child(1) .word,
h2.observing.intersected .line:nth-child(1) .word,
h3.observing.intersected .line:nth-child(1) .word {
  transition-delay: 200ms;
}
h1.observing.intersected .line:nth-child(2) .word,
h2.observing.intersected .line:nth-child(2) .word,
h3.observing.intersected .line:nth-child(2) .word {
  transition-delay: 400ms;
}
h1.observing.intersected .line:nth-child(3) .word,
h2.observing.intersected .line:nth-child(3) .word,
h3.observing.intersected .line:nth-child(3) .word {
  transition-delay: 600ms;
}
h1.observing.intersected .line:nth-child(4) .word,
h2.observing.intersected .line:nth-child(4) .word,
h3.observing.intersected .line:nth-child(4) .word {
  transition-delay: 800ms;
}
h1.observing.intersected .line:nth-child(5) .word,
h2.observing.intersected .line:nth-child(5) .word,
h3.observing.intersected .line:nth-child(5) .word {
  transition-delay: 1000ms;
}
h1.observing.intersected .line:nth-child(6) .word,
h2.observing.intersected .line:nth-child(6) .word,
h3.observing.intersected .line:nth-child(6) .word {
  transition-delay: 1200ms;
}
h1.observing.intersected .line:nth-child(7) .word,
h2.observing.intersected .line:nth-child(7) .word,
h3.observing.intersected .line:nth-child(7) .word {
  transition-delay: 1400ms;
}
h1.observing.intersected .line:nth-child(8) .word,
h2.observing.intersected .line:nth-child(8) .word,
h3.observing.intersected .line:nth-child(8) .word {
  transition-delay: 1600ms;
}
h1.observing.intersected .line:nth-child(9) .word,
h2.observing.intersected .line:nth-child(9) .word,
h3.observing.intersected .line:nth-child(9) .word {
  transition-delay: 1800ms;
}
h1.observing.intersected .line:nth-child(10) .word,
h2.observing.intersected .line:nth-child(10) .word,
h3.observing.intersected .line:nth-child(10) .word {
  transition-delay: 2000ms;
}
h1.observing.intersected .line:nth-child(11) .word,
h2.observing.intersected .line:nth-child(11) .word,
h3.observing.intersected .line:nth-child(11) .word {
  transition-delay: 2200ms;
}
h1.observing.intersected .line:nth-child(12) .word,
h2.observing.intersected .line:nth-child(12) .word,
h3.observing.intersected .line:nth-child(12) .word {
  transition-delay: 2400ms;
}
h1.observing.intersected .line:nth-child(13) .word,
h2.observing.intersected .line:nth-child(13) .word,
h3.observing.intersected .line:nth-child(13) .word {
  transition-delay: 2600ms;
}
h1.observing.intersected .line:nth-child(14) .word,
h2.observing.intersected .line:nth-child(14) .word,
h3.observing.intersected .line:nth-child(14) .word {
  transition-delay: 2800ms;
}
h1.observing.intersected .line:nth-child(15) .word,
h2.observing.intersected .line:nth-child(15) .word,
h3.observing.intersected .line:nth-child(15) .word {
  transition-delay: 3000ms;
}
h1.observing.intersected .line:nth-child(16) .word,
h2.observing.intersected .line:nth-child(16) .word,
h3.observing.intersected .line:nth-child(16) .word {
  transition-delay: 3200ms;
}
h1.observing.intersected .line:nth-child(17) .word,
h2.observing.intersected .line:nth-child(17) .word,
h3.observing.intersected .line:nth-child(17) .word {
  transition-delay: 3400ms;
}
h1.observing.intersected .line:nth-child(18) .word,
h2.observing.intersected .line:nth-child(18) .word,
h3.observing.intersected .line:nth-child(18) .word {
  transition-delay: 3600ms;
}
h1.observing.intersected .line:nth-child(19) .word,
h2.observing.intersected .line:nth-child(19) .word,
h3.observing.intersected .line:nth-child(19) .word {
  transition-delay: 3800ms;
}
h1.observing.intersected .line:nth-child(20) .word,
h2.observing.intersected .line:nth-child(20) .word,
h3.observing.intersected .line:nth-child(20) .word {
  transition-delay: 4000ms;
}
h1.observing.intersected .line:nth-child(21) .word,
h2.observing.intersected .line:nth-child(21) .word,
h3.observing.intersected .line:nth-child(21) .word {
  transition-delay: 4200ms;
}
h1.observing.intersected .line:nth-child(22) .word,
h2.observing.intersected .line:nth-child(22) .word,
h3.observing.intersected .line:nth-child(22) .word {
  transition-delay: 4400ms;
}
h1.observing.intersected .line:nth-child(23) .word,
h2.observing.intersected .line:nth-child(23) .word,
h3.observing.intersected .line:nth-child(23) .word {
  transition-delay: 4600ms;
}
h1.observing.intersected .line:nth-child(24) .word,
h2.observing.intersected .line:nth-child(24) .word,
h3.observing.intersected .line:nth-child(24) .word {
  transition-delay: 4800ms;
}
h1.observing.intersected .line:nth-child(25) .word,
h2.observing.intersected .line:nth-child(25) .word,
h3.observing.intersected .line:nth-child(25) .word {
  transition-delay: 5000ms;
}
h1.observing.intersected .line:nth-child(26) .word,
h2.observing.intersected .line:nth-child(26) .word,
h3.observing.intersected .line:nth-child(26) .word {
  transition-delay: 5200ms;
}
h1.observing.intersected .line:nth-child(27) .word,
h2.observing.intersected .line:nth-child(27) .word,
h3.observing.intersected .line:nth-child(27) .word {
  transition-delay: 5400ms;
}
h1.observing.intersected .line:nth-child(28) .word,
h2.observing.intersected .line:nth-child(28) .word,
h3.observing.intersected .line:nth-child(28) .word {
  transition-delay: 5600ms;
}
h1.observing.intersected .line:nth-child(29) .word,
h2.observing.intersected .line:nth-child(29) .word,
h3.observing.intersected .line:nth-child(29) .word {
  transition-delay: 5800ms;
}
h1.observing.intersected .line:nth-child(30) .word,
h2.observing.intersected .line:nth-child(30) .word,
h3.observing.intersected .line:nth-child(30) .word {
  transition-delay: 6000ms;
}
h1.observing.intersected .line:nth-child(31) .word,
h2.observing.intersected .line:nth-child(31) .word,
h3.observing.intersected .line:nth-child(31) .word {
  transition-delay: 6200ms;
}
h1.observing.intersected .line:nth-child(32) .word,
h2.observing.intersected .line:nth-child(32) .word,
h3.observing.intersected .line:nth-child(32) .word {
  transition-delay: 6400ms;
}
h1.observing.intersected .line:nth-child(33) .word,
h2.observing.intersected .line:nth-child(33) .word,
h3.observing.intersected .line:nth-child(33) .word {
  transition-delay: 6600ms;
}
h1.observing.intersected .line:nth-child(34) .word,
h2.observing.intersected .line:nth-child(34) .word,
h3.observing.intersected .line:nth-child(34) .word {
  transition-delay: 6800ms;
}
h1.observing.intersected .line:nth-child(35) .word,
h2.observing.intersected .line:nth-child(35) .word,
h3.observing.intersected .line:nth-child(35) .word {
  transition-delay: 7000ms;
}
h1.observing.intersected .line:nth-child(36) .word,
h2.observing.intersected .line:nth-child(36) .word,
h3.observing.intersected .line:nth-child(36) .word {
  transition-delay: 7200ms;
}
h1.observing.intersected .line:nth-child(37) .word,
h2.observing.intersected .line:nth-child(37) .word,
h3.observing.intersected .line:nth-child(37) .word {
  transition-delay: 7400ms;
}
h1.observing.intersected .line:nth-child(38) .word,
h2.observing.intersected .line:nth-child(38) .word,
h3.observing.intersected .line:nth-child(38) .word {
  transition-delay: 7600ms;
}
h1.observing.intersected .line:nth-child(39) .word,
h2.observing.intersected .line:nth-child(39) .word,
h3.observing.intersected .line:nth-child(39) .word {
  transition-delay: 7800ms;
}
h1.observing.intersected .line:nth-child(40) .word,
h2.observing.intersected .line:nth-child(40) .word,
h3.observing.intersected .line:nth-child(40) .word {
  transition-delay: 8000ms;
}
h1.observing.intersected .line:nth-child(41) .word,
h2.observing.intersected .line:nth-child(41) .word,
h3.observing.intersected .line:nth-child(41) .word {
  transition-delay: 8200ms;
}
h1.observing.intersected .line:nth-child(42) .word,
h2.observing.intersected .line:nth-child(42) .word,
h3.observing.intersected .line:nth-child(42) .word {
  transition-delay: 8400ms;
}
h1.observing.intersected .line:nth-child(43) .word,
h2.observing.intersected .line:nth-child(43) .word,
h3.observing.intersected .line:nth-child(43) .word {
  transition-delay: 8600ms;
}
h1.observing.intersected .line:nth-child(44) .word,
h2.observing.intersected .line:nth-child(44) .word,
h3.observing.intersected .line:nth-child(44) .word {
  transition-delay: 8800ms;
}
h1.observing.intersected .line:nth-child(45) .word,
h2.observing.intersected .line:nth-child(45) .word,
h3.observing.intersected .line:nth-child(45) .word {
  transition-delay: 9000ms;
}
h1.observing.intersected .line:nth-child(46) .word,
h2.observing.intersected .line:nth-child(46) .word,
h3.observing.intersected .line:nth-child(46) .word {
  transition-delay: 9200ms;
}
h1.observing.intersected .line:nth-child(47) .word,
h2.observing.intersected .line:nth-child(47) .word,
h3.observing.intersected .line:nth-child(47) .word {
  transition-delay: 9400ms;
}
h1.observing.intersected .line:nth-child(48) .word,
h2.observing.intersected .line:nth-child(48) .word,
h3.observing.intersected .line:nth-child(48) .word {
  transition-delay: 9600ms;
}
h1.observing.intersected .line:nth-child(49) .word,
h2.observing.intersected .line:nth-child(49) .word,
h3.observing.intersected .line:nth-child(49) .word {
  transition-delay: 9800ms;
}
h1.observing.intersected .line:nth-child(50) .word,
h2.observing.intersected .line:nth-child(50) .word,
h3.observing.intersected .line:nth-child(50) .word {
  transition-delay: 10000ms;
}
h1.observing.intersected .word,
h2.observing.intersected .word,
h3.observing.intersected .word {
  transform: translateY(0);
  transition: transform 650ms ease-out 0s;
}

.frm_primary_label {
  transform-origin: left;
  transition: transform ease-out 0.3s !important;
}

.frm_form_field input:active ~ label,
.frm_form_field input:focus ~ label,
.frm_formn_field select:active ~ label,
.frm_formn_field select:focus ~ label,
.frm_form_field.has-val label {
  transform: translateY(-30%) scale(0.7);
  opacity: 1 !important;
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_top_container .frm_primary_label {
  color: var(--wp--preset--color--midnight);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 162.5% */
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field input, .frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field textarea {
  border-radius: 5px;
  border: 1px solid var(--wp--preset--color--med-grey);
  padding: 25px 20px;
  color: var(--wp--preset--color--midnight);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field input::-moz-placeholder, .frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field textarea::-moz-placeholder {
  color: var(--wp--preset--color--med-grey);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field input::placeholder, .frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field textarea::placeholder {
  color: var(--wp--preset--color--med-grey);
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field input[type=tel] {
  padding-left: 50px;
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_checkbox.frm_checkbox_styled > input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

div.frm_forms .frm-field-checkbox {
  display: flex !important;
  align-items: center !important;
}
div.frm_forms .is-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
div.frm_forms .frm_checkbox.frm_checkbox_styled input[type=checkbox]:checked + label:after {
  opacity: 1;
}
div.frm_forms .frm_checkbox.frm_checkbox_styled label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: flex !important;
  flex-flow: row nowrap;
  align-items: center;
  line-height: 20px;
  gap: 10px !important;
  text-indent: 0;
  color: var(--wp--preset--color--exo-grey) !important;
}
div.frm_forms .frm_checkbox.frm_checkbox_styled label:hover:before {
  background-color: #f0f0f0;
}
div.frm_forms .frm_checkbox.frm_checkbox_styled label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid var(--wp--preset--color--med-grey);
  border-radius: 5px;
  background-color: #fff;
}
div.frm_forms .frm_checkbox.frm_checkbox_styled label:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid var(--wp--preset--color--midnight);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.frm_checkbox_styled label {
  font-size: 16px; /* Ensure a consistent font size */
  display: inline-block; /* Makes sure label takes up space */
  cursor: pointer; /* Cursor indicates it's clickable */
  transition: all 0.2s ease-in-out; /* Smooth transition */
}

.frm_checkbox_styled input[type=checkbox]:focus + label,
.frm_checkbox_styled input[type=checkbox]:active + label {
  font-size: 16px; /* Keep the same font size on focus/active */
  transform: none; /* Disable any transform that might be applied */
}

.frm_forms.with_frm_style.frm_style_formidable-style .form-field {
  margin-bottom: 45px !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .form-field.msg-field {
  margin-bottom: 25px !important;
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_primary_label {
  padding: 0 0 25px 0 !important;
  color: var(--wp--preset--color--midnight) !important;
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_checkbox label {
  color: var(--wp--preset--color--midnight) !important;
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_checkbox input[type=checkbox] {
  padding: 0 !important;
  border: 1px solid var(--wp--preset--color--med-grey) !important;
}

.frm_forms.with_frm_style.frm_style_formidable-style h3.frm_form_title, .frm_forms.with_frm_style.frm_style_formidable-style legend + h3 {
  font-size: 40px;
  font-size: var(--title-size);
  color: var(--wp--preset--color--black);
  color: var(--title-color);
  font-family: "Aeonik, sans-serif";
  font-family: var(--font);
  margin-top: 10px;
  margin-top: var(--title-margin-top);
  margin-bottom: 60px;
  margin-bottom: var(--title-margin-bottom);
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field .frm_show_it, .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_html_container {
  font-family: "Aeonik, sans-serif";
  font-family: var(--font);
  color: var(--wp--preset--color--black);
  color: var(--form-desc-color);
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm-card-element.StripeElement, .frm_forms.with_frm_style.frm_style_formidable-style .chosen-container, .frm_forms.with_frm_style.frm_style_formidable-style textarea, .frm_forms.with_frm_style.frm_style_formidable-style select, .frm_forms.with_frm_style.frm_style_formidable-style input[type=search], .frm_forms.with_frm_style.frm_style_formidable-style input[type=tel], .frm_forms.with_frm_style.frm_style_formidable-style input[type=url], .frm_forms.with_frm_style.frm_style_formidable-style input[type=number], .frm_forms.with_frm_style.frm_style_formidable-style input[type=email], .frm_forms.with_frm_style.frm_style_formidable-style input[type=password], .frm_forms.with_frm_style.frm_style_formidable-style input[type=text] {
  font-family: var(--font);
  font-size: 18px;
  font-size: var(--field-font-size);
  margin-bottom: 0;
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields_error_style, .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields_active_style, .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields_style, .frm_forms.with_frm_style.frm_style_formidable-style .frm_scroll_box .frm_opt_container, .frm_forms.with_frm_style.frm_style_formidable-style .frm-card-element.StripeElement, .frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single .chosen-single, .frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-multi .chosen-choices, .frm_forms.with_frm_style.frm_style_formidable-style input[type=phone], .frm_forms.with_frm_style.frm_style_formidable-style textarea, .frm_forms.with_frm_style.frm_style_formidable-style select, .frm_forms.with_frm_style.frm_style_formidable-style input[type=search], .frm_forms.with_frm_style.frm_style_formidable-style input[type=tel], .frm_forms.with_frm_style.frm_style_formidable-style input[type=url], .frm_forms.with_frm_style.frm_style_formidable-style input[type=number], .frm_forms.with_frm_style.frm_style_formidable-style input[type=email], .frm_forms.with_frm_style.frm_style_formidable-style input[type=password], .frm_forms.with_frm_style.frm_style_formidable-style input[type=text] {
  color: var(--wp--preset--color--black);
  color: var(--text-color);
  background-color: var(--wp--preset--color--white);
  background-color: var(--bg-color);
  border-color: var(--wp--preset--color--black);
  border-color: var(--border-color);
  border-width: 1px;
  border-width: var(--field-border-width);
  border-style: solid;
  border-style: var(--field-border-style);
  border-radius: 0;
  border-radius: var(--border-radius);
  width: 100%;
  width: var(--field-width);
  max-width: 100%;
  font-size: 18px;
  font-size: var(--field-font-size);
  padding: 10px 15px;
  padding: var(--field-pad);
  box-sizing: border-box;
  outline: none;
  font-weight: 400;
  font-weight: var(--field-weight);
  box-shadow: none;
  box-shadow: var(--box-shadow);
}

.frm_forms.with_frm_style.frm_style_formidable-style input[type=checkbox], .frm_forms.with_frm_style.frm_style_formidable-style input[type=radio] {
  border-color: var(--wp--preset--color--black);
  border-color: var(--border-color);
  box-shadow: none;
  box-shadow: var(--box-shadow);
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm-card-element.StripeElement, .frm_forms.with_frm_style.frm_style_formidable-style input[type=file], .frm_forms.with_frm_style.frm_style_formidable-style select, .frm_forms.with_frm_style.frm_style_formidable-style input[type=search], .frm_forms.with_frm_style.frm_style_formidable-style input[type=tel], .frm_forms.with_frm_style.frm_style_formidable-style input[type=url], .frm_forms.with_frm_style.frm_style_formidable-style input[type=number], .frm_forms.with_frm_style.frm_style_formidable-style input[type=email], .frm_forms.with_frm_style.frm_style_formidable-style input[type=password], .frm_forms.with_frm_style.frm_style_formidable-style input[type=text] {
  height: 60px;
  height: var(--field-height);
  line-height: 1.3;
}

.frm_forms.with_frm_style.frm_style_formidable-style .input[type=file].frm_transparent:focus, .frm_forms.with_frm_style.frm_style_formidable-style input[type=file] {
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
}

.frm_forms.with_frm_style.frm_style_formidable-style textarea[readonly], .frm_forms.with_frm_style.frm_style_formidable-style select[readonly], .frm_forms.with_frm_style.frm_style_formidable-style input[readonly], .frm_forms.with_frm_style.frm_style_formidable-style textarea[disabled], .frm_forms.with_frm_style.frm_style_formidable-style select[disabled], .frm_forms.with_frm_style.frm_style_formidable-style input[disabled] {
  background-color: var(--wp--preset--color--black);
  background-color: var(--bg-color-disabled);
  color: var(--wp--preset--color--black);
  color: var(--text-color-disabled);
  border-color: var(--wp--preset--color--black);
  border-color: var(--border-color-disabled);
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_hidden_container .frm_primary_label, .frm_forms.with_frm_style.frm_style_formidable-style .frm_top_container .frm_primary_label, .frm_forms.with_frm_style.frm_style_formidable-style .frm_pos_top {
  display: block;
  float: none;
  width: auto;
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_right_container .frm_primary_label, .frm_forms.with_frm_style.frm_style_formidable-style .frm_pos_right {
  display: inline;
  float: right;
  margin-left: 10px;
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_form .frm_button_submit, .frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_prev .frm_prev_page {
  position: relative;
  opacity: 0.8;
  color: transparent !important;
  text-shadow: none !important;
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_form .frm_button_submit:focus, .frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_form .frm_button_submit:active, .frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_form .frm_button_submit:hover, .frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_prev .frm_prev_page:focus, .frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_prev .frm_prev_page:active, .frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_prev .frm_prev_page:hover {
  cursor: not-allowed;
  color: transparent;
  outline: none !important;
  box-shadow: none;
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_form .frm_button_submit:before, .frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_prev .frm_prev_page::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: transparent;
  border: 1px solid #ffffff;
  border-top-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields_active_style {
  background-color: #ffffff;
  border-color: #579af6;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_submit_style {
  width: auto;
  font-family: "Aeonik, sans-serif";
  font-size: 15px;
  height: auto;
  line-height: normal;
  text-align: center;
  background: #579af6;
  border-width: 1px;
  border-color: #579af6;
  border-style: solid;
  color: #ffffff;
  cursor: pointer;
  font-weight: normal;
  border-radius: 0;
  border-radius: var(--border-radius);
  text-shadow: none;
  padding: 10px 20px;
  box-sizing: border-box;
  box-shadow: 0 1px 1px #eee;
  margin: 10px;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields_error_style {
  color: #444444;
  background-color: #ffffff;
  border-color: #b94a48;
  border-width: 1px;
  border-style: solid;
}

.frm_forms.with_frm_style.frm_style_formidable-style p.description, .frm_forms.with_frm_style.frm_style_formidable-style .frm_error, .frm_forms.with_frm_style.frm_style_formidable-style .frm-show-form > div.frm_description, .frm_forms.with_frm_style.frm_style_formidable-style div.frm_description, .frm_forms.with_frm_style.frm_style_formidable-style div.description {
  padding: 0;
  font-family: "Aeonik, sans-serif";
  font-size: 12px;
  color: #666666;
  font-weight: normal;
  text-align: left;
  font-style: normal;
  max-width: 100%;
}

.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-active .chosen-choices, .frm_forms.with_frm_style.frm_style_formidable-style .frm_focus_field .frm-card-element.StripeElement, .frm_forms.with_frm_style.frm_style_formidable-style .frm_focus_field input[type=search], .frm_forms.with_frm_style.frm_style_formidable-style .frm_focus_field input[type=tel], .frm_forms.with_frm_style.frm_style_formidable-style .frm_focus_field input[type=url], .frm_forms.with_frm_style.frm_style_formidable-style .frm_focus_field input[type=number], .frm_forms.with_frm_style.frm_style_formidable-style .frm_focus_field input[type=email], .frm_forms.with_frm_style.frm_style_formidable-style .frm_focus_field input[type=password], .frm_forms.with_frm_style.frm_style_formidable-style .frm_focus_field input[type=text], .frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single.chosen-container-active .chosen-single, .frm_forms.with_frm_style.frm_style_formidable-style select:focus, .frm_forms.with_frm_style.frm_style_formidable-style textarea:focus, .frm_forms.with_frm_style.frm_style_formidable-style .form-field input:not([type=file]):focus, .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields_active_style {
  background-color: var(--wp--preset--color--white);
  background-color: var(--bg-color-active);
  border-color: var(--wp--preset--color--black);
  border-color: var(--border-color-active);
  box-shadow: none;
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_forms.with_frm_style.frm_style_formidable-style .frm-edit-page-btn, .frm_forms.with_frm_style.frm_style_formidable-style .frm_submit button, .frm_forms.with_frm_style.frm_style_formidable-style .frm_submit input[type=button], .frm_forms.with_frm_style.frm_style_formidable-style input[type=submit], .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_submit_style {
  width: auto;
  font-family: "Aeonik, sans-serif";
  font-size: 15px;
  height: auto;
  line-height: normal;
  text-align: center;
  background: #579af6;
  border-width: 1px;
  border-color: #579af6;
  border-style: solid;
  color: #ffffff;
  cursor: pointer;
  font-weight: normal;
  border-radius: 0;
  border-radius: var(--border-radius);
  text-shadow: none;
  padding: 10px 20px;
  box-sizing: border-box;
  box-shadow: 0 1px 1px #eee;
  margin: 10px;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm-edit-page-btn:hover, .frm_forms.with_frm_style.frm_style_formidable-style .frm_submit button:hover, .frm_forms.with_frm_style.frm_style_formidable-style .frm_submit input[type=button]:hover, .frm_forms.with_frm_style.frm_style_formidable-style input[type=submit]:hover {
  background: #efefef;
  border-color: #cccccc;
  color: #444444;
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm-edit-page-btn:focus, .frm_forms.with_frm_style.frm_style_formidable-style .frm_submit button:active, .frm_forms.with_frm_style.frm_style_formidable-style .frm_submit button:focus, .frm_forms.with_frm_style.frm_style_formidable-style .frm_submit input[type=button]:active, .frm_forms.with_frm_style.frm_style_formidable-style .frm_submit input[type=button]:focus, .frm_forms.with_frm_style.frm_style_formidable-style input[type=submit]:active, .frm_forms.with_frm_style.frm_style_formidable-style input[type=submit]:focus {
  background: #efefef;
  border-color: #cccccc;
  color: #444444;
}

.frm_forms.with_frm_style.frm_style_formidable-style.frm_inline_top .frm_submit::before, .frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm_inline_submit::before {
  content: "before";
  font-family: "Aeonik, sans-serif";
  font-size: 15px;
  color: #3f4b5b;
  font-weight: normal;
  margin: 0;
  padding: 0 0 3px 0;
  width: auto;
  display: block;
  visibility: hidden;
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_blank_field .chosen-container-single .chosen-single, .frm_forms.with_frm_style.frm_style_formidable-style .frm_blank_field .chosen-container-multi .chosen-choices, .frm_forms.with_frm_style.frm_style_formidable-style .frm_blank_field .frm-card-element.StripeElement, .frm_forms.with_frm_style.frm_style_formidable-style .frm_blank_field .g-recaptcha iframe, .frm_forms.with_frm_style.frm_style_formidable-style .frm_blank_field .frm-g-recaptcha iframe, .frm_forms.with_frm_style.frm_style_formidable-style .frm_blank_field .mce-edit-area iframe, .frm_forms.with_frm_style.frm_style_formidable-style .frm_blank_field select, .frm_forms.with_frm_style.frm_style_formidable-style .frm_blank_field textarea, .frm_forms.with_frm_style.frm_style_formidable-style .frm_blank_field input[type=email], .frm_forms.with_frm_style.frm_style_formidable-style .frm_blank_field input[type=number], .frm_forms.with_frm_style.frm_style_formidable-style .frm_blank_field input[type=tel], .frm_forms.with_frm_style.frm_style_formidable-style .frm_blank_field input[type=url], .frm_forms.with_frm_style.frm_style_formidable-style .frm_blank_field input[type=password], .frm_forms.with_frm_style.frm_style_formidable-style .frm_blank_field input[type=text], .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field :invalid, .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields_error_style {
  color: #444444;
  background-color: #ffffff;
  border-color: #b94a48;
  border-width: 1px;
  border-style: solid;
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_total textarea, .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_total input, .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_total_big textarea, .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_total_big input {
  color: #555555;
  background-color: transparent;
  border: none;
  display: inline;
  width: auto;
  padding: 0;
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline input:hover, .frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline input {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  padding: 0;
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_checkbox label, .frm_forms.with_frm_style.frm_style_formidable-style .frm_radio label {
  font-family: "Aeonik, sans-serif";
  font-family: var(--font);
  font-size: 13px;
  font-size: var(--check-font-size);
  color: var(--wp--preset--color--black);
  color: var(--check-label-color);
  font-weight: normal;
  font-weight: var(--check-weight);
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_checkbox input[type=checkbox], .frm_forms.with_frm_style.frm_style_formidable-style .frm_radio input[type=radio] {
  font-size: 13px;
  font-size: var(--check-font-size);
  position: static;
  flex: none;
  display: inline-block;
  margin: 4px 5px 0 0;
  width: auto;
  border: none;
  vertical-align: baseline;
  position: initial;
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_file_container .frm_file_link, .frm_forms.with_frm_style.frm_style_formidable-style .frm_checkbox label .frm_file_container, .frm_forms.with_frm_style.frm_style_formidable-style .frm_radio label .frm_file_container {
  display: inline-block;
  margin: 5px;
  vertical-align: middle;
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_success_style, .frm_forms.with_frm_style.frm_style_formidable-style .frm_message {
  margin: 5px 0 15px;
  border: 1px solid #d6e9c6;
  border-color: var(--wp--preset--color--black);
  border-color: var(--success-border-color);
  background-color: var(--wp--preset--color--black);
  background-color: var(--success-bg-color);
  color: var(--wp--preset--color--black);
  color: var(--success-text-color);
  border-radius: 0;
  border-radius: var(--border-radius);
  font-size: 16px;
  font-size: var(--success-font-size);
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm-grid th, .frm_forms.with_frm_style.frm_style_formidable-style .frm-grid td {
  padding: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--wp--preset--color--black);
  border-color: var(--border-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm-alt-table td, .frm_forms.with_frm_style.frm_style_formidable-style .frm-alt-table th {
  background-color: transparent;
  vertical-align: top;
  text-align: left;
  padding: 20px;
  border-color: transparent;
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields .frm_fields_container, .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields .frm_section_heading, .frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_container, .frm_forms.with_frm_style.frm_style_formidable-style .frm_combo_inputs_container {
  display: grid;
  grid-template-columns: repeat(12, 6.5%);
  grid-auto-rows: max-content;
  grid-gap: 0 2%;
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm_full > input:not([type=checkbox]):not([type=radio]):not([type=button]), .frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm_full textarea, .frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm_full select, .frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm_full .wp-editor-wrap, .frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm_full, .frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm12 {
  width: 100% !important;
  grid-column: span 12/span 12;
  box-sizing: border-box;
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm_last, .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_last, .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_alignright {
  grid-column-end: -1;
  grid-row-start: span 100;
  justify-content: end;
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_left_container, .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_inline_container, .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_right_container {
  display: grid;
  grid-template-columns: 25% auto;
  width: 100%;
  grid-auto-rows: min-content;
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_left_container .frm_primary_label, .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_inline_container .frm_primary_label, .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_right_container .frm_primary_label {
  margin-right: 10px;
  grid-row: span 2/span 2;
  padding-top: 4px;
}

@font-face {
  font-family: s11-fp;
  src: url("../../../../plugins/formidable/fonts/s11-fp.ttf?v=7") format("truetype"), url("../../../../plugins/formidable/fonts/s11-fp.woff?v=7") format("woff"), url("../../../../plugins/formidable/fonts/s11-fp.svg?v=7#s11-fp") format("svg");
  font-weight: normal;
  font-style: normal;
}
.frm_forms.with_frm_style.frm_style_formidable-style {
  --form-width: 100%;
  --form-align: left;
  --direction: ltr;
  --fieldset: 0px;
  --fieldset-color: var(--wp--preset--color--black);
  --fieldset-padding: 0 0 15px 0;
  --fieldset-bg-color: transparent;
  --title-size: 40px;
  --title-color: var(--wp--preset--color--black);
  --title-margin-top: 10px;
  --title-margin-bottom: 60px;
  --form-desc-size: 16px;
  --form-desc-color: var(--wp--preset--color--black);
  --form-desc-margin-top: 10px;
  --form-desc-margin-bottom: 25px;
  --font: Aeonik, sans-serif;
  --font-size: 16px;
  --weight: 400;
  --position: none;
  --align: left;
  --width: 150px;
  --required-color: var(--wp--preset--color--black);
  --required-weight: 400;
  --label-padding: 0 0 7px 0;
  --label-color: var(--wp--preset--color--black);
  --label-font: Aeonik, sans-serif;
  --label-weight: 400;
  --description-font-size: 17px;
  --description-color: var(--wp--preset--color--black);
  --description-weight: normal;
  --description-style: normal;
  --description-align: left;
  --description-margin: 0;
  --field-font-size: 18px;
  --field-height: 60px;
  --line-height: 60px;
  --field-width: 100%;
  --auto-width: 100%;
  --field-pad: 10px 15px;
  --field-margin: 20px;
  --field-weight: 400;
  --text-color: var(--wp--preset--color--black);
  --border-color: var(--wp--preset--color--black);
  --field-border-width: 1px;
  --field-border-style: solid;
  --bg-color: var(--wp--preset--color--white);
  --bg-color-active: var(--wp--preset--color--white);
  --border-color-active: var(--wp--preset--color--black);
  --text-color-error: var(--wp--preset--color--black);
  --bg-color-error: var(--wp--preset--color--white);
  --border-color-error: var(--wp--preset--color--black);
  --border-width-error: 1px;
  --border-style-error: solid;
  --bg-color-disabled: var(--wp--preset--color--black);
  --border-color-disabled: var(--wp--preset--color--black);
  --text-color-disabled: var(--wp--preset--color--black);
  --radio-align: block;
  --check-align: block;
  --check-font-size: 13px;
  --check-label-color: var(--wp--preset--color--black);
  --check-weight: normal;
  --section-font-size: 26px;
  --section-color: var(--wp--preset--color--black);
  --section-weight: 700;
  --section-pad: 0 0 7p 0;
  --section-mar-top: 0;
  --section-mar-bottom: 0;
  --section-bg-color: transparent;
  --section-border-color: transparent;
  --section-border-width: none;
  --section-border-style: solid;
  --section-border-loc: -top;
  --collapse-pos: after;
  --submit-font-size: 15px;
  --submit-width: auto;
  --submit-height: auto;
  --submit-bg-color: var(--wp--preset--color--black);
  --submit-border-color: var(--wp--preset--color--black);
  --submit-border-width: 1px;
  --submit-text-color: var(--wp--preset--color--white);
  --submit-weight: normal;
  --submit-border-radius: 0;
  --submit-margin: 10px;
  --submit-padding: 10px 20px;
  --submit-shadow-color: transparent;
  --submit-hover-bg-color: var(--wp--preset--color--black);
  --submit-hover-color: var(--wp--preset--color--white);
  --submit-hover-border-color: var(--wp--preset--color--black);
  --submit-active-bg-color: var(--wp--preset--color--black);
  --submit-active-color: var(--wp--preset--color--white);
  --submit-active-border-color: var(--wp--preset--color--black);
  --border-radius: 0;
  --error-bg: var(--wp--preset--color--black);
  --error-border: var(--wp--preset--color--black);
  --error-text: var(--wp--preset--color--white);
  --error-font-size: 16px;
  --success-bg-color: var(--wp--preset--color--black);
  --success-border-color: var(--wp--preset--color--black);
  --success-text-color: var(--wp--preset--color--black);
  --success-font-size: 16px;
  --progress-bg-color: var(--wp--preset--color--black);
  --progress-active-color: var(--wp--preset--color--white);
  --progress-active-bg-color: var(--wp--preset--color--black);
  --progress-color: var(--wp--preset--color--black);
  --progress-border-color: var(--wp--preset--color--black);
  --progress-border-size: 1px;
  --progress-size: 30px;
  --toggle-font-size: 15px;
  --toggle-on-color: var(--wp--preset--color--black);
  --toggle-off-color: var(--wp--preset--color--black);
  --slider-font-size: 24px;
  --slider-color: var(--wp--preset--color--white);
  --slider-bar-color: var(--wp--preset--color--black);
  --date-head-bg-color: var(--wp--preset--color--black);
  --date-head-color: var(--wp--preset--color--white);
  --date-band-color: var(--wp--preset--color--black);
  --box-shadow: none;
  --progress-border-color-b: var(--wp--preset--color--black);
  --image-size: 150px;
  text-align: left;
  text-align: var(--form-align);
  max-width: 100%;
  direction: ltr;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_button {
  text-decoration: none !important;
  border: 1px solid #eee;
  display: inline-block;
  padding: 10px 20px;
  padding: var(--submit-padding);
  border-radius: 0;
  border-radius: var(--border-radius);
  font-size: 15px;
  font-size: var(--submit-font-size);
  font-family: "Aeonik, sans-serif";
  font-family: var(--font);
  font-weight: normal;
  font-weight: var(--submit-weight);
  color: var(--wp--preset--color--white);
  color: var(--submit-text-color);
  background: var(--wp--preset--color--black);
  background: var(--submit-bg-color);
  border-width: 1px;
  border-width: var(--submit-border-width);
  border-color: var(--wp--preset--color--black);
  border-color: var(--submit-border-color);
  height: auto;
  height: var(--submit-height);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_button.frm_hidden {
  display: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_button.frm_inverse {
  color: var(--wp--preset--color--black);
  color: var(--submit-bg-color);
  background: var(--wp--preset--color--white);
  background: var(--submit-text-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_button .frm_icon_font:before {
  font-size: 15px;
  font-size: var(--submit-font-size);
}
.frm_forms.with_frm_style.frm_style_formidable-style form {
  text-align: left;
  text-align: var(--form-align);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-show-form div.frm_description p {
  text-align: left;
  text-align: var(--form-align);
  font-size: 16px;
  font-size: var(--form-desc-size);
  color: var(--wp--preset--color--black);
  color: var(--form-desc-color);
  margin-top: 10px;
  margin-top: var(--form-desc-margin-top);
  margin-bottom: 25px;
  margin-bottom: var(--form-desc-margin-bottom);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-show-form .frm_color_block.frm_section_heading h3 {
  border-width: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-show-form .frm_section_heading h3 {
  padding: 15px 0 3px;
  margin: 0;
  font-size: 26px;
  font-size: var(--section-font-size);
  font-family: "Aeonik, sans-serif";
  font-family: var(--font);
  font-weight: 700;
  font-weight: var(--section-weight);
  color: var(--wp--preset--color--black);
  color: var(--section-color);
  border: none;
  background-color: transparent;
  background-color: var(--section-bg-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style fieldset {
  min-width: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style fieldset fieldset {
  border: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields {
  opacity: 1;
  transition: opacity 0.1s linear;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields > fieldset {
  border-width: 0px;
  border-width: var(--fieldset);
  border-style: solid;
  border-color: var(--wp--preset--color--black);
  border-color: var(--fieldset-color);
  margin: 0;
  padding: 0 0 15px 0;
  padding: var(--fieldset-padding);
  background-color: transparent;
  background-color: var(--fieldset-bg-color);
  font-family: var(--font);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_doing_ajax {
  opacity: 0.5;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field {
  clear: both;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_html_container {
  font-size: 16px;
  font-size: var(--form-desc-size);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field .frm_show_it {
  font-size: 18px;
  font-size: var(--field-font-size);
  font-weight: 400;
  font-weight: var(--field-weight);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_required {
  color: var(--wp--preset--color--black);
  color: var(--required-color);
  font-weight: 400;
  font-weight: var(--required-weight);
}
.frm_forms.with_frm_style.frm_style_formidable-style select {
  width: 100%;
  width: var(--auto-width);
  max-width: 100%;
}
.frm_forms.with_frm_style.frm_style_formidable-style select.auto_width {
  width: auto;
}
.frm_forms.with_frm_style.frm_style_formidable-style select.frm_time_select {
  white-space: pre;
  display: inline;
}
.frm_forms.with_frm_style.frm_style_formidable-style textarea {
  vertical-align: top;
  height: auto;
}
.frm_forms.with_frm_style.frm_style_formidable-style textarea.auto_width {
  width: auto;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container {
  font-size: 18px;
  font-size: var(--field-font-size);
  position: relative;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  width: 100% !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container * {
  box-sizing: border-box;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container .chosen-drop {
  background: #ffffff;
  border: 1px solid #a1a1a1;
  border-top: 0;
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(100% 100%);
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container a {
  cursor: pointer;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container .chosen-results {
  cursor: text;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  color: var(--wp--preset--color--black);
  color: var(--text-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container .chosen-results li:before {
  background: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container .chosen-results li span {
  color: var(--wp--preset--color--black);
  color: var(--text-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #cccccc;
  cursor: default;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container .chosen-results li.highlighted {
  background-color: #2568c4;
  background-image: linear-gradient(#2568c4 20%, #2a62bc 90%);
  color: #ffffff;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  clip-path: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container .search-choice .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container .search-choice .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #a1a1a1;
  background-color: #ffffff;
  cursor: text;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0 !important;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666666;
  font-size: 100%;
  font-family: "Aeonik, sans-serif";
  line-height: normal;
  border-radius: 0;
  width: 25px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 1px 5px 1px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #a1a1a1;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eee;
  background-image: linear-gradient(#f4f4f4 20%, #eee 50%, #eaeaea 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #444444;
  line-height: 13px;
  cursor: default;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../../../../plugins/formidable-pro/images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #cccccc;
  background-color: #eaeaea;
  background-image: linear-gradient(#f4f4f4 20%, #eee 50%, #eaeaea 52%, #eee 100%);
  color: #666666;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d3d3d3;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #cccccc;
  cursor: default;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single .chosen-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single .chosen-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 6px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url("../../../../plugins/formidable-pro/images/chosen-sprite.png") -42px 1px no-repeat;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single .chosen-single div {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single .chosen-single div b {
  background: url("../../../../plugins/formidable-pro/images/chosen-sprite.png") no-repeat 0 2px;
  display: block;
  width: 100%;
  height: 100%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single .chosen-default {
  color: #999999;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single .chosen-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single .chosen-search input[type=text] {
  width: 100% !important;
  max-width: 100% !important;
  height: auto;
  background: url("../../../../plugins/formidable-pro/images/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: "Aeonik, sans-serif";
  line-height: normal;
  border-radius: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 0 0;
  background-clip: padding-box;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single.chosen-container-active .chosen-single {
  border: 1px solid #579af6;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #a1a1a1;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0 1px 0 #ffffff inset;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(100% 100%);
}
.frm_forms.with_frm_style.frm_style_formidable-style input[type=file] {
  color: var(--wp--preset--color--black);
  color: var(--text-color);
  padding: 0;
  font-family: var(--font);
  font-size: 18px;
  font-size: var(--field-font-size);
  display: initial;
}
.frm_forms.with_frm_style.frm_style_formidable-style input[type=file].frm_transparent {
  color: transparent;
}
.frm_forms.with_frm_style.frm_style_formidable-style select[multiple=multiple] {
  height: auto;
}
.frm_forms.with_frm_style.frm_style_formidable-style .wp-editor-wrap {
  width: 100%;
  width: var(--field-width);
  max-width: 100%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .wp-editor-container {
  border: 1px solid #e5e5e5;
}
.frm_forms.with_frm_style.frm_style_formidable-style .wp-editor-container textarea {
  border: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .mceIframeContainer {
  background-color: var(--wp--preset--color--white);
  background-color: var(--bg-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_primary_label {
  max-width: 100%;
  font-family: "Aeonik, sans-serif";
  font-family: var(--label-font);
  font-size: 16px;
  font-size: var(--font-size);
  font-weight: 400;
  font-weight: var(--label-weight);
  line-height: 1.2;
  color: var(--wp--preset--color--black);
  color: var(--label-color);
  text-align: left;
  text-align: var(--align);
  padding: 0 0 7px 0;
  padding: var(--label-padding);
  margin: 0;
  width: auto;
  display: block;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_container .frm_primary_label {
  margin-right: 10px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_container.frm_grid_first .frm_primary_label {
  margin-right: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_container.frm_grid_first .frm_opt_container {
  margin-right: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_container.frm_grid .frm_primary_label {
  margin-right: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_container.frm_grid .frm_opt_container {
  margin-right: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_container.frm_grid_odd .frm_primary_label {
  margin-right: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_container.frm_grid_odd .frm_opt_container {
  margin-right: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_pos_center {
  text-align: center;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_pos_none {
  display: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_pos_hidden {
  visibility: hidden;
  white-space: nowrap;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_inside_container .frm_primary_label {
  opacity: 0;
  transition: opacity 0.1s linear;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_inside_container label.frm_visible {
  opacity: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_description {
  clear: both;
}
.frm_forms.with_frm_style.frm_style_formidable-style select[multiple=multiple] {
  height: auto;
  line-height: normal;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_catlevel_2 {
  margin-left: 18px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_catlevel_3 {
  margin-left: 18px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_catlevel_4 {
  margin-left: 18px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_catlevel_5 {
  margin-left: 18px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .auto_width input {
  width: auto;
}
.frm_forms.with_frm_style.frm_style_formidable-style .auto_width #loginform input {
  width: auto;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_repeat_buttons {
  white-space: nowrap;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit {
  clear: both;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit input[type=submit] {
  cursor: pointer;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit input[type=button] {
  cursor: pointer;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit button {
  cursor: pointer;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_success .frm_submit {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_success .frm_submit .frm_message {
  flex: 1;
  margin: 0;
  padding-left: 10px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_success.frm_alignright_success .frm_submit .frm_message {
  text-align: right;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-edit-page-btn {
  cursor: pointer;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_prev .frm_ajax_loading {
  visibility: visible !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_form .frm_ajax_loading {
  visibility: visible !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_radio {
  display: block;
  display: var(--radio-align);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_radio label {
  display: inline;
  white-space: normal;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_radio input[type=radio] {
  border-radius: 50%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_checkbox {
  display: block;
  display: var(--check-align);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_checkbox label {
  display: inline;
  white-space: normal;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_checkbox input[type=checkbox] {
  border-radius: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .horizontal_radio .frm_checkbox {
  display: inline-block;
}
.frm_forms.with_frm_style.frm_style_formidable-style .horizontal_radio .frm_radio {
  display: inline-block;
}
.frm_forms.with_frm_style.frm_style_formidable-style :invalid {
  box-shadow: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style :-moz-submit-invalid {
  box-shadow: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style :-moz-ui-invalid {
  box-shadow: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_error_style {
  border-radius: 0;
  border-radius: var(--border-radius);
  padding: 15px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_error_style img {
  padding-right: 10px;
  vertical-align: middle;
  border: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_trigger {
  cursor: pointer;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_trigger span {
  float: left;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_message {
  border-radius: var(--border-radius);
  padding: 15px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_message p {
  margin-bottom: 5px;
  color: var(--wp--preset--color--black);
  color: var(--success-text-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-alt-table {
  border-color: var(--wp--preset--color--black);
  border-color: var(--border-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_grid .frm_primary_label {
  float: right !important;
  margin-right: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_grid .frm_radio {
  float: right !important;
  margin-right: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_grid .frm_radio label input {
  float: left;
}
.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_grid .frm_checkbox {
  float: right !important;
  margin-right: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_grid .frm_checkbox label input {
  float: left;
}
.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_grid_first .frm_primary_label {
  float: right !important;
  margin-right: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_grid_first .frm_radio {
  float: right !important;
  margin-right: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_grid_first .frm_radio label input {
  float: left;
}
.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_grid_first .frm_checkbox {
  float: right !important;
  margin-right: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_grid_first .frm_checkbox label input {
  float: left;
}
.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_grid_odd .frm_primary_label {
  float: right !important;
  margin-right: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_grid_odd .frm_radio {
  float: right !important;
  margin-right: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_grid_odd .frm_radio label input {
  float: left;
}
.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_grid_odd .frm_checkbox {
  float: right !important;
  margin-right: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_grid_odd .frm_checkbox label input {
  float: left;
}
.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_catlevel_2 {
  margin-right: 18px;
}
.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_catlevel_3 {
  margin-right: 18px;
}
.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_catlevel_4 {
  margin-right: 18px;
}
.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_catlevel_5 {
  margin-right: 18px;
}
.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl .frm_form_fields .star-rating {
  float: right;
}
.frm_forms.with_frm_style.frm_style_formidable-style.frm_rtl div > .frm_time_select {
  margin-right: 5px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid {
  clear: both;
  margin-bottom: 0 !important;
  padding: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--wp--preset--color--black);
  border-color: var(--border-color);
  border-left: none;
  border-right: none;
  border-top: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid.frm_blank_field {
  background-color: var(--wp--preset--color--black);
  background-color: var(--error-bg);
  border-color: var(--wp--preset--color--black);
  border-color: var(--error-bg);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_first {
  clear: both;
  margin-bottom: 0 !important;
  padding: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--wp--preset--color--black);
  border-color: var(--border-color);
  border-left: none;
  border-right: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_first.frm_blank_field {
  background-color: var(--wp--preset--color--black);
  background-color: var(--error-bg);
  border-color: var(--wp--preset--color--black);
  border-color: var(--error-bg);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_odd {
  clear: both;
  margin-bottom: 0 !important;
  padding: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--wp--preset--color--black);
  border-color: var(--border-color);
  border-left: none;
  border-right: none;
  border-top: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_odd.frm_blank_field {
  background-color: var(--wp--preset--color--black);
  background-color: var(--error-bg);
  border-color: var(--wp--preset--color--black);
  border-color: var(--error-bg);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_time_wrap {
  white-space: nowrap;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_repeat_sec {
  margin-bottom: 20px;
  margin-bottom: var(--field-margin);
  margin-top: 20px;
  margin-top: var(--field-margin);
  padding-bottom: 15px;
  border-bottom: 2px solid #eaeaea;
  border-bottom-width: none;
  border-bottom-width: var(--section-border-width);
  border-bottom-style: solid;
  border-bottom-style: var(--section-border-style);
  border-color: transparent;
  border-color: var(--section-border-color);
  position: relative;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_repeat_sec:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_repeat_inline {
  clear: both;
  position: relative;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_input_group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_input_group.frm_hidden {
  display: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_input_group .chosen-container {
  position: relative;
  flex: 1 1 auto;
  width: 1% !important;
  min-width: 0;
  margin-bottom: 0;
  display: block;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_input_group .chosen-container + .frm_inline_box {
  margin-left: -1px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_input_group > select {
  position: relative;
  flex: 1 1 auto;
  width: 1% !important;
  min-width: 0;
  margin-bottom: 0;
  display: block;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_input_group > input {
  position: relative;
  flex: 1 1 auto;
  width: 1% !important;
  min-width: 0;
  margin-bottom: 0;
  display: block;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_input_group.frm_with_pre .chosen-single {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_input_group.frm_with_pre > select {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_input_group.frm_with_pre > input {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_input_group.frm_with_pre .chosen-container-multi .chosen-choices {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_input_group.frm_with_post .chosen-single {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_input_group.frm_with_post > select {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_input_group.frm_with_post > input {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_input_group.frm_with_post .chosen-container-multi .chosen-choices {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_input_group .frm_inline_box:first-child {
  margin-right: -1px;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_input_group select + .frm_inline_box {
  margin-left: -1px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_input_group input + .frm_inline_box {
  margin-left: -1px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_box {
  display: flex;
  text-align: center;
  align-items: center;
  font-size: 90%;
  padding: 0 10px;
  color: var(--wp--preset--color--black);
  color: var(--progress-color);
  border: 1px solid #bfc3c8;
  border-color: var(--wp--preset--color--black);
  border-color: var(--border-color);
  border-width: 1px;
  border-width: var(--field-border-width);
  border-style: solid;
  border-style: var(--field-border-style);
  background-color: var(--wp--preset--color--black);
  background-color: var(--progress-bg-color);
  border-radius: 0;
  border-radius: var(--border-radius);
  width: auto;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_total input {
  background-color: transparent;
  border: none;
  width: auto;
  box-shadow: none !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_total .frm_inline_box {
  background-color: transparent !important;
  border-width: 0 !important;
  box-shadow: none !important;
  color: var(--wp--preset--color--black);
  color: var(--text-color);
  padding: 0 3px 0 1px !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_total_big input {
  background-color: transparent;
  border: none;
  width: auto;
  box-shadow: none !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_total_big .frm_inline_box {
  background-color: transparent !important;
  border-width: 0 !important;
  box-shadow: none !important;
  color: var(--wp--preset--color--black);
  color: var(--text-color);
  padding: 0 3px 0 1px !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_total {
  padding: 0 3px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_scale {
  margin-right: 15px;
  text-align: center;
  float: left;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_scale input {
  display: block;
  margin: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style input[type=file]::-webkit-file-upload-button {
  color: var(--wp--preset--color--black);
  color: var(--text-color);
  background-color: var(--wp--preset--color--white);
  background-color: var(--bg_color);
  padding: 10px 15px;
  padding: var(--field-pad);
  border-radius: 0;
  border-radius: var(--border-radius);
  border-color: var(--wp--preset--color--black);
  border-color: var(--border-color);
  border-width: 1px;
  border-width: var(--field-border-width);
  border-style: solid;
  border-style: var(--field-border-style);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_range_unit {
  display: inline-block;
  padding-left: 2px;
  padding-right: 2px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_range_value {
  display: inline-block;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 24px;
  font-size: var(--slider-font-size);
  color: #555555;
  color: var(--wp--preset--color--black);
  color: var(--text-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_range_value + .frm_range_unit {
  font-size: 24px;
  font-size: var(--slider-font-size);
  color: var(--wp--preset--color--black);
  color: var(--text-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_range_container {
  padding-top: 5px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_range_container > .frm_range_unit {
  font-size: 24px;
  font-size: var(--slider-font-size);
  color: var(--wp--preset--color--black);
  color: var(--text-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_range_container input + .frm_range_value {
  text-align: center;
  display: block;
}
.frm_forms.with_frm_style.frm_style_formidable-style input[type=range] {
  box-shadow: none !important;
  border: none !important;
  cursor: pointer;
  padding: 0;
  background: transparent !important;
  display: block;
  width: 100%;
  margin: 15px 0 8px;
  font-size: 14px;
  height: auto;
}
.frm_forms.with_frm_style.frm_style_formidable-style input[type=range]:active {
  outline: none;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style input[type=range]:focus {
  outline: none;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_range_max {
  float: right;
}
.frm_forms.with_frm_style.frm_style_formidable-style input[type=range]::-webkit-slider-runnable-track {
  border-radius: 0;
  border-radius: var(--border-radius);
  border: none;
  height: 5px;
  background-color: var(--wp--preset--color--black);
  background-color: var(--slider-bar-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style input[type=range]::-moz-range-track {
  border-radius: 0;
  border-radius: var(--border-radius);
  border: none;
  height: 5px;
  background-color: var(--wp--preset--color--black);
  background-color: var(--slider-bar-color);
  border-color: transparent;
  border-width: 39px 0;
  color: transparent;
  background-color: var(--wp--preset--color--black);
  background-color: var(--toggle-off-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style input[type=range]::-moz-range-progress {
  border-radius: 0;
  border-radius: var(--border-radius);
  border: none;
  height: 5px;
  background-color: var(--wp--preset--color--black);
  background-color: var(--slider-bar-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style input[type=range]::-ms-fill-lower {
  border-radius: 0;
  border-radius: var(--border-radius);
  border: none;
  height: 5px;
  background-color: var(--wp--preset--color--black);
  background-color: var(--slider-bar-color);
  background-color: var(--wp--preset--color--black);
  background-color: var(--toggle-off-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style input[type=range]::-ms-fill-upper {
  border-radius: 0;
  border-radius: var(--border-radius);
  border: none;
  height: 5px;
  background-color: var(--wp--preset--color--black);
  background-color: var(--slider-bar-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style input[type=range]::-webkit-slider-thumb {
  height: 24px;
  width: 24px;
  border-radius: 24px;
  border: 1px solid #2568c4;
  color: #ffffff;
  background: #ffffff;
  cursor: pointer;
  margin-top: -10px;
  box-shadow: 0 2px 6px rgba(41, 58, 82, 0.31);
}
.frm_forms.with_frm_style.frm_style_formidable-style input[type=range]::-moz-range-thumb {
  height: 24px;
  width: 24px;
  border-radius: 24px;
  border: 1px solid #2568c4;
  color: #ffffff;
  background: #ffffff;
  cursor: pointer;
}
.frm_forms.with_frm_style.frm_style_formidable-style input[type=range]::-ms-thumb {
  height: 24px;
  width: 24px;
  border-radius: 24px;
  border: 1px solid #2568c4;
  color: #ffffff;
  background: #ffffff;
  cursor: pointer;
}
.frm_forms.with_frm_style.frm_style_formidable-style input[type=range]::-moz-focus-outer {
  border: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone {
  border-color: var(--wp--preset--color--black);
  border-color: var(--border-color);
  border-radius: 0;
  border-radius: var(--border-radius);
  color: var(--wp--preset--color--black);
  color: var(--text-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-remove {
  color: var(--wp--preset--color--black);
  color: var(--text-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview .dz-progress {
  background: var(--wp--preset--color--black);
  background: var(--progress-bg-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview .dz-progress .dz-upload {
  background: var(--wp--preset--color--black);
  background: var(--progress-active-bg-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview.dz-complete .dz-progress {
  background: var(--wp--preset--color--black);
  background: var(--progress-active-bg-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .frm_upload_icon:before {
  color: var(--wp--preset--color--black);
  color: var(--text-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-summary-page-wrapper {
  padding: 50px;
  margin: 25px 0 50px;
  border: 1px solid #bfc3c8;
  border-color: var(--wp--preset--color--black);
  border-color: var(--border-color);
  border-radius: 0;
  border-radius: var(--border-radius);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-summary-page-wrapper .frm-edit-page-btn {
  float: right;
  margin: 0;
  padding: 3px 10px;
  font-size: 13px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-disabled .chosen-single {
  cursor: default;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-rtl {
  text-align: right;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-rtl .chosen-choices li {
  float: right;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-rtl .chosen-choices li.search-choice {
  margin: 1px 5px 1px 0;
  padding: 3px 5px 3px 19px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: url("../../../../plugins/formidable-pro/images/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_repeat_grid {
  position: relative;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_hidden_container .frm_primary_label {
  visibility: hidden;
  white-space: nowrap;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_none_container .frm_primary_label {
  display: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_section_heading.frm_hide_section {
  margin-top: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .quicktags-toolbar input {
  font-size: 12px !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style input.auto_width {
  width: auto;
}
.frm_forms.with_frm_style.frm_style_formidable-style.frm_center_submit .frm_submit {
  text-align: center;
}
.frm_forms.with_frm_style.frm_style_formidable-style.frm_center_submit .frm_submit input[type=submit] {
  margin-bottom: 8px !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style.frm_center_submit .frm_submit input[type=button] {
  margin-bottom: 8px !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style.frm_center_submit .frm_submit button {
  margin-bottom: 8px !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style.frm_center_submit .frm_submit .frm_ajax_loading {
  display: block;
  margin: 0 auto;
}
.frm_forms.with_frm_style.frm_style_formidable-style a.frm_save_draft {
  font-family: "Aeonik, sans-serif";
  font-family: var(--font);
  font-size: 15px;
  font-size: var(--submit-font-size);
  font-weight: normal;
  font-weight: var(--submit-weight);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_plain_success .frm_message {
  background-color: transparent;
  padding: 0;
  border: none;
  font-size: inherit;
  color: inherit;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_plain_success .frm_message p {
  color: inherit;
}
.frm_forms.with_frm_style.frm_style_formidable-style table.frm-grid {
  border-collapse: collapse;
  border: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_conf_field.frm_half label.frm_conf_label {
  overflow: hidden;
  white-space: nowrap;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_other_input.frm_other_full {
  margin-top: 10px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone .frm_upload_icon:before {
  color: var(--wp--preset--color--white);
  color: var(--submit-text-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_blank_field .frm_dropzone {
  border-color: var(--wp--preset--color--black);
  border-color: var(--border-color-error);
  color: var(--wp--preset--color--black);
  color: var(--text-color-error);
  background-color: var(--wp--preset--color--white);
  background-color: var(--bg-color-error);
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-active .chosen-choices {
  border: 1px solid #579af6;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #111 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_hidden {
  display: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_add_form_row.frm_hidden {
  display: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_add_form_row.frm_button.frm_hidden:last-child {
  display: inline-block;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_add_form_row.frm_icon_font.frm_hidden:last-child {
  display: inline-block;
}
.frm_forms.with_frm_style.frm_style_formidable-style input:checked + .frm_switch .frm_slider {
  background-color: var(--wp--preset--color--black);
  background-color: var(--toggle-on-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style input:checked + .frm_switch .frm_slider:before {
  transform: translateX(15px);
}
.frm_forms.with_frm_style.frm_style_formidable-style input:focus + .frm_switch .frm_slider {
  box-shadow: 0 0 1px #2568c4;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_transparent {
  color: transparent;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields_style {
  width: auto;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields_active_style {
  width: auto;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields_error_style {
  width: auto;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_preview_page {
  padding: 25px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_preview_page:before {
  content: normal !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_pos_none {
  display: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_visible {
  opacity: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_form .frm_form_field {
  grid-column: span 1/span 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_form .frm_submit {
  grid-column: span 1/span 1;
  margin: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_form .frm_submit input[type=submit] {
  margin-top: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_form .frm_submit button {
  margin-top: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm_inline_submit input[type=submit] {
  margin-top: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm_inline_submit button {
  margin-top: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm_inline {
  width: auto;
  grid-column: span 2/span 2;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm6 {
  grid-column: span 6/span 6;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm_half {
  grid-column: span 6/span 6;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm4 {
  grid-column: span 4/span 4;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm_third {
  grid-column: span 4/span 4;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm8 {
  grid-column: span 8/span 8;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm3 {
  grid-column: span 3/span 3;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm_fourth {
  grid-column: span 3/span 3;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm9 {
  grid-column: span 9/span 9;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm_fifth {
  grid-column: span 2/span 2;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm2 {
  grid-column: span 2/span 2;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm_sixth {
  grid-column: span 2/span 2;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm10 {
  grid-column: span 10/span 10;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm1 {
  grid-column: span 1/span 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm_seventh {
  grid-column: span 1/span 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm_eighth {
  grid-column: span 1/span 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm5 {
  grid-column: span 5/span 5;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm7 {
  grid-column: span 7/span 7;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm11 {
  grid-column: span 11/span 11;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_page_bar input {
  transition: background-color 0.1s ease;
  color: var(--wp--preset--color--black);
  color: var(--progress-color);
  background-color: var(--wp--preset--color--black);
  background-color: var(--progress-bg-color);
  font-size: 18px;
  border-width: 1px;
  border-width: var(--progress-border-size);
  border-style: solid;
  border-color: var(--wp--preset--color--black);
  border-color: var(--progress-border-color-b);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_page_bar input:disabled {
  transition: background-color 0.1s ease;
  color: var(--wp--preset--color--black);
  color: var(--progress-color);
  background-color: var(--wp--preset--color--black);
  background-color: var(--progress-bg-color);
  font-size: 18px;
  border-width: 1px;
  border-width: var(--progress-border-size);
  border-style: solid;
  border-color: var(--wp--preset--color--black);
  border-color: var(--progress-border-color-b);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_page_bar input:focus {
  outline: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_page_bar .frm_current_page input[type=button] {
  background-color: #eaeaea;
  border-color: #e5e5e5;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line input {
  width: 100%;
  border: none;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  box-shadow: inset 0 2px 10px -10px rgba(41, 58, 82, 0.31);
  margin: 5px 0;
  padding: 6px 0;
  border-radius: 0;
  font-size: 0;
  line-height: 15px;
  color: transparent !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line input.frm_page_back {
  background-color: var(--wp--preset--color--black);
  background-color: var(--progress-active-bg-color);
  border-color: #579af6;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line input:disabled {
  width: 100%;
  border: none;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  box-shadow: inset 0 2px 10px -10px rgba(41, 58, 82, 0.31);
  margin: 5px 0;
  padding: 6px 0;
  border-radius: 0;
  font-size: 0;
  line-height: 15px;
  color: transparent !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line.frm_show_lines input {
  border-left: 1px solid #3f4b5b;
  border-right: 1px solid #3f4b5b;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line.frm_show_lines input.frm_page_back {
  border-left-color: #579af6;
  border-right-color: #3f4b5b;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line.frm_show_lines .frm_current_page input[type=button] {
  border-right: 1px solid #3f4b5b;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line li:first-of-type input {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-left: 1px solid #579af6;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line li:last-of-type input {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-right: 1px solid #579af6;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line li:last-of-type input.frm_page_skip {
  border-right: 1px solid #e5e5e5;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line .frm_current_page input[type=button] {
  border-left: 1px solid #e5e5e5;
  color: transparent !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline input {
  width: 30px;
  height: 30px;
  min-height: auto;
  border-radius: 30px;
  padding: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline input:focus {
  border-color: var(--wp--preset--color--black);
  border-color: var(--progress-active-bg-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline.frm_no_numbers input {
  color: transparent !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline.frm_no_numbers .frm_current_page input[type=button] {
  color: transparent !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline .frm_current_page input[type=button] {
  border-color: #4386e2;
  background-color: #579af6;
  color: #ffffff;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_right_container {
  grid-template-columns: auto 25%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_right_container .frm_primary_label {
  grid-column: 2;
  grid-row: 1;
  margin-right: 0;
  margin-left: 10px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_right_container .frm_description {
  grid-column: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_right_container .frm_opt_container {
  padding-top: 4px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_alignright {
  float: right !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_left_inline {
  width: auto;
  grid-column: span 2/span 2;
  grid-column-start: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_first_inline {
  width: auto;
  grid-column: span 2/span 2;
  grid-column-start: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_inline {
  width: auto;
  grid-column: span 2/span 2;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_right_inline {
  width: auto;
  grid-column: span 2/span 2;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_last_inline {
  width: auto;
  grid-column: span 2/span 2;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_three_fifths {
  grid-column: span 6/span 6;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm6 {
  grid-column: span 6/span 6;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_left_half {
  grid-column: span 6/span 6;
  grid-column-start: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_right_half {
  grid-column: span 6/span 6;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_first_half {
  grid-column: span 6/span 6;
  grid-column-start: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_last_half {
  grid-column: span 6/span 6;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_half {
  grid-column: span 6/span 6;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_two_fifths {
  grid-column: span 4/span 4;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm4 {
  grid-column: span 4/span 4;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_left_third {
  grid-column: span 4/span 4;
  grid-column-start: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_third {
  grid-column: span 4/span 4;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_right_third {
  grid-column: span 4/span 4;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_first_third {
  grid-column: span 4/span 4;
  grid-column-start: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_last_third {
  grid-column: span 4/span 4;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm8 {
  grid-column: span 8/span 8;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_left_two_thirds {
  grid-column: span 8/span 8;
  grid-column-start: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_right_two_thirds {
  grid-column: span 8/span 8;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_first_two_thirds {
  grid-column: span 8/span 8;
  grid-column-start: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_last_two_thirds {
  grid-column: span 8/span 8;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_two_thirds {
  grid-column: span 8/span 8;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm3 {
  grid-column: span 3/span 3;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_left_fourth {
  grid-column: span 3/span 3;
  grid-column-start: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_fourth {
  grid-column: span 3/span 3;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_right_fourth {
  grid-column: span 3/span 3;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_first_fourth {
  grid-column: span 3/span 3;
  grid-column-start: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_last_fourth {
  grid-column: span 3/span 3;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_four_fifths {
  grid-column: span 9/span 9;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm9 {
  grid-column: span 9/span 9;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_three_fourths {
  grid-column: span 9/span 9;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_left_fifth {
  grid-column: span 2/span 2;
  grid-column-start: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_fifth {
  grid-column: span 2/span 2;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_right_fifth {
  grid-column: span 2/span 2;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_first_fifth {
  grid-column: span 2/span 2;
  grid-column-start: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_last_fifth {
  grid-column: span 2/span 2;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm2 {
  grid-column: span 2/span 2;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_sixth {
  grid-column: span 2/span 2;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_first_sixth {
  grid-column: span 2/span 2;
  grid-column-start: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_last_sixth {
  grid-column: span 2/span 2;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm10 {
  grid-column: span 10/span 10;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm1 {
  grid-column: span 1/span 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_seventh {
  grid-column: span 1/span 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_first_seventh {
  grid-column: span 1/span 1;
  grid-column-start: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_first_eighth {
  grid-column: span 1/span 1;
  grid-column-start: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_last_eighth {
  grid-column: span 1/span 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm5 {
  grid-column: span 5/span 5;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm7 {
  grid-column: span 7/span 7;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm11 {
  grid-column: span 11/span 11;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_first {
  grid-column-start: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_inline_container {
  grid-template-columns: repeat(2, minmax(auto, max-content));
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_inline_container .frm_description {
  grid-column: 2;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_inline_container .frm_opt_container {
  padding-top: 4px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_left_container .frm_primary_label {
  grid-column: 1;
  grid-row: span 2/span 2;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_left_container .frm_description {
  grid-column: 2;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_left_container .frm_opt_container {
  padding-top: 4px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_two_col .frm_opt_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: max-content;
  grid-gap: 0 2.5%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_two_col .frm_radio {
  grid-column-end: span 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_two_col .frm_checkbox {
  grid-column-end: span 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_three_col .frm_opt_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: max-content;
  grid-gap: 0 2.5%;
  grid-template-columns: repeat(3, 1fr);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_three_col .frm_radio {
  grid-column-end: span 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_three_col .frm_checkbox {
  grid-column-end: span 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_four_col .frm_opt_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: max-content;
  grid-gap: 0 2.5%;
  grid-template-columns: repeat(4, 1fr);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_four_col .frm_radio {
  grid-column-end: span 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_four_col .frm_checkbox {
  grid-column-end: span 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field .frm_checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field .frm_checkbox.frm_image_option {
  margin: 10px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field .frm_checkbox.frm_image_option + .frm_checkbox {
  margin: 10px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field .frm_checkbox + .frm_checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field .frm_radio {
  margin-top: 0;
  margin-bottom: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field .frm_radio.frm_image_option {
  margin: 10px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field .frm_radio.frm_image_option + .frm_radio {
  margin: 10px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field .frm_radio + .frm_radio {
  margin-top: 0;
  margin-bottom: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_html_scroll_box {
  height: 100px;
  overflow: auto;
  background-color: var(--wp--preset--color--white);
  background-color: var(--bg-color);
  border-color: var(--wp--preset--color--black);
  border-color: var(--border-color);
  border-width: 1px;
  border-width: var(--field-border-width);
  border-style: solid;
  border-style: var(--field-border-style);
  border-radius: 0;
  border-radius: var(--border-radius);
  width: 100%;
  width: var(--field-width);
  max-width: 100%;
  font-size: 18px;
  font-size: var(--field-font-size);
  padding: 10px 15px;
  padding: var(--field-pad);
  box-sizing: border-box;
  outline: none;
  font-weight: normal;
  box-shadow: none;
  box-shadow: var(--box-shadow);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_total_big input {
  opacity: 1;
  background-color: transparent !important;
  border: none !important;
  font-weight: bold;
  width: auto !important;
  height: auto !important;
  box-shadow: none !important;
  display: inline;
  padding: 0;
  font-size: 32px;
  font-weight: bold;
  line-height: 44px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_total_big input:focus {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_total_big textarea {
  opacity: 1;
  background-color: transparent !important;
  border: none !important;
  font-weight: bold;
  width: auto !important;
  height: auto !important;
  box-shadow: none !important;
  display: inline;
  padding: 0;
  font-size: 32px;
  font-weight: bold;
  line-height: 44px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_total_big textarea:focus {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_total_big .frm_total_formatted {
  margin: 0;
  font-size: 32px;
  font-weight: bold;
  line-height: 44px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_total_big input[type=text] {
  font-size: 32px;
  font-weight: bold;
  line-height: 44px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_total_big input[type=number] {
  font-size: 32px;
  font-weight: bold;
  line-height: 44px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_total input {
  opacity: 1;
  background-color: transparent !important;
  border: none !important;
  font-weight: bold;
  width: auto !important;
  height: auto !important;
  box-shadow: none !important;
  display: inline;
  padding: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_total input:focus {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_total textarea {
  opacity: 1;
  background-color: transparent !important;
  border: none !important;
  font-weight: bold;
  width: auto !important;
  height: auto !important;
  box-shadow: none !important;
  display: inline;
  padding: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_total textarea:focus {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_capitalize input {
  text-transform: capitalize;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_capitalize select {
  text-transform: capitalize;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_capitalize .frm_opt_container label {
  text-transform: capitalize;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field div.frm_repeat_grid .frm_add_form_row {
  display: inline-block;
  visibility: visible;
  pointer-events: auto;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field div.frm_repeat_grid .frm_add_form_row.frm_hide_add_button {
  transition: opacity 0.15s ease-in-out;
  pointer-events: none;
  visibility: hidden;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field div.frm_repeat_inline .frm_add_form_row {
  display: inline-block;
  visibility: visible;
  pointer-events: auto;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field div.frm_repeat_inline .frm_add_form_row.frm_hide_add_button {
  transition: opacity 0.15s ease-in-out;
  pointer-events: none;
  visibility: hidden;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field .frm_total_formatted {
  display: inline-block;
  margin: 5px 0 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_last_seventh.frm_form_field.frm_eighth {
  grid-column: span 1/span 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_scroll_box .frm_opt_container {
  height: 100px;
  overflow: auto;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_label_justify .frm_primary_label {
  text-align: justify !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field .frm_repeat_sec .frm_add_form_row {
  transition: opacity 0.15s ease-in-out;
  pointer-events: none;
  display: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field .frm_repeat_grid ~ .frm_repeat_grid .frm_form_field .frm_primary_label {
  display: none !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_full .frm_dropzone.dz-clickable.frm_single_upload {
  max-width: 100%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_full .frm_dropzone.dz-clickable.frm_single_upload .dz-message {
  margin: 0.5em 0 1em;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_full_upload .frm_dropzone.dz-clickable.frm_single_upload {
  max-width: 100%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_full_upload .frm_dropzone.dz-clickable.frm_single_upload .dz-message {
  margin: 0.5em 0 1em;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_submit_style {
  height: auto;
  width: auto;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_ajax_loading {
  visibility: hidden;
  width: auto;
}
.frm_forms.with_frm_style.frm_style_formidable-style a.frm_save_draft {
  cursor: pointer;
}
.frm_forms.with_frm_style.frm_style_formidable-style a.frmfont {
  text-decoration: none !important;
  box-shadow: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style a.frmfont:hover.frm_icon_font {
  text-decoration: none !important;
  box-shadow: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style a.frm_icon_font {
  text-decoration: none !important;
  box-shadow: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style a.frm_icon_font:hover {
  text-decoration: none !important;
  box-shadow: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .horizontal_radio .frm_radio {
  margin: 0 5px 0 0;
  display: inline-block;
  padding-left: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .horizontal_radio .frm_radio.frm_image_option {
  padding-left: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .horizontal_radio .frm_checkbox {
  margin: 0;
  margin-right: 5px;
  display: inline-block;
  padding-left: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .horizontal_radio .frm_checkbox.frm_image_option {
  padding-left: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .horizontal_radio .frm_catlevel_1 {
  display: inline-block;
  padding-left: 0;
  display: inline-block;
}
.frm_forms.with_frm_style.frm_style_formidable-style .vertical_radio .frm_checkbox {
  display: block;
}
.frm_forms.with_frm_style.frm_style_formidable-style .vertical_radio .frm_radio {
  display: block;
}
.frm_forms.with_frm_style.frm_style_formidable-style .vertical_radio .frm_catlevel_1 {
  display: block;
  display: block;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_success_style {
  border-radius: 0;
  border-radius: var(--border-radius);
  padding: 15px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-grid .frm_even {
  background-color: var(--wp--preset--color--white);
  background-color: var(--bg-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-grid .frm_odd {
  background-color: var(--wp--preset--color--white);
  background-color: var(--bg-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-alt-table {
  width: 100%;
  border-collapse: separate;
  margin-top: 0.5em;
  font-size: 15px;
  border-width: 1px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-alt-table th {
  width: 200px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-alt-table tr {
  background-color: transparent;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-alt-table tr:nth-child(even) {
  background-color: #ecf0f5;
}
.frm_forms.with_frm_style.frm_style_formidable-style table.frmcal-calendar .frmcal_date {
  background-color: #ffffff;
  padding: 0 5px;
  text-align: right;
  box-shadow: 0 2px 5px #bfc3c8;
}
.frm_forms.with_frm_style.frm_style_formidable-style table.frmcal-calendar .frmcal-today .frmcal_date {
  background-color: #ffffff;
  padding: 0 5px;
  text-align: right;
  box-shadow: 0 2px 5px #579af6;
}
.frm_forms.with_frm_style.frm_style_formidable-style table.form_results {
  border: 1px solid #bfc3c8;
  border-width: 1px;
  border-width: var(--field-border-width);
  border-color: var(--wp--preset--color--black);
  border-color: var(--border-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style table.form_results tr td {
  text-align: left;
  padding: 7px 9px;
  color: var(--wp--preset--color--black);
  color: var(--text-color);
  border-top: 1px solid #bfc3c8;
  border-top-width: 1px;
  border-top-width: var(--field-border-width);
  border-top-color: var(--wp--preset--color--black);
  border-top-color: var(--border-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style table.form_results tr.frm_even {
  background-color: var(--wp--preset--color--white);
  background-color: var(--bg-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style table.form_results tr.frm_odd {
  background-color: var(--wp--preset--color--white);
  background-color: var(--bg-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_color_block {
  background-color: #ecf0f5;
  padding: 40px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_color_block.frm_section_heading h3 {
  border-width: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_toggle_container {
  border: 1px solid transparent;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_toggle_container ul {
  margin: 5px 0;
  padding-left: 0;
  list-style-type: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_toggle_container .frm_month_heading {
  text-indent: 15px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_toggle_container .frm_month_listing {
  margin-left: 40px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_image_from_url {
  height: 50px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-loading-img {
  background: url("../../../../plugins/formidable/images/ajax_loader.gif") no-repeat center center;
  padding: 6px 12px;
}
.frm_forms.with_frm_style.frm_style_formidable-style select.frm_loading_lookup {
  background-image: url("../../../../plugins/formidable/images/ajax_loader.gif") !important;
  background-position: 10px;
  background-repeat: no-repeat;
  color: transparent !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style select.frmfont {
  font-family: s11-fp !important;
  text-align: center;
}
.frm_forms.with_frm_style.frm_style_formidable-style select.frm_icon_font {
  font-family: s11-fp !important;
  text-align: center;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_screen_reader {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_screen_reader.frm_hidden {
  display: initial;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_verify {
  position: absolute;
  left: -3000px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_clear_none {
  clear: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_clear {
  clear: both;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_combo_inputs_container > * {
  grid-column: span 12/span 12;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_container > * {
  grid-column: span 12/span 12;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_fields .frm_section_heading.frm_hidden {
  display: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_section_heading > * {
  grid-column: span 12/span 12;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_section_heading div.frm_repeat_sec:last-child .frm_add_form_row {
  display: inline-block;
  visibility: visible;
  pointer-events: auto;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_section_heading div.frm_repeat_sec:last-child .frm_add_form_row.frm_hide_add_button {
  transition: opacity 0.15s ease-in-out;
  pointer-events: none;
  display: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field {
  grid-column: span 12/span 12;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm_inline {
  width: auto;
  grid-column: span 2/span 2;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm6 {
  grid-column: span 6/span 6;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm_half {
  grid-column: span 6/span 6;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm4 {
  grid-column: span 4/span 4;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm_third {
  grid-column: span 4/span 4;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm8 {
  grid-column: span 8/span 8;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm_two_thirds {
  grid-column: span 8/span 8;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm3 {
  grid-column: span 3/span 3;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm_fourth {
  grid-column: span 3/span 3;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm9 {
  grid-column: span 9/span 9;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm_three_fourths {
  grid-column: span 9/span 9;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm2 {
  grid-column: span 2/span 2;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm_sixth {
  grid-column: span 2/span 2;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm10 {
  grid-column: span 10/span 10;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm1 {
  grid-column: span 1/span 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm5 {
  grid-column: span 5/span 5;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm7 {
  grid-column: span 7/span 7;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm11 {
  grid-column: span 11/span 11;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm_full .wp-editor-wrap input {
  width: auto !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container .frm_form_field.frm_first {
  grid-column-start: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container > * {
  grid-column: span 12/span 12;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-fade-in {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (max-width: 750px) {
  .frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_container.frm_no_grid_750 {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_container.frm_no_grid_600 {
    display: block;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_container > .frm_form_field {
    grid-column: 1/span 12 !important;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_inline_container {
    display: block;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_right_container {
    display: block;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_left_container {
    display: block;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_four_col .frm_opt_container {
    grid-template-columns: repeat(2, 1fr);
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .with_frm_style .frm_repeat_inline {
    margin: 20px 0;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .with_frm_style .frm_repeat_grid {
    margin: 20px 0;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .frm_section_heading > .frm_form_field {
    grid-column: 1/span 12 !important;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container > .frm_submit {
    grid-column: 1/span 12 !important;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .frm_fields_container > .frm_form_field {
    grid-column: 1/span 12 !important;
  }
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid {
  background-color: var(--wp--preset--color--white);
  background-color: var(--bg-color-active);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid .frm_error {
  display: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid .frm_primary_label {
  float: left !important;
  display: block;
  margin-top: 0;
  margin-left: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid .frm_radio {
  float: left !important;
  display: block;
  margin-top: 0;
  margin-left: 0 !important;
  display: inline;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid .frm_radio label {
  visibility: hidden;
  white-space: nowrap;
  text-align: left;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid .frm_radio label input {
  visibility: visible;
  margin: 2px 0 0;
  float: right;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid .frm_checkbox {
  float: left !important;
  display: block;
  margin-top: 0;
  margin-left: 0 !important;
  display: inline;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid .frm_checkbox label {
  visibility: hidden;
  white-space: nowrap;
  text-align: left;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid .frm_checkbox label input {
  visibility: visible;
  margin: 2px 0 0;
  float: right;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_first {
  margin-top: 20px;
  background-color: var(--wp--preset--color--white);
  background-color: var(--bg-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_first .frm_error {
  display: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_first:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_first .frm_primary_label {
  float: left !important;
  display: block;
  margin-top: 0;
  margin-left: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_first .frm_radio {
  float: left !important;
  display: block;
  margin-top: 0;
  margin-left: 0 !important;
  display: inline;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_first .frm_radio label {
  visibility: hidden;
  white-space: nowrap;
  text-align: left;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_first .frm_radio label input {
  visibility: visible;
  margin: 2px 0 0;
  float: right;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_first .frm_checkbox {
  float: left !important;
  display: block;
  margin-top: 0;
  margin-left: 0 !important;
  display: inline;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_first .frm_checkbox label {
  visibility: hidden;
  white-space: nowrap;
  text-align: left;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_first .frm_checkbox label input {
  visibility: visible;
  margin: 2px 0 0;
  float: right;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_odd {
  background-color: var(--wp--preset--color--white);
  background-color: var(--bg-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_odd .frm_error {
  display: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_odd:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_odd .frm_primary_label {
  float: left !important;
  display: block;
  margin-top: 0;
  margin-left: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_odd .frm_radio {
  float: left !important;
  display: block;
  margin-top: 0;
  margin-left: 0 !important;
  display: inline;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_odd .frm_radio label {
  visibility: hidden;
  white-space: nowrap;
  text-align: left;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_odd .frm_radio label input {
  visibility: visible;
  margin: 2px 0 0;
  float: right;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_odd .frm_checkbox {
  float: left !important;
  display: block;
  margin-top: 0;
  margin-left: 0 !important;
  display: inline;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_odd .frm_checkbox label {
  visibility: hidden;
  white-space: nowrap;
  text-align: left;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_odd .frm_checkbox label input {
  visibility: visible;
  margin: 2px 0 0;
  float: right;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_2 .frm_radio {
  width: 48% !important;
  margin-right: 4%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_2 .frm_checkbox {
  width: 48% !important;
  margin-right: 4%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_2 .frm_primary_label {
  width: 48% !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_3 .frm_radio {
  width: 30% !important;
  margin-right: 3%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_3 .frm_checkbox {
  width: 30% !important;
  margin-right: 3%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_3 .frm_primary_label {
  width: 30% !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_4 .frm_radio {
  width: 20% !important;
  margin-right: 4%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_4 .frm_checkbox {
  width: 20% !important;
  margin-right: 4%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_4 .frm_primary_label {
  width: 28% !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_5 .frm_primary_label {
  width: 24% !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_5 .frm_radio {
  width: 17% !important;
  margin-right: 2%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_5 .frm_checkbox {
  width: 17% !important;
  margin-right: 2%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_7 .frm_primary_label {
  width: 24% !important;
  width: 22% !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_7 .frm_radio {
  width: 12% !important;
  margin-right: 1%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_7 .frm_checkbox {
  width: 12% !important;
  margin-right: 1%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_6 .frm_primary_label {
  width: 25% !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_6 .frm_radio {
  width: 14% !important;
  margin-right: 1%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_6 .frm_checkbox {
  width: 14% !important;
  margin-right: 1%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_8 .frm_primary_label {
  width: 23% !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_8 .frm_radio {
  width: 10% !important;
  margin-right: 1%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_8 .frm_checkbox {
  width: 10% !important;
  margin-right: 1%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_9 .frm_primary_label {
  width: 20% !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_9 .frm_radio {
  width: 9% !important;
  margin-right: 1%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_9 .frm_checkbox {
  width: 9% !important;
  margin-right: 1%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_10 .frm_primary_label {
  width: 19% !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_10 .frm_radio {
  width: 8% !important;
  margin-right: 1%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_grid_10 .frm_checkbox {
  width: 8% !important;
  margin-right: 1%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_clearfix {
  display: block;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frmfont {
  text-decoration: none;
  text-shadow: none;
  font-weight: normal;
  display: inline-block;
  text-rendering: auto;
  line-height: 1;
  transition: color 0.1s ease-in-out, opacity 0.1s ease-in-out;
  font-size: 18px;
  text-decoration: none !important;
  box-shadow: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frmfont:before {
  font-family: s11-fp !important;
  text-align: center;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frmfont:hover {
  text-decoration: none !important;
  box-shadow: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frmfont:focus {
  box-shadow: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frmfont:active {
  outline: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_icon_font {
  text-decoration: none;
  text-shadow: none;
  font-weight: normal;
  display: inline-block;
  text-rendering: auto;
  line-height: 1;
  transition: color 0.1s ease-in-out, opacity 0.1s ease-in-out;
  font-size: 18px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_icon_font:before {
  font-family: s11-fp !important;
  text-align: center;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_icon_font:hover {
  text-decoration: none !important;
  box-shadow: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_icon_font:focus {
  box-shadow: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_icon_font:active {
  outline: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_icon_font.frm_activecampaign_icon {
  background-image: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_icon_font.frm_mailpoet_icon:before {
  content: "\e934";
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dashicon_font {
  text-decoration: none;
  text-shadow: none;
  font-weight: normal;
  display: inline-block;
  text-rendering: auto;
  line-height: 1;
  transition: color 0.1s ease-in-out, opacity 0.1s ease-in-out;
  font-size: 18px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dashicon_font:focus {
  box-shadow: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style i.frmfont {
  font-style: normal;
  font-variant: normal;
  speak: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style i.frm_icon_font {
  font-style: normal;
  font-variant: normal;
  speak: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_more_horiz_solid_icon {
  font-size: 28px !important;
  font-weight: bold;
  line-height: 18px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_more_horiz_solid_icon:before {
  content: "···";
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_invisible_section {
  display: none !important;
  visibility: hidden !important;
  height: 0;
  margin: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_invisible_section .frm_form_field {
  display: none !important;
  visibility: hidden !important;
  height: 0;
  margin: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_repeat_inline .frm_button {
  display: inline-block;
  line-height: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_repeat_inline .frm_button .frm_icon_font:before {
  line-height: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_repeat_inline .frm_repeat_buttons a.frm_icon_font {
  vertical-align: sub;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_repeat_inline .frm_repeat_buttons a.frm_icon_font:before {
  vertical-align: text-top;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-star-group input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-star-group input + label {
  float: left;
  width: 25px;
  height: 25px;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
  display: block;
  background: transparent;
  overflow: hidden !important;
  clear: none;
  font-style: normal;
  margin-right: 5px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-star-group input + label:before {
  font-family: s11-fp;
  content: "\e9d7";
  color: #f0ad4e;
  display: inline-block;
  vertical-align: top;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-star-group input + label:hover:before {
  content: "\e9d9";
  color: #f0ad4e;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-star-group .star-rating {
  float: left;
  width: 25px;
  height: 25px;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
  display: block;
  background: transparent;
  overflow: hidden !important;
  clear: none;
  font-style: normal;
  margin-right: 5px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-star-group .star-rating:before {
  font-family: s11-fp;
  content: "\e9d7";
  color: #f0ad4e;
  display: inline-block;
  vertical-align: top;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-star-group .star-rating-readonly {
  cursor: default !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-star-group input[type=radio]:checked + label:before {
  color: #f0ad4e;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-star-group:not(.frm-star-hovered) input[type=radio]:checked + label:before {
  color: #f0ad4e;
  content: "\e9d9";
  color: #f0ad4e;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-star-group:hover input + label:hover:before {
  content: "\e9d9";
  color: #f0ad4e;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-star-group .star-rating-on:before {
  content: "\e9d9";
  color: #f0ad4e;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-star-group .star-rating-hover:before {
  content: "\e9d9";
  color: #f0ad4e;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-star-group .frm_half_star:before {
  content: "\e9d8";
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_left_container .frm_other_input {
  grid-column: 2;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_left_container.frm_other_container .frm_other_input {
  margin-left: 5px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_left_container.frm_other_container select ~ .frm_other_input {
  margin: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style ul.frm_plain_list {
  list-style: none;
  list-style-type: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style ul.frm_plain_list li {
  list-style: none;
  list-style-type: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style ul.frm_page_bar {
  list-style-type: none;
  margin: 0 !important;
  padding: 0;
  width: 100%;
  float: left;
  display: table;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.frm_forms.with_frm_style.frm_style_formidable-style ul.frm_page_bar li {
  display: inline-block;
  flex: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style ul.frm_pagination > li.active a {
  text-decoration: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style ul.frm_inline_list li {
  display: inline;
  padding: 2px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frmcal {
  padding-top: 30px;
  width: 100%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frmcal table.frmcal-calendar {
  border-collapse: collapse;
  margin-top: 20px;
  color: #555555;
  border: 1px solid #bfc3c8;
  width: 100%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frmcal table.frmcal-calendar tbody tr td {
  border: 1px solid #bfc3c8;
  height: 110px;
  width: 14.28%;
  vertical-align: top;
  padding: 0 !important;
  color: #555555;
  font-size: 12px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frmcal table.frmcal-calendar thead tr th {
  text-align: center;
  padding: 2px 4px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frmcal-title {
  font-size: 116%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frmcal-header {
  width: 100%;
  text-align: center;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frmcal-prev {
  margin-right: 10px;
  float: left;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frmcal-dropdown {
  float: left;
  margin-left: 5px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frmcal-next {
  float: right;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frmcal_day_name {
  display: inline;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frmcal_num {
  display: inline;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frmcal-content {
  padding: 2px 4px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_switch_opt {
  padding: 0 8px 0 0;
  white-space: normal;
  display: inline;
  vertical-align: middle;
  font-size: 15px;
  font-size: var(--toggle-font-size);
  font-weight: normal;
  font-weight: var(--check-weight);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_on_label {
  padding: 0 0 0 8px;
  color: var(--wp--preset--color--black);
  color: var(--check-label-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_off_label {
  color: var(--wp--preset--color--black);
  color: var(--check-label-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 25px;
  vertical-align: middle;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--wp--preset--color--black);
  background-color: var(--toggle-off-color);
  transition: 0.4s;
  border-radius: 30px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_slider:before {
  border-radius: 50%;
  position: absolute;
  content: "";
  height: 23px;
  width: 23px;
  left: 1px;
  bottom: 1px;
  background-color: #ffffff;
  transition: 0.4s;
  box-shadow: 0 2px 6px rgba(41, 58, 82, 0.31);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_rtl .frm_switch_opt {
  padding: 0 8px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_rtl .frm_slider:before {
  left: 16px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_rtl input:checked + .frm_switch .frm_slider:before {
  transform: none !important;
  left: 1px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_rtl.frm_forms .frm_progress_line li:first-of-type input {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-right: 1px solid #579af6;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_rtl.frm_forms .frm_progress_line li:last-of-type input {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-left: 1px solid #579af6;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_rtl.frm_forms .frm_progress_line li:last-of-type input.frm_page_skip {
  border-left: 1px solid #e5e5e5;
  border-right: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_rtl.frm_forms .frm_progress_line .frm_current_page input[type=button] {
  border-right: 1px solid #e5e5e5;
  border-left: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_rtl.frm_forms .frm_progress_line.frm_show_lines .frm_current_page input[type=button] {
  border-left: 1px solid #3f4b5b;
  border-right: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_image_options .frm_opt_container {
  display: inline-flex;
  flex-flow: wrap;
  flex-direction: row;
  margin: 0 -10px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_image_options .frm_image_option_container {
  border: 1px solid #bfc3c8;
  border-color: var(--wp--preset--color--black);
  border-color: var(--border-color);
  border-width: 1px;
  border-width: var(--field-border-width);
  border-radius: 0;
  border-radius: var(--border-radius);
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  position: relative;
  height: 100%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_image_options .frm_image_option_container.frm_label_with_image .frm_empty_url {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_image_options .frm_image_option_container.frm_label_with_image img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_image_options .frm_image_option_container:hover {
  border-color: var(--wp--preset--color--black);
  border-color: var(--border-color-active);
  box-shadow: 0 0 0 1px #579af6;
  box-shadow: 0 0 0 1px var(--border-color-active);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_image_options .frm_image_option_container .frm_empty_url {
  width: 100%;
  height: 150px;
  height: var(--image-size);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
  border-radius: var(--border-radius);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_image_options .frm_image_option_container img {
  width: 100%;
  height: 150px;
  height: var(--image-size);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
  border-radius: var(--border-radius);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_image_options .frm_radio input[type=radio] {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_image_options .frm_checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-summary-page-wrapper .frm_image_option_container img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-summary-page-wrapper .frm-line-table th {
  width: 40%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_image_option_container .frm_selected_checkmark {
  position: absolute;
  z-index: 99;
  left: -10px;
  top: -12px;
  display: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_image_option_container .frm_selected_checkmark svg {
  fill: var(--wp--preset--color--black);
  fill: var(--border-color-active);
  width: 24px;
  height: 24px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_image_option_container .frm_image_placeholder_icon {
  position: absolute;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_image_option_container .frm_image_placeholder_icon svg {
  width: 63px;
  opacity: 0.2;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_image_option_container .frm_empty_url {
  background: #ecf0f5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_text_label_for_image {
  text-align: center;
  width: 100%;
  padding: 10px;
  word-break: keep-all;
}
.frm_forms.with_frm_style.frm_style_formidable-style input[type=radio]:checked + .frm_image_option_container {
  border-color: var(--wp--preset--color--black);
  border-color: var(--border-color-active);
  box-shadow: 0 0 0 1px #579af6;
  box-shadow: 0 0 0 1px var(--border-color-active);
}
.frm_forms.with_frm_style.frm_style_formidable-style input[type=radio]:checked + .frm_image_option_container .frm_selected_checkmark {
  display: block;
}
.frm_forms.with_frm_style.frm_style_formidable-style input[type=radio]:disabled + .frm_image_option_container {
  opacity: 0.7;
  border-color: var(--wp--preset--color--black);
  border-color: var(--border-color-disabled);
}
.frm_forms.with_frm_style.frm_style_formidable-style input[type=checkbox]:checked + .frm_image_option_container {
  border-color: var(--wp--preset--color--black);
  border-color: var(--border-color-active);
  box-shadow: 0 0 0 1px #579af6;
  box-shadow: 0 0 0 1px var(--border-color-active);
}
.frm_forms.with_frm_style.frm_style_formidable-style input[type=checkbox]:checked + .frm_image_option_container .frm_selected_checkmark {
  display: block;
}
.frm_forms.with_frm_style.frm_style_formidable-style input[type=checkbox]:disabled + .frm_image_option_container {
  opacity: 0.7;
  border-color: var(--wp--preset--color--black);
  border-color: var(--border-color-disabled);
}
@media screen and (max-width: 768px) {
  .frm_forms.with_frm_style.frm_style_formidable-style .frm-pass-req {
    width: 50% !important;
    white-space: nowrap;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .frm-pass-verified {
    width: 50% !important;
    white-space: nowrap;
  }
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-pass-req {
  float: left;
  width: 20%;
  line-height: 20px;
  font-size: 12px;
  padding-top: 4px;
  min-width: 175px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-pass-req:before {
  padding-right: 4px;
  font-size: 12px !important;
  vertical-align: middle !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-pass-verified {
  float: left;
  width: 20%;
  line-height: 20px;
  font-size: 12px;
  padding-top: 4px;
  min-width: 175px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-pass-verified:before {
  padding-right: 4px;
  font-size: 12px !important;
  vertical-align: middle !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style span.frm-pass-verified::before {
  content: "\e606";
}
.frm_forms.with_frm_style.frm_style_formidable-style span.frm-pass-req::before {
  content: "\e608";
}
.frm_forms.with_frm_style.frm_style_formidable-style div.frm-password-strength {
  width: 100%;
  float: left;
}
.frm_forms.with_frm_style.frm_style_formidable-style div.frm_repeat_grid:after {
  content: "";
  display: table;
  clear: both;
}
.frm_forms.with_frm_style.frm_style_formidable-style div.frm_repeat_inline:after {
  content: "";
  display: table;
  clear: both;
}
.frm_forms.with_frm_style.frm_style_formidable-style div.frm_repeat_sec:after {
  content: "";
  display: table;
  clear: both;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-line-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 0.5em;
  font-size: 15px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-line-table tr {
  background-color: transparent;
  border-bottom: 1px solid rgba(191, 195, 200, 0.6);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-line-table td {
  border: 0;
  padding: 20px 15px;
  background-color: transparent;
  vertical-align: top;
  color: #3f4b5b;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-line-table th {
  border: 0;
  padding: 20px 15px;
  background-color: transparent;
  vertical-align: top;
  color: #3f4b5b;
  opacity: 0.7;
  font-size: 1.1em;
  font-weight: 500;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-line-table h3 {
  font-size: 21px;
  font-weight: 500;
  margin: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_round {
  border-radius: 50%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_round.frm_color_block {
  padding: 3px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_square {
  border-radius: 0;
  border-radius: var(--border-radius);
  -o-object-fit: cover;
     object-fit: cover;
  width: 150px;
  height: 150px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frmsvg {
  max-width: 100%;
  fill: currentColor;
  vertical-align: sub;
  display: inline-block;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_smaller {
  font-size: 90%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_small {
  font-size: 14px;
  font-weight: normal;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_bigger {
  font-size: 110%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_full_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_full_row > li {
  flex: 1;
  text-align: center;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_full_row > div {
  flex: 1;
  text-align: center;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_tiles > li {
  border: 1px solid #bfc3c8;
  border-radius: 0;
  border-radius: var(--border-radius);
  margin-top: 20px;
  padding: 25px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.075);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_tiles > div {
  border: 1px solid #bfc3c8;
  border-radius: 0;
  border-radius: var(--border-radius);
  margin-top: 20px;
  padding: 25px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.075);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_tiles h3 {
  margin-top: 5px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_slidein.frm_slideout .frm_form_fields > fieldset {
  animation-name: frmSlideOutLeft !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_slidein.frm_slideout.frm_going_back .frm_form_fields > fieldset {
  animation-name: frmSlideOutRight !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_slidein .frm_form_fields > fieldset {
  animation-name: frmSlideInRight;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_slidein.frm_going_back .frm_form_fields > fieldset {
  animation-name: frmSlideInLeft;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_slidein .frm-g-recaptcha .grecaptcha-badge {
  animation-name: fadeIn;
  animation-duration: 2s;
  animation-fill-mode: both;
}
@keyframes frmSlideInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes frmSlideInRight {
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes frmSlideOutLeft {
  0% {
    opacity: 1;
    transform: none;
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes frmSlideOutRight {
  0% {
    opacity: 1;
    transform: none;
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_slideup.frm_slideout .frm_form_fields > fieldset {
  animation-name: frmSlideOutUp !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_slideup.frm_slideout.frm_going_back .frm_form_fields > fieldset {
  animation-name: frmSlideOutDown !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_slideup .frm_form_fields > fieldset {
  animation-name: frmSlideDown;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_slideup.frm_going_back .frm_form_fields > fieldset {
  animation-name: frmSlideUp;
}
@keyframes frmSlideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, -200px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes frmSlideDown {
  0% {
    opacity: 0;
    transform: translate3d(0, 200px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes frmSlideOutUp {
  0% {
    opacity: 1;
    transform: none;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -200px, 0);
  }
}
@keyframes frmSlideOutDown {
  0% {
    opacity: 1;
    transform: none;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 200px, 0);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .frm_forms.with_frm_style.frm_style_formidable-style .with_frm_style .chosen-container-single .chosen-single abbr {
    background-image: url("../../../../plugins/formidable-pro/images/chosen-sprite2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .with_frm_style .chosen-container-single .chosen-single div b {
    background-image: url("../../../../plugins/formidable-pro/images/chosen-sprite2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .with_frm_style .chosen-container-single .chosen-search input[type=text] {
    background-image: url("../../../../plugins/formidable-pro/images/chosen-sprite2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .with_frm_style .chosen-container .chosen-results-scroll-down span {
    background-image: url("../../../../plugins/formidable-pro/images/chosen-sprite2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .with_frm_style .chosen-container .chosen-results-scroll-up span {
    background-image: url("../../../../plugins/formidable-pro/images/chosen-sprite2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .with_frm_style .chosen-rtl .chosen-search input[type=text] {
    background-image: url("../../../../plugins/formidable-pro/images/chosen-sprite2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .with_frm_style .chosen-container-multi .chosen-choices .search-choice .search-choice-close {
    background-image: url("../../../../plugins/formidable-pro/images/chosen-sprite2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    transform: translateY(0px);
  }
  70% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone {
  box-sizing: border-box;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone * {
  box-sizing: border-box;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone.frm_single_upload {
  min-height: 60px;
  margin-top: 5px;
  line-height: 1.42857143;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone.frm_single_upload.dz-started .dz-message {
  display: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone.dz-clickable {
  min-height: 60px;
  margin-top: 5px;
  line-height: 1.42857143;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone.dz-clickable * {
  cursor: default;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone.dz-clickable .dz-message {
  display: block;
  cursor: pointer;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone.dz-clickable.frm_single_upload .dz-message {
  margin: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-message {
  border: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9Im5vbmUiIHN0cm9rZT0idmFyKC0td3AtLXByZXNldC0tY29sb3ItLWJsYWNrKSIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtZGFzaGFycmF5PSIxMiIgc3Ryb2tlLWRhc2hvZmZzZXQ9IjAiIHN0cm9rZS1saW5lY2FwPSJidXR0Ii8+PC9zdmc+");
  padding: 20px;
  border-radius: 0;
  border-radius: var(--border-radius);
  cursor: pointer;
  display: none;
  text-align: center;
  margin: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .frm_upload_icon {
  display: block;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .frm_upload_icon:before {
  font-size: 40px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone.dz-drag-hover {
  border-style: solid;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview {
  padding: 15px 0;
  border-bottom: 1px solid #d3d3d3;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview:last-child {
  border-bottom: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview:hover {
  z-index: 1000;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview .dz-remove {
  cursor: pointer;
  border: none;
  float: right;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview .dz-details {
  font-size: 14px;
  margin: 5px 0 10px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview .dz-details .dz-size {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview .dz-details .dz-size strong {
  font-weight: normal;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview .dz-details .dz-filename {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  max-width: 65%;
  text-overflow: ellipsis;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview .dz-details .dz-filename a {
  cursor: pointer;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview .dz-column {
  float: right;
  width: 68%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview .dz-image {
  overflow: hidden;
  width: 30%;
  height: 60px;
  display: block;
  float: left;
  margin-right: 2%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview .dz-image img {
  display: block;
  margin: 0 auto;
  max-height: 60px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview .dz-progress {
  pointer-events: none;
  position: relative;
  height: 10px;
  width: 100%;
  background: #d3d3d3;
  border-radius: 8px;
  overflow: hidden;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview .dz-progress .dz-upload {
  background: #444444;
  background: linear-gradient(to bottom, #666666, #444444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  transition: width 300ms ease-in-out;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  color: #b94a48;
  padding: 0.5em;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview.dz-image-preview .dz-details {
  transition: opacity 0.2s linear;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview.dz-success .dz-success-mark {
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview.dz-processing .dz-progress {
  transition: all 0.2s linear;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview.dz-complete .dz-progress {
  background: #444444;
  background: linear-gradient(to bottom, #666666, #444444);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_dropzone .fallback input[type=file] {
  display: block;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact_text {
  display: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact_text button {
  background: none !important;
  color: inherit !important;
  border: none !important;
  padding: 0 !important;
  font: inherit !important;
  cursor: pointer !important;
  outline: inherit !important;
  height: auto !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone.dz-clickable {
  padding: 0;
  border: none;
  background-color: transparent;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone.dz-clickable.frm_single_upload {
  max-width: 100%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone.dz-clickable.frm_single_upload .dz-message {
  font-size: 14px;
  border: 1px solid #d3d3d3;
  background: #ffffff;
  display: inline-block;
  border-radius: var(--border-radius);
  padding: 6px 11px;
  box-sizing: border-box;
  box-shadow: 0 1px 1px #eee;
  vertical-align: middle;
  margin: 0 0 1em;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone.dz-clickable .dz-message {
  font-size: 14px;
  border: 1px solid #d3d3d3;
  background: #ffffff;
  display: inline-block;
  border-radius: var(--border-radius);
  padding: 6px 11px;
  box-sizing: border-box;
  box-shadow: 0 1px 1px #eee;
  vertical-align: middle;
  margin: 0 0 1em;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone .frm_upload_icon {
  display: inline;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone .frm_upload_icon:before {
  font-size: 22px;
  padding-right: 7px;
  vertical-align: middle;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone .dz-preview {
  min-height: 20px;
  max-width: 200px;
  margin: 0 5px;
  padding: 0;
  display: inline-block;
  border-bottom: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone .dz-preview .dz-image {
  display: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone .dz-preview .dz-details {
  margin: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone .dz-preview .dz-details .dz-size {
  display: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone .dz-preview .dz-details .dz-filename {
  overflow: hidden;
  text-overflow: ellipsis;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone .dz-preview .dz-column {
  float: none;
  width: 100%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone .dz-preview.frm_clearfix:after {
  content: "";
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone .frm_upload_text {
  display: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone .frm_small_text {
  display: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone.frm_single_upload.dz-started .dz-message {
  display: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone.frm_single_upload.dz-started.dz-clickable .dz-message {
  display: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_compact_text {
  display: inline;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline_group {
  margin: 20px 0 30px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline_single {
  text-align: center;
  margin: 0;
  padding: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline_title {
  font-size: 14px;
  padding: 4px;
  color: var(--wp--preset--color--black);
  color: var(--description-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_pages_complete {
  font-size: 14px;
  padding: 4px;
  color: var(--wp--preset--color--black);
  color: var(--description-color);
  float: right;
  margin-right: 13px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_percent_complete {
  font-size: 14px;
  padding: 4px;
  color: var(--wp--preset--color--black);
  color: var(--description-color);
  float: left;
  margin-left: 13px;
}
@media only screen and (max-width: 700px) {
  .frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline.frm_rootline_10 span.frm_rootline_title {
    display: none;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline.frm_rootline_9 span.frm_rootline_title {
    display: none;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline.frm_rootline_8 span.frm_rootline_title {
    display: none;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline.frm_rootline_7 span.frm_rootline_title {
    display: none;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline.frm_rootline_6 span.frm_rootline_title {
    display: none;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline.frm_rootline_5 span.frm_rootline_title {
    display: none;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .frm_progress span.frm_rootline_title {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline.frm_rootline_4 span.frm_rootline_title {
    display: none;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline.frm_rootline_3 span.frm_rootline_title {
    display: none;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_two_col .frm_radio {
    width: auto;
    margin-right: 0;
    float: none;
    display: block;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_two_col .frm_checkbox {
    width: auto;
    margin-right: 0;
    float: none;
    display: block;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_three_col .frm_radio {
    width: auto;
    margin-right: 0;
    float: none;
    display: block;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_three_col .frm_checkbox {
    width: auto;
    margin-right: 0;
    float: none;
    display: block;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field input[type=file] {
    max-width: 220px;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .with_frm_style .frm-g-recaptcha iframe {
    width: 100%;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .with_frm_style .frm-g-recaptcha > div > div {
    width: inherit !important;
    display: block;
    overflow: hidden;
    max-width: 302px;
    border-right: 1px solid #d3d3d3;
    border-radius: var(--border-radius);
    box-shadow: 2px 0 4px -1px rgba(0, 0, 0, 0.08);
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .with_frm_style .g-recaptcha iframe {
    width: 100%;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .with_frm_style .g-recaptcha > div > div {
    width: inherit !important;
    display: block;
    overflow: hidden;
    max-width: 302px;
    border-right: 1px solid #d3d3d3;
    border-radius: var(--border-radius);
    box-shadow: 2px 0 4px -1px rgba(0, 0, 0, 0.08);
  }
}
@media only screen and (max-width: 900px) {
  .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field .frm_repeat_grid .frm_form_field.frm_sixth .frm_primary_label {
    display: block !important;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field .frm_repeat_grid .frm_form_field.frm_seventh .frm_primary_label {
    display: block !important;
  }
  .frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field .frm_repeat_grid .frm_form_field.frm_eighth .frm_primary_label {
    display: block !important;
  }
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_remove_form_row.frm_hidden {
  display: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style form input.frm_verify {
  position: absolute;
  left: -3000px;
}
.frm_forms.with_frm_style.frm_style_formidable-style legend.frm_hidden {
  display: none !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_none_container .frm_primary_label {
  display: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_hidden_container .frm_primary_label {
  visibility: hidden;
  white-space: nowrap;
}
.frm_forms.with_frm_style.frm_style_formidable-style textarea:-ms-input-placeholder {
  color: #a1a1a1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_icon_font {
  color: #3f4b5b;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_icon_font.frm_minus_icon:before {
  content: "\e600";
  color: #ffffff;
  vertical-align: middle;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_icon_font.frm_plus_icon:before {
  content: "\e602";
  color: #ffffff;
  vertical-align: middle;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_trigger.active .frm_icon_font.frm_arrow_icon:before {
  content: "\e62d";
  color: #444444;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_trigger .frm_icon_font.frm_arrow_icon:before {
  content: "\e62a";
  color: #444444;
}
.frm_forms.with_frm_style.frm_style_formidable-style .form-field {
  margin-bottom: 20px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .form-field.frm_section_heading {
  margin-bottom: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .form-field input[type=range] {
  padding: 0;
  background: transparent !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .form-field input[type=range]:focus {
  padding: 0;
  background: transparent !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-show-form .frm_section_heading h3 {
  border-top: 2px solid #eaeaea;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-show-form .frm_section_heading .frm_section_spacing {
  margin-bottom: 20px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_error {
  font-weight: normal;
  color: #b94a48;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_left_container {
  grid-template-columns: 150px auto;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_form_field.frm_right_container {
  grid-template-columns: auto 150px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_pos_right {
  display: inline;
  width: 150px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_pos_none {
  display: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style input::-moz-placeholder {
  color: #a1a1a1;
}
.frm_forms.with_frm_style.frm_style_formidable-style input::placeholder {
  color: #a1a1a1;
}
.frm_forms.with_frm_style.frm_style_formidable-style textarea::-moz-placeholder {
  color: #a1a1a1;
}
.frm_forms.with_frm_style.frm_style_formidable-style textarea::placeholder {
  color: #a1a1a1;
}
.frm_forms.with_frm_style.frm_style_formidable-style input::-webkit-input-placeholder {
  color: #a1a1a1;
}
.frm_forms.with_frm_style.frm_style_formidable-style textarea::-webkit-input-placeholder {
  color: #a1a1a1;
}
.frm_forms.with_frm_style.frm_style_formidable-style input::-moz-placeholder {
  color: #a1a1a1;
}
.frm_forms.with_frm_style.frm_style_formidable-style textarea::-moz-placeholder {
  color: #a1a1a1;
}
.frm_forms.with_frm_style.frm_style_formidable-style input:-ms-input-placeholder {
  color: #a1a1a1;
}
.frm_forms.with_frm_style.frm_style_formidable-style input:-moz-placeholder {
  color: #a1a1a1;
}
.frm_forms.with_frm_style.frm_style_formidable-style input.frm_default {
  color: #a1a1a1;
}
.frm_forms.with_frm_style.frm_style_formidable-style input.frm_other_input:not(.frm_other_full) {
  width: auto;
}
.frm_forms.with_frm_style.frm_style_formidable-style textarea:-moz-placeholder {
  color: #a1a1a1;
}
.frm_forms.with_frm_style.frm_style_formidable-style textarea.frm_default {
  color: #a1a1a1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_default {
  color: #a1a1a1;
}
.frm_forms.with_frm_style.frm_style_formidable-style select.frm_default {
  color: #a1a1a1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .placeholder {
  color: #a1a1a1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single .chosen-default {
  color: #a1a1a1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single .chosen-single {
  padding-top: 0;
  height: 32px;
  line-height: 32px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single .chosen-single abbr {
  top: 9px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single .chosen-single div {
  top: 3px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-single .chosen-search input[type=text] {
  height: 32px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm_inline_submit input {
  margin: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_submit.frm_inline_submit button {
  margin: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_blank_field .sigWrapper {
  border-color: #b94a48 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_blank_field label {
  color: #b94a48;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_error_style {
  background-color: #f2dede;
  border: 1px solid #ebccd1;
  border-radius: 0;
  border-radius: var(--border-radius);
  color: #b94a48;
  font-size: 14px;
  margin: 0;
  margin-bottom: 20px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_box {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line input {
  border-color: #e5e5e5;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line input:disabled {
  border-color: #e5e5e5;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line input.frm_page_back {
  border-color: #579af6;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line.frm_show_lines input {
  border-left-color: #d3d3d3;
  border-right-color: #d3d3d3;
  border-left-width: 1px;
  border-right-width: 1px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line.frm_show_lines input.frm_page_back {
  border-left-color: #579af6;
  border-right-color: #d3d3d3;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line.frm_show_lines .frm_current_page input[type=button] {
  border-right-color: #d3d3d3;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line li:first-of-type input {
  border-left-color: #579af6;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line li:last-of-type input {
  border-right-color: #579af6;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line li:last-of-type input.frm_page_skip {
  border-right-color: #e5e5e5;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line .frm_current_page input[type=button] {
  border-left-color: #e5e5e5;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline.frm_show_lines:before {
  border-color: #e5e5e5;
  border-top-width: 2px;
  top: 15px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline .frm_current_page input[type=button] {
  border-color: #4386e2;
  background-color: #579af6;
  color: #ffffff;
}
.frm_forms.with_frm_style.frm_style_formidable-style input[type=range]::-webkit-slider-thumb {
  border: 1px solid #579af6;
  color: #ffffff;
}
.frm_forms.with_frm_style.frm_style_formidable-style input[type=range]::-ms-fill-lower {
  background-color: #579af6;
}
.frm_forms.with_frm_style.frm_style_formidable-style input[type=range]::-moz-range-progress {
  background-color: #579af6;
}
.frm_forms.with_frm_style.frm_style_formidable-style input[type=range]::-moz-range-thumb {
  border: 1px solid #579af6;
  color: #ffffff;
}
.frm_forms.with_frm_style.frm_style_formidable-style input[type=range]::-ms-thumb {
  border: 1px solid #579af6;
  color: #ffffff;
}
.frm_forms.with_frm_style.frm_style_formidable-style span.frm-pass-verified::before {
  color: #468847;
}
.frm_forms.with_frm_style.frm_style_formidable-style span.frm-pass-req::before {
  color: #b94a48;
}
.frm_forms.with_frm_style.frm_style_formidable-style h3 .frm_after_collapse {
  display: inline;
}
.frm_forms.with_frm_style.frm_style_formidable-style h3 .frm_before_collapse {
  display: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_section_heading {
  margin-top: 15px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_single_product_label {
  font-size: 15px;
  color: #3f4b5b;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_total_formatted {
  font-size: 15px;
  color: #3f4b5b;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_container.frm_dynamic_select_container .frm_data_container {
  display: inline;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_container.frm_dynamic_select_container .frm_opt_container {
  display: inline;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_none_container .frm_primary_label {
  display: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_scale label {
  font-weight: normal;
  font-family: "Aeonik, sans-serif";
  font-size: 13px;
  color: #444444;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-multi .chosen-choices li.search-field .default {
  color: #a1a1a1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  height: 15px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_compact .frm_dropzone.dz-clickable .dz-message {
  margin: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style.frm_center_submit .frm_submit .frm_ajax_loading {
  margin-bottom: 10px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_prev .frm_prev_page {
  color: transparent;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_prev .frm_prev_page:hover, .frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_prev .frm_prev_page:active, .frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_prev .frm_prev_page:focus {
  color: transparent;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_form .frm_button_submit {
  color: transparent;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_form .frm_button_submit:hover, .frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_form .frm_button_submit:active, .frm_forms.with_frm_style.frm_style_formidable-style .frm_loading_form .frm_button_submit:focus {
  color: transparent;
}
.frm_forms.with_frm_style.frm_style_formidable-style.frm_inline_form .frm_submit input {
  margin: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style.frm_inline_form .frm_submit button {
  margin: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_page_bar .frm_current_page input[type=button] {
  background-color: #eaeaea;
  border-color: #e5e5e5;
  opacity: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_checkbox input.frm_other_input:not(.frm_other_full) {
  margin-left: 5px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_radio input.frm_other_input:not(.frm_other_full) {
  margin-left: 5px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .horizontal_radio input.frm_other_input:not(.frm_other_full):not(.frm_pos_none) {
  display: inline-block;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_full input.frm_other_input:not(.frm_other_full) {
  margin-left: 0;
  margin-top: 8px;
}
.frm_forms.with_frm_style.frm_style_formidable-style table.frm-grid {
  border-collapse: collapse;
  border: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_collapse .ui-icon {
  display: inline-block;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_conf_field.frm_left_container {
  grid-template-columns: 67%;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_conf_field.frm_left_container .frm_description {
  grid-column: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_conf_field.frm_left_container .frm_primary_label {
  display: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_html_container.frm_scroll_box {
  height: 100px;
  overflow: auto;
  background-color: var(--wp--preset--color--white);
  background-color: var(--bg-color);
  border-color: var(--wp--preset--color--black);
  border-color: var(--border-color);
  border-width: 1px;
  border-width: var(--field-border-width);
  border-style: solid;
  border-style: var(--field-border-style);
  border-radius: 0;
  border-radius: var(--border-radius);
  width: 100%;
  width: var(--field-width);
  max-width: 100%;
  font-size: 18px;
  font-size: var(--field-font-size);
  padding: 10px 15px;
  padding: var(--field-pad);
  box-sizing: border-box;
  outline: none;
  font-weight: normal;
  box-shadow: none;
  box-shadow: var(--box-shadow);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_repeat_grid .frm_button {
  display: inline-block;
  line-height: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_repeat_grid .frm_button .frm_icon_font:before {
  line-height: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_repeat_sec .frm_button {
  display: inline-block;
  line-height: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_repeat_sec .frm_button .frm_icon_font:before {
  line-height: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_container.frm_other_container .frm_other_input {
  margin-left: 5px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_inline_container.frm_other_container select ~ .frm_other_input {
  margin: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_right_container.frm_other_container .frm_other_input {
  margin-right: 5px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_right_container.frm_other_container select ~ .frm_other_input {
  margin: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_pagination_cont ul.frm_pagination {
  display: inline-block;
  list-style: none;
  margin-left: 0 !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_pagination_cont ul.frm_pagination > li {
  display: inline;
  list-style: none;
  margin: 2px;
  background-image: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_pagination_cont ul.frm_pagination > li:first-child {
  margin-left: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .archive-pagination.frm_pagination_cont ul.frm_pagination > li {
  margin: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_switch_block input {
  display: none !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_show_images.frm_image_option_container {
  display: inline-flex;
  flex-wrap: nowrap;
  flex-direction: column;
  text-align: center;
  align-items: center;
  width: 150px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_blank_field.frm_image_options .frm_image_option_container {
  border-color: var(--wp--preset--color--black);
  border-color: var(--border-color-error);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_checkbox.frm_image_option {
  width: 150px !important;
  width: var(--image-size) !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_checkbox.frm_image_option label {
  padding-left: 0;
  margin-left: 0;
  min-height: 0;
  visibility: visible;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_radio.frm_image_option {
  width: 150px !important;
  width: var(--image-size) !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_radio.frm_image_option label {
  padding-left: 0;
  margin-left: 0;
  min-height: 0;
  visibility: visible;
}
.frm_forms.with_frm_style.frm_style_formidable-style button .frm-icon {
  display: inline-block;
  color: inherit;
  width: 12px;
  height: 12px;
  fill: currentColor;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_upload_text button {
  background: none !important;
  color: inherit !important;
  border: none !important;
  padding: 0 !important;
  font: inherit !important;
  cursor: pointer !important;
  outline: inherit !important;
  height: auto !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm-show-form .dz-hidden-input {
  display: none;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_current_page .frm_rootline_title {
  color: var(--wp--preset--color--black);
  color: var(--progress-active-bg-color);
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_progress_line .frm_rootline_single {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline.frm_show_lines {
  position: relative;
  z-index: 1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline.frm_show_lines:before {
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #e5e5e5;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_rootline.frm_show_lines span {
  display: block;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_radio.frm_radio_styled > input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0;
  top: -1px;
  margin-top: -1px;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  visibility: hidden;
  border: 0;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_checkbox.frm_checkbox_styled > input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0;
  top: -1px;
  margin-top: -1px;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  visibility: hidden;
  border: 0;
}

.js .frm_logic_form:not(.frm_no_hide) {
  display: none;
}

#ui-datepicker-div {
  display: none;
  z-index: 999999 !important;
}

.ui-datepicker .ui-widget-header {
  background: #579af6 !important;
  color: #ffffff !important;
}
.ui-datepicker .ui-datepicker-header {
  background: #579af6 !important;
  color: #ffffff !important;
}
.ui-datepicker td.ui-datepicker-today {
  background: rgba(37, 104, 196, 0.15) !important;
}
.ui-datepicker td.ui-datepicker-current-day {
  background: #2568c4 !important;
  color: #ffffff !important;
}
.ui-datepicker td.ui-datepicker-current-day .ui-state-default {
  color: #ffffff !important;
}
.ui-datepicker td .ui-state-hover {
  background: #2568c4 !important;
  color: #ffffff !important;
}
.ui-datepicker thead {
  background: #2568c4 !important;
  color: #ffffff !important;
}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-month {
  width: 33%;
  background-color: #ffffff;
  float: none;
}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
  width: 33%;
  background-color: #ffffff;
  float: none;
}
.ui-datepicker select.ui-datepicker-month {
  margin-right: 3px;
}

.ui-datepicker-month {
  max-width: 100%;
  max-height: 2em;
  padding: 6px 10px;
  box-sizing: border-box;
}

.ui-datepicker-year {
  max-width: 100%;
  max-height: 2em;
  padding: 6px 10px;
  box-sizing: border-box;
}

.google-visualization-tooltip-item-list {
  margin: 1em 0 !important;
}
.google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child {
  margin: 1em 0 !important;
}

.google-visualization-tooltip-item {
  list-style-type: none !important;
  margin: 0.65em 0 !important;
}

#frm_loading .progress-bar {
  background-color: #ffffff;
}
#frm_loading .progress-striped .progress-bar {
  background-image: linear-gradient(45deg, #bfc3c8 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, #bfc3c8 50%, #bfc3c8 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

#frm_field_cptch_number_container {
  font-family: "Aeonik, sans-serif";
  font-size: 15px;
  color: #3f4b5b;
  font-weight: normal;
  clear: both;
}

#frm_form_editor_container .frm_dropzone.dz-clickable {
  cursor: default;
}
#frm_form_editor_container .frm_dropzone.dz-clickable * {
  cursor: default;
}

#frm_loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
#frm_loading h3 {
  font-weight: 500;
  padding-bottom: 15px;
  color: #ffffff;
  font-size: 24px;
}
#frm_loading img {
  max-width: 100%;
}
#frm_loading .progress {
  border-radius: 0;
  border-radius: var(--border-radius);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
#frm_loading .progress.active .progress-bar {
  animation: 2s linear 0s normal none infinite progress-bar-stripes;
}
#frm_loading .progress-bar {
  background-color: var(--wp--preset--color--white);
  background-color: var(--bg-color);
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  float: left;
  height: 100%;
  line-height: 20px;
  text-align: center;
  transition: width 0.6s ease 0s;
  width: 100%;
}
#frm_loading .progress-striped .progress-bar {
  background-image: linear-gradient(45deg, #bfc3c8 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, #bfc3c8 50%, #bfc3c8 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-size: 40px 40px;
}

#frm_loading_content {
  position: fixed;
  top: 20%;
  left: 33%;
  width: 33%;
  text-align: center;
  padding-top: 30px;
  font-weight: bold;
  z-index: 9999999;
}

.frm_trigger .frm_icon_font {
  padding: 0 5px;
}

.frm_logo_icon:before {
  content: "\e601";
}

.frm_required_icon:before {
  content: "\e612";
}

.frm_delete_icon:before {
  content: "\e610" !important;
}

.frm_delete_solid_icon:before {
  content: "\e900";
}

.frm_move_icon:before {
  content: "\e61a";
}

.frm_drag_icon:before {
  content: "\e93b";
}

.frm_clear_icon:before {
  content: "\e60a";
}

.frm_noclear_icon:before {
  content: "\e60b";
}

.frm_duplicate_icon:before {
  content: "\e61b";
}

.frm_copy_icon:before {
  content: "\f0c5";
}

.frm_clone_solid_icon:before {
  content: "\f24e";
}

.frm_clone_icon:before {
  content: "\f24d";
}

.frm_tooltip_icon:before {
  content: "\e611";
}

.frm_tooltip_solid_icon:before {
  content: "\e907";
}

.frm_forbid_icon:before {
  content: "\e636";
}

.frm_checkmark_icon:before {
  content: "\e90a";
}

.frm_check_icon:before {
  content: "\e605";
}

.frm_check1_icon:before {
  content: "\e606";
}

.frm_plus_icon:before {
  content: "\e62f";
}

.frm_plus1_icon:before {
  content: "\e602";
}

.frm_plus2_icon:before {
  content: "\e603";
}

.frm_plus3_icon:before {
  content: "\e632";
}

.frm_plus4_icon:before {
  content: "\e60f";
}

.frm_minus_icon:before {
  content: "\e62e";
}

.frm_minus1_icon:before {
  content: "\e600";
}

.frm_minus2_icon:before {
  content: "\e604";
}

.frm_minus3_icon:before {
  content: "\e633";
}

.frm_minus4_icon:before {
  content: "\e613";
}

.frm_cancel_icon:before {
  content: "\e607";
}

.frm_cancel1_icon:before {
  content: "\e608";
}

.frm_close_icon:before {
  content: "\e928";
}

.frm_report_problem_solid_icon:before {
  content: "\e914";
}

.frm_report_problem_icon:before {
  content: "\e915";
}

.frm_arrowup_icon:before {
  content: "\e60d";
}

.frm_arrowup1_icon:before {
  content: "\e60e";
}

.frm_arrowup2_icon:before {
  content: "\e630";
}

.frm_arrowup3_icon:before {
  content: "\e62b";
}

.frm_arrowup4_icon:before {
  content: "\e62c";
}

.frm_arrowup5_icon:before {
  content: "\e635";
}

.frm_arrowup5_solid_icon:before {
  content: "ຝ";
}

.frm_arrowup7_icon:before {
  content: "\e908";
}

.frm_arrowup6_icon:before {
  content: "\e62d";
}

.frm_arrowdown_icon:before {
  content: "\e609";
}

.frm_arrowdown1_icon:before {
  content: "\e60c";
}

.frm_arrowdown2_icon:before {
  content: "\e631";
}

.frm_arrowdown3_icon:before {
  content: "\e628";
}

.frm_arrowdown4_icon:before {
  content: "\e629";
}

.frm_arrowdown5_icon:before {
  content: "\e634";
}

.frm_arrowdown5_solid_icon:before {
  content: "\e905";
}

.frm_arrowdown7_icon:before {
  content: "\e90b";
}

.frm_arrowdown6_icon:before {
  content: "\e62a";
}

.frm_arrow_left_icon:before {
  content: "\e912";
}

.frm_arrow_right_icon:before {
  content: "\e913";
}

.frm_filter_icon:before {
  content: "\e90c";
}

.frm_download_icon:before {
  content: "\e615";
}

.frm_upload2_icon:before {
  content: "\f093";
}

.frm_upload_icon:before {
  content: "\e616";
}

.frm_download2_icon:before {
  content: "\f019";
}

.frm_hard_drive_icon:before {
  content: "\e916";
}

.frm_pencil_solid_icon:before {
  content: "\e901";
}

.frm_pencil_icon:before {
  content: "\e61d";
}

.frm_signature_icon:before {
  content: "\e919";
}

.frm_user_icon:before {
  content: "\e7ff";
}

.frm_register_icon:before {
  content: "\e637";
}

.frm_account_circle_solid_icon:before {
  content: "\e853";
}

.frm_account_circle_icon:before {
  content: "\e921";
}

.frm_address_card_icon:before {
  content: "\e996";
}

.frm_paragraph_icon:before {
  content: "\f1dd";
}

.frm_checkbox_unchecked_icon:before {
  content: "\e91e";
}

.frm_checkbox_icon:before {
  content: "\e922";
}

.frm_checkbox_solid_icon:before {
  content: "\e91f";
}

.frm_dropdown_icon:before {
  content: "\e909";
}

.frm_caret_square_down_icon:before {
  content: "\f150";
}

.frm_check_square_icon:before {
  content: "\f14a";
}

.frm_radio_unchecked_icon:before {
  content: "\e971";
}

.frm_radio_checked_icon:before {
  content: "\ea54";
}

.frm_scrubber_icon:before {
  content: "\f2f8";
}

.frm_location_solid_icon:before {
  content: "\e955";
}

.frm_location_icon:before {
  content: "\e947";
}

.frm_toggle_on_icon:before {
  content: "\f205";
}

.frm_toggle_off_icon:before {
  content: "\f204";
}

.frm_shield_check_icon:before {
  content: "\f2f7";
}

.frm_shield_check_solid_icon:before {
  content: "\e97d";
}

.frm_clock_icon:before {
  content: "\e929";
}

.frm_clock_solid_icon:before {
  content: "\e985";
}

.frm_link_icon:before {
  content: "\f0c1";
}

.frm_email_icon:before {
  content: "\e626";
}

.frm_email_solid_icon:before {
  content: "\f0e0";
}

.frm_mail_bulk_icon:before {
  content: "\e95c";
}

.frm_phone_icon:before {
  content: "\e942";
}

.frm_calendar_icon:before {
  content: "\f073";
}

.frm_code_icon:before {
  content: "\e90d";
}

.frm_tag_icon:before {
  content: "\e98b";
}

.frm_tag_solid_icon:before {
  content: "\e989";
}

.frm_price_tags_icon:before {
  content: "\e936";
}

.frm_search_icon:before {
  content: "\e978";
}

.frm_sitemap_icon:before {
  content: "\f0e8";
}

.frm_file_icon:before {
  content: "\f15b";
}

.frm_file_text_solid_icon:before {
  content: "\f15c";
}

.frm_file_text_icon:before {
  content: "\e923";
}

.frm-option-icon:before {
  content: "\e904";
}

.frm_option_icon:before {
  content: "\e904";
}

.frm_option_solid_icon:before {
  content: "\e906";
}

.frm_more_horiz_icon:before {
  content: "\e5d3";
}

.frm_more_vert_icon:before {
  content: "\e5d4";
}

.frm_more_vert_solid_icon:before {
  content: "\f142";
}

.frm_calculator_icon:before {
  content: "\f1ec";
}

.frm_key_icon:before {
  content: "\f084";
}

.frm_keyalt_solid_icon:before {
  content: "\e986";
}

.frm_keyalt_icon:before {
  content: "\e987";
}

.frm_keyboard_icon:before {
  content: "\e924";
}

.frm_eye_icon:before {
  content: "\f06e";
}

.frm_eye_solid_icon:before {
  content: "\e945";
}

.frm_eye_slash_icon:before {
  content: "\f070";
}

.frm_eye_slash_solid_icon:before {
  content: "\e949";
}

.frm_page_break_icon:before {
  content: "\e8e9";
}

.frm_view_day_icon:before {
  content: "\e8ed";
}

.frm_attach_file_icon:before {
  content: "\e226";
}

.frm_printer_icon:before {
  content: "\e926";
}

.frm_header_icon:before {
  content: "\f1dc";
}

.frm_h1_icon:before {
  content: "\e94c";
}

.frm_repeat_icon:before {
  content: "\f363";
}

.frm_repeater_icon:before {
  content: "\e974";
}

.frm_hashtag_icon:before {
  content: "\e292";
}

.frm_save_icon:before {
  content: "\e927";
}

.frm_sliders_icon:before {
  content: "\f1de";
}

.frm_code_commit_icon:before {
  content: "\f386";
}

.frm_star_icon:before {
  content: "\e9d7";
}

.frm_star_full_icon:before {
  content: "\e9d9";
}

.frm_star_half_icon:before {
  content: "\e9d8";
}

.frm_linear_scale_icon:before {
  content: "\e260";
}

.frm_pie_chart_icon:before {
  content: "\e99a";
}

.frm_stats_bars_icon:before {
  content: "\e99c";
}

.frm_sms_icon:before {
  content: "\e61c";
}

.frm_highrise_icon:before {
  content: "\e617";
}

.frm_mailchimp_icon:before {
  content: "\e622";
}

.frm_feed_icon:before {
  content: "\e624";
}

.frm_align_right_icon:before {
  content: "\e90f";
}

.frm_align_left_icon:before {
  content: "\e910";
}

.frm_button_icon:before {
  content: "\e911";
}

.frm_browser_icon:before {
  content: "\e925";
}

.frm_cloud_download_solid_icon:before {
  content: "\e92a";
}

.frm_cloud_download_icon:before {
  content: "\e92b";
}

.frm_cloud_upload_solid_icon:before {
  content: "\e92c";
}

.frm_cloud_upload_icon:before {
  content: "\e92d";
}

.frm_cloud_solid_icon:before {
  content: "\e92e";
}

.frm_cloud_icon:before {
  content: "\e92f";
}

.frm_shuffle_icon:before {
  content: "\e917";
}

.frm_swap_icon:before {
  content: "\e918";
}

.frm_dropper_solid_icon:before {
  content: "\e93c";
}

.frm_tint_icon:before {
  content: "\e93e";
}

.frm_pallet_solid_icon:before {
  content: "\e96c";
}

.frm_pallet_icon:before {
  content: "\e96d";
}

.frm_fingerprint_icon:before {
  content: "\e94a";
}

.frm_ghost_icon:before {
  content: "\e94b";
}

.frm_heart_solid_icon:before {
  content: "\e94d";
}

.frm_heart_icon:before {
  content: "\e94e";
}

.frm_history_icon:before {
  content: "\e94f";
}

.frm_import_icon:before {
  content: "\e91a";
}

.frm_export_icon:before {
  content: "\e91b";
}

.frm_label_solid_icon:before {
  content: "\e952";
}

.frm_label_icon:before {
  content: "\e953";
}

.frm_lock_open_icon:before {
  content: "\e957";
}

.frm_lock_solid_icon:before {
  content: "\e958";
}

.frm_lock_icon:before {
  content: "\e959";
}

.frm_magic_wand_icon:before {
  content: "\e997";
}

.frm_dollar_sign_icon:before {
  content: "\e91c";
}

.frm_percent_icon:before {
  content: "\e939";
}

.frm_notification_solid_icon:before {
  content: "\e964";
}

.frm_notification_icon:before {
  content: "\e965";
}

.frm_external_link_icon:before {
  content: "\e966";
}

.frm_pageview_solid_icon:before {
  content: "\e96a";
}

.frm_pageview_icon:before {
  content: "\e96b";
}

.frm_settings_solid_icon:before {
  content: "\e979";
}

.frm_settings_icon:before {
  content: "\e97a";
}

.frm_stamp_icon:before {
  content: "\e980";
}

.frm_support_icon:before {
  content: "\f1cd";
}

.frm_text_solid_icon:before {
  content: "\e98c";
}

.frm_text_icon:before {
  content: "\e98d";
}

.frm_text2_icon:before {
  content: "\f031";
}

.frm_text3_icon:before {
  content: "\e98e";
}

.frm_unfold_less_icon:before {
  content: "\e993";
}

.frm_unfold_more_icon:before {
  content: "\e994";
}

.frm_work_solid_icon:before {
  content: "\e999";
}

.frm_work_icon:before {
  content: "\e99e";
}

.frm_white_label_icon:before {
  content: "\e91d" !important;
}

.frm_zoom_out_icon:before {
  content: "\e99f";
}

.frm_maximize_icon:before {
  content: "\e920";
}

.frm_minimize_icon:before {
  content: "\e93a";
}

.frm_authorize_icon:before {
  content: "\e903";
}

.frm_activecampaign_icon:before {
  content: "\e930";
}

.frm_aweber_icon:before {
  content: "\e627";
}

.frm_campaignmonitor_icon:before {
  content: "\e946";
}

.frm_constant_contact_icon:before {
  content: "\e931";
}

.frm_getresponse_icon:before {
  content: "\e932";
}

.frm_googlesheets_icon:before {
  content: "\e944";
}

.frm_building_icon:before {
  content: "\e93f";
}

.frm_hubspot_icon:before {
  content: "\e933";
}

.frm_icontact_icon:before {
  content: "\e940";
}

.frm_paypal_icon:before {
  content: "\e61f";
}

.frm_sendinblue_icon:before {
  content: "\e943";
}

.frm_sendy_icon:before {
  content: "\e941";
}

.frm_salesforce_icon:before {
  content: "\e935";
}

.frm_salesforcealt_icon:before {
  content: "\e937";
}

.frm_stripe_icon:before {
  content: "\e902";
}

.frm_stripealt_icon:before {
  content: "\e93d";
}

.frm_twilio_icon:before {
  content: "\e620";
}

.frm_woocommerce_icon:before {
  content: "\e90e";
}

.frm_wordpress_icon:before {
  content: "\f19a";
}

.frm_credit_card_icon:before {
  content: "\e938";
}

.frm_credit-card-alt_icon:before {
  content: "\f283";
}

.frm_credit_card_alt_icon:before {
  content: "\f283";
}

.frm_cc_amex_icon:before {
  content: "\f1f3";
}

.frm_cc_discover_icon:before {
  content: "\f1f2";
}

.frm_cc_mastercard_icon:before {
  content: "\f1f1";
}

.frm_cc_visa_icon:before {
  content: "\f1f0";
}

.frm_cc_paypal_icon:before {
  content: "\f1f4";
}

.frm_cc_stripe_icon:before {
  content: "\f1f5";
}

/*
*   WP Core Block styles
*
*   1. Button
*   2. Group
*   3. Cover
*   4. Image
*   5. Media Text
*
 */
* {
  font-family: Aeonik, sans-serif !important;
}

body {
  margin: 0;
  padding: 0;
}

.nowrap {
  white-space: nowrap;
}

.is-main-content {
  margin-bottom: 0px !important;
}
.is-main-content .wp-block-query {
  margin-bottom: 0px !important;
}

.wp-block-buttons.is-fullwidth-button {
  width: 100%;
}
.wp-block-buttons.is-fullwidth-button .wp-block-button {
  width: 100%;
}
.wp-block-buttons.is-fullwidth-button .wp-block-button .wp-block-button__link {
  width: 100%;
}
@media (min-width: 480px) {
  .wp-block-buttons.is-fullwidth-button .wp-block-button .wp-block-button__link {
    max-width: 245px;
  }
}
.wp-block-buttons.project_filters {
  padding: 5px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-flow: column nowrap;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 782px) {
  .wp-block-buttons.project_filters {
    flex-flow: row nowrap;
  }
}

.wp-block-button {
  /* filters for project archive*/
  /* Dark Button Style */
  /* Light Button Style */
}
.wp-block-button .wp-block-button__link {
  position: relative;
  display: flex;
  gap: 1rem;
  align-items: center;
  font-weight: 400 !important;
}
.wp-block-button .wp-block-button__link:hover {
  text-decoration: none;
}
.wp-block-button .wp-block-button__link {
  background-color: var(--wp--preset--color--midnight);
  color: var(--wp--preset--color--white);
  border-radius: 5px;
  padding: 10px 10px 10px 25px;
  cursor: pointer;
  min-width: 100%;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: space-between;
  font-weight: 400 !important;
}
.wp-block-button .wp-block-button__link::after {
  content: " ";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40" fill="none"><rect width="40" height="40" rx="2" fill="%23009DDC"/><path d="M23.2886 19.1715C23.2886 19.1722 23.2892 19.1728 23.2899 19.1728C23.473 19.1721 23.6197 19.0224 23.6197 18.8417V17.5743C23.6197 17.3906 23.5214 17.1294 23.4024 16.9897L19.3362 12.2509C19.2172 12.1112 18.9715 12 18.7878 12H16.1779C15.9968 12 15.9451 12.1138 16.0641 12.2509L21.7909 18.9193C21.9099 19.059 22.1557 19.1702 22.3393 19.1702H23.2873C23.288 19.1702 23.2886 19.1708 23.2886 19.1715V19.1715Z" fill="white"/><path d="M22.3419 19.8285C22.3402 19.8276 22.3384 19.8272 22.3364 19.8272C22.1531 19.8284 21.9093 19.9417 21.7909 20.0781L16.0641 26.7491C15.9451 26.8888 15.9968 27 16.1805 27H18.7904C18.9741 27 19.2198 26.8862 19.3388 26.7491L23.4076 22.0129C23.5266 21.8732 23.6249 21.612 23.6249 21.4283V20.1609C23.6249 19.9772 23.4749 19.8298 23.2938 19.8298H22.3474C22.3455 19.8298 22.3436 19.8293 22.3419 19.8285V19.8285Z" fill="white"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 40px;
  width: 40px;
  transition: all 275ms ease-in-out;
}
@media (min-width: 480px) {
  .wp-block-button .wp-block-button__link {
    min-width: 245px;
  }
}
.wp-block-button.project_filter {
  width: -moz-max-content;
  width: max-content;
}
.wp-block-button.project_filter .wp-block-button__link {
  background-color: transparent;
  border-radius: 5px;
  padding: 16px 15px;
  cursor: pointer;
  min-width: 100%;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  font-weight: 400 !important;
  color: var(--wp--preset--color--med-grey);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  line-height: 16px;
}
@media (min-width: 782px) {
  .wp-block-button.project_filter .wp-block-button__link {
    padding: 16px 20px;
    font-size: 16px;
    line-height: 26px;
  }
}
.wp-block-button.project_filter .wp-block-button__link::after {
  content: none;
  background-image: none;
}
.wp-block-button.project_filter .wp-block-button__link:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: var(--wp--preset--color--midnight);
}
.wp-block-button.is-style-dark-button .wp-block-button__link {
  padding: 10px 10px 10px 25px !important;
  background-color: var(--wp--preset--color--midnight);
  color: var(--wp--preset--color--white);
  transition: all 0.3s ease-in-out;
  font-weight: 400 !important;
}
.wp-block-button.is-style-dark-button .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--exo-blue);
  color: var(--wp--preset--color--white);
}
.wp-block-button.is-style-dark-button .wp-block-button__link:hover:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40" fill="none"><rect width="40" height="40" rx="2" fill="white"/><path d="M23.2886 19.1715C23.2886 19.1722 23.2892 19.1728 23.2899 19.1728C23.473 19.1721 23.6197 19.0224 23.6197 18.8417V17.5743C23.6197 17.3906 23.5214 17.1294 23.4024 16.9897L19.3362 12.2509C19.2172 12.1112 18.9715 12 18.7878 12H16.1779C15.9968 12 15.9451 12.1138 16.0641 12.2509L21.7909 18.9193C21.9099 19.059 22.1557 19.1702 22.3393 19.1702H23.2873C23.288 19.1702 23.2886 19.1708 23.2886 19.1715V19.1715Z" fill="%232E383F"/><path d="M22.3419 19.8285C22.3402 19.8276 22.3384 19.8272 22.3364 19.8272C22.1531 19.8284 21.9093 19.9417 21.7909 20.0781L16.0641 26.7491C15.9451 26.8888 15.9968 27 16.1805 27H18.7904C18.9741 27 19.2198 26.8862 19.3388 26.7491L23.4076 22.0129C23.5266 21.8732 23.6249 21.612 23.6249 21.4283V20.1609C23.6249 19.9772 23.4749 19.8298 23.2938 19.8298H22.3474C22.3455 19.8298 22.3436 19.8293 22.3419 19.8285V19.8285Z" fill="%232E383F"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.wp-block-button #load-more {
  transition: all 0.3s ease-in-out;
}
.wp-block-button #load-more:hover {
  background-color: var(--wp--preset--color--exo-blue);
  color: var(--wp--preset--color--white);
}
.wp-block-button #load-more:hover:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40" fill="none"><rect width="40" height="40" rx="2" fill="white"/><path d="M23.2886 19.1715C23.2886 19.1722 23.2892 19.1728 23.2899 19.1728C23.473 19.1721 23.6197 19.0224 23.6197 18.8417V17.5743C23.6197 17.3906 23.5214 17.1294 23.4024 16.9897L19.3362 12.2509C19.2172 12.1112 18.9715 12 18.7878 12H16.1779C15.9968 12 15.9451 12.1138 16.0641 12.2509L21.7909 18.9193C21.9099 19.059 22.1557 19.1702 22.3393 19.1702H23.2873C23.288 19.1702 23.2886 19.1708 23.2886 19.1715V19.1715Z" fill="%232E383F"/><path d="M22.3419 19.8285C22.3402 19.8276 22.3384 19.8272 22.3364 19.8272C22.1531 19.8284 21.9093 19.9417 21.7909 20.0781L16.0641 26.7491C15.9451 26.8888 15.9968 27 16.1805 27H18.7904C18.9741 27 19.2198 26.8862 19.3388 26.7491L23.4076 22.0129C23.5266 21.8732 23.6249 21.612 23.6249 21.4283V20.1609C23.6249 19.9772 23.4749 19.8298 23.2938 19.8298H22.3474C22.3455 19.8298 22.3436 19.8293 22.3419 19.8285V19.8285Z" fill="%232E383F"/></svg>');
}
.wp-block-button.is-style-light-button .wp-block-button__link {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--midnight);
  transition: all 0.3s ease-in-out;
  font-weight: 400 !important;
}
.wp-block-button.is-style-light-button .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--exo-blue);
  color: var(--wp--preset--color--white);
}
.wp-block-button.is-style-light-button .wp-block-button__link:hover:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40" fill="none"><rect width="40" height="40" rx="2" fill="white"/><path d="M23.2886 19.1715C23.2886 19.1722 23.2892 19.1728 23.2899 19.1728C23.473 19.1721 23.6197 19.0224 23.6197 18.8417V17.5743C23.6197 17.3906 23.5214 17.1294 23.4024 16.9897L19.3362 12.2509C19.2172 12.1112 18.9715 12 18.7878 12H16.1779C15.9968 12 15.9451 12.1138 16.0641 12.2509L21.7909 18.9193C21.9099 19.059 22.1557 19.1702 22.3393 19.1702H23.2873C23.288 19.1702 23.2886 19.1708 23.2886 19.1715V19.1715Z" fill="%232E383F"/><path d="M22.3419 19.8285C22.3402 19.8276 22.3384 19.8272 22.3364 19.8272C22.1531 19.8284 21.9093 19.9417 21.7909 20.0781L16.0641 26.7491C15.9451 26.8888 15.9968 27 16.1805 27H18.7904C18.9741 27 19.2198 26.8862 19.3388 26.7491L23.4076 22.0129C23.5266 21.8732 23.6249 21.612 23.6249 21.4283V20.1609C23.6249 19.9772 23.4749 19.8298 23.2938 19.8298H22.3474C22.3455 19.8298 22.3436 19.8293 22.3419 19.8285V19.8285Z" fill="%232E383F"/></svg>');
}
.wp-block-button.is-style-read-button .wp-block-button__link {
  background-color: transparent;
  color: var(--wp--preset--color--exo-grey);
  border-radius: 0px;
  padding: 10px 10px 10px 0px;
  cursor: pointer;
  min-width: unset;
  display: flex;
  justify-content: space-between;
  font-weight: 400 !important;
  gap: 10px;
  transition: all 275ms ease-in-out;
}
.wp-block-button.is-style-read-button .wp-block-button__link::after {
  content: " ";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjE1IiBmaWxsPSJub25lIj48cGF0aCBmaWxsPSIjMDA5RERDIiBkPSJNNy4yODkgNy4xNzJhLjMzLjMzIDAgMCAwIC4zMy0uMzNWNS41NzRjMC0uMTgzLS4wOTgtLjQ0NS0uMjE3LS41ODRMMy4zMzYuMjVBLjgxNi44MTYgMCAwIDAgMi43ODggMEguMTc4Qy0uMDAzIDAtLjA1NS4xMTQuMDY0LjI1bDUuNzI3IDYuNjdjLjExOS4xMzkuMzY1LjI1LjU0OC4yNWguOTQ4Yy4wMDEgMCAuMDAyIDAgLjAwMi4wMDJabS0uOTQ3LjY1NmEuODMuODMgMCAwIDAtLjU1MS4yNUwuMDY0IDE0Ljc1Yy0uMTE5LjE0LS4wNjcuMjUxLjExNi4yNTFoMi42MWMuMTg0IDAgLjQzLS4xMTQuNTQ5LS4yNWw0LjA2OS00LjczN2MuMTE5LS4xNC4yMTctLjQwMS4yMTctLjU4NVY4LjE2MWEuMzMyLjMzMiAwIDAgMC0uMzMxLS4zMzFoLS45NDdjLS4wMDIgMC0uMDAzIDAtLjAwNS0uMDAyWiIvPjwvc3ZnPg==");
  height: 15px;
  width: 8px;
  transition: all 275ms ease-in-out;
}
.wp-block-button.is-style-social-button .wp-block-button__link {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--midnight);
  transition: all 0.3s ease-in-out;
  padding: 15px 0;
  width: 45px;
  min-width: 45px;
  height: 45px;
  border-radius: 5px;
  border: 1px solid var(--wp--preset--color--med-grey);
  border-radius: 5px;
  font-weight: 400 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-block-button.is-style-social-button .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--exo-blue);
  color: var(--wp--preset--color--white);
}
.wp-block-button.is-style-social-button .wp-block-button__link:hover img {
  filter: brightness(0) invert(1);
}
.wp-block-button.is-style-social-button .wp-block-button__link::after {
  content: none;
  display: none;
  height: 0;
  width: 0;
}
@media (min-width: 480px) {
  .wp-block-button.is-style-social-button .wp-block-button__link {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}

.wp-block-buttons:has(.is-style-social-button) {
  display: flex;
  gap: 15px;
}

div.is-style-dark-button button {
  padding: 10px 10px 10px 25px !important;
  background-color: var(--wp--preset--color--midnight) !important;
  color: var(--wp--preset--color--white) !important;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border: 0px !important;
  border-radius: 5px !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  text-align: left !important;
  cursor: pointer;
  min-width: 100%;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
}
div.is-style-dark-button button::after {
  content: " ";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40" fill="none"><rect width="40" height="40" rx="2" fill="%23009DDC"/><path d="M23.2886 19.1715C23.2886 19.1722 23.2892 19.1728 23.2899 19.1728C23.473 19.1721 23.6197 19.0224 23.6197 18.8417V17.5743C23.6197 17.3906 23.5214 17.1294 23.4024 16.9897L19.3362 12.2509C19.2172 12.1112 18.9715 12 18.7878 12H16.1779C15.9968 12 15.9451 12.1138 16.0641 12.2509L21.7909 18.9193C21.9099 19.059 22.1557 19.1702 22.3393 19.1702H23.2873C23.288 19.1702 23.2886 19.1708 23.2886 19.1715V19.1715Z" fill="white"/><path d="M22.3419 19.8285C22.3402 19.8276 22.3384 19.8272 22.3364 19.8272C22.1531 19.8284 21.9093 19.9417 21.7909 20.0781L16.0641 26.7491C15.9451 26.8888 15.9968 27 16.1805 27H18.7904C18.9741 27 19.2198 26.8862 19.3388 26.7491L23.4076 22.0129C23.5266 21.8732 23.6249 21.612 23.6249 21.4283V20.1609C23.6249 19.9772 23.4749 19.8298 23.2938 19.8298H22.3474C22.3455 19.8298 22.3436 19.8293 22.3419 19.8285V19.8285Z" fill="white"/></svg>');
  height: 40px;
  width: 40px;
  transition: background-image 0.2s ease-in-out;
}
@media (min-width: 480px) {
  div.is-style-dark-button button {
    min-width: 245px;
  }
}
div.is-style-dark-button button:hover {
  background-color: var(--wp--preset--color--exo-blue) !important;
  color: var(--wp--preset--color--white) !important;
}
div.is-style-dark-button button:hover:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40" fill="none"><rect width="40" height="40" rx="2" fill="white"/><path d="M23.2886 19.1715C23.2886 19.1722 23.2892 19.1728 23.2899 19.1728C23.473 19.1721 23.6197 19.0224 23.6197 18.8417V17.5743C23.6197 17.3906 23.5214 17.1294 23.4024 16.9897L19.3362 12.2509C19.2172 12.1112 18.9715 12 18.7878 12H16.1779C15.9968 12 15.9451 12.1138 16.0641 12.2509L21.7909 18.9193C21.9099 19.059 22.1557 19.1702 22.3393 19.1702H23.2873C23.288 19.1702 23.2886 19.1708 23.2886 19.1715V19.1715Z" fill="%232E383F"/><path d="M22.3419 19.8285C22.3402 19.8276 22.3384 19.8272 22.3364 19.8272C22.1531 19.8284 21.9093 19.9417 21.7909 20.0781L16.0641 26.7491C15.9451 26.8888 15.9968 27 16.1805 27H18.7904C18.9741 27 19.2198 26.8862 19.3388 26.7491L23.4076 22.0129C23.5266 21.8732 23.6249 21.612 23.6249 21.4283V20.1609C23.6249 19.9772 23.4749 19.8298 23.2938 19.8298H22.3474C22.3455 19.8298 22.3436 19.8293 22.3419 19.8285V19.8285Z" fill="%232E383F"/></svg>');
}

body.term-construction .project_filter.construction a {
  background-color: var(--wp--preset--color--almost-white);
  color: var(--wp--preset--color--midnight);
}

body.term-modular-building .project_filter.modular a {
  background-color: var(--wp--preset--color--almost-white);
  color: var(--wp--preset--color--midnight);
}

body.post-type-archive-project .project_filter.all a {
  background-color: var(--wp--preset--color--almost-white);
  color: var(--wp--preset--color--midnight);
}

.pagination_container {
  display: none;
}

.pagination_container:has(.wp-block-query-pagination) {
  display: block;
}

.wp-block-query-pagination .wp-block-query-pagination-previous,
.wp-block-query-pagination .wp-block-query-pagination-next {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 5px;
  height: 70px;
  gap: 5px !important;
  margin: 0;
  border-radius: 5px;
  background: transparent;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 400;
}
.wp-block-query-pagination .wp-block-query-pagination-previous:hover,
.wp-block-query-pagination .wp-block-query-pagination-next:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: var(--wp--preset--color--midnight);
}
.wp-block-query-pagination .wp-block-query-pagination-previous:hover svg path,
.wp-block-query-pagination .wp-block-query-pagination-next:hover svg path {
  fill: var(--wp--preset--color--midnight);
}
.wp-block-query-pagination .wp-block-query-pagination-numbers {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 60px;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers {
  margin: 0;
  border-radius: 5px;
  background: transparent;
  padding: 20px;
  color: var(--wp--preset--color--almost-white);
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  /* 173.333% */
  text-decoration: none;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.current {
  color: var(--wp--preset--color--midnight);
  background: var(--wp--preset--color--almost-white);
}
.wp-block-query-pagination .wp-block-query-pagination-numbers a.page-numbers:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: var(--wp--preset--color--midnight);
}

.wp-block-group {
  margin: 0 !important;
}
.wp-block-group .wp-block-post-featured-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 5px;
  padding: 5px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 782px) {
  .wp-block-group .wp-block-post-featured-image img {
    width: 100%;
    height: 725px;
    aspect-ratio: auto;
  }
}
.wp-block-group.is-filter-header {
  width: 100%;
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}
.wp-block-group.is-filter-header .filters-layout {
  width: 100%;
  justify-content: space-between;
  display: flex;
  flex-flow: column nowrap;
  gap: 20px;
  align-items: center;
}
@media (min-width: 782px) {
  .wp-block-group.is-filter-header .filters-layout {
    flex-flow: row nowrap;
  }
}
.wp-block-group.is-filter-header p {
  font-size: 24px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 133.333% */
}
.wp-block-group.is-image-gallery {
  padding: 0 var(--outer--padding) !important;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
  max-width: 1300px;
  margin: 45px auto 0 auto !important;
}
@media (min-width: 782px) {
  .wp-block-group.is-image-gallery {
    margin: 0 auto !important;
  }
}
@media (min-width: 1440px) {
  .wp-block-group.is-image-gallery {
    padding: 0;
  }
}
.wp-block-group.is-image-gallery .wp-block-columns {
  gap: 45px;
}
@media (min-width: 782px) {
  .wp-block-group.is-image-gallery .wp-block-columns {
    gap: 32px;
  }
}
.wp-block-group.is-image-gallery .gallery_video {
  width: 100%;
  height: auto;
  border-radius: 5px;
  padding: 0;
  overflow: hidden;
  aspect-ratio: 1/1;
}
@media (min-width: 782px) {
  .wp-block-group.is-image-gallery .gallery_video {
    max-width: 587px;
    max-height: 400px;
    aspect-ratio: 587/400;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    overflow: hidden;
  }
}
.wp-block-group.is-image-gallery .gallery_video video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  border-radius: 5px;
}
.wp-block-group.is-image-gallery .gallery_video img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  border-radius: 5px;
}
.wp-block-group.is-image-gallery .gallery_img1 {
  margin-top: 0px;
  width: 100%;
  height: auto;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  aspect-ratio: 1/1;
}
@media (min-width: 782px) {
  .wp-block-group.is-image-gallery .gallery_img1 {
    margin-top: 100px;
    width: 100%;
    height: 100%;
    aspect-ratio: 444/575;
    max-width: 444px;
    max-height: 575px;
    padding: 0;
  }
}
.wp-block-group.is-image-gallery .gallery_img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  border-radius: 5px;
}
.wp-block-group.is-image-gallery .gallery_img2 {
  margin-top: 0px;
  width: 100%;
  height: auto;
  border-radius: 5px;
  padding: 0;
  aspect-ratio: 1/1;
}
@media (min-width: 782px) {
  .wp-block-group.is-image-gallery .gallery_img2 {
    margin-top: 100px;
    width: 100%;
    height: 100%;
    aspect-ratio: 856/528;
    max-width: 856px;
    max-height: 528px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}
.wp-block-group.is-image-gallery .gallery_img2 img {
  border-radius: 5px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.wp-block-group.is-image-gallery .gallery_img3 {
  margin-top: 0px;
  width: 100%;
  height: auto;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  aspect-ratio: 1/1;
}
@media (min-width: 782px) {
  .wp-block-group.is-image-gallery .gallery_img3 {
    padding: 0;
    max-width: 333px;
    max-height: 500px;
    width: 100%;
    height: 100%;
    aspect-ratio: 333/500;
  }
}
.wp-block-group.is-image-gallery .gallery_img3 img {
  border-radius: 5px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.wp-block-group.is-top-container {
  padding: 0 !important;
  margin: 0 !important;
  background-color: var(--wp--preset--color--white) !important;
  display: flex;
  flex-flow: column nowrap;
  gap: 0;
  justify-content: center;
  align-items: center;
}
.wp-block-group.is-video-top-container {
  padding: 0 !important;
  margin: 0 !important;
  background-color: var(--wp--preset--color--white) !important;
}
.wp-block-group.is-style-block-section {
  padding: var(--section-padding) var(--outer--padding);
}
.wp-block-group.is-style-block-section:has(.wp-block-post-featured-image) {
  padding: 0 var(--outer--padding);
}
.wp-block-group.is-style-block-section:has(.wp-block-post-featured-image) img {
  border-radius: 5px;
  padding: 0;
}
@media (min-width: 782px) {
  .wp-block-group.is-style-block-section:has(.wp-block-post-featured-image) {
    padding: var(--section-padding) var(--outer--padding);
    border-radius: 0px;
  }
}
.wp-block-group.is-style-block-section.is-solution {
  padding: 0;
  margin: 0;
}
.wp-block-group.is-style-block-section.is-solution .wp-block-media-text {
  margin: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.wp-block-group.is-style-block-section.is-solution .wp-block-media-text__content {
  margin: 45px 0;
}
.wp-block-group.is-style-block-section.is-solution h4 {
  text-transform: none;
  font-weight: 400;
}
.wp-block-group.is-style-block-section.is-solution h2 {
  font-size: var(--wp--preset--font-size--h-3);
}
.wp-block-group.is-style-block-section.is_project_details {
  padding-top: var(--section-padding) !important;
  padding-bottom: var(--section-padding) !important;
}
.wp-block-group.is-style-block-section.is_project_details .wp-block-columns {
  gap: clamp(60px, 9vw, 110px);
  align-items: center;
}
.wp-block-group.is-style-block-section.is_project_details .wp-block-columns .wp-block-column {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
}
.wp-block-group.is-style-block-section.is_project_details .wp-block-columns .wp-block-column .project-info {
  display: flex;
  flex-flow: column nowrap;
  gap: 30px;
}
.wp-block-group.is-style-block-section.is_project_details .wp-block-columns .wp-block-column .project-info p {
  padding-bottom: 15px;
}
.wp-block-group.is-style-block-section.is_project_details .wp-block-columns .wp-block-column .project-info .is-layout-grid {
  align-items: end;
}
.wp-block-group.is-style-block-section.is_project_details .wp-block-columns .wp-block-column .project-info .wp-container-content-1 {
  grid-column: span 7 !important;
}
.wp-block-group.is-style-block-section.is_project_details .wp-block-columns .wp-block-column .project-info .wp-container-content-1,
.wp-block-group.is-style-block-section.is_project_details .wp-block-columns .wp-block-column .project-info .wp-container-content-2 {
  grid-column: span 7 !important;
}
.wp-block-group.is-style-block-section.is_project_details .wp-block-columns .wp-block-column .project-info .wp-container-content-3,
.wp-block-group.is-style-block-section.is_project_details .wp-block-columns .wp-block-column .project-info .wp-container-content-5,
.wp-block-group.is-style-block-section.is_project_details .wp-block-columns .wp-block-column .project-info .wp-container-content-7,
.wp-block-group.is-style-block-section.is_project_details .wp-block-columns .wp-block-column .project-info .wp-container-content-9 {
  grid-column: span 3 !important;
}
@media (min-width: 1200px) {
  .wp-block-group.is-style-block-section.is_project_details .wp-block-columns .wp-block-column .project-info .wp-container-content-3,
  .wp-block-group.is-style-block-section.is_project_details .wp-block-columns .wp-block-column .project-info .wp-container-content-5,
  .wp-block-group.is-style-block-section.is_project_details .wp-block-columns .wp-block-column .project-info .wp-container-content-7,
  .wp-block-group.is-style-block-section.is_project_details .wp-block-columns .wp-block-column .project-info .wp-container-content-9 {
    grid-column: span 2 !important;
  }
}
.wp-block-group.is-style-block-section.is_project_details .wp-block-columns .wp-block-column .project-info p-container-content-2,
.wp-block-group.is-style-block-section.is_project_details .wp-block-columns .wp-block-column .project-info .wp-container-content-4,
.wp-block-group.is-style-block-section.is_project_details .wp-block-columns .wp-block-column .project-info .wp-container-content-6,
.wp-block-group.is-style-block-section.is_project_details .wp-block-columns .wp-block-column .project-info .wp-container-content-8,
.wp-block-group.is-style-block-section.is_project_details .wp-block-columns .wp-block-column .project-info .wp-container-content-10 {
  grid-column: span 4 !important;
}
@media (min-width: 1200px) {
  .wp-block-group.is-style-block-section.is_project_details .wp-block-columns .wp-block-column .project-info p-container-content-2,
  .wp-block-group.is-style-block-section.is_project_details .wp-block-columns .wp-block-column .project-info .wp-container-content-4,
  .wp-block-group.is-style-block-section.is_project_details .wp-block-columns .wp-block-column .project-info .wp-container-content-6,
  .wp-block-group.is-style-block-section.is_project_details .wp-block-columns .wp-block-column .project-info .wp-container-content-8,
  .wp-block-group.is-style-block-section.is_project_details .wp-block-columns .wp-block-column .project-info .wp-container-content-10 {
    grid-column: span 5 !important;
  }
}
.wp-block-group.is-style-block-section.is_project_details .wp-block-columns .wp-block-column .project-info .wp-container-content-6 {
  height: 100%;
}
.wp-block-group.is-style-block-section.is_project_details .wp-block-columns .wp-block-column .wp-block-group-is-layout-grid {
  border-bottom: 1px solid var(--wp--preset--color--med-grey);
}
.wp-block-group.is-style-block-section.is_project_details .wp-block-columns .wp-block-column .wp-block-group-is-layout-grid:has(.table-title) {
  margin-bottom: 0px !important;
}
@media (min-width: 782px) {
  .wp-block-group.is-style-block-section.is_project_details .wp-block-columns .wp-block-column .wp-block-group-is-layout-grid:has(.table-title) {
    margin-bottom: 30px !important;
  }
}
.wp-block-group.is-style-block-section.is_project_details .wp-block-columns .wp-block-column .taxonomy-solution a {
  background: var(--wp--preset--color--midnight);
  color: var(--wp--preset--color--white);
  padding: 15px;
  border-radius: 5px;
  text-transform: none;
  text-decoration: none;
}
.wp-block-group.is-style-block-section.is_project_details .wp-block-columns .wp-block-column .taxonomy-solution a:hover {
  background: var(--wp--preset--color--exo-blue);
}
.wp-block-group.is-style-block-section.is_project_details .wp-block-columns .wp-block-column .table-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.wp-block-group.is-style-block-section.is_project_details .wp-block-columns .wp-block-column .table-title-th {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
  padding-bottom: 15px;
}
.wp-block-group.is-style-block-section.is_project_details .wp-block-columns .wp-block-column .table-td {
  line-height: unset !important;
}
.wp-block-group.is-style-block-section.is_project_details .wp-block-columns .wp-block-column .table-td:nth-of-type(1) {
  padding-top: 30px;
}
.wp-block-group.is-style-block-section.is_project_details h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 104.167%;
}
.wp-block-group.is-style-block-section > * {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-group:has(.wp-block-post-featured-image) {
  padding-top: 0 !important;
}
.wp-block-group.is_story {
  background-color: var(--wp--preset--color--midnight);
  color: var(--wp--preset--color--white);
  padding-top: var(--section-padding);
  padding-bottom: 80px;
}
.wp-block-group.is_story h3,
.wp-block-group.is_story p {
  color: var(--wp--preset--color--white);
  text-transform: none;
}
.wp-block-group.is_story h3 sup,
.wp-block-group.is_story p sup {
  font-size: 50%;
  top: -1rem;
}
.wp-block-group.is_story .is-stories-columns {
  gap: 50px !important;
  justify-content: center;
}
@media (min-width: 782px) {
  .wp-block-group.is_story .is-stories-columns {
    gap: 90px !important;
  }
}
@media (min-width: 1200px) {
  .wp-block-group.is_story .is-stories-columns {
    gap: 145px !important;
  }
}
.wp-block-group.is_story .is-stories-columns .is-stories-content {
  flex-basis: auto;
  margin-bottom: 0px;
}
@media (min-width: 782px) {
  .wp-block-group.is_story .is-stories-columns .is-stories-content {
    margin-bottom: 80px;
  }
}
.wp-block-group.is_story .is-stories-columns .is-stories-content > div {
  top: 160px;
}
.wp-block-group.is_story .is-stories-columns .is-stories-content > div h3 {
  display: inline-flex;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  /* 104.167% */
}
.wp-block-group.is_story .is-stories-columns .is-story-images {
  max-width: 745px;
  margin-bottom: 0px;
}
@media (min-width: 782px) {
  .wp-block-group.is_story .is-stories-columns .is-story-images {
    margin-bottom: 80px;
  }
}
.wp-block-group.is_story .is-stories-columns .is-story-images figure {
  display: none;
  border-radius: 5px !important;
}
@media (min-width: 782px) {
  .wp-block-group.is_story .is-stories-columns .is-story-images figure {
    display: block;
  }
}
.wp-block-group.is_story .is-stories-columns .is-story-images figure img {
  border-radius: 5px !important;
}
.wp-block-group.is_story .is-stories-columns .is-story-images figure:nth-of-type(1) {
  display: block;
}
.wp-block-group.is_story_solution {
  background-color: var(--wp--preset--color--midnight);
  color: var(--wp--preset--color--white);
  padding-top: var(--section-padding);
  padding-bottom: 80px;
}
@media (min-width: 782px) {
  .wp-block-group.is_story_solution {
    padding-top: 160px;
  }
}
.wp-block-group.is_story_solution h3,
.wp-block-group.is_story_solution p {
  color: var(--wp--preset--color--white);
  text-transform: none;
}
.wp-block-group.is_story_solution h3 sup,
.wp-block-group.is_story_solution p sup {
  font-size: 50%;
  top: -1rem;
}
.wp-block-group.is_story_solution .is-stories-columns {
  gap: 50px !important;
  justify-content: center;
}
@media (min-width: 782px) {
  .wp-block-group.is_story_solution .is-stories-columns {
    gap: 90px !important;
  }
}
@media (min-width: 1200px) {
  .wp-block-group.is_story_solution .is-stories-columns {
    gap: 145px !important;
  }
}
.wp-block-group.is_story_solution .is-stories-columns .is-stories-content {
  flex-basis: auto;
  margin-bottom: 40px;
}
@media (min-width: 782px) {
  .wp-block-group.is_story_solution .is-stories-columns .is-stories-content {
    margin-bottom: 80px;
  }
}
.wp-block-group.is_story_solution .is-stories-columns .is-stories-content > div {
  top: 160px;
}
.wp-block-group.is_story_solution .is-stories-columns .is-stories-content > div h3 {
  display: inline-flex;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  /* 104.167% */
}
.wp-block-group.is_story_solution .is-stories-columns .is-story-images {
  max-width: 745px;
  margin-bottom: 40px;
}
@media (min-width: 782px) {
  .wp-block-group.is_story_solution .is-stories-columns .is-story-images {
    margin-bottom: 80px;
  }
}
.wp-block-group.is_story_solution .is-stories-columns .is-story-images figure {
  display: none;
  border-radius: 5px !important;
}
@media (min-width: 782px) {
  .wp-block-group.is_story_solution .is-stories-columns .is-story-images figure {
    display: block;
  }
}
.wp-block-group.is_story_solution .is-stories-columns .is-story-images figure img {
  border-radius: 5px !important;
}
.wp-block-group.is_story_solution .is-stories-columns .is-story-images figure:nth-of-type(1) {
  display: block;
}
.wp-block-group.contact_blue_container {
  height: -moz-fit-content !important;
  height: fit-content !important;
  max-height: -moz-fit-content !important;
  max-height: fit-content !important;
  padding: 0 !important;
}
@media (min-width: 782px) {
  .wp-block-group.contact_blue_container {
    min-height: 100vh !important;
    min-height: 100dvh !important;
  }
}
.wp-block-group.contact_blue_container .cb_columns {
  min-height: 100vh;
  min-height: 100dvh;
  gap: 0px;
}
@media (min-width: 782px) {
  .wp-block-group.contact_blue_container .cb_columns {
    gap: 30px;
  }
}
.wp-block-group.contact_blue_container .cb_columns .cb_content {
  padding: var(--section-padding) var(--outer--padding);
}
@media (min-width: 782px) {
  .wp-block-group.contact_blue_container .cb_columns .cb_content {
    padding: 0 70px 0 0;
    align-items: center;
    justify-content: center;
    display: flex;
  }
}
.wp-block-group.contact_blue_container .cb_columns .cb_content .wp-block-group {
  gap: 30px;
}
.wp-block-group.contact_blue_container .cb_columns .cb_content .wp-block-group p {
  line-height: 1 !important;
}
.wp-block-group.contact_blue_container .cb_columns .cb_content .wp-block-group h2 {
  margin-bottom: 30px !important;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  line-height: 105%;
}

.wp-block-query {
  margin-block-start: 0;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: 350px;
  background-color: #2e383f;
  gap: 0;
}
@media (min-width: 782px) {
  .projects-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 585px;
  }
}
@media (min-width: 1200px) {
  .projects-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.projects-grid .project {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: auto;
  margin-block-start: 0;
  height: 100%;
  min-height: 350px;
  max-height: 350px;
  overflow: hidden;
  cursor: pointer;
}
@media (min-width: 782px) {
  .projects-grid .project {
    grid-auto-rows: 1fr 150px;
    min-height: 585px;
    max-height: 585px;
  }
}
.projects-grid .project .project-back-details {
  grid-row: 1/-1;
  grid-column: 1/-1;
  display: flex;
  position: absolute !important;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: var(--wp--preset--color--exo-blue);
  color: var(--wp--preset--color--almost-white);
  pointer-events: none;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  position: relative;
  opacity: 1;
  z-index: 1005;
  transition: opacity 0s ease-in;
}
@media (min-width: 782px) {
  .projects-grid .project .project-back-details {
    display: flex;
    animation: title-backwards 0.8s ease-in-out 0s 1 normal forwards;
    z-index: 1002;
  }
}
.projects-grid .project .project-back-details h2 {
  align-self: flex-start;
  text-align: center;
  padding: 20px 20px;
  color: var(--wp--preset--color--almost-white);
  height: 100%;
  width: 100%;
  display: block;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
}
@media (min-width: 782px) {
  .projects-grid .project .project-back-details h2 {
    padding: 20px 20px;
    background: none;
    font-size: clamp(16px, 2vw, 24px) !important;
  }
}
.projects-grid .project .project-front-ft-img {
  grid-row: 1/-1;
  grid-column: 1/-1;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.projects-grid .project .project-front-ft-img a {
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: 1fr auto;
  justify-content: center;
  gap: 0;
  overflow: hidden;
  cursor: pointer;
}
.projects-grid .project .project-front-ft-img a::before {
  position: relative;
  content: " ";
  grid-column: 1/-1;
  grid-row: 1/-1;
  background: rgb(0, 0, 0);
  opacity: 0.25;
  z-index: 1004;
  transition: opacity 0.5s ease-in-out;
}
.projects-grid .project .project-front-ft-img a img {
  position: relative;
  width: 100%;
  height: 100%;
  grid-column: 1/-1;
  grid-row: 1/-1;
  z-index: 1003;
  transform: scale(1);
  transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  opacity: 1;
  padding: 0;
  border-radius: 0px;
}
.projects-grid .project .project-front-ft-img a::after {
  position: relative;
  grid-column: 1/-1;
  grid-row: 2/-1;
  justify-self: center;
  content: " ";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="13" viewBox="0 0 25 13" fill="none"><path d="M11.9525 0.560689V0.560689C11.9539 0.559301 11.9547 0.557406 11.9547 0.555451C11.9518 0.251803 11.7029 0.00886839 11.4029 0.00886841L9.29043 0.0088685C8.98434 0.00886851 8.54892 0.17269 8.31612 0.371001L0.418177 7.14806C0.185378 7.34637 -1.33796e-08 7.75593 0 8.06201L1.90141e-07 12.4119C2.03332e-07 12.7137 0.189689 12.7999 0.418177 12.6016L11.5322 3.05682C11.765 2.85851 11.9504 2.44895 11.9504 2.14287V0.565895C11.9504 0.563942 11.9512 0.56207 11.9525 0.560689V0.560689Z" fill="white"/><path d="M13.0475 2.13855C13.046 2.14139 13.0453 2.14447 13.0453 2.14764C13.0473 2.4532 13.2362 2.85954 13.4635 3.05682L24.5818 12.6016C24.8146 12.7999 25 12.7137 25 12.4076V8.0577C25 7.75161 24.8103 7.34205 24.5818 7.14374L16.6882 0.362376C16.4554 0.164065 16.02 0.000244127 15.7139 0.000244141L13.6014 0.000244233C13.2953 0.000244246 13.0496 0.250287 13.0496 0.552065V2.12942C13.0496 2.13259 13.0489 2.13572 13.0475 2.13855Z" fill="white"/></svg>');
  width: 100%;
  height: 100%;
  z-index: 1004;
  background-repeat: no-repeat;
  background-position: center center;
  display: none;
}
@media (min-width: 782px) {
  .projects-grid .project .project-front-ft-img a::after {
    display: block;
    min-height: 69px;
    animation: arrow-forwards 0.5s ease-in-out 0s 1 normal forwards;
  }
}
@media (min-width: 782px) {
  .projects-grid .project:hover .project-back-details {
    z-index: 1005;
    animation: title-forwards 0.5s ease-in-out 0s 1 normal forwards;
  }
  .projects-grid .project:hover .project-front-ft-img a::before {
    opacity: 0;
  }
  .projects-grid .project:hover .project-front-ft-img a img {
    transform: scale(1.1);
    opacity: 1;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out 0.3s;
  }
  .projects-grid .project:hover .project-front-ft-img a::after {
    animation: arrow-backwards 0.5s ease-in-out 0s 1 normal forwards;
  }
}

.wp-block-cover {
  overflow: visible;
}
.wp-block-cover.has-parallax {
  background-color: #f0f0f0;
  margin: 0;
  margin-top: 0 !important;
  min-height: 100dvh;
  padding-left: var(--outer--padding);
  padding-right: var(--outer--padding);
}
.wp-block-cover.has-parallax .wp-block-cover__image-background {
  background-size: auto;
}
.wp-block-cover__inner-container {
  margin: 0px auto 0 auto;
}
.wp-block-cover.is-style-hero {
  margin-block-start: 0 !important;
  padding: 105px var(--outer--padding) 45px;
}
.wp-block-cover.is-style-hero h1 {
  font-size: 11.81vw !important;
  font-weight: 400 !important;
  line-height: 110% !important;
}
.wp-block-cover.is-style-hero p {
  line-height: 133.33% !important;
}
@media (min-width: 480px) {
  .wp-block-cover.is-style-hero h1 {
    font-size: 60px !important;
    line-height: 100% !important;
  }
}
@media (min-width: 782px) {
  .wp-block-cover.is-style-hero {
    padding: 105px var(--outer--padding) 60px;
  }
  .wp-block-cover.is-style-hero h1 {
    font-size: clamp(60px, 10vw, 110px) !important;
    line-height: 100% !important;
  }
}
@media (min-width: 1024px) {
  .wp-block-cover.is-style-hero {
    padding: 105px var(--outer--padding) 60px;
  }
  .wp-block-cover.is-style-hero h1 {
    font-size: 110px !important;
  }
}
.wp-block-cover.is_ft_video {
  width: 100%;
  aspect-ratio: 1/1;
  margin-block-start: 0 !important;
}
@media (min-width: 782px) {
  .wp-block-cover.is_ft_video {
    height: 725px;
    aspect-ratio: auto;
  }
}
.wp-block-cover.is-title-cover {
  padding: 105px var(--outer--padding) var(--outer--padding);
  height: -moz-max-content !important;
  height: max-content !important;
  min-height: 300px !important;
}
.wp-block-cover.is-title-cover .wp-block-cover__inner-container {
  height: auto !important;
}
@media (min-width: 1200px) {
  .wp-block-cover.is-title-cover {
    min-height: 600px !important;
  }
}
.wp-block-cover.is-title-cover .wp-block-cover__inner-container {
  width: 100% !important;
  padding-top: 45px !important;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 50px !important;
  min-height: 300px !important;
}
@media (min-width: 782px) {
  .wp-block-cover.is-title-cover .wp-block-cover__inner-container {
    min-height: calc(495px - var(--outer--padding)) !important;
  }
}
.wp-block-cover.is-title-cover .wp-block-cover__inner-container h1 {
  align-self: flex-start;
  margin-left: 0 !important;
  width: 100%;
  font-size: clamp(48px, 6vw, 80px);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.wp-block-cover.is-title-cover .wp-block-cover__inner-container div.wp-block-group {
  width: 100%;
}
.wp-block-cover.is-title-cover .wp-block-cover__inner-container div.wp-block-group .title_cover_label {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
}
@media (min-width: 782px) {
  .wp-block-cover.is-title-cover .wp-block-cover__image-background {
    -o-object-fit: contain !important;
       object-fit: contain !important;
    -o-object-position: right center !important;
       object-position: right center !important;
  }
}

.wp-block-image img {
  width: 100%;
}
.wp-block-image.is-style-square {
  aspect-ratio: 1/1;
}
.wp-block-image.is-style-square img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.375rem;
}

@media (max-width: 782px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
  .wp-block-media-text.is-stacked-on-mobile.stack-reverse .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 1;
  }
  .wp-block-media-text.is-stacked-on-mobile.stack-reverse .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 2;
  }
}

.wp-block-table {
  overflow: visible;
}
@media (min-width: 782px) {
  .wp-block-table {
    border: 1px solid rgba(43, 59, 69, 0.25);
    border-radius: 0.3125rem;
    overflow: hidden;
  }
}
.wp-block-table table {
  border: none;
  overflow: hidden;
  border-collapse: collapse;
  margin: -1px;
  padding: 0;
  width: calc(100% + 2px) !important;
  table-layout: fixed;
}
.wp-block-table table thead {
  border: none;
}
.wp-block-table table tr {
  background-color: transparent;
}
.wp-block-table table th,
.wp-block-table table td {
  padding: 1rem;
  text-align: left;
  border: 1px solid rgba(43, 59, 69, 0.25);
  line-height: 1.4;
}
.wp-block-table table th {
  font-size: clamp(18px, 1.8vw, 22px);
  color: var(--wp--preset--color--black);
  background-color: var(--wp--preset--color--white);
}
.wp-block-table table td {
  padding: 1.5rem 1rem;
  color: var(--wp--preset--color--black);
  background-color: var(--wp--preset--color--white);
}
@media (max-width: 782px) {
  .wp-block-table table {
    border: 0;
    margin: 0;
  }
  .wp-block-table table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .wp-block-table table tr {
    display: block;
    margin-bottom: 1rem;
  }
  .wp-block-table table td {
    border-bottom: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
  }
  .wp-block-table table td:first-child {
    border-top-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem;
  }
  .wp-block-table table td:last-child {
    border-bottom-left-radius: 0.3125rem;
    border-bottom-right-radius: 0.3125rem;
    border-bottom: 1px solid rgba(43, 59, 69, 0.25);
  }
  .wp-block-table table td::before {
    content: attr(data-label);
    font-weight: bold;
    margin-bottom: 10px;
  }
}

footer {
  z-index: 91 !important;
}
footer.wp-block-template-part {
  margin-top: 0;
  margin-block-start: 0;
  position: relative;
}
footer.wp-block-template-part .footer-msg {
  max-width: 333px;
}
footer.wp-block-template-part .studiothink-link {
  text-align: center;
}
@media (min-width: 782px) {
  footer.wp-block-template-part .studiothink-link {
    text-align: right;
  }
}
footer.wp-block-template-part a {
  color: var(--wp--preset--color--exo-grey);
}
footer.wp-block-template-part a:hover {
  color: var(--wp--preset--color--exo-grey);
}
footer.wp-block-template-part .footer-menus .wp-block-column {
  display: flex;
  flex-flow: column nowrap;
  gap: 35px;
}
footer.wp-block-template-part .footer-menus .wp-block-column * {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}
footer.wp-block-template-part .wp-block-cover {
  padding: 80px var(--outer--padding);
  background-color: #f0f0f0;
}
@media (min-width: 782px) {
  footer.wp-block-template-part .wp-block-cover {
    padding: 120px var(--outer--padding) 100px var(--outer--padding);
  }
}
footer.wp-block-template-part .wp-block-cover .wp-block-cover__image-background {
  -o-object-position: 60% 71% !important;
     object-position: 60% 71% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 782px) {
  footer.wp-block-template-part .wp-block-cover .wp-block-cover__image-background {
    -o-object-position: 82% 100% !important;
       object-position: 82% 100% !important;
    -o-object-fit: none;
       object-fit: none;
  }
}
footer.wp-block-template-part .wp-block-cover__inner-container {
  margin: 0 auto;
}
footer.wp-block-template-part .wp-block-cover h5 {
  text-transform: none;
}
footer.wp-block-template-part .wp-block-cover .wp-block-group {
  text-align: center;
  align-items: center;
  justify-content: center;
}
@media (min-width: 782px) {
  footer.wp-block-template-part .wp-block-cover .wp-block-group {
    text-align: left;
    align-items: normal;
    justify-content: normal;
  }
}
footer.wp-block-template-part .wp-block-cover .wp-block-column {
  text-align: center;
}
@media (min-width: 782px) {
  footer.wp-block-template-part .wp-block-cover .wp-block-column {
    text-align: left;
  }
}
footer.wp-block-template-part .wp-block-cover .wp-block-navigation {
  justify-content: center;
  align-items: center;
}
@media (min-width: 782px) {
  footer.wp-block-template-part .wp-block-cover .wp-block-navigation {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
footer.wp-block-template-part .wp-block-cover nav .wp-block-navigation__container {
  gap: 5px;
}
footer.wp-block-template-part .wp-block-cover .is-address {
  text-align: center;
  align-items: center;
  justify-content: center;
}
@media (min-width: 782px) {
  footer.wp-block-template-part .wp-block-cover .is-address {
    text-align: left;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
footer.wp-block-template-part .wp-block-cover .wp-block-separator {
  margin: 45px 0 !important;
}
@media (min-width: 782px) {
  footer.wp-block-template-part .wp-block-cover .wp-block-separator {
    margin: 100px 0 !important;
  }
}

html:has(.is-under-header) main {
  position: relative;
  margin-block-start: 0;
}

html .is-under-header {
  min-height: calc(100dvh - 45px);
  min-height: calc(100vh - 45px);
}
@media (min-width: 782px) {
  html .is-under-header {
    min-height: calc(100vh - 60px) !important;
    min-height: calc(100dvh - 60px) !important;
  }
}
html .is-under-header .wp-block-cover__inner-container {
  box-sizing: border-box;
}
html .is-under-header .text_container {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  padding-top: 45px !important;
  min-height: calc(100vh - 150px) !important;
  min-height: calc(100dvh - 150px) !important;
}
@media (min-width: 782px) {
  html .is-under-header .text_container {
    min-height: calc(100vh - 165px) !important;
    min-height: calc(100dvh - 165px) !important;
    padding-top: 70px !important;
  }
}
html .is-under-header .text_container .has-eyebrow-font-size {
  font-size: 20px !important;
  line-height: 1 !important;
}
html .is-under-header .text_container .header-title {
  gap: 30px;
}
html .is-under-header.is-larger-h1 .text_container {
  max-width: 700px !important;
}

html.is-scrolling-up:not(.has-fixed-animation) .site-header {
  transform: translateY(0) !important;
}

html.is-scrolling .site-header {
  transform: translateY(-100%);
  background: rgb(43, 59, 69);
}
html.is-scrolling .site-header hr {
  visibility: hidden;
  margin: 0;
}

.site-header {
  z-index: 100003;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  padding-right: var(--outer--padding);
  padding-left: var(--outer--padding);
  overflow: visible;
  transition: all 650ms ease-out 0s;
}
.site-header hr {
  background-color: white;
  border-bottom-color: white !important;
  margin: 0 !important;
}
@media (min-width: 781px) {
  .site-header .wp-block-column:has(.main-logo) {
    flex-grow: 0 !important;
    flex-basis: 140px !important;
  }
}
.site-header .wp-block-cover__inner-container {
  padding-bottom: 44px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 890px) {
  .site-header .wp-block-cover__inner-container {
    padding-bottom: 29px !important;
  }
}
.site-header .wp-block-cover {
  padding-top: 0;
  padding-left: var(--outer--padding);
  padding-right: var(--outer--padding);
}
.site-header .header-title {
  margin-top: 69px !important;
  gap: 0.5rem;
}
@media (max-width: 890px) {
  .site-header .header-title {
    margin-top: 45px !important;
  }
}
.site-header p {
  line-height: 133%;
}
.site-header .main-logo {
  width: 120px;
  display: block;
  z-index: 100001;
  display: flex;
  align-items: center;
}
.site-header .main-logo a::before {
  display: block;
  content: " " !important;
  width: 120px;
  height: 55px;
  max-width: 100%;
  max-height: 100%;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMTgiIGhlaWdodD0iNTUiIGZpbGw9Im5vbmUiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMTIuODc4Ljc1NnYuNTZoLTEuNTgxdjQuMTM3aC0uNjQyVjEuMzE2aC0xLjU4MXYtLjU2aDMuODEtLjAwNlptLjU2NyAwaC45MTNsMS4zNTQgMy45NzMgMS4zNDEtMy45NzNoLjkwN3Y0LjY5N2gtLjYwNXYtMi43N2MwLS4wOTUgMC0uMjUyLjAwNi0uNDc5LjAwNy0uMjI3LjAwNy0uNDYuMDA3LS43MTJsLTEuMzQyIDMuOTYxaC0uNjI5bC0xLjM1NC0zLjk2di4xNDRjMCAuMTE0IDAgLjI5LjAxMi41My4wMTMuMjM5LjAxMy40MDkuMDEzLjUyMnYyLjc3aC0uNjA1Vi43NTdoLS4wMThaTTQuMTA2IDQyLjk0YTcuMzUgNy4zNSAwIDAgMSAyLjQ3NS40MTZsLS4yNzcgMS4wNGMtLjczMS0uMjMzLTEuNDU1LS4zNzItMi4xODYtLjM3Mi0xLjk3NyAwLTIuNzY0IDEuNTM2LTIuNzY0IDMuNzAzIDAgMi4xNjYuNzg3IDMuNzQ3IDIuOTAzIDMuNzQ3Ljc2MiAwIDEuNDkyLS4xODMgMi4yNDItLjQxNmwuMDgyIDEuMDc3YTcuNzM0IDcuNzM0IDAgMCAxLTIuNDc1LjQxNUMxLjI3MiA1Mi41NSAwIDUwLjQ5MSAwIDQ3LjcyN2MwLTIuNzY1IDEuMjg1LTQuNzg2IDQuMTA2LTQuNzg2Wm0zLjgwNCA1Ljg3NmMwLTIuMTI4IDEuMDA3LTMuNzQ3IDMuMjM2LTMuNzQ3IDIuMjMgMCAzLjIzNyAxLjYzMSAzLjIzNyAzLjc0NyAwIDIuMTE2LTEuMDA4IDMuNzM0LTMuMjM3IDMuNzM0LTIuMjMgMC0zLjIzNy0xLjYxOC0zLjIzNy0zLjczNFptNS4xNyAwYzAtMS42NTYtLjU1NS0yLjY4My0xLjkzNC0yLjY4M3MtMS45MzMgMS4wMi0xLjkzMyAyLjY4M2MwIDEuNjYzLjU0MSAyLjY3IDEuOTMzIDIuNjdzMS45MzMtMS4wMzkgMS45MzMtMi42N1ptMi45OTctMy41NjRoMS4xMmwuMDU4Ljc2MmMuNTU0LS40NzIgMS4yMjctLjkzOCAyLjE2LS45MzggMS4zMjggMCAyLjMyMy44NTYgMi4zMjMgMi4zOHY0LjkyNGgtMS4yNnYtNC43MDRjMC0uOTEzLS4zNDYtMS41MzYtMS4yOTctMS41MzYtLjcxNyAwLTEuMzg1LjUxLTEuODM4LjkzOHY1LjI5NmgtMS4yNnYtNy4xMjJoLS4wMDZabTcuMzggNS44NWMuNjQ5LjIzMyAxLjIyOC4zODQgMS44MzkuMzg0Ljc3NCAwIDEuMjcyLS4yNTIgMS4yNzItMS4wMDcgMC0xLjQyNC0zLjIwNS0xLjEyMS0zLjIwNS0zLjQzMiAwLTEuMjI4Ljk3LTEuOTc4IDIuMzQ5LTEuOTc4LjY5MiAwIDEuMjk3LjE4MyAxLjkyLjQyOGwtLjMzNC45OTVhMy43MjMgMy43MjMgMCAwIDAtMS41MzYtLjM0NmMtLjczIDAtMS4xMjEuMjc3LTEuMTIxLjg3IDAgMS40MSAzLjIwNSAxLjI0NiAzLjIwNSAzLjQzMSAwIDEuMjg1LS45MzggMi4xMDMtMi41MzEgMi4xMDNhNS4xMzUgNS4xMzUgMCAwIDEtMi4wNzItLjQyOGwuMjA4LTEuMDJoLjAwNlptNi4xNzgtNC45NWgtLjk5NXYtLjloLjk5NXYtMS45MDhsMS4yNi0uMjJ2Mi4xMjhoMS43MTJsLS4xODMuOWgtMS41MzZ2NC4wOTRjMCAuNzc0LjI1MiAxLjI0Ni45ODIgMS4yNDYuMzQ3IDAgLjY0OS0uMDQ0Ljk5NS0uMTI1bC4xMjYgMS4wMmMtLjQxNi4xMTMtLjguMTYzLTEuMjAzLjE2My0xLjAwNyAwLTIuMTYtLjU5Mi0yLjE2LTIuMTg1di00LjIxOWwuMDA3LjAwNlptNC42MjgtLjloMS4wNzdsLjA3Ljk4MmMuNDg0LS42MSAxLjEzMy0xLjE1OCAxLjg1LTEuMTU4LjIzNCAwIC40NzMuMDQ0LjY5My4xMTNsLS4yMDcgMS4wMzlhMi4xODcgMi4xODcgMCAwIDAtLjU1NS0uMDdjLS42MzYgMC0xLjI1OS42NjItMS42NzUgMS4xNnY1LjA2MmgtMS4yNTl2LTcuMTIybC4wMDYtLjAwNlptNC45MjUgMGgxLjI2djQuNjZjMCAuOTEzLjM0NSAxLjU3NCAxLjMxNSAxLjU3NC43MDYgMCAxLjM0Mi0uNDcyIDEuODI2LS44ODh2LTUuMzUyaDEuMjZ2Ny4xMjJoLTEuMTIxbC0uMDU3LS43MThjLS41OTIuNDcyLTEuMjE1LjktMi4xMjguOS0xLjM2NyAwLTIuMzUtLjg1Ni0yLjM1LTIuMzh2LTQuOTI0bC0uMDA1LjAwNlpNNTEuOTIgNTIuMjZhNi4yOTUgNi4yOTUgMCAwIDEtMS45NjQuMjljLTIuMjggMC0zLjQxMy0xLjU5My0zLjQxMy0zLjc2IDAtMi4xNjUgMS4xMzMtMy43MiAzLjQ0NC0zLjcyLjY0OSAwIDEuMjQ3LjExMyAxLjg2NC4zMmwtLjMyIDEuMDJhNC4zNDkgNC4zNDkgMCAwIDAtMS41MjUtLjI3NmMtMS41MDUgMC0yLjE3MiAxLjA1MS0yLjE3MiAyLjY1N3MuNjkyIDIuNjk1IDIuMTk3IDIuNjk1Yy42MjQgMCAxLjE3OC0uMTEzIDEuODE0LS4yNzdsLjA3IDEuMDUyaC4wMDZabTEuNjk1LTYuMTA4aC0uOTk1di0uOWguOTk1di0xLjkwOGwxLjI1OS0uMjJ2Mi4xMjhoMS43MTNsLS4xODMuOWgtMS41MzZ2NC4wOTRjMCAuNzc0LjI1MiAxLjI0Ni45ODIgMS4yNDYuMzQ2IDAgLjY0OS0uMDQ0Ljk5NS0uMTI1bC4xMjYgMS4wMmMtLjQxNi4xMTMtLjguMTYzLTEuMjAzLjE2My0xLjAwNyAwLTIuMTYtLjU5Mi0yLjE2LTIuMTg1di00LjIxOWwuMDA3LjAwNlptNS4yNTItMy42ODRhLjc1Ljc1IDAgMSAxIDAgMS41Ljc1Ljc1IDAgMSAxIDAtMS41Wm0tLjYxNyAyLjc4NGgxLjI1OXY3LjEyMmgtMS4yNnYtNy4xMjJabTIuOTUzIDMuNTY0YzAtMi4xMjggMS4wMDctMy43NDcgMy4yMzYtMy43NDcgMi4yMyAwIDMuMjM3IDEuNjMxIDMuMjM3IDMuNzQ3IDAgMi4xMTYtMS4wMDcgMy43MzQtMy4yMzcgMy43MzQtMi4yMjkgMC0zLjIzNi0xLjYxOC0zLjIzNi0zLjczNFptNS4xNzYgMGMwLTEuNjU2LS41NTQtMi42ODMtMS45MzMtMi42ODMtMS4zOCAwLTEuOTMzIDEuMDItMS45MzMgMi42ODMgMCAxLjY2My41NDEgMi42NyAxLjkzMyAyLjY3czEuOTMzLTEuMDM5IDEuOTMzLTIuNjdabTIuOTk4LTMuNTY0aDEuMTJsLjA1Ny43NjJjLjU1NC0uNDcyIDEuMjI4LS45MzggMi4xNi0uOTM4IDEuMzI5IDAgMi4zMjQuODU2IDIuMzI0IDIuMzh2NC45MjRoLTEuMjZ2LTQuNzA0YzAtLjkxMy0uMzQ2LTEuNTM2LTEuMjk3LTEuNTM2LS43MTggMC0xLjM4NS41MS0xLjgzOS45Mzh2NS4yOTZoLTEuMjZ2LTcuMTIyaC0uMDA1Wm0xNC44MDQtMi4zMTJjLjg4OCAwIDEuNy4xNTIgMi41ODguNDI5bC0uMjkgMS4wMmMtLjc3NC0uMjMzLTEuNDkyLS4zNzEtMi4yNzktLjM3MS0xLjkzMyAwLTIuNzUyIDEuNTM2LTIuNzUyIDMuNzM0cy44MTkgMy43MjIgMi43NTIgMy43MjJjLjU4IDAgMS4xNDYtLjA5NSAxLjcyNi0uMjA4VjQ4LjVoLTEuMzI5di0uOTdoMi41MTl2NC41MzVjLS45OTUuMjc3LTEuOTMzLjQ4NC0yLjkyOC40ODQtMi44MDkgMC00LjA5NC0yLjA3MS00LjA5NC00Ljc5OHMxLjI4NS00LjgxMSA0LjA5NC00LjgxMWgtLjAwN1ptNC45MDYgMi4zMTJoMS4wNzdsLjA2OS45ODJjLjQ4NS0uNjEgMS4xMzMtMS4xNTggMS44NTEtMS4xNTguMjMzIDAgLjQ3My4wNDQuNjkzLjExM2wtLjIwOCAxLjAzOWEyLjE4NyAyLjE4NyAwIDAgMC0uNTU0LS4wN2MtLjYzNiAwLTEuMjYuNjYyLTEuNjc1IDEuMTZ2NS4wNjJoLTEuMjZ2LTcuMTIybC4wMDctLjAwNlptNC41NTkgMy41NjRjMC0yLjEyOCAxLjAwOC0zLjc0NyAzLjIzNy0zLjc0NyAyLjIzIDAgMy4yMzcgMS42MzEgMy4yMzcgMy43NDcgMCAyLjExNi0xLjAwOCAzLjczNC0zLjIzNyAzLjczNC0yLjIzIDAtMy4yMzctMS42MTgtMy4yMzctMy43MzRabTUuMTcgMGMwLTEuNjU2LS41NTQtMi42ODMtMS45MzMtMi42ODMtMS4zOCAwLTEuOTMzIDEuMDItMS45MzMgMi42ODMgMCAxLjY2My41NDEgMi42NyAxLjkzMyAyLjY3czEuOTMzLTEuMDM5IDEuOTMzLTIuNjdabTIuOTI4LTMuNTY0aDEuMjZ2NC42NmMwIC45MTMuMzQ2IDEuNTc0IDEuMzE2IDEuNTc0LjcwNSAwIDEuMzQxLS40NzIgMS44MjYtLjg4OHYtNS4zNTJoMS4yNTl2Ny4xMjJoLTEuMTJsLS4wNTctLjcxOGMtLjU5Mi40NzItMS4yMTUuOS0yLjEyOS45LTEuMzY2IDAtMi4zNDgtLjg1Ni0yLjM0OC0yLjM4di00LjkyNGwtLjAwNy4wMDZabTcuNzg0IDBoMS4wODlsLjA1Ny42MjNjLjQ5Ny0uNDI4IDEuMDg5LS44IDEuOTA4LS44IDEuNzY5IDAgMi43NzcgMS42MTkgMi43NzcgMy43NDcgMCAyLjEyOS0xLjE1OSAzLjczNS0zLjA0MiAzLjczNS0uNTU0IDAtMS4xMDgtLjIzMy0xLjUzNi0uNDg1VjU1aC0xLjI2di05Ljc0OGguMDA3Wm0xLjI1OSA1LjczN2MuNDE2LjI5Ljg1Ny40OTcgMS40MzYuNDk3IDEuMTc3IDAgMS44MzktMS4wMzkgMS44MzktMi42NyAwLTEuNjMtLjU0Mi0yLjY3LTEuNjg4LTIuNjctLjY4IDAtMS4xNDYuMzQ2LTEuNTg3Ljc1djQuMDkzWk05Mi45NjYgMGMtMTAuNjMgMC0xOS4yNDQgOC42MTUtMTkuMjQ0IDE5LjI0NCAwIDEwLjYzIDguNjE0IDE5LjI0NSAxOS4yNDQgMTkuMjQ1IDEwLjYzIDAgMTkuMjQ0LTguNjE1IDE5LjI0NC0xOS4yNDVTMTAzLjU5NiAwIDkyLjk2NiAwWm0wIDMxLjkxNGMtNi45MzMgMC0xMi41NS01LjY3My0xMi41NS0xMi42NyAwLTYuOTk2IDUuNjE3LTEyLjY3IDEyLjU1LTEyLjY3IDYuOTMzIDAgMTIuNTUgNS42NzQgMTIuNTUgMTIuNjcgMCA2Ljk5Ny01LjYxNyAxMi42Ny0xMi41NSAxMi42N1pNMTAuMSAyMi4yNTRjMS43NyA3LjA2NiA3LjYwOCA5Ljk3NSAxMi4zNjggOS45NzUgNS4yMzMgMCA5LjAzNy0yLjk3MiAxMC43MzctNi4xNGg3LjA2NmMtMy42MDIgOS40NDYtMTIuMjMgMTIuNDE5LTE4LjA3MyAxMi40MTktMTAuNjY4IDAtMTkuMTYzLTguOTE3LTE5LjE2My0xOS4yODNDMy4wMzUgOC4yNTUgMTEuNzMyIDAgMjIuMzMgMGMxMC41OTggMCAxOS4wOTMgOC4wNTQgMTkuMTU2IDE4Ljc2IDAgMS4xOS0uMTM4IDMuMDM1LS4yMDEgMy41SDEwLjF2LS4wMDZabTI0LjMyNy01LjI4M2MtLjM0LTUuMzUzLTUuMzY1LTEwLjY5OS0xMi4xNi0xMC42OTlzLTExLjgyIDUuMzUzLTEyLjE2IDEwLjY5OWgyNC4zMjYtLjAwNloiLz48cGF0aCBmaWxsPSIjMDA5RERDIiBkPSJNNTUuODM4IDE4LjQ0NWEuODA4LjgwOCAwIDAgMCAuODA2LS44MDZ2LTMuMDg2YzAtLjQ0Ny0uMjQtMS4wODMtLjUzLTEuNDIzTDQ2LjIxIDEuNmMtLjI5LS4zNC0uODg4LS42MTEtMS4zMzUtLjYxMUgzOC41MmMtLjQ0NyAwLS41NzMuMjc3LS4yODMuNjFsMTMuOTQyIDE2LjIzNWMuMjkuMzQuODg4LjYxIDEuMzM1LjYxaDIuMzI0Wm0tMi4zMTIgMS41OTNjLS40NDcgMC0xLjA0NS4yNzctMS4zMzUuNjFMMzguMjUgMzYuODg0Yy0uMjkuMzQtLjE2My42MS4yODQuNjFoNi4zNTRjLjQ0NyAwIDEuMDQ1LS4yNzYgMS4zMzUtLjYxbDkuOTA1LTExLjUzYy4yOS0uMzQuNTMtLjk3Ni41My0xLjQyNHYtMy4wODVhLjgwOC44MDggMCAwIDAtLjgwNy0uODA2aC0yLjMyNFptOC4wMjQtMS41OTNjLjQ0NiAwIDEuMDQ0LS4yNzcgMS4zMzQtLjYxMWwxMy45NDgtMTYuMjRjLjI5LS4zNC4xNjQtLjYxMi0uMjgzLS42MTJoLTYuMzU0Yy0uNDQ3IDAtMS4wNDUuMjc3LTEuMzM1LjYxMWwtOS45MDUgMTEuNTNjLS4yOS4zNC0uNTMuOTc3LS41MyAxLjQyNHYzLjA4NWMwIC40NDcuMzY2LjgwNi44MDcuODA2aDIuMzFsLjAwNy4wMDdabS0yLjMxMiAxLjU5M2EuODA4LjgwOCAwIDAgMC0uODA2LjgwNnYzLjA4NWMwIC40NDguMjQgMS4wODQuNTI5IDEuNDI0bDkuOTA2IDExLjUzYy4yOS4zNC44ODcuNjEgMS4zMzQuNjFoNi4zNTRjLjQ0NyAwIC41NzMtLjI3Ni4yODQtLjYxTDYyLjg5NyAyMC42NDljLS4yOS0uMzQtLjg4OC0uNjExLTEuMzM1LS42MTFoLTIuMzI0WiIvPjwvc3ZnPg==");
}
.site-header .main-logo a img {
  display: none;
}
.site-header .header-menu-top {
  flex-wrap: nowrap !important;
}
@media (max-width: 890px) {
  .site-header .header-menu-top {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.site-header .wp-block-navigation__responsive-container-content {
  height: 103px;
}
.site-header .wp-block-navigation__responsive-container-content ul.wp-block-navigation {
  position: relative;
  height: 103px;
}
@media (min-width: 1100px) {
  .site-header .wp-block-navigation__responsive-container-content ul.wp-block-navigation {
    padding: 0 0rem 0 2rem;
    line-height: 1;
    gap: 0;
    flex-wrap: nowrap;
  }
}
@media (max-width: 1300px) {
  .site-header .wp-block-navigation__responsive-container-content ul.wp-block-navigation {
    gap: 0;
    font-size: 1rem;
  }
}
.site-header .wp-block-navigation__responsive-container-content ul.wp-block-navigation .wp-block-navigation-item.is-contact {
  border-left: 1px solid var(--wp--preset--color--white);
  padding: 0 0 0 0rem;
  height: 103px;
}
.site-header .wp-block-navigation__responsive-container-content ul.wp-block-navigation .wp-block-navigation-item.is-contact a {
  width: -moz-max-content;
  width: max-content;
}
.site-header .wp-block-navigation__responsive-container-content ul.wp-block-navigation .wp-block-navigation-item.is-contact a .wp-block-navigation-item__label {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  align-items: center;
  gap: 10px;
}
.site-header .wp-block-navigation__responsive-container-content ul.wp-block-navigation .wp-block-navigation-item.is-contact a .wp-block-navigation-item__label::before {
  content: url('data:image/svg+xml,<svg width="100%" height="100%" viewBox="0 0 34 29" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.3171 27.4593C11.6803 25.8225 10.4134 23.8485 9.51643 21.5373C8.61945 19.2261 8.17097 16.7611 8.17097 14.1421C8.17097 11.5232 8.61618 9.06144 9.50661 6.7568C10.397 4.45215 11.6672 2.47487 13.3171 0.824958L14.1421 0L18.7776 4.63548L15.5563 9.31024L11.0583 9.32988C10.8357 10.1287 10.672 10.934 10.5673 11.7458C10.4625 12.5577 10.4167 13.363 10.4298 14.1618C10.4298 14.9213 10.4822 15.7004 10.5869 16.4992C10.6917 17.2979 10.8554 18.1098 11.078 18.9347L15.6349 18.9347L18.7579 23.6684L14.1421 28.2843L13.3171 27.4593Z" fill="white"/><circle cx="20.5" cy="14.6422" r="1.5" fill="white"/><circle cx="26.5" cy="14.6422" r="1.5" fill="white"/><circle cx="32.5" cy="14.6422" r="1.5" fill="white"/></svg>');
  width: 34px;
  height: 29px;
}
.site-header .wp-block-navigation__responsive-container-content ul.wp-block-navigation .wp-block-navigation-item:nth-last-of-type(2) a,
.site-header .wp-block-navigation__responsive-container-content ul.wp-block-navigation .wp-block-navigation-item:nth-last-of-type(2) button {
  margin-right: 40px !important;
}
.site-header .wp-block-navigation__responsive-container-content ul.wp-block-navigation .wp-block-navigation-item a,
.site-header .wp-block-navigation__responsive-container-content ul.wp-block-navigation .wp-block-navigation-item button {
  font-weight: 400;
  color: var(--wp--preset--color--white);
  transition: all 275ms ease;
  font-style: normal;
  font-weight: 400;
  margin: 25px 0 25px 24px;
  padding: 10px;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
}
.site-header .wp-block-navigation__responsive-container-content ul.wp-block-navigation .wp-block-navigation-item a:hover,
.site-header .wp-block-navigation__responsive-container-content ul.wp-block-navigation .wp-block-navigation-item button:hover {
  opacity: 0.5;
}
@media (min-width: 781px) {
  .site-header .wp-block-navigation__responsive-container-content ul.wp-block-navigation .wp-block-navigation-item {
    height: 70px;
    gap: 0;
  }
  .site-header .wp-block-navigation__responsive-container-content ul.wp-block-navigation .wp-block-navigation-item a {
    line-height: 1;
  }
}
@media (min-width: 781px) {
  .site-header .wp-block-navigation__responsive-container-content ul.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container {
    border-radius: 10px;
    overflow: hidden;
    min-width: 140px;
    border: none;
    left: 50%;
    transform: translateX(-50%);
  }
  .site-header .wp-block-navigation__responsive-container-content ul.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container .wp-block-navigation-item {
    height: 50px;
    align-items: stretch !important;
  }
  .site-header .wp-block-navigation__responsive-container-content ul.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container .wp-block-navigation-item a {
    height: 100%;
    width: 100%;
    background-color: var(--wp--preset--color--white);
    align-items: center;
    text-align: center;
    justify-content: center;
    transition: background-color 275ms;
  }
}
.site-header .wp-block-navigation__responsive-container-content ul.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container .wp-block-navigation-item a {
  justify-content: center;
  color: var(--wp--preset--color--black);
}
@media (min-width: 891px) {
  .site-header .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none !important;
  }
  .site-header .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: block !important;
  }
}
@media (min-width: 600px) {
  .site-header .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex;
  }
  .site-header .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none;
  }
}
@media (max-width: 890px) {
  .site-header:has(.wp-block-navigation__responsive-container.has-modal-open.is-menu-open) .wp-block-navigation__responsive-container-open {
    opacity: 0;
    transition: opacity 650ms ease;
  }
  .site-header .wp-block-navigation__responsive-container {
    overflow: auto;
    min-height: 100dvh;
    background-color: var(--wp--preset--color--midnight) !important;
    color: var(--wp--preset--color--white) !important;
  }
  .site-header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog {
    opacity: 0;
    transform: translateY(30px);
    transition: all 275ms ease-out 800ms !important;
  }
  .site-header .wp-block-navigation__responsive-container.is-menu-open {
    animation-duration: 650ms;
  }
  .site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog {
    animation: overlay-menu-text__fade-in-animation 400ms ease-out;
    animation-fill-mode: forwards;
    animation-delay: 650ms;
  }
  .site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
    flex-flow: column nowrap;
  }
  .site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container .wp-block-navigation-item {
    border-bottom: 1px solid var(--wp--preset--color--white);
  }
  .site-header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog {
    margin: 0 !important;
  }
  .site-header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content {
    padding: var(--outer--padding);
    padding-top: 140px;
    min-height: 100dvh;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    padding-top: 100px;
  }
  .site-header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content ul.wp-block-navigation {
    width: 100%;
    align-items: flex-start;
    gap: 0rem;
  }
  .site-header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content ul.wp-block-navigation li:nth-of-type(1)::before {
    content: "Navigate to";
    font-size: var(--wp--preset--font-size--h-4);
    font-weight: 400;
    line-height: 133.33%;
    border-top: 2px solid rgba(255, 255, 255, 0.15);
    border-bottom: 2px solid rgba(255, 255, 255, 0.15);
    border-left: none;
    border-right: none;
    color: rgba(255, 255, 255, 0.55);
    display: block;
    width: 100%;
    padding: 35px 1.5rem;
  }
  .site-header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content ul.wp-block-navigation li {
    text-align: left;
    align-items: flex-start;
    border-bottom: 2px solid rgba(255, 255, 255, 0.15) !important;
    display: block;
    width: 100%;
  }
  .site-header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content ul.wp-block-navigation li a,
  .site-header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content ul.wp-block-navigation li button {
    font-size: 1.8125rem;
    line-height: 1.4;
    display: block;
    padding: 35px 1.5rem;
    margin: 0;
    width: 100%;
  }
  .site-header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content ul.wp-block-navigation li.is-contact {
    border-left: 0 !important;
  }
  .site-header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content ul.wp-block-navigation li.is-contact .wp-block-navigation-item__label {
    display: flex;
    justify-content: left;
    flex-flow: row wrap;
    align-items: flex-start;
    gap: 0;
  }
  .site-header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content ul.wp-block-navigation li.is-contact .wp-block-navigation-item__label::before {
    content: "";
    width: 0;
    height: 0;
  }
  .site-header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content ul.wp-block-navigation li ul.wp-block-navigation__submenu-container {
    padding-top: 1rem;
  }
  .site-header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content ul.wp-block-navigation li ul.wp-block-navigation__submenu-container li a,
  .site-header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content ul.wp-block-navigation li ul.wp-block-navigation__submenu-container button {
    color: var(--wp--preset--color--white);
    font-size: 1.125rem !important;
    line-height: 1.8;
  }
}
.site-header .wp-block-navigation__responsive-container-open,
.site-header .wp-block-navigation__responsive-container-close {
  width: 50px;
  height: 50px;
  z-index: 100001;
  justify-content: center;
  align-items: center;
}
.site-header .wp-block-navigation__responsive-container-close {
  z-index: 100002;
  background-color: var(--wp--preset--color--midnight);
}
.site-header .wp-block-navigation__responsive-container-open {
  color: var(--wp--preset--color--white);
}
html.has-modal-open .site-header .wp-block-navigation__responsive-container-open {
  pointer-events: none;
}
.site-header .wp-block-navigation__responsive-container-open b {
  display: block;
  position: relative;
  width: 34px;
  height: 3px;
  border-radius: 3px;
  background-color: var(--wp--preset--color--white);
  transition: background-color 275ms ease-out 0s;
}
html.has-modal-open .site-header .wp-block-navigation__responsive-container-open b {
  background-color: transparent;
}
html.has-modal-open .site-header .wp-block-navigation__responsive-container-open b:before {
  width: 34px;
  transform: rotate(45deg);
}
html.has-modal-open .site-header .wp-block-navigation__responsive-container-open b:after {
  width: 34px;
  transform: rotate(-45deg);
}
.site-header .wp-block-navigation__responsive-container-open b:before, .site-header .wp-block-navigation__responsive-container-open b:after {
  content: "";
  display: block;
  position: absolute;
  width: inherit;
  height: inherit;
  right: 0;
  border-radius: 3px;
  background-color: var(--wp--preset--color--white);
  transform-origin: center;
  transition: transform 275ms ease-out 0s, width 275ms ease-out 0s;
}
.site-header .wp-block-navigation__responsive-container-open b:before {
  width: 40px;
  transform: translateY(-12px);
}
.site-header .wp-block-navigation__responsive-container-open b:after {
  width: 28px;
  transform: translateY(12px);
}
.site-header .wp-block-navigation__responsive-container-close {
  opacity: 1;
  top: 1.875rem;
  right: calc(var(--outer--padding) + var(--sw));
  z-index: 100002;
}

html.is-scrolling .site-header hr {
  background-color: var(--wp--preset--color--white);
  border-bottom-color: var(--wp--preset--color--white);
}
html.is-scrolling .site-header .main-logo a::before {
  display: block;
  content: " " !important;
  width: 120px;
  height: 55px;
  max-width: 100%;
  max-height: 100%;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMTgiIGhlaWdodD0iNTUiIGZpbGw9Im5vbmUiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMTIuODc4Ljc1NnYuNTZoLTEuNTgxdjQuMTM3aC0uNjQyVjEuMzE2aC0xLjU4MXYtLjU2aDMuODEtLjAwNlptLjU2NyAwaC45MTNsMS4zNTQgMy45NzMgMS4zNDEtMy45NzNoLjkwN3Y0LjY5N2gtLjYwNXYtMi43N2MwLS4wOTUgMC0uMjUyLjAwNi0uNDc5LjAwNy0uMjI3LjAwNy0uNDYuMDA3LS43MTJsLTEuMzQyIDMuOTYxaC0uNjI5bC0xLjM1NC0zLjk2di4xNDRjMCAuMTE0IDAgLjI5LjAxMi41My4wMTMuMjM5LjAxMy40MDkuMDEzLjUyMnYyLjc3aC0uNjA1Vi43NTdoLS4wMThaTTQuMTA2IDQyLjk0YTcuMzUgNy4zNSAwIDAgMSAyLjQ3NS40MTZsLS4yNzcgMS4wNGMtLjczMS0uMjMzLTEuNDU1LS4zNzItMi4xODYtLjM3Mi0xLjk3NyAwLTIuNzY0IDEuNTM2LTIuNzY0IDMuNzAzIDAgMi4xNjYuNzg3IDMuNzQ3IDIuOTAzIDMuNzQ3Ljc2MiAwIDEuNDkyLS4xODMgMi4yNDItLjQxNmwuMDgyIDEuMDc3YTcuNzM0IDcuNzM0IDAgMCAxLTIuNDc1LjQxNUMxLjI3MiA1Mi41NSAwIDUwLjQ5MSAwIDQ3LjcyN2MwLTIuNzY1IDEuMjg1LTQuNzg2IDQuMTA2LTQuNzg2Wm0zLjgwNCA1Ljg3NmMwLTIuMTI4IDEuMDA3LTMuNzQ3IDMuMjM2LTMuNzQ3IDIuMjMgMCAzLjIzNyAxLjYzMSAzLjIzNyAzLjc0NyAwIDIuMTE2LTEuMDA4IDMuNzM0LTMuMjM3IDMuNzM0LTIuMjMgMC0zLjIzNy0xLjYxOC0zLjIzNy0zLjczNFptNS4xNyAwYzAtMS42NTYtLjU1NS0yLjY4My0xLjkzNC0yLjY4M3MtMS45MzMgMS4wMi0xLjkzMyAyLjY4M2MwIDEuNjYzLjU0MSAyLjY3IDEuOTMzIDIuNjdzMS45MzMtMS4wMzkgMS45MzMtMi42N1ptMi45OTctMy41NjRoMS4xMmwuMDU4Ljc2MmMuNTU0LS40NzIgMS4yMjctLjkzOCAyLjE2LS45MzggMS4zMjggMCAyLjMyMy44NTYgMi4zMjMgMi4zOHY0LjkyNGgtMS4yNnYtNC43MDRjMC0uOTEzLS4zNDYtMS41MzYtMS4yOTctMS41MzYtLjcxNyAwLTEuMzg1LjUxLTEuODM4LjkzOHY1LjI5NmgtMS4yNnYtNy4xMjJoLS4wMDZabTcuMzggNS44NWMuNjQ5LjIzMyAxLjIyOC4zODQgMS44MzkuMzg0Ljc3NCAwIDEuMjcyLS4yNTIgMS4yNzItMS4wMDcgMC0xLjQyNC0zLjIwNS0xLjEyMS0zLjIwNS0zLjQzMiAwLTEuMjI4Ljk3LTEuOTc4IDIuMzQ5LTEuOTc4LjY5MiAwIDEuMjk3LjE4MyAxLjkyLjQyOGwtLjMzNC45OTVhMy43MjMgMy43MjMgMCAwIDAtMS41MzYtLjM0NmMtLjczIDAtMS4xMjEuMjc3LTEuMTIxLjg3IDAgMS40MSAzLjIwNSAxLjI0NiAzLjIwNSAzLjQzMSAwIDEuMjg1LS45MzggMi4xMDMtMi41MzEgMi4xMDNhNS4xMzUgNS4xMzUgMCAwIDEtMi4wNzItLjQyOGwuMjA4LTEuMDJoLjAwNlptNi4xNzgtNC45NWgtLjk5NXYtLjloLjk5NXYtMS45MDhsMS4yNi0uMjJ2Mi4xMjhoMS43MTJsLS4xODMuOWgtMS41MzZ2NC4wOTRjMCAuNzc0LjI1MiAxLjI0Ni45ODIgMS4yNDYuMzQ3IDAgLjY0OS0uMDQ0Ljk5NS0uMTI1bC4xMjYgMS4wMmMtLjQxNi4xMTMtLjguMTYzLTEuMjAzLjE2My0xLjAwNyAwLTIuMTYtLjU5Mi0yLjE2LTIuMTg1di00LjIxOWwuMDA3LjAwNlptNC42MjgtLjloMS4wNzdsLjA3Ljk4MmMuNDg0LS42MSAxLjEzMy0xLjE1OCAxLjg1LTEuMTU4LjIzNCAwIC40NzMuMDQ0LjY5My4xMTNsLS4yMDcgMS4wMzlhMi4xODcgMi4xODcgMCAwIDAtLjU1NS0uMDdjLS42MzYgMC0xLjI1OS42NjItMS42NzUgMS4xNnY1LjA2MmgtMS4yNTl2LTcuMTIybC4wMDYtLjAwNlptNC45MjUgMGgxLjI2djQuNjZjMCAuOTEzLjM0NSAxLjU3NCAxLjMxNSAxLjU3NC43MDYgMCAxLjM0Mi0uNDcyIDEuODI2LS44ODh2LTUuMzUyaDEuMjZ2Ny4xMjJoLTEuMTIxbC0uMDU3LS43MThjLS41OTIuNDcyLTEuMjE1LjktMi4xMjguOS0xLjM2NyAwLTIuMzUtLjg1Ni0yLjM1LTIuMzh2LTQuOTI0bC0uMDA1LjAwNlpNNTEuOTIgNTIuMjZhNi4yOTUgNi4yOTUgMCAwIDEtMS45NjQuMjljLTIuMjggMC0zLjQxMy0xLjU5My0zLjQxMy0zLjc2IDAtMi4xNjUgMS4xMzMtMy43MiAzLjQ0NC0zLjcyLjY0OSAwIDEuMjQ3LjExMyAxLjg2NC4zMmwtLjMyIDEuMDJhNC4zNDkgNC4zNDkgMCAwIDAtMS41MjUtLjI3NmMtMS41MDUgMC0yLjE3MiAxLjA1MS0yLjE3MiAyLjY1N3MuNjkyIDIuNjk1IDIuMTk3IDIuNjk1Yy42MjQgMCAxLjE3OC0uMTEzIDEuODE0LS4yNzdsLjA3IDEuMDUyaC4wMDZabTEuNjk1LTYuMTA4aC0uOTk1di0uOWguOTk1di0xLjkwOGwxLjI1OS0uMjJ2Mi4xMjhoMS43MTNsLS4xODMuOWgtMS41MzZ2NC4wOTRjMCAuNzc0LjI1MiAxLjI0Ni45ODIgMS4yNDYuMzQ2IDAgLjY0OS0uMDQ0Ljk5NS0uMTI1bC4xMjYgMS4wMmMtLjQxNi4xMTMtLjguMTYzLTEuMjAzLjE2My0xLjAwNyAwLTIuMTYtLjU5Mi0yLjE2LTIuMTg1di00LjIxOWwuMDA3LjAwNlptNS4yNTItMy42ODRhLjc1Ljc1IDAgMSAxIDAgMS41Ljc1Ljc1IDAgMSAxIDAtMS41Wm0tLjYxNyAyLjc4NGgxLjI1OXY3LjEyMmgtMS4yNnYtNy4xMjJabTIuOTUzIDMuNTY0YzAtMi4xMjggMS4wMDctMy43NDcgMy4yMzYtMy43NDcgMi4yMyAwIDMuMjM3IDEuNjMxIDMuMjM3IDMuNzQ3IDAgMi4xMTYtMS4wMDcgMy43MzQtMy4yMzcgMy43MzQtMi4yMjkgMC0zLjIzNi0xLjYxOC0zLjIzNi0zLjczNFptNS4xNzYgMGMwLTEuNjU2LS41NTQtMi42ODMtMS45MzMtMi42ODMtMS4zOCAwLTEuOTMzIDEuMDItMS45MzMgMi42ODMgMCAxLjY2My41NDEgMi42NyAxLjkzMyAyLjY3czEuOTMzLTEuMDM5IDEuOTMzLTIuNjdabTIuOTk4LTMuNTY0aDEuMTJsLjA1Ny43NjJjLjU1NC0uNDcyIDEuMjI4LS45MzggMi4xNi0uOTM4IDEuMzI5IDAgMi4zMjQuODU2IDIuMzI0IDIuMzh2NC45MjRoLTEuMjZ2LTQuNzA0YzAtLjkxMy0uMzQ2LTEuNTM2LTEuMjk3LTEuNTM2LS43MTggMC0xLjM4NS41MS0xLjgzOS45Mzh2NS4yOTZoLTEuMjZ2LTcuMTIyaC0uMDA1Wm0xNC44MDQtMi4zMTJjLjg4OCAwIDEuNy4xNTIgMi41ODguNDI5bC0uMjkgMS4wMmMtLjc3NC0uMjMzLTEuNDkyLS4zNzEtMi4yNzktLjM3MS0xLjkzMyAwLTIuNzUyIDEuNTM2LTIuNzUyIDMuNzM0cy44MTkgMy43MjIgMi43NTIgMy43MjJjLjU4IDAgMS4xNDYtLjA5NSAxLjcyNi0uMjA4VjQ4LjVoLTEuMzI5di0uOTdoMi41MTl2NC41MzVjLS45OTUuMjc3LTEuOTMzLjQ4NC0yLjkyOC40ODQtMi44MDkgMC00LjA5NC0yLjA3MS00LjA5NC00Ljc5OHMxLjI4NS00LjgxMSA0LjA5NC00LjgxMWgtLjAwN1ptNC45MDYgMi4zMTJoMS4wNzdsLjA2OS45ODJjLjQ4NS0uNjEgMS4xMzMtMS4xNTggMS44NTEtMS4xNTguMjMzIDAgLjQ3My4wNDQuNjkzLjExM2wtLjIwOCAxLjAzOWEyLjE4NyAyLjE4NyAwIDAgMC0uNTU0LS4wN2MtLjYzNiAwLTEuMjYuNjYyLTEuNjc1IDEuMTZ2NS4wNjJoLTEuMjZ2LTcuMTIybC4wMDctLjAwNlptNC41NTkgMy41NjRjMC0yLjEyOCAxLjAwOC0zLjc0NyAzLjIzNy0zLjc0NyAyLjIzIDAgMy4yMzcgMS42MzEgMy4yMzcgMy43NDcgMCAyLjExNi0xLjAwOCAzLjczNC0zLjIzNyAzLjczNC0yLjIzIDAtMy4yMzctMS42MTgtMy4yMzctMy43MzRabTUuMTcgMGMwLTEuNjU2LS41NTQtMi42ODMtMS45MzMtMi42ODMtMS4zOCAwLTEuOTMzIDEuMDItMS45MzMgMi42ODMgMCAxLjY2My41NDEgMi42NyAxLjkzMyAyLjY3czEuOTMzLTEuMDM5IDEuOTMzLTIuNjdabTIuOTI4LTMuNTY0aDEuMjZ2NC42NmMwIC45MTMuMzQ2IDEuNTc0IDEuMzE2IDEuNTc0LjcwNSAwIDEuMzQxLS40NzIgMS44MjYtLjg4OHYtNS4zNTJoMS4yNTl2Ny4xMjJoLTEuMTJsLS4wNTctLjcxOGMtLjU5Mi40NzItMS4yMTUuOS0yLjEyOS45LTEuMzY2IDAtMi4zNDgtLjg1Ni0yLjM0OC0yLjM4di00LjkyNGwtLjAwNy4wMDZabTcuNzg0IDBoMS4wODlsLjA1Ny42MjNjLjQ5Ny0uNDI4IDEuMDg5LS44IDEuOTA4LS44IDEuNzY5IDAgMi43NzcgMS42MTkgMi43NzcgMy43NDcgMCAyLjEyOS0xLjE1OSAzLjczNS0zLjA0MiAzLjczNS0uNTU0IDAtMS4xMDgtLjIzMy0xLjUzNi0uNDg1VjU1aC0xLjI2di05Ljc0OGguMDA3Wm0xLjI1OSA1LjczN2MuNDE2LjI5Ljg1Ny40OTcgMS40MzYuNDk3IDEuMTc3IDAgMS44MzktMS4wMzkgMS44MzktMi42NyAwLTEuNjMtLjU0Mi0yLjY3LTEuNjg4LTIuNjctLjY4IDAtMS4xNDYuMzQ2LTEuNTg3Ljc1djQuMDkzWk05Mi45NjYgMGMtMTAuNjMgMC0xOS4yNDQgOC42MTUtMTkuMjQ0IDE5LjI0NCAwIDEwLjYzIDguNjE0IDE5LjI0NSAxOS4yNDQgMTkuMjQ1IDEwLjYzIDAgMTkuMjQ0LTguNjE1IDE5LjI0NC0xOS4yNDVTMTAzLjU5NiAwIDkyLjk2NiAwWm0wIDMxLjkxNGMtNi45MzMgMC0xMi41NS01LjY3My0xMi41NS0xMi42NyAwLTYuOTk2IDUuNjE3LTEyLjY3IDEyLjU1LTEyLjY3IDYuOTMzIDAgMTIuNTUgNS42NzQgMTIuNTUgMTIuNjcgMCA2Ljk5Ny01LjYxNyAxMi42Ny0xMi41NSAxMi42N1pNMTAuMSAyMi4yNTRjMS43NyA3LjA2NiA3LjYwOCA5Ljk3NSAxMi4zNjggOS45NzUgNS4yMzMgMCA5LjAzNy0yLjk3MiAxMC43MzctNi4xNGg3LjA2NmMtMy42MDIgOS40NDYtMTIuMjMgMTIuNDE5LTE4LjA3MyAxMi40MTktMTAuNjY4IDAtMTkuMTYzLTguOTE3LTE5LjE2My0xOS4yODNDMy4wMzUgOC4yNTUgMTEuNzMyIDAgMjIuMzMgMGMxMC41OTggMCAxOS4wOTMgOC4wNTQgMTkuMTU2IDE4Ljc2IDAgMS4xOS0uMTM4IDMuMDM1LS4yMDEgMy41SDEwLjF2LS4wMDZabTI0LjMyNy01LjI4M2MtLjM0LTUuMzUzLTUuMzY1LTEwLjY5OS0xMi4xNi0xMC42OTlzLTExLjgyIDUuMzUzLTEyLjE2IDEwLjY5OWgyNC4zMjYtLjAwNloiLz48cGF0aCBmaWxsPSIjMDA5RERDIiBkPSJNNTUuODM4IDE4LjQ0NWEuODA4LjgwOCAwIDAgMCAuODA2LS44MDZ2LTMuMDg2YzAtLjQ0Ny0uMjQtMS4wODMtLjUzLTEuNDIzTDQ2LjIxIDEuNmMtLjI5LS4zNC0uODg4LS42MTEtMS4zMzUtLjYxMUgzOC41MmMtLjQ0NyAwLS41NzMuMjc3LS4yODMuNjFsMTMuOTQyIDE2LjIzNWMuMjkuMzQuODg4LjYxIDEuMzM1LjYxaDIuMzI0Wm0tMi4zMTIgMS41OTNjLS40NDcgMC0xLjA0NS4yNzctMS4zMzUuNjFMMzguMjUgMzYuODg0Yy0uMjkuMzQtLjE2My42MS4yODQuNjFoNi4zNTRjLjQ0NyAwIDEuMDQ1LS4yNzYgMS4zMzUtLjYxbDkuOTA1LTExLjUzYy4yOS0uMzQuNTMtLjk3Ni41My0xLjQyNHYtMy4wODVhLjgwOC44MDggMCAwIDAtLjgwNy0uODA2aC0yLjMyNFptOC4wMjQtMS41OTNjLjQ0NiAwIDEuMDQ0LS4yNzcgMS4zMzQtLjYxMWwxMy45NDgtMTYuMjRjLjI5LS4zNC4xNjQtLjYxMi0uMjgzLS42MTJoLTYuMzU0Yy0uNDQ3IDAtMS4wNDUuMjc3LTEuMzM1LjYxMWwtOS45MDUgMTEuNTNjLS4yOS4zNC0uNTMuOTc3LS41MyAxLjQyNHYzLjA4NWMwIC40NDcuMzY2LjgwNi44MDcuODA2aDIuMzFsLjAwNy4wMDdabS0yLjMxMiAxLjU5M2EuODA4LjgwOCAwIDAgMC0uODA2LjgwNnYzLjA4NWMwIC40NDguMjQgMS4wODQuNTI5IDEuNDI0bDkuOTA2IDExLjUzYy4yOS4zNC44ODcuNjEgMS4zMzQuNjFoNi4zNTRjLjQ0NyAwIC41NzMtLjI3Ni4yODQtLjYxTDYyLjg5NyAyMC42NDljLS4yOS0uMzQtLjg4OC0uNjExLTEuMzM1LS42MTFoLTIuMzI0WiIvPjwvc3ZnPg==");
}
html.is-scrolling .site-header .main-logo a img {
  display: none;
}
html.is-scrolling .site-header .wp-block-navigation__responsive-container-content ul.wp-block-navigation .wp-block-navigation-item.is-contact {
  border-left: 1px solid var(--wp--preset--color--white);
}
html.is-scrolling .site-header .wp-block-navigation__responsive-container-content ul.wp-block-navigation .wp-block-navigation-item.is-contact a .wp-block-navigation-item__label::before {
  content: url('data:image/svg+xml,<svg width="100%" height="100%" viewBox="0 0 34 29" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.3171 27.4593C11.6803 25.8225 10.4134 23.8485 9.51643 21.5373C8.61945 19.2261 8.17097 16.7611 8.17097 14.1421C8.17097 11.5232 8.61618 9.06144 9.50661 6.7568C10.397 4.45215 11.6672 2.47487 13.3171 0.824958L14.1421 0L18.7776 4.63548L15.5563 9.31024L11.0583 9.32988C10.8357 10.1287 10.672 10.934 10.5673 11.7458C10.4625 12.5577 10.4167 13.363 10.4298 14.1618C10.4298 14.9213 10.4822 15.7004 10.5869 16.4992C10.6917 17.2979 10.8554 18.1098 11.078 18.9347L15.6349 18.9347L18.7579 23.6684L14.1421 28.2843L13.3171 27.4593Z" fill="%23ffffff"/><circle cx="20.5" cy="14.6422" r="1.5" fill="%23ffffff"/><circle cx="26.5" cy="14.6422" r="1.5" fill="%23ffffff"/><circle cx="32.5" cy="14.6422" r="1.5" fill="%23ffffff"/></svg>') !important;
}
html.is-scrolling .site-header .wp-block-navigation__responsive-container-content ul.wp-block-navigation .wp-block-navigation-item a,
html.is-scrolling .site-header .wp-block-navigation__responsive-container-content ul.wp-block-navigation .wp-block-navigation-item button {
  color: var(--wp--preset--color--white);
}

html.has-modal-open body.single-project .site-header .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content ul.wp-block-navigation li a {
  color: white;
}

body.single-project .site-header .wp-block-navigation__responsive-container-open,
body.single-post .site-header .wp-block-navigation__responsive-container-open {
  color: #2e383f;
}
body.single-project hr,
body.single-post hr {
  background-color: #bababa;
  border-bottom-color: #bababa !important;
}
body.single-project .main-logo a::before,
body.single-post .main-logo a::before {
  display: block;
  content: " " !important;
  width: 120px;
  height: 55px;
  max-width: 100%;
  max-height: 100%;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMTgiIGhlaWdodD0iNTUiIGZpbGw9Im5vbmUiPjxwYXRoIGZpbGw9IiM2RDZFNzAiIGQ9Ik0xMTIuODc4Ljc1NnYuNTZoLTEuNTgxdjQuMTM3aC0uNjQyVjEuMzE2aC0xLjU4MXYtLjU2aDMuODEtLjAwNlptLjU2NyAwaC45MTNsMS4zNTQgMy45NzMgMS4zNDEtMy45NzNoLjkwN3Y0LjY5N2gtLjYwNXYtMi43N2MwLS4wOTUgMC0uMjUyLjAwNi0uNDc5LjAwNy0uMjI3LjAwNy0uNDYuMDA3LS43MTJsLTEuMzQyIDMuOTYxaC0uNjI5bC0xLjM1NC0zLjk2di4xNDRjMCAuMTE0IDAgLjI5LjAxMi41My4wMTMuMjM5LjAxMy40MDkuMDEzLjUyMnYyLjc3aC0uNjA1Vi43NTdoLS4wMThaTTQuMTA2IDQyLjk0YTcuMzUgNy4zNSAwIDAgMSAyLjQ3NS40MTZsLS4yNzcgMS4wNGMtLjczMS0uMjMzLTEuNDU1LS4zNzItMi4xODYtLjM3Mi0xLjk3NyAwLTIuNzY0IDEuNTM2LTIuNzY0IDMuNzAzIDAgMi4xNjYuNzg3IDMuNzQ3IDIuOTAzIDMuNzQ3Ljc2MiAwIDEuNDkyLS4xODMgMi4yNDItLjQxNmwuMDgyIDEuMDc3YTcuNzM0IDcuNzM0IDAgMCAxLTIuNDc1LjQxNUMxLjI3MiA1Mi41NSAwIDUwLjQ5MSAwIDQ3LjcyN2MwLTIuNzY1IDEuMjg1LTQuNzg2IDQuMTA2LTQuNzg2Wm0zLjgwNCA1Ljg3NmMwLTIuMTI4IDEuMDA3LTMuNzQ3IDMuMjM2LTMuNzQ3IDIuMjMgMCAzLjIzNyAxLjYzMSAzLjIzNyAzLjc0NyAwIDIuMTE2LTEuMDA4IDMuNzM0LTMuMjM3IDMuNzM0LTIuMjMgMC0zLjIzNy0xLjYxOC0zLjIzNy0zLjczNFptNS4xNyAwYzAtMS42NTYtLjU1NS0yLjY4My0xLjkzNC0yLjY4M3MtMS45MzMgMS4wMi0xLjkzMyAyLjY4M2MwIDEuNjYzLjU0MSAyLjY3IDEuOTMzIDIuNjdzMS45MzMtMS4wMzkgMS45MzMtMi42N1ptMi45OTctMy41NjRoMS4xMmwuMDU4Ljc2MmMuNTU0LS40NzIgMS4yMjctLjkzOCAyLjE2LS45MzggMS4zMjggMCAyLjMyMy44NTYgMi4zMjMgMi4zOHY0LjkyNGgtMS4yNnYtNC43MDRjMC0uOTEzLS4zNDYtMS41MzYtMS4yOTctMS41MzYtLjcxNyAwLTEuMzg1LjUxLTEuODM4LjkzOHY1LjI5NmgtMS4yNnYtNy4xMjJoLS4wMDZabTcuMzggNS44NWMuNjQ5LjIzMyAxLjIyOC4zODQgMS44MzkuMzg0Ljc3NCAwIDEuMjcyLS4yNTIgMS4yNzItMS4wMDcgMC0xLjQyNC0zLjIwNS0xLjEyMS0zLjIwNS0zLjQzMiAwLTEuMjI4Ljk3LTEuOTc4IDIuMzQ5LTEuOTc4LjY5MiAwIDEuMjk3LjE4MyAxLjkyLjQyOGwtLjMzNC45OTVhMy43MjMgMy43MjMgMCAwIDAtMS41MzYtLjM0NmMtLjczIDAtMS4xMjEuMjc3LTEuMTIxLjg3IDAgMS40MSAzLjIwNSAxLjI0NiAzLjIwNSAzLjQzMSAwIDEuMjg1LS45MzggMi4xMDMtMi41MzEgMi4xMDNhNS4xMzUgNS4xMzUgMCAwIDEtMi4wNzItLjQyOGwuMjA4LTEuMDJoLjAwNlptNi4xNzgtNC45NWgtLjk5NXYtLjloLjk5NXYtMS45MDhsMS4yNi0uMjJ2Mi4xMjhoMS43MTJsLS4xODMuOWgtMS41MzZ2NC4wOTRjMCAuNzc0LjI1MiAxLjI0Ni45ODIgMS4yNDYuMzQ3IDAgLjY0OS0uMDQ0Ljk5NS0uMTI1bC4xMjYgMS4wMmMtLjQxNi4xMTMtLjguMTYzLTEuMjAzLjE2My0xLjAwNyAwLTIuMTYtLjU5Mi0yLjE2LTIuMTg1di00LjIxOWwuMDA3LjAwNlptNC42MjgtLjloMS4wNzdsLjA3Ljk4MmMuNDg0LS42MSAxLjEzMy0xLjE1OCAxLjg1LTEuMTU4LjIzNCAwIC40NzMuMDQ0LjY5My4xMTNsLS4yMDcgMS4wMzlhMi4xODcgMi4xODcgMCAwIDAtLjU1NS0uMDdjLS42MzYgMC0xLjI1OS42NjItMS42NzUgMS4xNnY1LjA2MmgtMS4yNTl2LTcuMTIybC4wMDYtLjAwNlptNC45MjUgMGgxLjI2djQuNjZjMCAuOTEzLjM0NSAxLjU3NCAxLjMxNSAxLjU3NC43MDYgMCAxLjM0Mi0uNDcyIDEuODI2LS44ODh2LTUuMzUyaDEuMjZ2Ny4xMjJoLTEuMTIxbC0uMDU3LS43MThjLS41OTIuNDcyLTEuMjE1LjktMi4xMjguOS0xLjM2NyAwLTIuMzUtLjg1Ni0yLjM1LTIuMzh2LTQuOTI0bC0uMDA1LjAwNlpNNTEuOTIgNTIuMjZhNi4yOTUgNi4yOTUgMCAwIDEtMS45NjQuMjljLTIuMjggMC0zLjQxMy0xLjU5My0zLjQxMy0zLjc2IDAtMi4xNjUgMS4xMzMtMy43MiAzLjQ0NC0zLjcyLjY0OSAwIDEuMjQ3LjExMyAxLjg2NC4zMmwtLjMyIDEuMDJhNC4zNDkgNC4zNDkgMCAwIDAtMS41MjUtLjI3NmMtMS41MDUgMC0yLjE3MiAxLjA1MS0yLjE3MiAyLjY1N3MuNjkyIDIuNjk1IDIuMTk3IDIuNjk1Yy42MjQgMCAxLjE3OC0uMTEzIDEuODE0LS4yNzdsLjA3IDEuMDUyaC4wMDZabTEuNjk1LTYuMTA4aC0uOTk1di0uOWguOTk1di0xLjkwOGwxLjI1OS0uMjJ2Mi4xMjhoMS43MTNsLS4xODMuOWgtMS41MzZ2NC4wOTRjMCAuNzc0LjI1MiAxLjI0Ni45ODIgMS4yNDYuMzQ2IDAgLjY0OS0uMDQ0Ljk5NS0uMTI1bC4xMjYgMS4wMmMtLjQxNi4xMTMtLjguMTYzLTEuMjAzLjE2My0xLjAwNyAwLTIuMTYtLjU5Mi0yLjE2LTIuMTg1di00LjIxOWwuMDA3LjAwNlptNS4yNTItMy42ODRhLjc1Ljc1IDAgMSAxIDAgMS41Ljc1Ljc1IDAgMSAxIDAtMS41Wm0tLjYxNyAyLjc4NGgxLjI1OXY3LjEyMmgtMS4yNnYtNy4xMjJabTIuOTUzIDMuNTY0YzAtMi4xMjggMS4wMDctMy43NDcgMy4yMzYtMy43NDcgMi4yMyAwIDMuMjM3IDEuNjMxIDMuMjM3IDMuNzQ3IDAgMi4xMTYtMS4wMDcgMy43MzQtMy4yMzcgMy43MzQtMi4yMjkgMC0zLjIzNi0xLjYxOC0zLjIzNi0zLjczNFptNS4xNzYgMGMwLTEuNjU2LS41NTQtMi42ODMtMS45MzMtMi42ODMtMS4zOCAwLTEuOTMzIDEuMDItMS45MzMgMi42ODMgMCAxLjY2My41NDEgMi42NyAxLjkzMyAyLjY3czEuOTMzLTEuMDM5IDEuOTMzLTIuNjdabTIuOTk4LTMuNTY0aDEuMTJsLjA1Ny43NjJjLjU1NC0uNDcyIDEuMjI4LS45MzggMi4xNi0uOTM4IDEuMzI5IDAgMi4zMjQuODU2IDIuMzI0IDIuMzh2NC45MjRoLTEuMjZ2LTQuNzA0YzAtLjkxMy0uMzQ2LTEuNTM2LTEuMjk3LTEuNTM2LS43MTggMC0xLjM4NS41MS0xLjgzOS45Mzh2NS4yOTZoLTEuMjZ2LTcuMTIyaC0uMDA1Wm0xNC44MDQtMi4zMTJjLjg4OCAwIDEuNy4xNTIgMi41ODguNDI5bC0uMjkgMS4wMmMtLjc3NC0uMjMzLTEuNDkyLS4zNzEtMi4yNzktLjM3MS0xLjkzMyAwLTIuNzUyIDEuNTM2LTIuNzUyIDMuNzM0cy44MTkgMy43MjIgMi43NTIgMy43MjJjLjU4IDAgMS4xNDYtLjA5NSAxLjcyNi0uMjA4VjQ4LjVoLTEuMzI5di0uOTdoMi41MTl2NC41MzVjLS45OTUuMjc3LTEuOTMzLjQ4NC0yLjkyOC40ODQtMi44MDkgMC00LjA5NC0yLjA3MS00LjA5NC00Ljc5OHMxLjI4NS00LjgxMSA0LjA5NC00LjgxMWgtLjAwN1ptNC45MDYgMi4zMTJoMS4wNzdsLjA2OS45ODJjLjQ4NS0uNjEgMS4xMzMtMS4xNTggMS44NTEtMS4xNTguMjMzIDAgLjQ3My4wNDQuNjkzLjExM2wtLjIwOCAxLjAzOWEyLjE4NyAyLjE4NyAwIDAgMC0uNTU0LS4wN2MtLjYzNiAwLTEuMjYuNjYyLTEuNjc1IDEuMTZ2NS4wNjJoLTEuMjZ2LTcuMTIybC4wMDctLjAwNlptNC41NTkgMy41NjRjMC0yLjEyOCAxLjAwOC0zLjc0NyAzLjIzNy0zLjc0NyAyLjIzIDAgMy4yMzcgMS42MzEgMy4yMzcgMy43NDcgMCAyLjExNi0xLjAwOCAzLjczNC0zLjIzNyAzLjczNC0yLjIzIDAtMy4yMzctMS42MTgtMy4yMzctMy43MzRabTUuMTcgMGMwLTEuNjU2LS41NTQtMi42ODMtMS45MzMtMi42ODMtMS4zOCAwLTEuOTMzIDEuMDItMS45MzMgMi42ODMgMCAxLjY2My41NDEgMi42NyAxLjkzMyAyLjY3czEuOTMzLTEuMDM5IDEuOTMzLTIuNjdabTIuOTI4LTMuNTY0aDEuMjZ2NC42NmMwIC45MTMuMzQ2IDEuNTc0IDEuMzE2IDEuNTc0LjcwNSAwIDEuMzQxLS40NzIgMS44MjYtLjg4OHYtNS4zNTJoMS4yNTl2Ny4xMjJoLTEuMTJsLS4wNTctLjcxOGMtLjU5Mi40NzItMS4yMTUuOS0yLjEyOS45LTEuMzY2IDAtMi4zNDgtLjg1Ni0yLjM0OC0yLjM4di00LjkyNGwtLjAwNy4wMDZabTcuNzg0IDBoMS4wODlsLjA1Ny42MjNjLjQ5Ny0uNDI4IDEuMDg5LS44IDEuOTA4LS44IDEuNzY5IDAgMi43NzcgMS42MTkgMi43NzcgMy43NDcgMCAyLjEyOS0xLjE1OSAzLjczNS0zLjA0MiAzLjczNS0uNTU0IDAtMS4xMDgtLjIzMy0xLjUzNi0uNDg1VjU1aC0xLjI2di05Ljc0OGguMDA3Wm0xLjI1OSA1LjczN2MuNDE2LjI5Ljg1Ny40OTcgMS40MzYuNDk3IDEuMTc3IDAgMS44MzktMS4wMzkgMS44MzktMi42NyAwLTEuNjMtLjU0Mi0yLjY3LTEuNjg4LTIuNjctLjY4IDAtMS4xNDYuMzQ2LTEuNTg3Ljc1djQuMDkzWk05Mi45NjYgMGMtMTAuNjMgMC0xOS4yNDQgOC42MTUtMTkuMjQ0IDE5LjI0NCAwIDEwLjYzIDguNjE0IDE5LjI0NSAxOS4yNDQgMTkuMjQ1IDEwLjYzIDAgMTkuMjQ0LTguNjE1IDE5LjI0NC0xOS4yNDVTMTAzLjU5NiAwIDkyLjk2NiAwWm0wIDMxLjkxNGMtNi45MzMgMC0xMi41NS01LjY3My0xMi41NS0xMi42NyAwLTYuOTk2IDUuNjE3LTEyLjY3IDEyLjU1LTEyLjY3IDYuOTMzIDAgMTIuNTUgNS42NzQgMTIuNTUgMTIuNjcgMCA2Ljk5Ny01LjYxNyAxMi42Ny0xMi41NSAxMi42N1pNMTAuMSAyMi4yNTRjMS43NyA3LjA2NiA3LjYwOCA5Ljk3NSAxMi4zNjggOS45NzUgNS4yMzMgMCA5LjAzNy0yLjk3MiAxMC43MzctNi4xNGg3LjA2NmMtMy42MDIgOS40NDYtMTIuMjMgMTIuNDE5LTE4LjA3MyAxMi40MTktMTAuNjY4IDAtMTkuMTYzLTguOTE3LTE5LjE2My0xOS4yODNDMy4wMzUgOC4yNTUgMTEuNzMyIDAgMjIuMzMgMGMxMC41OTggMCAxOS4wOTMgOC4wNTQgMTkuMTU2IDE4Ljc2IDAgMS4xOS0uMTM4IDMuMDM1LS4yMDEgMy41SDEwLjF2LS4wMDZabTI0LjMyNy01LjI4M2MtLjM0LTUuMzUzLTUuMzY1LTEwLjY5OS0xMi4xNi0xMC42OTlzLTExLjgyIDUuMzUzLTEyLjE2IDEwLjY5OWgyNC4zMjYtLjAwNloiLz48cGF0aCBmaWxsPSIjMDA5RERDIiBkPSJNNTUuODM4IDE4LjQ0NWEuODA4LjgwOCAwIDAgMCAuODA2LS44MDZ2LTMuMDg2YzAtLjQ0Ny0uMjQtMS4wODMtLjUzLTEuNDIzTDQ2LjIxIDEuNmMtLjI5LS4zNC0uODg4LS42MTEtMS4zMzUtLjYxMUgzOC41MmMtLjQ0NyAwLS41NzMuMjc3LS4yODMuNjFsMTMuOTQyIDE2LjIzNWMuMjkuMzQuODg4LjYxIDEuMzM1LjYxaDIuMzI0Wm0tMi4zMTIgMS41OTNjLS40NDcgMC0xLjA0NS4yNzctMS4zMzUuNjFMMzguMjUgMzYuODg0Yy0uMjkuMzQtLjE2My42MS4yODQuNjFoNi4zNTRjLjQ0NyAwIDEuMDQ1LS4yNzYgMS4zMzUtLjYxbDkuOTA1LTExLjUzYy4yOS0uMzQuNTMtLjk3Ni41My0xLjQyNHYtMy4wODVhLjgwOC44MDggMCAwIDAtLjgwNy0uODA2aC0yLjMyNFptOC4wMjQtMS41OTNjLjQ0NiAwIDEuMDQ0LS4yNzcgMS4zMzQtLjYxMWwxMy45NDgtMTYuMjRjLjI5LS4zNC4xNjQtLjYxMi0uMjgzLS42MTJoLTYuMzU0Yy0uNDQ3IDAtMS4wNDUuMjc3LTEuMzM1LjYxMWwtOS45MDUgMTEuNTNjLS4yOS4zNC0uNTMuOTc3LS41MyAxLjQyNHYzLjA4NWMwIC40NDcuMzY2LjgwNi44MDcuODA2aDIuMzFsLjAwNy4wMDdabS0yLjMxMiAxLjU5M2EuODA4LjgwOCAwIDAgMC0uODA2LjgwNnYzLjA4NWMwIC40NDguMjQgMS4wODQuNTI5IDEuNDI0bDkuOTA2IDExLjUzYy4yOS4zNC44ODcuNjEgMS4zMzQuNjFoNi4zNTRjLjQ0NyAwIC41NzMtLjI3Ni4yODQtLjYxTDYyLjg5NyAyMC42NDljLS4yOS0uMzQtLjg4OC0uNjExLTEuMzM1LS42MTFoLTIuMzI0WiIvPjwvc3ZnPg==");
}
body.single-project .main-logo a img,
body.single-post .main-logo a img {
  display: none;
}
body.single-project .wp-block-navigation__responsive-container-content ul.wp-block-navigation .wp-block-navigation-item.is-contact,
body.single-post .wp-block-navigation__responsive-container-content ul.wp-block-navigation .wp-block-navigation-item.is-contact {
  border-left: 1px solid #bababa;
}
body.single-project .wp-block-navigation__responsive-container-content ul.wp-block-navigation .wp-block-navigation-item.is-contact a .wp-block-navigation-item__label::before,
body.single-post .wp-block-navigation__responsive-container-content ul.wp-block-navigation .wp-block-navigation-item.is-contact a .wp-block-navigation-item__label::before {
  content: url('data:image/svg+xml,<svg width="100%" height="100%" viewBox="0 0 34 29" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.3171 27.4593C11.6803 25.8225 10.4134 23.8485 9.51643 21.5373C8.61945 19.2261 8.17097 16.7611 8.17097 14.1421C8.17097 11.5232 8.61618 9.06144 9.50661 6.7568C10.397 4.45215 11.6672 2.47487 13.3171 0.824958L14.1421 0L18.7776 4.63548L15.5563 9.31024L11.0583 9.32988C10.8357 10.1287 10.672 10.934 10.5673 11.7458C10.4625 12.5577 10.4167 13.363 10.4298 14.1618C10.4298 14.9213 10.4822 15.7004 10.5869 16.4992C10.6917 17.2979 10.8554 18.1098 11.078 18.9347L15.6349 18.9347L18.7579 23.6684L14.1421 28.2843L13.3171 27.4593Z" fill="%23009DDC"/><circle cx="20.5" cy="14.6422" r="1.5" fill="%23009DDC"/><circle cx="26.5" cy="14.6422" r="1.5" fill="%23009DDC"/><circle cx="32.5" cy="14.6422" r="1.5" fill="%23009DDC"/></svg>') !important;
}
body.single-project .wp-block-navigation__responsive-container-content ul.wp-block-navigation .wp-block-navigation-item a,
body.single-project .wp-block-navigation__responsive-container-content ul.wp-block-navigation .wp-block-navigation-item button,
body.single-post .wp-block-navigation__responsive-container-content ul.wp-block-navigation .wp-block-navigation-item a,
body.single-post .wp-block-navigation__responsive-container-content ul.wp-block-navigation .wp-block-navigation-item button {
  color: #2e383f;
}

html.is-scrolling body.single-project .site-header .wp-block-navigation__responsive-container-open {
  color: white;
}

.approach_container {
  height: -moz-fit-content !important;
  height: fit-content !important;
  max-height: -moz-fit-content !important;
  max-height: fit-content !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 782px) {
  .approach_container {
    min-height: 100vh !important;
    min-height: 100dvh !important;
  }
}
.approach_container h5 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 100% */
  letter-spacing: 1px;
  text-transform: uppercase;
}
.approach_container p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 122.222%;
}
@media (min-width: 782px) {
  .approach_container p {
    font-size: 36px;
  }
}
.approach_container .a_content {
  display: flex;
  flex-flow: column nowrap;
  gap: 60px;
  padding-right: 0px;
}
@media (min-width: 782px) {
  .approach_container .a_content {
    padding-right: 110px;
  }
}
.approach_container .a_content * {
  margin-block-start: 0;
  margin-block-end: 0;
}

.dp-divider {
  width: calc(100% - 2 * var(--outer--padding));
  height: 0px;
  border: 1px solid #bababa;
  margin: 0 var(--outer--padding);
}

.dp-container .dp-title {
  display: flex;
  flex-flow: column nowrap;
  gap: 0px;
}
@media (min-width: 960px) {
  .dp-container .dp-title {
    flex-flow: row nowrap;
    gap: 30px;
  }
}
.dp-container .dp-title p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 0px;
}
@media (min-width: 960px) {
  .dp-container .dp-title p {
    font-size: 20px;
    padding-top: 14px;
  }
}
.dp-container .dp-title h2 {
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
@media (min-width: 960px) {
  .dp-container .dp-title h2 {
    font-size: clamp(50px, 4vw, 80px);
  }
}
.dp-container .dp-content {
  display: flex;
  flex-flow: column nowrap;
  gap: 30px;
}
.dp-container .dp-content p {
  margin-block-start: 0;
  order: 1;
}
@media (min-width: 782px) {
  .dp-container .dp-content p {
    order: 2;
  }
}
.dp-container .dp-content figure {
  order: 2;
}
@media (min-width: 782px) {
  .dp-container .dp-content figure {
    order: 1;
  }
}
.dp-container .dp-title-centered {
  display: flex;
  flex-flow: column nowrap;
  gap: 0px;
}
@media (min-width: 782px) {
  .dp-container .dp-title-centered {
    flex-flow: row nowrap;
    gap: 30px;
  }
}
.dp-container .dp-title-centered p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 100% */
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 0px;
  text-align: left;
}
@media (min-width: 782px) {
  .dp-container .dp-title-centered p {
    text-align: right;
    font-size: 20px;
    padding-top: 14px;
  }
}
.dp-container .dp-title-centered h2 {
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
@media (min-width: 782px) {
  .dp-container .dp-title-centered h2 {
    font-size: clamp(50px, 4vw, 80px);
  }
}
.dp-container figure {
  aspect-ratio: 1/1;
}
.dp-container figure img {
  border-radius: 5px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 1/1;
}

.contact-us-container {
  padding-bottom: 0 !important;
}
.contact-us-container .cu-layout {
  gap: 110px;
}
.contact-us-container .cu-content {
  display: flex;
  flex-flow: column nowrap;
  gap: 40px;
  padding-bottom: 2rem;
}
.contact-us-container .cu-content .cu-details {
  display: flex;
  flex-flow: column nowrap;
  gap: 25px;
}
.contact-us-container .cu-content .cu-details h5 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.contact-us-container .cu-content .cu-details strong {
  color: var(--wp--preset--color--midnight);
  font-weight: 700;
}
.contact-us-container .cu-content .cu-details .cu-socials {
  display: flex;
  flex-flow: row nowrap;
  gap: 15px;
}
.contact-us-container .c-divider {
  width: 100%;
  height: 0px;
  border-bottom: 1px solid #bababa;
  margin: 0;
}

.quote_container {
  height: 620px !important;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}
@media (min-width: 960px) {
  .quote_container {
    height: 900px !important;
  }
}
.quote_container * {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}
.quote_container .wp-block-cover__inner-container {
  max-width: 1300px;
  margin: 0 auto;
}
.quote_container h2 {
  padding-bottom: 45px;
}
@media (min-width: 960px) {
  .quote_container h2 {
    padding-bottom: 100px;
  }
}
.quote_container .wp-block-columns {
  gap: 0 !important;
}
.quote_container .wp-block-cover__image-background {
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-attachment: local;
}
@media (min-width: 782px) {
  .quote_container .wp-block-cover__image-background {
    background-position: left center !important;
    background-size: contain !important;
    background-attachment: fixed;
  }
}
.quote_container .quote-content {
  display: flex;
  justify-content: flex-end;
}
.quote_container .quote-content .quote-details {
  max-width: 100%;
  gap: 45px !important;
}
@media (min-width: 960px) {
  .quote_container .quote-content .quote-details {
    gap: 60px !important;
  }
}
@media (min-width: 960px) {
  .quote_container .quote-content .quote-details {
    max-width: 523px;
  }
}

.mission-container {
  padding: var(--section-padding) var(--outer--padding);
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}
.mission-container .wp-block-cover__image-background {
  background-position: 0% 50% !important;
  background-size: contain !important;
}
.mission-container .mission-title {
  display: flex;
  flex-flow: column nowrap !important;
}
@media (min-width: 960px) {
  .mission-container .mission-title {
    flex-flow: row nowrap !important;
  }
}
.mission-container .mission-title h3 {
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  /* 122.222% */
}
.mission-container .mission-content {
  display: flex;
  flex-flow: column nowrap !important;
}
@media (min-width: 960px) {
  .mission-container .mission-content {
    flex-flow: row nowrap !important;
  }
}
.mission-container .mission-content .wp-block-column {
  flex-basis: 100% !important;
}
@media (min-width: 960px) {
  .mission-container .mission-content .wp-block-column {
    flex-basis: 50% !important;
  }
}
@media (min-width: 1200px) {
  .mission-container .mission-content .wp-block-column {
    flex-basis: 60% !important;
  }
}
.mission-container .mission-content .mission-details {
  flex-basis: 100% !important;
}
@media (min-width: 960px) {
  .mission-container .mission-content .mission-details {
    flex-basis: 50% !important;
  }
}
@media (min-width: 1200px) {
  .mission-container .mission-content .mission-details {
    flex-basis: 40% !important;
  }
}

.team-container .team-header {
  margin-bottom: 100px;
}
.team-container .team-header h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  /* 104.167% */
}

.team-container2 .team-header h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  /* 104.167% */
}
.team-container2 .wp-block-cover {
  margin-block-start: 0 !important;
}

.mavericks_container {
  min-height: 100vh;
  min-height: 100dvh;
}
.mavericks_container .wp-block-columns {
  flex-flow: column nowrap;
  gap: 30px;
}
@media (min-width: 1200px) {
  .mavericks_container .wp-block-columns {
    flex-flow: row nowrap;
    gap: 30px;
  }
}
.mavericks_container h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 100% */
  letter-spacing: 1px;
  text-transform: uppercase;
}
.mavericks_container .m-column {
  padding-right: 0px;
}
@media (min-width: 1200px) {
  .mavericks_container .m-column {
    padding-right: clamp(60px, 6vw, 110px);
  }
}
.mavericks_container .m-content {
  padding-top: 10px;
}
@media (min-width: 782px) {
  .mavericks_container .m-content {
    padding-top: 0px;
  }
}
.mavericks_container .m-content p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 122.222%;
}
@media (min-width: 782px) {
  .mavericks_container .m-content p {
    font-size: 36px;
  }
}
.mavericks_container .m-divider {
  width: 100%;
  height: 0px;
  border: 1px solid #bababa;
  margin: 60px 0 60px 0;
}
@media (min-width: 782px) {
  .mavericks_container .m-divider {
    margin: 80px 0 60px 0;
  }
}
.mavericks_container .m-details {
  margin-block-start: 0;
  gap: 60px;
  flex-flow: row wrap !important;
}
@media (min-width: 782px) {
  .mavericks_container .m-details {
    gap: 90px;
  }
}
.mavericks_container .m-details * {
  margin-block-start: 0;
}
.mavericks_container .m-details .wp-block-column {
  display: flex;
  flex-flow: column nowrap;
  gap: 20px;
}
.mavericks_container .m-details h3 {
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  display: flex;
  flex-flow: row nowrap;
  gap: 15px;
}
@media (min-width: 782px) {
  .mavericks_container .m-details h3 {
    font-size: clamp(60px, 6vw, 70px);
  }
}
.mavericks_container .m-details p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
}

.values-container {
  padding: var(--section-padding) var(--outer--padding);
  height: -moz-fit-content !important;
  height: fit-content !important;
  max-height: -moz-fit-content !important;
  max-height: fit-content !important;
}
@media (min-width: 782px) {
  .values-container {
    padding: 0;
    padding-bottom: var(--outer--padding) !important;
    min-height: 100vh;
    min-height: 100dvh;
  }
}
.values-container .values-layout {
  flex-basis: 100% !important;
}
@media (min-width: 782px) {
  .values-container .values-layout {
    flex-basis: 70% !important;
  }
}
@media (min-width: 960px) {
  .values-container .values-layout {
    flex-basis: 60% !important;
  }
}
@media (min-width: 1200px) {
  .values-container .values-layout {
    flex-basis: 50% !important;
  }
}
.values-container .values_grid {
  grid-template-columns: 1fr;
}
@media (min-width: 782px) {
  .values-container .values_grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.values-container .v-content {
  display: flex;
  flex-flow: column nowrap;
  gap: 45px;
  margin-bottom: 100px !important;
}
.values-container .v-content h2 {
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
@media (min-width: 782px) {
  .values-container .v-content h2 {
    font-size: 80px;
  }
}
.values-container .v-tab {
  border-radius: 5px;
  border: 1px solid rgba(245, 245, 245, 0.6);
  padding: 20px;
  min-height: 180px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.values-container .v-tab .wp-block-group {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  align-self: flex-end;
}

.video-separator {
  min-height: 50vh !important;
  min-height: 50dvh !important;
}
@media (min-width: 960px) {
  .video-separator {
    min-height: 100vh !important;
    min-height: 100dvh !important;
  }
}

.building_system_container {
  position: relative;
  background: #111;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 0;
}
.building_system_container > .is-vertical {
  justify-content: center;
  align-items: center;
}
.building_system_container video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.building_system_container h2 {
  margin-bottom: 40px;
}
@media (min-width: 782px) {
  .building_system_container h2 {
    margin-bottom: 80px;
  }
}
.building_system_container .bs_content {
  margin-bottom: 40px;
}
@media (min-width: 782px) {
  .building_system_container .bs_content {
    margin-bottom: 120px;
  }
}
.building_system_container .bs_details {
  border-radius: 5px;
  border: 1px solid #bababa;
  padding: 50px 45px;
}
.building_system_container .bs_details .wp-block-columns {
  gap: 71px;
}

.privacy-container p,
.privacy-container ul,
.privacy-container li {
  color: var(--wp--preset--color--exo-grey) !important;
  margin-left: 0 !important;
}
.privacy-container h1,
.privacy-container h2,
.privacy-container h3,
.privacy-container h4,
.privacy-container h5,
.privacy-container h6 {
  color: var(--wp--preset--color--midnight) !important;
  margin-left: 0 !important;
}

.exo_panels_container {
  height: -moz-fit-content !important;
  height: fit-content !important;
  max-height: -moz-fit-content !important;
  max-height: fit-content !important;
  background: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 782px) {
  .exo_panels_container {
    min-height: 100dvh;
    min-height: 100vh;
  }
}
.exo_panels_container h2 {
  font-style: normal;
  font-weight: 400;
  line-height: 105.556%;
}
.exo_panels_container hr.wp-block-separator {
  border-bottom: solid 1px var(--wp--preset--color--med-grey) !important;
  width: 100%;
  height: 0px !important;
  margin-bottom: 40px;
}
.exo_panels_container .wp-block-media-text {
  gap: 40px;
}
@media (min-width: 782px) {
  .exo_panels_container .wp-block-media-text {
    gap: 71px;
  }
}
.exo_panels_container .wp-block-media-text .wp-block-media-text__media {
  min-height: 320px;
  height: 100%;
  width: 100%;
  max-width: 633px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 782px) {
  .exo_panels_container .wp-block-media-text .wp-block-media-text__media {
    min-height: 573px;
  }
}
.exo_panels_container .wp-block-media-text .wp-block-media-text__media img {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.exo_panels_container .wp-block-media-text .wp-block-media-text__content {
  padding: 0px;
  height: 100% !important;
}
.exo_panels_container .pn_content {
  height: 100%;
}
.exo_panels_container .pn_details {
  display: flex;
  flex-flow: column nowrap !important;
  gap: 40px;
}
@media (min-width: 960px) {
  .exo_panels_container .pn_details {
    flex-flow: row nowrap !important;
    gap: 71px;
  }
}
.exo_panels_container .pn_details .pn_overview {
  flex: 1 1;
}
@media (min-width: 960px) {
  .exo_panels_container .pn_details .pn_overview {
    flex: auto 0;
    width: -moz-max-content;
    width: max-content;
  }
}
.exo_panels_container .pn_details .pn_info {
  flex: 1 1;
}

@keyframes overlay-menu__fade-in-animation {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  5% {
    opacity: 1;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes overlay-menu-text__fade-in-animation {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.is-full-height {
  min-height: 100vh !important;
  min-height: 100dvh !important;
}

section.is-position-sticky {
  position: relative !important;
}
@media (min-width: 782px) {
  section.is-position-sticky {
    position: sticky !important;
  }
}

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

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

.level-30 {
  z-index: 30;
}

.level-40 {
  z-index: 40;
}

.level-50 {
  z-index: 50;
}

.level-60 {
  z-index: 60;
}

.level-70 {
  z-index: 70;
}

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

.level-90 {
  z-index: 90;
}

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

@media (min-width: 1024px) {
  main > section[data-absolute-position] {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 100;
    margin: 0;
  }
}
body > main > section[data-absolute-position],
body > footer {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
}

@media (min-width: 1024px) {
  main:not(.fixed) > section[data-absolute-position].fixed {
    position: fixed;
    top: auto !important;
    bottom: 0;
    z-index: 90;
    width: 100%;
  }
}
section .no-stack {
  position: relative;
}

.archives-container {
  background-color: var(--wp--preset--color--white);
  transform: translateY(1px);
}
.archives-container .filter-news-container {
  display: flex;
  flex-flow: column nowrap;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  padding: var(--outer--padding) !important;
}
@media (min-width: 782px) {
  .archives-container .filter-news-container {
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}
.archives-container .posts-main-container {
  padding: var(--outer--padding) !important;
}
.archives-container > .wp-block-query {
  margin-block-start: 0 !important;
}

.frm_forms.with_frm_style.frm_style_formidable-style .frm_message {
  color: var(--wp--preset--color--midnight) !important;
  border: 1px solid #bababa !important;
  border-color: #bababa !important;
  background-color: transparent !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style .frm_message p {
  color: var(--wp--preset--color--midnight) !important;
}

@keyframes title-forwards {
  0% {
    transform: translateY(50%) rotateX(90deg);
  }
  100% {
    transform: translateY(0) rotateX(0);
  }
}
@keyframes title-backwards {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateY(50%) rotateX(90deg);
  }
}
@keyframes arrow-forwards {
  0% {
    transform: translateY(-50%) rotateX(90deg);
  }
  100% {
    transform: translateY(0) rotateX(0);
  }
}
@keyframes arrow-backwards {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateY(-50%) rotateX(90deg);
  }
}
.news-master-grid {
  display: grid !important;
  grid-template-columns: repeat(1, 1fr) !important;
  gap: 0 !important;
  grid-template-rows: 1fr auto auto !important;
  grid-auto-rows: auto !important;
  margin: 0 !important;
}
@media (min-width: 782px) {
  .news-master-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (min-width: 960px) {
  .news-master-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
.news-master-grid li {
  grid-row: span 3 !important;
  grid-column: span 1 !important;
  display: grid !important;
  grid-template-columns: repeat(1, 1fr) !important;
  grid-template-rows: subgrid !important;
  padding-left: 0;
  border-bottom: 1px solid var(--wp--preset--color--med-grey);
  margin-bottom: 3rem;
  position: relative;
}
.news-master-grid li .post-labels {
  position: absolute;
  top: 13px;
  left: 12px;
  z-index: 2;
}
@media (min-width: 782px) {
  .news-master-grid li:nth-child(2n) {
    padding-left: 2rem;
  }
  .news-master-grid li:nth-child(2n) .post-labels {
    left: calc(2rem + 12px);
  }
}
@media (min-width: 960px) {
  .news-master-grid li:nth-child(2n) {
    padding-left: 0;
  }
  .news-master-grid li:nth-child(2n) .post-labels {
    left: 12px;
  }
  .news-master-grid li:nth-child(3n+2), .news-master-grid li:nth-child(3n+3) {
    padding-left: 2rem;
  }
  .news-master-grid li:nth-child(3n+2) .post-labels, .news-master-grid li:nth-child(3n+3) .post-labels {
    left: calc(2rem + 12px);
  }
}

.post__filter {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 5px;
}
@media (max-width: 781px) {
  .post__filter {
    width: 100%;
  }
}
.post__filter .post-filter__fields {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  gap: 5px 1rem;
}
@media (min-width: 782px) {
  .post__filter .post-filter__fields {
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}

.post-filter__field .select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  border-radius: 5px;
  background: #fff;
}
.post-filter__field .select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 60px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  background: #fff;
  border: none !important;
}
.post-filter__field .select2-container .select2-selection--single .select2-selection__rendered {
  display: inline-flex;
  padding: 0px 80px 0px 35px !important;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  color: var(--wp--preset--color--midnight);
  font-family: "Aeonik, sans-serif";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  min-height: 60px;
}
.post-filter__field .select2-container .select2-selection--single .select2-selection__arrow {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgZmlsbD0ibm9uZSI+PHJlY3Qgd2lkdGg9IjQwIiBoZWlnaHQ9IjQwIiB4PSI0MCIgZmlsbD0iIzAwOUREQyIgcng9IjIiIHRyYW5zZm9ybT0icm90YXRlKDkwIDQwIDApIi8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIwLjgyOCAyMy4yODljMCAuMTg0LjE1LjMzLjMzLjMzaDEuMjY4Yy4xODMgMCAuNDQ1LS4wOTguNTg0LS4yMTdsNC43NC00LjA2NmEuODE2LjgxNiAwIDAgMCAuMjUtLjU0OHYtMi42MWMwLS4xODEtLjExNC0uMjMzLS4yNS0uMTE0bC02LjY3IDUuNzI3YS44MTcuODE3IDAgMCAwLS4yNS41NDh2Ljk0OGMwIC4wMDEgMCAuMDAyLS4wMDIuMDAyWm0tLjY1Ni0uOTQ3di0uMDA2YS44My44MyAwIDAgMC0uMjUtLjU0NWwtNi42NzEtNS43MjdjLS4xNC0uMTE5LS4yNTEtLjA2Ny0uMjUxLjExNnYyLjYxYzAgLjE4NC4xMTQuNDMuMjUuNTQ5bDQuNzM3IDQuMDY5Yy4xNC4xMTkuNDAxLjIxNy41ODUuMjE3aDEuMjY3Yy4xODQgMCAuMzMxLS4xNS4zMzEtLjMzMXYtLjk0N2MwLS4wMDIgMC0uMDAzLjAwMi0uMDA1WiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: all 275ms ease-out 650ms;
}
.post-filter__field .select2-container .select2-selection--single .select2-selection__arrow b {
  display: none !important;
}
@media (max-width: 781px) {
  .post-filter__field {
    width: 100%;
  }
}

.wp-block-query-pagination-numbers {
  display: none;
}

.wp-block-quote {
  border-left: none;
  border-top: 1px solid var(--wp--preset--color--med-grey);
  padding-top: 40px;
  padding-left: 110px;
  position: relative;
  margin-top: var(--section-padding);
  margin-bottom: var(--section-padding);
}
.wp-block-quote cite {
  font-size: 1rem;
  margin-top: 1rem;
}
.wp-block-quote::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  width: 50px;
  height: 26px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCA0NyAyOCI+PHBhdGggZmlsbD0iIzAwOUREQyIgZD0iTTQ2LjYzIDEuNjdjLS42NiAyLjU2Ny0xLjUwMyA1LjM1My0yLjUzIDguMzZhMjY4LjcyNyAyNjguNzI3IDAgMCAxLTMuMyA4LjkxIDE4My42NDUgMTgzLjY0NSAwIDAgMS0zLjYzIDguNDdIMjUuNGMuNzMzLTIuOTMzIDEuNDMtNS45NzcgMi4wOS05LjEzLjY2LTMuMjI3IDEuMjgzLTYuMzggMS44Ny05LjQ2QTIwMi44MyAyMDIuODMgMCAwIDAgMzAuNzkuNDZoMTUuMDdsLjc3IDEuMjFabS0yNS4wOCAwYy0uNjYgMi41NjctMS41MDMgNS4zNTMtMi41MyA4LjM2YTI2OC43MjcgMjY4LjcyNyAwIDAgMS0zLjMgOC45MSAxODMuNjQ1IDE4My42NDUgMCAwIDEtMy42MyA4LjQ3SC4zMmMuNTEzLTIuMiAxLjAyNy00LjQ3MyAxLjU0LTYuODIuNTEzLTIuMzQ3Ljk5LTQuNjkzIDEuNDMtNy4wNC41MTMtMi40Mi45NTMtNC43MyAxLjMyLTYuOTMuNDQtMi4yLjgwNy00LjI1MyAxLjEtNi4xNmgxNS4wN2wuNzcgMS4yMVoiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
}

.video-animation-main-wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: var(--section-padding) !important;
  max-width: 100vw !important;
  margin-block-start: 0 !important;
}

.video-animation-container {
  margin-block-start: 0 !important;
  padding: 0 !important;
}

.scroll-video {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  height: 100vh;
  height: 100dvh;
  width: 100%;
  gap: 5px;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (min-width: 782px) {
  .scroll-video {
    justify-content: center;
    max-width: 75vw !important;
  }
}
.scroll-video .video-inner-wrapper {
  aspect-ratio: 1920/1080;
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: column nowrap;
  gap: 5px;
  position: relative;
  max-width: 100vw !important;
}
.scroll-video #image-sequence {
  aspect-ratio: 1920/1080;
  width: 100% !important;
  height: auto !important;
  max-width: 100vw !important;
  pointer-events: none;
}
.scroll-video .info-box {
  position: absolute;
  max-width: 100vw !important;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
  font-size: var(--wp--preset--font-size--eyebrow);
  color: var(--wp--preset--color--exo-grey);
  opacity: 0;
  width: 100%;
  gap: 5px;
  height: -moz-fit-content;
  height: fit-content;
  bottom: -10%;
  left: 0%;
  margin-left: auto !important;
  margin-right: auto !important;
}
.scroll-video .info-box::after, .scroll-video .info-box::before {
  display: none;
}
.scroll-video .info-box * {
  font-family: Aeonik, sans-serif !important;
}
.scroll-video .info-box h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1rem;
  white-space: nowrap;
  font-family: Aeonik, sans-serif !important;
}
.scroll-video .info-box p {
  font-size: clamp(15px, 1.8vw, 25px);
  font-weight: 500;
  line-height: 1.5;
  color: var(--wp--preset--color--midnight);
  font-family: Aeonik, sans-serif !important;
  text-shadow: 1px 2px 0 rgba(255, 255, 255, 0.8);
}
@media (min-width: 782px) {
  .scroll-video .info-box {
    position: absolute;
    width: -moz-max-content;
    width: max-content;
    gap: 10px;
    transform: unset;
    bottom: unset;
    left: unset;
    right: unset;
    top: unset;
    margin-left: unset;
    margin-right: unset;
    margin-top: unset;
    margin-bottom: unset;
    transform: unset;
  }
}
@media (min-width: 960px) {
  .scroll-video .info-box {
    gap: 15px;
  }
}
@media (min-width: 1440px) {
  .scroll-video .info-box {
    gap: 20px;
  }
}
@media (min-width: 782px) {
  .scroll-video .info-box.info1 {
    top: 40%;
    left: 10%;
  }
  .scroll-video .info-box.info1::after {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMTEiIGhlaWdodD0iMjExIiBmaWxsPSJub25lIj48cGF0aCBzdHJva2U9IiM2RDZFNzAiIHN0cm9rZS13aWR0aD0iMiIgZD0ibTIwNi4yMTMgMTUzLjI4MS05Ny4yMjctOTcuMjI3SC4wOTIiLz48Y2lyY2xlIGN4PSIyMDcuMjc0IiBjeT0iMTU0LjM0MiIgcj0iMS41IiBzdHJva2U9IiM2RDZFNzAiIHRyYW5zZm9ybT0icm90YXRlKDQ1IDIwNy4yNzQgMTU0LjM0MikiLz48L3N2Zz4=");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    content: "";
    position: relative;
    display: block;
    aspect-ratio: 1/1;
    width: 10vw;
    height: auto;
    transform: translateY(0);
    filter: drop-shadow(1px 2px 0px rgba(255, 255, 255, 0.7));
    transform: translateY(-13%);
  }
}
@media (min-width: 1440px) {
  .scroll-video .info-box.info1 {
    top: 43%;
    left: 15%;
  }
}
@media (min-width: 782px) {
  .scroll-video .info-box.info2 {
    align-items: flex-end;
    top: 50%;
    left: 13%;
  }
  .scroll-video .info-box.info2::after {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMTEiIGhlaWdodD0iMjExIiBmaWxsPSJub25lIj48cGF0aCBzdHJva2U9IiM2RDZFNzAiIHN0cm9rZS13aWR0aD0iMiIgZD0ibTIwNi4yMTMgNTYuOTIyLTk3LjIyNyA5Ny4yMjdILjA5MiIvPjxjaXJjbGUgY3g9IjIiIGN5PSIyIiByPSIxLjUiIHN0cm9rZT0iIzZENkU3MCIgdHJhbnNmb3JtPSJzY2FsZSgxIC0xKSByb3RhdGUoNDUgMTc0LjQ4MiAyMjAuODU3KSIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    content: "";
    position: relative;
    display: block;
    aspect-ratio: 1/1;
    width: 10vw;
    height: auto;
    transform: translateY(0);
    filter: drop-shadow(1px 2px 0px rgba(255, 255, 255, 0.7));
    transform: translateY(13%);
  }
}
@media (min-width: 782px) {
  .scroll-video .info-box.info3 {
    align-items: flex-start;
    position: absolute;
    top: 19%;
    right: 12%;
  }
  .scroll-video .info-box.info3::before {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMTEiIGhlaWdodD0iMjExIiBmaWxsPSJub25lIj48cGF0aCBzdHJva2U9IiM2RDZFNzAiIHN0cm9rZS13aWR0aD0iMiIgZD0ibTMuODkgMTUzLjA4OCA5Ny4yMjYtOTcuMjI3aDEwOC44OTUiLz48Y2lyY2xlIGN4PSIyIiBjeT0iMiIgcj0iMS41IiBzdHJva2U9IiM2RDZFNzAiIHRyYW5zZm9ybT0ic2NhbGUoLTEgMSkgcm90YXRlKDQ1IC0xODQuMDc1IDcyLjI0NikiLz48L3N2Zz4=");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    content: "";
    position: relative;
    display: block;
    aspect-ratio: 1/1;
    width: 10vw;
    height: auto;
    transform: translateY(0);
    filter: drop-shadow(1px 2px 0px rgba(255, 255, 255, 0.7));
    transform: translateY(-13%);
  }
}
@media (min-width: 782px) {
  .scroll-video .info-box.info4 {
    position: absolute;
    align-items: flex-start;
    top: 37%;
    left: 9%;
  }
  .scroll-video .info-box.info4::after {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMTEiIGhlaWdodD0iMjExIiBmaWxsPSJub25lIj48cGF0aCBzdHJva2U9IiM2RDZFNzAiIHN0cm9rZS13aWR0aD0iMiIgZD0ibTIwNi4yMTMgMTUzLjI4MS05Ny4yMjctOTcuMjI3SC4wOTIiLz48Y2lyY2xlIGN4PSIyMDcuMjc0IiBjeT0iMTU0LjM0MiIgcj0iMS41IiBzdHJva2U9IiM2RDZFNzAiIHRyYW5zZm9ybT0icm90YXRlKDQ1IDIwNy4yNzQgMTU0LjM0MikiLz48L3N2Zz4=");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    content: "";
    position: relative;
    display: block;
    aspect-ratio: 1/1;
    width: 10vw;
    height: auto;
    transform: translateY(0);
    filter: drop-shadow(1px 2px 0px rgba(255, 255, 255, 0.7));
    transform: translateY(-13%);
  }
}
.scroll-video .info-box.info5 {
  bottom: -20%;
}
@media (min-width: 782px) {
  .scroll-video .info-box.info5 {
    align-items: center;
    top: 48%;
    right: 8%;
  }
  .scroll-video .info-box.info5::before {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNDIiIGhlaWdodD0iNCIgZmlsbD0ibm9uZSI+PHBhdGggc3Ryb2tlPSIjNkQ2RTcwIiBzdHJva2Utd2lkdGg9IjIiIGQ9Ik0zLjU5NyAyaDEzNy41Ii8+PGNpcmNsZSBjeD0iMi4wOTciIGN5PSIyIiByPSIxLjUiIHN0cm9rZT0iIzZENkU3MCIgdHJhbnNmb3JtPSJyb3RhdGUoLTE4MCAyLjA5NyAyKSIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    content: "";
    position: relative;
    display: block;
    width: 10vw;
    height: 4px;
    filter: drop-shadow(1px 2px 0px rgba(255, 255, 255, 0.7));
  }
}
.scroll-video .info-box.info6 {
  bottom: -35%;
}
@media (min-width: 782px) {
  .scroll-video .info-box.info6 {
    position: absolute;
    align-items: flex-start;
    top: 14%;
    left: 37%;
  }
  .scroll-video .info-box.info6::after {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMTEiIGhlaWdodD0iMjExIiBmaWxsPSJub25lIj48cGF0aCBzdHJva2U9IiM2RDZFNzAiIHN0cm9rZS13aWR0aD0iMiIgZD0ibTIwNi4yMTMgMTUzLjI4MS05Ny4yMjctOTcuMjI3SC4wOTIiLz48Y2lyY2xlIGN4PSIyMDcuMjc0IiBjeT0iMTU0LjM0MiIgcj0iMS41IiBzdHJva2U9IiM2RDZFNzAiIHRyYW5zZm9ybT0icm90YXRlKDQ1IDIwNy4yNzQgMTU0LjM0MikiLz48L3N2Zz4=");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    content: "";
    position: relative;
    display: block;
    aspect-ratio: 1/1;
    width: 10vw;
    height: auto;
    transform: translateY(0);
    filter: drop-shadow(1px 2px 0px rgba(255, 255, 255, 0.7));
    transform: translateY(-13%);
  }
}
@media (min-width: 782px) {
  .scroll-video .info-box.info7 {
    top: 12%;
    left: 2%;
    justify-content: center;
  }
  .scroll-video .info-box.info7::after {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMTEiIGhlaWdodD0iMjExIiBmaWxsPSJub25lIj48cGF0aCBzdHJva2U9IiM2RDZFNzAiIHN0cm9rZS13aWR0aD0iMiIgZD0ibTIwNi4yMTMgMTUzLjI4MS05Ny4yMjctOTcuMjI3SC4wOTIiLz48Y2lyY2xlIGN4PSIyMDcuMjc0IiBjeT0iMTU0LjM0MiIgcj0iMS41IiBzdHJva2U9IiM2RDZFNzAiIHRyYW5zZm9ybT0icm90YXRlKDQ1IDIwNy4yNzQgMTU0LjM0MikiLz48L3N2Zz4=");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    content: "";
    position: relative;
    display: block;
    aspect-ratio: 1/1;
    width: 10vw;
    height: auto;
    transform: translateY(0);
    filter: drop-shadow(1px 2px 0px rgba(255, 255, 255, 0.7));
    transform: translateY(-13%);
  }
}
.scroll-video .info-box.info8 {
  bottom: -20%;
}
@media (min-width: 782px) {
  .scroll-video .info-box.info8 {
    top: 21%;
    right: 9%;
    justify-content: center;
    align-items: flex-start;
  }
  .scroll-video .info-box.info8::before {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMTEiIGhlaWdodD0iMjExIiBmaWxsPSJub25lIj48cGF0aCBzdHJva2U9IiM2RDZFNzAiIHN0cm9rZS13aWR0aD0iMiIgZD0ibTMuODkgMTUzLjA4OCA5Ny4yMjYtOTcuMjI3aDEwOC44OTUiLz48Y2lyY2xlIGN4PSIyIiBjeT0iMiIgcj0iMS41IiBzdHJva2U9IiM2RDZFNzAiIHRyYW5zZm9ybT0ic2NhbGUoLTEgMSkgcm90YXRlKDQ1IC0xODQuMDc1IDcyLjI0NikiLz48L3N2Zz4=");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    content: "";
    position: relative;
    display: block;
    aspect-ratio: 1/1;
    width: 10vw;
    height: auto;
    transform: translateY(0);
    filter: drop-shadow(1px 2px 0px rgba(255, 255, 255, 0.7));
    transform: translateY(-13%);
  }
}
@media (min-width: 782px) {
  .scroll-video .info-box.info9 {
    top: 16%;
    left: 11%;
    justify-content: center;
  }
  .scroll-video .info-box.info9::after {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMTEiIGhlaWdodD0iMjExIiBmaWxsPSJub25lIj48cGF0aCBzdHJva2U9IiM2RDZFNzAiIHN0cm9rZS13aWR0aD0iMiIgZD0ibTIwNi4yMTMgMTUzLjI4MS05Ny4yMjctOTcuMjI3SC4wOTIiLz48Y2lyY2xlIGN4PSIyMDcuMjc0IiBjeT0iMTU0LjM0MiIgcj0iMS41IiBzdHJva2U9IiM2RDZFNzAiIHRyYW5zZm9ybT0icm90YXRlKDQ1IDIwNy4yNzQgMTU0LjM0MikiLz48L3N2Zz4=");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    content: "";
    position: relative;
    display: block;
    aspect-ratio: 1/1;
    width: 10vw;
    height: auto;
    transform: translateY(0);
    filter: drop-shadow(1px 2px 0px rgba(255, 255, 255, 0.7));
    transform: translateY(-13%);
  }
}
@media (min-width: 782px) {
  .scroll-video .info-box.info10 {
    align-items: flex-start;
    top: 21%;
    right: 9%;
  }
  .scroll-video .info-box.info10::before {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMTEiIGhlaWdodD0iMjExIiBmaWxsPSJub25lIj48cGF0aCBzdHJva2U9IiM2RDZFNzAiIHN0cm9rZS13aWR0aD0iMiIgZD0ibTMuODkgMTUzLjA4OCA5Ny4yMjYtOTcuMjI3aDEwOC44OTUiLz48Y2lyY2xlIGN4PSIyIiBjeT0iMiIgcj0iMS41IiBzdHJva2U9IiM2RDZFNzAiIHRyYW5zZm9ybT0ic2NhbGUoLTEgMSkgcm90YXRlKDQ1IC0xODQuMDc1IDcyLjI0NikiLz48L3N2Zz4=");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    content: "";
    position: relative;
    display: block;
    aspect-ratio: 1/1;
    width: 10vw;
    height: auto;
    transform: translateY(0);
    filter: drop-shadow(1px 2px 0px rgba(255, 255, 255, 0.7));
    transform: translateY(-13%);
  }
}
@media (min-width: 782px) {
  .scroll-video .info-box.info11 {
    justify-content: center;
    position: absolute;
    top: 22%;
    left: 17%;
  }
  .scroll-video .info-box.info11::after {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMTEiIGhlaWdodD0iMjExIiBmaWxsPSJub25lIj48cGF0aCBzdHJva2U9IiM2RDZFNzAiIHN0cm9rZS13aWR0aD0iMiIgZD0ibTIwNi4yMTMgMTUzLjI4MS05Ny4yMjctOTcuMjI3SC4wOTIiLz48Y2lyY2xlIGN4PSIyMDcuMjc0IiBjeT0iMTU0LjM0MiIgcj0iMS41IiBzdHJva2U9IiM2RDZFNzAiIHRyYW5zZm9ybT0icm90YXRlKDQ1IDIwNy4yNzQgMTU0LjM0MikiLz48L3N2Zz4=");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    content: "";
    position: relative;
    display: block;
    aspect-ratio: 1/1;
    width: 10vw;
    height: auto;
    transform: translateY(0);
    filter: drop-shadow(1px 2px 0px rgba(255, 255, 255, 0.7));
    transform: translateY(-13%);
  }
}
.scroll-video .info-box.info12 {
  bottom: -20%;
}
@media (min-width: 782px) {
  .scroll-video .info-box.info12 {
    align-items: flex-start;
    top: 26%;
    right: 3%;
  }
  .scroll-video .info-box.info12::before {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMTEiIGhlaWdodD0iMjExIiBmaWxsPSJub25lIj48cGF0aCBzdHJva2U9IiM2RDZFNzAiIHN0cm9rZS13aWR0aD0iMiIgZD0ibTMuODkgMTUzLjA4OCA5Ny4yMjYtOTcuMjI3aDEwOC44OTUiLz48Y2lyY2xlIGN4PSIyIiBjeT0iMiIgcj0iMS41IiBzdHJva2U9IiM2RDZFNzAiIHRyYW5zZm9ybT0ic2NhbGUoLTEgMSkgcm90YXRlKDQ1IC0xODQuMDc1IDcyLjI0NikiLz48L3N2Zz4=");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    content: "";
    position: relative;
    display: block;
    aspect-ratio: 1/1;
    width: 10vw;
    height: auto;
    transform: translateY(0);
    filter: drop-shadow(1px 2px 0px rgba(255, 255, 255, 0.7));
    transform: translateY(-13%);
  }
}
.scroll-video .info-box.info13 {
  bottom: -30%;
}
@media (min-width: 782px) {
  .scroll-video .info-box.info13 {
    align-items: flex-end;
    top: 66%;
    right: 2%;
  }
  .scroll-video .info-box.info13::before {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMTEiIGhlaWdodD0iMjExIiBmaWxsPSJub25lIj48cGF0aCBzdHJva2U9IiM2RDZFNzAiIHN0cm9rZS13aWR0aD0iMiIgZD0ibTMuODkgNTYuOTIyIDk3LjIyNiA5Ny4yMjdoMTA4Ljg5NSIvPjxjaXJjbGUgY3g9IjIuODI5IiBjeT0iNTUuODYxIiByPSIxLjUiIHN0cm9rZT0iIzZENkU3MCIgdHJhbnNmb3JtPSJyb3RhdGUoLTEzNSAyLjgyOSA1NS44NjEpIi8+PC9zdmc+");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    content: "";
    position: relative;
    display: block;
    aspect-ratio: 1/1;
    width: 10vw;
    height: auto;
    transform: translateY(0);
    filter: drop-shadow(1px 2px 0px rgba(255, 255, 255, 0.7));
    transform: translateY(13%);
  }
}
@media (min-width: 782px) {
  .scroll-video .info-box.info14 {
    align-items: flex-start;
    top: 9%;
    right: 9%;
  }
  .scroll-video .info-box.info14::before {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMTEiIGhlaWdodD0iMjExIiBmaWxsPSJub25lIj48cGF0aCBzdHJva2U9IiM2RDZFNzAiIHN0cm9rZS13aWR0aD0iMiIgZD0ibTMuODkgMTUzLjA4OCA5Ny4yMjYtOTcuMjI3aDEwOC44OTUiLz48Y2lyY2xlIGN4PSIyIiBjeT0iMiIgcj0iMS41IiBzdHJva2U9IiM2RDZFNzAiIHRyYW5zZm9ybT0ic2NhbGUoLTEgMSkgcm90YXRlKDQ1IC0xODQuMDc1IDcyLjI0NikiLz48L3N2Zz4=");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    content: "";
    position: relative;
    display: block;
    aspect-ratio: 1/1;
    width: 10vw;
    height: auto;
    transform: translateY(0);
    filter: drop-shadow(1px 2px 0px rgba(255, 255, 255, 0.7));
    transform: translateY(-13%);
  }
}
.scroll-video .info-box.info15 {
  bottom: -40%;
}
@media (min-width: 375px) {
  .scroll-video .info-box.info15 {
    bottom: -30%;
  }
}
@media (min-width: 782px) {
  .scroll-video .info-box.info15 {
    position: absolute;
    bottom: 2%;
    left: 33%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 782px) {
  .scroll-video .info-box.info16 {
    align-items: flex-start;
    top: 5%;
    right: 9%;
  }
  .scroll-video .info-box.info16::before {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMTEiIGhlaWdodD0iMjExIiBmaWxsPSJub25lIj48cGF0aCBzdHJva2U9IiM2RDZFNzAiIHN0cm9rZS13aWR0aD0iMiIgZD0ibTMuODkgMTUzLjA4OCA5Ny4yMjYtOTcuMjI3aDEwOC44OTUiLz48Y2lyY2xlIGN4PSIyIiBjeT0iMiIgcj0iMS41IiBzdHJva2U9IiM2RDZFNzAiIHRyYW5zZm9ybT0ic2NhbGUoLTEgMSkgcm90YXRlKDQ1IC0xODQuMDc1IDcyLjI0NikiLz48L3N2Zz4=");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    content: "";
    position: relative;
    display: block;
    aspect-ratio: 1/1;
    width: 10vw;
    height: auto;
    transform: translateY(0);
    filter: drop-shadow(1px 2px 0px rgba(255, 255, 255, 0.7));
    transform: translateY(-13%);
  }
}
@media (min-width: 782px) {
  .scroll-video .info-box.info17 {
    left: 17%;
    top: 3%;
    justify-content: center;
  }
  .scroll-video .info-box.info17::after {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMTEiIGhlaWdodD0iMjExIiBmaWxsPSJub25lIj48cGF0aCBzdHJva2U9IiM2RDZFNzAiIHN0cm9rZS13aWR0aD0iMiIgZD0ibTIwNi4yMTMgMTUzLjI4MS05Ny4yMjctOTcuMjI3SC4wOTIiLz48Y2lyY2xlIGN4PSIyMDcuMjc0IiBjeT0iMTU0LjM0MiIgcj0iMS41IiBzdHJva2U9IiM2RDZFNzAiIHRyYW5zZm9ybT0icm90YXRlKDQ1IDIwNy4yNzQgMTU0LjM0MikiLz48L3N2Zz4=");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    content: "";
    position: relative;
    display: block;
    aspect-ratio: 1/1;
    width: 10vw;
    height: auto;
    transform: translateY(0);
    filter: drop-shadow(1px 2px 0px rgba(255, 255, 255, 0.7));
    transform: translateY(-13%);
  }
}
.scroll-video .info-box.info18 {
  bottom: -20%;
}
@media (min-width: 782px) {
  .scroll-video .info-box.info18 {
    top: 17%;
    right: 5%;
    align-items: flex-start;
  }
  .scroll-video .info-box.info18::before {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMTEiIGhlaWdodD0iMjExIiBmaWxsPSJub25lIj48cGF0aCBzdHJva2U9IiM2RDZFNzAiIHN0cm9rZS13aWR0aD0iMiIgZD0ibTMuODkgMTUzLjA4OCA5Ny4yMjYtOTcuMjI3aDEwOC44OTUiLz48Y2lyY2xlIGN4PSIyIiBjeT0iMiIgcj0iMS41IiBzdHJva2U9IiM2RDZFNzAiIHRyYW5zZm9ybT0ic2NhbGUoLTEgMSkgcm90YXRlKDQ1IC0xODQuMDc1IDcyLjI0NikiLz48L3N2Zz4=");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    content: "";
    position: relative;
    display: block;
    aspect-ratio: 1/1;
    width: 10vw;
    height: auto;
    transform: translateY(0);
    filter: drop-shadow(1px 2px 0px rgba(255, 255, 255, 0.7));
    transform: translateY(-13%);
  }
}
.scroll-video .info-box.info19 {
  bottom: -30%;
}
@media (min-width: 782px) {
  .scroll-video .info-box.info19 {
    top: 80%;
    left: 9%;
    align-items: center;
  }
}

.is-padded-horizontal {
  padding-left: var(--outer--padding) !important;
  padding-right: var(--outer--padding) !important;
}

.exo-building-columns {
  display: grid !important;
  grid-template-columns: repeat(1, 1fr);
  grid-template-areas: "info" "img" "desc";
  grid-auto-rows: auto;
  gap: 2rem !important;
  justify-content: center;
  max-width: 1400px;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (min-width: 782px) {
  .exo-building-columns {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    grid-template-areas: "info img" "blank desc";
    gap: 0 90px !important;
  }
}
@media (min-width: 1200px) {
  .exo-building-columns {
    gap: 0 145px !important;
  }
}
.exo-building-columns .exo-building-desc {
  grid-area: desc;
  padding-top: 0;
}
@media (min-width: 782px) {
  .exo-building-columns .exo-building-desc {
    padding-top: 1rem;
  }
}
.exo-building-columns .exo-building-info {
  grid-area: info;
}
.exo-building-columns .exo-building-img {
  grid-area: img;
}
.exo-building-columns .exo-building-img figure {
  width: 100%;
  height: 100%;
}
.exo-building-columns .exo-building-img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.select2-container {
  font-family: "Aeonik, sans-serif";
}

.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
  background: var(--wp--preset--color--white);
  border: 1px solid var(--wp--preset--color--black);
  padding: 5px;
  border-radius: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.select2-container--flat .select2-container--focus .select2-selection--multiple {
  border: none;
}
.select2-container--flat .select2-results__option--highlighted[aria-selected] {
  background: var(--wp--preset--color--white);
  color: var(--wp--preset--color--black);
}
.select2-container--flat .select2-results__option[aria-selected=true] {
  background: var(--wp--preset--color--white);
  color: var(--wp--preset--color--black);
  opacity: 0.8;
}
.select2-container--flat .select2-selection--single {
  border-radius: 0px;
}
.select2-container--flat.select2-container--open .select2-selection__arrow b {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

.select2-container .select2-choice {
  border: none;
  height: 45px;
  border-radius: 0px;
  font-family: "Aeonik, sans-serif";
  font-size: 14px;
  text-indent: 1px;
  box-shadow: none;
  background-image: none;
}
.select2-container .select2-choice div {
  border-left: none;
  border-radius: 0;
}
.select2-container .select2-choice .select2-arrow {
  border: 0px;
  border-radius: 0px;
  background: transparent;
  background-image: none;
}
.select2-container *:focus {
  outline: 0px;
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: transparent;
  border-radius: 0px;
}

.select2-drop {
  margin-top: -2px;
  border: none;
  border-top: 0;
  border-radius: 0px !important;
  border-radius: 0 0 6px 6px;
  box-shadow: none;
}
.select2-drop.select2-drop-above {
  margin-top: 2px;
  border-top: none;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  box-shadow: none;
}

.select2-search {
  margin-top: 3px;
}
.select2-search input {
  height: 26px;
  border: none;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: none;
  outline: none;
  box-shadow: none;
}

.select2-dropdown-open .select2-choice {
  box-shadow: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-dropdown-open .select2-choice .select2-choice div {
  background: transparent;
  border-left: none;
  filter: none;
}

.select2-results {
  padding: 0 0 0 0px;
  margin: 4px 0px 0px 0;
}
.select2-results .select2-highlighted {
  background: var(--wp--preset--color--white);
  color: #fff;
  border-radius: 0;
}

.select2-container-multi .select2-choices {
  height: auto !important;
  border: none;
}
.select2-container-multi.select2-container-active .select2-choices {
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.select2-container--flat .select2-selection--single {
  background: var(--wp--preset--color--white);
  border: 0px;
  height: 80px;
  padding-left: 16px;
  padding-right: 40px;
}
.select2-container--flat .select2-selection--single .select2-selection__rendered {
  color: var(--wp--preset--color--black);
  line-height: 80px;
  padding-left: 16px;
  padding-right: 40px;
}
.select2-container--flat .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 22px;
  right: 16px;
  width: 20px;
}
.select2-container--flat .select2-selection--single .select2-selection__arrow b {
  border-color: var(--wp--preset--color--black) transparent transparent transparent;
  top: 60%;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  width: 0;
}
.select2-container--flat .select2-selection--single .select2-selection__placeholder {
  color: var(--wp--preset--color--black);
}
.select2-container--flat .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/*
*   Page specific styles
*
*   1. Home
*
*
 */
body.blog .wp-block-query-pagination-numbers {
  display: none;
}
body.blog .wp-block-query-pagination {
  margin-block-start: 0 !important;
}

body.single-post .entry-content {
  color: #041E42;
}
body.single-post .entry-content :where(p) {
  color: #041E42;
}
@media (min-width: 900px) {
  body.single-post .entry-content {
    padding-right: 8vw;
  }
}
body.single-post .entry-content h2 {
  font-size: var(--wp--preset--font-size--h-3);
  line-height: 1.05;
  font-weight: 400;
}
body.single-post .entry-content h3 {
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 400;
  line-height: 1.22;
}
body.single-post .entry-content h2, body.single-post .entry-content h3, body.single-post .entry-content h4 {
  color: var(--wp--preset--color--midnight);
}
body.single-post .entry-content .wp-block-image {
  border-radius: 5px;
  overflow: hidden;
  margin-block-start: var(--section-padding);
  margin-block-end: var(--section-padding);
}
@media (min-width: 900px) {
  body.single-post .entry-content .wp-block-image.size-full {
    margin-left: -8vw;
    margin-right: -8vw;
    max-width: calc(100% + 16vw);
  }
}
body.single-post .entry-content ol > li::marker {
  font-weight: bold;
}

/* Hacky Microsoft Internet Explorer 11 Overrides */
/*# sourceMappingURL=studiothink.css.map */
