.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;
}
@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:#ffffff;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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 { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:50.8125rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#qTquwcFMqJA45TiHbP1s8kz3qynETTJq { position:absolute;display:block;z-index:15002;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:25rem;width:37.5rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#yOcRGCNJsHBrwm3QTiDnTsX8IQR2dJDD { color:#1e1e1e;display:block;width:20.8125rem;position:absolute;font-family:archivo;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1;letter-spacing:0;top:1.25rem;left:38.375000953674rem;height:1.125rem;display:block; }
#irqqZ18PXAT7FzL2vrEeS1Tv8TFA4ZQA { color:#be0000;display:block;width:17.4375rem;position:absolute;font-family:"amazon font semibold";font-size:4.875rem;font-weight:normal;z-index:15010;line-height:1;letter-spacing:0;top:3.125rem;left:38.375rem;height:4.875rem;display:block; }
#cgseXOT3t6BFkhB4UxTTZLTbEVeFpc4m { color:#be0000;display:block;width:30.625rem;position:absolute;font-family:"amazon font semibold";font-size:3rem;font-weight:normal;z-index:15011;line-height:1;letter-spacing:0;top:7.6875rem;left:38.5rem;height:3rem;display:block; }
#J1I4UXZ3t8blTR5rIiLG30fWXTtoO8ix { color:#1e1e1e;display:block;width:30rem;position:absolute;font-family:archivo;font-size:1.3125rem;font-weight:normal;z-index:15011;line-height:1;letter-spacing:0;top:11.875rem;left:38.5rem;height:6.5625rem;display:block; }
#siXJTadE8DfiWx7RrzX2qyI4LpM0XZfi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:44.25rem;left:39rem; }
#iE4THOy1S6ys6D3T8xqp3zJf6cEt1UOE { background-color:#00ae40;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.125rem 0.5625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.4375rem;height:3.375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:43.4375rem;left:38.6875rem;display:block; }
#udWEXcZnVeWTGNQXNEUhTEKtT6zFdGJW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hgso21Shiruanrw80N3aM0MQO1kvqhGi { color:#000000;display:block;width:17.5rem;position:absolute;font-family:archivo;font-size:0.8125rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:41.5rem;left:38.6875rem;height:0.8125rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#P0gVMS6GMANoen3FNItL7suOAxzWZPPd { color:#fa0000;display:block;width:15.5rem;position:absolute;font-family:"amazon font semibold";font-size:4.875rem;font-weight:normal;z-index:15007;line-height:1;letter-spacing:0;text-shadow:0.625rem 1.3125rem 1.25rem #ffffff;top:36.625rem;left:38.5rem;height:4.875rem;display:block; }
#qevQ8gZR5aRa7Cd7EX8ttvyRfHRlWTf0 { color:#000000;display:block;width:2.75rem;position:absolute;font-family:archivo;font-size:1rem;font-weight:300;z-index:15009;line-height:1;letter-spacing:0;top:33.6875rem;left:38.6875rem;height:1rem;font-style:normal;display:block; }
#zPKp6zpc4klphEFfKZQG4VvAe6uR2FPa { color:#000000;display:block;width:18.875rem;position:absolute;font-family:archivo;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1;letter-spacing:0;top:20.125rem;left:38.5rem;height:9.1875rem;font-style:normal;display:block; }#zPKp6zpc4klphEFfKZQG4VvAe6uR2FPa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zPKp6zpc4klphEFfKZQG4VvAe6uR2FPa li:before{  }
#cSHxT1mMhBKZBgotzaFsZZAdy8M3Fbwc { color:#1e1e1e;display:block;width:19.5rem;position:absolute;font-family:"amazon font semibold";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:18.4375rem;left:38.5rem;height:1.375rem;display:block; }
#v29pfL1sVQmOtHy1rNLuLOuFZ1bEllcR { color:#1e1e1e;display:block;width:11.75rem;position:absolute;font-family:"amazon font semibold";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:31.6875rem;left:38.6875rem;height:1.375rem;display:block; }
#VWxs0gEyR3qKx0MKaIEISicwoZUybXAK { position:absolute;display:block;z-index:15003;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:35.625rem;width:35.625rem;top:15.1875rem;left:0.9375rem;overflow:hidden;display:block; }
#teT8xU2EAnZ5apJLFBsc8B7vltPGBzSo { box-sizing:content-box;height:8.8125rem;width:28.8125rem;position:absolute;display:block;z-index:15023;background-color:#eaeaea;background-image:none;top:38.550000190735rem;left:4.34375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#ffIGxAXh7mtIBw8qMP14bniziMVTDWbT { color:#1e1e1e;display:block;width:19.8125rem;position:absolute;font-family:"amazon font semibold";font-size:2.375rem;font-weight:normal;z-index:15025;line-height:1;letter-spacing:0;top:38.800000190735rem;left:9.436718940735rem;height:2.375rem;text-align:center;text-align-last:center;display:block; }
#XCfPw9mDaxSfq3HdifyucvwlFIi6xNFp { color:#1e1e1e;display:block;width:19.8125rem;position:absolute;font-family:archivo;font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.1;letter-spacing:0;top:41.237500190735rem;left:8.842968940735rem;height:5.5rem;text-align:center;text-align-last:center;display:block; }
#Dix1tkSgEcPimybrmANAmzxpAhqfEuyp { color:#be0000;display:block;width:30.625rem;position:absolute;font-family:"amazon font semibold";font-size:3rem;font-weight:normal;z-index:15011;line-height:1;letter-spacing:0;top:7.25rem;left:38.500000953674rem;height:3rem;display:none; }
#UeefKNBpTfd8pUUKfyKo2oKgB0LTa555 { color:#d20910;display:block;width:23.375rem;position:absolute;font-family:"amazon font semibold";font-size:3.625rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:7.9375rem;left:36.8125rem;height:3.625rem;display:none; }
#nF65mmQMIidcAWk1378tbU1qcJTwBkvA { position:absolute;display:block;z-index:15003;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:9.5rem;width:14.25rem;top:13.125rem;left:37.062500953674rem;overflow:hidden;display:none; }
#MTS5pBWSSzV0W2XJOAk24FQH3e6CyaqE { color:#1e1e1e;display:block;width:11.75rem;position:absolute;font-family:"amazon font semibold";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:32.8125rem;left:38.500000953674rem;height:1.375rem;display:none; }
#ddiNCV5g6vIcRq0TDalG6mTN52Ce88K1 { color:#000000;display:block;width:2.75rem;position:absolute;font-family:archivo;font-size:1rem;font-weight:300;z-index:15009;line-height:1;letter-spacing:0;top:34.862501144409rem;left:38.500000953674rem;height:1rem;font-style:normal;display:none; }
#AaX0lenGeAsVe9dwulwBlZ59iKSzmXi2 { color:#be0000;display:block;width:15.5rem;position:absolute;font-family:"amazon font semibold";font-size:4.875rem;font-weight:normal;z-index:15007;line-height:1;letter-spacing:0;text-shadow:0.625rem 1.3125rem 1.25rem #ffffff;top:35.925001144409rem;left:38.500000953674rem;height:4.875rem;display:none; }
#MV6SQsF4eC0R4FpvScE2ErUXrR2n0eel { color:#000000;display:block;width:17.5rem;position:absolute;font-family:archivo;font-size:0.8125rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:40.987501144409rem;left:38.500000953674rem;height:0.8125rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#hi228MuR6y5QurlzeLz78vImDMDfz3Et { color:#1e1e1e;display:block;width:11.75rem;position:absolute;font-family:"amazon font semibold";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:32.8125rem;left:38.500000953674rem;height:1.375rem;display:none; }
#NiQPCAao6w3ONvo9W1PTAJ82Sp1XxMHu { color:#be0000;display:block;width:15.5rem;position:absolute;font-family:"amazon font semibold";font-size:4.875rem;font-weight:normal;z-index:15007;line-height:1;letter-spacing:0;text-shadow:0.625rem 1.3125rem 1.25rem #ffffff;top:35.925001144409rem;left:38.500000953674rem;height:4.875rem;display:none; }
#IAFnsmL6COTShoqibXP14QbcGba8lsHo { color:#be0000;display:block;width:17.4375rem;position:absolute;font-family:"amazon font semibold";font-size:4.875rem;font-weight:normal;z-index:15010;line-height:1;letter-spacing:0;top:2.6875rem;left:38.375000953674rem;height:4.875rem;display:none; }
#liUXZCbWwb9NC4ilPcSIw0gTA97ADVT8 { color:#000000;display:block;width:31.125rem;position:absolute;font-family:"amazon font semibold";font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:3.3484373092651rem;left:3.6875rem;height:4.875rem;display:none; }
#XSHielvrXeTxxdp94PphxrR0AtCXOAnm { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#keALeDmcZl1RBkqvzUoCnNM2Lu1RGcP3 .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; }
#keALeDmcZl1RBkqvzUoCnNM2Lu1RGcP3 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#keALeDmcZl1RBkqvzUoCnNM2Lu1RGcP3 .widget-text.counter-label { background-color:;background-image:none;color:#000000;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;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:arial;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#keALeDmcZl1RBkqvzUoCnNM2Lu1RGcP3 { 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:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;z-index:1;display:none; }
#keALeDmcZl1RBkqvzUoCnNM2Lu1RGcP3 #B09FPzEm8kk498N20I22xoovdoDFCyVk { display:flex;position:relative;top:0rem;left:0rem; }
#keALeDmcZl1RBkqvzUoCnNM2Lu1RGcP3 #BdMg7TUNzkgaNkmK8rdTdCzHfTaTUTlB { width:auto; }
#keALeDmcZl1RBkqvzUoCnNM2Lu1RGcP3 #Kb5TLEHKUDMhRxcPTh2k0TNuwT5ZxPSB {  }
#keALeDmcZl1RBkqvzUoCnNM2Lu1RGcP3 #aJgmrV9LyWqsTPJRsm9R2bfziXNfRqLg { display:flex;position:relative;top:0rem;left:0rem; }
#keALeDmcZl1RBkqvzUoCnNM2Lu1RGcP3 #Vy8nSXfqvIJfGkpqcBWgtgy0QMs0Fswb {  }
#keALeDmcZl1RBkqvzUoCnNM2Lu1RGcP3 #FQMdUaXswfIUmxUDtwVbAOfT8wGBVfE5 {  }
#keALeDmcZl1RBkqvzUoCnNM2Lu1RGcP3 #OxxiQSibAvHi6PCEP5KQyCMfip5gaMXx { display:flex;position:relative;top:0rem;left:0rem; }
#keALeDmcZl1RBkqvzUoCnNM2Lu1RGcP3 #gHPJr7fm024iuH9mLWmmmgeBSIyTI3kN {  }
#keALeDmcZl1RBkqvzUoCnNM2Lu1RGcP3 #Dzcil0quNm3CxbFt5JQtOQls7byOyAIl {  }
#keALeDmcZl1RBkqvzUoCnNM2Lu1RGcP3 #oP2GsNpx3ffx3bEiMi8daBlNJvHoxQRL { display:flex;position:relative;top:0rem;left:0rem; }
#keALeDmcZl1RBkqvzUoCnNM2Lu1RGcP3 #qGdViHrTrvoo940hg6pTzGhWoaiGPqPR {  }
#keALeDmcZl1RBkqvzUoCnNM2Lu1RGcP3 #kNA4ogz9fttG43aEdoegNJxb7vG2f6hf {  }
#dipS7vWCIuEKGwBTGDg6XXTwk03vZT7I { color:#1e1e1e;display:block;width:19.5rem;position:absolute;font-family:"amazon font semibold";font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:16.987501144409rem;left:40.062500953674rem;height:1.375rem;display:none; }
#XhBs8yddexvrCUehoqGOqC8hyPlQ4AJy { color:#1e1e1e;display:block;width:19.5rem;position:absolute;font-family:"amazon font semibold";font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:16.9375rem;left:39.5rem;height:1.375rem;display:none; }#XhBs8yddexvrCUehoqGOqC8hyPlQ4AJy li:before{  }
#TwDHk3waBPqDtwAJnTZ4mWV9g3fHDzKA { color:#1e1e1e;display:block;width:6.1875rem;position:absolute;font-family:archivo;font-size:1.625rem;font-weight:300;z-index:15006;line-height:1;letter-spacing:0;top:35.0625rem;left:38.6875rem;height:1.625rem;font-style:normal;display:block; }
#X9GXE2nrIQKpPnxTEmgTJ6GI50oocFOA { position:absolute;display:block;z-index:15003;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:9.5rem;width:9.5rem;top:13.125rem;left:37.062500953674rem;overflow:hidden;display:none; }
#g6Ux8h1LxmDfuxTGwgCbJMMRS7K3cChC { color:#000000;display:block;width:31.125rem;position:absolute;font-family:"amazon font semibold";font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:3.3484373092651rem;left:3.6875rem;height:4.875rem;display:none; }
#Pe6zasmnV7UHlA1f4XXqFLeROC6ZR9Mw { color:#000000;display:block;width:31.125rem;position:absolute;font-family:"amazon font semibold";font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:3.3484373092651rem;left:3.6875rem;height:4.875rem;display:none; }
#En7SQUqQ279bNJ9BoR2eTzw6H96GRPD5 { color:#000000;display:block;width:31.125rem;position:absolute;font-family:"amazon font semibold";font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:3.3484373092651rem;left:3.6875rem;height:4.875rem;display:none; }
#pacImA7lVChimuo1WdMAAprpRTQtksGJ { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#yX4a1VaM8gWKAKQWGZEveUGCmm7aRmhi { border-top:0.1875rem dotted #ffffff;border-left:0.1875rem dotted #ffffff;border-right:0.1875rem dotted #ffffff;border-bottom:0.1875rem dotted #ffffff;background-color:#be0000;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; }#yX4a1VaM8gWKAKQWGZEveUGCmm7aRmhi > .row .container { background-color: transparent; background-image: none; }#yX4a1VaM8gWKAKQWGZEveUGCmm7aRmhi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yX4a1VaM8gWKAKQWGZEveUGCmm7aRmhi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yX4a1VaM8gWKAKQWGZEveUGCmm7aRmhi > .row .container > .video-iframe-container { display: none; }#yX4a1VaM8gWKAKQWGZEveUGCmm7aRmhi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yX4a1VaM8gWKAKQWGZEveUGCmm7aRmhi > .row > .video-iframe-container { display: none; }#yX4a1VaM8gWKAKQWGZEveUGCmm7aRmhi > .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); }#yX4a1VaM8gWKAKQWGZEveUGCmm7aRmhi > .row .container { border-width: 0; border-radius: 0; }#yX4a1VaM8gWKAKQWGZEveUGCmm7aRmhi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yX4a1VaM8gWKAKQWGZEveUGCmm7aRmhi > .row .container { font-size:0.875rem;font-family:arial;height:7.1375rem;width:75rem;position:relative;display:block; }#r9xrWfHOwIUnho4ay6d43EOzvriI79sF { color:#ffffff;display:block;width:74.5625rem;position:absolute;font-family:"amazon font semibold";font-size:2.375rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:2.1867179870606rem;left:0.093750953674319rem;height:2.375rem;text-align:center;text-align-last:center;display:block; }
#qJXS7ZGT1pMDQBOaR5boOaotnzghlyTp { position:relative;display:block; }#qJXS7ZGT1pMDQBOaR5boOaotnzghlyTp { background-color: transparent; background-image: none; }#qJXS7ZGT1pMDQBOaR5boOaotnzghlyTp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJXS7ZGT1pMDQBOaR5boOaotnzghlyTp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJXS7ZGT1pMDQBOaR5boOaotnzghlyTp > .row .container > .video-iframe-container { display: none; }#qJXS7ZGT1pMDQBOaR5boOaotnzghlyTp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJXS7ZGT1pMDQBOaR5boOaotnzghlyTp > .row > .video-iframe-container { display: none; }#qJXS7ZGT1pMDQBOaR5boOaotnzghlyTp > .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); }#qJXS7ZGT1pMDQBOaR5boOaotnzghlyTp { border-width: 0; border-radius: 0; }#qJXS7ZGT1pMDQBOaR5boOaotnzghlyTp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qJXS7ZGT1pMDQBOaR5boOaotnzghlyTp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:70.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#m8EsZhwhId4eHgI9kQ1rhiHEEHdddsQ1 { box-sizing:content-box;height:65.125rem;width:62rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:2.0625rem;left:6.4374990463256rem;border-top:0.3125rem dashed #117224;border-left:0.3125rem dashed #117224;border-right:0.3125rem dashed #117224;border-bottom:0.3125rem dashed #117224;box-shadow: 0.3125rem 0.0625rem 0.1875rem #1e1e1e ;display:block; }
#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 .widget-form-header {  }
#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:35.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 .widget-input-text { 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 #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:35.375rem;box-sizing:border-box;height:3.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 .widget-input-text {padding-top: 0; padding-bottom: 0;}#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 .widget-textarea { 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 #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:35.375rem;box-sizing:border-box;height:3.6875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 .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:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:35.375rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 .widget-input-select {padding-top: 0; padding-bottom: 0;}#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 .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; }
#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffa800;background-image:none;border-top:0;border-right:0;border-bottom:0.3125rem solid #000164;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:#f2f9ff;width:35.375rem;height:4.0625rem;font-family:montserrat;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,2,168,0.5) ; }
#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 [class*="-text"]:-moz-placeholder { color:#161616;font-family:arial;font-size:0.875rem; }
#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 [class*="-text"]::-moz-placeholder { color:#161616;font-family:arial;font-size:0.875rem; }
#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:arial;font-size:0.875rem; }
#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:arial;font-size:0.875rem; }
#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 .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:"open sans";line-height:1.9;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:34.125rem;overflow:hidden;font-style:normal; }
#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 .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; }
#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 .widget-container:first-of-type{padding-top:0;}#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 .widget-container:last-of-type{padding-bottom:0;}#vDBdsFscmiy9O1dqFtTffu5t0gQunD84  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:35.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:18.799218177796rem;top:9.4664077758787rem;z-index:15001;position:absolute; }
#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:35.375rem;display:block;vertical-align:top; }
#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 {display:block;}#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:35.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:18.799218177796rem;top:9.4664077758787rem;z-index:15001;position:absolute; }
#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #ud0QXaTim9WTEtJNnFJgAmsM3BuKBUl6 { position:relative; }
#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #n8d5yAV8SGZ9cKEWTcTdSyJen3yiTBIk { position:relative;display:block; }
#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #OEEuvg1QupvtO4HwrI0iVkK5E7pQvWxK { position:relative; }
#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #efCIO7Px8M17ROesNsXKGnUwbwG5ke2U { position:relative; }
#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #QKNgIVZSKiadLLlb2TDC4O5EPLZixx6P { position:relative;display:block; }
#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #aWybpUMsP4FLBvMEQ98I1tW6su4MCPaQ { position:relative; }
#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #JmhOxcGLwNUFiqcDCJTRKl2bVv9OF8mb { position:relative; }
#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #bNbZq0mVMOIzgZKDd3TwkQMmLiGTWTvm { position:relative;display:block; }
#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #i20vpLlogRh9mXsiO5Z4B77lDQ86dlzU { position:relative; }
#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #h5nGdFPKXgIFx02RLqTFpIZyufXJRcir { position:relative; }
#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #RRVQBNMfvT8MKWISPu4yWA8JE2zzJqtT { position:relative;display:block; }
#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #WvcggibFCT93cNn57mbTxAdZrVgwDV75 { position:relative; }
#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #tpr6AN5KlJZnofSBzpBLOB9Ag3Q16HCC { position:relative; }
#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #VMcgi4s9TDL1h90JabviwyXDQ7BckkKO { position:relative;display:block; }
#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #RRn3iGWG2ErFBqlZkTiawSwPtQzOapuA { position:relative; }
#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #bTw0VqiaQr7MokW0BuAaCHZzTMoaQ1WH { position:relative; }
#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #tQwlw39Rb6toT9ZTOTgi3faawNiZXtIT { position:relative;display:block; }
#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #dgg9GbvOSny6c1MreBSALcyDum4zXIS5 { position:relative; }
#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #hICd0quoArmG021M4l0k9BP9gbL7zJmS { position:relative; }
#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #cTy4ki9E5Vixt6Tw5z8HDDJiGtlE26Lb { position:relative;z-index:2; }
#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #QKnrwMCniPfMkKOxBBBFKUPEDP5E48Cm { position:relative; }
#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #g1I6uEfqZ5c2REBt5pJKuQZUFUIgaGQI { position:relative; }
#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #mtNpV8PHN7WzSU3y7IkGZfuuMxvEJQbX { position:relative; }
#hlFZU9FCQsNXzN6Hiw0JkTWQRMykxszm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:44.775000572204rem;left:21.374218940735rem; }
#GVdWOnnki4Kk6aXI043Jt8JQeVIm1Ads { color:#1e1e1e;display:block;width:22.3125rem;position:absolute;font-family:"amazon font semibold";font-size:3.125rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:3.5609378814698rem;left:26.343750953674rem;height:3.125rem;display:block; }
#TJbtM4zkG6N7GRgyuGlSpUqMq8rvL5hc { color:#9a9b9b;display:block;width:8.0625rem;position:absolute;font-family:"amazon font semibold";font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1;letter-spacing:0;top:52.862501144409rem;left:38.893750190735rem;height:1.3125rem;display:block; }
#QcB6OJwhxG3XhS4GmfwZgff2v85XaGTQ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.125rem 0.125rem rgba(0,0,0,0.5) ;height:10.4375rem;width:10.4375rem;top:49.780468940735rem;left:22.061718940735rem;overflow:hidden;display:block; }
#dRc5RVoGCiBAUEJyTKQqL9lquh9kV1HZ { color:#9a9b9b;display:block;width:20.0625rem;position:absolute;font-family:"amazon font semibold";font-size:1.75rem;font-weight:normal;z-index:15006;line-height:1;letter-spacing:0;top:54.125rem;left:34.062500953674rem;height:1.75rem;display:block; }
#kMci0pHdI2Ta7suQ9EuGds7dta1Fk9LX { color:#9a9b9b;display:block;width:59.5625rem;position:absolute;font-family:archivo;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1;letter-spacing:0;top:61.4375rem;left:7.717968940735rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#ikklNOA4gqKiWMrgRuE6XGe2lvSBhT8L { color:#9a9b9b;display:block;width:59.5625rem;position:absolute;font-family:archivo;font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1;letter-spacing:0;top:7.4875011444094rem;left:7.717968940735rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#SNE08cMSGP1R1Wv5ZwtU8ShAi6brFuVP { border-top:0.125rem solid rgba(30,30,30,0.18);border-left:0.125rem solid rgba(30,30,30,0.18);border-right:0.125rem solid rgba(30,30,30,0.18);border-bottom:0.125rem solid rgba(30,30,30,0.18);background-color:#ffffff;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; }#SNE08cMSGP1R1Wv5ZwtU8ShAi6brFuVP > .row .container { background-color: transparent; background-image: none; }#SNE08cMSGP1R1Wv5ZwtU8ShAi6brFuVP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNE08cMSGP1R1Wv5ZwtU8ShAi6brFuVP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNE08cMSGP1R1Wv5ZwtU8ShAi6brFuVP > .row .container > .video-iframe-container { display: none; }#SNE08cMSGP1R1Wv5ZwtU8ShAi6brFuVP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNE08cMSGP1R1Wv5ZwtU8ShAi6brFuVP > .row > .video-iframe-container { display: none; }#SNE08cMSGP1R1Wv5ZwtU8ShAi6brFuVP > .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); }#SNE08cMSGP1R1Wv5ZwtU8ShAi6brFuVP > .row .container { border-width: 0; border-radius: 0; }#SNE08cMSGP1R1Wv5ZwtU8ShAi6brFuVP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SNE08cMSGP1R1Wv5ZwtU8ShAi6brFuVP > .row .container { font-size:0.875rem;font-family:arial;height:26.5625rem;width:75rem;position:relative;display:block; }#QNya4pRhx4x8cvzFv3KBtHBTfiPCeb6I { box-sizing:content-box;height:21.5625rem;width:0.125rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;top:2.5rem;left:37.437500953674rem;display:block; }
#yvzw40tQ62c6wgBIrUkSnOWqf97TlNzN { color:#000000;display:block;width:31.125rem;position:absolute;font-family:"amazon font semibold";font-size:2.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.34375rem;left:3.6875rem;height:5.525rem;display:block; }
#Nc6r945IGqhkT7L3FZhhLvkRudVpO2Gz { color:#000000;display:block;width:28.25rem;position:absolute;font-family:archivo;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:12.75rem;left:3.6875rem;height:1.625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xwdgAPCXnv8BVHeTT4RffW5oaMf9aNDg { color:#000000;display:block;width:29.8125rem;position:absolute;font-family:archivo;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:10.5rem;left:3.6875rem;height:1.625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sUXCyJOxTUroG2OqGTTrhTdQF4zn148z { color:#000000;display:block;width:29.5rem;position:absolute;font-family:archivo;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15.3125rem;left:3.6875rem;height:1.625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KM9e1uQ64u1vBOdf8v5WtR8DaeyU5IC4 { color:#000000;display:block;width:29.5rem;position:absolute;font-family:archivo;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:19.6875rem;left:3.6875rem;height:1.625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SMyDLtwMNtWRqiNnLZ8F6bdzUoqp4GkO { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.9375rem;width:28.6875rem;top:3.34375rem;left:42.011719703674rem;overflow:hidden;display:block; }
#z62dpTyZLGvJPOip91HOTLRBJAuwPrCB { color:#000000;display:block;width:29.5rem;position:absolute;font-family:archivo;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:17.3125rem;left:3.6875rem;height:1.625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W76gqd2u1DU2xl7fsdzu6CydoOL72MXa { color:#000000;display:block;width:31.125rem;position:absolute;font-family:"amazon font semibold";font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.2234373092651rem;left:3.6875rem;height:4.875rem;display:none; }
#h1TMbvO1bXCWRDq0Bgd36G6fiDST1TbO { position:relative;display:block; }#h1TMbvO1bXCWRDq0Bgd36G6fiDST1TbO { background-color: transparent; background-image: none; }#h1TMbvO1bXCWRDq0Bgd36G6fiDST1TbO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h1TMbvO1bXCWRDq0Bgd36G6fiDST1TbO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h1TMbvO1bXCWRDq0Bgd36G6fiDST1TbO > .row .container > .video-iframe-container { display: none; }#h1TMbvO1bXCWRDq0Bgd36G6fiDST1TbO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h1TMbvO1bXCWRDq0Bgd36G6fiDST1TbO > .row > .video-iframe-container { display: none; }#h1TMbvO1bXCWRDq0Bgd36G6fiDST1TbO > .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); }#h1TMbvO1bXCWRDq0Bgd36G6fiDST1TbO { border-width: 0; border-radius: 0; }#h1TMbvO1bXCWRDq0Bgd36G6fiDST1TbO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#h1TMbvO1bXCWRDq0Bgd36G6fiDST1TbO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SqqkqDzf8AJH58UCg0O8ycCUyfbEcFQU { color:#1e1e1e;display:block;width:59.6875rem;position:absolute;font-family:"amazon font semibold";font-size:3.125rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:1.3750004768372rem;left:9.7867193222044rem;height:6.25rem;text-align:center;text-align-last:center;display:block; }
#wNq3kHdmMqI567EDZZT2EqoPDpX7ZDLs { position:relative;display:block; }#wNq3kHdmMqI567EDZZT2EqoPDpX7ZDLs { background-color: transparent; background-image: none; }#wNq3kHdmMqI567EDZZT2EqoPDpX7ZDLs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNq3kHdmMqI567EDZZT2EqoPDpX7ZDLs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNq3kHdmMqI567EDZZT2EqoPDpX7ZDLs > .row .container > .video-iframe-container { display: none; }#wNq3kHdmMqI567EDZZT2EqoPDpX7ZDLs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNq3kHdmMqI567EDZZT2EqoPDpX7ZDLs > .row > .video-iframe-container { display: none; }#wNq3kHdmMqI567EDZZT2EqoPDpX7ZDLs > .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); }#wNq3kHdmMqI567EDZZT2EqoPDpX7ZDLs { border-width: 0; border-radius: 0; }#wNq3kHdmMqI567EDZZT2EqoPDpX7ZDLs > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wNq3kHdmMqI567EDZZT2EqoPDpX7ZDLs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kCfr7of3Ut3C4v9EhZlApOCHQ5lQrLC0 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15.0625rem;width:22.5625rem;top:2.3359375rem;left:1.0625rem;overflow:hidden;display:block; }
#kfCqmSwF367h6T6580AOHHVNZGubbMKv { color:#000000;display:block;width:22.6875rem;position:absolute;font-family:archivo;font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:18.524219512939rem;left:1.15625rem;height:5.11875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MdpTIKVgTzo6AieKzz1v89xTcgdF9QvG { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15rem;width:22.5625rem;top:2.3359375rem;left:26.218750953674rem;overflow:hidden;display:block; }
#WPmVIXJWB0fWazHaST3GxafrFg8m5zQ0 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15rem;width:22.5625rem;top:2.3359375rem;left:51.218750953674rem;overflow:hidden;display:block; }
#Hk6efU1pENaS3gGEbL9ksP9tWg62iQsO { color:#000000;display:block;width:21.6875rem;position:absolute;font-family:archivo;font-size:1.3125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:18.524219989777rem;left:26.656250953674rem;height:3.4125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d7QzM6V1DPHTLIMuz6zvqI8iJg6OxEXQ { color:#000000;display:block;width:22.6875rem;position:absolute;font-family:archivo;font-size:1.3125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18.524219512939rem;left:51.156250953674rem;height:3.4125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XTCKpyTksmNG5I8TGcHmz2V7sJ9xpJpu { background-color:#00ae40;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.125rem 0.5625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5rem;height:3.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:25.300000190735rem;left:24.250000953674rem;display:block; }
#OdldISIFszTmW28Biffzb8edwi6el851 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NfqhDLkrhgFlBZ4kAQSUkhyU0fPcHxbb { border-top:0.1875rem solid rgba(0,0,0,0.15);border-left:0.1875rem solid rgba(0,0,0,0.15);border-right:0.1875rem solid rgba(0,0,0,0.15);border-bottom:0.1875rem solid rgba(0,0,0,0.15);background-color:#ffffff;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; }#NfqhDLkrhgFlBZ4kAQSUkhyU0fPcHxbb > .row .container { background-color: transparent; background-image: none; }#NfqhDLkrhgFlBZ4kAQSUkhyU0fPcHxbb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfqhDLkrhgFlBZ4kAQSUkhyU0fPcHxbb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfqhDLkrhgFlBZ4kAQSUkhyU0fPcHxbb > .row .container > .video-iframe-container { display: none; }#NfqhDLkrhgFlBZ4kAQSUkhyU0fPcHxbb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfqhDLkrhgFlBZ4kAQSUkhyU0fPcHxbb > .row > .video-iframe-container { display: none; }#NfqhDLkrhgFlBZ4kAQSUkhyU0fPcHxbb > .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); }#NfqhDLkrhgFlBZ4kAQSUkhyU0fPcHxbb > .row .container { border-width: 0; border-radius: 0; }#NfqhDLkrhgFlBZ4kAQSUkhyU0fPcHxbb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NfqhDLkrhgFlBZ4kAQSUkhyU0fPcHxbb > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:block; }#nQOFtHCRlzq262HPRvU7ZKkD7hQVr4Ca { color:#1e1e1e;display:block;width:27.4375rem;position:absolute;font-family:"amazon font semibold";font-size:3.125rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:1.84375rem;left:23.781250953674rem;height:3.125rem;display:block; }
#btAAcHWQ16KdA2kqOFPfoMDIFvo0Bwnb { border-top:0rem solid #1e1e1e;border-left:0rem solid #1e1e1e;border-right:0rem solid #1e1e1e;border-bottom:0.1875rem solid rgba(30,30,30,0.15);background-color:#ffffff;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; }#btAAcHWQ16KdA2kqOFPfoMDIFvo0Bwnb > .row .container { background-color: transparent; background-image: none; }#btAAcHWQ16KdA2kqOFPfoMDIFvo0Bwnb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btAAcHWQ16KdA2kqOFPfoMDIFvo0Bwnb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btAAcHWQ16KdA2kqOFPfoMDIFvo0Bwnb > .row .container > .video-iframe-container { display: none; }#btAAcHWQ16KdA2kqOFPfoMDIFvo0Bwnb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btAAcHWQ16KdA2kqOFPfoMDIFvo0Bwnb > .row > .video-iframe-container { display: none; }#btAAcHWQ16KdA2kqOFPfoMDIFvo0Bwnb > .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); }#btAAcHWQ16KdA2kqOFPfoMDIFvo0Bwnb > .row .container { border-width: 0; border-radius: 0; }#btAAcHWQ16KdA2kqOFPfoMDIFvo0Bwnb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#btAAcHWQ16KdA2kqOFPfoMDIFvo0Bwnb > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#IWlspHpRcqGuFAUTfnVDr7HGL9cbocU3 { 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:12.3125rem;width:12.3125rem;top:1.0000003818423rem;left:3.21875rem;overflow:hidden;display:block; }
#Or2c5u2KKduBESl3DJ8LPEkK8E0oGgkV { position:absolute;display:block;z-index:15001;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:12.3125rem;width:12.3125rem;top:1.0000003818423rem;left:21.967968940735rem;overflow:hidden;display:block; }
#NCnFupr35nlV8TTdzuT8RBT5ZISvsd2s { position:absolute;display:block;z-index:15002;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:12.3125rem;width:12.3125rem;top:1.0000003818423rem;left:40.718750953674rem;overflow:hidden;display:block; }
#DFMqHoPOXfd7cXsArbcKz51HImPTkibT { position:absolute;display:block;z-index:15003;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:12.3125rem;width:12.3125rem;top:1.0000003818423rem;left:59.468750953674rem;overflow:hidden;display:block; }
#cIT1uQGR0rcWO5FxnIWBk07p8Ghavxbm { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:archivo;font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:15.523437881843rem;left:1.59375rem;height:1.1875rem;font-style:normal;display:block; }
#sLpODDGamV5eJsFcr5gSRm13N672rXR5 { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:archivo;font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:15.523437881843rem;left:20.342968940735rem;height:2.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yexCkQ0zXJ6RstGr8yFny7g3vecZ2OC9 { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:archivo;font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:15.5234375rem;left:39.093750953674rem;height:1.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OTHDPgMbiWw25rTk4it4XgESlAyvsF28 { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:archivo;font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:15.5234375rem;left:57.843750953674rem;height:2.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kp5t9M1Kb7WRGlbIbgxhLieAQNv3kQWU { position:relative;display:block; }#kp5t9M1Kb7WRGlbIbgxhLieAQNv3kQWU { background-color: transparent; background-image: none; }#kp5t9M1Kb7WRGlbIbgxhLieAQNv3kQWU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kp5t9M1Kb7WRGlbIbgxhLieAQNv3kQWU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kp5t9M1Kb7WRGlbIbgxhLieAQNv3kQWU > .row .container > .video-iframe-container { display: none; }#kp5t9M1Kb7WRGlbIbgxhLieAQNv3kQWU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kp5t9M1Kb7WRGlbIbgxhLieAQNv3kQWU > .row > .video-iframe-container { display: none; }#kp5t9M1Kb7WRGlbIbgxhLieAQNv3kQWU > .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); }#kp5t9M1Kb7WRGlbIbgxhLieAQNv3kQWU { border-width: 0; border-radius: 0; }#kp5t9M1Kb7WRGlbIbgxhLieAQNv3kQWU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kp5t9M1Kb7WRGlbIbgxhLieAQNv3kQWU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kphvzhGfaDuaqwqNv8T8hKOcQ28dDJAZ { color:#1e1e1e;display:block;width:57rem;position:absolute;font-family:"amazon font semibold";font-size:3.125rem;font-weight:normal;z-index:15005;line-height:1;letter-spacing:0;top:1.7812414169311rem;left:8.999218940735rem;height:6.25rem;text-align:center;text-align-last:center;display:block; }
#dcaCIAL9mJXQAR8mEqhGlhTcS4HMJ8xm { position:relative;display:block; }#dcaCIAL9mJXQAR8mEqhGlhTcS4HMJ8xm { background-color: transparent; background-image: none; }#dcaCIAL9mJXQAR8mEqhGlhTcS4HMJ8xm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcaCIAL9mJXQAR8mEqhGlhTcS4HMJ8xm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcaCIAL9mJXQAR8mEqhGlhTcS4HMJ8xm > .row .container > .video-iframe-container { display: none; }#dcaCIAL9mJXQAR8mEqhGlhTcS4HMJ8xm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcaCIAL9mJXQAR8mEqhGlhTcS4HMJ8xm > .row > .video-iframe-container { display: none; }#dcaCIAL9mJXQAR8mEqhGlhTcS4HMJ8xm > .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); }#dcaCIAL9mJXQAR8mEqhGlhTcS4HMJ8xm { border-width: 0; border-radius: 0; }#dcaCIAL9mJXQAR8mEqhGlhTcS4HMJ8xm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dcaCIAL9mJXQAR8mEqhGlhTcS4HMJ8xm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#L3y2rPiCiC7IA7qXcRktRsu0Gn76iI3Z { 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:21.6875rem;width:20.5rem;top:4.96875rem;left:2.25rem;overflow:hidden;display:block; }
#ROPVgLZPdVKeMLvdg70IG2bTyRXaTbTZ { position:absolute;display:block;z-index:15001;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:21.6875rem;width:21.6875rem;top:4.96875rem;left:26.656250953674rem;overflow:hidden;display:block; }
#RrzlwTpczcgOKx7ZSOK90aguK9AqwaZT { position:absolute;display:block;z-index:15002;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:15.25rem;width:15.25rem;top:4.96875rem;left:51.575001716614rem;overflow:hidden;display:block; }
#TZz7GX1ZyomF9WZxBgxTwTOsaXEWmgE4 { position:absolute;display:block;z-index:15003;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:15.25rem;width:15.25rem;top:13.5rem;left:59.750000953674rem;overflow:hidden;display:block; }
#T6wzNCrMKxcVVQlLiT1FoashCnXIO8Ha { color:#1e1e1e;display:block;width:11.5625rem;position:absolute;font-family:"amazon font semibold";font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1;letter-spacing:0;top:1.5812511444092rem;left:6.717968940735rem;height:1.5625rem;text-align:center;text-align-last:center;display:block; }
#oZ76gzCEv73wWJk3ZchExJCoghRH2CwR { color:#1e1e1e;display:block;width:19.875rem;position:absolute;font-family:"amazon font semibold";font-size:1.5625rem;font-weight:normal;z-index:15007;line-height:1;letter-spacing:0;top:1.5812511444092rem;left:27.562500953674rem;height:1.5625rem;text-align:center;text-align-last:center;display:block; }
#eMR9pQZTi0fZOzZLpT0c38XoscM9xl3k { color:#1e1e1e;display:block;width:22.6875rem;position:absolute;font-family:"amazon font semibold";font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1;letter-spacing:0;top:1.7375011444092rem;left:51.156250953674rem;height:1.5625rem;text-align:center;text-align-last:center;display:block; }
#ZAS0TBaDTy1QnDDC2SZzdvcHEZXHmIE8 { position:relative;display:block; }#ZAS0TBaDTy1QnDDC2SZzdvcHEZXHmIE8 { background-color: transparent; background-image: none; }#ZAS0TBaDTy1QnDDC2SZzdvcHEZXHmIE8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAS0TBaDTy1QnDDC2SZzdvcHEZXHmIE8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAS0TBaDTy1QnDDC2SZzdvcHEZXHmIE8 > .row .container > .video-iframe-container { display: none; }#ZAS0TBaDTy1QnDDC2SZzdvcHEZXHmIE8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAS0TBaDTy1QnDDC2SZzdvcHEZXHmIE8 > .row > .video-iframe-container { display: none; }#ZAS0TBaDTy1QnDDC2SZzdvcHEZXHmIE8 > .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); }#ZAS0TBaDTy1QnDDC2SZzdvcHEZXHmIE8 { border-width: 0; border-radius: 0; }#ZAS0TBaDTy1QnDDC2SZzdvcHEZXHmIE8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZAS0TBaDTy1QnDDC2SZzdvcHEZXHmIE8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:36.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hALfKh78qwRIplaQgGTsEsuK8rw7cNv4 { color:#1e1e1e;display:block;width:69rem;position:absolute;font-family:archivo;font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:1.6554679870606rem;left:0rem;height:2.75rem;text-align:left;text-align-last:left;display:block; }
#nwqeWyBTR0JU9LrKs3gFU0FDG2Riek3y { color:#1e1e1e;display:block;width:69.5rem;position:absolute;font-family:archivo;font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1;letter-spacing:0;top:7.46718788147rem;left:0rem;height:5.5rem;text-align:left;text-align-last:left;display:block; }
#eODafq2CRTncTPo8IssG4kwDZQZbp5i0 { color:#1e1e1e;display:block;width:70rem;position:absolute;font-family:archivo;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:18.9375rem;left:0rem;height:8.75rem;text-align:left;text-align-last:left;display:block; }
#kC0NUpZWwos1VMs6u4IA85sL0B4qLq2L { color:#1e1e1e;display:block;width:75rem;position:absolute;font-family:archivo;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:30.3125rem;left:0rem;height:3.5rem;text-align:left;text-align-last:left;display:block; }
#b3mi4HtU1V6XVCkbDDvJLT4h7UnzKaRZ { color:#1e1e1e;display:block;width:69.5rem;position:absolute;font-family:archivo;font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1;letter-spacing:0;top:14.049999713898rem;left:0rem;height:2.75rem;text-align:left;text-align-last:left;display:block; }
#Q6FRRrIrzOKn0CAc8l2Xrxscbbr2rqPZ { border-top:0.1875rem solid rgba(30,30,30,0.15);border-left:0.1875rem solid rgba(30,30,30,0.15);border-right:0.1875rem solid rgba(30,30,30,0.15);border-bottom:0.1875rem solid rgba(30,30,30,0.15);background-color:#ffffff;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; }#Q6FRRrIrzOKn0CAc8l2Xrxscbbr2rqPZ > .row .container { background-color: transparent; background-image: none; }#Q6FRRrIrzOKn0CAc8l2Xrxscbbr2rqPZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q6FRRrIrzOKn0CAc8l2Xrxscbbr2rqPZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q6FRRrIrzOKn0CAc8l2Xrxscbbr2rqPZ > .row .container > .video-iframe-container { display: none; }#Q6FRRrIrzOKn0CAc8l2Xrxscbbr2rqPZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q6FRRrIrzOKn0CAc8l2Xrxscbbr2rqPZ > .row > .video-iframe-container { display: none; }#Q6FRRrIrzOKn0CAc8l2Xrxscbbr2rqPZ > .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); }#Q6FRRrIrzOKn0CAc8l2Xrxscbbr2rqPZ > .row .container { border-width: 0; border-radius: 0; }#Q6FRRrIrzOKn0CAc8l2Xrxscbbr2rqPZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q6FRRrIrzOKn0CAc8l2Xrxscbbr2rqPZ > .row .container { font-size:0.875rem;font-family:arial;height:6.6375rem;width:75rem;position:relative;display:block; }#P62sg7pAX0fyRUpZ52ek4eWiQMNZfT52 { color:#1e1e1e;display:block;width:50.75rem;position:absolute;font-family:archivo;font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:1.375rem;left:12.124218940735rem;height:1.75rem;text-align:center;text-align-last:center;display:block; }
#WTLx6XWab3orTXEpuL4fdxBwZ2ZuFww5 { 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:67.5rem;width:67.5rem;display:none; }
#cCzeHvT4DgM7gf8yftAIaMkhZ1hyVIp4 { color:#1e1e1e;display:block;width:18.25rem;position:absolute;font-family:archivo;font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1;letter-spacing:0;top:3.8359375rem;left:28.375000953674rem;height:1.3125rem;display:block; }
#dOcIM0u6dsrS9OUiDdnos49EmsqAkMBK { 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:67.5rem;width:67.5rem;display:none; }
#c4QNV1p0u7CnEesJXoqVrKEIycoMdGv7 { color:#000000;display:block;width:14.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.8984375rem;left:18.224219322204rem;height:1.3rem;display:none; }
#NAxDvfVQMK2B041ziEwbMU9gkOxCzcW7 { position:relative;display:block; }#NAxDvfVQMK2B041ziEwbMU9gkOxCzcW7 { background-color: transparent; background-image: none; }#NAxDvfVQMK2B041ziEwbMU9gkOxCzcW7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAxDvfVQMK2B041ziEwbMU9gkOxCzcW7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAxDvfVQMK2B041ziEwbMU9gkOxCzcW7 > .row .container > .video-iframe-container { display: none; }#NAxDvfVQMK2B041ziEwbMU9gkOxCzcW7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAxDvfVQMK2B041ziEwbMU9gkOxCzcW7 > .row > .video-iframe-container { display: none; }#NAxDvfVQMK2B041ziEwbMU9gkOxCzcW7 > .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); }#NAxDvfVQMK2B041ziEwbMU9gkOxCzcW7 { border-width: 0; border-radius: 0; }#NAxDvfVQMK2B041ziEwbMU9gkOxCzcW7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NAxDvfVQMK2B041ziEwbMU9gkOxCzcW7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RdWyGfLMfZ9iOiTR0OyFah9EVP4FhTJL { position:absolute;display:block;z-index:15009;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:24.75rem;width:24.75rem;top:16.825004577637rem;left:43.875000953674rem;overflow:hidden;display:block; }
#uTUSZgXolT32BILLcQSxzgxLkmihNWIa { box-sizing:content-box;height:15.9375rem;width:24.9375rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;top:1.35546875rem;left:43.287499427796rem;border-top:0.0625rem solid rgba(30,30,30,0.35);border-left:0.0625rem solid rgba(30,30,30,0.35);border-right:0.0625rem solid rgba(30,30,30,0.35);border-bottom:0.0625rem solid rgba(30,30,30,0.35);border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#RfDT6PrLmptB4SUZ9gL5pbufVTDOMnT6 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:2.0625rem;left:6.811718940735rem;overflow:hidden;display:block; }
#ZDJH2aH8kUg0wvcCCQ9PDqJUGwfJsiG2 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:2.0625rem;left:44.536717414856rem;overflow:hidden;display:block; }
#aULIKfAF89IPmvSfKOG4QsXoyd8krSo8 { color:#1e1e1e;display:block;width:6.5625rem;position:absolute;font-family:archivo;font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1;letter-spacing:0;top:2.96875rem;left:10.811718940735rem;height:1.0625rem;display:block; }
#z0HO0szC56qCrs3seofZ7CXMWrPtLT1o { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:4.625rem;left:10.625rem; }
#a4O3imyPWPnZZyFfRf14PTAhsLerC2mt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:4.625rem;left:12.3125rem; }
#BV9xGSu8HMOZ48k4QJmEvloFeWPdtHeh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:4.625rem;left:14rem; }
#XFBdCXtxM5pi9fuTOCi8cr9riXHWFzlF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:4.625rem;left:15.75rem; }
#U2LvDrMwzJKrwkL0HyTklNa7pR8PbQES { color:#1e1e1e;display:block;width:11.6875rem;position:absolute;font-family:archivo;font-size:0.875rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:6.9375rem;left:10.8125rem;height:0.875rem;font-style:normal;display:block; }
#aH5wePFoUSCFhizVJ1dVTwSOMARI3c4N { color:rgba(30,30,30,0.36);display:block;width:3.9375rem;position:absolute;font-family:archivo;font-size:0.8125rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:4.9375rem;left:17.875rem;height:0.8125rem;font-style:normal;display:block; }
#LWb94MMXzxvz2ov6ZVAQP7gKAu8ebhsQ { color:#1e1e1e;display:block;width:19.0625rem;position:absolute;font-family:archivo;font-size:1.0625rem;font-weight:normal;z-index:15018;line-height:1;letter-spacing:0;top:8.375rem;left:10.8125rem;height:8.5rem;display:block; }
#D09058zv6cd4pUVVvSyVBPGuIsCQsbrl { color:#1e1e1e;display:block;width:6.5625rem;position:absolute;font-family:archivo;font-size:1.0625rem;font-weight:normal;z-index:15018;line-height:1;letter-spacing:0;top:3.21875rem;left:48.912499427796rem;height:1.0625rem;display:block; }
#rfv17aVpU4Uv3NTDqe5gr1ub0QTZvvxH { color:rgba(30,30,30,0.36);display:block;width:5.8125rem;position:absolute;font-family:archivo;font-size:0.8125rem;font-weight:700;z-index:15024;line-height:1;letter-spacing:0;top:5.0499992370606rem;left:57.037499427796rem;height:0.8125rem;font-style:normal;display:block; }
#DwppTKyt9FNTtdKw9MKLC6r0nWL07wk4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:4.75rem;left:48.662499427796rem; }
#Dn2BTM6MpGs500ppweoTOdq0LQmzzDNE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:4.75rem;left:50.287499427796rem; }
#qqVaR7yMnPEWuyXtPfn07RWKf9Wc9rzt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:4.75rem;left:51.912499427796rem; }
#alZ32uhIugCU3XvLD7O9HRNXfe7N8a0L { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:4.75rem;left:53.462498664856rem; }
#vzZBLRWHaOG5XkEz0it57NzH0v4oGuN1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:4.75rem;left:55.025002479553rem; }
#h3h53IxcpeJ1Tg5k7D3s97xzQ6ayaITO { color:#1e1e1e;display:block;width:11.6875rem;position:absolute;font-family:archivo;font-size:0.875rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:6.7242193222044rem;left:48.912499427796rem;height:0.875rem;font-style:normal;display:block; }
#mJMBNz8Ao3ndghXzf1ITnaq1cdtaVdXy { color:#1e1e1e;display:block;width:18.75rem;position:absolute;font-family:archivo;font-size:1.0625rem;font-weight:normal;z-index:15019;line-height:1;letter-spacing:0;top:8.375rem;left:48.912499427796rem;height:8.5rem;display:block; }
#u4dhoTckp6JsckP3IzWuiR5SW3cERmZZ { box-sizing:content-box;height:15.9375rem;width:24.9375rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:1.3562498092651rem;left:6.2304677963257rem;border-top:0.0625rem solid rgba(30,30,30,0.35);border-left:0.0625rem solid rgba(30,30,30,0.35);border-right:0.0625rem solid rgba(30,30,30,0.35);border-bottom:0.0625rem solid rgba(30,30,30,0.35);border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#n39pu1yi0ykEFrhFbBUqKS2kM9bLDznh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#be0000;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; }#n39pu1yi0ykEFrhFbBUqKS2kM9bLDznh > .row .container { background-color: transparent; background-image: none; }#n39pu1yi0ykEFrhFbBUqKS2kM9bLDznh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n39pu1yi0ykEFrhFbBUqKS2kM9bLDznh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n39pu1yi0ykEFrhFbBUqKS2kM9bLDznh > .row .container > .video-iframe-container { display: none; }#n39pu1yi0ykEFrhFbBUqKS2kM9bLDznh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n39pu1yi0ykEFrhFbBUqKS2kM9bLDznh > .row > .video-iframe-container { display: none; }#n39pu1yi0ykEFrhFbBUqKS2kM9bLDznh > .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); }#n39pu1yi0ykEFrhFbBUqKS2kM9bLDznh > .row .container { border-width: 0; border-radius: 0; }#n39pu1yi0ykEFrhFbBUqKS2kM9bLDznh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n39pu1yi0ykEFrhFbBUqKS2kM9bLDznh > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:block; }#ehfEEz80BbVysy5elh3tfRg2a9MMAJBx { color:#ffffff;display:block;width:27.625rem;position:absolute;font-family:"amazon font semibold";font-size:2.375rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:1.5625rem;left:3.15625rem;height:2.375rem;display:block; }
#M1PZ4QzqCex4s19al273UKT1xS7g4RhU { color:#ffffff;display:block;width:24.6875rem;position:absolute;font-family:archivo;font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:4.3625011444092rem;left:3.15625rem;height:2.75rem;display:block; }
#Zpbgnxd6ouBl1f8IVATTbTUVuJq7krhh { color:#ffffff;display:block;width:16.9375rem;position:absolute;font-family:"amazon font semibold";font-size:5.375rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:9.7375011444094rem;left:2.84375rem;height:5.375rem;display:block; }
#yIO1v8d2fhzSaptiO0HnE8Lku75BcTLb { background-color:#00ae40;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.125rem 0.5625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.375rem;height:3.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:16.436719894409rem;left:3.15625rem;display:block; }
#Bi3RUbaHO8SHX5zwyzPGCguNo0VBCTck { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TqlaP4ahR4V2ZTTG5U2VTx0nW84gZcFU { color:#ffffff;display:block;width:24.6875rem;position:absolute;font-family:archivo;font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:4.875rem;left:1.34765625rem;height:2.375rem;display:none; }
#eEce6S8GfdQ3W9FTWWJXWQtH49ucqCMk { color:#ffffff;display:block;width:13.5625rem;position:absolute;font-family:"amazon font semibold";font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:1.5625rem;left:49.75rem;height:1.1875rem;display:block; }
#ig0S5ciZdaf3XccVZiBqenqkidxetBvX { color:#be0000;display:block;width:9.375rem;position:absolute;font-family:"amazon font semibold";font-size:2.875rem;font-weight:normal;z-index:15007;line-height:1;letter-spacing:0;top:6.3125rem;left:53.987504005432rem;height:2.875rem;display:block; }
#lyka1R1vAANpDgRXGCQcl1cCTOLogSlJ { color:#1e1e1e;display:block;width:14.9375rem;position:absolute;font-family:archivo;font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1;letter-spacing:0;top:10.9375rem;left:48.812500953674rem;height:0.8125rem;display:block; }
#B3qZRG9OvsZ6FFPtrRQs9l8rpnu5ilxp { position:absolute;display:block;z-index:15007;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:21.5625rem;width:21.5625rem;top:20.574219226837rem;left:50.312500953674rem;overflow:hidden;display:none; }
#p6k1TPzesWFvvhhydCr052XA5T0MiqAg { color:#be0000;display:block;width:9.375rem;position:absolute;font-family:"amazon font semibold";font-size:2.875rem;font-weight:normal;z-index:15007;line-height:1;letter-spacing:0;top:6.86171913147rem;left:56.500000953674rem;height:2.875rem;display:none; }
#bAJRr1sUtAPRA5ndbhGenr2xxQLMBWNq { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:"amazon font semibold";font-size:5.375rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:4.9250011444092rem;left:26.035157203674rem;height:5.375rem;display:none; }
#p9ucmChFLJDpxvpueD9T8w35KG2HOmyf { color:#ffffff;display:block;width:12.9375rem;position:absolute;font-family:"amazon font semibold";font-size:4rem;font-weight:normal;z-index:15011;line-height:1;letter-spacing:0;top:7.0625rem;left:49.750000953674rem;height:4rem;display:block; }
#JwHG42ox8h4HaLaq6SOmc2GukooUVhTZ { color:#1e1e1e;display:block;width:7.6875rem;position:absolute;font-family:archivo;font-size:2rem;font-weight:300;z-index:15006;line-height:1;letter-spacing:0;top:8.1875rem;left:3.15625rem;height:2rem;font-style:normal;display:block; }
#HAsnGSkgWUqA3bhhtbcLmymJZSrP23dy { position:relative;display:block; }#HAsnGSkgWUqA3bhhtbcLmymJZSrP23dy { background-color: transparent; background-image: none; }#HAsnGSkgWUqA3bhhtbcLmymJZSrP23dy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HAsnGSkgWUqA3bhhtbcLmymJZSrP23dy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HAsnGSkgWUqA3bhhtbcLmymJZSrP23dy > .row .container > .video-iframe-container { display: none; }#HAsnGSkgWUqA3bhhtbcLmymJZSrP23dy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HAsnGSkgWUqA3bhhtbcLmymJZSrP23dy > .row > .video-iframe-container { display: none; }#HAsnGSkgWUqA3bhhtbcLmymJZSrP23dy > .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); }#HAsnGSkgWUqA3bhhtbcLmymJZSrP23dy { border-width: 0; border-radius: 0; }#HAsnGSkgWUqA3bhhtbcLmymJZSrP23dy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HAsnGSkgWUqA3bhhtbcLmymJZSrP23dy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:34.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yEmbVxpU783zC7H39s9Rhbd7s6fmzrEJ { color:#1e1e1e;display:block;width:27.25rem;position:absolute;font-family:"amazon font semibold";font-size:2.375rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:3.0625rem;left:0.9375rem;height:2.375rem;display:block; }
#gcXuTQa4fnsTsBr8ygBzWUCMnZcsoie9 { color:#1e1e1e;display:block;width:27.625rem;position:absolute;font-family:"amazon font semibold";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:6.125rem;left:0.9375rem;height:2.75rem;display:block; }
#LmxUHNQkycyVozb8PcCONJlqIb5E2Cmz { color:#fa0000;display:block;width:16.6875rem;position:absolute;font-family:"amazon font semibold";font-size:5.375rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:14.125000953674rem;left:0.9375rem;height:5.375rem;display:block; }
#aFKQlXXt8Kow2X1quQTHgiP5KA4Vezir { color:#1e1e1e;display:block;width:32.25rem;position:absolute;font-family:archivo;font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1;letter-spacing:0;top:25.5625rem;left:1.1875rem;height:0.9375rem;display:block; }
#OoaQU6aGgNZTBWUP5G53BNltBtekepU5 { color:#1e1e1e;display:block;width:13.1875rem;position:absolute;font-family:archivo;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1;letter-spacing:0;top:29.8125rem;left:1.3125rem;height:2.5rem;display:block; }
#DpCvCZCvTLIeKPqCJw5a0Hgae9eV9v0c { color:#1e1e1e;display:block;width:15.3125rem;position:absolute;font-family:archivo;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1;letter-spacing:0;top:27.6875rem;left:1.1875rem;height:1.25rem;display:block; }
#VoC3iStvP1pfHTsWp1ob6SaTvBJTk7X0 { color:#1e1e1e;display:block;width:27.625rem;position:absolute;font-family:"amazon font semibold";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:5.9375rem;left:1.22265625rem;height:2.75rem;display:none; }
#bNb146T74mJ4Hl3dkKP7PEJdoR6QSNwP { box-sizing:content-box;height:1.5rem;width:27.875rem;position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:none;top:23.625rem;left:0.9375rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#wPyBu0TTcPrTR1QbSzQZPibir1fEKQfD { box-sizing:content-box;height:1.5rem;width:6.125rem;position:absolute;display:block;z-index:15017;background-color:#d20910;background-image:none;top:23.625rem;left:1rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#bA0HHCreodAKbWfkLNBGGmgZMARNRtWn { color:#1e1e1e;display:block;width:23.625rem;position:absolute;font-family:"amazon font semibold";font-size:2.375rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:20.25rem;left:0.9375rem;height:2.375rem;display:block; }
#vqoa67Gba2R1yEDOWzNMB1yebBLyWxMe { position:absolute;display:block;z-index:15018;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:32.8125rem;width:30.9375rem;top:1.0312500596046rem;left:38.877343177796rem;overflow:hidden;display:block; }
#msdQIagXi3ZMdMfRFHrELdo7CMTFuHrW { color:#1e1e1e;display:block;width:6.875rem;position:absolute;font-family:archivo;font-size:1.8125rem;font-weight:300;z-index:15007;line-height:1;letter-spacing:0;top:12.19921875rem;left:1.3125rem;height:1.8125rem;font-style:normal;display:block; }
#BXHWiyq9s0QgDs2ShCt9w8Wc6TKO4Rr3 { color:#1e1e1e;display:block;width:4.125rem;position:absolute;font-family:archivo;font-size:1.5625rem;font-weight:300;z-index:15008;line-height:1;letter-spacing:0;top:10.312500953674rem;left:1.3125rem;height:1.5625rem;font-style:normal;display:block; }
#ub2H1WJdDa3MVExzgIPg0MgGepPZmhun { color:#1e1e1e;display:block;width:27.625rem;position:absolute;font-family:"amazon font semibold";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:6.125rem;left:0.9375rem;height:2.75rem;display:none; }
#Ce15MJntgbbKgPJaMnbWH64CLdnqLrKQ { color:#1e1e1e;display:block;width:27.625rem;position:absolute;font-family:"amazon font semibold";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:5.9375rem;left:1.22265625rem;height:2.75rem;display:none; }
#mOihhBn2XQZDE96LiwgLNmFVvPUzx8TT { border-top:0.1875rem dotted #ffffff;border-left:0.1875rem dotted #ffffff;border-right:0.1875rem dotted #ffffff;border-bottom:0.1875rem dotted #ffffff;background-color:#fff3b8;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:none; }#mOihhBn2XQZDE96LiwgLNmFVvPUzx8TT > .row .container { border-width: 0; border-radius: 0; }#mOihhBn2XQZDE96LiwgLNmFVvPUzx8TT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mOihhBn2XQZDE96LiwgLNmFVvPUzx8TT > .row .container { font-size:0.875rem;font-family:arial;height:30.1875rem;width:75rem;position:relative;display:none; }#Thc49n1IsVpIftAHUd5rkkAAHJyUIWJM { color:#ffffff;display:block;width:22.5625rem;position:absolute;font-family:"amazon font semibold";font-size:2.375rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:2.1867189407349rem;left:26.218750953674rem;height:2.375rem;display:block; }
#Ay1evygmRLx2ITTupzGuZNpWZJoyTxUZ { color:#ffffff;display:block;width:74.75rem;position:absolute;font-family:archivo;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:5.6875004768372rem;left:0.24921798706055rem;height:3.5rem;text-align:center;text-align-last:center;display:block; }
#GEHDC2mJJ5f9wC9ARsL5pT7Ppnq1InzO { color:#ffffff;display:block;width:32.25rem;position:absolute;font-family:"amazon font semibold";font-size:2.375rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:11.875rem;left:21.374218940735rem;height:2.375rem;display:block; }
#gztkf506yvTLqEwTmJts0vQfIzCEsgBT { color:#ffffff;display:block;width:74.75rem;position:absolute;font-family:archivo;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:14.625rem;left:0rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OfvS9syh38E8FOCTt9wipCA5CBFB5VbR { color:#ffffff;display:block;width:75rem;position:absolute;font-family:archivo;font-size:1.4375rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:17.9375rem;left:-0.0625rem;height:2.0125rem;display:block; }
#lkEVW2AHykpQ26K1HLhir7GGHgqRiOns { color:#ffffff;display:block;width:75rem;position:absolute;font-family:archivo;font-size:1.4375rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:22.5rem;left:0rem;height:6.0375rem;display:block; }
#y8TaHtgtDglL5HAvRJaF9QUXFparN7yH { position:relative;display:none; }#y8TaHtgtDglL5HAvRJaF9QUXFparN7yH { border-width: 0; border-radius: 0; }#y8TaHtgtDglL5HAvRJaF9QUXFparN7yH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#y8TaHtgtDglL5HAvRJaF9QUXFparN7yH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ZnVOpmHTtosR7GE58X4O2oCcZubuPR5U { position:absolute;display:block;z-index:15001;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:9.0625rem;width:18.0625rem;top:1.21875rem;left:28.468750953674rem;overflow:hidden;display:block; }
#XPKTFFNnTuCeXxwvLMh7RgZkOn5MQw5J { position:relative;display:block; }#XPKTFFNnTuCeXxwvLMh7RgZkOn5MQw5J { background-color: transparent; background-image: none; }#XPKTFFNnTuCeXxwvLMh7RgZkOn5MQw5J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPKTFFNnTuCeXxwvLMh7RgZkOn5MQw5J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPKTFFNnTuCeXxwvLMh7RgZkOn5MQw5J > .row .container > .video-iframe-container { display: none; }#XPKTFFNnTuCeXxwvLMh7RgZkOn5MQw5J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPKTFFNnTuCeXxwvLMh7RgZkOn5MQw5J > .row > .video-iframe-container { display: none; }#XPKTFFNnTuCeXxwvLMh7RgZkOn5MQw5J > .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); }#XPKTFFNnTuCeXxwvLMh7RgZkOn5MQw5J { border-width: 0; border-radius: 0; }#XPKTFFNnTuCeXxwvLMh7RgZkOn5MQw5J > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XPKTFFNnTuCeXxwvLMh7RgZkOn5MQw5J > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#u21DffsRIS47x0VygmLdgrWrTE6SmVKP { color:#1e1e1e;display:block;width:27.75rem;position:absolute;font-family:"amazon font semibold";font-size:3.125rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:1.28125rem;left:23.625000953674rem;height:3.125rem;display:block; }
#FwpvdV0X0WXadbi3FEBX6smdF3ZSTZsU { position:relative;display:block; }#FwpvdV0X0WXadbi3FEBX6smdF3ZSTZsU { background-color: transparent; background-image: none; }#FwpvdV0X0WXadbi3FEBX6smdF3ZSTZsU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FwpvdV0X0WXadbi3FEBX6smdF3ZSTZsU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FwpvdV0X0WXadbi3FEBX6smdF3ZSTZsU > .row .container > .video-iframe-container { display: none; }#FwpvdV0X0WXadbi3FEBX6smdF3ZSTZsU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FwpvdV0X0WXadbi3FEBX6smdF3ZSTZsU > .row > .video-iframe-container { display: none; }#FwpvdV0X0WXadbi3FEBX6smdF3ZSTZsU > .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); }#FwpvdV0X0WXadbi3FEBX6smdF3ZSTZsU { border-width: 0; border-radius: 0; }#FwpvdV0X0WXadbi3FEBX6smdF3ZSTZsU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FwpvdV0X0WXadbi3FEBX6smdF3ZSTZsU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#v5y5TARw2s19BBcTKySwWJN90DN5M87K .accordion-element-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top;border-top:0.0625rem solid rgba(30,30,30,0.35);border-left:0.0625rem solid rgba(30,30,30,0.35);border-right:0.0625rem solid rgba(30,30,30,0.35);border-bottom:0.0625rem solid rgba(30,30,30,0.35); }
#v5y5TARw2s19BBcTKySwWJN90DN5M87K .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#v5y5TARw2s19BBcTKySwWJN90DN5M87K .accordion-heading-text { display:block;position:relative;width:100%;font-family:arial;font-weight:700;font-size:1.25rem; }
#v5y5TARw2s19BBcTKySwWJN90DN5M87K .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:arial; }
#v5y5TARw2s19BBcTKySwWJN90DN5M87K .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#v5y5TARw2s19BBcTKySwWJN90DN5M87K .accordion-trigger.adaptive-delivery-prevent-bg, #v5y5TARw2s19BBcTKySwWJN90DN5M87K .accordion-trigger.lazyload, #v5y5TARw2s19BBcTKySwWJN90DN5M87K .accordion-trigger.lazyloading { background-image: none; }
#v5y5TARw2s19BBcTKySwWJN90DN5M87K { box-sizing:content-box;height:auto;width:64.6875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15011;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:1.2687644958496rem;left:3.90625rem;border-top:0.0625rem solid rgba(30,30,30,0.35);border-left:0.0625rem solid rgba(30,30,30,0.35);border-right:0.0625rem solid rgba(30,30,30,0.35);border-bottom:0.0625rem solid rgba(30,30,30,0.35);border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#v5y5TARw2s19BBcTKySwWJN90DN5M87K #sWzkd5zxhzGP0CEmK1auV7KvOnJTZ2tp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#v5y5TARw2s19BBcTKySwWJN90DN5M87K #GcOARDJyKSw0RPKgvd8D8QryIHLGrhmf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#v5y5TARw2s19BBcTKySwWJN90DN5M87K #U6xvz7fHLSkJ3FmiMwEHdSckBe6Pnt0B { display:block;position:relative; }
#v5y5TARw2s19BBcTKySwWJN90DN5M87K #KwdPKaDG8Vvap97Ou8fo4sQxwx1ngf6T {  }
#v5y5TARw2s19BBcTKySwWJN90DN5M87K #nZAmXixgfxayndJRcuyhyxzoqLn1DqEG {  }
#v5y5TARw2s19BBcTKySwWJN90DN5M87K #z6TninWlDWJmEtUboHUtoKaBqisx3mqT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#v5y5TARw2s19BBcTKySwWJN90DN5M87K #HIcILU0pbzIdNbM1dtABGnWPeU5Ugsxa { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#v5y5TARw2s19BBcTKySwWJN90DN5M87K #fvMTzWTqeI7WkFdLwInuhrkAwUvbPMxM { display:block;position:relative; }
#v5y5TARw2s19BBcTKySwWJN90DN5M87K #CfvwJToN7LO6pn8ekSXXhMnkEg30y94B {  }
#v5y5TARw2s19BBcTKySwWJN90DN5M87K #vmDPy1Tm0xs8BKm1axwDoETqOVZ59lQ2 { display:none; }
#v5y5TARw2s19BBcTKySwWJN90DN5M87K #gTwk4ErDhxOcMKzC8BbEveethWhuGpZe { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#v5y5TARw2s19BBcTKySwWJN90DN5M87K #DFLyNTNmmCTx3qUvCsppTtFlaBWT2vaV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#v5y5TARw2s19BBcTKySwWJN90DN5M87K #FIrZNIPWhD8vDuTRhONiAnmzvE2FcJLN { display:block;position:relative; }
#v5y5TARw2s19BBcTKySwWJN90DN5M87K #f31W8KSyfcQFxiKrtuh14ggyIzw0RMT5 {  }
#v5y5TARw2s19BBcTKySwWJN90DN5M87K #VqhXOkGRrAwILt1iIwkylcgaP6vBfAoW { display:none; }
#v5y5TARw2s19BBcTKySwWJN90DN5M87K #U7No10XTF0g3qFVmqWbPtgSzHs1gyXDv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#v5y5TARw2s19BBcTKySwWJN90DN5M87K #qrHAxseRKl6k8xhat8bbgxaSQatuw81q { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#v5y5TARw2s19BBcTKySwWJN90DN5M87K #NVs5285eeFwLnGQGIBvFcbVOsHditMdu { display:block;position:relative; }
#v5y5TARw2s19BBcTKySwWJN90DN5M87K #LxatAx0EpyqDMNO9O9hxdx2tddRIyKAP {  }
#v5y5TARw2s19BBcTKySwWJN90DN5M87K #Q0vvqlX28okwpqit3Hbnm2nt8RRXtpX3 { display:none; }
#v5y5TARw2s19BBcTKySwWJN90DN5M87K #HxCNlDT7pEPcVTBGs891fk0vdmBLyc2m { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#v5y5TARw2s19BBcTKySwWJN90DN5M87K #etRqoMLyhMZ4a1LXXwfxoG0xFW2PMDOZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#v5y5TARw2s19BBcTKySwWJN90DN5M87K #vWJqF36rkoaNcv2TinT77MmF7AIbSwXV { display:block;position:relative; }
#v5y5TARw2s19BBcTKySwWJN90DN5M87K #tM7kF2xbJWQwhQpJMEboxGmKHhOyaRnm {  }
#v5y5TARw2s19BBcTKySwWJN90DN5M87K #xJkzzeFQNh6EPsn8FzPrBtmOZaFA0DvG { display:none; }
@media only screen and (max-width: 763px) { body { 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) { #qTquwcFMqJA45TiHbP1s8kz3qynETTJq { width:37.5rem;height:25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOcRGCNJsHBrwm3QTiDnTsX8IQR2dJDD { width:20.8125rem;height:1.125rem;top:1.25rem;left:24.750000953674rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #irqqZ18PXAT7FzL2vrEeS1Tv8TFA4ZQA { width:17.4375rem;height:4.875rem;top:3.125rem;left:24.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgseXOT3t6BFkhB4UxTTZLTbEVeFpc4m { width:30.625rem;height:3rem;top:7.6875rem;left:17.125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1I4UXZ3t8blTR5rIiLG30fWXTtoO8ix { width:30rem;height:6.5625rem;top:11.875rem;left:17.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #siXJTadE8DfiWx7RrzX2qyI4LpM0XZfi { width:1.875rem;height:1.875rem;top:44.25rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iE4THOy1S6ys6D3T8xqp3zJf6cEt1UOE { width:29.4375rem;height:3.375rem;top:43.4375rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #udWEXcZnVeWTGNQXNEUhTEKtT6zFdGJW { display:block; }
 }@media only screen and (max-width: 763px) { #hgso21Shiruanrw80N3aM0MQO1kvqhGi { width:17.5rem;height:0.8125rem;top:41.5rem;left:25.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0gVMS6GMANoen3FNItL7suOAxzWZPPd { width:15.5rem;height:4.875rem;top:36.625rem;left:24.875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qevQ8gZR5aRa7Cd7EX8ttvyRfHRlWTf0 { width:2.75rem;height:1rem;top:33.6875rem;left:25.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPKp6zpc4klphEFfKZQG4VvAe6uR2FPa { width:18.875rem;height:9.1875rem;top:20.125rem;left:24.875rem;font-size:0.875rem;display:block; }#zPKp6zpc4klphEFfKZQG4VvAe6uR2FPa li:before{  }
 }@media only screen and (max-width: 763px) { #cSHxT1mMhBKZBgotzaFsZZAdy8M3Fbwc { width:19.5rem;height:1.375rem;top:18.4375rem;left:24.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v29pfL1sVQmOtHy1rNLuLOuFZ1bEllcR { width:11.75rem;height:1.375rem;top:31.6875rem;left:25.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWxs0gEyR3qKx0MKaIEISicwoZUybXAK { width:35.625rem;height:35.625rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #teT8xU2EAnZ5apJLFBsc8B7vltPGBzSo { width:28.8125rem;height:8.8125rem;top:38.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffIGxAXh7mtIBw8qMP14bniziMVTDWbT { width:19.8125rem;height:2.375rem;top:38.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCfPw9mDaxSfq3HdifyucvwlFIi6xNFp { width:19.8125rem;height:5.5rem;top:41.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dix1tkSgEcPimybrmANAmzxpAhqfEuyp { width:30.625rem;height:;top:7.25rem;left:17.125rem;font-size:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #UeefKNBpTfd8pUUKfyKo2oKgB0LTa555 { width:20rem;height:2.25rem;top:3.25rem;left:0rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nF65mmQMIidcAWk1378tbU1qcJTwBkvA { width:14.25rem;height:9.5rem;top:13.125rem;left:23.437500953674rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTS5pBWSSzV0W2XJOAk24FQH3e6CyaqE { width:11.75rem;height:0;top:32.8125rem;left:24.875000953674rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ddiNCV5g6vIcRq0TDalG6mTN52Ce88K1 { width:2.75rem;height:1rem;top:34.8125rem;left:24.875000953674rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AaX0lenGeAsVe9dwulwBlZ59iKSzmXi2 { width:15.5rem;height:4.875rem;top:35.875rem;left:24.875000953674rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MV6SQsF4eC0R4FpvScE2ErUXrR2n0eel { width:17.5rem;height:0.8125rem;top:40.9375rem;left:24.875000953674rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hi228MuR6y5QurlzeLz78vImDMDfz3Et { width:11.75rem;height:1.375rem;top:40.1875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NiQPCAao6w3ONvo9W1PTAJ82Sp1XxMHu { width:15.5rem;height:4.875rem;top:35.875rem;left:24.875000953674rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #IAFnsmL6COTShoqibXP14QbcGba8lsHo { width:17.4375rem;height:2rem;top:43.6875rem;left:0rem;font-size:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #liUXZCbWwb9NC4ilPcSIw0gTA97ADVT8 { width:18.9375rem;height:2.5625rem;top:48.125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XSHielvrXeTxxdp94PphxrR0AtCXOAnm { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #keALeDmcZl1RBkqvzUoCnNM2Lu1RGcP3 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#keALeDmcZl1RBkqvzUoCnNM2Lu1RGcP3 .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; }
#keALeDmcZl1RBkqvzUoCnNM2Lu1RGcP3 .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; }
#keALeDmcZl1RBkqvzUoCnNM2Lu1RGcP3 { display:flex;width:18rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #keALeDmcZl1RBkqvzUoCnNM2Lu1RGcP3 #B09FPzEm8kk498N20I22xoovdoDFCyVk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #keALeDmcZl1RBkqvzUoCnNM2Lu1RGcP3 #BdMg7TUNzkgaNkmK8rdTdCzHfTaTUTlB {  }
 }@media only screen and (max-width: 763px) { #keALeDmcZl1RBkqvzUoCnNM2Lu1RGcP3 #Kb5TLEHKUDMhRxcPTh2k0TNuwT5ZxPSB {  }
 }@media only screen and (max-width: 763px) { #keALeDmcZl1RBkqvzUoCnNM2Lu1RGcP3 #aJgmrV9LyWqsTPJRsm9R2bfziXNfRqLg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #keALeDmcZl1RBkqvzUoCnNM2Lu1RGcP3 #Vy8nSXfqvIJfGkpqcBWgtgy0QMs0Fswb {  }
 }@media only screen and (max-width: 763px) { #keALeDmcZl1RBkqvzUoCnNM2Lu1RGcP3 #FQMdUaXswfIUmxUDtwVbAOfT8wGBVfE5 {  }
 }@media only screen and (max-width: 763px) { #keALeDmcZl1RBkqvzUoCnNM2Lu1RGcP3 #OxxiQSibAvHi6PCEP5KQyCMfip5gaMXx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #keALeDmcZl1RBkqvzUoCnNM2Lu1RGcP3 #gHPJr7fm024iuH9mLWmmmgeBSIyTI3kN {  }
 }@media only screen and (max-width: 763px) { #keALeDmcZl1RBkqvzUoCnNM2Lu1RGcP3 #Dzcil0quNm3CxbFt5JQtOQls7byOyAIl {  }
 }@media only screen and (max-width: 763px) { #keALeDmcZl1RBkqvzUoCnNM2Lu1RGcP3 #oP2GsNpx3ffx3bEiMi8daBlNJvHoxQRL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #keALeDmcZl1RBkqvzUoCnNM2Lu1RGcP3 #qGdViHrTrvoo940hg6pTzGhWoaiGPqPR {  }
 }@media only screen and (max-width: 763px) { #keALeDmcZl1RBkqvzUoCnNM2Lu1RGcP3 #kNA4ogz9fttG43aEdoegNJxb7vG2f6hf {  }
 }@media only screen and (max-width: 763px) { #dipS7vWCIuEKGwBTGDg6XXTwk03vZT7I { width:14.1875rem;height:1.375rem;top:59.9375rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XhBs8yddexvrCUehoqGOqC8hyPlQ4AJy { width:19.875rem;height:;top:57.8125rem;left:0rem;font-size:0.875rem;display:none; }#XhBs8yddexvrCUehoqGOqC8hyPlQ4AJy li:before{  }
 }@media only screen and (max-width: 763px) { #TwDHk3waBPqDtwAJnTZ4mWV9g3fHDzKA { width:6.1875rem;height:1.625rem;top:35.0625rem;left:25.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9GXE2nrIQKpPnxTEmgTJ6GI50oocFOA { width:9.5rem;height:9.5rem;top:13.125rem;left:23.437500953674rem;display:none; }
 }@media only screen and (max-width: 763px) { #g6Ux8h1LxmDfuxTGwgCbJMMRS7K3cChC { width:18.8125rem;height:1.375rem;top:37.625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pe6zasmnV7UHlA1f4XXqFLeROC6ZR9Mw { width:16.25rem;height:1rem;top:6.5rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #En7SQUqQ279bNJ9BoR2eTzw6H96GRPD5 { width:16.0625rem;height:2.5625rem;top:59.8125rem;left:0rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pacImA7lVChimuo1WdMAAprpRTQtksGJ { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #yX4a1VaM8gWKAKQWGZEveUGCmm7aRmhi { display:block; }#yX4a1VaM8gWKAKQWGZEveUGCmm7aRmhi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r9xrWfHOwIUnho4ay6d43EOzvriI79sF { width:47.75rem;height:2.375rem;top:2.125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJXS7ZGT1pMDQBOaR5boOaotnzghlyTp { display:block; }#qJXS7ZGT1pMDQBOaR5boOaotnzghlyTp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m8EsZhwhId4eHgI9kQ1rhiHEEHdddsQ1 { width:47.125rem;height:65.125rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDBdsFscmiy9O1dqFtTffu5t0gQunD84 .widget-regular-label { display:block;width:35.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 .widget-input-text { width:35.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 .widget-input-text {padding-top: 0; padding-bottom: 0;}#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 .widget-textarea { width:35.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 .widget-input-select { width:35.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 .widget-input-select {padding-top: 0; padding-bottom: 0;}#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 .widget-input-button { width:35.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 .widget-checkbox-label { width:34.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vDBdsFscmiy9O1dqFtTffu5t0gQunD84  { width:35.375rem;height:auto;top:9.4375rem;left:5.1742181777954rem; }
#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 .radio-container { width:35.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 {display:block;}#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 { width:35.375rem;height:auto;top:9.4375rem;left:5.1742181777954rem; }
 }@media only screen and (max-width: 763px) { #vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #ud0QXaTim9WTEtJNnFJgAmsM3BuKBUl6 {  }
 }@media only screen and (max-width: 763px) { #vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #n8d5yAV8SGZ9cKEWTcTdSyJen3yiTBIk { display:block; }
 }@media only screen and (max-width: 763px) { #vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #OEEuvg1QupvtO4HwrI0iVkK5E7pQvWxK {  }
 }@media only screen and (max-width: 763px) { #vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #efCIO7Px8M17ROesNsXKGnUwbwG5ke2U {  }
 }@media only screen and (max-width: 763px) { #vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #QKNgIVZSKiadLLlb2TDC4O5EPLZixx6P { display:block; }
 }@media only screen and (max-width: 763px) { #vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #aWybpUMsP4FLBvMEQ98I1tW6su4MCPaQ {  }
 }@media only screen and (max-width: 763px) { #vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #JmhOxcGLwNUFiqcDCJTRKl2bVv9OF8mb {  }
 }@media only screen and (max-width: 763px) { #vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #bNbZq0mVMOIzgZKDd3TwkQMmLiGTWTvm { display:block; }
 }@media only screen and (max-width: 763px) { #vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #i20vpLlogRh9mXsiO5Z4B77lDQ86dlzU {  }
 }@media only screen and (max-width: 763px) { #vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #h5nGdFPKXgIFx02RLqTFpIZyufXJRcir {  }
 }@media only screen and (max-width: 763px) { #vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #RRVQBNMfvT8MKWISPu4yWA8JE2zzJqtT { display:block; }
 }@media only screen and (max-width: 763px) { #vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #WvcggibFCT93cNn57mbTxAdZrVgwDV75 {  }
 }@media only screen and (max-width: 763px) { #vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #tpr6AN5KlJZnofSBzpBLOB9Ag3Q16HCC {  }
 }@media only screen and (max-width: 763px) { #vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #VMcgi4s9TDL1h90JabviwyXDQ7BckkKO { display:block; }
 }@media only screen and (max-width: 763px) { #vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #RRn3iGWG2ErFBqlZkTiawSwPtQzOapuA {  }
 }@media only screen and (max-width: 763px) { #vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #bTw0VqiaQr7MokW0BuAaCHZzTMoaQ1WH {  }
 }@media only screen and (max-width: 763px) { #vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #tQwlw39Rb6toT9ZTOTgi3faawNiZXtIT { display:block; }
 }@media only screen and (max-width: 763px) { #vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #dgg9GbvOSny6c1MreBSALcyDum4zXIS5 {  }
 }@media only screen and (max-width: 763px) { #vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #hICd0quoArmG021M4l0k9BP9gbL7zJmS {  }
 }@media only screen and (max-width: 763px) { #vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #cTy4ki9E5Vixt6Tw5z8HDDJiGtlE26Lb {  }
 }@media only screen and (max-width: 763px) { #vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #QKnrwMCniPfMkKOxBBBFKUPEDP5E48Cm {  }
 }@media only screen and (max-width: 763px) { #vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #g1I6uEfqZ5c2REBt5pJKuQZUFUIgaGQI {  }
 }@media only screen and (max-width: 763px) { #vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #mtNpV8PHN7WzSU3y7IkGZfuuMxvEJQbX {  }
 }@media only screen and (max-width: 763px) { #hlFZU9FCQsNXzN6Hiw0JkTWQRMykxszm { width:2.75rem;height:2.75rem;top:44.75rem;left:7.749218940735rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVdWOnnki4Kk6aXI043Jt8JQeVIm1Ads { width:22.3125rem;height:3.125rem;top:3.5rem;left:12.718750953674rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJbtM4zkG6N7GRgyuGlSpUqMq8rvL5hc { width:8.0625rem;height:1.3125rem;top:52.8125rem;left:25.268750190735rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcB6OJwhxG3XhS4GmfwZgff2v85XaGTQ { width:10.4375rem;height:10.4375rem;top:49.75rem;left:8.436718940735rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRc5RVoGCiBAUEJyTKQqL9lquh9kV1HZ { width:20.0625rem;height:3.5rem;top:54.125rem;left:20.437500953674rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMci0pHdI2Ta7suQ9EuGds7dta1Fk9LX { width:47.75rem;height:2.5rem;top:61.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikklNOA4gqKiWMrgRuE6XGe2lvSBhT8L { width:47.75rem;height:1.5rem;top:7.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNE08cMSGP1R1Wv5ZwtU8ShAi6brFuVP { display:block; }#SNE08cMSGP1R1Wv5ZwtU8ShAi6brFuVP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QNya4pRhx4x8cvzFv3KBtHBTfiPCeb6I { width:0.125rem;height:21.5625rem;top:2.5rem;left:23.812500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvzw40tQ62c6wgBIrUkSnOWqf97TlNzN { width:31.125rem;height:5.5rem;top:3.3125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nc6r945IGqhkT7L3FZhhLvkRudVpO2Gz { width:28.25rem;height:1.625rem;top:12.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwdgAPCXnv8BVHeTT4RffW5oaMf9aNDg { width:29.8125rem;height:1.625rem;top:10.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUXCyJOxTUroG2OqGTTrhTdQF4zn148z { width:29.5rem;height:1.625rem;top:15.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KM9e1uQ64u1vBOdf8v5WtR8DaeyU5IC4 { width:29.5rem;height:1.625rem;top:19.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMyDLtwMNtWRqiNnLZ8F6bdzUoqp4GkO { width:28.6875rem;height:18.9375rem;top:3.3125rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z62dpTyZLGvJPOip91HOTLRBJAuwPrCB { width:29.5rem;height:1.625rem;top:17.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W76gqd2u1DU2xl7fsdzu6CydoOL72MXa { width:20rem;height:4.5rem;top:1.1875rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #h1TMbvO1bXCWRDq0Bgd36G6fiDST1TbO { display:block; }#h1TMbvO1bXCWRDq0Bgd36G6fiDST1TbO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SqqkqDzf8AJH58UCg0O8ycCUyfbEcFQU { width:47.75rem;height:6.25rem;top:1.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNq3kHdmMqI567EDZZT2EqoPDpX7ZDLs { display:block; }#wNq3kHdmMqI567EDZZT2EqoPDpX7ZDLs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kCfr7of3Ut3C4v9EhZlApOCHQ5lQrLC0 { width:22.5625rem;height:15.0625rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfCqmSwF367h6T6580AOHHVNZGubbMKv { width:22.6875rem;height:5.0625rem;top:18.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdpTIKVgTzo6AieKzz1v89xTcgdF9QvG { width:22.5625rem;height:15rem;top:2.3125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPmVIXJWB0fWazHaST3GxafrFg8m5zQ0 { width:22.5625rem;height:15rem;top:2.3125rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hk6efU1pENaS3gGEbL9ksP9tWg62iQsO { width:21.6875rem;height:3.375rem;top:18.5rem;left:10.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7QzM6V1DPHTLIMuz6zvqI8iJg6OxEXQ { width:22.6875rem;height:3.375rem;top:18.5rem;left:24.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTCKpyTksmNG5I8TGcHmz2V7sJ9xpJpu { width:26.5rem;height:3.375rem;top:25.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdldISIFszTmW28Biffzb8edwi6el851 { display:block; }
 }@media only screen and (max-width: 763px) { #NfqhDLkrhgFlBZ4kAQSUkhyU0fPcHxbb { display:block; }#NfqhDLkrhgFlBZ4kAQSUkhyU0fPcHxbb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nQOFtHCRlzq262HPRvU7ZKkD7hQVr4Ca { width:27.4375rem;height:3.125rem;top:1.8125rem;left:10.156250953674rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #btAAcHWQ16KdA2kqOFPfoMDIFvo0Bwnb { display:block; }#btAAcHWQ16KdA2kqOFPfoMDIFvo0Bwnb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IWlspHpRcqGuFAUTfnVDr7HGL9cbocU3 { width:12.3125rem;height:12.3125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Or2c5u2KKduBESl3DJ8LPEkK8E0oGgkV { width:12.3125rem;height:12.3125rem;top:1rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCnFupr35nlV8TTdzuT8RBT5ZISvsd2s { width:12.3125rem;height:12.3125rem;top:1rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFMqHoPOXfd7cXsArbcKz51HImPTkibT { width:12.3125rem;height:12.3125rem;top:1rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIT1uQGR0rcWO5FxnIWBk07p8Ghavxbm { width:15.5625rem;height:1.1875rem;top:15.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLpODDGamV5eJsFcr5gSRm13N672rXR5 { width:15.5625rem;height:2.375rem;top:15.5rem;left:8.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yexCkQ0zXJ6RstGr8yFny7g3vecZ2OC9 { width:15.5625rem;height:1.1875rem;top:15.5rem;left:20.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTHDPgMbiWw25rTk4it4XgESlAyvsF28 { width:15.5625rem;height:2.375rem;top:15.5rem;left:32.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kp5t9M1Kb7WRGlbIbgxhLieAQNv3kQWU { display:block; }#kp5t9M1Kb7WRGlbIbgxhLieAQNv3kQWU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kphvzhGfaDuaqwqNv8T8hKOcQ28dDJAZ { width:47.75rem;height:6.25rem;top:1.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcaCIAL9mJXQAR8mEqhGlhTcS4HMJ8xm { display:block; }#dcaCIAL9mJXQAR8mEqhGlhTcS4HMJ8xm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L3y2rPiCiC7IA7qXcRktRsu0Gn76iI3Z { width:20.5rem;height:21.6875rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROPVgLZPdVKeMLvdg70IG2bTyRXaTbTZ { width:21.6875rem;height:21.6875rem;top:4.9375rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrzlwTpczcgOKx7ZSOK90aguK9AqwaZT { width:15.25rem;height:15.25rem;top:4.9375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZz7GX1ZyomF9WZxBgxTwTOsaXEWmgE4 { width:15.25rem;height:15.25rem;top:13.5rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6wzNCrMKxcVVQlLiT1FoashCnXIO8Ha { width:11.5625rem;height:1.5625rem;top:1.5625rem;left:2.1554689407349rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZ76gzCEv73wWJk3ZchExJCoghRH2CwR { width:19.875rem;height:1.5625rem;top:1.5625rem;left:11.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMR9pQZTi0fZOzZLpT0c38XoscM9xl3k { width:22.6875rem;height:1.5625rem;top:1.6875rem;left:24.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAS0TBaDTy1QnDDC2SZzdvcHEZXHmIE8 { display:block; }#ZAS0TBaDTy1QnDDC2SZzdvcHEZXHmIE8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hALfKh78qwRIplaQgGTsEsuK8rw7cNv4 { width:47.75rem;height:2.75rem;top:1.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwqeWyBTR0JU9LrKs3gFU0FDG2Riek3y { width:47.75rem;height:5.5rem;top:7.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eODafq2CRTncTPo8IssG4kwDZQZbp5i0 { width:47.75rem;height:8.75rem;top:18.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC0NUpZWwos1VMs6u4IA85sL0B4qLq2L { width:47.75rem;height:3.5rem;top:30.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3mi4HtU1V6XVCkbDDvJLT4h7UnzKaRZ { width:47.75rem;height:2.75rem;top:14rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6FRRrIrzOKn0CAc8l2Xrxscbbr2rqPZ { display:block; }#Q6FRRrIrzOKn0CAc8l2Xrxscbbr2rqPZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P62sg7pAX0fyRUpZ52ek4eWiQMNZfT52 { width:47.75rem;height:1.75rem;top:1.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTLx6XWab3orTXEpuL4fdxBwZ2ZuFww5 { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cCzeHvT4DgM7gf8yftAIaMkhZ1hyVIp4 { width:18.25rem;height:1.3125rem;top:3.8125rem;left:14.750000953674rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOcIM0u6dsrS9OUiDdnos49EmsqAkMBK { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #c4QNV1p0u7CnEesJXoqVrKEIycoMdGv7 { width:14.5rem;height:1.25rem;top:2.875rem;left:4.5992193222046rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NAxDvfVQMK2B041ziEwbMU9gkOxCzcW7 { display:block; }#NAxDvfVQMK2B041ziEwbMU9gkOxCzcW7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RdWyGfLMfZ9iOiTR0OyFah9EVP4FhTJL { width:24.75rem;height:24.75rem;top:16.8125rem;left:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTUSZgXolT32BILLcQSxzgxLkmihNWIa { width:24.9375rem;height:15.9375rem;top:1.3125rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfDT6PrLmptB4SUZ9gL5pbufVTDOMnT6 { width:3.375rem;height:3.375rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDJH2aH8kUg0wvcCCQ9PDqJUGwfJsiG2 { width:3.375rem;height:3.375rem;top:2.0625rem;left:24.099217414856rem;display:block; }
 }@media only screen and (max-width: 763px) { #aULIKfAF89IPmvSfKOG4QsXoyd8krSo8 { width:6.5625rem;height:1.0625rem;top:2.9375rem;left:3.9992189407349rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0HO0szC56qCrs3seofZ7CXMWrPtLT1o { width:1.5625rem;height:1.5625rem;top:4.625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4O3imyPWPnZZyFfRf14PTAhsLerC2mt { width:1.5625rem;height:1.5625rem;top:4.625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BV9xGSu8HMOZ48k4QJmEvloFeWPdtHeh { width:1.5625rem;height:1.5625rem;top:4.625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFBdCXtxM5pi9fuTOCi8cr9riXHWFzlF { width:1.5625rem;height:1.5625rem;top:4.625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2LvDrMwzJKrwkL0HyTklNa7pR8PbQES { width:11.6875rem;height:0.875rem;top:6.9375rem;left:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH5wePFoUSCFhizVJ1dVTwSOMARI3c4N { width:3.9375rem;height:0.8125rem;top:4.9375rem;left:11.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWb94MMXzxvz2ov6ZVAQP7gKAu8ebhsQ { width:19.0625rem;height:8.5rem;top:8.375rem;left:4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D09058zv6cd4pUVVvSyVBPGuIsCQsbrl { width:6.5625rem;height:1.0625rem;top:3.1875rem;left:28.474999427796rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfv17aVpU4Uv3NTDqe5gr1ub0QTZvvxH { width:5.8125rem;height:0.8125rem;top:5rem;left:36.599999427796rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwppTKyt9FNTtdKw9MKLC6r0nWL07wk4 { width:1.5625rem;height:1.5625rem;top:4.75rem;left:28.224999427796rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dn2BTM6MpGs500ppweoTOdq0LQmzzDNE { width:1.5625rem;height:1.5625rem;top:4.75rem;left:29.849999427796rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqVaR7yMnPEWuyXtPfn07RWKf9Wc9rzt { width:1.5625rem;height:1.5625rem;top:4.75rem;left:31.474999427796rem;display:block; }
 }@media only screen and (max-width: 763px) { #alZ32uhIugCU3XvLD7O9HRNXfe7N8a0L { width:1.5625rem;height:1.5625rem;top:4.75rem;left:33.024998664856rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzZBLRWHaOG5XkEz0it57NzH0v4oGuN1 { width:1.5625rem;height:1.5625rem;top:4.75rem;left:34.587502479553rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3h53IxcpeJ1Tg5k7D3s97xzQ6ayaITO { width:11.6875rem;height:0.875rem;top:6.6875rem;left:28.474999427796rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJMBNz8Ao3ndghXzf1ITnaq1cdtaVdXy { width:18.75rem;height:8.5rem;top:8.375rem;left:28.474999427796rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4dhoTckp6JsckP3IzWuiR5SW3cERmZZ { width:24.9375rem;height:15.9375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n39pu1yi0ykEFrhFbBUqKS2kM9bLDznh { display:block; }#n39pu1yi0ykEFrhFbBUqKS2kM9bLDznh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ehfEEz80BbVysy5elh3tfRg2a9MMAJBx { width:27.625rem;height:2.375rem;top:1.5625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1PZ4QzqCex4s19al273UKT1xS7g4RhU { width:24.6875rem;height:2.75rem;top:4.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zpbgnxd6ouBl1f8IVATTbTUVuJq7krhh { width:16.9375rem;height:5.375rem;top:9.6875rem;left:0rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIO1v8d2fhzSaptiO0HnE8Lku75BcTLb { width:22.375rem;height:3.375rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bi3RUbaHO8SHX5zwyzPGCguNo0VBCTck { display:block; }
 }@media only screen and (max-width: 763px) { #TqlaP4ahR4V2ZTTG5U2VTx0nW84gZcFU { width:20rem;height:5.9375rem;top:5.25rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eEce6S8GfdQ3W9FTWWJXWQtH49ucqCMk { width:13.5625rem;height:1.1875rem;top:1.5625rem;left:34.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ig0S5ciZdaf3XccVZiBqenqkidxetBvX { width:9.375rem;height:2.875rem;top:6.3125rem;left:38.375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyka1R1vAANpDgRXGCQcl1cCTOLogSlJ { width:14.9375rem;height:0.8125rem;top:10.9375rem;left:32.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3qZRG9OvsZ6FFPtrRQs9l8rpnu5ilxp { width:21.5625rem;height:21.5625rem;top:20.5625rem;left:26.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #p6k1TPzesWFvvhhydCr052XA5T0MiqAg { width:9.375rem;height:0;top:6.8125rem;left:38.375rem;font-size:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bAJRr1sUtAPRA5ndbhGenr2xxQLMBWNq { width:8.875rem;height:1.5rem;top:28.5625rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #p9ucmChFLJDpxvpueD9T8w35KG2HOmyf { width:12.9375rem;height:4rem;top:7.0625rem;left:34.8125rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwHG42ox8h4HaLaq6SOmc2GukooUVhTZ { width:7.6875rem;height:2rem;top:8.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAsnGSkgWUqA3bhhtbcLmymJZSrP23dy { display:block; }#HAsnGSkgWUqA3bhhtbcLmymJZSrP23dy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yEmbVxpU783zC7H39s9Rhbd7s6fmzrEJ { width:27.25rem;height:2.375rem;top:3.0625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcXuTQa4fnsTsBr8ygBzWUCMnZcsoie9 { width:27.625rem;height:2.75rem;top:6.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmxUHNQkycyVozb8PcCONJlqIb5E2Cmz { width:16.6875rem;height:5.375rem;top:14.125rem;left:0rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFKQlXXt8Kow2X1quQTHgiP5KA4Vezir { width:32.25rem;height:0.9375rem;top:25.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoaQU6aGgNZTBWUP5G53BNltBtekepU5 { width:13.1875rem;height:2.5rem;top:29.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpCvCZCvTLIeKPqCJw5a0Hgae9eV9v0c { width:15.3125rem;height:1.25rem;top:27.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoC3iStvP1pfHTsWp1ob6SaTvBJTk7X0 { width:19.875rem;height:2.125rem;top:6.6875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bNb146T74mJ4Hl3dkKP7PEJdoR6QSNwP { width:27.875rem;height:1.5rem;top:23.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPyBu0TTcPrTR1QbSzQZPibir1fEKQfD { width:6.125rem;height:1.5rem;top:23.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bA0HHCreodAKbWfkLNBGGmgZMARNRtWn { width:23.625rem;height:2.375rem;top:20.25rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqoa67Gba2R1yEDOWzNMB1yebBLyWxMe { width:30.9375rem;height:32.8125rem;top:1rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #msdQIagXi3ZMdMfRFHrELdo7CMTFuHrW { width:6.875rem;height:1.8125rem;top:12.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXHWiyq9s0QgDs2ShCt9w8Wc6TKO4Rr3 { width:4.125rem;height:;top:10.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub2H1WJdDa3MVExzgIPg0MgGepPZmhun { width:27.625rem;height:2.75rem;top:6.125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ce15MJntgbbKgPJaMnbWH64CLdnqLrKQ { width:19.875rem;height:1.0625rem;top:8.5rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mOihhBn2XQZDE96LiwgLNmFVvPUzx8TT { display:block; }#mOihhBn2XQZDE96LiwgLNmFVvPUzx8TT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Thc49n1IsVpIftAHUd5rkkAAHJyUIWJM { width:22.5625rem;height:2.375rem;top:2.125rem;left:12.593750953674rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ay1evygmRLx2ITTupzGuZNpWZJoyTxUZ { width:47.75rem;height:3.5rem;top:5.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEHDC2mJJ5f9wC9ARsL5pT7Ppnq1InzO { width:32.25rem;height:2.375rem;top:11.875rem;left:7.749218940735rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gztkf506yvTLqEwTmJts0vQfIzCEsgBT { width:47.75rem;height:1.875rem;top:14.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfvS9syh38E8FOCTt9wipCA5CBFB5VbR { width:47.75rem;height:2rem;top:17.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkEVW2AHykpQ26K1HLhir7GGHgqRiOns { width:47.75rem;height:6rem;top:22.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8TaHtgtDglL5HAvRJaF9QUXFparN7yH { display:block; }#y8TaHtgtDglL5HAvRJaF9QUXFparN7yH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZnVOpmHTtosR7GE58X4O2oCcZubuPR5U { width:18.0625rem;height:9.0625rem;top:1.1875rem;left:14.843750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPKTFFNnTuCeXxwvLMh7RgZkOn5MQw5J { display:block; }#XPKTFFNnTuCeXxwvLMh7RgZkOn5MQw5J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u21DffsRIS47x0VygmLdgrWrTE6SmVKP { width:27.75rem;height:3.125rem;top:1.25rem;left:10.000000953674rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwpvdV0X0WXadbi3FEBX6smdF3ZSTZsU { display:block; }#FwpvdV0X0WXadbi3FEBX6smdF3ZSTZsU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v5y5TARw2s19BBcTKySwWJN90DN5M87K .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#v5y5TARw2s19BBcTKySwWJN90DN5M87K { display:flex;height:auto;width:27.8125rem;top:3.25rem;left:7.6624994277956rem; }
 }@media only screen and (max-width: 763px) { #v5y5TARw2s19BBcTKySwWJN90DN5M87K #sWzkd5zxhzGP0CEmK1auV7KvOnJTZ2tp {  }
 }@media only screen and (max-width: 763px) { #v5y5TARw2s19BBcTKySwWJN90DN5M87K #GcOARDJyKSw0RPKgvd8D8QryIHLGrhmf {  }
 }@media only screen and (max-width: 763px) { #v5y5TARw2s19BBcTKySwWJN90DN5M87K #U6xvz7fHLSkJ3FmiMwEHdSckBe6Pnt0B {  }
 }@media only screen and (max-width: 763px) { #v5y5TARw2s19BBcTKySwWJN90DN5M87K #KwdPKaDG8Vvap97Ou8fo4sQxwx1ngf6T {  }
 }@media only screen and (max-width: 763px) { #v5y5TARw2s19BBcTKySwWJN90DN5M87K #nZAmXixgfxayndJRcuyhyxzoqLn1DqEG {  }
 }@media only screen and (max-width: 763px) { #v5y5TARw2s19BBcTKySwWJN90DN5M87K #z6TninWlDWJmEtUboHUtoKaBqisx3mqT {  }
 }@media only screen and (max-width: 763px) { #v5y5TARw2s19BBcTKySwWJN90DN5M87K #HIcILU0pbzIdNbM1dtABGnWPeU5Ugsxa {  }
 }@media only screen and (max-width: 763px) { #v5y5TARw2s19BBcTKySwWJN90DN5M87K #fvMTzWTqeI7WkFdLwInuhrkAwUvbPMxM {  }
 }@media only screen and (max-width: 763px) { #v5y5TARw2s19BBcTKySwWJN90DN5M87K #CfvwJToN7LO6pn8ekSXXhMnkEg30y94B {  }
 }@media only screen and (max-width: 763px) { #v5y5TARw2s19BBcTKySwWJN90DN5M87K #vmDPy1Tm0xs8BKm1axwDoETqOVZ59lQ2 {  }
 }@media only screen and (max-width: 763px) { #v5y5TARw2s19BBcTKySwWJN90DN5M87K #gTwk4ErDhxOcMKzC8BbEveethWhuGpZe {  }
 }@media only screen and (max-width: 763px) { #v5y5TARw2s19BBcTKySwWJN90DN5M87K #DFLyNTNmmCTx3qUvCsppTtFlaBWT2vaV {  }
 }@media only screen and (max-width: 763px) { #v5y5TARw2s19BBcTKySwWJN90DN5M87K #FIrZNIPWhD8vDuTRhONiAnmzvE2FcJLN {  }
 }@media only screen and (max-width: 763px) { #v5y5TARw2s19BBcTKySwWJN90DN5M87K #f31W8KSyfcQFxiKrtuh14ggyIzw0RMT5 {  }
 }@media only screen and (max-width: 763px) { #v5y5TARw2s19BBcTKySwWJN90DN5M87K #VqhXOkGRrAwILt1iIwkylcgaP6vBfAoW {  }
 }@media only screen and (max-width: 763px) { #v5y5TARw2s19BBcTKySwWJN90DN5M87K #U7No10XTF0g3qFVmqWbPtgSzHs1gyXDv {  }
 }@media only screen and (max-width: 763px) { #v5y5TARw2s19BBcTKySwWJN90DN5M87K #qrHAxseRKl6k8xhat8bbgxaSQatuw81q {  }
 }@media only screen and (max-width: 763px) { #v5y5TARw2s19BBcTKySwWJN90DN5M87K #NVs5285eeFwLnGQGIBvFcbVOsHditMdu {  }
 }@media only screen and (max-width: 763px) { #v5y5TARw2s19BBcTKySwWJN90DN5M87K #LxatAx0EpyqDMNO9O9hxdx2tddRIyKAP {  }
 }@media only screen and (max-width: 763px) { #v5y5TARw2s19BBcTKySwWJN90DN5M87K #Q0vvqlX28okwpqit3Hbnm2nt8RRXtpX3 {  }
 }@media only screen and (max-width: 763px) { #v5y5TARw2s19BBcTKySwWJN90DN5M87K #HxCNlDT7pEPcVTBGs891fk0vdmBLyc2m {  }
 }@media only screen and (max-width: 763px) { #v5y5TARw2s19BBcTKySwWJN90DN5M87K #etRqoMLyhMZ4a1LXXwfxoG0xFW2PMDOZ {  }
 }@media only screen and (max-width: 763px) { #v5y5TARw2s19BBcTKySwWJN90DN5M87K #vWJqF36rkoaNcv2TinT77MmF7AIbSwXV {  }
 }@media only screen and (max-width: 763px) { #v5y5TARw2s19BBcTKySwWJN90DN5M87K #tM7kF2xbJWQwhQpJMEboxGmKHhOyaRnm {  }
 }@media only screen and (max-width: 763px) { #v5y5TARw2s19BBcTKySwWJN90DN5M87K #xJkzzeFQNh6EPsn8FzPrBtmOZaFA0DvG {  }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:83.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTquwcFMqJA45TiHbP1s8kz3qynETTJq { width:20rem;height:13.333333333333rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yOcRGCNJsHBrwm3QTiDnTsX8IQR2dJDD { width:20rem;height:auto;top:1.25rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #irqqZ18PXAT7FzL2vrEeS1Tv8TFA4ZQA { width:17.4375rem;height:2rem;top:1.3000000715256rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgseXOT3t6BFkhB4UxTTZLTbEVeFpc4m { width:20rem;height:auto;top:7.6875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #J1I4UXZ3t8blTR5rIiLG30fWXTtoO8ix { width:20rem;height:9.1875rem;top:8.53750038147rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #siXJTadE8DfiWx7RrzX2qyI4LpM0XZfi { display:flex;width:1.875rem;height:1.875rem;top:54.125rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iE4THOy1S6ys6D3T8xqp3zJf6cEt1UOE { width:19rem;height:3.375rem;top:74.4375rem;left:0.49921876192093rem;font-size:0.875rem;background-color:#00ae40;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.125rem 0.1875rem 0.5rem rgba(133,119,79,0.5) ;text-shadow:0.0625rem 0.0625rem 0.1875rem #1e1e1e;display:block; }
 }@media only screen and (max-width: 763px) { #udWEXcZnVeWTGNQXNEUhTEKtT6zFdGJW { display:block; }
 }@media only screen and (max-width: 763px) { #hgso21Shiruanrw80N3aM0MQO1kvqhGi { width:17.5rem;height:auto;top:41.5rem;left:1.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #P0gVMS6GMANoen3FNItL7suOAxzWZPPd { width:15.5rem;height:auto;top:36.625rem;left:2.25rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #qevQ8gZR5aRa7Cd7EX8ttvyRfHRlWTf0 { width:2.75rem;height:auto;top:33.6875rem;left:8.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zPKp6zpc4klphEFfKZQG4VvAe6uR2FPa { width:18.875rem;height:auto;top:20.125rem;left:0.5625rem;font-size:1.1875rem;display:none; }#zPKp6zpc4klphEFfKZQG4VvAe6uR2FPa li:before{  }
 }@media only screen and (max-width: 763px) { #cSHxT1mMhBKZBgotzaFsZZAdy8M3Fbwc { width:19.5rem;height:0;top:46.3125rem;left:0.49921876192093rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #v29pfL1sVQmOtHy1rNLuLOuFZ1bEllcR { width:11.75rem;height:1.375rem;top:41.375rem;left:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWxs0gEyR3qKx0MKaIEISicwoZUybXAK { width:20rem;height:20rem;top:15.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #teT8xU2EAnZ5apJLFBsc8B7vltPGBzSo { width:20rem;height:8.8125rem;top:64.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ffIGxAXh7mtIBw8qMP14bniziMVTDWbT { width:19.8125rem;height:0;top:65rem;left:0.0625rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XCfPw9mDaxSfq3HdifyucvwlFIi6xNFp { width:19.8125rem;height:0;top:67.4375rem;left:0.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Dix1tkSgEcPimybrmANAmzxpAhqfEuyp { width:20rem;height:0;top:5.6875rem;left:1.5374999642372rem;font-size:2rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #UeefKNBpTfd8pUUKfyKo2oKgB0LTa555 { width:20rem;height:2.25rem;top:3.25rem;left:0rem;font-size:2.25rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #nF65mmQMIidcAWk1378tbU1qcJTwBkvA { width:20rem;height:13.25rem;top:17.72500038147rem;left:0rem;overflow:hidden;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #MTS5pBWSSzV0W2XJOAk24FQH3e6CyaqE { width:11.75rem;height:0;top:46.075000762939rem;left:7.7874999642375rem;font-size:1.375rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #ddiNCV5g6vIcRq0TDalG6mTN52Ce88K1 { width:2.75rem;height:0;top:48.125001907349rem;left:7.7874999642375rem;font-size:1rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #AaX0lenGeAsVe9dwulwBlZ59iKSzmXi2 { width:15.5rem;height:0;top:49.187501907349rem;left:6.0374999642372rem;font-size:2rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #MV6SQsF4eC0R4FpvScE2ErUXrR2n0eel { width:17.5rem;height:0;top:54.25rem;left:4.0374999642372rem;font-size:0.8125rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #hi228MuR6y5QurlzeLz78vImDMDfz3Et { width:3.25rem;height:1.0625rem;top:43.375rem;left:8.375rem;font-size:1.0625rem;z-index:15005;font-family:archivo;display:block; }
 }@media only screen and (max-width: 763px) { #NiQPCAao6w3ONvo9W1PTAJ82Sp1XxMHu { width:15.5rem;height:0;top:16.125rem;left:6.0374999642372rem;font-size:2rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #IAFnsmL6COTShoqibXP14QbcGba8lsHo { width:14.125rem;height:4.375rem;top:46.0625rem;left:2.9375rem;font-size:4.375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #liUXZCbWwb9NC4ilPcSIw0gTA97ADVT8 { width:16.25rem;height:1.05625rem;top:51.1875rem;left:1.875rem;font-size:0.8125rem;z-index:15015;text-shadow:0.0625rem 0.0625rem 0.125rem #ffffff;color:#1e1e1e;font-family:archivo;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #XSHielvrXeTxxdp94PphxrR0AtCXOAnm { top:39.4375rem;left:0rem;width:20rem;height:1.4375rem;z-index:15013;background-color:#d10000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #keALeDmcZl1RBkqvzUoCnNM2Lu1RGcP3 .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; }
#keALeDmcZl1RBkqvzUoCnNM2Lu1RGcP3 .widget-text.counter-number { padding-top:0.37875rem;padding-right:0.330625rem;padding-bottom:0.37875rem;padding-left:0.330625rem;width:1.983125rem;min-width:1.983125rem;height:2.03625rem;font-size:1.515rem;line-height:32.58px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #1e1e1e;border-left:0.0625rem solid #1e1e1e;border-right:0.0625rem solid #1e1e1e;border-bottom:0.0625rem solid #1e1e1e;background-color:#ffffff;background-image:none;color:#1e1e1e; }
#keALeDmcZl1RBkqvzUoCnNM2Lu1RGcP3 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.236875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.644375rem;height:0.805rem;font-size:0.568125rem;line-height:12.88px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#keALeDmcZl1RBkqvzUoCnNM2Lu1RGcP3 { display:flex;top:53.375rem;left:2rem;width:15.0625rem;height:3.96015625rem;z-index:15017;padding-top:0.47375rem;padding-right:0.4725rem;padding-bottom:0.47375rem;padding-left:0.4725rem;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important; }
 }@media only screen and (max-width: 763px) { #keALeDmcZl1RBkqvzUoCnNM2Lu1RGcP3 #B09FPzEm8kk498N20I22xoovdoDFCyVk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #keALeDmcZl1RBkqvzUoCnNM2Lu1RGcP3 #BdMg7TUNzkgaNkmK8rdTdCzHfTaTUTlB {  }
 }@media only screen and (max-width: 763px) { #keALeDmcZl1RBkqvzUoCnNM2Lu1RGcP3 #Kb5TLEHKUDMhRxcPTh2k0TNuwT5ZxPSB {  }
 }@media only screen and (max-width: 763px) { #keALeDmcZl1RBkqvzUoCnNM2Lu1RGcP3 #aJgmrV9LyWqsTPJRsm9R2bfziXNfRqLg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #keALeDmcZl1RBkqvzUoCnNM2Lu1RGcP3 #Vy8nSXfqvIJfGkpqcBWgtgy0QMs0Fswb {  }
 }@media only screen and (max-width: 763px) { #keALeDmcZl1RBkqvzUoCnNM2Lu1RGcP3 #FQMdUaXswfIUmxUDtwVbAOfT8wGBVfE5 {  }
 }@media only screen and (max-width: 763px) { #keALeDmcZl1RBkqvzUoCnNM2Lu1RGcP3 #OxxiQSibAvHi6PCEP5KQyCMfip5gaMXx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #keALeDmcZl1RBkqvzUoCnNM2Lu1RGcP3 #gHPJr7fm024iuH9mLWmmmgeBSIyTI3kN {  }
 }@media only screen and (max-width: 763px) { #keALeDmcZl1RBkqvzUoCnNM2Lu1RGcP3 #Dzcil0quNm3CxbFt5JQtOQls7byOyAIl {  }
 }@media only screen and (max-width: 763px) { #keALeDmcZl1RBkqvzUoCnNM2Lu1RGcP3 #oP2GsNpx3ffx3bEiMi8daBlNJvHoxQRL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #keALeDmcZl1RBkqvzUoCnNM2Lu1RGcP3 #qGdViHrTrvoo940hg6pTzGhWoaiGPqPR {  }
 }@media only screen and (max-width: 763px) { #keALeDmcZl1RBkqvzUoCnNM2Lu1RGcP3 #kNA4ogz9fttG43aEdoegNJxb7vG2f6hf {  }
 }@media only screen and (max-width: 763px) { #dipS7vWCIuEKGwBTGDg6XXTwk03vZT7I { width:14.1875rem;height:1.375rem;top:59.9375rem;left:2.9062500596046rem;font-size:1.375rem;z-index:15004;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XhBs8yddexvrCUehoqGOqC8hyPlQ4AJy { width:18.375rem;height:9.1875rem;top:62rem;left:0.81171876192094rem;font-size:0.875rem;z-index:15005;font-family:archivo;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }#XhBs8yddexvrCUehoqGOqC8hyPlQ4AJy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XhBs8yddexvrCUehoqGOqC8hyPlQ4AJy li:before{  }
 }@media only screen and (max-width: 763px) { #TwDHk3waBPqDtwAJnTZ4mWV9g3fHDzKA { width:6.1875rem;height:1.6875rem;top:44.4375rem;left:6.875rem;font-size:1.6875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #X9GXE2nrIQKpPnxTEmgTJ6GI50oocFOA { width:20rem;height:20rem;top:25.362500190735rem;left:0rem;overflow:hidden;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #g6Ux8h1LxmDfuxTGwgCbJMMRS7K3cChC { width:18.5625rem;height:1.38125rem;top:39.4375rem;left:0.6875rem;font-size:1.0625rem;z-index:15014;text-shadow:0.0625rem 0.0625rem 0.125rem #ffffff;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Pe6zasmnV7UHlA1f4XXqFLeROC6ZR9Mw { width:16.25rem;height:1.05625rem;top:6.53125rem;left:0rem;font-size:0.8125rem;z-index:15016;text-shadow:0.0625rem 0.0625rem 0.125rem #ffffff;color:#1e1e1e;font-family:archivo;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #En7SQUqQ279bNJ9BoR2eTzw6H96GRPD5 { width:20rem;height:0.89375rem;top:80.6875rem;left:0rem;font-size:0.6875rem;z-index:15016;text-shadow:0.0625rem 0.0625rem 0.125rem #ffffff;color:#1e1e1e;font-family:archivo;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pacImA7lVChimuo1WdMAAprpRTQtksGJ { top:80.375rem;left:0rem;width:20rem;height:1.4375rem;z-index:15014;background-color:rgba(119,119,119,0.21);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yX4a1VaM8gWKAKQWGZEveUGCmm7aRmhi { display:block; }#yX4a1VaM8gWKAKQWGZEveUGCmm7aRmhi > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r9xrWfHOwIUnho4ay6d43EOzvriI79sF { width:20rem;height:5.0625rem;top:1.0679674148559rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qJXS7ZGT1pMDQBOaR5boOaotnzghlyTp { display:block; }#qJXS7ZGT1pMDQBOaR5boOaotnzghlyTp > .row .container { width:20rem;height:70.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m8EsZhwhId4eHgI9kQ1rhiHEEHdddsQ1 { width:19.8125rem;height:64.3125rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDBdsFscmiy9O1dqFtTffu5t0gQunD84 .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 .widget-input-text {padding-top: 0; padding-bottom: 0;}#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 .widget-input-select {padding-top: 0; padding-bottom: 0;}#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:3.5rem; }
#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vDBdsFscmiy9O1dqFtTffu5t0gQunD84  { width:17.5rem;height:auto;top:6.8125rem;left:0rem; }
#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 {display:block;}#vDBdsFscmiy9O1dqFtTffu5t0gQunD84 { width:17.5rem;height:auto;top:6.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #ud0QXaTim9WTEtJNnFJgAmsM3BuKBUl6 {  }
 }@media only screen and (max-width: 763px) { #vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #n8d5yAV8SGZ9cKEWTcTdSyJen3yiTBIk { display:block; }
 }@media only screen and (max-width: 763px) { #vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #OEEuvg1QupvtO4HwrI0iVkK5E7pQvWxK {  }
 }@media only screen and (max-width: 763px) { #vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #efCIO7Px8M17ROesNsXKGnUwbwG5ke2U {  }
 }@media only screen and (max-width: 763px) { #vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #QKNgIVZSKiadLLlb2TDC4O5EPLZixx6P { display:block; }
 }@media only screen and (max-width: 763px) { #vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #aWybpUMsP4FLBvMEQ98I1tW6su4MCPaQ {  }
 }@media only screen and (max-width: 763px) { #vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #JmhOxcGLwNUFiqcDCJTRKl2bVv9OF8mb {  }
 }@media only screen and (max-width: 763px) { #vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #bNbZq0mVMOIzgZKDd3TwkQMmLiGTWTvm { display:block; }
 }@media only screen and (max-width: 763px) { #vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #i20vpLlogRh9mXsiO5Z4B77lDQ86dlzU {  }
 }@media only screen and (max-width: 763px) { #vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #h5nGdFPKXgIFx02RLqTFpIZyufXJRcir {  }
 }@media only screen and (max-width: 763px) { #vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #RRVQBNMfvT8MKWISPu4yWA8JE2zzJqtT { display:block; }
 }@media only screen and (max-width: 763px) { #vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #WvcggibFCT93cNn57mbTxAdZrVgwDV75 {  }
 }@media only screen and (max-width: 763px) { #vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #tpr6AN5KlJZnofSBzpBLOB9Ag3Q16HCC {  }
 }@media only screen and (max-width: 763px) { #vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #VMcgi4s9TDL1h90JabviwyXDQ7BckkKO { display:block; }
 }@media only screen and (max-width: 763px) { #vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #RRn3iGWG2ErFBqlZkTiawSwPtQzOapuA {  }
 }@media only screen and (max-width: 763px) { #vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #bTw0VqiaQr7MokW0BuAaCHZzTMoaQ1WH {  }
 }@media only screen and (max-width: 763px) { #vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #tQwlw39Rb6toT9ZTOTgi3faawNiZXtIT { display:block; }
 }@media only screen and (max-width: 763px) { #vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #dgg9GbvOSny6c1MreBSALcyDum4zXIS5 {  }
 }@media only screen and (max-width: 763px) { #vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #hICd0quoArmG021M4l0k9BP9gbL7zJmS {  }
 }@media only screen and (max-width: 763px) { #vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #cTy4ki9E5Vixt6Tw5z8HDDJiGtlE26Lb {  }
 }@media only screen and (max-width: 763px) { #vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #QKnrwMCniPfMkKOxBBBFKUPEDP5E48Cm {  }
 }@media only screen and (max-width: 763px) { #vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #g1I6uEfqZ5c2REBt5pJKuQZUFUIgaGQI {  }
 }@media only screen and (max-width: 763px) { #vDBdsFscmiy9O1dqFtTffu5t0gQunD84 #mtNpV8PHN7WzSU3y7IkGZfuuMxvEJQbX {  }
 }@media only screen and (max-width: 763px) { #hlFZU9FCQsNXzN6Hiw0JkTWQRMykxszm { display:flex;width:1.8125rem;height:1.8125rem;top:43.650001525879rem;left:1.6437500119209rem; }
 }@media only screen and (max-width: 763px) { #GVdWOnnki4Kk6aXI043Jt8JQeVIm1Ads { width:11.6875rem;height:1.5625rem;top:2.6851563453674rem;left:4.1562500596046rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJbtM4zkG6N7GRgyuGlSpUqMq8rvL5hc { width:7.8125rem;height:1.3125rem;top:47.987502098084rem;left:6.0937500596046rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcB6OJwhxG3XhS4GmfwZgff2v85XaGTQ { width:6.875rem;height:6.875rem;top:51.562501907349rem;left:6.5625000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRc5RVoGCiBAUEJyTKQqL9lquh9kV1HZ { width:16.3125rem;height:1.5rem;top:49.375rem;left:2.2187500596046rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMci0pHdI2Ta7suQ9EuGds7dta1Fk9LX { width:14.9375rem;height:5.625rem;top:59.350002288818rem;left:2.8000000119209rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikklNOA4gqKiWMrgRuE6XGe2lvSBhT8L { width:17.5625rem;height:1.75rem;top:5.1124992370606rem;left:1.2179687619209rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNE08cMSGP1R1Wv5ZwtU8ShAi6brFuVP { display:block; }#SNE08cMSGP1R1Wv5ZwtU8ShAi6brFuVP { border-width: 0; border-radius: 0; }#SNE08cMSGP1R1Wv5ZwtU8ShAi6brFuVP > .row .container { width:20rem;height:36.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QNya4pRhx4x8cvzFv3KBtHBTfiPCeb6I { width:0.125rem;height:18.75rem;top:24.075rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yvzw40tQ62c6wgBIrUkSnOWqf97TlNzN { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nc6r945IGqhkT7L3FZhhLvkRudVpO2Gz { width:20rem;height:1.21875rem;top:7.1875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xwdgAPCXnv8BVHeTT4RffW5oaMf9aNDg { width:20rem;height:2.6rem;top:9.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sUXCyJOxTUroG2OqGTTrhTdQF4zn148z { width:20rem;height:1.3rem;top:13rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KM9e1uQ64u1vBOdf8v5WtR8DaeyU5IC4 { width:20rem;height:1.3rem;top:15.5625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SMyDLtwMNtWRqiNnLZ8F6bdzUoqp4GkO { width:19.3125rem;height:12.875rem;top:22.075000762939rem;left:0.34296876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #z62dpTyZLGvJPOip91HOTLRBJAuwPrCB { width:20rem;height:2.6rem;top:17.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W76gqd2u1DU2xl7fsdzu6CydoOL72MXa { width:20rem;height:4.55rem;top:1.2117195129394rem;left:0rem;font-size:1.75rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #h1TMbvO1bXCWRDq0Bgd36G6fiDST1TbO { display:block; }#h1TMbvO1bXCWRDq0Bgd36G6fiDST1TbO > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SqqkqDzf8AJH58UCg0O8ycCUyfbEcFQU { width:20rem;height:4.6875rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNq3kHdmMqI567EDZZT2EqoPDpX7ZDLs { display:block; }#wNq3kHdmMqI567EDZZT2EqoPDpX7ZDLs > .row .container { width:20rem;height:66.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kCfr7of3Ut3C4v9EhZlApOCHQ5lQrLC0 { width:20rem;height:13.351800554017rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfCqmSwF367h6T6580AOHHVNZGubbMKv { width:20rem;height:4.3875rem;top:15.8515625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MdpTIKVgTzo6AieKzz1v89xTcgdF9QvG { width:20rem;height:13.296398891967rem;top:22.2203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPmVIXJWB0fWazHaST3GxafrFg8m5zQ0 { width:20rem;height:13.296398891967rem;top:43.1351875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hk6efU1pENaS3gGEbL9ksP9tWg62iQsO { width:20rem;height:2.925rem;top:36.7664375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d7QzM6V1DPHTLIMuz6zvqI8iJg6OxEXQ { width:20rem;height:2.925rem;top:57.6813125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XTCKpyTksmNG5I8TGcHmz2V7sJ9xpJpu { width:17.3125rem;height:3.375rem;top:61.856246948243rem;left:1.1554687619209rem;font-size:1rem;background-color:#00ae40;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.125rem 0.1875rem 0.5rem rgba(133,119,79,0.5) ;text-shadow:0.0625rem 0.0625rem 0.1875rem #1e1e1e;display:block; }
 }@media only screen and (max-width: 763px) { #OdldISIFszTmW28Biffzb8edwi6el851 { display:block; }
 }@media only screen and (max-width: 763px) { #NfqhDLkrhgFlBZ4kAQSUkhyU0fPcHxbb { display:block; }#NfqhDLkrhgFlBZ4kAQSUkhyU0fPcHxbb > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nQOFtHCRlzq262HPRvU7ZKkD7hQVr4Ca { width:13.75rem;height:1.5625rem;top:1.09375rem;left:3.1250000596046rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #btAAcHWQ16KdA2kqOFPfoMDIFvo0Bwnb { display:block; }#btAAcHWQ16KdA2kqOFPfoMDIFvo0Bwnb > .row .container { width:20rem;height:67.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IWlspHpRcqGuFAUTfnVDr7HGL9cbocU3 { width:12.3125rem;height:12.3125rem;top:1.25rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Or2c5u2KKduBESl3DJ8LPEkK8E0oGgkV { width:12.3125rem;height:12.3125rem;top:17.25rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCnFupr35nlV8TTdzuT8RBT5ZISvsd2s { width:12.3125rem;height:12.3125rem;top:34.4375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFMqHoPOXfd7cXsArbcKz51HImPTkibT { width:12.3125rem;height:12.3125rem;top:50.4375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIT1uQGR0rcWO5FxnIWBk07p8Ghavxbm { width:15.5625rem;height:1.1875rem;top:14.8125rem;left:2.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLpODDGamV5eJsFcr5gSRm13N672rXR5 { width:15.5625rem;height:2.375rem;top:30.8125rem;left:2.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yexCkQ0zXJ6RstGr8yFny7g3vecZ2OC9 { width:15.5625rem;height:1.1875rem;top:48rem;left:2.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTHDPgMbiWw25rTk4it4XgESlAyvsF28 { width:15.5625rem;height:2.375rem;top:64rem;left:2.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kp5t9M1Kb7WRGlbIbgxhLieAQNv3kQWU { display:block; }#kp5t9M1Kb7WRGlbIbgxhLieAQNv3kQWU > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kphvzhGfaDuaqwqNv8T8hKOcQ28dDJAZ { width:20rem;height:4.6875rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dcaCIAL9mJXQAR8mEqhGlhTcS4HMJ8xm { display:block; }#dcaCIAL9mJXQAR8mEqhGlhTcS4HMJ8xm > .row .container { width:20rem;height:82.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L3y2rPiCiC7IA7qXcRktRsu0Gn76iI3Z { width:20rem;height:21.158536585366rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROPVgLZPdVKeMLvdg70IG2bTyRXaTbTZ { width:20rem;height:20rem;top:29.2828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrzlwTpczcgOKx7ZSOK90aguK9AqwaZT { width:15.25rem;height:15.25rem;top:54.9078125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZz7GX1ZyomF9WZxBgxTwTOsaXEWmgE4 { width:10.625rem;height:10.625rem;top:71.844534397125rem;left:4.2187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6wzNCrMKxcVVQlLiT1FoashCnXIO8Ha { width:11.5625rem;height:1.5625rem;top:1.5625009536743rem;left:4.2187500596046rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oZ76gzCEv73wWJk3ZchExJCoghRH2CwR { width:18.125rem;height:1.375rem;top:27.957031726837rem;left:0.93671876192094rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eMR9pQZTi0fZOzZLpT0c38XoscM9xl3k { width:20rem;height:1.375rem;top:52.53281211853rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZAS0TBaDTy1QnDDC2SZzdvcHEZXHmIE8 { display:block; }#ZAS0TBaDTy1QnDDC2SZzdvcHEZXHmIE8 > .row .container { width:20rem;height:65.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hALfKh78qwRIplaQgGTsEsuK8rw7cNv4 { width:20rem;height:6.75rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nwqeWyBTR0JU9LrKs3gFU0FDG2Riek3y { width:20rem;height:11.25rem;top:11.125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eODafq2CRTncTPo8IssG4kwDZQZbp5i0 { width:20rem;height:18.9rem;top:24.5625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kC0NUpZWwos1VMs6u4IA85sL0B4qLq2L { width:20rem;height:7.4375rem;top:45.625rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b3mi4HtU1V6XVCkbDDvJLT4h7UnzKaRZ { width:20rem;height:6.75rem;top:56rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q6FRRrIrzOKn0CAc8l2Xrxscbbr2rqPZ { display:block; }#Q6FRRrIrzOKn0CAc8l2Xrxscbbr2rqPZ { border-width: 0; border-radius: 0; }#Q6FRRrIrzOKn0CAc8l2Xrxscbbr2rqPZ > .row .container { width:20rem;height:8.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P62sg7pAX0fyRUpZ52ek4eWiQMNZfT52 { width:20rem;height:4.6875rem;top:1.0000004768372rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTLx6XWab3orTXEpuL4fdxBwZ2ZuFww5 { top:12.399999260903rem;left:0rem;width:20rem;height:20rem;z-index:15010;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #cCzeHvT4DgM7gf8yftAIaMkhZ1hyVIp4 { width:20rem;height:1.25rem;top:6.3125rem;left:0rem;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dOcIM0u6dsrS9OUiDdnos49EmsqAkMBK { top:8.5007812976837rem;left:0rem;width:20rem;height:20rem;z-index:15009;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #c4QNV1p0u7CnEesJXoqVrKEIycoMdGv7 { width:10.75rem;height:0;top:15.0625rem;left:7.8437505364419rem;font-size:0.75rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #NAxDvfVQMK2B041ziEwbMU9gkOxCzcW7 { display:block; }#NAxDvfVQMK2B041ziEwbMU9gkOxCzcW7 > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RdWyGfLMfZ9iOiTR0OyFah9EVP4FhTJL { width:20rem;height:20rem;top:23.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uTUSZgXolT32BILLcQSxzgxLkmihNWIa { width:19.875rem;height:15.9375rem;top:18.5375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfDT6PrLmptB4SUZ9gL5pbufVTDOMnT6 { width:3.375rem;height:3.375rem;top:1.9562501907349rem;left:0.64375114440919rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDJH2aH8kUg0wvcCCQ9PDqJUGwfJsiG2 { width:3.375rem;height:3.375rem;top:19.24453125rem;left:1.3117179870606rem;display:block; }
 }@media only screen and (max-width: 763px) { #aULIKfAF89IPmvSfKOG4QsXoyd8krSo8 { width:6.5625rem;height:1.0625rem;top:2.8625001907349rem;left:4.6437511444092rem;font-size:1.0625rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #z0HO0szC56qCrs3seofZ7CXMWrPtLT1o { display:flex;width:1.5625rem;height:1.5625rem;top:4.5187501907349rem;left:4.45703125rem; }
 }@media only screen and (max-width: 763px) { #a4O3imyPWPnZZyFfRf14PTAhsLerC2mt { display:flex;width:1.5625rem;height:1.5625rem;top:4.5187501907349rem;left:6.14453125rem; }
 }@media only screen and (max-width: 763px) { #BV9xGSu8HMOZ48k4QJmEvloFeWPdtHeh { display:flex;width:1.5625rem;height:1.5625rem;top:4.5187501907349rem;left:7.83203125rem; }
 }@media only screen and (max-width: 763px) { #XFBdCXtxM5pi9fuTOCi8cr9riXHWFzlF { display:flex;width:1.5625rem;height:1.5625rem;top:4.5187501907349rem;left:9.58203125rem; }
 }@media only screen and (max-width: 763px) { #U2LvDrMwzJKrwkL0HyTklNa7pR8PbQES { width:11.6875rem;height:0.875rem;top:6.831250190735rem;left:4.6445322036743rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH5wePFoUSCFhizVJ1dVTwSOMARI3c4N { width:3.9375rem;height:0.8125rem;top:4.8312501907349rem;left:11.70703125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWb94MMXzxvz2ov6ZVAQP7gKAu8ebhsQ { width:19.0625rem;height:8.5rem;top:8.331250190735rem;left:0.46796876192093rem;font-size:1.0625rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #D09058zv6cd4pUVVvSyVBPGuIsCQsbrl { width:6.5625rem;height:1.0625rem;top:20.40078125rem;left:5.6875rem;font-size:1.0625rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rfv17aVpU4Uv3NTDqe5gr1ub0QTZvvxH { width:5.8125rem;height:0.8125rem;top:22.232030487061rem;left:13.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwppTKyt9FNTtdKw9MKLC6r0nWL07wk4 { display:flex;width:1.5625rem;height:1.5625rem;top:21.93203125rem;left:5.4375rem; }
 }@media only screen and (max-width: 763px) { #Dn2BTM6MpGs500ppweoTOdq0LQmzzDNE { display:flex;width:1.5625rem;height:1.5625rem;top:21.93203125rem;left:7.0625rem; }
 }@media only screen and (max-width: 763px) { #qqVaR7yMnPEWuyXtPfn07RWKf9Wc9rzt { display:flex;width:1.5625rem;height:1.5625rem;top:21.93203125rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #alZ32uhIugCU3XvLD7O9HRNXfe7N8a0L { display:flex;width:1.5625rem;height:1.5625rem;top:21.93203125rem;left:10.237499237061rem; }
 }@media only screen and (max-width: 763px) { #vzZBLRWHaOG5XkEz0it57NzH0v4oGuN1 { display:flex;width:1.5625rem;height:1.5625rem;top:21.93203125rem;left:11.800003051757rem; }
 }@media only screen and (max-width: 763px) { #h3h53IxcpeJ1Tg5k7D3s97xzQ6ayaITO { width:11.6875rem;height:0.875rem;top:23.906250572204rem;left:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJMBNz8Ao3ndghXzf1ITnaq1cdtaVdXy { width:18.75rem;height:8.5rem;top:25.494527816773rem;left:0.62421876192093rem;font-size:1.0625rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #u4dhoTckp6JsckP3IzWuiR5SW3cERmZZ { width:19.875rem;height:15.9375rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n39pu1yi0ykEFrhFbBUqKS2kM9bLDznh { display:block; }#n39pu1yi0ykEFrhFbBUqKS2kM9bLDznh > .row .container { width:20rem;height:36rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ehfEEz80BbVysy5elh3tfRg2a9MMAJBx { width:20rem;height:4rem;top:0.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M1PZ4QzqCex4s19al273UKT1xS7g4RhU { width:20rem;height:0;top:6.5rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Zpbgnxd6ouBl1f8IVATTbTUVuJq7krhh { width:12.0625rem;height:4.25rem;top:13.28750038147rem;left:3.9687500596046rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIO1v8d2fhzSaptiO0HnE8Lku75BcTLb { width:15.125rem;height:2.625rem;top:31.975000739097rem;left:2.4375000596046rem;font-size:0.75rem;background-color:#00ae40;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.125rem 0.1875rem 0.5rem rgba(133,119,79,0.5) ;text-shadow:0.0625rem 0.0625rem 0.1875rem #1e1e1e;display:block; }
 }@media only screen and (max-width: 763px) { #Bi3RUbaHO8SHX5zwyzPGCguNo0VBCTck { display:block; }
 }@media only screen and (max-width: 763px) { #TqlaP4ahR4V2ZTTG5U2VTx0nW84gZcFU { width:20rem;height:5.9375rem;top:5.3500003814697rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #eEce6S8GfdQ3W9FTWWJXWQtH49ucqCMk { width:13.5625rem;height:1.1875rem;top:18.781250381843rem;left:3.2187500596046rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ig0S5ciZdaf3XccVZiBqenqkidxetBvX { width:9.375rem;height:2rem;top:24.5rem;left:5.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lyka1R1vAANpDgRXGCQcl1cCTOLogSlJ { width:14.9375rem;height:auto;top:10.9375rem;left:2.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #B3qZRG9OvsZ6FFPtrRQs9l8rpnu5ilxp { width:20rem;height:20rem;top:15.53750038147rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #p6k1TPzesWFvvhhydCr052XA5T0MiqAg { width:9.375rem;height:2.9375rem;top:23.312500357628rem;left:5.3125000596046rem;font-size:2.9375rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #bAJRr1sUtAPRA5ndbhGenr2xxQLMBWNq { width:8.875rem;height:1.5rem;top:26.500000357628rem;left:5.5625000596046rem;font-size:0.75rem;z-index:15009;color:#1e1e1e;text-align:center;text-align-last:center;font-family:archivo;display:block; }
 }@media only screen and (max-width: 763px) { #p9ucmChFLJDpxvpueD9T8w35KG2HOmyf { width:12.9375rem;height:0;top:36.787498474121rem;left:3.5rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #JwHG42ox8h4HaLaq6SOmc2GukooUVhTZ { width:7.125rem;height:2rem;top:11.33749961853rem;left:6.4375000596044rem;font-size:2rem;color:#1e1e1e;display:block; }
 }@media only screen and (max-width: 763px) { #HAsnGSkgWUqA3bhhtbcLmymJZSrP23dy { display:block; }#HAsnGSkgWUqA3bhhtbcLmymJZSrP23dy > .row .container { width:20rem;height:50.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yEmbVxpU783zC7H39s9Rhbd7s6fmzrEJ { width:20rem;height:4rem;top:0.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gcXuTQa4fnsTsBr8ygBzWUCMnZcsoie9 { width:19.875rem;height:0;top:6.1875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #LmxUHNQkycyVozb8PcCONJlqIb5E2Cmz { width:15.4375rem;height:4.9375rem;top:11.5rem;left:2.7187500596046rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFKQlXXt8Kow2X1quQTHgiP5KA4Vezir { width:19.375rem;height:0.75rem;top:28.375rem;left:0.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OoaQU6aGgNZTBWUP5G53BNltBtekepU5 { width:9.6875rem;height:2rem;top:18.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DpCvCZCvTLIeKPqCJw5a0Hgae9eV9v0c { width:11.1875rem;height:1rem;top:18.1875rem;left:8.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VoC3iStvP1pfHTsWp1ob6SaTvBJTk7X0 { width:19.875rem;height:2.125rem;top:5.8125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #bNb146T74mJ4Hl3dkKP7PEJdoR6QSNwP { width:20rem;height:1.5rem;top:26.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPyBu0TTcPrTR1QbSzQZPibir1fEKQfD { width:6.125rem;height:1.5rem;top:26.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bA0HHCreodAKbWfkLNBGGmgZMARNRtWn { width:20rem;height:2rem;top:22.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vqoa67Gba2R1yEDOWzNMB1yebBLyWxMe { width:15.6875rem;height:16.5625rem;top:31.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #msdQIagXi3ZMdMfRFHrELdo7CMTFuHrW { width:6rem;height:1.5625rem;top:9.9375rem;left:7rem;font-size:1.5625rem;color:#1e1e1e;display:block; }
 }@media only screen and (max-width: 763px) { #BXHWiyq9s0QgDs2ShCt9w8Wc6TKO4Rr3 { width:4.125rem;height:1.25rem;top:8.5625rem;left:7.9375rem;font-size:1.25rem;color:#1e1e1e;display:block; }
 }@media only screen and (max-width: 763px) { #ub2H1WJdDa3MVExzgIPg0MgGepPZmhun { width:19.875rem;height:0;top:8.0499877929688rem;left:1.6624999642372rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #Ce15MJntgbbKgPJaMnbWH64CLdnqLrKQ { width:3.1875rem;height:0;top:8.8125rem;left:8.4062505364419rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15006;font-family:archivo;display:none; }
 }@media only screen and (max-width: 763px) { #mOihhBn2XQZDE96LiwgLNmFVvPUzx8TT { display:none; }#mOihhBn2XQZDE96LiwgLNmFVvPUzx8TT > .row .container { width:20rem;height:51.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Thc49n1IsVpIftAHUd5rkkAAHJyUIWJM { width:20rem;height:2rem;top:1.4875001907349rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ay1evygmRLx2ITTupzGuZNpWZJoyTxUZ { width:20rem;height:14rem;top:4.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GEHDC2mJJ5f9wC9ARsL5pT7Ppnq1InzO { width:20rem;height:4rem;top:19.562505722046rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gztkf506yvTLqEwTmJts0vQfIzCEsgBT { width:20rem;height:5.625rem;top:24.8125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OfvS9syh38E8FOCTt9wipCA5CBFB5VbR { width:20rem;height:7rem;top:31.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lkEVW2AHykpQ26K1HLhir7GGHgqRiOns { width:20rem;height:10.5rem;top:40.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y8TaHtgtDglL5HAvRJaF9QUXFparN7yH { display:none; }#y8TaHtgtDglL5HAvRJaF9QUXFparN7yH > .row .container { width:20rem;height:11.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZnVOpmHTtosR7GE58X4O2oCcZubuPR5U { width:18.0625rem;height:9.0625rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPKTFFNnTuCeXxwvLMh7RgZkOn5MQw5J { display:block; }#XPKTFFNnTuCeXxwvLMh7RgZkOn5MQw5J > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u21DffsRIS47x0VygmLdgrWrTE6SmVKP { width:14.5rem;height:1.5625rem;top:2.0625rem;left:2.7500000596046rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwpvdV0X0WXadbi3FEBX6smdF3ZSTZsU { display:block; }#FwpvdV0X0WXadbi3FEBX6smdF3ZSTZsU > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v5y5TARw2s19BBcTKySwWJN90DN5M87K .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#v5y5TARw2s19BBcTKySwWJN90DN5M87K { display:flex;height:auto;width:17.5rem;top:0.62500190734863rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #v5y5TARw2s19BBcTKySwWJN90DN5M87K #sWzkd5zxhzGP0CEmK1auV7KvOnJTZ2tp {  }
 }@media only screen and (max-width: 763px) { #v5y5TARw2s19BBcTKySwWJN90DN5M87K #GcOARDJyKSw0RPKgvd8D8QryIHLGrhmf {  }
 }@media only screen and (max-width: 763px) { #v5y5TARw2s19BBcTKySwWJN90DN5M87K #U6xvz7fHLSkJ3FmiMwEHdSckBe6Pnt0B {  }
 }@media only screen and (max-width: 763px) { #v5y5TARw2s19BBcTKySwWJN90DN5M87K #KwdPKaDG8Vvap97Ou8fo4sQxwx1ngf6T {  }
 }@media only screen and (max-width: 763px) { #v5y5TARw2s19BBcTKySwWJN90DN5M87K #nZAmXixgfxayndJRcuyhyxzoqLn1DqEG {  }
 }@media only screen and (max-width: 763px) { #v5y5TARw2s19BBcTKySwWJN90DN5M87K #z6TninWlDWJmEtUboHUtoKaBqisx3mqT {  }
 }@media only screen and (max-width: 763px) { #v5y5TARw2s19BBcTKySwWJN90DN5M87K #HIcILU0pbzIdNbM1dtABGnWPeU5Ugsxa {  }
 }@media only screen and (max-width: 763px) { #v5y5TARw2s19BBcTKySwWJN90DN5M87K #fvMTzWTqeI7WkFdLwInuhrkAwUvbPMxM {  }
 }@media only screen and (max-width: 763px) { #v5y5TARw2s19BBcTKySwWJN90DN5M87K #CfvwJToN7LO6pn8ekSXXhMnkEg30y94B {  }
 }@media only screen and (max-width: 763px) { #v5y5TARw2s19BBcTKySwWJN90DN5M87K #vmDPy1Tm0xs8BKm1axwDoETqOVZ59lQ2 {  }
 }@media only screen and (max-width: 763px) { #v5y5TARw2s19BBcTKySwWJN90DN5M87K #gTwk4ErDhxOcMKzC8BbEveethWhuGpZe {  }
 }@media only screen and (max-width: 763px) { #v5y5TARw2s19BBcTKySwWJN90DN5M87K #DFLyNTNmmCTx3qUvCsppTtFlaBWT2vaV {  }
 }@media only screen and (max-width: 763px) { #v5y5TARw2s19BBcTKySwWJN90DN5M87K #FIrZNIPWhD8vDuTRhONiAnmzvE2FcJLN {  }
 }@media only screen and (max-width: 763px) { #v5y5TARw2s19BBcTKySwWJN90DN5M87K #f31W8KSyfcQFxiKrtuh14ggyIzw0RMT5 {  }
 }@media only screen and (max-width: 763px) { #v5y5TARw2s19BBcTKySwWJN90DN5M87K #VqhXOkGRrAwILt1iIwkylcgaP6vBfAoW {  }
 }@media only screen and (max-width: 763px) { #v5y5TARw2s19BBcTKySwWJN90DN5M87K #U7No10XTF0g3qFVmqWbPtgSzHs1gyXDv {  }
 }@media only screen and (max-width: 763px) { #v5y5TARw2s19BBcTKySwWJN90DN5M87K #qrHAxseRKl6k8xhat8bbgxaSQatuw81q {  }
 }@media only screen and (max-width: 763px) { #v5y5TARw2s19BBcTKySwWJN90DN5M87K #NVs5285eeFwLnGQGIBvFcbVOsHditMdu {  }
 }@media only screen and (max-width: 763px) { #v5y5TARw2s19BBcTKySwWJN90DN5M87K #LxatAx0EpyqDMNO9O9hxdx2tddRIyKAP {  }
 }@media only screen and (max-width: 763px) { #v5y5TARw2s19BBcTKySwWJN90DN5M87K #Q0vvqlX28okwpqit3Hbnm2nt8RRXtpX3 {  }
 }@media only screen and (max-width: 763px) { #v5y5TARw2s19BBcTKySwWJN90DN5M87K #HxCNlDT7pEPcVTBGs891fk0vdmBLyc2m {  }
 }@media only screen and (max-width: 763px) { #v5y5TARw2s19BBcTKySwWJN90DN5M87K #etRqoMLyhMZ4a1LXXwfxoG0xFW2PMDOZ {  }
 }@media only screen and (max-width: 763px) { #v5y5TARw2s19BBcTKySwWJN90DN5M87K #vWJqF36rkoaNcv2TinT77MmF7AIbSwXV {  }
 }@media only screen and (max-width: 763px) { #v5y5TARw2s19BBcTKySwWJN90DN5M87K #tM7kF2xbJWQwhQpJMEboxGmKHhOyaRnm {  }
 }@media only screen and (max-width: 763px) { #v5y5TARw2s19BBcTKySwWJN90DN5M87K #xJkzzeFQNh6EPsn8FzPrBtmOZaFA0DvG {  }
 }