.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:251,255,239;--color-primary-1:241,254,203;--color-primary-2:226,253,150;--color-primary-3:113,127,75;--color-primary-4:34,38,23;--color-secondary-0:229,230,230;--color-secondary-1:178,179,181;--color-secondary-2:127,128,132;--color-secondary-3:76,77,79;--color-secondary-4:42,44,50;--color-tertiary-0:255,255,255;--color-tertiary-1:238,246,246;--color-tertiary-2:143,148,148;--color-tertiary-3:86,89,89;--color-tertiary-4:0,0,0;--headlines-font-family:"poppins";--paragraphs-font-family:"poppins"; }@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:#f1f1f1;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); }#C7GR2rv7L5Afh2AK0Cv0OMVIIxdeL4OA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2c32;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#C7GR2rv7L5Afh2AK0Cv0OMVIIxdeL4OA > .row .container { background-color: transparent; background-image: none; }#C7GR2rv7L5Afh2AK0Cv0OMVIIxdeL4OA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7GR2rv7L5Afh2AK0Cv0OMVIIxdeL4OA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7GR2rv7L5Afh2AK0Cv0OMVIIxdeL4OA > .row .container > .video-iframe-container { display: none; }#C7GR2rv7L5Afh2AK0Cv0OMVIIxdeL4OA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7GR2rv7L5Afh2AK0Cv0OMVIIxdeL4OA > .row > .video-iframe-container { display: none; }#C7GR2rv7L5Afh2AK0Cv0OMVIIxdeL4OA > .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); }#C7GR2rv7L5Afh2AK0Cv0OMVIIxdeL4OA > .row .container { border-width: 0; border-radius: 0; }#C7GR2rv7L5Afh2AK0Cv0OMVIIxdeL4OA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C7GR2rv7L5Afh2AK0Cv0OMVIIxdeL4OA > .row .container { font-size:0.875rem;font-family:arial;height:2.625rem;width:75rem;position:relative;display:block; }#ZsIiP06VaxHVyzSILvdsrAGbAkCemouw { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.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:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.625rem;height:2.625rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:0rem;left:24.9375rem;display:block; }
#ZIysAmCHBTWFIA8q8U18GgbnasnBHL38 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FllNTPtuQGGe9dhWMip0pdhmADwSmDza { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.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:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.625rem;height:2.625rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:0rem;left:34.5rem;display:block; }
#b7k56pzSMswkVH13dcZqbqoI8PHxfT4I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gyR9Hpha7mOwMnTZvtszTGJRuzf2eBgE { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.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:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.625rem;height:2.625rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:0rem;left:44.0625rem;display:block; }
#TDsXWthVm3Zcxku3tDgA0EvPdvyV8JyL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aZOJAirTL8oV4aJDiUNelgqSJpHG3cQn { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.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:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.625rem;height:2.75rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:0rem;left:55.8125rem;display:none; }
#agT5WxrS5D4E031QDgDkLTUyq0xeMesl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TUP5UBtmDqWyJcnbl1RgpAB9wqg39lH5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e2627;background-image:url("https://images.assets-landingi.com/uc/880c8ab4-4e7a-45e6-b6d3-94643b89b3fc/Asset12arod.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TUP5UBtmDqWyJcnbl1RgpAB9wqg39lH5.adaptive-delivery-prevent-bg, #TUP5UBtmDqWyJcnbl1RgpAB9wqg39lH5.lazyload, #TUP5UBtmDqWyJcnbl1RgpAB9wqg39lH5.lazyloading { background-image: none; }#TUP5UBtmDqWyJcnbl1RgpAB9wqg39lH5 > .row .container { background-color: transparent; background-image: none; }#TUP5UBtmDqWyJcnbl1RgpAB9wqg39lH5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUP5UBtmDqWyJcnbl1RgpAB9wqg39lH5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUP5UBtmDqWyJcnbl1RgpAB9wqg39lH5 > .row .container > .video-iframe-container { display: none; }#TUP5UBtmDqWyJcnbl1RgpAB9wqg39lH5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUP5UBtmDqWyJcnbl1RgpAB9wqg39lH5 > .row > .video-iframe-container { display: none; }#TUP5UBtmDqWyJcnbl1RgpAB9wqg39lH5 > .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); }#TUP5UBtmDqWyJcnbl1RgpAB9wqg39lH5 > .row .container { border-width: 0; border-radius: 0; }#TUP5UBtmDqWyJcnbl1RgpAB9wqg39lH5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TUP5UBtmDqWyJcnbl1RgpAB9wqg39lH5 > .row .container { font-size:0.875rem;font-family:arial;height:45.75rem;width:75rem;position:relative;display:block; }#qZV85WDCDzG6zwATKleDaUnUEpE3pFNM { position:absolute;display:block;z-index:15021;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:14.6875rem;width:14.6875rem;top:6.490234375rem;left:60.3125rem;overflow:hidden;display:none; }
#RcdI2D6zL15tucTeK93ZTsdCFLSU8aRP { position:absolute;display:block;z-index:15024;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:28.3125rem;width:19.125rem;top:7.4375rem;left:29.84375rem;overflow:hidden;display:block; }
#oKSfQ9y6f4gOWU0dnlNTNg0oqKzs5u1F { position:absolute;display:block;z-index:14986;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:12.5rem;width:17.875rem;top:27.30859375rem;left:9.09375rem;overflow:hidden;display:block; }
#beFIk2gCiOHQ97v51mR4ptFkeLavWNJZ { position:absolute;display:block;z-index:14987;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:16.4375rem;width:17.875rem;top:7.4375rem;left:53.125rem;overflow:hidden;display:block; }
#LcVGxhVQt4aFtHMvJvb5Vn8ZkVNo0Tuf { position:absolute;display:block;z-index:14987;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:8.8125rem;width:15.4375rem;top:28.27734375rem;left:59.5625rem;overflow:hidden;display:block; }
#Wtc9AyOPiefvuk2mTC08gbhOTvlGnOuU { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top: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.8125rem;width:11.875rem;top:38.21484375rem;left:51.5rem;overflow:hidden;display:block; }
#wp5uFXWCQGOeyfr5TOUG28rtI3NkdVmf { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #2c3337;border-left:0.25rem solid #2c3337;border-right:0.25rem solid #2c3337;border-bottom:0.25rem solid #2c3337;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);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:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:4.125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:38.05859375rem;left:29.84375rem;display:block; }
#FV9aK26KsMq8h4I4iMTygOkETdsJzm9c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MnEpZhm3b5kJqIDRdHCxPd2fnNBlBBTD { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top: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:1.875rem;width:8.4375rem;top:4.375rem;left:34.90625rem;overflow:hidden;display:block; }
#skk7n2ld57FykmVQpUkg9ryEQvNfsmTp { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top: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:18.9375rem;width:19rem;top:4.6865234375rem;left:2.53125rem;overflow:hidden;display:block; }
#i4Xk40vgDt1r0Qp7QXcoVy2fCFxBfKIN { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top: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:7.1875rem;width:7.1875rem;top:12.0625rem;left:20.71875rem;overflow:hidden;display:block; }
#DEriqX4WlLDATs1BuXiNzU25N4ZmKV49 { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top: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:4.375rem;width:4.375rem;top:27.30859375rem;left:55.375rem;overflow:hidden;display:block; }
#mQKowXmqqSCQb2fVI5GShprIUhod7CUM { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top: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.1875rem;width:2.1875rem;top:36.12109375rem;left:3.21875rem;overflow:hidden;display:block; }
#tgaf92y0K5WZQHUcRdvBP8h1L4HcLPHB { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top: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.1875rem;width:2.1875rem;top:5.43359375rem;left:70.9375rem;overflow:hidden;display:block; }
#mPpPSehh04RhDL8vp6uSUh7h62sp8t7G { color:rgba(var(--color-tertiary-0),1);display:block;width:5.0625rem;position:absolute;font-family:besley;font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:23.8740234375rem;left:11.59375rem;height:2.84375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#TJIf51DuUX6k2goWiOdORaUh7f4sq4rQ { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:besley;font-size:2.1875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:54.4375rem;height:2.84375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#cdNRBMASuOZJOOIqzbgTs5dxTgtIuCu8 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.375rem;position:absolute;font-family:besley;font-size:2.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:24.52734375rem;left:50.375rem;height:2.84375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#PBE5arK4krz70RPgXZofGdoCihASqp33 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/14ba5d1c-05db-4a52-963e-0a6cfcaf6a3d/5000GrandPrizeEnglish.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PBE5arK4krz70RPgXZofGdoCihASqp33.adaptive-delivery-prevent-bg, #PBE5arK4krz70RPgXZofGdoCihASqp33.lazyload, #PBE5arK4krz70RPgXZofGdoCihASqp33.lazyloading { background-image: none; }#PBE5arK4krz70RPgXZofGdoCihASqp33 > .row .container { background-color: transparent; background-image: none; }#PBE5arK4krz70RPgXZofGdoCihASqp33::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBE5arK4krz70RPgXZofGdoCihASqp33 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBE5arK4krz70RPgXZofGdoCihASqp33 > .row .container > .video-iframe-container { display: none; }#PBE5arK4krz70RPgXZofGdoCihASqp33 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBE5arK4krz70RPgXZofGdoCihASqp33 > .row > .video-iframe-container { display: none; }#PBE5arK4krz70RPgXZofGdoCihASqp33 > .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); }#PBE5arK4krz70RPgXZofGdoCihASqp33 > .row .container { border-width: 0; border-radius: 0; }#PBE5arK4krz70RPgXZofGdoCihASqp33 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PBE5arK4krz70RPgXZofGdoCihASqp33 > .row .container { font-size:0.875rem;font-family:arial;height:3.9375rem;width:75rem;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:47.75rem;width:75rem;overflow:visible;position:relative;display:block; }#PNbtDqQnnmHhusSX5LMNM3xpX7zJcpeR { color:rgba(var(--color-tertiary-0),1);display:block;width:30.7495rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.7490234375rem;left:36.8125rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#voBUgrS98BE3H1EeAHiruWgbbAFZyu4B { color:rgba(var(--color-tertiary-1),1);display:block;width:27.3105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:11.6376953125rem;left:40.25rem;height:26.591775rem;display:block; }
#sWND3oubtbMFtTpAOKVS5qwQ73uUPwS3 { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#X8v4HKNVJhKIWH4mPqfedI7LHe8gB8xv { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#zf8ekoETNH38X7Va8hTqPw1dgWUc8Hm2 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:38rem;width:40.3125rem;top:5.1865234375rem;left:-2.5784543325527rem;overflow:hidden;display:block; }
#Z7gXesxrEZzfPRheJQXSZTqdTl9iMVDc { background-color:rgba(var(--color-primary-2),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-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);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:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.375rem;height:4.125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:40.8115234375rem;left:40.125rem;display:block; }
#iWrUrFDcG4CgT2GepFReTOymrt0aA1pT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bJNA5vmBStWL51DTAvPgt3KeJi4wIxxI { position:absolute;display:block;z-index:15020;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:14.6875rem;width:14.6875rem;top:28.2470703125rem;left:0rem;overflow:hidden;display:block; }
#DeaMsdzwCrVpxkLlprpw9ZoSxtPGLbfh { color:rgba(var(--color-primary-2),1);display:block;width:25.875rem;position:absolute;font-family:besley;font-size:2.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:7.5927734375rem;left:36.8125rem;height:2.68115rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#ktQBL4gUmPLII3qmWTi7Z4sUrEFaM50C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/14ba5d1c-05db-4a52-963e-0a6cfcaf6a3d/5000GrandPrizeEnglish.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ktQBL4gUmPLII3qmWTi7Z4sUrEFaM50C.adaptive-delivery-prevent-bg, #ktQBL4gUmPLII3qmWTi7Z4sUrEFaM50C.lazyload, #ktQBL4gUmPLII3qmWTi7Z4sUrEFaM50C.lazyloading { background-image: none; }#ktQBL4gUmPLII3qmWTi7Z4sUrEFaM50C > .row .container { border-width: 0; border-radius: 0; }#ktQBL4gUmPLII3qmWTi7Z4sUrEFaM50C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ktQBL4gUmPLII3qmWTi7Z4sUrEFaM50C > .row .container { font-size:0.875rem;font-family:arial;height:3.9375rem;width:75rem;position:relative;display:none; }#NAkVWTJstVfMOFQVhK8np9J6op7SrckP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2c32;background-image: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; }#NAkVWTJstVfMOFQVhK8np9J6op7SrckP > .row .container { background-color: transparent; background-image: none; }#NAkVWTJstVfMOFQVhK8np9J6op7SrckP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAkVWTJstVfMOFQVhK8np9J6op7SrckP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAkVWTJstVfMOFQVhK8np9J6op7SrckP > .row .container > .video-iframe-container { display: none; }#NAkVWTJstVfMOFQVhK8np9J6op7SrckP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAkVWTJstVfMOFQVhK8np9J6op7SrckP > .row > .video-iframe-container { display: none; }#NAkVWTJstVfMOFQVhK8np9J6op7SrckP > .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); }#NAkVWTJstVfMOFQVhK8np9J6op7SrckP > .row .container { border-width: 0; border-radius: 0; }#NAkVWTJstVfMOFQVhK8np9J6op7SrckP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NAkVWTJstVfMOFQVhK8np9J6op7SrckP > .row .container { font-size:0.875rem;font-family:arial;height:22.25rem;width:75rem;position:relative;display:block; }#AI2hfTz2Csb8Sda5zwdFXMSDFyURqAIx { color:rgba(var(--color-tertiary-0),1);display:block;width:27.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:8.125rem;left:7.5rem;height:10.124rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#AI2hfTz2Csb8Sda5zwdFXMSDFyURqAIx li:not(:first-child){ padding-top:1rem;padding-right:0;padding-bottom:0;padding-left:0; }#AI2hfTz2Csb8Sda5zwdFXMSDFyURqAIx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0407836554962fb5b517a49be99da1515a997720.svg); }
#tO9rIeU6e2PgiPTtVT1TbGytFZIFRFRC { color:rgba(var(--color-tertiary-0),1);display:block;width:22.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:0rem;left:7.5rem;height:5.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G01W09mF9JxcMLUhqda8fO3fT6nzvnry { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top: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:15.75rem;width:28rem;top:2.810546875rem;left:39.9375rem;overflow:hidden;display:block; }
#rFBL22NLvSTsJwZ9neZhgt3hIWBvtJVv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0ba3ad, #2a2c32);background-image: -moz-linear-gradient(180deg, #0ba3ad, #2a2c32);background-image: -ms-linear-gradient(180deg, #0ba3ad, #2a2c32);background-image: -o-linear-gradient(180deg, #0ba3ad, #2a2c32);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ba3ad', endColorstr='#2a2c32' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ba3ad', endColorstr='#2a2c32' );";background-image: linear-gradient(180deg, #0ba3ad, #2a2c32);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rFBL22NLvSTsJwZ9neZhgt3hIWBvtJVv > .row .container { background-color: transparent; background-image: none; }#rFBL22NLvSTsJwZ9neZhgt3hIWBvtJVv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFBL22NLvSTsJwZ9neZhgt3hIWBvtJVv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFBL22NLvSTsJwZ9neZhgt3hIWBvtJVv > .row .container > .video-iframe-container { display: none; }#rFBL22NLvSTsJwZ9neZhgt3hIWBvtJVv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFBL22NLvSTsJwZ9neZhgt3hIWBvtJVv > .row > .video-iframe-container { display: none; }#rFBL22NLvSTsJwZ9neZhgt3hIWBvtJVv > .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); }#rFBL22NLvSTsJwZ9neZhgt3hIWBvtJVv > .row .container { border-width: 0; border-radius: 0; }#rFBL22NLvSTsJwZ9neZhgt3hIWBvtJVv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rFBL22NLvSTsJwZ9neZhgt3hIWBvtJVv > .row .container { font-size:0.875rem;font-family:arial;height:104.4375rem;width:75rem;position:relative;display:block; }#nHl0C8c51a73ZsprHl6DUuvzBAyN6Mcx { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4980625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:7.8359375rem;left:41.03125rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iyCDGFDyLPntpVuKTNzGqa1halDsz4Ta { color:rgba(var(--color-tertiary-0),1);display:block;width:27rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:1.3125rem;left:7.5rem;height:3.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LFXvxXtNydn7Ub6C7CrZXn0maTCzsLxu { color:rgba(var(--color-tertiary-0),1);display:block;width:27.6230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:5rem;left:7.1875rem;height:31.1161875rem;display:block; }#LFXvxXtNydn7Ub6C7CrZXn0maTCzsLxu li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#LFXvxXtNydn7Ub6C7CrZXn0maTCzsLxu li:before{  }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP .widget-form-header {  }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:25.8125rem;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;line-height:1.3;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(var(--color-tertiary-0),0.21);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:25.8125rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP .widget-input-text {padding-top: 0; padding-bottom: 0;}#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(var(--color-tertiary-0),0.21);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:25.8125rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:25.8125rem;box-sizing:border-box;height:2.5rem;color:#929191;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP .widget-input-select {padding-top: 0; padding-bottom: 0;}#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP .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; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#e2fd96;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:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:bold;color:#2c3337;width:25.8125rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP .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.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:24.5625rem;overflow:hidden;font-style:normal;float:none; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP .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; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.5625rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.9;float:none; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP .widget-container:first-of-type{padding-top:0;}#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP .widget-container:last-of-type{padding-bottom:0;}#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.2109375rem;left:39.75rem; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.8125rem;display:block;vertical-align:top; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP {display:block;}#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.2109375rem;left:39.75rem; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #AqTvHAVVlQIGISpqCGeRQCyGtODkdcfq { position:relative; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #AqTvHAVVlQIGISpqCGeRQCyGtODkdcfq .container-column{width:50%;}#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #e5UPEIUAd7Tbophc8gfbTqe2OfTLSwax { position:relative;display:block; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #VZ2tXuagU33hdeKXf5xPB2mhVzb0yUU3 { position:relative;z-index:2; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #STIkpQxUNeihTZBvECe5mhMTNiCbnGFm { position:relative; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #nrRueIRmxdFMqnTc3Xr64My9wGZ6S9Ea { position:relative;z-index:2; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #degxfIkllIHVdAI2ZZxTzmOequt0sDqf { position:relative; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #KJfBLXDcGlAXgGnbvoqocQQVNVqkmn2b { position:relative; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #TFHNxhOnsyknVarnCzzdNFRG6XlRUGP6 { position:relative;display:block; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #eqlz0IqTVf8vi4dOwMuqqE127fp7GzgQ { position:relative; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #eady1D0eeo6sC2rgwUMzXPxgmSG2Dczf { position:relative; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #rIGgO1vPRzBlyGrTW2QoAvavcOQ4wQ05 { position:relative;display:block; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #AKkWL4zpJrhTfZrDpuTW878DL466QLp1 { position:relative; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #opoN4dTv9ruPeUrpIE8MuB2BasH0WyJ2 { position:relative; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #xSR1TKua7P0yy4D6CvkDCqbFURff8Oto { position:relative;display:block; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #ErBPSkMtewdoG2DP9nKxgnIA1pgcC29L { position:relative; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #UkmrIgxeKZoo2amqncX6nH4fnwfA93yT { position:relative; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #JFZEchiPKZ3na3JTd7DyVFIfBHwRaknB { position:relative;display:block; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #BI72GPs46Zce2n5nI3QTVfEsFkfu3e7r { position:relative; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #yb6A7XCeeGD8X7wQteAymEebmd2aXMop { position:relative; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #zJ8tRfrlQ2TDBg989pd1lEnCFtKHQx1Z { position:relative;display:block; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #iQERTHT9TwlZtwcxtLzKs4SfWTlCSuhu { position:relative; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #KnscnAPA1HCQJSAuuhkCf9RAvJJR5u84 { position:relative; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #DJTN2QwmTRrg2SHZwWEvTOLLcMDLoech { position:relative;display:block; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #QGUuNplkqenpDRi6aUMPlTXT0sTifNyI { position:relative; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #BxyTBhdwiE58JH4m7sZx6kkTPOZouPo1 { position:relative; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #MNL4JuNAl4XcrwBBUEPdkQHWaOzLMfub { position:relative;display:block; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #atbfXK2cvK4ZMAD9TgsXdss46MNQAlgN { position:relative; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #RVDO57XpHCKT0CRQznewheStWgFFqecN { position:relative; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #dQ8lKPvNIo8asIRSdvlO4pR0awyUKJEL { position:relative;display:block; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #zaFGeeQIVqbh0VBtCMhSyhfnDtQDIJPc { position:relative; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #X6cvi24xHQlQbe3INE4SbtQKhKxzIZoD { position:relative; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #TOhkpR7IaoVo3GDKSVZTvvx68cdyc5cx { position:relative;display:block; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #trPHcQ2mnsvMUm0pvRZiZeHNllzafZLt { position:relative; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #Cy3URuG2nZ6TpmCOCxfGrLHbMus68TDG { position:relative; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #enG81PLnlEe5sSJeI55rUXV8SW7TsMTV { position:relative;display:block; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #Tz8fSwXQHnh32mJmRZN0XUkTu2TbOOl6 { position:relative; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #wC0s5iezp2UtbZZrzwB3Lg04NDz97fbQ { position:relative; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #gHCriySuuRCGxzNBuOSgqmyryTiNinb2 { position:relative;display:block; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #qzFqXtRz6yOHVrEWWdmaGURQxxeiChGm { position:relative; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #ZN5UkG2GO7R11dTqKEJWgg7XQD2wOvuw { position:relative;display:block;z-index:15000; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #N83afl1kQKwinkFWzIReQDgWTzHpxTyz { position:relative;display:block;z-index:15000; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #Ic3twwPLZEalIRm9zwOdgSww4ZIHQFtJ { position:relative; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #pQNo899LZf0TCcVvJ8HlzPAOhPAtgT6s { position:relative;z-index:2; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #k2oObpCh6iNiS7vZr0KayiRC2aw334aB { position:relative; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #PHDl9ysTRdB3EqgggknhTRw6Fc2qrFKX { position:relative; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #TFUFrkp8zJKNKZ2BS7HE9hQ065H2vQpL { position:relative;z-index:2; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #A8wDgGU988ty2TA7peplQJuXNH9LNH11 { position:relative; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #Jd1vZULZM4uz2ms5wcHz7T93PBFFg4E7 { position:relative; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #mLS1wBaz8lr5B47ts0yn4srVdpDfE6BF { position:relative;z-index:2; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #FMcWLdqWSmDxKIh8aDn318nTB3witO9f { position:relative; }
#BmbwDRmiLvTqwEklnSno8oFIvMuPpiyz { position:relative;display:block; }
#Qbe3Tmv2rvDUWl9d4CLW82CTbDvkznsc { position:relative;display:block; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #XoadbiBTAfWM6GKE6scc5KSyryRQ96mk { position:relative; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #dN3RBQxsEcyUcPSkE1Pk9mRvCC9S3UKe { position:relative; }
#gNHIJwkxx8CtzSDhkDAmspKBBDMNnfWU { color:rgba(var(--color-primary-2),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:76.076171875rem;left:11.375rem;height:5.84765625rem;font-style:normal;display:block; }
#JAiMCI6oOhtMO7SIqB22xnqpcLNE0BLV { position:absolute;display:block;z-index:15022;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.25rem;width:10.3125rem;top:73.875rem;left:0rem;overflow:hidden;display:block; }
#KAvT9p8uJsotRz7a3UlOSN2ZbX68so6q { box-sizing:content-box;height:9.125rem;width:29.3125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:74.5625rem;left:7.5rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 2.3125rem rgba(var(--color-secondary-4),1) ;display:block; }
#AUWmbve3E6sBCXcFdxXi0ZZnhSGihADC { color:rgba(var(--color-tertiary-0),1);display:block;width:27rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:56.1875rem;left:7.625rem;height:3.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qzv1FpIk9JrqJGz6ED7Wsot1ueRCLSNx { color:rgba(var(--color-tertiary-0),1);display:block;width:27.6230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:59.9375rem;left:7.25rem;height:;display:block; }#qzv1FpIk9JrqJGz6ED7Wsot1ueRCLSNx li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#qzv1FpIk9JrqJGz6ED7Wsot1ueRCLSNx li:before{  }
#I9CSIFoQupG53uztw2CZ9UKo27IRvARU .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; }
#I9CSIFoQupG53uztw2CZ9UKo27IRvARU .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.493125rem;padding-right:0.516875rem;padding-bottom:0.493125rem;padding-left:0.516875rem;display:block;align-items:center;width:3.095rem;min-width:3.095rem;height:2.6425rem;position:relative;font-family:var(--headlines-font-family);font-size:1.97375rem;font-weight:700;line-height:42.28px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#I9CSIFoQupG53uztw2CZ9UKo27IRvARU .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3075rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.13rem;height:1.04125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.74rem;font-weight:700;line-height:16.66px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#I9CSIFoQupG53uztw2CZ9UKo27IRvARU { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:20.5rem;height:4.9775rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:2.9609375rem;left:44rem;z-index:15016; }
#I9CSIFoQupG53uztw2CZ9UKo27IRvARU #XcC8H6yDfLSREtlDC0AgxIcTzsthTNSI { display:flex;position:relative;top:0rem;left:0rem; }
#I9CSIFoQupG53uztw2CZ9UKo27IRvARU #SuCIkB0gNGTMd6pJGGgCQIgwKtKs9ak3 { width:auto; }
#I9CSIFoQupG53uztw2CZ9UKo27IRvARU #GJ2JizMPEVs1NAu5t8eqhbqZd2pNHK9M {  }
#I9CSIFoQupG53uztw2CZ9UKo27IRvARU #sCx6ayQxE09rUAPcwg6FXgRLtZfmIMVR { display:flex;position:relative;top:0rem;left:0rem; }
#I9CSIFoQupG53uztw2CZ9UKo27IRvARU #CKyUSzkIn81q8UxTJwMytr1dzOLse7WG {  }
#I9CSIFoQupG53uztw2CZ9UKo27IRvARU #KMOSTmyfwHuXJLgktuXi1pXG4H04xcLU {  }
#I9CSIFoQupG53uztw2CZ9UKo27IRvARU #FrEorQMUEDtHEQNcDJDWbIlBbL1EsgAM { display:flex;position:relative;top:0rem;left:0rem; }
#I9CSIFoQupG53uztw2CZ9UKo27IRvARU #A6IafGleF1zDzVC0nz8ALNBsTwNWQLke {  }
#I9CSIFoQupG53uztw2CZ9UKo27IRvARU #QzqDa0mJMFLpkvsqnD9yav1Lr2yqymp6 {  }
#I9CSIFoQupG53uztw2CZ9UKo27IRvARU #kpRtNfJRQLm6Ey7HhJPd2tZ0HHcCoIQx { display:flex;position:relative;top:0rem;left:0rem; }
#I9CSIFoQupG53uztw2CZ9UKo27IRvARU #SUTBXMuN7PopG26VEKdWFhna3KkxGz0L {  }
#I9CSIFoQupG53uztw2CZ9UKo27IRvARU #x11AlU15JxC5zWCQEgzXU0aIdt836cCl {  }
#JP6RdiDDTR9M03ZxJ76E2mI14pipZ3ah { box-sizing:content-box;height:100.5rem;width:28.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:1.3134765625rem;left:39.75rem;box-shadow: none;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#V6bFFi8EA9uMq2I94hht1DOytkHUMrQO { color:rgba(var(--color-tertiary-0),1);display:block;width:27rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:39.75rem;left:7.25rem;height:3.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tk4TaeGggKfB5SobKzgf0BwLsR2ee6dc { color:rgba(var(--color-tertiary-0),1);display:block;width:27.6230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:43.375rem;left:7.1875rem;height:;display:block; }#tk4TaeGggKfB5SobKzgf0BwLsR2ee6dc li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#tk4TaeGggKfB5SobKzgf0BwLsR2ee6dc li:before{  }
#MZTgiT9hsQNW4RcDLhDZsbJo5Ezxni4D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c3337;background-image: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; }#MZTgiT9hsQNW4RcDLhDZsbJo5Ezxni4D > .row .container { background-color: transparent; background-image: none; }#MZTgiT9hsQNW4RcDLhDZsbJo5Ezxni4D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZTgiT9hsQNW4RcDLhDZsbJo5Ezxni4D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZTgiT9hsQNW4RcDLhDZsbJo5Ezxni4D > .row .container > .video-iframe-container { display: none; }#MZTgiT9hsQNW4RcDLhDZsbJo5Ezxni4D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZTgiT9hsQNW4RcDLhDZsbJo5Ezxni4D > .row > .video-iframe-container { display: none; }#MZTgiT9hsQNW4RcDLhDZsbJo5Ezxni4D > .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); }#MZTgiT9hsQNW4RcDLhDZsbJo5Ezxni4D > .row .container { border-width: 0; border-radius: 0; }#MZTgiT9hsQNW4RcDLhDZsbJo5Ezxni4D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MZTgiT9hsQNW4RcDLhDZsbJo5Ezxni4D > .row .container { font-size:0.875rem;font-family:arial;height:0.75rem;width:75rem;position:relative;display:block; }#kwCr1N5KBNhzPJmVrNXKo0zmduWUEiPX { color:rgba(var(--color-tertiary-0),1);display:block;width:27rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:4.7734375rem;left:7.5rem;height:3.0625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#H4iUtByMszvgJFDLvOf9Rnehy4dKryth { color:rgba(var(--color-tertiary-0),1);display:block;width:27.6230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:8.8232421875rem;left:7.5rem;height:15.920875rem;display:none; }#H4iUtByMszvgJFDLvOf9Rnehy4dKryth li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#H4iUtByMszvgJFDLvOf9Rnehy4dKryth li:before{  }
#fOkP65Pr10xyTFE0yCuGtR9ac1qtVviO { color:rgba(var(--color-tertiary-0),1);display:block;width:27rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:30.0859375rem;left:7.5rem;height:3.0625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#KTgT5LIR5yRGW78u5Ah1OlKqJ8QCKnCS { color:rgba(var(--color-tertiary-0),1);display:block;width:27.6230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:34.0078125rem;left:7.1875rem;height:9.347625rem;display:none; }#KTgT5LIR5yRGW78u5Ah1OlKqJ8QCKnCS li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#KTgT5LIR5yRGW78u5Ah1OlKqJ8QCKnCS li:before{  }
#TST0RXTEMOds5hPSvPgFtaqrt9HCfC88 { color:rgba(var(--color-tertiary-0),1);display:block;width:27rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:4.7734375rem;left:7.5rem;height:3.0625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#PCQKo2XkyDu24WzETpASpc6DFvc7L7ur { color:rgba(var(--color-tertiary-0),1);display:block;width:27.6230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:8.8232421875rem;left:7.5rem;height:15.920875rem;display:none; }#PCQKo2XkyDu24WzETpASpc6DFvc7L7ur li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#PCQKo2XkyDu24WzETpASpc6DFvc7L7ur li:before{  }
#Oz4kygTH47g9NbyhhfQ4UkfPDqMrXPJr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image: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; }#Oz4kygTH47g9NbyhhfQ4UkfPDqMrXPJr > .row .container { background-color: transparent; background-image: none; }#Oz4kygTH47g9NbyhhfQ4UkfPDqMrXPJr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oz4kygTH47g9NbyhhfQ4UkfPDqMrXPJr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oz4kygTH47g9NbyhhfQ4UkfPDqMrXPJr > .row .container > .video-iframe-container { display: none; }#Oz4kygTH47g9NbyhhfQ4UkfPDqMrXPJr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oz4kygTH47g9NbyhhfQ4UkfPDqMrXPJr > .row > .video-iframe-container { display: none; }#Oz4kygTH47g9NbyhhfQ4UkfPDqMrXPJr > .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); }#Oz4kygTH47g9NbyhhfQ4UkfPDqMrXPJr > .row .container { border-width: 0; border-radius: 0; }#Oz4kygTH47g9NbyhhfQ4UkfPDqMrXPJr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Oz4kygTH47g9NbyhhfQ4UkfPDqMrXPJr > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#ymDbwT0EHi7f89lU5mC58RGA1GHkCZP4 { position:absolute;display:block;z-index:15000;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:1.875rem;width:8.75rem;top:1.8125rem;left:7.5rem;overflow:hidden;display:block; }
#sexQrTLqk0ityyfK5q86FclRGnWN0HyB { color:rgba(var(--color-tertiary-0),1);display:block;width:40.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:1.990234375rem;left:16.9375rem;height:1.70605625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZvlenLxstAle6MoMFdTAB3arivXAZ1vl { 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:auto !important;border-top:0.125rem solid #2c3337;border-left:0.125rem solid #2c3337;border-right:0.125rem solid #2c3337;border-bottom:0.125rem solid #2c3337;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:2.8125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1.390625rem;left:52.5rem;display:none; }
#zpF1Ho9s5MSalorp2sHzThmtmLXiqkIF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #C7GR2rv7L5Afh2AK0Cv0OMVIIxdeL4OA { display:block; }#C7GR2rv7L5Afh2AK0Cv0OMVIIxdeL4OA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZsIiP06VaxHVyzSILvdsrAGbAkCemouw { width:9.625rem;height:2.625rem;top:0rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIysAmCHBTWFIA8q8U18GgbnasnBHL38 { display:block; }
 }@media only screen and (max-width: 763px) { #FllNTPtuQGGe9dhWMip0pdhmADwSmDza { width:9.625rem;height:2.625rem;top:0rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7k56pzSMswkVH13dcZqbqoI8PHxfT4I { display:block; }
 }@media only screen and (max-width: 763px) { #gyR9Hpha7mOwMnTZvtszTGJRuzf2eBgE { width:9.625rem;height:2.625rem;top:0rem;left:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDsXWthVm3Zcxku3tDgA0EvPdvyV8JyL { display:block; }
 }@media only screen and (max-width: 763px) { #aZOJAirTL8oV4aJDiUNelgqSJpHG3cQn { width:9.625rem;height:2.75rem;top:0rem;left:38.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #agT5WxrS5D4E031QDgDkLTUyq0xeMesl { display:block; }
 }@media only screen and (max-width: 763px) { #TUP5UBtmDqWyJcnbl1RgpAB9wqg39lH5 { display:block; }#TUP5UBtmDqWyJcnbl1RgpAB9wqg39lH5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qZV85WDCDzG6zwATKleDaUnUEpE3pFNM { top:6.4375rem;left:33.0625rem;width:14.6875rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcdI2D6zL15tucTeK93ZTsdCFLSU8aRP { top:7.4375rem;left:16.21875rem;width:19.125rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKSfQ9y6f4gOWU0dnlNTNg0oqKzs5u1F { top:27.25rem;left:0rem;width:17.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #beFIk2gCiOHQ97v51mR4ptFkeLavWNJZ { top:7.4375rem;left:29.875rem;width:17.875rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcVGxhVQt4aFtHMvJvb5Vn8ZkVNo0Tuf { top:28.25rem;left:32.3125rem;width:15.4375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wtc9AyOPiefvuk2mTC08gbhOTvlGnOuU { top:38.1875rem;left:35.875rem;width:11.875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wp5uFXWCQGOeyfr5TOUG28rtI3NkdVmf { width:19.125rem;height:4.125rem;top:38rem;left:16.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FV9aK26KsMq8h4I4iMTygOkETdsJzm9c { display:block; }
 }@media only screen and (max-width: 763px) { #MnEpZhm3b5kJqIDRdHCxPd2fnNBlBBTD { top:4.375rem;left:21.28125rem;width:8.4375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #skk7n2ld57FykmVQpUkg9ryEQvNfsmTp { top:4.625rem;left:0rem;width:19rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4Xk40vgDt1r0Qp7QXcoVy2fCFxBfKIN { top:12.0625rem;left:7.09375rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEriqX4WlLDATs1BuXiNzU25N4ZmKV49 { top:27.25rem;left:41.75rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQKowXmqqSCQb2fVI5GShprIUhod7CUM { top:36.0625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgaf92y0K5WZQHUcRdvBP8h1L4HcLPHB { top:5.375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPpPSehh04RhDL8vp6uSUh7h62sp8t7G { top:23.8125rem;left:0rem;width:5.0625rem;height:8.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJIf51DuUX6k2goWiOdORaUh7f4sq4rQ { top:3.6875rem;left:29rem;width:18.75rem;height:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdNRBMASuOZJOOIqzbgTs5dxTgtIuCu8 { top:24.5rem;left:24.375rem;width:23.375rem;height:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBE5arK4krz70RPgXZofGdoCihASqp33 { display:block; }#PBE5arK4krz70RPgXZofGdoCihASqp33 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PNbtDqQnnmHhusSX5LMNM3xpX7zJcpeR { top:4.6875rem;left:17.0625rem;width:30.6875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #voBUgrS98BE3H1EeAHiruWgbbAFZyu4B { top:11.625rem;left:20.5rem;width:27.25rem;height:26.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWND3oubtbMFtTpAOKVS5qwQ73uUPwS3 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #X8v4HKNVJhKIWH4mPqfedI7LHe8gB8xv { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #zf8ekoETNH38X7Va8hTqPw1dgWUc8Hm2 { top:5.125rem;left:0rem;width:40.3125rem;height:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7gXesxrEZzfPRheJQXSZTqdTl9iMVDc { width:27.375rem;height:4.125rem;top:40.75rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWrUrFDcG4CgT2GepFReTOymrt0aA1pT { display:block; }
 }@media only screen and (max-width: 763px) { #bJNA5vmBStWL51DTAvPgt3KeJi4wIxxI { top:28.1875rem;left:0rem;width:14.6875rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeaMsdzwCrVpxkLlprpw9ZoSxtPGLbfh { top:7.5625rem;left:21.875rem;width:25.875rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktQBL4gUmPLII3qmWTi7Z4sUrEFaM50C { display:none; }#ktQBL4gUmPLII3qmWTi7Z4sUrEFaM50C > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NAkVWTJstVfMOFQVhK8np9J6op7SrckP { display:block; }#NAkVWTJstVfMOFQVhK8np9J6op7SrckP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AI2hfTz2Csb8Sda5zwdFXMSDFyURqAIx { top:8.125rem;left:0rem;width:27.75rem;height:10.0625rem;font-size:1rem;display:block; }#AI2hfTz2Csb8Sda5zwdFXMSDFyURqAIx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0407836554962fb5b517a49be99da1515a997720.svg); }
 }@media only screen and (max-width: 763px) { #tO9rIeU6e2PgiPTtVT1TbGytFZIFRFRC { top:0rem;left:0rem;width:22.25rem;height:5.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G01W09mF9JxcMLUhqda8fO3fT6nzvnry { top:2.75rem;left:19.75rem;width:28rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFBL22NLvSTsJwZ9neZhgt3hIWBvtJVv { display:block; }#rFBL22NLvSTsJwZ9neZhgt3hIWBvtJVv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nHl0C8c51a73ZsprHl6DUuvzBAyN6Mcx { top:7.8125rem;left:22.3125rem;width:25.4375rem;height:4.375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyCDGFDyLPntpVuKTNzGqa1halDsz4Ta { top:1.3125rem;left:0rem;width:27rem;height:3.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFXvxXtNydn7Ub6C7CrZXn0maTCzsLxu { top:5rem;left:0rem;width:27.5625rem;height:31.0625rem;font-size:1rem;display:block; }#LFXvxXtNydn7Ub6C7CrZXn0maTCzsLxu li:before{  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP .widget-regular-label { width:25.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP .widget-input-text { width:25.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP .widget-input-text {padding-top: 0; padding-bottom: 0;}#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP .widget-textarea { width:25.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP .widget-input-select { width:25.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP .widget-input-select {padding-top: 0; padding-bottom: 0;}#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP .widget-input-button { width:25.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP .widget-checkbox-label { width:24.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP  { width:25.8125rem;height:auto;top:12.1875rem;left:19.4375rem; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP .radio-container { width:25.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP {display:block;}#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP { width:25.8125rem;height:auto;top:12.1875rem;left:19.4375rem; }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #AqTvHAVVlQIGISpqCGeRQCyGtODkdcfq {  }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #AqTvHAVVlQIGISpqCGeRQCyGtODkdcfq .container-column{width:50%;} }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #e5UPEIUAd7Tbophc8gfbTqe2OfTLSwax { display:block; }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #VZ2tXuagU33hdeKXf5xPB2mhVzb0yUU3 {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #STIkpQxUNeihTZBvECe5mhMTNiCbnGFm {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #nrRueIRmxdFMqnTc3Xr64My9wGZ6S9Ea {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #degxfIkllIHVdAI2ZZxTzmOequt0sDqf {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #KJfBLXDcGlAXgGnbvoqocQQVNVqkmn2b {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #TFHNxhOnsyknVarnCzzdNFRG6XlRUGP6 { display:block; }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #eqlz0IqTVf8vi4dOwMuqqE127fp7GzgQ {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #eady1D0eeo6sC2rgwUMzXPxgmSG2Dczf {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #rIGgO1vPRzBlyGrTW2QoAvavcOQ4wQ05 { display:block; }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #AKkWL4zpJrhTfZrDpuTW878DL466QLp1 {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #opoN4dTv9ruPeUrpIE8MuB2BasH0WyJ2 {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #xSR1TKua7P0yy4D6CvkDCqbFURff8Oto { display:block; }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #ErBPSkMtewdoG2DP9nKxgnIA1pgcC29L {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #UkmrIgxeKZoo2amqncX6nH4fnwfA93yT {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #JFZEchiPKZ3na3JTd7DyVFIfBHwRaknB { display:block; }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #BI72GPs46Zce2n5nI3QTVfEsFkfu3e7r {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #yb6A7XCeeGD8X7wQteAymEebmd2aXMop {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #zJ8tRfrlQ2TDBg989pd1lEnCFtKHQx1Z { display:block; }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #iQERTHT9TwlZtwcxtLzKs4SfWTlCSuhu {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #KnscnAPA1HCQJSAuuhkCf9RAvJJR5u84 {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #DJTN2QwmTRrg2SHZwWEvTOLLcMDLoech { display:block; }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #QGUuNplkqenpDRi6aUMPlTXT0sTifNyI {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #BxyTBhdwiE58JH4m7sZx6kkTPOZouPo1 {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #MNL4JuNAl4XcrwBBUEPdkQHWaOzLMfub {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #atbfXK2cvK4ZMAD9TgsXdss46MNQAlgN {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #RVDO57XpHCKT0CRQznewheStWgFFqecN {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #dQ8lKPvNIo8asIRSdvlO4pR0awyUKJEL { display:block; }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #zaFGeeQIVqbh0VBtCMhSyhfnDtQDIJPc {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #X6cvi24xHQlQbe3INE4SbtQKhKxzIZoD {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #TOhkpR7IaoVo3GDKSVZTvvx68cdyc5cx { display:block; }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #trPHcQ2mnsvMUm0pvRZiZeHNllzafZLt {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #Cy3URuG2nZ6TpmCOCxfGrLHbMus68TDG {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #enG81PLnlEe5sSJeI55rUXV8SW7TsMTV { display:block; }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #Tz8fSwXQHnh32mJmRZN0XUkTu2TbOOl6 {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #wC0s5iezp2UtbZZrzwB3Lg04NDz97fbQ {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #gHCriySuuRCGxzNBuOSgqmyryTiNinb2 { display:block; }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #qzFqXtRz6yOHVrEWWdmaGURQxxeiChGm {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #ZN5UkG2GO7R11dTqKEJWgg7XQD2wOvuw {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #N83afl1kQKwinkFWzIReQDgWTzHpxTyz {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #Ic3twwPLZEalIRm9zwOdgSww4ZIHQFtJ {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #pQNo899LZf0TCcVvJ8HlzPAOhPAtgT6s {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #k2oObpCh6iNiS7vZr0KayiRC2aw334aB {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #PHDl9ysTRdB3EqgggknhTRw6Fc2qrFKX {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #TFUFrkp8zJKNKZ2BS7HE9hQ065H2vQpL {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #A8wDgGU988ty2TA7peplQJuXNH9LNH11 {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #Jd1vZULZM4uz2ms5wcHz7T93PBFFg4E7 {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #mLS1wBaz8lr5B47ts0yn4srVdpDfE6BF {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #FMcWLdqWSmDxKIh8aDn318nTB3witO9f {  }
 }@media only screen and (max-width: 763px) { #BmbwDRmiLvTqwEklnSno8oFIvMuPpiyz { display:block; }
 }@media only screen and (max-width: 763px) { #Qbe3Tmv2rvDUWl9d4CLW82CTbDvkznsc { display:block; }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #XoadbiBTAfWM6GKE6scc5KSyryRQ96mk {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #dN3RBQxsEcyUcPSkE1Pk9mRvCC9S3UKe {  }
 }@media only screen and (max-width: 763px) { #gNHIJwkxx8CtzSDhkDAmspKBBDMNnfWU { top:76.0625rem;left:0rem;width:22.3125rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAiMCI6oOhtMO7SIqB22xnqpcLNE0BLV { top:73.875rem;left:0rem;width:10.3125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAvT9p8uJsotRz7a3UlOSN2ZbX68so6q { top:74.5625rem;left:0rem;width:29.3125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUWmbve3E6sBCXcFdxXi0ZZnhSGihADC { top:56.1875rem;left:0rem;width:27rem;height:3.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzv1FpIk9JrqJGz6ED7Wsot1ueRCLSNx { top:59.9375rem;left:0rem;width:27.5625rem;height:;font-size:1rem;display:block; }#qzv1FpIk9JrqJGz6ED7Wsot1ueRCLSNx li:before{  }
 }@media only screen and (max-width: 763px) { #I9CSIFoQupG53uztw2CZ9UKo27IRvARU .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; }
#I9CSIFoQupG53uztw2CZ9UKo27IRvARU .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#I9CSIFoQupG53uztw2CZ9UKo27IRvARU .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#I9CSIFoQupG53uztw2CZ9UKo27IRvARU { width:18rem;height:5.0625rem;display:flex;top:49.875rem;left:0rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #I9CSIFoQupG53uztw2CZ9UKo27IRvARU #XcC8H6yDfLSREtlDC0AgxIcTzsthTNSI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #I9CSIFoQupG53uztw2CZ9UKo27IRvARU #SuCIkB0gNGTMd6pJGGgCQIgwKtKs9ak3 {  }
 }@media only screen and (max-width: 763px) { #I9CSIFoQupG53uztw2CZ9UKo27IRvARU #GJ2JizMPEVs1NAu5t8eqhbqZd2pNHK9M {  }
 }@media only screen and (max-width: 763px) { #I9CSIFoQupG53uztw2CZ9UKo27IRvARU #sCx6ayQxE09rUAPcwg6FXgRLtZfmIMVR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #I9CSIFoQupG53uztw2CZ9UKo27IRvARU #CKyUSzkIn81q8UxTJwMytr1dzOLse7WG {  }
 }@media only screen and (max-width: 763px) { #I9CSIFoQupG53uztw2CZ9UKo27IRvARU #KMOSTmyfwHuXJLgktuXi1pXG4H04xcLU {  }
 }@media only screen and (max-width: 763px) { #I9CSIFoQupG53uztw2CZ9UKo27IRvARU #FrEorQMUEDtHEQNcDJDWbIlBbL1EsgAM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #I9CSIFoQupG53uztw2CZ9UKo27IRvARU #A6IafGleF1zDzVC0nz8ALNBsTwNWQLke {  }
 }@media only screen and (max-width: 763px) { #I9CSIFoQupG53uztw2CZ9UKo27IRvARU #QzqDa0mJMFLpkvsqnD9yav1Lr2yqymp6 {  }
 }@media only screen and (max-width: 763px) { #I9CSIFoQupG53uztw2CZ9UKo27IRvARU #kpRtNfJRQLm6Ey7HhJPd2tZ0HHcCoIQx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #I9CSIFoQupG53uztw2CZ9UKo27IRvARU #SUTBXMuN7PopG26VEKdWFhna3KkxGz0L {  }
 }@media only screen and (max-width: 763px) { #I9CSIFoQupG53uztw2CZ9UKo27IRvARU #x11AlU15JxC5zWCQEgzXU0aIdt836cCl {  }
 }@media only screen and (max-width: 763px) { #JP6RdiDDTR9M03ZxJ76E2mI14pipZ3ah { top:1.3125rem;left:19.5rem;width:28.25rem;height:100.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6bFFi8EA9uMq2I94hht1DOytkHUMrQO { top:39.75rem;left:0rem;width:27rem;height:3.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tk4TaeGggKfB5SobKzgf0BwLsR2ee6dc { top:43.375rem;left:0rem;width:27.5625rem;height:;font-size:1rem;display:block; }#tk4TaeGggKfB5SobKzgf0BwLsR2ee6dc li:before{  }
 }@media only screen and (max-width: 763px) { #MZTgiT9hsQNW4RcDLhDZsbJo5Ezxni4D { display:none; }#MZTgiT9hsQNW4RcDLhDZsbJo5Ezxni4D > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kwCr1N5KBNhzPJmVrNXKo0zmduWUEiPX { top:4.75rem;left:0rem;width:27rem;height:3.0625rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H4iUtByMszvgJFDLvOf9Rnehy4dKryth { top:3.3125rem;left:0rem;width:20rem;height:;font-size:1rem;display:none; }#H4iUtByMszvgJFDLvOf9Rnehy4dKryth li:before{  }
 }@media only screen and (max-width: 763px) { #fOkP65Pr10xyTFE0yCuGtR9ac1qtVviO { top:30.0625rem;left:0rem;width:27rem;height:3.0625rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KTgT5LIR5yRGW78u5Ah1OlKqJ8QCKnCS { top:53.1875rem;left:0rem;width:20rem;height:;font-size:1rem;display:none; }#KTgT5LIR5yRGW78u5Ah1OlKqJ8QCKnCS li:before{  }
 }@media only screen and (max-width: 763px) { #TST0RXTEMOds5hPSvPgFtaqrt9HCfC88 { top:33.6875rem;left:0rem;width:20rem;height:2.5rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PCQKo2XkyDu24WzETpASpc6DFvc7L7ur { top:37rem;left:0rem;width:20rem;height:;font-size:1rem;display:none; }#PCQKo2XkyDu24WzETpASpc6DFvc7L7ur li:before{  }
 }@media only screen and (max-width: 763px) { #Oz4kygTH47g9NbyhhfQ4UkfPDqMrXPJr { display:block; }#Oz4kygTH47g9NbyhhfQ4UkfPDqMrXPJr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ymDbwT0EHi7f89lU5mC58RGA1GHkCZP4 { top:1.8125rem;left:0rem;width:8.75rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sexQrTLqk0ityyfK5q86FclRGnWN0HyB { top:1.9375rem;left:3.3125rem;width:40.0625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvlenLxstAle6MoMFdTAB3arivXAZ1vl { width:15rem;height:2.8125rem;top:1.375rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpF1Ho9s5MSalorp2sHzThmtmLXiqkIF { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #C7GR2rv7L5Afh2AK0Cv0OMVIIxdeL4OA { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#C7GR2rv7L5Afh2AK0Cv0OMVIIxdeL4OA > .row .container { width:20rem;height:2.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZsIiP06VaxHVyzSILvdsrAGbAkCemouw { width:4.875rem;height:2.75rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIysAmCHBTWFIA8q8U18GgbnasnBHL38 { display:block; }
 }@media only screen and (max-width: 763px) { #FllNTPtuQGGe9dhWMip0pdhmADwSmDza { width:8.0625rem;height:2.75rem;top:0rem;left:5.53125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #b7k56pzSMswkVH13dcZqbqoI8PHxfT4I { display:block; }
 }@media only screen and (max-width: 763px) { #gyR9Hpha7mOwMnTZvtszTGJRuzf2eBgE { width:5.5625rem;height:2.75rem;top:0rem;left:14.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDsXWthVm3Zcxku3tDgA0EvPdvyV8JyL { display:block; }
 }@media only screen and (max-width: 763px) { #aZOJAirTL8oV4aJDiUNelgqSJpHG3cQn { width:8.0625rem;height:2.75rem;top:0rem;left:5.46875rem;font-size:1rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #agT5WxrS5D4E031QDgDkLTUyq0xeMesl { display:block; }
 }@media only screen and (max-width: 763px) { #TUP5UBtmDqWyJcnbl1RgpAB9wqg39lH5 { display:block; }#TUP5UBtmDqWyJcnbl1RgpAB9wqg39lH5 { border-width: 0; border-radius: 0; }#TUP5UBtmDqWyJcnbl1RgpAB9wqg39lH5 > .row .container { width:20rem;height:52.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qZV85WDCDzG6zwATKleDaUnUEpE3pFNM { width:9.4375rem;height:9.4375rem;top:42.341796875rem;left:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RcdI2D6zL15tucTeK93ZTsdCFLSU8aRP { width:16.875rem;height:24.875rem;top:7.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKSfQ9y6f4gOWU0dnlNTNg0oqKzs5u1F { width:17.875rem;height:12.5rem;top:34.00390625rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #beFIk2gCiOHQ97v51mR4ptFkeLavWNJZ { width:17.875rem;height:16.4375rem;top:95.610375rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LcVGxhVQt4aFtHMvJvb5Vn8ZkVNo0Tuf { width:15.4375rem;height:8.8125rem;top:113.485375rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wtc9AyOPiefvuk2mTC08gbhOTvlGnOuU { width:16.875rem;height:5.4375rem;top:41.07421875rem;left:1.5625rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #wp5uFXWCQGOeyfr5TOUG28rtI3NkdVmf { width:16.875rem;height:3.75rem;top:33.8603515625rem;left:1.53125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FV9aK26KsMq8h4I4iMTygOkETdsJzm9c { display:block; }
 }@media only screen and (max-width: 763px) { #MnEpZhm3b5kJqIDRdHCxPd2fnNBlBBTD { width:8.4375rem;height:1.875rem;top:4.25rem;left:5.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #skk7n2ld57FykmVQpUkg9ryEQvNfsmTp { width:16.875rem;height:16.8125rem;top:41.5rem;left:1.5625rem;z-index:14985;display:none; }
 }@media only screen and (max-width: 763px) { #i4Xk40vgDt1r0Qp7QXcoVy2fCFxBfKIN { width:2.875rem;height:2.875rem;top:38.3125rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEriqX4WlLDATs1BuXiNzU25N4ZmKV49 { width:3rem;height:3rem;top:4.25rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQKowXmqqSCQb2fVI5GShprIUhod7CUM { width:2.1875rem;height:2.1875rem;top:46.94921875rem;left:5.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgaf92y0K5WZQHUcRdvBP8h1L4HcLPHB { width:2.1875rem;height:2.1875rem;top:22.04296875rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPpPSehh04RhDL8vp6uSUh7h62sp8t7G { width:5.0625rem;height:1.4624rem;top:38.9375rem;left:1.53125rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #TJIf51DuUX6k2goWiOdORaUh7f4sq4rQ { width:10.25rem;height:1.4624rem;top:49.13671875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #cdNRBMASuOZJOOIqzbgTs5dxTgtIuCu8 { width:10.875rem;height:1.4624rem;top:47.3125rem;left:9.125rem;font-size:1.125rem;text-align:right;text-align-last:right;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #PBE5arK4krz70RPgXZofGdoCihASqp33 { display:block; }#PBE5arK4krz70RPgXZofGdoCihASqp33 > .row .container { width:20rem;height:2.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:62.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PNbtDqQnnmHhusSX5LMNM3xpX7zJcpeR { width:17.5rem;height:4.7119125rem;top:1.25rem;left:0rem;font-size:1.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #voBUgrS98BE3H1EeAHiruWgbbAFZyu4B { width:20rem;height:25.5937625rem;top:28.46484375rem;left:0.15625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sWND3oubtbMFtTpAOKVS5qwQ73uUPwS3 { top:1.25rem;left:0rem;width:0.124511875rem;height:9.624rem;z-index:14996;background-color:#2c3337;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #X8v4HKNVJhKIWH4mPqfedI7LHe8gB8xv { top:1.25rem;left:0rem;width:0.124511875rem;height:9.4995rem;z-index:14992;background-color:#2c3337;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zf8ekoETNH38X7Va8hTqPw1dgWUc8Hm2 { width:20rem;height:18.75rem;top:8.96484375rem;left:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #Z7gXesxrEZzfPRheJQXSZTqdTl9iMVDc { width:20rem;height:3.5rem;top:56.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWrUrFDcG4CgT2GepFReTOymrt0aA1pT { display:block; }
 }@media only screen and (max-width: 763px) { #bJNA5vmBStWL51DTAvPgt3KeJi4wIxxI { width:7.1875rem;height:7.1875rem;top:19.65234375rem;left:1.25rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #DeaMsdzwCrVpxkLlprpw9ZoSxtPGLbfh { width:20rem;height:2.2749rem;top:6.05859375rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ktQBL4gUmPLII3qmWTi7Z4sUrEFaM50C { display:block; }#ktQBL4gUmPLII3qmWTi7Z4sUrEFaM50C > .row .container { width:20rem;height:2.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NAkVWTJstVfMOFQVhK8np9J6op7SrckP { display:block; }#NAkVWTJstVfMOFQVhK8np9J6op7SrckP > .row .container { width:20rem;height:21.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AI2hfTz2Csb8Sda5zwdFXMSDFyURqAIx { width:20rem;height:8.996125rem;top:9.1640625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#AI2hfTz2Csb8Sda5zwdFXMSDFyURqAIx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0407836554962fb5b517a49be99da1515a997720.svg); }
 }@media only screen and (max-width: 763px) { #tO9rIeU6e2PgiPTtVT1TbGytFZIFRFRC { width:20rem;height:4.7119125rem;top:2.9326171875rem;left:0rem;font-size:1.8125rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G01W09mF9JxcMLUhqda8fO3fT6nzvnry { width:20rem;height:11.25rem;top:19.4101875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rFBL22NLvSTsJwZ9neZhgt3hIWBvtJVv { display:block; }#rFBL22NLvSTsJwZ9neZhgt3hIWBvtJVv > .row .container { width:20rem;height:104.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nHl0C8c51a73ZsprHl6DUuvzBAyN6Mcx { width:16.0605625rem;height:2.51855625rem;top:8.4736328125rem;left:1.96875rem;font-size:1.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #iyCDGFDyLPntpVuKTNzGqa1halDsz4Ta { width:20rem;height:0;top:77rem;left:0rem;font-size:1.8125rem;line-height:1.4;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #LFXvxXtNydn7Ub6C7CrZXn0maTCzsLxu { width:20rem;height:0;top:80.375rem;left:0rem;font-size:1rem;display:none; }#LFXvxXtNydn7Ub6C7CrZXn0maTCzsLxu li:before{  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.875rem;overflow:hidden;height:auto; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP .widget-input-text {padding-top: 0; padding-bottom: 0;}#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP .widget-input-select {padding-top: 0; padding-bottom: 0;}#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden;text-align:center;text-align-last:center;line-height:1.2; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP [class*="-text"]:-moz-placeholder { font-family:poppins;font-size:0.75rem; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP [class*="-text"]::-moz-placeholder { font-family:poppins;font-size:0.75rem; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP [class*="-text"]:-ms-input-placeholder { font-family:poppins;font-size:0.75rem; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP [class*="-text"]::-webkit-input-placeholder { font-family:poppins;font-size:0.75rem; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP  { width:17.5rem;height:auto;top:10.9921875rem;left:0rem; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP {display:block;}#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP { width:17.5rem;height:auto;top:10.9921875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #AqTvHAVVlQIGISpqCGeRQCyGtODkdcfq {  }
#B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #AqTvHAVVlQIGISpqCGeRQCyGtODkdcfq .container-column{width:50%;} }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #e5UPEIUAd7Tbophc8gfbTqe2OfTLSwax { display:block; }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #VZ2tXuagU33hdeKXf5xPB2mhVzb0yUU3 {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #STIkpQxUNeihTZBvECe5mhMTNiCbnGFm {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #nrRueIRmxdFMqnTc3Xr64My9wGZ6S9Ea {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #degxfIkllIHVdAI2ZZxTzmOequt0sDqf {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #KJfBLXDcGlAXgGnbvoqocQQVNVqkmn2b {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #TFHNxhOnsyknVarnCzzdNFRG6XlRUGP6 { display:block; }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #eqlz0IqTVf8vi4dOwMuqqE127fp7GzgQ {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #eady1D0eeo6sC2rgwUMzXPxgmSG2Dczf {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #rIGgO1vPRzBlyGrTW2QoAvavcOQ4wQ05 { display:block; }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #AKkWL4zpJrhTfZrDpuTW878DL466QLp1 {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #opoN4dTv9ruPeUrpIE8MuB2BasH0WyJ2 {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #xSR1TKua7P0yy4D6CvkDCqbFURff8Oto { display:block; }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #ErBPSkMtewdoG2DP9nKxgnIA1pgcC29L {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #UkmrIgxeKZoo2amqncX6nH4fnwfA93yT {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #JFZEchiPKZ3na3JTd7DyVFIfBHwRaknB { display:block; }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #BI72GPs46Zce2n5nI3QTVfEsFkfu3e7r {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #yb6A7XCeeGD8X7wQteAymEebmd2aXMop {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #zJ8tRfrlQ2TDBg989pd1lEnCFtKHQx1Z { display:block; }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #iQERTHT9TwlZtwcxtLzKs4SfWTlCSuhu {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #KnscnAPA1HCQJSAuuhkCf9RAvJJR5u84 {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #DJTN2QwmTRrg2SHZwWEvTOLLcMDLoech { display:block; }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #QGUuNplkqenpDRi6aUMPlTXT0sTifNyI {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #BxyTBhdwiE58JH4m7sZx6kkTPOZouPo1 {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #MNL4JuNAl4XcrwBBUEPdkQHWaOzLMfub {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #atbfXK2cvK4ZMAD9TgsXdss46MNQAlgN {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #RVDO57XpHCKT0CRQznewheStWgFFqecN {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #dQ8lKPvNIo8asIRSdvlO4pR0awyUKJEL { display:block; }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #zaFGeeQIVqbh0VBtCMhSyhfnDtQDIJPc {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #X6cvi24xHQlQbe3INE4SbtQKhKxzIZoD {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #TOhkpR7IaoVo3GDKSVZTvvx68cdyc5cx { display:block; }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #trPHcQ2mnsvMUm0pvRZiZeHNllzafZLt {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #Cy3URuG2nZ6TpmCOCxfGrLHbMus68TDG {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #enG81PLnlEe5sSJeI55rUXV8SW7TsMTV { display:block; }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #Tz8fSwXQHnh32mJmRZN0XUkTu2TbOOl6 {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #wC0s5iezp2UtbZZrzwB3Lg04NDz97fbQ {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #gHCriySuuRCGxzNBuOSgqmyryTiNinb2 { display:block; }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #qzFqXtRz6yOHVrEWWdmaGURQxxeiChGm {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #ZN5UkG2GO7R11dTqKEJWgg7XQD2wOvuw {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #N83afl1kQKwinkFWzIReQDgWTzHpxTyz {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #Ic3twwPLZEalIRm9zwOdgSww4ZIHQFtJ {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #pQNo899LZf0TCcVvJ8HlzPAOhPAtgT6s {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #k2oObpCh6iNiS7vZr0KayiRC2aw334aB {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #PHDl9ysTRdB3EqgggknhTRw6Fc2qrFKX {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #TFUFrkp8zJKNKZ2BS7HE9hQ065H2vQpL {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #A8wDgGU988ty2TA7peplQJuXNH9LNH11 {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #Jd1vZULZM4uz2ms5wcHz7T93PBFFg4E7 {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #mLS1wBaz8lr5B47ts0yn4srVdpDfE6BF {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #FMcWLdqWSmDxKIh8aDn318nTB3witO9f {  }
 }@media only screen and (max-width: 763px) { #BmbwDRmiLvTqwEklnSno8oFIvMuPpiyz { display:block; }
 }@media only screen and (max-width: 763px) { #Qbe3Tmv2rvDUWl9d4CLW82CTbDvkznsc { display:block; }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #XoadbiBTAfWM6GKE6scc5KSyryRQ96mk {  }
 }@media only screen and (max-width: 763px) { #B1rtgAn8acbnFwfqViOhS3Ogxb67kqhP #dN3RBQxsEcyUcPSkE1Pk9mRvCC9S3UKe {  }
 }@media only screen and (max-width: 763px) { #gNHIJwkxx8CtzSDhkDAmspKBBDMNnfWU { width:20rem;height:0;top:142.71094894409rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JAiMCI6oOhtMO7SIqB22xnqpcLNE0BLV { width:6.875rem;height:6.8125rem;top:78.818752288819rem;left:1.9695313572884rem;display:none; }
 }@media only screen and (max-width: 763px) { #KAvT9p8uJsotRz7a3UlOSN2ZbX68so6q { width:20rem;height:9.9375rem;top:142.06718444824rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AUWmbve3E6sBCXcFdxXi0ZZnhSGihADC { width:20rem;height:0;top:101.9375rem;left:0rem;font-size:1.8125rem;line-height:1.4;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #qzv1FpIk9JrqJGz6ED7Wsot1ueRCLSNx { width:20rem;height:0;top:105.6875rem;left:0rem;font-size:1rem;display:none; }#qzv1FpIk9JrqJGz6ED7Wsot1ueRCLSNx li:before{  }
 }@media only screen and (max-width: 763px) { #I9CSIFoQupG53uztw2CZ9UKo27IRvARU .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; }
#I9CSIFoQupG53uztw2CZ9UKo27IRvARU .widget-text.counter-number { padding-top:0.443125rem;padding-right:0.40125rem;padding-bottom:0.443125rem;padding-left:0.40125rem;width:2.406875rem;min-width:2.406875rem;height:2.381875rem;font-size:1.773125rem;line-height:38.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; }
#I9CSIFoQupG53uztw2CZ9UKo27IRvARU .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.276875rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.208125rem;height:0.940625rem;font-size:0.665rem;line-height:15.05px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#I9CSIFoQupG53uztw2CZ9UKo27IRvARU { width:16.8125rem;height:4.485625rem;display:flex;top:2.75rem;left:1.50390625rem;z-index:15019;padding-top:0.07rem;padding-right:0.088125rem;padding-bottom:0.07rem;padding-left:0.088125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #I9CSIFoQupG53uztw2CZ9UKo27IRvARU #XcC8H6yDfLSREtlDC0AgxIcTzsthTNSI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #I9CSIFoQupG53uztw2CZ9UKo27IRvARU #SuCIkB0gNGTMd6pJGGgCQIgwKtKs9ak3 {  }
 }@media only screen and (max-width: 763px) { #I9CSIFoQupG53uztw2CZ9UKo27IRvARU #GJ2JizMPEVs1NAu5t8eqhbqZd2pNHK9M {  }
 }@media only screen and (max-width: 763px) { #I9CSIFoQupG53uztw2CZ9UKo27IRvARU #sCx6ayQxE09rUAPcwg6FXgRLtZfmIMVR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #I9CSIFoQupG53uztw2CZ9UKo27IRvARU #CKyUSzkIn81q8UxTJwMytr1dzOLse7WG {  }
 }@media only screen and (max-width: 763px) { #I9CSIFoQupG53uztw2CZ9UKo27IRvARU #KMOSTmyfwHuXJLgktuXi1pXG4H04xcLU {  }
 }@media only screen and (max-width: 763px) { #I9CSIFoQupG53uztw2CZ9UKo27IRvARU #FrEorQMUEDtHEQNcDJDWbIlBbL1EsgAM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #I9CSIFoQupG53uztw2CZ9UKo27IRvARU #A6IafGleF1zDzVC0nz8ALNBsTwNWQLke {  }
 }@media only screen and (max-width: 763px) { #I9CSIFoQupG53uztw2CZ9UKo27IRvARU #QzqDa0mJMFLpkvsqnD9yav1Lr2yqymp6 {  }
 }@media only screen and (max-width: 763px) { #I9CSIFoQupG53uztw2CZ9UKo27IRvARU #kpRtNfJRQLm6Ey7HhJPd2tZ0HHcCoIQx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #I9CSIFoQupG53uztw2CZ9UKo27IRvARU #SUTBXMuN7PopG26VEKdWFhna3KkxGz0L {  }
 }@media only screen and (max-width: 763px) { #I9CSIFoQupG53uztw2CZ9UKo27IRvARU #x11AlU15JxC5zWCQEgzXU0aIdt836cCl {  }
 }@media only screen and (max-width: 763px) { #JP6RdiDDTR9M03ZxJ76E2mI14pipZ3ah { width:20rem;height:101.4375rem;top:1.646484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6bFFi8EA9uMq2I94hht1DOytkHUMrQO { width:20rem;height:auto;top:39.75rem;left:0rem;font-size:1.8125rem;line-height:1.4;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #tk4TaeGggKfB5SobKzgf0BwLsR2ee6dc { width:20rem;height:auto;top:43.375rem;left:0rem;font-size:1rem;display:none; }#tk4TaeGggKfB5SobKzgf0BwLsR2ee6dc li:before{  }
 }@media only screen and (max-width: 763px) { #MZTgiT9hsQNW4RcDLhDZsbJo5Ezxni4D { background-color:#2a2c32;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MZTgiT9hsQNW4RcDLhDZsbJo5Ezxni4D > .row .container { background-color: transparent; background-image: none; }#MZTgiT9hsQNW4RcDLhDZsbJo5Ezxni4D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZTgiT9hsQNW4RcDLhDZsbJo5Ezxni4D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZTgiT9hsQNW4RcDLhDZsbJo5Ezxni4D > .row .container > .video-iframe-container { display: none; }#MZTgiT9hsQNW4RcDLhDZsbJo5Ezxni4D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZTgiT9hsQNW4RcDLhDZsbJo5Ezxni4D > .row > .video-iframe-container { display: none; }#MZTgiT9hsQNW4RcDLhDZsbJo5Ezxni4D > .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); }#MZTgiT9hsQNW4RcDLhDZsbJo5Ezxni4D > .row .container { border-width: 0; border-radius: 0; }#MZTgiT9hsQNW4RcDLhDZsbJo5Ezxni4D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MZTgiT9hsQNW4RcDLhDZsbJo5Ezxni4D > .row .container { width:20rem;height:65.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kwCr1N5KBNhzPJmVrNXKo0zmduWUEiPX { width:20rem;height:2.5371125rem;top:0rem;left:0rem;font-size:1.8125rem;line-height:1.4;text-align:left;text-align-last:left;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #H4iUtByMszvgJFDLvOf9Rnehy4dKryth { width:20rem;height:28.21875rem;top:3.3623046875rem;left:0rem;font-size:1rem;z-index:15008;display:block; }#H4iUtByMszvgJFDLvOf9Rnehy4dKryth li:before{  }
 }@media only screen and (max-width: 763px) { #fOkP65Pr10xyTFE0yCuGtR9ac1qtVviO { width:20rem;height:2.5371125rem;top:49.75rem;left:0rem;font-size:1.8125rem;line-height:1.4;text-align:left;text-align-last:left;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #KTgT5LIR5yRGW78u5Ah1OlKqJ8QCKnCS { width:20rem;height:;top:53.1875rem;left:0rem;font-size:1rem;z-index:15009;display:block; }#KTgT5LIR5yRGW78u5Ah1OlKqJ8QCKnCS li:before{  }
 }@media only screen and (max-width: 763px) { #TST0RXTEMOds5hPSvPgFtaqrt9HCfC88 { width:20rem;height:2.5371125rem;top:33.6875rem;left:0rem;font-size:1.8125rem;line-height:1.4;text-align:left;text-align-last:left;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #PCQKo2XkyDu24WzETpASpc6DFvc7L7ur { width:20rem;height:;top:37.0498046875rem;left:0rem;font-size:1rem;z-index:15009;display:block; }#PCQKo2XkyDu24WzETpASpc6DFvc7L7ur li:before{  }
 }@media only screen and (max-width: 763px) { #Oz4kygTH47g9NbyhhfQ4UkfPDqMrXPJr { display:block; }#Oz4kygTH47g9NbyhhfQ4UkfPDqMrXPJr > .row .container { width:20rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ymDbwT0EHi7f89lU5mC58RGA1GHkCZP4 { width:6.0620125rem;height:1.25rem;top:1.25rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sexQrTLqk0ityyfK5q86FclRGnWN0HyB { width:17.5rem;height:2.923825rem;top:3.75rem;left:1.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZvlenLxstAle6MoMFdTAB3arivXAZ1vl { width:17.40525rem;height:2.78125rem;top:7.92480625rem;left:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zpF1Ho9s5MSalorp2sHzThmtmLXiqkIF { display:block; }
 }