.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKNHHWMVV42vd11asVAvSbbnppTRi8nM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6aba26d5-1e0b-40ef-92fc-614029f432c8/Adamite.webp");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; }#FKNHHWMVV42vd11asVAvSbbnppTRi8nM.adaptive-delivery-prevent-bg, #FKNHHWMVV42vd11asVAvSbbnppTRi8nM.lazyload, #FKNHHWMVV42vd11asVAvSbbnppTRi8nM.lazyloading { background-image: none; }#FKNHHWMVV42vd11asVAvSbbnppTRi8nM > .row .container { background-color: transparent; background-image: none; }#FKNHHWMVV42vd11asVAvSbbnppTRi8nM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,64,128,0.79); }#FKNHHWMVV42vd11asVAvSbbnppTRi8nM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKNHHWMVV42vd11asVAvSbbnppTRi8nM > .row .container > .video-iframe-container { display: none; }#FKNHHWMVV42vd11asVAvSbbnppTRi8nM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,64,128,0.79); }#FKNHHWMVV42vd11asVAvSbbnppTRi8nM > .row > .video-iframe-container { display: none; }#FKNHHWMVV42vd11asVAvSbbnppTRi8nM > .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); }#FKNHHWMVV42vd11asVAvSbbnppTRi8nM > .row .container { border-width: 0; border-radius: 0; }#FKNHHWMVV42vd11asVAvSbbnppTRi8nM::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; }#FKNHHWMVV42vd11asVAvSbbnppTRi8nM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FKNHHWMVV42vd11asVAvSbbnppTRi8nM > .row .container { font-size:0.875rem;font-family:arial;height:46rem;width:75rem;position:relative;display:block; }#ULPqQyTfbBpnnmG2rT1Gi1cmMuPhc2Gq { 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:5.375rem;width:18rem;top:4.25rem;left:12.8095703125rem;overflow:hidden;display:block; }
#ryoh2wWfCD6lJsTIpM9vknzKlRTveoBT { color:#ffff00;display:block;width:39.375rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15034;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.86);top:12.36328125rem;left:2.1220703125rem;height:4.949225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jnu6gWyIk9gcTvEFFR0GiUoqwTGfbTkt { color:#faf3f3;display:block;width:4.875rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15036;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:21.5rem;left:6.9375rem;height:3.1621125rem;font-style:normal;display:block; }
#uAdsV0V6hOBUhnDn39NnXu4XwEsXsGDA { color:#f6f1f1;display:block;width:14.4375rem;position:absolute;font-family:montserrat;font-size:10.5625rem;font-weight:700;z-index:15037;line-height:.7;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:21.5rem;left:11.75rem;height:7.3935625rem;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; }
#gy3uylCc70WzX4IPtIf0897cTnsLgZIE { color:#faf3f3;display:block;width:9.625rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15037;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.92);top:28.3125rem;left:31.9345703125rem;height:2.375rem;font-style:normal;display:block; }
#z2LW3KMVPU9xKoD4LPnZTxd4bhgx8Z6z { color:#ffff00;display:block;width:5.6875rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15037;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:35.25rem;left:9.125rem;height:1.375rem;font-style:normal;display:block; }
#TVBOUa8WygqlXTaMwkH383BE6TeuodQl { color:#faf3f3;display:block;width:1.9375rem;position:absolute;font-family:montserrat;font-size:4.5625rem;font-weight:700;z-index:15038;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:36.625rem;left:9.75rem;height:4.5625rem;font-style:normal;display:block; }
#LzH8VlBzrXfNr2z7GQPXKaHFDUD2uGch { color:#faf3f3;display:block;width:1.0625rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:15038;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:37.875rem;left:12.8125rem;height:2.3369125rem;font-style:normal;display:block; }
#A6lfOWGBwfmqtsfhTeaFeC1OJHvKLhXx { color:#ffff00;display:block;width:12.625rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15038;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:34.8125rem;left:20.125rem;height:2.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NxxTqnSZ183uM8ZtRWAko9tdPMfUDCkf { position:absolute;display:block;z-index:15002;background-color:rgba(244,241,246,0.48);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;height:25.9375rem;width:22.5625rem;top:12.625rem;left:45.312500953674rem;display:block; }
#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn .widget-form-header {  }
#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:#000000;width:18.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.0625rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn .widget-input-text {padding-top: 0; padding-bottom: 0;}#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.0625rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.0625rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn .widget-input-select {padding-top: 0; padding-bottom: 0;}#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#051b43;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:bold;color:#ffffff;width:18.0625rem;height:3.75rem;font-family:ubuntu;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ; }
#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;line-height:1.3;font-size:0.875rem;font-weight:400;color:#000000;vertical-align:top;width:16.875rem;overflow:hidden;font-style:normal;float:none; }
#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn .widget-container:first-of-type{padding-top:0;}#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn .widget-container:last-of-type{padding-bottom:0;}#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn  { background-color:rgba(244,239,246,0.21);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:46.3095703125rem;top:17.25rem;z-index:15012;position:absolute; }
#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.0625rem;display:block;vertical-align:top; }
#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn {display:block;}#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn { background-color:rgba(244,239,246,0.21);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:46.3095703125rem;top:17.25rem;z-index:15012;position:absolute; }
#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn #dxzDwuiUtm7hw6Dx5DDtG5P2U9ETizWR { position:relative; }
#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn #x4ya08JR9Lnogc55Rex2MKgEiHp0OAXw { position:relative;display:none; }
#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn #RpG1sEkayV1TFfb8MhxX7JpOCRs1cTeS { position:relative; }
#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn #bWloRQgrsFJIxEaouBOKS6yIwlbrcZqA { position:relative; }
#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn #MshTTdfa78356iM4rlZg4OtzGMBGFCTa { position:relative;display:none; }
#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn #tGqV3bAkawihtR2aJ5HbaL7up8wuaS5D { position:relative; }
#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn #ilapfJKk8AgAUHEruMGnKIVVt6xkdw2V { position:relative; }
#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn #Mu48JQmIeIhBypK7XrqVibZaludEo5mO { position:relative;display:none; }
#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn #AL7pfIGDKkqAvzgCq7TXWue4sdJ7sVbK { position:relative; }
#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn #gqG5G7hDUKqGwNmI3M1KyZIrhIvEkb8T { position:relative; }
#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn #N4ImS3T5bKcTCVNLJzEoAMFn6RwsNL04 { position:relative;display:none; }
#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn #Zs0zL11ttsXhMcxz5BW6sbcQJtr5D5kZ { position:relative; }
#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn #J7rRXgLko478sQtykpUAcsTlfxh0qK5i { position:relative; }
#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn #eFJdUTyUOz1mn1WOLBu6T5msR4wfW9DP { position:relative; }
#XqUxRyVg2lLA0o5P1i2P7oFHaUKuay8g { color:#0f3084;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:13.0263671875rem;left:46.59375rem;height:4.142575rem;font-style:normal;display:block; }
#ifz7arnSahKTbOTHtao5VeRSbBq0HJME { position:absolute;display:block;z-index:15039;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:0.25rem;top:35.25rem;left:16.6875rem;display:block; }
#TrmbdpapXXhk1sHRMnW1KZ3ZrNco2W4c { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:37.0625rem;left:17.5625rem;height:5.60449375rem;text-align:center;text-align-last:center;display:block; }
#CaQqNvklJNTPB29Q1UuFvd2h4FGMZvDt { position:relative;display:none; }#CaQqNvklJNTPB29Q1UuFvd2h4FGMZvDt { border-width: 0; border-radius: 0; }#CaQqNvklJNTPB29Q1UuFvd2h4FGMZvDt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CaQqNvklJNTPB29Q1UuFvd2h4FGMZvDt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:39.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#rSp9IEDpFwtUn7rBLIXoBD2M4fJPWIa4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.8125rem;width:32.8125rem;top:3.0625rem;left:2.34375rem;overflow:hidden;display:block; }
#ruPb3c8BTQUCwcDulM3a1RV2JdV6ZE1S { color:#6d0608;display:block;width:30.0625rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:3.0624998090789rem;left:39.531250953674rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pff26TbOWKChogg8SapEgd5zg1FqAcVW { position:absolute;display:block;z-index:15036;background-color:#bba14f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:29.875rem;top:6.0625rem;left:39.625001192093rem;display:block; }
#TTNLl6h10wBfqKGgILJugCEcgflhuWxB { color:#000000;display:block;width:30.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:8rem;left:39.5rem;height:1.4625rem;font-style:normal;display:block; }
#QoEscZhl0wXykkoZJwxTzuO2PTwlJ3Z1 { color:#000000;display:block;width:30.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15038;line-height:2;letter-spacing:0;top:11.624755859375rem;left:39.49951171875rem;height:13.125rem;display:block; }
#plkv5sxtz2kW68KnSz1i8H7mhXynohnz { position:relative;display:block; }#plkv5sxtz2kW68KnSz1i8H7mhXynohnz { background-color: transparent; background-image: none; }#plkv5sxtz2kW68KnSz1i8H7mhXynohnz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#plkv5sxtz2kW68KnSz1i8H7mhXynohnz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#plkv5sxtz2kW68KnSz1i8H7mhXynohnz > .row .container > .video-iframe-container { display: none; }#plkv5sxtz2kW68KnSz1i8H7mhXynohnz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#plkv5sxtz2kW68KnSz1i8H7mhXynohnz > .row > .video-iframe-container { display: none; }#plkv5sxtz2kW68KnSz1i8H7mhXynohnz > .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); }#plkv5sxtz2kW68KnSz1i8H7mhXynohnz { border-width: 0; border-radius: 0; }#plkv5sxtz2kW68KnSz1i8H7mhXynohnz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#plkv5sxtz2kW68KnSz1i8H7mhXynohnz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:33.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mOcX0B0c1QuBQcwBOkNCewz0pUy9ufvR { 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:30.6875rem;width:30.6875rem;top:2.125rem;left:3.40625rem;overflow:hidden;display:block; }
#Ss5Nv11SZnfCwyTG17X1mpgt2SDVl1Td { color:#6d0608;display:block;width:30.0625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:3.625rem;left:39.40625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#anDEQ88CReqWBNMciI9BpJTJQwGZmLhK { position:absolute;display:block;z-index:15036;background-color:#bba14f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:29.875rem;top:7.3125rem;left:39.5rem;display:block; }
#wmfqZhGbiptQTBKLEITxful60cfcS7sn { color:#000000;display:block;width:30.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15037;line-height:2;letter-spacing:0;top:9.375rem;left:39.40625rem;height:2.5rem;font-style:normal;display:block; }
#MtxKlTQJT7bT8rWMtt8CsFieTofhqGXF { color:#000000;display:block;width:30.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15038;line-height:2;letter-spacing:0;top:12.6240234375rem;left:39.5625rem;height:18rem;text-align:justify;text-align-last:initial;display:block; }
#IX2qU2EGdh4O9hPf4T0MLf95G8JWMprz { position:relative;display:block; }#IX2qU2EGdh4O9hPf4T0MLf95G8JWMprz { background-color: transparent; background-image: none; }#IX2qU2EGdh4O9hPf4T0MLf95G8JWMprz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX2qU2EGdh4O9hPf4T0MLf95G8JWMprz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX2qU2EGdh4O9hPf4T0MLf95G8JWMprz > .row .container > .video-iframe-container { display: none; }#IX2qU2EGdh4O9hPf4T0MLf95G8JWMprz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX2qU2EGdh4O9hPf4T0MLf95G8JWMprz > .row > .video-iframe-container { display: none; }#IX2qU2EGdh4O9hPf4T0MLf95G8JWMprz > .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); }#IX2qU2EGdh4O9hPf4T0MLf95G8JWMprz { border-width: 0; border-radius: 0; }#IX2qU2EGdh4O9hPf4T0MLf95G8JWMprz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IX2qU2EGdh4O9hPf4T0MLf95G8JWMprz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:34.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cUR0MRlJSAVqGDudDaEGvyUmTiQ0xufT { 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:30.375rem;width:30.375rem;top:1.3740234375rem;left:3.5625rem;overflow:hidden;display:block; }
#GHdcaWtusSOxvbNksxuo472g3mPSqI8W { color:#6d0608;display:block;width:30.0625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:2.6875rem;left:39.53125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IgvvutsnwXhLGKU3T291mT8WhppDbzE1 { position:absolute;display:block;z-index:15036;background-color:#bba14f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:29.875rem;top:6.0625rem;left:39.625001192093rem;display:block; }
#duBOsWncP1GX5FW1VT1Phto2NzDbsyXd { color:#000000;display:block;width:30.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:8.25rem;left:39.53125rem;height:1.625rem;font-style:normal;display:block; }
#DKmHq0zV5wE3Tm2U0aBZIZZVavpgc8fl { color:#000000;display:block;width:30.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15038;line-height:2;letter-spacing:0;top:11.7490234375rem;left:39.625rem;height:18rem;text-align:justify;text-align-last:initial;display:block; }
#Sg9evZLvKczzo5HWBSanuvF8cdL2E53b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#123f82;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Sg9evZLvKczzo5HWBSanuvF8cdL2E53b > .row .container { background-color: transparent; background-image: none; }#Sg9evZLvKczzo5HWBSanuvF8cdL2E53b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sg9evZLvKczzo5HWBSanuvF8cdL2E53b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sg9evZLvKczzo5HWBSanuvF8cdL2E53b > .row .container > .video-iframe-container { display: none; }#Sg9evZLvKczzo5HWBSanuvF8cdL2E53b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sg9evZLvKczzo5HWBSanuvF8cdL2E53b > .row > .video-iframe-container { display: none; }#Sg9evZLvKczzo5HWBSanuvF8cdL2E53b > .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); }#Sg9evZLvKczzo5HWBSanuvF8cdL2E53b > .row .container { border-width: 0; border-radius: 0; }#Sg9evZLvKczzo5HWBSanuvF8cdL2E53b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sg9evZLvKczzo5HWBSanuvF8cdL2E53b > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:75rem;position:relative;display:block; }#SErlrfgu0DKZgvfHhWLQJyO7UsshdC6G { color:#ffff00;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.121524810791rem;left:-0.125rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NLbWuRmCCTLzivLZFwTqCTZbzQFEWCcG { color:#f5f8f5;display:block;width:16.9375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15019;line-height:1.9;letter-spacing:0;top:27.25rem;left:7.125rem;height:7.714875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d6xdFchiG0p2hrnuCoXEU8y6rKqZw3OW { color:#ffff00;display:block;width:9.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:24.6875rem;left:11rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yvLl3wzhM6t9KrSLQO3egRsqLoXQF769 { color:#effaef;display:block;width:16.9375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15020;line-height:1.9;letter-spacing:0;top:26.5rem;left:29.5625rem;height:7.714875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fTwTWwXZl3h59pqaRppx6wOLnNW6dzqx { color:#ffff00;display:block;width:9.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:24.6875rem;left:33.5rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SUMpvEFK5imyM2Q7qsTL1CrFlrXmhZh9 { color:#ffff00;display:block;width:9.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:24.6875rem;left:55.4375rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kw0FfeLFu1xQ6xKIpN8K6gZ7RNNBi7qG { color:#f3fbf3;display:block;width:15.6875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15021;line-height:1.9;letter-spacing:0;top:27.249351978302rem;left:52.187503814698rem;height:6.171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mrFkcVz0z3zdCVUNgD37URXnTSLVOqxe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.6875rem;width:6.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:15.75rem;left:12.25rem; }
#n6xWzPRKABKnqfRt8gb4bRR7XmRctZmz { box-sizing:content-box;color:#5d92ff;font-size:4.625rem;font-weight:400;line-height:1;height:6.6875rem;width:6.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:15.75rem;left:34.6875rem; }
#epJwt4AxM1fJ19zhFkAmD1caDfDGEwJq { box-sizing:content-box;color:#5d92ff;font-size:4.625rem;font-weight:400;line-height:1;height:6.6875rem;width:6.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:15.75rem;left:56.6875rem; }
#nbPyCHh1KWw4693PDkhM3EaTAmbX7pUT { position:relative;display:block; }#nbPyCHh1KWw4693PDkhM3EaTAmbX7pUT { background-color: transparent; background-image: none; }#nbPyCHh1KWw4693PDkhM3EaTAmbX7pUT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbPyCHh1KWw4693PDkhM3EaTAmbX7pUT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbPyCHh1KWw4693PDkhM3EaTAmbX7pUT > .row .container > .video-iframe-container { display: none; }#nbPyCHh1KWw4693PDkhM3EaTAmbX7pUT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbPyCHh1KWw4693PDkhM3EaTAmbX7pUT > .row > .video-iframe-container { display: none; }#nbPyCHh1KWw4693PDkhM3EaTAmbX7pUT > .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); }#nbPyCHh1KWw4693PDkhM3EaTAmbX7pUT { border-width: 0; border-radius: 0; }#nbPyCHh1KWw4693PDkhM3EaTAmbX7pUT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nbPyCHh1KWw4693PDkhM3EaTAmbX7pUT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:65.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#b9CL8Kv9gzyqK53TfTZNgFzzXrCXgfCG { color:#080909;display:block;width:42.6875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.9375rem;left:16.15625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aAoTrPls4Cl9sJ6OWxewOsVbpPmZwRmx { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.75rem;width:22.3125rem;top:7.3125rem;left:2rem;overflow:hidden;display:block; }
#g4Wey6i63ChEbIgCsl3uPKQtW1Jsd1yb { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:22.375rem;top:7.25rem;left:26.3125rem;overflow:hidden;display:block; }
#WWLxbhCKvEfWQcytf1FoVlMg4uSO2F9w { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:22.5rem;top:7.1875rem;left:50.5rem;overflow:hidden;display:block; }
#Cx22lnTevM3A5MsJexSZoS0bvF0hhigz { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.75rem;width:22.125rem;top:25.75rem;left:2.09375rem;overflow:hidden;display:block; }
#UeDfJEPDs5q1c5sr3p16NXU3huoFApli { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.75rem;width:22.125rem;top:25.75rem;left:50.6875rem;overflow:hidden;display:block; }
#JBnyzmUJDfDh95eDHBZskF6OZ1Z036x3 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:22.5625rem;top:43.875rem;left:38.25rem;overflow:hidden;display:block; }
#mVsIDVLIAwIOltzZPZJX4IDzFeWw7XDa { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:22.25rem;top:44.0625rem;left:14.1875rem;overflow:hidden;display:block; }
#i8JNeR6CC4nK73Ja3JFCWTdB1cFBUVuq { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.75rem;width:22.1875rem;top:25.75rem;left:26.404689788818rem;overflow:hidden;display:block; }
#NvNG3beeJXV3Kib9FXLKoQArkhuvTP4e { position:absolute;display:block;z-index:15018;background-color:#004080;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:22.3125rem;top:22.062496185302rem;left:2.0000009536743rem;display:block; }
#ReaAVl95DKUxAzd6e4Nvf3I82TcJUBl6 { position:absolute;display:block;z-index:15019;background-color:#004080;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:22.3125rem;top:22.124999582768rem;left:26.342883110046rem;display:block; }
#JBSMq7D0MZsAuDBEIiUULoRs3Iqp8VFK { position:absolute;display:block;z-index:15019;background-color:#004080;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:22.3125rem;top:40.5rem;left:2rem;display:block; }
#STVBUMhmOmON14rUgT5XCATaL3p0y55u { position:absolute;display:block;z-index:15020;background-color:#004080;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:22.125rem;top:40.5rem;left:26.404689788818rem;display:block; }
#dtg5nIpfI00mdlF98qfbvW5NDuSIwzdz { position:absolute;display:block;z-index:15020;background-color:#004080;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:22.625rem;top:22.062500953674rem;left:50.437502861023rem;display:block; }
#ZeJt8TvBf9nnMBGvpdkOdZiPTn7OnoGs { position:absolute;display:block;z-index:15021;background-color:#004080;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:22.125rem;top:40.5rem;left:50.6875rem;display:block; }
#Qi9i24gr6uTslMP1DZczX7Hn79Nirvrc { position:absolute;display:block;z-index:15021;background-color:#004080;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:22.375rem;top:58.8125rem;left:14.125rem;display:block; }
#bMuhMxAX6aEU3TgFsxHfKSxaui3hbFKg { position:absolute;display:block;z-index:15022;background-color:#004080;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:22.5625rem;top:58.8125rem;left:38.25rem;display:block; }
#uSuO9BxQCEx5IdTiv1aSgdpIOG7VARZ8 { color:#eef1f4;display:block;width:17.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:22.473958730698rem;left:4.4375009536743rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WHUrZleiFKhSW3MGTMbwiwb8dOW7QHPS { color:#e4ecf4;display:block;width:17.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:22.473958730698rem;left:28.781249046326rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wbnNAPcC76A8T493PNEB57T192boO1vq { color:#eef2f6;display:block;width:17.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:22.473958730698rem;left:53.031252861023rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#imF5tqnKCrWE9muqbXK3yQDESHIV9iX8 { color:#e9eff6;display:block;width:17.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:40.911712646484rem;left:53.03125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lXqfDd9PDALvAsvao0p0WCgoQsa1ZKGt { color:#e5ebf1;display:block;width:17.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:40.911712646484rem;left:28.78125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PhuaxL0rLaRGtqZ8DrgBb8TNCNuZutc0 { color:#ecf2f8;display:block;width:17.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:40.911712646484rem;left:4.4375rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z4BUpbXukXUoOSACf2tRDbVgL4xToUAH { color:#f1f5fa;display:block;width:17.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:59.224212646484rem;left:16.59218788147rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y9KbJagLXe6srhBmlFkVnGO0bMFx12tl { color:#e7edf3;display:block;width:17.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:59.224212646484rem;left:40.8125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CB8950JrkSB8TQgcOzZomHNT2IQkAGtl { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:22.473958730698rem;left:53.031252861023rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XbM0T5Pc0aGcpuqa9L6KUJWyqP3f7DBI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#14261c;background-image:url("https://images.assets-landingi.com/uc/d72d782a-bb39-4715-8dd6-df22beae127e/WhatsAppImage20250204at131721.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XbM0T5Pc0aGcpuqa9L6KUJWyqP3f7DBI.adaptive-delivery-prevent-bg, #XbM0T5Pc0aGcpuqa9L6KUJWyqP3f7DBI.lazyload, #XbM0T5Pc0aGcpuqa9L6KUJWyqP3f7DBI.lazyloading { background-image: none; }#XbM0T5Pc0aGcpuqa9L6KUJWyqP3f7DBI > .row .container { background-color: transparent; background-image: none; }#XbM0T5Pc0aGcpuqa9L6KUJWyqP3f7DBI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XbM0T5Pc0aGcpuqa9L6KUJWyqP3f7DBI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XbM0T5Pc0aGcpuqa9L6KUJWyqP3f7DBI > .row .container > .video-iframe-container { display: none; }#XbM0T5Pc0aGcpuqa9L6KUJWyqP3f7DBI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XbM0T5Pc0aGcpuqa9L6KUJWyqP3f7DBI > .row > .video-iframe-container { display: none; }#XbM0T5Pc0aGcpuqa9L6KUJWyqP3f7DBI > .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); }#XbM0T5Pc0aGcpuqa9L6KUJWyqP3f7DBI > .row .container { border-width: 0; border-radius: 0; }#XbM0T5Pc0aGcpuqa9L6KUJWyqP3f7DBI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XbM0T5Pc0aGcpuqa9L6KUJWyqP3f7DBI > .row .container { font-size:0.875rem;font-family:arial;height:19.375rem;width:75rem;position:relative;display:block; }#Gak6ocVrVDwtgT5UEsTOFReRCtcwtFL4 { color:#ffffff;display:block;width:39.3125rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:17.650390625rem;left:17.84375rem;height:0.8941rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CIoEm0wX8Uz3RdkC490770noIsaUnBZP { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.12478125rem;width:15.999375rem;top:4.5rem;left:29.5rem;overflow:hidden;display:block; }
#vIaAuWX4JOxF71C6r6Oz1qz4cLgrrrdK { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:10.875rem;left:26.25rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FKNHHWMVV42vd11asVAvSbbnppTRi8nM { display:block; }#FKNHHWMVV42vd11asVAvSbbnppTRi8nM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ULPqQyTfbBpnnmG2rT1Gi1cmMuPhc2Gq { top:4.25rem;left:0rem;width:18rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryoh2wWfCD6lJsTIpM9vknzKlRTveoBT { top:12.3125rem;left:0rem;width:39.375rem;height:4.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jnu6gWyIk9gcTvEFFR0GiUoqwTGfbTkt { top:21.5rem;left:0rem;width:4.875rem;height:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAdsV0V6hOBUhnDn39NnXu4XwEsXsGDA { top:21.5rem;left:0rem;width:14.4375rem;height:14.75rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy3uylCc70WzX4IPtIf0897cTnsLgZIE { top:28.3125rem;left:18.3095703125rem;width:9.625rem;height:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2LW3KMVPU9xKoD4LPnZTxd4bhgx8Z6z { top:35.25rem;left:0rem;width:5.6875rem;height:1.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVBOUa8WygqlXTaMwkH383BE6TeuodQl { top:36.625rem;left:0rem;width:1.9375rem;height:4.5625rem;font-size:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzH8VlBzrXfNr2z7GQPXKaHFDUD2uGch { top:37.875rem;left:0rem;width:1.0625rem;height:2.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6lfOWGBwfmqtsfhTeaFeC1OJHvKLhXx { top:34.8125rem;left:6.5rem;width:12.625rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxxTqnSZ183uM8ZtRWAko9tdPMfUDCkf { top:12.625rem;left:25.1875rem;width:22.5625rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn .widget-regular-label { display:block;width:18.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn .widget-input-text { width:18.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn .widget-input-text {padding-top: 0; padding-bottom: 0;}#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn .widget-textarea { width:18.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn .widget-input-select { width:18.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn .widget-input-select {padding-top: 0; padding-bottom: 0;}#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn .widget-input-button { width:18.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn .widget-checkbox-label { width:16.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn  { width:18.0625rem;height:auto;top:17.25rem;left:27.1875rem; }
#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn .radio-container { width:18.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn {display:block;}#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn { width:18.0625rem;height:auto;top:17.25rem;left:27.1875rem; }
 }@media only screen and (max-width: 763px) { #pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn #dxzDwuiUtm7hw6Dx5DDtG5P2U9ETizWR {  }
 }@media only screen and (max-width: 763px) { #pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn #x4ya08JR9Lnogc55Rex2MKgEiHp0OAXw { display:none; }
 }@media only screen and (max-width: 763px) { #pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn #RpG1sEkayV1TFfb8MhxX7JpOCRs1cTeS {  }
 }@media only screen and (max-width: 763px) { #pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn #bWloRQgrsFJIxEaouBOKS6yIwlbrcZqA {  }
 }@media only screen and (max-width: 763px) { #pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn #MshTTdfa78356iM4rlZg4OtzGMBGFCTa { display:none; }
 }@media only screen and (max-width: 763px) { #pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn #tGqV3bAkawihtR2aJ5HbaL7up8wuaS5D {  }
 }@media only screen and (max-width: 763px) { #pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn #ilapfJKk8AgAUHEruMGnKIVVt6xkdw2V {  }
 }@media only screen and (max-width: 763px) { #pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn #Mu48JQmIeIhBypK7XrqVibZaludEo5mO {  }
 }@media only screen and (max-width: 763px) { #pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn #AL7pfIGDKkqAvzgCq7TXWue4sdJ7sVbK {  }
 }@media only screen and (max-width: 763px) { #pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn #gqG5G7hDUKqGwNmI3M1KyZIrhIvEkb8T {  }
 }@media only screen and (max-width: 763px) { #pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn #N4ImS3T5bKcTCVNLJzEoAMFn6RwsNL04 {  }
 }@media only screen and (max-width: 763px) { #pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn #Zs0zL11ttsXhMcxz5BW6sbcQJtr5D5kZ {  }
 }@media only screen and (max-width: 763px) { #pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn #J7rRXgLko478sQtykpUAcsTlfxh0qK5i {  }
 }@media only screen and (max-width: 763px) { #pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn #eFJdUTyUOz1mn1WOLBu6T5msR4wfW9DP {  }
 }@media only screen and (max-width: 763px) { #XqUxRyVg2lLA0o5P1i2P7oFHaUKuay8g { top:13rem;left:27.75rem;width:20rem;height:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifz7arnSahKTbOTHtao5VeRSbBq0HJME { top:35.25rem;left:3.0625rem;width:0.25rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrmbdpapXXhk1sHRMnW1KZ3ZrNco2W4c { top:37.0625rem;left:3.9375rem;width:19.875rem;height:5.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaQqNvklJNTPB29Q1UuFvd2h4FGMZvDt { display:block; }#CaQqNvklJNTPB29Q1UuFvd2h4FGMZvDt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rSp9IEDpFwtUn7rBLIXoBD2M4fJPWIa4 { top:3.0625rem;left:0rem;width:32.8125rem;height:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruPb3c8BTQUCwcDulM3a1RV2JdV6ZE1S { top:3rem;left:17.6875rem;width:30.0625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pff26TbOWKChogg8SapEgd5zg1FqAcVW { top:6.0625rem;left:17.875rem;width:29.875rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTNLl6h10wBfqKGgILJugCEcgflhuWxB { top:8rem;left:16.875rem;width:30.875rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoEscZhl0wXykkoZJwxTzuO2PTwlJ3Z1 { top:11.5625rem;left:17rem;width:30.75rem;height:13.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #plkv5sxtz2kW68KnSz1i8H7mhXynohnz { display:block; }#plkv5sxtz2kW68KnSz1i8H7mhXynohnz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mOcX0B0c1QuBQcwBOkNCewz0pUy9ufvR { top:2.125rem;left:0rem;width:30.6875rem;height:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss5Nv11SZnfCwyTG17X1mpgt2SDVl1Td { top:3.625rem;left:17.6875rem;width:30.0625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #anDEQ88CReqWBNMciI9BpJTJQwGZmLhK { top:7.3125rem;left:17.875rem;width:29.875rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmfqZhGbiptQTBKLEITxful60cfcS7sn { top:9.375rem;left:16.875rem;width:30.875rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtxKlTQJT7bT8rWMtt8CsFieTofhqGXF { top:12.5625rem;left:17rem;width:30.75rem;height:18rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IX2qU2EGdh4O9hPf4T0MLf95G8JWMprz { display:block; }#IX2qU2EGdh4O9hPf4T0MLf95G8JWMprz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cUR0MRlJSAVqGDudDaEGvyUmTiQ0xufT { top:1.3125rem;left:0rem;width:30.375rem;height:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHdcaWtusSOxvbNksxuo472g3mPSqI8W { top:2.6875rem;left:17.6875rem;width:30.0625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgvvutsnwXhLGKU3T291mT8WhppDbzE1 { top:6.0625rem;left:17.875rem;width:29.875rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #duBOsWncP1GX5FW1VT1Phto2NzDbsyXd { top:8.25rem;left:16.875rem;width:30.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKmHq0zV5wE3Tm2U0aBZIZZVavpgc8fl { top:11.6875rem;left:17rem;width:30.75rem;height:18rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sg9evZLvKczzo5HWBSanuvF8cdL2E53b { display:block; }#Sg9evZLvKczzo5HWBSanuvF8cdL2E53b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SErlrfgu0DKZgvfHhWLQJyO7UsshdC6G { top:4.0625rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLbWuRmCCTLzivLZFwTqCTZbzQFEWCcG { top:27.25rem;left:0rem;width:16.9375rem;height:7.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6xdFchiG0p2hrnuCoXEU8y6rKqZw3OW { top:24.6875rem;left:0rem;width:9.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvLl3wzhM6t9KrSLQO3egRsqLoXQF769 { top:26.5rem;left:15.9375rem;width:16.9375rem;height:7.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTwTWwXZl3h59pqaRppx6wOLnNW6dzqx { top:24.6875rem;left:19.875rem;width:9.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUMpvEFK5imyM2Q7qsTL1CrFlrXmhZh9 { top:24.6875rem;left:38.5625rem;width:9.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kw0FfeLFu1xQ6xKIpN8K6gZ7RNNBi7qG { top:27.1875rem;left:32.0625rem;width:15.6875rem;height:6.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrFkcVz0z3zdCVUNgD37URXnTSLVOqxe { top:15.75rem;left:0rem;width:6.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6xWzPRKABKnqfRt8gb4bRR7XmRctZmz { top:15.75rem;left:21.0625rem;width:6.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #epJwt4AxM1fJ19zhFkAmD1caDfDGEwJq { top:15.75rem;left:41.0625rem;width:6.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbPyCHh1KWw4693PDkhM3EaTAmbX7pUT { display:block; }#nbPyCHh1KWw4693PDkhM3EaTAmbX7pUT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b9CL8Kv9gzyqK53TfTZNgFzzXrCXgfCG { top:1.9375rem;left:2.53125rem;width:42.6875rem;height:3.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAoTrPls4Cl9sJ6OWxewOsVbpPmZwRmx { top:7.3125rem;left:0rem;width:22.3125rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4Wey6i63ChEbIgCsl3uPKQtW1Jsd1yb { top:7.25rem;left:12.6875rem;width:22.375rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWLxbhCKvEfWQcytf1FoVlMg4uSO2F9w { top:7.1875rem;left:25.25rem;width:22.5rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cx22lnTevM3A5MsJexSZoS0bvF0hhigz { top:25.75rem;left:0rem;width:22.125rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeDfJEPDs5q1c5sr3p16NXU3huoFApli { top:25.75rem;left:25.625rem;width:22.125rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBnyzmUJDfDh95eDHBZskF6OZ1Z036x3 { top:43.875rem;left:24.625rem;width:22.5625rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVsIDVLIAwIOltzZPZJX4IDzFeWw7XDa { top:44.0625rem;left:0.5625rem;width:22.25rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8JNeR6CC4nK73Ja3JFCWTdB1cFBUVuq { top:25.75rem;left:12.779689788818rem;width:22.1875rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvNG3beeJXV3Kib9FXLKoQArkhuvTP4e { top:22rem;left:0rem;width:22.3125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReaAVl95DKUxAzd6e4Nvf3I82TcJUBl6 { top:22.0625rem;left:12.717883110046rem;width:22.3125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBSMq7D0MZsAuDBEIiUULoRs3Iqp8VFK { top:40.5rem;left:0rem;width:22.3125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STVBUMhmOmON14rUgT5XCATaL3p0y55u { top:40.5rem;left:12.779689788818rem;width:22.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtg5nIpfI00mdlF98qfbvW5NDuSIwzdz { top:22.0625rem;left:25.125rem;width:22.625rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeJt8TvBf9nnMBGvpdkOdZiPTn7OnoGs { top:40.5rem;left:25.625rem;width:22.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qi9i24gr6uTslMP1DZczX7Hn79Nirvrc { top:58.8125rem;left:0.5rem;width:22.375rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMuhMxAX6aEU3TgFsxHfKSxaui3hbFKg { top:58.8125rem;left:24.625rem;width:22.5625rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSuO9BxQCEx5IdTiv1aSgdpIOG7VARZ8 { top:22.4375rem;left:0rem;width:17.4375rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHUrZleiFKhSW3MGTMbwiwb8dOW7QHPS { top:22.4375rem;left:15.156249046326rem;width:17.4375rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbnNAPcC76A8T493PNEB57T192boO1vq { top:22.4375rem;left:30.3125rem;width:17.4375rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #imF5tqnKCrWE9muqbXK3yQDESHIV9iX8 { top:40.875rem;left:30.3125rem;width:17.4375rem;height:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXqfDd9PDALvAsvao0p0WCgoQsa1ZKGt { top:40.875rem;left:15.15625rem;width:17.4375rem;height:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhuaxL0rLaRGtqZ8DrgBb8TNCNuZutc0 { top:40.875rem;left:0rem;width:17.4375rem;height:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4BUpbXukXUoOSACf2tRDbVgL4xToUAH { top:59.1875rem;left:2.9671878814698rem;width:17.4375rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9KbJagLXe6srhBmlFkVnGO0bMFx12tl { top:59.1875rem;left:27.1875rem;width:17.4375rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CB8950JrkSB8TQgcOzZomHNT2IQkAGtl { top:18.875rem;left:0rem;width:7.3125rem;height:;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XbM0T5Pc0aGcpuqa9L6KUJWyqP3f7DBI { display:block; }#XbM0T5Pc0aGcpuqa9L6KUJWyqP3f7DBI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gak6ocVrVDwtgT5UEsTOFReRCtcwtFL4 { top:17.625rem;left:4.21875rem;width:39.3125rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIoEm0wX8Uz3RdkC490770noIsaUnBZP { top:4.5rem;left:15.875rem;width:15.9375rem;height:5.1038849173796rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIaAuWX4JOxF71C6r6Oz1qz4cLgrrrdK { top:10.875rem;left:12.625rem;width:22.5rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FKNHHWMVV42vd11asVAvSbbnppTRi8nM { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/14a5ced0-6a1f-4c21-8d8d-87f16f9bd7b6/DJI_0289.JPG");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FKNHHWMVV42vd11asVAvSbbnppTRi8nM.adaptive-delivery-prevent-bg, #FKNHHWMVV42vd11asVAvSbbnppTRi8nM.lazyload, #FKNHHWMVV42vd11asVAvSbbnppTRi8nM.lazyloading { background-image: none; }#FKNHHWMVV42vd11asVAvSbbnppTRi8nM > .row .container { background-color: transparent; background-image: none; }#FKNHHWMVV42vd11asVAvSbbnppTRi8nM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,64,128,0.77); }#FKNHHWMVV42vd11asVAvSbbnppTRi8nM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKNHHWMVV42vd11asVAvSbbnppTRi8nM > .row .container > .video-iframe-container { display: none; }#FKNHHWMVV42vd11asVAvSbbnppTRi8nM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,64,128,0.77); }#FKNHHWMVV42vd11asVAvSbbnppTRi8nM > .row > .video-iframe-container { display: none; }#FKNHHWMVV42vd11asVAvSbbnppTRi8nM > .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); }#FKNHHWMVV42vd11asVAvSbbnppTRi8nM > .row .container { border-width: 0; border-radius: 0; }#FKNHHWMVV42vd11asVAvSbbnppTRi8nM::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; }#FKNHHWMVV42vd11asVAvSbbnppTRi8nM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FKNHHWMVV42vd11asVAvSbbnppTRi8nM > .row .container { width:20rem;height:64.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ULPqQyTfbBpnnmG2rT1Gi1cmMuPhc2Gq { width:11.5625rem;height:3.5rem;top:1.25rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryoh2wWfCD6lJsTIpM9vknzKlRTveoBT { width:18rem;height:5.7734375rem;top:5.9375rem;left:1.125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jnu6gWyIk9gcTvEFFR0GiUoqwTGfbTkt { width:4.375rem;height:2.3359375rem;top:14.89453125rem;left:1.125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uAdsV0V6hOBUhnDn39NnXu4XwEsXsGDA { width:7.25rem;height:4.375rem;top:16.125rem;left:4rem;font-size:6.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gy3uylCc70WzX4IPtIf0897cTnsLgZIE { width:4.0625rem;height:1.375rem;top:20.5rem;left:15.78125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z2LW3KMVPU9xKoD4LPnZTxd4bhgx8Z6z { width:7.8125rem;height:1.6494125rem;top:22.25rem;left:6.125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TVBOUa8WygqlXTaMwkH383BE6TeuodQl { width:2.1875rem;height:5.6875rem;top:23.25rem;left:7.6875rem;font-size:5.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LzH8VlBzrXfNr2z7GQPXKaHFDUD2uGch { width:1.0625rem;height:2.19921875rem;top:26.8125rem;left:11.1875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A6lfOWGBwfmqtsfhTeaFeC1OJHvKLhXx { width:9.4375rem;height:1.6494125rem;top:29.94140625rem;left:5.28125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NxxTqnSZ183uM8ZtRWAko9tdPMfUDCkf { width:17.5rem;height:26.25rem;top:36.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn .widget-regular-label { display:block;width:13.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn .widget-input-text { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn .widget-input-text {padding-top: 0; padding-bottom: 0;}#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn .widget-textarea { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn .widget-input-select { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn .widget-input-select {padding-top: 0; padding-bottom: 0;}#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn .widget-input-button { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.9375rem;overflow:hidden; }
#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn .widget-checkbox-label { width:12.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn  { width:13.75rem;height:auto;top:41.375rem;left:1.875rem; }
#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn .radio-container { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn {display:block;}#pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn { width:13.75rem;height:auto;top:41.375rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn #dxzDwuiUtm7hw6Dx5DDtG5P2U9ETizWR {  }
 }@media only screen and (max-width: 763px) { #pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn #x4ya08JR9Lnogc55Rex2MKgEiHp0OAXw { display:none; }
 }@media only screen and (max-width: 763px) { #pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn #RpG1sEkayV1TFfb8MhxX7JpOCRs1cTeS {  }
 }@media only screen and (max-width: 763px) { #pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn #bWloRQgrsFJIxEaouBOKS6yIwlbrcZqA {  }
 }@media only screen and (max-width: 763px) { #pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn #MshTTdfa78356iM4rlZg4OtzGMBGFCTa { display:none; }
 }@media only screen and (max-width: 763px) { #pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn #tGqV3bAkawihtR2aJ5HbaL7up8wuaS5D {  }
 }@media only screen and (max-width: 763px) { #pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn #ilapfJKk8AgAUHEruMGnKIVVt6xkdw2V {  }
 }@media only screen and (max-width: 763px) { #pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn #Mu48JQmIeIhBypK7XrqVibZaludEo5mO { display:none; }
 }@media only screen and (max-width: 763px) { #pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn #AL7pfIGDKkqAvzgCq7TXWue4sdJ7sVbK {  }
 }@media only screen and (max-width: 763px) { #pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn #gqG5G7hDUKqGwNmI3M1KyZIrhIvEkb8T {  }
 }@media only screen and (max-width: 763px) { #pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn #N4ImS3T5bKcTCVNLJzEoAMFn6RwsNL04 { display:none; }
 }@media only screen and (max-width: 763px) { #pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn #Zs0zL11ttsXhMcxz5BW6sbcQJtr5D5kZ {  }
 }@media only screen and (max-width: 763px) { #pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn #J7rRXgLko478sQtykpUAcsTlfxh0qK5i {  }
 }@media only screen and (max-width: 763px) { #pDfhvaryIHypJP8spK6wMgDkB1KJ9dTn #eFJdUTyUOz1mn1WOLBu6T5msR4wfW9DP {  }
 }@media only screen and (max-width: 763px) { #XqUxRyVg2lLA0o5P1i2P7oFHaUKuay8g { width:16.0625rem;height:3.41015625rem;top:37.5rem;left:1.96875rem;font-size:0.875rem;text-align:justify;text-align-last:initial;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #ifz7arnSahKTbOTHtao5VeRSbBq0HJME { width:17.75rem;height:5.8125rem;top:5.91796875rem;left:1.375rem;z-index:15001;background-color:rgba(0,64,128,0.63);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TrmbdpapXXhk1sHRMnW1KZ3ZrNco2W4c { width:14.25rem;height:4.142575rem;top:31.58984375rem;left:2.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CaQqNvklJNTPB29Q1UuFvd2h4FGMZvDt { display:none; }#CaQqNvklJNTPB29Q1UuFvd2h4FGMZvDt > .row .container { width:20rem;height:39.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rSp9IEDpFwtUn7rBLIXoBD2M4fJPWIa4 { width:18.125rem;height:18.125rem;top:1.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruPb3c8BTQUCwcDulM3a1RV2JdV6ZE1S { width:18.75rem;height:1.875rem;top:20.0625rem;left:0.62421876192093rem;font-size:1.5625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pff26TbOWKChogg8SapEgd5zg1FqAcVW { width:18.3125rem;height:0.3125rem;top:22.625rem;left:0.84296876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTNLl6h10wBfqKGgILJugCEcgflhuWxB { width:18.375rem;height:1.225rem;top:24.0625rem;left:0.81171876192094rem;font-size:0.875rem;font-family:"open sans";text-align:center;text-align-last:center;line-height:1.4;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QoEscZhl0wXykkoZJwxTzuO2PTwlJ3Z1 { width:18.3125rem;height:12rem;top:26.047657012939rem;left:0.84296876192094rem;font-size:0.75rem;font-family:"open sans";text-align:center;text-align-last:center;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #plkv5sxtz2kW68KnSz1i8H7mhXynohnz { display:block; }#plkv5sxtz2kW68KnSz1i8H7mhXynohnz > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mOcX0B0c1QuBQcwBOkNCewz0pUy9ufvR { width:18.125rem;height:18.125rem;top:1.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss5Nv11SZnfCwyTG17X1mpgt2SDVl1Td { width:20rem;height:1.875rem;top:20.187500774861rem;left:0rem;font-size:1.5625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #anDEQ88CReqWBNMciI9BpJTJQwGZmLhK { width:18.3125rem;height:0.3125rem;top:23.062500774861rem;left:0.84296876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmfqZhGbiptQTBKLEITxful60cfcS7sn { width:18.375rem;height:1.225rem;top:24.625000774861rem;left:0.81171876192094rem;font-size:0.875rem;font-family:"open sans";text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #MtxKlTQJT7bT8rWMtt8CsFieTofhqGXF { width:18.3125rem;height:13.75rem;top:27.047655880451rem;left:0.84296876192094rem;font-size:0.6875rem;font-family:"open sans";text-align:center;text-align-last:center;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #IX2qU2EGdh4O9hPf4T0MLf95G8JWMprz { display:block; }#IX2qU2EGdh4O9hPf4T0MLf95G8JWMprz > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cUR0MRlJSAVqGDudDaEGvyUmTiQ0xufT { width:18.125rem;height:18.125rem;top:1.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHdcaWtusSOxvbNksxuo472g3mPSqI8W { width:18.75rem;height:1.875rem;top:20.124998092651rem;left:0.62421876192093rem;font-size:1.5625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IgvvutsnwXhLGKU3T291mT8WhppDbzE1 { width:18.3125rem;height:0.3125rem;top:22.874999642372rem;left:0.84296876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #duBOsWncP1GX5FW1VT1Phto2NzDbsyXd { width:18.375rem;height:1.225rem;top:24.312499642372rem;left:0.81171876192094rem;font-size:0.875rem;font-family:"open sans";text-align:center;text-align-last:center;line-height:1.4;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DKmHq0zV5wE3Tm2U0aBZIZZVavpgc8fl { width:18.3125rem;height:18rem;top:26.485156655312rem;left:0.84296876192094rem;font-size:0.75rem;font-family:"open sans";text-align:center;text-align-last:center;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #Sg9evZLvKczzo5HWBSanuvF8cdL2E53b { display:block; }#Sg9evZLvKczzo5HWBSanuvF8cdL2E53b > .row .container { width:20rem;height:56.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SErlrfgu0DKZgvfHhWLQJyO7UsshdC6G { width:19.1875rem;height:3.9375rem;top:1.9765625rem;left:0rem;font-size:1.3125rem;font-family:montserrat;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #NLbWuRmCCTLzivLZFwTqCTZbzQFEWCcG { width:16.25rem;height:6.5625rem;top:14.8125rem;left:1.875rem;font-size:0.875rem;font-family:"open sans";line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #d6xdFchiG0p2hrnuCoXEU8y6rKqZw3OW { width:9.1875rem;height:1.4619125rem;top:12.375rem;left:5.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvLl3wzhM6t9KrSLQO3egRsqLoXQF769 { width:16.25rem;height:6.5625rem;top:31.5rem;left:1.875rem;font-size:0.875rem;font-family:"open sans";line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fTwTWwXZl3h59pqaRppx6wOLnNW6dzqx { width:9.1875rem;height:1.4619125rem;top:29.0625rem;left:5.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUMpvEFK5imyM2Q7qsTL1CrFlrXmhZh9 { width:9.1875rem;height:1.4619125rem;top:47.0625rem;left:5.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kw0FfeLFu1xQ6xKIpN8K6gZ7RNNBi7qG { width:16.25rem;height:5.25rem;top:49.5rem;left:1.875rem;font-size:0.875rem;font-family:"open sans";line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #mrFkcVz0z3zdCVUNgD37URXnTSLVOqxe { display:flex;width:5.25rem;height:5.25rem;top:6.75rem;left:7.375rem; }
 }@media only screen and (max-width: 763px) { #n6xWzPRKABKnqfRt8gb4bRR7XmRctZmz { display:flex;width:5.25rem;height:5.25rem;top:22.625rem;left:7.375rem;font-size:3.625rem; }
 }@media only screen and (max-width: 763px) { #epJwt4AxM1fJ19zhFkAmD1caDfDGEwJq { display:flex;width:5.25rem;height:5.25rem;top:40.8125rem;left:7.375rem;font-size:3.625rem; }
 }@media only screen and (max-width: 763px) { #nbPyCHh1KWw4693PDkhM3EaTAmbX7pUT { display:block; }#nbPyCHh1KWw4693PDkhM3EaTAmbX7pUT > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b9CL8Kv9gzyqK53TfTZNgFzzXrCXgfCG { width:20rem;height:2.275rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aAoTrPls4Cl9sJ6OWxewOsVbpPmZwRmx { width:8.9375rem;height:5.875rem;top:4.6484375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4Wey6i63ChEbIgCsl3uPKQtW1Jsd1yb { width:9.125rem;height:6.0625rem;top:4.5546875rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWLxbhCKvEfWQcytf1FoVlMg4uSO2F9w { width:8.75rem;height:5.75rem;top:13rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cx22lnTevM3A5MsJexSZoS0bvF0hhigz { width:9.1875rem;height:6rem;top:12.875rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeDfJEPDs5q1c5sr3p16NXU3huoFApli { width:9.25rem;height:6.0625rem;top:21.125rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBnyzmUJDfDh95eDHBZskF6OZ1Z036x3 { width:9.0625rem;height:5.9375rem;top:28.875rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVsIDVLIAwIOltzZPZJX4IDzFeWw7XDa { width:8.8125rem;height:5.8125rem;top:28.876953125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8JNeR6CC4nK73Ja3JFCWTdB1cFBUVuq { width:8.6875rem;height:5.5625rem;top:21.134765625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvNG3beeJXV3Kib9FXLKoQArkhuvTP4e { width:8.9375rem;height:1.4375rem;top:10.5234375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReaAVl95DKUxAzd6e4Nvf3I82TcJUBl6 { width:9.125rem;height:1.4375rem;top:10.5rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBSMq7D0MZsAuDBEIiUULoRs3Iqp8VFK { width:9.1875rem;height:1.25rem;top:18.75rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STVBUMhmOmON14rUgT5XCATaL3p0y55u { width:9.3125rem;height:1.1875rem;top:26.6875rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtg5nIpfI00mdlF98qfbvW5NDuSIwzdz { width:8.8125rem;height:1.3125rem;top:18.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeJt8TvBf9nnMBGvpdkOdZiPTn7OnoGs { width:8.8125rem;height:1.25rem;top:34.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qi9i24gr6uTslMP1DZczX7Hn79Nirvrc { width:8.8125rem;height:1.1875rem;top:26.697265625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMuhMxAX6aEU3TgFsxHfKSxaui3hbFKg { width:9rem;height:1.1875rem;top:34.75rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSuO9BxQCEx5IdTiv1aSgdpIOG7VARZ8 { width:9rem;height:1.05625rem;top:10.5234375rem;left:0.78125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WHUrZleiFKhSW3MGTMbwiwb8dOW7QHPS { width:8.6875rem;height:1.05625rem;top:10.6875rem;left:9.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbnNAPcC76A8T493PNEB57T192boO1vq { width:7.3125rem;height:1.05625rem;top:18.8125rem;left:1.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #imF5tqnKCrWE9muqbXK3yQDESHIV9iX8 { width:7.875rem;height:0.8941rem;top:26.79296875rem;left:10.375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lXqfDd9PDALvAsvao0p0WCgoQsa1ZKGt { width:8.9375rem;height:0.8941rem;top:26.822265625rem;left:0.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhuaxL0rLaRGtqZ8DrgBb8TNCNuZutc0 { width:10rem;height:0.8941rem;top:18.875rem;left:9.3125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z4BUpbXukXUoOSACf2tRDbVgL4xToUAH { width:8.5625rem;height:1.05625rem;top:34.8125rem;left:1.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y9KbJagLXe6srhBmlFkVnGO0bMFx12tl { width:7.75rem;height:1.05625rem;top:34.8125rem;left:10.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CB8950JrkSB8TQgcOzZomHNT2IQkAGtl { width:7.3125rem;height:;top:18.875rem;left:10.65625rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #XbM0T5Pc0aGcpuqa9L6KUJWyqP3f7DBI { display:block; }#XbM0T5Pc0aGcpuqa9L6KUJWyqP3f7DBI > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gak6ocVrVDwtgT5UEsTOFReRCtcwtFL4 { width:20rem;height:1.625rem;top:9.6484375rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CIoEm0wX8Uz3RdkC490770noIsaUnBZP { width:8.9375rem;height:2.75rem;top:1.25rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIaAuWX4JOxF71C6r6Oz1qz4cLgrrrdK { width:15.4365rem;height:3.15rem;top:5.25rem;left:2.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }