.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7dee2fb2-06d6-4561-b259-c369672852cd/bannerweb2.jpg");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; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.adaptive-delivery-prevent-bg, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyload, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyloading { background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { background-color: transparent; background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.58); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.58); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .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); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { border-width: 0; border-radius: 0; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::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; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { font-size:0.875rem;font-family:arial;height:61.5rem;width:75rem;position:relative;display:block; }#JXpbhtOoymbnONKBOVuTd3ZoVhmTElIO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4370625rem;width:21.6873125rem;top:2.4348959922791rem;left:26.655817031861rem;overflow:hidden;display:block; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-form-header {  }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:#000000;width:22.6875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.6875rem;box-sizing:border-box;height:4.3125rem;color:#161616;font-size:1.4375rem;overflow:hidden;font-family:"open sans";vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ;line-height:3; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.6875rem;box-sizing:border-box;height:5.5625rem;color:#161616;font-size:1.4375rem;overflow:hidden;font-family:"open sans";vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ;line-height:3; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.6875rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:#0e73f8;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:bold;color:#ffffff;width:22.6875rem;height:3.75rem;font-family:"open sans";overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:"open sans";font-size:1.125rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:"open sans";font-size:1.125rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:"open sans";font-size:1.125rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:"open sans";font-size:1.125rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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:ubuntu;line-height:1.3;font-size:0.875rem;font-weight:400;color:#000000;vertical-align:top;width:21.5rem;overflow:hidden;font-style:normal;float:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:first-of-type{padding-top:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:last-of-type{padding-bottom:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:47.186418533325rem;top:28.810764312744rem;z-index:15009;position:absolute;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.6875rem;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;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; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:47.186418533325rem;top:28.810764312744rem;z-index:15009;position:absolute;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ { position:relative; }
#ttXySu3OtCsPwyCExEB4lDrysMA3S0MT { color:#ffffff;display:block;width:36.3125rem;position:absolute;font-family:"open sans";font-size:11.4375rem;font-weight:700;z-index:14998;line-height:.5;letter-spacing:0;top:45.499786376953rem;left:3.4375rem;height:5.71831875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WL01NxIz6tRk1Sn4aaGkMv5ZQRs86cC7 { position:absolute;display:block;z-index:14993;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:33.3125rem;width:26.3125rem;top:21.123699188233rem;left:46.562501907349rem;display:block; }
#UoELtA1JUXSh56T9B2fggJTvw4pQrJPh { color:#f8f292;display:block;width:35.3125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:14995;line-height:1.3;letter-spacing:0;top:19.310547828674rem;left:4.0625019073486rem;height:4.8741375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#umMAbf6GgVGVkoqsTOonSxZq22b1IM7C { color:#033154;display:block;width:22.310125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:22.083333969116rem;left:48.630647659302rem;height:7.4739375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tDhhIIh14syxEESTQLQNKKG8ZS76wqoa { color:#f8f292;display:block;width:22.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:14996;line-height:1.3;letter-spacing:0;top:41.061851501465rem;left:4.5625019073486rem;height:1.62435rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IwEmcwaXoHbzvi5FHE1iFfS2fzqSJ8sV { color:#f8f292;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:400;z-index:14997;line-height:1.3;letter-spacing:0;top:50.624568939209rem;left:35.937501907349rem;height:2.59874375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WAkgdTX0IyhASuqWLgF1dOfodgrG7Ttl { color:#f8f292;display:block;width:43.3115rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:14996;line-height:1.3;letter-spacing:0;top:25.312067031861rem;left:4.0625019073486rem;height:2.11263125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l6rtePiIwctOFgaLbawIZ09vEuUK7nHT { color:#ffffff;display:block;width:1.31225625rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15000;line-height:.9;letter-spacing:0;top:51.312503814698rem;left:40.874567031861rem;height:1.23698125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DliVfCqq6AHLoUSanWygK9WyaTda01sx { color:#ffffff;display:block;width:38.4375rem;position:absolute;font-family:"open sans";font-size:10.3125rem;font-weight:700;z-index:14999;line-height:.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:30.874134063721rem;left:2.1245670318604rem;height:5.15625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TftlNgC5KhKknVipncuwaeONTh9WWwmR { color:#f8f292;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:400;z-index:14998;line-height:1.3;letter-spacing:0;top:35.187284469604rem;left:37.061632156372rem;height:2.59874375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wZzIVQh0BFJIiCHeCZDoSm2tLRfo4gJ5 { color:#ffffff;display:block;width:1.31185rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15001;line-height:.9;letter-spacing:0;top:35.812284469604rem;left:41.999788284302rem;height:1.23698125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { position:relative;display:block; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { background-color: transparent; background-image: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container > .video-iframe-container { display: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row > .video-iframe-container { display: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .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); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { border-width: 0; border-radius: 0; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(251,252,255,0.87);background-image:none;font-size:0.875rem;font-family:arial;height:42rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#kRe5Dv47OfILi5kCpZEfg31MPpxgrScL { color:#272526;display:block;width:37.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:8.7664947509762rem;left:38.062936782837rem;height:4.04948125rem;font-style:normal;display:block; }
#KLt9PWfa0vzy3FZM3T9UEMDGATaKEyHk { background-color:#0d5cb0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.9373125rem;height:3.31163125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:37.192928314209rem;left:42.623697280884rem;display:block; }
#ipACAllWTPNl4qeqXGWN70cWQyvL49QU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rqd1FwzzV9nJLNQ8LTuE2n01VLbribp3 { color:#062764;display:block;width:24.4998125rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.2163629531861rem;left:44.124567031861rem;height:3.41145625rem;font-style:normal;display:block; }
#i3eyXt8r7UR3dSCCsl2ZSP26oU1QyNoT { 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:40.1875rem;width:32.0625rem;top:0.99934768676756rem;left:1.9368495941162rem;overflow:hidden;display:block; }
#ZH4IWRcRNhm2OTV4LTPRz1zgNuVE7Z6c { color:#1c1718;display:block;width:37.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:18.873264312744rem;left:38.062501907349rem;height:12.1484375rem;font-style:normal;display:block; }
#Ml1DHQonnuPOEJGGRGN5qGXqmrMThxEl { color:#000000;display:block;width:36.1198125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:30.463760375976rem;left:38.189020156861rem;height:6.07421875rem;font-style:normal;display:block; }
#iGT7TBe731weRHnbf3yRGTSeO3HbuXxz { color:#050505;display:block;width:36.936875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:13.809463500976rem;left:38.063150405884rem;height:4.04948125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SECn1uXU9eLZuOmkdt343O5MTSWdpq5k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.43706875rem;width:2.43706875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:1.7013883590698rem;left:40.942926406861rem; }
#unIPB9KCluOZqIDOAA6qDNfroM3MtsvD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.43706875rem;width:2.43706875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:1.7013883590698rem;left:68.499353408812rem; }
#Bp6TddckngiX8LcVL66STGVMCopfAgHm { color:#062764;display:block;width:34.3120625rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.6267395019531rem;left:39.092882156372rem;height:2.51844375rem;font-style:normal;display:block; }
#Cqvu2dXfMbnXwmP7ED3yRTGGGxvVkn6A { position:relative;display:block; }#Cqvu2dXfMbnXwmP7ED3yRTGGGxvVkn6A { background-color: transparent; background-image: none; }#Cqvu2dXfMbnXwmP7ED3yRTGGGxvVkn6A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cqvu2dXfMbnXwmP7ED3yRTGGGxvVkn6A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cqvu2dXfMbnXwmP7ED3yRTGGGxvVkn6A > .row .container > .video-iframe-container { display: none; }#Cqvu2dXfMbnXwmP7ED3yRTGGGxvVkn6A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cqvu2dXfMbnXwmP7ED3yRTGGGxvVkn6A > .row > .video-iframe-container { display: none; }#Cqvu2dXfMbnXwmP7ED3yRTGGGxvVkn6A > .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); }#Cqvu2dXfMbnXwmP7ED3yRTGGGxvVkn6A { border-width: 0; border-radius: 0; }#Cqvu2dXfMbnXwmP7ED3yRTGGGxvVkn6A > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Cqvu2dXfMbnXwmP7ED3yRTGGGxvVkn6A > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fbfbfb;background-image:none;font-size:0.875rem;font-family:arial;height:34.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Rq54Itb7i3nXbh11pdu522BDbDARxvu8 { color:#060607;display:block;width:35.9375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.9375rem;left:18.08984375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GLfv6XxakWSBDTPE2znM1nZkrAA0Uf77 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28rem;width:36.8125rem;top:5.3125rem;left:37.812503814698rem;overflow:hidden;display:block; }
#Kba9KWNiF7wzF67ZsQRTxNnlDTy3VTLd { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.8125rem;width:36.5625rem;top:5.2968805029297rem;left:0.23440871437986rem;overflow:hidden;display:block; }
#O5r13vy4M8mLboMNzrlBRXFqDzWguEDF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#002c59;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; }#O5r13vy4M8mLboMNzrlBRXFqDzWguEDF > .row .container { background-color: transparent; background-image: none; }#O5r13vy4M8mLboMNzrlBRXFqDzWguEDF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5r13vy4M8mLboMNzrlBRXFqDzWguEDF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5r13vy4M8mLboMNzrlBRXFqDzWguEDF > .row .container > .video-iframe-container { display: none; }#O5r13vy4M8mLboMNzrlBRXFqDzWguEDF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5r13vy4M8mLboMNzrlBRXFqDzWguEDF > .row > .video-iframe-container { display: none; }#O5r13vy4M8mLboMNzrlBRXFqDzWguEDF > .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); }#O5r13vy4M8mLboMNzrlBRXFqDzWguEDF > .row .container { border-width: 0; border-radius: 0; }#O5r13vy4M8mLboMNzrlBRXFqDzWguEDF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O5r13vy4M8mLboMNzrlBRXFqDzWguEDF > .row .container { font-size:0.875rem;font-family:arial;height:23.0625rem;width:75rem;position:relative;display:block; }#mT1VJaetC6nPBuxzRaZNqowkwdFRHZPb { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.99999904632569rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dOp9SyfTwO41UFntnqlzaFDbSHySqs2g { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:5.1875rem;left:6.3125rem; }
#BIQkHqbg4eCNLcndVArFlg6bw0SsNKXJ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.9375rem;left:2.3125rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tT8U5tCeGBxyzq810h67tyvVpE8b5Omm { color:#ffffff;display:block;width:13.5625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:14.122396469116rem;left:1.78125rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#b3v3mRP39UHHqVVo02d8rNnJD6CC82y1 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:5.1875rem;left:25.875rem; }
#Pw6kwZwA5HfWxAJ4aap6HlrNaESkaT2d { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:9.9375rem;left:21.875rem;height:2.7604125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wd19i5nLMlhnVNTEJvTKG1TTw5hmfPJZ { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:14.122396469116rem;left:20.25rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#PilOEiHoUub3d9WxVucWh5e4G4M8CMDk { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:5.1875rem;left:44.625003814698rem; }
#XF3CqW2c73toaUMRlHWlk6r1eQS2MsUt { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:10.626302719116rem;left:40.625003814698rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lkhpiUX8hkTWA5t1N9gusttT7lyiiPHu { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:14.122396469116rem;left:38.718753814698rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#cdvAKC2VsF96T6X8CIprFIx5o0KQPXst { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:5.1875rem;left:63.3750038147rem; }
#VtDe75TcAzy2w7OtsMzRWFklxA1FdsF0 { color:#ffffff;display:block;width:10.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:9.8059902191163rem;left:60.281253814698rem;height:2.76041875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q1fkdEBnU1T64K8fA3P1sxybDmBnT2hW { color:#ffffff;display:block;width:13.9375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:14.122396469116rem;left:58.656253814698rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#KHl7BZHxdeAMqawvmDSs30m0cSR0hkxt { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:16.559898376465rem;left:39.406253814698rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO { position:relative;display:block; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO { background-color: transparent; background-image: none; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row .container > .video-iframe-container { display: none; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row > .video-iframe-container { display: none; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .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); }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO { border-width: 0; border-radius: 0; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:33.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pCLLiAtVfBXRp7MSnw1yVvB7Td7qfFKU { display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.81184768676756rem;left:0rem;height:2.43706875rem;text-align:center;text-align-last:center;font-style:normal;color:#000000;display:block; }
#SkRZXztdLFGydw0oHkIZPpeTT8ZwlQcU { border-bottom:0;border-left:0;border-right:0;border-top:0;height:27.6875rem;width:36.875rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:4.5590267181396rem;left:0.55881118774414rem;overflow:hidden;display:block; }
#vHNVQ1TPgwTrPLTwP66snHmh0TQ9Kkc9 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:27.75rem;width:36.6875rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:4.65234375rem;left:38.040369033814rem;overflow:hidden;display:block; }
#tdnbAcbSerNT2fugVTEi8SuGVtwqeiQC { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.9375rem;width:30rem;top:32.272354602814rem;left:3.18359375rem;overflow:hidden;display:block; }
#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#002c59;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; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { background-color: transparent; background-image: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container > .video-iframe-container { display: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container { display: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .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); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { border-width: 0; border-radius: 0; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { font-size:0.875rem;font-family:arial;height:18.625rem;width:75rem;position:relative;display:block; }#kGz27wyoutuqebFXtkcacrankw9MoXZh { color:#ffffff;display:block;width:25.5rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.8125rem;left:35.6875rem;height:5.8507rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Gp7tHOePHqDWqdNTkLp3223sbJvSzs8A { background-color:#083ac5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ;box-sizing:border-box;color:#f9e6e6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.3125rem;height:3.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:13.623479843139rem;left:35.686853408814rem;display:block; }
#eU72Qr0k46Tgv3gJRmt2IKMPrzaLId8p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VVSzrAHBUQkVxIK0014AS2L4md2AWLxb { color:#ffffff;display:block;width:28.6875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:9.3743495941163rem;left:35.686853408814rem;height:2.76041875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { 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; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { background-color: transparent; background-image: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .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); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { border-width: 0; border-radius: 0; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { font-size:0.875rem;font-family:arial;height:15.5rem;width:75rem;position:relative;display:block; }#NmPhumulXVfHcQp4I6wC58WpUFZdVfOc { color:#0d0e0d;display:block;width:23.811875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:8.4483528137206rem;left:42.811197280884rem;height:2.4479125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hGt4bJkxDLhh9tcqf8HF6Q5hRJX6pnCx { color:#030403;display:block;width:5.56206875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:6.4498710632325rem;left:40.353517532349rem;height:1.31185rem;font-style:normal;display:block; }
#Q4kWy4Rddcc2JMQG8Pf4Pt80XgH9yJ75 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4995625rem;width:10.9375rem;top:1.3812942504882rem;left:8.6536464691163rem;overflow:hidden;display:block; }
#OLRdExnwTmcJ1qTAauqI1geB4VKJMiFF { color:#0d0e0d;display:block;width:28.936625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:8.4483528137206rem;left:2.1486549377441rem;height:4.89583125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mGsgtI4rToJrpBBdaTHhsTVUbmBb4Iow { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:8.4483528137206rem;left:40.353517532349rem; }
#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { background-color: transparent; background-image: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .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); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { border-width: 0; border-radius: 0; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { font-size:0.875rem;font-family:arial;height:2.75rem;width:75rem;position:relative;display:block; }#fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { color:#ffffff;display:block;width:25.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:0.80599212646487rem;left:23.498699188233rem;height:1.13671875rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { display:block; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXpbhtOoymbnONKBOVuTd3ZoVhmTElIO { top:2.375rem;left:13.030817031861rem;width:21.625rem;height:12.401328037418rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { display:block;width:20.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:20.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { width:20.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:20.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { width:20.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:19.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:20.8125rem;height:auto;top:22.875rem;left:24.4375rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:20.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:20.8125rem;height:auto;top:22.875rem;left:24.4375rem; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ {  }
 }@media only screen and (max-width: 763px) { #ttXySu3OtCsPwyCExEB4lDrysMA3S0MT { top:45.4375rem;left:0rem;width:36.25rem;height:5.6875rem;font-size:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WL01NxIz6tRk1Sn4aaGkMv5ZQRs86cC7 { top:21.0625rem;left:21.4375rem;width:26.3125rem;height:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoELtA1JUXSh56T9B2fggJTvw4pQrJPh { top:19.25rem;left:0rem;width:35.3125rem;height:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #umMAbf6GgVGVkoqsTOonSxZq22b1IM7C { top:22.0625rem;left:25.5rem;width:22.25rem;height:7.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDhhIIh14syxEESTQLQNKKG8ZS76wqoa { top:41rem;left:0rem;width:22.25rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwEmcwaXoHbzvi5FHE1iFfS2fzqSJ8sV { top:50.5625rem;left:22.312501907349rem;width:6.25rem;height:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAkgdTX0IyhASuqWLgF1dOfodgrG7Ttl { top:25.25rem;left:0rem;width:43.25rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6rtePiIwctOFgaLbawIZ09vEuUK7nHT { top:51.3125rem;left:27.249567031861rem;width:1.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DliVfCqq6AHLoUSanWygK9WyaTda01sx { top:30.8125rem;left:0rem;width:38.4375rem;height:5.125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TftlNgC5KhKknVipncuwaeONTh9WWwmR { top:35.125rem;left:23.436632156372rem;width:6.25rem;height:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZzIVQh0BFJIiCHeCZDoSm2tLRfo4gJ5 { top:35.75rem;left:28.374788284302rem;width:1.25rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { display:block; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kRe5Dv47OfILi5kCpZEfg31MPpxgrScL { top:8.75rem;left:10.75rem;width:37rem;height:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLt9PWfa0vzy3FZM3T9UEMDGATaKEyHk { width:27.875rem;height:3.25rem;top:37.1875rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipACAllWTPNl4qeqXGWN70cWQyvL49QU { display:block; }
 }@media only screen and (max-width: 763px) { #rqd1FwzzV9nJLNQ8LTuE2n01VLbribp3 { top:1.1875rem;left:23.3125rem;width:24.4375rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3eyXt8r7UR3dSCCsl2ZSP26oU1QyNoT { top:0.9375rem;left:0rem;width:32.0625rem;height:40.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZH4IWRcRNhm2OTV4LTPRz1zgNuVE7Z6c { top:18.8125rem;left:10.6875rem;width:37.0625rem;height:10.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ml1DHQonnuPOEJGGRGN5qGXqmrMThxEl { top:30.4375rem;left:11.6875rem;width:36.0625rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGT7TBe731weRHnbf3yRGTSeO3HbuXxz { top:13.75rem;left:10.875rem;width:36.875rem;height:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SECn1uXU9eLZuOmkdt343O5MTSWdpq5k { top:1.6875rem;left:23.875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #unIPB9KCluOZqIDOAA6qDNfroM3MtsvD { top:1.6875rem;left:45.375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bp6TddckngiX8LcVL66STGVMCopfAgHm { top:4.625rem;left:13.5rem;width:34.25rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cqvu2dXfMbnXwmP7ED3yRTGGGxvVkn6A { display:block; }#Cqvu2dXfMbnXwmP7ED3yRTGGGxvVkn6A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rq54Itb7i3nXbh11pdu522BDbDARxvu8 { width:35.9375rem;height:3.25rem;top:0.9375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLfv6XxakWSBDTPE2znM1nZkrAA0Uf77 { width:36.8125rem;height:28rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kba9KWNiF7wzF67ZsQRTxNnlDTy3VTLd { width:36.5625rem;height:27.8125rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5r13vy4M8mLboMNzrlBRXFqDzWguEDF { display:block; }#O5r13vy4M8mLboMNzrlBRXFqDzWguEDF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mT1VJaetC6nPBuxzRaZNqowkwdFRHZPb { width:47.75rem;height:2.4375rem;top:0.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOp9SyfTwO41UFntnqlzaFDbSHySqs2g { top:5.1875rem;left:2.90625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIQkHqbg4eCNLcndVArFlg6bw0SsNKXJ { top:9.9375rem;left:0rem;width:12.5rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT8U5tCeGBxyzq810h67tyvVpE8b5Omm { top:14.0625rem;left:0rem;width:13.5625rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3v3mRP39UHHqVVo02d8rNnJD6CC82y1 { top:5.1875rem;left:15.65625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pw6kwZwA5HfWxAJ4aap6HlrNaESkaT2d { top:9.9375rem;left:11.375rem;width:12.5rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd19i5nLMlhnVNTEJvTKG1TTw5hmfPJZ { top:14.0625rem;left:8.125rem;width:15.75rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PilOEiHoUub3d9WxVucWh5e4G4M8CMDk { top:5.1875rem;left:27.593753814698rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XF3CqW2c73toaUMRlHWlk6r1eQS2MsUt { top:10.625rem;left:23.3125rem;width:12.5rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkhpiUX8hkTWA5t1N9gusttT7lyiiPHu { top:14.0625rem;left:19.5rem;width:16.3125rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdvAKC2VsF96T6X8CIprFIx5o0KQPXst { top:5.1875rem;left:39.531253814698rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtDe75TcAzy2w7OtsMzRWFklxA1FdsF0 { top:9.75rem;left:36.437503814698rem;width:10.4375rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1fkdEBnU1T64K8fA3P1sxybDmBnT2hW { top:14.0625rem;left:33.8125rem;width:13.9375rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHl7BZHxdeAMqawvmDSs30m0cSR0hkxt { top:16.5rem;left:20.875rem;width:14.9375rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO { display:block; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pCLLiAtVfBXRp7MSnw1yVvB7Td7qfFKU { width:47.75rem;height:2.375rem;top:0.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkRZXztdLFGydw0oHkIZPpeTT8ZwlQcU { width:36.875rem;height:27.686625rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHNVQ1TPgwTrPLTwP66snHmh0TQ9Kkc9 { width:36.6875rem;height:27.749704321317rem;top:4.625rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdnbAcbSerNT2fugVTEi8SuGVtwqeiQC { top:32.25rem;left:0rem;width:30rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kGz27wyoutuqebFXtkcacrankw9MoXZh { top:1.8125rem;left:22.0625rem;width:25.5rem;height:5.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp7tHOePHqDWqdNTkLp3223sbJvSzs8A { width:20.3125rem;height:3.375rem;top:13.5625rem;left:22.061853408814rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU72Qr0k46Tgv3gJRmt2IKMPrzaLId8p { display:block; }
 }@media only screen and (max-width: 763px) { #VVSzrAHBUQkVxIK0014AS2L4md2AWLxb { top:9.3125rem;left:19.125rem;width:28.625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NmPhumulXVfHcQp4I6wC58WpUFZdVfOc { top:8.4375rem;left:24rem;width:23.75rem;height:2.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGt4bJkxDLhh9tcqf8HF6Q5hRJX6pnCx { top:6.4375rem;left:26.728517532349rem;width:5.5rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4kWy4Rddcc2JMQG8Pf4Pt80XgH9yJ75 { top:1.375rem;left:0rem;width:10.9375rem;height:6.4995625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLRdExnwTmcJ1qTAauqI1geB4VKJMiFF { top:8.4375rem;left:0rem;width:28.875rem;height:4.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGsgtI4rToJrpBBdaTHhsTVUbmBb4Iow { top:8.4375rem;left:26.728517532349rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { top:0.75rem;left:9.8736991882325rem;width:25.8125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/831854db-592a-4fbe-9df3-af2b7de14d90/LT8X20NEW.jpg");background-position:top right !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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.adaptive-delivery-prevent-bg, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyload, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyloading { background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { background-color: transparent; background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.47); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.47); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .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); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { border-width: 0; border-radius: 0; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::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; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { width:20rem;height:64.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXpbhtOoymbnONKBOVuTd3ZoVhmTElIO { width:13.3125rem;height:7.5rem;top:2.624783039093rem;left:3.7185333371162rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { display:block;width:15.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.0625rem;overflow:hidden; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-moz-placeholder { font-size:0.9375rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-moz-placeholder { font-size:0.9375rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-ms-input-placeholder { font-size:0.9375rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-webkit-input-placeholder { font-size:0.9375rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:14.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:15.9375rem;height:auto;top:36.186416625976rem;left:0.81163197755812rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:15.9375rem;height:auto;top:36.186416625976rem;left:0.81163197755812rem; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ {  }
 }@media only screen and (max-width: 763px) { #ttXySu3OtCsPwyCExEB4lDrysMA3S0MT { width:16.875rem;height:3.0371125rem;top:25.874567031861rem;left:0.93684905767444rem;font-size:5.0625rem;font-family:montserrat;line-height:.6;display:block; }
 }@media only screen and (max-width: 763px) { #WL01NxIz6tRk1Sn4aaGkMv5ZQRs86cC7 { width:18.125rem;height:29.875rem;top:31.498916625976rem;left:0.93750005960463rem;background-color:rgba(175,187,206,0.27);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UoELtA1JUXSh56T9B2fggJTvw4pQrJPh { width:19.6875rem;height:2.599825rem;top:12.186416625976rem;left:0.18663197755814rem;font-size:1rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #umMAbf6GgVGVkoqsTOonSxZq22b1IM7C { width:15.625rem;height:5.19965625rem;top:32.124130249024rem;left:2.3122830986977rem;font-size:1rem;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tDhhIIh14syxEESTQLQNKKG8ZS76wqoa { width:18.125rem;height:1.3053375rem;top:23.561630249024rem;left:0.99934905767444rem;font-size:1.1875rem;font-family:montserrat;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #IwEmcwaXoHbzvi5FHE1iFfS2fzqSJ8sV { width:3.4375rem;height:1.38020625rem;top:28.0625rem;left:16.562501251698rem;font-size:1.0625rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #WAkgdTX0IyhASuqWLgF1dOfodgrG7Ttl { width:20rem;height:1.03081875rem;top:17.348526000976rem;left:0rem;font-size:0.9375rem;font-family:montserrat;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #l6rtePiIwctOFgaLbawIZ09vEuUK7nHT { width:0.6875rem;height:0.8431rem;top:21.437057495118rem;left:19.312066376209rem;font-size:0.9375rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #DliVfCqq6AHLoUSanWygK9WyaTda01sx { width:17rem;height:1.74913125rem;top:20.062271118164rem;left:0.87456601858137rem;font-size:4.375rem;font-family:montserrat;line-height:.4;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #TftlNgC5KhKknVipncuwaeONTh9WWwmR { width:2.6875rem;height:1.462675rem;top:21.311849623919rem;left:16.999783813953rem;font-size:1.125rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #wZzIVQh0BFJIiCHeCZDoSm2tLRfo4gJ5 { width:0.625rem;height:0.899525rem;top:28.12434387207rem;left:19.187283813953rem;font-size:1rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { display:block; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { width:20rem;height:68.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kRe5Dv47OfILi5kCpZEfg31MPpxgrScL { width:20rem;height:6.749125rem;top:36.44140625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLt9PWfa0vzy3FZM3T9UEMDGATaKEyHk { width:16.5625rem;height:2.5rem;top:64.940544128419rem;left:1.7187500596046rem;font-size:0.9375rem;background-color:#0734ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ipACAllWTPNl4qeqXGWN70cWQyvL49QU { display:block; }
 }@media only screen and (max-width: 763px) { #rqd1FwzzV9nJLNQ8LTuE2n01VLbribp3 { width:13.811875rem;height:1.7871125rem;top:25.655382156372rem;left:3.4060330986977rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i3eyXt8r7UR3dSCCsl2ZSP26oU1QyNoT { width:18.75rem;height:23.5rem;top:0.79582212646481rem;left:0.62743477754344rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZH4IWRcRNhm2OTV4LTPRz1zgNuVE7Z6c { width:19.249125rem;height:12.58788125rem;top:43.997619628906rem;left:0.31250005960464rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #Ml1DHQonnuPOEJGGRGN5qGXqmrMThxEl { width:19.375rem;height:6.749125rem;top:57.253257751465rem;left:0.37434893846512rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGT7TBe731weRHnbf3yRGTSeO3HbuXxz { width:20rem;height:5.06185rem;top:30.69206237793rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SECn1uXU9eLZuOmkdt343O5MTSWdpq5k { display:flex;width:2.375rem;height:2.375rem;top:25.069448471069rem;left:0.62413197755814rem; }
 }@media only screen and (max-width: 763px) { #unIPB9KCluOZqIDOAA6qDNfroM3MtsvD { display:flex;width:2.375rem;height:2.375rem;top:25.069444656372rem;left:16.195313751698rem; }
 }@media only screen and (max-width: 763px) { #Bp6TddckngiX8LcVL66STGVMCopfAgHm { width:18.6875rem;height:1.38020625rem;top:28.180335998535rem;left:0.62413197755814rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Cqvu2dXfMbnXwmP7ED3yRTGGGxvVkn6A { display:block; }#Cqvu2dXfMbnXwmP7ED3yRTGGGxvVkn6A > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rq54Itb7i3nXbh11pdu522BDbDARxvu8 { width:20rem;height:2.3556875rem;top:0.7578125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #GLfv6XxakWSBDTPE2znM1nZkrAA0Uf77 { width:20rem;height:15.1875rem;top:20.917533874512rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kba9KWNiF7wzF67ZsQRTxNnlDTy3VTLd { width:20rem;height:15.1875rem;top:4.17578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5r13vy4M8mLboMNzrlBRXFqDzWguEDF { display:block; }#O5r13vy4M8mLboMNzrlBRXFqDzWguEDF > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mT1VJaetC6nPBuxzRaZNqowkwdFRHZPb { width:15.4373125rem;height:2.76041875rem;top:0.68359375rem;left:2.2808161377907rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOp9SyfTwO41UFntnqlzaFDbSHySqs2g { display:flex;width:4.5rem;height:4.5rem;top:4.1875rem;left:7.25rem; }
 }@media only screen and (max-width: 763px) { #BIQkHqbg4eCNLcndVArFlg6bw0SsNKXJ { width:12.5rem;height:1.2999125rem;top:8.31120300293rem;left:3.2486980557442rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT8U5tCeGBxyzq810h67tyvVpE8b5Omm { width:15.3125rem;height:3.4082rem;top:9.4923648834231rem;left:2.3428621888161rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3v3mRP39UHHqVVo02d8rNnJD6CC82y1 { display:flex;width:4.5rem;height:4.5rem;top:13.3125rem;left:7.3125rem; }
 }@media only screen and (max-width: 763px) { #Pw6kwZwA5HfWxAJ4aap6HlrNaESkaT2d { width:12.5rem;height:2.599825rem;top:17.5rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd19i5nLMlhnVNTEJvTKG1TTw5hmfPJZ { width:15.3125rem;height:4.54426875rem;top:19.9375rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PilOEiHoUub3d9WxVucWh5e4G4M8CMDk { display:flex;width:4.5rem;height:4.5rem;top:25.3125rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #XF3CqW2c73toaUMRlHWlk6r1eQS2MsUt { width:12.5rem;height:1.2999125rem;top:29.6875rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkhpiUX8hkTWA5t1N9gusttT7lyiiPHu { width:16.9993125rem;height:2.2721375rem;top:31rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdvAKC2VsF96T6X8CIprFIx5o0KQPXst { display:flex;width:4.5rem;height:4.5rem;top:36.6875rem;left:7.375rem; }
 }@media only screen and (max-width: 763px) { #VtDe75TcAzy2w7OtsMzRWFklxA1FdsF0 { width:11rem;height:2.599825rem;top:40.798176765442rem;left:4.5000002980232rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1fkdEBnU1T64K8fA3P1sxybDmBnT2hW { width:16.624625rem;height:3.4082rem;top:43.3125rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHl7BZHxdeAMqawvmDSs30m0cSR0hkxt { width:16.9361875rem;height:3.4082rem;top:33.25rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO { display:block; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pCLLiAtVfBXRp7MSnw1yVvB7Td7qfFKU { width:20rem;height:3.57421875rem;top:2.1243438720703rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkRZXztdLFGydw0oHkIZPpeTT8ZwlQcU { width:19.8125rem;height:15rem;top:7.2484741210938rem;left:0.37326389551162rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHNVQ1TPgwTrPLTwP66snHmh0TQ9Kkc9 { width:20rem;height:15.176875rem;top:23.622177124024rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdnbAcbSerNT2fugVTEi8SuGVtwqeiQC { width:16.9998125rem;height:11.1870625rem;top:38.562284469604rem;left:1.7795138955116rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kGz27wyoutuqebFXtkcacrankw9MoXZh { width:16.936875rem;height:3.413625rem;top:1.6590728759766rem;left:1.5310330986977rem;font-size:1.3125rem;text-align:center;text-align-last:center;font-family:montserrat;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Gp7tHOePHqDWqdNTkLp3223sbJvSzs8A { width:16.25rem;height:3.4375rem;top:10.967884063721rem;left:1.8750000596046rem;font-family:montserrat;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU72Qr0k46Tgv3gJRmt2IKMPrzaLId8p { display:block; }
 }@media only screen and (max-width: 763px) { #VVSzrAHBUQkVxIK0014AS2L4md2AWLxb { width:18.686rem;height:3.8997375rem;top:5.8398399353028rem;left:0.65646702051162rem;font-size:1rem;text-align:center;text-align-last:center;font-family:montserrat;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NmPhumulXVfHcQp4I6wC58WpUFZdVfOc { width:15.811625rem;height:1.7491375rem;top:14.913391113281rem;left:3.2573786377907rem;font-size:0.625rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #hGt4bJkxDLhh9tcqf8HF6Q5hRJX6pnCx { width:5.56206875rem;height:1.3997375rem;top:12.949432373047rem;left:7.217882454395rem;font-size:1rem;text-align:left;text-align-last:left;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #Q4kWy4Rddcc2JMQG8Pf4Pt80XgH9yJ75 { width:8.499375rem;height:5rem;top:1.0763893127441rem;left:5.7497833371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLRdExnwTmcJ1qTAauqI1geB4VKJMiFF { width:20rem;height:5.6857625rem;top:6.3830261230469rem;left:0rem;font-size:0.8125rem;font-family:montserrat;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mGsgtI4rToJrpBBdaTHhsTVUbmBb4Iow { display:flex;width:1.875rem;height:1.875rem;top:14.788604736328rem;left:0.69552952051162rem; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { width:15.75rem;height:1.94921875rem;top:0.5625rem;left:2.1250000596046rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }