.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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCJ3s8LuTUXCSOKu4X0lTJN3v1KeTwLR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#284f62;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; }#OCJ3s8LuTUXCSOKu4X0lTJN3v1KeTwLR > .row .container { background-color: transparent; background-image: none; }#OCJ3s8LuTUXCSOKu4X0lTJN3v1KeTwLR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCJ3s8LuTUXCSOKu4X0lTJN3v1KeTwLR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCJ3s8LuTUXCSOKu4X0lTJN3v1KeTwLR > .row .container > .video-iframe-container { display: none; }#OCJ3s8LuTUXCSOKu4X0lTJN3v1KeTwLR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCJ3s8LuTUXCSOKu4X0lTJN3v1KeTwLR > .row > .video-iframe-container { display: none; }#OCJ3s8LuTUXCSOKu4X0lTJN3v1KeTwLR > .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); }#OCJ3s8LuTUXCSOKu4X0lTJN3v1KeTwLR > .row .container { border-width: 0; border-radius: 0; }#OCJ3s8LuTUXCSOKu4X0lTJN3v1KeTwLR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OCJ3s8LuTUXCSOKu4X0lTJN3v1KeTwLR > .row .container { font-size:14px;font-family:arial;height:684px;width:1200px;position:relative;display:block; }#W2p4sNWp9n3Q0PVTTmvWQLq2q9kNf1g6 { color:#ffffff;display:block;width:623px;position:absolute;font-family:roboto;font-size:45px;font-weight:300;z-index:15000;line-height:1.4;letter-spacing:0;text-shadow:1px 1px 11px #22242e;top:53px;left:39px;height:188.958px;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; }
#nttRmJo1IzXgDqra2EW4bC7tWABK9bvu { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffdd2d, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #ffdd2d, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #ffdd2d, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #ffdd2d, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdd2d', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdd2d', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #ffdd2d, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: none;height:5px;width:230px;top:274px;left:39px;display:block; }
#AxsT25EaZ8luRvaLxE2BieIASQI41hWU { color:#ffffff;display:block;width:623px;position:absolute;font-family:lato;font-size:35px;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:382px;left:39px;height:35px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p6bsXFT3Q8VT4WQO0agF6FBZaFb5pGy8 { color:#ffffff;display:block;width:623px;position:absolute;font-family:lato;font-size:20px;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:456px;left:39px;height:99.9479px;font-style:normal;display:block; }#p6bsXFT3Q8VT4WQO0agF6FBZaFb5pGy8 li:not(:first-child){ padding-top:11px;padding-right:0;padding-bottom:0;padding-left:0; }#p6bsXFT3Q8VT4WQO0agF6FBZaFb5pGy8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/ia8YCbbn/check.png); }
#mTEiBdxdzg4ThyAh5WUHQgKtuBS6SKEy { 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:684px;width:513px;top:0px;left:687px;overflow:hidden;display:block; }
#vgpEDfGKKTl96TcMl1UFpTecPv31Ao4O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#vgpEDfGKKTl96TcMl1UFpTecPv31Ao4O > .row .container { background-color: transparent; background-image: none; }#vgpEDfGKKTl96TcMl1UFpTecPv31Ao4O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vgpEDfGKKTl96TcMl1UFpTecPv31Ao4O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vgpEDfGKKTl96TcMl1UFpTecPv31Ao4O > .row .container > .video-iframe-container { display: none; }#vgpEDfGKKTl96TcMl1UFpTecPv31Ao4O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vgpEDfGKKTl96TcMl1UFpTecPv31Ao4O > .row > .video-iframe-container { display: none; }#vgpEDfGKKTl96TcMl1UFpTecPv31Ao4O > .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); }#vgpEDfGKKTl96TcMl1UFpTecPv31Ao4O > .row .container { border-width: 0; border-radius: 0; }#vgpEDfGKKTl96TcMl1UFpTecPv31Ao4O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vgpEDfGKKTl96TcMl1UFpTecPv31Ao4O > .row .container { font-size:14px;font-family:arial;height:643px;width:1200px;position:relative;display:block; }#NpEcTiT2uIfWIC4973qr7WIcs9IN2D4N { color:#284f62;display:block;width:350px;position:absolute;font-family:"marck script";font-size:34px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:526px;left:135px;height:44.184px;text-align:center;text-align-last:center;display:block; }
#i1G29lNlD9luzZmTcQBJGT56Ng48VreZ .widget-form-header {  }
#i1G29lNlD9luzZmTcQBJGT56Ng48VreZ .widget-regular-label { height:auto;display:block;font-family:lato;font-size:16px;font-weight:bold;color:#000000;width:428px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#i1G29lNlD9luzZmTcQBJGT56Ng48VreZ .widget-input-text { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:428px;box-sizing:border-box;height:55px;color:#020202;font-size:20px;overflow:hidden;font-family:lato;vertical-align:top;text-align:center;text-align-last:center; }
#i1G29lNlD9luzZmTcQBJGT56Ng48VreZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#i1G29lNlD9luzZmTcQBJGT56Ng48VreZ .widget-textarea { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:428px;box-sizing:border-box;height:70px;color:#020202;font-size:20px;overflow:hidden;font-family:lato;vertical-align:top;text-align:center;text-align-last:center; }
#i1G29lNlD9luzZmTcQBJGT56Ng48VreZ .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:transparent;background-image:none;border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:428px;box-sizing:border-box;height:45px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#i1G29lNlD9luzZmTcQBJGT56Ng48VreZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#i1G29lNlD9luzZmTcQBJGT56Ng48VreZ .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#i1G29lNlD9luzZmTcQBJGT56Ng48VreZ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#i1G29lNlD9luzZmTcQBJGT56Ng48VreZ .widget-input-button { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:#ffdd2d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:24px;font-weight:bold;color:#020202;width:428px;height:60px;font-family:lato;overflow:hidden;box-shadow: none; }
#i1G29lNlD9luzZmTcQBJGT56Ng48VreZ [class*="-text"]:-moz-placeholder { color:#5f5f5f;font-family:lato;font-size:20px;text-align:center;text-align-last:center; }
#i1G29lNlD9luzZmTcQBJGT56Ng48VreZ [class*="-text"]::-moz-placeholder { color:#5f5f5f;font-family:lato;font-size:20px;text-align:center;text-align-last:center; }
#i1G29lNlD9luzZmTcQBJGT56Ng48VreZ [class*="-text"]:-ms-input-placeholder { color:#5f5f5f;font-family:lato;font-size:20px;text-align:center;text-align-last:center; }
#i1G29lNlD9luzZmTcQBJGT56Ng48VreZ [class*="-text"]::-webkit-input-placeholder { color:#5f5f5f;font-family:lato;font-size:20px;text-align:center;text-align-last:center; }
#i1G29lNlD9luzZmTcQBJGT56Ng48VreZ .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:lato;line-height:1.1;font-size:13px;font-weight:400;color:#ffffff;vertical-align:top;width:408px;overflow:hidden;font-style:normal;float:none; }
#i1G29lNlD9luzZmTcQBJGT56Ng48VreZ .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#i1G29lNlD9luzZmTcQBJGT56Ng48VreZ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#i1G29lNlD9luzZmTcQBJGT56Ng48VreZ .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#i1G29lNlD9luzZmTcQBJGT56Ng48VreZ .widget-container:first-of-type{padding-top:0;}#i1G29lNlD9luzZmTcQBJGT56Ng48VreZ .widget-container:last-of-type{padding-bottom:0;}#i1G29lNlD9luzZmTcQBJGT56Ng48VreZ  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:428px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:595.98962402344px;top:207.98614501953px;z-index:15012;position:absolute; }
#i1G29lNlD9luzZmTcQBJGT56Ng48VreZ .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:428px;display:block;vertical-align:top; }
#i1G29lNlD9luzZmTcQBJGT56Ng48VreZ .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:11px;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#i1G29lNlD9luzZmTcQBJGT56Ng48VreZ {display:block;}#i1G29lNlD9luzZmTcQBJGT56Ng48VreZ { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:428px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:595.98962402344px;top:207.98614501953px;z-index:15012;position:absolute; }
#i1G29lNlD9luzZmTcQBJGT56Ng48VreZ #vnqvHU86KI1WpVEeX3T5noXnBTewOXuv { position:relative; }
#i1G29lNlD9luzZmTcQBJGT56Ng48VreZ #nKPsHTRBkT6pGlgVflo4DqWl4tgMqzWP { position:relative;display:none; }
#i1G29lNlD9luzZmTcQBJGT56Ng48VreZ #FvMMC1F47ohdI8PrhUoONNb2t9G15g3F { position:relative; }
#i1G29lNlD9luzZmTcQBJGT56Ng48VreZ #yNDhdp9yos3dmvT17ah1f1uCg6g55fUy { position:relative; }
#i1G29lNlD9luzZmTcQBJGT56Ng48VreZ #TxkWU77FnyOtIn1R4NEw8RmXVumBowJi { position:relative;display:none; }
#i1G29lNlD9luzZmTcQBJGT56Ng48VreZ #LJl1iIVGVbTAVs4rheg6F9yFmgMNTTp9 { position:relative; }
#i1G29lNlD9luzZmTcQBJGT56Ng48VreZ #J8Ayq6XXR4o17LNaeW26D4K8OdJGT08Z { position:relative; }
#i1G29lNlD9luzZmTcQBJGT56Ng48VreZ #eLBS4kvOHFX2hKb83Vat5BMJwrIRbh9s { position:relative;z-index:2; }
#i1G29lNlD9luzZmTcQBJGT56Ng48VreZ #Ag0fx6XgTR9zBMRfo7S5rpvO2mZANT4A { position:relative; }
#i1G29lNlD9luzZmTcQBJGT56Ng48VreZ #TPGZTk0gmG3PGBszN19OUe9OtZmQxXxT { position:relative; }
#i1G29lNlD9luzZmTcQBJGT56Ng48VreZ #VOeMKmVWLUM4kT3hOMqr6CuzQ5E4g8Kp { position:relative; }
#B9LwSibutrAlpweU0WplUKDBtTnhV5AZ { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:#284f62;background-image:none;height:328px;width:470px;position:absolute;display:block;z-index:15011;top:186px;left:595px;display:block; }
#EEhTqX616BfLVZwLsQvlghf0ZiVkJvX9 { color:#284f62;display:block;width:1200px;position:absolute;font-family:lato;font-size:30px;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:53px;left:0px;height:71.9792px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UpaIsFb63t5hxcldI5syl2VkOZsS3S0O { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:100px;width:100px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:161px;left:495px; }
#wicMVK4r4QV3HdHTs7by7qFUvcqZeVGV { position:absolute;display:block;z-index:15015;background-color:#284f62;background-image:url("https://images.assets-landingi.com/uc/e00b6209-33cf-4dbe-84f0-7c786fa31b91/RamlatBoamah.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:6px solid #284f62;border-left:6px solid #284f62;border-right:6px solid #284f62;border-bottom:6px solid #284f62;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;height:315px;width:315px;top:186px;left:146px;display:block; }#wicMVK4r4QV3HdHTs7by7qFUvcqZeVGV.adaptive-delivery-prevent-bg, #wicMVK4r4QV3HdHTs7by7qFUvcqZeVGV.lazyload, #wicMVK4r4QV3HdHTs7by7qFUvcqZeVGV.lazyloading { background-image: none; }
#WTdnMG3MfMfWuVm2VqbnUNLWH9URanVc { color:#284f62;display:block;width:200px;position:absolute;font-family:lato;font-size:18px;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:564.1875px;left:210px;height:23.4028px;text-align:center;text-align-last:center;display:block; }
#LsmMMq9ggmhz8iwIpQe2xFo74NHd83df { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LsmMMq9ggmhz8iwIpQe2xFo74NHd83df > .row .container { background-color: transparent; background-image: none; }#LsmMMq9ggmhz8iwIpQe2xFo74NHd83df::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LsmMMq9ggmhz8iwIpQe2xFo74NHd83df > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LsmMMq9ggmhz8iwIpQe2xFo74NHd83df > .row .container > .video-iframe-container { display: none; }#LsmMMq9ggmhz8iwIpQe2xFo74NHd83df > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LsmMMq9ggmhz8iwIpQe2xFo74NHd83df > .row > .video-iframe-container { display: none; }#LsmMMq9ggmhz8iwIpQe2xFo74NHd83df > .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); }#LsmMMq9ggmhz8iwIpQe2xFo74NHd83df > .row .container { border-width: 0; border-radius: 0; }#LsmMMq9ggmhz8iwIpQe2xFo74NHd83df > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LsmMMq9ggmhz8iwIpQe2xFo74NHd83df > .row .container { font-size:14px;font-family:arial;height:175px;width:1200px;position:relative;display:block; }#Tg2c8fn9ZGE3Cc6HriJIx7WA1TvcfWmE { color:#284f62;display:block;width:1200px;position:absolute;font-family:lato;font-size:30px;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:51.5px;left:0px;height:71.9792px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KuoGGc4kRTpgx25dbp3CwxEBfCIhQApC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#KuoGGc4kRTpgx25dbp3CwxEBfCIhQApC > .row .container { background-color: transparent; background-image: none; }#KuoGGc4kRTpgx25dbp3CwxEBfCIhQApC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KuoGGc4kRTpgx25dbp3CwxEBfCIhQApC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KuoGGc4kRTpgx25dbp3CwxEBfCIhQApC > .row .container > .video-iframe-container { display: none; }#KuoGGc4kRTpgx25dbp3CwxEBfCIhQApC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KuoGGc4kRTpgx25dbp3CwxEBfCIhQApC > .row > .video-iframe-container { display: none; }#KuoGGc4kRTpgx25dbp3CwxEBfCIhQApC > .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); }#KuoGGc4kRTpgx25dbp3CwxEBfCIhQApC > .row .container { border-width: 0; border-radius: 0; }#KuoGGc4kRTpgx25dbp3CwxEBfCIhQApC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KuoGGc4kRTpgx25dbp3CwxEBfCIhQApC > .row .container { font-size:14px;font-family:arial;height:299px;width:1200px;position:relative;display:block; }#GuSLz0yL3dUQO27BMLesIArLRPMtXUTn { color:#284f62;display:block;width:219px;position:absolute;font-family:lato;font-size:19px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:193px;left:90.5px;height:49.3889px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hX1TSuMncoC4NG3R8Hy5WZFe58XqzgcI { position:absolute;display:block;z-index:15009;background-color:#ffdd2d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: 0 15px 15px rgba(0,0,0,0.2) ;height:100px;width:100px;top:65px;left:150px;display:block; }
#T2HZ7seQb8HlQN7nfMyma8IGkiMdhyx0 { position:absolute;display:block;z-index:15011;background-color:#284f62;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: none;height:40px;width:40px;top:46px;left:211px;display:block; }
#yTmfMq2FRsh7huANvmPdaiSkdiQyEHKD { color:#ffffff;display:block;width:40px;position:absolute;font-family:lato;font-size:16px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:56px;left:211px;height:20.7986px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#veztXr5cGyQCamQo3aTzhmZXqbtzWGwv { color:#284f62;display:block;width:219px;position:absolute;font-family:lato;font-size:19px;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:193px;left:490.5px;height:49.3889px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XOnEpg8h0gTFplGiSOLfX3ihJWRvvChI { position:absolute;display:block;z-index:15014;background-color:#ffdd2d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: 0 15px 15px rgba(0,0,0,0.2) ;height:100px;width:100px;top:65px;left:550px;display:block; }
#ZGQnTRRd57zy2KPQRmcDx1rB90oFmNTt { position:absolute;display:block;z-index:15016;background-color:#284f62;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: none;height:40px;width:40px;top:46px;left:611px;display:block; }
#Rdkz5MrRlQXfpx9sykQOTuccVTiobfq5 { color:#ffffff;display:block;width:40px;position:absolute;font-family:lato;font-size:16px;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:56px;left:611px;height:20.7986px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ch5URQ6WcIRb36rvRaXoaekC9wyRHZT9 { color:#284f62;display:block;width:219px;position:absolute;font-family:lato;font-size:19px;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:193px;left:890.5px;height:49.3889px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L1QoRo2dbFmS6CzcwiB9nyK7RufWy2e5 { position:absolute;display:block;z-index:15019;background-color:#ffdd2d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: 0 15px 15px rgba(0,0,0,0.2) ;height:100px;width:100px;top:65px;left:950px;display:block; }
#B21fVPCCXkOR02nXGRJ6GVB9IOFx3Jvq { position:absolute;display:block;z-index:15021;background-color:#284f62;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: none;height:40px;width:40px;top:46px;left:1011px;display:block; }
#TtvlTIZ0DPn0u5abzvbyhOaC7v5ahhFm { color:#ffffff;display:block;width:40px;position:absolute;font-family:lato;font-size:16px;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:56px;left:1011px;height:20.7986px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pQRC1fqVq5OJQAGTmENEd8FeSqF8qymo { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:90px;left:975px; }
#nmdyerF1kQtMsOxOgn8hsoLkEHHfIqmU { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:90px;left:575px; }
#FNkDNhL6cMWRJlyC7BDTvalLT2NRuOqO { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:90px;left:175px; }
#QqqbOHsLpbH6XRpr8VV9FtJkiA8kXqOi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QqqbOHsLpbH6XRpr8VV9FtJkiA8kXqOi > .row .container { background-color: transparent; background-image: none; }#QqqbOHsLpbH6XRpr8VV9FtJkiA8kXqOi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QqqbOHsLpbH6XRpr8VV9FtJkiA8kXqOi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QqqbOHsLpbH6XRpr8VV9FtJkiA8kXqOi > .row .container > .video-iframe-container { display: none; }#QqqbOHsLpbH6XRpr8VV9FtJkiA8kXqOi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QqqbOHsLpbH6XRpr8VV9FtJkiA8kXqOi > .row > .video-iframe-container { display: none; }#QqqbOHsLpbH6XRpr8VV9FtJkiA8kXqOi > .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); }#QqqbOHsLpbH6XRpr8VV9FtJkiA8kXqOi > .row .container { border-width: 0; border-radius: 0; }#QqqbOHsLpbH6XRpr8VV9FtJkiA8kXqOi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QqqbOHsLpbH6XRpr8VV9FtJkiA8kXqOi > .row .container { font-size:14px;font-family:arial;height:212px;width:1200px;position:relative;display:block; }#VP2TlTWVOfo2ieQzDyRT3B2IOOmrWv40 { color:#284f62;display:block;width:1200px;position:absolute;font-family:lato;font-size:30px;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:52px;left:0px;height:107.9688px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QHgmwXQ0C0c0Kxrzn3GiCZJ3TOdqTVKi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#284f62;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; }#QHgmwXQ0C0c0Kxrzn3GiCZJ3TOdqTVKi > .row .container { background-color: transparent; background-image: none; }#QHgmwXQ0C0c0Kxrzn3GiCZJ3TOdqTVKi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHgmwXQ0C0c0Kxrzn3GiCZJ3TOdqTVKi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHgmwXQ0C0c0Kxrzn3GiCZJ3TOdqTVKi > .row .container > .video-iframe-container { display: none; }#QHgmwXQ0C0c0Kxrzn3GiCZJ3TOdqTVKi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHgmwXQ0C0c0Kxrzn3GiCZJ3TOdqTVKi > .row > .video-iframe-container { display: none; }#QHgmwXQ0C0c0Kxrzn3GiCZJ3TOdqTVKi > .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); }#QHgmwXQ0C0c0Kxrzn3GiCZJ3TOdqTVKi > .row .container { border-width: 0; border-radius: 0; }#QHgmwXQ0C0c0Kxrzn3GiCZJ3TOdqTVKi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QHgmwXQ0C0c0Kxrzn3GiCZJ3TOdqTVKi > .row .container { font-size:14px;font-family:arial;height:279px;width:1200px;position:relative;display:block; }#S0DOApstlmgaLnqofVqVT0L8kycfFphe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S0DOApstlmgaLnqofVqVT0L8kycfFphe > .row .container { background-color: transparent; background-image: none; }#S0DOApstlmgaLnqofVqVT0L8kycfFphe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0DOApstlmgaLnqofVqVT0L8kycfFphe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0DOApstlmgaLnqofVqVT0L8kycfFphe > .row .container > .video-iframe-container { display: none; }#S0DOApstlmgaLnqofVqVT0L8kycfFphe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0DOApstlmgaLnqofVqVT0L8kycfFphe > .row > .video-iframe-container { display: none; }#S0DOApstlmgaLnqofVqVT0L8kycfFphe > .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); }#S0DOApstlmgaLnqofVqVT0L8kycfFphe > .row .container { border-width: 0; border-radius: 0; }#S0DOApstlmgaLnqofVqVT0L8kycfFphe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S0DOApstlmgaLnqofVqVT0L8kycfFphe > .row .container { font-size:14px;font-family:arial;height:168px;width:1200px;position:relative;display:block; }#UyGohgO6gTUBDCvtWkSXIDN9EpCksuKp { color:#262626;display:block;width:1200px;position:absolute;font-family:lato;font-size:14px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:37px;left:0px;height:36.3542px;text-align:center;text-align-last:center;display:block; }
#zzfKIZN0T25oxiagflZzQPQ6egK24eQJ { color:#262626;display:block;width:1200px;position:absolute;font-family:lato;font-size:14px;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:74px;left:0px;height:18.1944px;text-align:center;text-align-last:center;display:block; }
#sqz3Veww14l1FM5raoFp7a8E9gIUr2SF { z-index:15005;top:94px;left:0px;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: none;box-sizing:border-box;color:#262626;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:14px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1200px;height:37px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#S8wff0Bp8SDEpgp7iG2BMa4SFywm7n1e { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OCJ3s8LuTUXCSOKu4X0lTJN3v1KeTwLR { display:block; }#OCJ3s8LuTUXCSOKu4X0lTJN3v1KeTwLR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W2p4sNWp9n3Q0PVTTmvWQLq2q9kNf1g6 { width:623px;height:;top:53px;left:0px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #nttRmJo1IzXgDqra2EW4bC7tWABK9bvu { top:274px;left:0px;width:230px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #AxsT25EaZ8luRvaLxE2BieIASQI41hWU { width:623px;height:35px;top:382px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #p6bsXFT3Q8VT4WQO0agF6FBZaFb5pGy8 { width:623px;height:100px;top:456px;left:0px;font-size:16px;display:block; }#p6bsXFT3Q8VT4WQO0agF6FBZaFb5pGy8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/ia8YCbbn/check.png); }
 }@media only screen and (max-width: 763px) { #mTEiBdxdzg4ThyAh5WUHQgKtuBS6SKEy { top:0px;left:251px;width:513px;height:684px;display:block; }
 }@media only screen and (max-width: 763px) { #vgpEDfGKKTl96TcMl1UFpTecPv31Ao4O { display:block; }#vgpEDfGKKTl96TcMl1UFpTecPv31Ao4O > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NpEcTiT2uIfWIC4973qr7WIcs9IN2D4N { top:525px;left:0px;width:350px;height:44px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #i1G29lNlD9luzZmTcQBJGT56Ng48VreZ .widget-regular-label { display:block; }
#i1G29lNlD9luzZmTcQBJGT56Ng48VreZ .widget-checkbox-label { width:220px; }
#i1G29lNlD9luzZmTcQBJGT56Ng48VreZ  { width:240px;height:auto; }
#i1G29lNlD9luzZmTcQBJGT56Ng48VreZ {display:block;}#i1G29lNlD9luzZmTcQBJGT56Ng48VreZ { width:240px;height:auto; }
 }@media only screen and (max-width: 763px) { #i1G29lNlD9luzZmTcQBJGT56Ng48VreZ #vnqvHU86KI1WpVEeX3T5noXnBTewOXuv {  }
 }@media only screen and (max-width: 763px) { #i1G29lNlD9luzZmTcQBJGT56Ng48VreZ #nKPsHTRBkT6pGlgVflo4DqWl4tgMqzWP { display:block; }
 }@media only screen and (max-width: 763px) { #i1G29lNlD9luzZmTcQBJGT56Ng48VreZ #FvMMC1F47ohdI8PrhUoONNb2t9G15g3F {  }
 }@media only screen and (max-width: 763px) { #i1G29lNlD9luzZmTcQBJGT56Ng48VreZ #yNDhdp9yos3dmvT17ah1f1uCg6g55fUy {  }
 }@media only screen and (max-width: 763px) { #i1G29lNlD9luzZmTcQBJGT56Ng48VreZ #TxkWU77FnyOtIn1R4NEw8RmXVumBowJi { display:block; }
 }@media only screen and (max-width: 763px) { #i1G29lNlD9luzZmTcQBJGT56Ng48VreZ #LJl1iIVGVbTAVs4rheg6F9yFmgMNTTp9 {  }
 }@media only screen and (max-width: 763px) { #i1G29lNlD9luzZmTcQBJGT56Ng48VreZ #J8Ayq6XXR4o17LNaeW26D4K8OdJGT08Z {  }
 }@media only screen and (max-width: 763px) { #i1G29lNlD9luzZmTcQBJGT56Ng48VreZ #eLBS4kvOHFX2hKb83Vat5BMJwrIRbh9s { z-index:2; }
 }@media only screen and (max-width: 763px) { #i1G29lNlD9luzZmTcQBJGT56Ng48VreZ #Ag0fx6XgTR9zBMRfo7S5rpvO2mZANT4A {  }
 }@media only screen and (max-width: 763px) { #i1G29lNlD9luzZmTcQBJGT56Ng48VreZ #TPGZTk0gmG3PGBszN19OUe9OtZmQxXxT {  }
 }@media only screen and (max-width: 763px) { #i1G29lNlD9luzZmTcQBJGT56Ng48VreZ #VOeMKmVWLUM4kT3hOMqr6CuzQ5E4g8Kp {  }
 }@media only screen and (max-width: 763px) { #B9LwSibutrAlpweU0WplUKDBtTnhV5AZ { width:360px;height:439px;top:-150px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #EEhTqX616BfLVZwLsQvlghf0ZiVkJvX9 { top:53px;left:0px;width:764px;height:72px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #UpaIsFb63t5hxcldI5syl2VkOZsS3S0O { top:161px;left:277px;width:100px;height:100px;display:block; }
 }@media only screen and (max-width: 763px) { #wicMVK4r4QV3HdHTs7by7qFUvcqZeVGV { top:186px;left:0px;width:315px;height:315px;display:block; }
 }@media only screen and (max-width: 763px) { #WTdnMG3MfMfWuVm2VqbnUNLWH9URanVc { top:564px;left:0px;width:200px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #LsmMMq9ggmhz8iwIpQe2xFo74NHd83df { display:block; }#LsmMMq9ggmhz8iwIpQe2xFo74NHd83df > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tg2c8fn9ZGE3Cc6HriJIx7WA1TvcfWmE { top:51px;left:0px;width:764px;height:72px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #KuoGGc4kRTpgx25dbp3CwxEBfCIhQApC { display:block; }#KuoGGc4kRTpgx25dbp3CwxEBfCIhQApC > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GuSLz0yL3dUQO27BMLesIArLRPMtXUTn { width:219px;height:49px;top:193px;left:17.5px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #hX1TSuMncoC4NG3R8Hy5WZFe58XqzgcI { width:100px;height:100px;top:65px;left:77px;display:block; }
 }@media only screen and (max-width: 763px) { #T2HZ7seQb8HlQN7nfMyma8IGkiMdhyx0 { width:40px;height:40px;top:46px;left:138px;display:block; }
 }@media only screen and (max-width: 763px) { #yTmfMq2FRsh7huANvmPdaiSkdiQyEHKD { width:40px;height:20px;top:56px;left:138px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #veztXr5cGyQCamQo3aTzhmZXqbtzWGwv { width:219px;height:49px;top:193px;left:271.5px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #XOnEpg8h0gTFplGiSOLfX3ihJWRvvChI { width:100px;height:100px;top:65px;left:331px;display:block; }
 }@media only screen and (max-width: 763px) { #ZGQnTRRd57zy2KPQRmcDx1rB90oFmNTt { width:40px;height:40px;top:46px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #Rdkz5MrRlQXfpx9sykQOTuccVTiobfq5 { width:40px;height:20px;top:56px;left:392px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ch5URQ6WcIRb36rvRaXoaekC9wyRHZT9 { width:219px;height:49px;top:193px;left:525.5px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #L1QoRo2dbFmS6CzcwiB9nyK7RufWy2e5 { width:100px;height:100px;top:65px;left:585px;display:block; }
 }@media only screen and (max-width: 763px) { #B21fVPCCXkOR02nXGRJ6GVB9IOFx3Jvq { width:40px;height:40px;top:46px;left:646px;display:block; }
 }@media only screen and (max-width: 763px) { #TtvlTIZ0DPn0u5abzvbyhOaC7v5ahhFm { width:40px;height:20px;top:56px;left:646px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #pQRC1fqVq5OJQAGTmENEd8FeSqF8qymo { top:90px;left:610px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #nmdyerF1kQtMsOxOgn8hsoLkEHHfIqmU { top:90px;left:356px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #FNkDNhL6cMWRJlyC7BDTvalLT2NRuOqO { top:90px;left:102px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #QqqbOHsLpbH6XRpr8VV9FtJkiA8kXqOi { display:block; }#QqqbOHsLpbH6XRpr8VV9FtJkiA8kXqOi > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VP2TlTWVOfo2ieQzDyRT3B2IOOmrWv40 { top:52px;left:0px;width:764px;height:108px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #QHgmwXQ0C0c0Kxrzn3GiCZJ3TOdqTVKi { display:block; }#QHgmwXQ0C0c0Kxrzn3GiCZJ3TOdqTVKi > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S0DOApstlmgaLnqofVqVT0L8kycfFphe { display:block; }#S0DOApstlmgaLnqofVqVT0L8kycfFphe > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UyGohgO6gTUBDCvtWkSXIDN9EpCksuKp { top:36px;left:0px;width:764px;height:36px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #zzfKIZN0T25oxiagflZzQPQ6egK24eQJ { top:74px;left:0px;width:764px;height:18px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #sqz3Veww14l1FM5raoFp7a8E9gIUr2SF { top:94px;left:0px;width:748px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #S8wff0Bp8SDEpgp7iG2BMa4SFywm7n1e { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OCJ3s8LuTUXCSOKu4X0lTJN3v1KeTwLR { background-color:#284f62;background-image:none;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; }#OCJ3s8LuTUXCSOKu4X0lTJN3v1KeTwLR > .row .container { background-color: transparent; background-image: none; }#OCJ3s8LuTUXCSOKu4X0lTJN3v1KeTwLR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCJ3s8LuTUXCSOKu4X0lTJN3v1KeTwLR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCJ3s8LuTUXCSOKu4X0lTJN3v1KeTwLR > .row .container > .video-iframe-container { display: none; }#OCJ3s8LuTUXCSOKu4X0lTJN3v1KeTwLR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCJ3s8LuTUXCSOKu4X0lTJN3v1KeTwLR > .row > .video-iframe-container { display: none; }#OCJ3s8LuTUXCSOKu4X0lTJN3v1KeTwLR > .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); }#OCJ3s8LuTUXCSOKu4X0lTJN3v1KeTwLR > .row .container { border-width: 0; border-radius: 0; }#OCJ3s8LuTUXCSOKu4X0lTJN3v1KeTwLR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OCJ3s8LuTUXCSOKu4X0lTJN3v1KeTwLR > .row .container { width:320px;height:830px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W2p4sNWp9n3Q0PVTTmvWQLq2q9kNf1g6 { width:286px;height:166.389px;top:37px;left:17px;text-align:center;text-align-last:center;font-size:32px;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nttRmJo1IzXgDqra2EW4bC7tWABK9bvu { width:175px;height:5px;top:226px;left:70px;display:block; }
 }@media only screen and (max-width: 763px) { #AxsT25EaZ8luRvaLxE2BieIASQI41hWU { width:320px;height:28.0035px;top:649px;left:0px;text-align:center;text-align-last:center;font-size:28px;line-height:1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #p6bsXFT3Q8VT4WQO0agF6FBZaFb5pGy8 { width:204px;height:92.1667px;top:701px;left:58px;text-align:left;text-align-last:left;font-size:18px;color:#ffffff;display:block; }#p6bsXFT3Q8VT4WQO0agF6FBZaFb5pGy8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/ia8YCbbn/check.png); }
 }@media only screen and (max-width: 763px) { #mTEiBdxdzg4ThyAh5WUHQgKtuBS6SKEy { width:243px;height:324px;top:267px;left:34.916665077209px;border-top:4px solid #4d94b7;border-left:4px solid #4d94b7;border-right:4px solid #4d94b7;border-bottom:4px solid #4d94b7;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }
 }@media only screen and (max-width: 763px) { #vgpEDfGKKTl96TcMl1UFpTecPv31Ao4O { display:block; }#vgpEDfGKKTl96TcMl1UFpTecPv31Ao4O > .row .container { width:320px;height:865px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NpEcTiT2uIfWIC4973qr7WIcs9IN2D4N { width:320px;height:41.5972px;top:770px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #i1G29lNlD9luzZmTcQBJGT56Ng48VreZ .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#i1G29lNlD9luzZmTcQBJGT56Ng48VreZ .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:19px;overflow:hidden;display:block;vertical-align:top; }
#i1G29lNlD9luzZmTcQBJGT56Ng48VreZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#i1G29lNlD9luzZmTcQBJGT56Ng48VreZ .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:19px;overflow:hidden;display:block;vertical-align:top; }
#i1G29lNlD9luzZmTcQBJGT56Ng48VreZ .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#i1G29lNlD9luzZmTcQBJGT56Ng48VreZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#i1G29lNlD9luzZmTcQBJGT56Ng48VreZ .widget-input-checkbox { width:16px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;vertical-align:top; }
#i1G29lNlD9luzZmTcQBJGT56Ng48VreZ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#i1G29lNlD9luzZmTcQBJGT56Ng48VreZ .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;height:60px;font-size:22px;overflow:hidden; }
#i1G29lNlD9luzZmTcQBJGT56Ng48VreZ [class*="-text"]:-moz-placeholder { font-size:19px; }
#i1G29lNlD9luzZmTcQBJGT56Ng48VreZ [class*="-text"]::-moz-placeholder { font-size:19px; }
#i1G29lNlD9luzZmTcQBJGT56Ng48VreZ [class*="-text"]:-ms-input-placeholder { font-size:19px; }
#i1G29lNlD9luzZmTcQBJGT56Ng48VreZ [class*="-text"]::-webkit-input-placeholder { font-size:19px; }
#i1G29lNlD9luzZmTcQBJGT56Ng48VreZ .widget-checkbox-label { width:260px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:12px;overflow:hidden;height:auto;color:#ffffff; }
#i1G29lNlD9luzZmTcQBJGT56Ng48VreZ  { width:280px;height:auto;top:160.8125px;left:0px;z-index:14998; }
#i1G29lNlD9luzZmTcQBJGT56Ng48VreZ .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#i1G29lNlD9luzZmTcQBJGT56Ng48VreZ {display:block;}#i1G29lNlD9luzZmTcQBJGT56Ng48VreZ { width:280px;height:auto;top:160.8125px;left:0px;z-index:14998; }
 }@media only screen and (max-width: 763px) { #i1G29lNlD9luzZmTcQBJGT56Ng48VreZ #vnqvHU86KI1WpVEeX3T5noXnBTewOXuv {  }
 }@media only screen and (max-width: 763px) { #i1G29lNlD9luzZmTcQBJGT56Ng48VreZ #nKPsHTRBkT6pGlgVflo4DqWl4tgMqzWP { display:none; }
 }@media only screen and (max-width: 763px) { #i1G29lNlD9luzZmTcQBJGT56Ng48VreZ #FvMMC1F47ohdI8PrhUoONNb2t9G15g3F {  }
 }@media only screen and (max-width: 763px) { #i1G29lNlD9luzZmTcQBJGT56Ng48VreZ #yNDhdp9yos3dmvT17ah1f1uCg6g55fUy {  }
 }@media only screen and (max-width: 763px) { #i1G29lNlD9luzZmTcQBJGT56Ng48VreZ #TxkWU77FnyOtIn1R4NEw8RmXVumBowJi { display:none; }
 }@media only screen and (max-width: 763px) { #i1G29lNlD9luzZmTcQBJGT56Ng48VreZ #LJl1iIVGVbTAVs4rheg6F9yFmgMNTTp9 {  }
 }@media only screen and (max-width: 763px) { #i1G29lNlD9luzZmTcQBJGT56Ng48VreZ #J8Ayq6XXR4o17LNaeW26D4K8OdJGT08Z {  }
 }@media only screen and (max-width: 763px) { #i1G29lNlD9luzZmTcQBJGT56Ng48VreZ #eLBS4kvOHFX2hKb83Vat5BMJwrIRbh9s { z-index:2; }
 }@media only screen and (max-width: 763px) { #i1G29lNlD9luzZmTcQBJGT56Ng48VreZ #Ag0fx6XgTR9zBMRfo7S5rpvO2mZANT4A {  }
 }@media only screen and (max-width: 763px) { #i1G29lNlD9luzZmTcQBJGT56Ng48VreZ #TPGZTk0gmG3PGBszN19OUe9OtZmQxXxT {  }
 }@media only screen and (max-width: 763px) { #i1G29lNlD9luzZmTcQBJGT56Ng48VreZ #VOeMKmVWLUM4kT3hOMqr6CuzQ5E4g8Kp {  }
 }@media only screen and (max-width: 763px) { #B9LwSibutrAlpweU0WplUKDBtTnhV5AZ { width:320px;height:328px;top:144px;left:0px;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #EEhTqX616BfLVZwLsQvlghf0ZiVkJvX9 { width:284px;height:90px;top:33px;left:18px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UpaIsFb63t5hxcldI5syl2VkOZsS3S0O { width:100px;height:100px;top:539.60000610352px;left:109.99999809265px;display:none; }
 }@media only screen and (max-width: 763px) { #wicMVK4r4QV3HdHTs7by7qFUvcqZeVGV { width:243px;height:243px;top:506px;left:32.5px;display:block; }
 }@media only screen and (max-width: 763px) { #WTdnMG3MfMfWuVm2VqbnUNLWH9URanVc { width:320px;height:23.3889px;top:803.59375px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #LsmMMq9ggmhz8iwIpQe2xFo74NHd83df { display:block; }#LsmMMq9ggmhz8iwIpQe2xFo74NHd83df > .row .container { width:320px;height:190px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tg2c8fn9ZGE3Cc6HriJIx7WA1TvcfWmE { width:284px;height:120px;top:36px;left:18px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #KuoGGc4kRTpgx25dbp3CwxEBfCIhQApC { display:block; }#KuoGGc4kRTpgx25dbp3CwxEBfCIhQApC > .row .container { width:320px;height:705px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GuSLz0yL3dUQO27BMLesIArLRPMtXUTn { width:198px;height:39px;top:182px;left:61px;text-align:center;text-align-last:center;font-size:15px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hX1TSuMncoC4NG3R8Hy5WZFe58XqzgcI { width:100px;height:100px;top:52px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #T2HZ7seQb8HlQN7nfMyma8IGkiMdhyx0 { width:40px;height:40px;top:33.390625px;left:140px;display:block; }
 }@media only screen and (max-width: 763px) { #yTmfMq2FRsh7huANvmPdaiSkdiQyEHKD { width:40px;height:20.7986px;top:43px;left:140px;display:block; }
 }@media only screen and (max-width: 763px) { #veztXr5cGyQCamQo3aTzhmZXqbtzWGwv { width:198px;height:39px;top:406px;left:61px;text-align:center;text-align-last:center;font-size:15px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XOnEpg8h0gTFplGiSOLfX3ihJWRvvChI { width:100px;height:100px;top:278px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #ZGQnTRRd57zy2KPQRmcDx1rB90oFmNTt { width:40px;height:40px;top:259px;left:140px;display:block; }
 }@media only screen and (max-width: 763px) { #Rdkz5MrRlQXfpx9sykQOTuccVTiobfq5 { width:40px;height:20.7986px;top:269px;left:140px;display:block; }
 }@media only screen and (max-width: 763px) { #ch5URQ6WcIRb36rvRaXoaekC9wyRHZT9 { width:198px;height:39px;top:632px;left:61px;text-align:center;text-align-last:center;font-size:15px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #L1QoRo2dbFmS6CzcwiB9nyK7RufWy2e5 { width:100px;height:100px;top:504px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #B21fVPCCXkOR02nXGRJ6GVB9IOFx3Jvq { width:40px;height:40px;top:485px;left:140px;display:block; }
 }@media only screen and (max-width: 763px) { #TtvlTIZ0DPn0u5abzvbyhOaC7v5ahhFm { width:40px;height:20.7986px;top:495px;left:140px;display:block; }
 }@media only screen and (max-width: 763px) { #pQRC1fqVq5OJQAGTmENEd8FeSqF8qymo { width:50px;height:50px;top:529px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #nmdyerF1kQtMsOxOgn8hsoLkEHHfIqmU { width:50px;height:50px;top:303px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #FNkDNhL6cMWRJlyC7BDTvalLT2NRuOqO { width:50px;height:50px;top:77px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #QqqbOHsLpbH6XRpr8VV9FtJkiA8kXqOi { display:block; }#QqqbOHsLpbH6XRpr8VV9FtJkiA8kXqOi > .row .container { width:320px;height:225px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VP2TlTWVOfo2ieQzDyRT3B2IOOmrWv40 { width:320px;height:150px;top:37.5px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #QHgmwXQ0C0c0Kxrzn3GiCZJ3TOdqTVKi { display:block; }#QHgmwXQ0C0c0Kxrzn3GiCZJ3TOdqTVKi > .row .container { width:320px;height:754px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S0DOApstlmgaLnqofVqVT0L8kycfFphe { display:block; }#S0DOApstlmgaLnqofVqVT0L8kycfFphe > .row .container { width:320px;height:150px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UyGohgO6gTUBDCvtWkSXIDN9EpCksuKp { width:320px;height:31.1944px;top:25px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #zzfKIZN0T25oxiagflZzQPQ6egK24eQJ { width:320px;height:31.1944px;top:59px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #sqz3Veww14l1FM5raoFp7a8E9gIUr2SF { top:91px;left:0px;width:320px;height:37px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #S8wff0Bp8SDEpgp7iG2BMa4SFywm7n1e { display:block; }
 }