.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); }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ab87d43e-a821-4ce7-91e8-ce59e48981dd/IMG20170303WA0011.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; }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s.adaptive-delivery-prevent-bg, #L0qT0yBCttz08qtVoJCud4XVTmy3po2s.lazyload, #L0qT0yBCttz08qtVoJCud4XVTmy3po2s.lazyloading { background-image: none; }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s > .row .container { background-color: transparent; background-image: none; }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,64,128,0.79); }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s > .row .container > .video-iframe-container { display: none; }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,64,128,0.79); }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s > .row > .video-iframe-container { display: none; }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s > .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); }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s > .row .container { border-width: 0; border-radius: 0; }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s::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; }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s > .row .container { font-size:0.875rem;font-family:arial;height:46rem;width:75rem;position:relative;display:block; }#n9SRPqxygfCru06gJB7NXCkFQnS4gbdb { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:11.625rem;top:6.3125rem;left:14.625rem;overflow:hidden;display:block; }
#FF56ITnRdnOrshvOL7Nn9kxrBELyIzsI { color:#faf3f3;display:block;width:29.624rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15034;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.86);top:12.62451171875rem;left:6.3720703125rem;height:4.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BmQZp2OFEBDWrVD45izf9ck2CziLHuVx { color:#faf3f3;display:block;width:5.6875rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15037;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:35.4375rem;left:9.875rem;height:1.375rem;font-style:normal;display:block; }
#n2B3Jcd2CmQBOXSKokcKOJ7hy6GEeTGT { color:#faf3f3;display:block;width:1.9375rem;position:absolute;font-family:montserrat;font-size:4.5625rem;font-weight:700;z-index:15038;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:36.8125rem;left:10.5rem;height:4.5629875rem;font-style:normal;display:block; }
#ostVTkOrSTzmyMyDbBAAvZEHKqKe5l2h { color:#faf3f3;display:block;width:1.0625rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:15038;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:38.0625rem;left:13.5625rem;height:2.3378875rem;font-style:normal;display:block; }
#I95iZr3wPP0EBwBW4xS0WnEITnCD22V1 { color:#faf3f3;display:block;width:12.625rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15038;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:36.077880859375rem;left:18.99951171875rem;height:4.4rem;font-style:normal;display:block; }
#CrTGRmspOWvGVZ0IOLHQHlhJTO136lbO { position:absolute;display:block;z-index:15002;background-color:rgba(244,241,246,0.48);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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;height:27.5610625rem;width:22.5610625rem;top:12.625rem;left:45.3125rem;display:block; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-form-header {  }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:#000000;width:18.0625rem;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; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .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;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:18.0625rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-text {padding-top: 0; padding-bottom: 0;}#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .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;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:18.0625rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .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:18.0625rem;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) ; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-select {padding-top: 0; padding-bottom: 0;}#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .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; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#051b43;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.3125rem;font-weight:bold;color:#ffffff;width:18.0625rem;height:3.75rem;font-family:ubuntu;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .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:16.875rem;overflow:hidden;font-style:normal;float:none; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .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; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .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; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-container:first-of-type{padding-top:0;}#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-container:last-of-type{padding-bottom:0;}#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv  { background-color:rgba(244,239,246,0.21);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:46.310936927796rem;top:18.622680664062rem;z-index:15012;position:absolute; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.0625rem;display:block;vertical-align:top; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .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; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv {display:block;}#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv { background-color:rgba(244,239,246,0.21);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:46.310936927796rem;top:18.622680664062rem;z-index:15012;position:absolute; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #xzgpNSIdUkTJkMTrhqC15F5CbTAKXF9P { position:relative; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #H9bJb3QFPA7Iu8fq9CD9CTtyUyCEUTTo { position:relative;display:none; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #irwcRuTozIdnecZC7U3RBgeBHKbJ9niS { position:relative; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #MmUwyOkcgaiEab01AMIe4SAC8rLkepua { position:relative; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #qpvBh1ue66R3tJycGkszf7Dkk3xHwGGh { position:relative;display:none; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #CBQx4EJ3k1ofABJVm5OlKnTWxc3Tya7G { position:relative; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #HuzMbP7gN2gQNO6TBMc5lFI8tecidQP5 { position:relative; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #rRJPHSEmTJ5XreCcKU7HgdwZKg1O5eI6 { position:relative;display:none; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #DceDv2mJ39OvuD62o5KwxhRhTASFZ65m { position:relative; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #zANGt9J6z45CEmBanPZcDXOo33n95DaL { position:relative; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #MzvTEgRxi5Rx3abz7ZIlhv6biiSGZhT6 { position:relative;display:none; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #bOwuIdi6s9uLMP90Am3Vym4EnmC91LIe { position:relative; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #NqhTQq1Lx7dyv1vNcfIXr3GgbMwmkNev { position:relative; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #Oev9n8gmV3uUrPOnmpNvKzRdmBWs938Z { position:relative; }
#pgpJKAoyfvAqlDfpsxk2XHD62yANMqCx { color:#0f3084;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:13.6875rem;left:46.625rem;height:2.7625rem;font-style:normal;display:block; }
#T8tokTmFa5fX1LX36TKFQ5JgzITVhbAJ { position:absolute;display:block;z-index:15039;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:0.25rem;top:35.4375rem;left:17.5625rem;display:block; }
#nGFJsDggloSuDABRKzBtyDUBin3eDVIv { color:#faf3f3;display:block;width:4.875rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15040;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:26.25rem;left:7.0625rem;height:3.1625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#iAErDW3N3y3Nn2V20sZ54GUMkbvJiUdS { color:#faf3f3;display:block;width:2.374025rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:20.4375rem;left:9.5rem;height:2.84375rem;font-style:normal;display:block; }
#u8fBZSbJ6SZU1e53UxVTeX4EA6XFAXbN { color:#f6f1f1;display:block;width:14.4375rem;position:absolute;font-family:montserrat;font-size:10.5625rem;font-weight:700;z-index:15041;line-height:.7;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:22rem;left:12.5625rem;height:7.39375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fUSnSLFgtD1S8dFQfhGo3MeVLHF2NHpM { color:#faf3f3;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:3.375rem;font-weight:700;z-index:15041;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.92);top:20.1875rem;left:32.3125rem;height:3.375rem;font-style:normal;display:block; }
#TQUFzuOOz2bBAwbiplmm2BCEbpl7sBB1 { position:relative;display:block; }#TQUFzuOOz2bBAwbiplmm2BCEbpl7sBB1 { background-color: transparent; background-image: none; }#TQUFzuOOz2bBAwbiplmm2BCEbpl7sBB1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQUFzuOOz2bBAwbiplmm2BCEbpl7sBB1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQUFzuOOz2bBAwbiplmm2BCEbpl7sBB1 > .row .container > .video-iframe-container { display: none; }#TQUFzuOOz2bBAwbiplmm2BCEbpl7sBB1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQUFzuOOz2bBAwbiplmm2BCEbpl7sBB1 > .row > .video-iframe-container { display: none; }#TQUFzuOOz2bBAwbiplmm2BCEbpl7sBB1 > .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); }#TQUFzuOOz2bBAwbiplmm2BCEbpl7sBB1 { border-width: 0; border-radius: 0; }#TQUFzuOOz2bBAwbiplmm2BCEbpl7sBB1 > .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; }#TQUFzuOOz2bBAwbiplmm2BCEbpl7sBB1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:37.625rem;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; }#BfhrwD0aPFuyXJ9hB6Saplyhsea9Ooix { 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:37.5rem;width:75rem;top:1.9073486328125E-6rem;left:0rem;overflow:hidden;display:block; }
#idCPTTQUlULXmih2klJTrzXHvzFzFBHf { position:relative;display:block; }#idCPTTQUlULXmih2klJTrzXHvzFzFBHf { background-color: transparent; background-image: none; }#idCPTTQUlULXmih2klJTrzXHvzFzFBHf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idCPTTQUlULXmih2klJTrzXHvzFzFBHf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idCPTTQUlULXmih2klJTrzXHvzFzFBHf > .row .container > .video-iframe-container { display: none; }#idCPTTQUlULXmih2klJTrzXHvzFzFBHf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idCPTTQUlULXmih2klJTrzXHvzFzFBHf > .row > .video-iframe-container { display: none; }#idCPTTQUlULXmih2klJTrzXHvzFzFBHf > .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); }#idCPTTQUlULXmih2klJTrzXHvzFzFBHf { border-width: 0; border-radius: 0; }#idCPTTQUlULXmih2klJTrzXHvzFzFBHf > .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; }#idCPTTQUlULXmih2klJTrzXHvzFzFBHf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:49.1875rem;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; }#XArNymahNXwtTqiRMPwNAa47T1DmlIrf { color:#040303;display:block;width:57.6245rem;position:absolute;font-family:neuton;font-size:1.5rem;font-weight:400;z-index:14995;line-height:1.3;letter-spacing:0;top:8.4375rem;left:10.0927734375rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fkhiD0JSw4eP0sqOql16mS9dwpDi8sgL { color:#123f82;display:block;width:33.25rem;position:absolute;font-family:neuton;font-size:2.5rem;font-weight:700;z-index:14997;line-height:1.3;letter-spacing:0;top:3.8125rem;left:19.5rem;height:3.2504875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fwAoux44vJ8WPvaDXONMMhuZTlbZ1BlU { 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:24.6875rem;width:24.6875rem;top:14.875rem;left:0rem;overflow:hidden;display:block; }
#BvutQtuZLGVmFGFJJQMvrzJmTzaQ12Bs { 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:24.6875rem;width:24.6875rem;top:14.875rem;left:25.1875rem;overflow:hidden;display:block; }
#UBVlofPL1MuIUNQ5iVlp7UhzAAo9WkmB { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.6875rem;width:24.6875rem;top:14.875rem;left:50.3125rem;overflow:hidden;display:block; }
#rZXeTPE5cuBaMDRyq1P7HVi9vWgxyTTM { background-color:#bba14f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.93671875rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:43.656249046326rem;left:28.750000953674rem;display:block; }
#TgOkwDnkexbFOaG0bE9g70JXQs4TJLHI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y0zJBFZLb2KMclA5zW8eKZ3VKHIS3dJK { position:relative;display:block; }#y0zJBFZLb2KMclA5zW8eKZ3VKHIS3dJK { background-color: transparent; background-image: none; }#y0zJBFZLb2KMclA5zW8eKZ3VKHIS3dJK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y0zJBFZLb2KMclA5zW8eKZ3VKHIS3dJK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y0zJBFZLb2KMclA5zW8eKZ3VKHIS3dJK > .row .container > .video-iframe-container { display: none; }#y0zJBFZLb2KMclA5zW8eKZ3VKHIS3dJK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y0zJBFZLb2KMclA5zW8eKZ3VKHIS3dJK > .row > .video-iframe-container { display: none; }#y0zJBFZLb2KMclA5zW8eKZ3VKHIS3dJK > .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); }#y0zJBFZLb2KMclA5zW8eKZ3VKHIS3dJK { border-width: 0; border-radius: 0; }#y0zJBFZLb2KMclA5zW8eKZ3VKHIS3dJK > .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; }#y0zJBFZLb2KMclA5zW8eKZ3VKHIS3dJK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:39.1875rem;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; }#DCpTHOqHfZQUdb2TPTA6GHcDUkSvpZs9 { 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:32.8125rem;width:32.8125rem;top:3.0625rem;left:2.34375rem;overflow:hidden;display:block; }
#vlM2wcyGIwEX23FsqCZnMDnR0L0ISOfB { color:#6d0608;display:block;width:30.0625rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:3.0624998090789rem;left:39.531250953674rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CiaSBMKHaN6T1SwBvPCdq3DGWwGQhJxB { position:absolute;display:block;z-index:15036;background-color:#bba14f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:29.875rem;top:6.0625rem;left:39.625001192093rem;display:block; }
#dPVI4TrrtI9fh07dVWDgErO2IxnyuD7o { color:#000000;display:block;width:30.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:8rem;left:39.5rem;height:1.4625rem;font-style:normal;display:block; }
#TnAA9pxAZyAtnPsowe23RNE1HKWwPfk4 { color:#000000;display:block;width:30.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15038;line-height:2;letter-spacing:0;top:11.624755859375rem;left:39.49951171875rem;height:13.125rem;display:block; }
#gpxx9aOEixrvN33bIrcDOLJTFJhGHFw6 { position:relative;display:block; }#gpxx9aOEixrvN33bIrcDOLJTFJhGHFw6 { background-color: transparent; background-image: none; }#gpxx9aOEixrvN33bIrcDOLJTFJhGHFw6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gpxx9aOEixrvN33bIrcDOLJTFJhGHFw6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gpxx9aOEixrvN33bIrcDOLJTFJhGHFw6 > .row .container > .video-iframe-container { display: none; }#gpxx9aOEixrvN33bIrcDOLJTFJhGHFw6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gpxx9aOEixrvN33bIrcDOLJTFJhGHFw6 > .row > .video-iframe-container { display: none; }#gpxx9aOEixrvN33bIrcDOLJTFJhGHFw6 > .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); }#gpxx9aOEixrvN33bIrcDOLJTFJhGHFw6 { border-width: 0; border-radius: 0; }#gpxx9aOEixrvN33bIrcDOLJTFJhGHFw6 > .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; }#gpxx9aOEixrvN33bIrcDOLJTFJhGHFw6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:39.1875rem;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; }#SFmfPMsh7REo1LToiktcQqw6IMH9B82o { 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:32.8125rem;width:32.8125rem;top:3.0625rem;left:2.34375rem;overflow:hidden;display:block; }
#vQUJus5OAdf71mARUxgNdHNillulVsvE { color:#6d0608;display:block;width:30.0625rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:3.0624998090789rem;left:39.531250953674rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xcaipKbI32W0BsM1rPkAhuFAZLiLMfwC { position:absolute;display:block;z-index:15036;background-color:#bba14f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:29.875rem;top:6.0625rem;left:39.625001192093rem;display:block; }
#tu7pRcDNDh257DPekeGHzb8SoRMaOnEa { color:#000000;display:block;width:30.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:8rem;left:39.5rem;height:1.4625rem;font-style:normal;display:block; }
#W58ULTeENUEJvzHSRXVJC8rBTLG4wqeB { color:#000000;display:block;width:30.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15038;line-height:2;letter-spacing:0;top:11.624755859375rem;left:39.49951171875rem;height:16.875rem;display:block; }
#QPSy8HFuMP8SQI8Ag8FceDahwm3c3bcX { position:relative;display:block; }#QPSy8HFuMP8SQI8Ag8FceDahwm3c3bcX { background-color: transparent; background-image: none; }#QPSy8HFuMP8SQI8Ag8FceDahwm3c3bcX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QPSy8HFuMP8SQI8Ag8FceDahwm3c3bcX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QPSy8HFuMP8SQI8Ag8FceDahwm3c3bcX > .row .container > .video-iframe-container { display: none; }#QPSy8HFuMP8SQI8Ag8FceDahwm3c3bcX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QPSy8HFuMP8SQI8Ag8FceDahwm3c3bcX > .row > .video-iframe-container { display: none; }#QPSy8HFuMP8SQI8Ag8FceDahwm3c3bcX > .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); }#QPSy8HFuMP8SQI8Ag8FceDahwm3c3bcX { border-width: 0; border-radius: 0; }#QPSy8HFuMP8SQI8Ag8FceDahwm3c3bcX > .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; }#QPSy8HFuMP8SQI8Ag8FceDahwm3c3bcX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:39.1875rem;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; }#h9aBhL4z0nWwpEdbbJMRfTCIIy2v5qho { 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:32.8125rem;width:32.8125rem;top:3.0625rem;left:2.34375rem;overflow:hidden;display:block; }
#eKXmEyuUlXtu4oJdnLHcy3vpUSrgXzLf { color:#6d0608;display:block;width:30.0625rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:3.0624998090789rem;left:39.531250953674rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Qfdz9TiyNClEVNneWLAXGwPf0QyTQFmw { position:absolute;display:block;z-index:15036;background-color:#bba14f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:29.875rem;top:6.0625rem;left:39.625001192093rem;display:block; }
#nS8Z3TcRhcXHH46NkSiqOdCvLb0DzRGf { color:#000000;display:block;width:30.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:8rem;left:39.5rem;height:1.4625rem;font-style:normal;display:block; }
#iogTQOHF5gIr6ozW0nA0UbATTsXTuOGZ { color:#000000;display:block;width:30.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15038;line-height:2;letter-spacing:0;top:11.624755859375rem;left:39.49951171875rem;height:15rem;display:block; }
#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#123f82;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:41.375rem;width:75rem;position:relative;display:block; }#kGz27wyoutuqebFXtkcacrankw9MoXZh { color:#f5f8f8;display:block;width:42.6875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.4375rem;left:16.15625rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f1ZdxTguqB2MFm40FmeVgf7DOQbvf3kU { color:#f5f8f5;display:block;width:16.9375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15019;line-height:1.9;letter-spacing:0;top:27.5625rem;left:5.5625rem;height:6.175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RoIWlxqttK5KPOmTqwhPmJThlxduOqEU { color:#f6fbfb;display:block;width:9.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:25.0625rem;left:9.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hn2zbQUdewGg4OzLS67DoTS7tfyQcJgA { color:#effaef;display:block;width:16.9375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15020;line-height:1.9;letter-spacing:0;top:27.562496185302rem;left:29.031249046326rem;height:6.175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MDBAJy6xtgdyJTmEFGVfgSIUUykc7XIS { color:#f5fafa;display:block;width:9.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:25.062496185302rem;left:32.906249046326rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rouaRUDPoEU3gTWyPb00kR0lIdGlew2C { color:#f5fbfb;display:block;width:9.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:25.0625rem;left:55.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dEi5BgEXGbKElfIxS7pFcqzWwmRlBKz8 { color:#f3fbf3;display:block;width:15.6875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15021;line-height:1.9;letter-spacing:0;top:27.5625rem;left:52.25rem;height:4.63125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lBuzKpWZnx7ClikbW4SRWdWHazAVBkcn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.6875rem;width:6.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:14.125rem;left:10.6875rem; }
#T5lZ8o99g51wImNXZzrMcG5gm02XQo0X { box-sizing:content-box;color:#5d92ff;font-size:4.625rem;font-weight:400;line-height:1;height:6.6875rem;width:6.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:14.125rem;left:34.53125rem; }
#AWThTeWWDgJxq5XkZKwoPTHWlHaIWh3d { box-sizing:content-box;color:#5d92ff;font-size:4.625rem;font-weight:400;line-height:1;height:6.6875rem;width:6.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:14.125rem;left:56.75rem; }
#ODVC8A2xZoC06trOp5htiUyWxVQbUFTU { position:relative;display:block; }#ODVC8A2xZoC06trOp5htiUyWxVQbUFTU { background-color: transparent; background-image: none; }#ODVC8A2xZoC06trOp5htiUyWxVQbUFTU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODVC8A2xZoC06trOp5htiUyWxVQbUFTU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODVC8A2xZoC06trOp5htiUyWxVQbUFTU > .row .container > .video-iframe-container { display: none; }#ODVC8A2xZoC06trOp5htiUyWxVQbUFTU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODVC8A2xZoC06trOp5htiUyWxVQbUFTU > .row > .video-iframe-container { display: none; }#ODVC8A2xZoC06trOp5htiUyWxVQbUFTU > .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); }#ODVC8A2xZoC06trOp5htiUyWxVQbUFTU { border-width: 0; border-radius: 0; }#ODVC8A2xZoC06trOp5htiUyWxVQbUFTU > .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; }#ODVC8A2xZoC06trOp5htiUyWxVQbUFTU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:65.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; }#FzhAXStCSiXCgRoKsXNVTBRpLiN54CVE { color:#080909;display:block;width:42.6875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.9375rem;left:16.15625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WHux7ExQgLOksRLm6mzzdOsOg9wk1uTC { 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:14.75rem;width:22.3125rem;top:7.3125rem;left:2rem;overflow:hidden;display:block; }
#SSscfQPDJTMxRhubpdP0sxzAqc40yKRJ { 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:14.875rem;width:22.375rem;top:7.25rem;left:26.3125rem;overflow:hidden;display:block; }
#MPk33S62K6PPvZDiMunthXA8AUgDXsDy { 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:15rem;width:22.5rem;top:7.1875rem;left:50.5rem;overflow:hidden;display:block; }
#elwRGPyd5aHzZJWKgTHWSBCP7WwuOHKt { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.75rem;width:22.125rem;top:25.75rem;left:2.09375rem;overflow:hidden;display:block; }
#gCSV7nU6MknTAG2TKlRNr1LuIVMmhxLN { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.75rem;width:22.125rem;top:25.75rem;left:50.6875rem;overflow:hidden;display:block; }
#UK29KRh86Lo52RNdZnFpbZQ7G2FKWwNT { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:22.5625rem;top:43.875rem;left:38.25rem;overflow:hidden;display:block; }
#PbNH5kKS2HfEsXkV4O5yGaRyRqFR401y { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:22.25rem;top:44.0625rem;left:14.1875rem;overflow:hidden;display:block; }
#Uams4l5VTHKTkHQXKuW3txU4w418X208 { position:absolute;display:block;z-index:15017;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:14.75rem;width:22.1875rem;top:25.75rem;left:26.404689788818rem;overflow:hidden;display:block; }
#JuIJoBD6DbiobxGSG4s9z0fdlTI7FtJh { position:absolute;display:block;z-index:15018;background-color:#004080;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:22.3125rem;top:22.062496185302rem;left:2.0000009536743rem;display:block; }
#PKaBIdhgvvVgTQRTSEzqv5oxowW0w7xx { position:absolute;display:block;z-index:15019;background-color:#004080;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:22.3125rem;top:22.124999582768rem;left:26.342883110046rem;display:block; }
#x4RSeQBEhmrHqVFakFwrHIydkBthVBms { position:absolute;display:block;z-index:15019;background-color:#004080;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:22.3125rem;top:40.5rem;left:2rem;display:block; }
#HibdCmaHOszByqVVtXZZscJT9MefxBzg { position:absolute;display:block;z-index:15020;background-color:#004080;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:22.125rem;top:40.5rem;left:26.404689788818rem;display:block; }
#Koa1UbbeZ2RC565zglTbSK3iyiPVUIZ9 { position:absolute;display:block;z-index:15020;background-color:#004080;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:22.625rem;top:22.062500953674rem;left:50.437502861023rem;display:block; }
#If3P1uv66928mMyF4b4xchypnEgJhZQN { position:absolute;display:block;z-index:15021;background-color:#004080;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:22.125rem;top:40.5rem;left:50.6875rem;display:block; }
#HlXOAMC8ddLlJG6nW41IPGddcyx6sMV8 { position:absolute;display:block;z-index:15021;background-color:#004080;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:22.375rem;top:58.8125rem;left:14.125rem;display:block; }
#zwOXFCAFDQD2d5hAqhbe5vFt5xh1rHSn { position:absolute;display:block;z-index:15022;background-color:#004080;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:22.5625rem;top:58.8125rem;left:38.25rem;display:block; }
#lpgyDX4tkMCZMApGxKMPLRs47dDK15JN { color:#eef1f4;display:block;width:17.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:22.473958730698rem;left:4.4375009536743rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SbWWcEBKbBTAbwOOr5sQZFdwIy60DpNn { color:#e4ecf4;display:block;width:17.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:22.473958730698rem;left:28.781249046326rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vaT5QO79lkkKf2z3x2FrbGlpIoucGHs9 { color:#eef2f6;display:block;width:17.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:22.473958730698rem;left:53.031252861023rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SzWCLOTP4n289vfOvSfC8QEKPfPgbyOL { color:#e9eff6;display:block;width:17.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:40.911712646484rem;left:53.03125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Co4dBg6n3kzzRUE1aB0UknWXnMkicyLo { color:#e5ebf1;display:block;width:17.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:40.911712646484rem;left:28.78125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lT62oFcuxJlTsuDv5c0TxIbkbpRt8u8C { color:#ecf2f8;display:block;width:17.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:40.911712646484rem;left:4.4375rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UtMCSZyXAvTVlu1AHmg9GqtUUvlRsPhk { color:#f1f5fa;display:block;width:17.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:59.224212646484rem;left:16.59218788147rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZV4lrSNohUiHgcszUqCbTXZsf8UD80Hp { color:#e7edf3;display:block;width:17.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:59.224212646484rem;left:40.8125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NkXpgIaBZ1WBvOu0VzQu0WIADuC5kHSh { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:22.473958730698rem;left:53.031252861023rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#C2KTSZGTKuA0HmQVOdRKxFCpJWnQ8ZCT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#14261c;background-image:url("https://images.assets-landingi.com/uc/d72d782a-bb39-4715-8dd6-df22beae127e/WhatsAppImage20250204at131721.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#C2KTSZGTKuA0HmQVOdRKxFCpJWnQ8ZCT.adaptive-delivery-prevent-bg, #C2KTSZGTKuA0HmQVOdRKxFCpJWnQ8ZCT.lazyload, #C2KTSZGTKuA0HmQVOdRKxFCpJWnQ8ZCT.lazyloading { background-image: none; }#C2KTSZGTKuA0HmQVOdRKxFCpJWnQ8ZCT > .row .container { background-color: transparent; background-image: none; }#C2KTSZGTKuA0HmQVOdRKxFCpJWnQ8ZCT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C2KTSZGTKuA0HmQVOdRKxFCpJWnQ8ZCT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C2KTSZGTKuA0HmQVOdRKxFCpJWnQ8ZCT > .row .container > .video-iframe-container { display: none; }#C2KTSZGTKuA0HmQVOdRKxFCpJWnQ8ZCT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C2KTSZGTKuA0HmQVOdRKxFCpJWnQ8ZCT > .row > .video-iframe-container { display: none; }#C2KTSZGTKuA0HmQVOdRKxFCpJWnQ8ZCT > .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); }#C2KTSZGTKuA0HmQVOdRKxFCpJWnQ8ZCT > .row .container { border-width: 0; border-radius: 0; }#C2KTSZGTKuA0HmQVOdRKxFCpJWnQ8ZCT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C2KTSZGTKuA0HmQVOdRKxFCpJWnQ8ZCT > .row .container { font-size:0.875rem;font-family:arial;height:19.375rem;width:75rem;position:relative;display:block; }#UNE2vpKEEU6hK1cvQcGnK2bfoBTpgKEW { color:#ffffff;display:block;width:39.3125rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:17.650390625rem;left:17.84375rem;height:0.8941rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wUus9Ny6Ehnli5uN6WF1JGxQBvKwuQaR { position:absolute;display:block;z-index:15031;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.12478125rem;width:15.999375rem;top:4.5rem;left:29.5rem;overflow:hidden;display:block; }
#PZH42ftrZUgRpGwAPyi2scVdgVmEi9pJ { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:10.875rem;left:26.25rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #L0qT0yBCttz08qtVoJCud4XVTmy3po2s { display:block; }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n9SRPqxygfCru06gJB7NXCkFQnS4gbdb { top:6.3125rem;left:1rem;width:11.625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FF56ITnRdnOrshvOL7Nn9kxrBELyIzsI { top:12.5625rem;left:0rem;width:29.5625rem;height:4.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmQZp2OFEBDWrVD45izf9ck2CziLHuVx { top:35.4375rem;left:0rem;width:5.625rem;height:1.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2B3Jcd2CmQBOXSKokcKOJ7hy6GEeTGT { top:36.8125rem;left:0rem;width:1.875rem;height:4.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ostVTkOrSTzmyMyDbBAAvZEHKqKe5l2h { top:38.0625rem;left:0rem;width:1rem;height:2.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #I95iZr3wPP0EBwBW4xS0WnEITnCD22V1 { top:36.0625rem;left:5.37451171875rem;width:12.625rem;height:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrTGRmspOWvGVZ0IOLHQHlhJTO136lbO { top:12.625rem;left:25.25rem;width:22.5rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-regular-label { display:block;width:18.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-text { width:18.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-text {padding-top: 0; padding-bottom: 0;}#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-textarea { width:18.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-select { width:18.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-select {padding-top: 0; padding-bottom: 0;}#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-button { width:18.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-checkbox-label { width:16.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv  { width:18.0625rem;height:auto;top:18.5625rem;left:27.1875rem; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .radio-container { width:18.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv {display:block;}#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv { width:18.0625rem;height:auto;top:18.5625rem;left:27.1875rem; }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #xzgpNSIdUkTJkMTrhqC15F5CbTAKXF9P {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #H9bJb3QFPA7Iu8fq9CD9CTtyUyCEUTTo { display:none; }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #irwcRuTozIdnecZC7U3RBgeBHKbJ9niS {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #MmUwyOkcgaiEab01AMIe4SAC8rLkepua {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #qpvBh1ue66R3tJycGkszf7Dkk3xHwGGh { display:none; }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #CBQx4EJ3k1ofABJVm5OlKnTWxc3Tya7G {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #HuzMbP7gN2gQNO6TBMc5lFI8tecidQP5 {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #rRJPHSEmTJ5XreCcKU7HgdwZKg1O5eI6 {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #DceDv2mJ39OvuD62o5KwxhRhTASFZ65m {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #zANGt9J6z45CEmBanPZcDXOo33n95DaL {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #MzvTEgRxi5Rx3abz7ZIlhv6biiSGZhT6 {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #bOwuIdi6s9uLMP90Am3Vym4EnmC91LIe {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #NqhTQq1Lx7dyv1vNcfIXr3GgbMwmkNev {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #Oev9n8gmV3uUrPOnmpNvKzRdmBWs938Z {  }
 }@media only screen and (max-width: 763px) { #pgpJKAoyfvAqlDfpsxk2XHD62yANMqCx { top:13.6875rem;left:27.75rem;width:20rem;height:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8tokTmFa5fX1LX36TKFQ5JgzITVhbAJ { top:35.4375rem;left:3.9375rem;width:0.25rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGFJsDggloSuDABRKzBtyDUBin3eDVIv { top:26.25rem;left:0rem;width:4.875rem;height:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAErDW3N3y3Nn2V20sZ54GUMkbvJiUdS { top:20.4375rem;left:0rem;width:2.3125rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8fBZSbJ6SZU1e53UxVTeX4EA6XFAXbN { top:22rem;left:0rem;width:14.4375rem;height:7.375rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUSnSLFgtD1S8dFQfhGo3MeVLHF2NHpM { top:20.1875rem;left:18.6875rem;width:5rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQUFzuOOz2bBAwbiplmm2BCEbpl7sBB1 { display:block; }#TQUFzuOOz2bBAwbiplmm2BCEbpl7sBB1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BfhrwD0aPFuyXJ9hB6Saplyhsea9Ooix { top:0rem;left:0rem;width:47.75rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #idCPTTQUlULXmih2klJTrzXHvzFzFBHf { display:block; }#idCPTTQUlULXmih2klJTrzXHvzFzFBHf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XArNymahNXwtTqiRMPwNAa47T1DmlIrf { top:8.4375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkhiD0JSw4eP0sqOql16mS9dwpDi8sgL { top:3.8125rem;left:5.875rem;width:33.25rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwAoux44vJ8WPvaDXONMMhuZTlbZ1BlU { top:14.875rem;left:0rem;width:24.6875rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvutQtuZLGVmFGFJJQMvrzJmTzaQ12Bs { top:14.875rem;left:11.5625rem;width:24.6875rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBVlofPL1MuIUNQ5iVlp7UhzAAo9WkmB { top:14.875rem;left:23.0625rem;width:24.6875rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZXeTPE5cuBaMDRyq1P7HVi9vWgxyTTM { width:17.5rem;height:2.875rem;top:43.625rem;left:15.125000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgOkwDnkexbFOaG0bE9g70JXQs4TJLHI { display:block; }
 }@media only screen and (max-width: 763px) { #y0zJBFZLb2KMclA5zW8eKZ3VKHIS3dJK { display:block; }#y0zJBFZLb2KMclA5zW8eKZ3VKHIS3dJK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DCpTHOqHfZQUdb2TPTA6GHcDUkSvpZs9 { top:3.0625rem;left:0rem;width:32.8125rem;height:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlM2wcyGIwEX23FsqCZnMDnR0L0ISOfB { top:3rem;left:17.6875rem;width:30.0625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiaSBMKHaN6T1SwBvPCdq3DGWwGQhJxB { top:6.0625rem;left:17.875rem;width:29.875rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPVI4TrrtI9fh07dVWDgErO2IxnyuD7o { top:8rem;left:16.875rem;width:30.875rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnAA9pxAZyAtnPsowe23RNE1HKWwPfk4 { top:11.5625rem;left:17rem;width:30.75rem;height:13.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpxx9aOEixrvN33bIrcDOLJTFJhGHFw6 { display:block; }#gpxx9aOEixrvN33bIrcDOLJTFJhGHFw6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SFmfPMsh7REo1LToiktcQqw6IMH9B82o { top:3.0625rem;left:0rem;width:32.8125rem;height:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQUJus5OAdf71mARUxgNdHNillulVsvE { top:3rem;left:17.6875rem;width:30.0625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcaipKbI32W0BsM1rPkAhuFAZLiLMfwC { top:6.0625rem;left:17.875rem;width:29.875rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tu7pRcDNDh257DPekeGHzb8SoRMaOnEa { top:8rem;left:16.875rem;width:30.875rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W58ULTeENUEJvzHSRXVJC8rBTLG4wqeB { top:11.5625rem;left:17rem;width:30.75rem;height:16.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPSy8HFuMP8SQI8Ag8FceDahwm3c3bcX { display:block; }#QPSy8HFuMP8SQI8Ag8FceDahwm3c3bcX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h9aBhL4z0nWwpEdbbJMRfTCIIy2v5qho { top:3.0625rem;left:0rem;width:32.8125rem;height:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKXmEyuUlXtu4oJdnLHcy3vpUSrgXzLf { top:3rem;left:17.6875rem;width:30.0625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qfdz9TiyNClEVNneWLAXGwPf0QyTQFmw { top:6.0625rem;left:17.875rem;width:29.875rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS8Z3TcRhcXHH46NkSiqOdCvLb0DzRGf { top:8rem;left:16.875rem;width:30.875rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iogTQOHF5gIr6ozW0nA0UbATTsXTuOGZ { top:11.5625rem;left:17rem;width:30.75rem;height:16.875rem;font-size:0.75rem;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.4375rem;left:2.53125rem;width:42.6875rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1ZdxTguqB2MFm40FmeVgf7DOQbvf3kU { top:27.5625rem;left:0rem;width:16.9375rem;height:7.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoIWlxqttK5KPOmTqwhPmJThlxduOqEU { top:25.0625rem;left:0rem;width:9.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hn2zbQUdewGg4OzLS67DoTS7tfyQcJgA { top:27.5rem;left:15.4052734375rem;width:16.9375rem;height:7.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDBAJy6xtgdyJTmEFGVfgSIUUykc7XIS { top:25rem;left:19.281249046326rem;width:9.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rouaRUDPoEU3gTWyPb00kR0lIdGlew2C { top:25.0625rem;left:38.5625rem;width:9.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEi5BgEXGbKElfIxS7pFcqzWwmRlBKz8 { top:27.5625rem;left:32.0625rem;width:15.6875rem;height:6.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBuzKpWZnx7ClikbW4SRWdWHazAVBkcn { top:14.125rem;left:0rem;width:6.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5lZ8o99g51wImNXZzrMcG5gm02XQo0X { top:14.125rem;left:20.90625rem;width:6.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWThTeWWDgJxq5XkZKwoPTHWlHaIWh3d { top:14.125rem;left:41.0625rem;width:6.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODVC8A2xZoC06trOp5htiUyWxVQbUFTU { display:block; }#ODVC8A2xZoC06trOp5htiUyWxVQbUFTU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FzhAXStCSiXCgRoKsXNVTBRpLiN54CVE { top:1.9375rem;left:2.53125rem;width:42.6875rem;height:3.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHux7ExQgLOksRLm6mzzdOsOg9wk1uTC { top:7.3125rem;left:0rem;width:22.3125rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSscfQPDJTMxRhubpdP0sxzAqc40yKRJ { top:7.25rem;left:12.6875rem;width:22.375rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPk33S62K6PPvZDiMunthXA8AUgDXsDy { top:7.1875rem;left:25.25rem;width:22.5rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #elwRGPyd5aHzZJWKgTHWSBCP7WwuOHKt { top:25.75rem;left:0rem;width:22.125rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCSV7nU6MknTAG2TKlRNr1LuIVMmhxLN { top:25.75rem;left:25.625rem;width:22.125rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK29KRh86Lo52RNdZnFpbZQ7G2FKWwNT { top:43.875rem;left:24.625rem;width:22.5625rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbNH5kKS2HfEsXkV4O5yGaRyRqFR401y { top:44.0625rem;left:0.5625rem;width:22.25rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uams4l5VTHKTkHQXKuW3txU4w418X208 { top:25.75rem;left:12.779689788818rem;width:22.1875rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuIJoBD6DbiobxGSG4s9z0fdlTI7FtJh { top:22rem;left:0rem;width:22.3125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKaBIdhgvvVgTQRTSEzqv5oxowW0w7xx { top:22.0625rem;left:12.717883110046rem;width:22.3125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4RSeQBEhmrHqVFakFwrHIydkBthVBms { top:40.5rem;left:0rem;width:22.3125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HibdCmaHOszByqVVtXZZscJT9MefxBzg { top:40.5rem;left:12.779689788818rem;width:22.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Koa1UbbeZ2RC565zglTbSK3iyiPVUIZ9 { top:22.0625rem;left:25.125rem;width:22.625rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #If3P1uv66928mMyF4b4xchypnEgJhZQN { top:40.5rem;left:25.625rem;width:22.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlXOAMC8ddLlJG6nW41IPGddcyx6sMV8 { top:58.8125rem;left:0.5rem;width:22.375rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwOXFCAFDQD2d5hAqhbe5vFt5xh1rHSn { top:58.8125rem;left:24.625rem;width:22.5625rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpgyDX4tkMCZMApGxKMPLRs47dDK15JN { top:22.4375rem;left:0rem;width:17.4375rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbWWcEBKbBTAbwOOr5sQZFdwIy60DpNn { top:22.4375rem;left:15.156249046326rem;width:17.4375rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaT5QO79lkkKf2z3x2FrbGlpIoucGHs9 { top:22.4375rem;left:30.3125rem;width:17.4375rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzWCLOTP4n289vfOvSfC8QEKPfPgbyOL { top:40.875rem;left:30.3125rem;width:17.4375rem;height:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Co4dBg6n3kzzRUE1aB0UknWXnMkicyLo { top:40.875rem;left:15.15625rem;width:17.4375rem;height:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT62oFcuxJlTsuDv5c0TxIbkbpRt8u8C { top:40.875rem;left:0rem;width:17.4375rem;height:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtMCSZyXAvTVlu1AHmg9GqtUUvlRsPhk { top:59.1875rem;left:2.9671878814698rem;width:17.4375rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZV4lrSNohUiHgcszUqCbTXZsf8UD80Hp { top:59.1875rem;left:27.1875rem;width:17.4375rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkXpgIaBZ1WBvOu0VzQu0WIADuC5kHSh { top:18.875rem;left:0rem;width:7.3125rem;height:;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #C2KTSZGTKuA0HmQVOdRKxFCpJWnQ8ZCT { display:block; }#C2KTSZGTKuA0HmQVOdRKxFCpJWnQ8ZCT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UNE2vpKEEU6hK1cvQcGnK2bfoBTpgKEW { top:17.625rem;left:4.21875rem;width:39.3125rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUus9Ny6Ehnli5uN6WF1JGxQBvKwuQaR { top:4.5rem;left:15.875rem;width:15.9375rem;height:5.1038849173796rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZH42ftrZUgRpGwAPyi2scVdgVmEi9pJ { top:10.875rem;left:12.625rem;width:22.5rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #L0qT0yBCttz08qtVoJCud4XVTmy3po2s { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/227e3828-049d-4365-b8e7-dbb346e0061b/BannerWarna.png");background-position:top 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s.adaptive-delivery-prevent-bg, #L0qT0yBCttz08qtVoJCud4XVTmy3po2s.lazyload, #L0qT0yBCttz08qtVoJCud4XVTmy3po2s.lazyloading { background-image: none; }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s > .row .container { background-color: transparent; background-image: none; }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s > .row .container > .video-iframe-container { display: none; }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s > .row > .video-iframe-container { display: none; }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s > .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); }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s > .row .container { border-width: 0; border-radius: 0; }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s::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; }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s > .row .container { width:20rem;height:66.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n9SRPqxygfCru06gJB7NXCkFQnS4gbdb { width:13.125rem;height:4.0625rem;top:1.6875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FF56ITnRdnOrshvOL7Nn9kxrBELyIzsI { width:17.1875rem;height:5.3625rem;top:9.75rem;left:1.40625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmQZp2OFEBDWrVD45izf9ck2CziLHuVx { width:8.875rem;height:1.65rem;top:28.5rem;left:11.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2B3Jcd2CmQBOXSKokcKOJ7hy6GEeTGT { width:2.1875rem;height:3rem;top:30.5rem;left:13.4375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ostVTkOrSTzmyMyDbBAAvZEHKqKe5l2h { width:1.0625rem;height:2.2rem;top:30.875rem;left:15.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #I95iZr3wPP0EBwBW4xS0WnEITnCD22V1 { width:9.4375rem;height:3.025rem;top:28.4775390625rem;left:1.40625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrTGRmspOWvGVZ0IOLHQHlhJTO136lbO { width:17.5rem;height:27.375rem;top:36.5rem;left:1.2500000447035rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-regular-label { display:block;width:13.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-text { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-text {padding-top: 0; padding-bottom: 0;}#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-textarea { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-select { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-select {padding-top: 0; padding-bottom: 0;}#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-button { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.9375rem;overflow:hidden; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-checkbox-label { width:12.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv  { width:13.75rem;height:auto;top:42.1875rem;left:1.875rem; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .radio-container { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv {display:block;}#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv { width:13.75rem;height:auto;top:42.1875rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #xzgpNSIdUkTJkMTrhqC15F5CbTAKXF9P {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #H9bJb3QFPA7Iu8fq9CD9CTtyUyCEUTTo { display:none; }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #irwcRuTozIdnecZC7U3RBgeBHKbJ9niS {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #MmUwyOkcgaiEab01AMIe4SAC8rLkepua {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #qpvBh1ue66R3tJycGkszf7Dkk3xHwGGh { display:none; }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #CBQx4EJ3k1ofABJVm5OlKnTWxc3Tya7G {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #HuzMbP7gN2gQNO6TBMc5lFI8tecidQP5 {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #rRJPHSEmTJ5XreCcKU7HgdwZKg1O5eI6 {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #DceDv2mJ39OvuD62o5KwxhRhTASFZ65m {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #zANGt9J6z45CEmBanPZcDXOo33n95DaL {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #MzvTEgRxi5Rx3abz7ZIlhv6biiSGZhT6 {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #bOwuIdi6s9uLMP90Am3Vym4EnmC91LIe {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #NqhTQq1Lx7dyv1vNcfIXr3GgbMwmkNev {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #Oev9n8gmV3uUrPOnmpNvKzRdmBWs938Z {  }
 }@media only screen and (max-width: 763px) { #pgpJKAoyfvAqlDfpsxk2XHD62yANMqCx { width:16.0625rem;height:3.4125rem;top:37.75rem;left:2rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #T8tokTmFa5fX1LX36TKFQ5JgzITVhbAJ { width:0.125rem;height:5.3125rem;top:28.5rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGFJsDggloSuDABRKzBtyDUBin3eDVIv { width:7.5rem;height:1.16875rem;top:18rem;left:2.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iAErDW3N3y3Nn2V20sZ54GUMkbvJiUdS { width:2.3125rem;height:1.21875rem;top:20.0625rem;left:1.1875rem;font-size:0.9375rem;text-align:right;text-align-last:right;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #u8fBZSbJ6SZU1e53UxVTeX4EA6XFAXbN { width:14.4375rem;height:4.375rem;top:19.125rem;left:2.75rem;font-size:6.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fUSnSLFgtD1S8dFQfhGo3MeVLHF2NHpM { width:5rem;height:1.125rem;top:19.1875rem;left:13.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TQUFzuOOz2bBAwbiplmm2BCEbpl7sBB1 { display:block; }#TQUFzuOOz2bBAwbiplmm2BCEbpl7sBB1 > .row .container { width:20rem;height:12.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BfhrwD0aPFuyXJ9hB6Saplyhsea9Ooix { width:20rem;height:10rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #idCPTTQUlULXmih2klJTrzXHvzFzFBHf { display:block; }#idCPTTQUlULXmih2klJTrzXHvzFzFBHf > .row .container { width:20rem;height:71.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XArNymahNXwtTqiRMPwNAa47T1DmlIrf { width:18.9375rem;height:3.4125rem;top:4.44921875rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkhiD0JSw4eP0sqOql16mS9dwpDi8sgL { width:20rem;height:2.275rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwAoux44vJ8WPvaDXONMMhuZTlbZ1BlU { width:20rem;height:20rem;top:11.474219322204rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvutQtuZLGVmFGFJJQMvrzJmTzaQ12Bs { width:20rem;height:20rem;top:31.425000190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBVlofPL1MuIUNQ5iVlp7UhzAAo9WkmB { width:20rem;height:20rem;top:51.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZXeTPE5cuBaMDRyq1P7HVi9vWgxyTTM { width:9.5rem;height:1.5rem;top:8.921875rem;left:5.2500000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgOkwDnkexbFOaG0bE9g70JXQs4TJLHI { display:block; }
 }@media only screen and (max-width: 763px) { #y0zJBFZLb2KMclA5zW8eKZ3VKHIS3dJK { display:block; }#y0zJBFZLb2KMclA5zW8eKZ3VKHIS3dJK > .row .container { width:20rem;height:39.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DCpTHOqHfZQUdb2TPTA6GHcDUkSvpZs9 { width:18.125rem;height:18.125rem;top:5rem;left:0.93671876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlM2wcyGIwEX23FsqCZnMDnR0L0ISOfB { width:18.75rem;height:1.875rem;top:2.0625rem;left:0.62421876192093rem;font-size:1.5625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CiaSBMKHaN6T1SwBvPCdq3DGWwGQhJxB { width:18.3125rem;height:0.3125rem;top:0.98750019073488rem;left:0.84296876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPVI4TrrtI9fh07dVWDgErO2IxnyuD7o { width:18.375rem;height:1.225rem;top:24.0625rem;left:0.81171876192094rem;font-size:0.875rem;font-family:"open sans";text-align:center;text-align-last:center;line-height:1.4;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TnAA9pxAZyAtnPsowe23RNE1HKWwPfk4 { width:18.3125rem;height:12rem;top:26.047657012939rem;left:0.84296876192094rem;font-size:0.75rem;font-family:"open sans";text-align:center;text-align-last:center;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #gpxx9aOEixrvN33bIrcDOLJTFJhGHFw6 { display:block; }#gpxx9aOEixrvN33bIrcDOLJTFJhGHFw6 > .row .container { width:20rem;height:42.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SFmfPMsh7REo1LToiktcQqw6IMH9B82o { width:18.125rem;height:18.125rem;top:3.8125rem;left:0.93671876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQUJus5OAdf71mARUxgNdHNillulVsvE { width:18.75rem;height:1.875rem;top:1.25rem;left:0.62421876192093rem;font-size:1.5625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xcaipKbI32W0BsM1rPkAhuFAZLiLMfwC { width:18.3125rem;height:0.3125rem;top:0rem;left:0.84296876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #tu7pRcDNDh257DPekeGHzb8SoRMaOnEa { width:18.375rem;height:1.225rem;top:22.8125rem;left:0.8125rem;font-size:0.875rem;font-family:"open sans";text-align:center;text-align-last:center;line-height:1.4;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #W58ULTeENUEJvzHSRXVJC8rBTLG4wqeB { width:18.3125rem;height:16.5rem;top:24.8125rem;left:0.8125rem;font-size:0.75rem;font-family:"open sans";text-align:center;text-align-last:center;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #QPSy8HFuMP8SQI8Ag8FceDahwm3c3bcX { display:block; }#QPSy8HFuMP8SQI8Ag8FceDahwm3c3bcX > .row .container { width:20rem;height:42.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h9aBhL4z0nWwpEdbbJMRfTCIIy2v5qho { width:18.125rem;height:18.125rem;top:3.6875rem;left:0.93671876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKXmEyuUlXtu4oJdnLHcy3vpUSrgXzLf { width:18.75rem;height:1.875rem;top:1.25rem;left:0.62421876192093rem;font-size:1.5625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qfdz9TiyNClEVNneWLAXGwPf0QyTQFmw { width:18.3125rem;height:0.3125rem;top:0rem;left:0.84296876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS8Z3TcRhcXHH46NkSiqOdCvLb0DzRGf { width:18.375rem;height:1.225rem;top:22.875rem;left:0.8125rem;font-size:0.875rem;font-family:"open sans";text-align:center;text-align-last:center;line-height:1.4;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iogTQOHF5gIr6ozW0nA0UbATTsXTuOGZ { width:18.3125rem;height:16.5rem;top:24.875rem;left:0.8125rem;font-size:0.75rem;font-family:"open sans";text-align:center;text-align-last:center;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { width:20rem;height:63.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kGz27wyoutuqebFXtkcacrankw9MoXZh { width:19.1875rem;height:4.55rem;top:1.7291603088379rem;left:0.40625rem;font-size:1.75rem;font-family:neuton;display:block; }
 }@media only screen and (max-width: 763px) { #f1ZdxTguqB2MFm40FmeVgf7DOQbvf3kU { width:15rem;height:6.125rem;top:18.625rem;left:2.5rem;font-size:0.875rem;font-family:neuton;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RoIWlxqttK5KPOmTqwhPmJThlxduOqEU { width:9.1875rem;height:1.3rem;top:16.5625rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hn2zbQUdewGg4OzLS67DoTS7tfyQcJgA { width:14.5rem;height:6.125rem;top:37.375rem;left:2.75rem;font-size:0.875rem;font-family:neuton;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #MDBAJy6xtgdyJTmEFGVfgSIUUykc7XIS { width:9.1875rem;height:1.3rem;top:35.3125rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rouaRUDPoEU3gTWyPb00kR0lIdGlew2C { width:9.1875rem;height:1.3rem;top:53.3125rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEi5BgEXGbKElfIxS7pFcqzWwmRlBKz8 { width:13.375rem;height:4.9rem;top:55.5625rem;left:3.3125rem;font-size:0.875rem;font-family:neuton;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #lBuzKpWZnx7ClikbW4SRWdWHazAVBkcn { display:flex;width:5.25rem;height:5.25rem;top:10.94921875rem;left:7.375rem; }
 }@media only screen and (max-width: 763px) { #T5lZ8o99g51wImNXZzrMcG5gm02XQo0X { display:flex;width:5.25rem;height:5.25rem;top:28.88671875rem;left:7.375rem;font-size:3.625rem; }
 }@media only screen and (max-width: 763px) { #AWThTeWWDgJxq5XkZKwoPTHWlHaIWh3d { display:flex;width:5.25rem;height:5.25rem;top:47.0625rem;left:7.375rem;font-size:3.625rem; }
 }@media only screen and (max-width: 763px) { #ODVC8A2xZoC06trOp5htiUyWxVQbUFTU { display:block; }#ODVC8A2xZoC06trOp5htiUyWxVQbUFTU > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FzhAXStCSiXCgRoKsXNVTBRpLiN54CVE { width:20rem;height:2.275rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WHux7ExQgLOksRLm6mzzdOsOg9wk1uTC { width:8.9375rem;height:5.875rem;top:4.6484375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSscfQPDJTMxRhubpdP0sxzAqc40yKRJ { width:9.125rem;height:6.0625rem;top:4.5546875rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPk33S62K6PPvZDiMunthXA8AUgDXsDy { width:8.75rem;height:5.75rem;top:13rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #elwRGPyd5aHzZJWKgTHWSBCP7WwuOHKt { width:9.1875rem;height:6rem;top:12.875rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCSV7nU6MknTAG2TKlRNr1LuIVMmhxLN { width:9.25rem;height:6.0625rem;top:21.125rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK29KRh86Lo52RNdZnFpbZQ7G2FKWwNT { width:9.0625rem;height:5.9375rem;top:28.875rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbNH5kKS2HfEsXkV4O5yGaRyRqFR401y { width:8.8125rem;height:5.8125rem;top:28.876953125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uams4l5VTHKTkHQXKuW3txU4w418X208 { width:8.6875rem;height:5.5625rem;top:21.134765625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuIJoBD6DbiobxGSG4s9z0fdlTI7FtJh { width:8.9375rem;height:1.4375rem;top:10.5234375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKaBIdhgvvVgTQRTSEzqv5oxowW0w7xx { width:9.125rem;height:1.4375rem;top:10.5rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4RSeQBEhmrHqVFakFwrHIydkBthVBms { width:9.1875rem;height:1.25rem;top:18.75rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HibdCmaHOszByqVVtXZZscJT9MefxBzg { width:9.3125rem;height:1.1875rem;top:26.6875rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Koa1UbbeZ2RC565zglTbSK3iyiPVUIZ9 { width:8.8125rem;height:1.3125rem;top:18.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #If3P1uv66928mMyF4b4xchypnEgJhZQN { width:8.8125rem;height:1.25rem;top:34.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlXOAMC8ddLlJG6nW41IPGddcyx6sMV8 { width:8.8125rem;height:1.1875rem;top:26.697265625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwOXFCAFDQD2d5hAqhbe5vFt5xh1rHSn { width:9rem;height:1.1875rem;top:34.75rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpgyDX4tkMCZMApGxKMPLRs47dDK15JN { width:9rem;height:1.05625rem;top:10.5234375rem;left:0.78125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SbWWcEBKbBTAbwOOr5sQZFdwIy60DpNn { width:8.6875rem;height:1.05625rem;top:10.6875rem;left:9.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaT5QO79lkkKf2z3x2FrbGlpIoucGHs9 { width:7.3125rem;height:1.05625rem;top:18.8125rem;left:1.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SzWCLOTP4n289vfOvSfC8QEKPfPgbyOL { width:7.875rem;height:0.8941rem;top:26.79296875rem;left:10.375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Co4dBg6n3kzzRUE1aB0UknWXnMkicyLo { width:8.9375rem;height:0.8941rem;top:26.822265625rem;left:0.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT62oFcuxJlTsuDv5c0TxIbkbpRt8u8C { width:10rem;height:0.8941rem;top:18.875rem;left:9.3125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UtMCSZyXAvTVlu1AHmg9GqtUUvlRsPhk { width:8.5625rem;height:1.05625rem;top:34.8125rem;left:1.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZV4lrSNohUiHgcszUqCbTXZsf8UD80Hp { width:7.75rem;height:1.05625rem;top:34.8125rem;left:10.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NkXpgIaBZ1WBvOu0VzQu0WIADuC5kHSh { width:7.3125rem;height:;top:18.875rem;left:10.65625rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #C2KTSZGTKuA0HmQVOdRKxFCpJWnQ8ZCT { display:block; }#C2KTSZGTKuA0HmQVOdRKxFCpJWnQ8ZCT > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UNE2vpKEEU6hK1cvQcGnK2bfoBTpgKEW { width:20rem;height:1.625rem;top:9.6484375rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wUus9Ny6Ehnli5uN6WF1JGxQBvKwuQaR { width:8.9375rem;height:2.75rem;top:1.25rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZH42ftrZUgRpGwAPyi2scVdgVmEi9pJ { width:15.4365rem;height:3.15rem;top:5.25rem;left:2.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }