.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:#f8f7f8;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); }#VQ4tJDB2SggNah8u1O4bkX1rhlw8QTt6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VQ4tJDB2SggNah8u1O4bkX1rhlw8QTt6 > .row .container { background-color: transparent; background-image: none; }#VQ4tJDB2SggNah8u1O4bkX1rhlw8QTt6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQ4tJDB2SggNah8u1O4bkX1rhlw8QTt6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQ4tJDB2SggNah8u1O4bkX1rhlw8QTt6 > .row .container > .video-iframe-container { display: none; }#VQ4tJDB2SggNah8u1O4bkX1rhlw8QTt6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQ4tJDB2SggNah8u1O4bkX1rhlw8QTt6 > .row > .video-iframe-container { display: none; }#VQ4tJDB2SggNah8u1O4bkX1rhlw8QTt6 > .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); }#VQ4tJDB2SggNah8u1O4bkX1rhlw8QTt6 > .row .container { border-width: 0; border-radius: 0; }#VQ4tJDB2SggNah8u1O4bkX1rhlw8QTt6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VQ4tJDB2SggNah8u1O4bkX1rhlw8QTt6 > .row .container { font-size:14px;font-family:arial;height:120px;width:1200px;position:relative;display:block; }#hT0IkHThRAnTChaFUzqoNTGNArilWP3r { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:55px;width:173px;top:32.5px;left:513.5px;overflow:hidden;display:block; }
#aJBJyTAeswlJ8t9XEWg5rANCnKMSrC8c { color:#ffffff;display:block;width:313.969px;position:absolute;font-family:"proxima nova";font-size:22px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:50.1953125px;left:37.9609375px;height:28.5742px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#csmgUhFahvZxZVJvdRdkTWFhZV37mcsA { color:#cbb095;display:block;width:183px;position:absolute;font-family:"proxima nova";font-size:22px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:29px;left:981px;height:28.5742px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ST4WWOfHtrAiw6wPp8PRcou83Ahn3EmQ { color:#000000;display:block;width:313.975px;position:absolute;font-family:"proxima nova";font-size:22px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:64px;left:852px;height:28.5742px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#mRTkUTPc0f6FPE1vmzSS6Fx8rWgVrefg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/SmkZz4aR-Ng/unsplash/bia-andrade-SmkZz4aR-Ng-photo-1518715058720-e56f02e77fe5.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; }#mRTkUTPc0f6FPE1vmzSS6Fx8rWgVrefg.adaptive-delivery-prevent-bg, #mRTkUTPc0f6FPE1vmzSS6Fx8rWgVrefg.lazyload, #mRTkUTPc0f6FPE1vmzSS6Fx8rWgVrefg.lazyloading { background-image: none; }#mRTkUTPc0f6FPE1vmzSS6Fx8rWgVrefg > .row .container { background-color: transparent; background-image: none; }#mRTkUTPc0f6FPE1vmzSS6Fx8rWgVrefg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRTkUTPc0f6FPE1vmzSS6Fx8rWgVrefg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRTkUTPc0f6FPE1vmzSS6Fx8rWgVrefg > .row .container > .video-iframe-container { display: none; }#mRTkUTPc0f6FPE1vmzSS6Fx8rWgVrefg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRTkUTPc0f6FPE1vmzSS6Fx8rWgVrefg > .row > .video-iframe-container { display: none; }#mRTkUTPc0f6FPE1vmzSS6Fx8rWgVrefg > .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); }#mRTkUTPc0f6FPE1vmzSS6Fx8rWgVrefg > .row .container { border-width: 0; border-radius: 0; }#mRTkUTPc0f6FPE1vmzSS6Fx8rWgVrefg::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; }#mRTkUTPc0f6FPE1vmzSS6Fx8rWgVrefg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mRTkUTPc0f6FPE1vmzSS6Fx8rWgVrefg > .row .container { font-size:14px;font-family:arial;height:697px;width:1200px;position:relative;display:block; }#rOVXGIrk63lEERLU2uitHu3AhOM876vd { color:#25d4d2;display:block;width:1080px;position:absolute;font-family:"proxima nova";font-size:55px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:19.23046875px;left:60px;height:71.4844px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LTW8XuQowpftTcEdkKNxavm0FXON12KT { color:#ffffff;display:block;width:238.992px;position:absolute;font-family:"proxima nova";font-size:26px;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:89.9765625px;left:480.48046875px;height:33.7891px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bPxFbs1f4dNEJfb89oymUiZvRyxSWLRV { color:#ffffff;display:block;width:480px;position:absolute;font-family:poppins;font-size:27px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:210px;left:360px;height:140.312px;text-align:left;text-align-last:left;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; }
#C6HTwkZAT1n7FDtLRw0INX95OFTWzeUM { color:#000000;display:block;width:265px;position:absolute;font-family:didot;font-size:35px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:152px;left:884px;height:90.9766px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DLocTUpCUqLUWaHqRIgRdklCurBaouM9 { position:absolute;display:block;z-index:14999;background-color:#000000;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:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:550px;width:320px;top:133px;left:856px;display:block; }
#Oba50oy9eFmR6zNCXreH4gsNo0ewH4ir { color:#fdfeff;display:block;width:257px;position:absolute;font-family:"open sans";font-size:33px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:251px;left:888px;height:42.9102px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo .widget-form-header {  }
#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:bold;color:#000000;width:255px;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;vertical-align:top;text-align:left;text-align-last:left; }
#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px solid #898989;border-left:1px solid #898989;border-right:1px solid #898989;border-bottom:1px solid #898989;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:255px;box-sizing:border-box;height:41px;color:#000000;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo .widget-input-text {padding-top: 0; padding-bottom: 0;}#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px solid #898989;border-left:1px solid #898989;border-right:1px solid #898989;border-bottom:1px solid #898989;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:255px;box-sizing:border-box;height:70px;color:#000000;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo .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:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;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:255px;box-sizing:border-box;height:40px;color:#d6d4d4;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo .widget-input-select {padding-top: 0; padding-bottom: 0;}#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo .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; }
#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo .widget-input-button { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:#25d4d2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top: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:20px;font-weight:400;color:#ffffff;width:255px;height:55px;font-family:"proxima nova";overflow:hidden;font-style:normal; }
#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"proxima nova";font-size:14px; }
#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"proxima nova";font-size:14px; }
#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"proxima nova";font-size:14px; }
#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"proxima nova";font-size:14px; }
#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:236px;overflow:hidden;font-style:normal;float:none; }
#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo .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; }
#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo .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.3;float:none; }
#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo .widget-container:first-of-type{padding-top:0;}#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo .widget-container:last-of-type{padding-bottom:0;}#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo  { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:255px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:290.99609375px;left:868.984375px; }
#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:255px;display:block;vertical-align:top; }
#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo {display:block;}#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:255px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:290.99609375px;left:868.984375px; }
#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo #JJBP4ByT9BKnaXpbAZkPObBBtusdA5fA { position:relative; }
#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo #pAG6M2C6qHIlg8A5fTk1nEU52U2A4E9V { position:relative;display:none; }
#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo #HFBs8LDbXENBzJwMaBp6CFyivP2HMsO7 { position:relative; }
#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo #eTtcFUdIuxzd3zIyrN0h8TN6W86iIbIS { position:relative; }
#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo #LtdXSRgaTADqJh2FJmTFCmX1TLvmIili { position:relative;display:none; }
#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo #Z0QpqLpBB4Sz3IKAy9fqwNpMkTTEBda2 { position:relative; }
#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo #zWUd3mWwvRO2mEkRZ7T30s0tF9p3M30I { position:relative; }
#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo #NSrcuzkTp7fieZdKWuHXZLoNiSxHgUNy { position:relative;display:none; }
#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo #dPuwMXkyU3aCsIGIrVcDHMk0SxnDTnLJ { position:relative; }
#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo #vBeleffVCQq4hpOaUc3cvsgdvXpg8WOq { position:relative; }
#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo #kR1K70FNcJgcySLwJwDLMPzh6o6U4Oi6 { position:relative;display:none; }
#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo #h4b4KfOrGuAMq0CtQziFOwizQKAsEqB0 { position:relative; }
#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo #hfh6M90DKktxhCqAM2aFw2AILpOJJVTp { position:relative; }
#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo #hXgeUHwJ8zxvJVu1yxybCruuvuugIXuS { position:relative;display:none; }
#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo #Nc6EC9Ps63IEfPZ1yPcXvemUceI1eScD { position:relative; }
#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo #LrSgubEO1IT81yTCoruRb9zLvHpkWQm4 { position:relative; }
#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo #DO2R6NXBinlCoOVet8Baa4fyx00NfT8F { position:relative; }
#BsDC66C3s9mwwuLPitBcz0itztTK8VIZ { color:#ffffff;display:block;width:381.996px;position:absolute;font-family:poppins;font-size:18px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:422.0859375px;left:408.97265625px;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#BsDC66C3s9mwwuLPitBcz0itztTK8VIZ li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#BsDC66C3s9mwwuLPitBcz0itztTK8VIZ li:before{  }
#qTaGWaTPsfNeZSZLL1PV2WZQpaSMpnNM { 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:566px;width:353px;top:126.5px;left:23.5px;overflow:hidden;display:block; }
#Gil1fNmUmdim6ZHTBxcvd71ti3tTwWXF { color:#25d4d2;display:block;width:1080px;position:absolute;font-family:"proxima nova";font-size:35px;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:143.484375px;left:60px;height:45.4883px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uQf7DJyN13DahAGSduJIyU3im1AwEURN { 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; }#uQf7DJyN13DahAGSduJIyU3im1AwEURN > .row .container { background-color: transparent; background-image: none; }#uQf7DJyN13DahAGSduJIyU3im1AwEURN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQf7DJyN13DahAGSduJIyU3im1AwEURN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQf7DJyN13DahAGSduJIyU3im1AwEURN > .row .container > .video-iframe-container { display: none; }#uQf7DJyN13DahAGSduJIyU3im1AwEURN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQf7DJyN13DahAGSduJIyU3im1AwEURN > .row > .video-iframe-container { display: none; }#uQf7DJyN13DahAGSduJIyU3im1AwEURN > .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); }#uQf7DJyN13DahAGSduJIyU3im1AwEURN > .row .container { border-width: 0; border-radius: 0; }#uQf7DJyN13DahAGSduJIyU3im1AwEURN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uQf7DJyN13DahAGSduJIyU3im1AwEURN > .row .container { font-size:14px;font-family:arial;height:196px;width:1200px;position:relative;display:block; }#UmM8kl0koMXmyfJUX9ev8SkUNWQiQtSx { 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:124px;width:161px;top:32px;left:41px;overflow:hidden;display:block; }
#R6bWcVEK8EM20Rz3urwH4epyg0WDSpAl { 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:139px;width:145px;top:35.5px;left:215px;overflow:hidden;display:block; }
#bCThf63FgWmTGnsQpdbkDavDVOPZsVX5 { 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:94px;width:153px;top:51px;left:395px;overflow:hidden;display:block; }
#BH8MXpc8WNprUOluJwFCaBHX9dkdlkdL { position:absolute;display:block;z-index:15003;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:68px;width:153px;top:64px;left:582px;overflow:hidden;display:block; }
#fzMG330kKJg8N3hVxFVc7wpR5k1Sqqn9 { position:absolute;display:block;z-index:15004;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:107px;width:107px;top:44.5px;left:760px;overflow:hidden;display:block; }
#rchVGuvM1W1TDHg9JEpfpgGrTr9LCb2u { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:88px;width:148px;top:54px;left:889.66674804688px;overflow:hidden;display:block; }
#yUTG3NuA1kbIMmt1TQNqdMzVa6o4dz5p { position:absolute;display:block;z-index:15006;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:88px;width:94px;top:54px;left:1069px;overflow:hidden;display:block; }
#fVMKblxThmrdSxEFe3pE4vmqwftnwocK { 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; }#fVMKblxThmrdSxEFe3pE4vmqwftnwocK > .row .container { background-color: transparent; background-image: none; }#fVMKblxThmrdSxEFe3pE4vmqwftnwocK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVMKblxThmrdSxEFe3pE4vmqwftnwocK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVMKblxThmrdSxEFe3pE4vmqwftnwocK > .row .container > .video-iframe-container { display: none; }#fVMKblxThmrdSxEFe3pE4vmqwftnwocK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVMKblxThmrdSxEFe3pE4vmqwftnwocK > .row > .video-iframe-container { display: none; }#fVMKblxThmrdSxEFe3pE4vmqwftnwocK > .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); }#fVMKblxThmrdSxEFe3pE4vmqwftnwocK > .row .container { border-width: 0; border-radius: 0; }#fVMKblxThmrdSxEFe3pE4vmqwftnwocK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fVMKblxThmrdSxEFe3pE4vmqwftnwocK > .row .container { font-size:14px;font-family:arial;height:237px;width:1200px;position:relative;display:block; }#DDuoTVCHTOQSmwGebx0H0rR774T1zoku { color:#000000;display:block;width:1080px;position:absolute;font-family:poppins;font-size:20px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:27px;left:63px;height:155.977px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fSpQ7VnspOttAcmOzo8aKqlD06TgTwyp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f7f8;background-image:url("https://images.assets-landingi.com/uc/61f62f16-f16f-4fac-bd42-6be22557c930/drrezasadrian01.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; }#fSpQ7VnspOttAcmOzo8aKqlD06TgTwyp.adaptive-delivery-prevent-bg, #fSpQ7VnspOttAcmOzo8aKqlD06TgTwyp.lazyload, #fSpQ7VnspOttAcmOzo8aKqlD06TgTwyp.lazyloading { background-image: none; }#fSpQ7VnspOttAcmOzo8aKqlD06TgTwyp > .row .container { background-color: transparent; background-image: none; }#fSpQ7VnspOttAcmOzo8aKqlD06TgTwyp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSpQ7VnspOttAcmOzo8aKqlD06TgTwyp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSpQ7VnspOttAcmOzo8aKqlD06TgTwyp > .row .container > .video-iframe-container { display: none; }#fSpQ7VnspOttAcmOzo8aKqlD06TgTwyp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSpQ7VnspOttAcmOzo8aKqlD06TgTwyp > .row > .video-iframe-container { display: none; }#fSpQ7VnspOttAcmOzo8aKqlD06TgTwyp > .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); }#fSpQ7VnspOttAcmOzo8aKqlD06TgTwyp > .row .container { border-width: 0; border-radius: 0; }#fSpQ7VnspOttAcmOzo8aKqlD06TgTwyp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fSpQ7VnspOttAcmOzo8aKqlD06TgTwyp > .row .container { font-size:14px;font-family:arial;height:801px;width:1200px;position:relative;display:block; }#ZyDOnCUIQXDq6aFsPsP9vAIwrG28cFOh { color:#ffffff;display:block;width:490px;position:absolute;font-family:poppins;font-size:19px;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:332px;left:655px;height:222.188px;display:block; }
#LGhx3iabdu4hNtte7nC5dPmdIPcwyk4v { color:#ffffff;display:block;width:480px;position:absolute;font-family:"proxima nova";font-size:45px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:190px;left:655px;height:175.488px;text-align:left;text-align-last:left;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; }
#xE1wVwqRuhMMdBeJ4zb56SIPlgKBcIxi { background-color:#25d4d2;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:22px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:317px;height:50px;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:638px;left:741.5px;display:block; }
#sqUSyTwyK7uhbPfKkBe1fDPtfFZlemeL { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#IoFdaec5Gps2l0bhpraKSyD35JsAikFZ { 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:1001px;width:918px;display:none; }
#Jf9TdyKL8sP9mrma7rLApV7RTquppp8W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebe0d0;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; }#Jf9TdyKL8sP9mrma7rLApV7RTquppp8W > .row .container { background-color: transparent; background-image: none; }#Jf9TdyKL8sP9mrma7rLApV7RTquppp8W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jf9TdyKL8sP9mrma7rLApV7RTquppp8W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jf9TdyKL8sP9mrma7rLApV7RTquppp8W > .row .container > .video-iframe-container { display: none; }#Jf9TdyKL8sP9mrma7rLApV7RTquppp8W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jf9TdyKL8sP9mrma7rLApV7RTquppp8W > .row > .video-iframe-container { display: none; }#Jf9TdyKL8sP9mrma7rLApV7RTquppp8W > .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); }#Jf9TdyKL8sP9mrma7rLApV7RTquppp8W > .row .container { border-width: 0; border-radius: 0; }#Jf9TdyKL8sP9mrma7rLApV7RTquppp8W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jf9TdyKL8sP9mrma7rLApV7RTquppp8W > .row .container { font-size:14px;font-family:arial;height:924px;width:1200px;position:relative;display:block; }#H1LTRWQcFMyvqMhfE84TObNkolyO2QAb { color:#000000;display:block;width:519px;position:absolute;font-family:"proxima nova";font-size:45px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:23px;left:640.5px;height:117px;text-align:left;text-align-last:left;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; }
#DFQThVX5V4MUrwiTFxsCmM9re1gUqZ1h { color:#000000;display:block;width:480px;position:absolute;font-family:poppins;font-size:18px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:166.9921875px;left:640.5px;height:187.1875px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WtycT9FV8UJSrsWo1OIRrzymCvC71oTi { color:#25d4d2;display:block;width:480px;position:absolute;font-family:"proxima nova";font-size:38px;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:387.984375px;left:660px;height:49.3984px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#th5fVqQ7yoWF3KC2Cizbsp0Mre11c6rl { color:#000000;display:block;width:480px;position:absolute;font-family:poppins;font-size:18px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:449px;left:641px;height:23.3984px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qM9At8fq7w6W7BTGKMcLedFeZfmgGhAA { color:#000000;display:block;width:480px;position:absolute;font-family:poppins;font-size:18px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:484px;left:641px;height:212.188px;text-align:left;text-align-last:left;font-style:normal;display:block; }#qM9At8fq7w6W7BTGKMcLedFeZfmgGhAA li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#qM9At8fq7w6W7BTGKMcLedFeZfmgGhAA li:before{  }
#z6OM9qznW7eGIpuTXGMksZdlRNx1aOK7 { 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:462px;width:508px;top:181.671875px;left:46px;overflow:hidden;display:block; }
#OHNd8uH9l4llhNw4ekEqOHc34nT1oCF3 { color:#000000;display:block;width:480px;position:absolute;font-family:poppins;font-size:18px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:721.9921875px;left:640.5px;height:116.992px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oDSHCw5z1V29LE1bzxhwUlpEsmIhuEec { 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; }#oDSHCw5z1V29LE1bzxhwUlpEsmIhuEec > .row .container { background-color: transparent; background-image: none; }#oDSHCw5z1V29LE1bzxhwUlpEsmIhuEec::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDSHCw5z1V29LE1bzxhwUlpEsmIhuEec > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDSHCw5z1V29LE1bzxhwUlpEsmIhuEec > .row .container > .video-iframe-container { display: none; }#oDSHCw5z1V29LE1bzxhwUlpEsmIhuEec > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDSHCw5z1V29LE1bzxhwUlpEsmIhuEec > .row > .video-iframe-container { display: none; }#oDSHCw5z1V29LE1bzxhwUlpEsmIhuEec > .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); }#oDSHCw5z1V29LE1bzxhwUlpEsmIhuEec > .row .container { border-width: 0; border-radius: 0; }#oDSHCw5z1V29LE1bzxhwUlpEsmIhuEec > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oDSHCw5z1V29LE1bzxhwUlpEsmIhuEec > .row .container { font-size:14px;font-family:arial;height:628px;width:1200px;position:relative;display:block; }#mBBgJlNqyfVOrI8LrmLd54vFLzv5c7gE { color:#00172c;display:block;width:1080px;position:absolute;font-family:"proxima nova";font-size:45px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:34.9921875px;left:63.48046875px;height:58.5px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TaIyaueGFDORhGhMsA6egUn8CCZlqzBt { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:360px;width:639.996px;top:152.49609375px;left:283.4765625px;display:block; }
#LOmR3bkIaWglQUgqcQExmQM1VUC64fBg { color:#000000;display:block;width:1080px;position:absolute;font-family:poppins;font-size:18px;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:105.33984375px;left:63.48046875px;height:23.3984px;text-align:center;text-align-last:center;display:block; }
#gTRcyqBCelfX9TyHREzt627S4H5k0xE0 { background-color:#25d4d2;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"proxima nova";font-size:22px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:540px;height:49.9922px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:546.99609375px;left:333.48046875px;display:block; }
#pgSMQBviXlVrJcOKh9VesS1NKxcewz8v { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Aqhnwg2udk2wkno59n5XH7PrlDq07Ddk { 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; }#Aqhnwg2udk2wkno59n5XH7PrlDq07Ddk > .row .container { background-color: transparent; background-image: none; }#Aqhnwg2udk2wkno59n5XH7PrlDq07Ddk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Aqhnwg2udk2wkno59n5XH7PrlDq07Ddk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Aqhnwg2udk2wkno59n5XH7PrlDq07Ddk > .row .container > .video-iframe-container { display: none; }#Aqhnwg2udk2wkno59n5XH7PrlDq07Ddk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Aqhnwg2udk2wkno59n5XH7PrlDq07Ddk > .row > .video-iframe-container { display: none; }#Aqhnwg2udk2wkno59n5XH7PrlDq07Ddk > .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); }#Aqhnwg2udk2wkno59n5XH7PrlDq07Ddk > .row .container { border-width: 0; border-radius: 0; }#Aqhnwg2udk2wkno59n5XH7PrlDq07Ddk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Aqhnwg2udk2wkno59n5XH7PrlDq07Ddk > .row .container { font-size:14px;font-family:arial;height:167px;width:1200px;position:relative;display:block; }#QKxsRZAKfIBz40DAVaTsUaWsHVT4180C { background-color:#25d4d2;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:22px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:257px;height:50px;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:58.5px;left:919px;display:block; }
#hCDaKtylAL65MeyZ95gQl9GZ4gKMcHAx { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#tHWHzePCopqAcSrXDdgHf0ycuOvortsS { color:rgba(0,23,44,0.9);display:block;width:1080px;position:absolute;font-family:"proxima nova";font-size:45px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:54.25px;left:60px;height:58.5px;text-align:left;text-align-last:left;display:block; }
#DGRtinroAf7LUGVvu56vHZnmZAPDvDAa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebe0d0;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; }#DGRtinroAf7LUGVvu56vHZnmZAPDvDAa > .row .container { background-color: transparent; background-image: none; }#DGRtinroAf7LUGVvu56vHZnmZAPDvDAa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGRtinroAf7LUGVvu56vHZnmZAPDvDAa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGRtinroAf7LUGVvu56vHZnmZAPDvDAa > .row .container > .video-iframe-container { display: none; }#DGRtinroAf7LUGVvu56vHZnmZAPDvDAa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGRtinroAf7LUGVvu56vHZnmZAPDvDAa > .row > .video-iframe-container { display: none; }#DGRtinroAf7LUGVvu56vHZnmZAPDvDAa > .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); }#DGRtinroAf7LUGVvu56vHZnmZAPDvDAa > .row .container { border-width: 0; border-radius: 0; }#DGRtinroAf7LUGVvu56vHZnmZAPDvDAa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DGRtinroAf7LUGVvu56vHZnmZAPDvDAa > .row .container { font-size:14px;font-family:arial;height:1389px;width:1200px;position:relative;display:block; }#MQsCdOFWgbzbyMCkcfsPZSFhNmd19Oid { color:#000000;display:block;width:760px;position:absolute;font-family:"proxima nova";font-size:45px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:46px;left:220px;height:58.5px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qOGnQcixgVsJoHCcM3Gy22RZfl7ZEhaa { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:306px;width:347px;top:256.5px;left:57px;display:block; }
#A3PlEuVRPUGWN0TOPxPyLJm60BiCGGHL { color:rgba(0,23,44,0.9);display:block;width:256px;position:absolute;font-family:"proxima nova";font-size:25px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:299.5px;left:839.5px;height:32.5078px;text-align:center;text-align-last:center;display:block; }
#G8qTB4IDDp23kK32qzzpQwhWBuuFT1K9 { color:#000000;display:block;width:276px;position:absolute;font-family:poppins;font-size:18px;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:362.71875px;left:829.5px;height:46.7969px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nXw4fw7CNvrL246TWNSw2bXBQQrfGdh1 { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:306px;width:347px;top:256.5px;left:426.5px;display:block; }
#hHT3yKSaDc2BU1Lhok8RveKprOiOFz9a { color:rgba(0,23,44,0.9);display:block;width:256px;position:absolute;font-family:"proxima nova";font-size:25px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:299.5px;left:472px;height:32.5078px;text-align:center;text-align-last:center;display:block; }
#NcWP71zPeBspnJ6qhAlmKau8hSC0Zg2w { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:306px;width:347px;top:256.5px;left:794px;display:block; }
#aOwZnwM7SrRvbLSOK0HPP0l4Lt8v6oiX { color:rgba(0,23,44,0.9);display:block;width:255.996px;position:absolute;font-family:"proxima nova";font-size:25px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:970.9921875px;left:471.97265625px;height:32.5078px;text-align:center;text-align-last:center;display:block; }
#WwK91iLCPLnWBgxZTT181qoPvcSvKydR { color:#000000;display:block;width:284px;position:absolute;font-family:poppins;font-size:18px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1026px;left:458px;height:163.789px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pbzbK9MeAgFWPnUBisRVT2IkHH2iJG2J { color:rgba(0,23,44,0.9);display:block;width:256px;position:absolute;font-family:"proxima nova";font-size:25px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:299.5px;left:102.5px;height:32.5078px;text-align:center;text-align-last:center;display:block; }
#qo1F1EChLLlT7WHnVQ3NiWQDgLUl8vA0 { color:#000000;display:block;width:294.996px;position:absolute;font-family:poppins;font-size:18px;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:362.71875px;left:82.96875px;height:93.5938px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oSS1ZbdV6x4xJKqaSnhiHG02cJCxOg1c { color:rgba(0,23,44,0.9);display:block;width:256px;position:absolute;font-family:"proxima nova";font-size:25px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:622px;left:472px;height:65.0156px;text-align:center;text-align-last:center;display:block; }
#sNqVtCOQh3Tc1gTW1H6J3nRd2nSfm8GN { color:rgba(0,23,44,0.9);display:block;width:256px;position:absolute;font-family:"proxima nova";font-size:25px;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:622px;left:839.5px;height:65.0156px;text-align:center;text-align-last:center;display:block; }
#OytIozvHyr7pvREeVF4NfCz4ahzC3Nse { color:#000000;display:block;width:276px;position:absolute;font-family:poppins;font-size:18px;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:723px;left:462px;height:70.1953px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lHyUZeVAN45oMJUNbTUUAoN2m4mdZfLl { color:#000000;display:block;width:276px;position:absolute;font-family:poppins;font-size:18px;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:723px;left:829.5px;height:70.1953px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LwJWNE7fkZbbn9RBoJhEJPasil9TSUCM { color:rgba(0,23,44,0.9);display:block;width:256px;position:absolute;font-family:"proxima nova";font-size:25px;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:622px;left:102.5px;height:32.5078px;text-align:center;text-align-last:center;display:block; }
#bd38g7e9MsHWheFTBwKoRlkKd6PA62eX { color:rgba(0,23,44,0.9);display:block;width:297px;position:absolute;font-family:"proxima nova";font-size:25px;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:655.5px;left:82px;height:32.5078px;text-align:center;text-align-last:center;display:block; }
#QTTDeENTyuzrrGmeaBLqaTONQsJ7E1xZ { color:#000000;display:block;width:276px;position:absolute;font-family:poppins;font-size:18px;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:723px;left:92.5px;height:93.5938px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KryTTyO83qXe3ldEFhkiQT8bJvB3ZoG6 { color:#000000;display:block;width:1080px;position:absolute;font-family:poppins;font-size:18px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:126px;left:60px;height:70.1953px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o8sxCPRGUSATKUmmV61O4vAtE4Lx5Zns { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:306px;width:347px;top:609.5px;left:57px;display:block; }
#qFOt6hWzDTO32OFB3o5fr8n3osSU02zu { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:306px;width:347px;top:609.5px;left:426.5px;display:block; }
#PSZOPfXoXrxcozMMuDswzlDC7e6R48as { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:306px;width:347px;top:609.5px;left:794px;display:block; }
#ifOEflgkxAzJqacU4vmVIdRicwLsd50L { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:306px;width:347px;top:944px;left:427px;display:block; }
#d8Xui0EAS8J7soMDUnq0TNRVya71uk5S { color:#000000;display:block;width:1080px;position:absolute;font-family:poppins;font-size:18px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:1287px;left:60px;height:46.7969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vkoLbubhBigdAsNTgPSQa3OTMPy8TZP6 { color:#000000;display:block;width:284px;position:absolute;font-family:poppins;font-size:18px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:362.71875px;left:458px;height:46.7969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NTLhLcwdQhIToeTrHxTb8oiu1n35DmNb { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:306px;width:347px;top:256.5px;left:57px;display:none; }
#ox0ueQ95GrA0CALKeS1yxA1SutrL7dwp { color:#000000;display:block;width:559px;position:absolute;font-family:didot;font-size:45px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:6.1875px;left:620.5px;height:117px;text-align:left;text-align-last:left;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:none; }
#IWJFcZ7wsmB6gXGyIgIvao38yd77C21n { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:306px;width:347px;top:256.5px;left:57px;display:none; }
#pGbU1lPFonWWhwJTBif0Zv59ZSiiqPN1 { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:306px;width:347px;top:256.5px;left:57px;display:none; }
#af3UqwkrqN9r1FW9Mel0NQfyRH9FwWG7 { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:306px;width:347px;top:256.5px;left:57px;display:none; }
#e6JtND9pBSKIS5zzzXUNF1iwAbfzy4ga { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:306px;width:347px;top:256.5px;left:57px;display:none; }
#FnF6xXxE1W5NkIlyE6l5nBZOErFo6DLV { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:306px;width:347px;top:256.5px;left:57px;display:none; }
#PR1g719E4Czz9R2IVA8R28PMLq8TgztA { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:306px;width:347px;top:256.5px;left:57px;display:none; }
#zOCBJFVsdM29WpINThLiPqdxsHXXW758 { 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; }#zOCBJFVsdM29WpINThLiPqdxsHXXW758 > .row .container { background-color: transparent; background-image: none; }#zOCBJFVsdM29WpINThLiPqdxsHXXW758::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOCBJFVsdM29WpINThLiPqdxsHXXW758 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOCBJFVsdM29WpINThLiPqdxsHXXW758 > .row .container > .video-iframe-container { display: none; }#zOCBJFVsdM29WpINThLiPqdxsHXXW758 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOCBJFVsdM29WpINThLiPqdxsHXXW758 > .row > .video-iframe-container { display: none; }#zOCBJFVsdM29WpINThLiPqdxsHXXW758 > .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); }#zOCBJFVsdM29WpINThLiPqdxsHXXW758 > .row .container { border-width: 0; border-radius: 0; }#zOCBJFVsdM29WpINThLiPqdxsHXXW758 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zOCBJFVsdM29WpINThLiPqdxsHXXW758 > .row .container { font-size:14px;font-family:arial;height:643px;width:1200px;position:relative;display:block; }#GomzDeMme5reMpT0MJOL1qFzsqPzATS2 { color:#000000;display:block;width:480px;position:absolute;font-family:poppins;font-size:17px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:176px;left:660px;height:287.1678px;text-align:left;text-align-last:left;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; }
#tMa4Kw3t3wrWoL19TSE2LkaooPBZAfTd { 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: 3px 3px 15px rgba(0,0,0,0.2) ;height:530px;width:438px;top:56.5px;left:81px;overflow:hidden;display:block; }
#pkxWApIyZsfBZFsmzTERNNAQlQ0HrB6I { color:rgba(0,23,44,0.9);display:block;width:531px;position:absolute;font-family:"proxima nova";font-size:45px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:99px;left:635px;height:58.5px;text-align:left;text-align-last:left;display:block; }
#HtCsiuAqpBFCe4iefUokppdTZq1pZKpL { background-color:#25d4d2;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"proxima nova";font-size:22px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:316.992px;height:49.9922px;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:552.984375px;left:741.48046875px;display:block; }
#xTxk6tDcqCwq6EaUSz46FFDlihu9yOR4 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#JT9DTf2lzMzcF5n3DEeZlHI9KlKFniNr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a5963f55-f3d7-4628-b75e-926ba5b01c7a/marble10.jpg");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; }#JT9DTf2lzMzcF5n3DEeZlHI9KlKFniNr.adaptive-delivery-prevent-bg, #JT9DTf2lzMzcF5n3DEeZlHI9KlKFniNr.lazyload, #JT9DTf2lzMzcF5n3DEeZlHI9KlKFniNr.lazyloading { background-image: none; }#JT9DTf2lzMzcF5n3DEeZlHI9KlKFniNr > .row .container { background-color: transparent; background-image: none; }#JT9DTf2lzMzcF5n3DEeZlHI9KlKFniNr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JT9DTf2lzMzcF5n3DEeZlHI9KlKFniNr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JT9DTf2lzMzcF5n3DEeZlHI9KlKFniNr > .row .container > .video-iframe-container { display: none; }#JT9DTf2lzMzcF5n3DEeZlHI9KlKFniNr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JT9DTf2lzMzcF5n3DEeZlHI9KlKFniNr > .row > .video-iframe-container { display: none; }#JT9DTf2lzMzcF5n3DEeZlHI9KlKFniNr > .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); }#JT9DTf2lzMzcF5n3DEeZlHI9KlKFniNr > .row .container { border-width: 0; border-radius: 0; }#JT9DTf2lzMzcF5n3DEeZlHI9KlKFniNr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JT9DTf2lzMzcF5n3DEeZlHI9KlKFniNr > .row .container { font-size:14px;font-family:arial;height:670px;width:1200px;position:relative;display:block; }#fiR49p5ZwxDR07bxlDw2fbNNZMhH1Jh5 { color:#000000;display:block;width:310.992px;position:absolute;font-family:poppins;font-size:18px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:132.3515625px;left:44.47265625px;height:421.1714px;display:block; }
#cTHgUs3BUP8X2fT3KszbO6ttFKDuCWbQ { color:#000000;display:block;width:311px;position:absolute;font-family:poppins;font-size:18px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:132px;left:844.5px;height:280.7814px;display:block; }
#p7qXDiN1A7lQwuFTfgQzkDD9N3iEQcJh { color:#000000;display:block;width:310.992px;position:absolute;font-family:poppins;font-size:18px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:132.3515625px;left:444.48046875px;height:421.1714px;display:block; }
#EkSHcHCzlhzX0WHdpgTT1LBmcbcBJHRe { color:#25d4d2;display:block;width:1080px;position:absolute;font-family:"proxima nova";font-size:50px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:47px;left:60px;height:65px;text-align:center;text-align-last:center;display:block; }
#TZd1ufAkbN1K9KDFMVTnKBmgL9dbDONA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TZd1ufAkbN1K9KDFMVTnKBmgL9dbDONA > .row .container { background-color: transparent; background-image: none; }#TZd1ufAkbN1K9KDFMVTnKBmgL9dbDONA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZd1ufAkbN1K9KDFMVTnKBmgL9dbDONA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZd1ufAkbN1K9KDFMVTnKBmgL9dbDONA > .row .container > .video-iframe-container { display: none; }#TZd1ufAkbN1K9KDFMVTnKBmgL9dbDONA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZd1ufAkbN1K9KDFMVTnKBmgL9dbDONA > .row > .video-iframe-container { display: none; }#TZd1ufAkbN1K9KDFMVTnKBmgL9dbDONA > .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); }#TZd1ufAkbN1K9KDFMVTnKBmgL9dbDONA > .row .container { border-width: 0; border-radius: 0; }#TZd1ufAkbN1K9KDFMVTnKBmgL9dbDONA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TZd1ufAkbN1K9KDFMVTnKBmgL9dbDONA > .row .container { font-size:14px;font-family:arial;height:546px;width:1200px;position:relative;display:block; }#EDflG2lWxHTHRpOQnxRbl0aHSKstAMsC { color:#ffffff;display:block;width:551px;position:absolute;font-family:"proxima nova";font-size:44px;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:62px;left:25px;height:114.391px;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; }
#h471NNceMcP6lvN9TwGZDJAkdmClIW8B { color:#ffffff;display:block;width:480px;position:absolute;font-family:poppins;font-size:20px;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:227px;left:25px;height:181.973px;font-style:normal;display:block; }
#OvQ3PWFvSEEVrcQT8l5KIttuN51HebTV { color:#000000;display:block;width:480px;position:absolute;font-family:"proxima nova";font-size:35px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:62.23828125px;left:660px;height:45.4883px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TLMeKzEf5qCN0zBlVkKR090cPNwBM2iO { position:absolute;display:block;z-index:15003;background-color:#000000;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:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:456px;width:475px;top:45px;left:634px;display:block; }
#gn00DzcWzQ3DQzxKqZIlw1IuL1yAEhTV { color:#fdfeff;display:block;width:300px;position:absolute;font-family:"proxima nova";font-size:39px;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:107px;left:733px;height:50.7031px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ .widget-form-header {  }
#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:bold;color:#000000;width:411px;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;vertical-align:top;text-align:left;text-align-last:left; }
#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px solid #898989;border-left:1px solid #898989;border-right:1px solid #898989;border-bottom:1px solid #898989;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:411px;box-sizing:border-box;height:32px;color:#000000;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px solid #898989;border-left:1px solid #898989;border-right:1px solid #898989;border-bottom:1px solid #898989;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:411px;box-sizing:border-box;height:73px;color:#000000;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ .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:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;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:411px;box-sizing:border-box;height:40px;color:#d6d4d4;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ .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; }
#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#25d4d2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top: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:20px;font-weight:700;color:#ffffff;width:411px;height:55px;font-family:raleway;overflow:hidden;font-style:normal; }
#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:392px;overflow:hidden;font-style:normal;float:none; }
#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ .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; }
#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ .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.3;float:none; }
#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ .widget-container:first-of-type{padding-top:0;}#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ .widget-container:last-of-type{padding-bottom:0;}#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ  { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:411px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:137.98828125px;left:643.984375px; }
#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:411px;display:block;vertical-align:top; }
#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ {display:block;}#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:411px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:137.98828125px;left:643.984375px; }
#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ #fRtM78T3KdEGBvmEoSWFqm3RUZ3opOIS { position:relative; }
#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ #kuVthktxsAV0cKS5VTJPr9GtPVtJlbin { position:relative;display:none; }
#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ #wPS6Ti5WC4UfDwPTLoF6Exi8FATNPAnT { position:relative; }
#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ #EiFOrmkI5WvbI9QLrEIkTrnPxkG5879z { position:relative; }
#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ #x6tld6BlkuvyTHLA3PN1cxicIi1AbatG { position:relative;display:none; }
#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ #dWJB7KO1xl5CrHNDTJmLU2rxbL44Nw89 { position:relative; }
#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ #DfacF4KF7ItbX00LXGt4Mv1DEiQIE44s { position:relative; }
#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ #xVah0OTlAPn4XnV1sHmaWDWiIfvOOLAH { position:relative;display:none; }
#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ #TCKsIO9Jg16vHrRiBTnMA0Epw1WOraG3 { position:relative; }
#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ #nnBAZtF5TG5Qb5ChwitSyvWaqrgUOwMU { position:relative; }
#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ #e7fSVTHOLIBXIdalCezTBoAmSdaCusHN { position:relative;display:none; }
#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ #GiTowGsopH6psWG4TcsTqt2mgP3fosuH { position:relative; }
#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ #c8DwQZFgtLfLyho5i7AtVKHcEmrQTerR { position:relative; }
#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ #M12MNcadFrC1I7cORRMZeuqXwsqToBZp { position:relative;display:none; }
#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ #qs7qq9l1t1SsUSTUbzShJebWpe4C6N2l { position:relative; }
#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ #Cmvqn9nc4Dy1BXVfCAa9laHTT5W24Jw5 { position:relative; }
#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ #estafpOwfp24h4iK41bC1AXnrM9VUXd3 { position:relative; }
#dkg8H2ieafm7Q0y8SB0ifDIHLiGJgXTb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dkg8H2ieafm7Q0y8SB0ifDIHLiGJgXTb > .row .container { background-color: transparent; background-image: none; }#dkg8H2ieafm7Q0y8SB0ifDIHLiGJgXTb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkg8H2ieafm7Q0y8SB0ifDIHLiGJgXTb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkg8H2ieafm7Q0y8SB0ifDIHLiGJgXTb > .row .container > .video-iframe-container { display: none; }#dkg8H2ieafm7Q0y8SB0ifDIHLiGJgXTb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkg8H2ieafm7Q0y8SB0ifDIHLiGJgXTb > .row > .video-iframe-container { display: none; }#dkg8H2ieafm7Q0y8SB0ifDIHLiGJgXTb > .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); }#dkg8H2ieafm7Q0y8SB0ifDIHLiGJgXTb > .row .container { border-width: 0; border-radius: 0; }#dkg8H2ieafm7Q0y8SB0ifDIHLiGJgXTb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dkg8H2ieafm7Q0y8SB0ifDIHLiGJgXTb > .row .container { font-size:14px;font-family:arial;height:321px;width:1200px;position:relative;display:block; }#yWxTIDlvakgTN5cBaTHvZsyA3SVGQZc3 { color:#ffffff;display:block;width:1080px;position:absolute;font-family:poppins;font-size:15px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:260px;left:60px;height:19.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uZv13q3wgt91izMTpEMCCadPvXv3y03L { color:#ffffff;display:block;width:350px;position:absolute;font-family:poppins;font-size:18px;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:144px;left:31px;height:70.1952px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nTTeiSnCUHGsxCpvW2o6gdgpyTqANQdn { 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:95px;width:294px;top:113px;left:453px;overflow:hidden;display:block; }
#d2lkmH1oQteDwxwudnHNfBUKtuABk55N { color:#ffffff;display:block;width:280px;position:absolute;font-family:poppins;font-size:18px;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:144px;left:886px;height:70.1952px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y0mMq2D5xTTPm9Ho8ucCfrrBX9m60f9R { color:#ffffff;display:block;width:220.977px;position:absolute;font-family:"proxima nova";font-size:20px;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:107px;left:31px;height:25.9961px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UDTlizz0h9cgQFt1H26KzdaDJwkPetu8 { color:#ffffff;display:block;width:281px;position:absolute;font-family:"proxima nova";font-size:20px;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:113px;left:885.5px;height:25.9961px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TNqPcUzdJbee1ROzcvHskS1yxmUVNHLW { color:#ffffff;display:block;width:1080px;position:absolute;font-family:poppins;font-size:15px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:36px;left:60px;height:19.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VQ4tJDB2SggNah8u1O4bkX1rhlw8QTt6 { display:block; }#VQ4tJDB2SggNah8u1O4bkX1rhlw8QTt6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hT0IkHThRAnTChaFUzqoNTGNArilWP3r { top:32px;left:295.5px;width:173px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #aJBJyTAeswlJ8t9XEWg5rANCnKMSrC8c { top:50px;left:0px;width:313px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #csmgUhFahvZxZVJvdRdkTWFhZV37mcsA { top:29px;left:581px;width:183px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #ST4WWOfHtrAiw6wPp8PRcou83Ahn3EmQ { top:64px;left:451px;width:313px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #mRTkUTPc0f6FPE1vmzSS6Fx8rWgVrefg { display:block; }#mRTkUTPc0f6FPE1vmzSS6Fx8rWgVrefg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rOVXGIrk63lEERLU2uitHu3AhOM876vd { top:19px;left:0px;width:764px;height:71px;font-size:55px;display:block; }
 }@media only screen and (max-width: 763px) { #LTW8XuQowpftTcEdkKNxavm0FXON12KT { top:89px;left:261.48046875px;width:238px;height:33px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #bPxFbs1f4dNEJfb89oymUiZvRyxSWLRV { top:210px;left:0px;width:480px;height:140px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #C6HTwkZAT1n7FDtLRw0INX95OFTWzeUM { top:152px;left:497px;width:265px;height:99px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #DLocTUpCUqLUWaHqRIgRdklCurBaouM9 { top:133px;left:442px;width:320px;height:550px;display:block; }
 }@media only screen and (max-width: 763px) { #Oba50oy9eFmR6zNCXreH4gsNo0ewH4ir { top:251px;left:505px;width:257px;height:42px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo .widget-regular-label { width:255px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo .widget-input-text { width:255px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo .widget-input-text {padding-top: 0; padding-bottom: 0;}#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo .widget-textarea { width:255px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo .widget-input-select { width:255px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo .widget-input-select {padding-top: 0; padding-bottom: 0;}#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo .widget-input-button { width:255px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo .widget-checkbox-label { width:236px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo  { width:255px;height:auto;top:290px;left:467px; }
#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo .radio-container { width:255px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo {display:block;}#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo { width:255px;height:auto;top:290px;left:467px; }
 }@media only screen and (max-width: 763px) { #d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo #JJBP4ByT9BKnaXpbAZkPObBBtusdA5fA {  }
 }@media only screen and (max-width: 763px) { #d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo #pAG6M2C6qHIlg8A5fTk1nEU52U2A4E9V { display:none; }
 }@media only screen and (max-width: 763px) { #d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo #HFBs8LDbXENBzJwMaBp6CFyivP2HMsO7 {  }
 }@media only screen and (max-width: 763px) { #d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo #eTtcFUdIuxzd3zIyrN0h8TN6W86iIbIS {  }
 }@media only screen and (max-width: 763px) { #d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo #LtdXSRgaTADqJh2FJmTFCmX1TLvmIili { display:none; }
 }@media only screen and (max-width: 763px) { #d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo #Z0QpqLpBB4Sz3IKAy9fqwNpMkTTEBda2 {  }
 }@media only screen and (max-width: 763px) { #d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo #zWUd3mWwvRO2mEkRZ7T30s0tF9p3M30I {  }
 }@media only screen and (max-width: 763px) { #d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo #NSrcuzkTp7fieZdKWuHXZLoNiSxHgUNy { display:none; }
 }@media only screen and (max-width: 763px) { #d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo #dPuwMXkyU3aCsIGIrVcDHMk0SxnDTnLJ {  }
 }@media only screen and (max-width: 763px) { #d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo #vBeleffVCQq4hpOaUc3cvsgdvXpg8WOq {  }
 }@media only screen and (max-width: 763px) { #d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo #kR1K70FNcJgcySLwJwDLMPzh6o6U4Oi6 {  }
 }@media only screen and (max-width: 763px) { #d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo #h4b4KfOrGuAMq0CtQziFOwizQKAsEqB0 {  }
 }@media only screen and (max-width: 763px) { #d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo #hfh6M90DKktxhCqAM2aFw2AILpOJJVTp {  }
 }@media only screen and (max-width: 763px) { #d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo #hXgeUHwJ8zxvJVu1yxybCruuvuugIXuS { display:none; }
 }@media only screen and (max-width: 763px) { #d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo #Nc6EC9Ps63IEfPZ1yPcXvemUceI1eScD {  }
 }@media only screen and (max-width: 763px) { #d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo #LrSgubEO1IT81yTCoruRb9zLvHpkWQm4 {  }
 }@media only screen and (max-width: 763px) { #d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo #DO2R6NXBinlCoOVet8Baa4fyx00NfT8F {  }
 }@media only screen and (max-width: 763px) { #BsDC66C3s9mwwuLPitBcz0itztTK8VIZ { top:422px;left:127px;width:381px;height:;font-size:15px;display:block; }#BsDC66C3s9mwwuLPitBcz0itztTK8VIZ li:before{  }
 }@media only screen and (max-width: 763px) { #qTaGWaTPsfNeZSZLL1PV2WZQpaSMpnNM { top:126px;left:0px;width:353px;height:566px;display:block; }
 }@media only screen and (max-width: 763px) { #Gil1fNmUmdim6ZHTBxcvd71ti3tTwWXF { top:143px;left:0px;width:764px;height:45px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #uQf7DJyN13DahAGSduJIyU3im1AwEURN { display:block; }#uQf7DJyN13DahAGSduJIyU3im1AwEURN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UmM8kl0koMXmyfJUX9ev8SkUNWQiQtSx { top:32px;left:0px;width:161px;height:124px;display:block; }
 }@media only screen and (max-width: 763px) { #R6bWcVEK8EM20Rz3urwH4epyg0WDSpAl { top:35px;left:0px;width:145px;height:139px;display:block; }
 }@media only screen and (max-width: 763px) { #bCThf63FgWmTGnsQpdbkDavDVOPZsVX5 { top:51px;left:177px;width:153px;height:94px;display:block; }
 }@media only screen and (max-width: 763px) { #BH8MXpc8WNprUOluJwFCaBHX9dkdlkdL { top:64px;left:364px;width:153px;height:68px;display:block; }
 }@media only screen and (max-width: 763px) { #fzMG330kKJg8N3hVxFVc7wpR5k1Sqqn9 { top:44px;left:542px;width:107px;height:107px;display:block; }
 }@media only screen and (max-width: 763px) { #rchVGuvM1W1TDHg9JEpfpgGrTr9LCb2u { top:54px;left:616px;width:148px;height:88px;display:block; }
 }@media only screen and (max-width: 763px) { #yUTG3NuA1kbIMmt1TQNqdMzVa6o4dz5p { top:54px;left:670px;width:94px;height:88px;display:block; }
 }@media only screen and (max-width: 763px) { #fVMKblxThmrdSxEFe3pE4vmqwftnwocK { display:block; }#fVMKblxThmrdSxEFe3pE4vmqwftnwocK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DDuoTVCHTOQSmwGebx0H0rR774T1zoku { top:27px;left:0px;width:764px;height:182px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #fSpQ7VnspOttAcmOzo8aKqlD06TgTwyp { display:block; }#fSpQ7VnspOttAcmOzo8aKqlD06TgTwyp > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZyDOnCUIQXDq6aFsPsP9vAIwrG28cFOh { top:332px;left:274px;width:490px;height:271px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #LGhx3iabdu4hNtte7nC5dPmdIPcwyk4v { top:190px;left:284px;width:480px;height:117px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #xE1wVwqRuhMMdBeJ4zb56SIPlgKBcIxi { width:317px;height:50px;top:638px;left:414.5px;display:block; }
 }@media only screen and (max-width: 763px) { #sqUSyTwyK7uhbPfKkBe1fDPtfFZlemeL { display:block; }
 }@media only screen and (max-width: 763px) { #IoFdaec5Gps2l0bhpraKSyD35JsAikFZ { width:764px;height:833px;display:none; }
 }@media only screen and (max-width: 763px) { #Jf9TdyKL8sP9mrma7rLApV7RTquppp8W { display:block; }#Jf9TdyKL8sP9mrma7rLApV7RTquppp8W > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H1LTRWQcFMyvqMhfE84TObNkolyO2QAb { top:23px;left:245px;width:519px;height:117px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #DFQThVX5V4MUrwiTFxsCmM9re1gUqZ1h { top:166px;left:284px;width:480px;height:210px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WtycT9FV8UJSrsWo1OIRrzymCvC71oTi { top:387px;left:284px;width:480px;height:49px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #th5fVqQ7yoWF3KC2Cizbsp0Mre11c6rl { top:449px;left:284px;width:480px;height:23px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qM9At8fq7w6W7BTGKMcLedFeZfmgGhAA { top:484px;left:284px;width:480px;height:212px;font-size:16px;display:block; }#qM9At8fq7w6W7BTGKMcLedFeZfmgGhAA li:before{  }
 }@media only screen and (max-width: 763px) { #z6OM9qznW7eGIpuTXGMksZdlRNx1aOK7 { top:181px;left:0px;width:508px;height:462px;display:block; }
 }@media only screen and (max-width: 763px) { #OHNd8uH9l4llhNw4ekEqOHc34nT1oCF3 { top:721px;left:284px;width:480px;height:163px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oDSHCw5z1V29LE1bzxhwUlpEsmIhuEec { display:block; }#oDSHCw5z1V29LE1bzxhwUlpEsmIhuEec > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mBBgJlNqyfVOrI8LrmLd54vFLzv5c7gE { top:34px;left:0px;width:764px;height:58px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #TaIyaueGFDORhGhMsA6egUn8CCZlqzBt { top:152px;left:65.4765625px;width:639px;height:359.43974649842px;display:block; }
 }@media only screen and (max-width: 763px) { #LOmR3bkIaWglQUgqcQExmQM1VUC64fBg { top:105px;left:0px;width:764px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #gTRcyqBCelfX9TyHREzt627S4H5k0xE0 { width:540px;height:49px;top:546px;left:115.48046875px;display:block; }
 }@media only screen and (max-width: 763px) { #pgSMQBviXlVrJcOKh9VesS1NKxcewz8v { display:block; }
 }@media only screen and (max-width: 763px) { #Aqhnwg2udk2wkno59n5XH7PrlDq07Ddk { display:block; }#Aqhnwg2udk2wkno59n5XH7PrlDq07Ddk > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QKxsRZAKfIBz40DAVaTsUaWsHVT4180C { width:257px;height:50px;top:58px;left:507px;display:block; }
 }@media only screen and (max-width: 763px) { #hCDaKtylAL65MeyZ95gQl9GZ4gKMcHAx { display:block; }
 }@media only screen and (max-width: 763px) { #tHWHzePCopqAcSrXDdgHf0ycuOvortsS { top:54px;left:0px;width:764px;height:59px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #DGRtinroAf7LUGVvu56vHZnmZAPDvDAa { display:block; }#DGRtinroAf7LUGVvu56vHZnmZAPDvDAa > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MQsCdOFWgbzbyMCkcfsPZSFhNmd19Oid { top:46px;left:2px;width:760px;height:58px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #qOGnQcixgVsJoHCcM3Gy22RZfl7ZEhaa { top:256px;left:0px;width:347px;height:306px;display:block; }
 }@media only screen and (max-width: 763px) { #A3PlEuVRPUGWN0TOPxPyLJm60BiCGGHL { top:299px;left:508px;width:256px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #G8qTB4IDDp23kK32qzzpQwhWBuuFT1K9 { top:362px;left:488px;width:276px;height:46px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nXw4fw7CNvrL246TWNSw2bXBQQrfGdh1 { top:256px;left:208.5px;width:347px;height:306px;display:block; }
 }@media only screen and (max-width: 763px) { #hHT3yKSaDc2BU1Lhok8RveKprOiOFz9a { top:299px;left:254px;width:256px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #NcWP71zPeBspnJ6qhAlmKau8hSC0Zg2w { top:256px;left:417px;width:347px;height:306px;display:block; }
 }@media only screen and (max-width: 763px) { #aOwZnwM7SrRvbLSOK0HPP0l4Lt8v6oiX { top:970px;left:253.97265625px;width:255px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #WwK91iLCPLnWBgxZTT181qoPvcSvKydR { top:1026px;left:240px;width:284px;height:187px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #pbzbK9MeAgFWPnUBisRVT2IkHH2iJG2J { top:299px;left:0px;width:256px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #qo1F1EChLLlT7WHnVQ3NiWQDgLUl8vA0 { top:362px;left:0px;width:294px;height:93px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oSS1ZbdV6x4xJKqaSnhiHG02cJCxOg1c { top:622px;left:254px;width:256px;height:65px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #sNqVtCOQh3Tc1gTW1H6J3nRd2nSfm8GN { top:622px;left:508px;width:256px;height:65px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #OytIozvHyr7pvREeVF4NfCz4ahzC3Nse { top:723px;left:244px;width:276px;height:70px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lHyUZeVAN45oMJUNbTUUAoN2m4mdZfLl { top:723px;left:488px;width:276px;height:70px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #LwJWNE7fkZbbn9RBoJhEJPasil9TSUCM { top:622px;left:0px;width:256px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #bd38g7e9MsHWheFTBwKoRlkKd6PA62eX { top:655px;left:0px;width:297px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #QTTDeENTyuzrrGmeaBLqaTONQsJ7E1xZ { top:723px;left:0px;width:276px;height:93px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #KryTTyO83qXe3ldEFhkiQT8bJvB3ZoG6 { top:126px;left:0px;width:764px;height:70px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #o8sxCPRGUSATKUmmV61O4vAtE4Lx5Zns { top:609px;left:0px;width:347px;height:306px;display:block; }
 }@media only screen and (max-width: 763px) { #qFOt6hWzDTO32OFB3o5fr8n3osSU02zu { top:609px;left:208.5px;width:347px;height:306px;display:block; }
 }@media only screen and (max-width: 763px) { #PSZOPfXoXrxcozMMuDswzlDC7e6R48as { top:609px;left:417px;width:347px;height:306px;display:block; }
 }@media only screen and (max-width: 763px) { #ifOEflgkxAzJqacU4vmVIdRicwLsd50L { top:944px;left:209px;width:347px;height:306px;display:block; }
 }@media only screen and (max-width: 763px) { #d8Xui0EAS8J7soMDUnq0TNRVya71uk5S { top:1287px;left:0px;width:764px;height:70px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vkoLbubhBigdAsNTgPSQa3OTMPy8TZP6 { top:362px;left:240px;width:284px;height:70px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #NTLhLcwdQhIToeTrHxTb8oiu1n35DmNb { top:256px;left:0px;width:347px;height:306px;display:none; }
 }@media only screen and (max-width: 763px) { #ox0ueQ95GrA0CALKeS1yxA1SutrL7dwp { top:23px;left:0px;width:295px;height:;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #IWJFcZ7wsmB6gXGyIgIvao38yd77C21n { top:256px;left:0px;width:347px;height:306px;display:none; }
 }@media only screen and (max-width: 763px) { #pGbU1lPFonWWhwJTBif0Zv59ZSiiqPN1 { top:256px;left:0px;width:347px;height:306px;display:none; }
 }@media only screen and (max-width: 763px) { #af3UqwkrqN9r1FW9Mel0NQfyRH9FwWG7 { top:256px;left:0px;width:347px;height:306px;display:none; }
 }@media only screen and (max-width: 763px) { #e6JtND9pBSKIS5zzzXUNF1iwAbfzy4ga { top:256px;left:0px;width:347px;height:306px;display:none; }
 }@media only screen and (max-width: 763px) { #FnF6xXxE1W5NkIlyE6l5nBZOErFo6DLV { top:256px;left:0px;width:347px;height:306px;display:none; }
 }@media only screen and (max-width: 763px) { #PR1g719E4Czz9R2IVA8R28PMLq8TgztA { top:256px;left:0px;width:347px;height:306px;display:none; }
 }@media only screen and (max-width: 763px) { #zOCBJFVsdM29WpINThLiPqdxsHXXW758 { display:block; }#zOCBJFVsdM29WpINThLiPqdxsHXXW758 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GomzDeMme5reMpT0MJOL1qFzsqPzATS2 { top:176px;left:284px;width:480px;height:353px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #tMa4Kw3t3wrWoL19TSE2LkaooPBZAfTd { top:56px;left:0px;width:438px;height:530px;display:block; }
 }@media only screen and (max-width: 763px) { #pkxWApIyZsfBZFsmzTERNNAQlQ0HrB6I { top:99px;left:233px;width:531px;height:58px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #HtCsiuAqpBFCe4iefUokppdTZq1pZKpL { width:316px;height:49px;top:552px;left:414.48046875px;display:block; }
 }@media only screen and (max-width: 763px) { #xTxk6tDcqCwq6EaUSz46FFDlihu9yOR4 { display:block; }
 }@media only screen and (max-width: 763px) { #JT9DTf2lzMzcF5n3DEeZlHI9KlKFniNr { display:block; }#JT9DTf2lzMzcF5n3DEeZlHI9KlKFniNr > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiR49p5ZwxDR07bxlDw2fbNNZMhH1Jh5 { top:132px;left:0px;width:310px;height:444px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #cTHgUs3BUP8X2fT3KszbO6ttFKDuCWbQ { top:132px;left:451px;width:311px;height:327px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #p7qXDiN1A7lQwuFTfgQzkDD9N3iEQcJh { top:132px;left:197px;width:310px;height:514px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #EkSHcHCzlhzX0WHdpgTT1LBmcbcBJHRe { top:47px;left:0px;width:764px;height:65px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #TZd1ufAkbN1K9KDFMVTnKBmgL9dbDONA { display:block; }#TZd1ufAkbN1K9KDFMVTnKBmgL9dbDONA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EDflG2lWxHTHRpOQnxRbl0aHSKstAMsC { top:62px;left:0px;width:550px;height:114px;font-size:44px;display:block; }
 }@media only screen and (max-width: 763px) { #h471NNceMcP6lvN9TwGZDJAkdmClIW8B { top:227px;left:0px;width:480px;height:234px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #OvQ3PWFvSEEVrcQT8l5KIttuN51HebTV { top:62px;left:284px;width:480px;height:45px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #TLMeKzEf5qCN0zBlVkKR090cPNwBM2iO { top:45px;left:290px;width:474px;height:456px;display:block; }
 }@media only screen and (max-width: 763px) { #gn00DzcWzQ3DQzxKqZIlw1IuL1yAEhTV { top:107px;left:406px;width:300px;height:50px;font-size:39px;display:block; }
 }@media only screen and (max-width: 763px) { #ATN7pUtabrcoSibFUukcuLwlXGqygmhQ .widget-regular-label { width:411px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ .widget-input-text { width:411px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ .widget-textarea { width:411px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ .widget-input-select { width:411px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ .widget-input-button { width:411px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ .widget-checkbox-label { width:392px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ  { width:411px;height:auto;top:137px;left:313px; }
#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ .radio-container { width:411px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ {display:block;}#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ { width:411px;height:auto;top:137px;left:313px; }
 }@media only screen and (max-width: 763px) { #ATN7pUtabrcoSibFUukcuLwlXGqygmhQ #fRtM78T3KdEGBvmEoSWFqm3RUZ3opOIS {  }
 }@media only screen and (max-width: 763px) { #ATN7pUtabrcoSibFUukcuLwlXGqygmhQ #kuVthktxsAV0cKS5VTJPr9GtPVtJlbin { display:none; }
 }@media only screen and (max-width: 763px) { #ATN7pUtabrcoSibFUukcuLwlXGqygmhQ #wPS6Ti5WC4UfDwPTLoF6Exi8FATNPAnT {  }
 }@media only screen and (max-width: 763px) { #ATN7pUtabrcoSibFUukcuLwlXGqygmhQ #EiFOrmkI5WvbI9QLrEIkTrnPxkG5879z {  }
 }@media only screen and (max-width: 763px) { #ATN7pUtabrcoSibFUukcuLwlXGqygmhQ #x6tld6BlkuvyTHLA3PN1cxicIi1AbatG { display:none; }
 }@media only screen and (max-width: 763px) { #ATN7pUtabrcoSibFUukcuLwlXGqygmhQ #dWJB7KO1xl5CrHNDTJmLU2rxbL44Nw89 {  }
 }@media only screen and (max-width: 763px) { #ATN7pUtabrcoSibFUukcuLwlXGqygmhQ #DfacF4KF7ItbX00LXGt4Mv1DEiQIE44s {  }
 }@media only screen and (max-width: 763px) { #ATN7pUtabrcoSibFUukcuLwlXGqygmhQ #xVah0OTlAPn4XnV1sHmaWDWiIfvOOLAH { display:none; }
 }@media only screen and (max-width: 763px) { #ATN7pUtabrcoSibFUukcuLwlXGqygmhQ #TCKsIO9Jg16vHrRiBTnMA0Epw1WOraG3 {  }
 }@media only screen and (max-width: 763px) { #ATN7pUtabrcoSibFUukcuLwlXGqygmhQ #nnBAZtF5TG5Qb5ChwitSyvWaqrgUOwMU {  }
 }@media only screen and (max-width: 763px) { #ATN7pUtabrcoSibFUukcuLwlXGqygmhQ #e7fSVTHOLIBXIdalCezTBoAmSdaCusHN {  }
 }@media only screen and (max-width: 763px) { #ATN7pUtabrcoSibFUukcuLwlXGqygmhQ #GiTowGsopH6psWG4TcsTqt2mgP3fosuH {  }
 }@media only screen and (max-width: 763px) { #ATN7pUtabrcoSibFUukcuLwlXGqygmhQ #c8DwQZFgtLfLyho5i7AtVKHcEmrQTerR {  }
 }@media only screen and (max-width: 763px) { #ATN7pUtabrcoSibFUukcuLwlXGqygmhQ #M12MNcadFrC1I7cORRMZeuqXwsqToBZp { display:none; }
 }@media only screen and (max-width: 763px) { #ATN7pUtabrcoSibFUukcuLwlXGqygmhQ #qs7qq9l1t1SsUSTUbzShJebWpe4C6N2l {  }
 }@media only screen and (max-width: 763px) { #ATN7pUtabrcoSibFUukcuLwlXGqygmhQ #Cmvqn9nc4Dy1BXVfCAa9laHTT5W24Jw5 {  }
 }@media only screen and (max-width: 763px) { #ATN7pUtabrcoSibFUukcuLwlXGqygmhQ #estafpOwfp24h4iK41bC1AXnrM9VUXd3 {  }
 }@media only screen and (max-width: 763px) { #dkg8H2ieafm7Q0y8SB0ifDIHLiGJgXTb { display:block; }#dkg8H2ieafm7Q0y8SB0ifDIHLiGJgXTb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yWxTIDlvakgTN5cBaTHvZsyA3SVGQZc3 { top:260px;left:0px;width:764px;height:19px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #uZv13q3wgt91izMTpEMCCadPvXv3y03L { top:144px;left:0px;width:350px;height:70px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #nTTeiSnCUHGsxCpvW2o6gdgpyTqANQdn { top:113px;left:235px;width:294px;height:95px;display:block; }
 }@media only screen and (max-width: 763px) { #d2lkmH1oQteDwxwudnHNfBUKtuABk55N { top:144px;left:484px;width:280px;height:70px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #y0mMq2D5xTTPm9Ho8ucCfrrBX9m60f9R { top:107px;left:0px;width:220px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #UDTlizz0h9cgQFt1H26KzdaDJwkPetu8 { top:113px;left:483px;width:281px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TNqPcUzdJbee1ROzcvHskS1yxmUVNHLW { top:36px;left:0px;width:764px;height:19px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VQ4tJDB2SggNah8u1O4bkX1rhlw8QTt6 { display:block; }#VQ4tJDB2SggNah8u1O4bkX1rhlw8QTt6 > .row .container { width:320px;height:108px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hT0IkHThRAnTChaFUzqoNTGNArilWP3r { width:212px;height:68px;top:21px;left:35px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aJBJyTAeswlJ8t9XEWg5rANCnKMSrC8c { width:313px;height:auto;top:50px;left:3px;font-size:22px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #csmgUhFahvZxZVJvdRdkTWFhZV37mcsA { width:215.99px;height:0;top:83px;left:52px;font-size:18px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ST4WWOfHtrAiw6wPp8PRcou83Ahn3EmQ { width:129px;height:0;top:81.5px;left:95px;font-size:17px;display:none; }
 }@media only screen and (max-width: 763px) { #mRTkUTPc0f6FPE1vmzSS6Fx8rWgVrefg { background-color:transparent;background-image:url("https://images.assets-landingi.com/SmkZz4aR-Ng/unsplash/bia-andrade-SmkZz4aR-Ng-photo-1518715058720-e56f02e77fe5.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mRTkUTPc0f6FPE1vmzSS6Fx8rWgVrefg.adaptive-delivery-prevent-bg, #mRTkUTPc0f6FPE1vmzSS6Fx8rWgVrefg.lazyload, #mRTkUTPc0f6FPE1vmzSS6Fx8rWgVrefg.lazyloading { background-image: none; }#mRTkUTPc0f6FPE1vmzSS6Fx8rWgVrefg > .row .container { background-color: transparent; background-image: none; }#mRTkUTPc0f6FPE1vmzSS6Fx8rWgVrefg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.31); }#mRTkUTPc0f6FPE1vmzSS6Fx8rWgVrefg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRTkUTPc0f6FPE1vmzSS6Fx8rWgVrefg > .row .container > .video-iframe-container { display: none; }#mRTkUTPc0f6FPE1vmzSS6Fx8rWgVrefg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.31); }#mRTkUTPc0f6FPE1vmzSS6Fx8rWgVrefg > .row > .video-iframe-container { display: none; }#mRTkUTPc0f6FPE1vmzSS6Fx8rWgVrefg > .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); }#mRTkUTPc0f6FPE1vmzSS6Fx8rWgVrefg > .row .container { width:320px;height:1650px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rOVXGIrk63lEERLU2uitHu3AhOM876vd { width:296px;height:80.5938px;top:14px;left:12px;font-size:31px;text-align:center;text-align-last:center;color:#ffffff;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #LTW8XuQowpftTcEdkKNxavm0FXON12KT { width:253px;height:20.7969px;top:103px;left:33.5px;font-size:16px;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bPxFbs1f4dNEJfb89oymUiZvRyxSWLRV { width:296px;height:239.125px;top:676px;left:12px;font-size:23px;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #C6HTwkZAT1n7FDtLRw0INX95OFTWzeUM { width:302px;height:35.5px;top:1162px;left:9px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DLocTUpCUqLUWaHqRIgRdklCurBaouM9 { width:320px;height:508px;top:1141px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Oba50oy9eFmR6zNCXreH4gsNo0ewH4ir { width:257px;height:32.5px;top:1215px;left:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo .widget-regular-label { width:233px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo .widget-input-text { width:233px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo .widget-input-text {padding-top: 0; padding-bottom: 0;}#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo .widget-textarea { width:233px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo .widget-input-select { width:233px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo .widget-input-select {padding-top: 0; padding-bottom: 0;}#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo .widget-input-button { width:233px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;height:45px; }
#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo .widget-checkbox-label { width:214px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo  { width:233px;height:auto;top:1265px;left:24px; }
#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo .radio-container { width:233px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo {display:block;}#d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo { width:233px;height:auto;top:1265px;left:24px; }
 }@media only screen and (max-width: 763px) { #d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo #JJBP4ByT9BKnaXpbAZkPObBBtusdA5fA {  }
 }@media only screen and (max-width: 763px) { #d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo #pAG6M2C6qHIlg8A5fTk1nEU52U2A4E9V { display:none; }
 }@media only screen and (max-width: 763px) { #d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo #HFBs8LDbXENBzJwMaBp6CFyivP2HMsO7 {  }
 }@media only screen and (max-width: 763px) { #d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo #eTtcFUdIuxzd3zIyrN0h8TN6W86iIbIS {  }
 }@media only screen and (max-width: 763px) { #d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo #LtdXSRgaTADqJh2FJmTFCmX1TLvmIili { display:none; }
 }@media only screen and (max-width: 763px) { #d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo #Z0QpqLpBB4Sz3IKAy9fqwNpMkTTEBda2 {  }
 }@media only screen and (max-width: 763px) { #d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo #zWUd3mWwvRO2mEkRZ7T30s0tF9p3M30I {  }
 }@media only screen and (max-width: 763px) { #d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo #NSrcuzkTp7fieZdKWuHXZLoNiSxHgUNy { display:none; }
 }@media only screen and (max-width: 763px) { #d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo #dPuwMXkyU3aCsIGIrVcDHMk0SxnDTnLJ {  }
 }@media only screen and (max-width: 763px) { #d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo #vBeleffVCQq4hpOaUc3cvsgdvXpg8WOq {  }
 }@media only screen and (max-width: 763px) { #d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo #kR1K70FNcJgcySLwJwDLMPzh6o6U4Oi6 {  }
 }@media only screen and (max-width: 763px) { #d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo #h4b4KfOrGuAMq0CtQziFOwizQKAsEqB0 {  }
 }@media only screen and (max-width: 763px) { #d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo #hfh6M90DKktxhCqAM2aFw2AILpOJJVTp {  }
 }@media only screen and (max-width: 763px) { #d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo #hXgeUHwJ8zxvJVu1yxybCruuvuugIXuS { display:none; }
 }@media only screen and (max-width: 763px) { #d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo #Nc6EC9Ps63IEfPZ1yPcXvemUceI1eScD {  }
 }@media only screen and (max-width: 763px) { #d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo #LrSgubEO1IT81yTCoruRb9zLvHpkWQm4 {  }
 }@media only screen and (max-width: 763px) { #d7upXmfskTZdJTZC1hyZpDd9ZnpMRGbo #DO2R6NXBinlCoOVet8Baa4fyx00NfT8F {  }
 }@media only screen and (max-width: 763px) { #BsDC66C3s9mwwuLPitBcz0itztTK8VIZ { width:296px;height:195.5px;top:930px;left:12px;font-size:15px;color:#ffffff;display:block; }#BsDC66C3s9mwwuLPitBcz0itztTK8VIZ li:before{  }
 }@media only screen and (max-width: 763px) { #qTaGWaTPsfNeZSZLL1PV2WZQpaSMpnNM { width:296px;height:475px;top:176.09375px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #Gil1fNmUmdim6ZHTBxcvd71ti3tTwWXF { width:296px;height:41.5938px;top:134.5px;left:12px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uQf7DJyN13DahAGSduJIyU3im1AwEURN { display:none; }#uQf7DJyN13DahAGSduJIyU3im1AwEURN > .row .container { width:320px;height:777px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UmM8kl0koMXmyfJUX9ev8SkUNWQiQtSx { width:53px;height:41px;top:14px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #R6bWcVEK8EM20Rz3urwH4epyg0WDSpAl { width:145px;height:139px;top:75px;left:87px;display:block; }
 }@media only screen and (max-width: 763px) { #bCThf63FgWmTGnsQpdbkDavDVOPZsVX5 { width:153px;height:94px;top:234px;left:83px;display:block; }
 }@media only screen and (max-width: 763px) { #BH8MXpc8WNprUOluJwFCaBHX9dkdlkdL { width:153px;height:68px;top:348px;left:83px;display:block; }
 }@media only screen and (max-width: 763px) { #fzMG330kKJg8N3hVxFVc7wpR5k1Sqqn9 { width:107px;height:107px;top:436px;left:106px;display:block; }
 }@media only screen and (max-width: 763px) { #rchVGuvM1W1TDHg9JEpfpgGrTr9LCb2u { width:148px;height:88px;top:563px;left:86px;display:block; }
 }@media only screen and (max-width: 763px) { #yUTG3NuA1kbIMmt1TQNqdMzVa6o4dz5p { width:94px;height:88px;top:671px;left:113px;display:block; }
 }@media only screen and (max-width: 763px) { #fVMKblxThmrdSxEFe3pE4vmqwftnwocK { display:block; }#fVMKblxThmrdSxEFe3pE4vmqwftnwocK > .row .container { width:320px;height:779px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DDuoTVCHTOQSmwGebx0H0rR774T1zoku { width:296px;height:728px;top:25.5px;left:12px;font-size:20px;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #fSpQ7VnspOttAcmOzo8aKqlD06TgTwyp { background-color:#ebe0d0;background-image:none;display:block; }#fSpQ7VnspOttAcmOzo8aKqlD06TgTwyp > .row .container { background-color: transparent; background-image: none; }#fSpQ7VnspOttAcmOzo8aKqlD06TgTwyp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSpQ7VnspOttAcmOzo8aKqlD06TgTwyp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSpQ7VnspOttAcmOzo8aKqlD06TgTwyp > .row .container > .video-iframe-container { display: none; }#fSpQ7VnspOttAcmOzo8aKqlD06TgTwyp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSpQ7VnspOttAcmOzo8aKqlD06TgTwyp > .row > .video-iframe-container { display: none; }#fSpQ7VnspOttAcmOzo8aKqlD06TgTwyp > .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); }#fSpQ7VnspOttAcmOzo8aKqlD06TgTwyp > .row .container { width:320px;height:928px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZyDOnCUIQXDq6aFsPsP9vAIwrG28cFOh { width:307px;height:291.1559px;top:520px;left:7px;font-size:16px;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #LGhx3iabdu4hNtte7nC5dPmdIPcwyk4v { width:296px;height:124.781px;top:30.140625px;left:12px;font-size:32px;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #xE1wVwqRuhMMdBeJ4zb56SIPlgKBcIxi { width:296px;height:50px;top:843px;left:12px;font-family:"proxima nova";background-color:#25d4d2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sqUSyTwyK7uhbPfKkBe1fDPtfFZlemeL { display:block; }
 }@media only screen and (max-width: 763px) { #IoFdaec5Gps2l0bhpraKSyD35JsAikFZ { top:175px;left:12px;width:296px;height:321px;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Jf9TdyKL8sP9mrma7rLApV7RTquppp8W { background-color:#ffffff;background-image:none;display:block; }#Jf9TdyKL8sP9mrma7rLApV7RTquppp8W > .row .container { background-color: transparent; background-image: none; }#Jf9TdyKL8sP9mrma7rLApV7RTquppp8W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jf9TdyKL8sP9mrma7rLApV7RTquppp8W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jf9TdyKL8sP9mrma7rLApV7RTquppp8W > .row .container > .video-iframe-container { display: none; }#Jf9TdyKL8sP9mrma7rLApV7RTquppp8W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jf9TdyKL8sP9mrma7rLApV7RTquppp8W > .row > .video-iframe-container { display: none; }#Jf9TdyKL8sP9mrma7rLApV7RTquppp8W > .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); }#Jf9TdyKL8sP9mrma7rLApV7RTquppp8W > .row .container { width:320px;height:1267px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H1LTRWQcFMyvqMhfE84TObNkolyO2QAb { width:296px;height:124.781px;top:17px;left:12px;font-size:32px;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DFQThVX5V4MUrwiTFxsCmM9re1gUqZ1h { width:303px;height:249.5619px;top:374.625px;left:8.484375px;font-size:16px;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WtycT9FV8UJSrsWo1OIRrzymCvC71oTi { width:195px;height:41.5938px;top:642.99609375px;left:62.484375px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #th5fVqQ7yoWF3KC2Cizbsp0Mre11c6rl { width:296px;height:41.5938px;top:701px;left:12px;font-size:16px;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qM9At8fq7w6W7BTGKMcLedFeZfmgGhAA { width:295.992px;height:274.562px;top:756.99609375px;left:11.9765625px;font-size:16px;color:#000000;text-align:left;text-align-last:left;display:block; }#qM9At8fq7w6W7BTGKMcLedFeZfmgGhAA li:before{  }
 }@media only screen and (max-width: 763px) { #z6OM9qznW7eGIpuTXGMksZdlRNx1aOK7 { width:222px;height:201px;top:157.734375px;left:48.984375px;display:block; }
 }@media only screen and (max-width: 763px) { #OHNd8uH9l4llhNw4ekEqOHc34nT1oCF3 { width:295.992px;height:187.172px;top:1055.98828125px;left:11.9765625px;font-size:16px;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oDSHCw5z1V29LE1bzxhwUlpEsmIhuEec { display:block; }#oDSHCw5z1V29LE1bzxhwUlpEsmIhuEec > .row .container { width:320px;height:526px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mBBgJlNqyfVOrI8LrmLd54vFLzv5c7gE { width:295.992px;height:83.1875px;top:34.9921875px;left:11.9765625px;font-size:32px;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TaIyaueGFDORhGhMsA6egUn8CCZlqzBt { height:166px;width:296px;top:247px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #LOmR3bkIaWglQUgqcQExmQM1VUC64fBg { width:295.992px;height:83.1875px;top:141px;left:11.9765625px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gTRcyqBCelfX9TyHREzt627S4H5k0xE0 { width:280px;height:45px;top:454px;left:20px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #pgSMQBviXlVrJcOKh9VesS1NKxcewz8v { display:block; }
 }@media only screen and (max-width: 763px) { #Aqhnwg2udk2wkno59n5XH7PrlDq07Ddk { display:block; }#Aqhnwg2udk2wkno59n5XH7PrlDq07Ddk > .row .container { width:320px;height:192px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QKxsRZAKfIBz40DAVaTsUaWsHVT4180C { width:295.992px;height:49.9922px;top:113.98828125px;left:11.98828125px;display:block; }
 }@media only screen and (max-width: 763px) { #hCDaKtylAL65MeyZ95gQl9GZ4gKMcHAx { display:block; }
 }@media only screen and (max-width: 763px) { #tHWHzePCopqAcSrXDdgHf0ycuOvortsS { width:295.992px;height:83.1875px;top:20.98828125px;left:11.9765625px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DGRtinroAf7LUGVvu56vHZnmZAPDvDAa { background-color:#ebe0d0;background-image:none;display:block; }#DGRtinroAf7LUGVvu56vHZnmZAPDvDAa > .row .container { background-color: transparent; background-image: none; }#DGRtinroAf7LUGVvu56vHZnmZAPDvDAa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGRtinroAf7LUGVvu56vHZnmZAPDvDAa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGRtinroAf7LUGVvu56vHZnmZAPDvDAa > .row .container > .video-iframe-container { display: none; }#DGRtinroAf7LUGVvu56vHZnmZAPDvDAa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGRtinroAf7LUGVvu56vHZnmZAPDvDAa > .row > .video-iframe-container { display: none; }#DGRtinroAf7LUGVvu56vHZnmZAPDvDAa > .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); }#DGRtinroAf7LUGVvu56vHZnmZAPDvDAa > .row .container { width:320px;height:1924px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MQsCdOFWgbzbyMCkcfsPZSFhNmd19Oid { width:320px;height:0;top:38px;left:0px;font-size:32px;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #qOGnQcixgVsJoHCcM3Gy22RZfl7ZEhaa { width:320px;height:306px;top:979.922px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #A3PlEuVRPUGWN0TOPxPyLJm60BiCGGHL { width:256px;height:32.5px;top:367px;left:32px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G8qTB4IDDp23kK32qzzpQwhWBuuFT1K9 { width:290px;height:41.5938px;top:415px;left:15px;font-size:16px;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nXw4fw7CNvrL246TWNSw2bXBQQrfGdh1 { width:320px;height:306px;top:1305.922px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #hHT3yKSaDc2BU1Lhok8RveKprOiOFz9a { width:256px;height:32.5px;top:754px;left:32px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NcWP71zPeBspnJ6qhAlmKau8hSC0Zg2w { width:320px;height:306px;top:1631.922px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #aOwZnwM7SrRvbLSOK0HPP0l4Lt8v6oiX { width:256px;height:32.5px;top:507px;left:32px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WwK91iLCPLnWBgxZTT181qoPvcSvKydR { width:290px;height:145.578px;top:552px;left:15px;font-size:16px;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pbzbK9MeAgFWPnUBisRVT2IkHH2iJG2J { width:256px;height:32.5px;top:929px;left:32px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qo1F1EChLLlT7WHnVQ3NiWQDgLUl8vA0 { width:276px;height:83.1875px;top:970px;left:22px;font-size:16px;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oSS1ZbdV6x4xJKqaSnhiHG02cJCxOg1c { width:256px;height:65px;top:1105px;left:32px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sNqVtCOQh3Tc1gTW1H6J3nRd2nSfm8GN { width:256px;height:65px;top:1318px;left:32px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OytIozvHyr7pvREeVF4NfCz4ahzC3Nse { width:276px;height:62.3906px;top:1192px;left:22px;font-size:16px;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lHyUZeVAN45oMJUNbTUUAoN2m4mdZfLl { width:276px;height:62.3906px;top:1400px;left:22px;font-size:16px;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LwJWNE7fkZbbn9RBoJhEJPasil9TSUCM { width:256px;height:32.5px;top:1537px;left:32px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bd38g7e9MsHWheFTBwKoRlkKd6PA62eX { width:296px;height:32.5px;top:1569px;left:12px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QTTDeENTyuzrrGmeaBLqaTONQsJ7E1xZ { width:276px;height:83.1875px;top:1612px;left:22px;font-size:16px;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KryTTyO83qXe3ldEFhkiQT8bJvB3ZoG6 { width:295.992px;height:207.969px;top:121.9921875px;left:11.98828125px;font-size:16px;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o8sxCPRGUSATKUmmV61O4vAtE4Lx5Zns { width:320px;height:306px;top:1957.922px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #qFOt6hWzDTO32OFB3o5fr8n3osSU02zu { width:320px;height:306px;top:2283.922px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #PSZOPfXoXrxcozMMuDswzlDC7e6R48as { width:320px;height:306px;top:2609.922px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #ifOEflgkxAzJqacU4vmVIdRicwLsd50L { width:320px;height:306px;top:2935.922px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #d8Xui0EAS8J7soMDUnq0TNRVya71uk5S { width:295.992px;height:166.375px;top:1736px;left:12px;font-size:16px;color:#000000;text-align:center;text-align-last:center;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #vkoLbubhBigdAsNTgPSQa3OTMPy8TZP6 { width:284px;height:62.3906px;top:808px;left:18px;font-size:16px;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NTLhLcwdQhIToeTrHxTb8oiu1n35DmNb { width:296px;height:125px;top:348px;left:12px;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #ox0ueQ95GrA0CALKeS1yxA1SutrL7dwp { width:296px;height:83.1875px;top:23.21875px;left:12px;font-size:32px;text-align:center;text-align-last:center;color:#000000;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #IWJFcZ7wsmB6gXGyIgIvao38yd77C21n { width:296px;height:222px;top:495px;left:12px;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #pGbU1lPFonWWhwJTBif0Zv59ZSiiqPN1 { width:296px;height:156px;top:740px;left:12px;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #af3UqwkrqN9r1FW9Mel0NQfyRH9FwWG7 { width:296px;height:156px;top:914px;left:12px;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #e6JtND9pBSKIS5zzzXUNF1iwAbfzy4ga { width:296px;height:191px;top:1091px;left:12px;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #FnF6xXxE1W5NkIlyE6l5nBZOErFo6DLV { width:296px;height:191px;top:1303px;left:12px;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #PR1g719E4Czz9R2IVA8R28PMLq8TgztA { width:296px;height:191px;top:1521px;left:12px;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #zOCBJFVsdM29WpINThLiPqdxsHXXW758 { background-color:#ffffff;background-image:none;display:block; }#zOCBJFVsdM29WpINThLiPqdxsHXXW758 > .row .container { background-color: transparent; background-image: none; }#zOCBJFVsdM29WpINThLiPqdxsHXXW758::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOCBJFVsdM29WpINThLiPqdxsHXXW758 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOCBJFVsdM29WpINThLiPqdxsHXXW758 > .row .container > .video-iframe-container { display: none; }#zOCBJFVsdM29WpINThLiPqdxsHXXW758 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOCBJFVsdM29WpINThLiPqdxsHXXW758 > .row > .video-iframe-container { display: none; }#zOCBJFVsdM29WpINThLiPqdxsHXXW758 > .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); }#zOCBJFVsdM29WpINThLiPqdxsHXXW758 > .row .container { width:320px;height:963px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GomzDeMme5reMpT0MJOL1qFzsqPzATS2 { width:296px;height:409.5px;top:451px;left:12px;font-size:15px;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tMa4Kw3t3wrWoL19TSE2LkaooPBZAfTd { width:269px;height:326px;top:106.6875px;left:25.5px;display:block; }
 }@media only screen and (max-width: 763px) { #pkxWApIyZsfBZFsmzTERNNAQlQ0HrB6I { width:296px;height:83.1875px;top:11.5px;left:12px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HtCsiuAqpBFCe4iefUokppdTZq1pZKpL { width:295.992px;height:49.9922px;top:883.48828125px;left:11.9765625px;font-family:"proxima nova";background-color:#25d4d2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xTxk6tDcqCwq6EaUSz46FFDlihu9yOR4 { display:block; }
 }@media only screen and (max-width: 763px) { #JT9DTf2lzMzcF5n3DEeZlHI9KlKFniNr { background-color:rgba(255,255,255,0.63);background-image:url("https://images.assets-landingi.com/uc/a5963f55-f3d7-4628-b75e-926ba5b01c7a/marble10.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#JT9DTf2lzMzcF5n3DEeZlHI9KlKFniNr.adaptive-delivery-prevent-bg, #JT9DTf2lzMzcF5n3DEeZlHI9KlKFniNr.lazyload, #JT9DTf2lzMzcF5n3DEeZlHI9KlKFniNr.lazyloading { background-image: none; }#JT9DTf2lzMzcF5n3DEeZlHI9KlKFniNr > .row .container { background-color: transparent; background-image: none; }#JT9DTf2lzMzcF5n3DEeZlHI9KlKFniNr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JT9DTf2lzMzcF5n3DEeZlHI9KlKFniNr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JT9DTf2lzMzcF5n3DEeZlHI9KlKFniNr > .row .container > .video-iframe-container { display: none; }#JT9DTf2lzMzcF5n3DEeZlHI9KlKFniNr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JT9DTf2lzMzcF5n3DEeZlHI9KlKFniNr > .row > .video-iframe-container { display: none; }#JT9DTf2lzMzcF5n3DEeZlHI9KlKFniNr > .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); }#JT9DTf2lzMzcF5n3DEeZlHI9KlKFniNr > .row .container { width:320px;height:1291px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiR49p5ZwxDR07bxlDw2fbNNZMhH1Jh5 { width:280px;height:390px;top:75px;left:20px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cTHgUs3BUP8X2fT3KszbO6ttFKDuCWbQ { width:280px;height:273px;top:481px;left:20px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p7qXDiN1A7lQwuFTfgQzkDD9N3iEQcJh { width:279.996px;height:436.7349px;top:782.98828125px;left:19.96875px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EkSHcHCzlhzX0WHdpgTT1LBmcbcBJHRe { width:296px;height:41.5938px;top:18.515625px;left:12px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #TZd1ufAkbN1K9KDFMVTnKBmgL9dbDONA { background-color:#000000;background-image:none;display:block; }#TZd1ufAkbN1K9KDFMVTnKBmgL9dbDONA > .row .container { background-color: transparent; background-image: none; }#TZd1ufAkbN1K9KDFMVTnKBmgL9dbDONA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZd1ufAkbN1K9KDFMVTnKBmgL9dbDONA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZd1ufAkbN1K9KDFMVTnKBmgL9dbDONA > .row .container > .video-iframe-container { display: none; }#TZd1ufAkbN1K9KDFMVTnKBmgL9dbDONA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZd1ufAkbN1K9KDFMVTnKBmgL9dbDONA > .row > .video-iframe-container { display: none; }#TZd1ufAkbN1K9KDFMVTnKBmgL9dbDONA > .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); }#TZd1ufAkbN1K9KDFMVTnKBmgL9dbDONA > .row .container { width:320px;height:927px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EDflG2lWxHTHRpOQnxRbl0aHSKstAMsC { width:292px;height:182px;top:23.3125px;left:14px;font-size:35px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h471NNceMcP6lvN9TwGZDJAkdmClIW8B { width:295.992px;height:249.562px;top:205.32421875px;left:11.9765625px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OvQ3PWFvSEEVrcQT8l5KIttuN51HebTV { width:265px;height:65px;top:472px;left:27.4921875px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TLMeKzEf5qCN0zBlVkKR090cPNwBM2iO { width:300px;height:470px;top:454px;left:9.99609375px;display:block; }
 }@media only screen and (max-width: 763px) { #gn00DzcWzQ3DQzxKqZIlw1IuL1yAEhTV { width:257px;height:32.5px;top:536.9921875px;left:31.5px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #ATN7pUtabrcoSibFUukcuLwlXGqygmhQ .widget-regular-label { width:233px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ .widget-input-text { width:233px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ .widget-textarea { width:233px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ .widget-input-select { width:233px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ .widget-input-button { width:233px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;height:45px; }
#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ .widget-checkbox-label { width:214px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ  { width:233px;height:auto;top:562px;left:24px; }
#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ .radio-container { width:233px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ {display:block;}#ATN7pUtabrcoSibFUukcuLwlXGqygmhQ { width:233px;height:auto;top:562px;left:24px; }
 }@media only screen and (max-width: 763px) { #ATN7pUtabrcoSibFUukcuLwlXGqygmhQ #fRtM78T3KdEGBvmEoSWFqm3RUZ3opOIS {  }
 }@media only screen and (max-width: 763px) { #ATN7pUtabrcoSibFUukcuLwlXGqygmhQ #kuVthktxsAV0cKS5VTJPr9GtPVtJlbin { display:none; }
 }@media only screen and (max-width: 763px) { #ATN7pUtabrcoSibFUukcuLwlXGqygmhQ #wPS6Ti5WC4UfDwPTLoF6Exi8FATNPAnT {  }
 }@media only screen and (max-width: 763px) { #ATN7pUtabrcoSibFUukcuLwlXGqygmhQ #EiFOrmkI5WvbI9QLrEIkTrnPxkG5879z {  }
 }@media only screen and (max-width: 763px) { #ATN7pUtabrcoSibFUukcuLwlXGqygmhQ #x6tld6BlkuvyTHLA3PN1cxicIi1AbatG { display:none; }
 }@media only screen and (max-width: 763px) { #ATN7pUtabrcoSibFUukcuLwlXGqygmhQ #dWJB7KO1xl5CrHNDTJmLU2rxbL44Nw89 {  }
 }@media only screen and (max-width: 763px) { #ATN7pUtabrcoSibFUukcuLwlXGqygmhQ #DfacF4KF7ItbX00LXGt4Mv1DEiQIE44s {  }
 }@media only screen and (max-width: 763px) { #ATN7pUtabrcoSibFUukcuLwlXGqygmhQ #xVah0OTlAPn4XnV1sHmaWDWiIfvOOLAH { display:none; }
 }@media only screen and (max-width: 763px) { #ATN7pUtabrcoSibFUukcuLwlXGqygmhQ #TCKsIO9Jg16vHrRiBTnMA0Epw1WOraG3 {  }
 }@media only screen and (max-width: 763px) { #ATN7pUtabrcoSibFUukcuLwlXGqygmhQ #nnBAZtF5TG5Qb5ChwitSyvWaqrgUOwMU {  }
 }@media only screen and (max-width: 763px) { #ATN7pUtabrcoSibFUukcuLwlXGqygmhQ #e7fSVTHOLIBXIdalCezTBoAmSdaCusHN {  }
 }@media only screen and (max-width: 763px) { #ATN7pUtabrcoSibFUukcuLwlXGqygmhQ #GiTowGsopH6psWG4TcsTqt2mgP3fosuH {  }
 }@media only screen and (max-width: 763px) { #ATN7pUtabrcoSibFUukcuLwlXGqygmhQ #c8DwQZFgtLfLyho5i7AtVKHcEmrQTerR {  }
 }@media only screen and (max-width: 763px) { #ATN7pUtabrcoSibFUukcuLwlXGqygmhQ #M12MNcadFrC1I7cORRMZeuqXwsqToBZp { display:none; }
 }@media only screen and (max-width: 763px) { #ATN7pUtabrcoSibFUukcuLwlXGqygmhQ #qs7qq9l1t1SsUSTUbzShJebWpe4C6N2l {  }
 }@media only screen and (max-width: 763px) { #ATN7pUtabrcoSibFUukcuLwlXGqygmhQ #Cmvqn9nc4Dy1BXVfCAa9laHTT5W24Jw5 {  }
 }@media only screen and (max-width: 763px) { #ATN7pUtabrcoSibFUukcuLwlXGqygmhQ #estafpOwfp24h4iK41bC1AXnrM9VUXd3 {  }
 }@media only screen and (max-width: 763px) { #dkg8H2ieafm7Q0y8SB0ifDIHLiGJgXTb { display:block; }#dkg8H2ieafm7Q0y8SB0ifDIHLiGJgXTb > .row .container { width:320px;height:441px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yWxTIDlvakgTN5cBaTHvZsyA3SVGQZc3 { width:295.938px;height:36.3906px;top:381.0937px;left:12px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uZv13q3wgt91izMTpEMCCadPvXv3y03L { width:247px;height:50.6718px;top:133.3203125px;left:36.5px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nTTeiSnCUHGsxCpvW2o6gdgpyTqANQdn { width:208px;height:67px;top:194.3281px;left:56px;display:block; }
 }@media only screen and (max-width: 763px) { #d2lkmH1oQteDwxwudnHNfBUKtuABk55N { width:246.969px;height:50.6718px;top:316px;left:36.5078125px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y0mMq2D5xTTPm9Ho8ucCfrrBX9m60f9R { width:220px;height:26px;top:98.3203125px;left:50px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UDTlizz0h9cgQFt1H26KzdaDJwkPetu8 { width:220px;height:26px;top:280px;left:50px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TNqPcUzdJbee1ROzcvHskS1yxmUVNHLW { width:296px;height:54.5625px;top:20px;left:12px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }