.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:249,208,193;--color-primary-1:242,182,161;--color-primary-2:236,119,77;--color-primary-3:157,79,51;--color-primary-4:79,40,26;--color-secondary-0:204,218,250;--color-secondary-1:154,183,245;--color-secondary-2:115,137,184;--color-secondary-3:77,92,122;--color-secondary-4:38,46,61;--color-tertiary-0:246,242,240;--color-tertiary-1:197,194,192;--color-tertiary-2:148,145,144;--color-tertiary-3:98,97,96;--color-tertiary-4:49,48,48;--headlines-font-family:"Exo";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#000000;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dthnqt0i8rGTr5CDaB8tzGMm9Cb5OhkX { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #173519, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #173519, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #173519, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #173519, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#173519', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#173519', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #173519, rgba(0,0,0,0));background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Dthnqt0i8rGTr5CDaB8tzGMm9Cb5OhkX > .row .container { background-color: transparent; background-image: none; }#Dthnqt0i8rGTr5CDaB8tzGMm9Cb5OhkX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dthnqt0i8rGTr5CDaB8tzGMm9Cb5OhkX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dthnqt0i8rGTr5CDaB8tzGMm9Cb5OhkX > .row .container > .video-iframe-container { display: none; }#Dthnqt0i8rGTr5CDaB8tzGMm9Cb5OhkX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dthnqt0i8rGTr5CDaB8tzGMm9Cb5OhkX > .row > .video-iframe-container { display: none; }#Dthnqt0i8rGTr5CDaB8tzGMm9Cb5OhkX > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dthnqt0i8rGTr5CDaB8tzGMm9Cb5OhkX > .row .container { border-width: 0; border-radius: 0; }#Dthnqt0i8rGTr5CDaB8tzGMm9Cb5OhkX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dthnqt0i8rGTr5CDaB8tzGMm9Cb5OhkX > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:55.75rem;width:75rem;overflow:visible;position:relative;display:block; }#ruFZH8iu5FGWDKb15UPn06mdaCwgEgxy { color:#ffffff;display:block;width:34.375rem;position:absolute;font-family:montserrat;font-size:3.0625rem;font-weight:400;z-index:14999;line-height:1.1;letter-spacing:0;top:8.0000002384187rem;left:34.750000953674rem;height:3.36875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fvX7SG5VQFDcgcUImVWMB0TVzrFLhs9o { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #434343, #000000);background-image: -moz-linear-gradient(180deg, #434343, #000000);background-image: -ms-linear-gradient(180deg, #434343, #000000);background-image: -o-linear-gradient(180deg, #434343, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#434343', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#434343', endColorstr='#000000' );";background-image: linear-gradient(180deg, #434343, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:8.75rem;width:20.375rem;top:4.5625001788139rem;left:6.99765586853rem;display:block; }
#vctzsBo2Brdyl4bXT7p6mLKFhVN1Xn2Q .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#vctzsBo2Brdyl4bXT7p6mLKFhVN1Xn2Q .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.43875rem;padding-right:0.404375rem;padding-bottom:0.43875rem;padding-left:0.404375rem;display:block;align-items:center;width:2.425rem;min-width:2.425rem;height:2.355625rem;position:relative;font-family:var(--headlines-font-family);font-size:1.754375rem;font-weight:700;line-height:37.69px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vctzsBo2Brdyl4bXT7p6mLKFhVN1Xn2Q .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.274375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.233125rem;height:0.930625rem;position:relative;font-family:var(--headlines-font-family);font-size:0.6575rem;font-weight:400;line-height:14.89px;text-align:center;text-align-last:center;text-transform:none;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#vctzsBo2Brdyl4bXT7p6mLKFhVN1Xn2Q { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:16.9375rem;height:4.438125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:7.4687502384187rem;left:8.717968940735rem;z-index:15004; }
#vctzsBo2Brdyl4bXT7p6mLKFhVN1Xn2Q #sxG2uryFFb9z86igxcPP6CXWXnKIgBN7 { display:flex;position:relative;top:0rem;left:0rem; }
#vctzsBo2Brdyl4bXT7p6mLKFhVN1Xn2Q #d6rdqTcE1NqUczwVO6JVmRncV1QhVQeW { width:auto; }
#vctzsBo2Brdyl4bXT7p6mLKFhVN1Xn2Q #vCfVr5RzZdgWdiOLUXNJC5TKEmHalVc6 {  }
#vctzsBo2Brdyl4bXT7p6mLKFhVN1Xn2Q #nkqIxppRTTbIpT9r8FehSzSapPAmhDHQ { display:flex;position:relative;top:0rem;left:0rem; }
#vctzsBo2Brdyl4bXT7p6mLKFhVN1Xn2Q #gUAHqHzVcLJ3NcPiysAP5QEQoJLbrFTx {  }
#vctzsBo2Brdyl4bXT7p6mLKFhVN1Xn2Q #GtG3nsZkCfwqPslhSlcObDvuf4T5NaEH {  }
#vctzsBo2Brdyl4bXT7p6mLKFhVN1Xn2Q #NFEONsnM5RtKcBt8xbpoaH1qGXMcRBTs { display:flex;position:relative;top:0rem;left:0rem; }
#vctzsBo2Brdyl4bXT7p6mLKFhVN1Xn2Q #xg5U4WcZKBWyTRniqquu4BcgA4cWMQ4U {  }
#vctzsBo2Brdyl4bXT7p6mLKFhVN1Xn2Q #vRTns56rmySvc2PRNxpEpIz1O3BbNpzA {  }
#vctzsBo2Brdyl4bXT7p6mLKFhVN1Xn2Q #WRWt2Ki6t4KPcZh6vG4nCea92xPKFULR { display:flex;position:relative;top:0rem;left:0rem; }
#vctzsBo2Brdyl4bXT7p6mLKFhVN1Xn2Q #WtkzactVJ6n160S4I0XfJkUuiNEqOLJA {  }
#vctzsBo2Brdyl4bXT7p6mLKFhVN1Xn2Q #q8sQQghRJ4ACoKCEuSeLnH0MoQSTnJ6P {  }
#L912H37nPz6RAfbRpT86Oqi8PunDpxL0 { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:21.8125rem;left:38.187500953674rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MSCSJUsX7BMIIwPgesHV5fJ0Gv0zFR3r { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:21.500000953674rem;left:34.750000953674rem; }
#MT5JCpJUNOCD9PtbmECIq2F7EErG3VM0 { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0.25rem 0.375rem 1.25rem rgba(0,0,0,0.49) ;height:41.375rem;width:27.875rem;top:8.0000002384187rem;left:3.1875rem;overflow:hidden;display:block; }
#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg .widget-form-header { font-size:0.75rem; }
#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg .widget-regular-label { height:auto;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-3),1);width:35.9375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg .widget-input-text { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #77ec4d;border-left:0.0625rem solid #77ec4d;border-right:0.0625rem solid #77ec4d;border-bottom:0.0625rem solid #77ec4d;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:35.9375rem;box-sizing:border-box;height:2.6875rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(63,63,63,0.96) ; }
#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg .widget-input-text {padding-top: 0; padding-bottom: 0;}#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg .widget-textarea { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #77ec4d;border-left:0.0625rem solid #77ec4d;border-right:0.0625rem solid #77ec4d;border-bottom:0.0625rem solid #77ec4d;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:35.9375rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(63,63,63,0.96) ; }
#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg .widget-input-select { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:35.9375rem;box-sizing:border-box;height:3.75rem;color:#646464;font-family:var(--headlines-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem; }
#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg .widget-input-select {padding-top: 0; padding-bottom: 0;}#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:#3e782a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:9rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.8125rem;font-weight:bold;color:#f2f9ff;width:26.9375rem;height:4.375rem;font-family:montserrat;overflow:hidden; }
#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:montserrat;font-size:0.875rem;text-align:left;text-align-last:left; }
#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:montserrat;font-size:0.875rem;text-align:left;text-align-last:left; }
#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:montserrat;font-size:0.875rem;text-align:left;text-align-last:left; }
#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:montserrat;font-size:0.875rem;text-align:left;text-align-last:left; }
#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--headlines-font-family);line-height:1.3;font-size:0.6875rem;font-weight:400;color:#ffffff;vertical-align:top;width:34.6875rem;overflow:hidden;font-style:normal;float:none; }
#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;color:rgba(var(--color-tertiary-3),1);overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg .widget-container:first-of-type{padding-top:0;}#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg .widget-container:last-of-type{padding-bottom:0;}#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:35.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;left:33.154296875rem;top:30.310546875rem;z-index:15011;position:absolute;font-size:0.75rem; }
#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:35.9375rem;display:block;vertical-align:top; }
#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg .widget-info-text { display:block;height:auto;font-family:var(--headlines-font-family);font-size:0.6875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-3),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg {display:block;}#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:35.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;left:33.154296875rem;top:30.310546875rem;z-index:15011;position:absolute;font-size:0.75rem; }
#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg #RmaUODtaswqrlFtTD9ElHwwr3Vlp3uqr { position:relative; }
#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg #OesaaTzxTH4v7ZIkJucCLvcnpXTqcZzU { position:relative;display:none; }
#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg #ntTQewrL2uKmgu2nQkZPMOVpZdqc5a0T { position:relative; }
#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg #c0JAsvqRU3POTSNTOIwtuCwibDnwKldJ { position:relative; }
#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg #vWlXfVkktdrVGDhFhCN5E8bXWJu98J9U { position:relative;display:none; }
#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg #KPzoPLm6Glwx57lH3xAPuBJc1cWDCwtg { position:relative; }
#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg #wNDP4m9M40mBIkliLkfIgSuTZuLTySWb { position:relative; }
#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg #bQUlpRv8y1enylOuLRI7frvJtg4H17C9 { position:relative;display:none; }
#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg #qrKv2ECwOxk397PFo7xEbrlRqV2TfCp6 { position:relative; }
#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg #GT5zzDbQ5e1SIyvWfcZztNcPqE7ARiAB { position:relative; }
#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg #tmxx1DSQB1ISMTkVSJo7XhP8FPkNokxJ { position:relative;z-index:2; }
#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg #xmIZLoDmxq2BWPpCUcv73KaRaEZGT74f { position:relative; }
#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg #rZHJD2O6mSeNs6mevUNhNTNr5M92UM8b { position:relative; }
#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg #Arx93qews296KLlZhTW6DhNdDLrgHPm5 { position:relative; }
#rB6BZqVpZp4dtSOn1y2GHoZk6GwRbfkS { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:21.8125rem;left:55.375000953674rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lhRx3AwwzcpMsoTuOmvbbP5XS85Izc0N { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:21.562500953674rem;left:51.750000953674rem; }
#VEV5LpnlBTxbTR5wc4Nye2NbbJ2COydN { color:#ffffff;display:block;width:34.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;top:16.9375rem;left:34.750000953674rem;height:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#T8x2T3SChlSJ7MotloOLiBaFCuln8iQZ { color:#ffffff;display:block;width:30.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:26.218750953674rem;left:34.750000953674rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ckzTaF3cNOGVCrb2VTo8TCFvwobaXeoB { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:6.0187501907349rem;left:9.217968940735rem;height:1.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vkofezawkdisuvZFWPesGXl6cknToPGP { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:8.6875rem;top:1.9250000715256rem;left:61.924458370511rem;overflow:hidden;display:block; }
#fy3HRRh9BuxzW82oxihPqUsttPrSQl2Z { color:#09ff4d;display:block;width:34.375rem;position:absolute;font-family:montserrat;font-size:3.625rem;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;top:11.750000476837rem;left:34.750000953674rem;height:3.9875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tQQ29ln0l5MiB8KvphCnoMaiTIWoNUut { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #0f280f);background-image: -moz-linear-gradient(180deg, #000000, #0f280f);background-image: -ms-linear-gradient(180deg, #000000, #0f280f);background-image: -o-linear-gradient(180deg, #000000, #0f280f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0f280f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0f280f' );";background-image: linear-gradient(180deg, #000000, #0f280f);background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#tQQ29ln0l5MiB8KvphCnoMaiTIWoNUut > .row .container { background-color: transparent; background-image: none; }#tQQ29ln0l5MiB8KvphCnoMaiTIWoNUut::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQQ29ln0l5MiB8KvphCnoMaiTIWoNUut > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQQ29ln0l5MiB8KvphCnoMaiTIWoNUut > .row .container > .video-iframe-container { display: none; }#tQQ29ln0l5MiB8KvphCnoMaiTIWoNUut > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQQ29ln0l5MiB8KvphCnoMaiTIWoNUut > .row > .video-iframe-container { display: none; }#tQQ29ln0l5MiB8KvphCnoMaiTIWoNUut > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQQ29ln0l5MiB8KvphCnoMaiTIWoNUut > .row .container { border-width: 0; border-radius: 0; }#tQQ29ln0l5MiB8KvphCnoMaiTIWoNUut > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#tQQ29ln0l5MiB8KvphCnoMaiTIWoNUut > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:23.625rem;width:75rem;overflow:visible;position:relative;display:block; }#NFukmao1gcw4SM423nps1urtqi4Csn8f { color:#ffffff;display:block;width:27.4375rem;position:absolute;font-family:montserrat;font-size:3.625rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:1.875rem;left:2.75rem;height:4.35rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#xF4Ov15CIPkZnZkywtamC8HrIzhbXicl { background-color:#005b0e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.5rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:13.061718463898rem;left:46.531250953674rem;display:block; }
#KgOld3NdA7JdR4BKxkt732gJT9RCnTLh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ei2TGzhTLaoWHsqmr3Tdck3pJOhbuhQr { color:#000000;display:block;width:31.3125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:4.125rem;left:38.375000953674rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PAMd4tBX1hgIxTS4m37KzbDUv0DcQLeZ { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dedede, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, #dedede, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, #dedede, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, #dedede, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, #dedede, rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:16.625rem;width:34.9375rem;top:1.875rem;left:36.562500953674rem;display:block; }
#CZl1KmVm1so0U37Lyn611Mr8m1FBFAWt { color:#ffffff;display:block;width:26.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:7.2945318222044rem;left:2.75rem;height:10.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#FnLmoUBZWFlAzBMnlxiEF7n7ln1i5xl5 { color:#000000;display:block;width:28.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.2;letter-spacing:0;top:8.9375004768369rem;left:39.718750953674rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0f280f, #000000);background-image: -moz-linear-gradient(180deg, #0f280f, #000000);background-image: -ms-linear-gradient(180deg, #0f280f, #000000);background-image: -o-linear-gradient(180deg, #0f280f, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f280f', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f280f', endColorstr='#000000' );";background-image: linear-gradient(180deg, #0f280f, #000000);background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row .container { background-color: transparent; background-image: none; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row .container > .video-iframe-container { display: none; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row > .video-iframe-container { display: none; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row .container { border-width: 0; border-radius: 0; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:41rem;width:75rem;overflow:visible;position:relative;display:block; }#LZPDGAVvoitZyZ8Z0i8aNi1lo7628Qw5 { color:#ffffff;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:2.5625rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:4.7867193222046rem;left:27.500000953674rem;height:3.075rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mZXfKVGWzeAaCeAlX5NKm3083kBN3pOu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:13.9375rem;left:60.625rem; }
#KlEorazsQWQ42n4052ZKfqz646SQLsUB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:14.25rem;left:12rem; }
#XZEUaS11dWRGLJsc5Zd95ufaD7hC5lOU { color:#ffffff;display:block;width:18.5625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:19.812502324581rem;left:52.500000953674rem;height:1.8rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#D31M8HlZWCvgcubTNiD7a4BK3pbTWOLw { color:#ffffff;display:block;width:23.3125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:19.812502324581rem;left:25.843750953674rem;height:1.8rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dkrf7hUJHpzJ6Noee0eKoL22EHZm0vic { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:13.875rem;left:35.9375rem; }
#cMUTfrvElWHSnLgK7fSQwci49UICuWAQ { color:#ffffff;display:block;width:18.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:22.718750476837rem;left:52.437500953674rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#urgI1itdplflaP3TcAp5CXt6JZSON0XB { color:#ffffff;display:block;width:18.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:22.718750476837rem;left:28.093750953674rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vy2oPzog0AN4vkF3fRTMW2NnvTNxB38f { color:#ffffff;display:block;width:19.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:22.593748092651rem;left:3.4671869277954rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#p1q6stdvoJdcpFTPzTZK1OivlJZCBcvG { color:#ffffff;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:15036;line-height:1.2;letter-spacing:0;top:19.812503099441rem;left:3.2796869277954rem;height:1.8rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UHJwW3oP6h1FOUJwnd5iUoZNpyU25hZl { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #132a10);background-image: -moz-linear-gradient(180deg, #000000, #132a10);background-image: -ms-linear-gradient(180deg, #000000, #132a10);background-image: -o-linear-gradient(180deg, #000000, #132a10);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#132a10' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#132a10' );";background-image: linear-gradient(180deg, #000000, #132a10);background-size:auto !important;border-top:0.125rem solid #337638;border-left:0.125rem solid #337638;border-right:0.125rem solid #337638;border-bottom:0.125rem solid #337638;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9rem;height:4.15rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:32.280462741852rem;left:31.012501716614rem;display:block; }
#ypyztJRbxDCmWbT2TmuGZ438dLzfZWf5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zrIBv3kCX3fllWUybhT6NJGd9AGtcIsz { position:absolute;display:block;z-index:15009;background-color:#337638;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:25rem;top:40.686719894409rem;left:25.000000953674rem;display:block; }
#Wh95bxDzc6HpKcyRDMk4XPiqTbJDkxrR { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(55,93,32,0.68), #000000);background-image: -moz-linear-gradient(180deg, rgba(55,93,32,0.68), #000000);background-image: -ms-linear-gradient(180deg, rgba(55,93,32,0.68), #000000);background-image: -o-linear-gradient(180deg, rgba(55,93,32,0.68), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#375d20ad', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#375d20ad', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(55,93,32,0.68), #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:12.4375rem;left:10.1875rem;display:block; }
#dEKVsTDU5HaqRmoGXhErMGrOyvTKbGcH { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(55,93,32,0.68), #000000);background-image: -moz-linear-gradient(180deg, rgba(55,93,32,0.68), #000000);background-image: -ms-linear-gradient(180deg, rgba(55,93,32,0.68), #000000);background-image: -o-linear-gradient(180deg, rgba(55,93,32,0.68), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#375d20ad', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#375d20ad', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(55,93,32,0.68), #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:12.375rem;left:34.375rem;display:block; }
#okezVh7MDKGHL5nBlSoqiZG9gyAZOqlm { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(55,93,32,0.68), #000000);background-image: -moz-linear-gradient(180deg, rgba(55,93,32,0.68), #000000);background-image: -ms-linear-gradient(180deg, rgba(55,93,32,0.68), #000000);background-image: -o-linear-gradient(180deg, rgba(55,93,32,0.68), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#375d20ad', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#375d20ad', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(55,93,32,0.68), #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:12.3125rem;left:58.875rem;display:block; }
#v6gXa4qXOaEd4e1SdhcICaFXT66EfU50 { box-sizing:content-box;height:20rem;width:20.3125rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #182e18);background-image: -moz-linear-gradient(180deg, #000000, #182e18);background-image: -ms-linear-gradient(180deg, #000000, #182e18);background-image: -o-linear-gradient(180deg, #000000, #182e18);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#182e18' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#182e18' );";background-image: linear-gradient(180deg, #000000, #182e18);background-size:auto !important;top:10.348437547684rem;left:3.1742181777954rem;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;display:block; }
#pmDqHMo2RWbQVbWOmddCcOCTb0C3G6o3 { box-sizing:content-box;height:20rem;width:26.1875rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #182e18);background-image: -moz-linear-gradient(180deg, #000000, #182e18);background-image: -ms-linear-gradient(180deg, #000000, #182e18);background-image: -o-linear-gradient(180deg, #000000, #182e18);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#182e18' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#182e18' );";background-image: linear-gradient(180deg, #000000, #182e18);background-size:auto !important;top:10.349218845367rem;left:24.406250953674rem;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;display:block; }
#k9TgsCEZWPdVITb6VtlyRgNGDSy4BrwF { box-sizing:content-box;height:20.0625rem;width:20.3125rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #182e18);background-image: -moz-linear-gradient(180deg, #000000, #182e18);background-image: -ms-linear-gradient(180deg, #000000, #182e18);background-image: -o-linear-gradient(180deg, #000000, #182e18);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#182e18' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#182e18' );";background-image: linear-gradient(180deg, #000000, #182e18);background-size:auto !important;top:10.349218845367rem;left:51.610936164856rem;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;display:block; }
#RpmmewewTE6NIRf91t2xhqEEFBMzNOTN { box-sizing:content-box;height:5.8125rem;width:26.1875rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #182e18);background-image: -moz-linear-gradient(180deg, #000000, #182e18);background-image: -ms-linear-gradient(180deg, #000000, #182e18);background-image: -o-linear-gradient(180deg, #000000, #182e18);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#182e18' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#182e18' );";background-image: linear-gradient(180deg, #000000, #182e18);background-size:auto !important;top:3.3929700851441rem;left:24.406250953674rem;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;display:block; }
#gP642RUcX3Pq03OM4ssxAVoTKaoU0U8o { position:absolute;display:block;z-index:15009;background-color:#18661d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:31.25rem;top:4.887580871582E-6rem;left:21.874218940735rem;display:block; }
#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #002003);background-image: -moz-linear-gradient(180deg, #000000, #002003);background-image: -ms-linear-gradient(180deg, #000000, #002003);background-image: -o-linear-gradient(180deg, #000000, #002003);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#002003' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#002003' );";background-image: linear-gradient(180deg, #000000, #002003);background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row .container { background-color: transparent; background-image: none; }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row .container > .video-iframe-container { display: none; }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row > .video-iframe-container { display: none; }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row .container { border-width: 0; border-radius: 0; }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:46.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#NTonkP2y1nrIMH9AluJtiTegz9UwXXGO { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:37.375rem;width:25.1875rem;top:5.5000004768372rem;left:4.8226556777954rem;overflow:hidden;display:block; }
#OtJRE2EPuKismTTK9eVW6ss6Fz9AFV9E { color:#50f35c;display:block;width:41.4375rem;position:absolute;font-family:montserrat;font-size:3.25rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:6rem;left:33.5625rem;height:3.9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#a9M6kcGVDEziEG8xhS18vHMKFbR8MG5c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:12.86171913147rem;left:33.562500953674rem; }
#oerOabTG9sU0F6zFD7m0CAQlJZWDNtzQ { color:#ffffff;display:block;width:35.1875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:12.86171913147rem;left:38.562500953674rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#I1Rq31iFpd5TyQF2vIehgaFsW4yoJn0e { color:#ffffff;display:block;width:31.9375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:15.54921913147rem;left:38.531250953674rem;height:3.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wTZqlWi7IyJ4o9ny4wV6SRnRLx9rRBdH { color:#ffffff;display:block;width:35.1875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:21.549999713897rem;left:38.562500953674rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kKFKFXVSlKhAnicUwQtrS4Hg3MyclT8D { color:#ffffff;display:block;width:31.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:24.237499713897rem;left:38.531250953674rem;height:4.78125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vP4PUilTWHNTN8SuCqCZZr6JR80w5gtd { color:#ffffff;display:block;width:35.25rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:31.4375rem;left:38.5625rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HDytMud5XZ6zSZQxTONkhetKXrye2cZb { color:#ffffff;display:block;width:30.4375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:34.125rem;left:38.5625rem;height:4.78125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BpcTz6FxaZbSuM3W0CcL8slEBLyhGiJz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:21.550000190735rem;left:33.562500953674rem; }
#crS2Hrv45nAcP5R3GbxlrisPRr2qEME6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:31.437500953674rem;left:33.562500953674rem; }
#LZOU2512Cdu2yBDqCWeRJRCsXFQOyI90 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #002003, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #002003, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #002003, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #002003, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002003', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#002003', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #002003, rgba(0,0,0,0));background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#LZOU2512Cdu2yBDqCWeRJRCsXFQOyI90 > .row .container { background-color: transparent; background-image: none; }#LZOU2512Cdu2yBDqCWeRJRCsXFQOyI90::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LZOU2512Cdu2yBDqCWeRJRCsXFQOyI90 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LZOU2512Cdu2yBDqCWeRJRCsXFQOyI90 > .row .container > .video-iframe-container { display: none; }#LZOU2512Cdu2yBDqCWeRJRCsXFQOyI90 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LZOU2512Cdu2yBDqCWeRJRCsXFQOyI90 > .row > .video-iframe-container { display: none; }#LZOU2512Cdu2yBDqCWeRJRCsXFQOyI90 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LZOU2512Cdu2yBDqCWeRJRCsXFQOyI90 > .row .container { border-width: 0; border-radius: 0; }#LZOU2512Cdu2yBDqCWeRJRCsXFQOyI90 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#LZOU2512Cdu2yBDqCWeRJRCsXFQOyI90 > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:37.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#Wf5kEATcBFB9CLl8RBZm6aLCwRO5okQ4 { color:#20a429;display:block;width:47.3125rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:6.2414095401764rem;left:7.967968940735rem;height:3.15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C8xEZz7pQcqcTvThOZvT8MJoKEFTt9U6 { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:5rem;width:53.4375rem;top:5.2546863555908rem;left:4.90625rem;display:block; }
#lV0Um23Gz69D0eZzdkKa9AHp7OXxOxTh { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:27.5rem;left:5.25rem;height:2.4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#I0q8adTTudtp31ytVMe50QIbV6d0p5Da { color:#50f35c;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;top:24.5625rem;left:5.25rem;height:1.65rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RL3yqGrdPPvlzo1TXPVdiqTR2SwKkoe5 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:6.5625rem;width:6.8125rem;top:16.062500238419rem;left:9.655468940735rem;overflow:hidden;display:block; }
#kC1xpcwyO2g3R0c3o3rVKgOIbfDC14Lf { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:27.500000953674rem;left:24.785939216614rem;height:2.4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#KNr8mrwHVR4qLZBBUxbn1IRXHTvULkf2 { color:#50f35c;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;top:24.5625rem;left:23.504687309265rem;height:1.65rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NhvOtx3VbAv2l2oiLSDDyU7zfxciDAIM { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:6.9375rem;width:7.3125rem;top:15.875rem;left:27.660939216614rem;overflow:hidden;display:block; }
#BHdXNPRhzPTxBRFbG9U6iVCeR3hBJZuZ { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:27.500000953674rem;left:42.412499427796rem;height:2.4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qVqLf3aTAJV7EmBTUM1rBgDKB8Jl5rLE { color:#50f35c;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;top:24.487500190735rem;left:41.631249427796rem;height:1.8rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BXevbofa7ktITb8Rhp1MWhScteJDsDy9 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:7.5rem;width:7.375rem;top:16.0625rem;left:45.756249427796rem;overflow:hidden;display:block; }
#I55qNIzd1m3VI7craaw0dT8TvtqbSwu9 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:5.125rem;width:5.125rem;top:16.781250357628rem;left:63.393754005431rem;overflow:hidden;display:block; }
#ct5kSWUIrPXSUivlN2lPUphx2yVEzZF3 { color:#50f35c;display:block;width:11.0625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15033;line-height:1.2;letter-spacing:0;top:23.399999976158rem;left:60.425004005432rem;height:2.85rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AU7wXNBlUheQ3dpA4v506Hc0nGtpQCgE { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15034;line-height:1.6;letter-spacing:0;top:27.062500357628rem;left:59.987504005432rem;height:3.9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#JTd03P3TT9ercvihHGoqZRzNRN9QlCo6 { box-sizing:content-box;height:18rem;width:17.3125rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:13.712499856949rem;left:4.4117183685303rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#hdU2DkTANi2umO01Cp03IZnzRmvZKl59 { box-sizing:content-box;height:18rem;width:17.3125rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;top:13.712499856949rem;left:22.561718940735rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#hJelxnsvoNTy7aSg61h2N6TTsTvwf7O5 { box-sizing:content-box;height:18rem;width:17.3125rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;top:13.712499856949rem;left:40.687500953674rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#iCknD9hBA4hDor70Qh2qyKTviUmcwVqF { position:absolute;display:block;z-index:15010;background-color:#337638;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:25rem;top:0rem;left:25.000000953674rem;display:block; }
#wdNox7EobToxOhqHLubqXP0FyicxMrUE { position:absolute;display:block;z-index:15011;background-color:#337638;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:25rem;top:37.436718940735rem;left:25.000000953674rem;display:block; }
#Vcrungfitv3ET4zte4D0MdV0flbhLLTP { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Vcrungfitv3ET4zte4D0MdV0flbhLLTP > .row .container { background-color: transparent; background-image: none; }#Vcrungfitv3ET4zte4D0MdV0flbhLLTP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vcrungfitv3ET4zte4D0MdV0flbhLLTP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vcrungfitv3ET4zte4D0MdV0flbhLLTP > .row .container > .video-iframe-container { display: none; }#Vcrungfitv3ET4zte4D0MdV0flbhLLTP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vcrungfitv3ET4zte4D0MdV0flbhLLTP > .row > .video-iframe-container { display: none; }#Vcrungfitv3ET4zte4D0MdV0flbhLLTP > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vcrungfitv3ET4zte4D0MdV0flbhLLTP > .row .container { border-width: 0; border-radius: 0; }#Vcrungfitv3ET4zte4D0MdV0flbhLLTP > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Vcrungfitv3ET4zte4D0MdV0flbhLLTP > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:37.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#IxXVK8kvwisz7D98WXRQuaoT7rgBoAWN { color:#ffffff;display:block;width:32.375rem;position:absolute;font-family:montserrat;font-size:3.25rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:5.9367187023163rem;left:5.3125rem;height:3.9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hyWDVNy6AbgA62sBrsvCQhIGyTZhclxh { color:rgba(var(--color-tertiary-0),1);display:block;width:4.6875rem;position:absolute;font-family:montserrat;font-size:2.4375rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:20.625rem;left:5.3125rem;height:2.925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z2KGPgTpDpvW1I5a0ENMvpUW4dZzz5Hn { color:#ffffff;display:block;width:17.0625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:12.625rem;left:11.125rem;height:4.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qBfVdvJrglvb8XCtb76TlMISw2tX0Z3r { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:27.4375rem;left:11.3125rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ido7giMvPwVwPtzBEJEQm4DTXOg3Wd9K { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:20rem;left:11.5rem;height:4.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Te3VNPs9wfmoDHSJfRBmFt2PLH1NRptN { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.68), #000000);background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.68), #000000);background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.68), #000000);background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.68), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffad', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffad', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.68), #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.75rem;width:4.75rem;top:19.8125rem;left:5.3125rem;display:block; }
#qunH4zH4s7rwP539MRW1vRTauVsKeadb { color:rgba(var(--color-tertiary-0),1);display:block;width:4.6875rem;position:absolute;font-family:montserrat;font-size:2.4375rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:13.0625rem;left:5.375rem;height:2.925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M5615cfTUX7SyTlsluNDtPArMJZPp8PZ { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.68), #000000);background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.68), #000000);background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.68), #000000);background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.68), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffad', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffad', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.68), #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.75rem;width:4.75rem;top:12.25rem;left:5.3125rem;display:block; }
#h8EXlCFNgywwv5fbBHBokk0pfh8k82cB { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.68), #000000);background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.68), #000000);background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.68), #000000);background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.68), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffad', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffad', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.68), #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.75rem;width:4.75rem;top:27.0625rem;left:5.3125rem;display:block; }
#RT8oVxy60CP1ZTB7sV1q2vbNTiUg47uJ { color:rgba(var(--color-tertiary-0),1);display:block;width:4.6875rem;position:absolute;font-family:montserrat;font-size:2.4375rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:27.875rem;left:5.3125rem;height:2.925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zAErNvDRJKImgALUaPU7J0ETTO4u5ddm { color:#000000;display:block;width:17rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:5.9367187023163rem;left:51.750000953674rem;height:7.425rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#R7a1Sm8oygPEaNOaTXubC2ikyEiodRkk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:6.7921874523163rem;left:47.362500190735rem; }
#u0FfqZ3aZlEsymzeEgD2UAU9SAEIeKN7 { box-sizing:content-box;height:30.125rem;width:31.75rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;top:3.5375001430511rem;left:40.474999427796rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#SgpLAB5bGaZHXGH4QfgKoFxE5SiqhWEG { color:#197118;display:block;width:18.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:14.234375953674rem;left:50.362500190735rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#a7WHOyCfXTmG280y4Zy4uvv48VHLkbPW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:10.336719274521rem;left:42.537499427796rem; }
#m5KJv9TbbOu2uXyTRyS5yunaSJRpd9Z9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:5.4796874523163rem;left:43.537499427796rem; }
#t87DigfrAG4aEUkDQAaxsoNkBFwOHtyP { color:#000000;display:block;width:22.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:16.843750953674rem;left:46.175000190735rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#VGSiS5As3KMLFXKMJII7d3wrduXLdF4J { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.75rem;width:17rem;top:20.000000357628rem;left:41.237500190735rem;overflow:hidden;display:block; }
#pP7GmKthSlx2Ho1sVXpwqyM5oTZTcsJW { color:#000000;display:block;width:10.875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:20.787501335144rem;left:57.800004005432rem;height:5.1rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#pwVgArMmrdKd5W27GbVRGGeaMSH5MTWb { z-index:15026;top:27.218750357628rem;left:54.737504005432rem;background-color:#0b3a0a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(31,67,29,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#XvsCg0lBMvPokLpdvTP0lgZCk2E85dCM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wxlUBXwdLqE85W2su6qlbbeVbbTZrfTr { position:absolute;display:block;z-index:15012;background-color:#337638;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:25rem;top:37.1875rem;left:25.000000953674rem;display:block; }
#mtF2Z0NZH5RN5ZBtt0QLlRyJD4InxdfD { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #3f3f3f);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #3f3f3f);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #3f3f3f);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #3f3f3f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#3f3f3f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#3f3f3f' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #3f3f3f);background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#mtF2Z0NZH5RN5ZBtt0QLlRyJD4InxdfD > .row .container { background-color: transparent; background-image: none; }#mtF2Z0NZH5RN5ZBtt0QLlRyJD4InxdfD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mtF2Z0NZH5RN5ZBtt0QLlRyJD4InxdfD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mtF2Z0NZH5RN5ZBtt0QLlRyJD4InxdfD > .row .container > .video-iframe-container { display: none; }#mtF2Z0NZH5RN5ZBtt0QLlRyJD4InxdfD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mtF2Z0NZH5RN5ZBtt0QLlRyJD4InxdfD > .row > .video-iframe-container { display: none; }#mtF2Z0NZH5RN5ZBtt0QLlRyJD4InxdfD > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mtF2Z0NZH5RN5ZBtt0QLlRyJD4InxdfD > .row .container { border-width: 0; border-radius: 0; }#mtF2Z0NZH5RN5ZBtt0QLlRyJD4InxdfD > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#mtF2Z0NZH5RN5ZBtt0QLlRyJD4InxdfD > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:34rem;width:75rem;overflow:visible;position:relative;display:block; }#Rk3OksmJhM5i77mTkXq23adTbXh4dDZt { color:#ffffff;display:block;width:58.875rem;position:absolute;font-family:montserrat;font-size:3.5625rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:3.7500004768372rem;left:8.061718940735rem;height:4.275rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#KuwrITSnnTdaUtCmVORDUpRZqt07wog1 { color:#ffffff;display:block;width:49.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:9.3000006675719rem;left:12.811718940735rem;height:19.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bDIxKzMQGox5PlrLQhlsohHLqpyG7h2D { color:#000000;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:0rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gVu90uMcZyfbsZOlyL6wroHXvgB6ldDH { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:9.1875rem;top:27.312500476837rem;left:32.906250953674rem;overflow:hidden;display:block; }
#Q8E6xSnVAbzvS5bndFSkM9GSlCwQ3TAs { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:25rem;top:33.8125rem;left:25.000000953674rem;display:block; }
#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #3f3f3f, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #3f3f3f, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #3f3f3f, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #3f3f3f, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #3f3f3f, rgba(0,0,0,0));background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container { background-color: transparent; background-image: none; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container > .video-iframe-container { display: none; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row > .video-iframe-container { display: none; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container { border-width: 0; border-radius: 0; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:46.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#E27SScyVzoVMlzCiLPZ30ScMudwdvXhm { color:rgba(var(--color-tertiary-0),1);display:block;width:49.875rem;position:absolute;font-family:montserrat;font-size:3.375rem;font-weight:normal;z-index:15012;line-height:1.1;letter-spacing:0;top:4.3125rem;left:19.499218940735rem;height:3.7125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-element-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;flex-direction:column;align-items:center;background-color:#dedede;background-image:none;vertical-align:top; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:montserrat;color:#000000;line-height:2.5;overflow:hidden;height:auto; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:montserrat;color:#2a6429;height:auto;line-height:1.6;overflow:hidden; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_d2229ba7f98d76ac980c353232f3ebc162f4d8d1.svg");background-size:contain !important; }#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-trigger.adaptive-delivery-prevent-bg, #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-trigger.lazyload, #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-trigger.lazyloading { background-image: none; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo { box-sizing:content-box;height:auto;width:64.75rem;position:absolute;display:flex;flex-direction:column;gap:1.25rem;z-index:15069;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:19.125000476837rem;left:4.5492181777954rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #ePtHlMEWHXnOTkz7VDvt08xH0hR2ml51 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #UsGwVRUwOJJorXHhJhDN3PpT1Xl43LXF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Gmy0sz4iiZ2JNOx0vxFqWTNWHDBo6J2V { display:block;position:relative; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Mp3EIbH1PEkk5dUdr3zkRIcv2lM86B86 {  }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #zHgVhlH3IwFiKyT2SlflzISd469QL6qi {  }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #JRA0B27HxXH4b7rNlHvkeOs1ec99QQew { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #xKDbRHVzmqdo87HpT4S546hUKeefeQQr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #t2TADOr6TAmMhdNozhL8Vb7cbLRptXEG { display:block;position:relative; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #yPGOytyHLKRNV6T7KCZkGC5UQ04atSdm {  }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #hLTUTAsRq6Nora1sWLTA6rgbpWECe0MQ { display:none; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #zveXGAIgEOH1fElW2PmFDwH47S30KIBQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #fpdttcxhrpUTlHsfaADuwJn2L3qRGIM5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #u5W0UAiV9R02DSZNAe6pmHaTxu9vEwpt { display:block;position:relative; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #RUQ1zZr3TbckzQJWRwxuxKGV9arkQdSm {  }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #UaWywCyaRWzQZQpBrPUwugMTZzdQk6MD { display:none; }
#ogI2qOiaC86okwvnryyo90Dtq1tqkhax { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:3.875rem;left:5.8125rem; }
#bisvI6DXZzyf02G3dCFHi6bdrdlq4hVz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:5.1875rem;left:9.625rem; }
#si2T0nwVDSATnvIZ6d0J5N0JLnnLhcN5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:8.75rem;left:4.8125rem; }
#GVEXpbEmMLQ13atCo8Dp0dpJvzSBhM7T { color:rgba(var(--color-tertiary-0),1);display:block;width:49.875rem;position:absolute;font-family:montserrat;font-size:3.6875rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:8.75rem;left:19.499218940735rem;height:4.05625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#rhrUQvfbmGnDzLVtsr8iufzFm9VqST8M { background-color:#000000;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#rhrUQvfbmGnDzLVtsr8iufzFm9VqST8M > .row .container { background-color: transparent; background-image: none; }#rhrUQvfbmGnDzLVtsr8iufzFm9VqST8M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rhrUQvfbmGnDzLVtsr8iufzFm9VqST8M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rhrUQvfbmGnDzLVtsr8iufzFm9VqST8M > .row .container > .video-iframe-container { display: none; }#rhrUQvfbmGnDzLVtsr8iufzFm9VqST8M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rhrUQvfbmGnDzLVtsr8iufzFm9VqST8M > .row > .video-iframe-container { display: none; }#rhrUQvfbmGnDzLVtsr8iufzFm9VqST8M > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rhrUQvfbmGnDzLVtsr8iufzFm9VqST8M > .row .container { border-width: 0; border-radius: 0; }#rhrUQvfbmGnDzLVtsr8iufzFm9VqST8M > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#rhrUQvfbmGnDzLVtsr8iufzFm9VqST8M > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:9.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#wekmU3pe7ZuMS3WRswi6ldCBDQTxNp3T { color:rgba(var(--color-tertiary-2),1);display:block;width:62.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:6.9375rem;left:6.46875rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#tZKCRIv5giJJ6xhpcKScy3MGNmTFqTRT { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:75rem;top:6.25rem;left:0rem;display:block; }
#Z4K5uXqJGTyQoMCirdrGbXmnFWGhU6TI { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:10.9375rem;top:1.5609378814698rem;left:32.031250953674rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Dthnqt0i8rGTr5CDaB8tzGMm9Cb5OhkX { display:block; }#Dthnqt0i8rGTr5CDaB8tzGMm9Cb5OhkX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ruFZH8iu5FGWDKb15UPn06mdaCwgEgxy { top:8rem;left:13.375rem;width:34.375rem;height:3.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvX7SG5VQFDcgcUImVWMB0TVzrFLhs9o { top:4.5625rem;left:0rem;width:20.375rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vctzsBo2Brdyl4bXT7p6mLKFhVN1Xn2Q .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#vctzsBo2Brdyl4bXT7p6mLKFhVN1Xn2Q .widget-text.counter-number { padding-top:0.40125rem;padding-right:0.3575rem;padding-bottom:0.40125rem;padding-left:0.3575rem;width:2.145rem;min-width:2.145rem;height:2.156875rem;font-size:1.605rem;line-height:34.51px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#vctzsBo2Brdyl4bXT7p6mLKFhVN1Xn2Q .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.250625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.86rem;height:0.8525rem;font-size:0.601875rem;line-height:13.64px;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#vctzsBo2Brdyl4bXT7p6mLKFhVN1Xn2Q { display:flex;width:15.4375rem;height:4.0625rem;top:0rem;left:32.917721518987rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #vctzsBo2Brdyl4bXT7p6mLKFhVN1Xn2Q #sxG2uryFFb9z86igxcPP6CXWXnKIgBN7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vctzsBo2Brdyl4bXT7p6mLKFhVN1Xn2Q #d6rdqTcE1NqUczwVO6JVmRncV1QhVQeW {  }
 }@media only screen and (max-width: 763px) { #vctzsBo2Brdyl4bXT7p6mLKFhVN1Xn2Q #vCfVr5RzZdgWdiOLUXNJC5TKEmHalVc6 {  }
 }@media only screen and (max-width: 763px) { #vctzsBo2Brdyl4bXT7p6mLKFhVN1Xn2Q #nkqIxppRTTbIpT9r8FehSzSapPAmhDHQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vctzsBo2Brdyl4bXT7p6mLKFhVN1Xn2Q #gUAHqHzVcLJ3NcPiysAP5QEQoJLbrFTx {  }
 }@media only screen and (max-width: 763px) { #vctzsBo2Brdyl4bXT7p6mLKFhVN1Xn2Q #GtG3nsZkCfwqPslhSlcObDvuf4T5NaEH {  }
 }@media only screen and (max-width: 763px) { #vctzsBo2Brdyl4bXT7p6mLKFhVN1Xn2Q #NFEONsnM5RtKcBt8xbpoaH1qGXMcRBTs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vctzsBo2Brdyl4bXT7p6mLKFhVN1Xn2Q #xg5U4WcZKBWyTRniqquu4BcgA4cWMQ4U {  }
 }@media only screen and (max-width: 763px) { #vctzsBo2Brdyl4bXT7p6mLKFhVN1Xn2Q #vRTns56rmySvc2PRNxpEpIz1O3BbNpzA {  }
 }@media only screen and (max-width: 763px) { #vctzsBo2Brdyl4bXT7p6mLKFhVN1Xn2Q #WRWt2Ki6t4KPcZh6vG4nCea92xPKFULR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vctzsBo2Brdyl4bXT7p6mLKFhVN1Xn2Q #WtkzactVJ6n160S4I0XfJkUuiNEqOLJA {  }
 }@media only screen and (max-width: 763px) { #vctzsBo2Brdyl4bXT7p6mLKFhVN1Xn2Q #q8sQQghRJ4ACoKCEuSeLnH0MoQSTnJ6P {  }
 }@media only screen and (max-width: 763px) { #L912H37nPz6RAfbRpT86Oqi8PunDpxL0 { top:21.8125rem;left:24.562500953674rem;width:8.875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSCSJUsX7BMIIwPgesHV5fJ0Gv0zFR3r { top:21.5rem;left:21.125000953674rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT5JCpJUNOCD9PtbmECIq2F7EErG3VM0 { top:8rem;left:0rem;width:27.875rem;height:41.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKWGUTtayUZmCBTF69WOD7FAUniDSuIg .widget-regular-label { display:block;width:35.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg .widget-input-text { width:35.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg .widget-input-text {padding-top: 0; padding-bottom: 0;}#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg .widget-textarea { width:35.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg .widget-input-select { width:35.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg .widget-input-select {padding-top: 0; padding-bottom: 0;}#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg .widget-input-button { width:26.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg .widget-checkbox-label { width:34.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg  { width:35.9375rem;height:auto;top:30.25rem;left:9.3125rem; }
#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg .radio-container { width:35.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg {display:block;}#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg { width:35.9375rem;height:auto;top:30.25rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #iKWGUTtayUZmCBTF69WOD7FAUniDSuIg #RmaUODtaswqrlFtTD9ElHwwr3Vlp3uqr {  }
 }@media only screen and (max-width: 763px) { #iKWGUTtayUZmCBTF69WOD7FAUniDSuIg #OesaaTzxTH4v7ZIkJucCLvcnpXTqcZzU { display:block; }
 }@media only screen and (max-width: 763px) { #iKWGUTtayUZmCBTF69WOD7FAUniDSuIg #ntTQewrL2uKmgu2nQkZPMOVpZdqc5a0T {  }
 }@media only screen and (max-width: 763px) { #iKWGUTtayUZmCBTF69WOD7FAUniDSuIg #c0JAsvqRU3POTSNTOIwtuCwibDnwKldJ {  }
 }@media only screen and (max-width: 763px) { #iKWGUTtayUZmCBTF69WOD7FAUniDSuIg #vWlXfVkktdrVGDhFhCN5E8bXWJu98J9U { display:block; }
 }@media only screen and (max-width: 763px) { #iKWGUTtayUZmCBTF69WOD7FAUniDSuIg #KPzoPLm6Glwx57lH3xAPuBJc1cWDCwtg {  }
 }@media only screen and (max-width: 763px) { #iKWGUTtayUZmCBTF69WOD7FAUniDSuIg #wNDP4m9M40mBIkliLkfIgSuTZuLTySWb {  }
 }@media only screen and (max-width: 763px) { #iKWGUTtayUZmCBTF69WOD7FAUniDSuIg #bQUlpRv8y1enylOuLRI7frvJtg4H17C9 {  }
 }@media only screen and (max-width: 763px) { #iKWGUTtayUZmCBTF69WOD7FAUniDSuIg #qrKv2ECwOxk397PFo7xEbrlRqV2TfCp6 {  }
 }@media only screen and (max-width: 763px) { #iKWGUTtayUZmCBTF69WOD7FAUniDSuIg #GT5zzDbQ5e1SIyvWfcZztNcPqE7ARiAB {  }
 }@media only screen and (max-width: 763px) { #iKWGUTtayUZmCBTF69WOD7FAUniDSuIg #tmxx1DSQB1ISMTkVSJo7XhP8FPkNokxJ {  }
 }@media only screen and (max-width: 763px) { #iKWGUTtayUZmCBTF69WOD7FAUniDSuIg #xmIZLoDmxq2BWPpCUcv73KaRaEZGT74f {  }
 }@media only screen and (max-width: 763px) { #iKWGUTtayUZmCBTF69WOD7FAUniDSuIg #rZHJD2O6mSeNs6mevUNhNTNr5M92UM8b {  }
 }@media only screen and (max-width: 763px) { #iKWGUTtayUZmCBTF69WOD7FAUniDSuIg #Arx93qews296KLlZhTW6DhNdDLrgHPm5 {  }
 }@media only screen and (max-width: 763px) { #rB6BZqVpZp4dtSOn1y2GHoZk6GwRbfkS { top:21.8125rem;left:38.8125rem;width:8.4375rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhRx3AwwzcpMsoTuOmvbbP5XS85Izc0N { top:21.5625rem;left:38.125000953674rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEV5LpnlBTxbTR5wc4Nye2NbbJ2COydN { top:16.9375rem;left:13.3125rem;width:34.4375rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8x2T3SChlSJ7MotloOLiBaFCuln8iQZ { top:26.1875rem;left:17.25rem;width:30.5rem;height:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckzTaF3cNOGVCrb2VTo8TCFvwobaXeoB { top:6rem;left:0rem;width:15.9375rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkofezawkdisuvZFWPesGXl6cknToPGP { top:1.875rem;left:37.4375rem;width:8.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy3HRRh9BuxzW82oxihPqUsttPrSQl2Z { top:11.75rem;left:13.375rem;width:34.375rem;height:3.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQQ29ln0l5MiB8KvphCnoMaiTIWoNUut { display:block; }#tQQ29ln0l5MiB8KvphCnoMaiTIWoNUut > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NFukmao1gcw4SM423nps1urtqi4Csn8f { top:1.875rem;left:0rem;width:27.4375rem;height:4.3125rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xF4Ov15CIPkZnZkywtamC8HrIzhbXicl { width:15rem;height:3.5rem;top:13rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgOld3NdA7JdR4BKxkt732gJT9RCnTLh { display:block; }
 }@media only screen and (max-width: 763px) { #ei2TGzhTLaoWHsqmr3Tdck3pJOhbuhQr { top:4.125rem;left:16.4375rem;width:31.3125rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAMd4tBX1hgIxTS4m37KzbDUv0DcQLeZ { top:1.875rem;left:12.8125rem;width:34.9375rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZl1KmVm1so0U37Lyn611Mr8m1FBFAWt { top:7.25rem;left:0rem;width:26.5625rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnLmoUBZWFlAzBMnlxiEF7n7ln1i5xl5 { top:8.9375rem;left:19.125rem;width:28.625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh { display:block; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LZPDGAVvoitZyZ8Z0i8aNi1lo7628Qw5 { top:4.75rem;left:13.875000953674rem;width:20rem;height:3.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZXfKVGWzeAaCeAlX5NKm3083kBN3pOu { top:13.9375rem;left:45rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlEorazsQWQ42n4052ZKfqz646SQLsUB { top:14.25rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZEUaS11dWRGLJsc5Zd95ufaD7hC5lOU { top:19.8125rem;left:29.1875rem;width:18.5625rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D31M8HlZWCvgcubTNiD7a4BK3pbTWOLw { top:19.8125rem;left:12.218750953674rem;width:23.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkrf7hUJHpzJ6Noee0eKoL22EHZm0vic { top:13.875rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMUTfrvElWHSnLgK7fSQwci49UICuWAQ { top:22.6875rem;left:29.0625rem;width:18.6875rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #urgI1itdplflaP3TcAp5CXt6JZSON0XB { top:22.6875rem;left:14.468750953674rem;width:18.8125rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vy2oPzog0AN4vkF3fRTMW2NnvTNxB38f { top:22.5625rem;left:0rem;width:19.625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1q6stdvoJdcpFTPzTZK1OivlJZCBcvG { top:19.8125rem;left:0rem;width:20rem;height:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHJwW3oP6h1FOUJwnd5iUoZNpyU25hZl { width:11.25rem;height:3.75rem;top:30.125rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypyztJRbxDCmWbT2TmuGZ438dLzfZWf5 { display:block; }
 }@media only screen and (max-width: 763px) { #zrIBv3kCX3fllWUybhT6NJGd9AGtcIsz { top:40.625rem;left:11.375000953674rem;width:25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh95bxDzc6HpKcyRDMk4XPiqTbJDkxrR { top:12.4375rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEKVsTDU5HaqRmoGXhErMGrOyvTKbGcH { top:12.375rem;left:20.75rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #okezVh7MDKGHL5nBlSoqiZG9gyAZOqlm { top:12.3125rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6gXa4qXOaEd4e1SdhcICaFXT66EfU50 { top:10.3125rem;left:0rem;width:20.3125rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmDqHMo2RWbQVbWOmddCcOCTb0C3G6o3 { top:10.3125rem;left:10.781250953674rem;width:26.1875rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9TgsCEZWPdVITb6VtlyRgNGDSy4BrwF { top:10.3125rem;left:27.4375rem;width:20.3125rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpmmewewTE6NIRf91t2xhqEEFBMzNOTN { top:3.375rem;left:10.781250953674rem;width:26.1875rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gP642RUcX3Pq03OM4ssxAVoTKaoU0U8o { top:0rem;left:8.249218940735rem;width:31.25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens { display:block; }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTonkP2y1nrIMH9AluJtiTegz9UwXXGO { top:5.5rem;left:0rem;width:25.1875rem;height:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtJRE2EPuKismTTK9eVW6ss6Fz9AFV9E { top:6rem;left:6.3125rem;width:41.4375rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9M6kcGVDEziEG8xhS18vHMKFbR8MG5c { top:12.8125rem;left:19.937500953674rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oerOabTG9sU0F6zFD7m0CAQlJZWDNtzQ { top:12.8125rem;left:12.5625rem;width:35.1875rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1Rq31iFpd5TyQF2vIehgaFsW4yoJn0e { top:15.5rem;left:15.8125rem;width:31.9375rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTZqlWi7IyJ4o9ny4wV6SRnRLx9rRBdH { top:21.5rem;left:12.5625rem;width:35.1875rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKFKFXVSlKhAnicUwQtrS4Hg3MyclT8D { top:24.1875rem;left:16.25rem;width:31.5rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vP4PUilTWHNTN8SuCqCZZr6JR80w5gtd { top:31.4375rem;left:12.5rem;width:35.25rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDytMud5XZ6zSZQxTONkhetKXrye2cZb { top:34.125rem;left:17.3125rem;width:30.4375rem;height:4.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpcTz6FxaZbSuM3W0CcL8slEBLyhGiJz { top:21.5rem;left:19.937500953674rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #crS2Hrv45nAcP5R3GbxlrisPRr2qEME6 { top:31.4375rem;left:19.937500953674rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZOU2512Cdu2yBDqCWeRJRCsXFQOyI90 { display:block; }#LZOU2512Cdu2yBDqCWeRJRCsXFQOyI90 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wf5kEATcBFB9CLl8RBZm6aLCwRO5okQ4 { top:6.1875rem;left:0rem;width:47.3125rem;height:3.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8xEZz7pQcqcTvThOZvT8MJoKEFTt9U6 { top:5.25rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV0Um23Gz69D0eZzdkKa9AHp7OXxOxTh { top:27.5rem;left:0rem;width:15.625rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0q8adTTudtp31ytVMe50QIbV6d0p5Da { top:24.5625rem;left:0rem;width:15.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL3yqGrdPPvlzo1TXPVdiqTR2SwKkoe5 { top:16.0625rem;left:0rem;width:6.8125rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC1xpcwyO2g3R0c3o3rVKgOIbfDC14Lf { top:27.5rem;left:11.160939216614rem;width:13.0625rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNr8mrwHVR4qLZBBUxbn1IRXHTvULkf2 { top:24.5625rem;left:9.879687309265rem;width:15.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhvOtx3VbAv2l2oiLSDDyU7zfxciDAIM { top:15.875rem;left:14.035939216614rem;width:7.3125rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHdXNPRhzPTxBRFbG9U6iVCeR3hBJZuZ { top:27.5rem;left:28.787499427796rem;width:14.0625rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVqLf3aTAJV7EmBTUM1rBgDKB8Jl5rLE { top:24.4375rem;left:28.006249427796rem;width:15.625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXevbofa7ktITb8Rhp1MWhScteJDsDy9 { top:16.0625rem;left:32.131249427796rem;width:7.375rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I55qNIzd1m3VI7craaw0dT8TvtqbSwu9 { top:16.75rem;left:42.625rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ct5kSWUIrPXSUivlN2lPUphx2yVEzZF3 { top:23.375rem;left:36.6875rem;width:11.0625rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU7wXNBlUheQ3dpA4v506Hc0nGtpQCgE { top:27.0625rem;left:35.8125rem;width:11.9375rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTd03P3TT9ercvihHGoqZRzNRN9QlCo6 { top:13.6875rem;left:0rem;width:17.3125rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdU2DkTANi2umO01Cp03IZnzRmvZKl59 { top:13.6875rem;left:8.936718940735rem;width:17.3125rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJelxnsvoNTy7aSg61h2N6TTsTvwf7O5 { top:13.6875rem;left:27.062500953674rem;width:17.3125rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCknD9hBA4hDor70Qh2qyKTviUmcwVqF { top:0rem;left:11.375000953674rem;width:25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdNox7EobToxOhqHLubqXP0FyicxMrUE { top:37.375rem;left:11.375000953674rem;width:25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vcrungfitv3ET4zte4D0MdV0flbhLLTP { display:block; }#Vcrungfitv3ET4zte4D0MdV0flbhLLTP > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IxXVK8kvwisz7D98WXRQuaoT7rgBoAWN { top:5.875rem;left:0rem;width:32.375rem;height:3.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyWDVNy6AbgA62sBrsvCQhIGyTZhclxh { top:20.625rem;left:0rem;width:4.6875rem;height:2.875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2KGPgTpDpvW1I5a0ENMvpUW4dZzz5Hn { top:12.625rem;left:0rem;width:17.0625rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBfVdvJrglvb8XCtb76TlMISw2tX0Z3r { top:27.4375rem;left:0rem;width:16.125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ido7giMvPwVwPtzBEJEQm4DTXOg3Wd9K { top:20rem;left:0rem;width:16.125rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te3VNPs9wfmoDHSJfRBmFt2PLH1NRptN { top:19.8125rem;left:0rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qunH4zH4s7rwP539MRW1vRTauVsKeadb { top:13.0625rem;left:0rem;width:4.6875rem;height:2.875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5615cfTUX7SyTlsluNDtPArMJZPp8PZ { top:12.25rem;left:0rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8EXlCFNgywwv5fbBHBokk0pfh8k82cB { top:27.0625rem;left:0rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT8oVxy60CP1ZTB7sV1q2vbNTiUg47uJ { top:27.875rem;left:0rem;width:4.6875rem;height:2.875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAErNvDRJKImgALUaPU7J0ETTO4u5ddm { top:5.875rem;left:30.75rem;width:17rem;height:7.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7a1Sm8oygPEaNOaTXubC2ikyEiodRkk { top:6.75rem;left:33.737500190735rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0FfqZ3aZlEsymzeEgD2UAU9SAEIeKN7 { top:3.5rem;left:16rem;width:31.75rem;height:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgpLAB5bGaZHXGH4QfgKoFxE5SiqhWEG { top:14.1875rem;left:29.3125rem;width:18.4375rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7WHOyCfXTmG280y4Zy4uvv48VHLkbPW { top:10.3125rem;left:28.912499427796rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5KJv9TbbOu2uXyTRyS5yunaSJRpd9Z9 { top:5.4375rem;left:29.912499427796rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t87DigfrAG4aEUkDQAaxsoNkBFwOHtyP { top:16.8125rem;left:25.125rem;width:22.625rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGSiS5As3KMLFXKMJII7d3wrduXLdF4J { top:20rem;left:27.612500190735rem;width:17rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pP7GmKthSlx2Ho1sVXpwqyM5oTZTcsJW { top:20.75rem;left:36.875rem;width:10.875rem;height:5.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwVgArMmrdKd5W27GbVRGGeaMSH5MTWb { top:27.1875rem;left:33.6875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvsCg0lBMvPokLpdvTP0lgZCk2E85dCM { display:block; }
 }@media only screen and (max-width: 763px) { #wxlUBXwdLqE85W2su6qlbbeVbbTZrfTr { top:37.1875rem;left:11.375000953674rem;width:25rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtF2Z0NZH5RN5ZBtt0QLlRyJD4InxdfD { display:block; }#mtF2Z0NZH5RN5ZBtt0QLlRyJD4InxdfD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rk3OksmJhM5i77mTkXq23adTbXh4dDZt { top:3.75rem;left:0rem;width:47.75rem;height:4.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuwrITSnnTdaUtCmVORDUpRZqt07wog1 { top:9.25rem;left:0rem;width:47.75rem;height:19.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDIxKzMQGox5PlrLQhlsohHLqpyG7h2D { top:0rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVu90uMcZyfbsZOlyL6wroHXvgB6ldDH { width:9.1875rem;height:2.8125rem;top:27.3125rem;left:19.281250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8E6xSnVAbzvS5bndFSkM9GSlCwQ3TAs { top:33.8125rem;left:11.375000953674rem;width:25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T { display:block; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E27SScyVzoVMlzCiLPZ30ScMudwdvXhm { top:4.3125rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo { display:flex;height:auto;width:27.8125rem;top:21.875rem;left:3.8125rem; }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #ePtHlMEWHXnOTkz7VDvt08xH0hR2ml51 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #UsGwVRUwOJJorXHhJhDN3PpT1Xl43LXF {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Gmy0sz4iiZ2JNOx0vxFqWTNWHDBo6J2V {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Mp3EIbH1PEkk5dUdr3zkRIcv2lM86B86 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #zHgVhlH3IwFiKyT2SlflzISd469QL6qi {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #JRA0B27HxXH4b7rNlHvkeOs1ec99QQew {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #xKDbRHVzmqdo87HpT4S546hUKeefeQQr {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #t2TADOr6TAmMhdNozhL8Vb7cbLRptXEG {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #yPGOytyHLKRNV6T7KCZkGC5UQ04atSdm {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #hLTUTAsRq6Nora1sWLTA6rgbpWECe0MQ {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #zveXGAIgEOH1fElW2PmFDwH47S30KIBQ {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #fpdttcxhrpUTlHsfaADuwJn2L3qRGIM5 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #u5W0UAiV9R02DSZNAe6pmHaTxu9vEwpt {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #RUQ1zZr3TbckzQJWRwxuxKGV9arkQdSm {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #UaWywCyaRWzQZQpBrPUwugMTZzdQk6MD {  }
 }@media only screen and (max-width: 763px) { #ogI2qOiaC86okwvnryyo90Dtq1tqkhax { top:3.875rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bisvI6DXZzyf02G3dCFHi6bdrdlq4hVz { top:5.1875rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #si2T0nwVDSATnvIZ6d0J5N0JLnnLhcN5 { top:8.75rem;left:0rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVEXpbEmMLQ13atCo8Dp0dpJvzSBhM7T { top:8.75rem;left:0rem;width:47.75rem;height:;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhrUQvfbmGnDzLVtsr8iufzFm9VqST8M { display:block; }#rhrUQvfbmGnDzLVtsr8iufzFm9VqST8M > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wekmU3pe7ZuMS3WRswi6ldCBDQTxNp3T { top:6.875rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZKCRIv5giJJ6xhpcKScy3MGNmTFqTRT { top:6.25rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4K5uXqJGTyQoMCirdrGbXmnFWGhU6TI { top:1.5rem;left:18.406250953674rem;width:10.9375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Dthnqt0i8rGTr5CDaB8tzGMm9Cb5OhkX { display:block; }#Dthnqt0i8rGTr5CDaB8tzGMm9Cb5OhkX > .row .container { width:20rem;height:61.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ruFZH8iu5FGWDKb15UPn06mdaCwgEgxy { width:20rem;height:1.65rem;top:5.3125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fvX7SG5VQFDcgcUImVWMB0TVzrFLhs9o { width:16.1875rem;height:7.25rem;top:42.1875rem;left:1.9375rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #vctzsBo2Brdyl4bXT7p6mLKFhVN1Xn2Q .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#vctzsBo2Brdyl4bXT7p6mLKFhVN1Xn2Q .widget-text.counter-number { padding-top:0.245625rem;padding-right:0.2275rem;padding-bottom:0.245625rem;padding-left:0.2275rem;width:1.361875rem;min-width:1.361875rem;height:1.319375rem;font-size:0.9825rem;line-height:21.11px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#vctzsBo2Brdyl4bXT7p6mLKFhVN1Xn2Q .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.15375rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.816875rem;height:0.52125rem;font-size:0.368125rem;line-height:8.34px;top:-14%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#vctzsBo2Brdyl4bXT7p6mLKFhVN1Xn2Q { display:flex;width:11.25rem;height:2.485625rem;top:45.375rem;left:4.375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #vctzsBo2Brdyl4bXT7p6mLKFhVN1Xn2Q #sxG2uryFFb9z86igxcPP6CXWXnKIgBN7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vctzsBo2Brdyl4bXT7p6mLKFhVN1Xn2Q #d6rdqTcE1NqUczwVO6JVmRncV1QhVQeW {  }
 }@media only screen and (max-width: 763px) { #vctzsBo2Brdyl4bXT7p6mLKFhVN1Xn2Q #vCfVr5RzZdgWdiOLUXNJC5TKEmHalVc6 {  }
 }@media only screen and (max-width: 763px) { #vctzsBo2Brdyl4bXT7p6mLKFhVN1Xn2Q #nkqIxppRTTbIpT9r8FehSzSapPAmhDHQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vctzsBo2Brdyl4bXT7p6mLKFhVN1Xn2Q #gUAHqHzVcLJ3NcPiysAP5QEQoJLbrFTx {  }
 }@media only screen and (max-width: 763px) { #vctzsBo2Brdyl4bXT7p6mLKFhVN1Xn2Q #GtG3nsZkCfwqPslhSlcObDvuf4T5NaEH {  }
 }@media only screen and (max-width: 763px) { #vctzsBo2Brdyl4bXT7p6mLKFhVN1Xn2Q #NFEONsnM5RtKcBt8xbpoaH1qGXMcRBTs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vctzsBo2Brdyl4bXT7p6mLKFhVN1Xn2Q #xg5U4WcZKBWyTRniqquu4BcgA4cWMQ4U {  }
 }@media only screen and (max-width: 763px) { #vctzsBo2Brdyl4bXT7p6mLKFhVN1Xn2Q #vRTns56rmySvc2PRNxpEpIz1O3BbNpzA {  }
 }@media only screen and (max-width: 763px) { #vctzsBo2Brdyl4bXT7p6mLKFhVN1Xn2Q #WRWt2Ki6t4KPcZh6vG4nCea92xPKFULR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vctzsBo2Brdyl4bXT7p6mLKFhVN1Xn2Q #WtkzactVJ6n160S4I0XfJkUuiNEqOLJA {  }
 }@media only screen and (max-width: 763px) { #vctzsBo2Brdyl4bXT7p6mLKFhVN1Xn2Q #q8sQQghRJ4ACoKCEuSeLnH0MoQSTnJ6P {  }
 }@media only screen and (max-width: 763px) { #L912H37nPz6RAfbRpT86Oqi8PunDpxL0 { width:3.9375rem;height:1.2rem;top:17.375rem;left:4.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MSCSJUsX7BMIIwPgesHV5fJ0Gv0zFR3r { display:flex;width:1.375rem;height:1.375rem;top:15.0625rem;left:5.625rem; }
 }@media only screen and (max-width: 763px) { #MT5JCpJUNOCD9PtbmECIq2F7EErG3VM0 { width:1.625rem;height:2.5rem;top:42.9375rem;left:9.1875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #iKWGUTtayUZmCBTF69WOD7FAUniDSuIg .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center; }
#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:center;text-align-last:center; }
#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg .widget-input-text {padding-top: 0; padding-bottom: 0;}#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:center;text-align-last:center; }
#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg .widget-input-select {padding-top: 0; padding-bottom: 0;}#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg .widget-input-button { width:13.125rem;margin-top:0.25rem;margin-right:2.1875rem;margin-bottom:0.25rem;margin-left:2.1875rem;height:2.625rem; }
#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg [class*="-text"]:-moz-placeholder { text-align:center;text-align-last:center; }
#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg [class*="-text"]::-moz-placeholder { text-align:center;text-align-last:center; }
#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg [class*="-text"]:-ms-input-placeholder { text-align:center;text-align-last:center; }
#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg [class*="-text"]::-webkit-input-placeholder { text-align:center;text-align-last:center; }
#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg  { width:17.5rem;height:auto;top:19.762500047684rem;left:0rem; }
#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg {display:block;}#iKWGUTtayUZmCBTF69WOD7FAUniDSuIg { width:17.5rem;height:auto;top:19.762500047684rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iKWGUTtayUZmCBTF69WOD7FAUniDSuIg #RmaUODtaswqrlFtTD9ElHwwr3Vlp3uqr {  }
 }@media only screen and (max-width: 763px) { #iKWGUTtayUZmCBTF69WOD7FAUniDSuIg #OesaaTzxTH4v7ZIkJucCLvcnpXTqcZzU { display:block; }
 }@media only screen and (max-width: 763px) { #iKWGUTtayUZmCBTF69WOD7FAUniDSuIg #ntTQewrL2uKmgu2nQkZPMOVpZdqc5a0T {  }
 }@media only screen and (max-width: 763px) { #iKWGUTtayUZmCBTF69WOD7FAUniDSuIg #c0JAsvqRU3POTSNTOIwtuCwibDnwKldJ {  }
 }@media only screen and (max-width: 763px) { #iKWGUTtayUZmCBTF69WOD7FAUniDSuIg #vWlXfVkktdrVGDhFhCN5E8bXWJu98J9U { display:block; }
 }@media only screen and (max-width: 763px) { #iKWGUTtayUZmCBTF69WOD7FAUniDSuIg #KPzoPLm6Glwx57lH3xAPuBJc1cWDCwtg {  }
 }@media only screen and (max-width: 763px) { #iKWGUTtayUZmCBTF69WOD7FAUniDSuIg #wNDP4m9M40mBIkliLkfIgSuTZuLTySWb {  }
 }@media only screen and (max-width: 763px) { #iKWGUTtayUZmCBTF69WOD7FAUniDSuIg #bQUlpRv8y1enylOuLRI7frvJtg4H17C9 {  }
 }@media only screen and (max-width: 763px) { #iKWGUTtayUZmCBTF69WOD7FAUniDSuIg #qrKv2ECwOxk397PFo7xEbrlRqV2TfCp6 {  }
 }@media only screen and (max-width: 763px) { #iKWGUTtayUZmCBTF69WOD7FAUniDSuIg #GT5zzDbQ5e1SIyvWfcZztNcPqE7ARiAB {  }
 }@media only screen and (max-width: 763px) { #iKWGUTtayUZmCBTF69WOD7FAUniDSuIg #tmxx1DSQB1ISMTkVSJo7XhP8FPkNokxJ {  }
 }@media only screen and (max-width: 763px) { #iKWGUTtayUZmCBTF69WOD7FAUniDSuIg #xmIZLoDmxq2BWPpCUcv73KaRaEZGT74f {  }
 }@media only screen and (max-width: 763px) { #iKWGUTtayUZmCBTF69WOD7FAUniDSuIg #rZHJD2O6mSeNs6mevUNhNTNr5M92UM8b {  }
 }@media only screen and (max-width: 763px) { #iKWGUTtayUZmCBTF69WOD7FAUniDSuIg #Arx93qews296KLlZhTW6DhNdDLrgHPm5 {  }
 }@media only screen and (max-width: 763px) { #rB6BZqVpZp4dtSOn1y2GHoZk6GwRbfkS { width:3.875rem;height:1.2rem;top:17.4375rem;left:11.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lhRx3AwwzcpMsoTuOmvbbP5XS85Izc0N { display:flex;width:1.4375rem;height:1.4375rem;top:15.0625rem;left:13rem; }
 }@media only screen and (max-width: 763px) { #VEV5LpnlBTxbTR5wc4Nye2NbbJ2COydN { width:16.4375rem;height:3.3rem;top:10.75390625rem;left:1.7812500596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T8x2T3SChlSJ7MotloOLiBaFCuln8iQZ { width:19.375rem;height:7.35rem;top:51.441408157349rem;left:0.31171876192093rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ckzTaF3cNOGVCrb2VTo8TCFvwobaXeoB { width:12.6875rem;height:1.03125rem;top:43.6875rem;left:4.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vkofezawkdisuvZFWPesGXl6cknToPGP { width:10.125rem;height:3.1875rem;top:0.8125rem;left:4.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy3HRRh9BuxzW82oxihPqUsttPrSQl2Z { width:20rem;height:2.8875rem;top:7rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tQQ29ln0l5MiB8KvphCnoMaiTIWoNUut { display:block; }#tQQ29ln0l5MiB8KvphCnoMaiTIWoNUut > .row .container { width:20rem;height:31.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NFukmao1gcw4SM423nps1urtqi4Csn8f { width:20rem;height:2.4rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xF4Ov15CIPkZnZkywtamC8HrIzhbXicl { width:13.125rem;height:2.875rem;top:26.687502384186rem;left:3.4375000596046rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgOld3NdA7JdR4BKxkt732gJT9RCnTLh { display:block; }
 }@media only screen and (max-width: 763px) { #ei2TGzhTLaoWHsqmr3Tdck3pJOhbuhQr { width:14.6875rem;height:3.15rem;top:18.999218463897rem;left:2.6562500596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAMd4tBX1hgIxTS4m37KzbDUv0DcQLeZ { width:16.8125rem;height:13.9375rem;top:17.186719417572rem;left:1.6250000596046rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #CZl1KmVm1so0U37Lyn611Mr8m1FBFAWt { width:16.4359375rem;height:10.96875rem;top:4.9rem;left:1.75rem;font-size:0.8125rem;z-index:15000;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #FnLmoUBZWFlAzBMnlxiEF7n7ln1i5xl5 { width:13.5625rem;height:2.7rem;top:22.930469989777rem;left:3.2187500596046rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh { display:block; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row .container { width:20rem;height:80.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LZPDGAVvoitZyZ8Z0i8aNi1lo7628Qw5 { width:13.625rem;height:1.65rem;top:4.5773439407349rem;left:3.1875000596046rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mZXfKVGWzeAaCeAlX5NKm3083kBN3pOu { display:flex;width:2.5rem;height:2.5rem;top:56.088285446167rem;left:9.0000005364419rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #KlEorazsQWQ42n4052ZKfqz646SQLsUB { display:flex;width:2.5rem;height:2.5rem;top:12.761719703674rem;left:8.7500005364419rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #XZEUaS11dWRGLJsc5Zd95ufaD7hC5lOU { width:14.375rem;height:1.65rem;top:61.456251144409rem;left:2.8125000596046rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D31M8HlZWCvgcubTNiD7a4BK3pbTWOLw { width:13.4375rem;height:3.3rem;top:37.942970275879rem;left:3.2812500596046rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dkrf7hUJHpzJ6Noee0eKoL22EHZm0vic { display:flex;width:2.5rem;height:2.5rem;top:32.5rem;left:9rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #cMUTfrvElWHSnLgK7fSQwci49UICuWAQ { width:14.43675rem;height:4.5rem;top:64.244531631469rem;left:2.7812500596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #urgI1itdplflaP3TcAp5CXt6JZSON0XB { width:13.68675rem;height:6rem;top:42.43203163147rem;left:3.1562500596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vy2oPzog0AN4vkF3fRTMW2NnvTNxB38f { width:13.1875rem;height:4.5rem;top:20.181250810623rem;left:3.4062500596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p1q6stdvoJdcpFTPzTZK1OivlJZCBcvG { width:11.625rem;height:1.575rem;top:17.463279724121rem;left:4.1875000596046rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UHJwW3oP6h1FOUJwnd5iUoZNpyU25hZl { width:12.9476875rem;height:4.19765625rem;top:73.5625rem;left:3.5rem;z-index:15038;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ypyztJRbxDCmWbT2TmuGZ438dLzfZWf5 { display:block; }
 }@media only screen and (max-width: 763px) { #zrIBv3kCX3fllWUybhT6NJGd9AGtcIsz { width:20rem;height:0.125rem;top:80.635156631469rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh95bxDzc6HpKcyRDMk4XPiqTbJDkxrR { width:4.375rem;height:4.375rem;top:11.824996948243rem;left:7.8125005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEKVsTDU5HaqRmoGXhErMGrOyvTKbGcH { width:6.25rem;height:6.25rem;top:30.625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #okezVh7MDKGHL5nBlSoqiZG9gyAZOqlm { width:6.25rem;height:6.25rem;top:54.21328163147rem;left:7.1250000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6gXa4qXOaEd4e1SdhcICaFXT66EfU50 { width:20rem;height:17.625rem;top:9.7499990463256rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmDqHMo2RWbQVbWOmddCcOCTb0C3G6o3 { width:20rem;height:21.375rem;top:28.812500953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9TgsCEZWPdVITb6VtlyRgNGDSy4BrwF { width:20rem;height:19.0625rem;top:52.250000953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpmmewewTE6NIRf91t2xhqEEFBMzNOTN { width:14rem;height:3.6875rem;top:3.55859375rem;left:3.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #gP642RUcX3Pq03OM4ssxAVoTKaoU0U8o { width:20rem;height:0.1875rem;top:1.25rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens { display:block; }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row .container { width:20rem;height:49.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTonkP2y1nrIMH9AluJtiTegz9UwXXGO { width:0.875rem;height:1.3125rem;top:35.46875rem;left:10.487499773503rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtJRE2EPuKismTTK9eVW6ss6Fz9AFV9E { width:20rem;height:1.65rem;top:2.8749966621399rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a9M6kcGVDEziEG8xhS18vHMKFbR8MG5c { display:flex;width:3rem;height:3rem;top:6.6742189228537rem;left:8.5000005364419rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #oerOabTG9sU0F6zFD7m0CAQlJZWDNtzQ { width:16.875rem;height:1.6875rem;top:10.312500953674rem;left:1.5625000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I1Rq31iFpd5TyQF2vIehgaFsW4yoJn0e { width:16.5625rem;height:3.9375rem;top:12.374999791384rem;left:1.7187500596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wTZqlWi7IyJ4o9ny4wV6SRnRLx9rRBdH { width:16.875rem;height:3.375rem;top:22.6875rem;left:1.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kKFKFXVSlKhAnicUwQtrS4Hg3MyclT8D { width:18.375rem;height:5.25rem;top:27.3125rem;left:0.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vP4PUilTWHNTN8SuCqCZZr6JR80w5gtd { width:16.875rem;height:1.6875rem;top:38.9375rem;left:1.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HDytMud5XZ6zSZQxTONkhetKXrye2cZb { width:17.25rem;height:5.25rem;top:41.750000953674rem;left:1.3750000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BpcTz6FxaZbSuM3W0CcL8slEBLyhGiJz { display:flex;width:3.125rem;height:3.125rem;top:18.3125rem;left:8.5rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #crS2Hrv45nAcP5R3GbxlrisPRr2qEME6 { display:flex;width:3.125rem;height:3.125rem;top:34.5625rem;left:8.5rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #LZOU2512Cdu2yBDqCWeRJRCsXFQOyI90 { display:block; }#LZOU2512Cdu2yBDqCWeRJRCsXFQOyI90 > .row .container { width:20rem;height:88.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wf5kEATcBFB9CLl8RBZm6aLCwRO5okQ4 { width:11.75rem;height:3.3rem;top:3.375rem;left:4.125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C8xEZz7pQcqcTvThOZvT8MJoKEFTt9U6 { width:17.8125rem;height:5.1875rem;top:2.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV0Um23Gz69D0eZzdkKa9AHp7OXxOxTh { width:20rem;height:2.4rem;top:22.47500115633rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I0q8adTTudtp31ytVMe50QIbV6d0p5Da { width:15.4375rem;height:1.5rem;top:20.099219143391rem;left:2.2812500596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RL3yqGrdPPvlzo1TXPVdiqTR2SwKkoe5 { width:7.0625rem;height:6.75rem;top:12.098437309265rem;left:6.4687500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC1xpcwyO2g3R0c3o3rVKgOIbfDC14Lf { width:12.9375rem;height:2.4rem;top:42.236718177796rem;left:3.5312500596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KNr8mrwHVR4qLZBBUxbn1IRXHTvULkf2 { width:20rem;height:1.5rem;top:39.924999427796rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NhvOtx3VbAv2l2oiLSDDyU7zfxciDAIM { width:7.1875rem;height:6.8125rem;top:31.486720085144rem;left:6.4062500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHdXNPRhzPTxBRFbG9U6iVCeR3hBJZuZ { width:13.625rem;height:2.4rem;top:61.874219894409rem;left:3.1875000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qVqLf3aTAJV7EmBTUM1rBgDKB8Jl5rLE { width:11.8125rem;height:1.5rem;top:59.36171913147rem;left:4.0937500596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BXevbofa7ktITb8Rhp1MWhScteJDsDy9 { width:6.875rem;height:7.0625rem;top:50.67421913147rem;left:6.5625000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #I55qNIzd1m3VI7craaw0dT8TvtqbSwu9 { width:6.875rem;height:6.875rem;top:68.674221038819rem;left:6.5625000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #ct5kSWUIrPXSUivlN2lPUphx2yVEzZF3 { width:15.625rem;height:1.5rem;top:76.662500381469rem;left:2.1875000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AU7wXNBlUheQ3dpA4v506Hc0nGtpQCgE { width:15.625rem;height:4.8rem;top:79.025rem;left:2.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JTd03P3TT9ercvihHGoqZRzNRN9QlCo6 { width:17.3125rem;height:18rem;top:9.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdU2DkTANi2umO01Cp03IZnzRmvZKl59 { width:17.3125rem;height:18rem;top:29.075rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJelxnsvoNTy7aSg61h2N6TTsTvwf7O5 { width:17.3125rem;height:18rem;top:48.525rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCknD9hBA4hDor70Qh2qyKTviUmcwVqF { width:20rem;height:0.125rem;top:0.38749694824219rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdNox7EobToxOhqHLubqXP0FyicxMrUE { width:20rem;height:0.125rem;top:86.637501525881rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vcrungfitv3ET4zte4D0MdV0flbhLLTP { display:block; }#Vcrungfitv3ET4zte4D0MdV0flbhLLTP > .row .container { width:20rem;height:74.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IxXVK8kvwisz7D98WXRQuaoT7rgBoAWN { width:20rem;height:2.4rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hyWDVNy6AbgA62sBrsvCQhIGyTZhclxh { width:4.6875rem;height:2.4rem;top:17.4625rem;left:7.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2KGPgTpDpvW1I5a0ENMvpUW4dZzz5Hn { width:15.4375rem;height:4.5rem;top:10.9rem;left:2.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qBfVdvJrglvb8XCtb76TlMISw2tX0Z3r { width:16.4375rem;height:3rem;top:34.4rem;left:1.75rem;font-size:1rem;z-index:15004;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ido7giMvPwVwPtzBEJEQm4DTXOg3Wd9K { width:15.75rem;height:4.5rem;top:22.65rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Te3VNPs9wfmoDHSJfRBmFt2PLH1NRptN { width:4.75rem;height:4.75rem;top:16.65rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qunH4zH4s7rwP539MRW1vRTauVsKeadb { width:4.6875rem;height:2.4rem;top:5.7125009536743rem;left:7.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5615cfTUX7SyTlsluNDtPArMJZPp8PZ { width:4.75rem;height:4.75rem;top:4.9rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8EXlCFNgywwv5fbBHBokk0pfh8k82cB { width:4.75rem;height:4.75rem;top:28.4rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT8oVxy60CP1ZTB7sV1q2vbNTiUg47uJ { width:4.6875rem;height:2.4rem;top:29.2125rem;left:7.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAErNvDRJKImgALUaPU7J0ETTO4u5ddm { width:17rem;height:5.4rem;top:43.841400146484rem;left:1.3125000596046rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7a1Sm8oygPEaNOaTXubC2ikyEiodRkk { display:flex;width:2.3125rem;height:2.3125rem;top:42.57656288147rem;left:4.2624998688698rem; }
 }@media only screen and (max-width: 763px) { #u0FfqZ3aZlEsymzeEgD2UAU9SAEIeKN7 { width:20rem;height:32.125rem;top:40.587497711182rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgpLAB5bGaZHXGH4QfgKoFxE5SiqhWEG { width:17.625rem;height:1.35rem;top:50.284376144409rem;left:0.67421871423719rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7WHOyCfXTmG280y4Zy4uvv48VHLkbPW { display:flex;width:3.75rem;height:3.75rem;top:45.664844894409rem;left:1.0250000596046rem; }
 }@media only screen and (max-width: 763px) { #m5KJv9TbbOu2uXyTRyS5yunaSJRpd9Z9 { display:flex;width:1.5625rem;height:1.5625rem;top:41.577343940735rem;left:1.4124999880791rem; }
 }@media only screen and (max-width: 763px) { #t87DigfrAG4aEUkDQAaxsoNkBFwOHtyP { width:16.5625rem;height:2.7rem;top:52.625rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGSiS5As3KMLFXKMJII7d3wrduXLdF4J { width:12.125rem;height:7.625rem;top:59.125001907349rem;left:3.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #pP7GmKthSlx2Ho1sVXpwqyM5oTZTcsJW { width:16.5rem;height:2.1rem;top:56.1875rem;left:1.8125rem;font-size:0.875rem;color:#4f4f4f;display:block; }
 }@media only screen and (max-width: 763px) { #pwVgArMmrdKd5W27GbVRGGeaMSH5MTWb { top:67.325002670288rem;left:2.9687500596046rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvsCg0lBMvPokLpdvTP0lgZCk2E85dCM { display:block; }
 }@media only screen and (max-width: 763px) { #wxlUBXwdLqE85W2su6qlbbeVbbTZrfTr { width:20rem;height:0.25rem;top:74.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtF2Z0NZH5RN5ZBtt0QLlRyJD4InxdfD { display:block; }#mtF2Z0NZH5RN5ZBtt0QLlRyJD4InxdfD > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rk3OksmJhM5i77mTkXq23adTbXh4dDZt { width:18.1875rem;height:3.6rem;top:2.8992190361023rem;left:0.90546876192094rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KuwrITSnnTdaUtCmVORDUpRZqt07wog1 { width:19.0625rem;height:27.875rem;top:8.0742182731631rem;left:0.46796876192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bDIxKzMQGox5PlrLQhlsohHLqpyG7h2D { width:20rem;height:1.65rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gVu90uMcZyfbsZOlyL6wroHXvgB6ldDH { width:7.875rem;height:2.5rem;top:35.947657108307rem;left:6.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8E6xSnVAbzvS5bndFSkM9GSlCwQ3TAs { width:20rem;height:0.1875rem;top:41.511719703674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T { display:block; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E27SScyVzoVMlzCiLPZ30ScMudwdvXhm { width:20rem;height:1.65rem;top:3.0625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-heading-text { line-height:1.5;overflow:hidden;height:auto;font-size:1.125rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-desc-text { line-height:1.5;overflow:hidden;height:auto; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo { display:flex;height:auto;width:20rem;top:9.7749938964844rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #ePtHlMEWHXnOTkz7VDvt08xH0hR2ml51 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #UsGwVRUwOJJorXHhJhDN3PpT1Xl43LXF {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Gmy0sz4iiZ2JNOx0vxFqWTNWHDBo6J2V {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Mp3EIbH1PEkk5dUdr3zkRIcv2lM86B86 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #zHgVhlH3IwFiKyT2SlflzISd469QL6qi {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #JRA0B27HxXH4b7rNlHvkeOs1ec99QQew {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #xKDbRHVzmqdo87HpT4S546hUKeefeQQr {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #t2TADOr6TAmMhdNozhL8Vb7cbLRptXEG {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #yPGOytyHLKRNV6T7KCZkGC5UQ04atSdm {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #hLTUTAsRq6Nora1sWLTA6rgbpWECe0MQ {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #zveXGAIgEOH1fElW2PmFDwH47S30KIBQ {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #fpdttcxhrpUTlHsfaADuwJn2L3qRGIM5 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #u5W0UAiV9R02DSZNAe6pmHaTxu9vEwpt {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #RUQ1zZr3TbckzQJWRwxuxKGV9arkQdSm {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #UaWywCyaRWzQZQpBrPUwugMTZzdQk6MD {  }
 }@media only screen and (max-width: 763px) { #ogI2qOiaC86okwvnryyo90Dtq1tqkhax { display:flex;width:2.3125rem;height:2.3125rem;top:16.487500190735rem;left:8.8437505364419rem; }
 }@media only screen and (max-width: 763px) { #bisvI6DXZzyf02G3dCFHi6bdrdlq4hVz { display:flex;width:3.5625rem;height:3.5625rem;top:15.1875rem;left:13.250000536442rem; }
 }@media only screen and (max-width: 763px) { #si2T0nwVDSATnvIZ6d0J5N0JLnnLhcN5 { display:flex;width:2.1875rem;height:2.1875rem;top:1.94921875rem;left:1.7500000596046rem; }
 }@media only screen and (max-width: 763px) { #GVEXpbEmMLQ13atCo8Dp0dpJvzSBhM7T { width:20rem;height:2.2rem;top:4.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rhrUQvfbmGnDzLVtsr8iufzFm9VqST8M { display:block; }#rhrUQvfbmGnDzLVtsr8iufzFm9VqST8M > .row .container { width:20rem;height:11.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wekmU3pe7ZuMS3WRswi6ldCBDQTxNp3T { width:18.5625rem;height:2.8125rem;top:6.8750019073488rem;left:0.71796876192094rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tZKCRIv5giJJ6xhpcKScy3MGNmTFqTRT { width:20rem;height:0.1875rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4K5uXqJGTyQoMCirdrGbXmnFWGhU6TI { width:7.125rem;height:2.25rem;top:0.8125rem;left:6.4375000596044rem;display:block; }
 }