.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#e6e6e6;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh { border-top:0;border-left:0;border-right:0;border-bottom:0;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; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container { background-color: transparent; background-image: none; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container > .video-iframe-container { display: none; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row > .video-iframe-container { display: none; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .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); }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container { border-width: 0; border-radius: 0; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;position:relative;display:block; }#wndNqTi4ly0gF2fq2KX1R1ZOM8HBt0hb { 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:4.5625rem;width:11.9375rem;top:0.90625rem;left:0rem;overflow:hidden;display:block; }
#ibOwRplTBuROT06bttslwE2Mvc9kn3Nu { z-index:15004;top:1.40625rem;left:45.312501907349rem;background-color:#00be4c;background-image:none;background-position:top left !important;background-repeat: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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#rWOKQyz8l2PeF49r5yT3tn24bmUVO3tb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JQUWZIJSZ6OZdLoid4G0QWE0p4k78NrZ { color:#b10f1f;display:block;width:10.6875rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:2.3343751430511rem;left:49.312501907349rem;height:1.58125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#fsmT4misFshLTeHbzQTQWB4fdzpWghEU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#fsmT4misFshLTeHbzQTQWB4fdzpWghEU > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#hxhSuGvhzNHchtQ7RitxGqgLUGdGXOV7 { background-color:#b10f1f;background-image:url("https://images.assets-landingi.com/uc/0ceade96-ec4a-4af8-8d60-c51a78abf13b/MIGAwebsiteimage05.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#hxhSuGvhzNHchtQ7RitxGqgLUGdGXOV7.adaptive-delivery-prevent-bg, #hxhSuGvhzNHchtQ7RitxGqgLUGdGXOV7.lazyload, #hxhSuGvhzNHchtQ7RitxGqgLUGdGXOV7.lazyloading { background-image: none; }#hxhSuGvhzNHchtQ7RitxGqgLUGdGXOV7 > .row .container { background-color: transparent; background-image: none; }#hxhSuGvhzNHchtQ7RitxGqgLUGdGXOV7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxhSuGvhzNHchtQ7RitxGqgLUGdGXOV7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxhSuGvhzNHchtQ7RitxGqgLUGdGXOV7 > .row .container > .video-iframe-container { display: none; }#hxhSuGvhzNHchtQ7RitxGqgLUGdGXOV7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxhSuGvhzNHchtQ7RitxGqgLUGdGXOV7 > .row > .video-iframe-container { display: none; }#hxhSuGvhzNHchtQ7RitxGqgLUGdGXOV7 > .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); }#hxhSuGvhzNHchtQ7RitxGqgLUGdGXOV7 > .row .container { border-width: 0; border-radius: 0; }#hxhSuGvhzNHchtQ7RitxGqgLUGdGXOV7 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#hxhSuGvhzNHchtQ7RitxGqgLUGdGXOV7 > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:60rem;overflow:visible;position:relative;display:block; }#hlr6uFiN2VbbZQH7fL1CETza3OdNTHJs { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0rem 0rem 0.625rem rgba(0,0,0,0.4) ;height:30.0625rem;width:30.0625rem;top:5rem;left:30.000001907349rem;display:block; }
#Qu3gWHdT5zpI5CLRkVFwJpELmZweJWXw { color:#b10f1f;display:block;width:25.0625rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:7.5rem;left:32.500001907349rem;height:5.1rem;text-align:left;text-align-last:left;font-style:normal;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; }
#dFAStViWp9e53G2zAcAwzZq42BdcaDJh .widget-form-header {  }
#dFAStViWp9e53G2zAcAwzZq42BdcaDJh .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:25.125rem;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;vertical-align:top;text-align:left;text-align-last:left; }
#dFAStViWp9e53G2zAcAwzZq42BdcaDJh .widget-input-text { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #e6e6e6;border-left:0.125rem solid #e6e6e6;border-right:0.125rem solid #e6e6e6;border-bottom:0.125rem solid #e6e6e6;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.125rem;box-sizing:border-box;height:3.125rem;color:#5a5a5a;font-size:1rem;overflow:hidden;font-family:montserrat;vertical-align:top;box-shadow: none;line-height:1.6; }
#dFAStViWp9e53G2zAcAwzZq42BdcaDJh .widget-input-text {padding-top: 0; padding-bottom: 0;}#dFAStViWp9e53G2zAcAwzZq42BdcaDJh .widget-textarea { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #e6e6e6;border-left:0.125rem solid #e6e6e6;border-right:0.125rem solid #e6e6e6;border-bottom:0.125rem solid #e6e6e6;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.125rem;box-sizing:border-box;height:4.375rem;color:#5a5a5a;font-size:1rem;overflow:hidden;font-family:montserrat;vertical-align:top;box-shadow: none;line-height:1.6; }
#dFAStViWp9e53G2zAcAwzZq42BdcaDJh .widget-input-select { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #e6e6e6;border-left:0.125rem solid #e6e6e6;border-right:0.125rem solid #e6e6e6;border-bottom:0.125rem solid #e6e6e6;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.125rem;box-sizing:border-box;height:3.125rem;color:#474747;font-family:montserrat;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1.6;font-weight:700;font-style:normal; }
#dFAStViWp9e53G2zAcAwzZq42BdcaDJh .widget-input-select {padding-top: 0; padding-bottom: 0;}#dFAStViWp9e53G2zAcAwzZq42BdcaDJh .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; }
#dFAStViWp9e53G2zAcAwzZq42BdcaDJh .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#dFAStViWp9e53G2zAcAwzZq42BdcaDJh .widget-input-button { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;background-color:#00be4c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.875rem;font-weight:bold;color:#e6e6e6;width:25.125rem;height:3.125rem;font-family:montserrat;overflow:hidden;line-height:1.3;box-shadow: none; }
#dFAStViWp9e53G2zAcAwzZq42BdcaDJh [class*="-text"]:-moz-placeholder { color:#474747;font-family:montserrat;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal; }
#dFAStViWp9e53G2zAcAwzZq42BdcaDJh [class*="-text"]::-moz-placeholder { color:#474747;font-family:montserrat;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal; }
#dFAStViWp9e53G2zAcAwzZq42BdcaDJh [class*="-text"]:-ms-input-placeholder { color:#474747;font-family:montserrat;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal; }
#dFAStViWp9e53G2zAcAwzZq42BdcaDJh [class*="-text"]::-webkit-input-placeholder { color:#474747;font-family:montserrat;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal; }
#dFAStViWp9e53G2zAcAwzZq42BdcaDJh .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:montserrat;line-height:1.4;font-size:0.875rem;font-weight:400;color:#474747;vertical-align:top;width:23.9375rem;overflow:hidden;font-style:normal;float:none; }
#dFAStViWp9e53G2zAcAwzZq42BdcaDJh .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; }
#dFAStViWp9e53G2zAcAwzZq42BdcaDJh .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#dFAStViWp9e53G2zAcAwzZq42BdcaDJh .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#dFAStViWp9e53G2zAcAwzZq42BdcaDJh .widget-container:first-of-type{padding-top:0;}#dFAStViWp9e53G2zAcAwzZq42BdcaDJh .widget-container:last-of-type{padding-bottom:0;}#dFAStViWp9e53G2zAcAwzZq42BdcaDJh  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:16rem;left:31.250001907349rem; }
#dFAStViWp9e53G2zAcAwzZq42BdcaDJh .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.125rem;display:block;vertical-align:top; }
#dFAStViWp9e53G2zAcAwzZq42BdcaDJh .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dFAStViWp9e53G2zAcAwzZq42BdcaDJh {display:block;}#dFAStViWp9e53G2zAcAwzZq42BdcaDJh { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:16rem;left:31.250001907349rem; }
#dFAStViWp9e53G2zAcAwzZq42BdcaDJh #rbdV5QTdcxixunacnNZETaRBeJwlMT9b { position:relative; }
#dFAStViWp9e53G2zAcAwzZq42BdcaDJh #PJomRwZGnXnz5oGdtg247u1zb1Un2zi0 { position:relative;display:none; }
#dFAStViWp9e53G2zAcAwzZq42BdcaDJh #TuphILnTLHSAlcLwWJefkP48mW3wm85V { position:relative; }
#dFAStViWp9e53G2zAcAwzZq42BdcaDJh #uKGPIVc83xLbJ07swZtNQFIDNS45RDzs { position:relative; }
#dFAStViWp9e53G2zAcAwzZq42BdcaDJh #iEvrZtmpNKx9RicMC6cJXzf0ia2BktTV { position:relative;display:none; }
#dFAStViWp9e53G2zAcAwzZq42BdcaDJh #dTKFfVdwP7sSgEolFDKsqqJA26T65wq5 { position:relative; }
#boIv0DMLlCeTqDbAyVKVlaBaInGKg0o0 { position:relative;display:block; }
#OTIOhWiPpS3SkREXgeUNs3UpV9JuEp5K { position:relative;display:block; }
#HZKZ7vOdATp3aeRQAaO8ciGJUx8HT1O4 { position:relative;display:block; }
#dQCQzJeD07BiHqEEHfsqyxIyuATqwUay { position:relative;display:block; }
#nz44LLh98NXFVGgcGlUdUSpgKGbcQ79h { position:relative;display:block; }
#QIBCPBay6DFVRuHP2lH2cfuHxWZQx9hN { position:relative;display:block; }
#Prf3lxqgv2Drz8SAuKJsFI7fRThrO4hh { position:relative;display:block; }
#OuhavtOwtabC8hXooqXf9cfkBTWudw21 { position:relative;display:block; }
#bIh5pOJQPpfZJAL7TTSs7xoxIiKxdDk5 { position:relative;display:block; }
#dFAStViWp9e53G2zAcAwzZq42BdcaDJh #Xmfl8isBWBQCGExILZBpmJ59MU6ywnEt { position:relative;display:block;z-index:15000; }
#dFAStViWp9e53G2zAcAwzZq42BdcaDJh #iw7ehq45v1oQGXZwSqQKZuA0ViyBp1ur { position:relative;display:block;z-index:15000; }
#dFAStViWp9e53G2zAcAwzZq42BdcaDJh #mBxK7yaaLvfuIsBtZBLULouUToMam6ri { position:relative; }
#dFAStViWp9e53G2zAcAwzZq42BdcaDJh #mysDpsu0lgTrJOhOsGTwAy4fuRNLs6b7 { position:relative; }
#Rtdi5GvEye8K61AqgpPat2RoU0o0ixAb { color:#474747;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:4.1875rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qTALHqBGxkLgyZtaVM733woounCLSsxf { color:#474747;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:10.125000953674rem;left:0.031251907348633rem;height:3.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Dfpi3NtN8WNoOxmy56V1ES64fLHXaPyw { z-index:15003;top:15.468750715256rem;left:23.125001907349rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #474747;border-left:0.1875rem solid #474747;border-right:0.1875rem solid #474747;border-bottom:0.1875rem solid #474747;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#474747;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#C9unr2KKDcL3XrhH9VmNvybxnGgqO5zl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FmXK2t9fOQfIgksmg9mxPG6gvkacqgcc { color:#474747;display:block;width:25.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:13.75rem;left:32.500001907349rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P69aMsRHPizfqL79KW6Q3qi3z6C7hr0V { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:13.4375rem;top:31.3125rem;left:44.000001907349rem;overflow:hidden;display:block; }
#tXO1MxLFllhJxrFcvPiLnTG3zMvcnNK0 { color:#474747;display:block;width:11.3125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:31.52499961853rem;left:32.500001907349rem;height:1.05625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#roba6ebJ8Zb4oZsOTnpiDQAfEtbdFO5W { 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:15.75rem;width:27.9375rem;top:7.4375rem;left:0rem;overflow:hidden;display:block; }
#T8MvJNcGhHLV7VZH3DNcZBqvoaIdGI4F { color:#474747;display:block;width:27.6875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:28rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BTWNSnPBQtpK5cZ76x7HT4L41aMLHpST { border-top:0;border-left:0;border-right:0;border-bottom:0;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; }#BTWNSnPBQtpK5cZ76x7HT4L41aMLHpST > .row .container { background-color: transparent; background-image: none; }#BTWNSnPBQtpK5cZ76x7HT4L41aMLHpST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTWNSnPBQtpK5cZ76x7HT4L41aMLHpST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTWNSnPBQtpK5cZ76x7HT4L41aMLHpST > .row .container > .video-iframe-container { display: none; }#BTWNSnPBQtpK5cZ76x7HT4L41aMLHpST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTWNSnPBQtpK5cZ76x7HT4L41aMLHpST > .row > .video-iframe-container { display: none; }#BTWNSnPBQtpK5cZ76x7HT4L41aMLHpST > .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); }#BTWNSnPBQtpK5cZ76x7HT4L41aMLHpST > .row .container { border-width: 0; border-radius: 0; }#BTWNSnPBQtpK5cZ76x7HT4L41aMLHpST > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BTWNSnPBQtpK5cZ76x7HT4L41aMLHpST > .row .container { font-size:0.875rem;font-family:arial;height:26rem;width:60rem;position:relative;display:block; }#LOOf7OENmryAnFI8nqQNOIoeXTewpGGl { color:#474747;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:4.3125rem;left:0rem;height:2.55rem;font-style:normal;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; }
#kkURJAHOKWoMPs6bfCilkFlNw4B4Qrec { color:#474747;display:block;width:55rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:8.6999988555906rem;left:2.5rem;height:2.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ke4NnMUnuJqqnoJDs0tNtg3pTsffwbgp { color:#474747;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:13.78750038147rem;left:0rem;height:;font-style:normal;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; }
#TI4XC4XbaGOvxqSOHvrZTF2PSKE89vSN { color:#474747;display:block;width:55rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:17rem;left:2.5rem;height:4.05rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cW3veXNRmsspD4wg6ZeuHPLSnEysC0tw { position:absolute;display:block;z-index:15005;height:3.1875rem;width:60rem;top:22.75rem;left:0rem;display:block; }
#uuLX30fTJo0E4bro0CWdotpXb21pBJPV { border-top:0;border-left:0;border-right:0;border-bottom:0;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; }#uuLX30fTJo0E4bro0CWdotpXb21pBJPV > .row .container { background-color: transparent; background-image: none; }#uuLX30fTJo0E4bro0CWdotpXb21pBJPV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uuLX30fTJo0E4bro0CWdotpXb21pBJPV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uuLX30fTJo0E4bro0CWdotpXb21pBJPV > .row .container > .video-iframe-container { display: none; }#uuLX30fTJo0E4bro0CWdotpXb21pBJPV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uuLX30fTJo0E4bro0CWdotpXb21pBJPV > .row > .video-iframe-container { display: none; }#uuLX30fTJo0E4bro0CWdotpXb21pBJPV > .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); }#uuLX30fTJo0E4bro0CWdotpXb21pBJPV > .row .container { border-width: 0; border-radius: 0; }#uuLX30fTJo0E4bro0CWdotpXb21pBJPV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uuLX30fTJo0E4bro0CWdotpXb21pBJPV > .row .container { font-size:0.875rem;font-family:arial;height:11.0625rem;width:60rem;position:relative;display:block; }#VNNxwQtnToyU03KigdDrR79gI388Cn7b { z-index:15005;top:2.3125rem;left:20.125001907349rem;background-color:#00be4c;background-image:none;background-position:top left !important;background-repeat: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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:3.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#I4DMhfQvDKsFaq5b7f3rillwHzh9sJEn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WnvoUNTSs3hdusIJOnBUcak1cmLJoJrv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;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; }#WnvoUNTSs3hdusIJOnBUcak1cmLJoJrv > .row .container { background-color: transparent; background-image: none; }#WnvoUNTSs3hdusIJOnBUcak1cmLJoJrv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WnvoUNTSs3hdusIJOnBUcak1cmLJoJrv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WnvoUNTSs3hdusIJOnBUcak1cmLJoJrv > .row .container > .video-iframe-container { display: none; }#WnvoUNTSs3hdusIJOnBUcak1cmLJoJrv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WnvoUNTSs3hdusIJOnBUcak1cmLJoJrv > .row > .video-iframe-container { display: none; }#WnvoUNTSs3hdusIJOnBUcak1cmLJoJrv > .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); }#WnvoUNTSs3hdusIJOnBUcak1cmLJoJrv > .row .container { border-width: 0; border-radius: 0; }#WnvoUNTSs3hdusIJOnBUcak1cmLJoJrv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WnvoUNTSs3hdusIJOnBUcak1cmLJoJrv > .row .container { font-size:0.875rem;font-family:arial;height:9.1875rem;width:60rem;position:relative;display:block; }#iSt3MUurcc3ZRxXL9scBtgTslTPxAmGb { color:#474747;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:5rem;left:0rem;height:;font-style:normal;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; }
#nK1I9mT39UVxQdqQcW6hAHMoaB8mOrIa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;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; }#nK1I9mT39UVxQdqQcW6hAHMoaB8mOrIa > .row .container { background-color: transparent; background-image: none; }#nK1I9mT39UVxQdqQcW6hAHMoaB8mOrIa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nK1I9mT39UVxQdqQcW6hAHMoaB8mOrIa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nK1I9mT39UVxQdqQcW6hAHMoaB8mOrIa > .row .container > .video-iframe-container { display: none; }#nK1I9mT39UVxQdqQcW6hAHMoaB8mOrIa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nK1I9mT39UVxQdqQcW6hAHMoaB8mOrIa > .row > .video-iframe-container { display: none; }#nK1I9mT39UVxQdqQcW6hAHMoaB8mOrIa > .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); }#nK1I9mT39UVxQdqQcW6hAHMoaB8mOrIa > .row .container { border-width: 0; border-radius: 0; }#nK1I9mT39UVxQdqQcW6hAHMoaB8mOrIa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nK1I9mT39UVxQdqQcW6hAHMoaB8mOrIa > .row .container { font-size:0.875rem;font-family:arial;height:21.6875rem;width:60rem;position:relative;display:block; }#zMdNb1IKeflSw0bF3KhVQhdVEibuUvhP { color:#474747;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:9.5617179870606rem;left:0rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iiIdiAQo4lV0DJ0sa17efxJZXvGWdWVU { color:#474747;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:5.8125rem;left:0rem;height:1.35rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LrBoeUPu5BPNrshONNFh6edhPCCv4ukb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;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; }#LrBoeUPu5BPNrshONNFh6edhPCCv4ukb > .row .container { background-color: transparent; background-image: none; }#LrBoeUPu5BPNrshONNFh6edhPCCv4ukb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrBoeUPu5BPNrshONNFh6edhPCCv4ukb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrBoeUPu5BPNrshONNFh6edhPCCv4ukb > .row .container > .video-iframe-container { display: none; }#LrBoeUPu5BPNrshONNFh6edhPCCv4ukb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrBoeUPu5BPNrshONNFh6edhPCCv4ukb > .row > .video-iframe-container { display: none; }#LrBoeUPu5BPNrshONNFh6edhPCCv4ukb > .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); }#LrBoeUPu5BPNrshONNFh6edhPCCv4ukb > .row .container { border-width: 0; border-radius: 0; }#LrBoeUPu5BPNrshONNFh6edhPCCv4ukb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LrBoeUPu5BPNrshONNFh6edhPCCv4ukb > .row .container { font-size:0.875rem;font-family:arial;height:13.0625rem;width:60rem;position:relative;display:block; }#BoB7Mb4QgBhQuVyk7TmgrbFTmxJicDwF { color:#ffffff;display:block;width:40.0625rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:6.5rem;left:17.500001907349rem;height:3.25rem;font-style:normal;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; }
#xaMXnzT7TMKbtXmz4zkUDGhEq9H9U7ph { color:#ffffff;display:block;width:40rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:2.3125rem;left:17.500001907349rem;height:3.9rem;font-style:normal;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; }
#VsmyXq9UBNg9GMiOOaAui4uIhDuk84Rs { box-sizing:content-box;height:12.5rem;width:60rem;position:absolute;display:block;z-index:15004;background-color:#b10f1f;background-image:url("https://images.assets-landingi.com/uc/450ec7d2-0563-4b61-95d7-b75176bf3dc4/top_bg_image_4x.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0.375rem;left:0rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }#VsmyXq9UBNg9GMiOOaAui4uIhDuk84Rs.adaptive-delivery-prevent-bg, #VsmyXq9UBNg9GMiOOaAui4uIhDuk84Rs.lazyload, #VsmyXq9UBNg9GMiOOaAui4uIhDuk84Rs.lazyloading { background-image: none; }
#kOfwpAzGba16xzCCfbwbcczzkRDkxqXc { position:absolute;display:block;z-index:15005;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.4375rem;width:12.4375rem;top:0.375rem;left:2.5rem;overflow:hidden;display:block; }
#Tg3umgO2AGHK9a6QQ3HD4MVHZksavKo6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;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; }#Tg3umgO2AGHK9a6QQ3HD4MVHZksavKo6 > .row .container { background-color: transparent; background-image: none; }#Tg3umgO2AGHK9a6QQ3HD4MVHZksavKo6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tg3umgO2AGHK9a6QQ3HD4MVHZksavKo6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tg3umgO2AGHK9a6QQ3HD4MVHZksavKo6 > .row .container > .video-iframe-container { display: none; }#Tg3umgO2AGHK9a6QQ3HD4MVHZksavKo6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tg3umgO2AGHK9a6QQ3HD4MVHZksavKo6 > .row > .video-iframe-container { display: none; }#Tg3umgO2AGHK9a6QQ3HD4MVHZksavKo6 > .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); }#Tg3umgO2AGHK9a6QQ3HD4MVHZksavKo6 > .row .container { border-width: 0; border-radius: 0; }#Tg3umgO2AGHK9a6QQ3HD4MVHZksavKo6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tg3umgO2AGHK9a6QQ3HD4MVHZksavKo6 > .row .container { font-size:0.875rem;font-family:arial;height:11.0625rem;width:60rem;position:relative;display:block; }#XMaDNTTEJx2XiVcOlo6f5Iif4yqBEDEW { z-index:15005;top:2.3125rem;left:20.125001907349rem;background-color:#00be4c;background-image:none;background-position:top left !important;background-repeat: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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:3.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#CWyOsISkWV41R62mNC5OnHsANdRW8M1G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kFau2FdROKaHAiniHGubbNM4GWqFA8cS { border-top:0;border-left:0;border-right:0;border-bottom:0;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; }#kFau2FdROKaHAiniHGubbNM4GWqFA8cS > .row .container { background-color: transparent; background-image: none; }#kFau2FdROKaHAiniHGubbNM4GWqFA8cS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFau2FdROKaHAiniHGubbNM4GWqFA8cS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFau2FdROKaHAiniHGubbNM4GWqFA8cS > .row .container > .video-iframe-container { display: none; }#kFau2FdROKaHAiniHGubbNM4GWqFA8cS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFau2FdROKaHAiniHGubbNM4GWqFA8cS > .row > .video-iframe-container { display: none; }#kFau2FdROKaHAiniHGubbNM4GWqFA8cS > .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); }#kFau2FdROKaHAiniHGubbNM4GWqFA8cS > .row .container { border-width: 0; border-radius: 0; }#kFau2FdROKaHAiniHGubbNM4GWqFA8cS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kFau2FdROKaHAiniHGubbNM4GWqFA8cS > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:60rem;position:relative;display:block; }#sOumnKmb23UGFTwcQ4JtRrXhIQ52HkT1 { color:#474747;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:4.3125rem;left:0rem;height:2.55rem;font-style:normal;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; }
#cX7kKGQGI7fdOSSDOUc6Qsm693KAv6cz { color:#474747;display:block;width:55rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:8.6999988555906rem;left:2.5rem;height:1.35rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hbdh9NkN2anQXKEMOUvOf91wSrkH10Q5 { border-top:0;border-left:0;border-right:0;border-bottom:0;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; }#hbdh9NkN2anQXKEMOUvOf91wSrkH10Q5 > .row .container { background-color: transparent; background-image: none; }#hbdh9NkN2anQXKEMOUvOf91wSrkH10Q5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbdh9NkN2anQXKEMOUvOf91wSrkH10Q5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbdh9NkN2anQXKEMOUvOf91wSrkH10Q5 > .row .container > .video-iframe-container { display: none; }#hbdh9NkN2anQXKEMOUvOf91wSrkH10Q5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbdh9NkN2anQXKEMOUvOf91wSrkH10Q5 > .row > .video-iframe-container { display: none; }#hbdh9NkN2anQXKEMOUvOf91wSrkH10Q5 > .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); }#hbdh9NkN2anQXKEMOUvOf91wSrkH10Q5 > .row .container { border-width: 0; border-radius: 0; }#hbdh9NkN2anQXKEMOUvOf91wSrkH10Q5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hbdh9NkN2anQXKEMOUvOf91wSrkH10Q5 > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:60rem;position:relative;display:block; }#ptDpP3BpaMTPdWTqaA5CmV2gO7MwqNKb { color:#b10f1f;display:block;width:24.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:13.60000038147rem;left:2.5625rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HCaepPFExVRJKIPPnJipWnoPEW2Jz6aS { color:#474747;display:block;width:24.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:16.125rem;left:2.5rem;height:8.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qGhAM3o7zh8H7R4a6E60Xi97Th1ZiCrt { position:absolute;display:block;z-index:15017;border-top:0.375rem solid #b10f1f;border-left:0.375rem solid #b10f1f;border-right:0.375rem solid #b10f1f;border-bottom:0.375rem solid #b10f1f;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0rem 1.5625rem rgba(0,0,0,0.25) ;height:6.25rem;width:6.25rem;top:3.625rem;left:11.5625rem;overflow:hidden;display:block; }
#ma1srl2lSgPRTdKfwoAOIZhlTg7Mmdyo { color:#b10f1f;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:13.625rem;left:32.500001907349rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GREgfqTaMAoZds3JWTyV7rzXGGHCp11w { position:absolute;display:block;z-index:15013;border-top:0.375rem solid #b10f1f;border-left:0.375rem solid #b10f1f;border-right:0.375rem solid #b10f1f;border-bottom:0.375rem solid #b10f1f;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0rem 1.5625rem rgba(0,0,0,0.25) ;height:6.25rem;width:6.25rem;top:3.625rem;left:41.250001907349rem;overflow:hidden;display:block; }
#LZBquP0xkZ584tkN90hhQFUXE8bEKpDk { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:9.875rem;left:13.75rem; }
#vwvIIn3TEOdme8JgkhiERdsPiPpAuUV2 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:9.75rem;left:43.750001907349rem; }
#O2Ftl94oiKv8LRhgXqZv1xHsKeKDCSzM { color:#474747;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:16.125rem;left:32.500001907349rem;height:8.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RTbTRtR6GPRsaIndQDrmt2qztO8AEJOS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;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; }#RTbTRtR6GPRsaIndQDrmt2qztO8AEJOS > .row .container { background-color: transparent; background-image: none; }#RTbTRtR6GPRsaIndQDrmt2qztO8AEJOS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTbTRtR6GPRsaIndQDrmt2qztO8AEJOS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTbTRtR6GPRsaIndQDrmt2qztO8AEJOS > .row .container > .video-iframe-container { display: none; }#RTbTRtR6GPRsaIndQDrmt2qztO8AEJOS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTbTRtR6GPRsaIndQDrmt2qztO8AEJOS > .row > .video-iframe-container { display: none; }#RTbTRtR6GPRsaIndQDrmt2qztO8AEJOS > .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); }#RTbTRtR6GPRsaIndQDrmt2qztO8AEJOS > .row .container { border-width: 0; border-radius: 0; }#RTbTRtR6GPRsaIndQDrmt2qztO8AEJOS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RTbTRtR6GPRsaIndQDrmt2qztO8AEJOS > .row .container { font-size:0.875rem;font-family:arial;height:12.4375rem;width:60rem;position:relative;display:block; }#nR3scUtXvwgc6DE19FAy5CMXp6xSnfU3 { color:#474747;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:3.76171875rem;left:0rem;height:2.55rem;font-style:normal;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; }
#CKt6qy5V06HtJ5JXdQH0WxoXwZRiRiEI { color:#474747;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:7.137499809265rem;left:0rem;height:2.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MLz5QScUlAh5Dg0VAAf5Vp2CBpa3gMA6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;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; }#MLz5QScUlAh5Dg0VAAf5Vp2CBpa3gMA6 > .row .container { background-color: transparent; background-image: none; }#MLz5QScUlAh5Dg0VAAf5Vp2CBpa3gMA6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MLz5QScUlAh5Dg0VAAf5Vp2CBpa3gMA6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MLz5QScUlAh5Dg0VAAf5Vp2CBpa3gMA6 > .row .container > .video-iframe-container { display: none; }#MLz5QScUlAh5Dg0VAAf5Vp2CBpa3gMA6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MLz5QScUlAh5Dg0VAAf5Vp2CBpa3gMA6 > .row > .video-iframe-container { display: none; }#MLz5QScUlAh5Dg0VAAf5Vp2CBpa3gMA6 > .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); }#MLz5QScUlAh5Dg0VAAf5Vp2CBpa3gMA6 > .row .container { border-width: 0; border-radius: 0; }#MLz5QScUlAh5Dg0VAAf5Vp2CBpa3gMA6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MLz5QScUlAh5Dg0VAAf5Vp2CBpa3gMA6 > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:60rem;position:relative;display:block; }#rKlTAtVMscF62we3v4UsVTX2cXOoAdp5 { 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:7.625rem;width:7.625rem;top:0.0625rem;left:6.25rem;overflow:hidden;display:block; }
#sA1ZlVuJh6AXD1SVsJtltX2MahBnKQ1F { color:#585858;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.8125rem;left:1.25rem;height:3.25rem;font-style:normal;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; }
#NWnqSbuTwm3F1tinpH0bM7PBFwKVfMx4 { color:#585858;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.8125rem;left:21.250001907349rem;height:3.25rem;font-style:normal;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; }
#wp0sp1W3CTmvA2K0rdWTK6N0vb3zRudK { color:#585858;display:block;width:17.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:13.812500953674rem;left:1.1875rem;height:12rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TuK4upPSsQ7pmzDiAyFtDQ3u01DOatxs { color:#585858;display:block;width:17.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:13.812501192093rem;left:21.312501907349rem;height:12rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R0AvNZqqWAzIQEWbUEMMtPrDa9nMArKE { color:#585858;display:block;width:17.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:13.812501192093rem;left:41.187501907349rem;height:10.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qHKEm5puCl21DBOisPhe2d0WaeSgxdbN { z-index:15004;top:27.5625rem;left:1.375rem;background-color:#00be4c;background-image:none;background-position:top left !important;background-repeat: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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:3.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xrFxy3as0cbTteMRQVLMKTCmbTPF4aKn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sVpPq7wUBPMuFFDH6ctMDqv7ty8TTGHJ { color:#585858;display:block;width:17.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.8125009536744rem;left:41.250001907349rem;height:3.25rem;font-style:normal;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; }
#eEtAr31THCpsrgQbP8yofEOqVI33Pxqo { z-index:15005;top:27.5625rem;left:21.375001907349rem;background-color:#00be4c;background-image:none;background-position:top left !important;background-repeat: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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:3.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UAreBe341inC7adSoKAu5P5BFPbrztEB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q5gPoMrasWIkxp9Wh3O1quiUoZF8rBqA { z-index:15006;top:27.5625rem;left:41.375001907349rem;background-color:#00be4c;background-image:none;background-position:top left !important;background-repeat: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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:3.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#dyBi2Acgu3B920HizXrVIHXbZ5kKvovA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oElrCZTZ8BrsMWGRktpqOTSMWFerTv2B { 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:7.625rem;width:7.625rem;top:0.0625rem;left:26.250001907349rem;overflow:hidden;display:block; }
#X5RMcSexS54ibwSpcEm4ia0IoRhy9HK1 { 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:7.625rem;width:7.625rem;top:0.0625rem;left:46.250001907349rem;overflow:hidden;display:block; }
#MoVxZNlidPKExw8ghTHlrvCDPBvln7ep { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;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; }#MoVxZNlidPKExw8ghTHlrvCDPBvln7ep > .row .container { background-color: transparent; background-image: none; }#MoVxZNlidPKExw8ghTHlrvCDPBvln7ep::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MoVxZNlidPKExw8ghTHlrvCDPBvln7ep > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MoVxZNlidPKExw8ghTHlrvCDPBvln7ep > .row .container > .video-iframe-container { display: none; }#MoVxZNlidPKExw8ghTHlrvCDPBvln7ep > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MoVxZNlidPKExw8ghTHlrvCDPBvln7ep > .row > .video-iframe-container { display: none; }#MoVxZNlidPKExw8ghTHlrvCDPBvln7ep > .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); }#MoVxZNlidPKExw8ghTHlrvCDPBvln7ep > .row .container { border-width: 0; border-radius: 0; }#MoVxZNlidPKExw8ghTHlrvCDPBvln7ep > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MoVxZNlidPKExw8ghTHlrvCDPBvln7ep > .row .container { font-size:0.875rem;font-family:arial;height:36.375rem;width:60rem;position:relative;display:block; }#U7bf9lviqW74JTIGoz6q0QUC7l8TG22F { 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:7.625rem;width:7.625rem;top:0rem;left:6.1875rem;overflow:hidden;display:block; }
#BSTnTWeshHxuEyH1apyxkBmu4sGJ0V2n { color:#585858;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.8125rem;left:1.25rem;height:3.25rem;font-style:normal;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; }
#Q0QQ6hzG4Vu2WnCEt2EtL6TFvnF7cURQ { color:#585858;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.8125rem;left:21.250001907349rem;height:3.25rem;font-style:normal;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; }
#Ri7R4oDSSLgVmXrzCxPSk0zZEreP3pRm { color:#585858;display:block;width:17.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:13.812500953674rem;left:1.1875rem;height:10.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QipTF4HC1gDvPtny95Lu2ITOu3v8k7kQ { color:#585858;display:block;width:17.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:13.812501192093rem;left:21.312501907349rem;height:12rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gS0BilpR2pK3bVDUT7plHS4WyOMpNvxG { color:#585858;display:block;width:17.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:13.812501192093rem;left:41.187501907349rem;height:12rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a5TyJpb797c3zO8xvlM9BraHX2SKo7Kg { 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:7.625rem;width:7.625rem;top:0rem;left:26.156251907349rem;overflow:hidden;display:block; }
#T5mPfsiyqlJsPT7iWTlJ274W95vZzgGC { 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:7.625rem;width:7.625rem;top:0rem;left:46.187501907349rem;overflow:hidden;display:block; }
#JcHbtyKt6TZQfWRiNnZ72zVmnLuJuuxD { z-index:15004;top:27.5625rem;left:1.375rem;background-color:#00be4c;background-image:none;background-position:top left !important;background-repeat: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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:3.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#eonVu1nT3BTT3JOVrCqVLyareSaF9TTI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EWyCBIFfZEzThsN4Dc1J7rdRoiGyTUXe { color:#585858;display:block;width:17.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.8125009536744rem;left:41.250001907349rem;height:3.25rem;font-style:normal;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; }
#VhaIhA0PLMRT4Rn9JtrXcQA8TuA1x3o4 { z-index:15005;top:27.5625rem;left:21.375001907349rem;background-color:#00be4c;background-image:none;background-position:top left !important;background-repeat: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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:3.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nXPnq8MwbwWg6029KrX8G6rPSFlO0HS6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rOtI98XkndImCqkPyrVu5eVqeDkMcrnD { z-index:15006;top:27.5625rem;left:41.375001907349rem;background-color:#00be4c;background-image:none;background-position:top left !important;background-repeat: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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:3.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#XA0aPpx7NGkt7PdtLxEgws6TZkDKT01D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f6RJfVIElMG2G2Ue5FJtEJKUDBrlmdsv { background-color:transparent;background-image:none;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;display:block; }#f6RJfVIElMG2G2Ue5FJtEJKUDBrlmdsv > .row .container { background-color: transparent; background-image: none; }#f6RJfVIElMG2G2Ue5FJtEJKUDBrlmdsv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6RJfVIElMG2G2Ue5FJtEJKUDBrlmdsv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6RJfVIElMG2G2Ue5FJtEJKUDBrlmdsv > .row .container > .video-iframe-container { display: none; }#f6RJfVIElMG2G2Ue5FJtEJKUDBrlmdsv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6RJfVIElMG2G2Ue5FJtEJKUDBrlmdsv > .row > .video-iframe-container { display: none; }#f6RJfVIElMG2G2Ue5FJtEJKUDBrlmdsv > .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); }#f6RJfVIElMG2G2Ue5FJtEJKUDBrlmdsv > .row .container { border-width: 0; border-radius: 0; }#f6RJfVIElMG2G2Ue5FJtEJKUDBrlmdsv > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#f6RJfVIElMG2G2Ue5FJtEJKUDBrlmdsv > .row .container { width:60rem;height:63.5625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#ETtXrdfb7goJkU0Mvza5I644ei34tHSf { color:#474747;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M8BQLyM2g4wqCM15EQTobyfVF8Sclh8e { color:#474747;display:block;width:57.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:8.6875rem;left:1.3125rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws .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; }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws .accordion-heading-text { display:block;position:relative;width:100%;font-family:montserrat;font-weight:700;font-size:1.25rem; }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws .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:montserrat; }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws .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; }#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws .accordion-trigger.adaptive-delivery-prevent-bg, #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws .accordion-trigger.lazyload, #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws .accordion-trigger.lazyloading { background-image: none; }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws { box-sizing:content-box;height:auto;width:54.9375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15006;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:13.6875rem;left:1.25rem; }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #ehfhl8O7TO1ktqyJ8EBOnGF8tbEwsbUw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #uKxHeEz4wPkrmqTdLxn8v3UgXTR56DOP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #eEMN1bIlVHRTvSnMtfDl3C5MqdHA8DHZ { display:block;position:relative; }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #T2cN3f3XkQEvOzuq1mzWG58N1EZEiKel {  }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #DcKFdifb3DO6TSKsK7PAIdZxEX8G2g2K {  }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #CyLQG2InlFAu8KiSTXzrGM0GQc3IyNB4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #qCh0HgsZIAH67zS5cTfZD1vuyfsb5O3g { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #XDiZoTXJ0Tu3ckR0mbbtAh4lANCwWlv6 { display:block;position:relative; }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #p9FMT1N94hin9Ql2uglmUEn4Irw5r7NZ {  }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #PIKTlpJTTq21128HK1vTPiQ0UCB7izmu { display:none; }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #nKmrO6FwRKxmugF0BTotpPJRe4CDqaFL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #Hb3P76gzS8TRh3FL3BGxXOQnbUqGVXs0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #mb1TZB6nN166Qw1sTDsNOenTeJNr3EPN { display:block;position:relative; }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #XG5tXmVJkJoT9AuOfhWc6v6iyAxJZkP0 {  }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #S18TsdZyRLJsuEKAy4sVtFEXfKxzx8eR { display:none; }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #zJTTHb62OCWpVxwn2qh3qXsPycoiKxTv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #dK8HZ1KXlr5GPBPp2pTsxXrte5BTUQmi { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #f6WFyNEB0cM5CDT96GJxppJvu0lhAZzS { display:block;position:relative; }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #fPTWDG4TFXDZlpxuF2OEMpa0WZEArPJW {  }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #TFTQsOF7APSmT5yWreD2OhE93BcGXyE5 { display:none; }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #zr75Be1nDedS4bJoBDKAG40z8rvVNfSw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #eGPnwotgOmykrm3e9ZaA9X4JHW4nTM3R { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #mkU1PnGiJhKVLETLd9C9peg1Ntenngx3 { display:block;position:relative; }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #pxeIinV1zQ6U1ffiUHhSTJLrmeZ6pAxW {  }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #EdHTU4i1A3TQcMwoqT6BuglQ0mihKiVR { display:none; }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #RST25QxzWT0aU7J9ky31gVWiW8DdJV1T { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #rABgQqkU4zhT2uXkqJ3vR4N9dsov7fIQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #rkQ5KQepsVZGpSKo32OSyhqwsuB8ef8d { display:block;position:relative; }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #Iwfe2C1k0l6Iw1Ow3WUvGqMMKpsDQTKD {  }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #dcUbJHwfoX9A3GenckBZKU6HT6TCOtpD { display:none; }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #AFHUizMTmsov8EintA2t6Up6TOwbT0Np { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #FZfe6BMw4aIrTrgVc5T4lSahc5so9ox0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #efs94au9fkzedF2XeftiDV4yopfNZf7v { display:block;position:relative; }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #AXg8wdWt0Vbqsqi7XushpOoscWB6Orap {  }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #gbhMQWnxy6V5L9fPeePTZaJN9vLPGsIe { display:none; }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #Rk9sJucgLZEM5vB6x31ATmeHOiOAU2lQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #USgr3CGrkiMF6Z3zdRnZ6pZ1UICHadCc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #u3gTThew76Q5rwUP8RgJanKHEJVNIxzg { display:block;position:relative; }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #WnOGfQsB8neFB7rc64EmJq0PhFXwVwKQ {  }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #tMuyfzHes3Sh3zqFTBdzNigOsouA3TQ6 { display:none; }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #zDgTNPotdBfz9m6770n58i65CTKRqyLi { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #H4bx5SVOeiW9gT60UGBRAuMlODyU4E7Z { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #rqH9EnJOFrhradqMTqRBCytI9hk1cE2W { display:block;position:relative; }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #OpBsWv9SeBJaUd9FJQDHJmBaz80bcRuy {  }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #yKvnLspWFyIAwN8tDTpcceDKH4h3ls3q { display:none; }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #mCr73rdoxoJtVyXh34bmWqiiIwTGt2Zq { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #dHqrZNBfGSEmP26LVWkUz3Qq6N4XxnFh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #bJUNKtaHkdKZdUUe0X7dJTI9xr69N0UV { display:block;position:relative; }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #X6hH6UtxqnMRJ3pc9hNKRDWfaSNscDqC {  }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #BgRe8qqlF2qP83BTCMBoeeuTL3298hmD { display:none; }
#ElLWCN2rRg9zxtevDSiFPCcaNUbSLbKl { border-top:0;border-left:0;border-right:0;border-bottom:0;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; }#ElLWCN2rRg9zxtevDSiFPCcaNUbSLbKl > .row .container { background-color: transparent; background-image: none; }#ElLWCN2rRg9zxtevDSiFPCcaNUbSLbKl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ElLWCN2rRg9zxtevDSiFPCcaNUbSLbKl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ElLWCN2rRg9zxtevDSiFPCcaNUbSLbKl > .row .container > .video-iframe-container { display: none; }#ElLWCN2rRg9zxtevDSiFPCcaNUbSLbKl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ElLWCN2rRg9zxtevDSiFPCcaNUbSLbKl > .row > .video-iframe-container { display: none; }#ElLWCN2rRg9zxtevDSiFPCcaNUbSLbKl > .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); }#ElLWCN2rRg9zxtevDSiFPCcaNUbSLbKl > .row .container { border-width: 0; border-radius: 0; }#ElLWCN2rRg9zxtevDSiFPCcaNUbSLbKl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ElLWCN2rRg9zxtevDSiFPCcaNUbSLbKl > .row .container { font-size:0.875rem;font-family:arial;height:75.625rem;width:60rem;position:relative;display:block; }#H61L4MxctD8XyT3U5szVlcqTe7IppKWC { color:#474747;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:4.3125rem;left:0rem;height:2.55rem;font-style:normal;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; }
#kKsC0twl7TRgt4fV1ok3PAmiQ0oiz3eO { color:#474747;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:8.6992168426512rem;left:0rem;height:2.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dlGcctzaC0q6od0rod7tICL1n2EyBkzr { position:absolute;display:block;z-index:15004;height:59.125rem;width:60rem;top:12.625rem;left:0rem;display:block; }
#tVFVBOTq2rQqM6lleeHa6BJJ6iLbvmy4 { border-top:0;border-left:0;border-right:0;border-bottom:0;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; }#tVFVBOTq2rQqM6lleeHa6BJJ6iLbvmy4 > .row .container { background-color: transparent; background-image: none; }#tVFVBOTq2rQqM6lleeHa6BJJ6iLbvmy4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVFVBOTq2rQqM6lleeHa6BJJ6iLbvmy4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVFVBOTq2rQqM6lleeHa6BJJ6iLbvmy4 > .row .container > .video-iframe-container { display: none; }#tVFVBOTq2rQqM6lleeHa6BJJ6iLbvmy4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVFVBOTq2rQqM6lleeHa6BJJ6iLbvmy4 > .row > .video-iframe-container { display: none; }#tVFVBOTq2rQqM6lleeHa6BJJ6iLbvmy4 > .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); }#tVFVBOTq2rQqM6lleeHa6BJJ6iLbvmy4 > .row .container { border-width: 0; border-radius: 0; }#tVFVBOTq2rQqM6lleeHa6BJJ6iLbvmy4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tVFVBOTq2rQqM6lleeHa6BJJ6iLbvmy4 > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:60rem;position:relative;display:block; }#QvOfeOIbuXQrRgDN69sA2nseRPAHF4ig { color:#474747;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:5.0000009536743rem;left:0rem;height:4.05rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kzXU1yKXJIKyUumq8PWUoCDbMptyiPv3 { z-index:15005;top:11.312501907349rem;left:22.500001907349rem;background-color:#00be4c;background-image:none;background-position:top left !important;background-repeat: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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:3.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SwFgrRyGTu7O8D5HCDwIR2w0LCB6yc1v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QoEuMZ1Ze8p3XzaJJW2r9qfMNk4ZVFCk { color:#474747;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:1rem;left:0rem;height:2.55rem;font-style:normal;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; }
#yA3QquUEDImqXLT5TlZJlMEOTf5slRK2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b10f1f;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; }#yA3QquUEDImqXLT5TlZJlMEOTf5slRK2 > .row .container { background-color: transparent; background-image: none; }#yA3QquUEDImqXLT5TlZJlMEOTf5slRK2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yA3QquUEDImqXLT5TlZJlMEOTf5slRK2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yA3QquUEDImqXLT5TlZJlMEOTf5slRK2 > .row .container > .video-iframe-container { display: none; }#yA3QquUEDImqXLT5TlZJlMEOTf5slRK2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yA3QquUEDImqXLT5TlZJlMEOTf5slRK2 > .row > .video-iframe-container { display: none; }#yA3QquUEDImqXLT5TlZJlMEOTf5slRK2 > .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); }#yA3QquUEDImqXLT5TlZJlMEOTf5slRK2 > .row .container { border-width: 0; border-radius: 0; }#yA3QquUEDImqXLT5TlZJlMEOTf5slRK2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yA3QquUEDImqXLT5TlZJlMEOTf5slRK2 > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:60rem;position:relative;display:block; }#oI6xIx0p2d59KwF0aRwVmZ1mfV587EUB { color:#ffffff;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.8;letter-spacing:0;top:3.6875rem;left:0rem;height:3.15rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FIhQcln94TqVTqGMpzydWZc9UM97ZhKh { display:block; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wndNqTi4ly0gF2fq2KX1R1ZOM8HBt0hb { top:0.875rem;left:0rem;width:11.9375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibOwRplTBuROT06bttslwE2Mvc9kn3Nu { top:1.375rem;left:33.0625rem;width:14.6875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWOKQyz8l2PeF49r5yT3tn24bmUVO3tb { display:block; }
 }@media only screen and (max-width: 763px) { #JQUWZIJSZ6OZdLoid4G0QWE0p4k78NrZ { width:10.6875rem;height:1.5625rem;top:2.3125rem;left:37.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsmT4misFshLTeHbzQTQWB4fdzpWghEU { display:none; }
#fsmT4misFshLTeHbzQTQWB4fdzpWghEU > img { max-width: 100%;max-height:100%; width:; height:; } }@media only screen and (max-width: 763px) { #hxhSuGvhzNHchtQ7RitxGqgLUGdGXOV7 { display:block; }#hxhSuGvhzNHchtQ7RitxGqgLUGdGXOV7 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hlr6uFiN2VbbZQH7fL1CETza3OdNTHJs { width:30.0625rem;height:30.0625rem;top:5rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qu3gWHdT5zpI5CLRkVFwJpELmZweJWXw { width:25.0625rem;height:5.0625rem;top:7.5rem;left:22.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFAStViWp9e53G2zAcAwzZq42BdcaDJh .widget-regular-label { width:25.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#dFAStViWp9e53G2zAcAwzZq42BdcaDJh .widget-input-text { width:25.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dFAStViWp9e53G2zAcAwzZq42BdcaDJh .widget-input-text {padding-top: 0; padding-bottom: 0;}#dFAStViWp9e53G2zAcAwzZq42BdcaDJh .widget-textarea { width:25.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dFAStViWp9e53G2zAcAwzZq42BdcaDJh .widget-input-select { width:25.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dFAStViWp9e53G2zAcAwzZq42BdcaDJh .widget-input-select {padding-top: 0; padding-bottom: 0;}#dFAStViWp9e53G2zAcAwzZq42BdcaDJh .widget-input-button { width:25.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dFAStViWp9e53G2zAcAwzZq42BdcaDJh .widget-checkbox-label { width:23.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dFAStViWp9e53G2zAcAwzZq42BdcaDJh  { width:25.125rem;height:13.75rem;top:16rem;left:20.125rem; }
#dFAStViWp9e53G2zAcAwzZq42BdcaDJh .radio-container { width:25.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dFAStViWp9e53G2zAcAwzZq42BdcaDJh {display:block;}#dFAStViWp9e53G2zAcAwzZq42BdcaDJh { width:25.125rem;height:13.75rem;top:16rem;left:20.125rem; }
 }@media only screen and (max-width: 763px) { #dFAStViWp9e53G2zAcAwzZq42BdcaDJh #rbdV5QTdcxixunacnNZETaRBeJwlMT9b {  }
 }@media only screen and (max-width: 763px) { #dFAStViWp9e53G2zAcAwzZq42BdcaDJh #PJomRwZGnXnz5oGdtg247u1zb1Un2zi0 { display:none; }
 }@media only screen and (max-width: 763px) { #dFAStViWp9e53G2zAcAwzZq42BdcaDJh #TuphILnTLHSAlcLwWJefkP48mW3wm85V {  }
 }@media only screen and (max-width: 763px) { #dFAStViWp9e53G2zAcAwzZq42BdcaDJh #uKGPIVc83xLbJ07swZtNQFIDNS45RDzs {  }
 }@media only screen and (max-width: 763px) { #dFAStViWp9e53G2zAcAwzZq42BdcaDJh #iEvrZtmpNKx9RicMC6cJXzf0ia2BktTV { display:none; }
 }@media only screen and (max-width: 763px) { #dFAStViWp9e53G2zAcAwzZq42BdcaDJh #dTKFfVdwP7sSgEolFDKsqqJA26T65wq5 {  }
 }@media only screen and (max-width: 763px) { #boIv0DMLlCeTqDbAyVKVlaBaInGKg0o0 { display:block; }
 }@media only screen and (max-width: 763px) { #OTIOhWiPpS3SkREXgeUNs3UpV9JuEp5K { display:block; }
 }@media only screen and (max-width: 763px) { #HZKZ7vOdATp3aeRQAaO8ciGJUx8HT1O4 { display:block; }
 }@media only screen and (max-width: 763px) { #dQCQzJeD07BiHqEEHfsqyxIyuATqwUay { display:block; }
 }@media only screen and (max-width: 763px) { #nz44LLh98NXFVGgcGlUdUSpgKGbcQ79h { display:block; }
 }@media only screen and (max-width: 763px) { #QIBCPBay6DFVRuHP2lH2cfuHxWZQx9hN { display:block; }
 }@media only screen and (max-width: 763px) { #Prf3lxqgv2Drz8SAuKJsFI7fRThrO4hh { display:block; }
 }@media only screen and (max-width: 763px) { #OuhavtOwtabC8hXooqXf9cfkBTWudw21 { display:block; }
 }@media only screen and (max-width: 763px) { #bIh5pOJQPpfZJAL7TTSs7xoxIiKxdDk5 { display:block; }
 }@media only screen and (max-width: 763px) { #dFAStViWp9e53G2zAcAwzZq42BdcaDJh #Xmfl8isBWBQCGExILZBpmJ59MU6ywnEt {  }
 }@media only screen and (max-width: 763px) { #dFAStViWp9e53G2zAcAwzZq42BdcaDJh #iw7ehq45v1oQGXZwSqQKZuA0ViyBp1ur {  }
 }@media only screen and (max-width: 763px) { #dFAStViWp9e53G2zAcAwzZq42BdcaDJh #mBxK7yaaLvfuIsBtZBLULouUToMam6ri {  }
 }@media only screen and (max-width: 763px) { #dFAStViWp9e53G2zAcAwzZq42BdcaDJh #mysDpsu0lgTrJOhOsGTwAy4fuRNLs6b7 {  }
 }@media only screen and (max-width: 763px) { #Rtdi5GvEye8K61AqgpPat2RoU0o0ixAb { width:20rem;height:5.8125rem;top:42.5625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qTALHqBGxkLgyZtaVM733woounCLSsxf { width:20rem;height:4.5rem;top:49.9375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dfpi3NtN8WNoOxmy56V1ES64fLHXaPyw { top:15.4375rem;left:17.000001907349rem;width:13.75rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #C9unr2KKDcL3XrhH9VmNvybxnGgqO5zl { display:block; }
 }@media only screen and (max-width: 763px) { #FmXK2t9fOQfIgksmg9mxPG6gvkacqgcc { width:25.125rem;height:2.875rem;top:13.75rem;left:22.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P69aMsRHPizfqL79KW6Q3qi3z6C7hr0V { top:31.3125rem;left:34.3125rem;width:13.4375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXO1MxLFllhJxrFcvPiLnTG3zMvcnNK0 { width:11.3125rem;height:1.0625rem;top:31.5rem;left:26.375001907349rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #roba6ebJ8Zb4oZsOTnpiDQAfEtbdFO5W { top:7.4375rem;left:0rem;width:27.9375rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8MvJNcGhHLV7VZH3DNcZBqvoaIdGI4F { width:27.6875rem;height:3.25rem;top:28rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTWNSnPBQtpK5cZ76x7HT4L41aMLHpST { display:block; }#BTWNSnPBQtpK5cZ76x7HT4L41aMLHpST > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LOOf7OENmryAnFI8nqQNOIoeXTewpGGl { width:47.75rem;height:2.5rem;top:4.3125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkURJAHOKWoMPs6bfCilkFlNw4B4Qrec { width:47.75rem;height:2.6875rem;top:8.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ke4NnMUnuJqqnoJDs0tNtg3pTsffwbgp { width:47.75rem;height:;top:13.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI4XC4XbaGOvxqSOHvrZTF2PSKE89vSN { width:47.75rem;height:4rem;top:17rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cW3veXNRmsspD4wg6ZeuHPLSnEysC0tw { top:22.75rem;left:0rem;width:47.75rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuLX30fTJo0E4bro0CWdotpXb21pBJPV { display:block; }#uuLX30fTJo0E4bro0CWdotpXb21pBJPV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VNNxwQtnToyU03KigdDrR79gI388Cn7b { top:2.3125rem;left:14.000001907349rem;width:17.375rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4DMhfQvDKsFaq5b7f3rillwHzh9sJEn { display:block; }
 }@media only screen and (max-width: 763px) { #WnvoUNTSs3hdusIJOnBUcak1cmLJoJrv { display:block; }#WnvoUNTSs3hdusIJOnBUcak1cmLJoJrv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iSt3MUurcc3ZRxXL9scBtgTslTPxAmGb { width:47.75rem;height:;top:5rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nK1I9mT39UVxQdqQcW6hAHMoaB8mOrIa { display:block; }#nK1I9mT39UVxQdqQcW6hAHMoaB8mOrIa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zMdNb1IKeflSw0bF3KhVQhdVEibuUvhP { width:47.75rem;height:10.5rem;top:9.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiIdiAQo4lV0DJ0sa17efxJZXvGWdWVU { width:47.75rem;height:1.3125rem;top:5.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrBoeUPu5BPNrshONNFh6edhPCCv4ukb { display:block; }#LrBoeUPu5BPNrshONNFh6edhPCCv4ukb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BoB7Mb4QgBhQuVyk7TmgrbFTmxJicDwF { width:40.0625rem;height:3.25rem;top:6.5rem;left:7.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaMXnzT7TMKbtXmz4zkUDGhEq9H9U7ph { width:40rem;height:3.875rem;top:2.3125rem;left:7.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsmyXq9UBNg9GMiOOaAui4uIhDuk84Rs { top:0.375rem;left:0rem;width:47.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOfwpAzGba16xzCCfbwbcczzkRDkxqXc { top:0.375rem;left:0rem;width:12.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg3umgO2AGHK9a6QQ3HD4MVHZksavKo6 { display:block; }#Tg3umgO2AGHK9a6QQ3HD4MVHZksavKo6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XMaDNTTEJx2XiVcOlo6f5Iif4yqBEDEW { top:2.3125rem;left:14.000001907349rem;width:17.375rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWyOsISkWV41R62mNC5OnHsANdRW8M1G { display:block; }
 }@media only screen and (max-width: 763px) { #kFau2FdROKaHAiniHGubbNM4GWqFA8cS { display:block; }#kFau2FdROKaHAiniHGubbNM4GWqFA8cS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sOumnKmb23UGFTwcQ4JtRrXhIQ52HkT1 { width:47.75rem;height:;top:4.3125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cX7kKGQGI7fdOSSDOUc6Qsm693KAv6cz { width:47.75rem;height:1.3125rem;top:8.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbdh9NkN2anQXKEMOUvOf91wSrkH10Q5 { display:block; }#hbdh9NkN2anQXKEMOUvOf91wSrkH10Q5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ptDpP3BpaMTPdWTqaA5CmV2gO7MwqNKb { width:24.8125rem;height:1.4375rem;top:13.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCaepPFExVRJKIPPnJipWnoPEW2Jz6aS { width:24.875rem;height:8.375rem;top:16.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGhAM3o7zh8H7R4a6E60Xi97Th1ZiCrt { width:6.25rem;height:6.25rem;top:3.625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma1srl2lSgPRTdKfwoAOIZhlTg7Mmdyo { width:25rem;height:1.4375rem;top:13.625rem;left:22.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GREgfqTaMAoZds3JWTyV7rzXGGHCp11w { width:6.25rem;height:6.25rem;top:3.625rem;left:32.062501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZBquP0xkZ584tkN90hhQFUXE8bEKpDk { width:2rem;height:2rem;top:9.875rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwvIIn3TEOdme8JgkhiERdsPiPpAuUV2 { width:2rem;height:2rem;top:9.75rem;left:34.562501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2Ftl94oiKv8LRhgXqZv1xHsKeKDCSzM { width:25rem;height:8.375rem;top:16.0625rem;left:22.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTbTRtR6GPRsaIndQDrmt2qztO8AEJOS { display:block; }#RTbTRtR6GPRsaIndQDrmt2qztO8AEJOS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nR3scUtXvwgc6DE19FAy5CMXp6xSnfU3 { width:47.75rem;height:2.5rem;top:3.75rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKt6qy5V06HtJ5JXdQH0WxoXwZRiRiEI { width:47.75rem;height:2.6875rem;top:7.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLz5QScUlAh5Dg0VAAf5Vp2CBpa3gMA6 { display:block; }#MLz5QScUlAh5Dg0VAAf5Vp2CBpa3gMA6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rKlTAtVMscF62we3v4UsVTX2cXOoAdp5 { width:7.625rem;height:7.625rem;top:0.0625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sA1ZlVuJh6AXD1SVsJtltX2MahBnKQ1F { width:17.5rem;height:3.25rem;top:8.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWnqSbuTwm3F1tinpH0bM7PBFwKVfMx4 { width:17.5rem;height:3.25rem;top:8.8125rem;left:13.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wp0sp1W3CTmvA2K0rdWTK6N0vb3zRudK { width:17.625rem;height:12rem;top:13.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuK4upPSsQ7pmzDiAyFtDQ3u01DOatxs { width:17.5625rem;height:12rem;top:13.8125rem;left:14.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0AvNZqqWAzIQEWbUEMMtPrDa9nMArKE { width:17.6875rem;height:10.75rem;top:13.8125rem;left:29.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHKEm5puCl21DBOisPhe2d0WaeSgxdbN { top:27.5625rem;left:0rem;width:17.375rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrFxy3as0cbTteMRQVLMKTCmbTPF4aKn { display:block; }
 }@media only screen and (max-width: 763px) { #sVpPq7wUBPMuFFDH6ctMDqv7ty8TTGHJ { width:17.625rem;height:;top:8.8125rem;left:30rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEtAr31THCpsrgQbP8yofEOqVI33Pxqo { top:27.5625rem;left:14.375rem;width:17.375rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAreBe341inC7adSoKAu5P5BFPbrztEB { display:block; }
 }@media only screen and (max-width: 763px) { #Q5gPoMrasWIkxp9Wh3O1quiUoZF8rBqA { top:27.5625rem;left:30.25rem;width:17.375rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyBi2Acgu3B920HizXrVIHXbZ5kKvovA { display:block; }
 }@media only screen and (max-width: 763px) { #oElrCZTZ8BrsMWGRktpqOTSMWFerTv2B { width:7.625rem;height:7.625rem;top:0.0625rem;left:20.062501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5RMcSexS54ibwSpcEm4ia0IoRhy9HK1 { width:7.625rem;height:7.625rem;top:0.0625rem;left:35.937501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoVxZNlidPKExw8ghTHlrvCDPBvln7ep { display:block; }#MoVxZNlidPKExw8ghTHlrvCDPBvln7ep > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U7bf9lviqW74JTIGoz6q0QUC7l8TG22F { width:7.625rem;height:7.625rem;top:0rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSTnTWeshHxuEyH1apyxkBmu4sGJ0V2n { width:17.5rem;height:;top:8.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0QQ6hzG4Vu2WnCEt2EtL6TFvnF7cURQ { width:17.5rem;height:;top:8.8125rem;left:14.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ri7R4oDSSLgVmXrzCxPSk0zZEreP3pRm { width:17.625rem;height:10.75rem;top:13.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QipTF4HC1gDvPtny95Lu2ITOu3v8k7kQ { width:17.5625rem;height:12rem;top:13.8125rem;left:14.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gS0BilpR2pK3bVDUT7plHS4WyOMpNvxG { width:17.6875rem;height:12rem;top:13.8125rem;left:29.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5TyJpb797c3zO8xvlM9BraHX2SKo7Kg { width:7.625rem;height:7.625rem;top:0rem;left:19.968751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5mPfsiyqlJsPT7iWTlJ274W95vZzgGC { width:7.625rem;height:7.625rem;top:0rem;left:35.875001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcHbtyKt6TZQfWRiNnZ72zVmnLuJuuxD { top:27.5625rem;left:0rem;width:17.375rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eonVu1nT3BTT3JOVrCqVLyareSaF9TTI { display:block; }
 }@media only screen and (max-width: 763px) { #EWyCBIFfZEzThsN4Dc1J7rdRoiGyTUXe { width:17.625rem;height:;top:8.8125rem;left:30rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhaIhA0PLMRT4Rn9JtrXcQA8TuA1x3o4 { top:27.5625rem;left:14.375rem;width:17.375rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXPnq8MwbwWg6029KrX8G6rPSFlO0HS6 { display:block; }
 }@media only screen and (max-width: 763px) { #rOtI98XkndImCqkPyrVu5eVqeDkMcrnD { top:27.5625rem;left:30.25rem;width:17.375rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA0aPpx7NGkt7PdtLxEgws6TZkDKT01D { display:block; }
 }@media only screen and (max-width: 763px) { #f6RJfVIElMG2G2Ue5FJtEJKUDBrlmdsv { display:none; }#f6RJfVIElMG2G2Ue5FJtEJKUDBrlmdsv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ETtXrdfb7goJkU0Mvza5I644ei34tHSf { width:47.75rem;height:2.75rem;top:3.75rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8BQLyM2g4wqCM15EQTobyfVF8Sclh8e { width:47.75rem;height:2.6875rem;top:8.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws { display:flex;height:auto;width:45.25rem;top:13.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #ehfhl8O7TO1ktqyJ8EBOnGF8tbEwsbUw {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #uKxHeEz4wPkrmqTdLxn8v3UgXTR56DOP {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #eEMN1bIlVHRTvSnMtfDl3C5MqdHA8DHZ {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #T2cN3f3XkQEvOzuq1mzWG58N1EZEiKel {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #DcKFdifb3DO6TSKsK7PAIdZxEX8G2g2K {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #CyLQG2InlFAu8KiSTXzrGM0GQc3IyNB4 {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #qCh0HgsZIAH67zS5cTfZD1vuyfsb5O3g {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #XDiZoTXJ0Tu3ckR0mbbtAh4lANCwWlv6 {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #p9FMT1N94hin9Ql2uglmUEn4Irw5r7NZ {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #PIKTlpJTTq21128HK1vTPiQ0UCB7izmu {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #nKmrO6FwRKxmugF0BTotpPJRe4CDqaFL {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #Hb3P76gzS8TRh3FL3BGxXOQnbUqGVXs0 {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #mb1TZB6nN166Qw1sTDsNOenTeJNr3EPN {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #XG5tXmVJkJoT9AuOfhWc6v6iyAxJZkP0 {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #S18TsdZyRLJsuEKAy4sVtFEXfKxzx8eR {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #zJTTHb62OCWpVxwn2qh3qXsPycoiKxTv {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #dK8HZ1KXlr5GPBPp2pTsxXrte5BTUQmi {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #f6WFyNEB0cM5CDT96GJxppJvu0lhAZzS {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #fPTWDG4TFXDZlpxuF2OEMpa0WZEArPJW {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #TFTQsOF7APSmT5yWreD2OhE93BcGXyE5 {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #zr75Be1nDedS4bJoBDKAG40z8rvVNfSw {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #eGPnwotgOmykrm3e9ZaA9X4JHW4nTM3R {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #mkU1PnGiJhKVLETLd9C9peg1Ntenngx3 {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #pxeIinV1zQ6U1ffiUHhSTJLrmeZ6pAxW {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #EdHTU4i1A3TQcMwoqT6BuglQ0mihKiVR {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #RST25QxzWT0aU7J9ky31gVWiW8DdJV1T {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #rABgQqkU4zhT2uXkqJ3vR4N9dsov7fIQ {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #rkQ5KQepsVZGpSKo32OSyhqwsuB8ef8d {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #Iwfe2C1k0l6Iw1Ow3WUvGqMMKpsDQTKD {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #dcUbJHwfoX9A3GenckBZKU6HT6TCOtpD {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #AFHUizMTmsov8EintA2t6Up6TOwbT0Np {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #FZfe6BMw4aIrTrgVc5T4lSahc5so9ox0 {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #efs94au9fkzedF2XeftiDV4yopfNZf7v {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #AXg8wdWt0Vbqsqi7XushpOoscWB6Orap {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #gbhMQWnxy6V5L9fPeePTZaJN9vLPGsIe {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #Rk9sJucgLZEM5vB6x31ATmeHOiOAU2lQ {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #USgr3CGrkiMF6Z3zdRnZ6pZ1UICHadCc {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #u3gTThew76Q5rwUP8RgJanKHEJVNIxzg {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #WnOGfQsB8neFB7rc64EmJq0PhFXwVwKQ {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #tMuyfzHes3Sh3zqFTBdzNigOsouA3TQ6 {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #zDgTNPotdBfz9m6770n58i65CTKRqyLi {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #H4bx5SVOeiW9gT60UGBRAuMlODyU4E7Z {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #rqH9EnJOFrhradqMTqRBCytI9hk1cE2W {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #OpBsWv9SeBJaUd9FJQDHJmBaz80bcRuy {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #yKvnLspWFyIAwN8tDTpcceDKH4h3ls3q {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #mCr73rdoxoJtVyXh34bmWqiiIwTGt2Zq {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #dHqrZNBfGSEmP26LVWkUz3Qq6N4XxnFh {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #bJUNKtaHkdKZdUUe0X7dJTI9xr69N0UV {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #X6hH6UtxqnMRJ3pc9hNKRDWfaSNscDqC {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #BgRe8qqlF2qP83BTCMBoeeuTL3298hmD {  }
 }@media only screen and (max-width: 763px) { #ElLWCN2rRg9zxtevDSiFPCcaNUbSLbKl { display:block; }#ElLWCN2rRg9zxtevDSiFPCcaNUbSLbKl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H61L4MxctD8XyT3U5szVlcqTe7IppKWC { width:47.75rem;height:;top:4.3125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKsC0twl7TRgt4fV1ok3PAmiQ0oiz3eO { width:47.75rem;height:2.6875rem;top:8.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlGcctzaC0q6od0rod7tICL1n2EyBkzr { top:12.625rem;left:0rem;width:47.75rem;height:59.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVFVBOTq2rQqM6lleeHa6BJJ6iLbvmy4 { display:block; }#tVFVBOTq2rQqM6lleeHa6BJJ6iLbvmy4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QvOfeOIbuXQrRgDN69sA2nseRPAHF4ig { width:47.75rem;height:4rem;top:5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzXU1yKXJIKyUumq8PWUoCDbMptyiPv3 { top:11.3125rem;left:16.375001907349rem;width:17.375rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwFgrRyGTu7O8D5HCDwIR2w0LCB6yc1v { display:block; }
 }@media only screen and (max-width: 763px) { #QoEuMZ1Ze8p3XzaJJW2r9qfMNk4ZVFCk { width:47.75rem;height:2.5rem;top:1rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yA3QquUEDImqXLT5TlZJlMEOTf5slRK2 { display:block; }#yA3QquUEDImqXLT5TlZJlMEOTf5slRK2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oI6xIx0p2d59KwF0aRwVmZ1mfV587EUB { top:3.6875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FIhQcln94TqVTqGMpzydWZc9UM97ZhKh { display:block; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wndNqTi4ly0gF2fq2KX1R1ZOM8HBt0hb { width:11.1875rem;height:4.125rem;top:1.25rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibOwRplTBuROT06bttslwE2Mvc9kn3Nu { top:6.125rem;left:4.6875rem;width:10.625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rWOKQyz8l2PeF49r5yT3tn24bmUVO3tb { display:block; }
 }@media only screen and (max-width: 763px) { #JQUWZIJSZ6OZdLoid4G0QWE0p4k78NrZ { width:10.6875rem;height:0;top:5.6875rem;left:4.625rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#b10f1f;display:none; }
 }@media only screen and (max-width: 763px) { #fsmT4misFshLTeHbzQTQWB4fdzpWghEU { display:flex;top:1.8125rem;left:16.249999582768rem;width:2.5rem;height:2.5rem;z-index:15006; }
#fsmT4misFshLTeHbzQTQWB4fdzpWghEU > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #hxhSuGvhzNHchtQ7RitxGqgLUGdGXOV7 { background-color:#b10f1f;background-image:none;display:block; }#hxhSuGvhzNHchtQ7RitxGqgLUGdGXOV7 > .row .container { background-color: transparent; background-image: none; }#hxhSuGvhzNHchtQ7RitxGqgLUGdGXOV7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxhSuGvhzNHchtQ7RitxGqgLUGdGXOV7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxhSuGvhzNHchtQ7RitxGqgLUGdGXOV7 > .row .container > .video-iframe-container { display: none; }#hxhSuGvhzNHchtQ7RitxGqgLUGdGXOV7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxhSuGvhzNHchtQ7RitxGqgLUGdGXOV7 > .row > .video-iframe-container { display: none; }#hxhSuGvhzNHchtQ7RitxGqgLUGdGXOV7 > .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); }#hxhSuGvhzNHchtQ7RitxGqgLUGdGXOV7 > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hlr6uFiN2VbbZQH7fL1CETza3OdNTHJs { width:20rem;height:29.0625rem;top:15.875rem;left:0rem;z-index:14999;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.4) ;display:block; }
 }@media only screen and (max-width: 763px) { #Qu3gWHdT5zpI5CLRkVFwJpELmZweJWXw { width:17.5rem;height:5.775rem;top:18.375rem;left:1.2500000596046rem;text-align:center;text-align-last:center;font-size:1.75rem;color:#b10f1f;line-height:1.1;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; }
 }@media only screen and (max-width: 763px) { #dFAStViWp9e53G2zAcAwzZq42BdcaDJh .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#dFAStViWp9e53G2zAcAwzZq42BdcaDJh .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;color:#474747;font-family:montserrat;font-size:0.875rem;overflow:hidden;height:2.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #e6e6e6;border-left:0.0625rem solid #e6e6e6;border-right:0.0625rem solid #e6e6e6;border-bottom:0.0625rem solid #e6e6e6;display:block;vertical-align:top; }
#dFAStViWp9e53G2zAcAwzZq42BdcaDJh .widget-input-text {padding-top: 0; padding-bottom: 0;}#dFAStViWp9e53G2zAcAwzZq42BdcaDJh .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;color:#474747;font-family:montserrat;font-size:0.875rem;overflow:hidden;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #e6e6e6;border-left:0.0625rem solid #e6e6e6;border-right:0.0625rem solid #e6e6e6;border-bottom:0.0625rem solid #e6e6e6;display:block;vertical-align:top; }
#dFAStViWp9e53G2zAcAwzZq42BdcaDJh .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.8125rem;overflow:hidden;font-family:montserrat;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #e6e6e6;border-left:0.0625rem solid #e6e6e6;border-right:0.0625rem solid #e6e6e6;border-bottom:0.0625rem solid #e6e6e6;height:2.8125rem;display:block;vertical-align:top; }
#dFAStViWp9e53G2zAcAwzZq42BdcaDJh .widget-input-select {padding-top: 0; padding-bottom: 0;}#dFAStViWp9e53G2zAcAwzZq42BdcaDJh .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#dFAStViWp9e53G2zAcAwzZq42BdcaDJh .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#dFAStViWp9e53G2zAcAwzZq42BdcaDJh .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;color:#ffffff;line-height:1;height:2.8125rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:montserrat;font-size:1rem;overflow:hidden; }
#dFAStViWp9e53G2zAcAwzZq42BdcaDJh [class*="-text"]:-moz-placeholder { font-size:0.8125rem;color:#474747; }
#dFAStViWp9e53G2zAcAwzZq42BdcaDJh [class*="-text"]::-moz-placeholder { font-size:0.8125rem;color:#474747; }
#dFAStViWp9e53G2zAcAwzZq42BdcaDJh [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem;color:#474747; }
#dFAStViWp9e53G2zAcAwzZq42BdcaDJh [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem;color:#474747; }
#dFAStViWp9e53G2zAcAwzZq42BdcaDJh .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto;line-height:1.5; }
#dFAStViWp9e53G2zAcAwzZq42BdcaDJh .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0; }
#dFAStViWp9e53G2zAcAwzZq42BdcaDJh .widget-container:first-of-type{padding-top:0;}#dFAStViWp9e53G2zAcAwzZq42BdcaDJh .widget-container:last-of-type{padding-bottom:0;}#dFAStViWp9e53G2zAcAwzZq42BdcaDJh  { width:17.5rem;height:auto;top:28.412498474121rem;left:0rem; }
#dFAStViWp9e53G2zAcAwzZq42BdcaDJh .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#dFAStViWp9e53G2zAcAwzZq42BdcaDJh {display:block;}#dFAStViWp9e53G2zAcAwzZq42BdcaDJh { width:17.5rem;height:auto;top:28.412498474121rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dFAStViWp9e53G2zAcAwzZq42BdcaDJh #rbdV5QTdcxixunacnNZETaRBeJwlMT9b {  }
 }@media only screen and (max-width: 763px) { #dFAStViWp9e53G2zAcAwzZq42BdcaDJh #PJomRwZGnXnz5oGdtg247u1zb1Un2zi0 { display:none; }
 }@media only screen and (max-width: 763px) { #dFAStViWp9e53G2zAcAwzZq42BdcaDJh #TuphILnTLHSAlcLwWJefkP48mW3wm85V {  }
 }@media only screen and (max-width: 763px) { #dFAStViWp9e53G2zAcAwzZq42BdcaDJh #uKGPIVc83xLbJ07swZtNQFIDNS45RDzs {  }
 }@media only screen and (max-width: 763px) { #dFAStViWp9e53G2zAcAwzZq42BdcaDJh #iEvrZtmpNKx9RicMC6cJXzf0ia2BktTV { display:none; }
 }@media only screen and (max-width: 763px) { #dFAStViWp9e53G2zAcAwzZq42BdcaDJh #dTKFfVdwP7sSgEolFDKsqqJA26T65wq5 {  }
 }@media only screen and (max-width: 763px) { #boIv0DMLlCeTqDbAyVKVlaBaInGKg0o0 { display:block; }
 }@media only screen and (max-width: 763px) { #OTIOhWiPpS3SkREXgeUNs3UpV9JuEp5K { display:block; }
 }@media only screen and (max-width: 763px) { #HZKZ7vOdATp3aeRQAaO8ciGJUx8HT1O4 { display:block; }
 }@media only screen and (max-width: 763px) { #dQCQzJeD07BiHqEEHfsqyxIyuATqwUay { display:block; }
 }@media only screen and (max-width: 763px) { #nz44LLh98NXFVGgcGlUdUSpgKGbcQ79h { display:block; }
 }@media only screen and (max-width: 763px) { #QIBCPBay6DFVRuHP2lH2cfuHxWZQx9hN { display:block; }
 }@media only screen and (max-width: 763px) { #Prf3lxqgv2Drz8SAuKJsFI7fRThrO4hh { display:block; }
 }@media only screen and (max-width: 763px) { #OuhavtOwtabC8hXooqXf9cfkBTWudw21 { display:block; }
 }@media only screen and (max-width: 763px) { #bIh5pOJQPpfZJAL7TTSs7xoxIiKxdDk5 { display:block; }
 }@media only screen and (max-width: 763px) { #dFAStViWp9e53G2zAcAwzZq42BdcaDJh #Xmfl8isBWBQCGExILZBpmJ59MU6ywnEt {  }
 }@media only screen and (max-width: 763px) { #dFAStViWp9e53G2zAcAwzZq42BdcaDJh #iw7ehq45v1oQGXZwSqQKZuA0ViyBp1ur {  }
 }@media only screen and (max-width: 763px) { #dFAStViWp9e53G2zAcAwzZq42BdcaDJh #mBxK7yaaLvfuIsBtZBLULouUToMam6ri {  }
 }@media only screen and (max-width: 763px) { #dFAStViWp9e53G2zAcAwzZq42BdcaDJh #mysDpsu0lgTrJOhOsGTwAy4fuRNLs6b7 {  }
 }@media only screen and (max-width: 763px) { #Rtdi5GvEye8K61AqgpPat2RoU0o0ixAb { width:20rem;height:0;top:42.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;font-family:montserrat;font-weight:400;font-style:normal;color:#ffffff;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #qTALHqBGxkLgyZtaVM733woounCLSsxf { width:20rem;height:0;top:49.950000762939rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-family:montserrat;font-weight:400;font-style:normal;color:#ffffff;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #Dfpi3NtN8WNoOxmy56V1ES64fLHXaPyw { top:57.14999961853rem;left:1.5000000596046rem;width:17rem;height:3.125rem;z-index:15005;background-color:#00be4c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;border-top:0;border-left:0;border-right:0;border-bottom:0;font-family:montserrat;display:none; }
 }@media only screen and (max-width: 763px) { #C9unr2KKDcL3XrhH9VmNvybxnGgqO5zl { display:block; }
 }@media only screen and (max-width: 763px) { #FmXK2t9fOQfIgksmg9mxPG6gvkacqgcc { width:17.5625rem;height:3.9rem;top:25rem;left:1.2500000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P69aMsRHPizfqL79KW6Q3qi3z6C7hr0V { width:13.4375rem;height:1.375rem;top:43.375rem;left:2.5000000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #tXO1MxLFllhJxrFcvPiLnTG3zMvcnNK0 { width:10rem;height:0;top:42.08749961853rem;left:5.0000000596046rem;text-align:center;text-align-last:center;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #roba6ebJ8Zb4oZsOTnpiDQAfEtbdFO5W { width:15rem;height:8.375rem;top:1.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8MvJNcGhHLV7VZH3DNcZBqvoaIdGI4F { width:20rem;height:2.6rem;top:10.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTWNSnPBQtpK5cZ76x7HT4L41aMLHpST { display:block; }#BTWNSnPBQtpK5cZ76x7HT4L41aMLHpST > .row .container { width:20rem;height:39.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LOOf7OENmryAnFI8nqQNOIoeXTewpGGl { width:20rem;height:7.2rem;top:2.5500001907349rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-family:montserrat;font-weight:400;font-style:normal;color:#474747;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kkURJAHOKWoMPs6bfCilkFlNw4B4Qrec { width:18.75rem;height:3.6rem;top:11.300000190735rem;left:0.68671876192094rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ke4NnMUnuJqqnoJDs0tNtg3pTsffwbgp { width:20rem;height:0;top:16.112503051757rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;font-family:montserrat;font-weight:400;font-style:normal;color:#474747;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TI4XC4XbaGOvxqSOHvrZTF2PSKE89vSN { width:20rem;height:0;top:19.462503051758rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cW3veXNRmsspD4wg6ZeuHPLSnEysC0tw { width:20rem;height:3.1875rem;top:24.762503051758rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuLX30fTJo0E4bro0CWdotpXb21pBJPV { display:block; }#uuLX30fTJo0E4bro0CWdotpXb21pBJPV > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VNNxwQtnToyU03KigdDrR79gI388Cn7b { top:1.25rem;left:1.3125rem;width:17.375rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4DMhfQvDKsFaq5b7f3rillwHzh9sJEn { display:block; }
 }@media only screen and (max-width: 763px) { #WnvoUNTSs3hdusIJOnBUcak1cmLJoJrv { display:block; }#WnvoUNTSs3hdusIJOnBUcak1cmLJoJrv > .row .container { width:20rem;height:12.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iSt3MUurcc3ZRxXL9scBtgTslTPxAmGb { width:20rem;height:9.6rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-family:montserrat;font-weight:400;font-style:normal;color:#474747;display:block; }
 }@media only screen and (max-width: 763px) { #nK1I9mT39UVxQdqQcW6hAHMoaB8mOrIa { display:block; }#nK1I9mT39UVxQdqQcW6hAHMoaB8mOrIa > .row .container { width:20rem;height:34.974990844727rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zMdNb1IKeflSw0bF3KhVQhdVEibuUvhP { width:20rem;height:28.5rem;top:6.475rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiIdiAQo4lV0DJ0sa17efxJZXvGWdWVU { width:20rem;height:3.6rem;top:1.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrBoeUPu5BPNrshONNFh6edhPCCv4ukb { display:block; }#LrBoeUPu5BPNrshONNFh6edhPCCv4ukb > .row .container { width:20rem;height:21.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BoB7Mb4QgBhQuVyk7TmgrbFTmxJicDwF { width:20rem;height:4.2rem;top:14.175000190735rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;font-family:montserrat;font-weight:400;font-style:normal;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xaMXnzT7TMKbtXmz4zkUDGhEq9H9U7ph { width:20rem;height:2.6rem;top:11.675000190735rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-family:montserrat;font-weight:400;font-style:normal;color:#ffffff;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #VsmyXq9UBNg9GMiOOaAui4uIhDuk84Rs { width:20rem;height:17.5rem;top:2.9250001907349rem;left:0rem;background-color:#b10f1f;background-image:url("https://images.assets-landingi.com/uc/450ec7d2-0563-4b61-95d7-b75176bf3dc4/top_bg_image_4x.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#VsmyXq9UBNg9GMiOOaAui4uIhDuk84Rs.adaptive-delivery-prevent-bg, #VsmyXq9UBNg9GMiOOaAui4uIhDuk84Rs.lazyload, #VsmyXq9UBNg9GMiOOaAui4uIhDuk84Rs.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kOfwpAzGba16xzCCfbwbcczzkRDkxqXc { width:11.3125rem;height:11.3125rem;top:2.9250001907349rem;left:5.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg3umgO2AGHK9a6QQ3HD4MVHZksavKo6 { display:block; }#Tg3umgO2AGHK9a6QQ3HD4MVHZksavKo6 > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XMaDNTTEJx2XiVcOlo6f5Iif4yqBEDEW { top:1.25rem;left:1.3125rem;width:17.375rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWyOsISkWV41R62mNC5OnHsANdRW8M1G { display:block; }
 }@media only screen and (max-width: 763px) { #kFau2FdROKaHAiniHGubbNM4GWqFA8cS { display:block; }#kFau2FdROKaHAiniHGubbNM4GWqFA8cS > .row .container { width:20rem;height:14.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sOumnKmb23UGFTwcQ4JtRrXhIQ52HkT1 { width:20rem;height:7.2rem;top:2.5500001907349rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-family:montserrat;font-weight:400;font-style:normal;color:#474747;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cX7kKGQGI7fdOSSDOUc6Qsm693KAv6cz { width:18.75rem;height:3.6rem;top:11.300000190735rem;left:0.68671876192094rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbdh9NkN2anQXKEMOUvOf91wSrkH10Q5 { display:block; }#hbdh9NkN2anQXKEMOUvOf91wSrkH10Q5 > .row .container { width:20rem;height:43.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ptDpP3BpaMTPdWTqaA5CmV2gO7MwqNKb { width:20rem;height:1.3rem;top:10.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCaepPFExVRJKIPPnJipWnoPEW2Jz6aS { width:18.75rem;height:7.35rem;top:13.3rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGhAM3o7zh8H7R4a6E60Xi97Th1ZiCrt { width:6.25rem;height:6.25rem;top:1.25rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma1srl2lSgPRTdKfwoAOIZhlTg7Mmdyo { width:20rem;height:1.3rem;top:31.275rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GREgfqTaMAoZds3JWTyV7rzXGGHCp11w { width:6.25rem;height:6.25rem;top:21.9rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZBquP0xkZ584tkN90hhQFUXE8bEKpDk { width:2rem;height:2rem;top:7.5rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwvIIn3TEOdme8JgkhiERdsPiPpAuUV2 { width:2rem;height:2rem;top:28.025rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2Ftl94oiKv8LRhgXqZv1xHsKeKDCSzM { width:20rem;height:7.35rem;top:33.825rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTbTRtR6GPRsaIndQDrmt2qztO8AEJOS { display:block; }#RTbTRtR6GPRsaIndQDrmt2qztO8AEJOS > .row .container { width:20rem;height:14.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nR3scUtXvwgc6DE19FAy5CMXp6xSnfU3 { width:20rem;height:6.6rem;top:2.4867191314698rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-family:montserrat;font-weight:400;font-style:normal;color:#474747;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #CKt6qy5V06HtJ5JXdQH0WxoXwZRiRiEI { width:20rem;height:4.4rem;top:9.9874992370606rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #MLz5QScUlAh5Dg0VAAf5Vp2CBpa3gMA6 { display:block; }#MLz5QScUlAh5Dg0VAAf5Vp2CBpa3gMA6 > .row .container { width:20rem;height:87.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rKlTAtVMscF62we3v4UsVTX2cXOoAdp5 { width:6.875rem;height:6.875rem;top:1.4867191314698rem;left:6.6250000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #sA1ZlVuJh6AXD1SVsJtltX2MahBnKQ1F { width:18.75rem;height:2.925rem;top:8.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWnqSbuTwm3F1tinpH0bM7PBFwKVfMx4 { width:18.75rem;height:2.925rem;top:38.675rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wp0sp1W3CTmvA2K0rdWTK6N0vb3zRudK { width:18.75rem;height:12rem;top:12.8rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuK4upPSsQ7pmzDiAyFtDQ3u01DOatxs { width:18.75rem;height:12rem;top:42.712509155274rem;left:0.62499994039536rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0AvNZqqWAzIQEWbUEMMtPrDa9nMArKE { width:18.75rem;height:9.6rem;top:72.6875rem;left:0.62499994039536rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHKEm5puCl21DBOisPhe2d0WaeSgxdbN { top:26.487503051757rem;left:1.3750000596046rem;width:17.375rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrFxy3as0cbTteMRQVLMKTCmbTPF4aKn { display:block; }
 }@media only screen and (max-width: 763px) { #sVpPq7wUBPMuFFDH6ctMDqv7ty8TTGHJ { width:17.625rem;height:2.925rem;top:68.962509155275rem;left:1.1874999403954rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEtAr31THCpsrgQbP8yofEOqVI33Pxqo { top:56.462509155274rem;left:1.3125000596046rem;width:17.375rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAreBe341inC7adSoKAu5P5BFPbrztEB { display:block; }
 }@media only screen and (max-width: 763px) { #Q5gPoMrasWIkxp9Wh3O1quiUoZF8rBqA { top:83.787498474119rem;left:1.3125000596046rem;width:17.375rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyBi2Acgu3B920HizXrVIHXbZ5kKvovA { display:block; }
 }@media only screen and (max-width: 763px) { #oElrCZTZ8BrsMWGRktpqOTSMWFerTv2B { width:6.875rem;height:6.875rem;top:31.424999713897rem;left:6.5625000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5RMcSexS54ibwSpcEm4ia0IoRhy9HK1 { width:6.875rem;height:6.875rem;top:61.487499237061rem;left:6.5625000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoVxZNlidPKExw8ghTHlrvCDPBvln7ep { display:block; }#MoVxZNlidPKExw8ghTHlrvCDPBvln7ep > .row .container { width:20rem;height:86.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U7bf9lviqW74JTIGoz6q0QUC7l8TG22F { width:6.875rem;height:6.875rem;top:1.25rem;left:6.5625000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSTnTWeshHxuEyH1apyxkBmu4sGJ0V2n { width:18.75rem;height:2.925rem;top:8.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0QQ6hzG4Vu2WnCEt2EtL6TFvnF7cURQ { width:18.75rem;height:2.925rem;top:36.1rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ri7R4oDSSLgVmXrzCxPSk0zZEreP3pRm { width:18.75rem;height:10.8rem;top:12.8rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QipTF4HC1gDvPtny95Lu2ITOu3v8k7kQ { width:18.75rem;height:10.8rem;top:39.95rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gS0BilpR2pK3bVDUT7plHS4WyOMpNvxG { width:18.75rem;height:10.8rem;top:68.287502288819rem;left:0.62499994039536rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5TyJpb797c3zO8xvlM9BraHX2SKo7Kg { width:6.25rem;height:6.25rem;top:29.912502288818rem;left:6.8750000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5mPfsiyqlJsPT7iWTlJ274W95vZzgGC { width:6.875rem;height:6.875rem;top:57.437503814698rem;left:6.9375000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcHbtyKt6TZQfWRiNnZ72zVmnLuJuuxD { top:24.987499237061rem;left:1.3750000596046rem;width:17.375rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eonVu1nT3BTT3JOVrCqVLyareSaF9TTI { display:block; }
 }@media only screen and (max-width: 763px) { #EWyCBIFfZEzThsN4Dc1J7rdRoiGyTUXe { width:17.625rem;height:2.925rem;top:64.3125rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhaIhA0PLMRT4Rn9JtrXcQA8TuA1x3o4 { top:52.500003814698rem;left:1.3125000596046rem;width:17.375rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXPnq8MwbwWg6029KrX8G6rPSFlO0HS6 { display:block; }
 }@media only screen and (max-width: 763px) { #rOtI98XkndImCqkPyrVu5eVqeDkMcrnD { top:80.2125rem;left:1.3125rem;width:17.375rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA0aPpx7NGkt7PdtLxEgws6TZkDKT01D { display:block; }
 }@media only screen and (max-width: 763px) { #f6RJfVIElMG2G2Ue5FJtEJKUDBrlmdsv { display:block; }#f6RJfVIElMG2G2Ue5FJtEJKUDBrlmdsv > .row .container { width:20rem;height:83.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETtXrdfb7goJkU0Mvza5I644ei34tHSf { width:20rem;height:7.8rem;top:2.36328125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-family:montserrat;font-weight:400;font-style:normal;color:#474747;display:block; }
 }@media only screen and (max-width: 763px) { #M8BQLyM2g4wqCM15EQTobyfVF8Sclh8e { width:20rem;height:5.625rem;top:11.113281726837rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-family:montserrat;font-weight:400;font-style:normal;color:#474747;display:block; }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws .accordion-heading-text { font-weight:700;font-style:normal;font-size:1rem;height:auto; }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws .accordion-desc-text { font-size:0.9375rem;height:auto; }
#QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws { display:flex;height:auto;width:17.5rem;top:17.363281726837rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #ehfhl8O7TO1ktqyJ8EBOnGF8tbEwsbUw {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #uKxHeEz4wPkrmqTdLxn8v3UgXTR56DOP {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #eEMN1bIlVHRTvSnMtfDl3C5MqdHA8DHZ {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #T2cN3f3XkQEvOzuq1mzWG58N1EZEiKel {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #DcKFdifb3DO6TSKsK7PAIdZxEX8G2g2K {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #CyLQG2InlFAu8KiSTXzrGM0GQc3IyNB4 {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #qCh0HgsZIAH67zS5cTfZD1vuyfsb5O3g {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #XDiZoTXJ0Tu3ckR0mbbtAh4lANCwWlv6 {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #p9FMT1N94hin9Ql2uglmUEn4Irw5r7NZ {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #PIKTlpJTTq21128HK1vTPiQ0UCB7izmu {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #nKmrO6FwRKxmugF0BTotpPJRe4CDqaFL {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #Hb3P76gzS8TRh3FL3BGxXOQnbUqGVXs0 {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #mb1TZB6nN166Qw1sTDsNOenTeJNr3EPN {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #XG5tXmVJkJoT9AuOfhWc6v6iyAxJZkP0 {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #S18TsdZyRLJsuEKAy4sVtFEXfKxzx8eR {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #zJTTHb62OCWpVxwn2qh3qXsPycoiKxTv {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #dK8HZ1KXlr5GPBPp2pTsxXrte5BTUQmi {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #f6WFyNEB0cM5CDT96GJxppJvu0lhAZzS {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #fPTWDG4TFXDZlpxuF2OEMpa0WZEArPJW {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #TFTQsOF7APSmT5yWreD2OhE93BcGXyE5 {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #zr75Be1nDedS4bJoBDKAG40z8rvVNfSw {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #eGPnwotgOmykrm3e9ZaA9X4JHW4nTM3R {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #mkU1PnGiJhKVLETLd9C9peg1Ntenngx3 {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #pxeIinV1zQ6U1ffiUHhSTJLrmeZ6pAxW {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #EdHTU4i1A3TQcMwoqT6BuglQ0mihKiVR {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #RST25QxzWT0aU7J9ky31gVWiW8DdJV1T {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #rABgQqkU4zhT2uXkqJ3vR4N9dsov7fIQ {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #rkQ5KQepsVZGpSKo32OSyhqwsuB8ef8d {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #Iwfe2C1k0l6Iw1Ow3WUvGqMMKpsDQTKD {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #dcUbJHwfoX9A3GenckBZKU6HT6TCOtpD {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #AFHUizMTmsov8EintA2t6Up6TOwbT0Np {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #FZfe6BMw4aIrTrgVc5T4lSahc5so9ox0 {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #efs94au9fkzedF2XeftiDV4yopfNZf7v {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #AXg8wdWt0Vbqsqi7XushpOoscWB6Orap {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #gbhMQWnxy6V5L9fPeePTZaJN9vLPGsIe {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #Rk9sJucgLZEM5vB6x31ATmeHOiOAU2lQ {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #USgr3CGrkiMF6Z3zdRnZ6pZ1UICHadCc {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #u3gTThew76Q5rwUP8RgJanKHEJVNIxzg {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #WnOGfQsB8neFB7rc64EmJq0PhFXwVwKQ {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #tMuyfzHes3Sh3zqFTBdzNigOsouA3TQ6 {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #zDgTNPotdBfz9m6770n58i65CTKRqyLi {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #H4bx5SVOeiW9gT60UGBRAuMlODyU4E7Z {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #rqH9EnJOFrhradqMTqRBCytI9hk1cE2W {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #OpBsWv9SeBJaUd9FJQDHJmBaz80bcRuy {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #yKvnLspWFyIAwN8tDTpcceDKH4h3ls3q {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #mCr73rdoxoJtVyXh34bmWqiiIwTGt2Zq {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #dHqrZNBfGSEmP26LVWkUz3Qq6N4XxnFh {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #bJUNKtaHkdKZdUUe0X7dJTI9xr69N0UV {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #X6hH6UtxqnMRJ3pc9hNKRDWfaSNscDqC {  }
 }@media only screen and (max-width: 763px) { #QxLxXTpuLPC9hNMLB8sl9CkNUpF6xdws #BgRe8qqlF2qP83BTCMBoeeuTL3298hmD {  }
 }@media only screen and (max-width: 763px) { #ElLWCN2rRg9zxtevDSiFPCcaNUbSLbKl { display:block; }#ElLWCN2rRg9zxtevDSiFPCcaNUbSLbKl > .row .container { width:20rem;height:99.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H61L4MxctD8XyT3U5szVlcqTe7IppKWC { width:20rem;height:7.2rem;top:2.5500001907349rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-family:montserrat;font-weight:400;font-style:normal;color:#474747;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kKsC0twl7TRgt4fV1ok3PAmiQ0oiz3eO { width:18.75rem;height:7.2rem;top:11.300000190735rem;left:0.68671876192094rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlGcctzaC0q6od0rod7tICL1n2EyBkzr { width:20rem;height:79.625rem;top:20.112503051757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVFVBOTq2rQqM6lleeHa6BJJ6iLbvmy4 { display:block; }#tVFVBOTq2rQqM6lleeHa6BJJ6iLbvmy4 > .row .container { width:20rem;height:33.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QvOfeOIbuXQrRgDN69sA2nseRPAHF4ig { width:20rem;height:9.6rem;top:13.425001144409rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzXU1yKXJIKyUumq8PWUoCDbMptyiPv3 { top:25.137500762939rem;left:1.3125000596046rem;width:17.375rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwFgrRyGTu7O8D5HCDwIR2w0LCB6yc1v { display:block; }
 }@media only screen and (max-width: 763px) { #QoEuMZ1Ze8p3XzaJJW2r9qfMNk4ZVFCk { width:20rem;height:9.6rem;top:2.2367186546326rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-family:montserrat;font-weight:400;font-style:normal;color:#474747;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yA3QquUEDImqXLT5TlZJlMEOTf5slRK2 { background-color:#b10f1f;background-image:none;display:block; }#yA3QquUEDImqXLT5TlZJlMEOTf5slRK2 > .row .container { background-color: transparent; background-image: none; }#yA3QquUEDImqXLT5TlZJlMEOTf5slRK2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yA3QquUEDImqXLT5TlZJlMEOTf5slRK2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yA3QquUEDImqXLT5TlZJlMEOTf5slRK2 > .row .container > .video-iframe-container { display: none; }#yA3QquUEDImqXLT5TlZJlMEOTf5slRK2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yA3QquUEDImqXLT5TlZJlMEOTf5slRK2 > .row > .video-iframe-container { display: none; }#yA3QquUEDImqXLT5TlZJlMEOTf5slRK2 > .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); }#yA3QquUEDImqXLT5TlZJlMEOTf5slRK2 > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oI6xIx0p2d59KwF0aRwVmZ1mfV587EUB { width:19.9375rem;height:3.85rem;top:1.25rem;left:0rem;font-size:0.6875rem;color:#ffffff;font-family:montserrat;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }