@charset "UTF-8";
:root {
  --font-size: 100%;
  --line-height: 1.5;
  --def-txt: #212121;
  --def: #F8F8F8;
  --pri-txt: #FFFFFF;
  --pri: #DD3473;
  --sec-txt: #FFF;
  --sec: #102048;
  --nte-txt: #FFF;
  --nte: #0C4F71;
  --val-txt: #FFF;
  --val: #40A819;
  --wrn-txt: #212121;
  --wrn: #FFF921;
  --err-txt: #FFF;
  --err: #F05253;
  --lig-txt: #111;
  --lig: #e6e6eb;
  --ligr: #FFF;
  --drk-txt: #FFF;
  --drk: #111;
  --drkr: #08080;
  --norm: 400;
  --bold: 500;
  --s0: 0;
  --s1: .25rem;
  --s2: .5rem;
  --s3: .75rem;
  --s4: 1rem;
  --s5: 1.25rem;
  --s6: 1.5rem;
  --s7: 1.75rem;
  --s8: 2rem;
  --s9: 2.25rem;
  --s10: 2.5rem;
  --txt-mj: 2rem;
  --txt-hl: 1.875rem;
  --txt-tl: 1.75rem;
  --txt-ld: 1.5rem;
  --txt-st: 1.25rem;
  --txt-sc-tl: 1.125rem;
  --txt-cl-tl: 1rem;
  --txt-cp: .875rem;
  --txt-sm: .75rem;
}

html {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
  line-height: inherit;
}

body,
html {
  width: 100%;
  height: 100%;
}

body {
  font-size: var(--font-size);
  line-height: var(--line-height);
  font-weight: var(--norm);
  font-family: "Roboto", sans-serif;
  letter-spacing: -0.02em;
  word-spacing: 0.0625em;
}

h1, h2, h3, h4, h5, h6 {
  display: block;
  width: 100%;
  max-width: 100%;
  color: inherit;
  font-style: normal;
  font-weight: var(--norm);
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
  letter-spacing: -0.01em;
}

h1 {
  font-size: var(--txt-hl);
}

h2 {
  font-size: var(--txt-tl);
}

h3 {
  font-size: var(--txt-ld);
}

h4 {
  font-size: var(--txt-st);
}

h5 {
  font-size: var(--txt-st);
}

h6 {
  font-size: var(--txt-sc-tl);
}

p {
  font-size: inherit;
  line-height: 1.5em;
  letter-spacing: 0.025em;
  word-spacing: 0.0625em;
  width: 100%;
}
blockquote p {
  text-indent: -0.5em;
}

abbr[title] {
  cursor: help;
  text-decoration: underline dotted;
  border-bottom: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}
a:hover, a:focus, a:active {
  outline-width: 0;
}
a img {
  border: none;
}

a,
a:link,
a:visited {
  text-decoration: none;
  font-weight:600;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
  font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Oxygen Mono, Liberation Mono, monospace;
  /* 1 */
}

code,
kbd {
  padding: 0.25em 0.5em;
  font-size: 90%;
  border-radius: 0.25em;
}

code {
  color: var(--lig-txt);
  background-color: var(--lig);
}

kbd {
  color: var(--drk-txt);
  background-color: var(--drk);
}

pre {
  display: block;
  overflow: auto;
  -moz-tab-size: 2;
       tab-size: 2;
  white-space: pre;
  word-wrap: break-word;
  background-color: var(--drk);
  color: var(--drk-txt);
  padding: 1rem;
  border-radius: 0.25em;
}
pre code {
  border-radius: 0;
  display: inherit;
  overflow: auto;
  white-space: pre;
  padding: 16px;
  background-color: rgba(0, 0, 0, 0.05);
}

input {
  overflow: visible;
}

progress {
  vertical-align: baseline;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

select {
  text-transform: none;
}

fieldset {
  min-width: 0;
  padding: 0.35em 0.75em 0.625em;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

label {
  display: inline-block;
  font-weight: var(--bold);
  opacity: 0.56;
}

legend {
  display: table;
  width: 100%;
  margin-bottom: var(--s2);
  font-size: 1.125em;
  line-height: 1.5rem;
  box-sizing: border-box;
  color: inherit;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button {
  overflow: visible;
  text-transform: none;
}

button,
select {
  text-transform: none;
}

button,
input {
  overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  background-color: transparent;
  border-style: none;
  color: inherit;
}

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

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  touch-action: manipulation;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.56;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

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

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

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

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

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

hr {
  margin: 8px 0 8px -1px;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: rgba(0, 0, 0, 0.05);
  box-sizing: content-box;
  overflow: visible;
  height: 0;
}

b,
strong {
  font-weight: 600;
}

cite {
  font-weight: normal;
}

del {
  cursor: none;
  opacity: 0.4;
}

dfn, em, i {
  font-style: italic;
}

q {
  quotes: "‘" "’";
}

small,
sub,
sup {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

ol,
ul,
dl {
  margin: 0 0 var(--s4);
  padding-left: 0;
  list-style-position: outside;
}

ol,
ul {
  padding-left: var(--s4);
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin: var(--s2) 0;
}

ol {
  list-style-type: decimal;
}

ul {
  list-style-type: square;
}

dt {
  font-weight: var(--bold, 700);
}

dd {
  margin-bottom: var(--s4);
  margin-left: 0;
}

mark {
  padding: 0.2em;
  color: var(--drk-txt);
  background-color: var(--drk);
}

nav ul,
nav ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

blockquote {
  font-size: 0.875em;
  border-width: 0 0 0 6px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.05);
  padding: 0.75em 2em;
}
blockquote cite {
  font-size: 80%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
  max-width: 100%;
  font-style: italic;
  vertical-align: middle;
  height: auto;
}

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

svg.i-ico
{
	color:var(--pri);
}

footer svg.i-ico {
    color: white;
}

footer svg.review-ico {
    color: color:var(--sec);
}


table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
  caption-side: bottom;
  opacity: 0.57;
}

th {
  text-align: left;
}

address,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, ol, ul,
figure,
hr,
table,
fieldset {
  margin-bottom: var(--s4, 1.5rem);
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

dd, ol, ul {
  margin-left: var(--s4, 1.5rem);
}

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

audio,
canvas,
img,
figure,
svg,
video {
  display: inline-block;
  vertical-align: middle;
}

blockquote,
pre,
figure,
table,
form {
  font-size: 1rem;
}

.i-lbl {
  font-size: 0.75rem;
  line-height: 1em;
  min-width: 1em;
  min-height: 1em;
  padding: 0.5em 0.65em;
  font-weight: var(--bold);
  font-style: normal;
  text-align: center;
}

.i-ico--hamburger {
  stroke: currentColor;
}
.i-ico--hamburger .one {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.is-active .i-ico--hamburger .one {
  -webkit-transform: translate(8px, 0) rotate(45deg);
          transform: translate(8px, 0) rotate(45deg);
}
.i-ico--hamburger .two {
  transition: opacity 0.2s ease;
}
.is-active .i-ico--hamburger .two {
  opacity: 0;
}
.i-ico--hamburger .three {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.is-active .i-ico--hamburger .three {
  -webkit-transform: translate(-11px, 9px) rotate(-45deg);
          transform: translate(-11px, 9px) rotate(-45deg);
}
.i-ico--search .search {
  opacity: 1;
}
.i-ico--search .search__inner {
  opacity: 1;
  fill: currentColor;
}

.i-txt {
  line-height: 1.25;
}
.i-txt-mj {
  font-size: var(--txt-mj);
}
.i-txt-hl {
  font-size: var(--txt-hl);
}
.i-txt-tl {
  font-size: var(--txt-tl);
  width: 100%;
  text-align: center;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 20px;
}
.i-txt-ld {
  font-size: var(--txt-ld);
}
.i-txt-st {
  font-size: var(--txt-st);
}
.i-txt-sc-tl {
  font-size: var(--txt-sc-tl);
}
.i-txt-cd-tl {
  font-size: var(--txt-df-tl);
}
.i-txt-cp {
  font-size: var(--txt-cp);
}
.i-txt-sm {
  font-size: var(--txt-sm);
}

.i-rib {
  position: absolute;
  top: 0.75rem;
  left: 0;
  font-size: 0.75rem;
  line-height: 1rem;
  color: inherit;
  padding: 0.25rem 0.75rem;
  border-top-right-radius: 0.375em;
  border-bottom-right-radius: 0.375em;
  text-transform: uppercase;
  font-weight: var(--bold);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 1;
}

.i-avatar, .i-lbl, .i-ico, .i-rib {
  display: inline-block;
  vertical-align: middle;
  margin-right:5px;
}

.c-fab {
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  cursor: pointer;
  text-align: center;
  font-size: 0.875rem;
  transition: all 0.15s ease-in;
  min-width: 56px;
  height: 56px;
  line-height: 56px;
  fill: currentColor;
  overflow: hidden;
  border: 0;
  color: #FFF;
  background-color: transparent;
}
.c-fab:hover, .c-fab:focus, .c-fab:active {
  outline: none;
}
.c-fab__lbl {
  padding: 0 1.25em;
}
.c-fab__lbl, .c-fab__ico {
  display: inline-block;
  cursor: pointer;
  min-width: 1.5rem;
  height: 1.5rem;
  color: inherit;
}
.c-fab__ico {
  position: relative;
}
.c-fab__ico svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.c-fab--sm {
  min-width: 40px;
  min-height: 40px;
}

.c-btn {
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
          align-items: center;
  text-align: center;
  text-decoration: none;
  font-style: normal;
  font-weight: var(--bold, 500);
  border-radius: 0.375em;
  vertical-align: middle;
  margin: 0 0.125rem;
  padding: 0 1em;
  font-size: 0.875rem;
  opacity: 0.87;
  height: 40px;
  line-height: 40px;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  border: 0 solid transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: opacity 0.25s linear;
  color: var(--lig-txt);
  background-color: var(--ligr);
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.c-btn--lg {
  font-size: 1rem;
  height: 48px;
  line-height: 48px;
}
.c-btn--ani .c-btn__ico {
  transition: -webkit-transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
}
.c-btn--ani:hover .c-btn__ico, .c-btn--ani:focus .c-btn__ico {
  -webkit-transform: translate3d(50%, 0, 0);
          transform: translate3d(50%, 0, 0);
}
.c-btn.is-blk {
  width: 100%;
  max-width: 100%;
  height:70px;
}
.c-btn__lbl, .c-btn__ico {
  display: inline-block;
  position: relative;
  margin: 0 0.25em;
  z-index: 1;
}
.c-btn:hover, .c-btn:focus, .c-btn:active {
  opacity: 1;
}
.c-btn:hover, .c-btn:focus {
  outline: none;
}
.c-btn--flx {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.c-btn--no-shad {
  box-shadow: none;
}
.c-btn[disabled]:hover, .c-btn[disabled]:focus {
  opacity: 0.4;
}
.c-btn--pri {
  color: var(--pri-txt);
  background-color: var(--pri);
}
.c-btn--pri:hover, .c-btn--pri:focus, .c-btn--pri:active {
  color: var(--pri-txt);
  border-color: var(--pri-drk);
}
.c-btn--sec {
  color: var(--sec-txt);
  background-color: var(--sec);
}
.c-btn--sec:hover, .c-btn--sec:focus, .c-btn--sec:active {
  color: var(--sec-txt);
  background-color: var(--sec);
}
.c-btn--nte {
  color: var(--nte-txt);
  background-color: var(--nte);
}
.c-btn--nte:hover, .c-btn--nte:focus, .c-btn--nte:active {
  color: var(--nte-txt);
  background-color: var(--nte);
}
.c-btn--val {
  color: var(--val-txt);
  background-color: var(--val);
}
.c-btn--val:hover, .c-btn--val:focus, .c-btn--val:active {
  color: var(--val-txt);
  background-color: var(--val);
}
.c-btn--err {
  color: var(--err-txt);
  background-color: var(--err);
}
.c-btn--err:hover, .c-btn--err:focus, .c-btn--err:active {
  color: var(--err-txt);
  background-color: var(--err);
}
.c-btn--wrn {
  color: var(--wrn-txt);
  background-color: var(--wrn);
}
.c-btn--wrn:hover, .c-btn--wrn:focus, .c-btn--wrn:active {
  color: var(--wrn-txt);
  background-color: var(--wrn);
}

.js-focus-visible .c-btn:focus:not(.focus-visible) {
  box-shadow: none;
}

.c-ctrl {
  font-size: 13px;
  line-height: 1.25rem;
  padding-left: 1.25rem;
}
.c-ctrl--chk, .c-ctrl--rdo {
  margin: 0.5rem 0;
}
.c-ctrl.is-disabled {
  opacity: 0.4;
}
.c-ctrl__mtd, .c-ctrl__el {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
}
.c-ctrl__el {
  opacity: 0;
}
.c-ctrl__el:checked ~ .c-ctrl__el::after {
  visibility: visible;
  background-color: var(--sec);
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.c-ctrl__el {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
}
.c-ctrl__el::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transform-origin: center;
          transform-origin: center;
  transition: -webkit-transform 100ms ease-in;
  transition: transform 100ms ease-in;
}
.c-ctrl--rdo .c-ctrl__el {
  border-radius: 1em;
}

.c-dnut {
  width: 100%;
  height: 100%;
}
.c-dnut-wr {
  position: relative;
  margin: auto;
}
.c-dnut-txt {
  display: inline-block;
  line-height: 1.5rem;
  font-size: 1.5rem;
  height: 1.5rem;
  text-align: center;
}

.c-dnut,
.c-dnut-txt {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.c-drop {
  position: relative;
}
.c-drop__lbl {
  position: relative;
  opacity: 1;
}
.c-drop__lbl span::after {
  position: absolute;
  top: 8px;
  right: 12px;
  content: "";
  width: 6px;
  height: 6px;
  border-color: var(--pri);
  border-style: solid;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  margin: 0;
}
.c-drop__el {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-drop__tog {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.c-drop__tog:checked + .c-drop__lbl {
  color: var(--sec);
}
.c-drop__tog:checked ~ .c-drop-li {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.c-drop-li {
  position: absolute;
  left: -25%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  color: var(--text);
  background-color: var(--lig);
  min-width: 150%;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  transition: -webkit-transform 200ms linear;
  transition: transform 200ms linear;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  max-height: 50vh;
  overflow-x: auto;
}
@media screen and ( min-width: 40em ) {
  .c-drop-li {
    min-width: 200%;
    left: -50%;
  }
}
@media screen and ( min-width: 60em ) {
  .c-drop-li {
    min-width: 300%;
    left: -100%;
  }
}
.c-drop--bot .c-drop-li {
  bottom: 100%;
  margin-bottom: 3px;
  -webkit-transform: translate3d(0, -20%, 0);
          transform: translate3d(0, -20%, 0);
}
.c-drop--top .c-drop-li {
  top: 100%;
  margin-top: 3px;
  -webkit-transform: translate3d(0, 20%, 0);
          transform: translate3d(0, 20%, 0);
}
.c-drop-li__el {
  margin: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-flex-basis: 100%;
          flex-basis: 100%;
}
@media screen and ( min-width: 40em ) {
  .c-drop-li__el {
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
  }
}
@media screen and ( min-width: 60em ) {
  .c-drop-li__el {
    -webkit-flex-basis: 33.333%;
            flex-basis: 33.333%;
  }
}
.c-drop-li__el a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 0.75rem 1.5rem;
  color: var(--dark-txt);
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: var(--bold);
  opacity: 0.87;
  overflow: hidden;
}
.c-drop-li__el a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0.25rem;
  background-color: var(--pri);
  -webkit-transform: translate3d(-200%, 0, 0);
          transform: translate3d(-200%, 0, 0);
  transition: -webkit-transform 300ms linear;
  transition: transform 300ms linear;
}
.c-drop-li__el a:hover, .c-drop-li__el a:focus, .c-drop-li__el a.is-selected {
  color: var(--pri);
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 1;
}
.c-drop-li__el a:hover::before, .c-drop-li__el a:focus::before, .c-drop-li__el a.is-selected::before {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.c-lbl {
  font-size: 0.65rem;
  line-height: 1.5em;
  padding: 0.25em 1em;
  font-weight: 600;
  text-transform: uppercase;
}

.c-lnk {
  position: relative;
  text-decoration: none;
  font-weight: var(--bold);
  overflow: hidden;
}
.c-lnk::after {
  content: "";
  position: absolute;
  display: inherit;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0.125rem;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  border-bottom: 0.125rem solid var(--pri);
  transition: -webkit-transform 200ms linear;
  transition: transform 200ms linear;
}
.c-lnk:hover, .c-lnk:focus {
  color: inherit;
}
.c-lnk:hover::after, .c-lnk:focus::after {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.c-md {
  height: auto;
  overflow: hidden;
}
.c-md:hover .c-md__ol, .c-md:focus .c-md__ol {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.c-md__el, .c-md__ol {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.c-md__ol {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

.c-progress {
  display: block;
  font-size: 0.5rem;
  line-height: 1em;
  border-radius: 1em;
  margin: 1em 0;
  background-color: rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.c-progress__item {
  height: 100%;
  border-radius: inherit;
  transition: width 350ms ease-in;
}

.c-prompt {
  display: block;
  font-size: 0.75rem;
  line-height: 1.333em;
  padding: 0.333em 0.666em;
  font-weight: var(--bold, 700);
  border-radius: 0.25em;
  text-transform: uppercase;
}

.c-quote {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 0 0.25em 0.25em 0;
  border-left: 4px solid rgba(0, 0, 0, 0.37);
  padding: 0.5rem;
  line-height: 13px;
  margin: 0;
}

.c-opt {
  height: 0.5rem;
  margin: 1.5rem 0;
  border-radius: 1em;
  background-color: rgba(33, 33, 33, 0.1);
  border: 2px solid rgba(0, 0, 0, 0.05);
}
.c-opt__hdl {
  position: absolute;
  top: 0;
  left: -12px;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.75rem;
  margin-top: -0.75rem;
  background-color: #FFFFFF;
  top: 50%;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
  border: 2px solid rgba(0, 0, 0, 0.05);
}
.c-opt--range {
  width: 100%;
}
.c-opt--switch {
  width: 48px;
  background-color: var(--valid);
}

.c-textarea {
  min-height: 10em;
}

.c-ctrl, .c-drop, .c-lbl, .c-lnk, .c-md, .c-progress__item, .c-opt, .c-opt__hdl {
  display: inline-block;
  vertical-align: middle;
}

.c-input, .c-select, .c-textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  font-size: 0.875rem;
  line-height: calc( 40px - (3px * 2));
  height: 40px;
  padding: 0.5rem;
  border: 2px solid currentColor;
  background-color: transparent;
  opacity: 0.87;
  box-shadow: none;
  border-radius: 0.375em;
  transition: opacity 300ms ease, border-color 300ms ease;
  margin-bottom: 0.5rem;
}
.c-input:focus, .c-select:focus, .c-textarea:focus {
  outline: 0;
  opacity: 1;
  border-color: var(--pri);
}
.is-disabled.c-input, .is-disabled.c-select, .is-disabled.c-textarea, [disabled].c-input, [disabled].c-select, [disabled].c-textarea {
  cursor: not-allowed;
  opacity: 0.4;
  background-color: #EEEEEE;
}
[readonly].c-input, [readonly].c-select, [readonly].c-textarea {
  background-color: #EEEEEE;
  color: #777777;
  border-color: #CCCCCC;
}

.c-md, .c-progress, .c-prompt, .c-quote, .c-opt {
  width: 100%;
  max-width: 100%;
}

.c-fab, .c-opt {
  opacity: 0.87;
  transition: -webkit-transform 350ms ease-in, opacity 450ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 350ms ease-in, opacity 450ms cubic-bezier(0.23, 1, 0.32, 1);
}
.c-fab:hover, .c-opt:hover {
  opacity: 1;
  outline: none;
}

.c-ctrl, .c-md, .c-progress, .c-opt {
  position: relative;
}

.e-draws {
  position: relative;
}
.e-draws__hd {
  background-color: var(--light);
}
.e-draws__act {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
.e-draws__act:checked ~ .e-draws__co {
  opacity: 0;
  max-height: 0;
}
.e-draws__co {
  background-color: var(--light);
  padding: var(--s4, 1.25rem);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.e-frm {
  width: 100%;
  max-width: 100%;
}
.e-frm-wr {
  width: 100%;
  max-width: 100%;
}
.e-frm-wr--sm {
  max-width: 480px;
  margin: auto;
}
.e-frm-lbl {
  font-size: 0.75rem;
  line-height: 1.333em;
  font-weight: var(--bold, 700);
  opacity: 0.87;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin-bottom: var(--s1);
}
.e-frm-row {
  position: relative;
  margin-bottom:0;
}

.e-lst--us, .e-lst--mu, .e-lst--in {
  list-style: none;
  padding: 0;
}
.e-lst--us {
  margin: 0;
}
.e-lst--us ul, .e-lst--us ol {
  list-style: none;
}
.e-lst--mu ul, .e-lst--mu ol {
  margin-top: var(--s2);
  margin-bottom: var(--s2);
}
.e-lst--sc {
  max-height: 240px;
  overflow-y: scroll;
}
.e-lst--in .e-li__el {
  display: inline-block;
}
.e-lst--in a {
  color: var(--text, #576366);
}
.e-lst__el {
  margin-bottom: var(--s2);
}
.e-lst__el--cur > a {
  color: var(--text, #576366);
  font-weight: var(--bold, 700);
}
.e-lst__el a {
  color: var(--text);
  font-size: 0.875rem;  
}
.e-lst__el a:hover, .e-lst__el a:focus, .e-lst__el a:active {
  color: var(--text, #576366);
}
.e-list--mu ul .e-lst__el a, .e-list--mu ol .e-lst__el a {
  font-size: 0.75rem;
}
.e-list--mu ul .e-lst__el::before, .e-list--mu ol .e-lst__el::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: var(--s2, 0.5rem);
  height: var(--s2, 0.5rem);
  margin: var(--s2, 0.5rem);
  border-radius: var(--s2, 0.5rem);
  background-color: transparent;
  border: 2px solid var(--sec);
}
@media screen and ( min-width: 60em ) {
  .e-list--mu .e-lst__el {
    display: inline-block;
    vertical-align: top;
  }
}

.e-pgr__el {
  width: 50%;
  text-align: center;
}
.e-pgr__el a {
  display: block;
  text-align: center;
  padding: var(--s2, 8px);
  font-size: 13px;
  line-height: 1.5;
  color: var(--text, #576366);
  font-weight: var(--bold, 700);
  background-color: rgba(0, 0, 0, 0.1);
}

.e-pgn {
  text-align: center;
}
.e-pgn__el span,
.e-pgn__el a {
  display: block;
  color: var(--text, #576366);
  background-color: rgba(0, 0, 0, 0.05);
  text-align: center;
  font-weight: var(--bold, 700);
  min-width: 2rem;
  font-size: 0.75rem;
  line-height: 2rem;
  padding: 0 1em;
  border-radius: 0.25em;
}
.e-pgn__el span.cur,
.e-pgn__el a.cur {
  color: var(--text, #576366);
  background-color: rgba(0, 0, 0, 0.1);
}

.e-srh {
  position: relative;
  display: block;
  overflow: hidden;
  height: 2.5rem;
  max-width: 17rem;
  margin: auto;
}

.e-srh__fld, .e-srh__btn {
  height: 100%;
  border: 0;
  opacity: 0.87;
  transition: opacity 300ms ease;
  color: inherit;
}

.e-srh__fld {
  width: 100%;
  max-width: 100%;
  padding: 0 1rem;
  border: 2px solid rgba(255, 255, 255, 0.05);
}

.e-srh__fld:focus {
  outline-color: var(--pri);
  border-color: currentColor;
  opacity: 1;
}

.e-srh__fld:focus ~ .e-find__btn {
  opacity: 1;
}

.e-srh__btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  text-align: center;
  font-weight: var(--bold);
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.37);
  z-index: 1;
}

.e-srh__btn:hover, .e-srh__btn:focus {
  opacity: 1;
}

.e-tbl {
  width: 100%;
  empty-cells: show;
}
.e-tbl-wr {
  width: 100%;
  max-width: 1140px;
  overflow-x: auto;
  margin: 0 auto 1.5rem;
}
.e-tbl-wr .e-tbl {
  min-width: 1200px;
  margin-bottom: 0;
}
.e-tbl-wr .c-btn {
  min-width: 8em;
}
.e-tbl-wr .c-btn,
.e-tbl-wr .e-tbl {
  word-break: normal;
  word-wrap: normal;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}
.e-tbl tbody tr {
  transition: background-color 100ms linear;
}
.e-tbl tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.12);
}
.e-tbl th,
.e-tbl td {
  vertical-align: middle;
}
.e-tbl th {
  font-weight: var(--bold);
  padding: 0.75rem;
  border-width: 1px 0 2px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.12);
}
.e-tbl td {
  font-weight: var(--norm);
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.e-tbl td:last-child {
  width: 1%;
  white-space: nowrap;
}

.e-shp {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.e-shp svg {
  bottom: -1px;
  fill: currentColor;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}

.e-draws, .e-alert, .e-lst, .e-lst--mu, .e-pgr, .e-pgn, .e-tbs {
  width: 100%;
  max-width: 100%;
}

.e-pgr, .e-pgr__el, .e-pgn, .e-pgn__el {
  display: inline-block;
  vertical-align: middle;
}

.p-bnr {
  position: relative;
  background-size: cover;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.65);
  background-blend-mode: soft-light;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  min-height: 240px;
}
.p-bnr--hero {
  height: 40vh;
}
.p-bnr__inr {
  padding: 2.5% 1rem;
}
@media screen and ( min-width: 64em ) {
  .p-bnr__inr {
    padding: 5% 1.5rem;
  }
}


@media screen and (min-width: 768px) {
	.cta-section
	{
		padding:30px 10px !important;
	}

	.cta-inner
	{
		max-width:1200px !important;
	}
	
	.cta-inner-row
	{
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.cta-inner-column
	{
		position: relative;
		min-height: 1px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.cta-inner-text-box
	{
		width: 66.666% !important;
	}

	.cta-inner-btn-box
	{
		width: 33.333% !important;
		text-align: center!important;		
		margin: 0 auto !important;		
		display: inline-block!important;		
	}

	.cta-btn-align
	{
		position: absolute !important;		
		top: 50% !important;		
		-ms-transform: translateY(-50%)!important;		
		transform: translateY(-50%)!important;		
		text-align: right!important;		
		margin: 0 auto!important;		
		width: 100%!important;		
	}

	.cta-text
	{
		font-size:1.875rem !important;
		text-align:left !important;		
	}
	
}

.cta-section
{
	width:100%;
	/*margin-top: -5rem;*/
	padding:15px;		
	background-color: var(--pri);	
}

.cta-inner
{
	max-width:100%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.cta-inner-row
{
	width: 100%;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;    
}

.cta-inner-column
{
	position: relative;
    min-height: 1px;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cta-inner-text-box
{
	width: 100%;
}

.cta-inner-btn-box
{
	width: 100%;
    text-align: center;
    margin: 10px 0px 0px 0px;
    display: inline-block;
}

.cta-btn-align
{
	text-align: center;
    margin: 0 auto;
    width: 100%;
}

.cta-btn-size
{
	height:50px;
}

.cta-text
{
	color: var(--pri-txt);
	font-size:1.2rem;
	font-weight:600;
	width:100%;
	text-align:center;
	text-transform:capitalize;
}

.p-bar {
  display: -webkit-flex;
  display: flex;
  color: var(--lig-txt);
  background-color: var(--lig);
  min-height: 56px;
}
.p-bar--stk {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10; 
  box-shadow: 0px -4px 19px rgba(0, 0, 0, 0.5);
  padding:5px 0;
}
.p-bar--stk .p-bar__inr {
  max-width: 1140px;
  margin: auto;
}
@media screen and ( min-width: 40em ) {
  .p-bar--stk .p-bar__inr .c-btn {
    width: 9rem;
    -webkit-justify-content: center;
            justify-content: center;
  }
}
.p-bar-txt strong {
  display: none;
}
@media screen and ( min-width: 45em ) {
  .p-bar-txt strong {
    display: inline-block;
  }
}
.p-bar__inr {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
          align-items: center;
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.5em 0;
}
.p-bar__lst {
  -webkit-justify-content: space-evenly;
          justify-content: space-evenly;
  max-width: 1200px;
  margin: auto;
  height: 100%;
}
.p-bar__lst li {
  display: inline-block;
  vertical-align: top;
  -webkit-flex-basis: 0;
          flex-basis: 0;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  text-transform: capitalize;
  padding: 0 0.5rem;
}
@media screen and ( max-width: 36.1875em ) {
  .p-bar__lst li {
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
  }
}
@media screen and ( min-width: 36.25em ) {
  .p-bar__lst li {
    margin-bottom: 0;
  }
}

.p-sct {
  padding: 1.5rem 1rem;
}
.p-sct .wp-block-button {
  width: 250px;
  margin-top:20px;
}
.p-sct--b-sp {
  padding: 1.5rem 1rem;
}

/*.p-sct--b-sp:last-child {
  padding: 1.5rem 1rem 5.5rem;
}*/

.p-sct--t-sp {
  padding: 5.5rem 1rem 1.5rem;
}
.p-sct h1, .p-sct h2, .p-sct h3, .p-sct h4, .p-sct h5, .p-sct h6, .p-sct p, .p-sct ul, .p-sct ol, .p-sct .schema-faq {
  max-width: 1200px;
  margin: 0 auto 1.5rem;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.p-sct p {
  font-size: 15px;
  line-height: 26px;
}
@media screen and ( min-width: 60em ) {
  .p-sct p {
    font-size: 17px;
  }
}

.p-sep {
  position: relative;
  margin-top: -1rem;
  height: 4rem;
}
.p-sep svg {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.p-mdl {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  margin: auto;
  z-index: 100;
  visibility: hidden;
  -webkit-transform: translate3d(0, 100vh, 0);
          transform: translate3d(0, 100vh, 0);
  opacity: 0;
  overflow: hidden;
  overflow-y: scroll;
}
.p-mdl-box {
  position: relative;
  border-radius:10px;  
}
.p-mdl-close {
  position: absolute;
  top: 0rem;
  right: 0;
}

.contact-box-title
{
	width: 100%;
    text-align: center;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 20px;
}

.js-mdl-open .p-mdl {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}
.p-mdl__bd, .p-mdl__ct {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: inherit;
  height: inherit;
  margin: auto;
}
.p-mdl__ct {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  z-index: 1;
  -webkit-transform: translate3d(0, 100vh, 0);
          transform: translate3d(0, 100vh, 0);
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
}
.js-mdl-open .p-mdl__ct {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.p-mdl__bd {
  background-color: rgba(0, 0, 0, 0.87);
  z-index: 0;
}

.p-crd {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 1.5rem;
  height:100%;
}
.p-crd--nab .p-crd-tl {
  padding: 0.5rem 1rem;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
}
.p-crd--nab .e-lst {
  max-height: 196px;
  padding: 0.5rem 0;
  overflow: auto;
}
.p-crd--nab .e-lst::-webkit-scrollbar {
  width: 5px;
}
.p-crd--nab .e-lst::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
}
.p-crd--nab .e-lst__el {
  display: block;
  padding: 0;
}
.p-crd--nab .e-lst__el a {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.65rem 0;
  font-size: 0.875rem;
  line-height: 1rem;
}
.p-crd--nab .e-lst__el a:hover, .p-crd--nab .e-lst__el a:focus {
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.05), transparent);
}
.p-crd--nab .p-crd__md {
  border-radius: 0.5em 0.5em 0 0;
}
.p-crd--nab .p-crd__inf {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0 0 0.5em 0.5em;
}
.p-crd--nab .p-crd__ft {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.p-crd--nab:hover .p-crd__inf, .p-crd--nab:focus .p-crd__inf {
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
}
.p-crd__hd {
  position: relative;
}
.p-crd-tl {
  position: relative;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: var(--bold);
  display: block;
  margin: 0 auto;
}
.p-crd-lbl {
  position: absolute;
  top: 50%;
  left: -1rem;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}
.p-crd__inf {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.p-crd__inf, .p-crd__md {
  display: block;
  max-width: inherit;
}
.p-crd__md {
  background-color: var(--drk);
  background-image: linear-gradient(45deg, var(--drk), var(--sec));
  overflow: hidden;
}
.p-crd__ft .c-btn {
  top: 1rem;
}

.p-lgo {
  position: relative;
  height: auto;
  z-index: 1;
  padding: 0 0.75rem;
}
@media screen and ( max-width: 23.4375em ) {
  .p-lgo {
    max-width: 100px;
	margin-top:15px;
  }
}
.p-lgo__img, .p-lgo__txt, .p-lgo__svg {
  margin: auto;
  height: inherit;
}
@media screen and ( min-width: 37.5em ) {
  .p-lgo__img, .p-lgo__txt, .p-lgo__svg {
    max-width: 100%;
  }
}
.p-lgo__svg--fill {
  fill: currentColor;
}
.p-lgo__txt {
  font-size: 1rem;
  font-weight: var(--bold);
  word-break: normal;
}
@media screen and ( min-width: 45em ) {
  .p-lgo__txt {
    font-size: 1.25rem;
  }
}

.p-mu-pri,
.p-mu-sec,
.p-mu-sub,
.p-mu-foo {
  max-width: 100%;
  background-color: inherit;
}
.p-mu-pri-li,
.p-mu-sec-li,
.p-mu-sub-li,
.p-mu-foo-li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column;
          flex-flow: column;
  width: 100%;
  max-width: 100%;
  height: inherit;
  background-color: inherit;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.p-mu-pri-li__el,
.p-mu-sec-li__el,
.p-mu-sub-li__el,
.p-mu-foo-li__el {
  position: relative;
  width: 100%;
  max-width: 100%;
  background-color: inherit;
}
@media screen and ( max-width: 63.9375em ) {
  .p-mu-pri-li,
.p-mu-sec-li,
.p-mu-sub-li,
.p-mu-foo-li {
    padding: 0.5em 0;
  }
}
@media screen and ( min-width: 64em ) {
  .p-mu-pri-li,
.p-mu-sec-li,
.p-mu-sub-li,
.p-mu-foo-li {
    -webkit-align-items: center;
            align-items: center;
    -webkit-flex-flow: row;
            flex-flow: row;
  }
  .p-mu-pri-li__el,
.p-mu-sec-li__el,
.p-mu-sub-li__el,
.p-mu-foo-li__el {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    width: auto;
  }
}

.p-mu-pri-li-a,
.p-mu-sec-li-a,
.p-mu-sub-li-a {
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: var(--bold);
  padding: 0.65rem;
  width: 100%;
  transition: opacity 300ms ease-in-out;
}
.p-mu-pri-li-a-txt,
.p-mu-sec-li-a-txt,
.p-mu-sub-li-a-txt {
  position: relative;
}
.p-mu-pri-li-a-txt::after,
.p-mu-sec-li-a-txt::after,
.p-mu-sub-li-a-txt::after {
  content: "";
  position: absolute;
  bottom: 0.25rem;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 0.0625rem;
  color: inherit;
  border-color: currentColor;
  background-color: currentColor;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  transition: -webkit-transform 300ms ease-in-out, opacity 300ms ease-in-out;
  transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
  opacity: 0;
}
.p-mu-pri-li-a--lvl-x0,
.p-mu-sec-li-a--lvl-x0,
.p-mu-sub-li-a--lvl-x0 {
  height: inherit;
  overflow: hidden;
  opacity: 0.87;
}
.p-mu-pri-li-a:hover, .p-mu-pri-li-a:focus, .p-mu-pri-li-a.is-active,
.p-mu-sec-li-a:hover,
.p-mu-sec-li-a:focus,
.p-mu-sec-li-a.is-active,
.p-mu-sub-li-a:hover,
.p-mu-sub-li-a:focus,
.p-mu-sub-li-a.is-active {
  outline: none;
}
.p-mu-pri-li-a:hover .p-mu-pri-li-a-txt::after, .p-mu-pri-li-a:focus .p-mu-pri-li-a-txt::after, .p-mu-pri-li-a.is-active .p-mu-pri-li-a-txt::after,
.p-mu-sec-li-a:hover .p-mu-pri-li-a-txt::after,
.p-mu-sec-li-a:focus .p-mu-pri-li-a-txt::after,
.p-mu-sec-li-a.is-active .p-mu-pri-li-a-txt::after,
.p-mu-sub-li-a:hover .p-mu-pri-li-a-txt::after,
.p-mu-sub-li-a:focus .p-mu-pri-li-a-txt::after,
.p-mu-sub-li-a.is-active .p-mu-pri-li-a-txt::after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.p-mu-pri-li-a--lvl-x0:hover, .p-mu-pri-li-a--lvl-x0:focus,
.p-mu-sec-li-a--lvl-x0:hover,
.p-mu-sec-li-a--lvl-x0:focus {
  opacity: 1;
}
.p-mu-pri-li-a--lvl-x0:hover::after, .p-mu-pri-li-a--lvl-x0:focus::after,
.p-mu-sec-li-a--lvl-x0:hover::after,
.p-mu-sec-li-a--lvl-x0:focus::after {
  opacity: 1;
}
@media screen and ( max-width: 63.9375em ) {
  .p-mu-pri-li-a--lvl-x0:hover::after, .p-mu-pri-li-a--lvl-x0:focus::after,
.p-mu-sec-li-a--lvl-x0:hover::after,
.p-mu-sec-li-a--lvl-x0:focus::after {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
}
@media screen and ( min-width: 64em ) {
  .p-mu-pri-li-a--lvl-x0:hover::after, .p-mu-pri-li-a--lvl-x0:focus::after,
.p-mu-sec-li-a--lvl-x0:hover::after,
.p-mu-sec-li-a--lvl-x0:focus::after {
    -webkit-transform: translate3d(-50%, 1rem, 0);
            transform: translate3d(-50%, 1rem, 0);
  }
}

.p-mu-pri-li__el--act > .p-mu-pri-li-a--lvl-x0,
.p-mu-sec-li__el--act > .p-mu-sec-li-a--lvl-x0 {
  color: var(--pri);
}
.p-mu-pri-li__el--act > .p-mu-pri-li-a--lvl-x0::after,
.p-mu-sec-li__el--act > .p-mu-sec-li-a--lvl-x0::after {
  opacity: 1;
}
@media screen and ( max-width: 63.9375em ) {
  .p-mu-pri-li__el--act > .p-mu-pri-li-a--lvl-x0::after,
.p-mu-sec-li__el--act > .p-mu-sec-li-a--lvl-x0::after {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
}
@media screen and ( min-width: 64em ) {
  .p-mu-pri-li__el--act > .p-mu-pri-li-a--lvl-x0::after,
.p-mu-sec-li__el--act > .p-mu-sec-li-a--lvl-x0::after {
    -webkit-transform: translate3d(-50%, 1rem, 0);
            transform: translate3d(-50%, 1rem, 0);
  }
}

@media screen and (max-width: 56.25em) {
  .p-mu-pri-li-a--lvl-x0:hover::after,
.p-mu-pri-li-a--lvl-x0:focus::after {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
}
@media screen and (min-width: 56.3125em) {
  .p-mu-pri-li-a--lvl-x0:hover::after,
.p-mu-pri-li-a--lvl-x0:focus::after {
    -webkit-transform: translate3d(-50%, 1rem, 0);
            transform: translate3d(-50%, 1rem, 0);
  }
}
.p-mu-pri-li-smu,
.p-mu-sec-li-smu {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin: auto;
  padding: 0.5em 0;
  background-color: inherit;
}
.p-mu-pri-li-smu-wr,
.p-mu-sec-li-smu-wr {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  text-align: left;
  transition: max-height 300ms ease-in, opacity 300ms ease-in;
  width: 100%;
  max-width: 100%;
  visibility: hidden;
  max-height: 0;
  opacity: 0;
  background-color: var(--lig);
  border-radius: 0.375em;
  box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.25), 0 25px 15px -15px rgba(0, 0, 0, 0.3), 0 -9px 30px -5px rgba(0, 0, 0, 0.025);
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.p-mu-pri-li-smu-wr::before,
.p-mu-sec-li-smu-wr::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  width: 12px;
  height: 12px;
  -webkit-transform: translate3d(-50%, 0, 0) rotate(45deg);
          transform: translate3d(-50%, 0, 0) rotate(45deg);
  border-radius: 4px 0 0 0;
  background-color: var(--lig);
  box-shadow: -3px -3px 5px rgba(82, 95, 127, 0.04);
  will-change: transform;
  transition-property: -webkit-transform;
  transition-property: transform;
}
.is-active .p-mu-pri-li-smu-wr,
.is-active .p-mu-sec-li-smu-wr {
  opacity: 1;
  visibility: visible;
  max-height: 99em;
}
.is-active .p-mu-pri-li-smu-wr ul,
.is-active .p-mu-sec-li-smu-wr ul {
  opacity: 1;
}
@media screen and ( min-width: 64em ) {
  .p-mu-pri-li-smu-wr,
.p-mu-sec-li-smu-wr {
    position: absolute;
    min-width: 360px;
    top: 100%;
    left: 50%;
    -webkit-transform: translate3d(-50%, 100%, 0);
            transform: translate3d(-50%, 100%, 0);
    transition: -webkit-transform 300ms ease-in, opacity 300ms ease-in;
    transition: transform 300ms ease-in, opacity 300ms ease-in;
  }
  .is-active .p-mu-pri-li-smu-wr,
.is-active .p-mu-sec-li-smu-wr {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  .p-mu-pri-li-smu-wr-lvl--x1, .p-mu-pri-li-smu-wr-lvl--x2,
.p-mu-sec-li-smu-wr-lvl--x1,
.p-mu-sec-li-smu-wr-lvl--x2 {
    top: 0;
    left: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}
.p-mu-pri-li-smu-wr ul,
.p-mu-sec-li-smu-wr ul {
  opacity: 0;
}

.p-mu-pri-li-smu__el,
.p-mu-sec-li-smu__el {
  width: 100%;
  max-width: 100%;
  display: block;
}

.p-mu-foo {
  position: relative;
  display: inline-block;
}
@media screen and ( min-width: 64em ) {
  .p-mu-foo {
    text-align: right;
  }
}
.p-mu-foo-li__el {
  display: inline-block;
  padding: 0 0.5rem;
  margin: 0;
}
.p-mu-foo-li-a {
  position: relative;
  text-decoration: none;
  font-weight: var(--bold);
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.p-mu-foo-li-a-txt::after {
  content: "";
  position: absolute;
  display: inherit;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0.125rem;
  background-color: var(--sec);
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  border-bottom: 0.125rem solid var(--pri);
  transition: -webkit-transform 200ms linear;
  transition: transform 200ms linear;
}
.p-mu-foo-li-a:hover, .p-mu-foo-li-a:focus, .p-mu-foo-li-a:active {
  color: var(--light);
  opacity: 1;
  border-color: rgba(0, 0, 0, 0.25);
}
.p-mu-foo-li-a:hover-txt::after, .p-mu-foo-li-a:focus-txt::after, .p-mu-foo-li-a:active-txt::after {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.p-mu-pri {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
@media screen and ( min-width: 64em ) {
  .p-mu-pri-li__el > .p-mu-pri-li-smu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }
}
@media screen and ( min-width: 64em ) {
  .p-mu-pri-li-a--lvl-x0 {
    border: 0 none;
  }
}
.p-mu-pri-li-a-tog {
  position: relative;
  min-width: 1.5rem;
  height: 1.5em;
  transition: -webkit-transform 200ms ease-in-out, opacity 300ms ease-in-out;
  transition: transform 200ms ease-in-out, opacity 300ms ease-in-out;
  color: inherit;
  -webkit-align-self: center;
          align-self: center;
  opacity: 0.56;
}
.p-mu-pri-li-a-txt, .p-mu-pri-li-a-tog {
  -webkit-align-self: center;
          align-self: center;
}

.p-mu-pri-li-smu .p-mu-pri-li-a-tog {
  position: absolute;
  right: 20px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.is-active > .p-mu-pri-li-a > .p-mu-pri-li-a-tog {
  -webkit-transform: rotate(90deg) scale(0.75);
          transform: rotate(90deg) scale(0.75);
  opacity: 1;
}

.is-active > .p-mu-pri-li-a > .p-mu-pri-li-a-tog::before {
  left: 6px;
}

.is-active > .p-mu-pri-li-a > .p-mu-pri-li-a-tog::before,
.is-active > .p-mu-pri-li-a > .p-mu-pri-li-a-tog::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-mu-sub {
  width: 100%;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  text-align: center;
}
.p-mu-sub-li {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-flex-direction: row;
          flex-direction: row;
  list-style: none;
  white-space: nowrap;
  padding: 0;
  width: auto;
}
.p-mu-sub-li-a {
  padding: 0.5rem 0.75rem;
}
.p-mu-sub-li-a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--pri);
  height: 2px;
  display: block;
  -webkit-transform: translate3d(0, 200%, 0);
          transform: translate3d(0, 200%, 0);
  opacity: 0;
  visibility: hidden;
  transition: -webkit-transform 200ms linear;
  transition: transform 200ms linear;
}
.p-mu-sub-li-a:hover, .p-mu-sub-li-a:focus {
  background-color: rgba(0, 0, 0, 0.25);
}
.p-mu-sub-li-a:hover::after, .p-mu-sub-li-a:focus::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.p-widget {
  padding: var(--s5);
}
.p-widget-tl {
  margin-bottom: var(--s2);
}

.p-pst {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.s-bd--singular .p-pst__hd {
  padding: 2.5% 0.75rem;
}
.s-bd--singular .p-pst__ct, .s-bd--singular .p-pst__ft {
  padding: 4rem 0.75rem;
}

.p-comments-area,
.p-comment {
  width: 100%;
  max-width: 100%;
  margin: auto;
}

.p-comment {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 1rem;
  margin-bottom: var(--s4);
  border-radius: 0.25em;
}

.p-comment__cont {
  padding: 0.5em 0;
}

.p-comment-meta {
  position: relative;
  margin-bottom: var(--s2);
}

.p-comment-meta {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-direction: row;
          flex-direction: row;
}
.no-flexbox .p-comment-meta {
  display: block;
}
.no-flexbox .p-comment-meta::after {
  content: "";
  display: table;
  clear: both;
}
.p-comment-meta__info {
  padding: 0 1em;
}

.p-comment-meta__avatar {
  display: inline-block;
  vertical-align: top;
}
.p-comment-meta__avatar img {
  border-radius: 50%;
  border-width: 4px;
  border-style: solid;
  border-color: var(--pri) var(--drk) var(--pri) var(--pri);
}

.p-comment-meta__author {
  display: block;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: var(--bold);
  font-style: normal;
}
.p-comment-meta__author a {
  font-size: inherit;
}

.p-comment-meta .comment-reply-link {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--pri-txt);
  background-color: var(--pri);
}

.s-bd {
  color: var(--def-txt);
  background-color: var(--def);
}

.s-wr {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: stretch;
          align-items: stretch;
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  margin: auto;
  overflow-y: hidden;
}
.s-wr .c-btn--top {
  position: fixed;
  bottom: 5%;
  right: 0;
  z-index: 1;
}
.s-wr.is-boxed {
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.25);
}
@media screen and ( min-width: 80em ) {
  .s-wr.is-boxed {
    max-width: 1140px;
  }
}

.s-tb {
  height: 2.25rem;
  color: #212121;
  background-color: #F8F8F8;
}
.s-tb ~ .s-hd.is-fixed {
  top: 36px;
  left: 0;
  right: 0;
}
.s-tb ~ .s-hd.is-fixed.on-scroll {
  top: 0;
}
.customize-support .s-tb ~ .s-hd.is-fixed.on-scroll {
  top: 44px;
}
@media screen and ( min-width: 48.9375em ) {
  .customize-support .s-tb ~ .s-hd.is-fixed.on-scroll {
    top: 32px;
  }
}
.customize-support .s-tb ~ .s-hd.is-fixed {
  top: 80px;
}
@media screen and ( min-width: 48.9375em ) {
  .customize-support .s-tb ~ .s-hd.is-fixed {
    top: 68px;
  }
}

.s-hd {
  position: relative;
  height: 8rem;
  transition: height 150ms linear;
  will-change: height;
  z-index: 5;
  color: var(--txt);
  background-color: var(--bg);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.s-hd-wr,
.s-hd-inr {
  width: 100%;
  max-width: 100%;
  height: inherit;
}

.s-hd-inr {
  display: -webkit-flex;
  display: flex;
  height: calc( 100% - 40px );
}




.s-hd-inr-act {
  text-align: center;
}
@media screen and ( max-width: 63.9375em ) {
	
	.s-hd-inr {
  display: -webkit-flex;
  display: flex;
  height: calc( 100% - 15px );
}

.s-hd-bar
{
	height:20px;
}
	
	
  .s-hd-inr-act {
    padding: 0.75rem;
    background-color: var(--lig);
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
  }
}

.s-hd-bar {
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0 0.75rem;
  background:var(--pri) !important;
}

.s-hd-inr__col {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 0.5rem;
  -webkit-align-items: center;
          align-items: center;
}
.s-hd-inr__col--lgo {
  justify-self: center;
  -webkit-align-self: center;
          align-self: center;
  -webkit-flex-basis: calc( 100% - 64px );
          flex-basis: calc( 100% - 64px );
}
.s-hd-inr__col--trg {
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-basis: 64px;
          flex-basis: 64px;
}
@media screen and ( max-width: 79.9375em ) {
  .s-hd-inr__col--lgo .c-btn--pho {
    padding: 0 2em;
  }
  .s-hd-inr__col--mu-pri {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    height: auto;
    transition: opacity 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
    transition: opacity 300ms ease-in-out, transform 300ms ease-in-out;
    background-color: var(--def);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.56);
    padding: 0;
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
  }
  .js-mu-open .s-hd-inr__col--mu-pri {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@media screen and ( min-width: 80em ) {
  .s-hd-inr__col {
    padding: 0 0.75rem;
  }
  .s-hd-inr__col--trg {
    display: none;
  }
  .s-hd-inr__col--lgo {
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
  }
  .s-hd-inr__col--mu-pri {
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
  }
  .s-hd-inr__col--mu-pri .p-mu-pri {
    width: auto;
  }
}

.s-mn {
  width: 100%;
  max-width: 100%;
  margin: auto;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  color: var(--lig-txt);
  background-color: var(--lig);
}
.s-mn__inr {
  position: relative;
}
.s-mn__inr--404 {
  text-align: center;
  max-width: 45rem;
}
.s-mn__cont, .s-mn__side {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 100%;
  min-height: 1px;
  text-rendering: auto;
}
.no-flexbox .s-mn__cont, .no-flexbox .s-mn__side {
  float: left;
}
@media screen and ( min-width: 50em ) {
  .s-mn__cont {
    max-width: 83.3334%;
    -webkit-flex-basis: 83.3334%;
            flex-basis: 83.3334%;
  }
  .s-mn__cont--full {
    max-width: 100%;
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
  }
  .s-mn__side {
    max-width: 16.6666%;
    -webkit-flex-basis: 16.6666%;
            flex-basis: 16.6666%;
  }
}

.s-ft {
  position: relative;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  text-align: center;
}
.s-ft-lgl-txt {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: var(--bold);
}
.s-ft__top {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 7.5% 0.75rem;
}
.s-ft__bot {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  text-align: center;
  padding: 1.5rem 0.75rem 5.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
@media screen and ( min-width: 60em ) {
  .s-ft {
    text-align: left;
  }
  .s-ft__top {
    padding: 2.5% 0.75rem;
  }
}

.s-wr, .s-tb {
  position: relative;
}

.s-tb, .s-hd {
  width: 100%;
  max-width: 100%;
}

.post-edit-link {
  position: relative;
  text-decoration: none;
  font-weight: var(--bold, 700);
  color: var(--pri);
  border-bottom: 0.125rem solid rgba(0, 0, 0, 0.05);
}
.post-edit-link::after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  width: 0;
  bottom: -0.125rem;
  height: 0.125rem;
  background-color: currentColor;
  transition: width 300ms ease-in;
}
.post-edit-link:hover::after, .post-edit-link:focus::after {
  width: 100%;
}

.alignleft,
.alignright {
  display: inline;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption-text {
  margin: 0.8075em 0;
  text-align: center;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.aligncenter,
.bypostauthor,
.gallery-caption,
.sticky {
  display: block;
}

.comment-notes {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  padding: 0.5em 1.5em;
  border-radius: 0.25em;
  background-color: rgba(0, 0, 0, 0.05);
}

.comment-form-cookies-consent {
  position: relative;
}
.comment-form-cookies-consent input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
.comment-form-cookies-consent input,
.comment-form-cookies-consent label::before {
  width: 20px;
  height: 20px;
}
.comment-form-cookies-consent input:checked ~ label::before {
  border-color: var(--pri);
}
.comment-form-cookies-consent input:checked ~ label::after {
  background-color: var(--pri);
  -webkit-transform: scale(1);
          transform: scale(1);
}
.comment-form-cookies-consent label {
  position: relative;
  font-size: 13px;
  line-height: 20px;
  opacity: 0.87;
}
.comment-form-cookies-consent label::before, .comment-form-cookies-consent label::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
}
.comment-form-cookies-consent label::before {
  margin-right: 0.5em;
  background-color: rgba(0, 0, 0, 0.05);
  border: 2px solid rgba(0, 0, 0, 0.25);
}
.comment-form-cookies-consent label::after {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  -webkit-transform: scale(0);
          transform: scale(0);
  transition: -webkit-transform 150ms linear;
  transition: transform 150ms linear;
}

.comment-form-url label,
.comment-form-email label,
.comment-form-comment label,
.comment-form-author label {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 20px;
  font-weight: var(--bold, 700);
  opacity: 0.87;
}
.comment-form-url textarea,
.comment-form-url input,
.comment-form-email textarea,
.comment-form-email input,
.comment-form-comment textarea,
.comment-form-comment input,
.comment-form-author textarea,
.comment-form-author input {
  display: block;
  width: 100%;
  max-width: 100%;
  font-size: 0.875rem;
  line-height: calc( 40px - (3px * 2));
  height: 40px;
  padding: 0.5rem;
  border: 2px solid currentColor;
  background-color: transparent;
  opacity: 0.87;
  box-shadow: none;
  border-radius: 0.375em;
  transition: opacity 300ms ease, border-color 300ms ease;
  margin-bottom: 0.5rem;
}
.comment-form-url textarea:focus,
.comment-form-url input:focus,
.comment-form-email textarea:focus,
.comment-form-email input:focus,
.comment-form-comment textarea:focus,
.comment-form-comment input:focus,
.comment-form-author textarea:focus,
.comment-form-author input:focus {
  outline: 0;
  opacity: 1;
  border-color: var(--pri);
}
.comment-form-url textarea.is-disabled, .comment-form-url textarea[disabled],
.comment-form-url input.is-disabled,
.comment-form-url input[disabled],
.comment-form-email textarea.is-disabled,
.comment-form-email textarea[disabled],
.comment-form-email input.is-disabled,
.comment-form-email input[disabled],
.comment-form-comment textarea.is-disabled,
.comment-form-comment textarea[disabled],
.comment-form-comment input.is-disabled,
.comment-form-comment input[disabled],
.comment-form-author textarea.is-disabled,
.comment-form-author textarea[disabled],
.comment-form-author input.is-disabled,
.comment-form-author input[disabled] {
  cursor: not-allowed;
  opacity: 0.4;
  background-color: #EEEEEE;
}
.comment-form-url textarea[readonly],
.comment-form-url input[readonly],
.comment-form-email textarea[readonly],
.comment-form-email input[readonly],
.comment-form-comment textarea[readonly],
.comment-form-comment input[readonly],
.comment-form-author textarea[readonly],
.comment-form-author input[readonly] {
  background-color: #EEEEEE;
  color: #777777;
  border-color: #CCCCCC;
}
.comment-form-url textarea,
.comment-form-email textarea,
.comment-form-comment textarea,
.comment-form-author textarea {
  min-height: 10rem;
}

.nav-links {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
}

.nav-previous,
.nav-next {
  max-width: 50%;
}
.nav-previous a,
.nav-next a {
  position: relative;
  display: block;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0.5rem 1.5rem;
}
.nav-previous a:hover, .nav-previous a:focus,
.nav-next a:hover,
.nav-next a:focus {
  background-color: rgba(0, 0, 0, 0.1);
}
.nav-previous .meta-nav,
.nav-next .meta-nav {
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
  color: #212121;
}
.nav-previous .post-title,
.nav-next .post-title {
  font-weight: var(--bold, 700);
  font-size: 18px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.nav-previous {
  justify-self: flex-start;
}
.nav-previous a {
  padding-left: 3.75rem;
}
.nav-previous a::before {
  content: "<";
  position: absolute;
  top: 50%;
  left: 0.75rem;
  font-size: 20px;
  line-height: 32px;
  display: block;
  border-radius: 32px;
  width: 32px;
  height: 32px;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
}

.nav-next {
  justify-self: flex-end;
}
.nav-next a {
  padding-right: 3.75rem;
}
.nav-next a::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 0.75rem;
  font-size: 20px;
  line-height: 32px;
  display: block;
  border-radius: 32px;
  width: 32px;
  height: 32px;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
}

.alignleft,
.alignright,
.aligncenter {
  margin: auto auto 1.5rem;
}

.alignright {
  float: right;
  margin-left: 1.5rem;
}

.alignleft {
  float: left;
  margin-right: 1.5rem;
}

.wp-block-audio audio {
  width: 100%;
  min-width: 300px;
}
.wp-block-audio figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
  color: #555d66;
  text-align: center;
  font-size: 13px;
  display: block;
}

.wp-block-button {
  margin-bottom: 1.5em;
}
.wp-block-button__link {
  color: var(--pri-txt);
  background-color: var(--pri);
  border: none;
  border-radius: .375em;
  box-shadow: none;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  margin: 0;
  padding: 0.5em 1.5em;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  justify-content: center;
  margin-bottom: 20px;
}
.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited {
  color: inherit;
}

.wp-block-calendar {
  text-align: center;
}
.wp-block-calendar table {
  width: 100%;
  border-collapse: collapse;
}
.wp-block-calendar tbody,
.wp-block-calendar caption {
  color: #40464D;
}
.wp-block-calendar th {
  font-weight: 400;
  background: #EDEFF0;
}
.wp-block-calendar tbody td,
.wp-block-calendar tbody th {
  padding: 4px;
  border: 1px solid #E2E4E7;
}
.wp-block-calendar tfoot td {
  border: none;
}
.wp-block-calendar tfoot a {
  color: #00739C;
}
.wp-block-calendar a {
  text-decoration: underline;
}

.wp-block-categories {
  margin: auto;
  max-width: 320px;
}

.wp-block-column {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  margin-bottom: 1em;
  -webkit-flex-basis: 100%;
          flex-basis: 100%;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
  padding: 0.5rem;
}
@media screen and (min-width: 600px) {
  .wp-block-column {
    width: 48%;
    -webkit-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-flex-basis: calc(50% - 16px);
            flex-basis: calc(50% - 16px);
    -webkit-flex-grow: 0;
            flex-grow: 0;
  }
}

.wp-block-columns {
  display: block;
  margin-bottom: 1.2em;
}
@media screen and (min-width: 600px) {
  .wp-block-columns {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
}
@media screen and (min-width: 782px) {
  .wp-block-columns {
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.wp-block-cover-text, .wp-block-cover-image-text {
  color: #FFF;
  font-size: 2em;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: 610px;
  padding: 14px;
  text-align: center;
}
.wp-block-cover-text a, .wp-block-cover-image-text a {
  color: #FFF;
}
.wp-block-cover__inner-container {
  width: calc(100% - 70px);
  z-index: 1;
  color: #F8F9F9;
}
.wp-block-cover__video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
}

.wp-block-nabula {
  width: 100%;
  max-width: 100%;
}

.wp-block-bitpak-wrapper {
  padding: 0.75rem;
}
@media screen and ( min-width: 60em ) {
  .wp-block-bitpak-wrapper {
    padding: 1.5rem;
  }
}
.wp-block-bitpak-wrapper.alignfull, .wp-block-bitpak-wrapper.alignwide {
  margin-bottom: 0;
}
.wp-block-bitpak-wrapper .wrapper-inner-blocks {
  max-width: 1140px;
  margin: auto;
}

.wp-block-embed {
  margin-bottom: 1em;
}
.wp-block-embed__wrapper {
  position: relative;
}
.wp-block-embed__wrapper::before {
  content: "";
  display: block;
  padding-top: 50%;
}
.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
  padding-top: 42.85%;
}
.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before {
  padding-top: 50%;
}
.wp-block-embed__wrapper .wp-embed-aspect-16-9::before {
  padding-top: 56.25%;
}
.wp-block-embed__wrapper .wp-embed-aspect-9-6::before {
  padding-top: 66.66%;
}
.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
  padding-top: 75%;
}
.wp-block-embed__wrapper .wp-embed-aspect-1-1::before {
  padding-top: 100%;
}
.wp-block-embed__wrapper .wp-embed-aspect-1-2::before {
  padding-top: 200%;
}
.wp-block-embed figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
  color: #555d66;
  text-align: center;
  font-size: 13px;
}

.wp-block-file {
  margin-bottom: 1.5em;
}
.wp-block-file__button {
  background: #32373c;
  border-radius: 2em;
  color: #FFF;
  font-size: 13px;
  padding: 0.5em 1em;
  text-decoration: none;
}
.wp-block-file__button:hover, .wp-block-file__button:focus, .wp-block-file__button:active {
  box-shadow: none;
  color: #FFF;
  opacity: 0.85;
  text-decoration: none;
}

.wp-block-gallery {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin-left: 0;
  margin-bottom: 1.2em;
}
.wp-block-gallery figcaption {
  font-size: 15px;
  margin-top: 1em;
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  position: relative;
  margin: 0 16px 16px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  -webkit-justify-content: center;
          justify-content: center;
  width: calc((100% - 16px)/2);
}
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0;
}
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-image a,
.wp-block-gallery .blocks-gallery-item img,
.wp-block-gallery .blocks-gallery-item a {
  width: 100%;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-image a,
.wp-block-gallery .blocks-gallery-item img,
.wp-block-gallery .blocks-gallery-item a {
    height: 100%;
    -webkit-flex: 1;
            flex: 1;
    object-fit: cover;
  }
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 40px 10px 9px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 70%, transparent);
}
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
  display: inline;
}
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
  margin: 0;
  height: 100%;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
            align-items: flex-end;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
}
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
    width: auto;
  }
}

.columns-1 .blocks-gallery-image,
.columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}
@media (min-width: 600px) {
  .blocks-gallery-image .columns-2,
.blocks-gallery-image .columns-3,
.blocks-gallery-image .columns-4,
.blocks-gallery-image .columns-5,
.blocks-gallery-image .columns-6,
.blocks-gallery-image .columns-7,
.blocks-gallery-image .columns-8,
.blocks-gallery-item .columns-2,
.blocks-gallery-item .columns-3,
.blocks-gallery-item .columns-4,
.blocks-gallery-item .columns-5,
.blocks-gallery-item .columns-6,
.blocks-gallery-item .columns-7,
.blocks-gallery-item .columns-8 {
    margin-right: 16px;
  }
  .columns-2 .blocks-gallery-image,
.columns-2 .blocks-gallery-item {
    width: calc((100% - 32px)/2);
  }
  .columns-2 .blocks-gallery-image:nth-child(2n),
.columns-2 .blocks-gallery-item:nth-child(2n) {
    margin-right: 0;
  } 
  .columns-3 .blocks-gallery-image,
.columns-3 .blocks-gallery-item {
    width: calc((100% - 32px)/3);
  }
  .columns-3 .blocks-gallery-image:nth-child(3n),
.columns-3 .blocks-gallery-item:nth-child(3n) {
    margin-right: 0;
  }
  .columns-4 .blocks-gallery-image,
.columns-4 .blocks-gallery-item {
    width: calc((100% - 48px)/4);
  }
  .columns-4 .blocks-gallery-image:nth-child(4n),
.columns-4 .blocks-gallery-item:nth-child(4n) {
    margin-right: 0;
  }
  .columns-5 .blocks-gallery-image,
.columns-5 .blocks-gallery-item {
    width: calc((100% - 64px)/5);
  }
  .columns-5 .blocks-gallery-image:nth-child(5n),
.columns-5 .blocks-gallery-item:nth-child(5n) {
    margin-right: 0;
  }
  .columns-6 .blocks-gallery-image,
.columns-6 .blocks-gallery-item {
    width: calc((100% - 80px)/6);
  }
  .columns-6 .blocks-gallery-image:nth-child(6n),
.columns-6 .blocks-gallery-item:nth-child(6n) {
    margin-right: 0;
  }
  .columns-7 .blocks-gallery-image,
.columns-7 .blocks-gallery-item {
    width: calc((100% - 96px)/7);
  }
  .columns-7 .blocks-gallery-image:nth-child(7n),
.columns-7 .blocks-gallery-item:nth-child(7n) {
    margin-right: 0;
  }
  .columns-8 .blocks-gallery-image,
.columns-8 .blocks-gallery-item {
    width: calc((100% - 112px)/8);
  }
  .columns-8 .blocks-gallery-image:nth-child(8n),
.columns-8 .blocks-gallery-item:nth-child(8n) {
    margin-right: 0;
  }
  @supports (-ms-ime-align: auto) {
    .columns-3 .blocks-gallery-image,
.columns-3 .blocks-gallery-item {
      width: calc((100% - 32px)/3 - 1px);
    }
    .columns-4 .blocks-gallery-image,
.columns-4 .blocks-gallery-item {
      width: calc((100% - 48px)/4 - 1px);
    }
    .columns-5 .blocks-gallery-image,
.columns-5 .blocks-gallery-item {
      width: calc((100% - 64px)/5 - 1px);
    }
    .columns-6 .blocks-gallery-image,
.columns-6 .blocks-gallery-item {
      width: calc((100% - 80px)/6 - 1px);
    }
    .columns-7 .blocks-gallery-image,
.columns-7 .blocks-gallery-item {
      width: calc((100% - 96px)/7 - 1px);
    }
    .columns-8 .blocks-gallery-image,
.columns-8 .blocks-gallery-item {
      width: calc((100% - 112px)/8 - 1px);
    }
  }
}

.wp-block-image {
  max-width: 100%;
  margin-bottom: 1em;
}
.wp-block-image img {
  max-width: 100%;
}
.wp-block-image figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
  color: #555d66;
  text-align: center;
  font-size: 13px;
}

.wp-block-last-comments__comment {
  font-size: 15px;
  line-height: 1.1;
  list-style: none;
  margin-bottom: 1em;
}
.wp-block-last-comments__comment-excerpt p {
  font-size: 14px;
  line-height: 1.8;
  margin: 5px 0 20px;
}
.wp-block-last-comments__comment-date {
  color: #8f98a1;
  display: block;
  font-size: 12px;
}
.wp-block-last-comments__comment .avatar, .wp-block-last-comments__comment-avatar {
  border-radius: 24px;
  display: block;
  float: left;
  height: 40px;
  margin-right: 12px;
  width: 40px;
}

.wp-block-latest-posts {
  padding-left: 1.8em;
  margin: 0 0 1.4em 20px;
  list-style: disc;
}
.wp-block-latest-posts__post-date {
  display: block;
  font-size: 13px;
}
.wp-block-latest-posts a {
  text-decoration: none;
  transition: 0.07s ease-in-out;
}

.wp-block-media-text {
  display: grid;
  grid-template-rows: auto;
  -webkit-align-items: center;
          align-items: center;
  grid-template-areas: "media-text-media media-text-content";
  grid-template-columns: 50% auto;
}
.wp-block-media-text__media {
  grid-area: media-text-media;
  margin: 0;
}
.wp-block-media-text__content {
  word-break: break-word;
  grid-area: media-text-content;
  padding: 0 8%;
}
.wp-block-media-text figure img,
.wp-block-media-text figure video {
  max-width: unset;
  width: 100%;
  vertical-align: middle;
}

.wp-block-pullquote {
  padding: 1.5em 0;
  max-width: 640px;
  text-align: center;
  border-width: 3px 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.05);
}
.wp-block-pullquote blockquote {
  margin: 0;
  max-width: none;
  border: none;
  text-align: center;
  word-break: break-word;
}
.wp-block-pullquote blockquote cite {
  display: inline-block;
  margin-bottom: -10px;
  margin-top: 0.75em;
  text-transform: none;
}
.wp-block-pullquote p {
  font-size: 28px;
  line-height: 1.6;
}
.wp-block-pullquote cite {
  color: inherit;
}
.wp-block-pullquote cite,
.wp-block-pullquote footer {
  position: relative;
}
.wp-block-pullquote:not(.is-style-solid-color) {
  background: none;
}

.wp-block-quote {
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}
.wp-block-quote p {
  margin-bottom: 1em;
}
.wp-block-quote cite {
  margin-top: 10px;
  display: block;
  font-style: italic;
}

.wp-block-rss__item-author, .wp-block-rss__item-publish-date {
  color: #6c7781;
  font-size: 13px;
}
@media screen and (min-width: 600px) {
  .wp-block-rss.columns-2 li {
    width: calc(50% - 16px);
  }
  .wp-block-rss.columns-3 {
    width: calc(33.33333% - 16px);
  }
  .wp-block-rss.columns-4 {
    width: calc(25% - 16px);
  }
  .wp-block-rss.columns-5 {
    width: calc(20% - 16px);
  }
  .wp-block-rss.columns-6 {
    width: calc(16.66667% - 16px);
  }
}

.wp-block-search {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.wp-block-search__label {
  width: 100%;
}
.wp-block-search__input {
  -webkit-flex-grow: 1;
          flex-grow: 1;
}
.wp-block-search__button {
  margin-left: 10px;
}

.wp-block-separator {
  background-color: transparent;
  height: 0;
  margin: 2em 0;
  max-width: 100%;
  border: 1px dashed rgba(0, 0, 0, 0.05);
  clear: both;
}

.wp-block-subhead {
  color: inherit;
}
.wp-block-subheadp {
  font-size: 1.1em;
  font-style: italic;
  opacity: 0.75;
}

.wp-block-table {
  padding: 0;
  width: 100%;
  max-width: 100%;
  empty-cells: show;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.wp-block-table td, .wp-block-table th {
  overflow: visible;
  padding: 0.5em 1em;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.wp-block-table thead {
  background-color: var(--pri, #7E167B);
  color: var(--pri-txt, #FFF);
  text-align: left;
  vertical-align: bottom;
}
.wp-block-table tbody tr {
  background-color: var(--lig, #FFF);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.wp-block-table td {
  background-color: transparent;
}

.wp-block-text-columns {
  display: -webkit-flex;
  display: flex;
}
.wp-block-text-columns .wp-block-column {
  margin: 0 16px;
  padding: 0;
}
.wp-block-text-columns .wp-block-column:first-child {
  margin-left: 0;
}
.wp-block-text-columns .wp-block-column:last-child {
  margin-right: 0;
}
.columns-2 .wp-block-text-columns .wp-block-column {
  width: 50%;
}
.columns-3 .wp-block-text-columns .wp-block-column {
  width: 33.33333%;
}
.columns-4 .wp-block-text-columns .wp-block-column {
  width: 25%;
}

.wp-block-verse {
  white-space: nowrap;
  overflow: auto;
}

.wp-block-video {
  margin-left: 0;
  margin-right: 0;
}
.wp-block-video figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
  color: #555d66;
  text-align: center;
  font-size: 13px;
}
.wp-block-video video {
  max-width: 100%;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .wp-block-video video [poster] {
    object-fit: cover;
  }
}

.wp-block-preformatted, .wp-block-verse {
  font-family: monospace;
  font-size: var(--font-size);
  line-height: 1.5;
  max-width: 100%;
  overflow: auto;
  padding: var(--s4);
}

.wp-block-cover, .wp-block-cover-image {
  position: relative;
  background-color: #000;
  background-size: cover;
  background-position: 50%;
  min-height: 430px;
  width: 100%;
  margin: 0 0 1.5em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  overflow: hidden;
}
.wp-block-cover::after, .wp-block-cover-image::after {
  display: block;
  content: "";
  font-size: 0;
  min-height: inherit;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .wp-block-cover::after, .wp-block-cover-image::after {
    content: none;
  }
}

.alignfull, .alignwide {
  margin-bottom: 2em;
  width: 100%;
}
.alignfull img, .alignwide img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 600px) {
  .alignfull .wp-block-gallery, .alignwide .wp-block-gallery {
    margin-left: -8px;
    margin-right: -8px;
    width: inherit;
  }
}
.alignfull {
  width: 100vw;
  margin-left: calc( 50% - 50vw );
  max-width: none;
}
.alignwide {
  max-width: none;
}
@media screen and (min-width: 1000px) {
  .alignwide {
    width: 75vw;
    margin-left: calc(50% - 75vw / 2 );
  }
}
.alignleft.wp-block-table, .aligncenter.wp-block-table, .alignright.wp-block-table {
  display: table;
  width: auto;
}
.alignleft.wp-block-table > figcaption, .aligncenter.wp-block-table > figcaption, .alignright.wp-block-table > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.alignleft.wp-block-cover, .alignleft.wp-block-cover-image,
.alignleft .wp-block-gallery, .aligncenter.wp-block-cover, .aligncenter.wp-block-cover-image,
.aligncenter .wp-block-gallery, .alignright.wp-block-cover, .alignright.wp-block-cover-image,
.alignright .wp-block-gallery {
  display: -webkit-flex;
  display: flex;
}
.alignleft.wp-block-cover, .alignleft.wp-block-cover-image, .alignleft.wp-block-pullquote,
.alignleft .wp-block-gallery, .alignright.wp-block-cover, .alignright.wp-block-cover-image, .alignright.wp-block-pullquote,
.alignright .wp-block-gallery {
  max-width: 305px;
  width: 100%;
}
.alignleft.wp-block-pullquote p, .alignright.wp-block-pullquote p {
  font-size: 20px;
}
.alignleft.wp-block-categories, .alignleft.wp-block-rss, .alignleft.wp-block-latest-posts, .alignleft.wp-block-cover, .alignleft.wp-block-pullquote {
  margin-right: 2em;
}
.alignleft.wp-block-button, .alignleft.wp-block-file {
  text-align: left;
}
.alignleft .wp-block-image {
  float: left;
  margin-right: 1em;
}
.aligncenter.wp-block-categories, .aligncenter.wp-block-button, .aligncenter.wp-block-video, .aligncenter.wp-block-image, .aligncenter.wp-block-file {
  text-align: center;
}
.aligncenter.wp-block-categories {
  list-style-type: none;
  padding-left: 0;
}
.aligncenter.wp-block-categories ul, .aligncenter.wp-block-categories ol {
  list-style-type: none;
  padding-left: 0;
}
.aligncenter .wp-block-image {
  margin-left: auto;
  margin-right: auto;
}
.aligncenter .block-gallery-item figure {
  -webkit-justify-content: center;
          justify-content: center;
}
.alignright.wp-block-categories, .alignright.wp-block-rss, .alignright.wp-block-latest-posts, .alignright.wp-block-cover, .alignright.wp-block-pullquote {
  margin-left: 2em;
}
.alignright.wp-block-button, .alignright.wp-block-file {
  text-align: right;
}
.alignright .wp-block-image {
  float: right;
  margin-left: 1em;
}

.is-small-text,
.has-small-font-size {
  font-size: 14px;
}

.has-normal-font-size,
.has-regular-font-size,
.is-regular-text {
  font-size: 16px;
}

.has-medium-font-size {
  font-size: 20px;
}

.is-large-text, .has-large-font-size {
  font-size: 36px;
}

.has-huge-font-size,
.has-larger-font-size,
.is-larger-text {
  font-size: 48px;
}

.has-subtle-light-gray-background-color {
  background-color: #f3f4f5;
}
.has-subtle-pale-green-background-color {
  background-color: #e9fbe5;
}
.has-subtle-pale-blue-background-color {
  background-color: #e7f5fe;
}
.has-subtle-pale-pink-background-color {
  background-color: #fcf0ef;
}

.has-pale-pink-color {
  color: #f78da7;
}
.has-pale-pink-background-color {
  background-color: #f78da7;
}
.has-pale-cyan-blue-color {
  color: #8ed1fc;
}
.has-pale-cyan-blue-background-color {
  background-color: #8ed1fc;
}
.has-pale-pink-color {
  color: #f78da7;
}

.has-vivid-red-color {
  color: #cf2e2e;
}
.has-vivid-red-background-color {
  background-color: #cf2e2e;
}
.has-vivid-green-cyan-color {
  color: #00d084;
}
.has-vivid-green-cyan-background-color {
  background-color: #00d084;
}
.has-vivid-cyan-blue-color {
  color: #0693e3;
}
.has-vivid-blue-background-color {
  background-color: #0693e3;
}

.has-luminous-vivid-orange-color {
  color: #ff6900;
}
.has-luminous-vivid-orange-background-color {
  background-color: #ff6900;
}
.has-luminous-vivid-amber-color {
  color: #fcb900;
}
.has-luminous-vivid-amber-background-color {
  background-color: #fcb900;
}

.has-light-green-cyan-color {
  color: #7bdcb5;
}
.has-light-green-cyan-background-color {
  background-color: #7bdcb5;
}

.has-very-light-gray-color {
  color: #eee;
}
.has-very-light-gray-background-color {
  background-color: #eee;
}

.has-very-dark-gray-color {
  color: #313131;
}
.has-very-dark-gray-background-color {
  background-color: #313131;
}

.has-cyan-bluish-gray-color {
  color: #abb8c3;
}
.has-cyan-bluish-gray-background-colorr {
  background-color: #abb8c3;
}

.is-style-solid-color.wp-block-pullquote {
  border: none;
}
.is-style-solid-color blockquote {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  max-width: 60%;
}
.is-style-solid-color blockquote p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
}
.is-style-solid-color cite {
  text-transform: none;
  font-style: normal;
}
.is-style-dots.wp-block-separator {
  background: none;
  border: none;
  text-align: center;
  max-width: none;
  line-height: 1;
  height: auto;
}
.is-style-dots.wp-block-separator::before {
  content: "···";
  color: #191e23;
  font-size: 20px;
  letter-spacing: 2em;
  padding-left: 2em;
  font-family: serif;
}
.is-style-outline {
  color: #32373c;
}
.wp-block-button .is-style-outline {
  background-color: transparent;
  border: 2px solid;
}
.wp-block-button .is-style-squared {
  border-radius: 0;
}
.is-style-stripes.wp-block-table {
  border-spacing: 0;
  border-collapse: inherit;
  background-color: transparent;
  border-bottom: 1px solid #f3f4f5;
}
.is-style-stripes.wp-block-table td {
  border-color: transparent;
}
.is-style-wide.wp-block-separator {
  border-width: 1px;
}

.is-vertically-aligned-center {
  -webkit-align-items: center;
          align-items: center;
  -webkit-align-content: center;
          align-content: center;
}

.is-vertically-flipped {
  -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.is-vertically-flipped svg {
  bottom: 0;
  top: -1px;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.is-grid.wp-block-latest-posts, .is-grid.wp-block-rss {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.is-grid.wp-block-latest-posts li, .is-grid.wp-block-rss li {
  margin: 0 16px 16px 0;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .is-grid.columns-2 li {
    width: calc( 50% - 16px );
  }
  .is-grid.columns-3 li {
    width: calc( 33.3333% - 16px );
  }
  .is-grid.columns-4 li {
    width: calc( 25% - 16px );
  }
  .is-grid.columns-5 li {
    width: calc( 20% - 16px );
  }
  .is-grid.columns-6 li {
    width: calc( 16.6666% - 16px );
  }
}

.is-large.wp-block-quote,
.is-style-large.wp-block-quote {
  margin: 0 0 var(--s4);
}
.is-large.wp-block-quote p,
.is-style-large.wp-block-quote p {
  font-size: 1.5em;
  font-style: italic;
}
.is-large.wp-block-quote cite,
.is-large.wp-block-quote footer,
.is-style-large.wp-block-quote cite,
.is-style-large.wp-block-quote footer {
  font-size: 1.125em;
  text-align: right;
}

.has-left-content {
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
.has-left-content .wp-block-cover-image-text,
.has-left-content .wp-block-cover-text {
  margin-left: 0;
  text-align: left;
}

.has-right-content {
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
.has-right-content .wp-block-cover-image-text,
.has-right-content .wp-block-cover-text {
  margin-right: 0;
  text-align: right;
}
.has-right-content.wp-block-media-text {
  grid-template-areas: "media-text-content media-text-media";
  grid-template-columns: auto 50%;
}
@media screen and (min-width: 600px) {
  .has-right-content.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
    grid-template-areas: "media-text-media" "media-text-content";
  }
  .has-right-content.is-stacked-on-mobile.wp-block-media-text {
    grid-template-areas: "media-text-content" "media-text-media";
  }
}

.has-accent-color {
  color: var(--pri);
}
.has-add-item-button {
  width: 100%;
}
.has-avatars .wp-block-last-comments__comment {
  min-height: 36px;
  list-style: none;
}
.has-avatars .wp-block-last-comments__comment-excerpt, .has-avatars .wp-block-last-comments__comment-meta {
  margin-left: 52px;
}
.has-background-dim::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: inherit;
  opacity: 0.5;
  z-index: 1;
}
.has-background-dim-dim-10::before {
  opacity: 0.1;
}
.has-background-dim-dim-20::before {
  opacity: 0.2;
}
.has-background-dim-dim-30::before {
  opacity: 0.3;
}
.has-background-dim-dim-40::before {
  opacity: 0.4;
}
.has-background-dim-dim-50::before {
  opacity: 0.5;
}
.has-background-dim-dim-60::before {
  opacity: 0.6;
}
.has-background-dim-dim-70::before {
  opacity: 0.7;
}
.has-background-dim-dim-80::before {
  opacity: 0.8;
}
.has-background-dim-dim-90::before {
  opacity: 0.9;
}
.has-background-dim-dim-100::before {
  opacity: 1;
}
.has-dates .wp-block-last-comments__comment, .has-excerpts .wp-block-last-comments__comment {
  line-height: 1.5;
}
.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  line-height: 0.68;
  font-weight: 100;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
  font-style: normal;
}
.has-drop-cap:not(:focus):after {
  content: "";
  display: table;
  clear: both;
  padding-top: 14px;
}
.has-fixed-layout.wp-block-table {
  table-layout: fixed;
  width: 100%;
}
.has-parallax {
  background-attachment: fixed;
}
@supports (-webkit-overflow-scrolling: touch) {
  .has-parallax {
    background-attachment: scroll;
  }
}
.has-text-color a {
  color: inherit;
}

[id=toc_container] {
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 1.5rem;
}
[id=toc_container] .toc_title {
  font-weight: var(--bold);
  margin: 0;
  padding: 0;
}
[id=toc_container] .toc_number {
  font-weight: var(--bold);
}
[id=toc_container] ul, [id=toc_container] ol {
  list-style: none;
  margin: 0;
}
[id=toc_container] a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-weight: var(--bold);
  overflow: hidden;
}
[id=toc_container] a::after {
  content: "";
  position: absolute;
  display: inherit;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0.125rem;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  border-bottom: 0.125rem solid var(--pri);
  transition: -webkit-transform 200ms linear;
  transition: transform 200ms linear;
}
[id=toc_container] a:hover, [id=toc_container] a:focus {
  color: inherit;
}
[id=toc_container] a:hover::after, [id=toc_container] a:focus::after {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #F1F1F1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.u-rel {
  position: relative;
}

.u-abs {
  position: absolute;
}

.u-fix {
  position: fixed;
}

.u-sta {
  position: static;
}

.u-sti {
  position: -webkit-sticky;
  position: sticky;
}

.u-fl {
  float: left;
}

.u-fr {
  float: right;
}

.u-fn {
  float: none;
}

.u-mbx0 {
  margin-bottom: 0;
}

.u-mbx1 {
  margin-bottom: 0.25rem;
}

.u-mbx2 {
  margin-bottom: 0.5rem;
}

.u-mbx3 {
  margin-bottom: 0.75rem;
}

.u-mbx4 {
  margin-bottom: 1rem;
}

.has-wrap {
  max-width: 1200px;
  margin: auto;
  margin: auto;
}

.is-8x8 {
  width: 8px;
  height: 8px;
}

.is-lh-8 {
  line-height: 8px;
}

.is-16x16 {
  width: 16px;
  height: 16px;
}

.is-lh-16 {
  line-height: 16px;
}

.is-24x24 {
  width: 24px;
  height: 24px;
}

.is-lh-24 {
  line-height: 24px;
}

.is-32x32 {
  width: 32px;
  height: 32px;
}

.is-lh-32 {
  line-height: 32px;
}

.is-40x40 {
  width: 40px;
  height: 40px;
}

.is-lh-40 {
  line-height: 40px;
}

.is-48x48 {
  width: 48px;
  height: 48px;
}

.is-lh-48 {
  line-height: 48px;
}

.is-56x56 {
  width: 56px;
  height: 56px;
}

.is-lh-56 {
  line-height: 56px;
}

.is-64x64 {
  width: 64px;
  height: 64px;
}

.is-lh-64 {
  line-height: 64px;
}

.is-72x72 {
  width: 72px;
  height: 72px;
}

.is-lh-72 {
  line-height: 72px;
}

.is-80x80 {
  width: 80px;
  height: 80px;
}

.is-lh-80 {
  line-height: 80px;
}

.is-88x88 {
  width: 88px;
  height: 88px;
}

.is-lh-88 {
  line-height: 88px;
}

.is-96x96 {
  width: 96px;
  height: 96px;
}

.is-lh-96 {
  line-height: 96px;
}

.u-w-25 {
  width: 25%;
}

.u-h-25 {
  height: 25%;
}

.u-vw-25 {
  width: 25vw;
}

.u-vh-25 {
  height: 25vh;
}

.u-w-50 {
  width: 50%;
}

.u-h-50 {
  height: 50%;
}

.u-vw-50 {
  width: 50vw;
}

.u-vh-50 {
  height: 50vh;
}

.u-w-75 {
  width: 75%;
}

.u-h-75 {
  height: 75%;
}

.u-vw-75 {
  width: 75vw;
}

.u-vh-75 {
  height: 75vh;
}

.u-w-100 {
  width: 100%;
}

.u-h-100 {
  height: 100%;
}

.u-vw-100 {
  width: 100vw;
}

.u-vh-100 {
  height: 100vh;
}

.u-p-x0 {
  padding: var(--s0);
}

.u-m-x0 {
  margin: var(--s0);
}

.u-p-x1 {
  padding: var(--s1);
}

.u-m-x1 {
  margin: var(--s1);
}

.u-p-x2 {
  padding: var(--s2);
}

.u-m-x2 {
  margin: var(--s2);
}

.u-p-x3 {
  padding: var(--s3);
}

.u-m-x3 {
  margin: var(--s3);
}

.u-p-x4 {
  padding: var(--s4);
}

.u-m-x4 {
  margin: var(--s4);
}

.u-p-x5 {
  padding: var(--s5);
}

.u-m-x5 {
  margin: var(--s5);
}

.u-p-x6 {
  padding: var(--s6);
}

.u-m-x6 {
  margin: var(--s6);
}

.u-16by10 {
  padding-top: 62.5%;
}

.u-16by9 {
  padding-top: 56.25%;
}

.u-4by3 {
  padding-top: 75%;
}

.u-4by1 {
  padding-top: 25%;
}

.u-3by4 {
  padding-top: 133.33%;
}

.u-3by2 {
  padding-top: 66.67%;
}

.u-3by1 {
  padding-top: 33.33%;
}

.u-2by3 {
  padding-top: 150%;
}

.u-2by1 {
  padding-top: 50%;
}

.u-1by2 {
  padding-top: 200%;
}

.u-1by1 {
  padding-top: 100%;
}

.u-fd-row {
  -webkit-flex-direction: row;
          flex-direction: row;
}

.u-fd-row-r {
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.u-fd-col {
  -webkit-flex-direction: column;
          flex-direction: column;
}

.u-fd-col-r {
  -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.u-ai-fs {
  -webkit-align-items: flex-start;
          align-items: flex-start;
}

.u-ai-ce {
  -webkit-align-items: center;
          align-items: center;
}

.u-ai-fe {
  -webkit-align-items: flex-end;
          align-items: flex-end;
}

.u-ai-st {
  -webkit-align-items: stretch;
          align-items: stretch;
}

.u-jc-fs {
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

.u-jc-ce {
  -webkit-justify-content: center;
          justify-content: center;
}

.u-jc-fe {
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}

.u-jc-sa {
  -webkit-justify-content: space-around;
          justify-content: space-around;
}

.u-jc-sb {
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.u-jc-st {
  -webkit-justify-content: stretch;
          justify-content: stretch;
}

.u-as-fs {
  -webkit-align-self: flex-start;
          align-self: flex-start;
}

.u-as-ce {
  -webkit-align-self: center;
          align-self: center;
}

.u-as-fe {
  -webkit-align-self: flex-end;
          align-self: flex-end;
}

.u-as-st {
  -webkit-align-self: stretch;
          align-self: stretch;
}

.u-flx-w {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.u-flx-wr {
  -webkit-flex-wrap: wrap-reverse;
          flex-wrap: wrap-reverse;
}

.u-flx-nw {
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.u-ord-1 {
  -webkit-order: 1;
          order: 1;
}

.u-ord-2 {
  -webkit-order: 2;
          order: 2;
}

.u-ord-3 {
  -webkit-order: 3;
          order: 3;
}

.u-ord-4 {
  -webkit-order: 4;
          order: 4;
}

.u-row {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-direction: row;
          flex-direction: row;
}
.no-flexbox .u-row {
  display: block;
}
.no-flexbox .u-row::after {
  content: "";
  display: table;
  clear: both;
}
.u-row-wrap {
  max-width: 1200px;
  margin: auto;
}

.u-col {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 100%;
  min-height: 1px;
  text-rendering: auto;
  padding: 0 0.5rem;
}
.no-flexbox .u-col {
  float: left;
}

.is-1of2 {
  -webkit-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.is-1of3 {
  -webkit-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.is-2of3 {
  -webkit-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.is-1of4 {
  -webkit-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.is-2of4 {
  -webkit-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.is-3of4 {
  -webkit-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.is-1of5 {
  -webkit-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.is-2of5 {
  -webkit-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
}

.is-3of5 {
  -webkit-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
}

.is-4of5 {
  -webkit-flex: 0 0 80%;
          flex: 0 0 80%;
  max-width: 80%;
}

.is-1of6 {
  -webkit-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.is-2of6 {
  -webkit-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.is-3of6 {
  -webkit-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.is-4of6 {
  -webkit-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.is-5of6 {
  -webkit-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.is-1of8 {
  -webkit-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
  max-width: 12.5%;
}

.is-2of8 {
  -webkit-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.is-3of8 {
  -webkit-flex: 0 0 37.5%;
          flex: 0 0 37.5%;
  max-width: 37.5%;
}

.is-4of8 {
  -webkit-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.is-5of8 {
  -webkit-flex: 0 0 62.5%;
          flex: 0 0 62.5%;
  max-width: 62.5%;
}

.is-6of8 {
  -webkit-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.is-7of8 {
  -webkit-flex: 0 0 87.5%;
          flex: 0 0 87.5%;
  max-width: 87.5%;
}

.is-1of10 {
  -webkit-flex: 0 0 10%;
          flex: 0 0 10%;
  max-width: 10%;
}

.is-2of10 {
  -webkit-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.is-3of10 {
  -webkit-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
}

.is-4of10 {
  -webkit-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
}

.is-5of10 {
  -webkit-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.is-6of10 {
  -webkit-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
}

.is-7of10 {
  -webkit-flex: 0 0 70%;
          flex: 0 0 70%;
  max-width: 70%;
}

.is-8of10 {
  -webkit-flex: 0 0 80%;
          flex: 0 0 80%;
  max-width: 80%;
}

.is-9of10 {
  -webkit-flex: 0 0 90%;
          flex: 0 0 90%;
  max-width: 90%;
}

.is-1of12 {
  -webkit-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.is-2of12 {
  -webkit-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.is-3of12 {
  -webkit-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.is-4of12 {
  -webkit-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.is-5of12 {
  -webkit-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.is-6of12 {
  -webkit-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.is-7of12 {
  -webkit-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.is-8of12 {
  -webkit-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.is-9of12 {
  -webkit-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.is-10of12 {
  -webkit-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.is-11of12 {
  -webkit-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

@media screen and ( max-width: 37.4375em ) {
  .is-1of2--sm {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .is-1of3--sm {
    -webkit-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .is-2of3--sm {
    -webkit-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .is-1of4--sm {
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .is-2of4--sm {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .is-3of4--sm {
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
}
@media screen and ( min-width: 37.5em ) and ( max-width: 59.9375em ) {
  .is-1of2--md {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .is-1of3--md {
    -webkit-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .is-2of3--md {
    -webkit-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .is-1of4--md {
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .is-2of4--md {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .is-3of4--md {
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .is-1of5--md {
    -webkit-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .is-2of5--md {
    -webkit-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }

  .is-3of5--md {
    -webkit-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }

  .is-4of5--md {
    -webkit-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }

  .is-1of6--md {
    -webkit-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .is-2of6--md {
    -webkit-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .is-3of6--md {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .is-4of6--md {
    -webkit-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .is-5of6--md {
    -webkit-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .is-1of8--md {
    -webkit-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .is-2of8--md {
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .is-3of8--md {
    -webkit-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .is-4of8--md {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .is-5of8--md {
    -webkit-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .is-6of8--md {
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .is-7of8--md {
    -webkit-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    max-width: 87.5%;
  }
}
@media screen and ( min-width: 60em ) and ( max-width: 79.9375em ) {
  .is-1of2--lg {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .is-1of3--lg {
    -webkit-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .is-2of3--lg {
    -webkit-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .is-1of4--lg {
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .is-2of4--lg {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .is-3of4--lg {
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .is-1of5--lg {
    -webkit-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .is-2of5--lg {
    -webkit-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }

  .is-3of5--lg {
    -webkit-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }

  .is-4of5--lg {
    -webkit-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }

  .is-1of6--lg {
    -webkit-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .is-2of6--lg {
    -webkit-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .is-3of6--lg {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .is-4of6--lg {
    -webkit-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .is-5of6--lg {
    -webkit-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .is-1of8--lg {
    -webkit-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .is-2of8--lg {
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .is-3of8--lg {
    -webkit-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .is-4of8--lg {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .is-5of8--lg {
    -webkit-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .is-6of8--lg {
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .is-7of8--lg {
    -webkit-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .is-1of10--lg {
    -webkit-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
  }

  .is-2of10--lg {
    -webkit-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .is-3of10--lg {
    -webkit-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
  }

  .is-4of10--lg {
    -webkit-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }

  .is-5of10--lg {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .is-6of10--lg {
    -webkit-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }

  .is-7of10--lg {
    -webkit-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
  }

  .is-8of10--lg {
    -webkit-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }

  .is-9of10--lg {
    -webkit-flex: 0 0 90%;
            flex: 0 0 90%;
    max-width: 90%;
  }

  .is-1of12--lg {
    -webkit-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .is-2of12--lg {
    -webkit-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .is-3of12--lg {
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .is-4of12--lg {
    -webkit-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .is-5of12--lg {
    -webkit-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .is-6of12--lg {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .is-7of12--lg {
    -webkit-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .is-8of12--lg {
    -webkit-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .is-9of12--lg {
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .is-10of12--lg {
    -webkit-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .is-11of12--lg {
    -webkit-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}
@media screen and ( min-width: 80em ) {
  .is-1of2--xl {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .is-1of3--xl {
    -webkit-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .is-2of3--xl {
    -webkit-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .is-1of4--xl {
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .is-2of4--xl {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .is-3of4--xl {
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .is-1of5--xl {
    -webkit-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .is-2of5--xl {
    -webkit-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }

  .is-3of5--xl {
    -webkit-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }

  .is-4of5--xl {
    -webkit-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }

  .is-1of6--xl {
    -webkit-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .is-2of6--xl {
    -webkit-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .is-3of6--xl {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .is-4of6--xl {
    -webkit-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .is-5of6--xl {
    -webkit-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .is-1of8--xl {
    -webkit-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .is-2of8--xl {
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .is-3of8--xl {
    -webkit-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .is-4of8--xl {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .is-5of8--xl {
    -webkit-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .is-6of8--xl {
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .is-7of8--xl {
    -webkit-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .is-1of10--xl {
    -webkit-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
  }

  .is-2of10--xl {
    -webkit-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .is-3of10--xl {
    -webkit-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
  }

  .is-4of10--xl {
    -webkit-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }

  .is-5of10--xl {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .is-6of10--xl {
    -webkit-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }

  .is-7of10--xl {
    -webkit-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
  }

  .is-8of10--xl {
    -webkit-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }

  .is-9of10--xl {
    -webkit-flex: 0 0 90%;
            flex: 0 0 90%;
    max-width: 90%;
  }

  .is-1of12--xl {
    -webkit-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .is-2of12--xl {
    -webkit-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .is-3of12--xl {
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .is-4of12--xl {
    -webkit-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .is-5of12--xl {
    -webkit-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .is-6of12--xl {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .is-7of12--xl {
    -webkit-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .is-8of12--xl {
    -webkit-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .is-9of12--xl {
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .is-10of12--xl {
    -webkit-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .is-11of12--xl {
    -webkit-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}
.is-blk {
  display: block;
}

.is-in {
  display: inline;
}

.is-in-blk {
  display: inline-block;
}

.is-tb {
  display: table;
}

.is-tbc {
  display: table-cell;
}

.is-tbr {
  display: table-row;
}

.is-flx {
  display: -webkit-flex;
  display: flex;
}

.u-cf::after {
  content: "";
  display: table;
  clear: both;
}

.u-br-no {
  border-radius: 0;
}

.u-br-rd {
  border-radius: 0.375rem;
}

.u-br-ro {
  border-radius: 10em;
}

.u-sh-1 {
  box-shadow: 0 1px 3px rgba(18, 62, 138, 0.12), 0 1px 2px rgba(18, 62, 138, 0.24);
}

.u-sh-2 {
  box-shadow: 0 3px 6px rgba(18, 62, 138, 0.16), 0 3px 6px rgba(18, 62, 138, 0.23);
}

.u-sh-3 {
  box-shadow: 0 10px 20px rgba(18, 62, 138, 0.19), 0 6px 6px rgba(18, 62, 138, 0.23);
}

.u-sh-4 {
  box-shadow: 0 14px 28px rgba(18, 62, 138, 0.25), 0 10px 10px rgba(18, 62, 138, 0.22);
}

.u-sh-5 {
  box-shadow: 0 19px 38px rgba(18, 62, 138, 0.3), 0 15px 12px rgba(18, 62, 138, 0.22);
}

.u-b-so {
  border-style: solid;
}

.u-b-da {
  border-style: dashed;
}

.u-b-do {
  border-style: dotted;
}

.u-b-x1 {
  border-width: 1px;
}

.u-b-x2 {
  border-width: 2px;
}

.u-b-x3 {
  border-width: 3px;
}

.u-bb-x1 {
  border-width: 0 0 1px;
}

.u-bb-x2 {
  border-width: 0 0 2px;
}

.u-bb-x3 {
  border-width: 0px;
}

.u-bt-x1 {
  border-width: 1px 0 0;
}

.u-bt-x2 {
  border-width: 2px 0 0;
}

.u-bt-x3 {
  border-width: 3px 0 0;
}

.u-bl-x1 {
  border-width: 0 0 0 1px;
}

.u-bl-x2 {
  border-width: 0 0 0 2px;
}

.u-bl-x3 {
  border-width: 0 0 0 3px;
}

.u-br-x1 {
  border-width: 0 1px 0 0;
}

.u-br-x2 {
  border-width: 0 2px 0 0;
}

.u-br-x3 {
  border-width: 0 3px 0 0;
}

.u-b-pri {
  border-color: var(--pri);
}

.u-b-sec {
  border-color: var(--sec);
}

.u-b-lig {
  border-color: var(--lig);
}

.u-b-drk {
  border-color: var(--drk);
}

.u-b-nte {
  border-color: var(--nte);
}

.u-b-val {
  border-color: var(--val);
}

.u-b-wrn {
  border-color: var(--wrn);
}

.u-b-err {
  border-color: var(--err);
}

.u-txt-def {
  color: var(--def);
}

.u-bg-def {
  color: var(--def-txt);
  background-color: var(--def);
}

.u-txt-pri {
  color: var(--pri);
}

.u-bg-pri {
  color: var(--pri-txt);
  background-color: var(--pri);
}

.u-txt-sec {
  color: var(--sec);
}

.u-bg-sec {
  color: var(--sec-txt);
  background-color: var(--sec);
}

.u-txt-drk {
  color: var(--drk);
}

.u-bg-drk {
  color: var(--drk-txt);
  background-color: var(--drk);
}

.u-txt-lig {
  color: var(--lig);
}

.u-bg-lig {
  color: var(--lig-txt);
  background-color: var(--lig);
}

.u-txt-nte {
  color: var(--nte);
}

.u-bg-nte {
  color: var(--nte-txt);
  background-color: var(--nte);
}

.u-txt-err {
  color: var(--err);
}

.u-bg-err {
  color: var(--err-txt);
  background-color: var(--err);
}

.u-txt-wrn {
  color: var(--wrn);
}

.u-bg-wrn {
  color: var(--wrn-txt);
  background-color: var(--wrn);
}

.u-txt-val {
  color: var(--val);
}

.u-bg-val {
  color: var(--val-txt);
  background-color: var(--val);
}

.u-tr-drk,
.u-tr-drk25,
.u-tr-drk56,
.u-tr-drk87 {
  color: #FFFFFF;
}

.u-tr-drk {
  background-color: rgba(0, 0, 0, 0.05);
}

.u-tr-drk25 {
  background-color: rgba(0, 0, 0, 0.25);
}

.u-tr-drk56 {
  background-color: rgba(0, 0, 0, 0.56);
}

.u-tr-drk87 {
  background-color: rgba(0, 0, 0, 0.87);
}

.u-tr-lig,
.u-tr-lig25,
.u-tr-lig56,
.u-tr-lig87 {
  color: #212121;
}

.u-tr-lig {
  background-color: rgba(255, 255, 255, 0.05);
}

.u-tr-lig25 {
  background-color: rgba(255, 255, 255, 0.25);
}

.u-tr-lig56 {
  background-color: rgba(255, 255, 255, 0.56);
}

.u-tr-lig87 {
  background-color: rgba(255, 255, 255, 0.87);
}

.u-txt-lc {
  text-transform: lowercase;
}

.u-txt-uc {
  text-transform: uppercase;
}

.u-txt-cp {
  text-transform: capitalize;
}

.u-txt-l {
  text-align: left;
}

.u-txt-r {
  text-align: right;
}

.u-txt-c {
  text-align: center;
}

.u-txt-pri {
  color: var(--pri);
}

.u-txt-sec {
  color: var(--sec);
}

.u-txt-drk {
  color: var(--drk);
}

.u-txt-lig {
  color: var(--lig);
}

.u-txt-nte {
  color: var(--nte);
}

.u-txt-val {
  color: var(--val);
}

.u-txt-wrn {
  color: var(--wrn);
}

.u-txt-err {
  color: var(--err);
}

@media print {
  *,
*::before,
*::after,
*::first-letter,
*::first-line {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .tag {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
.county-box {
    text-align: center;
    height: 200px;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    transition: 1.5s;
    -o-transition: 1.5s;
    -moz-transition: 1.5s;
    -webkit-transition: 1.5s;
    overflow: auto;
}

.county-box:hover {
    height: 400px;
}

.county-box ul li {
    list-style: none;
}
.items-container{
  margin-top:20px;
  margin-bottom: 20px;
}

.items-container:after { /*clear float*/
  content: "";
  display: table;
  clear: both;
}

.item {
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding:10px;
}

@media (max-width: 768px) { /*breakpoint*/
  .item {
    float: none;
    width: auto;
  }
}
#breadcrumbs{
  padding:5px 10px;
  background-color:var(--lig);
}
.green{
    background-color: #00d084 !important;
}
.blue{
    background-color: #0693e3 !important;
}
.red{
    background-color: #cf2e2e !important;
}

.white{
    background-color: transparent !important;
	border:3px solid #fff;
	color:#000;
}

.grecaptcha-badge {
    bottom: .5rem !important;
    z-index: 99;
}
/*Gallery CSS*/
.column {
  float: left;
  width: 25%;
  padding: 10px;
  box-sizing: border-box;
}
@media only screen and (max-width: 600px) {
    .column {
        width: 50%;
    }
    .testimonial{
        width:100% !important;
    }
  }
.column img {
  opacity: 0.8; 
  cursor: pointer; 
}
.column img:hover {
  opacity: 1;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background-color: rgba(0,0,0,.87);
  padding: 5%;
}

.modal .close,
.modal .next,
.modal .prev {
    z-index: 10;
}


/* Modal Content */
.modal-content {
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    margin: auto;
    justify-content: center;
    padding: 5%;
    align-items: center;
}

.modal-content img {
    max-width: 100%;
    max-height: 100%;
}

/* The Close Button */
.close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-weight: var(--bold);
  color: var(--lig);
}

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

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  color: var(--lig);
  opacity: .87;
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  user-select: none;
  -webkit-user-select: none;
    transition: opacity 300ms ease;
}

/* Position the "next button" to the right */
.next {
   right: 0;
}

.prev {
    left: 0;
}

@media screen and ( min-width: 768px ) {
    .next {
        transform: translate3d(-50%,-50%,0);
    }

    .prev {
        transform: translate3d(50%,-50%,0);
    }
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  opacity: 1;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.p-quotes {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    margin: auto;
    margin-bottom:25px
}

.p-quotes-rating {
    margin: 0 0 1rem;
}

.p-quotes-rating svg {
    width: 32px;
    height: 32px;
    fill: gold;
}

.p-quotes__item {
    padding: 0 .75rem;
    text-align: center;
    align-self: stretch;
	margin-bottom:20px;
}

.p-quotes__item p {
    font-size: .875rem;
    line-height: 1.5;
    opacity: .87;
}

@media screen and (min-width: 768px) {
    .p-quotes__item {
        flex-basis: 33.33%;
    }
}

.p-gallery {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.p-gallery-wrap {
    position: relative;
    margin: auto;
}

.p-gallery__item {
    position: relative;
    flex-basis: 50%;
    padding: 0 .5rem;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .p-gallery__item {
        flex-basis: 33.33% !important;
    }
	
	/*.p-gallery__item:first-child, .p-gallery__item:nth-child(4n)
	{
		padding:0 .5rem 0 0 !important;
	}*/

	.p-gallery__item:nth-child(3n)
	{
		padding:0 0 0 .5rem !important;
	}	
	
}

.p-gallery__item img {
    border-radius: .375em;
}

.p-gallery__item img:hover,
.p-gallery__item img:focus {
    cursor: zoom-in;
}

.nocursor
{
	cursor:default !important;
}

@media screen and (min-width: 800px) {
	[data-component="slideshow"] .slide {
		display: inline-block !important;
		opacity:1 !important;
		width:33.33% !important;
	  text-align: center;
	}

	[data-component="slideshow"] .slide.active {
		display: inline-block !important;
		opacity:1 !important;
		width:33.33% !important;
	}
}

[data-component="slideshow"] .slide {
	display: none;
	width:100%;
	opacity:0;
  text-align: center;
}

[data-component="slideshow"] .slide.active {
	display: block !important;
	opacity:1;
	width:100%;
}

.sell-points-outer {
    background: #e6e6eb;
    height: 44px;
}

.textBlock {
background:#e6e6eb;padding:10px 0;
}
#ez-toc-container
{
	max-width: 1200px;
    position: relative;   
    margin: 0px auto 75px auto
}

div#ez-toc-container ul.ez-toc-list a {
    color: #000;    
    display: block;
    padding: .75rem 1rem;
    font-size: .875rem;
    line-height: 1rem;
    text-decoration: underline;
}

.TextCenter
{
	text-align:center;
}

@media screen and (min-width: 768px) {
	
	.Services:first-child
	{
		padding-left:0 !important;
	}

	.Services:last-child
	{
		padding-right:0 !important;
	}

	.Services
	{
		padding: 0 5px !important;		
		display:inline-block !important;
	}
	
	.DeskShowMobHide
	{
		display:block;
	}
	
	.DeskHideMobShow
	{
		display:none;
	}
	
	.TopNumber
	{
		font-size:100% !important;
	}
	
	.map-responsive{
    overflow:hidden;
    padding-bottom:10% !important;
    position:relative;
    height:0;
	width:64% !important;
	margin:0 auto 20px auto;
	}
		
	.h1text
	{
		font-size:34px !important;
		text-transform:uppercase;
	}
}

	.TopNumber
	{
		font-size:80%;
	}

.DeskShowMobHide
{
	display:none;
}

.DeskHideMobShow
{
	display:block;
}

.Services
{	
	padding: 0;
	display: block;	
}

.Services figcaption
{
	font-weight:600;
	color:var(--pri-txt);
	background:var(--pri);
	margin:0;
	padding:5px 0;
	
}

.map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
	width:100%;
	margin:0 auto 20px auto;	
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.h1text
{
	font-size:24px;
	text-transform:uppercase;
	/*background:white;
	color:#111;*/
	font-weight:900;
	padding:0 10px;
	text-shadow: 1px 1px #454545;
}

.lst-crds {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.lst-crds .lst__el {
    display: flex;
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    padding: 0 0.5rem;
    margin-bottom: 1rem;
}
@media screen and (min-width: 480px) and (max-width: 639px) {
    .lst-crds--3 .lst__el,
    .lst-crds--4 .lst__el {
        flex-basis: 50%;
    }
}
@media screen and (min-width: 640px) {
    .lst-crds--3 .lst__el,
    .lst-crds--4 .lst__el {
        flex-basis: 33.3333%;
    }
}
@media screen and (min-width: 480px) {
    .lst-crds--2 .lst__el {
        flex-basis: 50%;
    }
}
@media screen and (min-width: 960px) {
    .lst-crds--3 .lst__el {
        flex-basis: 33.3333%;
    }
}
@media screen and (min-width: 960px) {
    .lst-crds--4 .lst__el {
        flex-basis: 25%;
    }
}
.lst--2,
.lst--3,
.lst--4,
.lst--5,
.lst--6{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.lst--2 .lst__el,
.lst--3 .lst__el,
.lst--4 .lst__el,
.lst--5 .lst__el  {
    flex-basis: 100%;
}

.lst--6 .lst__el  {
    flex-basis: 50%;
}

@media screen and (min-width: 480px) {
    .lst--2 .lst__el {
        flex-basis: 50%;
    }
}
@media screen and (min-width: 480px) {
    .lst--3 .lst__el {
        flex-basis: 33.3333%;
    }
}
@media screen and (min-width: 480px) {
    .lst--4 .lst__el {
        flex-basis: 25%;
    }
}
@media screen and (min-width: 480px) {
    .lst--5 .lst__el {
        flex-basis: 20%;
    }
} 

@media screen and (min-width: 480px) {
    .lst--6 .lst__el {
        flex-basis: 20%;
    }
} 


.lst {
    margin: 0 0 1.5rem;
    padding: 0;
    list-style: none;
}
.lst--us {
    list-style: none;
}
.lst--us .lst__el {
    padding: 0.25rem 0;
}
.lst--us .lst__el a {   
}
.lst--us a {
}
.lst--us a::before {
    
}
.lst--us a:hover,
.lst--us a:focus {
    opacity: 1;
    transform: translate3d(0.75rem, 0, 0);
}
.lst--us a:visited {
    color: inherit;
}
.lst--us a:hover::before,
.lst--us a:focus::before {
    opacity: 1;
}
.lst__el {
    display: block;
    width: 100%;
    max-width: 100%;
	line-height:26px;
}
.lst__el a {
	
    }
.lst__el a:hover,
.lst__el a:focus {
    
}
.lst-crd {
    display: flex;
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    color: #fff;
    background-color: #0d1522;
    border-radius: 0.375em;
    overflow: hidden;
    padding: 0.25rem 0.25rem 0;
}
.lst-crd:hover,
.lst-crd:focus {
    transform: scale(1.05);
    box-shadow: 0 1px 3px 5px rgba(0, 0, 0, 0.1);
}
.lst-crd-tl {
    box-sizing: border-box;
    padding: 0.75em 1.5em;
    font-size: 0.75rem;
    line-height: 1rem;
    display: block;
    text-align: center;
    color: inherit;
    font-weight: 700;
    text-transform: uppercase;
    order: 2;
}
.lst-crd-md {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-radius: 0.375em;
    padding-top: 56.25%;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    overflow: hidden;
    background-color: #fff;
    order: 1;
}
.lst-crd-md::before {
    content: attr(data-title);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    background-color: transparent;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 1;
    width: 100%;
    max-width: 12rem;
    height: 100%;
    transform: scale(0);
}
.lst-crd-md::after {
    content: "";
    display: block;
    background-color: transparent;
    background: linear-gradient(to left, transparent, #000 50%, #000);
    z-index: 0;
    will-change: transform;
    width: 15rem;
    height: 15rem;
    transform: rotate(45deg) scale(0.75);
}
.lst-crd-md::before,
.lst-crd-md::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    opacity: 0;
    transition: transform 150ms ease-in, opacity 150ms ease-in;
}
.lst-crd:hover .lst-crd-md::after,
.lst-crd:focus .lst-crd-md::after {
    transform: rotate(-45deg) scale(1);
    opacity: 0.67;
}
.lst-crd:hover .lst-crd-md::before,
.lst-crd:focus .lst-crd-md::before {
    transform: scale(1);
    opacity: 1;
}
.lst-crd:hover .lst-crd-md__img {
    filter: blur(0.25rem);
}
.lst-crd-md__img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    height: auto;
}
.CountyForm {display:none !important;}

div#FeedbackForm {
    background: green;
    padding: 30px;
    opacity: 0.8;
    font-size: 20px;
    color: white;
    text-align: center;
    text-transform: uppercase;	
	display:none;
}

/**** Services ****/

.services-section{  
  background-size: cover;  
}
.inner-width{
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  overflow: hidden;
}
.section-title{
}

.services-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.service-box{
    max-width: 33.33%;
    width: 33.33%;
    padding: 0 5px;
    text-align: center;
    color: #ddd;
    cursor: pointer;
}

.service-icon{
    height: 160px;
    margin: 5px 0;
	position:relative;
}

.service-icon img
{
	width: 100%;
    height: 160px;
}

.service-box:hover .service-icon, .service-box:hover .service-desc, .service-box:hover .service-title{
  background: var(--pri);
  color: #ddd;
}
.service-title {
    font-size: 1.25rem;
    color: #fff;
	background:#000000ab;
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 0;
}
.service-desc{
  display:none;
}

@media screen and (max-width:960px) {
  .service-box{
    max-width: 45%;
	width: 45%;
  }
}

@media screen and (max-width:768px) {
  .service-box{
    max-width: 50%;
	width: 50%;
  }
   .videowrapper
  {
	  width:100% !important;
	  height:190px !important;
	  margin-bottom:15px !important;
  }
  
  .ImageTextContainer
{
	flex-direction: column;
	padding:5px 0;
}

.ImageTextContainerReverse
{
	flex-direction: column;
	flex-flow: column-reverse ;
	border-top: 1px solid #425220;
    border-bottom: 1px solid #425220;
    padding: 20px 0;
    margin: 20px 0;
}

.LeftImage, .RightImage
{
	width:100% !important;
}


.RightofImage
{
	 width:100% !important;
	 margin-left:0 !important;
	 margin-right:0 !important;
}

.LeftofImage
{
	 width:100% !important;
	 margin-left:0 !important;
	 margin-right:0 !important;
}

.p-sct .wp-block-button {
  width: 100%;
}

.p-lgo
{
	max-width:170px;
}
  
}

@media screen and (max-width:480px) {
  .service-desc
  {
	  padding: 0 2% !important;
	  font-size:90% !important;
  }
  
  .service-box{
    max-width: 100%;
	width: 100%;
  }
   
  h2
  {
   margin-bottom: 10px !important;
   margin-top:20px !important;
  }
  
  .m-b-60
  {
	  margin-bottom:60px;
  }
  
  .l-h-44
{
	line-height:inherit;
}
  
}

center{
    text-align: center;
}
.videowrapper { 
        float: none;
        clear: both;
        width: 100%;
        position: relative;
        padding-bottom: 25px;
        padding-top: 25px;
        height: 290px;
		margin: 0 auto;
    }
    .videowrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    max-width: 700px;
    max-height: 400px;
    }
		
.PriceText
{
color:green;
font-size:24px !important;
margin-bottom: 5px;
}

h2
{
	color:var(--pri) !important;
	padding-bottom: 0px;
    margin-bottom: 10px !important;
}

p 
{
	margin-bottom:7px !important;
}

.ImageTextContainer
{
	display: flex;
    align-items: flex-start;
    justify-content: flex-start;
	padding: 20px 0;
}

.ImageTextContainerReverse
{
	display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.LeftImage, .RightImage
{
	width:522px;
	text-align:center;
}


.RightofImage
{
	 width: calc(100% - 522px);
	 margin-left:20px;
}

.LeftofImage
{
	 width: calc(100% - 522px);
	 margin-right:20px;
}


.floatleft
{
	float:left;
}

.floatright
{
	float:right;
}

p.StepsTitle
{
	font-size:24px;
	margin-top:20px;
	color:var(--pri) !important;
}

footer h3 {
    color: white !important;
}

h3
{
	color:var(--pri) !important;
    font-weight: 600;
	margin-top: 20px !important;
    margin-bottom: 5px !important;
}

.p-b-100
{
	padding-bottom:100px;
}


ul.lst.lst--us.lst--5.text-center, .text-center 
{
	text-align:center;
}

.w-100
{
	width:100%;
}

.specialoffer
{
	border:2px solid var(--sec);
	padding:20px;
	margin-bottom:20px;
	width:100%;
	border-style: dashed;
}

.specialoffer h3
{
	font-size:170%;
	text-align:center;
	width:100%;
	margin-top:0 !important;
	text-transform: uppercase;
}

p.specialoffertext
{
	font-weight:600;
	font-size:120%;
	text-align:center;
	width:100%;
	margin-top:10px;
}

.square-map-responsive{
    overflow:hidden;
    padding-bottom:3% !important;
    position:relative;
	width:100% !important;
	margin:0 auto 20px auto;
	}

.square-map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.l-h-44
{
	line-height:44px;
}
	
header#header
{
background:black;
color:white;
}	

.p-bnr-txt a svg, .s-hd-inr-act svg, .js-frm-btn svg
{
	color:white;
}

.m-b-35
{
	margin-bottom:35px;
}

.services-section .inner-width {
    padding: 0 0;
}