.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); }#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; }
#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:3.8736979961395rem;left:5.9016914367676rem;height:3.0859375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e3bfc8, #da96be);background-image: -moz-linear-gradient(180deg, #e3bfc8, #da96be);background-image: -ms-linear-gradient(180deg, #e3bfc8, #da96be);background-image: -o-linear-gradient(180deg, #e3bfc8, #da96be);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3bfc8', endColorstr='#da96be' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3bfc8', endColorstr='#da96be' );";background-image: linear-gradient(180deg, #e3bfc8, #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:34.6875rem;width:60rem;position:relative;display:block; }#TfwvzEJJf2FvWaBf9vRbbKSTu7aMDOyO { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.9355625rem;width:20.7498125rem;top:5.3743492811918rem;left:39.250217437744rem;overflow:hidden;display:block; }
#qRpUURQuVTawh9kU9dnvNd3DmdRwmCxE { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.186rem;width:27.9980625rem;top:15.122613191604rem;left:0rem;overflow:hidden;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.8125rem;width:32.875rem;top:12.9375rem;left:13.625rem;display:block; }
#GQqRoEAT2KhpPvTmlQfwSaMtdhWr9OFi { color:#000000;display:block;width:24.5rem;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.4375rem;left:17.75rem;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:27.75rem;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:27.75rem;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:27.75rem;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:27.75rem;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:27.75rem;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:26.375rem;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:27.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100010;position:absolute;top:15.686847686767rem;left:14.874132156372rem; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.75rem;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:27.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100010;position:absolute;top:15.686847686767rem;left:14.874132156372rem; }
#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:11.375rem;left:10.4375rem;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:12.9375rem;left:10.75rem;height:4.72265625rem;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.0603301525116rem;left:29.375rem; }
#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:8.9680988788606rem;left:19.567058563233rem;overflow:hidden;display:block; }
#xwP2kIcI67SH7c6ZZkf8Ns5vTXGJ7tZl { color:#494748;display:block;width:18.75rem;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.4355471134187rem;left:23.068576812744rem;height:1.86889375rem;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.1243488788606rem;left:30.625rem;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; }
#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:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr.adaptive-delivery-prevent-bg, #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr.lazyload, #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr.lazyloading { background-image: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { background-color: transparent; background-image: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .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 > .row .container { border-width: 0; border-radius: 0; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container {  }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:60rem;height:13.375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#BG9fhgBvFX3oI988910q79FMfSdK6TOs { background-color:#3181ba;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:"alw arabic";font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8730625rem;height:3.2487rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:5.712890625rem;left:21.943359375rem;display:block; }
#OGGIXmOTNJvDH7azzOzpNHo0y8CDUXis { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hpt8TI8tf6yXakkvusJhD1tcLZTr7KWW { box-sizing:content-box;color:#5d92ff;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:flex;z-index:100007;opacity:1;top:5.7747402191162rem;left:23.005641937256rem; }
#hpt8TI8tf6yXakkvusJhD1tcLZTr7KWW > img { max-width: 100%;max-height:100%; }#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;background-image:none;position:relative;display:block; }#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB > .row .container { background-color: transparent; background-image: none; }#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB > .row .container > .video-iframe-container { display: none; }#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB > .row > .video-iframe-container { display: none; }#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB > .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); }#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB > .row .container { border-width: 0; border-radius: 0; }#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB > .row > .video-iframe-container {  }#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB > .row .container { font-size:0.875rem;font-family:arial;height:20.375rem;width:60rem;position:relative;display:block; }#ZmUuZQ0rPesMreRbIELvd9W0NC6Tu6zq { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.25) ;height:16.3125rem;width:24.625rem;top:2.8428802490234rem;left:1.7426204681396rem;overflow:hidden;display:block; }
#l2cEyv06i8owIW5LGlSO3EZlzRUvP87S { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.7480625rem;width:20.1248125rem;top:3.6252174377441rem;left:20.620658874512rem;overflow:hidden;display:block; }
#DNCEo2OinaAfxTQUyC7RfdDiTXJf1w1m { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.25) ;height:13.8125rem;width:20.875rem;top:3.4364147186279rem;left:34.186199188233rem;overflow:hidden;display:none; }
#VZNopw3yVdUh5az6c7A0853Do8Az13vA { 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:100045;text-align:center;text-align-last:center;top:14.972877502441rem;left:41.187068939209rem;display:block; }
#zQ2zJEw7JiEU68qdoTlvGsLkXxdVtT9P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mNlTFmSPaRpF5cWJv1zlh8Es5i5fngsV { color:#014f4d;display:block;width:28.811875rem;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:2.8428821563721rem;left:31.185981750488rem;height:;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; }
#UhvpoJfeXbU42NK5pEEgpKVXtDpNJZmD { color:#000000;display:block;width:19.8123125rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100047;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:6.9390201568606rem;left:35.686851501465rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#h6cztZyygdETCQkLpbkRZVp3PMiBTq54 { color:#fdfdfd;display:block;width:18.75rem;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(0,0,0,0.5);top:6.4355471134187rem;left:23.068576812744rem;height:1.8684875rem;font-style:normal;display:none; }
#zw889Ta3rshSwG9fJeBi5M1wp69zLmlV { 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:8.9680988788606rem;left:19.567058563233rem;overflow:hidden;display:none; }
#sLLrMVlBoMXUUB7HsUP59bAXmHA9xhXM { 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.1243488788606rem;left:30.625rem;overflow:hidden;display:none; }
#BEAFLHKqOnTsSVJM3KmS3grKNxxSUBUH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;background-image:none;position:relative;display:block; }#BEAFLHKqOnTsSVJM3KmS3grKNxxSUBUH > .row .container { background-color: transparent; background-image: none; }#BEAFLHKqOnTsSVJM3KmS3grKNxxSUBUH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BEAFLHKqOnTsSVJM3KmS3grKNxxSUBUH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BEAFLHKqOnTsSVJM3KmS3grKNxxSUBUH > .row .container > .video-iframe-container { display: none; }#BEAFLHKqOnTsSVJM3KmS3grKNxxSUBUH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BEAFLHKqOnTsSVJM3KmS3grKNxxSUBUH > .row > .video-iframe-container { display: none; }#BEAFLHKqOnTsSVJM3KmS3grKNxxSUBUH > .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); }#BEAFLHKqOnTsSVJM3KmS3grKNxxSUBUH > .row .container { border-width: 0; border-radius: 0; }#BEAFLHKqOnTsSVJM3KmS3grKNxxSUBUH > .row > .video-iframe-container {  }#BEAFLHKqOnTsSVJM3KmS3grKNxxSUBUH > .row .container { font-size:0.875rem;font-family:arial;height:41.0625rem;width:60rem;position:relative;display:block; }#LpJim5C3n0KhwGVCJInOwoJkt6k2ALGi { position:absolute;display:block;z-index:100049;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.125rem;top:26.5rem;left:22.3125rem;display:block; }#LpJim5C3n0KhwGVCJInOwoJkt6k2ALGi.adaptive-delivery-prevent-bg, #LpJim5C3n0KhwGVCJInOwoJkt6k2ALGi.lazyload, #LpJim5C3n0KhwGVCJInOwoJkt6k2ALGi.lazyloading { background-image: none; }
#h7Tx7lPiG9dht441zqPGs72VHWOgU95O { 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:100050;text-align:center;text-align-last:center;top:37.875rem;left:25.75rem;display:block; }
#y21fXObQAD8vNrxW1imZhME604NVIsnb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#M5B4bl4g1dcby9O4ZVfsnzf57TZlUL2M { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100176;line-height:1.3;letter-spacing:0;top:28.25rem;left:23.125rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#MoLBtKAimWeBocL1xwWWTMG21IhDMqus { color:#000000;display:block;width:11.7480625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100176;line-height:1.3;letter-spacing:0;top:31.125rem;left:24.0625rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#G3rT0dNv35F85tqJnbCCZQeBTwr78Q86 { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100180;line-height:1.3;letter-spacing:0;top:35.4375rem;left:23.6875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#L4iEd75GZkfT9McXCThWhqsTVdiTA5zw { position:absolute;display:block;z-index:100063;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.125rem;top:8.75rem;left:1.4375rem;display:block; }#L4iEd75GZkfT9McXCThWhqsTVdiTA5zw.adaptive-delivery-prevent-bg, #L4iEd75GZkfT9McXCThWhqsTVdiTA5zw.lazyload, #L4iEd75GZkfT9McXCThWhqsTVdiTA5zw.lazyloading { background-image: none; }
#AAkvQnADcNSQgPSqKLf3zWXk9IweAnE4 { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100190;line-height:1.3;letter-spacing:0;top:9.75rem;left:2.25rem;height:7.714875rem;text-align:center;text-align-last:center;display:block; }
#R3DM7ZtDZRrLBIp6gRhgPI7k4uKmcuzP { 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.875rem;width:15.125rem;top:8.75rem;left:22.375rem;display:block; }#R3DM7ZtDZRrLBIp6gRhgPI7k4uKmcuzP.adaptive-delivery-prevent-bg, #R3DM7ZtDZRrLBIp6gRhgPI7k4uKmcuzP.lazyload, #R3DM7ZtDZRrLBIp6gRhgPI7k4uKmcuzP.lazyloading { background-image: none; }
#vuooyMAA389MRkdW5KtL6lK6uoa7WUkz { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100184;line-height:1.3;letter-spacing:0;top:12.0625rem;left:23.3125rem;height:4.62890625rem;text-align:center;text-align-last:center;display:block; }
#NMoPu6DR8aNrGBcWVZPVXIeKr5Qim7Bq { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100188;line-height:1.3;letter-spacing:0;top:17.75rem;left:23.8125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Lg51rRI2EJ9aVDS6CExSzJiwi3oTEOwn { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100194;line-height:1.3;letter-spacing:0;top:18.125rem;left:2.8125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#PP01kBSVufXzXSgd7vnfsCmM4hTcE9d0 { 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.125rem;top:8.75rem;left:43.4375rem;display:block; }#PP01kBSVufXzXSgd7vnfsCmM4hTcE9d0.adaptive-delivery-prevent-bg, #PP01kBSVufXzXSgd7vnfsCmM4hTcE9d0.lazyload, #PP01kBSVufXzXSgd7vnfsCmM4hTcE9d0.lazyloading { background-image: none; }
#Tek0SlJOyqXOmImB0B01aDa9nRXzuJ1I { 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:20.125rem;left:25.8125rem;display:block; }
#qQOiRSNFgoDCenBb1JynI4hiiBkJkq2l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fhHTQ7R02wlFKTRUK6LnpBLKVeS0mWEk { 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:100064;text-align:center;text-align-last:center;top:20.125rem;left:4.875rem;display:block; }
#etrcM8wJXUqXxr5Cz3gVzBw443U6L2BL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DSh1i4SMlhCemdTVTiHXyXZVqOAkJPdy { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.4375rem;font-weight:normal;z-index:100183;line-height:1.3;letter-spacing:0;top:11.4375rem;left:44.4375rem;height:1.8681625rem;text-align:center;text-align-last:center;display:block; }
#T5V7TTXU7KuicK76HgpaGX4DrvkNnUM8 { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100187;line-height:1.3;letter-spacing:0;top:17.125rem;left:44.9375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#plvnWzaw9vgNneGAZaRWz7SgvM0dirBB { 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:20.125rem;left:46.875rem;display:block; }
#mRgHd9tC1Bhixdrx4MPqebunzbmPzpa3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pSSbLlzOGRWnHlclBfzKEbsUyO3t0ReH { color:#014f4d;display:block;width:32.374125rem;position:absolute;font-family:"neo sans arabic";font-size:2.5rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:1.9032115936279rem;left:13.965929031372rem;height:;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; }
#fKcWkg7nEPIb9oU9HTpVThrImIu4Toig { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;background-image:none;position:relative;display:none; }#fKcWkg7nEPIb9oU9HTpVThrImIu4Toig > .row .container { border-width: 0; border-radius: 0; }#fKcWkg7nEPIb9oU9HTpVThrImIu4Toig > .row > .video-iframe-container {  }#fKcWkg7nEPIb9oU9HTpVThrImIu4Toig > .row .container { font-size:0.875rem;font-family:arial;height:37.0625rem;width:60rem;position:relative;display:none; }#arZLp9e0WDncDOFv0naWaJpNH3oCgaEf { position:absolute;display:block;z-index:100039;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.125rem;top:1.3975696563721rem;left:42.693141937256rem;display:block; }#arZLp9e0WDncDOFv0naWaJpNH3oCgaEf.adaptive-delivery-prevent-bg, #arZLp9e0WDncDOFv0naWaJpNH3oCgaEf.lazyload, #arZLp9e0WDncDOFv0naWaJpNH3oCgaEf.lazyloading { background-image: none; }
#ogo4NWpiILVrLvgQRNucQamc6hy3i2dT { 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:100040;text-align:center;text-align-last:center;top:12.772570610046rem;left:46.100479125976rem;display:block; }
#sTRvDOVcVZmIp3IXe9LSWrtnuo6VOUn8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TqoQATnCKATPsxX4F0td3avBWI4QiaBo { position:absolute;display:block;z-index:100041;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.125rem;top:1.375rem;left:21.625rem;display:block; }#TqoQATnCKATPsxX4F0td3avBWI4QiaBo.adaptive-delivery-prevent-bg, #TqoQATnCKATPsxX4F0td3avBWI4QiaBo.lazyload, #TqoQATnCKATPsxX4F0td3avBWI4QiaBo.lazyloading { background-image: none; }
#XTWCaGGpBvFFX5lrmF9KTu75IqA10sLU { 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:100042;text-align:center;text-align-last:center;top:12.75rem;left:25.0625rem;display:block; }
#vUwBJvJzQnx6HTWCsTvs44MTItPmTiCv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#N1eF8TuRRkxtC3oJaS1qhqPhxK1377U4 { position:absolute;display:block;z-index:100045;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.125rem;top:19.4375rem;left:21.625rem;display:block; }#N1eF8TuRRkxtC3oJaS1qhqPhxK1377U4.adaptive-delivery-prevent-bg, #N1eF8TuRRkxtC3oJaS1qhqPhxK1377U4.lazyload, #N1eF8TuRRkxtC3oJaS1qhqPhxK1377U4.lazyloading { background-image: none; }
#uRuh2K5UvODaJKu9iG85rxyan8fhypnT { 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:100046;text-align:center;text-align-last:center;top:30.8125rem;left:25.0625rem;display:block; }
#ByxCI7SEgm5fT8bcDAWfm5kQbTZ6B8zJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MtXXkDbTvrbhuKHUZaC4RS88noMkfRlN { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.4375rem;font-weight:normal;z-index:100169;line-height:1.3;letter-spacing:0;top:4.08203125rem;left:43.693576812744rem;height:3.73698125rem;text-align:center;text-align-last:center;display:block; }
#vzgBkJK8RnI0Xeg7MgsbAA2Q9VNAcfOB { color:#000000;display:block;width:11.7480625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100170;line-height:1.3;letter-spacing:0;top:6.7491321563719rem;left:23.4375rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#wvkIszcc8HoMDcXZfu0tX0zd6nFkGvwL { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100173;line-height:1.3;letter-spacing:0;top:9.75rem;left:44.1875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#TATf2uslxFzbBuNBTETLkSpxKZwcpElp { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100170;line-height:1.3;letter-spacing:0;top:3.51953125rem;left:22.624782562256rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#aUNgwOF348ZLKp90R08rDGDqvH2bv5Wv { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100174;line-height:1.3;letter-spacing:0;top:10.380859375rem;left:23.060981750488rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#KeitKkT1uKCGwc15nnEECkITbFO27mqa { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100173;line-height:1.3;letter-spacing:0;top:21.3125rem;left:22.4375rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#NxEXvnWTUC2xWbfIZUIuen0kzeJQnLTZ { color:#000000;display:block;width:11.749125rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100173;line-height:1.3;letter-spacing:0;top:24.5rem;left:23.25rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#zwE9X0NorDrrXybKnqMWwl2vPMUu5EKm { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100177;line-height:1.3;letter-spacing:0;top:27.625rem;left:22.875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#mNXHl0COqODzBNpTzWbmZs6ROllBdKWB { position:absolute;display:block;z-index:100049;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.125rem;top:1.375rem;left:0.6875rem;display:block; }#mNXHl0COqODzBNpTzWbmZs6ROllBdKWB.adaptive-delivery-prevent-bg, #mNXHl0COqODzBNpTzWbmZs6ROllBdKWB.lazyload, #mNXHl0COqODzBNpTzWbmZs6ROllBdKWB.lazyloading { background-image: none; }
#ZPT5Brw48ML7ZQKD7HKb7TvqfWJB9IH8 { 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:100050;text-align:center;text-align-last:center;top:12.75rem;left:4.125rem;display:block; }
#Sar3f0pNwZ0k3DNpnNz518H43tDxg4R6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DO47vNin0SNfPL0ean7fkTPQpuJsHah9 { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100176;line-height:1.3;letter-spacing:0;top:3.125rem;left:1.5rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#oaapvI7PScDNcmTRGGnMmKRVK9vlGkeU { color:#000000;display:block;width:11.7480625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100176;line-height:1.3;letter-spacing:0;top:6rem;left:2.4375rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#f2g7sof7zUxdlmyTgTTAytHTGsxyFRXn { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100180;line-height:1.3;letter-spacing:0;top:10.3125rem;left:2.0625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#LTrEJi4b5uS2nUKUXT8aUDH5xnSwS2n8 { position:absolute;display:block;z-index:100041;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:19.5rem;left:0.6875rem;display:block; }#LTrEJi4b5uS2nUKUXT8aUDH5xnSwS2n8.adaptive-delivery-prevent-bg, #LTrEJi4b5uS2nUKUXT8aUDH5xnSwS2n8.lazyload, #LTrEJi4b5uS2nUKUXT8aUDH5xnSwS2n8.lazyloading { background-image: none; }
#JAbbbiH02nbgDm4f4UotQbbWp1lNDWIB { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.4375rem;font-weight:normal;z-index:100170;line-height:1.3;letter-spacing:0;top:22.25rem;left:1.6875rem;height:3.73698125rem;text-align:center;text-align-last:center;display:block; }
#xB4k9GD6cJObV1ZutebuxNJTyMnUh32I { color:#000000;display:block;width:11.7480625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100170;line-height:1.3;letter-spacing:0;top:24.875rem;left:2.5rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#MdnuAKNifzOvqqGsyI5aeT0074ZtkvuZ { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100174;line-height:1.3;letter-spacing:0;top:28.5rem;left:2.125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#T1feQMZiJ5A5DsKC75bxipKbtdDJhVL4 { 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:100042;text-align:center;text-align-last:center;top:30.875rem;left:4.125rem;display:block; }
#mWpEEBpanUWKU10ULfeEQL2rW052TViL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MDRHy6i4GxTaofFX9hJbEc7z04Sn2zTC { position:absolute;display:block;z-index:100039;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:19.4375rem;left:41.375rem;display:block; }#MDRHy6i4GxTaofFX9hJbEc7z04Sn2zTC.adaptive-delivery-prevent-bg, #MDRHy6i4GxTaofFX9hJbEc7z04Sn2zTC.lazyload, #MDRHy6i4GxTaofFX9hJbEc7z04Sn2zTC.lazyloading { background-image: none; }
#Ued4VS0TZmcVIgKHWLPv0U4stfAfweps { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.4375rem;font-weight:normal;z-index:100169;line-height:1.3;letter-spacing:0;top:22.125rem;left:42.375rem;height:1.86889375rem;text-align:center;text-align-last:center;display:block; }
#T7nebHTI1XGPBJ3V1DCEuLVIWhktoJAF { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100173;line-height:1.3;letter-spacing:0;top:27.75rem;left:42.8125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#JvXDI4TWbSv348nSrDAh3ZFTb5oOrsnL { 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:100040;text-align:center;text-align-last:center;top:30.8125rem;left:44.75rem;display:block; }
#mxHCKMKT46Q2dzlXBcgavfwR1BDTzwOc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#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:8.8125rem;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:18.499375rem;width:20.061875rem;top:7.4375rem;left:16.625rem;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.2999125rem;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) { #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) { #Mr0lJIiC5omPuOtMGBdgOonatnOoS5Xl { width:46.625rem;height:3.0625rem;top:3.8125rem;left:0rem;font-size:1.1875rem;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) { #TfwvzEJJf2FvWaBf9vRbbKSTu7aMDOyO { width:20.6875rem;height:23.863683067919rem;top:5.3125rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRpUURQuVTawh9kU9dnvNd3DmdRwmCxE { width:27.9375rem;height:31.118541684804rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xriOgq0msMvfL5FlSAlfcGdA39WbgHbD { width:32.8125rem;height:26.75rem;top:12.9375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQqRoEAT2KhpPvTmlQfwSaMtdhWr9OFi { width:24.4375rem;height:2.1875rem;top:13.4375rem;left:11.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-regular-label { width:27.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-text { width:27.6875rem;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:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-select { width:27.6875rem;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:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-checkbox-label { width:26.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk  { width:27.6875rem;height:auto;top:15.625rem;left:8.7491321563719rem; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .radio-container { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk {display:block;}#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk { width:27.6875rem;height:auto;top:15.625rem;left:8.7491321563719rem; }
 }@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.375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUs9Apcoy90IB0Apo3hslsyRGbxWp3SL { width:5.5rem;height:3.125rem;top:12.9375rem;left:4.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pShgekOIHnqEBcI3gDud11kxTpAtvC3a { width:1.25rem;height:1.25rem;top:4rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozDkb49G8greBVcZpuIl57EKHtf4ryNQ { top:8.9375rem;left:13.442058563233rem;width:8.4375rem;height:3.163649900728rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwP2kIcI67SH7c6ZZkf8Ns5vTXGJ7tZl { top:6.375rem;left:16.943576812744rem;width:18.75rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbhRUHKWrMlTlc7uNKTKXmVtSA0aSrIC { top:9.0625rem;left:24.5rem;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) { #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BG9fhgBvFX3oI988910q79FMfSdK6TOs { width:14.8125rem;height:3.1875rem;top:5.6875rem;left:15.818359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGGIXmOTNJvDH7azzOzpNHo0y8CDUXis { display:block; }
 }@media only screen and (max-width: 763px) { #hpt8TI8tf6yXakkvusJhD1tcLZTr7KWW { top:5.75rem;left:16.880641937256rem;width:3.125rem;height:3.125rem;display:block; }
#hpt8TI8tf6yXakkvusJhD1tcLZTr7KWW > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB { display:block; }#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZmUuZQ0rPesMreRbIELvd9W0NC6Tu6zq { width:24.625rem;height:16.3125rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2cEyv06i8owIW5LGlSO3EZlzRUvP87S { width:20.0625rem;height:16.696205438249rem;top:3.625rem;left:14.495658874512rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNCEo2OinaAfxTQUyC7RfdDiTXJf1w1m { width:20.875rem;height:13.8125rem;top:3.375rem;left:23.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VZNopw3yVdUh5az6c7A0853Do8Az13vA { width:8.75rem;height:2.6875rem;top:14.9375rem;left:35.062068939209rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQ2zJEw7JiEU68qdoTlvGsLkXxdVtT9P { display:block; }
 }@media only screen and (max-width: 763px) { #mNlTFmSPaRpF5cWJv1zlh8Es5i5fngsV { width:28.75rem;height:;top:2.8125rem;left:19rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhvpoJfeXbU42NK5pEEgpKVXtDpNJZmD { top:6.9375rem;left:28rem;width:19.75rem;height:6.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6cztZyygdETCQkLpbkRZVp3PMiBTq54 { top:6.375rem;left:16.943576812744rem;width:18.75rem;height:1.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zw889Ta3rshSwG9fJeBi5M1wp69zLmlV { top:8.9375rem;left:13.442058563233rem;width:8.4375rem;height:3.163649900728rem;display:none; }
 }@media only screen and (max-width: 763px) { #sLLrMVlBoMXUUB7HsUP59bAXmHA9xhXM { top:9.0625rem;left:24.5rem;width:7.1875rem;height:2.8498167945512rem;display:none; }
 }@media only screen and (max-width: 763px) { #BEAFLHKqOnTsSVJM3KmS3grKNxxSUBUH { display:block; }#BEAFLHKqOnTsSVJM3KmS3grKNxxSUBUH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LpJim5C3n0KhwGVCJInOwoJkt6k2ALGi { width:15.0625rem;height:13.8125rem;top:26.5rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7Tx7lPiG9dht441zqPGs72VHWOgU95O { width:8.75rem;height:2.6875rem;top:37.875rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y21fXObQAD8vNrxW1imZhME604NVIsnb { display:block; }
 }@media only screen and (max-width: 763px) { #M5B4bl4g1dcby9O4ZVfsnzf57TZlUL2M { top:28.25rem;left:17rem;width:13.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoLBtKAimWeBocL1xwWWTMG21IhDMqus { top:31.125rem;left:17.9375rem;width:11.6875rem;height:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3rT0dNv35F85tqJnbCCZQeBTwr78Q86 { top:35.4375rem;left:17.5625rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4iEd75GZkfT9McXCThWhqsTVdiTA5zw { width:15.0625rem;height:13.8125rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAkvQnADcNSQgPSqKLf3zWXk9IweAnE4 { top:9.75rem;left:0rem;width:13.3125rem;height:7.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3DM7ZtDZRrLBIp6gRhgPI7k4uKmcuzP { width:15.0625rem;height:13.8125rem;top:8.75rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuooyMAA389MRkdW5KtL6lK6uoa7WUkz { top:12rem;left:17.186634063721rem;width:13.3125rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMoPu6DR8aNrGBcWVZPVXIeKr5Qim7Bq { top:17.75rem;left:17.6875rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lg51rRI2EJ9aVDS6CExSzJiwi3oTEOwn { top:18.125rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PP01kBSVufXzXSgd7vnfsCmM4hTcE9d0 { width:15.0625rem;height:13.8125rem;top:8.75rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tek0SlJOyqXOmImB0B01aDa9nRXzuJ1I { width:8.75rem;height:2.6875rem;top:20.125rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQOiRSNFgoDCenBb1JynI4hiiBkJkq2l { display:block; }
 }@media only screen and (max-width: 763px) { #fhHTQ7R02wlFKTRUK6LnpBLKVeS0mWEk { width:8.75rem;height:2.6875rem;top:20.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #etrcM8wJXUqXxr5Cz3gVzBw443U6L2BL { display:block; }
 }@media only screen and (max-width: 763px) { #DSh1i4SMlhCemdTVTiHXyXZVqOAkJPdy { top:11.4375rem;left:34.4375rem;width:13.3125rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5V7TTXU7KuicK76HgpaGX4DrvkNnUM8 { top:17.125rem;left:35.25rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #plvnWzaw9vgNneGAZaRWz7SgvM0dirBB { width:8.75rem;height:2.6875rem;top:20.125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRgHd9tC1Bhixdrx4MPqebunzbmPzpa3 { display:block; }
 }@media only screen and (max-width: 763px) { #pSSbLlzOGRWnHlclBfzKEbsUyO3t0ReH { width:32.3125rem;height:3.1875rem;top:1.875rem;left:7.8409290313719rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKcWkg7nEPIb9oU9HTpVThrImIu4Toig { display:block; }#fKcWkg7nEPIb9oU9HTpVThrImIu4Toig > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #arZLp9e0WDncDOFv0naWaJpNH3oCgaEf { width:15.125rem;height:13.875rem;top:1.375rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogo4NWpiILVrLvgQRNucQamc6hy3i2dT { width:8.75rem;height:2.6875rem;top:12.75rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTRvDOVcVZmIp3IXe9LSWrtnuo6VOUn8 { display:block; }
 }@media only screen and (max-width: 763px) { #TqoQATnCKATPsxX4F0td3avBWI4QiaBo { width:15.0625rem;height:13.8125rem;top:1.375rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTWCaGGpBvFFX5lrmF9KTu75IqA10sLU { width:8.75rem;height:2.6875rem;top:12.75rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUwBJvJzQnx6HTWCsTvs44MTItPmTiCv { display:block; }
 }@media only screen and (max-width: 763px) { #N1eF8TuRRkxtC3oJaS1qhqPhxK1377U4 { width:15.0625rem;height:13.8125rem;top:19.4375rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRuh2K5UvODaJKu9iG85rxyan8fhypnT { width:8.75rem;height:2.6875rem;top:30.8125rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByxCI7SEgm5fT8bcDAWfm5kQbTZ6B8zJ { display:block; }
 }@media only screen and (max-width: 763px) { #MtXXkDbTvrbhuKHUZaC4RS88noMkfRlN { top:4.0625rem;left:34.4375rem;width:13.3125rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzgBkJK8RnI0Xeg7MgsbAA2Q9VNAcfOB { top:6.6875rem;left:17.3125rem;width:11.6875rem;height:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvkIszcc8HoMDcXZfu0tX0zd6nFkGvwL { top:9.75rem;left:35.25rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TATf2uslxFzbBuNBTETLkSpxKZwcpElp { top:3.5rem;left:16.499782562256rem;width:13.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUNgwOF348ZLKp90R08rDGDqvH2bv5Wv { top:10.375rem;left:16.935981750488rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeitKkT1uKCGwc15nnEECkITbFO27mqa { top:21.3125rem;left:16.3125rem;width:13.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxEXvnWTUC2xWbfIZUIuen0kzeJQnLTZ { top:24.5rem;left:17.125rem;width:11.6875rem;height:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwE9X0NorDrrXybKnqMWwl2vPMUu5EKm { top:27.625rem;left:16.75rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNXHl0COqODzBNpTzWbmZs6ROllBdKWB { width:15.0625rem;height:13.8125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPT5Brw48ML7ZQKD7HKb7TvqfWJB9IH8 { width:8.75rem;height:2.6875rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sar3f0pNwZ0k3DNpnNz518H43tDxg4R6 { display:block; }
 }@media only screen and (max-width: 763px) { #DO47vNin0SNfPL0ean7fkTPQpuJsHah9 { top:3.125rem;left:0rem;width:13.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaapvI7PScDNcmTRGGnMmKRVK9vlGkeU { top:6rem;left:0rem;width:11.6875rem;height:3.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2g7sof7zUxdlmyTgTTAytHTGsxyFRXn { top:10.3125rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTrEJi4b5uS2nUKUXT8aUDH5xnSwS2n8 { width:15.0625rem;height:13.8125rem;top:19.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAbbbiH02nbgDm4f4UotQbbWp1lNDWIB { top:22.25rem;left:0rem;width:13.3125rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB4k9GD6cJObV1ZutebuxNJTyMnUh32I { top:24.875rem;left:0rem;width:11.6875rem;height:1.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdnuAKNifzOvqqGsyI5aeT0074ZtkvuZ { top:28.5rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1feQMZiJ5A5DsKC75bxipKbtdDJhVL4 { width:8.75rem;height:2.6875rem;top:30.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWpEEBpanUWKU10ULfeEQL2rW052TViL { display:block; }
 }@media only screen and (max-width: 763px) { #MDRHy6i4GxTaofFX9hJbEc7z04Sn2zTC { width:15.0625rem;height:13.8125rem;top:19.4375rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ued4VS0TZmcVIgKHWLPv0U4stfAfweps { top:22.125rem;left:34.4375rem;width:13.3125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7nebHTI1XGPBJ3V1DCEuLVIWhktoJAF { top:27.75rem;left:35.25rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvXDI4TWbSv348nSrDAh3ZFTb5oOrsnL { width:8.75rem;height:2.6875rem;top:30.8125rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxHCKMKT46Q2dzlXBcgavfwR1BDTzwOc { display:block; }
 }@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:20rem;height:18.442319075361rem;top:7.4375rem;left:10.5rem;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) { #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) { #Mr0lJIiC5omPuOtMGBdgOonatnOoS5Xl { width:20rem;height:0;top:6.1805558204651rem;left:0rem;font-size:1.25rem;display:none; }
 }@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:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfwvzEJJf2FvWaBf9vRbbKSTu7aMDOyO { width:20rem;height:23.072289156626rem;top:50.102083206177rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qRpUURQuVTawh9kU9dnvNd3DmdRwmCxE { width:15.061875rem;height:16.8120625rem;top:27.3125rem;left:4.625rem;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.9487875rem;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.1510375rem;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:6rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozDkb49G8greBVcZpuIl57EKHtf4ryNQ { width:7.874375rem;height:2.8125rem;top:9.5rem;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:12.5rem;height:1.462675rem;top:7.4375rem;left:4.5rem;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:4.87413125rem;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:block; }
 }@media only screen and (max-width: 763px) { #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BG9fhgBvFX3oI988910q79FMfSdK6TOs { width:14.8125rem;height:3.1875rem;top:0.125rem;left:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGGIXmOTNJvDH7azzOzpNHo0y8CDUXis { display:block; }
 }@media only screen and (max-width: 763px) { #hpt8TI8tf6yXakkvusJhD1tcLZTr7KWW { width:3.125rem;height:3.125rem;top:0.125rem;left:3.25rem;display:block; }
#hpt8TI8tf6yXakkvusJhD1tcLZTr7KWW > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB { display:block; }#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZmUuZQ0rPesMreRbIELvd9W0NC6Tu6zq { width:15.875rem;height:10.5rem;top:24.962024211884rem;left:0.62500005960463rem;display:none; }
 }@media only screen and (max-width: 763px) { #l2cEyv06i8owIW5LGlSO3EZlzRUvP87S { width:11.749125rem;height:9.749375rem;top:4.9186210632324rem;left:8.2508688569069rem;display:none; }
 }@media only screen and (max-width: 763px) { #DNCEo2OinaAfxTQUyC7RfdDiTXJf1w1m { width:20rem;height:13.125rem;top:4.4032287597656rem;left:0.18663191795349rem;z-index:100001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VZNopw3yVdUh5az6c7A0853Do8Az13vA { width:8.75rem;height:2.68555rem;top:28.624877929688rem;left:5.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQ2zJEw7JiEU68qdoTlvGsLkXxdVtT9P { display:block; }
 }@media only screen and (max-width: 763px) { #mNlTFmSPaRpF5cWJv1zlh8Es5i5fngsV { width:20rem;height:2.59874375rem;top:1.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UhvpoJfeXbU42NK5pEEgpKVXtDpNJZmD { width:19.749375rem;height:5.52083125rem;top:17.683988571167rem;left:0.24956595897674rem;font-size:1.0625rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #h6cztZyygdETCQkLpbkRZVp3PMiBTq54 { width:10.375rem;height:1.462675rem;top:23.5625rem;left:4.625rem;font-size:1.125rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);z-index:100101;display:block; }
 }@media only screen and (max-width: 763px) { #zw889Ta3rshSwG9fJeBi5M1wp69zLmlV { width:7.874375rem;height:2.8125rem;top:25.156250953674rem;left:0.99934893846512rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:100102;display:block; }
 }@media only screen and (max-width: 763px) { #sLLrMVlBoMXUUB7HsUP59bAXmHA9xhXM { width:7.6248125rem;height:2.87435rem;top:25.024957656861rem;left:10.999349653721rem;z-index:100103;display:block; }
 }@media only screen and (max-width: 763px) { #BEAFLHKqOnTsSVJM3KmS3grKNxxSUBUH { display:block; }#BEAFLHKqOnTsSVJM3KmS3grKNxxSUBUH > .row .container { width:20rem;height:69.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LpJim5C3n0KhwGVCJInOwoJkt6k2ALGi { width:15.0625rem;height:13.8125rem;top:7.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; }#LpJim5C3n0KhwGVCJInOwoJkt6k2ALGi.adaptive-delivery-prevent-bg, #LpJim5C3n0KhwGVCJInOwoJkt6k2ALGi.lazyload, #LpJim5C3n0KhwGVCJInOwoJkt6k2ALGi.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #h7Tx7lPiG9dht441zqPGs72VHWOgU95O { width:8.75rem;height:2.6875rem;top:18.625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y21fXObQAD8vNrxW1imZhME604NVIsnb { display:block; }
 }@media only screen and (max-width: 763px) { #M5B4bl4g1dcby9O4ZVfsnzf57TZlUL2M { width:13.3105625rem;height:1.54296875rem;top:9.4368491172788rem;left:3.3430991768837rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoLBtKAimWeBocL1xwWWTMG21IhDMqus { width:11.6873125rem;height:2.76041875rem;top:12.249350070953rem;left:4.1558161377907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3rT0dNv35F85tqJnbCCZQeBTwr78Q86 { width:12.5rem;height:1.62435rem;top:16.373698711395rem;left:3.7500000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4iEd75GZkfT9McXCThWhqsTVdiTA5zw { width:15.0625rem;height:13.8125rem;top:22.5625rem;left:2.5rem;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; }#L4iEd75GZkfT9McXCThWhqsTVdiTA5zw.adaptive-delivery-prevent-bg, #L4iEd75GZkfT9McXCThWhqsTVdiTA5zw.lazyload, #L4iEd75GZkfT9McXCThWhqsTVdiTA5zw.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #AAkvQnADcNSQgPSqKLf3zWXk9IweAnE4 { width:12.375rem;height:7.714875rem;top:23.186850547791rem;left:3.8118491768837rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3DM7ZtDZRrLBIp6gRhgPI7k4uKmcuzP { width:15.0625rem;height:13.8125rem;top:37.875rem;left:2.5rem;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; }#R3DM7ZtDZRrLBIp6gRhgPI7k4uKmcuzP.adaptive-delivery-prevent-bg, #R3DM7ZtDZRrLBIp6gRhgPI7k4uKmcuzP.lazyload, #R3DM7ZtDZRrLBIp6gRhgPI7k4uKmcuzP.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #vuooyMAA389MRkdW5KtL6lK6uoa7WUkz { width:13.311625rem;height:4.62890625rem;top:41.749137878418rem;left:3.3430991768837rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMoPu6DR8aNrGBcWVZPVXIeKr5Qim7Bq { width:12.5rem;height:1.62435rem;top:46.875rem;left:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lg51rRI2EJ9aVDS6CExSzJiwi3oTEOwn { width:12.5rem;height:1.62435rem;top:31.9375rem;left:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PP01kBSVufXzXSgd7vnfsCmM4hTcE9d0 { width:15.0625rem;height:13.8125rem;top:53.1875rem;left:2.5rem;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; }#PP01kBSVufXzXSgd7vnfsCmM4hTcE9d0.adaptive-delivery-prevent-bg, #PP01kBSVufXzXSgd7vnfsCmM4hTcE9d0.lazyload, #PP01kBSVufXzXSgd7vnfsCmM4hTcE9d0.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Tek0SlJOyqXOmImB0B01aDa9nRXzuJ1I { width:8.75rem;height:2.6875rem;top:49.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQOiRSNFgoDCenBb1JynI4hiiBkJkq2l { display:block; }
 }@media only screen and (max-width: 763px) { #fhHTQ7R02wlFKTRUK6LnpBLKVeS0mWEk { width:8.75rem;height:2.6875rem;top:33.9375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #etrcM8wJXUqXxr5Cz3gVzBw443U6L2BL { display:block; }
 }@media only screen and (max-width: 763px) { #DSh1i4SMlhCemdTVTiHXyXZVqOAkJPdy { width:13.311625rem;height:3.73698125rem;top:55.875rem;left:3.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5V7TTXU7KuicK76HgpaGX4DrvkNnUM8 { width:12.5rem;height:1.62435rem;top:61.5625rem;left:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #plvnWzaw9vgNneGAZaRWz7SgvM0dirBB { width:8.75rem;height:2.6875rem;top:64.5625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRgHd9tC1Bhixdrx4MPqebunzbmPzpa3 { display:block; }
 }@media only screen and (max-width: 763px) { #pSSbLlzOGRWnHlclBfzKEbsUyO3t0ReH { width:20rem;height:5.19748125rem;top:0.55989498551935rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fKcWkg7nEPIb9oU9HTpVThrImIu4Toig { display:none; }#fKcWkg7nEPIb9oU9HTpVThrImIu4Toig > .row .container { width:20rem;height:97.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #arZLp9e0WDncDOFv0naWaJpNH3oCgaEf { width:15.1248125rem;height:13.8748125rem;top:31.880426883697rem;left:2.4674480557442rem;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; }#arZLp9e0WDncDOFv0naWaJpNH3oCgaEf.adaptive-delivery-prevent-bg, #arZLp9e0WDncDOFv0naWaJpNH3oCgaEf.lazyload, #arZLp9e0WDncDOFv0naWaJpNH3oCgaEf.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ogo4NWpiILVrLvgQRNucQamc6hy3i2dT { width:8.75rem;height:2.6875rem;top:43.249786376953rem;left:5.7821197509766rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTRvDOVcVZmIp3IXe9LSWrtnuo6VOUn8 { display:block; }
 }@media only screen and (max-width: 763px) { #TqoQATnCKATPsxX4F0td3avBWI4QiaBo { width:15.0625rem;height:13.8125rem;top:80.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; }#TqoQATnCKATPsxX4F0td3avBWI4QiaBo.adaptive-delivery-prevent-bg, #TqoQATnCKATPsxX4F0td3avBWI4QiaBo.lazyload, #TqoQATnCKATPsxX4F0td3avBWI4QiaBo.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #XTWCaGGpBvFFX5lrmF9KTu75IqA10sLU { width:8.75rem;height:2.6875rem;top:92.25rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUwBJvJzQnx6HTWCsTvs44MTItPmTiCv { display:block; }
 }@media only screen and (max-width: 763px) { #N1eF8TuRRkxtC3oJaS1qhqPhxK1377U4 { width:15.0625rem;height:13.8125rem;top:47.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; }#N1eF8TuRRkxtC3oJaS1qhqPhxK1377U4.adaptive-delivery-prevent-bg, #N1eF8TuRRkxtC3oJaS1qhqPhxK1377U4.lazyload, #N1eF8TuRRkxtC3oJaS1qhqPhxK1377U4.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #uRuh2K5UvODaJKu9iG85rxyan8fhypnT { width:8.75rem;height:2.6875rem;top:59.25rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByxCI7SEgm5fT8bcDAWfm5kQbTZ6B8zJ { display:block; }
 }@media only screen and (max-width: 763px) { #MtXXkDbTvrbhuKHUZaC4RS88noMkfRlN { width:13.311625rem;height:3.73698125rem;top:33.8125rem;left:3.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzgBkJK8RnI0Xeg7MgsbAA2Q9VNAcfOB { width:11.6873125rem;height:2.76041875rem;top:86.125rem;left:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvkIszcc8HoMDcXZfu0tX0zd6nFkGvwL { width:12.5rem;height:1.62435rem;top:39.1875rem;left:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TATf2uslxFzbBuNBTETLkSpxKZwcpElp { width:13.3105625rem;height:1.54296875rem;top:83.123913764956rem;left:3.3430991768837rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUNgwOF348ZLKp90R08rDGDqvH2bv5Wv { width:12.5rem;height:1.62435rem;top:90.060767173769rem;left:3.7500000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeitKkT1uKCGwc15nnEECkITbFO27mqa { width:13.311625rem;height:1.54296875rem;top:49.6875rem;left:3.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxEXvnWTUC2xWbfIZUIuen0kzeJQnLTZ { width:11.6873125rem;height:2.76041875rem;top:52.5rem;left:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwE9X0NorDrrXybKnqMWwl2vPMUu5EKm { width:12.5rem;height:1.62435rem;top:56.1875rem;left:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNXHl0COqODzBNpTzWbmZs6ROllBdKWB { width:15.0625rem;height:13.8125rem;top:63.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; }#mNXHl0COqODzBNpTzWbmZs6ROllBdKWB.adaptive-delivery-prevent-bg, #mNXHl0COqODzBNpTzWbmZs6ROllBdKWB.lazyload, #mNXHl0COqODzBNpTzWbmZs6ROllBdKWB.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ZPT5Brw48ML7ZQKD7HKb7TvqfWJB9IH8 { width:8.75rem;height:2.6875rem;top:74.875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sar3f0pNwZ0k3DNpnNz518H43tDxg4R6 { display:block; }
 }@media only screen and (max-width: 763px) { #DO47vNin0SNfPL0ean7fkTPQpuJsHah9 { width:13.311625rem;height:1.54296875rem;top:64.4375rem;left:3.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaapvI7PScDNcmTRGGnMmKRVK9vlGkeU { width:11.6873125rem;height:5.52083125rem;top:66.9375rem;left:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2g7sof7zUxdlmyTgTTAytHTGsxyFRXn { width:12.5rem;height:1.62435rem;top:73.0625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTrEJi4b5uS2nUKUXT8aUDH5xnSwS2n8 { width:15.0625rem;height:13.8125rem;top:1.6875rem;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; }#LTrEJi4b5uS2nUKUXT8aUDH5xnSwS2n8.adaptive-delivery-prevent-bg, #LTrEJi4b5uS2nUKUXT8aUDH5xnSwS2n8.lazyload, #LTrEJi4b5uS2nUKUXT8aUDH5xnSwS2n8.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JAbbbiH02nbgDm4f4UotQbbWp1lNDWIB { width:13.3105625rem;height:3.0859375rem;top:5.2983940988779rem;left:3.4993491768837rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB4k9GD6cJObV1ZutebuxNJTyMnUh32I { width:11.6873125rem;height:1.38020625rem;top:6.9375rem;left:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdnuAKNifzOvqqGsyI5aeT0074ZtkvuZ { width:12.5rem;height:1.62435rem;top:10.4375rem;left:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1feQMZiJ5A5DsKC75bxipKbtdDJhVL4 { width:8.75rem;height:2.6875rem;top:13.0625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWpEEBpanUWKU10ULfeEQL2rW052TViL { display:block; }
 }@media only screen and (max-width: 763px) { #MDRHy6i4GxTaofFX9hJbEc7z04Sn2zTC { width:15.1248125rem;height:13.8748125rem;top:17rem;left:2.5rem;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; }#MDRHy6i4GxTaofFX9hJbEc7z04Sn2zTC.adaptive-delivery-prevent-bg, #MDRHy6i4GxTaofFX9hJbEc7z04Sn2zTC.lazyload, #MDRHy6i4GxTaofFX9hJbEc7z04Sn2zTC.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Ued4VS0TZmcVIgKHWLPv0U4stfAfweps { width:13.3105625rem;height:1.8684875rem;top:20.623917579651rem;left:3.3430991768837rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7nebHTI1XGPBJ3V1DCEuLVIWhktoJAF { width:12.5rem;height:1.62435rem;top:25.499129772186rem;left:3.9040799736977rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvXDI4TWbSv348nSrDAh3ZFTb5oOrsnL { width:8.75rem;height:2.6875rem;top:28.375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxHCKMKT46Q2dzlXBcgavfwR1BDTzwOc { 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:2.99913125rem;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.92535rem;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.97439375rem;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; }
 }