.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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/58799526-5ee7-45e0-b875-57c4d228b8a7/portadabanner.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,48,87,0.47); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,48,87,0.47); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:48.6875rem;width:60rem;overflow:visible;position:relative;display:block; }#FsJGzAhoJkyPDGRPO7r7vdmRRMIsuQnT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:20.875rem;top:2.5rem;left:4rem;overflow:hidden;display:block; }
#J2aqHLmTkbblfRLVvW9y1y5xRDqnIQLC { color:#ffffff;display:block;width:25.4375rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(79,176,255,0.5);top:12rem;left:1.71875rem;height:8.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZtU3CSR34MdmIovOXH5QqAaB3idrhtDz { z-index:15000;top:42.4375rem;left:6.21875rem;background-color:#010f46;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:poppins;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:3.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#pxuJRbih4XH4diGLAPDQlg2Wz1a4ZJvc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rvDxy0CCCGbPsSus1kP5l8NvHLLPakOL { position:absolute;display:block;z-index:15004;background-color:#010f46;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:41.625rem;width:24.8125rem;top:4.96875rem;left:34.6875rem;display:block; }
#gld5ZMG8dgAyRl008wMel8iNESTOrkAP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:17.625rem;width:17.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:21.875rem;left:5.625rem; }
#fE5Ax65PaEzIf717WbX131NBhhfcsdsn { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;height:13.4375rem;width:13.4375rem;top:23.967895507812rem;left:7.7178955078125rem;overflow:hidden;display:block; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe .widget-form-header {  }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:21.4375rem;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; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.4375rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe .widget-input-text {padding-top: 0; padding-bottom: 0;}#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #f8f8f8;border-left:0.0625rem solid #f8f8f8;border-right:0.0625rem solid #f8f8f8;border-bottom:0.0625rem solid #f8f8f8;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:21.4375rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe .widget-input-select {padding-top: 0; padding-bottom: 0;}#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe .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; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#f5f0f0;background-image:none;border-top:0;border-right:0;border-bottom:0.3125rem solid #000164;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:bold;color:#010f46;width:21.4375rem;height:4.0625rem;font-family:"open sans";overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(255,255,255,0.5) ; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe [class*="-text"]:-moz-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe [class*="-text"]::-moz-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe .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:#ffffff;vertical-align:top;width:20.1875rem;overflow:hidden;font-style:normal; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe .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; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe .widget-container:first-of-type{padding-top:0;}#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe .widget-container:last-of-type{padding-bottom:0;}#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.4375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:35.125rem;top:5.71875rem;z-index:15006;position:absolute;box-shadow: none; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.4375rem;display:block;vertical-align:top; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe {display:block;}#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.4375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:35.125rem;top:5.71875rem;z-index:15006;position:absolute;box-shadow: none; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #MsQT4lQKqsJ6F5kJka9vCTPo09ISALNs { position:relative;z-index:1; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #CPWok9NUobv6HtyhurbTvap55xtFIEcy { position:relative;display:block; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #tZvlXAOUF4AoDpzdxHRdTmx6ODigPInT { position:relative; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #dskZFr0nN58fayLAZ3DoiBFSDO9W6GUm { position:relative;z-index:1; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #SODoumUPvZzeHtnZGMpA3ITA6UZulKsC { position:relative;display:block; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #hLcuqraCqpHQV4162Nl136VOGFwJUzTM { position:relative; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #FB2fkJVD9reJ88ZN4t4Dev8OH7T5AhPm { position:relative;z-index:1; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #g0zfwmecwRFTg48t6BErz9QMlsxUgG2X { position:relative;display:block; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #vH6iP3vVT1gkZua0rQaTldNQRzW8ZoAO { position:relative; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #sDNrTRwQODVGgQQuu5zW9LesKM7J3H3n { position:relative;z-index:1; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #tytiAQN92N8TPMTOJK5w2D2ln45nwswO { position:relative;display:block; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #ga0HT87w5v7GNtgGns5qL7bCSFvIDHut { position:relative; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #N5iIfSnmGth4q3RLpRvW8FMJRmQs8tyK { position:relative; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #dCPyzDTAPuZBctBGGBLxz9nakwt9vXTs { position:relative;display:block; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #RbgKWZT39TgSKTX5PZMnxohxb9TnUEEE { position:relative; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #MPyvm3adqx7ehHd7wPNZ36colhz6sgFL { position:relative; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #GGtsQ4daP2h3iEnTmzvJ8KiNpRBTHvhT { position:relative;display:block; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #nReHfbcHLNKHHBEBPfkKerGA4Ft9QLvk { position:relative; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #walgt0Ow1qdRfJXVQbgDMB2oKV9Ddv3p { position:relative; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #WmqaBorNsVumTQd1R6sO3xbGDxgID0Wl { position:relative;display:block; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #S1Neql60Vfme3lEJMvmCet1dTeS3J3b6 { position:relative; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #i9VGomkIyPXBG86nudX7kquALH8JZFrG { position:relative; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #KfDh2qxAMkiA4r4HbTRaG8VNmdnZ4asK { position:relative;z-index:2; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #mxzILvlpfbJzIwU2x5i0LaWznDNF94e8 { position:relative; }
#w4wMtwAvTg9MF8qZDkzCV3dgiHHy3rNr { position:relative;z-index:100000;display:block; }
#XyA0xN7bAuTOs9rk9fTyu3SwaxbFrAMi { position:relative;z-index:100000;display:block; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #Fw0TGRHoTXCA71gS6yg03TxfrIz3Z5bK { position:relative;z-index:1; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #Hwc1kN5guRQl6y9E9ZqzskgIM4TJtE9X { position:relative; }
#wsIKxsUDRdgTvcB4CKmBqwXEQ0B2q7F1 { 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; }#wsIKxsUDRdgTvcB4CKmBqwXEQ0B2q7F1 > .row .container { background-color: transparent; background-image: none; }#wsIKxsUDRdgTvcB4CKmBqwXEQ0B2q7F1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsIKxsUDRdgTvcB4CKmBqwXEQ0B2q7F1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsIKxsUDRdgTvcB4CKmBqwXEQ0B2q7F1 > .row .container > .video-iframe-container { display: none; }#wsIKxsUDRdgTvcB4CKmBqwXEQ0B2q7F1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsIKxsUDRdgTvcB4CKmBqwXEQ0B2q7F1 > .row > .video-iframe-container { display: none; }#wsIKxsUDRdgTvcB4CKmBqwXEQ0B2q7F1 > .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); }#wsIKxsUDRdgTvcB4CKmBqwXEQ0B2q7F1 > .row .container { border-width: 0; border-radius: 0; }#wsIKxsUDRdgTvcB4CKmBqwXEQ0B2q7F1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wsIKxsUDRdgTvcB4CKmBqwXEQ0B2q7F1 > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:60rem;position:relative;display:block; }#B4CKPP6yw8Swrvunfy67NdIvN8cgPFU1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #0d1e72, #010f46);background-image: -moz-linear-gradient(top, #0d1e72, #010f46);background-image: -ms-linear-gradient(top, #0d1e72, #010f46);background-image: -o-linear-gradient(top, #0d1e72, #010f46);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1e72', endColorstr='#010f46' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1e72', endColorstr='#010f46' );";background-image: linear-gradient(to bottom, #0d1e72, #010f46);background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B4CKPP6yw8Swrvunfy67NdIvN8cgPFU1 > .row .container { background-color: transparent; background-image: none; }#B4CKPP6yw8Swrvunfy67NdIvN8cgPFU1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B4CKPP6yw8Swrvunfy67NdIvN8cgPFU1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B4CKPP6yw8Swrvunfy67NdIvN8cgPFU1 > .row .container > .video-iframe-container { display: none; }#B4CKPP6yw8Swrvunfy67NdIvN8cgPFU1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B4CKPP6yw8Swrvunfy67NdIvN8cgPFU1 > .row > .video-iframe-container { display: none; }#B4CKPP6yw8Swrvunfy67NdIvN8cgPFU1 > .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); }#B4CKPP6yw8Swrvunfy67NdIvN8cgPFU1 > .row .container { border-width: 0; border-radius: 0; }#B4CKPP6yw8Swrvunfy67NdIvN8cgPFU1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B4CKPP6yw8Swrvunfy67NdIvN8cgPFU1 > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:60rem;position:relative;display:block; }#NzUypWPRzfXsL6Id3HVcD4FsRr6geTak { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.9375rem;left:0rem;height:3.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#llgrOxUerF8uPu6DsngVbPqdzvBTU6FX { color:#ffffff;display:block;width:54.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:1.84375rem;left:2.34375rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tkg2nuwDq1kzmgOr52Bqw0z5uwdyTTOw { 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; }#Tkg2nuwDq1kzmgOr52Bqw0z5uwdyTTOw > .row .container { background-color: transparent; background-image: none; }#Tkg2nuwDq1kzmgOr52Bqw0z5uwdyTTOw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tkg2nuwDq1kzmgOr52Bqw0z5uwdyTTOw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tkg2nuwDq1kzmgOr52Bqw0z5uwdyTTOw > .row .container > .video-iframe-container { display: none; }#Tkg2nuwDq1kzmgOr52Bqw0z5uwdyTTOw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tkg2nuwDq1kzmgOr52Bqw0z5uwdyTTOw > .row > .video-iframe-container { display: none; }#Tkg2nuwDq1kzmgOr52Bqw0z5uwdyTTOw > .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); }#Tkg2nuwDq1kzmgOr52Bqw0z5uwdyTTOw > .row .container { border-width: 0; border-radius: 0; }#Tkg2nuwDq1kzmgOr52Bqw0z5uwdyTTOw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tkg2nuwDq1kzmgOr52Bqw0z5uwdyTTOw > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:60rem;position:relative;display:block; }#dRkV9M9VUoSDRZoM1Wb10demtppWF9Lg { color:#010f46;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.375rem;left:0rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WZS8BdGA4MoAObnKT7NLHTmmlgWA4Qx5 { color:#010f46;display:block;width:60rem;position:absolute;font-family:poppins;font-size:2.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.3125rem;left:0rem;height:3.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MiW3S3Hr2CpefCibhPsW5vMGJcHWUIyO { color:#010f46;display:block;width:57rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9.25rem;left:3rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TN9ZXAnNQW2WwstN8OLuPLASFezAm7tA { color:#010f46;display:block;width:57rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:13.875rem;left:3rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aVuCpz3MWkB1bEpzbKXvFMAuL3EcaTZw { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(top, #0d1e72, #010f46);background-image: -moz-linear-gradient(top, #0d1e72, #010f46);background-image: -ms-linear-gradient(top, #0d1e72, #010f46);background-image: -o-linear-gradient(top, #0d1e72, #010f46);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1e72', endColorstr='#010f46' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1e72', endColorstr='#010f46' );";background-image: linear-gradient(to bottom, #0d1e72, #010f46);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;height:9.4375rem;width:12.5rem;top:20.25rem;left:1.5rem;display:block; }
#P7HXVJqLUzhzNRydviW2JyJBkVl9UXeZ { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(top, #0d1e72, #010f46);background-image: -moz-linear-gradient(top, #0d1e72, #010f46);background-image: -ms-linear-gradient(top, #0d1e72, #010f46);background-image: -o-linear-gradient(top, #0d1e72, #010f46);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1e72', endColorstr='#010f46' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1e72', endColorstr='#010f46' );";background-image: linear-gradient(to bottom, #0d1e72, #010f46);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;height:9.375rem;width:12.5rem;top:20.3125rem;left:16.5rem;display:block; }
#mL3PW6Pvia63J3eVhECC5bqsTm0axfsb { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(top, #0d1e72, #010f46);background-image: -moz-linear-gradient(top, #0d1e72, #010f46);background-image: -ms-linear-gradient(top, #0d1e72, #010f46);background-image: -o-linear-gradient(top, #0d1e72, #010f46);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1e72', endColorstr='#010f46' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1e72', endColorstr='#010f46' );";background-image: linear-gradient(to bottom, #0d1e72, #010f46);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;height:9.375rem;width:12.5rem;top:20.3125rem;left:31.5rem;display:block; }
#HW9E7vBvr9wPDq4QGBtdoVBoX4waWTrh { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(top, #0d1e72, #010f46);background-image: -moz-linear-gradient(top, #0d1e72, #010f46);background-image: -ms-linear-gradient(top, #0d1e72, #010f46);background-image: -o-linear-gradient(top, #0d1e72, #010f46);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1e72', endColorstr='#010f46' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1e72', endColorstr='#010f46' );";background-image: linear-gradient(to bottom, #0d1e72, #010f46);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;height:9.375rem;width:12.5rem;top:20.3125rem;left:46rem;display:block; }
#qflOqOedxcWgyXqNTFIBcxy2F8kmpFoe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:17.0625rem;left:5.625rem; }
#PTvsBDGQ20idbTuGNt96quoBxh8KlIfg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:17.46875rem;left:6.03125rem; }
#NKMust21W0sJE2BIm4RBIcw8rZeuksRy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:17.5625rem;left:21.0625rem; }
#U8J5zTcd97KGo3s51iKi3E6MAAHDL3v5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:17.125rem;left:20.625rem; }
#zIOSfuCfBm3TR4uTvzWwcWqyb1cwDs0A { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:17.5625rem;left:36.0625rem; }
#Mmcvloa3b9hOM3IOifCGwTgGwh9oSJgq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:17.125rem;left:35.625rem; }
#MCw0bV4l7FTou3JUaTWqyZT9Gps3TTL0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:17.5625rem;left:50.5625rem; }
#k8nPfsEzTyRRnkoWhlHfR0D8mVnHUVNT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:17.125rem;left:50.125rem; }
#KsRMTd40kgH6HTAUywiJcFIMX7qlCgJz { 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:2.5625rem;width:2.5625rem;top:17.90625rem;left:6.46875rem;overflow:hidden;display:block; }
#M5XM4AsRbkH37iprze2HkA9kfgpTJzv5 { 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:2.24975625rem;width:2.24975625rem;top:18.038940429688rem;left:21.624755859375rem;overflow:hidden;display:block; }
#rztdry8AW3zge6e558W4tFhEmGrO2QDS { position:absolute;display:block;z-index:15028;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.5625rem;width:2.5625rem;top:17.90625rem;left:36.46875rem;overflow:hidden;display:block; }
#fsx7mq45exUaUT1AsNwE7WlQ34OoLRUG { position:absolute;display:block;z-index:15029;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.5625rem;width:2.5625rem;top:17.90625rem;left:50.96875rem;overflow:hidden;display:block; }
#s5bcOEz9ovEwkuT4xm2amk2f0v6bhl8l { color:#ffffff;display:block;width:10.187375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:22.368774414062rem;left:2.6544189453125rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MnFZ7AACyXsSZqQRu0H8c7G359gpsPVE { color:#ffffff;display:block;width:10.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:23.71875rem;left:17.65625rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zknvWDNQeGQ8Sdcm55mp79fXXG2A4V1y { color:#ffffff;display:block;width:10.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:23.71875rem;left:32.65625rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b0DNvRUFKADnnXJqBJfnn246G1ALW0iL { color:#ffffff;display:block;width:10.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:23.09375rem;left:47.15625rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#koTUocukpS1XwvIRyT2AJT0LBNp7kXud { 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; }#koTUocukpS1XwvIRyT2AJT0LBNp7kXud > .row .container { background-color: transparent; background-image: none; }#koTUocukpS1XwvIRyT2AJT0LBNp7kXud::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#koTUocukpS1XwvIRyT2AJT0LBNp7kXud > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#koTUocukpS1XwvIRyT2AJT0LBNp7kXud > .row .container > .video-iframe-container { display: none; }#koTUocukpS1XwvIRyT2AJT0LBNp7kXud > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#koTUocukpS1XwvIRyT2AJT0LBNp7kXud > .row > .video-iframe-container { display: none; }#koTUocukpS1XwvIRyT2AJT0LBNp7kXud > .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); }#koTUocukpS1XwvIRyT2AJT0LBNp7kXud > .row .container { border-width: 0; border-radius: 0; }#koTUocukpS1XwvIRyT2AJT0LBNp7kXud > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#koTUocukpS1XwvIRyT2AJT0LBNp7kXud > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#wXFrPs9Jv4aBThsPlU91i9E9aSL9DT8M { color:#010f46;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TCLvMv55b5KP1RBkOwAOBTuIqcIoJdgC { color:#010f46;display:block;width:60rem;position:absolute;font-family:poppins;font-size:2.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.4375rem;left:0rem;height:3.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vF3yiLuyLGpeCl1KVVZXlFSTuyF7VyHT { color:#010f46;display:block;width:57rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:10.75rem;left:1.5rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gCuK69aSFTm2VfU7eTRnqcStzq9D1Cdf { color:#010f46;display:block;width:40.625rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.9375rem;left:9.6875rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0e5f218f-168a-43d8-8867-4b39bb35db2c/1banner.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9.adaptive-delivery-prevent-bg, #Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9.lazyload, #Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9.lazyloading { background-image: none; }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 > .row .container { background-color: transparent; background-image: none; }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(1,23,90,0.49); }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 > .row .container > .video-iframe-container { display: none; }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(1,23,90,0.49); }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 > .row > .video-iframe-container { display: none; }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 > .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); }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 > .row .container { border-width: 0; border-radius: 0; }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9::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; }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 > .row .container { font-size:0.875rem;font-family:arial;height:40.6875rem;width:60rem;position:relative;display:block; }#Dx94ffpPMvXGRToeJmQtv5mA0uB1hy2H { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:2.21875rem;left:10.875rem;display:block; }
#bMiz7MnvhMxyiIbIHe9piQHEPkR0wT7n { color:#010f46;display:block;width:10rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:29rem;left:1.875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p4FRALGIQhchCH5d5WZmrPngtdLgJvwx { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;height:9.4375rem;width:12.5rem;top:27.4375rem;left:1.25rem;display:block; }
#WKSsl1w74SAkILm3XTlGakcnDizikGJf { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;height:9.375rem;width:12.5rem;top:27.4375rem;left:16.25rem;display:block; }
#iuiqpzyRZOeew7Ou0SxNsV078Rf6OHC3 { color:#fe5734;display:block;width:4.4375rem;position:absolute;font-family:poppins;font-size:2.875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:28.78125rem;left:20.28125rem;height:3.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uCkyypJQSEzn3UnKIrstNdlaKo91v5KO { color:#000000;display:block;width:9.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:32.6875rem;left:2.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dIRBxUDT2hSZoUBvV5K4BGaQ7P4J02qa { color:#000000;display:block;width:9.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:32.6875rem;left:17.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XKetutC9ca7q6kwlc8F3aZ7CpsAbpRHI { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;height:9.375rem;width:12.5rem;top:27.4375rem;left:31.25rem;display:block; }
#On4fRMdHTBNebHX0Srimuf5q9XcnbcI6 { color:#fe5734;display:block;width:10rem;position:absolute;font-family:poppins;font-size:2.875rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:29rem;left:31.875rem;height:3.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bTABWGxSvBEKpLlF0SxWm3PmfDhytgCd { color:#000000;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:32.6875rem;left:32.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jo1Rfi5D7oFAiOn0Xw5DcHZ1Xs3hX45F { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;height:9.375rem;width:12.5rem;top:27.4375rem;left:46.25rem;display:block; }
#kTcPJFv3LFnZMUuMyoZKLekADwEGVedh { color:#010f46;display:block;width:4.375rem;position:absolute;font-family:poppins;font-size:2.875rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:28.78125rem;left:50.3125rem;height:3.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ikksTSmWg8NEGMLtxtOTh3LkZrbwOhDW { color:#000000;display:block;width:9.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:32.6875rem;left:47.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uXzdTQWHD3xWQavHKLRclsgeP0xTo9aV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.25rem;width:20rem;display:none; }
#o6P6phT16y3IlNrlAnzgKINmofThsoAt { 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; }#o6P6phT16y3IlNrlAnzgKINmofThsoAt > .row .container { background-color: transparent; background-image: none; }#o6P6phT16y3IlNrlAnzgKINmofThsoAt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6P6phT16y3IlNrlAnzgKINmofThsoAt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6P6phT16y3IlNrlAnzgKINmofThsoAt > .row .container > .video-iframe-container { display: none; }#o6P6phT16y3IlNrlAnzgKINmofThsoAt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6P6phT16y3IlNrlAnzgKINmofThsoAt > .row > .video-iframe-container { display: none; }#o6P6phT16y3IlNrlAnzgKINmofThsoAt > .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); }#o6P6phT16y3IlNrlAnzgKINmofThsoAt > .row .container { border-width: 0; border-radius: 0; }#o6P6phT16y3IlNrlAnzgKINmofThsoAt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o6P6phT16y3IlNrlAnzgKINmofThsoAt > .row .container { font-size:0.875rem;font-family:arial;height:36.375rem;width:60rem;position:relative;display:block; }#xLEnS4k0JvgSQ1fU8ZwIMT2odOJiAOBw { color:#010f46;display:block;width:27.5rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.75rem;left:1.25rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Cai07i79713CMq6oTwb15H1Z5kDfdqyR { color:#010f46;display:block;width:11.93725rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.75rem;left:3.8125rem;height:2rem;text-align:left;text-align-last:left;display:block; }
#qIuTbiukviXnDBXzHhy1kbS6mgnIxJ1L { color:#010f46;display:block;width:27.5rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.75rem;left:31.25rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vkRbpFIsdcJ2xbtM3XiANWR6KpUISoeg { color:#010f46;display:block;width:13.1875rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:3.8125rem;left:38.4375rem;height:2rem;display:block; }
#iRxqp0zLhX3TdiTt1zFH0PM03MaR26Z9 { color:#000000;display:block;width:23.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15034;line-height:2.5;letter-spacing:0;top:12rem;left:3.8125rem;height:17.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DWotrHxdg3Uzdgohvtut6sAD73wqTis7 { position:absolute;display:block;z-index:15042;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.4375rem;width:1.4375rem;top:12.5625rem;left:1.6875rem;overflow:hidden;display:block; }
#CF3ysw16Xcf6BnZdivXHbV9b7HEiTldi { position:absolute;display:block;z-index:15043;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.4375rem;width:1.4375rem;top:14.875rem;left:1.6875rem;overflow:hidden;display:block; }
#A2BrWflHKLvTfS8ThoSGPsTyySxVbuXn { position:absolute;display:block;z-index:15036;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.4375rem;width:1.4375rem;top:10.125rem;left:32.1875rem;overflow:hidden;display:block; }
#G7g3gns08ElqEUshRmq1pMQJNbGy8R7d { position:absolute;display:block;z-index:15037;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.4375rem;width:1.4375rem;top:12.4375rem;left:32.1875rem;overflow:hidden;display:block; }
#CWO1EM7kBe3ORcnsKdmdyo0Evl73bAww { position:absolute;display:block;z-index:15038;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.4375rem;width:1.4375rem;top:15.0625rem;left:32.1875rem;overflow:hidden;display:block; }
#ZC5qCTopBnrlVmem4D8Z39MOkRooXxnT { position:absolute;display:block;z-index:15039;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.4375rem;width:1.4375rem;top:17.625rem;left:32.1875rem;overflow:hidden;display:block; }
#dguwwMOcmtA35ikEtiT3w7NsHLIC59Gu { position:absolute;display:block;z-index:15044;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.4375rem;width:1.4375rem;top:17.5rem;left:1.6875rem;overflow:hidden;display:block; }
#W9XV5fogOys5AkGLmsOfb15enh3TxICP { color:#000000;display:block;width:23.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15033;line-height:2.5;letter-spacing:0;top:9.5rem;left:34.5rem;height:22.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zJ7qluFDqLKmTGUXB7H8IgyaKwM5uT7X { position:absolute;display:block;z-index:15040;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.4375rem;width:1.4375rem;top:20.0625rem;left:32.1875rem;overflow:hidden;display:block; }
#OImSohmsIekNaD5pie0g6GAoqkS9omUl { position:absolute;display:block;z-index:15045;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.4375rem;width:1.4375rem;top:20.0625rem;left:1.6875rem;overflow:hidden;display:block; }
#CB7bItUToI3I6AsZIvDIGXKavmtusKbE { position:absolute;display:block;z-index:15041;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.4375rem;width:1.4375rem;top:22.625rem;left:32.1875rem;overflow:hidden;display:block; }
#VaZoy14ardW0ZurtfDcWpdoaJ4dINy1R { position:absolute;display:block;z-index:15046;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.4375rem;width:1.4375rem;top:22.5rem;left:1.6875rem;overflow:hidden;display:block; }
#hNxVfPVIeHhb9woJbzogu6pPmr7KVV1n { position:absolute;display:block;z-index:15042;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.4375rem;width:1.4375rem;top:25.25rem;left:32.1875rem;overflow:hidden;display:block; }
#tCSzXNL4bbmaGKVo9wx2WLLpcUn8Vyg2 { position:absolute;display:block;z-index:15047;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.4375rem;width:1.4375rem;top:25.0625rem;left:1.6875rem;overflow:hidden;display:block; }
#lZhtMJfbdNb2lgZoQZnSPwF8rTCwqSVz { position:absolute;display:block;z-index:15043;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.4375rem;width:1.4375rem;top:27.625rem;left:32.1875rem;overflow:hidden;display:block; }
#MPxUen5PTpJvszNfreHTRv0SouFwnaM6 { position:absolute;display:block;z-index:15035;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.4375rem;width:1.4375rem;top:30.0625rem;left:32.1875rem;overflow:hidden;display:block; }
#A3I6PtB174z3oCKSXMuSlZKGpEr06SIK { box-sizing:content-box;height:21.875rem;width:0.1875rem;position:absolute;display:block;z-index:15048;background-color:#0d1e72;background-image:none;top:10.75rem;left:26.6875rem;display:block; }
#i0AR4J6kiKWz8apTuJP1MdPhFbCelVwb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #0d1e72, #010f46);background-image: -moz-linear-gradient(top, #0d1e72, #010f46);background-image: -ms-linear-gradient(top, #0d1e72, #010f46);background-image: -o-linear-gradient(top, #0d1e72, #010f46);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1e72', endColorstr='#010f46' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1e72', endColorstr='#010f46' );";background-image: linear-gradient(to bottom, #0d1e72, #010f46);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#i0AR4J6kiKWz8apTuJP1MdPhFbCelVwb > .row .container { background-color: transparent; background-image: none; }#i0AR4J6kiKWz8apTuJP1MdPhFbCelVwb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0AR4J6kiKWz8apTuJP1MdPhFbCelVwb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0AR4J6kiKWz8apTuJP1MdPhFbCelVwb > .row .container > .video-iframe-container { display: none; }#i0AR4J6kiKWz8apTuJP1MdPhFbCelVwb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0AR4J6kiKWz8apTuJP1MdPhFbCelVwb > .row > .video-iframe-container { display: none; }#i0AR4J6kiKWz8apTuJP1MdPhFbCelVwb > .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); }#i0AR4J6kiKWz8apTuJP1MdPhFbCelVwb > .row .container { border-width: 0; border-radius: 0; }#i0AR4J6kiKWz8apTuJP1MdPhFbCelVwb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i0AR4J6kiKWz8apTuJP1MdPhFbCelVwb > .row .container { font-size:0.875rem;font-family:arial;height:9.9375rem;width:60rem;position:relative;display:block; }#s97o3T0LLX9ek0kg8UC67M9FS2kkEcZG { color:#f5f0f0;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gAWS8zaoGMgDT751NgSH7ZbfOJ5DNJUe { color:#f5f0f0;display:block;width:60rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.75rem;left:0rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LTV8CqfZTWqriVAaQtp1Udb4U9QxZD1m { 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; }#LTV8CqfZTWqriVAaQtp1Udb4U9QxZD1m > .row .container { background-color: transparent; background-image: none; }#LTV8CqfZTWqriVAaQtp1Udb4U9QxZD1m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTV8CqfZTWqriVAaQtp1Udb4U9QxZD1m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTV8CqfZTWqriVAaQtp1Udb4U9QxZD1m > .row .container > .video-iframe-container { display: none; }#LTV8CqfZTWqriVAaQtp1Udb4U9QxZD1m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTV8CqfZTWqriVAaQtp1Udb4U9QxZD1m > .row > .video-iframe-container { display: none; }#LTV8CqfZTWqriVAaQtp1Udb4U9QxZD1m > .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); }#LTV8CqfZTWqriVAaQtp1Udb4U9QxZD1m > .row .container { border-width: 0; border-radius: 0; }#LTV8CqfZTWqriVAaQtp1Udb4U9QxZD1m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LTV8CqfZTWqriVAaQtp1Udb4U9QxZD1m > .row .container { font-size:0.875rem;font-family:arial;height:22.875rem;width:60rem;position:relative;display:block; }#O0B36fVV4cU3tG9dPoIXOfLNXC2zv1os { color:#010f46;display:block;width:13.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:9.75rem;left:3.09375rem;height:6.25rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#VzXWwzffbskTJEP0tJH2Cp5CEZEaXQOV { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a10c49bb-c920-4096-b674-6db814928f03/fer.png");background-position:bottom right !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.4375rem;border-top-right-radius:8.4375rem;border-bottom-left-radius:8.4375rem;border-bottom-right-radius:8.4375rem;box-shadow: none;height:7.0625rem;width:7.0625rem;top:0.75rem;left:26.46875rem;display:block; }#VzXWwzffbskTJEP0tJH2Cp5CEZEaXQOV.adaptive-delivery-prevent-bg, #VzXWwzffbskTJEP0tJH2Cp5CEZEaXQOV.lazyload, #VzXWwzffbskTJEP0tJH2Cp5CEZEaXQOV.lazyloading { background-image: none; }
#Torasu6TJEcfQWIFTSFc1vkmgQuEZTAT { color:#010f46;display:block;width:13.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:9.75rem;left:43.15625rem;height:6.25rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#gq9IJIkWKJrlIZHDweqvTXNyUyTS2XUU { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d90f0e61-e8c2-456c-a650-7c34c478c1c0/andreshernandezbKuBrioGGUunsplash.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.4375rem;border-top-right-radius:8.4375rem;border-bottom-left-radius:8.4375rem;border-bottom-right-radius:8.4375rem;box-shadow: none;height:7.0625rem;width:7.0625rem;top:0.75rem;left:46.46875rem;display:block; }#gq9IJIkWKJrlIZHDweqvTXNyUyTS2XUU.adaptive-delivery-prevent-bg, #gq9IJIkWKJrlIZHDweqvTXNyUyTS2XUU.lazyload, #gq9IJIkWKJrlIZHDweqvTXNyUyTS2XUU.lazyloading { background-image: none; }
#u7nPacEaTn6JSrnDvcfsnMofGt28tKad { color:#010f46;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:9.75rem;left:22.5rem;height:6.25rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#tWATsTnbd5BdzqhTQUXM8zsmInXtP57C { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9fb7fdf6-a0a9-4d91-82b6-9e6155e51b35/val.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.375rem;border-top-right-radius:7.375rem;border-bottom-left-radius:7.375rem;border-bottom-right-radius:7.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:7.0625rem;width:7.0625rem;top:0.8125rem;left:6.46875rem;display:block; }#tWATsTnbd5BdzqhTQUXM8zsmInXtP57C.adaptive-delivery-prevent-bg, #tWATsTnbd5BdzqhTQUXM8zsmInXtP57C.lazyload, #tWATsTnbd5BdzqhTQUXM8zsmInXtP57C.lazyloading { background-image: none; }
#zq4PSFUHUr4oRIQ1WT2SXwMtk4ywn2Ra { color:#010f46;display:block;width:13.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:19.21875rem;left:3.4375rem;height:2.5rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#TdoBVX0Jopais3heHrcr7hEVspLBoIuL { color:#010f46;display:block;width:14rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:19.21875rem;left:23rem;height:1.25rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#TcvsMKGRhEGXpIGOGV0dXLJn3aBkymDs { color:#010f46;display:block;width:13.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:19.21875rem;left:43.4375rem;height:1.25rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#UzNoWi31pqAGusHeVzWPpEunaOhAKm4F { 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; }#UzNoWi31pqAGusHeVzWPpEunaOhAKm4F > .row .container { background-color: transparent; background-image: none; }#UzNoWi31pqAGusHeVzWPpEunaOhAKm4F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzNoWi31pqAGusHeVzWPpEunaOhAKm4F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzNoWi31pqAGusHeVzWPpEunaOhAKm4F > .row .container > .video-iframe-container { display: none; }#UzNoWi31pqAGusHeVzWPpEunaOhAKm4F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzNoWi31pqAGusHeVzWPpEunaOhAKm4F > .row > .video-iframe-container { display: none; }#UzNoWi31pqAGusHeVzWPpEunaOhAKm4F > .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); }#UzNoWi31pqAGusHeVzWPpEunaOhAKm4F > .row .container { border-width: 0; border-radius: 0; }#UzNoWi31pqAGusHeVzWPpEunaOhAKm4F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UzNoWi31pqAGusHeVzWPpEunaOhAKm4F > .row .container { font-size:0.875rem;font-family:arial;height:18.25rem;width:60rem;position:relative;display:block; }#msnfH9cqzDqDGpgFKxNiHSFihpkSp28B { color:#010f46;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UW2g5Pq0ZyDooOBD0R7wfZ2pfMTdogzJ { color:#010f46;display:block;width:60rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.5625rem;left:0rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hUOzgzL8f8JFDMt1fPtZgLxXdJNl1mnN { color:#010f46;display:block;width:57.437125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.75rem;left:1.25rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ob1t9E2BfBnNkIhKCWzKGMxBcH077rXT { color:#010f46;display:block;width:14.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.1875rem;left:3.0625rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gbxCTVCL1vOgTkKWb8NtZNT4kIz5Wllg { color:#010f46;display:block;width:45.748875rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.34);top:13.460083007812rem;left:7.1246337890625rem;height:2.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qVwUd0pgrKEsnxTttV2lreoCoB3bEMKc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e31777e0-a254-4fd2-bf96-9c6aaebcf1bc/2banner.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qVwUd0pgrKEsnxTttV2lreoCoB3bEMKc.adaptive-delivery-prevent-bg, #qVwUd0pgrKEsnxTttV2lreoCoB3bEMKc.lazyload, #qVwUd0pgrKEsnxTttV2lreoCoB3bEMKc.lazyloading { background-image: none; }#qVwUd0pgrKEsnxTttV2lreoCoB3bEMKc > .row .container { background-color: transparent; background-image: none; }#qVwUd0pgrKEsnxTttV2lreoCoB3bEMKc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(52,55,55,0.48); }#qVwUd0pgrKEsnxTttV2lreoCoB3bEMKc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVwUd0pgrKEsnxTttV2lreoCoB3bEMKc > .row .container > .video-iframe-container { display: none; }#qVwUd0pgrKEsnxTttV2lreoCoB3bEMKc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(52,55,55,0.48); }#qVwUd0pgrKEsnxTttV2lreoCoB3bEMKc > .row > .video-iframe-container { display: none; }#qVwUd0pgrKEsnxTttV2lreoCoB3bEMKc > .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); }#qVwUd0pgrKEsnxTttV2lreoCoB3bEMKc > .row .container { border-width: 0; border-radius: 0; }#qVwUd0pgrKEsnxTttV2lreoCoB3bEMKc::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; }#qVwUd0pgrKEsnxTttV2lreoCoB3bEMKc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qVwUd0pgrKEsnxTttV2lreoCoB3bEMKc > .row .container { font-size:0.875rem;font-family:arial;height:47.125rem;width:60rem;position:relative;display:block; }#s6qoFXEXxOVXMUyb7KcbgGUHpZDJzcwr { color:#000000;display:block;width:32.625rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:11.375rem;left:0rem;height:10.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a03cX6K4nmwcPBKFuHe0kdUChzENhDLE { color:#ffffff;display:block;width:30.625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:24.1875rem;left:1rem;height:5.8125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#UJsr8b7tA8C0SaWSpRLa0ToIoQSWuALm { position:absolute;display:block;z-index:15002;background-color:#010f46;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:43.0625rem;width:26.25rem;top:2.03125rem;left:32.65625rem;display:block; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V .widget-form-header {  }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:21.4375rem;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; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.4375rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V .widget-input-text {padding-top: 0; padding-bottom: 0;}#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #f8f8f8;border-left:0.0625rem solid #f8f8f8;border-right:0.0625rem solid #f8f8f8;border-bottom:0.0625rem solid #f8f8f8;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:21.4375rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V .widget-input-select {padding-top: 0; padding-bottom: 0;}#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V .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; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#f5f0f0;background-image:none;border-top:0;border-right:0;border-bottom:0.3125rem solid #000164;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#010f46;width:21.4375rem;height:4.0625rem;font-family:"open sans";overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(255,255,255,0.5) ; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V [class*="-text"]:-moz-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V [class*="-text"]::-moz-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V .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:#ffffff;vertical-align:top;width:20.1875rem;overflow:hidden;font-style:normal; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V .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; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V .widget-container:first-of-type{padding-top:0;}#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V .widget-container:last-of-type{padding-bottom:0;}#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.4375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:33.8125rem;top:2.3125rem;z-index:15005;position:absolute;box-shadow: none; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.4375rem;display:block;vertical-align:top; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V {display:block;}#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.4375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:33.8125rem;top:2.3125rem;z-index:15005;position:absolute;box-shadow: none; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #SRxF8CkcaZDgpuBrw9ZFCBAWMOQNiAKs { position:relative;z-index:1; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #bM1HSwaDDfrPRaIKJ6NwyAQGfncX0qEs { position:relative;display:block; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #U1mQiybCJz7MfiHnQ84Ulp5VKVeaIcJn { position:relative; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #gcCzAOi1SwO4aEuH4sT6KU6G043xA7ph { position:relative;z-index:1; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #oISMRwNDOVV81Qze4lWoSsX85xhuhLNG { position:relative;display:block; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #wu7gg5EMbW1001yhIDTu1D2UAayPistb { position:relative; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #PksL7l1UCIuE2ni6OXuBRxX8RI7pqVCS { position:relative;z-index:1; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #NRWr6WeMmJMWkwqBvwbydvkkNTpzi9xn { position:relative;display:block; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #m1dCoQ7pD2IXbkHpfgh8bvBNxCRC8uUM { position:relative; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #cW8X8dqfERNJUVHHoqcykTHTflFWzKW7 { position:relative;z-index:1; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #IUwSP7n9mbBg53XDsP22pgoT12FwL8GV { position:relative;display:block; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #zXL8vxePyhqrZ1EEz3P76Q5I1bEopsJy { position:relative; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #lSz9WU5mmgAiDvidJxfe0wQImAluSSkk { position:relative; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #Ms15bEgr7FIA8oVmlEKlOvuP8NkC61ix { position:relative;display:block; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #Msoag6kTh4ZnMsMFX2QinP1VMCk7z3cx { position:relative; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #DAATTEppJSEgEKOG8rgl0NxI4oaoxiHS { position:relative; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #H8KRJ20TJiS41afblJxcTa788T5pn8Pr { position:relative;display:block; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #CmnCulbDX2RgouhLTiiy1TnunGAHPKdH { position:relative; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #vrRUJDF8degNOLBGeTAU0VgcqoNLp5Oe { position:relative; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #lLSzNFmg1Jra86PK0Toal9UXWoLtAT0J { position:relative;display:block; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #LHgO0TSla4kGZPXfTdDQtAst9UnQQ5Th { position:relative; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #sqA2SggBgyW3baL6wXegFELuFdv4v3XQ { position:relative; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #Dv0mHA9uSgNSA9V2dNuC85KF4kIM7rH3 { position:relative;display:block; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #iikSp0acBxV5D76CthBgcd8JXvfGGbxM { position:relative; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #zHlMn51wZeNLumxdQXbcSGxXRMk4Nu76 { position:relative; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #N3B6PHN23lH7TolBuAfDMxoBSaTFW6eT { position:relative;z-index:2; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #kPRKlWxQ9XtlSwVQvHWTt16EZtchWGPy { position:relative; }
#OwmwMHTqCbXxoOxh8meU8PDmneVTvZsd { position:relative;z-index:100000;display:block; }
#Esq6h3WKaHTiBTCq6C8x2T8ObLn87DQN { position:relative;z-index:100000;display:block; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #s43BLUSys2h0lQnJsSwxAgfhxTz20NdT { position:relative;z-index:1; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #SSOs9QOCfoqblapfcnZhnUDAClEO6zQu { position:relative; }
#x3q41cLHCDMLTL90qXt3Q9IPeecxi4Eq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010f46;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; }#x3q41cLHCDMLTL90qXt3Q9IPeecxi4Eq > .row .container { background-color: transparent; background-image: none; }#x3q41cLHCDMLTL90qXt3Q9IPeecxi4Eq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3q41cLHCDMLTL90qXt3Q9IPeecxi4Eq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3q41cLHCDMLTL90qXt3Q9IPeecxi4Eq > .row .container > .video-iframe-container { display: none; }#x3q41cLHCDMLTL90qXt3Q9IPeecxi4Eq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3q41cLHCDMLTL90qXt3Q9IPeecxi4Eq > .row > .video-iframe-container { display: none; }#x3q41cLHCDMLTL90qXt3Q9IPeecxi4Eq > .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); }#x3q41cLHCDMLTL90qXt3Q9IPeecxi4Eq > .row .container { border-width: 0; border-radius: 0; }#x3q41cLHCDMLTL90qXt3Q9IPeecxi4Eq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x3q41cLHCDMLTL90qXt3Q9IPeecxi4Eq > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:60rem;position:relative;display:block; }#erazSFxTzdiVTgFwcPU5rEHbTGTdA4UI { color:#ffffff;display:block;width:31.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.15625rem;left:14.125rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#Ng04VGf1rgBFd2sL1r1EfR8Wy2Ulf3wT { box-sizing:content-box;color:#ffffff;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:1.8125rem;left:26.875rem;display:block; }
#Eg8Ag47A9ZHmb9qU0SiHug6qXls5HOhk { box-sizing:content-box;color:#ffffff;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:1.8125rem;left:23.25rem;display:block; }
#yMpwAwmT2aT9LuTGPUWE4Rq2i9tVpEzc { box-sizing:content-box;color:#ffffff;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:1.8125rem;left:30.625rem;display:block; }
#aMpWCciwLxh6ewZ9ybTLAHtSBXxfulb6 { 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.125rem;width:1.8125rem;top:2.125rem;left:34.9375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FsJGzAhoJkyPDGRPO7r7vdmRRMIsuQnT { width:20.875rem;height:5.875rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2aqHLmTkbblfRLVvW9y1y5xRDqnIQLC { width:25.4375rem;height:8.625rem;top:12rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtU3CSR34MdmIovOXH5QqAaB3idrhtDz { top:42.4375rem;left:0.09375rem;width:16.4375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxuJRbih4XH4diGLAPDQlg2Wz1a4ZJvc { display:block; }
 }@media only screen and (max-width: 763px) { #rvDxy0CCCGbPsSus1kP5l8NvHLLPakOL { width:24.8125rem;height:41.625rem;top:4.9375rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gld5ZMG8dgAyRl008wMel8iNESTOrkAP { top:21.875rem;left:0rem;width:17.625rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fE5Ax65PaEzIf717WbX131NBhhfcsdsn { top:23.9375rem;left:1.5928955078125rem;width:13.4375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe .widget-regular-label { width:21.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe .widget-input-text { width:21.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe .widget-input-text {padding-top: 0; padding-bottom: 0;}#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe .widget-textarea { width:21.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe .widget-input-select { width:21.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe .widget-input-select {padding-top: 0; padding-bottom: 0;}#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe .widget-input-button { width:21.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe .widget-checkbox-label { width:20.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe  { width:21.4375rem;height:auto;top:5.6875rem;left:23.8125rem; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe .radio-container { width:21.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe {display:block;}#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe { width:21.4375rem;height:auto;top:5.6875rem;left:23.8125rem; }
 }@media only screen and (max-width: 763px) { #JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #MsQT4lQKqsJ6F5kJka9vCTPo09ISALNs { z-index:1; }
 }@media only screen and (max-width: 763px) { #JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #CPWok9NUobv6HtyhurbTvap55xtFIEcy { display:block; }
 }@media only screen and (max-width: 763px) { #JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #tZvlXAOUF4AoDpzdxHRdTmx6ODigPInT {  }
 }@media only screen and (max-width: 763px) { #JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #dskZFr0nN58fayLAZ3DoiBFSDO9W6GUm { z-index:1; }
 }@media only screen and (max-width: 763px) { #JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #SODoumUPvZzeHtnZGMpA3ITA6UZulKsC { display:block; }
 }@media only screen and (max-width: 763px) { #JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #hLcuqraCqpHQV4162Nl136VOGFwJUzTM {  }
 }@media only screen and (max-width: 763px) { #JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #FB2fkJVD9reJ88ZN4t4Dev8OH7T5AhPm { z-index:1; }
 }@media only screen and (max-width: 763px) { #JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #g0zfwmecwRFTg48t6BErz9QMlsxUgG2X { display:block; }
 }@media only screen and (max-width: 763px) { #JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #vH6iP3vVT1gkZua0rQaTldNQRzW8ZoAO {  }
 }@media only screen and (max-width: 763px) { #JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #sDNrTRwQODVGgQQuu5zW9LesKM7J3H3n { z-index:1; }
 }@media only screen and (max-width: 763px) { #JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #tytiAQN92N8TPMTOJK5w2D2ln45nwswO { display:block; }
 }@media only screen and (max-width: 763px) { #JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #ga0HT87w5v7GNtgGns5qL7bCSFvIDHut {  }
 }@media only screen and (max-width: 763px) { #JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #N5iIfSnmGth4q3RLpRvW8FMJRmQs8tyK {  }
 }@media only screen and (max-width: 763px) { #JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #dCPyzDTAPuZBctBGGBLxz9nakwt9vXTs { display:block; }
 }@media only screen and (max-width: 763px) { #JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #RbgKWZT39TgSKTX5PZMnxohxb9TnUEEE {  }
 }@media only screen and (max-width: 763px) { #JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #MPyvm3adqx7ehHd7wPNZ36colhz6sgFL {  }
 }@media only screen and (max-width: 763px) { #JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #GGtsQ4daP2h3iEnTmzvJ8KiNpRBTHvhT { display:block; }
 }@media only screen and (max-width: 763px) { #JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #nReHfbcHLNKHHBEBPfkKerGA4Ft9QLvk {  }
 }@media only screen and (max-width: 763px) { #JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #walgt0Ow1qdRfJXVQbgDMB2oKV9Ddv3p {  }
 }@media only screen and (max-width: 763px) { #JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #WmqaBorNsVumTQd1R6sO3xbGDxgID0Wl { display:block; }
 }@media only screen and (max-width: 763px) { #JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #S1Neql60Vfme3lEJMvmCet1dTeS3J3b6 {  }
 }@media only screen and (max-width: 763px) { #JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #i9VGomkIyPXBG86nudX7kquALH8JZFrG {  }
 }@media only screen and (max-width: 763px) { #JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #KfDh2qxAMkiA4r4HbTRaG8VNmdnZ4asK { z-index:2; }
 }@media only screen and (max-width: 763px) { #JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #mxzILvlpfbJzIwU2x5i0LaWznDNF94e8 {  }
 }@media only screen and (max-width: 763px) { #w4wMtwAvTg9MF8qZDkzCV3dgiHHy3rNr { z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #XyA0xN7bAuTOs9rk9fTyu3SwaxbFrAMi { z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #Fw0TGRHoTXCA71gS6yg03TxfrIz3Z5bK { z-index:1; }
 }@media only screen and (max-width: 763px) { #JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #Hwc1kN5guRQl6y9E9ZqzskgIM4TJtE9X {  }
 }@media only screen and (max-width: 763px) { #wsIKxsUDRdgTvcB4CKmBqwXEQ0B2q7F1 { display:block; }#wsIKxsUDRdgTvcB4CKmBqwXEQ0B2q7F1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B4CKPP6yw8Swrvunfy67NdIvN8cgPFU1 { display:block; }#B4CKPP6yw8Swrvunfy67NdIvN8cgPFU1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NzUypWPRzfXsL6Id3HVcD4FsRr6geTak { width:47.75rem;height:3.6875rem;top:2.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #llgrOxUerF8uPu6DsngVbPqdzvBTU6FX { width:47.75rem;height:5.5rem;top:1.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkg2nuwDq1kzmgOr52Bqw0z5uwdyTTOw { display:block; }#Tkg2nuwDq1kzmgOr52Bqw0z5uwdyTTOw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dRkV9M9VUoSDRZoM1Wb10demtppWF9Lg { width:47.75rem;height:2.5rem;top:2.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZS8BdGA4MoAObnKT7NLHTmmlgWA4Qx5 { width:47.75rem;height:3.6875rem;top:4.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiW3S3Hr2CpefCibhPsW5vMGJcHWUIyO { top:9.25rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN9ZXAnNQW2WwstN8OLuPLASFezAm7tA { top:13.875rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVuCpz3MWkB1bEpzbKXvFMAuL3EcaTZw { width:12.5rem;height:9.4375rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7HXVJqLUzhzNRydviW2JyJBkVl9UXeZ { width:12.5rem;height:9.375rem;top:20.3125rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mL3PW6Pvia63J3eVhECC5bqsTm0axfsb { width:12.5rem;height:9.375rem;top:20.3125rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HW9E7vBvr9wPDq4QGBtdoVBoX4waWTrh { width:12.5rem;height:9.375rem;top:20.3125rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qflOqOedxcWgyXqNTFIBcxy2F8kmpFoe { top:17.0625rem;left:0rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTvsBDGQ20idbTuGNt96quoBxh8KlIfg { top:17.4375rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKMust21W0sJE2BIm4RBIcw8rZeuksRy { top:17.5625rem;left:14.9375rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8J5zTcd97KGo3s51iKi3E6MAAHDL3v5 { top:17.125rem;left:14.5rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIOSfuCfBm3TR4uTvzWwcWqyb1cwDs0A { top:17.5625rem;left:29.9375rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mmcvloa3b9hOM3IOifCGwTgGwh9oSJgq { top:17.125rem;left:29.5rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCw0bV4l7FTou3JUaTWqyZT9Gps3TTL0 { top:17.5625rem;left:44.3125rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8nPfsEzTyRRnkoWhlHfR0D8mVnHUVNT { top:17.125rem;left:43.5rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsRMTd40kgH6HTAUywiJcFIMX7qlCgJz { top:17.875rem;left:0.34375rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5XM4AsRbkH37iprze2HkA9kfgpTJzv5 { top:18rem;left:15.499755859375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rztdry8AW3zge6e558W4tFhEmGrO2QDS { top:17.875rem;left:30.34375rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsx7mq45exUaUT1AsNwE7WlQ34OoLRUG { top:17.875rem;left:44.84375rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5bcOEz9ovEwkuT4xm2amk2f0v6bhl8l { top:22.3125rem;left:0rem;width:10.125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnFZ7AACyXsSZqQRu0H8c7G359gpsPVE { top:23.6875rem;left:11.53125rem;width:10.1875rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zknvWDNQeGQ8Sdcm55mp79fXXG2A4V1y { top:23.6875rem;left:26.53125rem;width:10.1875rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0DNvRUFKADnnXJqBJfnn246G1ALW0iL { top:23.0625rem;left:37.5625rem;width:10.1875rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #koTUocukpS1XwvIRyT2AJT0LBNp7kXud { display:block; }#koTUocukpS1XwvIRyT2AJT0LBNp7kXud > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wXFrPs9Jv4aBThsPlU91i9E9aSL9DT8M { width:47.75rem;height:2.5rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCLvMv55b5KP1RBkOwAOBTuIqcIoJdgC { width:47.75rem;height:3.6875rem;top:4.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF3yiLuyLGpeCl1KVVZXlFSTuyF7VyHT { top:10.75rem;left:0rem;width:47.75rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCuK69aSFTm2VfU7eTRnqcStzq9D1Cdf { width:40.625rem;height:2.5rem;top:7.9375rem;left:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 { display:block; }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dx94ffpPMvXGRToeJmQtv5mA0uB1hy2H { top:2.1875rem;left:4.75rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMiz7MnvhMxyiIbIHe9piQHEPkR0wT7n { width:10rem;height:3.25rem;top:29rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4FRALGIQhchCH5d5WZmrPngtdLgJvwx { width:12.5rem;height:9.4375rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKSsl1w74SAkILm3XTlGakcnDizikGJf { width:12.5rem;height:9.375rem;top:27.4375rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuiqpzyRZOeew7Ou0SxNsV078Rf6OHC3 { width:4.4375rem;height:3.6875rem;top:28.75rem;left:14.15625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCkyypJQSEzn3UnKIrstNdlaKo91v5KO { width:9.375rem;height:1.625rem;top:32.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIRBxUDT2hSZoUBvV5K4BGaQ7P4J02qa { width:9.375rem;height:1.625rem;top:32.6875rem;left:11.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKetutC9ca7q6kwlc8F3aZ7CpsAbpRHI { width:12.5rem;height:9.375rem;top:27.4375rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #On4fRMdHTBNebHX0Srimuf5q9XcnbcI6 { width:10rem;height:3.6875rem;top:29rem;left:25.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTABWGxSvBEKpLlF0SxWm3PmfDhytgCd { width:10.875rem;height:1.625rem;top:32.6875rem;left:25.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jo1Rfi5D7oFAiOn0Xw5DcHZ1Xs3hX45F { width:12.5rem;height:9.375rem;top:27.4375rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTcPJFv3LFnZMUuMyoZKLekADwEGVedh { width:4.375rem;height:3.6875rem;top:28.75rem;left:43.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikksTSmWg8NEGMLtxtOTh3LkZrbwOhDW { width:9.375rem;height:1.625rem;top:32.6875rem;left:38.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXzdTQWHD3xWQavHKLRclsgeP0xTo9aV { display:none; }
 }@media only screen and (max-width: 763px) { #o6P6phT16y3IlNrlAnzgKINmofThsoAt { display:block; }#o6P6phT16y3IlNrlAnzgKINmofThsoAt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xLEnS4k0JvgSQ1fU8ZwIMT2odOJiAOBw { width:27.5rem;height:2.5rem;top:5.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cai07i79713CMq6oTwb15H1Z5kDfdqyR { top:3.75rem;left:0rem;width:11.875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIuTbiukviXnDBXzHhy1kbS6mgnIxJ1L { width:27.5rem;height:2.5rem;top:5.75rem;left:20.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkRbpFIsdcJ2xbtM3XiANWR6KpUISoeg { top:3.8125rem;left:32.3125rem;width:13.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRxqp0zLhX3TdiTt1zFH0PM03MaR26Z9 { top:12rem;left:0rem;width:23.75rem;height:17.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWotrHxdg3Uzdgohvtut6sAD73wqTis7 { top:12.5625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CF3ysw16Xcf6BnZdivXHbV9b7HEiTldi { top:14.875rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2BrWflHKLvTfS8ThoSGPsTyySxVbuXn { top:10.125rem;left:26.0625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7g3gns08ElqEUshRmq1pMQJNbGy8R7d { top:12.4375rem;left:26.0625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWO1EM7kBe3ORcnsKdmdyo0Evl73bAww { top:15.0625rem;left:26.0625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC5qCTopBnrlVmem4D8Z39MOkRooXxnT { top:17.625rem;left:26.0625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dguwwMOcmtA35ikEtiT3w7NsHLIC59Gu { top:17.5rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9XV5fogOys5AkGLmsOfb15enh3TxICP { top:9.5rem;left:23.9375rem;width:23.75rem;height:22.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJ7qluFDqLKmTGUXB7H8IgyaKwM5uT7X { top:20.0625rem;left:26.0625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OImSohmsIekNaD5pie0g6GAoqkS9omUl { top:20.0625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CB7bItUToI3I6AsZIvDIGXKavmtusKbE { top:22.625rem;left:26.0625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaZoy14ardW0ZurtfDcWpdoaJ4dINy1R { top:22.5rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNxVfPVIeHhb9woJbzogu6pPmr7KVV1n { top:25.25rem;left:26.0625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCSzXNL4bbmaGKVo9wx2WLLpcUn8Vyg2 { top:25.0625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZhtMJfbdNb2lgZoQZnSPwF8rTCwqSVz { top:27.625rem;left:26.0625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPxUen5PTpJvszNfreHTRv0SouFwnaM6 { top:30.0625rem;left:26.0625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3I6PtB174z3oCKSXMuSlZKGpEr06SIK { top:10.75rem;left:20.5625rem;width:0.125rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0AR4J6kiKWz8apTuJP1MdPhFbCelVwb { display:block; }#i0AR4J6kiKWz8apTuJP1MdPhFbCelVwb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s97o3T0LLX9ek0kg8UC67M9FS2kkEcZG { width:47.75rem;height:2.5rem;top:2.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAWS8zaoGMgDT751NgSH7ZbfOJ5DNJUe { width:47.75rem;height:2.625rem;top:4.75rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTV8CqfZTWqriVAaQtp1Udb4U9QxZD1m { display:block; }#LTV8CqfZTWqriVAaQtp1Udb4U9QxZD1m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O0B36fVV4cU3tG9dPoIXOfLNXC2zv1os { width:13.8125rem;height:7.5rem;top:9.75rem;left:1.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzXWwzffbskTJEP0tJH2Cp5CEZEaXQOV { width:7.0625rem;height:7.0625rem;top:0.75rem;left:20.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Torasu6TJEcfQWIFTSFc1vkmgQuEZTAT { width:13.6875rem;height:7.5rem;top:9.75rem;left:32.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gq9IJIkWKJrlIZHDweqvTXNyUyTS2XUU { width:7.0625rem;height:7.0625rem;top:0.75rem;left:36.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7nPacEaTn6JSrnDvcfsnMofGt28tKad { width:15rem;height:7.5rem;top:9.75rem;left:16.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWATsTnbd5BdzqhTQUXM8zsmInXtP57C { width:7.0625rem;height:7.0625rem;top:0.8125rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zq4PSFUHUr4oRIQ1WT2SXwMtk4ywn2Ra { width:13.125rem;height:2.5rem;top:19.1875rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdoBVX0Jopais3heHrcr7hEVspLBoIuL { width:14rem;height:2.5rem;top:19.1875rem;left:16.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcvsMKGRhEGXpIGOGV0dXLJn3aBkymDs { width:13.125rem;height:2.5rem;top:19.1875rem;left:33.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzNoWi31pqAGusHeVzWPpEunaOhAKm4F { display:block; }#UzNoWi31pqAGusHeVzWPpEunaOhAKm4F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #msnfH9cqzDqDGpgFKxNiHSFihpkSp28B { width:47.75rem;height:2.5rem;top:2.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UW2g5Pq0ZyDooOBD0R7wfZ2pfMTdogzJ { width:47.75rem;height:2.625rem;top:4.5625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUOzgzL8f8JFDMt1fPtZgLxXdJNl1mnN { width:47.75rem;height:3.875rem;top:7.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ob1t9E2BfBnNkIhKCWzKGMxBcH077rXT { width:14.75rem;height:;top:10.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbxCTVCL1vOgTkKWb8NtZNT4kIz5Wllg { width:45.6875rem;height:2.875rem;top:13.4375rem;left:0.9996337890625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVwUd0pgrKEsnxTttV2lreoCoB3bEMKc { display:block; }#qVwUd0pgrKEsnxTttV2lreoCoB3bEMKc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s6qoFXEXxOVXMUyb7KcbgGUHpZDJzcwr { width:32.625rem;height:10.25rem;top:11.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a03cX6K4nmwcPBKFuHe0kdUChzENhDLE { width:30.625rem;height:3.875rem;top:24.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJsr8b7tA8C0SaWSpRLa0ToIoQSWuALm { width:26.25rem;height:43.0625rem;top:2rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V .widget-regular-label { width:21.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V .widget-input-text { width:21.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V .widget-input-text {padding-top: 0; padding-bottom: 0;}#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V .widget-textarea { width:21.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V .widget-input-select { width:21.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V .widget-input-select {padding-top: 0; padding-bottom: 0;}#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V .widget-input-button { width:21.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V .widget-checkbox-label { width:20.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V  { width:21.4375rem;height:auto;top:2.3125rem;left:23.8125rem; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V .radio-container { width:21.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V {display:block;}#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V { width:21.4375rem;height:auto;top:2.3125rem;left:23.8125rem; }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #SRxF8CkcaZDgpuBrw9ZFCBAWMOQNiAKs { z-index:1; }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #bM1HSwaDDfrPRaIKJ6NwyAQGfncX0qEs { display:block; }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #U1mQiybCJz7MfiHnQ84Ulp5VKVeaIcJn {  }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #gcCzAOi1SwO4aEuH4sT6KU6G043xA7ph { z-index:1; }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #oISMRwNDOVV81Qze4lWoSsX85xhuhLNG { display:block; }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #wu7gg5EMbW1001yhIDTu1D2UAayPistb {  }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #PksL7l1UCIuE2ni6OXuBRxX8RI7pqVCS { z-index:1; }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #NRWr6WeMmJMWkwqBvwbydvkkNTpzi9xn { display:block; }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #m1dCoQ7pD2IXbkHpfgh8bvBNxCRC8uUM {  }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #cW8X8dqfERNJUVHHoqcykTHTflFWzKW7 { z-index:1; }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #IUwSP7n9mbBg53XDsP22pgoT12FwL8GV { display:block; }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #zXL8vxePyhqrZ1EEz3P76Q5I1bEopsJy {  }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #lSz9WU5mmgAiDvidJxfe0wQImAluSSkk {  }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #Ms15bEgr7FIA8oVmlEKlOvuP8NkC61ix { display:block; }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #Msoag6kTh4ZnMsMFX2QinP1VMCk7z3cx {  }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #DAATTEppJSEgEKOG8rgl0NxI4oaoxiHS {  }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #H8KRJ20TJiS41afblJxcTa788T5pn8Pr { display:block; }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #CmnCulbDX2RgouhLTiiy1TnunGAHPKdH {  }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #vrRUJDF8degNOLBGeTAU0VgcqoNLp5Oe {  }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #lLSzNFmg1Jra86PK0Toal9UXWoLtAT0J { display:block; }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #LHgO0TSla4kGZPXfTdDQtAst9UnQQ5Th {  }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #sqA2SggBgyW3baL6wXegFELuFdv4v3XQ {  }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #Dv0mHA9uSgNSA9V2dNuC85KF4kIM7rH3 { display:block; }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #iikSp0acBxV5D76CthBgcd8JXvfGGbxM {  }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #zHlMn51wZeNLumxdQXbcSGxXRMk4Nu76 {  }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #N3B6PHN23lH7TolBuAfDMxoBSaTFW6eT { z-index:2; }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #kPRKlWxQ9XtlSwVQvHWTt16EZtchWGPy {  }
 }@media only screen and (max-width: 763px) { #OwmwMHTqCbXxoOxh8meU8PDmneVTvZsd { z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #Esq6h3WKaHTiBTCq6C8x2T8ObLn87DQN { z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #s43BLUSys2h0lQnJsSwxAgfhxTz20NdT { z-index:1; }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #SSOs9QOCfoqblapfcnZhnUDAClEO6zQu {  }
 }@media only screen and (max-width: 763px) { #x3q41cLHCDMLTL90qXt3Q9IPeecxi4Eq { display:block; }#x3q41cLHCDMLTL90qXt3Q9IPeecxi4Eq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #erazSFxTzdiVTgFwcPU5rEHbTGTdA4UI { top:5.125rem;left:8rem;width:31.75rem;height:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ng04VGf1rgBFd2sL1r1EfR8Wy2Ulf3wT { top:1.8125rem;left:20.75rem;width:2.5rem;height:2.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eg8Ag47A9ZHmb9qU0SiHug6qXls5HOhk { top:1.8125rem;left:17.125rem;width:2.5rem;height:2.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMpwAwmT2aT9LuTGPUWE4Rq2i9tVpEzc { top:1.8125rem;left:24.5rem;width:2.5rem;height:2.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMpWCciwLxh6ewZ9ybTLAHtSBXxfulb6 { top:2.125rem;left:28.8125rem;width:1.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/Q5SwMcHl/acu_brisbane_1.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;z-index:auto;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(18,62,134,0.59); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(18,62,134,0.59); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:76.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FsJGzAhoJkyPDGRPO7r7vdmRRMIsuQnT { width:15.625rem;height:4.375rem;top:1.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2aqHLmTkbblfRLVvW9y1y5xRDqnIQLC { width:18.75rem;height:2.875rem;top:8.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtU3CSR34MdmIovOXH5QqAaB3idrhtDz { top:71.4375rem;left:4.375rem;width:11.25rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxuJRbih4XH4diGLAPDQlg2Wz1a4ZJvc { display:block; }
 }@media only screen and (max-width: 763px) { #rvDxy0CCCGbPsSus1kP5l8NvHLLPakOL { width:20rem;height:38.875rem;top:30.25rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #gld5ZMG8dgAyRl008wMel8iNESTOrkAP { display:flex;width:13.625rem;height:13.625rem;top:14rem;left:3.1875rem; }
 }@media only screen and (max-width: 763px) { #fE5Ax65PaEzIf717WbX131NBhhfcsdsn { width:10.9375rem;height:10.9375rem;top:15.375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe .widget-form-header {  }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:17.5rem;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; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:quicksand;vertical-align:top; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe .widget-input-text {padding-top: 0; padding-bottom: 0;}#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:quicksand;vertical-align:top; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #011423;border-left:0.0625rem solid #011423;border-right:0.0625rem solid #011423;border-bottom:0.0625rem solid #011423;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:17.5rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:quicksand;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe .widget-input-select {padding-top: 0; padding-bottom: 0;}#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe .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; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0002a8, #000000);background-image: -moz-linear-gradient(180deg, #0002a8, #000000);background-image: -ms-linear-gradient(180deg, #0002a8, #000000);background-image: -o-linear-gradient(180deg, #0002a8, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0002a8', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0002a8', endColorstr='#000000' );";background-image: linear-gradient(180deg, #0002a8, #000000);background-size:initial !important;border-top:0;border-right:0;border-bottom:0.3125rem solid #000164;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:17.5rem;height:4.0625rem;font-family:montserrat;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,2,168,0.5) ; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe [class*="-text"]:-moz-placeholder { color:#161616;font-family:quicksand;font-size:0.875rem; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe [class*="-text"]::-moz-placeholder { color:#161616;font-family:quicksand;font-size:0.875rem; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:quicksand;font-size:0.875rem; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:quicksand;font-size:0.875rem; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe .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:16.3125rem;overflow:hidden;font-style:normal; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe .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; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:quicksand;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe .widget-container:first-of-type{padding-top:0;}#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe .widget-container:last-of-type{padding-bottom:0;}#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:30.25rem;z-index:15003; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe .widget-info-text { display:block;height:auto;font-family:quicksand;font-size:0.75rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe {display:block;}#JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:30.25rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #MsQT4lQKqsJ6F5kJka9vCTPo09ISALNs { z-index:1; }
 }@media only screen and (max-width: 763px) { #JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #CPWok9NUobv6HtyhurbTvap55xtFIEcy { display:block; }
 }@media only screen and (max-width: 763px) { #JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #tZvlXAOUF4AoDpzdxHRdTmx6ODigPInT {  }
 }@media only screen and (max-width: 763px) { #JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #dskZFr0nN58fayLAZ3DoiBFSDO9W6GUm { z-index:1; }
 }@media only screen and (max-width: 763px) { #JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #SODoumUPvZzeHtnZGMpA3ITA6UZulKsC { display:block; }
 }@media only screen and (max-width: 763px) { #JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #hLcuqraCqpHQV4162Nl136VOGFwJUzTM {  }
 }@media only screen and (max-width: 763px) { #JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #FB2fkJVD9reJ88ZN4t4Dev8OH7T5AhPm { z-index:1; }
 }@media only screen and (max-width: 763px) { #JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #g0zfwmecwRFTg48t6BErz9QMlsxUgG2X { display:block; }
 }@media only screen and (max-width: 763px) { #JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #vH6iP3vVT1gkZua0rQaTldNQRzW8ZoAO {  }
 }@media only screen and (max-width: 763px) { #JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #sDNrTRwQODVGgQQuu5zW9LesKM7J3H3n { z-index:1; }
 }@media only screen and (max-width: 763px) { #JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #tytiAQN92N8TPMTOJK5w2D2ln45nwswO { display:block; }
 }@media only screen and (max-width: 763px) { #JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #ga0HT87w5v7GNtgGns5qL7bCSFvIDHut {  }
 }@media only screen and (max-width: 763px) { #JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #N5iIfSnmGth4q3RLpRvW8FMJRmQs8tyK {  }
 }@media only screen and (max-width: 763px) { #JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #dCPyzDTAPuZBctBGGBLxz9nakwt9vXTs { display:block; }
 }@media only screen and (max-width: 763px) { #JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #RbgKWZT39TgSKTX5PZMnxohxb9TnUEEE {  }
 }@media only screen and (max-width: 763px) { #JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #MPyvm3adqx7ehHd7wPNZ36colhz6sgFL {  }
 }@media only screen and (max-width: 763px) { #JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #GGtsQ4daP2h3iEnTmzvJ8KiNpRBTHvhT { display:block; }
 }@media only screen and (max-width: 763px) { #JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #nReHfbcHLNKHHBEBPfkKerGA4Ft9QLvk {  }
 }@media only screen and (max-width: 763px) { #JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #walgt0Ow1qdRfJXVQbgDMB2oKV9Ddv3p {  }
 }@media only screen and (max-width: 763px) { #JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #WmqaBorNsVumTQd1R6sO3xbGDxgID0Wl { display:block; }
 }@media only screen and (max-width: 763px) { #JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #S1Neql60Vfme3lEJMvmCet1dTeS3J3b6 {  }
 }@media only screen and (max-width: 763px) { #JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #i9VGomkIyPXBG86nudX7kquALH8JZFrG {  }
 }@media only screen and (max-width: 763px) { #JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #KfDh2qxAMkiA4r4HbTRaG8VNmdnZ4asK { z-index:2; }
 }@media only screen and (max-width: 763px) { #JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #mxzILvlpfbJzIwU2x5i0LaWznDNF94e8 {  }
 }@media only screen and (max-width: 763px) { #w4wMtwAvTg9MF8qZDkzCV3dgiHHy3rNr { z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #XyA0xN7bAuTOs9rk9fTyu3SwaxbFrAMi { z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #Fw0TGRHoTXCA71gS6yg03TxfrIz3Z5bK { z-index:1; }
 }@media only screen and (max-width: 763px) { #JgXWhQRsogAKTQpsmZOn5CZbvRlKLzPe #Hwc1kN5guRQl6y9E9ZqzskgIM4TJtE9X {  }
 }@media only screen and (max-width: 763px) { #wsIKxsUDRdgTvcB4CKmBqwXEQ0B2q7F1 { display:block; }#wsIKxsUDRdgTvcB4CKmBqwXEQ0B2q7F1 > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B4CKPP6yw8Swrvunfy67NdIvN8cgPFU1 { background-color:#010f46;background-image:none;display:block; }#B4CKPP6yw8Swrvunfy67NdIvN8cgPFU1 > .row .container { background-color: transparent; background-image: none; }#B4CKPP6yw8Swrvunfy67NdIvN8cgPFU1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B4CKPP6yw8Swrvunfy67NdIvN8cgPFU1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B4CKPP6yw8Swrvunfy67NdIvN8cgPFU1 > .row .container > .video-iframe-container { display: none; }#B4CKPP6yw8Swrvunfy67NdIvN8cgPFU1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B4CKPP6yw8Swrvunfy67NdIvN8cgPFU1 > .row > .video-iframe-container { display: none; }#B4CKPP6yw8Swrvunfy67NdIvN8cgPFU1 > .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); }#B4CKPP6yw8Swrvunfy67NdIvN8cgPFU1 > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NzUypWPRzfXsL6Id3HVcD4FsRr6geTak { width:18.75rem;height:1.25rem;top:2.75rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #llgrOxUerF8uPu6DsngVbPqdzvBTU6FX { width:18.375rem;height:15.75rem;top:1.03125rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkg2nuwDq1kzmgOr52Bqw0z5uwdyTTOw { display:block; }#Tkg2nuwDq1kzmgOr52Bqw0z5uwdyTTOw > .row .container { width:20rem;height:76.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dRkV9M9VUoSDRZoM1Wb10demtppWF9Lg { width:20rem;height:1.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZS8BdGA4MoAObnKT7NLHTmmlgWA4Qx5 { width:20rem;height:1.4375rem;top:2.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiW3S3Hr2CpefCibhPsW5vMGJcHWUIyO { width:20rem;height:8.75rem;top:6.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN9ZXAnNQW2WwstN8OLuPLASFezAm7tA { width:20rem;height:5rem;top:16.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVuCpz3MWkB1bEpzbKXvFMAuL3EcaTZw { width:12.5rem;height:9.4375rem;top:25.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7HXVJqLUzhzNRydviW2JyJBkVl9UXeZ { width:12.5rem;height:9.375rem;top:39.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mL3PW6Pvia63J3eVhECC5bqsTm0axfsb { width:12.5rem;height:9.375rem;top:52.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HW9E7vBvr9wPDq4QGBtdoVBoX4waWTrh { width:12.5rem;height:9.375rem;top:65.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qflOqOedxcWgyXqNTFIBcxy2F8kmpFoe { display:flex;width:4.25rem;height:4.25rem;top:22.5625rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #PTvsBDGQ20idbTuGNt96quoBxh8KlIfg { display:flex;width:3.4375rem;height:3.4375rem;top:23rem;left:8.3125rem; }
 }@media only screen and (max-width: 763px) { #NKMust21W0sJE2BIm4RBIcw8rZeuksRy { display:flex;width:3.4375rem;height:3.4375rem;top:36.3125rem;left:8.3125rem; }
 }@media only screen and (max-width: 763px) { #U8J5zTcd97KGo3s51iKi3E6MAAHDL3v5 { display:flex;width:4.25rem;height:4.25rem;top:35.90625rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #zIOSfuCfBm3TR4uTvzWwcWqyb1cwDs0A { display:flex;width:3.4375rem;height:3.4375rem;top:49.5rem;left:8.3125rem; }
 }@media only screen and (max-width: 763px) { #Mmcvloa3b9hOM3IOifCGwTgGwh9oSJgq { display:flex;width:4.25rem;height:4.25rem;top:49.125rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #MCw0bV4l7FTou3JUaTWqyZT9Gps3TTL0 { display:flex;width:3.4375rem;height:3.4375rem;top:62.6875rem;left:8.3125rem; }
 }@media only screen and (max-width: 763px) { #k8nPfsEzTyRRnkoWhlHfR0D8mVnHUVNT { display:flex;width:4.25rem;height:4.25rem;top:62.3125rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #KsRMTd40kgH6HTAUywiJcFIMX7qlCgJz { width:2.5625rem;height:2.5625rem;top:23.4375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5XM4AsRbkH37iprze2HkA9kfgpTJzv5 { width:2.1875rem;height:2.1875rem;top:36.7880859375rem;left:8.8740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rztdry8AW3zge6e558W4tFhEmGrO2QDS { width:2.5625rem;height:2.5625rem;top:49.875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsx7mq45exUaUT1AsNwE7WlQ34OoLRUG { width:2.5625rem;height:2.5625rem;top:63.0625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5bcOEz9ovEwkuT4xm2amk2f0v6bhl8l { width:10.125rem;height:5rem;top:27.84375rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnFZ7AACyXsSZqQRu0H8c7G359gpsPVE { width:10.1875rem;height:2.5rem;top:42.46875rem;left:4.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zknvWDNQeGQ8Sdcm55mp79fXXG2A4V1y { width:10.1875rem;height:3.75rem;top:55.6875rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0DNvRUFKADnnXJqBJfnn246G1ALW0iL { width:10.1875rem;height:5rem;top:68.25rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #koTUocukpS1XwvIRyT2AJT0LBNp7kXud { display:block; }#koTUocukpS1XwvIRyT2AJT0LBNp7kXud > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wXFrPs9Jv4aBThsPlU91i9E9aSL9DT8M { width:19.625rem;height:2.875rem;top:1.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCLvMv55b5KP1RBkOwAOBTuIqcIoJdgC { width:18.75rem;height:1.4375rem;top:4.8125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF3yiLuyLGpeCl1KVVZXlFSTuyF7VyHT { width:19.3125rem;height:15rem;top:9.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCuK69aSFTm2VfU7eTRnqcStzq9D1Cdf { width:20rem;height:2.875rem;top:6.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/v9c78fWV/nastuh-abootalebi-284880.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9.adaptive-delivery-prevent-bg, #Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9.lazyload, #Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9.lazyloading { background-image: none; }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 > .row .container { background-color: transparent; background-image: none; }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 > .row .container > .video-iframe-container { display: none; }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 > .row > .video-iframe-container { display: none; }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 > .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); }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 > .row .container { width:20rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dx94ffpPMvXGRToeJmQtv5mA0uB1hy2H { height:11.25rem;width:20rem;top:43.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bMiz7MnvhMxyiIbIHe9piQHEPkR0wT7n { width:7.0625rem;height:2rem;top:15.4375rem;left:1.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4FRALGIQhchCH5d5WZmrPngtdLgJvwx { width:8.875rem;height:6.625rem;top:14.1875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKSsl1w74SAkILm3XTlGakcnDizikGJf { width:8.9375rem;height:6.6875rem;top:14.1875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuiqpzyRZOeew7Ou0SxNsV078Rf6OHC3 { width:3.625rem;height:2rem;top:15.4375rem;left:12.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCkyypJQSEzn3UnKIrstNdlaKo91v5KO { width:7.75rem;height:1.4375rem;top:17.4375rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIRBxUDT2hSZoUBvV5K4BGaQ7P4J02qa { width:6rem;height:1.4375rem;top:17.4375rem;left:11.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKetutC9ca7q6kwlc8F3aZ7CpsAbpRHI { width:8.6875rem;height:6.5rem;top:21.75rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #On4fRMdHTBNebHX0Srimuf5q9XcnbcI6 { width:5.25rem;height:2rem;top:22.9375rem;left:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTABWGxSvBEKpLlF0SxWm3PmfDhytgCd { width:8.625rem;height:2.875rem;top:24.9375rem;left:0.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jo1Rfi5D7oFAiOn0Xw5DcHZ1Xs3hX45F { width:8.6875rem;height:6.4375rem;top:21.8125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTcPJFv3LFnZMUuMyoZKLekADwEGVedh { width:5.25rem;height:2rem;top:22.9375rem;left:12.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikksTSmWg8NEGMLtxtOTh3LkZrbwOhDW { width:9.3125rem;height:1.4375rem;top:25.6875rem;left:10.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXzdTQWHD3xWQavHKLRclsgeP0xTo9aV { height:11.25rem;width:20rem;top:1.6875rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #o6P6phT16y3IlNrlAnzgKINmofThsoAt { display:block; }#o6P6phT16y3IlNrlAnzgKINmofThsoAt > .row .container { width:20rem;height:56.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xLEnS4k0JvgSQ1fU8ZwIMT2odOJiAOBw { width:20rem;height:1.4375rem;top:3.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cai07i79713CMq6oTwb15H1Z5kDfdqyR { width:11.9375rem;height:2rem;top:1.625rem;left:4.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIuTbiukviXnDBXzHhy1kbS6mgnIxJ1L { width:20rem;height:1.4375rem;top:24.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkRbpFIsdcJ2xbtM3XiANWR6KpUISoeg { width:13.1875rem;height:2rem;top:22.375rem;left:3.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRxqp0zLhX3TdiTt1zFH0PM03MaR26Z9 { width:16.8125rem;height:16.1875rem;top:6.1875rem;left:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWotrHxdg3Uzdgohvtut6sAD73wqTis7 { width:1.4375rem;height:1.4375rem;top:53.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CF3ysw16Xcf6BnZdivXHbV9b7HEiTldi { width:1.4375rem;height:1.4375rem;top:9rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2BrWflHKLvTfS8ThoSGPsTyySxVbuXn { width:1.4375rem;height:1.4375rem;top:32.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7g3gns08ElqEUshRmq1pMQJNbGy8R7d { width:1.4375rem;height:1.4375rem;top:6.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWO1EM7kBe3ORcnsKdmdyo0Evl73bAww { width:1.4375rem;height:1.4375rem;top:11.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC5qCTopBnrlVmem4D8Z39MOkRooXxnT { width:1.4375rem;height:1.4375rem;top:15.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dguwwMOcmtA35ikEtiT3w7NsHLIC59Gu { width:1.4375rem;height:1.4375rem;top:13.53125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9XV5fogOys5AkGLmsOfb15enh3TxICP { width:16.875rem;height:27.75rem;top:27.5625rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJ7qluFDqLKmTGUXB7H8IgyaKwM5uT7X { width:1.4375rem;height:1.4375rem;top:28.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OImSohmsIekNaD5pie0g6GAoqkS9omUl { width:1.4375rem;height:1.4375rem;top:18.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CB7bItUToI3I6AsZIvDIGXKavmtusKbE { width:1.4375rem;height:1.4375rem;top:51rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaZoy14ardW0ZurtfDcWpdoaJ4dINy1R { width:1.4375rem;height:1.4375rem;top:30.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNxVfPVIeHhb9woJbzogu6pPmr7KVV1n { width:1.4375rem;height:1.4375rem;top:39.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCSzXNL4bbmaGKVo9wx2WLLpcUn8Vyg2 { width:1.4375rem;height:1.4375rem;top:35.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZhtMJfbdNb2lgZoQZnSPwF8rTCwqSVz { width:1.4375rem;height:1.4375rem;top:46.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPxUen5PTpJvszNfreHTRv0SouFwnaM6 { width:1.4375rem;height:1.4375rem;top:44.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3I6PtB174z3oCKSXMuSlZKGpEr06SIK { width:20rem;height:0.125rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0AR4J6kiKWz8apTuJP1MdPhFbCelVwb { display:block; }#i0AR4J6kiKWz8apTuJP1MdPhFbCelVwb > .row .container { width:20rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s97o3T0LLX9ek0kg8UC67M9FS2kkEcZG { width:20rem;height:1.4375rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAWS8zaoGMgDT751NgSH7ZbfOJ5DNJUe { width:18.75rem;height:4.625rem;top:3rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTV8CqfZTWqriVAaQtp1Udb4U9QxZD1m { display:block; }#LTV8CqfZTWqriVAaQtp1Udb4U9QxZD1m > .row .container { width:20rem;height:67.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O0B36fVV4cU3tG9dPoIXOfLNXC2zv1os { width:13.125rem;height:7.5rem;top:10.0625rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzXWwzffbskTJEP0tJH2Cp5CEZEaXQOV { width:7.0625rem;height:7.0625rem;top:23.3125rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Torasu6TJEcfQWIFTSFc1vkmgQuEZTAT { width:13.125rem;height:8.75rem;top:55.5rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gq9IJIkWKJrlIZHDweqvTXNyUyTS2XUU { width:7.0625rem;height:7.0625rem;top:46.8125rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7nPacEaTn6JSrnDvcfsnMofGt28tKad { width:13.125rem;height:8.75rem;top:32.0625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWATsTnbd5BdzqhTQUXM8zsmInXtP57C { width:7.0625rem;height:7.0625rem;top:1.375rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zq4PSFUHUr4oRIQ1WT2SXwMtk4ywn2Ra { width:13.125rem;height:2.5rem;top:19rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdoBVX0Jopais3heHrcr7hEVspLBoIuL { width:14rem;height:2.5rem;top:42.3125rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcvsMKGRhEGXpIGOGV0dXLJn3aBkymDs { width:13.125rem;height:1.25rem;top:65.5625rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzNoWi31pqAGusHeVzWPpEunaOhAKm4F { display:block; }#UzNoWi31pqAGusHeVzWPpEunaOhAKm4F > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #msnfH9cqzDqDGpgFKxNiHSFihpkSp28B { width:20rem;height:1.4375rem;top:1.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UW2g5Pq0ZyDooOBD0R7wfZ2pfMTdogzJ { width:18.75rem;height:3.625rem;top:3.6875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUOzgzL8f8JFDMt1fPtZgLxXdJNl1mnN { width:19.5rem;height:10rem;top:8.875rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ob1t9E2BfBnNkIhKCWzKGMxBcH077rXT { width:14.75rem;height:0;top:21.5rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbxCTVCL1vOgTkKWb8NtZNT4kIz5Wllg { width:18.8125rem;height:1.25rem;top:20.3125rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVwUd0pgrKEsnxTttV2lreoCoB3bEMKc { background-color:transparent;background-image:url("https://images.assets-landingi.com/wP65bQJN/brisbane_local_marketing_nHiPAtsZcCo_unsplash_1_.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#qVwUd0pgrKEsnxTttV2lreoCoB3bEMKc.adaptive-delivery-prevent-bg, #qVwUd0pgrKEsnxTttV2lreoCoB3bEMKc.lazyload, #qVwUd0pgrKEsnxTttV2lreoCoB3bEMKc.lazyloading { background-image: none; }#qVwUd0pgrKEsnxTttV2lreoCoB3bEMKc > .row .container { background-color: transparent; background-image: none; }#qVwUd0pgrKEsnxTttV2lreoCoB3bEMKc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,47,125,0.63); }#qVwUd0pgrKEsnxTttV2lreoCoB3bEMKc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVwUd0pgrKEsnxTttV2lreoCoB3bEMKc > .row .container > .video-iframe-container { display: none; }#qVwUd0pgrKEsnxTttV2lreoCoB3bEMKc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,47,125,0.63); }#qVwUd0pgrKEsnxTttV2lreoCoB3bEMKc > .row > .video-iframe-container { display: none; }#qVwUd0pgrKEsnxTttV2lreoCoB3bEMKc > .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); }#qVwUd0pgrKEsnxTttV2lreoCoB3bEMKc > .row .container { width:20rem;height:60.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s6qoFXEXxOVXMUyb7KcbgGUHpZDJzcwr { width:18.75rem;height:5.5rem;top:3.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a03cX6K4nmwcPBKFuHe0kdUChzENhDLE { width:18.75rem;height:3.5625rem;top:9.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJsr8b7tA8C0SaWSpRLa0ToIoQSWuALm { width:20rem;height:43.6875rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V .widget-form-header {  }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:17.5rem;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; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:quicksand;vertical-align:top; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V .widget-input-text {padding-top: 0; padding-bottom: 0;}#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:quicksand;vertical-align:top; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #011423;border-left:0.0625rem solid #011423;border-right:0.0625rem solid #011423;border-bottom:0.0625rem solid #011423;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:17.5rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:quicksand;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V .widget-input-select {padding-top: 0; padding-bottom: 0;}#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V .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; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0002a8, #000000);background-image: -moz-linear-gradient(180deg, #0002a8, #000000);background-image: -ms-linear-gradient(180deg, #0002a8, #000000);background-image: -o-linear-gradient(180deg, #0002a8, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0002a8', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0002a8', endColorstr='#000000' );";background-image: linear-gradient(180deg, #0002a8, #000000);background-size:initial !important;border-top:0;border-right:0;border-bottom:0.3125rem solid #000164;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:17.5rem;height:4.0625rem;font-family:montserrat;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,2,168,0.5) ; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V [class*="-text"]:-moz-placeholder { color:#161616;font-family:quicksand;font-size:0.875rem; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V [class*="-text"]::-moz-placeholder { color:#161616;font-family:quicksand;font-size:0.875rem; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:quicksand;font-size:0.875rem; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:quicksand;font-size:0.875rem; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V .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:16.3125rem;overflow:hidden;font-style:normal; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V .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; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:quicksand;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V .widget-container:first-of-type{padding-top:0;}#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V .widget-container:last-of-type{padding-bottom:0;}#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:14rem;z-index:15003; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V .widget-info-text { display:block;height:auto;font-family:quicksand;font-size:0.75rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V {display:block;}#vnwRBW4wEexy4V2peaCV0NZitVgnyN9V { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:14rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #SRxF8CkcaZDgpuBrw9ZFCBAWMOQNiAKs { z-index:1; }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #bM1HSwaDDfrPRaIKJ6NwyAQGfncX0qEs { display:block; }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #U1mQiybCJz7MfiHnQ84Ulp5VKVeaIcJn {  }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #gcCzAOi1SwO4aEuH4sT6KU6G043xA7ph { z-index:1; }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #oISMRwNDOVV81Qze4lWoSsX85xhuhLNG { display:block; }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #wu7gg5EMbW1001yhIDTu1D2UAayPistb {  }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #PksL7l1UCIuE2ni6OXuBRxX8RI7pqVCS { z-index:1; }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #NRWr6WeMmJMWkwqBvwbydvkkNTpzi9xn { display:block; }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #m1dCoQ7pD2IXbkHpfgh8bvBNxCRC8uUM {  }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #cW8X8dqfERNJUVHHoqcykTHTflFWzKW7 { z-index:1; }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #IUwSP7n9mbBg53XDsP22pgoT12FwL8GV { display:block; }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #zXL8vxePyhqrZ1EEz3P76Q5I1bEopsJy {  }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #lSz9WU5mmgAiDvidJxfe0wQImAluSSkk {  }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #Ms15bEgr7FIA8oVmlEKlOvuP8NkC61ix { display:block; }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #Msoag6kTh4ZnMsMFX2QinP1VMCk7z3cx {  }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #DAATTEppJSEgEKOG8rgl0NxI4oaoxiHS {  }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #H8KRJ20TJiS41afblJxcTa788T5pn8Pr { display:block; }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #CmnCulbDX2RgouhLTiiy1TnunGAHPKdH {  }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #vrRUJDF8degNOLBGeTAU0VgcqoNLp5Oe {  }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #lLSzNFmg1Jra86PK0Toal9UXWoLtAT0J { display:block; }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #LHgO0TSla4kGZPXfTdDQtAst9UnQQ5Th {  }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #sqA2SggBgyW3baL6wXegFELuFdv4v3XQ {  }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #Dv0mHA9uSgNSA9V2dNuC85KF4kIM7rH3 { display:block; }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #iikSp0acBxV5D76CthBgcd8JXvfGGbxM {  }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #zHlMn51wZeNLumxdQXbcSGxXRMk4Nu76 {  }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #N3B6PHN23lH7TolBuAfDMxoBSaTFW6eT { z-index:2; }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #kPRKlWxQ9XtlSwVQvHWTt16EZtchWGPy {  }
 }@media only screen and (max-width: 763px) { #OwmwMHTqCbXxoOxh8meU8PDmneVTvZsd { z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #Esq6h3WKaHTiBTCq6C8x2T8ObLn87DQN { z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #s43BLUSys2h0lQnJsSwxAgfhxTz20NdT { z-index:1; }
 }@media only screen and (max-width: 763px) { #vnwRBW4wEexy4V2peaCV0NZitVgnyN9V #SSOs9QOCfoqblapfcnZhnUDAClEO6zQu {  }
 }@media only screen and (max-width: 763px) { #x3q41cLHCDMLTL90qXt3Q9IPeecxi4Eq { display:block; }#x3q41cLHCDMLTL90qXt3Q9IPeecxi4Eq > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #erazSFxTzdiVTgFwcPU5rEHbTGTdA4UI { width:20rem;height:6.75rem;top:5.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ng04VGf1rgBFd2sL1r1EfR8Wy2Ulf3wT { width:2.5rem;height:2.6875rem;top:2.375rem;left:4.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eg8Ag47A9ZHmb9qU0SiHug6qXls5HOhk { width:2.5rem;height:2.6875rem;top:2.375rem;left:7.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMpwAwmT2aT9LuTGPUWE4Rq2i9tVpEzc { width:2.5rem;height:2.6875rem;top:2.375rem;left:10.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMpWCciwLxh6ewZ9ybTLAHtSBXxfulb6 { width:1.8125rem;height:2.125rem;top:2.6875rem;left:14.125rem;display:block; }
 }