.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#81cec9;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); }#PEqpgSJJkxdeutFWUsGs9RryI23K2bJN { 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; }#PEqpgSJJkxdeutFWUsGs9RryI23K2bJN > .row .container { background-color: transparent; background-image: none; }#PEqpgSJJkxdeutFWUsGs9RryI23K2bJN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PEqpgSJJkxdeutFWUsGs9RryI23K2bJN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PEqpgSJJkxdeutFWUsGs9RryI23K2bJN > .row .container > .video-iframe-container { display: none; }#PEqpgSJJkxdeutFWUsGs9RryI23K2bJN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PEqpgSJJkxdeutFWUsGs9RryI23K2bJN > .row > .video-iframe-container { display: none; }#PEqpgSJJkxdeutFWUsGs9RryI23K2bJN > .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); }#PEqpgSJJkxdeutFWUsGs9RryI23K2bJN > .row .container { border-width: 0; border-radius: 0; }#PEqpgSJJkxdeutFWUsGs9RryI23K2bJN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PEqpgSJJkxdeutFWUsGs9RryI23K2bJN > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:60rem;position:relative;display:block; }#F6dV75dgELg8CpTHUXsNP8ZbSm9vEdWM { 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:5.5rem;width:11.5625rem;top:0rem;left:24.000001907349rem;overflow:hidden;display:block; }
#rJoiwyJlg8ceovUP1J5BWFFDapnV5zuw { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e5b9175b-ea89-47b6-9396-3fb6e50b3eb6/WhatsAppImage20230629at145816.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rJoiwyJlg8ceovUP1J5BWFFDapnV5zuw.adaptive-delivery-prevent-bg, #rJoiwyJlg8ceovUP1J5BWFFDapnV5zuw.lazyload, #rJoiwyJlg8ceovUP1J5BWFFDapnV5zuw.lazyloading { background-image: none; }#rJoiwyJlg8ceovUP1J5BWFFDapnV5zuw > .row .container { background-color: transparent; background-image: none; }#rJoiwyJlg8ceovUP1J5BWFFDapnV5zuw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(129,206,201,0.74); }#rJoiwyJlg8ceovUP1J5BWFFDapnV5zuw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJoiwyJlg8ceovUP1J5BWFFDapnV5zuw > .row .container > .video-iframe-container { display: none; }#rJoiwyJlg8ceovUP1J5BWFFDapnV5zuw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(129,206,201,0.74); }#rJoiwyJlg8ceovUP1J5BWFFDapnV5zuw > .row > .video-iframe-container { display: none; }#rJoiwyJlg8ceovUP1J5BWFFDapnV5zuw > .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); }#rJoiwyJlg8ceovUP1J5BWFFDapnV5zuw > .row .container { border-width: 0; border-radius: 0; }#rJoiwyJlg8ceovUP1J5BWFFDapnV5zuw::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rJoiwyJlg8ceovUP1J5BWFFDapnV5zuw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rJoiwyJlg8ceovUP1J5BWFFDapnV5zuw > .row .container { width:60rem;height:32.5rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#cb9hJECIneUpTutpyLuCJeyMdst2TlMJ { display:block;width:50.75rem;position:absolute;font-family:roboto;font-size:2.3125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3rem;left:4.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#fOGtaZe207WEnZbkxdZrqIUaiTKXAdv6 { display:block;width:34.0625rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.8;letter-spacing:0;top:11.08203125rem;left:17.9375rem;height:;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }#fOGtaZe207WEnZbkxdZrqIUaiTKXAdv6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fOGtaZe207WEnZbkxdZrqIUaiTKXAdv6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Rtvzqda0/check.png); }
#eElI7MbxEx6QwPlQeewo9ZJbkP6refIJ { background-color:#da291b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:3.625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:24.59375rem;left:17.9375rem;display:block; }
#rkqmis9rN1DLowVVLH8rL1swctTLLo9q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y8XFntMTcrvvlLP5bhk2beLIa8K7sRmO { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:29.375rem;left:23.28125rem;height:1.29948125rem;display:block; }
#Ar88trP3JKKGoVp1L97X4JwCPqiapvF0 { 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; }#Ar88trP3JKKGoVp1L97X4JwCPqiapvF0 > .row .container { background-color: transparent; background-image: none; }#Ar88trP3JKKGoVp1L97X4JwCPqiapvF0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ar88trP3JKKGoVp1L97X4JwCPqiapvF0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ar88trP3JKKGoVp1L97X4JwCPqiapvF0 > .row .container > .video-iframe-container { display: none; }#Ar88trP3JKKGoVp1L97X4JwCPqiapvF0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ar88trP3JKKGoVp1L97X4JwCPqiapvF0 > .row > .video-iframe-container { display: none; }#Ar88trP3JKKGoVp1L97X4JwCPqiapvF0 > .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); }#Ar88trP3JKKGoVp1L97X4JwCPqiapvF0 > .row .container { border-width: 0; border-radius: 0; }#Ar88trP3JKKGoVp1L97X4JwCPqiapvF0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ar88trP3JKKGoVp1L97X4JwCPqiapvF0 > .row .container { font-size:0.875rem;font-family:arial;height:25.8125rem;width:60rem;position:relative;display:block; }#Chwwe5gpTHzt9pDMp1H6PTBfIfJyvSR0 { color:#002554;display:block;width:39.75rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.625rem;left:10.125rem;height:5.19921875rem;text-align:center;text-align-last:center;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; }
#w562ESw04suBH6EDMEutzbv0UTWMIapr { 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:8.125rem;width:10.9375rem;top:8.375rem;left:2.1875rem;overflow:hidden;display:block; }
#Tur2KBEZTIyeVVOEDGJhZZdREe6aFdf3 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:8.4375rem;top:11.03125rem;left:18.375rem;overflow:hidden;display:block; }
#cGfSyQxHePeVh4MlxiTTzbv9Ap9g8ZzD { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:10.9375rem;top:7.9375rem;left:33.625rem;overflow:hidden;display:block; }
#ddHFrDVPMunUFUeqUsAlJcniRA7DgaKV { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:10.9375rem;top:14.78125rem;left:2.1875rem;overflow:hidden;display:block; }
#sncKv3WvhQryHIORgyAqsx1UfVKlxgiQ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:10.9375rem;top:17.375rem;left:17.125rem;overflow:hidden;display:block; }
#luVoTF4nF1XmDD5QG2gM8WZTcoLfqqF8 { position:absolute;display:block;z-index:15012;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.1875rem;width:10.125rem;top:16.5rem;left:34.03125rem;overflow:hidden;display:block; }
#uMAT9J0wlfFTRMxPJQCDTzJnbX9V2PSs { position:absolute;display:block;z-index:15013;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:11.5625rem;width:11.5625rem;top:13.78125rem;left:48.4375rem;overflow:hidden;display:block; }
#hHtX4UtfrJPtuBkSK5JTyWRsOFK4Drwy { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:10.9375rem;top:6.53125rem;left:49.0625rem;overflow:hidden;display:block; }
#qsTpoZVKzwFn0TFDdpZIuptQQAw2rMl6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#qsTpoZVKzwFn0TFDdpZIuptQQAw2rMl6 > .row .container { background-color: transparent; background-image: none; }#qsTpoZVKzwFn0TFDdpZIuptQQAw2rMl6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qsTpoZVKzwFn0TFDdpZIuptQQAw2rMl6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qsTpoZVKzwFn0TFDdpZIuptQQAw2rMl6 > .row .container > .video-iframe-container { display: none; }#qsTpoZVKzwFn0TFDdpZIuptQQAw2rMl6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qsTpoZVKzwFn0TFDdpZIuptQQAw2rMl6 > .row > .video-iframe-container { display: none; }#qsTpoZVKzwFn0TFDdpZIuptQQAw2rMl6 > .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); }#qsTpoZVKzwFn0TFDdpZIuptQQAw2rMl6 > .row .container { border-width: 0; border-radius: 0; }#qsTpoZVKzwFn0TFDdpZIuptQQAw2rMl6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qsTpoZVKzwFn0TFDdpZIuptQQAw2rMl6 > .row .container { font-size:0.875rem;font-family:arial;height:38.125rem;width:60rem;position:relative;display:block; }#Z6rPTmWwoX3a1ovCKF5XaJfK17OLJTLf { position:absolute;display:block;z-index:15000;background-color:#2a91be;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.625rem;width:18.9375rem;top:6.3116302490238rem;left:0rem;display:block; }
#HMZq8DiALglcPkltNTDJp58UKJxiBF2Q { 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:4.5rem;width:4.5rem;top:9.0625rem;left:7.21875rem;overflow:hidden;display:block; }
#yZJ1N42kcJD2B6zwsDrU9HQfEwb4ixAI { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:15.925000667572rem;left:1.03125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cfpeskVHT2RynwxLTel7MfXgAaOE6QmS { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:18.8125rem;left:1.0625rem;height:10.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kf4gLNPSn9JGqMP4aD83k4xuoNOryQ2T { position:absolute;display:block;z-index:15004;background-color:#81cec9;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.625rem;width:18.9375rem;top:6.3107681274412rem;left:20.53125rem;display:block; }
#WgF5TUp2pXJBvm3oyS9FEJGao7J8WUUM { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:18.8125rem;left:21.5625rem;height:10.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RFMoDva5SGlnqquyl8HN6aLfHfLsytDP { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:15.925000667572rem;left:21.562501907349rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GpaWTatWoCgNzr89St4XOLeIWQRbVXye { 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:4.5rem;width:4.5rem;top:9.0625rem;left:27.750001907349rem;overflow:hidden;display:block; }
#oVcIhx2i528QZPq8RUDZPSRn1ayciJeO { position:absolute;display:block;z-index:15008;background-color:#2a91be;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.625rem;width:18.9375rem;top:6.3107681274412rem;left:41.0625rem;display:block; }
#t1RV9ct0StgAlaJZFB06cFxP4pl88Vvy { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:18.8125rem;left:42.125rem;height:10.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fdC1Zm36ENU58ETD87V0oI9K4ZccHOrF { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:15.974999904633rem;left:42.093751907349rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#euB9mUsaRhdf0cTnsrKoDktLWzEQFAlK { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:9.0625rem;left:49.093751907349rem;overflow:hidden;display:block; }
#TMnXIfmFJcOr4s9S08rUncNXLNThxfQu { color:#002554;display:block;width:45.6875rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.125rem;left:7.15625rem;height:2.6rem;text-align:center;text-align-last:center;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; }
#oOwrN5sIshqL54PSEupMbzTALwzpQBBP { background-color:#da291b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:3.625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:34.375005722046rem;left:17.8125rem;display:block; }
#Kr2enNQ3QW3LRCz73G5nvIyZNeOpXQdR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zeqhghdvM4Ht1v3PftStyrsiEWk9GbkL { 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; }#zeqhghdvM4Ht1v3PftStyrsiEWk9GbkL > .row .container { background-color: transparent; background-image: none; }#zeqhghdvM4Ht1v3PftStyrsiEWk9GbkL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zeqhghdvM4Ht1v3PftStyrsiEWk9GbkL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zeqhghdvM4Ht1v3PftStyrsiEWk9GbkL > .row .container > .video-iframe-container { display: none; }#zeqhghdvM4Ht1v3PftStyrsiEWk9GbkL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zeqhghdvM4Ht1v3PftStyrsiEWk9GbkL > .row > .video-iframe-container { display: none; }#zeqhghdvM4Ht1v3PftStyrsiEWk9GbkL > .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); }#zeqhghdvM4Ht1v3PftStyrsiEWk9GbkL > .row .container { border-width: 0; border-radius: 0; }#zeqhghdvM4Ht1v3PftStyrsiEWk9GbkL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zeqhghdvM4Ht1v3PftStyrsiEWk9GbkL > .row .container { font-size:0.875rem;font-family:arial;height:43.3125rem;width:60rem;position:relative;display:block; }#r63n124wrydUfFmwVQTnJDZtylQslwrQ { color:#002554;display:block;width:43.75rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:6.8125rem;left:8.125rem;height:30.9375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#W7dNM1RpIuoF7Gq8yuXlzT5RaLyehUh5 { color:#002554;display:block;width:45.6875rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:2.26416015625rem;left:7.15625rem;height:2.4rem;text-align:center;text-align-last:center;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; }
#zfqv8TlHOJwedHoCFnfl7ubZdqGrBWuT { background-color:#da291b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:3.625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:39.624999165535rem;left:17.8125rem;display:block; }
#XuvdAuVNBalnHZbwo06MXZzGpvI4HUxE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TD8nMKHf3nZyTFVUVoBDmzJEE4TohCfr { 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; }#TD8nMKHf3nZyTFVUVoBDmzJEE4TohCfr > .row .container { background-color: transparent; background-image: none; }#TD8nMKHf3nZyTFVUVoBDmzJEE4TohCfr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD8nMKHf3nZyTFVUVoBDmzJEE4TohCfr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD8nMKHf3nZyTFVUVoBDmzJEE4TohCfr > .row .container > .video-iframe-container { display: none; }#TD8nMKHf3nZyTFVUVoBDmzJEE4TohCfr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD8nMKHf3nZyTFVUVoBDmzJEE4TohCfr > .row > .video-iframe-container { display: none; }#TD8nMKHf3nZyTFVUVoBDmzJEE4TohCfr > .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); }#TD8nMKHf3nZyTFVUVoBDmzJEE4TohCfr > .row .container { border-width: 0; border-radius: 0; }#TD8nMKHf3nZyTFVUVoBDmzJEE4TohCfr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TD8nMKHf3nZyTFVUVoBDmzJEE4TohCfr > .row .container { font-size:0.875rem;font-family:arial;height:45.9375rem;width:60rem;position:relative;display:block; }#ucfixpMgNu03kKhsOxITMP1P7UeQHQFJ { color:#002554;display:block;width:45.6875rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.375rem;left:7.15625rem;height:2.6rem;text-align:center;text-align-last:center;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; }
#Cm6DqBkFGphd8tBtAhrUpc1o628RtDTq { color:rgba(0,37,84,0.6);display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:10.38720703125rem;left:0.625rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LT11MvHmbHfIAcgyFV2Ak7WTW2XsuJav { color:#002554;display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:13.7373046875rem;left:0.625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rnMTkUqzdOqhR4PLJKprUbdPVBVkRGf7 { color:#002554;display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:27.0625rem;left:0.625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vihTwxF1vNzLlTXWr4DW8GMIwo0iNgAH { color:#002554;display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:13.7998046875rem;left:30.03125rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gSa4XabZOKIKeZZvdxuG2DSXLbGRTldB { color:rgba(0,37,84,0.6);display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:20.875rem;left:0.625rem;height:5.84895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rnHSeWmmhLxGPbR91uyuyTCFEMeg5T2A { color:rgba(0,37,84,0.6);display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:10.51220703125rem;left:31.25rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zOvfeLuEOxZZBeGyqzlVRoSUEd205FtT { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:5.3125rem;top:7.537109375rem;left:12.34375rem;overflow:hidden;display:block; }
#CWKs4itwSRGN4Aig0KMmXy40nd7fQwNo { position:absolute;display:block;z-index:15026;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.3125rem;width:5.3125rem;top:18.125rem;left:42.09375rem;overflow:hidden;display:block; }
#ZlvTNivT5UnF3E98g3T1hEZX6CIaqWE6 { position:absolute;display:block;z-index:15026;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.3125rem;width:5.3125rem;top:18.125rem;left:12.375rem;overflow:hidden;display:block; }
#x72SEB6EQFxcPxPiMk4gRUCp2oTAa1eS { position:absolute;display:block;z-index:15027;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.3125rem;width:5.3125rem;top:7.537109375rem;left:42.09375rem;overflow:hidden;display:block; }
#JQsoonwlzDKI3LsKbRknBql9Qo2DI0zg { color:#002554;display:block;width:14.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:19.4375rem;left:9.5625rem;height:1.3rem;font-style:normal;display:block; }
#lEZesbOxM7yr2I3e9TMqSxO5dRbB7nbu { color:#002554;display:block;width:9.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:9.0244140625rem;left:11.125rem;height:1.3rem;font-style:normal;display:block; }
#M8EZhrQOvWfe9Gnz1PghlsasiTxDDM6l { color:#002554;display:block;width:9.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:19.4375rem;left:41.9375rem;height:1.3rem;font-style:normal;display:block; }
#bhvvk8tnaC64oT2rwkyrkeNfOewbvQUJ { color:rgba(0,37,84,0.6);display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:20.875rem;left:31.25rem;height:5.84895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y0I1tl588Or6ShC80GRHM7qnFNLTJsk3 { color:#002554;display:block;width:14.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:9.1494140625rem;left:42.375rem;height:1.3rem;font-style:normal;display:block; }
#CUmvXhCznlakdKn4hZcnJJ5Mf2Fl5S16 { color:#002554;display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:27.0625rem;left:30.03125rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JocF2Bc9tJ2kbRHrdHyDfkl22Cg4bA5L { position:absolute;display:block;z-index:15027;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.3125rem;width:5.3125rem;top:33.0625rem;left:12.34375rem;overflow:hidden;display:block; }
#IGkBxPnA73gI7HN5qIz7cKuTyaKs4AHT { color:#002554;display:block;width:14.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:34.375rem;left:9.3125rem;height:1.3rem;font-style:normal;display:block; }
#QC0rslk1cu99sM6McmvpCJCMe10Ov3wH { color:rgba(0,37,84,0.6);display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:36.3125rem;left:2.15625rem;height:4.38671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pOU8CXGUeOz79epnHeODnutuNhPh47ZG { color:#002554;display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:41.375rem;left:0.625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QGhXh8an8SsNNCwcf9drALKfM5V1G6wA { color:#002554;display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:41.37451171875rem;left:30.03125rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IebUm5XnvAT1xIdKTnWD6AF60Spry24I { color:rgba(0,37,84,0.6);display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:36.3125rem;left:31.25rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S20amSFX5g467buAX6G9qUHBw1UymqSn { color:#002554;display:block;width:9.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:34.375rem;left:41.1875rem;height:1.3rem;font-style:normal;display:block; }
#yd7IouPcrM74QbnT9E6gI9znwvWJ6wkS { position:absolute;display:block;z-index:15027;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.3125rem;width:5.3125rem;top:33.0625rem;left:42.09375rem;overflow:hidden;display:block; }
#gA9RhguG6y0O7p4V6KWSzQALcQ5mA5aV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#81cec9;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; }#gA9RhguG6y0O7p4V6KWSzQALcQ5mA5aV > .row .container { background-color: transparent; background-image: none; }#gA9RhguG6y0O7p4V6KWSzQALcQ5mA5aV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gA9RhguG6y0O7p4V6KWSzQALcQ5mA5aV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gA9RhguG6y0O7p4V6KWSzQALcQ5mA5aV > .row .container > .video-iframe-container { display: none; }#gA9RhguG6y0O7p4V6KWSzQALcQ5mA5aV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gA9RhguG6y0O7p4V6KWSzQALcQ5mA5aV > .row > .video-iframe-container { display: none; }#gA9RhguG6y0O7p4V6KWSzQALcQ5mA5aV > .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); }#gA9RhguG6y0O7p4V6KWSzQALcQ5mA5aV > .row .container { border-width: 0; border-radius: 0; }#gA9RhguG6y0O7p4V6KWSzQALcQ5mA5aV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gA9RhguG6y0O7p4V6KWSzQALcQ5mA5aV > .row .container { font-size:0.875rem;font-family:arial;height:79.6875rem;width:60rem;position:relative;display:block; }#O00XfmtWo5GBnD1BN8xEBmaZIUuKRtkW { color:#ffffff;display:block;width:42rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.26416015625rem;left:9rem;height:5.19921875rem;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; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT .widget-form-header {  }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:1rem;font-weight:700;color:#161616;width:24.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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1.4;font-style:normal; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;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:24.125rem;box-sizing:border-box;height:1.625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:roboto;vertical-align:top;text-align:left;text-align-last:left;line-height:1.3; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT .widget-input-text {padding-top: 0; padding-bottom: 0;}#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;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;width:24.125rem;box-sizing:border-box;height:1.875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:roboto;vertical-align:top;text-align:left;text-align-last:left;line-height:1.3; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;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:24.125rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top;font-weight:400;font-style:normal; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT .widget-input-select {padding-top: 0; padding-bottom: 0;}#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT .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; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#da291b;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:1.4375rem;margin-bottom:0.25rem;margin-left:1.4375rem;display:block;box-sizing:border-box;font-size:1.4375rem;font-weight:bold;color:#f2f9ff;width:21.1875rem;height:3.625rem;font-family:roboto;overflow:hidden;line-height:1.3; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:22.9375rem;overflow:hidden;font-style:normal; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT .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; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.5rem;vertical-align:middle;font-family:"open sans";font-size:0.875rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;text-align:left;text-align-last:left; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT .widget-container:first-of-type{padding-top:0;}#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT .widget-container:last-of-type{padding-bottom:0;}#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:16.8125rem;top:9.7236328125rem;z-index:15005;position:absolute; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.125rem;display:block;vertical-align:top; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT {display:block;}#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:16.8125rem;top:9.7236328125rem;z-index:15005;position:absolute; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #TsfzUZxNARf9y5EsQiNWTbTcZqhWa5uI { position:relative; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #TsfzUZxNARf9y5EsQiNWTbTcZqhWa5uI .container-column{width:50%;}#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #pf0MXClBLfEHqvDmq9CQvQMzOO2VGRt1 { position:relative;display:block; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #pBrdmlD2aimcGhfVJEU24MLTmNhMnlii { position:relative;z-index:2; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #gU9lcLv493gSXaw3tbkvQLTAG98inHa9 { position:relative; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #Z5vvryl0QqUvRS2t7sTSma7oXMJWZVGG { position:relative;z-index:2; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #ppQLSPMPyviwJuwcifGVZJpLp2akLp9b { position:relative; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #fA52PQas24I51zcN4bzHA0NBati8Doni { position:relative; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #fA52PQas24I51zcN4bzHA0NBati8Doni .container-column{width:33%;;}#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #yqm0aLhUCwIZJzG1daU4iz2wQlncr77z { position:relative;display:block; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #wpkuJQ5Vb5WB59nXLzXTtPVPc5vyIW0L { position:relative;z-index:2; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #KaXx2EUmK9MLBZPUwbwXzbEMMo95wHe5 { position:relative; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #ezLqaQ9I9QgJ5xPw18hDPsM5tznRpxNM { position:relative;z-index:2; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #i6vJnxguJ1GaIyWBkrbt82EkNX1IGT8P { position:relative; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #k7T0zIvZA83TQmDqR8Bsgd3tgD2Sc7np { position:relative;z-index:2; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #QD13VAVRJOq3mEGmIDBPS6BnpcE4faeq { position:relative; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #xAuN7glBVuw4sQSLOxxzRfoDCaGsZtrE { position:relative; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #aNtC80o5OsxFuRGJ29Uo9rEUcy4ebWZi { position:relative;display:block; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #bOVRIREofTsdsLow8rMGkzE2lgxb5eTk { position:relative; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #CRTdknmqGRaIXnpo7kr1nQWvdgth4QTd { position:relative; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #gkdgVOXzFHwdxCButQ21h7qDbzDzHMQr { position:relative;display:block; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #vDA6IEl7HGFtkD5OcBhH9AmBHB287Gmk { position:relative; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #PZchPNs9WKQVxX68yrCXUSA0h8DBHyi4 { position:relative; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #IG3xpB3ARcVJU1rdhnPcUqmoFqlqTJ9f { position:relative;display:block; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #eOvyx0k4mi7waiZssbzqs5mb3dga2I6W { position:relative; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #kvUU3DlzwsQgKeiFUyx2VL71a1ck0p3a { position:relative; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #gTPrtg35rH7nx6M2qKrTrWp7QQpiXndM { position:relative;display:block; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #peaaJtJ48xFek8vIGOgBsbl4vQMVibry { position:relative; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #kmxcPqMkDBJDBQVA3DhIarBJguK31f4o { position:relative; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #pVZlcSr6hTQec8PiNlchLz2tPz6Cts6o { position:relative;display:block; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #bsoDVNVITvpFcFlkPMXzuBbeWQiInVHA { position:relative; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #J8eyEczyHg7qzXLhTuGy1EtoxvPLXCbi { position:relative; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #feyiw4Cw12Fhe3L5hleTKRyUpu174AZR { position:relative;display:block; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #LvKFODDuKewTSGHlCSilNeBJrBMqWXTS { position:relative; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #TuDKrTwnTn4EOO59kyhGSFb2BoU8puHX { position:relative; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #igmxnK4JogNlToC5ZiutH8Q0ITQdXq8J { position:relative;display:block; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #kwBg7uCrg6S0epFkocS5OwPwt7UDNy9L { position:relative; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #AoLH771Hy6XOoATfPcTwdXsqbXNVJo9W { position:relative; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #kfNDAooZIhM4TDSgWXzH9csTBuARWSSQ { position:relative;display:block; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #V8EZt3IkZ5U14vieGM1sLSHK7oXPe6Lt { position:relative; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #J57rEKfWnpfJm1TdOPkTOXS2eOu2zvRT { position:relative; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #ldxIR0RPG8bUpTPHRFp7DR5MLxvmg5TZ { position:relative;display:block; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #wy3KGbeHgCJN2sKWAd1gqo8dMA51wblD { position:relative; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #wAnfTxrfkOiGR7DHTIkqeyM0szXC0JeO { position:relative; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #VK9q1STh9ZFuQ4CAdq1aWbSkwy6PhFXB { position:relative;display:block; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #v5ClBAprq9NebqRo0pXzd1IMXTQIm5M7 { position:relative; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #aKkS6x66gaBvePPFBtpli3X5kTtmJ0bT { position:relative; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #X340m06OrL1E8ipHnJSOPfl4IirTCf9h { position:relative;display:block; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #rQQXa2Wxkxo1gANqNtNDpUqXpJJryiKu { position:relative; }
#VMmJTJ08fi14nbN1I7BIwzaVsup1QEhF { position:relative;display:block; }
#PBEdw7NGLHMCRIEAazkWG3zTGdi3wxOI { position:relative;display:block; }
#cwTszmBD3ff3dX6dgXesQfyGA1D63f1I { position:relative;display:block; }
#b720zJTLf3Tnq6sFu3lBKl0BNWL83IiN { position:relative;display:block; }
#wUfUamqacNR6UVroG6Q2KbWv7sB1cw0C { position:relative;display:block; }
#HLrI08LpiDh3hf2vSTtEr08HlfshSJhK { position:relative;display:block; }
#avK9utdJn4BnCcmwIs7HkDLvbxJy2nn6 { position:relative;display:block; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #Wv4yAQo4A5vAB7SIqWoPSDAPJIkRQDeD { position:relative; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #I4eN60m45Uy0a4QAnRQ79xVTRSF8k35k { position:relative; }
#TURPIrTdNmtHTh10GT5r9ZSCofgBAStx { color:#000000;display:block;width:17.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:77.3125rem;left:21.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#eB51JBwp0UOyrZmW0lEmKUaLTiAD4IwD { color:#000000;display:block;width:9.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:75.125rem;left:25.375rem;height:1.29948125rem;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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PEqpgSJJkxdeutFWUsGs9RryI23K2bJN { display:block; }#PEqpgSJJkxdeutFWUsGs9RryI23K2bJN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F6dV75dgELg8CpTHUXsNP8ZbSm9vEdWM { width:11.5625rem;height:5.5rem;top:0rem;left:17.875001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJoiwyJlg8ceovUP1J5BWFFDapnV5zuw { display:block; }#rJoiwyJlg8ceovUP1J5BWFFDapnV5zuw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cb9hJECIneUpTutpyLuCJeyMdst2TlMJ { width:47.75rem;height:;top:3rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOGtaZe207WEnZbkxdZrqIUaiTKXAdv6 { width:34.0625rem;height:;top:11.0625rem;left:11.8125rem;font-size:1rem;display:block; }#fOGtaZe207WEnZbkxdZrqIUaiTKXAdv6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Rtvzqda0/check.png); }
 }@media only screen and (max-width: 763px) { #eElI7MbxEx6QwPlQeewo9ZJbkP6refIJ { width:24.375rem;height:3.625rem;top:24.5625rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkqmis9rN1DLowVVLH8rL1swctTLLo9q { display:block; }
 }@media only screen and (max-width: 763px) { #y8XFntMTcrvvlLP5bhk2beLIa8K7sRmO { top:29.375rem;left:17.156251907349rem;width:13.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ar88trP3JKKGoVp1L97X4JwCPqiapvF0 { display:block; }#Ar88trP3JKKGoVp1L97X4JwCPqiapvF0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Chwwe5gpTHzt9pDMp1H6PTBfIfJyvSR0 { width:39.75rem;height:5.1875rem;top:1.625rem;left:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w562ESw04suBH6EDMEutzbv0UTWMIapr { top:8.375rem;left:0rem;width:10.9375rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tur2KBEZTIyeVVOEDGJhZZdREe6aFdf3 { top:11rem;left:12.25rem;width:8.4375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGfSyQxHePeVh4MlxiTTzbv9Ap9g8ZzD { top:7.9375rem;left:27.5rem;width:10.9375rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddHFrDVPMunUFUeqUsAlJcniRA7DgaKV { top:14.75rem;left:0rem;width:10.9375rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sncKv3WvhQryHIORgyAqsx1UfVKlxgiQ { top:17.375rem;left:11rem;width:10.9375rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #luVoTF4nF1XmDD5QG2gM8WZTcoLfqqF8 { top:16.5rem;left:27.90625rem;width:10.125rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMAT9J0wlfFTRMxPJQCDTzJnbX9V2PSs { top:13.75rem;left:36.1875rem;width:11.5625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHtX4UtfrJPtuBkSK5JTyWRsOFK4Drwy { top:6.5rem;left:36.8125rem;width:10.9375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsTpoZVKzwFn0TFDdpZIuptQQAw2rMl6 { display:block; }#qsTpoZVKzwFn0TFDdpZIuptQQAw2rMl6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z6rPTmWwoX3a1ovCKF5XaJfK17OLJTLf { width:18.9375rem;height:25.625rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMZq8DiALglcPkltNTDJp58UKJxiBF2Q { width:4.5rem;height:4.5rem;top:9.0625rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZJ1N42kcJD2B6zwsDrU9HQfEwb4ixAI { width:16.875rem;height:1.625rem;top:15.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfpeskVHT2RynwxLTel7MfXgAaOE6QmS { width:16.875rem;height:10.125rem;top:18.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf4gLNPSn9JGqMP4aD83k4xuoNOryQ2T { width:18.9375rem;height:25.625rem;top:6.25rem;left:14.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgF5TUp2pXJBvm3oyS9FEJGao7J8WUUM { width:16.875rem;height:10.125rem;top:18.8125rem;left:15.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFMoDva5SGlnqquyl8HN6aLfHfLsytDP { width:16.875rem;height:1.625rem;top:15.875rem;left:15.437501907349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpaWTatWoCgNzr89St4XOLeIWQRbVXye { width:4.5rem;height:4.5rem;top:9.0625rem;left:21.625001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVcIhx2i528QZPq8RUDZPSRn1ayciJeO { width:18.9375rem;height:25.625rem;top:6.25rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1RV9ct0StgAlaJZFB06cFxP4pl88Vvy { width:16.875rem;height:10.125rem;top:18.8125rem;left:30.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdC1Zm36ENU58ETD87V0oI9K4ZccHOrF { width:16.875rem;height:1.625rem;top:15.9375rem;left:30.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #euB9mUsaRhdf0cTnsrKoDktLWzEQFAlK { width:4.5rem;height:4.5rem;top:9.0625rem;left:42.968751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMnXIfmFJcOr4s9S08rUncNXLNThxfQu { width:45.6875rem;height:;top:2.125rem;left:1.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOwrN5sIshqL54PSEupMbzTALwzpQBBP { width:24.375rem;height:3.625rem;top:34.375rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kr2enNQ3QW3LRCz73G5nvIyZNeOpXQdR { display:block; }
 }@media only screen and (max-width: 763px) { #zeqhghdvM4Ht1v3PftStyrsiEWk9GbkL { display:block; }#zeqhghdvM4Ht1v3PftStyrsiEWk9GbkL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r63n124wrydUfFmwVQTnJDZtylQslwrQ { top:6.8125rem;left:2rem;width:43.75rem;height:30.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7dNM1RpIuoF7Gq8yuXlzT5RaLyehUh5 { width:45.6875rem;height:;top:2.25rem;left:1.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfqv8TlHOJwedHoCFnfl7ubZdqGrBWuT { width:24.375rem;height:3.625rem;top:39.5625rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuvdAuVNBalnHZbwo06MXZzGpvI4HUxE { display:block; }
 }@media only screen and (max-width: 763px) { #TD8nMKHf3nZyTFVUVoBDmzJEE4TohCfr { display:block; }#TD8nMKHf3nZyTFVUVoBDmzJEE4TohCfr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ucfixpMgNu03kKhsOxITMP1P7UeQHQFJ { width:45.6875rem;height:;top:2.375rem;left:1.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cm6DqBkFGphd8tBtAhrUpc1o628RtDTq { width:28.75rem;height:2.875rem;top:10.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT11MvHmbHfIAcgyFV2Ak7WTW2XsuJav { width:28.75rem;height:1.4375rem;top:13.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnMTkUqzdOqhR4PLJKprUbdPVBVkRGf7 { width:28.75rem;height:1.4375rem;top:27.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vihTwxF1vNzLlTXWr4DW8GMIwo0iNgAH { width:28.75rem;height:1.4375rem;top:13.75rem;left:19rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSa4XabZOKIKeZZvdxuG2DSXLbGRTldB { width:28.75rem;height:5.8125rem;top:20.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnHSeWmmhLxGPbR91uyuyTCFEMeg5T2A { width:28.75rem;height:2.875rem;top:10.5rem;left:19rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOvfeLuEOxZZBeGyqzlVRoSUEd205FtT { top:7.5rem;left:6.21875rem;width:5.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWKs4itwSRGN4Aig0KMmXy40nd7fQwNo { top:18.125rem;left:35.96875rem;width:5.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlvTNivT5UnF3E98g3T1hEZX6CIaqWE6 { top:18.125rem;left:6.25rem;width:5.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x72SEB6EQFxcPxPiMk4gRUCp2oTAa1eS { top:7.5rem;left:35.96875rem;width:5.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQsoonwlzDKI3LsKbRknBql9Qo2DI0zg { top:19.4375rem;left:3.4375rem;width:14.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEZesbOxM7yr2I3e9TMqSxO5dRbB7nbu { top:9rem;left:5rem;width:9.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8EZhrQOvWfe9Gnz1PghlsasiTxDDM6l { top:19.4375rem;left:35.8125rem;width:9.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhvvk8tnaC64oT2rwkyrkeNfOewbvQUJ { width:28.75rem;height:5.8125rem;top:20.875rem;left:19rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0I1tl588Or6ShC80GRHM7qnFNLTJsk3 { top:9.125rem;left:33.3125rem;width:14.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUmvXhCznlakdKn4hZcnJJ5Mf2Fl5S16 { width:28.75rem;height:1.4375rem;top:27.0625rem;left:19rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JocF2Bc9tJ2kbRHrdHyDfkl22Cg4bA5L { top:33.0625rem;left:6.21875rem;width:5.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGkBxPnA73gI7HN5qIz7cKuTyaKs4AHT { top:34.375rem;left:3.1875rem;width:14.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC0rslk1cu99sM6McmvpCJCMe10Ov3wH { width:28.75rem;height:4.375rem;top:36.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOU8CXGUeOz79epnHeODnutuNhPh47ZG { width:28.75rem;height:1.4375rem;top:41.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGhXh8an8SsNNCwcf9drALKfM5V1G6wA { width:28.75rem;height:1.4375rem;top:41.3125rem;left:19rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IebUm5XnvAT1xIdKTnWD6AF60Spry24I { width:28.75rem;height:2.875rem;top:36.3125rem;left:19rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S20amSFX5g467buAX6G9qUHBw1UymqSn { top:34.375rem;left:35.0625rem;width:9.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yd7IouPcrM74QbnT9E6gI9znwvWJ6wkS { top:33.0625rem;left:35.96875rem;width:5.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gA9RhguG6y0O7p4V6KWSzQALcQ5mA5aV { display:block; }#gA9RhguG6y0O7p4V6KWSzQALcQ5mA5aV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O00XfmtWo5GBnD1BN8xEBmaZIUuKRtkW { top:2.25rem;left:2.875rem;width:42rem;height:5.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT .widget-regular-label { width:23.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT .widget-input-text { width:23.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT .widget-input-text {padding-top: 0; padding-bottom: 0;}#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT .widget-textarea { width:23.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT .widget-input-select { width:23.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT .widget-input-select {padding-top: 0; padding-bottom: 0;}#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT .widget-input-button { width:23.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT .widget-checkbox-label { width:22.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT  { width:23.875rem;height:auto;top:14.5rem;left:10.6875rem; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT .radio-container { width:23.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT {display:block;}#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT { width:23.875rem;height:auto;top:14.5rem;left:10.6875rem; }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #TsfzUZxNARf9y5EsQiNWTbTcZqhWa5uI {  }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #TsfzUZxNARf9y5EsQiNWTbTcZqhWa5uI .container-column{width:50%;} }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #pf0MXClBLfEHqvDmq9CQvQMzOO2VGRt1 { display:block; }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #pBrdmlD2aimcGhfVJEU24MLTmNhMnlii {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #gU9lcLv493gSXaw3tbkvQLTAG98inHa9 {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #Z5vvryl0QqUvRS2t7sTSma7oXMJWZVGG {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #ppQLSPMPyviwJuwcifGVZJpLp2akLp9b {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #fA52PQas24I51zcN4bzHA0NBati8Doni {  }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #fA52PQas24I51zcN4bzHA0NBati8Doni .container-column{width:50%;} }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #yqm0aLhUCwIZJzG1daU4iz2wQlncr77z { display:block; }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #wpkuJQ5Vb5WB59nXLzXTtPVPc5vyIW0L {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #KaXx2EUmK9MLBZPUwbwXzbEMMo95wHe5 {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #ezLqaQ9I9QgJ5xPw18hDPsM5tznRpxNM {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #i6vJnxguJ1GaIyWBkrbt82EkNX1IGT8P {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #k7T0zIvZA83TQmDqR8Bsgd3tgD2Sc7np {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #QD13VAVRJOq3mEGmIDBPS6BnpcE4faeq {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #xAuN7glBVuw4sQSLOxxzRfoDCaGsZtrE {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #aNtC80o5OsxFuRGJ29Uo9rEUcy4ebWZi { display:block; }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #bOVRIREofTsdsLow8rMGkzE2lgxb5eTk {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #CRTdknmqGRaIXnpo7kr1nQWvdgth4QTd {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #gkdgVOXzFHwdxCButQ21h7qDbzDzHMQr { display:block; }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #vDA6IEl7HGFtkD5OcBhH9AmBHB287Gmk {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #PZchPNs9WKQVxX68yrCXUSA0h8DBHyi4 {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #IG3xpB3ARcVJU1rdhnPcUqmoFqlqTJ9f { display:block; }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #eOvyx0k4mi7waiZssbzqs5mb3dga2I6W {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #kvUU3DlzwsQgKeiFUyx2VL71a1ck0p3a {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #gTPrtg35rH7nx6M2qKrTrWp7QQpiXndM { display:block; }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #peaaJtJ48xFek8vIGOgBsbl4vQMVibry {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #kmxcPqMkDBJDBQVA3DhIarBJguK31f4o {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #pVZlcSr6hTQec8PiNlchLz2tPz6Cts6o {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #bsoDVNVITvpFcFlkPMXzuBbeWQiInVHA {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #J8eyEczyHg7qzXLhTuGy1EtoxvPLXCbi {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #feyiw4Cw12Fhe3L5hleTKRyUpu174AZR { display:block; }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #LvKFODDuKewTSGHlCSilNeBJrBMqWXTS {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #TuDKrTwnTn4EOO59kyhGSFb2BoU8puHX {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #igmxnK4JogNlToC5ZiutH8Q0ITQdXq8J { display:block; }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #kwBg7uCrg6S0epFkocS5OwPwt7UDNy9L {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #AoLH771Hy6XOoATfPcTwdXsqbXNVJo9W {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #kfNDAooZIhM4TDSgWXzH9csTBuARWSSQ { display:block; }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #V8EZt3IkZ5U14vieGM1sLSHK7oXPe6Lt {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #J57rEKfWnpfJm1TdOPkTOXS2eOu2zvRT {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #ldxIR0RPG8bUpTPHRFp7DR5MLxvmg5TZ { display:block; }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #wy3KGbeHgCJN2sKWAd1gqo8dMA51wblD {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #wAnfTxrfkOiGR7DHTIkqeyM0szXC0JeO {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #VK9q1STh9ZFuQ4CAdq1aWbSkwy6PhFXB { display:block; }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #v5ClBAprq9NebqRo0pXzd1IMXTQIm5M7 {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #aKkS6x66gaBvePPFBtpli3X5kTtmJ0bT {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #X340m06OrL1E8ipHnJSOPfl4IirTCf9h { display:block; }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #rQQXa2Wxkxo1gANqNtNDpUqXpJJryiKu {  }
 }@media only screen and (max-width: 763px) { #VMmJTJ08fi14nbN1I7BIwzaVsup1QEhF { display:block; }
 }@media only screen and (max-width: 763px) { #PBEdw7NGLHMCRIEAazkWG3zTGdi3wxOI { display:block; }
 }@media only screen and (max-width: 763px) { #cwTszmBD3ff3dX6dgXesQfyGA1D63f1I { display:block; }
 }@media only screen and (max-width: 763px) { #b720zJTLf3Tnq6sFu3lBKl0BNWL83IiN { display:block; }
 }@media only screen and (max-width: 763px) { #wUfUamqacNR6UVroG6Q2KbWv7sB1cw0C { display:block; }
 }@media only screen and (max-width: 763px) { #HLrI08LpiDh3hf2vSTtEr08HlfshSJhK { display:block; }
 }@media only screen and (max-width: 763px) { #avK9utdJn4BnCcmwIs7HkDLvbxJy2nn6 { display:block; }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #Wv4yAQo4A5vAB7SIqWoPSDAPJIkRQDeD {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #I4eN60m45Uy0a4QAnRQ79xVTRSF8k35k {  }
 }@media only screen and (max-width: 763px) { #TURPIrTdNmtHTh10GT5r9ZSCofgBAStx { top:77.3125rem;left:15rem;width:17.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eB51JBwp0UOyrZmW0lEmKUaLTiAD4IwD { top:75.125rem;left:19.25rem;width:9.25rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PEqpgSJJkxdeutFWUsGs9RryI23K2bJN { display:block; }#PEqpgSJJkxdeutFWUsGs9RryI23K2bJN > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F6dV75dgELg8CpTHUXsNP8ZbSm9vEdWM { width:6.9375rem;height:3.3125rem;top:0rem;left:6.53125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rJoiwyJlg8ceovUP1J5BWFFDapnV5zuw { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e5b9175b-ea89-47b6-9396-3fb6e50b3eb6/WhatsAppImage20230629at145816.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rJoiwyJlg8ceovUP1J5BWFFDapnV5zuw.adaptive-delivery-prevent-bg, #rJoiwyJlg8ceovUP1J5BWFFDapnV5zuw.lazyload, #rJoiwyJlg8ceovUP1J5BWFFDapnV5zuw.lazyloading { background-image: none; }#rJoiwyJlg8ceovUP1J5BWFFDapnV5zuw > .row .container { background-color: transparent; background-image: none; }#rJoiwyJlg8ceovUP1J5BWFFDapnV5zuw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(129,206,201,0.74); }#rJoiwyJlg8ceovUP1J5BWFFDapnV5zuw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJoiwyJlg8ceovUP1J5BWFFDapnV5zuw > .row .container > .video-iframe-container { display: none; }#rJoiwyJlg8ceovUP1J5BWFFDapnV5zuw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(129,206,201,0.74); }#rJoiwyJlg8ceovUP1J5BWFFDapnV5zuw > .row > .video-iframe-container { display: none; }#rJoiwyJlg8ceovUP1J5BWFFDapnV5zuw > .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); }#rJoiwyJlg8ceovUP1J5BWFFDapnV5zuw > .row .container { border-width: 0; border-radius: 0; }#rJoiwyJlg8ceovUP1J5BWFFDapnV5zuw::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rJoiwyJlg8ceovUP1J5BWFFDapnV5zuw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rJoiwyJlg8ceovUP1J5BWFFDapnV5zuw > .row .container { width:20rem;height:23.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cb9hJECIneUpTutpyLuCJeyMdst2TlMJ { width:20rem;height:4.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fOGtaZe207WEnZbkxdZrqIUaiTKXAdv6 { width:20rem;height:8.5364375rem;top:7.1875rem;left:0rem;font-size:1rem;line-height:1.9;display:block; }#fOGtaZe207WEnZbkxdZrqIUaiTKXAdv6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Rtvzqda0/check.png); }
 }@media only screen and (max-width: 763px) { #eElI7MbxEx6QwPlQeewo9ZJbkP6refIJ { width:19rem;height:3.625rem;top:17.625rem;left:0.49921876192093rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkqmis9rN1DLowVVLH8rL1swctTLLo9q { display:block; }
 }@media only screen and (max-width: 763px) { #y8XFntMTcrvvlLP5bhk2beLIa8K7sRmO { width:13.6875rem;height:1.3rem;top:21.8125rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ar88trP3JKKGoVp1L97X4JwCPqiapvF0 { display:block; }#Ar88trP3JKKGoVp1L97X4JwCPqiapvF0 > .row .container { width:20rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Chwwe5gpTHzt9pDMp1H6PTBfIfJyvSR0 { width:20rem;height:3.25rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:roboto;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #w562ESw04suBH6EDMEutzbv0UTWMIapr { width:5rem;height:3.6875rem;top:6.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tur2KBEZTIyeVVOEDGJhZZdREe6aFdf3 { width:4.4375rem;height:1.375rem;top:7.28125rem;left:7.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGfSyQxHePeVh4MlxiTTzbv9Ap9g8ZzD { width:5rem;height:3.6875rem;top:9.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddHFrDVPMunUFUeqUsAlJcniRA7DgaKV { width:5rem;height:4.25rem;top:5.90625rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sncKv3WvhQryHIORgyAqsx1UfVKlxgiQ { width:4.4375rem;height:1.6875rem;top:14.28125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #luVoTF4nF1XmDD5QG2gM8WZTcoLfqqF8 { width:5rem;height:3.5rem;top:10.15625rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMAT9J0wlfFTRMxPJQCDTzJnbX9V2PSs { width:5.625rem;height:5.625rem;top:9.0625rem;left:7.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHtX4UtfrJPtuBkSK5JTyWRsOFK4Drwy { width:5rem;height:5rem;top:12.875rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsTpoZVKzwFn0TFDdpZIuptQQAw2rMl6 { display:block; }#qsTpoZVKzwFn0TFDdpZIuptQQAw2rMl6 > .row .container { width:20rem;height:86.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z6rPTmWwoX3a1ovCKF5XaJfK17OLJTLf { width:18.9375rem;height:25.6875rem;top:5.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMZq8DiALglcPkltNTDJp58UKJxiBF2Q { width:4.5rem;height:4.5rem;top:6.375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZJ1N42kcJD2B6zwsDrU9HQfEwb4ixAI { width:16.25rem;height:1.625rem;top:12rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cfpeskVHT2RynwxLTel7MfXgAaOE6QmS { width:16.25rem;height:11.8125rem;top:16.4375rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kf4gLNPSn9JGqMP4aD83k4xuoNOryQ2T { width:18.9375rem;height:23.8125rem;top:30.75rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgF5TUp2pXJBvm3oyS9FEJGao7J8WUUM { width:16.25rem;height:11.8125rem;top:40.25rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RFMoDva5SGlnqquyl8HN6aLfHfLsytDP { width:16.25rem;height:1.625rem;top:37.875rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GpaWTatWoCgNzr89St4XOLeIWQRbVXye { width:4.5rem;height:4.5rem;top:32.3125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVcIhx2i528QZPq8RUDZPSRn1ayciJeO { width:18.9375rem;height:25rem;top:54.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1RV9ct0StgAlaJZFB06cFxP4pl88Vvy { width:16.25rem;height:11.8125rem;top:65.4375rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fdC1Zm36ENU58ETD87V0oI9K4ZccHOrF { width:20rem;height:1.625rem;top:62.6875rem;left:0rem;text-align:center;text-align-last:center;font-family:"open sans";font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #euB9mUsaRhdf0cTnsrKoDktLWzEQFAlK { width:4.5rem;height:4.5rem;top:56.6875rem;left:7.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TMnXIfmFJcOr4s9S08rUncNXLNThxfQu { width:20rem;height:3.25rem;top:0.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:roboto;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oOwrN5sIshqL54PSEupMbzTALwzpQBBP { width:19rem;height:3.625rem;top:80.8125rem;left:0.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kr2enNQ3QW3LRCz73G5nvIyZNeOpXQdR { display:block; }
 }@media only screen and (max-width: 763px) { #zeqhghdvM4Ht1v3PftStyrsiEWk9GbkL { display:block; }#zeqhghdvM4Ht1v3PftStyrsiEWk9GbkL > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r63n124wrydUfFmwVQTnJDZtylQslwrQ { width:18.125rem;height:28.875rem;top:3.5625rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7dNM1RpIuoF7Gq8yuXlzT5RaLyehUh5 { width:20rem;height:1.625rem;top:0.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:roboto;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zfqv8TlHOJwedHoCFnfl7ubZdqGrBWuT { width:19rem;height:3.625rem;top:34.312504291534rem;left:0.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuvdAuVNBalnHZbwo06MXZzGpvI4HUxE { display:block; }
 }@media only screen and (max-width: 763px) { #TD8nMKHf3nZyTFVUVoBDmzJEE4TohCfr { display:block; }#TD8nMKHf3nZyTFVUVoBDmzJEE4TohCfr > .row .container { width:20rem;height:63.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ucfixpMgNu03kKhsOxITMP1P7UeQHQFJ { width:20rem;height:3.25rem;top:1.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:roboto;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Cm6DqBkFGphd8tBtAhrUpc1o628RtDTq { width:20rem;height:2.275rem;top:8.6748046875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT11MvHmbHfIAcgyFV2Ak7WTW2XsuJav { width:20rem;height:1.3rem;top:11.2607421875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnMTkUqzdOqhR4PLJKprUbdPVBVkRGf7 { width:20rem;height:1.29948125rem;top:29.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vihTwxF1vNzLlTXWr4DW8GMIwo0iNgAH { width:20rem;height:1.3rem;top:19.08642578125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSa4XabZOKIKeZZvdxuG2DSXLbGRTldB { width:20rem;height:4.54948125rem;top:24.66357421875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnHSeWmmhLxGPbR91uyuyTCFEMeg5T2A { width:20rem;height:2.275rem;top:16.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOvfeLuEOxZZBeGyqzlVRoSUEd205FtT { width:5.3125rem;height:1.3125rem;top:5.875rem;left:7.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWKs4itwSRGN4Aig0KMmXy40nd7fQwNo { width:5.3125rem;height:1.3125rem;top:14rem;left:7.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlvTNivT5UnF3E98g3T1hEZX6CIaqWE6 { width:5.3125rem;height:1.3125rem;top:21.75rem;left:7.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x72SEB6EQFxcPxPiMk4gRUCp2oTAa1eS { width:5.3125rem;height:1.3125rem;top:32.92626953125rem;left:7.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQsoonwlzDKI3LsKbRknBql9Qo2DI0zg { width:13.5625rem;height:1.3rem;top:23.1875rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEZesbOxM7yr2I3e9TMqSxO5dRbB7nbu { width:9.375rem;height:1.3rem;top:7.18701171875rem;left:5.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8EZhrQOvWfe9Gnz1PghlsasiTxDDM6l { width:7.9375rem;height:1.3rem;top:34.23876953125rem;left:7.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhvvk8tnaC64oT2rwkyrkeNfOewbvQUJ { width:20rem;height:4.54948125rem;top:35.798828125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0I1tl588Or6ShC80GRHM7qnFNLTJsk3 { width:7rem;height:1.3rem;top:15.26220703125rem;left:7.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUmvXhCznlakdKn4hZcnJJ5Mf2Fl5S16 { width:20rem;height:1.3rem;top:40.7841796875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JocF2Bc9tJ2kbRHrdHyDfkl22Cg4bA5L { width:5.3125rem;height:1.3125rem;top:43.77197265625rem;left:7.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGkBxPnA73gI7HN5qIz7cKuTyaKs4AHT { width:12.125rem;height:1.3rem;top:45.02197265625rem;left:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC0rslk1cu99sM6McmvpCJCMe10Ov3wH { width:20rem;height:4.54948125rem;top:46.38427734375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOU8CXGUeOz79epnHeODnutuNhPh47ZG { width:20rem;height:1.29948125rem;top:51.50634765625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGhXh8an8SsNNCwcf9drALKfM5V1G6wA { width:20rem;height:1.3rem;top:60.48291015625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IebUm5XnvAT1xIdKTnWD6AF60Spry24I { width:20rem;height:3.4121125rem;top:56.88427734375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S20amSFX5g467buAX6G9qUHBw1UymqSn { width:9.375rem;height:1.3rem;top:55.58447265625rem;left:6.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yd7IouPcrM74QbnT9E6gI9znwvWJ6wkS { width:5.3125rem;height:1.3125rem;top:54.27197265625rem;left:7.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gA9RhguG6y0O7p4V6KWSzQALcQ5mA5aV { display:block; }#gA9RhguG6y0O7p4V6KWSzQALcQ5mA5aV > .row .container { width:20rem;height:72.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O00XfmtWo5GBnD1BN8xEBmaZIUuKRtkW { width:20rem;height:3.25rem;top:1.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1.3;overflow:hidden;height:auto;font-family:roboto;background-color:transparent;background-image:none;display:block; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;line-height:1.4;overflow:hidden; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT .widget-input-text {padding-top: 0; padding-bottom: 0;}#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;line-height:1.4;overflow:hidden;height:2.625rem; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT .widget-input-select {padding-top: 0; padding-bottom: 0;}#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT .widget-input-button { width:15.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.0625rem;font-size:1.25rem;overflow:hidden;line-height:1.4;height:3.75rem; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT .widget-container:first-of-type{padding-top:0;}#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT .widget-container:last-of-type{padding-bottom:0;}#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT  { width:17.5rem;height:auto;top:5.9375rem;left:0rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT {display:block;}#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT { width:17.5rem;height:auto;top:5.9375rem;left:0rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ; }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #TsfzUZxNARf9y5EsQiNWTbTcZqhWa5uI {  }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #TsfzUZxNARf9y5EsQiNWTbTcZqhWa5uI .container-column{width:50%;} }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #pf0MXClBLfEHqvDmq9CQvQMzOO2VGRt1 { display:block; }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #pBrdmlD2aimcGhfVJEU24MLTmNhMnlii {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #gU9lcLv493gSXaw3tbkvQLTAG98inHa9 {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #Z5vvryl0QqUvRS2t7sTSma7oXMJWZVGG {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #ppQLSPMPyviwJuwcifGVZJpLp2akLp9b {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #fA52PQas24I51zcN4bzHA0NBati8Doni {  }
#ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #fA52PQas24I51zcN4bzHA0NBati8Doni .container-column{width:33%;;} }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #yqm0aLhUCwIZJzG1daU4iz2wQlncr77z { display:block; }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #wpkuJQ5Vb5WB59nXLzXTtPVPc5vyIW0L {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #KaXx2EUmK9MLBZPUwbwXzbEMMo95wHe5 {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #ezLqaQ9I9QgJ5xPw18hDPsM5tznRpxNM {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #i6vJnxguJ1GaIyWBkrbt82EkNX1IGT8P {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #k7T0zIvZA83TQmDqR8Bsgd3tgD2Sc7np {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #QD13VAVRJOq3mEGmIDBPS6BnpcE4faeq {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #xAuN7glBVuw4sQSLOxxzRfoDCaGsZtrE {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #aNtC80o5OsxFuRGJ29Uo9rEUcy4ebWZi { display:block; }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #bOVRIREofTsdsLow8rMGkzE2lgxb5eTk {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #CRTdknmqGRaIXnpo7kr1nQWvdgth4QTd {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #gkdgVOXzFHwdxCButQ21h7qDbzDzHMQr { display:block; }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #vDA6IEl7HGFtkD5OcBhH9AmBHB287Gmk {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #PZchPNs9WKQVxX68yrCXUSA0h8DBHyi4 {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #IG3xpB3ARcVJU1rdhnPcUqmoFqlqTJ9f { display:block; }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #eOvyx0k4mi7waiZssbzqs5mb3dga2I6W {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #kvUU3DlzwsQgKeiFUyx2VL71a1ck0p3a {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #gTPrtg35rH7nx6M2qKrTrWp7QQpiXndM { display:block; }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #peaaJtJ48xFek8vIGOgBsbl4vQMVibry {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #kmxcPqMkDBJDBQVA3DhIarBJguK31f4o {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #pVZlcSr6hTQec8PiNlchLz2tPz6Cts6o {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #bsoDVNVITvpFcFlkPMXzuBbeWQiInVHA {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #J8eyEczyHg7qzXLhTuGy1EtoxvPLXCbi {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #feyiw4Cw12Fhe3L5hleTKRyUpu174AZR { display:block; }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #LvKFODDuKewTSGHlCSilNeBJrBMqWXTS {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #TuDKrTwnTn4EOO59kyhGSFb2BoU8puHX {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #igmxnK4JogNlToC5ZiutH8Q0ITQdXq8J { display:block; }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #kwBg7uCrg6S0epFkocS5OwPwt7UDNy9L {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #AoLH771Hy6XOoATfPcTwdXsqbXNVJo9W {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #kfNDAooZIhM4TDSgWXzH9csTBuARWSSQ { display:block; }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #V8EZt3IkZ5U14vieGM1sLSHK7oXPe6Lt {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #J57rEKfWnpfJm1TdOPkTOXS2eOu2zvRT {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #ldxIR0RPG8bUpTPHRFp7DR5MLxvmg5TZ { display:block; }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #wy3KGbeHgCJN2sKWAd1gqo8dMA51wblD {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #wAnfTxrfkOiGR7DHTIkqeyM0szXC0JeO {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #VK9q1STh9ZFuQ4CAdq1aWbSkwy6PhFXB { display:block; }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #v5ClBAprq9NebqRo0pXzd1IMXTQIm5M7 {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #aKkS6x66gaBvePPFBtpli3X5kTtmJ0bT {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #X340m06OrL1E8ipHnJSOPfl4IirTCf9h { display:block; }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #rQQXa2Wxkxo1gANqNtNDpUqXpJJryiKu {  }
 }@media only screen and (max-width: 763px) { #VMmJTJ08fi14nbN1I7BIwzaVsup1QEhF { display:block; }
 }@media only screen and (max-width: 763px) { #PBEdw7NGLHMCRIEAazkWG3zTGdi3wxOI { display:block; }
 }@media only screen and (max-width: 763px) { #cwTszmBD3ff3dX6dgXesQfyGA1D63f1I { display:block; }
 }@media only screen and (max-width: 763px) { #b720zJTLf3Tnq6sFu3lBKl0BNWL83IiN { display:block; }
 }@media only screen and (max-width: 763px) { #wUfUamqacNR6UVroG6Q2KbWv7sB1cw0C { display:block; }
 }@media only screen and (max-width: 763px) { #HLrI08LpiDh3hf2vSTtEr08HlfshSJhK { display:block; }
 }@media only screen and (max-width: 763px) { #avK9utdJn4BnCcmwIs7HkDLvbxJy2nn6 { display:block; }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #Wv4yAQo4A5vAB7SIqWoPSDAPJIkRQDeD {  }
 }@media only screen and (max-width: 763px) { #ALtg2p3X8RzNb8d5m9CXcoQgyt8AFoXT #I4eN60m45Uy0a4QAnRQ79xVTRSF8k35k {  }
 }@media only screen and (max-width: 763px) { #TURPIrTdNmtHTh10GT5r9ZSCofgBAStx { width:13.9375rem;height:0.975rem;top:65.896484375rem;left:3.03125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eB51JBwp0UOyrZmW0lEmKUaLTiAD4IwD { width:7.0625rem;height:0.9746125rem;top:67.595703125rem;left:6.46875rem;font-size:0.75rem;display:block; }
 }