html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body,
body * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*Colors and Fonts*/
.text-black,
body,
a.text-black:hover,
.btn.white.transparent a:hover,
.bg-black .btn.brand.transparent a:hover,
.h1.text-black,
.h2.text-black,
.h3.text-black,
.h4.text-black,
.h5.text-black,
.h6.text-black {
  color: #000000;
}
.text-grey-darker,
.bg-grey-light,
.bg-grey-lighter,
.bg-brand a {
  color: #1a1a1a;
}
.text-grey-dark,
.btn.white.transparent a:hover,
a.btn.white.transparent:hover,
input.btn.white.transparent:hover,
.bg-brand a:hover,
html body .gform_wrapper.gravity-theme .gfield_required {
  color: #464649;
}
.text-grey,
.bg-accent a:hover {
  color: #a9a9a9;
}
.text-grey-light {
  color: #f0f0f0;
}
.text-grey-lighter {
  color: #fafafa;
}
.text-white,
.text-white a,
.text-white a:hover,
.bg-grey-dark,
.bg-grey-dark a,
.bg-grey-dark a:hover,
.bg-black,
.bg-black a,
.bg-black a:hover,
.bg-brand-darkest,
.bg-brand-darkest a,
.bg-brand-darkest a:hover,
.bg-brand,
.btn.brand a,
a.btn.brand,
.btn.white.transparent a,
a.btn.white.transparent,
input.btn.white.transparent,
.btn.brand.transparent a:hover,
a.btn.brand.transparent:hover,
input[type="submit"]:hover,
input.gform_button.button:hover,
button.btn.brand,
button.btn.brand:hover,
button.btn.brand.transparent:hover,
h1.text-white,
h2.text-white,
h3.text-white,
h4.text-white,
h5.text-white,
h6.text-white,
.h1.text-white,
.h2.text-white,
.h3.text-white,
.h4.text-white,
.h5.text-white,
.h6.text-white,
.bg-orange,
.bg-yellow-orange,
.bg-blue,
.bg-green,
.bg-orange a,
.bg-yellow-orange a,
.bg-blue a,
.bg-green a,
.bg-orange a:hover,
.bg-yellow-orange a:hover,
.bg-blue a:hover,
.bg-green a:hover,
.mc-embedded-subscribe-form input[type="text"]::placeholder,
.mc-embedded-subscribe-form input[type="email"]::placeholder {
  color: #ffffff;
}
.text-brand-darkest,
.bg-grey-light a,
.bg-grey-light a:hover {
  color: #86090d;
}
.text-brand-darker {
  color: #aa0002;
}
.text-brand-dark {
  color: #be0f16;
}
.text-brand,
a,
a:hover,
main .text-brand a,
main .text-brand a:hover,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.btn.brand.transparent a,
a.btn.brand.transparent,
button.btn.brand.transparent,
input[type="submit"],
input.gform_button.button {
  color: #d2232a;
}
.text-orange {
  color: #df6e26;
}
.text-yellow-orange {
  color: #faa61f;
}
.text-accent,
.text-accent a,
.text-accent a:hover {
  color: #00afe0;
}
.text-accent-dark,
main a,
main a:hover {
  color: #081359;
}
.text-green {
  color: #00ad4e;
}
.FooterLogo svg .brand {
  fill: #ffffff;
}
.FooterLogo svg .accent {
  fill: #464649;
}
.bg-black,
.modal-backdrop {
  background-color: #000000;
}
.bg-grey-dark {
  background-color: #464649;
}
.bg-grey-light,
input,
textarea,
select {
  background-color: #f0f0f0;
}
.bg-grey-lighter,
.sub-menu {
  background-color: #fafafa;
}
.bg-light-blue
{
  background-color: #c0dee0;
}
.bg-transparent,
.btn.transparent a,
a.btn.transparent,
.btn.brand.transparent a,
a.btn.brand.transparent,
input.btn.white.transparent,
.mc-embedded-subscribe-form input {
  background-color: transparent;
}
.bg-white,
.btn.white.transparent a:hover,
a.btn.white.transparent:hover,
input.btn.white.transparent:hover,
button.btn.brand.transparent,
input[type="submit"],
input.gform_button.button {
  background-color: #ffffff;
}
.bg-brand-darkest {
  background-color: #86090d;
}
.bg-brand,
.btn.brand a,
a.btn.brand,
.btn.brand.transparent a:hover,
a.btn.brand.transparent:hover,
button.btn.brand,
button.btn.brand:hover,
button.btn.brand.transparent:hover,
input[type="submit"]:hover,
input.gform_button.button:hover {
  background-color: #d2232a;
}
.bg-brand.darkred,
.btn.brand.darkred a,
a.btn.brand.darkred,
.btn.brand.darkred.transparent a:hover,
a.btn.brand.darkred.transparent:hover,
button.btn.brand.darkred,
button.btn.brand.darkred:hover,
button.btn.brand.darkred.transparent:hover,
input[type="submit"]:hover,
input.gform_button.button:hover {
  background-color: #911310;
}
.bg-orange {
  background-color: #df6e26;
}
.bg-yellow-orange {
  background-color: #faa61f;
}
.bg-blue {
  background-color: #00afe0;
}
.bg-green {
  background-color: #00ad4e;
}
.O10 {
  opacity: 0.1;
}
.O20 {
  opacity: 0.2;
}
.O30 {
  opacity: 0.3;
}
.O40 {
  opacity: 0.4;
}
.O50 {
  opacity: 0.5;
}
.O60 {
  opacity: 0.6;
}
.O70 {
  opacity: 0.7;
}
.O80 {
  opacity: 0.8;
}
.O90 {
  opacity: 0.9;
}
a:hover,
.CLG.MenuBar:hover .divider,
button.btn.brand:hover,
.menu-item.current-menu-item > a,
.menu-item.current_page_parent > a,
.menu-item.current-menu-ancestor > a {
  opacity: 0.6;
}
.btn.transparent a:hover,
a.btn.transparent:hover {
  opacity: 1;
}
.bg-brand10 {
  background-color: rgba(210, 35, 42, 0.1);
}
.bg-brand20 {
  background-color: rgba(210, 35, 42, 0.2);
}
.bg-brand30 {
  background-color: rgba(210, 35, 42, 0.3);
}
.bg-brand40 {
  background-color: rgba(210, 35, 42, 0.4);
}
.bg-brand50 {
  background-color: rgba(210, 35, 42, 0.5);
}
.bg-brand60 {
  background-color: rgba(210, 35, 42, 0.6);
}
.bg-brand70 {
  background-color: rgba(210, 35, 42, 0.7);
}
.bg-brand80 {
  background-color: rgba(210, 35, 42, 0.8);
}
.bg-brand90 {
  background-color: rgba(210, 35, 42, 0.9);
}
.bg-accent-dark10 {
  background-color: rgba(8, 19, 89, 0.1);
}
.bg-accent-dark20 {
  background-color: rgba(8, 19, 89, 0.2);
}
.bg-accent-dark30 {
  background-color: rgba(8, 19, 89, 0.3);
}
.bg-accent-dark40 {
  background-color: rgba(8, 19, 89, 0.4);
}
.bg-accent-dark50 {
  background-color: rgba(8, 19, 89, 0.5);
}
.bg-accent-dark60 {
  background-color: rgba(8, 19, 89, 0.6);
}
.bg-accent-dark70 {
  background-color: rgba(8, 19, 89, 0.7);
}
.bg-accent-dark80 {
  background-color: rgba(8, 19, 89, 0.8);
}
.bg-accent-dark90 {
  background-color: rgba(8, 19, 89, 0.9);
}
.bg-white10 {
  background-color: rgba(255, 255, 255, 0.1);
}
.bg-white20 {
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-white30 {
  background-color: rgba(255, 255, 255, 0.3);
}
.bg-white40 {
  background-color: rgba(255, 255, 255, 0.4);
}
.bg-white50 {
  background-color: rgba(255, 255, 255, 0.5);
}
.bg-white60 {
  background-color: rgba(255, 255, 255, 0.6);
}
.bg-white70 {
  background-color: rgba(255, 255, 255, 0.7);
}
.bg-white80 {
  background-color: rgba(255, 255, 255, 0.8);
}
.bg-white90 {
  background-color: rgba(255, 255, 255, 0.9);
}
.bg-black10 {
  background-color: rgba(0, 0, 0, 0.1);
}
.bg-black20 {
  background-color: rgba(0, 0, 0, 0.2);
}
.bg-black30 {
  background-color: rgba(0, 0, 0, 0.3);
}
.bg-black40 {
  background-color: rgba(0, 0, 0, 0.4);
}
.bg-black50 {
  background-color: rgba(0, 0, 0, 0.5);
}
.bg-black60 {
  background-color: rgba(0, 0, 0, 0.6);
}
.bg-black70 {
  background-color: rgba(0, 0, 0, 0.7);
}
.bg-black80 {
  background-color: rgba(0, 0, 0, 0.8);
}
.bg-black90 {
  background-color: rgba(0, 0, 0, 0.9);
}
main a {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(8, 19, 89, 0.3);
}
a:hover,
button:hover,
.CLG.MenuBar:hover .divider {
  opacity: 0.6;
}
.modal-backdrop.in {
  opacity: 0.5;
}
.modal-backdrop.fade,
.CLG.MenuBar:hover .divider.O0 {
  opacity: 0;
}
.FFF,
html,
body,
footer,
footer .btn,
.FW800,
.FB.FW800 {
  font-family: "futura-pt", sans-serif;
}
.FFFB,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.btn a,
a.btn,
button.btn,
input.gform_button.button,
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer .h1,
footer .h2,
footer .h3,
footer .h4,
footer .h5,
footer .h6 {
  font-family: "futura-pt-bold", sans-serif;
}
.FFE {
  font-family: "eurostile-extended", sans-serif;
}
.FS16 {
  font-size: 16px;
}
.FS18,
body,
h6,
.h6,
dt,
input,
input[type="submit"],
input.btn,
button.btn,
input.gform_button.button {
  font-size: 18px;
}
.FS20,
h5,
.h5 {
  font-size: 20px;
}
.FS22,
h4,
.h4 {
  font-size: 22px;
}
.FS24 {
  font-size: 24px;
}
.FS25,
h3,
.h3 {
  font-size: 25px;
}
.FS32,
h2,
.h2 {
  font-size: 32px;
}
.FS46 {
  font-size: 46px;
}
.FS60 {
  font-size: 60px;
}
.FS75,
h1,
.h1 {
  font-size: 75px;
}
.FS90 {
  font-size: 90px;
}
.FS105 {
  font-size: 105px;
}
.FS120 {
  font-size: 120px;
}
.small,
small,
sub,
sup {
  font-size: 75%;
}
h1 small,
.h1 small {
  font-size: 55%;
}
h2 small,
.h2 small {
  font-size: 60%;
}
h3 small,
.h3 small {
  font-size: 65%;
}
.FW400,
FFE {
  font-weight: 400;
}
.FW500,
body,
.bg-grey-dark .btn a,
.bg-grey-dark a.btn,
.bg-grey-dark .btn a:hover,
.bg-grey-dark a.btn:hover,
html body .gform_wrapper.gravity-theme .gfield_label {
  font-weight: 500;
}
.FW600 {
  font-weight: 600;
}
.FW700,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
dt,
.btn a,
a.btn,
input.gform_button.button,
b,
strong,
.bold,
.bg-grey-dark a,
.bg-grey-dark a:hover,
.bg-black a,
.bg-black a:hover {
  font-weight: 700;
}
.FW800 {
  font-weight: 800;
  font-family: "futura-pt", sans-serif;
}
.LH0 {
  line-height: 0;
}
.LH0-5 {
  line-height: 0.5;
}
.LH0-6 {
  line-height: 0.6;
}
.LH0-75 {
  line-height: 0.75;
}
.LH1-1,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.1;
}
.LH1-25 {
  line-height: 1.25;
}
.LH1-5,
body {
  line-height: 1.5;
}
.L-S0,
h1,
.h1 {
  letter-spacing: 0em;
}
.L-S0-03,
body {
  letter-spacing: 0.03em;
}
.L-S0-15,
.btn a,
a.btn,
input[type="submit"],
input.btn,
input.gform_button.button {
  letter-spacing: 0.15em;
}
.L-S1-5 {
  letter-spacing: 1.5em;
}
/*Widths and Heights*/
.W0 {
  width: 0%;
}
.W5 {
  width: 5%;
}
.W1_12,
.col-1,
.W8-33 {
  width: 8.333333333%;
}
.W10 {
  width: 10%;
}
.W15 {
  width: 15%;
}
.W2_12,
.col-2,
.W16-66 {
  width: 16.66666667%;
}
.W20 {
  width: 20%;
}
.W25,
.col-3,
.W3_12 {
  width: 25%;
}
.W30 {
  width: 30%;
}
.W33-33,
.col-4,
.W4_12 {
  width: 33.33333333%;
}
.W35 {
  width: 35%;
}
.W40 {
  width: 40%;
}
.W5_12,
.col-5,
.W41-66 {
  width: 41.66666667%;
}
.W45 {
  width: 45%;
}
.W50,
.col-6,
.W6_12 {
  width: 50%;
}
.W55 {
  width: 55%;
}
.W7_12,
.col-7,
.W58-33 {
  width: 58.33333333%;
}
.W60 {
  width: 60%;
}
.W65 {
  width: 65%;
}
.W66-66,
.col-8,
.W8_12 {
  width: 66.66666667%;
}
.W70 {
  width: 70%;
}
.W75,
.col-9,
.W9_12 {
  width: 75%;
}
.W80 {
  width: 80%;
}
.W10_12,
.col-10,
.W83-33 {
  width: 83.33333333%;
}
.W85 {
  width: 85%;
}
.W90 {
  width: 90%;
}
.W11_12,
.col-11,
.W91-66 {
  width: 91.66666667%;
}
.W95 {
  width: 95%;
}
.W100,
.col-12,
.W12_12 {
  width: 100%;
}
.H0 {
  height: 0px;
}
.H5 {
  height: 5px;
}
.H10 {
  height: 10px;
}
.H15 {
  height: 15px;
}
.H20 {
  height: 20px;
}
.H25 {
  height: 25px;
}
.H30 {
  height: 30px;
}
.H35 {
  height: 35px;
}
.H40 {
  height: 40px;
}
.H45 {
  height: 45px;
}
.H50 {
  height: 50px;
}
.H55 {
  height: 55px;
}
.H60 {
  height: 60px;
}
.H65 {
  height: 65px;
}
.H70 {
  height: 70px;
}
.H75 {
  height: 75px;
}
.H80 {
  height: 80px;
}
.H85 {
  height: 85px;
}
.H90 {
  height: 90px;
}
.H95 {
  height: 95px;
}
.H100 {
  height: 100px;
}
.H105 {
  height: 105px;
}
.H110 {
  height: 110px;
}
.H115 {
  height: 115px;
}
.H120 {
  height: 120px;
}
.H125 {
  height: 125px;
}
.H130 {
  height: 130px;
}
.H135 {
  height: 135px;
}
.H140 {
  height: 140px;
}
.H145 {
  height: 145px;
}
.emH0_25 {
  height: 0.25em;
}
.emH0_5 {
  height: 0.5em;
}
.emH0_75 {
  height: 0.75em;
}
.emH1 {
  height: 1em;
}
.emH1_25 {
  height: 1.25em;
}
.emH1_5 {
  height: 1.5em;
}
.emH1_75 {
  height: 1.75em;
}
.emH2 {
  height: 2em;
}
.emH2_25 {
  height: 2.25em;
}
.emH2_5 {
  height: 2.5em;
}
.emH2_75 {
  height: 2.75em;
}
.emH3 {
  height: 3em;
}
.AR1_3 {
  aspect-ratio: 1 / 3;
}
.AR1_2 {
  aspect-ratio: 1 / 2;
}
.AR9_16 {
  aspect-ratio: 9 / 16;
}
.AR2_3 {
  aspect-ratio: 2 / 3;
}
.AR3_4 {
  aspect-ratio: 3 / 4;
}
.AR4_5 {
  aspect-ratio: 4 / 5;
}
.AR1_1 {
  aspect-ratio: 1 / 1;
}
.AR5_4 {
  aspect-ratio: 5 / 4;
}
.AR4_3 {
  aspect-ratio: 4 / 3;
}
.AR3_2 {
  aspect-ratio: 3 / 2;
}
.AR16_9 {
  aspect-ratio: 16 / 9;
}
.AR2_1 {
  aspect-ratio: 2 / 1;
}
.AR8_3 {
  aspect-ratio: 8 / 3;
}
.AR3_1 {
  aspect-ratio: 3 / 1;
}
.AR4_1 {
  aspect-ratio: 4 / 1;
}
.AR5_1 {
  aspect-ratio: 5 / 1;
}
.AR6_1 {
  aspect-ratio: 6 / 1;
}
.AR7_1 {
  aspect-ratio: 7 / 1;
}
.AR8_1 {
  aspect-ratio: 8 / 1;
}
.AR9_1 {
  aspect-ratio: 9 / 1;
}
.AR10_1 {
  aspect-ratio: 10 / 1;
}
.AR11_1 {
  aspect-ratio: 11 / 1;
}
.AR12_1 {
  aspect-ratio: 12 / 1;
}
.AR13_1 {
  aspect-ratio: 13 / 1;
}
.AR14_1 {
  aspect-ratio: 14 / 1;
}
.AR15_1 {
  aspect-ratio: 15 / 1;
}
.AR16_1 {
  aspect-ratio: 16 / 1;
}
.AR17_1 {
  aspect-ratio: 17 / 1;
}
.AR18_1 {
  aspect-ratio: 18 / 1;
}
.AR19_1 {
  aspect-ratio: 19 / 1;
}
.AR20_1 {
  aspect-ratio: 20 / 1;
}
.wp-block-columns.SocialIcons img {
  width: 45px;
}
/*Positioning*/
.OOB,
.POAOOB {
  left: -5000px;
}
.L0,
.modal,
.modal-backdrop,
.cover,
.CL a::after,
.embed-container iframe,
.embed-container object,
.embed-container embed,
.ToggleCollapses.IconLeft > .panel .CL a::before,
.IconLeft .panel .ToggleCollapse.CL a::before {
  left: 0%;
}
.L5,
a.skip:active,
a.skip:focus {
  left: 5%;
}
.L1_12 {
  left: 8.333333333%;
}
.L10 {
  left: 10%;
}
.L15 {
  left: 15%;
}
.L2_12 {
  left: 16.66666667%;
}
.L20 {
  left: 20%;
}
.L25,
.L3_12 {
  left: 25%;
}
.L30 {
  left: 30%;
}
.L33-33,
.L4_12 {
  left: 33.33333333%;
}
.L35 {
  left: 35%;
}
.L40 {
  left: 40%;
}
.L5_12 {
  left: 41.66666667%;
}
.L45 {
  left: 45%;
}
.L50,
.L6_12 {
  left: 50%;
}
.L55 {
  left: 55%;
}
.L7_12 {
  left: 58.33333333%;
}
.L60 {
  left: 60%;
}
.L65 {
  left: 65%;
}
.L66-66,
.L8_12 {
  left: 66.66666667%;
}
.L70 {
  left: 70%;
}
.L75,
.L9_12 {
  left: 75%;
}
.L80 {
  left: 80%;
}
.L10_12 {
  left: 83.33333333%;
}
.L85 {
  left: 85%;
}
.L90 {
  left: 90%;
}
.L11_12 {
  left: 91.66666667%;
}
.L95 {
  left: 95%;
}
.L100,
.L12_12 {
  left: 100%;
}
.R0,
.modal,
.modal-backdrop,
.cover,
.CL a::after,
.ToggleCollapses > .panel .CL a::before,
.panel .ToggleCollapse.CL a::before {
  right: 0%;
}
.R5 {
  right: 5%;
}
.R1_12 {
  right: 8.333333333%;
}
.R10 {
  right: 10%;
}
.R15 {
  right: 15%;
}
.R2_12 {
  right: 16.66666667%;
}
.R20 {
  right: 20%;
}
.R25,
.R3_12 {
  right: 25%;
}
.R30 {
  right: 30%;
}
.R33-33,
.R4_12 {
  right: 33.33333333%;
}
.R35 {
  right: 35%;
}
.R40 {
  right: 40%;
}
.R5_12 {
  right: 41.66666667%;
}
.R45 {
  right: 45%;
}
.R50,
.R6_12 {
  right: 50%;
}
.R55 {
  right: 55%;
}
.R7_12 {
  right: 58.33333333%;
}
.R60 {
  right: 60%;
}
.R65 {
  right: 65%;
}
.R66-66,
.R8_12 {
  right: 66.66666667%;
}
.R70 {
  right: 70%;
}
.R75,
.R9_12 {
  right: 75%;
}
.R80 {
  right: 80%;
}
.R10_12 {
  right: 83.33333333%;
}
.R85 {
  right: 85%;
}
.R90 {
  right: 90%;
}
.R11_12 {
  right: 91.66666667%;
}
.R95 {
  right: 95%;
}
.R100,
.R12_12 {
  right: 100%;
}
.T0,
.modal-backdrop,
.cover,
.CL a::after,
.embed-container iframe,
.embed-container object,
.embed-container embed {
  top: 0%;
}
.T5 {
  top: 5%;
}
.T10 {
  top: 10%;
}
.T15,
a.skip:active,
a.skip:focus {
  top: 15%;
}
.T20,
.modal {
  top: 20%;
}
.T25 {
  top: 25%;
}
.T30 {
  top: 30%;
}
.T35 {
  top: 35%;
}
.T40 {
  top: 40%;
}
.T45 {
  top: 45%;
}
.T50 {
  top: 50%;
}
.T55 {
  top: 55%;
}
.T60 {
  top: 60%;
}
.T65 {
  top: 65%;
}
.T70 {
  top: 70%;
}
.T75 {
  top: 75%;
}
.T80 {
  top: 80%;
}
.T85 {
  top: 85%;
}
.T90 {
  top: 90%;
}
.T95 {
  top: 95%;
}
.T100 {
  top: 100%;
}
.B0,
.modal,
.modal-backdrop,
.cover,
.CL a::after {
  bottom: 0%;
}
.B5 {
  bottom: 5%;
}
.B10 {
  bottom: 10%;
}
.B15 {
  bottom: 15%;
}
.B20 {
  bottom: 20%;
}
.B25 {
  bottom: 25%;
}
.B30 {
  bottom: 30%;
}
.B35 {
  bottom: 35%;
}
.B40 {
  bottom: 40%;
}
.B45 {
  bottom: 45%;
}
.B50 {
  bottom: 50%;
}
.B55 {
  bottom: 55%;
}
.B60 {
  bottom: 60%;
}
.B65 {
  bottom: 65%;
}
.B70 {
  bottom: 70%;
}
.B75 {
  bottom: 75%;
}
.B80 {
  bottom: 80%;
}
.B85 {
  bottom: 85%;
}
.B90 {
  bottom: 90%;
}
.B95 {
  bottom: 95%;
}
.B100 {
  bottom: 100%;
}
.TTY0 {
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.TTY50 {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.TTY100 {
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.OS0 {
  margin-left: 0%;
}
.OS5 {
  margin-left: 5%;
}
.OS1_12 {
  margin-left: 8.333333333%;
}
.OS10 {
  margin-left: 10%;
}
.OS15 {
  margin-left: 15%;
}
.OS2_12 {
  margin-left: 16.66666667%;
}
.OS20 {
  margin-left: 20%;
}
.OS25,
.OS3_12 {
  margin-left: 25%;
}
.OS30 {
  margin-left: 30%;
}
.OS33-33,
.OS4_12 {
  margin-left: 33.33333333%;
}
.OS35 {
  margin-left: 35%;
}
.OS40 {
  margin-left: 40%;
}
.OS5_12 {
  margin-left: 41.66666667%;
}
.OS45 {
  margin-left: 45%;
}
.OS50,
.OS6_12 {
  margin-left: 50%;
}
.OS55 {
  margin-left: 55%;
}
.OS7_12 {
  margin-left: 58.33333333%;
}
.OS60 {
  margin-left: 60%;
}
.OS65 {
  margin-left: 65%;
}
.OS66-66,
.OS8_12 {
  margin-left: 66.66666667%;
}
.OS70 {
  margin-left: 70%;
}
.OS75,
.OS9_12 {
  margin-left: 75%;
}
.OS80 {
  margin-left: 80%;
}
.OS10_12 {
  margin-left: 83.33333333%;
}
.OS85 {
  margin-left: 85%;
}
.OS90 {
  margin-left: 90%;
}
.OS11_12 {
  margin-left: 91.66666667%;
}
.OS95 {
  margin-left: 95%;
}
.OS100,
.OS12_12 {
  margin-left: 100%;
}
.Z1 {
  z-index: 1;
}
.Z5 {
  z-index: 5;
}
.Z10 {
  z-index: 10;
}
.Z15 {
  z-index: 15;
}
.Z20 {
  z-index: 20;
}
.Z25 {
  z-index: 25;
}
.Z30 {
  z-index: 30;
}
.Z35 {
  z-index: 35;
}
.Z40 {
  z-index: 40;
}
.Z45 {
  z-index: 45;
}
.Z50 {
  z-index: 50;
}
.Z500 {
  z-index: 500;
}
.Z600 {
  z-index: 600;
}
.Z700 {
  z-index: 700;
}
.Z800 {
  z-index: 800;
}
.Z900 {
  z-index: 900;
}
.skip {
  top: -200px;
  left: -200px;
}
.anchorlink {
  top: -150px;
}
/*Margin, Padding, and Border*/
.row,
.wp-block-columns,
.wp-block-gallery {
  margin-left: -15px;
  margin-right: -15px;
}
.M {
  margin: 15px;
}
.MT,
figure figcaption {
  margin-top: 15px;
}
.MR {
  margin-right: 15px;
}
.MB,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 15px;
}
.ML {
  margin-left: 15px;
}
.MLR {
  margin-left: 15px;
  margin-right: 15px;
}
.MTB {
  margin-top: 15px;
  margin-bottom: 15px;
}
.MH {
  margin: 7.5px;
}
.MTH {
  margin-top: 7.5px;
}
.MRH {
  margin-right: 7.5px;
}
.MBH {
  margin-bottom: 7.5px;
}
.MLH {
  margin-left: 7.5px;
}
.MLRH {
  margin-left: 7.5px;
  margin-right: 7.5px;
}
.MTBH {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
.M10 {
  margin: 10px;
}
.MT10,
dt {
  margin-top: 10px;
}
.MR10 {
  margin-right: 10px;
}
.MB10,
p,
.link-list li {
  margin-bottom: 10px;
}
.ML10 {
  margin-left: 10px;
}
.MLR10 {
  margin-left: 10px;
  margin-right: 10px;
}
.MTB10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.MS {
  margin: 5px;
}
.MTS {
  margin-top: 5px;
}
.MRS {
  margin-right: 5px;
}
.MBS {
  margin-bottom: 5px;
}
.MLS {
  margin-left: 5px;
}
.MLRS {
  margin-left: 5px;
  margin-right: 5px;
}
.MTBS {
  margin-top: 5px;
  margin-bottom: 5px;
}
.M0,
body,
figure,
dt:first-child {
  margin: 0px;
}
.MT0,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p {
  margin-top: 0px;
}
.MR0 {
  margin-right: 0px;
}
.MB0,
.panel .CL {
  margin-bottom: 0px;
}
.ML0,
dd {
  margin-left: 0px;
}
.MLR0,
.row.no-gutter,
.wp-block-columns.no-gutter,
.wp-block-gallery.columns-1 {
  margin-left: 0px;
  margin-right: 0px;
}
.MTB0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.P4x {
  padding: 60px;
}
.PT4x {
  padding-top: 60px;
}
.PR4x {
  padding-right: 60px;
}
.PB4x {
  padding-bottom: 60px;
}
.PL4x {
  padding-left: 60px;
}
.PLR4x,
.btn.btn-xl a,
a.btn.btn-xl {
  padding-left: 60px;
  padding-right: 60px;
}
.PTB4x {
  padding-top: 60px;
  padding-bottom: 60px;
}
.P3x {
  padding: 45px;
}
.PT3x {
  padding-top: 45px;
}
.PR3x {
  padding-right: 45px;
}
.PB3x {
  padding-bottom: 45px;
}
.PL3x {
  padding-left: 45px;
}
.PLR3x,
.btn.btn-lg a,
a.btn.btn-lg,
input[type="submit"],
input.gform_button.button {
  padding-left: 45px;
  padding-right: 45px;
}
.PTB3x {
  padding-top: 45px;
  padding-bottom: 45px;
}
.P2x {
  padding: 30px;
}
.PT2x {
  padding-top: 30px;
}
.PR2x {
  padding-right: 30px;
}
.PB2x {
  padding-bottom: 30px;
}
.PL2x,
ul {
  padding-left: 30px;
}
.PLR2x,
.btn a,
a.btn,
button,
input.btn {
  padding-left: 30px;
  padding-right: 30px;
}
.PTB2x,
.btn.btn-xl a,
a.btn.btn-xl,
p.btn.btn-xl {
  padding-top: 30px;
  padding-bottom: 30px;
}
.P {
  padding: 15px;
}
.PT {
  padding-top: 15px;
}
.PR,
.ToggleCollapses > .panel .CL a,
.panel .ToggleCollapse.CL a,
.ToggleCollapses > .panel-body,
.panel-body {
  padding-right: 15px;
}
.PB {
  padding-bottom: 15px;
}
.PL,
.ToggleCollapses.IconLeft > .panel .CL a,
.IconLeft .panel .ToggleCollapse.CL a,
.ToggleCollapses.IconLeft > .panel-body,
.IconLeft .panel-body {
  padding-left: 15px;
}
.PLR,
.row > [class*="col-"],
.wp-block-columns > .wp-block-column,
.sub-menu {
  padding-left: 15px;
  padding-right: 15px;
}
.PTB,
.btn.btn-lg a,
a.btn.btn-lg,
p.btn.btn-lg,
input[type="submit"],
input.gform_button.button {
  padding-top: 15px;
  padding-bottom: 15px;
}
.PH {
  padding: 7.5px;
}
.PTH {
  padding-top: 7.5px;
}
.PRH {
  padding-right: 7.5px;
}
.PBH {
  padding-bottom: 7.5px;
}
.PLH {
  padding-left: 7.5px;
}
.PLRH,
input {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.PTBH,
.btn a,
a.btn,
p.btn,
button,
input,
input.btn,
.panel .CL {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.PS {
  padding: 5px;
}
.PTS {
  padding-top: 5px;
}
.PRS {
  padding-right: 5px;
}
.PBS {
  padding-bottom: 5px;
}
.PLS {
  padding-left: 5px;
}
.PLRS {
  padding-left: 5px;
  padding-right: 5px;
}
.PTBS {
  padding-top: 5px;
  padding-bottom: 5px;
}
.P0 {
  padding: 0px;
}
.PT0 {
  padding-top: 0px;
}
.PR0,
.wp-block-columns > .wp-block-column.PR0 {
  padding-right: 0px;
}
.PB0 {
  padding-bottom: 0px;
}
.PL0,
.wp-block-columns > .wp-block-column.PL0 {
  padding-left: 0px;
}
.PLR0,
.row.no-gutter > [class*="col-"],
.wp-block-columns.no-gutter > .wp-block-column {
  padding-left: 0px;
  padding-right: 0px;
}
.PTB0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.BRB {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.BR2x {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.BR6x,
.btn a,
a.btn,
button,
input.btn {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.BR9x,
.btn.btn-lg a,
a.btn.btn-lg,
input[type="submit"],
input.gform_button.button {
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
}
.BR12x,
.btn.btn-xl a,
a.btn.btn-xl {
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.BR50p > img,
.BR50Pp,
.BR50P {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.brdr,
input,
textarea,
select {
  border: 1px solid;
}
.brdrT {
  border-top: 1px solid;
}
.brdrR {
  border-right: 1px solid;
}
.brdrB {
  border-bottom: 1px solid;
}
.brdrL {
  border-left: 1px solid;
}
.brdrLR {
  border-left: 1px solid;
  border-right: 1px solid;
}
.brdrTB {
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.brdr2x,
.btn.brand a,
a.btn.brand,
.btn.white a,
a.btn.white,
input.btn,
input[type="submit"],
button.btn.brand,
button.btn.brand.transparent,
input.gform_button.button {
  border: 2px solid;
}
.brdrT2x {
  border-top: 2px solid;
}
.brdrR2x {
  border-right: 2px solid;
}
.brdrB2x {
  border-bottom: 2px solid;
}
.brdrL2x {
  border-left: 2px solid;
}
.brdrLR2x {
  border-left: 2px solid;
  border-right: 2px solid;
}
.brdrTB2x {
  border-top: 2px solid;
  border-bottom: 2px solid;
}
.brdr-white,
.btn.white.transparent a,
a.btn.white.transparent,
input.btn.white.transparent {
  border-color: #ffffff;
}
.brdr-grey-light {
  border-color: #f0f0f0;
}
.brdr-grey,
input,
textarea,
select {
  border-color: #a9a9a9;
}

.brdr-brand,
.btn.brand a,
a.btn.brand,
button.btn.brand.transparent,
button.btn.brand.transparent:hover,
input[type="submit"],
input.gform_button.button,
input[type="submit"]:hover,
input.gform_button.button:hover {
  border-color: #d2232a;
}

.brdr-brand.orange,
.btn.brand.orange a,
a.btn.brand.orange,
button.btn.brand.orange.transparent,
button.btn.brand.orange.transparent:hover,
input[type="submit"],
input.gform_button.button,
input[type="submit"]:hover,
input.gform_button.button:hover {
  border-color: #ed6b2c;
}

.btn.brand.darkred a,
a.btn.brand.darkred,
button.btn.brand.darkred.transparent,
button.btn.brand.darkred.transparent:hover,
input[type="submit"],
input.gform_button.button,
input[type="submit"]:hover,
input.gform_button.button:hover {
  border-color: #911310;
}

.mc-embedded-subscribe-form input[type="text"],
.mc-embedded-subscribe-form input[type="email"] {
  border-top: none;
  border-left: none;
  border-right: none;
  border-color: #ffffff;
}

.OpenTab {
  border-bottom: 1px solid #f0f0f0;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.OpenTab.active {
  border-bottom: 1px solid transparent;
  border-top: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
}
.TabsLeft .OpenTab {
  border-bottom: 1px solid #f0f0f0;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid #f0f0f0;
}
.TabsLeft .OpenTab.active {
  border-bottom: 1px solid #f0f0f0;
  border-top: 1px solid transparent;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid transparent;
}
.TabsLeft .OpenTab.First {
  border-top: 1px solid #f0f0f0;
}
.TabsRight .OpenTab {
  border-bottom: 1px solid #f0f0f0;
  border-top: 1px solid transparent;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid transparent;
}
.TabsRight .OpenTab.active {
  border-bottom: 1px solid #f0f0f0;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid #f0f0f0;
}
.TabsRight .OpenTab.First {
  border-top: 1px solid #f0f0f0;
}
.TabsBelow .OpenTab {
  border-bottom: 1px solid transparent;
  border-top: 1px solid #f0f0f0;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.TabsBelow .OpenTab.active {
  border-bottom: 1px solid #f0f0f0;
  border-top: 1px solid transparent;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
}
@media (max-width: 767px) {
  .TabsLeft-sm .OpenTab {
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid #f0f0f0;
  }
  .TabsLeft-sm .OpenTab.active {
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid transparent;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid transparent;
  }
  .TabsLeft-sm .OpenTab.First {
    border-top: 1px solid #f0f0f0;
  }
  .TabsRight-sm .OpenTab {
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid transparent;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid transparent;
  }
  .TabsRight-sm .OpenTab.active {
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid #f0f0f0;
  }
  .TabsRight-sm .OpenTab.First {
    border-top: 1px solid #f0f0f0;
  }
  .Boxed-sm .OpenTab,
  .TabsBelow.Boxed-sm .OpenTab,
  .TabsBelowBoxed-sm .OpenTab.active {
    border: none;
    padding-right: 15px;
  }
  .Boxed-sm .OpenTab .CL {
    border: 1px solid #f0f0f0;
  }
}
/*Common Classes*/
.W100,
.W100 > img,
.W100 > a > img,
input,
textarea,
select,
.embed-container iframe,
.embed-container object,
.embed-container embed,
.panel .CL,
.ToggleCollapses > .panel .CL a,
.panel .ToggleCollapse.CL a {
  width: 100%;
}
.MW100,
img,
iframe,
input,
button,
select,
textarea,
svg,
.form-control,
.embed-container {
  max-width: 100%;
}
.WA,
.Icon img,
.WA > img,
.WA > a > img,
button.btn,
input[type="checkbox"],
input[type="radio"],
input[type="submit"],
input.gform_button.button,
.gform_wrapper.gravity-theme .gfield input[type="checkbox"],
.gform_wrapper.gravity-theme .gfield input[type="radio"] {
  width: auto;
}
.Stretch {
  width: 1800px;
}
.HA,
img {
  height: auto;
}
.H100p,
.Icon img,
H100p > img,
H100p > a > img,
.embed-container iframe,
.embed-container object,
.embed-container embed {
  height: 100%;
}
.Z_1 {
  z-index: -1;
}
.VAM,
img,
iframe,
svg {
  vertical-align: middle;
}
.VAB {
  vertical-align: bottom;
}
.VAT {
  vertical-align: top;
}
.TBLF {
  table-layout: fixed;
}
.DFL,
.flex,
.wp-block-gallery {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}
.DFLC,
.flex .wp-block-column,
.wp-block-gallery figure {
  flex: 1;
  width: 100%;
}
.pseudoTBL,
.container::before,
.container::after,
.row::before,
.row::after,
.wp-block-columns::before,
.wp-block-columns::after,
.wp-block-group::before,
.wp-block-group::after,
.divider::before,
.divider::after,
nav:before,
nav:after {
  content: " ";
  display: table;
}
.MA,
.container,
.POC,
.POC img,
.aligncenter img {
  margin-left: auto;
  margin-right: auto;
}
.TDU,
.TDU-H:hover,
.CLG:hover a.CL,
.CL a:hover {
  text-decoration: underline;
}
.TD0,
.TD0:hover,
a,
.menu-item a,
.btn a,
a.btn,
.btn a:hover,
a.btn:hover {
  text-decoration: none;
}
.TU,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.btn,
.TT0.btn a,
input[type="submit"],
input.gform_button.button {
  text-transform: uppercase;
}
.TL {
  text-transform: lowercase;
}
.TC {
  text-transform: capitalize;
}
.TT0,
.TT0.h1,
.TT0.h2,
.TT0.h3,
.TT0.h4,
.TT0.h5,
.TT0.h6,
.TT0.h1,
.TT0.h2,
.TT0.h3,
.TT0.h4,
.TT0.h5,
.TT0.h6,
.TT0.btn,
.TT0-small small,
.TT0-span span {
  text-transform: none;
}
.fsi {
  font-style: italic;
}
.fso {
  font-style: oblique;
}
.fsn {
  font-style: normal;
}
.LS0,
.sub-menu {
  list-style-type: none;
  list-style: none;
}
.CP:hover,
button:hover {
  cursor: pointer;
}
.brdr0,
img,
iframe,
svg,
button,
.brdr0 a,
.brdr0 a:hover,
html body main a.anchorlink,
main figure a,
main .text-brand a,
.OpenTab a,
.ToggleCollapse a,
.ToggleCollapses a {
  border: none;
  border: 0;
}
.O0,
.fade {
  opacity: 0;
}
.O1,
.fade.in {
  opacity: 1;
}
.modal-backdrop.fade.in {
  opacity: 0.6;
}
.OFH,
.collapsing,
.embed-container {
  overflow: hidden;
}
.OFA {
  overflow: auto;
}
.bg-cover {
  background-size: cover;
}
.bg-contain {
  background-size: contain;
}
.bg-x-100 {
  background-size: 100% auto;
}
.bg-y-100 {
  background-size: auto 100%;
}
.bg-x-center {
  background-position-x: center;
}
.bg-x-left {
  background-position-x: left;
}
.bg-x-right {
  background-position-x: right;
}
.bg-y-center {
  background-position-y: center;
}
.bg-y-top {
  background-position-y: top;
}
.bg-y-bottom {
  background-position-y: bottom;
}
.bg-center-center {
  background-position-y: center;
  background-position-x: center;
}
.bg-repeat-0 {
  background-repeat: no-repeat;
}
.bg-fixed {
  background-attachment: fixed;
}
.Transition225 {
  -webkit-transition: all 2.25s ease 0s;
  -moz-transition: all 2.25s ease 0s;
  -ms-transition: all 2.25s ease 0s;
  -o-transition: all 2.25s ease 0s;
  transition: all 2.25s ease 0s;
}
.Transition150 {
  -webkit-transition: all 1.5s ease 0s;
  -moz-transition: all 1.5s ease 0s;
  -ms-transition: all 1.5s ease 0s;
  -o-transition: all 1.5s ease 0s;
  transition: all 1.5s ease 0s;
}
.Transition75 {
  -webkit-transition: all 0.75s ease 0s;
  -moz-transition: all 0.75s ease 0s;
  -ms-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}
.Transition,
a,
.btn,
input[type="submit"],
input.gform_button.button,
.sub-menu {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.collapsing {
  height: 0;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.FL,
.wp-block-column,
.alignleft,
.panel .CL > a {
  float: left;
}
.FR,
.alignright {
  float: right;
}
.F0 {
  float: none;
}
.CB,
.container::after,
.row::after,
.wp-block-columns::after,
.wp-block-group::after,
.divider::after,
nav:after {
  clear: both;
}
.POR,
.collapsing,
.anchorlink,
.CLG,
.embed-container,
.Close-small small {
  position: relative;
}
.POA,
.POAOOB,
.CLG .CL a::after,
.embed-container iframe,
.embed-container object,
.embed-container embed,
.ToggleCollapses > .panel .CL a::before,
.panel .ToggleCollapse.CL a::before {
  position: absolute;
}
.POF,
.modal,
.modal-backdrop {
  position: fixed;
}
.DBL,
.collapse.in,
.tab-content > .tab-pane.active,
a.anchorlink {
  display: block;
}
.DIL {
  display: inline;
}
.DILB,
.btn a,
a.btn,
button.btn,
.panel .CL,
.panel .CL > a {
  display: inline-block;
}
.D0,
.collapse,
.tab-content > .tab-pane,
.CTA + .FooterSpacer {
  display: none;
}
.DTBL {
  display: table;
}
.DTBLR {
  display: table-row;
}
.DTBLC {
  display: table-cell;
}
.text-left,
.has-text-align-left {
  text-align: left;
}
.text-right,
.has-text-align-right {
  text-align: right;
}
.text-center,
.has-text-align-center,
.aligncenter {
  text-align: center;
}
/*Responsive*/
@-ms-viewport {
  width: device-width;
}
/*md*/
@media (min-width: 768px) {
  .container {
    width: 767px;
  }
  ul#main-menu li.ToggleMenu a {
    padding: 10px 15px;
  }
  ul#main-menu.LIL-md > li {
    padding-left: 5px;
    padding-right: 5px;
  }
  .FS16 {
    font-size: 16px;
  }
  .FS18,
  body,
  h6,
  .h6,
  dt,
  input,
  input[type="submit"],
  input.btn,
  button.btn,
  input.gform_button.button {
    font-size: 17.64px;
  }
  .FS20,
  h5,
  .h5 {
    font-size: 19.28px;
  }
  .FS22,
  h4,
  .h4 {
    font-size: 20.92px;
  }
  .FS24 {
    font-size: 22.58px;
  }
  .FS25,
  h3,
  .h3 {
    font-size: 23.5px;
  }
  .FS32,
  h2,
  .h2 {
    font-size: 28.72px;
  }
  .FS46 {
    font-size: 38.92px;
  }
  .FS60 {
    font-size: 49.14px;
  }
  .FS75,
  h1,
  .h1 {
    font-size: 60.08px;
  }
  .FS90 {
    font-size: 71px;
  }
  .FS105 {
    font-size: 81.92px;
  }
  .FS120 {
    font-size: 92.86px;
  }
  .W-md-0 {
    width: 0%;
  }
  .W-md-5 {
    width: 5%;
  }
  .W-md-1_12,
  .col-md-1,
  .W-md-8-33 {
    width: 8.333333333%;
  }
  .W-md-10 {
    width: 10%;
  }
  .W-md-15 {
    width: 15%;
  }
  .W-md-2_12,
  .col-md-2,
  .W-md-16-66 {
    width: 16.66666667%;
  }
  .W-md-20 {
    width: 20%;
  }
  .W-md-25,
  .col-md-3,
  .W-md-3_12 {
    width: 25%;
  }
  .W-md-30 {
    width: 30%;
  }
  .W-md-33-33,
  .col-md-4,
  .W-md-4_12 {
    width: 33.33333333%;
  }
  .W-md-35 {
    width: 35%;
  }
  .W-md-40 {
    width: 40%;
  }
  .W-md-5_12,
  .col-md-5,
  .W-md-41-66 {
    width: 41.66666667%;
  }
  .W-md-45 {
    width: 45%;
  }
  .W-md-50,
  .col-md-6,
  .W-md-6_12 {
    width: 50%;
  }
  .W-md-55 {
    width: 55%;
  }
  .W-md-7_12,
  .col-md-7,
  .W-md-58-33 {
    width: 58.33333333%;
  }
  .W-md-60 {
    width: 60%;
  }
  .W-md-65 {
    width: 65%;
  }
  .W-md-66-66,
  .col-md-8,
  .W-md-8_12 {
    width: 66.66666667%;
  }
  .W-md-70 {
    width: 70%;
  }
  .W-md-75,
  .col-md-9,
  .W-md-9_12 {
    width: 75%;
  }
  .W-md-80 {
    width: 80%;
  }
  .W-md-10_12,
  .col-md-10,
  .W-md-83-33 {
    width: 83.33333333%;
  }
  .W-md-85 {
    width: 85%;
  }
  .W-md-90 {
    width: 90%;
  }
  .W-md-11_12,
  .col-md-11,
  .W-md-91-66 {
    width: 91.66666667%;
  }
  .W-md-95 {
    width: 95%;
  }
  .W-md-100,
  .col-md-12,
  .W-md-12_12 {
    width: 100%;
  }
  .H-md-0 {
    height: 0px;
  }
  .H-md-5 {
    height: 5px;
  }
  .H-md-10 {
    height: 10px;
  }
  .H-md-15 {
    height: 15px;
  }
  .H-md-20 {
    height: 20px;
  }
  .H-md-25 {
    height: 25px;
  }
  .H-md-30 {
    height: 30px;
  }
  .H-md-35 {
    height: 35px;
  }
  .H-md-40 {
    height: 40px;
  }
  .H-md-45 {
    height: 45px;
  }
  .H-md-50 {
    height: 50px;
  }
  .H-md-55 {
    height: 55px;
  }
  .H-md-60 {
    height: 60px;
  }
  .H-md-65 {
    height: 65px;
  }
  .H-md-70 {
    height: 70px;
  }
  .H-md-75 {
    height: 75px;
  }
  .H-md-80 {
    height: 80px;
  }
  .H-md-85 {
    height: 85px;
  }
  .H-md-90 {
    height: 90px;
  }
  .H-md-95 {
    height: 95px;
  }
  .H-md-100 {
    height: 100px;
  }
  .H-md-105 {
    height: 105px;
  }
  .H-md-110 {
    height: 110px;
  }
  .H-md-115 {
    height: 115px;
  }
  .H-md-120 {
    height: 120px;
  }
  .H-md-125 {
    height: 125px;
  }
  .H-md-130 {
    height: 130px;
  }
  .H-md-135 {
    height: 135px;
  }
  .H-md-140 {
    height: 140px;
  }
  .H-md-145 {
    height: 145px;
  }
  .AR-md-1_3 {
    aspect-ratio: 1 / 3;
  }
  .AR-md-1_2 {
    aspect-ratio: 1 / 2;
  }
  .AR-md-9_16 {
    aspect-ratio: 9 / 16;
  }
  .AR-md-2_3 {
    aspect-ratio: 2 / 3;
  }
  .AR-md-3_4 {
    aspect-ratio: 3 / 4;
  }
  .AR-md-4_5 {
    aspect-ratio: 4 / 5;
  }
  .AR-md-1_1 {
    aspect-ratio: 1 / 1;
  }
  .AR-md-5_4 {
    aspect-ratio: 5 / 4;
  }
  .AR-md-4_3 {
    aspect-ratio: 4 / 3;
  }
  .AR-md-3_2 {
    aspect-ratio: 3 / 2;
  }
  .AR-md-16_9 {
    aspect-ratio: 16 / 9;
  }
  .AR-md-2_1 {
    aspect-ratio: 2 / 1;
  }
  .AR-md-8_3 {
    aspect-ratio: 8 / 3;
  }
  .AR-md-3_1 {
    aspect-ratio: 3 / 1;
  }
  .AR-md-4_1 {
    aspect-ratio: 4 / 1;
  }
  .AR-md-5_1 {
    aspect-ratio: 5 / 1;
  }
  .AR-md-6_1 {
    aspect-ratio: 6 / 1;
  }
  .AR-md-7_1 {
    aspect-ratio: 7 / 1;
  }
  .AR-md-8_1 {
    aspect-ratio: 8 / 1;
  }
  .AR-md-9_1 {
    aspect-ratio: 9 / 1;
  }
  .AR-md-10_1 {
    aspect-ratio: 10 / 1;
  }
  .AR-md-11_1 {
    aspect-ratio: 11 / 1;
  }
  .AR-md-12_1 {
    aspect-ratio: 12 / 1;
  }
  .AR-md-13_1 {
    aspect-ratio: 13 / 1;
  }
  .AR-md-14_1 {
    aspect-ratio: 14 / 1;
  }
  .AR-md-15_1 {
    aspect-ratio: 15 / 1;
  }
  .AR-md-16_1 {
    aspect-ratio: 16 / 1;
  }
  .AR-md-17_1 {
    aspect-ratio: 17 / 1;
  }
  .AR-md-18_1 {
    aspect-ratio: 18 / 1;
  }
  .AR-md-19_1 {
    aspect-ratio: 19 / 1;
  }
  .AR-md-20_1 {
    aspect-ratio: 20 / 1;
  }
  .L-md-0 {
    left: 0%;
  }
  .L-md-5 {
    left: 5%;
  }
  .L-md-1_12 {
    left: 8.333333333%;
  }
  .L-md-10 {
    left: 10%;
  }
  .L-md-15 {
    left: 15%;
  }
  .L-md-2_12 {
    left: 16.66666667%;
  }
  .L-md-20 {
    left: 20%;
  }
  .L-md-25 {
    left: 25%;
  }
  .L-md-30 {
    left: 30%;
  }
  .L-md-33-33 {
    left: 33.33333333%;
  }
  .L-md-35 {
    left: 35%;
  }
  .L-md-40 {
    left: 40%;
  }
  .L-md-5_12 {
    left: 41.66666667%;
  }
  .L-md-45 {
    left: 45%;
  }
  .L-md-50 {
    left: 50%;
  }
  .L-md-55 {
    left: 55%;
  }
  .L-md-7_12 {
    left: 58.33333333%;
  }
  .L-md-60 {
    left: 60%;
  }
  .L-md-65 {
    left: 65%;
  }
  .L-md-66-66 {
    left: 66.66666667%;
  }
  .L-md-70 {
    left: 70%;
  }
  .L-md-75 {
    left: 75%;
  }
  .L-md-80 {
    left: 80%;
  }
  .L-md-10_12 {
    left: 83.33333333%;
  }
  .L-md-85 {
    left: 85%;
  }
  .L-md-90 {
    left: 90%;
  }
  .L-md-11_12 {
    left: 91.66666667%;
  }
  .L-md-95 {
    left: 95%;
  }
  .L-md-100 {
    left: 100%;
  }
  .R-md-0 {
    right: 0%;
  }
  .R-md-5 {
    right: 5%;
  }
  .R-md-1_12 {
    right: 8.333333333%;
  }
  .R-md-10 {
    right: 10%;
  }
  .R-md-15 {
    right: 15%;
  }
  .R-md-2_12 {
    right: 16.66666667%;
  }
  .R-md-20 {
    right: 20%;
  }
  .R-md-25 {
    right: 25%;
  }
  .R-md-30 {
    right: 30%;
  }
  .R-md-33-33 {
    right: 33.33333333%;
  }
  .R-md-35 {
    right: 35%;
  }
  .R-md-40 {
    right: 40%;
  }
  .R-md-5_12 {
    right: 41.66666667%;
  }
  .R-md-45 {
    right: 45%;
  }
  .R-md-50 {
    right: 50%;
  }
  .R-md-55 {
    right: 55%;
  }
  .R-md-7_12 {
    right: 58.33333333%;
  }
  .R-md-60 {
    right: 60%;
  }
  .R-md-65 {
    right: 65%;
  }
  .R-md-66-66 {
    right: 66.66666667%;
  }
  .R-md-70 {
    right: 70%;
  }
  .R-md-75 {
    right: 75%;
  }
  .R-md-80 {
    right: 80%;
  }
  .R-md-10_12 {
    right: 83.33333333%;
  }
  .R-md-85 {
    right: 85%;
  }
  .R-md-90 {
    right: 90%;
  }
  .R-md-11_12 {
    right: 91.66666667%;
  }
  .R-md-95 {
    right: 95%;
  }
  .R-md-100 {
    right: 100%;
  }
  .T-md-0 {
    top: 0%;
  }
  .T-md-5 {
    top: 5%;
  }
  .T-md-10 {
    top: 10%;
  }
  .T-md-15 {
    top: 15%;
  }
  .T-md-20 {
    top: 20%;
  }
  .T-md-25 {
    top: 25%;
  }
  .T-md-30 {
    top: 30%;
  }
  .T-md-35 {
    top: 35%;
  }
  .T-md-40 {
    top: 40%;
  }
  .T-md-45 {
    top: 45%;
  }
  .T-md-50 {
    top: 50%;
  }
  .T-md-55 {
    top: 55%;
  }
  .T-md-60 {
    top: 60%;
  }
  .T-md-65 {
    top: 65%;
  }
  .T-md-70 {
    top: 70%;
  }
  .T-md-75 {
    top: 75%;
  }
  .T-md-80 {
    top: 80%;
  }
  .T-md-85 {
    top: 85%;
  }
  .T-md-90 {
    top: 90%;
  }
  .T-md-95 {
    top: 95%;
  }
  .T-md-100 {
    top: 100%;
  }
  .B-md-0 {
    bottom: 0%;
  }
  .B-md-5 {
    bottom: 5%;
  }
  .B-md-10 {
    bottom: 10%;
  }
  .B-md-15 {
    bottom: 15%;
  }
  .B-md-20 {
    bottom: 20%;
  }
  .B-md-25 {
    bottom: 25%;
  }
  .B-md-30 {
    bottom: 30%;
  }
  .B-md-35 {
    bottom: 35%;
  }
  .B-md-40 {
    bottom: 40%;
  }
  .B-md-45 {
    bottom: 45%;
  }
  .B-md-50 {
    bottom: 50%;
  }
  .B-md-55 {
    bottom: 55%;
  }
  .B-md-60 {
    bottom: 60%;
  }
  .B-md-65 {
    bottom: 65%;
  }
  .B-md-70 {
    bottom: 70%;
  }
  .B-md-75 {
    bottom: 75%;
  }
  .B-md-80 {
    bottom: 80%;
  }
  .B-md-85 {
    bottom: 85%;
  }
  .B-md-90 {
    bottom: 90%;
  }
  .B-md-95 {
    bottom: 95%;
  }
  .B-md-100 {
    bottom: 100%;
  }
  .OS-md-0 {
    margin-left: 0%;
  }
  .OS-md-5 {
    margin-left: 5%;
  }
  .OS-md-1_12 {
    margin-left: 8.333333333%;
  }
  .OS-md-10 {
    margin-left: 10%;
  }
  .OS-md-15 {
    margin-left: 15%;
  }
  .OS-md-2_12 {
    margin-left: 16.66666667%;
  }
  .OS-md-20 {
    margin-left: 20%;
  }
  .OS-md-25,
  .OS-md-3_12 {
    margin-left: 25%;
  }
  .OS-md-30 {
    margin-left: 30%;
  }
  .OS-md-33-33,
  .OS-md-4_12 {
    margin-left: 33.33333333%;
  }
  .OS-md-35 {
    margin-left: 35%;
  }
  .OS-md-40 {
    margin-left: 40%;
  }
  .OS-md-5_12 {
    margin-left: 41.66666667%;
  }
  .OS-md-45 {
    margin-left: 45%;
  }
  .OS-md-50,
  .OS-md-6_12 {
    margin-left: 50%;
  }
  .OS-md-55 {
    margin-left: 55%;
  }
  .OS-md-7_12 {
    margin-left: 58.33333333%;
  }
  .OS-md-60 {
    margin-left: 60%;
  }
  .OS-md-65 {
    margin-left: 65%;
  }
  .OS-md-66-66,
  .OS-md-8_12 {
    margin-left: 66.66666667%;
  }
  .OS-md-70 {
    margin-left: 70%;
  }
  .OS-md-75,
  .OS-md-9_12 {
    margin-left: 75%;
  }
  .OS-md-80 {
    margin-left: 80%;
  }
  .OS-md-10_12 {
    margin-left: 83.33333333%;
  }
  .OS-md-85 {
    margin-left: 85%;
  }
  .OS-md-90 {
    margin-left: 90%;
  }
  .OS-md-11_12 {
    margin-left: 91.66666667%;
  }
  .OS-md-95 {
    margin-left: 95%;
  }
  .OS-md-100,
  .OS-md-12_12 {
    margin-left: 100%;
  }
  .P4x-md {
    padding: 60px;
  }
  .P3x-md {
    padding: 45px;
  }
  .P2x-md {
    padding: 30px;
  }
  .P-md {
    padding: 15px;
  }
  .PH-md {
    padding: 7.5px;
  }
  .PS-md {
    padding: 5px;
  }
  .P0-md {
    padding: 0px;
  }
  .P4x-md {
    padding: 60px;
  }
  .PT4x-md {
    padding-top: 60px;
  }
  .PR4x-md {
    padding-right: 60px;
  }
  .PB4x-md {
    padding-bottom: 60px;
  }
  .PL4x-md {
    padding-left: 60px;
  }
  .PLR4x-md,
  .btn.btn-xl a,
  a.btn.btn-xl {
    padding-left: 60px;
    padding-right: 60px;
  }
  .PTB4x-md {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .P3x-md {
    padding: 45px;
  }
  .PT3x-md {
    padding-top: 45px;
  }
  .PR3x-md {
    padding-right: 45px;
  }
  .PB3x-md {
    padding-bottom: 45px;
  }
  .PL3x-md {
    padding-left: 45px;
  }
  .PLR3x-md,
  .btn.btn-lg a,
  a.btn.btn-lg,
  input[type="submit"],
  input.gform_button.button {
    padding-left: 45px;
    padding-right: 45px;
  }
  .PTB3x-md {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .P2x-md {
    padding: 30px;
  }
  .PT2x-md {
    padding-top: 30px;
  }
  .PR2x-md {
    padding-right: 30px;
  }
  .PB2x-md {
    padding-bottom: 30px;
  }
  .PL2x-md,
  ul {
    padding-left: 30px;
  }
  .PLR2x-md,
  .btn a,
  a.btn,
  button,
  input.btn {
    padding-left: 30px;
    padding-right: 30px;
  }
  .PTB2x-md,
  .btn.btn-xl a,
  a.btn.btn-xl,
  p.btn.btn-xl {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .P-md {
    padding: 15px;
  }
  .PT-md {
    padding-top: 15px;
  }
  .PR-md,
  .ToggleCollapses > .panel .CL a,
  .panel .ToggleCollapse.CL a,
  .ToggleCollapses > .panel-body,
  .panel-body {
    padding-right: 15px;
  }
  .PB-md {
    padding-bottom: 15px;
  }
  .PL-md,
  .ToggleCollapses.IconLeft > .panel .CL a,
  .IconLeft .panel .ToggleCollapse.CL a,
  .ToggleCollapses.IconLeft > .panel-body,
  .IconLeft .panel-body {
    padding-left: 15px;
  }
  .PLR-md,
  .row > [class*="col-"],
  .wp-block-columns > .wp-block-column,
  .sub-menu {
    padding-left: 15px;
    padding-right: 15px;
  }
  .PTB-md,
  .btn.btn-lg a,
  a.btn.btn-lg,
  p.btn.btn-lg,
  input[type="submit"],
  input.gform_button.button {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .PH-md {
    padding: 7.5px;
  }
  .PTH-md {
    padding-top: 7.5px;
  }
  .PRH-md {
    padding-right: 7.5px;
  }
  .PBH-md {
    padding-bottom: 7.5px;
  }
  .PLH-md {
    padding-left: 7.5px;
  }
  .PLRH-md,
  input {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .PTBH-md,
  .btn a,
  a.btn,
  p.btn,
  button,
  input,
  input.btn,
  .panel .CL {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
  }
  .PS-md {
    padding: 5px;
  }
  .PTS-md {
    padding-top: 5px;
  }
  .PRS-md {
    padding-right: 5px;
  }
  .PBS-md {
    padding-bottom: 5px;
  }
  .PLS-md {
    padding-left: 5px;
  }
  .PLRS-md {
    padding-left: 5px;
    padding-right: 5px;
  }
  .PTBS-md {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .P0-md {
    padding: 0px;
  }
  .PT0-md {
    padding-top: 0px;
  }
  .PR0-md,
  .wp-block-columns > .wp-block-column.PR0 {
    padding-right: 0px;
  }
  .PB0-md {
    padding-bottom: 0px;
  }
  .PL0-md,
  .wp-block-columns > .wp-block-column.PL0 {
    padding-left: 0px;
  }
  .PLR0-md,
  .row.no-gutter > [class*="col-"],
  .wp-block-columns.no-gutter > .wp-block-column {
    padding-left: 0px;
    padding-right: 0px;
  }
  .PTB0-md {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .FL-md {
    float: left;
  }
  .FR-md {
    float: right;
  }
  .F0-md,
  .DTBLC-md {
    float: none;
  }
  .CB-md {
    clear: both;
  }
  .POR-md {
    position: relative;
  }
  .POA-md,
  ul.LIL-md .sub-menu {
    position: absolute;
  }
  .POF-md {
    position: fixed;
  }
  .DBL-md {
    display: block;
  }
  .DIL-md,
  ul.LIL-md li {
    display: inline;
  }
  .DILB-md {
    display: inline-block;
  }
  .D0-md {
    display: none;
  }
  .DLI-md,
  ul.LIL-md .sub-menu li {
    display: list-item;
  }
  .DTBL-md {
    display: table;
  }
  .DTBLR-md {
    display: table-row;
  }
  .DTBLC-md {
    display: table-cell;
  }
  .text-left-md {
    text-align: left;
  }
  .text-right-md {
    text-align: right;
  }
  .text-center-md {
    text-align: center;
  }
  .OFH-md,
  ul.LIL-md .sub-menu {
    overflow: hidden;
  }
  .MH0px-md,
  ul.LIL-md .sub-menu {
    max-height: 0px;
  }
  .MH100vh-md,
  ul.LIL-md li:hover .sub-menu {
    max-height: 100vh;
  }
  .PLR-md {
    padding-left: 15px;
    padding-right: 15px;
  }
  .PLR-2x-md {
    padding-left: 30px;
    padding-right: 30px;
  }
  .MTB0-md {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .MTBH-md {
    margin-top: 7.5px;
    margin-bottom: 7.5px;
  }
  .MTB10-md {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .MTB-md,
  .sub-menu li {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .FSem-md-0_25 {
    font-size: 0.25em;
  }
  .FSem-md-0_5 {
    font-size: 0.5em;
  }
  .FSem-md-0_75 {
    font-size: 0.75em;
  }
  .FSem-md-1 {
    font-size: 1em;
  }
  .FSem-md-1_25 {
    font-size: 1.25em;
  }
  .FSem-md-1_5 {
    font-size: 1.5em;
  }
  .FSem-md-1_75 {
    font-size: 1.75em;
  }
  .FSem-md-2 {
    font-size: 2em;
  }
  .FSem-md-2_25 {
    font-size: 2.25em;
  }
  .FSem-md-2_5 {
    font-size: 2.5em;
  }
  .FSem-md-2_75 {
    font-size: 2.75em;
  }
  .FSem-md-3 {
    font-size: 3em;
  }
  .LH1-md {
    line-height: 1;
  }
  .LH1_1-md {
    line-height: 1.1;
  }
  ul.LIL-md li {
    position: relative;
  }
  ul.LIL-md .sub-menu {
    left: 0;
  }
  ul.LIL-md > li {
    padding-right: 10px;
  }
  ul.LIL-md > li:last-child {
    padding-right: 0px;
  }
  ul.LIL-md > li.menu-item-has-children:hover > .sub-menu {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .MenuBlock.nav.LIL-md > li.menu-item-has-children > a::after {
    content: "\2304";
    margin-left: 4px;
    margin-right: -2px;
    margin-top: -5px;
    top: -3px;
    font-size: 22px;
    display: inline-block;
    position: relative;
  }
  .MenuBlock.nav.LIL-md .MobilePlus {
    display: none;
  }
}
/*lg*/
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  ul#main-menu li.ToggleMenu a {
    padding: 10px 20px;
  }
  ul#main-menu.LIL-md > li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .FS16 {
    font-size: 16px;
  }
  .FS18,
  body,
  h6,
  .h6,
  dt,
  input,
  input[type="submit"],
  input.btn,
  button.btn,
  input.gform_button.button {
    font-size: 17.82px;
  }
  .FS20,
  h5,
  .h5 {
    font-size: 19.64px;
  }
  .FS22,
  h4,
  .h4 {
    font-size: 21.46px;
  }
  .FS24 {
    font-size: 23.29px;
  }
  .FS25,
  h3,
  .h3 {
    font-size: 24.25px;
  }
  .FS32,
  h2,
  .h2 {
    font-size: 30.36px;
  }
  .FS46 {
    font-size: 42.46px;
  }
  .FS60 {
    font-size: 54.57px;
  }
  .FS75,
  h1,
  .h1 {
    font-size: 67.54px;
  }
  .FS90 {
    font-size: 80.5px;
  }
  .FS105 {
    font-size: 93.46px;
  }
  .FS120 {
    font-size: 106.43px;
  }
  .W-lg-0 {
    width: 0%;
  }
  .W-lg-5 {
    width: 5%;
  }
  .W-lg-1_12,
  .col-lg-1,
  .W-lg-8-33 {
    width: 8.333333333%;
  }
  .W-lg-10 {
    width: 10%;
  }
  .W-lg-15 {
    width: 15%;
  }
  .W-lg-2_12,
  .col-lg-2,
  .W-lg-16-66 {
    width: 16.66666667%;
  }
  .W-lg-20 {
    width: 20%;
  }
  .W-lg-25,
  .col-lg-3,
  .W-lg-3_12 {
    width: 25%;
  }
  .W-lg-30 {
    width: 30%;
  }
  .W-lg-33-33,
  .col-lg-4,
  .W-lg-4_12 {
    width: 33.33333333%;
  }
  .W-lg-35 {
    width: 35%;
  }
  .W-lg-40 {
    width: 40%;
  }
  .W-lg-5_12,
  .col-lg-5,
  .W-lg-41-66 {
    width: 41.66666667%;
  }
  .W-lg-45 {
    width: 45%;
  }
  .W-lg-50,
  .col-lg-6,
  .W-lg-6_12 {
    width: 50%;
  }
  .W-lg-55 {
    width: 55%;
  }
  .W-lg-7_12,
  .col-lg-7,
  .W-lg-58-33 {
    width: 58.33333333%;
  }
  .W-lg-60 {
    width: 60%;
  }
  .W-lg-65 {
    width: 65%;
  }
  .W-lg-66-66,
  .col-lg-8,
  .W-lg-8_12 {
    width: 66.66666667%;
  }
  .W-lg-70 {
    width: 70%;
  }
  .W-lg-75,
  .col-lg-9,
  .W-lg-9_12 {
    width: 75%;
  }
  .W-lg-80 {
    width: 80%;
  }
  .W-lg-10_12,
  .col-lg-10,
  .W-lg-83-33 {
    width: 83.33333333%;
  }
  .W-lg-85 {
    width: 85%;
  }
  .W-lg-90 {
    width: 90%;
  }
  .W-lg-11_12,
  .col-lg-11,
  .W-lg-91-66 {
    width: 91.66666667%;
  }
  .W-lg-95 {
    width: 95%;
  }
  .W-lg-100,
  .col-lg-12,
  .W-lg-12_12 {
    width: 100%;
  }
  .H-lg-0 {
    height: 0px;
  }
  .H-lg-5 {
    height: 5px;
  }
  .H-lg-10 {
    height: 10px;
  }
  .H-lg-15 {
    height: 15px;
  }
  .H-lg-20 {
    height: 20px;
  }
  .H-lg-25 {
    height: 25px;
  }
  .H-lg-30 {
    height: 30px;
  }
  .H-lg-35 {
    height: 35px;
  }
  .H-lg-40 {
    height: 40px;
  }
  .H-lg-45 {
    height: 45px;
  }
  .H-lg-50 {
    height: 50px;
  }
  .H-lg-55 {
    height: 55px;
  }
  .H-lg-60 {
    height: 60px;
  }
  .H-lg-65 {
    height: 65px;
  }
  .H-lg-70 {
    height: 70px;
  }
  .H-lg-75 {
    height: 75px;
  }
  .H-lg-80 {
    height: 80px;
  }
  .H-lg-85 {
    height: 85px;
  }
  .H-lg-90 {
    height: 90px;
  }
  .H-lg-95 {
    height: 95px;
  }
  .H-lg-100 {
    height: 100px;
  }
  .H-lg-105 {
    height: 105px;
  }
  .H-lg-110 {
    height: 110px;
  }
  .H-lg-115 {
    height: 115px;
  }
  .H-lg-120 {
    height: 120px;
  }
  .H-lg-125 {
    height: 125px;
  }
  .H-lg-130 {
    height: 130px;
  }
  .H-lg-135 {
    height: 135px;
  }
  .H-lg-140 {
    height: 140px;
  }
  .H-lg-145 {
    height: 145px;
  }
  .AR-lg-1_3 {
    aspect-ratio: 1 / 3;
  }
  .AR-lg-1_2 {
    aspect-ratio: 1 / 2;
  }
  .AR-lg-9_16 {
    aspect-ratio: 9 / 16;
  }
  .AR-lg-2_3 {
    aspect-ratio: 2 / 3;
  }
  .AR-lg-3_4 {
    aspect-ratio: 3 / 4;
  }
  .AR-lg-4_5 {
    aspect-ratio: 4 / 5;
  }
  .AR-lg-1_1 {
    aspect-ratio: 1 / 1;
  }
  .AR-lg-5_4 {
    aspect-ratio: 5 / 4;
  }
  .AR-lg-4_3 {
    aspect-ratio: 4 / 3;
  }
  .AR-lg-3_2 {
    aspect-ratio: 3 / 2;
  }
  .AR-lg-16_9 {
    aspect-ratio: 16 / 9;
  }
  .AR-lg-2_1 {
    aspect-ratio: 2 / 1;
  }
  .AR-lg-8_3 {
    aspect-ratio: 8 / 3;
  }
  .AR-lg-3_1 {
    aspect-ratio: 3 / 1;
  }
  .AR-lg-4_1 {
    aspect-ratio: 4 / 1;
  }
  .AR-lg-5_1 {
    aspect-ratio: 5 / 1;
  }
  .AR-lg-6_1 {
    aspect-ratio: 6 / 1;
  }
  .AR-lg-7_1 {
    aspect-ratio: 7 / 1;
  }
  .AR-lg-8_1 {
    aspect-ratio: 8 / 1;
  }
  .AR-lg-9_1 {
    aspect-ratio: 9 / 1;
  }
  .AR-lg-10_1 {
    aspect-ratio: 10 / 1;
  }
  .AR-lg-11_1 {
    aspect-ratio: 11 / 1;
  }
  .AR-lg-12_1 {
    aspect-ratio: 12 / 1;
  }
  .AR-lg-13_1 {
    aspect-ratio: 13 / 1;
  }
  .AR-lg-14_1 {
    aspect-ratio: 14 / 1;
  }
  .AR-lg-15_1 {
    aspect-ratio: 15 / 1;
  }
  .AR-lg-16_1 {
    aspect-ratio: 16 / 1;
  }
  .AR-lg-17_1 {
    aspect-ratio: 17 / 1;
  }
  .AR-lg-18_1 {
    aspect-ratio: 18 / 1;
  }
  .AR-lg-19_1 {
    aspect-ratio: 19 / 1;
  }
  .AR-lg-20_1 {
    aspect-ratio: 20 / 1;
  }
  .L-lg-0 {
    left: 0%;
  }
  .L-lg-5 {
    left: 5%;
  }
  .L-lg-1_12 {
    left: 8.333333333%;
  }
  .L-lg-10 {
    left: 10%;
  }
  .L-lg-15 {
    left: 15%;
  }
  .L-lg-2_12 {
    left: 16.66666667%;
  }
  .L-lg-20 {
    left: 20%;
  }
  .L-lg-25 {
    left: 25%;
  }
  .L-lg-30 {
    left: 30%;
  }
  .L-lg-33-33 {
    left: 33.33333333%;
  }
  .L-lg-35 {
    left: 35%;
  }
  .L-lg-40 {
    left: 40%;
  }
  .L-lg-5_12 {
    left: 41.66666667%;
  }
  .L-lg-45 {
    left: 45%;
  }
  .L-lg-50 {
    left: 50%;
  }
  .L-lg-55 {
    left: 55%;
  }
  .L-lg-7_12 {
    left: 58.33333333%;
  }
  .L-lg-60 {
    left: 60%;
  }
  .L-lg-65 {
    left: 65%;
  }
  .L-lg-66-66 {
    left: 66.66666667%;
  }
  .L-lg-70 {
    left: 70%;
  }
  .L-lg-75 {
    left: 75%;
  }
  .L-lg-80 {
    left: 80%;
  }
  .L-lg-10_12 {
    left: 83.33333333%;
  }
  .L-lg-85 {
    left: 85%;
  }
  .L-lg-90 {
    left: 90%;
  }
  .L-lg-11_12 {
    left: 91.66666667%;
  }
  .L-lg-95 {
    left: 95%;
  }
  .L-lg-100 {
    left: 100%;
  }
  .R-lg-0 {
    right: 0%;
  }
  .R-lg-5 {
    right: 5%;
  }
  .R-lg-1_12 {
    right: 8.333333333%;
  }
  .R-lg-10 {
    right: 10%;
  }
  .R-lg-15 {
    right: 15%;
  }
  .R-lg-2_12 {
    right: 16.66666667%;
  }
  .R-lg-20 {
    right: 20%;
  }
  .R-lg-25 {
    right: 25%;
  }
  .R-lg-30 {
    right: 30%;
  }
  .R-lg-33-33 {
    right: 33.33333333%;
  }
  .R-lg-35 {
    right: 35%;
  }
  .R-lg-40 {
    right: 40%;
  }
  .R-lg-5_12 {
    right: 41.66666667%;
  }
  .R-lg-45 {
    right: 45%;
  }
  .R-lg-50 {
    right: 50%;
  }
  .R-lg-55 {
    right: 55%;
  }
  .R-lg-7_12 {
    right: 58.33333333%;
  }
  .R-lg-60 {
    right: 60%;
  }
  .R-lg-65 {
    right: 65%;
  }
  .R-lg-66-66 {
    right: 66.66666667%;
  }
  .R-lg-70 {
    right: 70%;
  }
  .R-lg-75 {
    right: 75%;
  }
  .R-lg-80 {
    right: 80%;
  }
  .R-lg-10_12 {
    right: 83.33333333%;
  }
  .R-lg-85 {
    right: 85%;
  }
  .R-lg-90 {
    right: 90%;
  }
  .R-lg-11_12 {
    right: 91.66666667%;
  }
  .R-lg-95 {
    right: 95%;
  }
  .R-lg-100 {
    right: 100%;
  }
  .T-lg-0 {
    top: 0%;
  }
  .T-lg-5 {
    top: 5%;
  }
  .T-lg-10 {
    top: 10%;
  }
  .T-lg-15 {
    top: 15%;
  }
  .T-lg-20 {
    top: 20%;
  }
  .T-lg-25 {
    top: 25%;
  }
  .T-lg-30 {
    top: 30%;
  }
  .T-lg-35 {
    top: 35%;
  }
  .T-lg-40 {
    top: 40%;
  }
  .T-lg-45 {
    top: 45%;
  }
  .T-lg-50 {
    top: 50%;
  }
  .T-lg-55 {
    top: 55%;
  }
  .T-lg-60 {
    top: 60%;
  }
  .T-lg-65 {
    top: 65%;
  }
  .T-lg-70 {
    top: 70%;
  }
  .T-lg-75 {
    top: 75%;
  }
  .T-lg-80 {
    top: 80%;
  }
  .T-lg-85 {
    top: 85%;
  }
  .T-lg-90 {
    top: 90%;
  }
  .T-lg-95 {
    top: 95%;
  }
  .T-lg-100 {
    top: 100%;
  }
  .B-lg-0 {
    bottom: 0%;
  }
  .B-lg-5 {
    bottom: 5%;
  }
  .B-lg-10 {
    bottom: 10%;
  }
  .B-lg-15 {
    bottom: 15%;
  }
  .B-lg-20 {
    bottom: 20%;
  }
  .B-lg-25 {
    bottom: 25%;
  }
  .B-lg-30 {
    bottom: 30%;
  }
  .B-lg-35 {
    bottom: 35%;
  }
  .B-lg-40 {
    bottom: 40%;
  }
  .B-lg-45 {
    bottom: 45%;
  }
  .B-lg-50 {
    bottom: 50%;
  }
  .B-lg-55 {
    bottom: 55%;
  }
  .B-lg-60 {
    bottom: 60%;
  }
  .B-lg-65 {
    bottom: 65%;
  }
  .B-lg-70 {
    bottom: 70%;
  }
  .B-lg-75 {
    bottom: 75%;
  }
  .B-lg-80 {
    bottom: 80%;
  }
  .B-lg-85 {
    bottom: 85%;
  }
  .B-lg-90 {
    bottom: 90%;
  }
  .B-lg-95 {
    bottom: 95%;
  }
  .B-lg-100 {
    bottom: 100%;
  }
  .OS-lg-0 {
    margin-left: 0%;
  }
  .OS-lg-5 {
    margin-left: 5%;
  }
  .OS-lg-1_12 {
    margin-left: 8.333333333%;
  }
  .OS-lg-10 {
    margin-left: 10%;
  }
  .OS-lg-15 {
    margin-left: 15%;
  }
  .OS-lg-2_12 {
    margin-left: 16.66666667%;
  }
  .OS-lg-20 {
    margin-left: 20%;
  }
  .OS-lg-25,
  .OS-lg-3_12 {
    margin-left: 25%;
  }
  .OS-lg-30 {
    margin-left: 30%;
  }
  .OS-lg-33-33,
  .OS-lg-4_12 {
    margin-left: 33.33333333%;
  }
  .OS-lg-35 {
    margin-left: 35%;
  }
  .OS-lg-40 {
    margin-left: 40%;
  }
  .OS-lg-5_12 {
    margin-left: 41.66666667%;
  }
  .OS-lg-45 {
    margin-left: 45%;
  }
  .OS-lg-50,
  .OS-lg-6_12 {
    margin-left: 50%;
  }
  .OS-lg-55 {
    margin-left: 55%;
  }
  .OS-lg-7_12 {
    margin-left: 58.33333333%;
  }
  .OS-lg-60 {
    margin-left: 60%;
  }
  .OS-lg-65 {
    margin-left: 65%;
  }
  .OS-lg-66-66,
  .OS-lg-8_12 {
    margin-left: 66.66666667%;
  }
  .OS-lg-70 {
    margin-left: 70%;
  }
  .OS-lg-75,
  .OS-lg-9_12 {
    margin-left: 75%;
  }
  .OS-lg-80 {
    margin-left: 80%;
  }
  .OS-lg-10_12 {
    margin-left: 83.33333333%;
  }
  .OS-lg-85 {
    margin-left: 85%;
  }
  .OS-lg-90 {
    margin-left: 90%;
  }
  .OS-lg-11_12 {
    margin-left: 91.66666667%;
  }
  .OS-lg-95 {
    margin-left: 95%;
  }
  .OS-lg-100,
  .OS-lg-12_12 {
    margin-left: 100%;
  }
  .P4x-lg {
    padding: 60px;
  }
  .P3x-lg {
    padding: 45px;
  }
  .P2x-lg {
    padding: 30px;
  }
  .P-lg {
    padding: 15px;
  }
  .PH-lg {
    padding: 7.5px;
  }
  .PS-lg {
    padding: 5px;
  }
  .P0-lg {
    padding: 0px;
  }
  .P4x-lg {
    padding: 60px;
  }
  .PT4x-lg {
    padding-top: 60px;
  }
  .PR4x-lg {
    padding-right: 60px;
  }
  .PB4x-lg {
    padding-bottom: 60px;
  }
  .PL4x-lg {
    padding-left: 60px;
  }
  .PLR4x-lg,
  .btn.btn-xl a,
  a.btn.btn-xl {
    padding-left: 60px;
    padding-right: 60px;
  }
  .PTB4x-lg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .P3x-lg {
    padding: 45px;
  }
  .PT3x-lg {
    padding-top: 45px;
  }
  .PR3x-lg {
    padding-right: 45px;
  }
  .PB3x-lg {
    padding-bottom: 45px;
  }
  .PL3x-lg {
    padding-left: 45px;
  }
  .PLR3x-lg,
  .btn.btn-lg a,
  a.btn.btn-lg,
  input[type="submit"],
  input.gform_button.button {
    padding-left: 45px;
    padding-right: 45px;
  }
  .PTB3x-lg {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .P2x-lg {
    padding: 30px;
  }
  .PT2x-lg {
    padding-top: 30px;
  }
  .PR2x-lg {
    padding-right: 30px;
  }
  .PB2x-lg {
    padding-bottom: 30px;
  }
  .PL2x-lg,
  ul {
    padding-left: 30px;
  }
  .PLR2x-lg,
  .btn a,
  a.btn,
  button,
  input.btn {
    padding-left: 30px;
    padding-right: 30px;
  }
  .PTB2x-lg,
  .btn.btn-xl a,
  a.btn.btn-xl,
  p.btn.btn-xl {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .P-lg {
    padding: 15px;
  }
  .PT-lg {
    padding-top: 15px;
  }
  .PR-lg,
  .ToggleCollapses > .panel .CL a,
  .panel .ToggleCollapse.CL a,
  .ToggleCollapses > .panel-body,
  .panel-body {
    padding-right: 15px;
  }
  .PB-lg {
    padding-bottom: 15px;
  }
  .PL-lg,
  .ToggleCollapses.IconLeft > .panel .CL a,
  .IconLeft .panel .ToggleCollapse.CL a,
  .ToggleCollapses.IconLeft > .panel-body,
  .IconLeft .panel-body {
    padding-left: 15px;
  }
  .PLR-lg,
  .row > [class*="col-"],
  .wp-block-columns > .wp-block-column,
  .sub-menu {
    padding-left: 15px;
    padding-right: 15px;
  }
  .PTB-lg,
  .btn.btn-lg a,
  a.btn.btn-lg,
  p.btn.btn-lg,
  input[type="submit"],
  input.gform_button.button {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .PH-lg {
    padding: 7.5px;
  }
  .PTH-lg {
    padding-top: 7.5px;
  }
  .PRH-lg {
    padding-right: 7.5px;
  }
  .PBH-lg {
    padding-bottom: 7.5px;
  }
  .PLH-lg {
    padding-left: 7.5px;
  }
  .PLRH-lg,
  input {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .PTBH-lg,
  .btn a,
  a.btn,
  p.btn,
  button,
  input,
  input.btn,
  .panel .CL {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
  }
  .PS-lg {
    padding: 5px;
  }
  .PTS-lg {
    padding-top: 5px;
  }
  .PRS-lg {
    padding-right: 5px;
  }
  .PBS-lg {
    padding-bottom: 5px;
  }
  .PLS-lg {
    padding-left: 5px;
  }
  .PLRS-lg {
    padding-left: 5px;
    padding-right: 5px;
  }
  .PTBS-lg {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .P0-lg {
    padding: 0px;
  }
  .PT0-lg {
    padding-top: 0px;
  }
  .PR0-lg,
  .wp-block-columns > .wp-block-column.PR0 {
    padding-right: 0px;
  }
  .PB0-lg {
    padding-bottom: 0px;
  }
  .PL0-lg,
  .wp-block-columns > .wp-block-column.PL0 {
    padding-left: 0px;
  }
  .PLR0-lg,
  .row.no-gutter > [class*="col-"],
  .wp-block-columns.no-gutter > .wp-block-column {
    padding-left: 0px;
    padding-right: 0px;
  }
  .PTB0-lg {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .FL-lg {
    float: left;
  }
  .FR-lg {
    float: right;
  }
  .F0-lg,
  .DTBLC-lg {
    float: none;
  }
  .CB-lg {
    clear: both;
  }
  .POR-lg {
    position: relative;
  }
  .POA-lg,
  ul.LIL-lg .sub-menu {
    position: absolute;
  }
  .POF-lg {
    position: fixed;
  }
  .DBL-lg {
    display: block;
  }
  .DIL-lg,
  ul.LIL-lg li {
    display: inline;
  }
  .DILB-lg {
    display: inline-block;
  }
  .D0-lg {
    display: none;
  }
  .DLI-lg,
  ul.LIL-lg .sub-menu li {
    display: list-item;
  }
  .DTBL-lg {
    display: table;
  }
  .DTBLR-lg {
    display: table-row;
  }
  .DTBLC-lg {
    display: table-cell;
  }
  .text-left-lg {
    text-align: left;
  }
  .text-right-lg {
    text-align: right;
  }
  .text-center-lg {
    text-align: center;
  }
  .OFH-lg,
  ul.LIL-lg .sub-menu {
    overflow: hidden;
  }
  .MH0px-lg,
  ul.LIL-lg .sub-menu {
    max-height: 0px;
  }
  .MH100vh-lg,
  ul.LIL-lg li:hover .sub-menu {
    max-height: 100vh;
  }
  .PLR-lg {
    padding-left: 15px;
    padding-right: 15px;
  }
  .PLR-2x-lg {
    padding-left: 30px;
    padding-right: 30px;
  }
  .MTB0-lg {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .MTBH-lg {
    margin-top: 7.5px;
    margin-bottom: 7.5px;
  }
  .MTB10-lg {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .MTB-lg,
  .sub-menu li {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .FSem-lg-0_25 {
    font-size: 0.25em;
  }
  .FSem-lg-0_5 {
    font-size: 0.5em;
  }
  .FSem-lg-0_75 {
    font-size: 0.75em;
  }
  .FSem-lg-1 {
    font-size: 1em;
  }
  .FSem-lg-1_25 {
    font-size: 1.25em;
  }
  .FSem-lg-1_5 {
    font-size: 1.5em;
  }
  .FSem-lg-1_75 {
    font-size: 1.75em;
  }
  .FSem-lg-2 {
    font-size: 2em;
  }
  .FSem-lg-2_25 {
    font-size: 2.25em;
  }
  .FSem-lg-2_5 {
    font-size: 2.5em;
  }
  .FSem-lg-2_75 {
    font-size: 2.75em;
  }
  .FSem-lg-3 {
    font-size: 3em;
  }
  .LH1-lg {
    line-height: 1;
  }
  .LH1_1-lg {
    line-height: 1.1;
  }
  ul.LIL-lg li {
    position: relative;
  }
  ul.LIL-lg .sub-menu {
    left: 0;
  }
  ul.LIL-lg > li {
    padding-right: 10px;
  }
  ul.LIL-lg > li:last-child {
    padding-right: 0px;
  }
  ul.LIL-lg > li.menu-item-has-children:hover > .sub-menu {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .MenuBlock.nav.LIL-lg > li.menu-item-has-children > a::after {
    content: "\2304";
    margin-left: 4px;
    margin-right: -2px;
    margin-top: -5px;
    top: -3px;
    font-size: 22px;
    display: inline-block;
    position: relative;
  }
  .MenuBlock.nav.LIL-lg .MobilePlus {
    display: none;
  }
}
/*xl*/
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  ul#main-menu li.ToggleMenu a {
    padding: 10px 30px;
  }
  ul#main-menu.LIL-md > li {
    padding-left: 30px;
    padding-right: 30px;
  }
  .W-xl-0 {
    width: 0%;
  }
  .W-xl-5 {
    width: 5%;
  }
  .W-xl-1_12,
  .col-xl-1,
  .W-xl-8-33 {
    width: 8.333333333%;
  }
  .W-xl-10 {
    width: 10%;
  }
  .W-xl-15 {
    width: 15%;
  }
  .W-xl-2_12,
  .col-xl-2,
  .W-xl-16-66 {
    width: 16.66666667%;
  }
  .W-xl-20 {
    width: 20%;
  }
  .W-xl-25,
  .col-xl-3,
  .W-xl-3_12 {
    width: 25%;
  }
  .W-xl-30 {
    width: 30%;
  }
  .W-xl-33-33,
  .col-xl-4,
  .W-xl-4_12 {
    width: 33.33333333%;
  }
  .W-xl-35 {
    width: 35%;
  }
  .W-xl-40 {
    width: 40%;
  }
  .W-xl-5_12,
  .col-xl-5,
  .W-xl-41-66 {
    width: 41.66666667%;
  }
  .W-xl-45 {
    width: 45%;
  }
  .W-xl-50,
  .col-xl-6,
  .W-xl-6_12 {
    width: 50%;
  }
  .W-xl-55 {
    width: 55%;
  }
  .W-xl-7_12,
  .col-xl-7,
  .W-xl-58-33 {
    width: 58.33333333%;
  }
  .W-xl-60 {
    width: 60%;
  }
  .W-xl-65 {
    width: 65%;
  }
  .W-xl-66-66,
  .col-xl-8,
  .W-xl-8_12 {
    width: 66.66666667%;
  }
  .W-xl-70 {
    width: 70%;
  }
  .W-xl-75,
  .col-xl-9,
  .W-xl-9_12 {
    width: 75%;
  }
  .W-xl-80 {
    width: 80%;
  }
  .W-xl-10_12,
  .col-xl-10,
  .W-xl-83-33 {
    width: 83.33333333%;
  }
  .W-xl-85 {
    width: 85%;
  }
  .W-xl-90 {
    width: 90%;
  }
  .W-xl-11_12,
  .col-xl-11,
  .W-xl-91-66 {
    width: 91.66666667%;
  }
  .W-xl-95 {
    width: 95%;
  }
  .W-xl-100,
  .col-xl-12,
  .W-xl-12_12 {
    width: 100%;
  }
  .H-xl-0 {
    height: 0px;
  }
  .H-xl-5 {
    height: 5px;
  }
  .H-xl-10 {
    height: 10px;
  }
  .H-xl-15 {
    height: 15px;
  }
  .H-xl-20 {
    height: 20px;
  }
  .H-xl-25 {
    height: 25px;
  }
  .H-xl-30 {
    height: 30px;
  }
  .H-xl-35 {
    height: 35px;
  }
  .H-xl-40 {
    height: 40px;
  }
  .H-xl-45 {
    height: 45px;
  }
  .H-xl-50 {
    height: 50px;
  }
  .H-xl-55 {
    height: 55px;
  }
  .H-xl-60 {
    height: 60px;
  }
  .H-xl-65 {
    height: 65px;
  }
  .H-xl-70 {
    height: 70px;
  }
  .H-xl-75 {
    height: 75px;
  }
  .H-xl-80 {
    height: 80px;
  }
  .H-xl-85 {
    height: 85px;
  }
  .H-xl-90 {
    height: 90px;
  }
  .H-xl-95 {
    height: 95px;
  }
  .H-xl-100 {
    height: 100px;
  }
  .H-xl-105 {
    height: 105px;
  }
  .H-xl-110 {
    height: 110px;
  }
  .H-xl-115 {
    height: 115px;
  }
  .H-xl-120 {
    height: 120px;
  }
  .H-xl-125 {
    height: 125px;
  }
  .H-xl-130 {
    height: 130px;
  }
  .H-xl-135 {
    height: 135px;
  }
  .H-xl-140 {
    height: 140px;
  }
  .H-xl-145 {
    height: 145px;
  }
  .AR-xl-1_3 {
    aspect-ratio: 1 / 3;
  }
  .AR-xl-1_2 {
    aspect-ratio: 1 / 2;
  }
  .AR-xl-9_16 {
    aspect-ratio: 9 / 16;
  }
  .AR-xl-2_3 {
    aspect-ratio: 2 / 3;
  }
  .AR-xl-3_4 {
    aspect-ratio: 3 / 4;
  }
  .AR-xl-4_5 {
    aspect-ratio: 4 / 5;
  }
  .AR-xl-1_1 {
    aspect-ratio: 1 / 1;
  }
  .AR-xl-5_4 {
    aspect-ratio: 5 / 4;
  }
  .AR-xl-4_3 {
    aspect-ratio: 4 / 3;
  }
  .AR-xl-3_2 {
    aspect-ratio: 3 / 2;
  }
  .AR-xl-16_9 {
    aspect-ratio: 16 / 9;
  }
  .AR-xl-2_1 {
    aspect-ratio: 2 / 1;
  }
  .AR-xl-8_3 {
    aspect-ratio: 8 / 3;
  }
  .AR-xl-3_1 {
    aspect-ratio: 3 / 1;
  }
  .AR-xl-4_1 {
    aspect-ratio: 4 / 1;
  }
  .AR-xl-5_1 {
    aspect-ratio: 5 / 1;
  }
  .AR-xl-6_1 {
    aspect-ratio: 6 / 1;
  }
  .AR-xl-7_1 {
    aspect-ratio: 7 / 1;
  }
  .AR-xl-8_1 {
    aspect-ratio: 8 / 1;
  }
  .AR-xl-9_1 {
    aspect-ratio: 9 / 1;
  }
  .AR-xl-10_1 {
    aspect-ratio: 10 / 1;
  }
  .AR-xl-11_1 {
    aspect-ratio: 11 / 1;
  }
  .AR-xl-12_1 {
    aspect-ratio: 12 / 1;
  }
  .AR-xl-13_1 {
    aspect-ratio: 13 / 1;
  }
  .AR-xl-14_1 {
    aspect-ratio: 14 / 1;
  }
  .AR-xl-15_1 {
    aspect-ratio: 15 / 1;
  }
  .AR-xl-16_1 {
    aspect-ratio: 16 / 1;
  }
  .AR-xl-17_1 {
    aspect-ratio: 17 / 1;
  }
  .AR-xl-18_1 {
    aspect-ratio: 18 / 1;
  }
  .AR-xl-19_1 {
    aspect-ratio: 19 / 1;
  }
  .AR-xl-20_1 {
    aspect-ratio: 20 / 1;
  }
  .L-xl-0 {
    left: 0%;
  }
  .L-xl-5 {
    left: 5%;
  }
  .L-xl-1_12 {
    left: 8.333333333%;
  }
  .L-xl-10 {
    left: 10%;
  }
  .L-xl-15 {
    left: 15%;
  }
  .L-xl-2_12 {
    left: 16.66666667%;
  }
  .L-xl-20 {
    left: 20%;
  }
  .L-xl-25 {
    left: 25%;
  }
  .L-xl-30 {
    left: 30%;
  }
  .L-xl-33-33 {
    left: 33.33333333%;
  }
  .L-xl-35 {
    left: 35%;
  }
  .L-xl-40 {
    left: 40%;
  }
  .L-xl-5_12 {
    left: 41.66666667%;
  }
  .L-xl-45 {
    left: 45%;
  }
  .L-xl-50 {
    left: 50%;
  }
  .L-xl-55 {
    left: 55%;
  }
  .L-xl-7_12 {
    left: 58.33333333%;
  }
  .L-xl-60 {
    left: 60%;
  }
  .L-xl-65 {
    left: 65%;
  }
  .L-xl-66-66 {
    left: 66.66666667%;
  }
  .L-xl-70 {
    left: 70%;
  }
  .L-xl-75 {
    left: 75%;
  }
  .L-xl-80 {
    left: 80%;
  }
  .L-xl-10_12 {
    left: 83.33333333%;
  }
  .L-xl-85 {
    left: 85%;
  }
  .L-xl-90 {
    left: 90%;
  }
  .L-xl-11_12 {
    left: 91.66666667%;
  }
  .L-xl-95 {
    left: 95%;
  }
  .L-xl-100 {
    left: 100%;
  }
  .R-xl-0 {
    right: 0%;
  }
  .R-xl-5 {
    right: 5%;
  }
  .R-xl-1_12 {
    right: 8.333333333%;
  }
  .R-xl-10 {
    right: 10%;
  }
  .R-xl-15 {
    right: 15%;
  }
  .R-xl-2_12 {
    right: 16.66666667%;
  }
  .R-xl-20 {
    right: 20%;
  }
  .R-xl-25 {
    right: 25%;
  }
  .R-xl-30 {
    right: 30%;
  }
  .R-xl-33-33 {
    right: 33.33333333%;
  }
  .R-xl-35 {
    right: 35%;
  }
  .R-xl-40 {
    right: 40%;
  }
  .R-xl-5_12 {
    right: 41.66666667%;
  }
  .R-xl-45 {
    right: 45%;
  }
  .R-xl-50 {
    right: 50%;
  }
  .R-xl-55 {
    right: 55%;
  }
  .R-xl-7_12 {
    right: 58.33333333%;
  }
  .R-xl-60 {
    right: 60%;
  }
  .R-xl-65 {
    right: 65%;
  }
  .R-xl-66-66 {
    right: 66.66666667%;
  }
  .R-xl-70 {
    right: 70%;
  }
  .R-xl-75 {
    right: 75%;
  }
  .R-xl-80 {
    right: 80%;
  }
  .R-xl-10_12 {
    right: 83.33333333%;
  }
  .R-xl-85 {
    right: 85%;
  }
  .R-xl-90 {
    right: 90%;
  }
  .R-xl-11_12 {
    right: 91.66666667%;
  }
  .R-xl-95 {
    right: 95%;
  }
  .R-xl-100 {
    right: 100%;
  }
  .T-xl-0 {
    top: 0%;
  }
  .T-xl-5 {
    top: 5%;
  }
  .T-xl-10 {
    top: 10%;
  }
  .T-xl-15 {
    top: 15%;
  }
  .T-xl-20 {
    top: 20%;
  }
  .T-xl-25 {
    top: 25%;
  }
  .T-xl-30 {
    top: 30%;
  }
  .T-xl-35 {
    top: 35%;
  }
  .T-xl-40 {
    top: 40%;
  }
  .T-xl-45 {
    top: 45%;
  }
  .T-xl-50 {
    top: 50%;
  }
  .T-xl-55 {
    top: 55%;
  }
  .T-xl-60 {
    top: 60%;
  }
  .T-xl-65 {
    top: 65%;
  }
  .T-xl-70 {
    top: 70%;
  }
  .T-xl-75 {
    top: 75%;
  }
  .T-xl-80 {
    top: 80%;
  }
  .T-xl-85 {
    top: 85%;
  }
  .T-xl-90 {
    top: 90%;
  }
  .T-xl-95 {
    top: 95%;
  }
  .T-xl-100 {
    top: 100%;
  }
  .B-xl-0 {
    bottom: 0%;
  }
  .B-xl-5 {
    bottom: 5%;
  }
  .B-xl-10 {
    bottom: 10%;
  }
  .B-xl-15 {
    bottom: 15%;
  }
  .B-xl-20 {
    bottom: 20%;
  }
  .B-xl-25 {
    bottom: 25%;
  }
  .B-xl-30 {
    bottom: 30%;
  }
  .B-xl-35 {
    bottom: 35%;
  }
  .B-xl-40 {
    bottom: 40%;
  }
  .B-xl-45 {
    bottom: 45%;
  }
  .B-xl-50 {
    bottom: 50%;
  }
  .B-xl-55 {
    bottom: 55%;
  }
  .B-xl-60 {
    bottom: 60%;
  }
  .B-xl-65 {
    bottom: 65%;
  }
  .B-xl-70 {
    bottom: 70%;
  }
  .B-xl-75 {
    bottom: 75%;
  }
  .B-xl-80 {
    bottom: 80%;
  }
  .B-xl-85 {
    bottom: 85%;
  }
  .B-xl-90 {
    bottom: 90%;
  }
  .B-xl-95 {
    bottom: 95%;
  }
  .B-xl-100 {
    bottom: 100%;
  }
  .OS-xl-0 {
    margin-left: 0%;
  }
  .OS-xl-5 {
    margin-left: 5%;
  }
  .OS-xl-1_12 {
    margin-left: 8.333333333%;
  }
  .OS-xl-10 {
    margin-left: 10%;
  }
  .OS-xl-15 {
    margin-left: 15%;
  }
  .OS-xl-2_12 {
    margin-left: 16.66666667%;
  }
  .OS-xl-20 {
    margin-left: 20%;
  }
  .OS-xl-25,
  .OS-xl-3_12 {
    margin-left: 25%;
  }
  .OS-xl-30 {
    margin-left: 30%;
  }
  .OS-xl-33-33,
  .OS-xl-4_12 {
    margin-left: 33.33333333%;
  }
  .OS-xl-35 {
    margin-left: 35%;
  }
  .OS-xl-40 {
    margin-left: 40%;
  }
  .OS-xl-5_12 {
    margin-left: 41.66666667%;
  }
  .OS-xl-45 {
    margin-left: 45%;
  }
  .OS-xl-50,
  .OS-xl-6_12 {
    margin-left: 50%;
  }
  .OS-xl-55 {
    margin-left: 55%;
  }
  .OS-xl-7_12 {
    margin-left: 58.33333333%;
  }
  .OS-xl-60 {
    margin-left: 60%;
  }
  .OS-xl-65 {
    margin-left: 65%;
  }
  .OS-xl-66-66,
  .OS-xl-8_12 {
    margin-left: 66.66666667%;
  }
  .OS-xl-70 {
    margin-left: 70%;
  }
  .OS-xl-75,
  .OS-xl-9_12 {
    margin-left: 75%;
  }
  .OS-xl-80 {
    margin-left: 80%;
  }
  .OS-xl-10_12 {
    margin-left: 83.33333333%;
  }
  .OS-xl-85 {
    margin-left: 85%;
  }
  .OS-xl-90 {
    margin-left: 90%;
  }
  .OS-xl-11_12 {
    margin-left: 91.66666667%;
  }
  .OS-xl-95 {
    margin-left: 95%;
  }
  .OS-xl-100,
  .OS-xl-12_12 {
    margin-left: 100%;
  }
  .P4x-xl {
    padding: 60px;
  }
  .P3x-xl {
    padding: 45px;
  }
  .P2x-xl {
    padding: 30px;
  }
  .P-xl {
    padding: 15px;
  }
  .PH-xl {
    padding: 7.5px;
  }
  .PS-xl {
    padding: 5px;
  }
  .P0-xl {
    padding: 0px;
  }
  .P4x-xl {
    padding: 60px;
  }
  .PT4x-xl {
    padding-top: 60px;
  }
  .PR4x-xl {
    padding-right: 60px;
  }
  .PB4x-xl {
    padding-bottom: 60px;
  }
  .PL4x-xl {
    padding-left: 60px;
  }
  .PLR4x-xl,
  .btn.btn-xl a,
  a.btn.btn-xl {
    padding-left: 60px;
    padding-right: 60px;
  }
  .PTB4x-xl {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .P3x-xl {
    padding: 45px;
  }
  .PT3x-xl {
    padding-top: 45px;
  }
  .PR3x-xl {
    padding-right: 45px;
  }
  .PB3x-xl {
    padding-bottom: 45px;
  }
  .PL3x-xl {
    padding-left: 45px;
  }
  .PLR3x-xl,
  .btn.btn-lg a,
  a.btn.btn-lg,
  input[type="submit"],
  input.gform_button.button {
    padding-left: 45px;
    padding-right: 45px;
  }
  .PTB3x-xl {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .P2x-xl {
    padding: 30px;
  }
  .PT2x-xl {
    padding-top: 30px;
  }
  .PR2x-xl {
    padding-right: 30px;
  }
  .PB2x-xl {
    padding-bottom: 30px;
  }
  .PL2x-xl,
  ul {
    padding-left: 30px;
  }
  .PLR2x-xl,
  .btn a,
  a.btn,
  button,
  input.btn {
    padding-left: 30px;
    padding-right: 30px;
  }
  .PTB2x-xl,
  .btn.btn-xl a,
  a.btn.btn-xl,
  p.btn.btn-xl {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .P-xl {
    padding: 15px;
  }
  .PT-xl {
    padding-top: 15px;
  }
  .PR-xl,
  .ToggleCollapses > .panel .CL a,
  .panel .ToggleCollapse.CL a,
  .ToggleCollapses > .panel-body,
  .panel-body {
    padding-right: 15px;
  }
  .PB-xl {
    padding-bottom: 15px;
  }
  .PL-xl,
  .ToggleCollapses.IconLeft > .panel .CL a,
  .IconLeft .panel .ToggleCollapse.CL a,
  .ToggleCollapses.IconLeft > .panel-body,
  .IconLeft .panel-body {
    padding-left: 15px;
  }
  .PLR-xl,
  .row > [class*="col-"],
  .wp-block-columns > .wp-block-column,
  .sub-menu {
    padding-left: 15px;
    padding-right: 15px;
  }
  .PTB-xl,
  .btn.btn-lg a,
  a.btn.btn-lg,
  p.btn.btn-lg,
  input[type="submit"],
  input.gform_button.button {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .PH-xl {
    padding: 7.5px;
  }
  .PTH-xl {
    padding-top: 7.5px;
  }
  .PRH-xl {
    padding-right: 7.5px;
  }
  .PBH-xl {
    padding-bottom: 7.5px;
  }
  .PLH-xl {
    padding-left: 7.5px;
  }
  .PLRH-xl,
  input {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .PTBH-xl,
  .btn a,
  a.btn,
  p.btn,
  button,
  input,
  input.btn,
  .panel .CL {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
  }
  .PS-xl {
    padding: 5px;
  }
  .PTS-xl {
    padding-top: 5px;
  }
  .PRS-xl {
    padding-right: 5px;
  }
  .PBS-xl {
    padding-bottom: 5px;
  }
  .PLS-xl {
    padding-left: 5px;
  }
  .PLRS-xl {
    padding-left: 5px;
    padding-right: 5px;
  }
  .PTBS-xl {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .P0-xl {
    padding: 0px;
  }
  .PT0-xl {
    padding-top: 0px;
  }
  .PR0-xl,
  .wp-block-columns > .wp-block-column.PR0 {
    padding-right: 0px;
  }
  .PB0-xl {
    padding-bottom: 0px;
  }
  .PL0-xl,
  .wp-block-columns > .wp-block-column.PL0 {
    padding-left: 0px;
  }
  .PLR0-xl,
  .row.no-gutter > [class*="col-"],
  .wp-block-columns.no-gutter > .wp-block-column {
    padding-left: 0px;
    padding-right: 0px;
  }
  .PTB0-xl {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .FL-xl {
    float: left;
  }
  .FR-xl {
    float: right;
  }
  .F0-xl,
  .DTBLC-xl {
    float: none;
  }
  .CB-xl {
    clear: both;
  }
  .POR-xl {
    position: relative;
  }
  .POA-xl,
  ul.LIL-xl .sub-menu {
    position: absolute;
  }
  .POF-xl {
    position: fixed;
  }
  .DBL-xl {
    display: block;
  }
  .DIL-xl,
  ul.LIL-xl li {
    display: inline;
  }
  .DILB-xl {
    display: inline-block;
  }
  .D0-xl {
    display: none;
  }
  .DLI-xl,
  ul.LIL-xl .sub-menu li {
    display: list-item;
  }
  .DTBL-xl {
    display: table;
  }
  .DTBLR-xl {
    display: table-row;
  }
  .DTBLC-xl {
    display: table-cell;
  }
  .text-left-xl {
    text-align: left;
  }
  .text-right-xl {
    text-align: right;
  }
  .text-center-xl {
    text-align: center;
  }
  .OFH-xl,
  ul.LIL-xl .sub-menu {
    overflow: hidden;
  }
  .MH0px-xl,
  ul.LIL-xl .sub-menu {
    max-height: 0px;
  }
  .MH100vh-xl,
  ul.LIL-xl li:hover .sub-menu {
    max-height: 100vh;
  }
  .PLR-xl {
    padding-left: 15px;
    padding-right: 15px;
  }
  .PLR-2x-xl {
    padding-left: 30px;
    padding-right: 30px;
  }
  .MTB0-xl {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .MTBH-xl {
    margin-top: 7.5px;
    margin-bottom: 7.5px;
  }
  .MTB10-xl {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .MTB-xl,
  .sub-menu li {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .FSem-xl-0_25 {
    font-size: 0.25em;
  }
  .FSem-xl-0_5 {
    font-size: 0.5em;
  }
  .FSem-xl-0_75 {
    font-size: 0.75em;
  }
  .FSem-xl-1 {
    font-size: 1em;
  }
  .FSem-xl-1_25 {
    font-size: 1.25em;
  }
  .FSem-xl-1_5 {
    font-size: 1.5em;
  }
  .FSem-xl-1_75 {
    font-size: 1.75em;
  }
  .FSem-xl-2 {
    font-size: 2em;
  }
  .FSem-xl-2_25 {
    font-size: 2.25em;
  }
  .FSem-xl-2_5 {
    font-size: 2.5em;
  }
  .FSem-xl-2_75 {
    font-size: 2.75em;
  }
  .FSem-xl-3 {
    font-size: 3em;
  }
  .LH1-xl {
    line-height: 1;
  }
  .LH1_1-xl {
    line-height: 1.1;
  }
  ul.LIL-xl li {
    position: relative;
  }
  ul.LIL-xl .sub-menu {
    left: 0;
  }
  ul.LIL-xl > li {
    padding-right: 10px;
  }
  ul.LIL-xl > li:last-child {
    padding-right: 0px;
  }
  ul.LIL-xl > li.menu-item-has-children:hover > .sub-menu {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .MenuBlock.nav.LIL-xl > li.menu-item-has-children > a::after {
    content: "\2304";
    margin-left: 4px;
    margin-right: -2px;
    margin-top: -5px;
    top: -3px;
    font-size: 22px;
    display: inline-block;
    position: relative;
  }
  .MenuBlock.nav.LIL-xl .MobilePlus {
    display: none;
  }
}
/*xxl*/
@media (min-width: 1400px) {
  .container {
    width: 1370px;
  }
  ul#main-menu li.ToggleMenu a {
    padding: 10px 35px;
  }
  ul#main-menu.LIL-md > li {
    padding-left: 40px;
    padding-right: 40px;
  }
  .FS16 {
    font-size: 16px;
  }
  .FS18,
  body,
  h6,
  .h6,
  dt,
  input,
  input[type="submit"],
  input.btn,
  button.btn,
  input.gform_button.button {
    font-size: 18.18px;
  }
  .FS20,
  h5,
  .h5 {
    font-size: 20.36px;
  }
  .FS22,
  h4,
  .h4 {
    font-size: 22.54px;
  }
  .FS24 {
    font-size: 24.71px;
  }
  .FS25,
  h3,
  .h3 {
    font-size: 25.75px;
  }
  .FS32,
  h2,
  .h2 {
    font-size: 33.64px;
  }
  .FS46 {
    font-size: 49.54px;
  }
  .FS60 {
    font-size: 65.43px;
  }
  .FS75,
  h1,
  .h1 {
    font-size: 82.46px;
  }
  .FS90 {
    font-size: 99.5px;
  }
  .FS105 {
    font-size: 116.54px;
  }
  .FS120 {
    font-size: 133.57px;
  }
  .W-xxl-0 {
    width: 0%;
  }
  .W-xxl-5 {
    width: 5%;
  }
  .W-xxl-1_12,
  .col-xxl-1,
  .W-xxl-8-33 {
    width: 8.333333333%;
  }
  .W-xxl-10 {
    width: 10%;
  }
  .W-xxl-15 {
    width: 15%;
  }
  .W-xxl-2_12,
  .col-xxl-2,
  .W-xxl-16-66 {
    width: 16.66666667%;
  }
  .W-xxl-20 {
    width: 20%;
  }
  .W-xxl-25,
  .col-xxl-3,
  .W-xxl-3_12 {
    width: 25%;
  }
  .W-xxl-30 {
    width: 30%;
  }
  .W-xxl-33-33,
  .col-xxl-4,
  .W-xxl-4_12 {
    width: 33.33333333%;
  }
  .W-xxl-35 {
    width: 35%;
  }
  .W-xxl-40 {
    width: 40%;
  }
  .W-xxl-5_12,
  .col-xxl-5,
  .W-xxl-41-66 {
    width: 41.66666667%;
  }
  .W-xxl-45 {
    width: 45%;
  }
  .W-xxl-50,
  .col-xxl-6,
  .W-xxl-6_12 {
    width: 50%;
  }
  .W-xxl-55 {
    width: 55%;
  }
  .W-xxl-7_12,
  .col-xxl-7,
  .W-xxl-58-33 {
    width: 58.33333333%;
  }
  .W-xxl-60 {
    width: 60%;
  }
  .W-xxl-65 {
    width: 65%;
  }
  .W-xxl-66-66,
  .col-xxl-8,
  .W-xxl-8_12 {
    width: 66.66666667%;
  }
  .W-xxl-70 {
    width: 70%;
  }
  .W-xxl-75,
  .col-xxl-9,
  .W-xxl-9_12 {
    width: 75%;
  }
  .W-xxl-80 {
    width: 80%;
  }
  .W-xxl-10_12,
  .col-xxl-10,
  .W-xxl-83-33 {
    width: 83.33333333%;
  }
  .W-xxl-85 {
    width: 85%;
  }
  .W-xxl-90 {
    width: 90%;
  }
  .W-xxl-11_12,
  .col-xxl-11,
  .W-xxl-91-66 {
    width: 91.66666667%;
  }
  .W-xxl-95 {
    width: 95%;
  }
  .W-xxl-100,
  .col-xxl-12,
  .W-xxl-12_12 {
    width: 100%;
  }
  .H-xxl-0 {
    height: 0px;
  }
  .H-xxl-5 {
    height: 5px;
  }
  .H-xxl-10 {
    height: 10px;
  }
  .H-xxl-15 {
    height: 15px;
  }
  .H-xxl-20 {
    height: 20px;
  }
  .H-xxl-25 {
    height: 25px;
  }
  .H-xxl-30 {
    height: 30px;
  }
  .H-xxl-35 {
    height: 35px;
  }
  .H-xxl-40 {
    height: 40px;
  }
  .H-xxl-45 {
    height: 45px;
  }
  .H-xxl-50 {
    height: 50px;
  }
  .H-xxl-55 {
    height: 55px;
  }
  .H-xxl-60 {
    height: 60px;
  }
  .H-xxl-65 {
    height: 65px;
  }
  .H-xxl-70 {
    height: 70px;
  }
  .H-xxl-75 {
    height: 75px;
  }
  .H-xxl-80 {
    height: 80px;
  }
  .H-xxl-85 {
    height: 85px;
  }
  .H-xxl-90 {
    height: 90px;
  }
  .H-xxl-95 {
    height: 95px;
  }
  .H-xxl-100 {
    height: 100px;
  }
  .H-xxl-105 {
    height: 105px;
  }
  .H-xxl-110 {
    height: 110px;
  }
  .H-xxl-115 {
    height: 115px;
  }
  .H-xxl-120 {
    height: 120px;
  }
  .H-xxl-125 {
    height: 125px;
  }
  .H-xxl-130 {
    height: 130px;
  }
  .H-xxl-135 {
    height: 135px;
  }
  .H-xxl-140 {
    height: 140px;
  }
  .H-xxl-145 {
    height: 145px;
  }
  .AR-xxl-1_3 {
    aspect-ratio: 1 / 3;
  }
  .AR-xxl-1_2 {
    aspect-ratio: 1 / 2;
  }
  .AR-xxl-9_16 {
    aspect-ratio: 9 / 16;
  }
  .AR-xxl-2_3 {
    aspect-ratio: 2 / 3;
  }
  .AR-xxl-3_4 {
    aspect-ratio: 3 / 4;
  }
  .AR-xxl-4_5 {
    aspect-ratio: 4 / 5;
  }
  .AR-xxl-1_1 {
    aspect-ratio: 1 / 1;
  }
  .AR-xxl-5_4 {
    aspect-ratio: 5 / 4;
  }
  .AR-xxl-4_3 {
    aspect-ratio: 4 / 3;
  }
  .AR-xxl-3_2 {
    aspect-ratio: 3 / 2;
  }
  .AR-xxl-16_9 {
    aspect-ratio: 16 / 9;
  }
  .AR-xxl-2_1 {
    aspect-ratio: 2 / 1;
  }
  .AR-xxl-8_3 {
    aspect-ratio: 8 / 3;
  }
  .AR-xxl-3_1 {
    aspect-ratio: 3 / 1;
  }
  .AR-xxl-4_1 {
    aspect-ratio: 4 / 1;
  }
  .AR-xxl-5_1 {
    aspect-ratio: 5 / 1;
  }
  .AR-xxl-6_1 {
    aspect-ratio: 6 / 1;
  }
  .AR-xxl-7_1 {
    aspect-ratio: 7 / 1;
  }
  .AR-xxl-8_1 {
    aspect-ratio: 8 / 1;
  }
  .AR-xxl-9_1 {
    aspect-ratio: 9 / 1;
  }
  .AR-xxl-10_1 {
    aspect-ratio: 10 / 1;
  }
  .AR-xxl-11_1 {
    aspect-ratio: 11 / 1;
  }
  .AR-xxl-12_1 {
    aspect-ratio: 12 / 1;
  }
  .AR-xxl-13_1 {
    aspect-ratio: 13 / 1;
  }
  .AR-xxl-14_1 {
    aspect-ratio: 14 / 1;
  }
  .AR-xxl-15_1 {
    aspect-ratio: 15 / 1;
  }
  .AR-xxl-16_1 {
    aspect-ratio: 16 / 1;
  }
  .AR-xxl-17_1 {
    aspect-ratio: 17 / 1;
  }
  .AR-xxl-18_1 {
    aspect-ratio: 18 / 1;
  }
  .AR-xxl-19_1 {
    aspect-ratio: 19 / 1;
  }
  .AR-xxl-20_1 {
    aspect-ratio: 20 / 1;
  }
  .L-xxl-0 {
    left: 0%;
  }
  .L-xxl-5 {
    left: 5%;
  }
  .L-xxl-1_12 {
    left: 8.333333333%;
  }
  .L-xxl-10 {
    left: 10%;
  }
  .L-xxl-15 {
    left: 15%;
  }
  .L-xxl-2_12 {
    left: 16.66666667%;
  }
  .L-xxl-20 {
    left: 20%;
  }
  .L-xxl-25 {
    left: 25%;
  }
  .L-xxl-30 {
    left: 30%;
  }
  .L-xxl-33-33 {
    left: 33.33333333%;
  }
  .L-xxl-35 {
    left: 35%;
  }
  .L-xxl-40 {
    left: 40%;
  }
  .L-xxl-5_12 {
    left: 41.66666667%;
  }
  .L-xxl-45 {
    left: 45%;
  }
  .L-xxl-50 {
    left: 50%;
  }
  .L-xxl-55 {
    left: 55%;
  }
  .L-xxl-7_12 {
    left: 58.33333333%;
  }
  .L-xxl-60 {
    left: 60%;
  }
  .L-xxl-65 {
    left: 65%;
  }
  .L-xxl-66-66 {
    left: 66.66666667%;
  }
  .L-xxl-70 {
    left: 70%;
  }
  .L-xxl-75 {
    left: 75%;
  }
  .L-xxl-80 {
    left: 80%;
  }
  .L-xxl-10_12 {
    left: 83.33333333%;
  }
  .L-xxl-85 {
    left: 85%;
  }
  .L-xxl-90 {
    left: 90%;
  }
  .L-xxl-11_12 {
    left: 91.66666667%;
  }
  .L-xxl-95 {
    left: 95%;
  }
  .L-xxl-100 {
    left: 100%;
  }
  .R-xxl-0 {
    right: 0%;
  }
  .R-xxl-5 {
    right: 5%;
  }
  .R-xxl-1_12 {
    right: 8.333333333%;
  }
  .R-xxl-10 {
    right: 10%;
  }
  .R-xxl-15 {
    right: 15%;
  }
  .R-xxl-2_12 {
    right: 16.66666667%;
  }
  .R-xxl-20 {
    right: 20%;
  }
  .R-xxl-25 {
    right: 25%;
  }
  .R-xxl-30 {
    right: 30%;
  }
  .R-xxl-33-33 {
    right: 33.33333333%;
  }
  .R-xxl-35 {
    right: 35%;
  }
  .R-xxl-40 {
    right: 40%;
  }
  .R-xxl-5_12 {
    right: 41.66666667%;
  }
  .R-xxl-45 {
    right: 45%;
  }
  .R-xxl-50 {
    right: 50%;
  }
  .R-xxl-55 {
    right: 55%;
  }
  .R-xxl-7_12 {
    right: 58.33333333%;
  }
  .R-xxl-60 {
    right: 60%;
  }
  .R-xxl-65 {
    right: 65%;
  }
  .R-xxl-66-66 {
    right: 66.66666667%;
  }
  .R-xxl-70 {
    right: 70%;
  }
  .R-xxl-75 {
    right: 75%;
  }
  .R-xxl-80 {
    right: 80%;
  }
  .R-xxl-10_12 {
    right: 83.33333333%;
  }
  .R-xxl-85 {
    right: 85%;
  }
  .R-xxl-90 {
    right: 90%;
  }
  .R-xxl-11_12 {
    right: 91.66666667%;
  }
  .R-xxl-95 {
    right: 95%;
  }
  .R-xxl-100 {
    right: 100%;
  }
  .T-xxl-0 {
    top: 0%;
  }
  .T-xxl-5 {
    top: 5%;
  }
  .T-xxl-10 {
    top: 10%;
  }
  .T-xxl-15 {
    top: 15%;
  }
  .T-xxl-20 {
    top: 20%;
  }
  .T-xxl-25 {
    top: 25%;
  }
  .T-xxl-30 {
    top: 30%;
  }
  .T-xxl-35 {
    top: 35%;
  }
  .T-xxl-40 {
    top: 40%;
  }
  .T-xxl-45 {
    top: 45%;
  }
  .T-xxl-50 {
    top: 50%;
  }
  .T-xxl-55 {
    top: 55%;
  }
  .T-xxl-60 {
    top: 60%;
  }
  .T-xxl-65 {
    top: 65%;
  }
  .T-xxl-70 {
    top: 70%;
  }
  .T-xxl-75 {
    top: 75%;
  }
  .T-xxl-80 {
    top: 80%;
  }
  .T-xxl-85 {
    top: 85%;
  }
  .T-xxl-90 {
    top: 90%;
  }
  .T-xxl-95 {
    top: 95%;
  }
  .T-xxl-100 {
    top: 100%;
  }
  .B-xxl-0 {
    bottom: 0%;
  }
  .B-xxl-5 {
    bottom: 5%;
  }
  .B-xxl-10 {
    bottom: 10%;
  }
  .B-xxl-15 {
    bottom: 15%;
  }
  .B-xxl-20 {
    bottom: 20%;
  }
  .B-xxl-25 {
    bottom: 25%;
  }
  .B-xxl-30 {
    bottom: 30%;
  }
  .B-xxl-35 {
    bottom: 35%;
  }
  .B-xxl-40 {
    bottom: 40%;
  }
  .B-xxl-45 {
    bottom: 45%;
  }
  .B-xxl-50 {
    bottom: 50%;
  }
  .B-xxl-55 {
    bottom: 55%;
  }
  .B-xxl-60 {
    bottom: 60%;
  }
  .B-xxl-65 {
    bottom: 65%;
  }
  .B-xxl-70 {
    bottom: 70%;
  }
  .B-xxl-75 {
    bottom: 75%;
  }
  .B-xxl-80 {
    bottom: 80%;
  }
  .B-xxl-85 {
    bottom: 85%;
  }
  .B-xxl-90 {
    bottom: 90%;
  }
  .B-xxl-95 {
    bottom: 95%;
  }
  .B-xxl-100 {
    bottom: 100%;
  }
  .OS-xxl-0 {
    margin-left: 0%;
  }
  .OS-xxl-5 {
    margin-left: 5%;
  }
  .OS-xxl-1_12 {
    margin-left: 8.333333333%;
  }
  .OS-xxl-10 {
    margin-left: 10%;
  }
  .OS-xxl-15 {
    margin-left: 15%;
  }
  .OS-xxl-2_12 {
    margin-left: 16.66666667%;
  }
  .OS-xxl-20 {
    margin-left: 20%;
  }
  .OS-xxl-25,
  .OS-xxl-3_12 {
    margin-left: 25%;
  }
  .OS-xxl-30 {
    margin-left: 30%;
  }
  .OS-xxl-33-33,
  .OS-xxl-4_12 {
    margin-left: 33.33333333%;
  }
  .OS-xxl-35 {
    margin-left: 35%;
  }
  .OS-xxl-40 {
    margin-left: 40%;
  }
  .OS-xxl-5_12 {
    margin-left: 41.66666667%;
  }
  .OS-xxl-45 {
    margin-left: 45%;
  }
  .OS-xxl-50,
  .OS-xxl-6_12 {
    margin-left: 50%;
  }
  .OS-xxl-55 {
    margin-left: 55%;
  }
  .OS-xxl-7_12 {
    margin-left: 58.33333333%;
  }
  .OS-xxl-60 {
    margin-left: 60%;
  }
  .OS-xxl-65 {
    margin-left: 65%;
  }
  .OS-xxl-66-66,
  .OS-xxl-8_12 {
    margin-left: 66.66666667%;
  }
  .OS-xxl-70 {
    margin-left: 70%;
  }
  .OS-xxl-75,
  .OS-xxl-9_12 {
    margin-left: 75%;
  }
  .OS-xxl-80 {
    margin-left: 80%;
  }
  .OS-xxl-10_12 {
    margin-left: 83.33333333%;
  }
  .OS-xxl-85 {
    margin-left: 85%;
  }
  .OS-xxl-90 {
    margin-left: 90%;
  }
  .OS-xxl-11_12 {
    margin-left: 91.66666667%;
  }
  .OS-xxl-95 {
    margin-left: 95%;
  }
  .OS-xxl-100,
  .OS-xxl-12_12 {
    margin-left: 100%;
  }
  .P4x-xxl {
    padding: 60px;
  }
  .P3x-xxl {
    padding: 45px;
  }
  .P2x-xxl {
    padding: 30px;
  }
  .P-xxl {
    padding: 15px;
  }
  .PH-xxl {
    padding: 7.5px;
  }
  .PS-xxl {
    padding: 5px;
  }
  .P0-xxl {
    padding: 0px;
  }
  .P4x-xxl {
    padding: 60px;
  }
  .PT4x-xxl {
    padding-top: 60px;
  }
  .PR4x-xxl {
    padding-right: 60px;
  }
  .PB4x-xxl {
    padding-bottom: 60px;
  }
  .PL4x-xxl {
    padding-left: 60px;
  }
  .PLR4x-xxl,
  .btn.btn-xl a,
  a.btn.btn-xl {
    padding-left: 60px;
    padding-right: 60px;
  }
  .PTB4x-xxl {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .P3x-xxl {
    padding: 45px;
  }
  .PT3x-xxl {
    padding-top: 45px;
  }
  .PR3x-xxl {
    padding-right: 45px;
  }
  .PB3x-xxl {
    padding-bottom: 45px;
  }
  .PL3x-xxl {
    padding-left: 45px;
  }
  .PLR3x-xxl,
  .btn.btn-lg a,
  a.btn.btn-lg,
  input[type="submit"],
  input.gform_button.button {
    padding-left: 45px;
    padding-right: 45px;
  }
  .PTB3x-xxl {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .P2x-xxl {
    padding: 30px;
  }
  .PT2x-xxl {
    padding-top: 30px;
  }
  .PR2x-xxl {
    padding-right: 30px;
  }
  .PB2x-xxl {
    padding-bottom: 30px;
  }
  .PL2x-xxl,
  ul {
    padding-left: 30px;
  }
  .PLR2x-xxl,
  .btn a,
  a.btn,
  button,
  input.btn {
    padding-left: 30px;
    padding-right: 30px;
  }
  .PTB2x-xxl,
  .btn.btn-xl a,
  a.btn.btn-xl,
  p.btn.btn-xl {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .P-xxl {
    padding: 15px;
  }
  .PT-xxl {
    padding-top: 15px;
  }
  .PR-xxl,
  .ToggleCollapses > .panel .CL a,
  .panel .ToggleCollapse.CL a,
  .ToggleCollapses > .panel-body,
  .panel-body {
    padding-right: 15px;
  }
  .PB-xxl {
    padding-bottom: 15px;
  }
  .PL-xxl,
  .ToggleCollapses.IconLeft > .panel .CL a,
  .IconLeft .panel .ToggleCollapse.CL a,
  .ToggleCollapses.IconLeft > .panel-body,
  .IconLeft .panel-body {
    padding-left: 15px;
  }
  .PLR-xxl,
  .row > [class*="col-"],
  .wp-block-columns > .wp-block-column,
  .sub-menu {
    padding-left: 15px;
    padding-right: 15px;
  }
  .PTB-xxl,
  .btn.btn-lg a,
  a.btn.btn-lg,
  p.btn.btn-lg,
  input[type="submit"],
  input.gform_button.button {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .PH-xxl {
    padding: 7.5px;
  }
  .PTH-xxl {
    padding-top: 7.5px;
  }
  .PRH-xxl {
    padding-right: 7.5px;
  }
  .PBH-xxl {
    padding-bottom: 7.5px;
  }
  .PLH-xxl {
    padding-left: 7.5px;
  }
  .PLRH-xxl,
  input {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .PTBH-xxl,
  .btn a,
  a.btn,
  p.btn,
  button,
  input,
  input.btn,
  .panel .CL {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
  }
  .PS-xxl {
    padding: 5px;
  }
  .PTS-xxl {
    padding-top: 5px;
  }
  .PRS-xxl {
    padding-right: 5px;
  }
  .PBS-xxl {
    padding-bottom: 5px;
  }
  .PLS-xxl {
    padding-left: 5px;
  }
  .PLRS-xxl {
    padding-left: 5px;
    padding-right: 5px;
  }
  .PTBS-xxl {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .P0-xxl {
    padding: 0px;
  }
  .PT0-xxl {
    padding-top: 0px;
  }
  .PR0-xxl,
  .wp-block-columns > .wp-block-column.PR0 {
    padding-right: 0px;
  }
  .PB0-xxl {
    padding-bottom: 0px;
  }
  .PL0-xxl,
  .wp-block-columns > .wp-block-column.PL0 {
    padding-left: 0px;
  }
  .PLR0-xxl,
  .row.no-gutter > [class*="col-"],
  .wp-block-columns.no-gutter > .wp-block-column {
    padding-left: 0px;
    padding-right: 0px;
  }
  .PTB0-xxl {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .FL-xxl {
    float: left;
  }
  .FR-xxl {
    float: right;
  }
  .F0-xxl,
  .DTBLC-xxl {
    float: none;
  }
  .CB-xxl {
    clear: both;
  }
  .POR-xxl {
    position: relative;
  }
  .POA-xxl,
  ul.LIL-xxl .sub-menu {
    position: absolute;
  }
  .POF-xxl {
    position: fixed;
  }
  .DBL-xxl {
    display: block;
  }
  .DIL-xxl,
  ul.LIL-xxl li {
    display: inline;
  }
  .DILB-xxl {
    display: inline-block;
  }
  .D0-xxl {
    display: none;
  }
  .DLI-xxl,
  ul.LIL-xxl .sub-menu li {
    display: list-item;
  }
  .DTBL-xxl {
    display: table;
  }
  .DTBLR-xxl {
    display: table-row;
  }
  .DTBLC-xxl {
    display: table-cell;
  }
  .text-left-xxl {
    text-align: left;
  }
  .text-right-xxl {
    text-align: right;
  }
  .text-center-xxl {
    text-align: center;
  }
  .OFH-xxl,
  ul.LIL-xxl .sub-menu {
    overflow: hidden;
  }
  .MH0px-xxl,
  ul.LIL-xxl .sub-menu {
    max-height: 0px;
  }
  .MH100vh-xxl,
  ul.LIL-xxl li:hover .sub-menu {
    max-height: 100vh;
  }
  .PLR-xxl {
    padding-left: 15px;
    padding-right: 15px;
  }
  .PLR-2x-xxl {
    padding-left: 30px;
    padding-right: 30px;
  }
  .MTB0-xxl {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .MTBH-xxl {
    margin-top: 7.5px;
    margin-bottom: 7.5px;
  }
  .MTB10-xxl {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .MTB-xxl,
  .sub-menu li {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .FSem-xxl-0_25 {
    font-size: 0.25em;
  }
  .FSem-xxl-0_5 {
    font-size: 0.5em;
  }
  .FSem-xxl-0_75 {
    font-size: 0.75em;
  }
  .FSem-xxl-1 {
    font-size: 1em;
  }
  .FSem-xxl-1_25 {
    font-size: 1.25em;
  }
  .FSem-xxl-1_5 {
    font-size: 1.5em;
  }
  .FSem-xxl-1_75 {
    font-size: 1.75em;
  }
  .FSem-xxl-2 {
    font-size: 2em;
  }
  .FSem-xxl-2_25 {
    font-size: 2.25em;
  }
  .FSem-xxl-2_5 {
    font-size: 2.5em;
  }
  .FSem-xxl-2_75 {
    font-size: 2.75em;
  }
  .FSem-xxl-3 {
    font-size: 3em;
  }
  .LH1-xxl {
    line-height: 1;
  }
  .LH1_1-xxl {
    line-height: 1.1;
  }
  ul.LIL-xxl li {
    position: relative;
  }
  ul.LIL-xxl .sub-menu {
    left: 0;
  }
  ul.LIL-xxl > li {
    padding-right: 10px;
  }
  ul.LIL-xxl > li:last-child {
    padding-right: 0px;
  }
  ul.LIL-xxl > li.menu-item-has-children:hover > .sub-menu {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .MenuBlock.nav.LIL-xxl > li.menu-item-has-children > a::after {
    content: "\2304";
    margin-left: 4px;
    margin-right: -2px;
    margin-top: -5px;
    top: -3px;
    font-size: 22px;
    display: inline-block;
    position: relative;
  }
  .MenuBlock.nav.LIL-xxl .MobilePlus {
    display: none;
  }
}
/*sm*/
@media (max-width: 767px) {
  .W0,
  .W5,
  .W10,
  .W15,
  .W20,
  .W25,
  .W30,
  .W35,
  .W40,
  .W45,
  .W50,
  .W55,
  .W60,
  .W65,
  .W70,
  .W75,
  .W80,
  .W85,
  .W90,
  .W95,
  .W100,
  .W1_12,
  .W2_12,
  .W33-33,
  .W5_12,
  .W7_12,
  .W66-66,
  .W10_12,
  .W11_12,
  .col-1,
  .W8-33,
  .col-2,
  .W16-66,
  .col-3,
  .W3_12,
  .col-4,
  .W4_12,
  .col-5,
  .W41-66,
  .col-6,
  .W6_12,
  .col-7,
  .W58-33,
  .col-8,
  .W8_12,
  .col-9,
  .W9_12,
  .col-10,
  .W83-33,
  .col-11,
  .W91-66,
  .col-12,
  .W12_12,
  .W555 {
    width: 100%;
  }
  .wp-block-columns.is-not-stacked-on-mobile > .W0 {
    width: 0%;
  }
  .wp-block-columns.is-not-stacked-on-mobile > .W5 {
    width: 5%;
  }
  .wp-block-columns.is-not-stacked-on-mobile > .W1_12 {
    width: 8.333333333%;
  }
  .wp-block-columns.is-not-stacked-on-mobile > .W10 {
    width: 10%;
  }
  .wp-block-columns.is-not-stacked-on-mobile > .W15 {
    width: 15%;
  }
  .wp-block-columns.is-not-stacked-on-mobile > .W2_12 {
    width: 16.66666667%;
  }
  .wp-block-columns.is-not-stacked-on-mobile > .W20 {
    width: 20%;
  }
  .wp-block-columns.is-not-stacked-on-mobile > .W25 {
    width: 25%;
  }
  .wp-block-columns.is-not-stacked-on-mobile > .W30 {
    width: 30%;
  }
  .wp-block-columns.is-not-stacked-on-mobile > .W33-33 {
    width: 33.33333333%;
  }
  .wp-block-columns.is-not-stacked-on-mobile > .W35 {
    width: 35%;
  }
  .wp-block-columns.is-not-stacked-on-mobile > .W40 {
    width: 40%;
  }
  .wp-block-columns.is-not-stacked-on-mobile > .W5_12 {
    width: 41.66666667%;
  }
  .wp-block-columns.is-not-stacked-on-mobile > .W45 {
    width: 45%;
  }
  .wp-block-columns.is-not-stacked-on-mobile > .W50 {
    width: 50%;
  }
  .wp-block-columns.is-not-stacked-on-mobile > .W55 {
    width: 55%;
  }
  .wp-block-columns.is-not-stacked-on-mobile > .W7_12 {
    width: 58.33333333%;
  }
  .wp-block-columns.is-not-stacked-on-mobile > .W60 {
    width: 60%;
  }
  .wp-block-columns.is-not-stacked-on-mobile > .W65 {
    width: 65%;
  }
  .wp-block-columns.is-not-stacked-on-mobile > .W66-66 {
    width: 66.66666667%;
  }
  .wp-block-columns.is-not-stacked-on-mobile > .W70 {
    width: 70%;
  }
  .wp-block-columns.is-not-stacked-on-mobile > .W75 {
    width: 75%;
  }
  .wp-block-columns.is-not-stacked-on-mobile > .W80 {
    width: 80%;
  }
  .wp-block-columns.is-not-stacked-on-mobile > .W10_12 {
    width: 83.33333333%;
  }
  .wp-block-columns.is-not-stacked-on-mobile > .W85 {
    width: 85%;
  }
  .wp-block-columns.is-not-stacked-on-mobile > .W90 {
    width: 90%;
  }
  .wp-block-columns.is-not-stacked-on-mobile > .W11_12 {
    width: 91.66666667%;
  }
  .wp-block-columns.is-not-stacked-on-mobile > .W95 {
    width: 95%;
  }
  .wp-block-columns.is-not-stacked-on-mobile > .W100 {
    width: 100%;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .wp-block-columns.flex .wp-block-column {
    flex-basis: 100%;
    flex-grow: 1;
  }
  .wp-block-columns.is-not-stacked-on-mobile.flex .wp-block-column {
    flex-basis: 0%;
  }
  ul.LinkList li {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .collapse .MenuBlock li.menu-item-has-children > a {
    display: inline-block;
    width: 90%;
  }
  .modal {
    top: 5%;
    overflow-y: scroll;
  }
  .FS16 {
    font-size: 16px;
  }
  .FS18,
  body,
  h6,
  .h6,
  dt,
  input,
  input[type="submit"],
  input.btn,
  button.btn,
  input.gform_button.button {
    font-size: 17.46px;
  }
  .FS20,
  h5,
  .h5 {
    font-size: 18.92px;
  }
  .FS22,
  h4,
  .h4 {
    font-size: 20.38px;
  }
  .FS24 {
    font-size: 21.87px;
  }
  .FS25,
  h3,
  .h3 {
    font-size: 22.75px;
  }
  .FS32,
  h2,
  .h2 {
    font-size: 27.08px;
  }
  .FS46 {
    font-size: 35.38px;
  }
  .FS60 {
    font-size: 43.71px;
  }
  .FS75,
  h1,
  .h1 {
    font-size: 52.62px;
  }
  .FS90 {
    font-size: 61.5px;
  }
  .FS105 {
    font-size: 70.38px;
  }
  .FS120 {
    font-size: 79.29px;
  }
  .W-sm-0 {
    width: 0%;
  }
  .W-sm-5 {
    width: 5%;
  }
  .W-sm-1_12,
  .col-sm-1,
  .W-sm-8-33 {
    width: 8.333333333%;
  }
  .W-sm-10 {
    width: 10%;
  }
  .W-sm-15 {
    width: 15%;
  }
  .W-sm-2_12,
  .col-sm-2,
  .W-sm-16-66 {
    width: 16.66666667%;
  }
  .W-sm-20 {
    width: 20%;
  }
  .W-sm-25,
  .col-sm-3,
  .W-sm-3_12 {
    width: 25%;
  }
  .W-sm-30 {
    width: 30%;
  }
  .W-sm-33-33,
  .col-sm-4,
  .W-sm-4_12 {
    width: 33.33333333%;
  }
  .W-sm-35 {
    width: 35%;
  }
  .W-sm-40 {
    width: 40%;
  }
  .W-sm-5_12,
  .col-sm-5,
  .W-sm-41-66 {
    width: 41.66666667%;
  }
  .W-sm-45 {
    width: 45%;
  }
  .W-sm-50,
  .col-sm-6,
  .W-sm-6_12 {
    width: 50%;
  }
  .W-sm-55 {
    width: 55%;
  }
  .W-sm-7_12,
  .col-sm-7,
  .W-sm-58-33 {
    width: 58.33333333%;
  }
  .W-sm-60 {
    width: 60%;
  }
  .W-sm-65 {
    width: 65%;
  }
  .W-sm-66-66,
  .col-sm-8,
  .W-sm-8_12 {
    width: 66.66666667%;
  }
  .W-sm-70 {
    width: 70%;
  }
  .W-sm-75,
  .col-sm-9,
  .W-sm-9_12 {
    width: 75%;
  }
  .W-sm-80 {
    width: 80%;
  }
  .W-sm-10_12,
  .col-sm-10,
  .W-sm-83-33 {
    width: 83.33333333%;
  }
  .W-sm-85 {
    width: 85%;
  }
  .W-sm-90 {
    width: 90%;
  }
  .W-sm-11_12,
  .col-sm-11,
  .W-sm-91-66 {
    width: 91.66666667%;
  }
  .W-sm-95 {
    width: 95%;
  }
  .W-sm-100,
  .col-sm-12,
  .W-sm-12_12 {
    width: 100%;
  }
  .H-sm-0 {
    height: 0px;
  }
  .H-sm-5 {
    height: 5px;
  }
  .H-sm-10 {
    height: 10px;
  }
  .H-sm-15 {
    height: 15px;
  }
  .H-sm-20 {
    height: 20px;
  }
  .H-sm-25 {
    height: 25px;
  }
  .H-sm-30 {
    height: 30px;
  }
  .H-sm-35 {
    height: 35px;
  }
  .H-sm-40 {
    height: 40px;
  }
  .H-sm-45 {
    height: 45px;
  }
  .H-sm-50 {
    height: 50px;
  }
  .H-sm-55 {
    height: 55px;
  }
  .H-sm-60 {
    height: 60px;
  }
  .H-sm-65 {
    height: 65px;
  }
  .H-sm-70 {
    height: 70px;
  }
  .H-sm-75 {
    height: 75px;
  }
  .H-sm-80 {
    height: 80px;
  }
  .H-sm-85 {
    height: 85px;
  }
  .H-sm-90 {
    height: 90px;
  }
  .H-sm-95 {
    height: 95px;
  }
  .H-sm-100 {
    height: 100px;
  }
  .H-sm-105 {
    height: 105px;
  }
  .H-sm-110 {
    height: 110px;
  }
  .H-sm-115 {
    height: 115px;
  }
  .H-sm-120 {
    height: 120px;
  }
  .H-sm-125 {
    height: 125px;
  }
  .H-sm-130 {
    height: 130px;
  }
  .H-sm-135 {
    height: 135px;
  }
  .H-sm-140 {
    height: 140px;
  }
  .H-sm-145 {
    height: 145px;
  }
  .AR-sm-1_3 {
    aspect-ratio: 1 / 3;
  }
  .AR-sm-1_2 {
    aspect-ratio: 1 / 2;
  }
  .AR-sm-9_16 {
    aspect-ratio: 9 / 16;
  }
  .AR-sm-2_3 {
    aspect-ratio: 2 / 3;
  }
  .AR-sm-3_4 {
    aspect-ratio: 3 / 4;
  }
  .AR-sm-4_5 {
    aspect-ratio: 4 / 5;
  }
  .AR-sm-1_1 {
    aspect-ratio: 1 / 1;
  }
  .AR-sm-5_4 {
    aspect-ratio: 5 / 4;
  }
  .AR-sm-4_3 {
    aspect-ratio: 4 / 3;
  }
  .AR-sm-3_2 {
    aspect-ratio: 3 / 2;
  }
  .AR-sm-16_9 {
    aspect-ratio: 16 / 9;
  }
  .AR-sm-2_1 {
    aspect-ratio: 2 / 1;
  }
  .AR-sm-8_3 {
    aspect-ratio: 8 / 3;
  }
  .AR-sm-3_1 {
    aspect-ratio: 3 / 1;
  }
  .AR-sm-4_1 {
    aspect-ratio: 4 / 1;
  }
  .AR-sm-5_1 {
    aspect-ratio: 5 / 1;
  }
  .AR-sm-6_1 {
    aspect-ratio: 6 / 1;
  }
  .AR-sm-7_1 {
    aspect-ratio: 7 / 1;
  }
  .AR-sm-8_1 {
    aspect-ratio: 8 / 1;
  }
  .AR-sm-9_1 {
    aspect-ratio: 9 / 1;
  }
  .AR-sm-10_1 {
    aspect-ratio: 10 / 1;
  }
  .AR-sm-11_1 {
    aspect-ratio: 11 / 1;
  }
  .AR-sm-12_1 {
    aspect-ratio: 12 / 1;
  }
  .AR-sm-13_1 {
    aspect-ratio: 13 / 1;
  }
  .AR-sm-14_1 {
    aspect-ratio: 14 / 1;
  }
  .AR-sm-15_1 {
    aspect-ratio: 15 / 1;
  }
  .AR-sm-16_1 {
    aspect-ratio: 16 / 1;
  }
  .AR-sm-17_1 {
    aspect-ratio: 17 / 1;
  }
  .AR-sm-18_1 {
    aspect-ratio: 18 / 1;
  }
  .AR-sm-19_1 {
    aspect-ratio: 19 / 1;
  }
  .AR-sm-20_1 {
    aspect-ratio: 20 / 1;
  }
  .L-sm-0 {
    left: 0%;
  }
  .L-sm-5 {
    left: 5%;
  }
  .L-sm-1_12 {
    left: 8.333333333%;
  }
  .L-sm-10 {
    left: 10%;
  }
  .L-sm-15 {
    left: 15%;
  }
  .L-sm-2_12 {
    left: 16.66666667%;
  }
  .L-sm-20 {
    left: 20%;
  }
  .L-sm-25 {
    left: 25%;
  }
  .L-sm-30 {
    left: 30%;
  }
  .L-sm-33-33 {
    left: 33.33333333%;
  }
  .L-sm-35 {
    left: 35%;
  }
  .L-sm-40 {
    left: 40%;
  }
  .L-sm-5_12 {
    left: 41.66666667%;
  }
  .L-sm-45 {
    left: 45%;
  }
  .L-sm-50 {
    left: 50%;
  }
  .L-sm-55 {
    left: 55%;
  }
  .L-sm-7_12 {
    left: 58.33333333%;
  }
  .L-sm-60 {
    left: 60%;
  }
  .L-sm-65 {
    left: 65%;
  }
  .L-sm-66-66 {
    left: 66.66666667%;
  }
  .L-sm-70 {
    left: 70%;
  }
  .L-sm-75 {
    left: 75%;
  }
  .L-sm-80 {
    left: 80%;
  }
  .L-sm-10_12 {
    left: 83.33333333%;
  }
  .L-sm-85 {
    left: 85%;
  }
  .L-sm-90 {
    left: 90%;
  }
  .L-sm-11_12 {
    left: 91.66666667%;
  }
  .L-sm-95 {
    left: 95%;
  }
  .L-sm-100 {
    left: 100%;
  }
  .R-sm-0 {
    right: 0%;
  }
  .R-sm-5 {
    right: 5%;
  }
  .R-sm-1_12 {
    right: 8.333333333%;
  }
  .R-sm-10 {
    right: 10%;
  }
  .R-sm-15 {
    right: 15%;
  }
  .R-sm-2_12 {
    right: 16.66666667%;
  }
  .R-sm-20 {
    right: 20%;
  }
  .R-sm-25 {
    right: 25%;
  }
  .R-sm-30 {
    right: 30%;
  }
  .R-sm-33-33 {
    right: 33.33333333%;
  }
  .R-sm-35 {
    right: 35%;
  }
  .R-sm-40 {
    right: 40%;
  }
  .R-sm-5_12 {
    right: 41.66666667%;
  }
  .R-sm-45 {
    right: 45%;
  }
  .R-sm-50 {
    right: 50%;
  }
  .R-sm-55 {
    right: 55%;
  }
  .R-sm-7_12 {
    right: 58.33333333%;
  }
  .R-sm-60 {
    right: 60%;
  }
  .R-sm-65 {
    right: 65%;
  }
  .R-sm-66-66 {
    right: 66.66666667%;
  }
  .R-sm-70 {
    right: 70%;
  }
  .R-sm-75 {
    right: 75%;
  }
  .R-sm-80 {
    right: 80%;
  }
  .R-sm-10_12 {
    right: 83.33333333%;
  }
  .R-sm-85 {
    right: 85%;
  }
  .R-sm-90 {
    right: 90%;
  }
  .R-sm-11_12 {
    right: 91.66666667%;
  }
  .R-sm-95 {
    right: 95%;
  }
  .R-sm-100 {
    right: 100%;
  }
  .T-sm-0 {
    top: 0%;
  }
  .T-sm-5 {
    top: 5%;
  }
  .T-sm-10 {
    top: 10%;
  }
  .T-sm-15 {
    top: 15%;
  }
  .T-sm-20 {
    top: 20%;
  }
  .T-sm-25 {
    top: 25%;
  }
  .T-sm-30 {
    top: 30%;
  }
  .T-sm-35 {
    top: 35%;
  }
  .T-sm-40 {
    top: 40%;
  }
  .T-sm-45 {
    top: 45%;
  }
  .T-sm-50 {
    top: 50%;
  }
  .T-sm-55 {
    top: 55%;
  }
  .T-sm-60 {
    top: 60%;
  }
  .T-sm-65 {
    top: 65%;
  }
  .T-sm-70 {
    top: 70%;
  }
  .T-sm-75 {
    top: 75%;
  }
  .T-sm-80 {
    top: 80%;
  }
  .T-sm-85 {
    top: 85%;
  }
  .T-sm-90 {
    top: 90%;
  }
  .T-sm-95 {
    top: 95%;
  }
  .T-sm-100 {
    top: 100%;
  }
  .B-sm-0 {
    bottom: 0%;
  }
  .B-sm-5 {
    bottom: 5%;
  }
  .B-sm-10 {
    bottom: 10%;
  }
  .B-sm-15 {
    bottom: 15%;
  }
  .B-sm-20 {
    bottom: 20%;
  }
  .B-sm-25 {
    bottom: 25%;
  }
  .B-sm-30 {
    bottom: 30%;
  }
  .B-sm-35 {
    bottom: 35%;
  }
  .B-sm-40 {
    bottom: 40%;
  }
  .B-sm-45 {
    bottom: 45%;
  }
  .B-sm-50 {
    bottom: 50%;
  }
  .B-sm-55 {
    bottom: 55%;
  }
  .B-sm-60 {
    bottom: 60%;
  }
  .B-sm-65 {
    bottom: 65%;
  }
  .B-sm-70 {
    bottom: 70%;
  }
  .B-sm-75 {
    bottom: 75%;
  }
  .B-sm-80 {
    bottom: 80%;
  }
  .B-sm-85 {
    bottom: 85%;
  }
  .B-sm-90 {
    bottom: 90%;
  }
  .B-sm-95 {
    bottom: 95%;
  }
  .B-sm-100 {
    bottom: 100%;
  }
  .OS-sm-0 {
    margin-left: 0%;
  }
  .OS-sm-5 {
    margin-left: 5%;
  }
  .OS-sm-1_12 {
    margin-left: 8.333333333%;
  }
  .OS-sm-10 {
    margin-left: 10%;
  }
  .OS-sm-15 {
    margin-left: 15%;
  }
  .OS-sm-2_12 {
    margin-left: 16.66666667%;
  }
  .OS-sm-20 {
    margin-left: 20%;
  }
  .OS-sm-25,
  .OS-sm-3_12 {
    margin-left: 25%;
  }
  .OS-sm-30 {
    margin-left: 30%;
  }
  .OS-sm-33-33,
  .OS-sm-4_12 {
    margin-left: 33.33333333%;
  }
  .OS-sm-35 {
    margin-left: 35%;
  }
  .OS-sm-40 {
    margin-left: 40%;
  }
  .OS-sm-5_12 {
    margin-left: 41.66666667%;
  }
  .OS-sm-45 {
    margin-left: 45%;
  }
  .OS-sm-50,
  .OS-sm-6_12 {
    margin-left: 50%;
  }
  .OS-sm-55 {
    margin-left: 55%;
  }
  .OS-sm-7_12 {
    margin-left: 58.33333333%;
  }
  .OS-sm-60 {
    margin-left: 60%;
  }
  .OS-sm-65 {
    margin-left: 65%;
  }
  .OS-sm-66-66,
  .OS-sm-8_12 {
    margin-left: 66.66666667%;
  }
  .OS-sm-70 {
    margin-left: 70%;
  }
  .OS-sm-75,
  .OS-sm-9_12 {
    margin-left: 75%;
  }
  .OS-sm-80 {
    margin-left: 80%;
  }
  .OS-sm-10_12 {
    margin-left: 83.33333333%;
  }
  .OS-sm-85 {
    margin-left: 85%;
  }
  .OS-sm-90 {
    margin-left: 90%;
  }
  .OS-sm-11_12 {
    margin-left: 91.66666667%;
  }
  .OS-sm-95 {
    margin-left: 95%;
  }
  .OS-sm-100,
  .OS-sm-12_12 {
    margin-left: 100%;
  }
  .P4x-sm {
    padding: 60px;
  }
  .P3x-sm {
    padding: 45px;
  }
  .P2x-sm {
    padding: 30px;
  }
  .P-sm {
    padding: 15px;
  }
  .PH-sm {
    padding: 7.5px;
  }
  .PS-sm {
    padding: 5px;
  }
  .P0-sm {
    padding: 0px;
  }
  .P4x-sm {
    padding: 60px;
  }
  .PT4x-sm {
    padding-top: 60px;
  }
  .PR4x-sm {
    padding-right: 60px;
  }
  .PB4x-sm {
    padding-bottom: 60px;
  }
  .PL4x-sm {
    padding-left: 60px;
  }
  .PLR4x-sm,
  .btn.btn-xl a,
  a.btn.btn-xl {
    padding-left: 60px;
    padding-right: 60px;
  }
  .PTB4x-sm {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .P3x-sm {
    padding: 45px;
  }
  .PT3x-sm {
    padding-top: 45px;
  }
  .PR3x-sm {
    padding-right: 45px;
  }
  .PB3x-sm {
    padding-bottom: 45px;
  }
  .PL3x-sm {
    padding-left: 45px;
  }
  .PLR3x-sm,
  .btn.btn-lg a,
  a.btn.btn-lg,
  input[type="submit"],
  input.gform_button.button {
    padding-left: 45px;
    padding-right: 45px;
  }
  .PTB3x-sm {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .P2x-sm {
    padding: 30px;
  }
  .PT2x-sm {
    padding-top: 30px;
  }
  .PR2x-sm {
    padding-right: 30px;
  }
  .PB2x-sm {
    padding-bottom: 30px;
  }
  .PL2x-sm,
  ul {
    padding-left: 30px;
  }
  .PLR2x-sm,
  .btn a,
  a.btn,
  button,
  input.btn {
    padding-left: 30px;
    padding-right: 30px;
  }
  .PTB2x-sm,
  .btn.btn-xl a,
  a.btn.btn-xl,
  p.btn.btn-xl {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .P-sm {
    padding: 15px;
  }
  .PT-sm {
    padding-top: 15px;
  }
  .PR-sm,
  .ToggleCollapses > .panel .CL a,
  .panel .ToggleCollapse.CL a,
  .ToggleCollapses > .panel-body,
  .panel-body {
    padding-right: 15px;
  }
  .PB-sm {
    padding-bottom: 15px;
  }
  .PL-sm,
  .ToggleCollapses.IconLeft > .panel .CL a,
  .IconLeft .panel .ToggleCollapse.CL a,
  .ToggleCollapses.IconLeft > .panel-body,
  .IconLeft .panel-body {
    padding-left: 15px;
  }
  .PLR-sm,
  .row > [class*="col-"],
  .wp-block-columns > .wp-block-column,
  .sub-menu {
    padding-left: 15px;
    padding-right: 15px;
  }
  .PTB-sm,
  .btn.btn-lg a,
  a.btn.btn-lg,
  p.btn.btn-lg,
  input[type="submit"],
  input.gform_button.button {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .PH-sm {
    padding: 7.5px;
  }
  .PTH-sm {
    padding-top: 7.5px;
  }
  .PRH-sm {
    padding-right: 7.5px;
  }
  .PBH-sm {
    padding-bottom: 7.5px;
  }
  .PLH-sm {
    padding-left: 7.5px;
  }
  .PLRH-sm,
  input {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .PTBH-sm,
  .btn a,
  a.btn,
  p.btn,
  button,
  input,
  input.btn,
  .panel .CL {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
  }
  .PS-sm {
    padding: 5px;
  }
  .PTS-sm {
    padding-top: 5px;
  }
  .PRS-sm {
    padding-right: 5px;
  }
  .PBS-sm {
    padding-bottom: 5px;
  }
  .PLS-sm {
    padding-left: 5px;
  }
  .PLRS-sm {
    padding-left: 5px;
    padding-right: 5px;
  }
  .PTBS-sm {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .P0-sm {
    padding: 0px;
  }
  .PT0-sm {
    padding-top: 0px;
  }
  .PR0-sm,
  .wp-block-columns > .wp-block-column.PR0 {
    padding-right: 0px;
  }
  .PB0-sm {
    padding-bottom: 0px;
  }
  .PL0-sm,
  .wp-block-columns > .wp-block-column.PL0 {
    padding-left: 0px;
  }
  .PLR0-sm,
  .row.no-gutter > [class*="col-"],
  .wp-block-columns.no-gutter > .wp-block-column {
    padding-left: 0px;
    padding-right: 0px;
  }
  .PTB0-sm {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .FL-sm {
    float: left;
  }
  .FR-sm {
    float: right;
  }
  .F0-sm,
  .DTBLC-sm {
    float: none;
  }
  .CB-sm {
    clear: both;
  }
  .POR-sm {
    position: relative;
  }
  .POA-sm,
  ul.LIL-sm .sub-menu {
    position: absolute;
  }
  .POF-sm {
    position: fixed;
  }
  .DBL-sm {
    display: block;
  }
  .DIL-sm,
  ul.LIL-sm li {
    display: inline;
  }
  .DILB-sm {
    display: inline-block;
  }
  .D0-sm {
    display: none;
  }
  .DLI-sm,
  ul.LIL-sm .sub-menu li {
    display: list-item;
  }
  .DTBL-sm {
    display: table;
  }
  .DTBLR-sm {
    display: table-row;
  }
  .DTBLC-sm {
    display: table-cell;
  }
  .text-left-sm {
    text-align: left;
  }
  .text-right-sm {
    text-align: right;
  }
  .text-center-sm {
    text-align: center;
  }
  .OFH-sm,
  ul.LIL-sm .sub-menu {
    overflow: hidden;
  }
  .MH0px-sm,
  ul.LIL-sm .sub-menu {
    max-height: 0px;
  }
  .MH100vh-sm,
  ul.LIL-sm li:hover .sub-menu {
    max-height: 100vh;
  }
  .PLR-sm {
    padding-left: 15px;
    padding-right: 15px;
  }
  .PLR-2x-sm {
    padding-left: 30px;
    padding-right: 30px;
  }
  .MTB0-sm {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .MTBH-sm {
    margin-top: 7.5px;
    margin-bottom: 7.5px;
  }
  .MTB10-sm {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .MTB-sm,
  .sub-menu li {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .FSem-sm-0_25 {
    font-size: 0.25em;
  }
  .FSem-sm-0_5 {
    font-size: 0.5em;
  }
  .FSem-sm-0_75 {
    font-size: 0.75em;
  }
  .FSem-sm-1 {
    font-size: 1em;
  }
  .FSem-sm-1_25 {
    font-size: 1.25em;
  }
  .FSem-sm-1_5 {
    font-size: 1.5em;
  }
  .FSem-sm-1_75 {
    font-size: 1.75em;
  }
  .FSem-sm-2 {
    font-size: 2em;
  }
  .FSem-sm-2_25 {
    font-size: 2.25em;
  }
  .FSem-sm-2_5 {
    font-size: 2.5em;
  }
  .FSem-sm-2_75 {
    font-size: 2.75em;
  }
  .FSem-sm-3 {
    font-size: 3em;
  }
  .LH1-sm {
    line-height: 1;
  }
  .LH1_1-sm {
    line-height: 1.1;
  }
  ul.LIL-sm li {
    position: relative;
  }
  ul.LIL-sm .sub-menu {
    left: 0;
  }
  ul.LIL-sm > li {
    padding-right: 10px;
  }
  ul.LIL-sm > li:last-child {
    padding-right: 0px;
  }
  ul.LIL-sm > li.menu-item-has-children:hover > .sub-menu {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .MenuBlock.nav.LIL-sm > li.menu-item-has-children > a::after {
    content: "\2304";
    margin-left: 4px;
    margin-right: -2px;
    margin-top: -5px;
    top: -3px;
    font-size: 22px;
    display: inline-block;
    position: relative;
  }
  .MenuBlock.nav.LIL-sm .MobilePlus {
    display: none;
  }
}
/*xs*/
@media (max-width: 500px) {
  .FS16 {
    font-size: 16px;
  }
  .FS18,
  body,
  h6,
  .h6,
  dt,
  input,
  input[type="submit"],
  input.btn,
  button.btn,
  input.gform_button.button {
    font-size: 17.28px;
  }
  .FS20,
  h5,
  .h5 {
    font-size: 18.56px;
  }
  .FS22,
  h4,
  .h4 {
    font-size: 19.84px;
  }
  .FS24 {
    font-size: 21.16px;
  }
  .FS25,
  h3,
  .h3 {
    font-size: 22px;
  }
  .FS32,
  h2,
  .h2 {
    font-size: 25.44px;
  }
  .FS46 {
    font-size: 31.84px;
  }
  .FS60 {
    font-size: 38.28px;
  }
  .FS75,
  h1,
  .h1 {
    font-size: 45.16px;
  }
  .FS90 {
    font-size: 52px;
  }
  .FS105 {
    font-size: 58.84px;
  }
  .FS120 {
    font-size: 65.72px;
  }
  .W-xs-0 {
    width: 0%;
  }
  .W-xs-5 {
    width: 5%;
  }
  .W-xs-1_12,
  .col-xs-1,
  .W-xs-8-33 {
    width: 8.333333333%;
  }
  .W-xs-10 {
    width: 10%;
  }
  .W-xs-15 {
    width: 15%;
  }
  .W-xs-2_12,
  .col-xs-2,
  .W-xs-16-66 {
    width: 16.66666667%;
  }
  .W-xs-20 {
    width: 20%;
  }
  .W-xs-25,
  .col-xs-3,
  .W-xs-3_12 {
    width: 25%;
  }
  .W-xs-30 {
    width: 30%;
  }
  .W-xs-33-33,
  .col-xs-4,
  .W-xs-4_12 {
    width: 33.33333333%;
  }
  .W-xs-35 {
    width: 35%;
  }
  .W-xs-40 {
    width: 40%;
  }
  .W-xs-5_12,
  .col-xs-5,
  .W-xs-41-66 {
    width: 41.66666667%;
  }
  .W-xs-45 {
    width: 45%;
  }
  .W-xs-50,
  .col-xs-6,
  .W-xs-6_12 {
    width: 50%;
  }
  .W-xs-55 {
    width: 55%;
  }
  .W-xs-7_12,
  .col-xs-7,
  .W-xs-58-33 {
    width: 58.33333333%;
  }
  .W-xs-60 {
    width: 60%;
  }
  .W-xs-65 {
    width: 65%;
  }
  .W-xs-66-66,
  .col-xs-8,
  .W-xs-8_12 {
    width: 66.66666667%;
  }
  .W-xs-70 {
    width: 70%;
  }
  .W-xs-75,
  .col-xs-9,
  .W-xs-9_12 {
    width: 75%;
  }
  .W-xs-80 {
    width: 80%;
  }
  .W-xs-10_12,
  .col-xs-10,
  .W-xs-83-33 {
    width: 83.33333333%;
  }
  .W-xs-85 {
    width: 85%;
  }
  .W-xs-90 {
    width: 90%;
  }
  .W-xs-11_12,
  .col-xs-11,
  .W-xs-91-66 {
    width: 91.66666667%;
  }
  .W-xs-95 {
    width: 95%;
  }
  .W-xs-100,
  .col-xs-12,
  .W-xs-12_12 {
    width: 100%;
  }
  .H-xs-0 {
    height: 0px;
  }
  .H-xs-5 {
    height: 5px;
  }
  .H-xs-10 {
    height: 10px;
  }
  .H-xs-15 {
    height: 15px;
  }
  .H-xs-20 {
    height: 20px;
  }
  .H-xs-25 {
    height: 25px;
  }
  .H-xs-30 {
    height: 30px;
  }
  .H-xs-35 {
    height: 35px;
  }
  .H-xs-40 {
    height: 40px;
  }
  .H-xs-45 {
    height: 45px;
  }
  .H-xs-50 {
    height: 50px;
  }
  .H-xs-55 {
    height: 55px;
  }
  .H-xs-60 {
    height: 60px;
  }
  .H-xs-65 {
    height: 65px;
  }
  .H-xs-70 {
    height: 70px;
  }
  .H-xs-75 {
    height: 75px;
  }
  .H-xs-80 {
    height: 80px;
  }
  .H-xs-85 {
    height: 85px;
  }
  .H-xs-90 {
    height: 90px;
  }
  .H-xs-95 {
    height: 95px;
  }
  .H-xs-100 {
    height: 100px;
  }
  .H-xs-105 {
    height: 105px;
  }
  .H-xs-110 {
    height: 110px;
  }
  .H-xs-115 {
    height: 115px;
  }
  .H-xs-120 {
    height: 120px;
  }
  .H-xs-125 {
    height: 125px;
  }
  .H-xs-130 {
    height: 130px;
  }
  .H-xs-135 {
    height: 135px;
  }
  .H-xs-140 {
    height: 140px;
  }
  .H-xs-145 {
    height: 145px;
  }
  .AR-xs-1_3 {
    aspect-ratio: 1 / 3;
  }
  .AR-xs-1_2 {
    aspect-ratio: 1 / 2;
  }
  .AR-xs-9_16 {
    aspect-ratio: 9 / 16;
  }
  .AR-xs-2_3 {
    aspect-ratio: 2 / 3;
  }
  .AR-xs-3_4 {
    aspect-ratio: 3 / 4;
  }
  .AR-xs-4_5 {
    aspect-ratio: 4 / 5;
  }
  .AR-xs-1_1 {
    aspect-ratio: 1 / 1;
  }
  .AR-xs-5_4 {
    aspect-ratio: 5 / 4;
  }
  .AR-xs-4_3 {
    aspect-ratio: 4 / 3;
  }
  .AR-xs-3_2 {
    aspect-ratio: 3 / 2;
  }
  .AR-xs-16_9 {
    aspect-ratio: 16 / 9;
  }
  .AR-xs-2_1 {
    aspect-ratio: 2 / 1;
  }
  .AR-xs-8_3 {
    aspect-ratio: 8 / 3;
  }
  .AR-xs-3_1 {
    aspect-ratio: 3 / 1;
  }
  .AR-xs-4_1 {
    aspect-ratio: 4 / 1;
  }
  .AR-xs-5_1 {
    aspect-ratio: 5 / 1;
  }
  .AR-xs-6_1 {
    aspect-ratio: 6 / 1;
  }
  .AR-xs-7_1 {
    aspect-ratio: 7 / 1;
  }
  .AR-xs-8_1 {
    aspect-ratio: 8 / 1;
  }
  .AR-xs-9_1 {
    aspect-ratio: 9 / 1;
  }
  .AR-xs-10_1 {
    aspect-ratio: 10 / 1;
  }
  .AR-xs-11_1 {
    aspect-ratio: 11 / 1;
  }
  .AR-xs-12_1 {
    aspect-ratio: 12 / 1;
  }
  .AR-xs-13_1 {
    aspect-ratio: 13 / 1;
  }
  .AR-xs-14_1 {
    aspect-ratio: 14 / 1;
  }
  .AR-xs-15_1 {
    aspect-ratio: 15 / 1;
  }
  .AR-xs-16_1 {
    aspect-ratio: 16 / 1;
  }
  .AR-xs-17_1 {
    aspect-ratio: 17 / 1;
  }
  .AR-xs-18_1 {
    aspect-ratio: 18 / 1;
  }
  .AR-xs-19_1 {
    aspect-ratio: 19 / 1;
  }
  .AR-xs-20_1 {
    aspect-ratio: 20 / 1;
  }
  .L-xs-0 {
    left: 0%;
  }
  .L-xs-5 {
    left: 5%;
  }
  .L-xs-1_12 {
    left: 8.333333333%;
  }
  .L-xs-10 {
    left: 10%;
  }
  .L-xs-15 {
    left: 15%;
  }
  .L-xs-2_12 {
    left: 16.66666667%;
  }
  .L-xs-20 {
    left: 20%;
  }
  .L-xs-25 {
    left: 25%;
  }
  .L-xs-30 {
    left: 30%;
  }
  .L-xs-33-33 {
    left: 33.33333333%;
  }
  .L-xs-35 {
    left: 35%;
  }
  .L-xs-40 {
    left: 40%;
  }
  .L-xs-5_12 {
    left: 41.66666667%;
  }
  .L-xs-45 {
    left: 45%;
  }
  .L-xs-50 {
    left: 50%;
  }
  .L-xs-55 {
    left: 55%;
  }
  .L-xs-7_12 {
    left: 58.33333333%;
  }
  .L-xs-60 {
    left: 60%;
  }
  .L-xs-65 {
    left: 65%;
  }
  .L-xs-66-66 {
    left: 66.66666667%;
  }
  .L-xs-70 {
    left: 70%;
  }
  .L-xs-75 {
    left: 75%;
  }
  .L-xs-80 {
    left: 80%;
  }
  .L-xs-10_12 {
    left: 83.33333333%;
  }
  .L-xs-85 {
    left: 85%;
  }
  .L-xs-90 {
    left: 90%;
  }
  .L-xs-11_12 {
    left: 91.66666667%;
  }
  .L-xs-95 {
    left: 95%;
  }
  .L-xs-100 {
    left: 100%;
  }
  .R-xs-0 {
    right: 0%;
  }
  .R-xs-5 {
    right: 5%;
  }
  .R-xs-1_12 {
    right: 8.333333333%;
  }
  .R-xs-10 {
    right: 10%;
  }
  .R-xs-15 {
    right: 15%;
  }
  .R-xs-2_12 {
    right: 16.66666667%;
  }
  .R-xs-20 {
    right: 20%;
  }
  .R-xs-25 {
    right: 25%;
  }
  .R-xs-30 {
    right: 30%;
  }
  .R-xs-33-33 {
    right: 33.33333333%;
  }
  .R-xs-35 {
    right: 35%;
  }
  .R-xs-40 {
    right: 40%;
  }
  .R-xs-5_12 {
    right: 41.66666667%;
  }
  .R-xs-45 {
    right: 45%;
  }
  .R-xs-50 {
    right: 50%;
  }
  .R-xs-55 {
    right: 55%;
  }
  .R-xs-7_12 {
    right: 58.33333333%;
  }
  .R-xs-60 {
    right: 60%;
  }
  .R-xs-65 {
    right: 65%;
  }
  .R-xs-66-66 {
    right: 66.66666667%;
  }
  .R-xs-70 {
    right: 70%;
  }
  .R-xs-75 {
    right: 75%;
  }
  .R-xs-80 {
    right: 80%;
  }
  .R-xs-10_12 {
    right: 83.33333333%;
  }
  .R-xs-85 {
    right: 85%;
  }
  .R-xs-90 {
    right: 90%;
  }
  .R-xs-11_12 {
    right: 91.66666667%;
  }
  .R-xs-95 {
    right: 95%;
  }
  .R-xs-100 {
    right: 100%;
  }
  .T-xs-0 {
    top: 0%;
  }
  .T-xs-5 {
    top: 5%;
  }
  .T-xs-10 {
    top: 10%;
  }
  .T-xs-15 {
    top: 15%;
  }
  .T-xs-20 {
    top: 20%;
  }
  .T-xs-25 {
    top: 25%;
  }
  .T-xs-30 {
    top: 30%;
  }
  .T-xs-35 {
    top: 35%;
  }
  .T-xs-40 {
    top: 40%;
  }
  .T-xs-45 {
    top: 45%;
  }
  .T-xs-50 {
    top: 50%;
  }
  .T-xs-55 {
    top: 55%;
  }
  .T-xs-60 {
    top: 60%;
  }
  .T-xs-65 {
    top: 65%;
  }
  .T-xs-70 {
    top: 70%;
  }
  .T-xs-75 {
    top: 75%;
  }
  .T-xs-80 {
    top: 80%;
  }
  .T-xs-85 {
    top: 85%;
  }
  .T-xs-90 {
    top: 90%;
  }
  .T-xs-95 {
    top: 95%;
  }
  .T-xs-100 {
    top: 100%;
  }
  .B-xs-0 {
    bottom: 0%;
  }
  .B-xs-5 {
    bottom: 5%;
  }
  .B-xs-10 {
    bottom: 10%;
  }
  .B-xs-15 {
    bottom: 15%;
  }
  .B-xs-20 {
    bottom: 20%;
  }
  .B-xs-25 {
    bottom: 25%;
  }
  .B-xs-30 {
    bottom: 30%;
  }
  .B-xs-35 {
    bottom: 35%;
  }
  .B-xs-40 {
    bottom: 40%;
  }
  .B-xs-45 {
    bottom: 45%;
  }
  .B-xs-50 {
    bottom: 50%;
  }
  .B-xs-55 {
    bottom: 55%;
  }
  .B-xs-60 {
    bottom: 60%;
  }
  .B-xs-65 {
    bottom: 65%;
  }
  .B-xs-70 {
    bottom: 70%;
  }
  .B-xs-75 {
    bottom: 75%;
  }
  .B-xs-80 {
    bottom: 80%;
  }
  .B-xs-85 {
    bottom: 85%;
  }
  .B-xs-90 {
    bottom: 90%;
  }
  .B-xs-95 {
    bottom: 95%;
  }
  .B-xs-100 {
    bottom: 100%;
  }
  .OS-xs-0 {
    margin-left: 0%;
  }
  .OS-xs-5 {
    margin-left: 5%;
  }
  .OS-xs-1_12 {
    margin-left: 8.333333333%;
  }
  .OS-xs-10 {
    margin-left: 10%;
  }
  .OS-xs-15 {
    margin-left: 15%;
  }
  .OS-xs-2_12 {
    margin-left: 16.66666667%;
  }
  .OS-xs-20 {
    margin-left: 20%;
  }
  .OS-xs-25,
  .OS-xs-3_12 {
    margin-left: 25%;
  }
  .OS-xs-30 {
    margin-left: 30%;
  }
  .OS-xs-33-33,
  .OS-xs-4_12 {
    margin-left: 33.33333333%;
  }
  .OS-xs-35 {
    margin-left: 35%;
  }
  .OS-xs-40 {
    margin-left: 40%;
  }
  .OS-xs-5_12 {
    margin-left: 41.66666667%;
  }
  .OS-xs-45 {
    margin-left: 45%;
  }
  .OS-xs-50,
  .OS-xs-6_12 {
    margin-left: 50%;
  }
  .OS-xs-55 {
    margin-left: 55%;
  }
  .OS-xs-7_12 {
    margin-left: 58.33333333%;
  }
  .OS-xs-60 {
    margin-left: 60%;
  }
  .OS-xs-65 {
    margin-left: 65%;
  }
  .OS-xs-66-66,
  .OS-xs-8_12 {
    margin-left: 66.66666667%;
  }
  .OS-xs-70 {
    margin-left: 70%;
  }
  .OS-xs-75,
  .OS-xs-9_12 {
    margin-left: 75%;
  }
  .OS-xs-80 {
    margin-left: 80%;
  }
  .OS-xs-10_12 {
    margin-left: 83.33333333%;
  }
  .OS-xs-85 {
    margin-left: 85%;
  }
  .OS-xs-90 {
    margin-left: 90%;
  }
  .OS-xs-11_12 {
    margin-left: 91.66666667%;
  }
  .OS-xs-95 {
    margin-left: 95%;
  }
  .OS-xs-100,
  .OS-xs-12_12 {
    margin-left: 100%;
  }
  .P4x-xs {
    padding: 60px;
  }
  .P3x-xs {
    padding: 45px;
  }
  .P2x-xs {
    padding: 30px;
  }
  .P-xs {
    padding: 15px;
  }
  .PH-xs {
    padding: 7.5px;
  }
  .PS-xs {
    padding: 5px;
  }
  .P0-xs {
    padding: 0px;
  }
  .P4x-xs {
    padding: 60px;
  }
  .PT4x-xs {
    padding-top: 60px;
  }
  .PR4x-xs {
    padding-right: 60px;
  }
  .PB4x-xs {
    padding-bottom: 60px;
  }
  .PL4x-xs {
    padding-left: 60px;
  }
  .PLR4x-xs,
  .btn.btn-xl a,
  a.btn.btn-xl {
    padding-left: 60px;
    padding-right: 60px;
  }
  .PTB4x-xs {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .P3x-xs {
    padding: 45px;
  }
  .PT3x-xs {
    padding-top: 45px;
  }
  .PR3x-xs {
    padding-right: 45px;
  }
  .PB3x-xs {
    padding-bottom: 45px;
  }
  .PL3x-xs {
    padding-left: 45px;
  }
  .PLR3x-xs,
  .btn.btn-lg a,
  a.btn.btn-lg,
  input[type="submit"],
  input.gform_button.button {
    padding-left: 45px;
    padding-right: 45px;
  }
  .PTB3x-xs {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .P2x-xs {
    padding: 30px;
  }
  .PT2x-xs {
    padding-top: 30px;
  }
  .PR2x-xs {
    padding-right: 30px;
  }
  .PB2x-xs {
    padding-bottom: 30px;
  }
  .PL2x-xs,
  ul {
    padding-left: 30px;
  }
  .PLR2x-xs,
  .btn a,
  a.btn,
  button,
  input.btn {
    padding-left: 30px;
    padding-right: 30px;
  }
  .PTB2x-xs,
  .btn.btn-xl a,
  a.btn.btn-xl,
  p.btn.btn-xl {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .P-xs {
    padding: 15px;
  }
  .PT-xs {
    padding-top: 15px;
  }
  .PR-xs,
  .ToggleCollapses > .panel .CL a,
  .panel .ToggleCollapse.CL a,
  .ToggleCollapses > .panel-body,
  .panel-body {
    padding-right: 15px;
  }
  .PB-xs {
    padding-bottom: 15px;
  }
  .PL-xs,
  .ToggleCollapses.IconLeft > .panel .CL a,
  .IconLeft .panel .ToggleCollapse.CL a,
  .ToggleCollapses.IconLeft > .panel-body,
  .IconLeft .panel-body {
    padding-left: 15px;
  }
  .PLR-xs,
  .row > [class*="col-"],
  .wp-block-columns > .wp-block-column,
  .sub-menu {
    padding-left: 15px;
    padding-right: 15px;
  }
  .PTB-xs,
  .btn.btn-lg a,
  a.btn.btn-lg,
  p.btn.btn-lg,
  input[type="submit"],
  input.gform_button.button {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .PH-xs {
    padding: 7.5px;
  }
  .PTH-xs {
    padding-top: 7.5px;
  }
  .PRH-xs {
    padding-right: 7.5px;
  }
  .PBH-xs {
    padding-bottom: 7.5px;
  }
  .PLH-xs {
    padding-left: 7.5px;
  }
  .PLRH-xs,
  input {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .PTBH-xs,
  .btn a,
  a.btn,
  p.btn,
  button,
  input,
  input.btn,
  .panel .CL {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
  }
  .PS-xs {
    padding: 5px;
  }
  .PTS-xs {
    padding-top: 5px;
  }
  .PRS-xs {
    padding-right: 5px;
  }
  .PBS-xs {
    padding-bottom: 5px;
  }
  .PLS-xs {
    padding-left: 5px;
  }
  .PLRS-xs {
    padding-left: 5px;
    padding-right: 5px;
  }
  .PTBS-xs {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .P0-xs {
    padding: 0px;
  }
  .PT0-xs {
    padding-top: 0px;
  }
  .PR0-xs,
  .wp-block-columns > .wp-block-column.PR0 {
    padding-right: 0px;
  }
  .PB0-xs {
    padding-bottom: 0px;
  }
  .PL0-xs,
  .wp-block-columns > .wp-block-column.PL0 {
    padding-left: 0px;
  }
  .PLR0-xs,
  .row.no-gutter > [class*="col-"],
  .wp-block-columns.no-gutter > .wp-block-column {
    padding-left: 0px;
    padding-right: 0px;
  }
  .PTB0-xs {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .FL-xs {
    float: left;
  }
  .FR-xs {
    float: right;
  }
  .F0-xs,
  .DTBLC-xs {
    float: none;
  }
  .CB-xs {
    clear: both;
  }
  .POR-xs {
    position: relative;
  }
  .POA-xs,
  ul.LIL-xs .sub-menu {
    position: absolute;
  }
  .POF-xs {
    position: fixed;
  }
  .DBL-xs {
    display: block;
  }
  .DIL-xs,
  ul.LIL-xs li {
    display: inline;
  }
  .DILB-xs {
    display: inline-block;
  }
  .D0-xs {
    display: none;
  }
  .DLI-xs,
  ul.LIL-xs .sub-menu li {
    display: list-item;
  }
  .DTBL-xs {
    display: table;
  }
  .DTBLR-xs {
    display: table-row;
  }
  .DTBLC-xs {
    display: table-cell;
  }
  .text-left-xs {
    text-align: left;
  }
  .text-right-xs {
    text-align: right;
  }
  .text-center-xs {
    text-align: center;
  }
  .OFH-xs,
  ul.LIL-xs .sub-menu {
    overflow: hidden;
  }
  .MH0px-xs,
  ul.LIL-xs .sub-menu {
    max-height: 0px;
  }
  .MH100vh-xs,
  ul.LIL-xs li:hover .sub-menu {
    max-height: 100vh;
  }
  .PLR-xs {
    padding-left: 15px;
    padding-right: 15px;
  }
  .PLR-2x-xs {
    padding-left: 30px;
    padding-right: 30px;
  }
  .MTB0-xs {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .MTBH-xs {
    margin-top: 7.5px;
    margin-bottom: 7.5px;
  }
  .MTB10-xs {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .MTB-xs,
  .sub-menu li {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .FSem-xs-0_25 {
    font-size: 0.25em;
  }
  .FSem-xs-0_5 {
    font-size: 0.5em;
  }
  .FSem-xs-0_75 {
    font-size: 0.75em;
  }
  .FSem-xs-1 {
    font-size: 1em;
  }
  .FSem-xs-1_25 {
    font-size: 1.25em;
  }
  .FSem-xs-1_5 {
    font-size: 1.5em;
  }
  .FSem-xs-1_75 {
    font-size: 1.75em;
  }
  .FSem-xs-2 {
    font-size: 2em;
  }
  .FSem-xs-2_25 {
    font-size: 2.25em;
  }
  .FSem-xs-2_5 {
    font-size: 2.5em;
  }
  .FSem-xs-2_75 {
    font-size: 2.75em;
  }
  .FSem-xs-3 {
    font-size: 3em;
  }
  .LH1-xs {
    line-height: 1;
  }
  .LH1_1-xs {
    line-height: 1.1;
  }
  ul.LIL-xs li {
    position: relative;
  }
  ul.LIL-xs .sub-menu {
    left: 0;
  }
  ul.LIL-xs > li {
    padding-right: 10px;
  }
  ul.LIL-xs > li:last-child {
    padding-right: 0px;
  }
  ul.LIL-xs > li.menu-item-has-children:hover > .sub-menu {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .MenuBlock.nav.LIL-xs > li.menu-item-has-children > a::after {
    content: "\2304";
    margin-left: 4px;
    margin-right: -2px;
    margin-top: -5px;
    top: -3px;
    font-size: 22px;
    display: inline-block;
    position: relative;
  }
  .MenuBlock.nav.LIL-xs .MobilePlus {
    display: none;
  }
}
/*xxs*/
@media (max-width: 349px) {
  .FS16 {
    font-size: 16px;
  }
  .FS18,
  body,
  h6,
  .h6,
  dt,
  input,
  input[type="submit"],
  input.btn,
  button.btn,
  input.gform_button.button {
    font-size: 17.1px;
  }
  .FS20,
  h5,
  .h5 {
    font-size: 18.2px;
  }
  .FS22,
  h4,
  .h4 {
    font-size: 19.3px;
  }
  .FS24 {
    font-size: 20.45px;
  }
  .FS25,
  h3,
  .h3 {
    font-size: 21.25px;
  }
  .FS32,
  h2,
  .h2 {
    font-size: 23.8px;
  }
  .FS46 {
    font-size: 28.3px;
  }
  .FS60 {
    font-size: 32.85px;
  }
  .FS75,
  h1,
  .h1 {
    font-size: 37.7px;
  }
  .FS90 {
    font-size: 42.5px;
  }
  .FS105 {
    font-size: 47.3px;
  }
  .FS120 {
    font-size: 52.15px;
  }
  .W-xxs-0 {
    width: 0%;
  }
  .W-xxs-5 {
    width: 5%;
  }
  .W-xxs-1_12,
  .col-xxs-1,
  .W-xxs-8-33 {
    width: 8.333333333%;
  }
  .W-xxs-10 {
    width: 10%;
  }
  .W-xxs-15 {
    width: 15%;
  }
  .W-xxs-2_12,
  .col-xxs-2,
  .W-xxs-16-66 {
    width: 16.66666667%;
  }
  .W-xxs-20 {
    width: 20%;
  }
  .W-xxs-25,
  .col-xxs-3,
  .W-xxs-3_12 {
    width: 25%;
  }
  .W-xxs-30 {
    width: 30%;
  }
  .W-xxs-33-33,
  .col-xxs-4,
  .W-xxs-4_12 {
    width: 33.33333333%;
  }
  .W-xxs-35 {
    width: 35%;
  }
  .W-xxs-40 {
    width: 40%;
  }
  .W-xxs-5_12,
  .col-xxs-5,
  .W-xxs-41-66 {
    width: 41.66666667%;
  }
  .W-xxs-45 {
    width: 45%;
  }
  .W-xxs-50,
  .col-xxs-6,
  .W-xxs-6_12 {
    width: 50%;
  }
  .W-xxs-55 {
    width: 55%;
  }
  .W-xxs-7_12,
  .col-xxs-7,
  .W-xxs-58-33 {
    width: 58.33333333%;
  }
  .W-xxs-60 {
    width: 60%;
  }
  .W-xxs-65 {
    width: 65%;
  }
  .W-xxs-66-66,
  .col-xxs-8,
  .W-xxs-8_12 {
    width: 66.66666667%;
  }
  .W-xxs-70 {
    width: 70%;
  }
  .W-xxs-75,
  .col-xxs-9,
  .W-xxs-9_12 {
    width: 75%;
  }
  .W-xxs-80 {
    width: 80%;
  }
  .W-xxs-10_12,
  .col-xxs-10,
  .W-xxs-83-33 {
    width: 83.33333333%;
  }
  .W-xxs-85 {
    width: 85%;
  }
  .W-xxs-90 {
    width: 90%;
  }
  .W-xxs-11_12,
  .col-xxs-11,
  .W-xxs-91-66 {
    width: 91.66666667%;
  }
  .W-xxs-95 {
    width: 95%;
  }
  .W-xxs-100,
  .col-xxs-12,
  .W-xxs-12_12 {
    width: 100%;
  }
  .H-xxs-0 {
    height: 0px;
  }
  .H-xxs-5 {
    height: 5px;
  }
  .H-xxs-10 {
    height: 10px;
  }
  .H-xxs-15 {
    height: 15px;
  }
  .H-xxs-20 {
    height: 20px;
  }
  .H-xxs-25 {
    height: 25px;
  }
  .H-xxs-30 {
    height: 30px;
  }
  .H-xxs-35 {
    height: 35px;
  }
  .H-xxs-40 {
    height: 40px;
  }
  .H-xxs-45 {
    height: 45px;
  }
  .H-xxs-50 {
    height: 50px;
  }
  .H-xxs-55 {
    height: 55px;
  }
  .H-xxs-60 {
    height: 60px;
  }
  .H-xxs-65 {
    height: 65px;
  }
  .H-xxs-70 {
    height: 70px;
  }
  .H-xxs-75 {
    height: 75px;
  }
  .H-xxs-80 {
    height: 80px;
  }
  .H-xxs-85 {
    height: 85px;
  }
  .H-xxs-90 {
    height: 90px;
  }
  .H-xxs-95 {
    height: 95px;
  }
  .H-xxs-100 {
    height: 100px;
  }
  .H-xxs-105 {
    height: 105px;
  }
  .H-xxs-110 {
    height: 110px;
  }
  .H-xxs-115 {
    height: 115px;
  }
  .H-xxs-120 {
    height: 120px;
  }
  .H-xxs-125 {
    height: 125px;
  }
  .H-xxs-130 {
    height: 130px;
  }
  .H-xxs-135 {
    height: 135px;
  }
  .H-xxs-140 {
    height: 140px;
  }
  .H-xxs-145 {
    height: 145px;
  }
  .AR-xxs-1_3 {
    aspect-ratio: 1 / 3;
  }
  .AR-xxs-1_2 {
    aspect-ratio: 1 / 2;
  }
  .AR-xxs-9_16 {
    aspect-ratio: 9 / 16;
  }
  .AR-xxs-2_3 {
    aspect-ratio: 2 / 3;
  }
  .AR-xxs-3_4 {
    aspect-ratio: 3 / 4;
  }
  .AR-xxs-4_5 {
    aspect-ratio: 4 / 5;
  }
  .AR-xxs-1_1 {
    aspect-ratio: 1 / 1;
  }
  .AR-xxs-5_4 {
    aspect-ratio: 5 / 4;
  }
  .AR-xxs-4_3 {
    aspect-ratio: 4 / 3;
  }
  .AR-xxs-3_2 {
    aspect-ratio: 3 / 2;
  }
  .AR-xxs-16_9 {
    aspect-ratio: 16 / 9;
  }
  .AR-xxs-2_1 {
    aspect-ratio: 2 / 1;
  }
  .AR-xxs-8_3 {
    aspect-ratio: 8 / 3;
  }
  .AR-xxs-3_1 {
    aspect-ratio: 3 / 1;
  }
  .AR-xxs-4_1 {
    aspect-ratio: 4 / 1;
  }
  .AR-xxs-5_1 {
    aspect-ratio: 5 / 1;
  }
  .AR-xxs-6_1 {
    aspect-ratio: 6 / 1;
  }
  .AR-xxs-7_1 {
    aspect-ratio: 7 / 1;
  }
  .AR-xxs-8_1 {
    aspect-ratio: 8 / 1;
  }
  .AR-xxs-9_1 {
    aspect-ratio: 9 / 1;
  }
  .AR-xxs-10_1 {
    aspect-ratio: 10 / 1;
  }
  .AR-xxs-11_1 {
    aspect-ratio: 11 / 1;
  }
  .AR-xxs-12_1 {
    aspect-ratio: 12 / 1;
  }
  .AR-xxs-13_1 {
    aspect-ratio: 13 / 1;
  }
  .AR-xxs-14_1 {
    aspect-ratio: 14 / 1;
  }
  .AR-xxs-15_1 {
    aspect-ratio: 15 / 1;
  }
  .AR-xxs-16_1 {
    aspect-ratio: 16 / 1;
  }
  .AR-xxs-17_1 {
    aspect-ratio: 17 / 1;
  }
  .AR-xxs-18_1 {
    aspect-ratio: 18 / 1;
  }
  .AR-xxs-19_1 {
    aspect-ratio: 19 / 1;
  }
  .AR-xxs-20_1 {
    aspect-ratio: 20 / 1;
  }
  .L-xxs-0 {
    left: 0%;
  }
  .L-xxs-5 {
    left: 5%;
  }
  .L-xxs-1_12 {
    left: 8.333333333%;
  }
  .L-xxs-10 {
    left: 10%;
  }
  .L-xxs-15 {
    left: 15%;
  }
  .L-xxs-2_12 {
    left: 16.66666667%;
  }
  .L-xxs-20 {
    left: 20%;
  }
  .L-xxs-25 {
    left: 25%;
  }
  .L-xxs-30 {
    left: 30%;
  }
  .L-xxs-33-33 {
    left: 33.33333333%;
  }
  .L-xxs-35 {
    left: 35%;
  }
  .L-xxs-40 {
    left: 40%;
  }
  .L-xxs-5_12 {
    left: 41.66666667%;
  }
  .L-xxs-45 {
    left: 45%;
  }
  .L-xxs-50 {
    left: 50%;
  }
  .L-xxs-55 {
    left: 55%;
  }
  .L-xxs-7_12 {
    left: 58.33333333%;
  }
  .L-xxs-60 {
    left: 60%;
  }
  .L-xxs-65 {
    left: 65%;
  }
  .L-xxs-66-66 {
    left: 66.66666667%;
  }
  .L-xxs-70 {
    left: 70%;
  }
  .L-xxs-75 {
    left: 75%;
  }
  .L-xxs-80 {
    left: 80%;
  }
  .L-xxs-10_12 {
    left: 83.33333333%;
  }
  .L-xxs-85 {
    left: 85%;
  }
  .L-xxs-90 {
    left: 90%;
  }
  .L-xxs-11_12 {
    left: 91.66666667%;
  }
  .L-xxs-95 {
    left: 95%;
  }
  .L-xxs-100 {
    left: 100%;
  }
  .R-xxs-0 {
    right: 0%;
  }
  .R-xxs-5 {
    right: 5%;
  }
  .R-xxs-1_12 {
    right: 8.333333333%;
  }
  .R-xxs-10 {
    right: 10%;
  }
  .R-xxs-15 {
    right: 15%;
  }
  .R-xxs-2_12 {
    right: 16.66666667%;
  }
  .R-xxs-20 {
    right: 20%;
  }
  .R-xxs-25 {
    right: 25%;
  }
  .R-xxs-30 {
    right: 30%;
  }
  .R-xxs-33-33 {
    right: 33.33333333%;
  }
  .R-xxs-35 {
    right: 35%;
  }
  .R-xxs-40 {
    right: 40%;
  }
  .R-xxs-5_12 {
    right: 41.66666667%;
  }
  .R-xxs-45 {
    right: 45%;
  }
  .R-xxs-50 {
    right: 50%;
  }
  .R-xxs-55 {
    right: 55%;
  }
  .R-xxs-7_12 {
    right: 58.33333333%;
  }
  .R-xxs-60 {
    right: 60%;
  }
  .R-xxs-65 {
    right: 65%;
  }
  .R-xxs-66-66 {
    right: 66.66666667%;
  }
  .R-xxs-70 {
    right: 70%;
  }
  .R-xxs-75 {
    right: 75%;
  }
  .R-xxs-80 {
    right: 80%;
  }
  .R-xxs-10_12 {
    right: 83.33333333%;
  }
  .R-xxs-85 {
    right: 85%;
  }
  .R-xxs-90 {
    right: 90%;
  }
  .R-xxs-11_12 {
    right: 91.66666667%;
  }
  .R-xxs-95 {
    right: 95%;
  }
  .R-xxs-100 {
    right: 100%;
  }
  .T-xxs-0 {
    top: 0%;
  }
  .T-xxs-5 {
    top: 5%;
  }
  .T-xxs-10 {
    top: 10%;
  }
  .T-xxs-15 {
    top: 15%;
  }
  .T-xxs-20 {
    top: 20%;
  }
  .T-xxs-25 {
    top: 25%;
  }
  .T-xxs-30 {
    top: 30%;
  }
  .T-xxs-35 {
    top: 35%;
  }
  .T-xxs-40 {
    top: 40%;
  }
  .T-xxs-45 {
    top: 45%;
  }
  .T-xxs-50 {
    top: 50%;
  }
  .T-xxs-55 {
    top: 55%;
  }
  .T-xxs-60 {
    top: 60%;
  }
  .T-xxs-65 {
    top: 65%;
  }
  .T-xxs-70 {
    top: 70%;
  }
  .T-xxs-75 {
    top: 75%;
  }
  .T-xxs-80 {
    top: 80%;
  }
  .T-xxs-85 {
    top: 85%;
  }
  .T-xxs-90 {
    top: 90%;
  }
  .T-xxs-95 {
    top: 95%;
  }
  .T-xxs-100 {
    top: 100%;
  }
  .B-xxs-0 {
    bottom: 0%;
  }
  .B-xxs-5 {
    bottom: 5%;
  }
  .B-xxs-10 {
    bottom: 10%;
  }
  .B-xxs-15 {
    bottom: 15%;
  }
  .B-xxs-20 {
    bottom: 20%;
  }
  .B-xxs-25 {
    bottom: 25%;
  }
  .B-xxs-30 {
    bottom: 30%;
  }
  .B-xxs-35 {
    bottom: 35%;
  }
  .B-xxs-40 {
    bottom: 40%;
  }
  .B-xxs-45 {
    bottom: 45%;
  }
  .B-xxs-50 {
    bottom: 50%;
  }
  .B-xxs-55 {
    bottom: 55%;
  }
  .B-xxs-60 {
    bottom: 60%;
  }
  .B-xxs-65 {
    bottom: 65%;
  }
  .B-xxs-70 {
    bottom: 70%;
  }
  .B-xxs-75 {
    bottom: 75%;
  }
  .B-xxs-80 {
    bottom: 80%;
  }
  .B-xxs-85 {
    bottom: 85%;
  }
  .B-xxs-90 {
    bottom: 90%;
  }
  .B-xxs-95 {
    bottom: 95%;
  }
  .B-xxs-100 {
    bottom: 100%;
  }
  .OS-xxs-0 {
    margin-left: 0%;
  }
  .OS-xxs-5 {
    margin-left: 5%;
  }
  .OS-xxs-1_12 {
    margin-left: 8.333333333%;
  }
  .OS-xxs-10 {
    margin-left: 10%;
  }
  .OS-xxs-15 {
    margin-left: 15%;
  }
  .OS-xxs-2_12 {
    margin-left: 16.66666667%;
  }
  .OS-xxs-20 {
    margin-left: 20%;
  }
  .OS-xxs-25,
  .OS-xxs-3_12 {
    margin-left: 25%;
  }
  .OS-xxs-30 {
    margin-left: 30%;
  }
  .OS-xxs-33-33,
  .OS-xxs-4_12 {
    margin-left: 33.33333333%;
  }
  .OS-xxs-35 {
    margin-left: 35%;
  }
  .OS-xxs-40 {
    margin-left: 40%;
  }
  .OS-xxs-5_12 {
    margin-left: 41.66666667%;
  }
  .OS-xxs-45 {
    margin-left: 45%;
  }
  .OS-xxs-50,
  .OS-xxs-6_12 {
    margin-left: 50%;
  }
  .OS-xxs-55 {
    margin-left: 55%;
  }
  .OS-xxs-7_12 {
    margin-left: 58.33333333%;
  }
  .OS-xxs-60 {
    margin-left: 60%;
  }
  .OS-xxs-65 {
    margin-left: 65%;
  }
  .OS-xxs-66-66,
  .OS-xxs-8_12 {
    margin-left: 66.66666667%;
  }
  .OS-xxs-70 {
    margin-left: 70%;
  }
  .OS-xxs-75,
  .OS-xxs-9_12 {
    margin-left: 75%;
  }
  .OS-xxs-80 {
    margin-left: 80%;
  }
  .OS-xxs-10_12 {
    margin-left: 83.33333333%;
  }
  .OS-xxs-85 {
    margin-left: 85%;
  }
  .OS-xxs-90 {
    margin-left: 90%;
  }
  .OS-xxs-11_12 {
    margin-left: 91.66666667%;
  }
  .OS-xxs-95 {
    margin-left: 95%;
  }
  .OS-xxs-100,
  .OS-xxs-12_12 {
    margin-left: 100%;
  }
  .P4x-xxs {
    padding: 60px;
  }
  .P3x-xxs {
    padding: 45px;
  }
  .P2x-xxs {
    padding: 30px;
  }
  .P-xxs {
    padding: 15px;
  }
  .PH-xxs {
    padding: 7.5px;
  }
  .PS-xxs {
    padding: 5px;
  }
  .P0-xxs {
    padding: 0px;
  }
  .P4x-xxs {
    padding: 60px;
  }
  .PT4x-xxs {
    padding-top: 60px;
  }
  .PR4x-xxs {
    padding-right: 60px;
  }
  .PB4x-xxs {
    padding-bottom: 60px;
  }
  .PL4x-xxs {
    padding-left: 60px;
  }
  .PLR4x-xxs,
  .btn.btn-xl a,
  a.btn.btn-xl {
    padding-left: 60px;
    padding-right: 60px;
  }
  .PTB4x-xxs {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .P3x-xxs {
    padding: 45px;
  }
  .PT3x-xxs {
    padding-top: 45px;
  }
  .PR3x-xxs {
    padding-right: 45px;
  }
  .PB3x-xxs {
    padding-bottom: 45px;
  }
  .PL3x-xxs {
    padding-left: 45px;
  }
  .PLR3x-xxs,
  .btn.btn-lg a,
  a.btn.btn-lg,
  input[type="submit"],
  input.gform_button.button {
    padding-left: 45px;
    padding-right: 45px;
  }
  .PTB3x-xxs {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .P2x-xxs {
    padding: 30px;
  }
  .PT2x-xxs {
    padding-top: 30px;
  }
  .PR2x-xxs {
    padding-right: 30px;
  }
  .PB2x-xxs {
    padding-bottom: 30px;
  }
  .PL2x-xxs,
  ul {
    padding-left: 30px;
  }
  .PLR2x-xxs,
  .btn a,
  a.btn,
  button,
  input.btn {
    padding-left: 30px;
    padding-right: 30px;
  }
  .PTB2x-xxs,
  .btn.btn-xl a,
  a.btn.btn-xl,
  p.btn.btn-xl {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .P-xxs {
    padding: 15px;
  }
  .PT-xxs {
    padding-top: 15px;
  }
  .PR-xxs,
  .ToggleCollapses > .panel .CL a,
  .panel .ToggleCollapse.CL a,
  .ToggleCollapses > .panel-body,
  .panel-body {
    padding-right: 15px;
  }
  .PB-xxs {
    padding-bottom: 15px;
  }
  .PL-xxs,
  .ToggleCollapses.IconLeft > .panel .CL a,
  .IconLeft .panel .ToggleCollapse.CL a,
  .ToggleCollapses.IconLeft > .panel-body,
  .IconLeft .panel-body {
    padding-left: 15px;
  }
  .PLR-xxs,
  .row > [class*="col-"],
  .wp-block-columns > .wp-block-column,
  .sub-menu {
    padding-left: 15px;
    padding-right: 15px;
  }
  .PTB-xxs,
  .btn.btn-lg a,
  a.btn.btn-lg,
  p.btn.btn-lg,
  input[type="submit"],
  input.gform_button.button {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .PH-xxs {
    padding: 7.5px;
  }
  .PTH-xxs {
    padding-top: 7.5px;
  }
  .PRH-xxs {
    padding-right: 7.5px;
  }
  .PBH-xxs {
    padding-bottom: 7.5px;
  }
  .PLH-xxs {
    padding-left: 7.5px;
  }
  .PLRH-xxs,
  input {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .PTBH-xxs,
  .btn a,
  a.btn,
  p.btn,
  button,
  input,
  input.btn,
  .panel .CL {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
  }
  .PS-xxs {
    padding: 5px;
  }
  .PTS-xxs {
    padding-top: 5px;
  }
  .PRS-xxs {
    padding-right: 5px;
  }
  .PBS-xxs {
    padding-bottom: 5px;
  }
  .PLS-xxs {
    padding-left: 5px;
  }
  .PLRS-xxs {
    padding-left: 5px;
    padding-right: 5px;
  }
  .PTBS-xxs {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .P0-xxs {
    padding: 0px;
  }
  .PT0-xxs {
    padding-top: 0px;
  }
  .PR0-xxs,
  .wp-block-columns > .wp-block-column.PR0 {
    padding-right: 0px;
  }
  .PB0-xxs {
    padding-bottom: 0px;
  }
  .PL0-xxs,
  .wp-block-columns > .wp-block-column.PL0 {
    padding-left: 0px;
  }
  .PLR0-xxs,
  .row.no-gutter > [class*="col-"],
  .wp-block-columns.no-gutter > .wp-block-column {
    padding-left: 0px;
    padding-right: 0px;
  }
  .PTB0-xxs {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .FL-xxs {
    float: left;
  }
  .FR-xxs {
    float: right;
  }
  .F0-xxs,
  .DTBLC-xxs {
    float: none;
  }
  .CB-xxs {
    clear: both;
  }
  .POR-xxs {
    position: relative;
  }
  .POA-xxs,
  ul.LIL-xxs .sub-menu {
    position: absolute;
  }
  .POF-xxs {
    position: fixed;
  }
  .DBL-xxs {
    display: block;
  }
  .DIL-xxs,
  ul.LIL-xxs li {
    display: inline;
  }
  .DILB-xxs {
    display: inline-block;
  }
  .D0-xxs {
    display: none;
  }
  .DLI-xxs,
  ul.LIL-xxs .sub-menu li {
    display: list-item;
  }
  .DTBL-xxs {
    display: table;
  }
  .DTBLR-xxs {
    display: table-row;
  }
  .DTBLC-xxs {
    display: table-cell;
  }
  .text-left-xxs {
    text-align: left;
  }
  .text-right-xxs {
    text-align: right;
  }
  .text-center-xxs {
    text-align: center;
  }
  .OFH-xxs,
  ul.LIL-xxs .sub-menu {
    overflow: hidden;
  }
  .MH0px-xxs,
  ul.LIL-xxs .sub-menu {
    max-height: 0px;
  }
  .MH100vh-xxs,
  ul.LIL-xxs li:hover .sub-menu {
    max-height: 100vh;
  }
  .PLR-xxs {
    padding-left: 15px;
    padding-right: 15px;
  }
  .PLR-2x-xxs {
    padding-left: 30px;
    padding-right: 30px;
  }
  .MTB0-xxs {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .MTBH-xxs {
    margin-top: 7.5px;
    margin-bottom: 7.5px;
  }
  .MTB10-xxs {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .MTB-xxs,
  .sub-menu li {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .FSem-xxs-0_25 {
    font-size: 0.25em;
  }
  .FSem-xxs-0_5 {
    font-size: 0.5em;
  }
  .FSem-xxs-0_75 {
    font-size: 0.75em;
  }
  .FSem-xxs-1 {
    font-size: 1em;
  }
  .FSem-xxs-1_25 {
    font-size: 1.25em;
  }
  .FSem-xxs-1_5 {
    font-size: 1.5em;
  }
  .FSem-xxs-1_75 {
    font-size: 1.75em;
  }
  .FSem-xxs-2 {
    font-size: 2em;
  }
  .FSem-xxs-2_25 {
    font-size: 2.25em;
  }
  .FSem-xxs-2_5 {
    font-size: 2.5em;
  }
  .FSem-xxs-2_75 {
    font-size: 2.75em;
  }
  .FSem-xxs-3 {
    font-size: 3em;
  }
  .LH1-xxs {
    line-height: 1;
  }
  .LH1_1-xxs {
    line-height: 1.1;
  }
  ul.LIL-xxs li {
    position: relative;
  }
  ul.LIL-xxs .sub-menu {
    left: 0;
  }
  ul.LIL-xxs > li {
    padding-right: 10px;
  }
  ul.LIL-xxs > li:last-child {
    padding-right: 0px;
  }
  ul.LIL-xxs > li.menu-item-has-children:hover > .sub-menu {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .MenuBlock.nav.LIL-xxs > li.menu-item-has-children > a::after {
    content: "\2304";
    margin-left: 4px;
    margin-right: -2px;
    margin-top: -5px;
    top: -3px;
    font-size: 22px;
    display: inline-block;
    position: relative;
  }
  .MenuBlock.nav.LIL-xxs .MobilePlus {
    display: none;
  }
}
body.admin-bar header.POF.T0 {
  top: 32px;
}
@media (min-width: 768px) {
  .sub-menu {
    background-color: #86090d;
  }
  .sub-menu .menu-item a,
  .sub-menu .menu-item a:hover {
    color: #fff;
  }
  ul.LIL-md .sub-menu {
    left: -20px;
  }
}
@media (max-width: 782px) {
  body.admin-bar header.POF.T0 {
    top: 46px;
  }
}
/*Header*/
header .logo img {
  height: 100px;
}
div.MenuBar {
  width: 35px;
}
div.MenuBar.active .One {
  transform: rotateZ(45deg);
  top: 7.2px;
}
div.MenuBar.active .Two {
  transform: rotateZ(135deg);
  top: -2.2px;
}
ul.sub-menu {
  min-width: 270px;
}
/*Lists*/
ul.text-center,
ol.text-center {
  list-style-position: inside;
  padding-left: 0px;
}
/*Images*/
img.object-fit {
  object-fit: cover;
  object-position: 50% 0%;
  height: 100%;
  transform: translate(0%, -100%);
}
/*svg*/
svg text {
  text-anchor: middle;
  dominant-baseline: middle;
}
/*Gallery*/
.wp-block-gallery.columns-2,
.wp-block-gallery.columns-3,
.wp-block-gallery.columns-4,
.wp-block-gallery.columns-5,
.wp-block-gallery.columns-6,
.wp-block-gallery.columns-7,
.wp-block-gallery.columns-8 {
  padding: 0 10px;
}
.wp-block-gallery.columns-2 figure,
.wp-block-gallery.columns-3 figure,
.wp-block-gallery.columns-4 figure,
.wp-block-gallery.columns-5 figure,
.wp-block-gallery.columns-6 figure,
.wp-block-gallery.columns-7 figure,
.wp-block-gallery.columns-8 figure {
  padding: 0px 7.5px 15px 7.5px;
}
.wp-block-gallery.columns-2 figure {
  flex: 1 1 50%;
}
.wp-block-gallery.columns-3 figure {
  flex: 1 1 33.33%;
}
.wp-block-gallery.columns-4 figure {
  flex: 1 1 25%;
}
.wp-block-gallery.columns-5 figure {
  flex: 1 1 20%;
}
.wp-block-gallery.columns-6 figure {
  flex: 1 1 16.66%;
}
.wp-block-gallery.columns-7 figure {
  flex: 1 1 14.285%;
}
.wp-block-gallery.columns-8 figure {
  flex: 1 1 12.5%;
}
.wp-block-gallery.VAM-flex figure {
  text-align: center;
  align-self: center;
}
/*Forms*/
select {
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-repeat: no-repeat;
  background-image: linear-gradient(45deg, transparent 50%, #464649 50%),
    linear-gradient(135deg, #464649 50%, transparent 50%);
  background-position: calc(100% - 23px) calc(1.1em - 4px),
    calc(100% - 13px) calc(1.1em - 4px);
  background-size: 10px 10px, 10px 10px;
}
/*Cover*/
.CLG .CL a::after {
  content: "";
}
/*Modal*/
.modal {
  z-index: 1050;
}
.modal-backdrop {
  z-index: 1040;
}
/*Collapse*/
.ToggleCollapses > .panel .CL a::before,
.panel .ToggleCollapse.CL a::before {
  content: "+";
}
.ToggleCollapses > .panel.active .CL a::before,
.panel.active .ToggleCollapse.CL a::before {
  content: "-";
}
.ToggleCollapses.IconLeft > .panel .CL a::before,
.IconLeft .panel .ToggleCollapse.CL a::before {
  right: auto;
}
/*Embed*/
.embed-container {
  padding-bottom: 56.25%;
  height: 0;
}
/*Parallax*/
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
.parallax-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.parallax-container .parallax-content {
  position: relative;
  margin: 0;
  top: 100%;
  transform: translateY(0%);
}
.parallax-img {
  width: 100vmax;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  pointer-events: none;
}
/*Font Awesome*/
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/wp-content/themes/the-spot-gym/fonts/fa-solid-900.woff2")
      format("woff2"),
    url("/wp-content/themes/the-spot-gym/fonts/fa-solid-900.ttf")
      format("truetype");
}
.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}
.fa.D0 {
  display: none;
}
.fa-add::before {
  content: "\2b";
}
.fa-camera::before {
  content: "\f030";
}
.fa-camera-alt::before {
  content: "\f030";
}
.fa-camera-movie::before {
  content: "\f8a9";
}
.fa-check-circle::before {
  content: "\f058";
}
.fa-chevron-down::before {
  content: "\f078";
}
.fa-chevron-left::before {
  content: "\f053";
}
.fa-chevron-right::before {
  content: "\f054";
}
.fa-chevron-up::before {
  content: "\f077";
}
.fa-circle-check::before {
  content: "\f058";
}
.fa-minus::before {
  content: "\f068";
}
.fa-minus-square::before {
  content: "\f146";
}
.fa-plus::before {
  content: "\2b";
}
.fa-plus-square::before {
  content: "\f0fe";
}
.fa-square-minus::before {
  content: "\f146";
}
.fa-square-plus::before {
  content: "\f0fe";
}
.fa-subtract::before {
  content: "\f068";
}
/*Slick Slider*/
.slick-loading .slick-list {
  background: #fff url("/wp-content/themes/the-spot-gym/images/ajax-loader.gif")
    center center no-repeat;
}
@font-face {
  font-family: "slick";
  font-weight: 400;
  font-style: normal;
  src: url("/wp-content/themes/the-spot-gym/fonts/slick.eot");
  src: url("/wp-content/themes/the-spot-gym/fonts/slick.eot?#iefix")
      format("embedded-opentype"),
    url("/wp-content/themes/the-spot-gym/fonts/slick.woff") format("woff"),
    url("/wp-content/themes/the-spot-gym/fonts/slick.ttf") format("truetype"),
    url("/wp-content/themes/the-spot-gym/fonts/slick.svg#slick") format("svg");
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: #fff0;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: grab;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid #fff0;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #fff0;
  border: none;
  outline: none;
  background: #fff0;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: #fff0;
  outline: none;
  background: #fff0;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-next,
.slick-prev {
  z-index: 100;
}
.slick-prev,
[dir="rtl"] .slick-next {
  left: -25px;
}
.slick-next,
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
[dir="rtl"] .slick-prev {
  left: auto;
}
[dir="rtl"] .slick-next {
  right: auto;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev:before,
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-next:before,
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: #fff0;
  border: 0;
  outline: none;
  background: #fff0;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}
.slickP .slick-list {
  margin: 0 -15px;
}
.slickP .slick-slide > div {
  padding: 0 15px;
}
.slickP2x .slick-list {
  margin: 0 -30px;
}
.slickP2x .slick-slide > div {
  padding: 0 30px;
}
.insideArrows .slick-prev,
.insideArrows [dir="rtl"] .slick-next {
  left: 25px;
}
.insideArrows .slick-next,
.insideArrows [dir="rtl"] .slick-prev {
  right: 25px;
}
.DarkArrows .slick-prev:before,
.DarkArrows .slick-next:before {
  color: #000;
}

/*Home Slider*/
.HomeSlider {
  aspect-ratio: 8 / 3;

  .slick-prev {
    @media (max-width: 767px) {
      left: 5px;
    }
  }

  .slick-next {
    @media (max-width: 767px) {
      right: 5px;
    }
  }

  /* Add unique background colors for first, second, and third slides */
  .slick-slide:nth-child(3n + 1) {
    background-color: #00b2df; /* Light blue for 1st, 4th, 7th, etc. */
  }

  .slick-slide:nth-child(3n + 2) {
    background-color: #e22c28; /* Medium blue for 2nd, 5th, 8th, etc. */
  }

  .slick-slide:nth-child(3n + 3) {
    background-color: #424242; /* Dark blue for 3rd, 6th, 9th, etc. */
  }

  .slidecontent {
    max-width: 80%;
    margin: 0 auto;
  }

  .slick-list {
    .slick-track {
      .slick-slide {
        & > div {
          & > .POR {
            & > figure {
              img {
                filter: brightness(60%);
              }
            }
          }
        }
      }
    }
  }

  @media (max-width: 767px) {
    aspect-ratio: 9 / 7;

    .slick-dots {
      display: none !important;
    }

    .slick-list {
      height: 100%;

      .slick-track {
        height: 100%;

        .slick-slide {
          & > div {
            height: 100%;

            & > .POR {
              height: 100%;

              & > figure {
                height: auto;

                img {
                  height: 100%;
                  object-fit: contain;
                  filter: brightness(60%);
                }
              }
              .POA {
                padding: 0 55px;
                line-height: 1.2;
                height: 100%;
                display: flex;
                flex-direction: column;
                justify-content: space-around;

                .POC {
                  flex-basis: 50%;
                  width: 100%;
                  display: flex;
                  justify-content: center;
                  flex-direction: column;
                  align-items: center;

                  figure {
                    margin-bottom: 0;
                    height: 100%;
                    display: flex;
                    justify-content: center;
                    align-items: center;

                    img {
                      width: 90%;
                      height: 90%;
                      object-fit: contain;
                    }
                  }

                  h3 {
                    margin-bottom: 4px;
                  }
                }

                .slidecontent {
                  flex-basis: 50%;
                  display: flex;
                  flex-direction: column;
                  justify-content: center;
                  max-width: 100%;
                  margin: 0 auto;
                }

                .h2 {
                  font-size: 1.7rem;
                  margin-bottom: 4px;
                }

                .FS22 {
                  font-size: 1.2rem;
                }

                .btn {
                  padding-top: 5px;
                  padding-bottom: 5px;
                  font-size: 0.8rem;

                  a {
                    border: 2px solid #fff;
                    font-weight: 300;
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}

/*Headings*/
.Close-small {
  margin-bottom: -0.25em;
}
.Close-small small {
  top: -0.6em;
}

/*Mega Menu*/
li.ToggleMenu a {
  padding: 10px 35px;
  border: 2px solid transparent;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
li.ToggleMenu a.active {
  border-color: #d2232a;
}

.OYS {
  overflow-y: scroll;
}

/*Header fix*/
.wp-block-columns > #MainSpotLogo.wp-block-column {
  width: 130px;
}
.wp-block-columns > #MenuContainerIconMenu.wp-block-column {
  width: calc(100% - 195px);
}
.wp-block-columns > #OpenMenuIcon.wp-block-column {
  width: 65px;
}
.wp-block-columns > #MenuContainerIconMenu.wp-block-column ul.LIL-md > li {
  padding-left: 3%;
  padding-right: 3%;
}

/*Mega Menu fix*/
#MenuContainer ul.MenuBlock li a {
  border-bottom: none;
}
#MenuContainer.wp-block-group.POF {
  top: 140px;
}
body.admin-bar #MenuContainer.wp-block-group.POF {
  top: 172px;
}
@media (max-width: 767px) {
  #MenuContainer.wp-block-group.POF {
    top: 100px;
  }
}
@media (max-width: 782px) {
  body.admin-bar #MenuContainer.wp-block-group.POF {
    top: 146px;
  }
  #MenuContainer .sub-menu {
    background-color: #d2232a;
  }
}
#Menu {
  height: 715px;
}
#LowerNav {
  top: 420px;
}
#MenuContainer span.MobilePlus {
  margin-right: 4.5px;
}

@media (min-width: 1200px) and (min-height: 826px) {
  #Navigation {
    height: 140px;
  }
  #MenuContainer .collapse {
    display: block;
  }
  #MenuContainer span.MobilePlus {
    display: none;
  }
  #MenuContainer .interest-area a,
  #MenuContainer .interest-area p,
  #MenuContainer .interest-area li {
    color: #d2232a;
  }

  #menu-visit.interest-area,
  #menu-programs.interest-area,
  #menu-about.interest-area,
  #menu-events.interest-area {
    position: relative;
    z-index: 905;
  }

  #menu-visit.interest-area,
  #menu-events.interest-area {
    background-color: #fff;
  }

  #menu-visit.interest-area::after {
    content: "";
    display: block;
    width: 300px;
    height: 370px;
    position: relative;
    top: -470px;
    z-index: -1;
    left: -50px;
    margin-bottom: -376px;
    border-radius: 50%;
    rotate: 90deg;
    background-color: #fff;
    background-image: url("/wp-content/themes/the-spot-gym/images/the-spot-logo-white.svg");
    background-size: 25% auto;
    background-position: 80px 250px;
    background-repeat: no-repeat;
  }

  #menu-programs.interest-area::after {
    content: "";
    display: block;
    width: 430px;
    height: 430px;
    position: relative;
    top: -425px;
    z-index: -1;
    left: -120px;
    margin-bottom: -376px;
    border-radius: 50%;
    rotate: 90deg;
    background-color: #fff;
    background-image: url("/wp-content/themes/the-spot-gym/images/the-spot-logo-white.svg");
    background-size: 35% auto;
    background-position: 80px 250px;
    background-repeat: no-repeat;
  }

  #menu-about.interest-area::after {
    content: "";
    display: block;
    width: 370px;
    height: 370px;
    position: relative;
    top: -360px;
    z-index: -1;
    left: -100px;
    margin-bottom: -376px;
    border-radius: 50%;
    rotate: 90deg;
    background-color: #fff;
    background-image: url("/wp-content/themes/the-spot-gym/images/the-spot-logo-white.svg");
    background-size: 30% auto;
    background-position: 80px 250px;
    background-repeat: no-repeat;
  }

  #menu-events.interest-area::after {
    content: "";
    display: block;
    width: 300px;
    height: 390px;
    position: relative;
    top: -765px;
    z-index: -1;
    left: 200px;
    margin-bottom: -376px;
    border-radius: 50%;
    rotate: 90deg;
    background-color: #fff;
    background-image: url("/wp-content/themes/the-spot-gym/images/the-spot-logo-white.svg");
    background-size: 25% auto;
    background-position: 80px 250px;
    background-repeat: no-repeat;
  }
  #menu-visit {
    -webkit-border-top-right-radius: 555px;
    -webkit-border-bottom-right-radius: 555px;
    -moz-border-radius-topright: 555px;
    -moz-border-radius-bottomright: 555px;
    border-top-right-radius: 555px;
    border-bottom-right-radius: 555px;
  }
  #menu-events {
    -webkit-border-bottom-left-radius: 555px;
    -webkit-border-bottom-right-radius: 555px;
    -moz-border-radius-bottomleft: 555px;
    -moz-border-radius-bottomright: 555px;
    border-bottom-left-radius: 555px;
    border-bottom-right-radius: 555px;
  }
}
/*END Min width or Min height*/

@media (max-width: 1199px) or (max-height: 825px) {
  .wp-block-column.MenuColumn {
    width: 100%;
  }
  #Menu {
    height: auto;
  }
  .CP-lg:hover {
    cursor: pointer;
  }
  #LowerNav {
    float: left;
    position: relative;
    top: auto;
  }
  .divider.MenuDivider {
    height: 0px;
  }

  #menu-visit.interest-area .wp-block-group.collapse,
  #menu-programs.interest-area .wp-block-group.collapse,
  #menu-about.interest-area .wp-block-group.collapse,
  #menu-events.interest-area .wp-block-group.collapse {
    display: block;
  }

  .interest-area span.MobilePlus,
  #MenuContainer .interest-area .HasChildren::after {
    display: none;
  }

  #MenuContainer.wp-block-group.POF {
    max-height: calc(100vh - 140px);
    overflow-y: scroll;
  }

  #MenuContainer .HasChildren::after {
    content: "+";
    display: block;
    float: right;
    font-size: 1.5em;
    line-height: 1em;
  }
  #MenuContainer .HasChildren.active::after {
    content: "-";
  }
}
/*END Max width or Max height*/

@media (min-width: 1200px) and (max-height: 825px) {
  #MenuContainer div#LowerNav {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .sub-menu {
    background-color: transparent;
  }
  .MTB-md,
  .sub-menu li {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

@media (min-width: 1199px) and (max-height: 825px) {
  #menu-programs.PB-xl,
  #menu-about.PB-xl,
  #menu-events.PB-xl {
    padding-bottom: 0px;
  }
  .MenuColumn .ReferralProgramsMenu {
    padding-right: 30px;
  }
}

ul li.menu-item-has-children > a {
  font-weight: 700;
}
ul.sub-menu {
  min-width: 2px;
}

/*CTA TEMP*/
.RoundLeft {
  -webkit-border-top-left-radius: 555px;
  -webkit-border-bottom-left-radius: 555px;
  -moz-border-radius-topleft: 555px;
  -moz-border-radius-bottomleft: 555px;
  border-top-left-radius: 555px;
  border-bottom-left-radius: 555px;
}

.RoundRight {
  -webkit-border-top-right-radius: 555px;
  -webkit-border-bottom-right-radius: 555px;
  -moz-border-radius-topright: 555px;
  -moz-border-radius-bottomright: 555px;
  border-top-right-radius: 555px;
  border-bottom-right-radius: 555px;
}
.brdr-25.brdr-brand {
  border: solid 25px #d2232a;
}
.brdr-25.brdr-brand-orange {
  border: solid 25px #ed6b2c;
}
.brdr-25.brdr-brand-darkred {
  border: solid 25px #911310;
}
.brdr-25.brdr-brand-ltblue {
  border: solid 25px #b9dfe1;
}
.brdr-25.brdr-brand-green {
  border: solid 25px #214b15;
}
.brdr-25.brdr-white {
  border: solid 25px #fff;
}

p.btn.btn-sm {
  padding-bottom: 0px;
  padding-top: 5px;
}
.btn.btn-sm a,
a.btn.btn-sm {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 25px;
  padding-right: 25px;
}

/*Accent Images*/
.FooterLogo svg .brand {
  fill: #fff;
}
.FooterLogo svg .accent {
  fill: #464649;
}

.RoundLeft svg,
.RoundLeft.AccentImage img {
  -webkit-border-top-left-radius: 555px;
  -webkit-border-bottom-left-radius: 555px;
  -moz-border-radius-topleft: 555px;
  -moz-border-radius-bottomleft: 555px;
  border-top-left-radius: 555px;
  border-bottom-left-radius: 555px;
  box-shadow: 0px 40px 0px 0px #d2232a;
}
.RoundRight svg,
.RoundRight.AccentImage img {
  -webkit-border-top-right-radius: 555px;
  -webkit-border-bottom-right-radius: 555px;
  -moz-border-radius-topright: 555px;
  -moz-border-radius-bottomright: 555px;
  border-top-right-radius: 555px;
  border-bottom-right-radius: 555px;
  box-shadow: 0px 40px 0px 0px #d2232a;
}

.Round,
.RoundImage img {
  -webkit-border-radius: 555px;
  -moz-border-radius: 555px;
  border-radius: 555px;
}

.BigBoxShadow {
  box-shadow: 0px 40px 0px 0px #d2232a;
}

/*Stretch*/
@media (min-width: 1800px) {
  .Stretch {
    width: 2000px;
  }
}
@media (min-width: 2000px) {
  .Stretch {
    width: 2200px;
  }
}
@media (min-width: 2200px) {
  .Stretch {
    width: 2400px;
  }
}
@media (min-width: 2400px) {
  .Stretch {
    width: 2600px;
  }
}
@media (min-width: 2600px) {
  .Stretch {
    width: 2800px;
  }
}
@media (min-width: 2800px) {
  .Stretch {
    width: 3000px;
  }
}
@media (min-width: 3000px) {
  .Stretch {
    width: 3200px;
  }
}
@media (min-width: 3200px) {
  .Stretch {
    width: 3400px;
  }
}
@media (min-width: 3400px) {
  .Stretch {
    width: 3600px;
  }
}
@media (min-width: 3600px) {
  .Stretch {
    width: 3800px;
  }
}
@media (min-width: 3800px) {
  .Stretch {
    width: 4000px;
  }
}
@media (min-width: 4000px) {
  .Stretch {
    width: 4200px;
  }
}

.bg-black header#Header {
  background-color: #000;
  border-color: #000;
}

.bg-black header#Header .divider.bg-brand {
  background-color: #fff;
}

.bg-black header#Header #Menu {
  background-color: #000;
}

.bg-black header#Header .sub-menu {
  background-color: transparent;
}

.MenuBlock.nav li.menu-item-has-children {
  width: 100%;
  float: left;
}

@media (min-width: 768px) and (max-width: 991px) {
  .SocialIcons.wp-block-columns > .wp-block-column {
    padding-left: 5px;
    padding-right: 5px;
  }
  .SocialIcons {
    padding: 0 10px;
  }
}

.modal .bg-white p.CP {
  color: #000;
}
