.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}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); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { background-color:#da96be;background-image:url("https://images.assets-landingi.com/Uaotpodj/bg1.svg");background-position:bottom 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;display:none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr.adaptive-delivery-prevent-bg, #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr.lazyload, #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr.lazyloading { background-image: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { border-width: 0; border-radius: 0; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container {  }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:60rem;height:0.8125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:none; }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh { position:relative;display:block; }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh { background-color: transparent; background-image: none; }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh > .row .container > .video-iframe-container { display: none; }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh > .row > .video-iframe-container { display: none; }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh > .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); }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh { border-width: 0; border-radius: 0; }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh > .row .container > .video-iframe-container {  }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh > .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:3.875rem;width:60rem;position:relative;display:block; }#mW2kaOMNNSf5Ms83zoTvVAEk4VGnelZm { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.93728125rem;width:21.9998125rem;top:0.46875002980232rem;left:18.998481750488rem;overflow:hidden;display:block; }
#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(196deg, #dcd7d7, #da96be);background-image: -moz-linear-gradient(196deg, #dcd7d7, #da96be);background-image: -ms-linear-gradient(196deg, #dcd7d7, #da96be);background-image: -o-linear-gradient(196deg, #dcd7d7, #da96be);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcd7d7', endColorstr='#da96be' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcd7d7', endColorstr='#da96be' );";background-image: linear-gradient(196deg, #dcd7d7, #da96be);background-size:auto !important;position:relative;display:block; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container { background-color: transparent; background-image: none; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container > .video-iframe-container { display: none; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row > .video-iframe-container { display: none; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .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); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container { border-width: 0; border-radius: 0; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row > .video-iframe-container {  }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:60rem;position:relative;display:block; }#xriOgq0msMvfL5FlSAlfcGdA39WbgHbD { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.875rem;width:25.3125rem;top:13.0625rem;left:31.5625rem;display:block; }
#GQqRoEAT2KhpPvTmlQfwSaMtdhWr9OFi { color:#000000;display:block;width:24.4998125rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:13.6875rem;left:31.9375rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-form-header {  }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-regular-label { height:auto;display:none;font-family:lato;font-size:0.875rem;font-weight:bold;color:#000000;width:19.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; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #878787;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:19.0625rem;box-sizing:border-box;height:2.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-text {padding-top: 0; padding-bottom: 0;}#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #878787;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:19.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .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.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:19.0625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"br font n-day";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-select {padding-top: 0; padding-bottom: 0;}#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .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; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-button { background-color:#d19a52;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top: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:1rem;font-weight:bold;color:#ffffff;width:19.0625rem;height:3rem;font-family:amiri;overflow:hidden; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk [class*="-text"]:-moz-placeholder { color:#979797;font-family:"br font n-day";font-size:0.875rem; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk [class*="-text"]::-moz-placeholder { color:#979797;font-family:"br font n-day";font-size:0.875rem; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk [class*="-text"]:-ms-input-placeholder { color:#979797;font-family:"br font n-day";font-size:0.875rem; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk [class*="-text"]::-webkit-input-placeholder { color:#979797;font-family:"br font n-day";font-size:0.875rem; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:17.875rem;overflow:hidden;font-style:normal; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .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; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:lato;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-container { padding-top:1.0625rem;padding-right:0;padding-bottom:1rem;padding-left:0;width:100%;font-size:0;height:auto; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-container:first-of-type{padding-top:0;}#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-container:last-of-type{padding-bottom:0;}#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100010;position:absolute;top:15.811633586884rem;left:33.998481750488rem; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.0625rem;display:block;vertical-align:top; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk {display:block;}#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100010;position:absolute;top:15.811633586884rem;left:33.998481750488rem; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #ihso1EdAfK7PfEFCIZVX6V1O7uTgZk2o { position:relative; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #dL78uxVDNQHT7rpnPVUJXKvl1eUKKO3m { position:relative; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #rVrVqcoIMaBfmVT8Gkz3M0gQAGCJww2I { position:relative; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #a7b2mKqmNyUQcVQwcoEvK6IHmSk1wBMy { position:relative; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #s3gLu9TLHCOMv7Hi8cfzgvNmsv4EP5gK { position:relative; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #HVsqHZ55iTh6TMaV3pq4ukbLVqqX4klm { position:relative; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #Vb6FRV3xdtNM4H6iFBooOUJM5DI9GptN { position:relative; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #OAcHvAVgyU9hxVLKBDoScXHsioMTmBWq { position:relative; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #DNzoHJcBSn8ZQMhmIezC0DNMFl80l1UT { position:relative; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #U8gKFzo4EtCKeqTFZyb7RMTIh6sLVARp { position:relative; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #mxeTqUkJDREb4nIqTictgh38kDB26gX8 { position:relative; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #MouDcqiN6bMdFQ07KnEQeJhXSnDavcF5 { position:relative; }
#OO9MDOQokbuMoJkRWlWrAmXEHuqwdMvG { position:relative;display:block; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #cToeNzTVBPtEgQZGIw6zRP7h9bPnopX7 { position:relative; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #zw7LNOvh4FaACLbW2kWfKy62lAuoaTLJ { position:relative; }
#uDHmzMUpb9ipe5vv2eAvBJ8nl4s73zcw { position:absolute;display:block;z-index:100011;background-color:#fce8b9;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:6.25rem;width:6.25rem;top:10.3125rem;left:29rem;display:block; }
#gUs9Apcoy90IB0Apo3hslsyRGbxWp3SL { color:#000000;display:block;width:5.56206875rem;position:absolute;font-family:"aref ruqaa";font-size:1.3125rem;font-weight:700;z-index:100012;line-height:1.2;letter-spacing:0;top:11.875rem;left:29.3125rem;height:4.7265625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pShgekOIHnqEBcI3gDud11kxTpAtvC3a { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100014;top:4.8177084922791rem;left:27.817924499512rem; }
#ozDkb49G8greBVcZpuIl57EKHtf4ryNQ { position:absolute;display:block;z-index:100096;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.18685rem;width:8.499375rem;top:9.2187504768369rem;left:35.248481750488rem;overflow:hidden;display:block; }
#xwP2kIcI67SH7c6ZZkf8Ns5vTXGJ7tZl { color:#494748;display:block;width:13.125rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:100095;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(42,40,41,0.31);top:6.754558086395rem;left:37.65625rem;height:1.8684875rem;font-style:normal;display:block; }
#WbhRUHKWrMlTlc7uNKTKXmVtSA0aSrIC { position:absolute;display:block;z-index:100096;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.87435rem;width:7.249375rem;top:9.375rem;left:44.5625rem;overflow:hidden;display:block; }
#tmGE4wi1eIuFIQl3v82M6m65KZJi335B { color:#ffffff;display:block;width:46.6873125rem;position:absolute;font-family:"mykonos ar";font-size:1.1875rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:3.8736979961395rem;left:6.6547298431394rem;height:4.62890625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#KCJALSmOmKuMZWoOstERO0TzCWHiC5Td { position:absolute;display:block;z-index:100097;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.9375rem;width:25.9375rem;top:10.687500476837rem;left:1.8122825622559rem;overflow:hidden;display:block; }
#Mr0lJIiC5omPuOtMGBdgOonatnOoS5Xl { color:#453f41;display:block;width:46.6873125rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.19);top:0.87348127365113rem;left:5.1920566558838rem;height:3.0859375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SyQ1DI7ibAA2XlOkpQol9XgBIiI4FzdA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;background-image:none;position:relative;display:block; }#SyQ1DI7ibAA2XlOkpQol9XgBIiI4FzdA > .row .container { background-color: transparent; background-image: none; }#SyQ1DI7ibAA2XlOkpQol9XgBIiI4FzdA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyQ1DI7ibAA2XlOkpQol9XgBIiI4FzdA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyQ1DI7ibAA2XlOkpQol9XgBIiI4FzdA > .row .container > .video-iframe-container { display: none; }#SyQ1DI7ibAA2XlOkpQol9XgBIiI4FzdA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyQ1DI7ibAA2XlOkpQol9XgBIiI4FzdA > .row > .video-iframe-container { display: none; }#SyQ1DI7ibAA2XlOkpQol9XgBIiI4FzdA > .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); }#SyQ1DI7ibAA2XlOkpQol9XgBIiI4FzdA > .row .container { border-width: 0; border-radius: 0; }#SyQ1DI7ibAA2XlOkpQol9XgBIiI4FzdA > .row > .video-iframe-container {  }#SyQ1DI7ibAA2XlOkpQol9XgBIiI4FzdA > .row .container { font-size:0.875rem;font-family:arial;height:77.625rem;width:60rem;position:relative;display:block; }#TznFz4h2CTvPhBlxRfgeqM8LpXLKaC52 { color:#000000;display:block;width:13.311625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:normal;z-index:100073;line-height:1.3;letter-spacing:0;top:76.375rem;left:23.8125rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#ceyTHpxOCcRGfSoLTVNxaUUllOWmixr4 { color:#014f4d;display:block;width:34.124375rem;position:absolute;font-family:"neo sans arabic";font-size:2.5rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:1.3107643127441rem;left:12.936197280884rem;height:3.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Uacutd6KqLMysOWTfkF5Rl89f0pf62IK { position:absolute;display:block;z-index:100057;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;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.25rem 0.375rem 0.625rem #b47d96 ;height:13.8748125rem;width:15.1248125rem;top:6.875rem;left:1.625rem;display:block; }#Uacutd6KqLMysOWTfkF5Rl89f0pf62IK.adaptive-delivery-prevent-bg, #Uacutd6KqLMysOWTfkF5Rl89f0pf62IK.lazyload, #Uacutd6KqLMysOWTfkF5Rl89f0pf62IK.lazyloading { background-image: none; }
#waoxcU0GKtWgXF1ISvh1OR36HxhaaTlg { position:absolute;display:block;z-index:100055;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;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.25rem 0.375rem 0.625rem #b47d96 ;height:13.8748125rem;width:15.1248125rem;top:6.875rem;left:22.3125rem;display:block; }#waoxcU0GKtWgXF1ISvh1OR36HxhaaTlg.adaptive-delivery-prevent-bg, #waoxcU0GKtWgXF1ISvh1OR36HxhaaTlg.lazyload, #waoxcU0GKtWgXF1ISvh1OR36HxhaaTlg.lazyloading { background-image: none; }
#N350K1V34wlrwTCkTRbZNQmCTnp14wMH { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:normal;z-index:100091;line-height:1.3;letter-spacing:0;top:9.5625rem;left:3.0625rem;height:4.38801875rem;text-align:center;text-align-last:center;display:block; }
#nXuTolVklOZP9fQmeHtgOWlcUJrwQ1Sg { color:#000000;display:block;width:13.311625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:normal;z-index:100087;line-height:1.3;letter-spacing:0;top:12.0625rem;left:23.1875rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#cBPlKJsRNWlr0OR3BwddemB4Nvs4MEnx { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.4375rem;font-weight:normal;z-index:100088;line-height:1.3;letter-spacing:0;top:9.5rem;left:23.5625rem;height:5.60546875rem;text-align:center;text-align-last:center;display:block; }
#gFavHL3MIfR1hDuGd9A3wCGcAtUwo6DN { position:absolute;display:block;z-index:100053;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;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.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.0625rem;top:6.875rem;left:43.375rem;display:block; }#gFavHL3MIfR1hDuGd9A3wCGcAtUwo6DN.adaptive-delivery-prevent-bg, #gFavHL3MIfR1hDuGd9A3wCGcAtUwo6DN.lazyload, #gFavHL3MIfR1hDuGd9A3wCGcAtUwo6DN.lazyloading { background-image: none; }
#pG4dWLTvi0lKKwtQzuylCO4JCue9TWXp { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.4375rem;font-weight:normal;z-index:100085;line-height:1.3;letter-spacing:0;top:7.762587070465rem;left:44.716796875rem;height:1.8684875rem;text-align:center;text-align-last:center;display:block; }
#EHN621hWlWthQUR5B6hla8nXsEHhmT0g { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100086;line-height:1.3;letter-spacing:0;top:16.588542461395rem;left:44.998916625976rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#OFGAO6HK5zGnXeKT0zF8JkrWyqORbtaG { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.9980625rem;width:20.8105625rem;top:46.8134765625rem;left:29.9375rem;overflow:hidden;display:block; }
#qXld8V5surl0DTPuMkh4cIoyAQma94sW { background-color:#df4a8d;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100056;text-align:center;text-align-last:center;top:18.1875rem;left:25.5625rem;display:block; }
#PP5zgoP5N6NI0CpbX4keh182MfQMfzIe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hlk8cRQaTfNxV1aQskuCqW1fuHFqAonZ { background-color:#df4a8d;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100054;text-align:center;text-align-last:center;top:18.25rem;left:46.75rem;display:block; }
#LQOCoufgAMctoOtG4xJSX7GLcrsasdIe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MDJU9he2ma7HkBvQSme6MeWiqeKIART0 { background-color:#df4a8d;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100058;text-align:center;text-align-last:center;top:18.25rem;left:4.875rem;display:block; }
#uFhiq6BJh27FAcgaeONBsGW0FkSGhyun { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IdUpKr1NhVCC6IJQzxTuNGoATMzEJTlR { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:normal;z-index:100086;line-height:1.3;letter-spacing:0;top:10.433377742767rem;left:44.998916625976rem;height:4.54426875rem;text-align:center;text-align-last:center;display:block; }
#GyrB2bhILa5rDKk5JdLpT5p6yABGRr2v { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100087;line-height:1.3;letter-spacing:0;top:16.5625rem;left:23.5625rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#lHihRtkepZn6pLO1wi7GWLRdAhktxt7c { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100088;line-height:1.3;letter-spacing:0;top:16.587457656861rem;left:2.8721771240234rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#weZKBI8MHZGDHHv2Uw22r1EcsJ0vmGwM { position:absolute;display:block;z-index:100071;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;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.25rem 0.375rem 0.625rem #b47d96 ;height:13.8748125rem;width:15.1248125rem;top:22.6875rem;left:1.625rem;display:block; }#weZKBI8MHZGDHHv2Uw22r1EcsJ0vmGwM.adaptive-delivery-prevent-bg, #weZKBI8MHZGDHHv2Uw22r1EcsJ0vmGwM.lazyload, #weZKBI8MHZGDHHv2Uw22r1EcsJ0vmGwM.lazyloading { background-image: none; }
#ZckSM85O2MKIMU6h0nLBnWOUl1m8UNf7 { position:absolute;display:block;z-index:100069;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;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.25rem 0.375rem 0.625rem #b47d96 ;height:13.8748125rem;width:15.1248125rem;top:22.6875rem;left:22.3125rem;display:block; }#ZckSM85O2MKIMU6h0nLBnWOUl1m8UNf7.adaptive-delivery-prevent-bg, #ZckSM85O2MKIMU6h0nLBnWOUl1m8UNf7.lazyload, #ZckSM85O2MKIMU6h0nLBnWOUl1m8UNf7.lazyloading { background-image: none; }
#PbazwKHkiTF90tNUDKpeVAp1kK0xb63I { background-color:#df4a8d;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100070;text-align:center;text-align-last:center;top:34rem;left:25.5625rem;display:block; }
#xfa0LsPd8dHWXKT6oHXbXkWRZ2M1f46K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aXTmZvZgxuz1GiADQTub3Tv2iggGXOeP { background-color:#df4a8d;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100072;text-align:center;text-align-last:center;top:34.0625rem;left:4.875rem;display:block; }
#Cu3L4ayeOIQVZ8qKu5no7LVbMAO2py0L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uvnF7DAAGoxfVJwg4pp2sBoOaq3sVbHr { position:absolute;display:block;z-index:100067;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;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.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.0625rem;top:22.6875rem;left:43.375rem;display:block; }#uvnF7DAAGoxfVJwg4pp2sBoOaq3sVbHr.adaptive-delivery-prevent-bg, #uvnF7DAAGoxfVJwg4pp2sBoOaq3sVbHr.lazyload, #uvnF7DAAGoxfVJwg4pp2sBoOaq3sVbHr.lazyloading { background-image: none; }
#J3po1UgTmakarTWP4IRvzeF9yvZyOTG2 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100101;line-height:1.3;letter-spacing:0;top:32.375rem;left:23.5625rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#lPcZFDEuSZxM0NrUy9b3oLNAUnLlVDbi { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100102;line-height:1.3;letter-spacing:0;top:32.375rem;left:2.875rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#JKA4aabW9NMAWR37ALXWLnTpbZ8aFGeR { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100100;line-height:1.3;letter-spacing:0;top:32.375rem;left:45rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#HDNCnuz2zOXP0w6yIFgWh01OvO8DfOoA { background-color:#df4a8d;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100068;text-align:center;text-align-last:center;top:34.0625rem;left:46.75rem;display:block; }
#vMPglsG2VanwbNK6zzzdukAF8x5nk4vE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IiGNvskpqeZifJn16dVzZ9fX0SKm9d1v { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.0625rem;font-weight:normal;z-index:100105;line-height:1.3;letter-spacing:0;top:24.481337368488rem;left:2.8721771240234rem;height:5.52083125rem;text-align:center;text-align-last:center;display:block; }
#geZ4OxCZCKUAKhTP9dpG99SsHgahKLEM { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:normal;z-index:100102;line-height:1.3;letter-spacing:0;top:24.848092854023rem;left:23.75rem;height:5.85069375rem;text-align:center;text-align-last:center;display:block; }
#g1QrTVkFwC0z309dnxOfLugyHNlbrpf7 { color:#000000;display:block;width:13.311625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:normal;z-index:100101;line-height:1.3;letter-spacing:0;top:27.875rem;left:23.1875rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#sB8ZqTGe2rWu2xwE8QVhl3MCVWa0yhNo { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100103;line-height:1.3;letter-spacing:0;top:25.495878040791rem;left:44.592014312744rem;height:4.87305rem;text-align:center;text-align-last:center;display:block; }
#PiaxdOlosTiqG9BzB6GbQLpybAa0QPPP { position:absolute;display:block;z-index:100084;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;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.25rem 0.375rem 0.625rem #b47d96 ;height:13.8748125rem;width:15.1248125rem;top:38.625rem;left:1.4375rem;display:block; }#PiaxdOlosTiqG9BzB6GbQLpybAa0QPPP.adaptive-delivery-prevent-bg, #PiaxdOlosTiqG9BzB6GbQLpybAa0QPPP.lazyload, #PiaxdOlosTiqG9BzB6GbQLpybAa0QPPP.lazyloading { background-image: none; }
#wQyPrvxlOu5kQ1hl8L4nCSPT8wGlHS5m { position:absolute;display:block;z-index:100082;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;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.25rem 0.375rem 0.625rem #b47d96 ;height:13.8748125rem;width:15.1248125rem;top:38.625rem;left:22.1875rem;display:block; }#wQyPrvxlOu5kQ1hl8L4nCSPT8wGlHS5m.adaptive-delivery-prevent-bg, #wQyPrvxlOu5kQ1hl8L4nCSPT8wGlHS5m.lazyload, #wQyPrvxlOu5kQ1hl8L4nCSPT8wGlHS5m.lazyloading { background-image: none; }
#EUft5acSinPxewV0vSinebbUZeTav1cp { background-color:#df4a8d;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100085;text-align:center;text-align-last:center;top:50rem;left:4.75rem;display:block; }
#w5T9VOvI0kC8B2KrmugX0AAnlfDe6Ffn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#D2EufP2i4kbqPkQfwP7Zql5zam04VVzD { background-color:#df4a8d;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100083;text-align:center;text-align-last:center;top:49.9375rem;left:25.375rem;display:block; }
#TbzHiNuExPcGGqOZTQ18vhbAq4Uexvut { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DVtBFBtWcDfQqrfNG0T8m5XS71xHlbG0 { position:absolute;display:block;z-index:100080;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;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.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.0625rem;top:38.625rem;left:43.1875rem;display:block; }#DVtBFBtWcDfQqrfNG0T8m5XS71xHlbG0.adaptive-delivery-prevent-bg, #DVtBFBtWcDfQqrfNG0T8m5XS71xHlbG0.lazyload, #DVtBFBtWcDfQqrfNG0T8m5XS71xHlbG0.lazyloading { background-image: none; }
#GD4r6WfTomqTv6EvtMkn4GaT5fxT3MT4 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100114;line-height:1.3;letter-spacing:0;top:48.3125rem;left:23.375rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#s5E5cxeBpEpa2D5Wbd2ppAHh5aIeC6qE { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100115;line-height:1.3;letter-spacing:0;top:48.3125rem;left:2.6875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#UmLVbWKvWxtpPJbIAwdeAGhDEmMZx5tQ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100113;line-height:1.3;letter-spacing:0;top:48.3125rem;left:44.875rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#XNr5sWniP9KxvOA6MDT8U5I9CmuIx0q6 { background-color:#df4a8d;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100081;text-align:center;text-align-last:center;top:50rem;left:46.625rem;display:block; }
#ANsaPssIPI2TgRWLA0AA1eFO96t1Ht69 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uQPkAKIpBfnr74xqMTrFNgT19aLQBecP { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100115;line-height:1.3;letter-spacing:0;top:40.8125rem;left:23.625rem;height:5.12044375rem;text-align:center;text-align-last:center;display:block; }
#FropMyQXwoeJB3Wy7fTAbL022PQoT1wZ { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100118;line-height:1.3;letter-spacing:0;top:41.452909469604rem;left:2.8721771240234rem;height:4.87305rem;text-align:center;text-align-last:center;display:block; }
#X7GzU3Dii4z1Vzq901Flt9N5AThAd1hg { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100116;line-height:1.3;letter-spacing:0;top:41.4375rem;left:44.4375rem;height:3.41363125rem;text-align:center;text-align-last:center;display:block; }
#rgGhikZrCJcMKsLqFQBiUp3iZE3nAXW8 { color:#000000;display:block;width:13.311625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:normal;z-index:100114;line-height:1.3;letter-spacing:0;top:43.8125rem;left:23rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#n0UVmGlToMem2VuITvx7Ik21ILNu4Ani { position:absolute;display:block;z-index:100097;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;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.25rem 0.375rem 0.625rem #b47d96 ;height:13.8748125rem;width:15.1248125rem;top:55.0625rem;left:1.4375rem;display:block; }#n0UVmGlToMem2VuITvx7Ik21ILNu4Ani.adaptive-delivery-prevent-bg, #n0UVmGlToMem2VuITvx7Ik21ILNu4Ani.lazyload, #n0UVmGlToMem2VuITvx7Ik21ILNu4Ani.lazyloading { background-image: none; }
#CIcstX0gmauuSlQkdbWTJmU2flkTfZqu { position:absolute;display:block;z-index:100095;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;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.25rem 0.375rem 0.625rem #b47d96 ;height:13.8748125rem;width:15.1248125rem;top:55.0625rem;left:22.1875rem;display:block; }#CIcstX0gmauuSlQkdbWTJmU2flkTfZqu.adaptive-delivery-prevent-bg, #CIcstX0gmauuSlQkdbWTJmU2flkTfZqu.lazyload, #CIcstX0gmauuSlQkdbWTJmU2flkTfZqu.lazyloading { background-image: none; }
#Jls34ohR4l32h0DXN6GsTuWvrl0H1Sxi { background-color:#df4a8d;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100098;text-align:center;text-align-last:center;top:66.4375rem;left:4.75rem;display:block; }
#sAxkTUwFPKznVsqaXZvVG9K9PplOOK6E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LHZa7wcBF5igfUpZ2zUGJHHcir8IJNCM { background-color:#df4a8d;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100096;text-align:center;text-align-last:center;top:66.375rem;left:25.375rem;display:block; }
#UMxN0dw5qBgNTRa8uDpmuLhbi2SJlBhJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PuAI9EzPfgB06zTMJ7bisKiBeOm9TqD5 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100127;line-height:1.3;letter-spacing:0;top:64.75rem;left:23.375rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#mohsWybTRhN9O3MQxlTkJXQssFKkBl0f { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100128;line-height:1.3;letter-spacing:0;top:64.75rem;left:2.6875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#pE49K8kBP3TRRZTPsLvlplc3LyTm6bq5 { position:absolute;display:block;z-index:100093;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;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.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.0625rem;top:55.0625rem;left:43.1875rem;display:block; }#pE49K8kBP3TRRZTPsLvlplc3LyTm6bq5.adaptive-delivery-prevent-bg, #pE49K8kBP3TRRZTPsLvlplc3LyTm6bq5.lazyload, #pE49K8kBP3TRRZTPsLvlplc3LyTm6bq5.lazyloading { background-image: none; }
#cO5BgCmg2rS9r6sGbmLP5lgJoqaf5ruI { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100126;line-height:1.3;letter-spacing:0;top:64.75rem;left:44.875rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#la9IwBh9p71iAN5T6cFb3T0HfeC7ME5S { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100128;line-height:1.3;letter-spacing:0;top:57.25rem;left:23.625rem;height:5.12044375rem;text-align:center;text-align-last:center;display:block; }
#Z8RpnTJnzfD8ARO3xsif74uinWhvGo0P { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100131;line-height:1.3;letter-spacing:0;top:57.875rem;left:2.875rem;height:4.62890625rem;text-align:center;text-align-last:center;display:block; }
#KwXA1qnbewT0LT36Ltxq8WeUsVTzIboq { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100129;line-height:1.3;letter-spacing:0;top:55.909290313721rem;left:44.592014312744rem;height:6.4995625rem;text-align:center;text-align-last:center;display:block; }
#N0nslfTq1tbEASdccLnUb9Q6E9f52Fwn { color:#000000;display:block;width:13.311625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:normal;z-index:100127;line-height:1.3;letter-spacing:0;top:60.25rem;left:23rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#v5WPfQ3kgEClwCuxsB7gZ9DTsilUPlqE { background-color:#df4a8d;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100094;text-align:center;text-align-last:center;top:66.4375rem;left:46.625rem;display:block; }
#loD1uUaJdcWI9DB7keuyXphfGTzrkMcO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KkotemIzQCrPW4QMrRKkPdHz55zEPLMe { background-color:#df4a8d;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100085;text-align:center;text-align-last:center;top:50rem;left:4.75rem;display:none; }
#gOORLXSop27EdWxMgk80nND0HTqT0vdw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;background-image:none;position:relative;display:block; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row .container { background-color: transparent; background-image: none; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row .container > .video-iframe-container { display: none; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row > .video-iframe-container { display: none; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .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); }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row .container { border-width: 0; border-radius: 0; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row > .video-iframe-container {  }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:60rem;position:relative;display:block; }#hPLlr7Lz6UIiNPOuyHPuqtwt4PNQii1H { color:#014f4d;display:block;width:60rem;position:absolute;font-family:"br font n-day";font-size:2.1875rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:1.796875rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#WF700Vu2Ct120lZTTrbRWMSLgH2CbtGv { color:#d19a52;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QIOEW2oEJ7Ismvu6EKwS0pQgQTtmF1VX { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.874375rem;width:19.4998125rem;top:6.435546875rem;left:40.500217437744rem;overflow:hidden;display:block; }
#OIA38b21P6vL63AsEacnT33cNItEzvNX { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.874375rem;width:19.375rem;top:6.435546875rem;left:20.3125rem;overflow:hidden;display:block; }
#HAGvl5bTI65dp0FsqqGgv8iV8Alzdkv1 { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.8125rem;width:19.375rem;top:6.435546875rem;left:0.25564193725586rem;overflow:hidden;display:block; }
#NnCG7tAREf1dPp39OAfgzLLqMEr14hao { color:#000000;display:block;width:16.9998125rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:14.623265266419rem;left:1.1848945617676rem;height:3.75rem;text-align:center;text-align-last:center;display:none; }
#FsEgbz4JLPHx0rePmxvpTEVdvwhrtdeC { color:#000000;display:block;width:16.9998125rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100010;line-height:1.5;letter-spacing:0;top:14.530165672303rem;left:21.498481750488rem;height:3.75rem;text-align:center;text-align-last:center;display:none; }
#JHUVDvzC5WShquiQvydTssZoHxXDtWLn { color:#000000;display:block;width:16.9998125rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100014;line-height:1.5;letter-spacing:0;top:15.558812141419rem;left:41.812068939209rem;height:1.875rem;text-align:center;text-align-last:center;display:none; }
#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#014f4d;background-image:url("https://images.assets-landingi.com/nfseZEMq/bg2.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv.adaptive-delivery-prevent-bg, #IqhC2C9MssvksTAqX7bnciRGVV4uTnUv.lazyload, #IqhC2C9MssvksTAqX7bnciRGVV4uTnUv.lazyloading { background-image: none; }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row .container { background-color: transparent; background-image: none; }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row .container > .video-iframe-container { display: none; }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row > .video-iframe-container { display: none; }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .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); }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row .container { border-width: 0; border-radius: 0; }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row > .video-iframe-container {  }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row .container { font-size:0.875rem;font-family:arial;height:14.9375rem;width:60rem;position:relative;display:block; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#014f4d;background-image:none;position:relative;display:block; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container { background-color: transparent; background-image: none; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container > .video-iframe-container { display: none; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row > .video-iframe-container { display: none; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .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); }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container { border-width: 0; border-radius: 0; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row > .video-iframe-container {  }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:60rem;position:relative;display:block; }#K3dqLJbL6KSHDnWOxRpKkGc0pJaZkLE1 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.7498125rem;width:22.5rem;top:5.3710947036743rem;left:12.655164718628rem;overflow:hidden;display:block; }
#LVl7d5baw4488HxCLSNkgCSBTc9Um44L { color:#ffffff;display:block;width:21.9998125rem;position:absolute;font-family:amiri;font-size:2.3125rem;font-weight:400;z-index:100010;line-height:1.5;letter-spacing:0;top:7.4375rem;left:35.8125rem;height:3.46875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#QnZpFdr3QUZna3sqAuMUJWfvyTPtWEFM { color:#ffffff;display:block;width:14.5625rem;position:absolute;font-family:amiri;font-size:1.375rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:12.4375rem;left:38.625rem;height:3.574225rem;text-align:right;text-align-last:right;display:block; }
#hDH4yGtS2fqOyz15QpvWGyhN1rT9NeOL { color:#ffffff;display:block;width:24.249125rem;position:absolute;font-family:rubik;font-size:1.625rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:17.5625rem;left:28.625rem;height:2.11263125rem;text-align:right;text-align-last:right;display:block; }
#WBGGgF9V6COSIp6OQGcnDhnP7wcCLQgw { box-sizing:content-box;color:#ffffff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:20.8125rem;left:44.6875rem;display:block; }
#sVgcZ9NuFIn3Oi1Lm0y8Z5TGS7TnHvMn { box-sizing:content-box;color:#ffffff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:20.9375rem;left:47.3125rem;display:block; }
#ioW9iEdslgi80ddpwJDgKk2chO2iGR15 { box-sizing:content-box;color:#ffffff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:20.9375rem;left:50rem;display:block; }
#O90BTEvmuhhVU9UvH1aMLNMUe1eWOECd { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100030;top:17.1875rem;left:53.3125rem;display:block; }
#CDKuVLVcQWKt4BqvEQr7c2pkTc0GdyDd { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:12.5rem;left:53.25rem;display:block; }
#IltDanqoJXs3b889uPRIaDmAmVuWMPtA { box-sizing:content-box;color:#ffffff;font-size:2.25rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100031;top:20.625rem;left:52.875rem;display:block; }
#AAabnBA76TTt2kLRHd0PwAhpVO3O4pN8 { color:#ffffff;display:block;width:27.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100066;line-height:1.3;letter-spacing:0;top:24.625rem;left:32.1875rem;height:1.3rem;display:block; }
#JkJbrHWwe22GZKVbf6FeBw6q2PH4PacS { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:23.5623125rem;width:15rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh { display:block; }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mW2kaOMNNSf5Ms83zoTvVAEk4VGnelZm { top:0.4375rem;left:12.873481750488rem;width:21.9375rem;height:2.9289616637358rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMPh9q7yTATvII1GDvpet2tCgc7xcbTo { display:block; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xriOgq0msMvfL5FlSAlfcGdA39WbgHbD { width:25.3125rem;height:26.875rem;top:13.0625rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQqRoEAT2KhpPvTmlQfwSaMtdhWr9OFi { width:24.4375rem;height:2.1875rem;top:13.6875rem;left:23.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-regular-label { width:19.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-text { width:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-text {padding-top: 0; padding-bottom: 0;}#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-textarea { width:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-select { width:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-select {padding-top: 0; padding-bottom: 0;}#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-button { width:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-checkbox-label { width:17.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk  { width:19.0625rem;height:auto;top:15.75rem;left:26.1875rem; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .radio-container { width:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk {display:block;}#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk { width:19.0625rem;height:auto;top:15.75rem;left:26.1875rem; }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #ihso1EdAfK7PfEFCIZVX6V1O7uTgZk2o {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #dL78uxVDNQHT7rpnPVUJXKvl1eUKKO3m {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #rVrVqcoIMaBfmVT8Gkz3M0gQAGCJww2I {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #a7b2mKqmNyUQcVQwcoEvK6IHmSk1wBMy {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #s3gLu9TLHCOMv7Hi8cfzgvNmsv4EP5gK {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #HVsqHZ55iTh6TMaV3pq4ukbLVqqX4klm {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #Vb6FRV3xdtNM4H6iFBooOUJM5DI9GptN {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #OAcHvAVgyU9hxVLKBDoScXHsioMTmBWq {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #DNzoHJcBSn8ZQMhmIezC0DNMFl80l1UT {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #U8gKFzo4EtCKeqTFZyb7RMTIh6sLVARp {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #mxeTqUkJDREb4nIqTictgh38kDB26gX8 {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #MouDcqiN6bMdFQ07KnEQeJhXSnDavcF5 {  }
 }@media only screen and (max-width: 763px) { #OO9MDOQokbuMoJkRWlWrAmXEHuqwdMvG { display:block; }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #cToeNzTVBPtEgQZGIw6zRP7h9bPnopX7 {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #zw7LNOvh4FaACLbW2kWfKy62lAuoaTLJ {  }
 }@media only screen and (max-width: 763px) { #uDHmzMUpb9ipe5vv2eAvBJ8nl4s73zcw { width:6.25rem;height:6.25rem;top:10.3125rem;left:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUs9Apcoy90IB0Apo3hslsyRGbxWp3SL { width:5.5rem;height:3.125rem;top:11.875rem;left:23.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pShgekOIHnqEBcI3gDud11kxTpAtvC3a { width:1.25rem;height:1.25rem;top:4.8125rem;left:21.692924499512rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozDkb49G8greBVcZpuIl57EKHtf4ryNQ { top:9.1875rem;left:29.123481750488rem;width:8.4375rem;height:3.163649900728rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwP2kIcI67SH7c6ZZkf8Ns5vTXGJ7tZl { top:6.75rem;left:31.53125rem;width:13.125rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbhRUHKWrMlTlc7uNKTKXmVtSA0aSrIC { top:9.375rem;left:38.4375rem;width:7.1875rem;height:2.8498167945512rem;display:none; }
 }@media only screen and (max-width: 763px) { #tmGE4wi1eIuFIQl3v82M6m65KZJi335B { width:46.625rem;height:4.625rem;top:3.8125rem;left:0.52972984313965rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KCJALSmOmKuMZWoOstERO0TzCWHiC5Td { top:10.6875rem;left:0rem;width:25.9375rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr0lJIiC5omPuOtMGBdgOonatnOoS5Xl { width:46.625rem;height:3.0625rem;top:0.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyQ1DI7ibAA2XlOkpQol9XgBIiI4FzdA { display:block; }#SyQ1DI7ibAA2XlOkpQol9XgBIiI4FzdA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TznFz4h2CTvPhBlxRfgeqM8LpXLKaC52 { top:76.375rem;left:17.6875rem;width:13.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceyTHpxOCcRGfSoLTVNxaUUllOWmixr4 { width:34.0625rem;height:3.1875rem;top:1.25rem;left:6.8111972808837rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uacutd6KqLMysOWTfkF5Rl89f0pf62IK { width:15.0625rem;height:13.8125rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #waoxcU0GKtWgXF1ISvh1OR36HxhaaTlg { width:15.0625rem;height:13.8125rem;top:6.875rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N350K1V34wlrwTCkTRbZNQmCTnp14wMH { top:9.5625rem;left:0rem;width:12.5rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXuTolVklOZP9fQmeHtgOWlcUJrwQ1Sg { top:12.0625rem;left:17.0625rem;width:13.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBPlKJsRNWlr0OR3BwddemB4Nvs4MEnx { top:9.5rem;left:17.4375rem;width:12.5rem;height:5.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFavHL3MIfR1hDuGd9A3wCGcAtUwo6DN { width:15rem;height:13.8125rem;top:6.875rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pG4dWLTvi0lKKwtQzuylCO4JCue9TWXp { top:7.75rem;left:35.25rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHN621hWlWthQUR5B6hla8nXsEHhmT0g { top:16.5625rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFGAO6HK5zGnXeKT0zF8JkrWyqORbtaG { width:20.75rem;height:17.945684883577rem;top:46.8125rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXld8V5surl0DTPuMkh4cIoyAQma94sW { width:8.75rem;height:2.6875rem;top:18.1875rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PP5zgoP5N6NI0CpbX4keh182MfQMfzIe { display:block; }
 }@media only screen and (max-width: 763px) { #hlk8cRQaTfNxV1aQskuCqW1fuHFqAonZ { width:8.75rem;height:2.6875rem;top:18.25rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQOCoufgAMctoOtG4xJSX7GLcrsasdIe { display:block; }
 }@media only screen and (max-width: 763px) { #MDJU9he2ma7HkBvQSme6MeWiqeKIART0 { width:8.75rem;height:2.6875rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFhiq6BJh27FAcgaeONBsGW0FkSGhyun { display:block; }
 }@media only screen and (max-width: 763px) { #IdUpKr1NhVCC6IJQzxTuNGoATMzEJTlR { top:10.375rem;left:35.25rem;width:12.5rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyrB2bhILa5rDKk5JdLpT5p6yABGRr2v { top:16.5625rem;left:17.4375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHihRtkepZn6pLO1wi7GWLRdAhktxt7c { top:16.5625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #weZKBI8MHZGDHHv2Uw22r1EcsJ0vmGwM { width:15.0625rem;height:13.8125rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZckSM85O2MKIMU6h0nLBnWOUl1m8UNf7 { width:15.0625rem;height:13.8125rem;top:22.6875rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbazwKHkiTF90tNUDKpeVAp1kK0xb63I { width:8.75rem;height:2.6875rem;top:34rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfa0LsPd8dHWXKT6oHXbXkWRZ2M1f46K { display:block; }
 }@media only screen and (max-width: 763px) { #aXTmZvZgxuz1GiADQTub3Tv2iggGXOeP { width:8.75rem;height:2.6875rem;top:34.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cu3L4ayeOIQVZ8qKu5no7LVbMAO2py0L { display:block; }
 }@media only screen and (max-width: 763px) { #uvnF7DAAGoxfVJwg4pp2sBoOaq3sVbHr { width:15rem;height:13.8125rem;top:22.6875rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3po1UgTmakarTWP4IRvzeF9yvZyOTG2 { top:32.375rem;left:17.4375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPcZFDEuSZxM0NrUy9b3oLNAUnLlVDbi { top:32.375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKA4aabW9NMAWR37ALXWLnTpbZ8aFGeR { top:32.375rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDNCnuz2zOXP0w6yIFgWh01OvO8DfOoA { width:8.75rem;height:2.6875rem;top:34.0625rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMPglsG2VanwbNK6zzzdukAF8x5nk4vE { display:block; }
 }@media only screen and (max-width: 763px) { #IiGNvskpqeZifJn16dVzZ9fX0SKm9d1v { top:24.4375rem;left:0rem;width:12.5rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #geZ4OxCZCKUAKhTP9dpG99SsHgahKLEM { top:24.8125rem;left:17.625rem;width:12.5rem;height:7.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1QrTVkFwC0z309dnxOfLugyHNlbrpf7 { top:27.875rem;left:17.0625rem;width:13.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sB8ZqTGe2rWu2xwE8QVhl3MCVWa0yhNo { top:25.4375rem;left:35.25rem;width:12.5rem;height:4.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiaxdOlosTiqG9BzB6GbQLpybAa0QPPP { width:15.0625rem;height:13.8125rem;top:38.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQyPrvxlOu5kQ1hl8L4nCSPT8wGlHS5m { width:15.0625rem;height:13.8125rem;top:38.625rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUft5acSinPxewV0vSinebbUZeTav1cp { width:8.75rem;height:2.6875rem;top:50rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5T9VOvI0kC8B2KrmugX0AAnlfDe6Ffn { display:block; }
 }@media only screen and (max-width: 763px) { #D2EufP2i4kbqPkQfwP7Zql5zam04VVzD { width:8.75rem;height:2.6875rem;top:49.9375rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbzHiNuExPcGGqOZTQ18vhbAq4Uexvut { display:block; }
 }@media only screen and (max-width: 763px) { #DVtBFBtWcDfQqrfNG0T8m5XS71xHlbG0 { width:15rem;height:13.8125rem;top:38.625rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GD4r6WfTomqTv6EvtMkn4GaT5fxT3MT4 { top:48.3125rem;left:17.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5E5cxeBpEpa2D5Wbd2ppAHh5aIeC6qE { top:48.3125rem;left:0rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmLVbWKvWxtpPJbIAwdeAGhDEmMZx5tQ { top:48.3125rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNr5sWniP9KxvOA6MDT8U5I9CmuIx0q6 { width:8.75rem;height:2.6875rem;top:50rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANsaPssIPI2TgRWLA0AA1eFO96t1Ht69 { display:block; }
 }@media only screen and (max-width: 763px) { #uQPkAKIpBfnr74xqMTrFNgT19aLQBecP { top:40.8125rem;left:17.5rem;width:12.5rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FropMyQXwoeJB3Wy7fTAbL022PQoT1wZ { top:41.4375rem;left:0rem;width:12.5rem;height:4.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7GzU3Dii4z1Vzq901Flt9N5AThAd1hg { top:41.4375rem;left:35.25rem;width:12.5rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgGhikZrCJcMKsLqFQBiUp3iZE3nAXW8 { top:43.8125rem;left:16.875rem;width:13.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0UVmGlToMem2VuITvx7Ik21ILNu4Ani { width:15.0625rem;height:13.8125rem;top:55.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIcstX0gmauuSlQkdbWTJmU2flkTfZqu { width:15.0625rem;height:13.8125rem;top:55.0625rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jls34ohR4l32h0DXN6GsTuWvrl0H1Sxi { width:8.75rem;height:2.6875rem;top:66.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAxkTUwFPKznVsqaXZvVG9K9PplOOK6E { display:block; }
 }@media only screen and (max-width: 763px) { #LHZa7wcBF5igfUpZ2zUGJHHcir8IJNCM { width:8.75rem;height:2.6875rem;top:66.375rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMxN0dw5qBgNTRa8uDpmuLhbi2SJlBhJ { display:block; }
 }@media only screen and (max-width: 763px) { #PuAI9EzPfgB06zTMJ7bisKiBeOm9TqD5 { top:64.75rem;left:17.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mohsWybTRhN9O3MQxlTkJXQssFKkBl0f { top:64.75rem;left:0rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE49K8kBP3TRRZTPsLvlplc3LyTm6bq5 { width:15rem;height:13.8125rem;top:55.0625rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cO5BgCmg2rS9r6sGbmLP5lgJoqaf5ruI { top:64.75rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #la9IwBh9p71iAN5T6cFb3T0HfeC7ME5S { top:57.25rem;left:17.5rem;width:12.5rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8RpnTJnzfD8ARO3xsif74uinWhvGo0P { top:57.875rem;left:0rem;width:12.5rem;height:6.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwXA1qnbewT0LT36Ltxq8WeUsVTzIboq { top:55.875rem;left:35.25rem;width:12.5rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0nslfTq1tbEASdccLnUb9Q6E9f52Fwn { top:60.25rem;left:16.875rem;width:13.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5WPfQ3kgEClwCuxsB7gZ9DTsilUPlqE { width:8.75rem;height:2.6875rem;top:66.4375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #loD1uUaJdcWI9DB7keuyXphfGTzrkMcO { display:block; }
 }@media only screen and (max-width: 763px) { #KkotemIzQCrPW4QMrRKkPdHz55zEPLMe { width:8.75rem;height:2.6875rem;top:50rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gOORLXSop27EdWxMgk80nND0HTqT0vdw { display:block; }
 }@media only screen and (max-width: 763px) { #GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm { display:block; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hPLlr7Lz6UIiNPOuyHPuqtwt4PNQii1H { width:47.75rem;height:2.8125rem;top:1.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF700Vu2Ct120lZTTrbRWMSLgH2CbtGv { width:47.75rem;height:;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIOEW2oEJ7Ismvu6EKwS0pQgQTtmF1VX { top:6.375rem;left:28.3125rem;width:19.4375rem;height:12.833234374049rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIA38b21P6vL63AsEacnT33cNItEzvNX { top:6.375rem;left:14.1875rem;width:19.375rem;height:12.874375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAGvl5bTI65dp0FsqqGgv8iV8Alzdkv1 { top:6.375rem;left:0rem;width:19.375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnCG7tAREf1dPp39OAfgzLLqMEr14hao { width:16.9375rem;height:3.75rem;top:14.5625rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FsEgbz4JLPHx0rePmxvpTEVdvwhrtdeC { width:16.9375rem;height:3.75rem;top:14.5rem;left:14.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JHUVDvzC5WShquiQvydTssZoHxXDtWLn { width:16.9375rem;height:1.875rem;top:15.5rem;left:30.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IqhC2C9MssvksTAqX7bnciRGVV4uTnUv { display:block; }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM { display:block; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3dqLJbL6KSHDnWOxRpKkGc0pJaZkLE1 { width:22.5rem;height:20.7498125rem;top:5.3125rem;left:6.5301647186281rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVl7d5baw4488HxCLSNkgCSBTc9Um44L { top:7.4375rem;left:25.8125rem;width:21.9375rem;height:3.4375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnZpFdr3QUZna3sqAuMUJWfvyTPtWEFM { top:12.4375rem;left:32.5rem;width:14.5rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDH4yGtS2fqOyz15QpvWGyhN1rT9NeOL { top:17.5625rem;left:22.5rem;width:24.1875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBGGgF9V6COSIp6OQGcnDhnP7wcCLQgw { top:20.8125rem;left:38.5625rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVgcZ9NuFIn3Oi1Lm0y8Z5TGS7TnHvMn { top:20.9375rem;left:41.1875rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioW9iEdslgi80ddpwJDgKk2chO2iGR15 { top:20.9375rem;left:43.875rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O90BTEvmuhhVU9UvH1aMLNMUe1eWOECd { top:17.1875rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDKuVLVcQWKt4BqvEQr7c2pkTc0GdyDd { width:3.125rem;height:3.125rem;top:12.5rem;left:44.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IltDanqoJXs3b889uPRIaDmAmVuWMPtA { top:20.625rem;left:44.5625rem;width:3.1875rem;height:3.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAabnBA76TTt2kLRHd0PwAhpVO3O4pN8 { top:24.625rem;left:19.9375rem;width:27.8125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkJbrHWwe22GZKVbf6FeBw6q2PH4PacS { top:1.125rem;left:0rem;width:15rem;height:23.5623125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { display:none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:20rem;height:22.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh { display:block; }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mW2kaOMNNSf5Ms83zoTvVAEk4VGnelZm { width:20rem;height:2.6692954769501rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMPh9q7yTATvII1GDvpet2tCgc7xcbTo { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ecb8c5, #da96be);background-image: -moz-linear-gradient(180deg, #ecb8c5, #da96be);background-image: -ms-linear-gradient(180deg, #ecb8c5, #da96be);background-image: -o-linear-gradient(180deg, #ecb8c5, #da96be);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecb8c5', endColorstr='#da96be' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecb8c5', endColorstr='#da96be' );";background-image: linear-gradient(180deg, #ecb8c5, #da96be);background-size:auto !important;display:block; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container { background-color: transparent; background-image: none; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container > .video-iframe-container { display: none; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row > .video-iframe-container { display: none; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .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); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container { width:20rem;height:59.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xriOgq0msMvfL5FlSAlfcGdA39WbgHbD { width:18.75rem;height:29.8125rem;top:14.9375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQqRoEAT2KhpPvTmlQfwSaMtdhWr9OFi { width:18.375rem;height:1.94921875rem;top:18.6875rem;left:0.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-regular-label { width:15.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-text { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-text {padding-top: 0; padding-bottom: 0;}#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-textarea { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-select { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-select {padding-top: 0; padding-bottom: 0;}#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-button { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-checkbox-label { width:14.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk  { width:15.5rem;height:auto;top:20.25rem;left:0.6875rem; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .radio-container { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk {display:block;}#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk { width:15.5rem;height:auto;top:20.25rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #ihso1EdAfK7PfEFCIZVX6V1O7uTgZk2o {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #dL78uxVDNQHT7rpnPVUJXKvl1eUKKO3m {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #rVrVqcoIMaBfmVT8Gkz3M0gQAGCJww2I {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #a7b2mKqmNyUQcVQwcoEvK6IHmSk1wBMy {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #s3gLu9TLHCOMv7Hi8cfzgvNmsv4EP5gK {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #HVsqHZ55iTh6TMaV3pq4ukbLVqqX4klm {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #Vb6FRV3xdtNM4H6iFBooOUJM5DI9GptN {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #OAcHvAVgyU9hxVLKBDoScXHsioMTmBWq {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #DNzoHJcBSn8ZQMhmIezC0DNMFl80l1UT {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #U8gKFzo4EtCKeqTFZyb7RMTIh6sLVARp {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #mxeTqUkJDREb4nIqTictgh38kDB26gX8 {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #MouDcqiN6bMdFQ07KnEQeJhXSnDavcF5 {  }
 }@media only screen and (max-width: 763px) { #OO9MDOQokbuMoJkRWlWrAmXEHuqwdMvG { display:block; }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #cToeNzTVBPtEgQZGIw6zRP7h9bPnopX7 {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #zw7LNOvh4FaACLbW2kWfKy62lAuoaTLJ {  }
 }@media only screen and (max-width: 763px) { #uDHmzMUpb9ipe5vv2eAvBJ8nl4s73zcw { width:6.25rem;height:6.25rem;top:11.75rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUs9Apcoy90IB0Apo3hslsyRGbxWp3SL { width:5.56206875rem;height:3.1484375rem;top:13.3125rem;left:6.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pShgekOIHnqEBcI3gDud11kxTpAtvC3a { width:1.25rem;height:1.25rem;top:4.8111982345581rem;left:9.3750000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozDkb49G8greBVcZpuIl57EKHtf4ryNQ { width:7.874375rem;height:2.8125rem;top:10.030382156372rem;left:0rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #xwP2kIcI67SH7c6ZZkf8Ns5vTXGJ7tZl { width:10.686875rem;height:1.462675rem;top:7.4989156723025rem;left:4.6560330986977rem;font-size:1.125rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #WbhRUHKWrMlTlc7uNKTKXmVtSA0aSrIC { width:7.6248125rem;height:2.87435rem;top:10rem;left:12.375rem;z-index:100097;display:block; }
 }@media only screen and (max-width: 763px) { #tmGE4wi1eIuFIQl3v82M6m65KZJi335B { width:20rem;height:0;top:0.63151037693025rem;left:0rem;font-size:0.9375rem;z-index:100006;color:#ffffff;font-family:"br font n-day";font-weight:400;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:none; }
 }@media only screen and (max-width: 763px) { #KCJALSmOmKuMZWoOstERO0TzCWHiC5Td { width:15.374375rem;height:15.374375rem;top:44.11349773407rem;left:2.3122830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr0lJIiC5omPuOtMGBdgOonatnOoS5Xl { width:20rem;height:3.41015625rem;top:0.88324689865113rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyQ1DI7ibAA2XlOkpQol9XgBIiI4FzdA { display:block; }#SyQ1DI7ibAA2XlOkpQol9XgBIiI4FzdA > .row .container { width:20rem;height:289.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TznFz4h2CTvPhBlxRfgeqM8LpXLKaC52 { width:13.2498125rem;height:1.13671875rem;top:287.875rem;left:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceyTHpxOCcRGfSoLTVNxaUUllOWmixr4 { width:20rem;height:1.8684875rem;top:0.74652671813963rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;z-index:100088;display:block; }
 }@media only screen and (max-width: 763px) { #Uacutd6KqLMysOWTfkF5Rl89f0pf62IK { width:15.0625rem;height:13.8125rem;top:3.5rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#Uacutd6KqLMysOWTfkF5Rl89f0pf62IK.adaptive-delivery-prevent-bg, #Uacutd6KqLMysOWTfkF5Rl89f0pf62IK.lazyload, #Uacutd6KqLMysOWTfkF5Rl89f0pf62IK.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #waoxcU0GKtWgXF1ISvh1OR36HxhaaTlg { width:15.0625rem;height:13.8125rem;top:18.8125rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#waoxcU0GKtWgXF1ISvh1OR36HxhaaTlg.adaptive-delivery-prevent-bg, #waoxcU0GKtWgXF1ISvh1OR36HxhaaTlg.lazyload, #waoxcU0GKtWgXF1ISvh1OR36HxhaaTlg.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #N350K1V34wlrwTCkTRbZNQmCTnp14wMH { width:12.5rem;height:5.84765625rem;top:6.1875rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXuTolVklOZP9fQmeHtgOWlcUJrwQ1Sg { width:13.2498125rem;height:1.13671875rem;top:24rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBPlKJsRNWlr0OR3BwddemB4Nvs4MEnx { width:12.5rem;height:5.60449375rem;top:21.4375rem;left:3.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFavHL3MIfR1hDuGd9A3wCGcAtUwo6DN { width:15rem;height:13.8125rem;top:34.125rem;left:2.4375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#gFavHL3MIfR1hDuGd9A3wCGcAtUwo6DN.adaptive-delivery-prevent-bg, #gFavHL3MIfR1hDuGd9A3wCGcAtUwo6DN.lazyload, #gFavHL3MIfR1hDuGd9A3wCGcAtUwo6DN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #pG4dWLTvi0lKKwtQzuylCO4JCue9TWXp { width:12.5rem;height:1.8684875rem;top:35rem;left:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHN621hWlWthQUR5B6hla8nXsEHhmT0g { width:12.5rem;height:1.2999125rem;top:43.8125rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFGAO6HK5zGnXeKT0zF8JkrWyqORbtaG { width:20rem;height:17.296875rem;top:149.953125rem;left:0rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #qXld8V5surl0DTPuMkh4cIoyAQma94sW { width:8.75rem;height:2.6875rem;top:30.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PP5zgoP5N6NI0CpbX4keh182MfQMfzIe { display:block; }
 }@media only screen and (max-width: 763px) { #hlk8cRQaTfNxV1aQskuCqW1fuHFqAonZ { width:8.75rem;height:2.6875rem;top:45.5rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQOCoufgAMctoOtG4xJSX7GLcrsasdIe { display:block; }
 }@media only screen and (max-width: 763px) { #MDJU9he2ma7HkBvQSme6MeWiqeKIART0 { width:8.75rem;height:2.6875rem;top:14.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFhiq6BJh27FAcgaeONBsGW0FkSGhyun { display:block; }
 }@media only screen and (max-width: 763px) { #IdUpKr1NhVCC6IJQzxTuNGoATMzEJTlR { width:12.5rem;height:5.68359375rem;top:37.6875rem;left:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyrB2bhILa5rDKk5JdLpT5p6yABGRr2v { width:12.5rem;height:1.2999125rem;top:28.5rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHihRtkepZn6pLO1wi7GWLRdAhktxt7c { width:12.5rem;height:1.2999125rem;top:13.1875rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #weZKBI8MHZGDHHv2Uw22r1EcsJ0vmGwM { width:15.0625rem;height:13.8125rem;top:49.4375rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#weZKBI8MHZGDHHv2Uw22r1EcsJ0vmGwM.adaptive-delivery-prevent-bg, #weZKBI8MHZGDHHv2Uw22r1EcsJ0vmGwM.lazyload, #weZKBI8MHZGDHHv2Uw22r1EcsJ0vmGwM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ZckSM85O2MKIMU6h0nLBnWOUl1m8UNf7 { width:15.061875rem;height:13.811875rem;top:65.0625rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#ZckSM85O2MKIMU6h0nLBnWOUl1m8UNf7.adaptive-delivery-prevent-bg, #ZckSM85O2MKIMU6h0nLBnWOUl1m8UNf7.lazyload, #ZckSM85O2MKIMU6h0nLBnWOUl1m8UNf7.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #PbazwKHkiTF90tNUDKpeVAp1kK0xb63I { width:8.75rem;height:2.6875rem;top:76.375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfa0LsPd8dHWXKT6oHXbXkWRZ2M1f46K { display:block; }
 }@media only screen and (max-width: 763px) { #aXTmZvZgxuz1GiADQTub3Tv2iggGXOeP { width:8.75rem;height:2.6875rem;top:60.8125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cu3L4ayeOIQVZ8qKu5no7LVbMAO2py0L { display:block; }
 }@media only screen and (max-width: 763px) { #uvnF7DAAGoxfVJwg4pp2sBoOaq3sVbHr { width:15rem;height:13.8125rem;top:80.375rem;left:2.4375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#uvnF7DAAGoxfVJwg4pp2sBoOaq3sVbHr.adaptive-delivery-prevent-bg, #uvnF7DAAGoxfVJwg4pp2sBoOaq3sVbHr.lazyload, #uvnF7DAAGoxfVJwg4pp2sBoOaq3sVbHr.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #J3po1UgTmakarTWP4IRvzeF9yvZyOTG2 { width:12.5rem;height:1.2999125rem;top:74.75rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPcZFDEuSZxM0NrUy9b3oLNAUnLlVDbi { width:12.5rem;height:1.2999125rem;top:59.125rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKA4aabW9NMAWR37ALXWLnTpbZ8aFGeR { width:12.5rem;height:1.2999125rem;top:90.0625rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDNCnuz2zOXP0w6yIFgWh01OvO8DfOoA { width:8.75rem;height:2.6875rem;top:91.75rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMPglsG2VanwbNK6zzzdukAF8x5nk4vE { display:block; }
 }@media only screen and (max-width: 763px) { #IiGNvskpqeZifJn16dVzZ9fX0SKm9d1v { width:12.5rem;height:6.9043125rem;top:51.25rem;left:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #geZ4OxCZCKUAKhTP9dpG99SsHgahKLEM { width:12.5rem;height:7.3095625rem;top:67.1875rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1QrTVkFwC0z309dnxOfLugyHNlbrpf7 { width:13.2498125rem;height:1.13671875rem;top:70.25rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sB8ZqTGe2rWu2xwE8QVhl3MCVWa0yhNo { width:12.5rem;height:4.875rem;top:83.1875rem;left:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiaxdOlosTiqG9BzB6GbQLpybAa0QPPP { width:15.0625rem;height:13.8125rem;top:95.9375rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#PiaxdOlosTiqG9BzB6GbQLpybAa0QPPP.adaptive-delivery-prevent-bg, #PiaxdOlosTiqG9BzB6GbQLpybAa0QPPP.lazyload, #PiaxdOlosTiqG9BzB6GbQLpybAa0QPPP.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wQyPrvxlOu5kQ1hl8L4nCSPT8wGlHS5m { width:15.0625rem;height:13.8125rem;top:111.25rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#wQyPrvxlOu5kQ1hl8L4nCSPT8wGlHS5m.adaptive-delivery-prevent-bg, #wQyPrvxlOu5kQ1hl8L4nCSPT8wGlHS5m.lazyload, #wQyPrvxlOu5kQ1hl8L4nCSPT8wGlHS5m.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #EUft5acSinPxewV0vSinebbUZeTav1cp { width:8.75rem;height:2.6875rem;top:107.3125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5T9VOvI0kC8B2KrmugX0AAnlfDe6Ffn { display:block; }
 }@media only screen and (max-width: 763px) { #D2EufP2i4kbqPkQfwP7Zql5zam04VVzD { width:8.75rem;height:2.6875rem;top:122.5625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbzHiNuExPcGGqOZTQ18vhbAq4Uexvut { display:block; }
 }@media only screen and (max-width: 763px) { #DVtBFBtWcDfQqrfNG0T8m5XS71xHlbG0 { width:15rem;height:13.8125rem;top:126.5625rem;left:2.4375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#DVtBFBtWcDfQqrfNG0T8m5XS71xHlbG0.adaptive-delivery-prevent-bg, #DVtBFBtWcDfQqrfNG0T8m5XS71xHlbG0.lazyload, #DVtBFBtWcDfQqrfNG0T8m5XS71xHlbG0.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #GD4r6WfTomqTv6EvtMkn4GaT5fxT3MT4 { width:12.5rem;height:1.2999125rem;top:120.9375rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5E5cxeBpEpa2D5Wbd2ppAHh5aIeC6qE { width:12.5rem;height:1.21875rem;top:105.625rem;left:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmLVbWKvWxtpPJbIAwdeAGhDEmMZx5tQ { width:12.5rem;height:1.2999125rem;top:136.25rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNr5sWniP9KxvOA6MDT8U5I9CmuIx0q6 { width:8.75rem;height:2.6875rem;top:137.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANsaPssIPI2TgRWLA0AA1eFO96t1Ht69 { display:block; }
 }@media only screen and (max-width: 763px) { #uQPkAKIpBfnr74xqMTrFNgT19aLQBecP { width:12.5rem;height:5.11816875rem;top:113.4375rem;left:3.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FropMyQXwoeJB3Wy7fTAbL022PQoT1wZ { width:12.5rem;height:4.875rem;top:98.75rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7GzU3Dii4z1Vzq901Flt9N5AThAd1hg { width:12.5rem;height:3.4121125rem;top:129.375rem;left:3.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgGhikZrCJcMKsLqFQBiUp3iZE3nAXW8 { width:13.2498125rem;height:1.13671875rem;top:116.4375rem;left:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0UVmGlToMem2VuITvx7Ik21ILNu4Ani { width:15.0625rem;height:13.8125rem;top:141.875rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#n0UVmGlToMem2VuITvx7Ik21ILNu4Ani.adaptive-delivery-prevent-bg, #n0UVmGlToMem2VuITvx7Ik21ILNu4Ani.lazyload, #n0UVmGlToMem2VuITvx7Ik21ILNu4Ani.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #CIcstX0gmauuSlQkdbWTJmU2flkTfZqu { width:15.0625rem;height:13.8125rem;top:157.5rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#CIcstX0gmauuSlQkdbWTJmU2flkTfZqu.adaptive-delivery-prevent-bg, #CIcstX0gmauuSlQkdbWTJmU2flkTfZqu.lazyload, #CIcstX0gmauuSlQkdbWTJmU2flkTfZqu.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Jls34ohR4l32h0DXN6GsTuWvrl0H1Sxi { width:8.75rem;height:2.6875rem;top:153.3125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAxkTUwFPKznVsqaXZvVG9K9PplOOK6E { display:block; }
 }@media only screen and (max-width: 763px) { #LHZa7wcBF5igfUpZ2zUGJHHcir8IJNCM { width:8.75rem;height:2.6875rem;top:168.8125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMxN0dw5qBgNTRa8uDpmuLhbi2SJlBhJ { display:block; }
 }@media only screen and (max-width: 763px) { #PuAI9EzPfgB06zTMJ7bisKiBeOm9TqD5 { width:12.5rem;height:1.2999125rem;top:167.1875rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mohsWybTRhN9O3MQxlTkJXQssFKkBl0f { width:12.5rem;height:1.21875rem;top:151.625rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE49K8kBP3TRRZTPsLvlplc3LyTm6bq5 { width:15rem;height:13.8125rem;top:172.8125rem;left:2.4375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#pE49K8kBP3TRRZTPsLvlplc3LyTm6bq5.adaptive-delivery-prevent-bg, #pE49K8kBP3TRRZTPsLvlplc3LyTm6bq5.lazyload, #pE49K8kBP3TRRZTPsLvlplc3LyTm6bq5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cO5BgCmg2rS9r6sGbmLP5lgJoqaf5ruI { width:12.5rem;height:1.2999125rem;top:182.5rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #la9IwBh9p71iAN5T6cFb3T0HfeC7ME5S { width:12.5rem;height:5.1181625rem;top:159.6875rem;left:3.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8RpnTJnzfD8ARO3xsif74uinWhvGo0P { width:12.5rem;height:6.171875rem;top:144.75rem;left:3.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwXA1qnbewT0LT36Ltxq8WeUsVTzIboq { width:12.5rem;height:7.7995rem;top:173.625rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0nslfTq1tbEASdccLnUb9Q6E9f52Fwn { width:13.2498125rem;height:1.13671875rem;top:162.6875rem;left:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5WPfQ3kgEClwCuxsB7gZ9DTsilUPlqE { width:8.75rem;height:2.6875rem;top:184.1875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #loD1uUaJdcWI9DB7keuyXphfGTzrkMcO { display:block; }
 }@media only screen and (max-width: 763px) { #KkotemIzQCrPW4QMrRKkPdHz55zEPLMe { width:8.75rem;height:2.686525rem;top:281.6259765625rem;left:5.625rem;z-index:100086;display:block; }
 }@media only screen and (max-width: 763px) { #gOORLXSop27EdWxMgk80nND0HTqT0vdw { display:block; }
 }@media only screen and (max-width: 763px) { #GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm { display:block; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hPLlr7Lz6UIiNPOuyHPuqtwt4PNQii1H { width:20rem;height:2.76171875rem;top:0.205078125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF700Vu2Ct120lZTTrbRWMSLgH2CbtGv { width:15.625rem;height:0;top:0rem;left:2.15625rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QIOEW2oEJ7Ismvu6EKwS0pQgQTtmF1VX { width:19.436875rem;height:12.833125rem;top:41.649521827697rem;left:0.34353297948838rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIA38b21P6vL63AsEacnT33cNItEzvNX { width:19.375rem;height:12.874375rem;top:22.839631557464rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAGvl5bTI65dp0FsqqGgv8iV8Alzdkv1 { width:19.375rem;height:12.8125rem;top:4.215496875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnCG7tAREf1dPp39OAfgzLLqMEr14hao { width:16.9998125rem;height:3.9375rem;top:17.998047828674rem;left:1.4995661377907rem;font-size:1.3125rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #FsEgbz4JLPHx0rePmxvpTEVdvwhrtdeC { width:16.9998125rem;height:3.9375rem;top:36.936850547791rem;left:1.4995661377907rem;font-size:1.3125rem;z-index:100011;display:block; }
 }@media only screen and (max-width: 763px) { #JHUVDvzC5WShquiQvydTssZoHxXDtWLn { width:16.9998125rem;height:1.9694rem;top:56.250001907349rem;left:1.4995661377907rem;font-size:1.3125rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #IqhC2C9MssvksTAqX7bnciRGVV4uTnUv { display:block; }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM { display:block; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3dqLJbL6KSHDnWOxRpKkGc0pJaZkLE1 { width:6.5625rem;height:6.06228125rem;top:27.25rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVl7d5baw4488HxCLSNkgCSBTc9Um44L { width:20rem;height:3rem;top:0.93747711181638rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QnZpFdr3QUZna3sqAuMUJWfvyTPtWEFM { width:14.4998125rem;height:2.923825rem;top:25.936415672302rem;left:2.7495661377907rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hDH4yGtS2fqOyz15QpvWGyhN1rT9NeOL { width:20rem;height:2.11263125rem;top:29.875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WBGGgF9V6COSIp6OQGcnDhnP7wcCLQgw { width:2.8125rem;height:2.8125rem;top:33.25rem;left:14.0625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVgcZ9NuFIn3Oi1Lm0y8Z5TGS7TnHvMn { width:2.8125rem;height:2.8125rem;top:33.25rem;left:10.75rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioW9iEdslgi80ddpwJDgKk2chO2iGR15 { width:2.8125rem;height:2.8125rem;top:33.25rem;left:3.125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O90BTEvmuhhVU9UvH1aMLNMUe1eWOECd { width:3.125rem;height:3.125rem;top:29.375rem;left:1.8745661377907rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDKuVLVcQWKt4BqvEQr7c2pkTc0GdyDd { width:3.125rem;height:3.125rem;top:25.836547851562rem;left:1.7495661377907rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IltDanqoJXs3b889uPRIaDmAmVuWMPtA { width:3.1875rem;height:3.1875rem;top:33.0625rem;left:7rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAabnBA76TTt2kLRHd0PwAhpVO3O4pN8 { width:20rem;height:0.9746125rem;top:37.4375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JkJbrHWwe22GZKVbf6FeBw6q2PH4PacS { width:12.8125rem;height:20.186625rem;top:4.7493457794189rem;left:3.5937500596046rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }