.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e5b2dc, #ffffff);background-image: -moz-linear-gradient(180deg, #e5b2dc, #ffffff);background-image: -ms-linear-gradient(180deg, #e5b2dc, #ffffff);background-image: -o-linear-gradient(180deg, #e5b2dc, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5b2dc', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5b2dc', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #e5b2dc, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#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:10.4375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#l4ugi8Ch7kAa6F47dqfsOX07T5IDhyg5 { color:#1c1d1d;display:block;width:52.874375rem;position:absolute;font-family:cairo;font-size:1.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4.4661459922791rem;left:2.03125rem;height:4.8741375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nEHo1g3xclLUGpJy5kspVWSec6diLNO6 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:22rem;top:0.6875rem;left:17.46875rem;overflow:hidden;display:block; }
#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/BinPYzo1/firsts.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq.adaptive-delivery-prevent-bg, #DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq.lazyload, #DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq.lazyloading { background-image: none; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container { background-color: transparent; background-image: none; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container > .video-iframe-container { display: none; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row > .video-iframe-container { display: none; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .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); }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container { border-width: 0; border-radius: 0; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row > .video-iframe-container {  }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container { font-size:0.875rem;font-family:"open sans";height:45.5rem;width:60rem;position:relative;display:block; }#nJnrTgQwE1SlSGw1Itk5Go9R2pTfX1GA { color:#000000;display:block;width:31.125rem;position:absolute;font-family:oswald;font-size:7.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:9.749375rem;font-style:normal;display:block; }
#nwVC9eepwAXeqzLEP4HmxkdCLbqNyddR { color:#e92691;display:block;width:22.3125rem;position:absolute;font-family:"marck script";font-size:7.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5rem;left:3.65625rem;height:9.749375rem;display:block; }
#QBHIwOXJeBs9t8Nl490ISdohaH0AOi4L { color:#000000;display:block;width:28rem;position:absolute;font-family:amiri;font-size:1.4375rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:1.8125rem;left:28.8125rem;height:4.3120625rem;text-align:right;text-align-last:right;display:block; }
#PagLtXVuhQqzaU8pEIkAUPWsintdS2cA { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.875rem;width:0.125rem;top:21.5625rem;left:0rem;display:block; }
#R2y0rbCTvL2CCHAaVvMT1gRksgPZwTl9 { position:absolute;display:block;z-index:15005;background-color:#1c1d1d;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.3125rem;border-top-right-radius:6.3125rem;border-bottom-left-radius:6.3125rem;border-bottom-right-radius:6.3125rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.5) ;height:10rem;width:10rem;top:26.3125rem;left:26.625rem;display:block; }
#zx3N56WUx8k5Td4qJbnIoCOGKFPkKgh8 { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:oswald;font-size:2.875rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.8125rem #e1096b;top:26.6875rem;left:28.3125rem;height:8.6263rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KhTBavBf5GmqPX91B107i6RuNUpTamxX { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:8.125rem;top:39.015625rem;left:30.0625rem;overflow:hidden;display:block; }
#oskBFS3drFUO0NEKeqkzevIo9zATQ0Zs { color:#000000;display:block;width:21.0625rem;position:absolute;font-family:amiri;font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:39.375rem;left:37.5625rem;height:2.15625rem;text-align:right;text-align-last:right;display:block; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-form-header {  }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:1.125rem;font-weight:bold;color:#a41354;width:23.125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;text-align:right;text-align-last:right;line-height:1.4; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-input-text { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.125rem;box-sizing:border-box;height:2.8125rem;color:#000000;font-size:1.0625rem;overflow:hidden;font-family:lato;text-align:center;text-align-last:center;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-input-text {padding-top: 0; padding-bottom: 0;}#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-textarea { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.125rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:1.0625rem;overflow:hidden;font-family:lato;text-align:center;text-align-last:center;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-input-select { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:23.125rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:cairo;font-size:0.875rem;overflow:hidden;text-align:right;text-align-last:right; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-input-select {padding-top: 0; padding-bottom: 0;}#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#e1093f;background-image:none;background-position:top left !important;background-repeat: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:1.375rem;font-weight:400;color:#f2f9ff;width:23.125rem;height:2.9375rem;font-family:cairo;overflow:hidden;font-style:normal;line-height:1; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .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;font-size:0.8125rem;font-weight:300;color:#ffffff;vertical-align:top;width:21.9375rem;overflow:hidden;font-style:normal; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .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; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-container:first-of-type{padding-top:0;}#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-container:last-of-type{padding-bottom:0;}#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.125rem;height:auto;border-top:0.4375rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.375rem solid #df4a8d;z-index:15006;position:absolute;top:16.499566078186rem;left:0.15625rem; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.125rem; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC {display:block;}#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.125rem;height:auto;border-top:0.4375rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.375rem solid #df4a8d;z-index:15006;position:absolute;top:16.499566078186rem;left:0.15625rem; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #UbPBPCFRpXz7AZrcxoE2wHaG7Fy1aJfE { position:relative; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #o5XXdTFgHAoCt8oo059w0a6DyVSPUVvO { position:relative;display:block; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #VGE8NV8FXVRoefr2kZk36OusE8xzK5sI { position:relative; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #TMEz6VTgTW63U7FXMgnriMSLVgXXCGMw { position:relative; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #ANNlLK3kwprXU52fmMGtJgoxLPxFzaGx { position:relative;display:block; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #qKGoHQsFbnnfrGD0LscTfMunK7M1P9uA { position:relative; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #xNwIOr5AoSLiIyH5xCttnJUedQ2G7Bfi { position:relative; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #ipSJyb3LUScD04ZJWwbG57xmNFcdH1Q0 { position:relative;display:block; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #XZlO09F6I7npFC5pzCpbQhSICum1dhDd { position:relative; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #mCkC7c0n4wLJgGQraUevU1SLAzUIylxR { position:relative; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #GKFJDqVp8SEe8BOvwcXXGdA4XK5vMN46 { position:relative;display:block; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #UAiTBLDSc12M3B0JXKiuBQHtBTTt8U48 { position:relative; }
#pl8TSceNtVEWJik0oSf4zTLmcrpcQR0T { position:relative;display:block; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #hAIDR2dRlRcrt73x1Th95FTh87rnkU1K { position:relative; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #nZaJzKQIkhs6GrEKNbqChu27A3QmTWDM { position:relative; }
#ETN49FiPFrqgSHvZN901fJyq2RTR2DZu { color:#df4a8d;display:block;width:25.186625rem;position:absolute;font-family:"neo sans arabic";font-size:2.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.203126192093rem;left:32.405601501465rem;height:19.0918125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f0hiHBMzP9dZKzfU3LTbBpayp0ig5al7 { position:relative;display:block; }#f0hiHBMzP9dZKzfU3LTbBpayp0ig5al7 { background-color: transparent; background-image: none; }#f0hiHBMzP9dZKzfU3LTbBpayp0ig5al7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0hiHBMzP9dZKzfU3LTbBpayp0ig5al7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0hiHBMzP9dZKzfU3LTbBpayp0ig5al7 > .row .container > .video-iframe-container { display: none; }#f0hiHBMzP9dZKzfU3LTbBpayp0ig5al7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0hiHBMzP9dZKzfU3LTbBpayp0ig5al7 > .row > .video-iframe-container { display: none; }#f0hiHBMzP9dZKzfU3LTbBpayp0ig5al7 > .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); }#f0hiHBMzP9dZKzfU3LTbBpayp0ig5al7 { border-width: 0; border-radius: 0; }#f0hiHBMzP9dZKzfU3LTbBpayp0ig5al7 > .row .container > .video-iframe-container {  }#f0hiHBMzP9dZKzfU3LTbBpayp0ig5al7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fbfbfb;background-image:none;font-size:0.875rem;font-family:arial;height:98.875rem;width:60rem;position:relative;display:block; }#RZTvEN635ATThUgQxHeyqwSPbQ5l4CzM { position:absolute;display:block;z-index:15024;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:2.3125rem;left:41.74951171875rem;display:block; }#RZTvEN635ATThUgQxHeyqwSPbQ5l4CzM.adaptive-delivery-prevent-bg, #RZTvEN635ATThUgQxHeyqwSPbQ5l4CzM.lazyload, #RZTvEN635ATThUgQxHeyqwSPbQ5l4CzM.lazyloading { background-image: none; }
#wx2GaA4XFe0L99U7JHkhJHKRvTQwLVqK { color:#1799eb;display:block;width:11.874rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:6.955078125rem;left:42.99755859375rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RFqrA01KzZml4Rkh0ElDc65KvvLRboFn { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15138;line-height:1.6;letter-spacing:0;top:10.4365234375rem;left:41.6865234375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r2qDZWQuE6SZp2IdnoBuIybn9E1McOXv { position:absolute;display:block;z-index:15028;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:2.3125rem;left:22.875rem;display:block; }#r2qDZWQuE6SZp2IdnoBuIybn9E1McOXv.adaptive-delivery-prevent-bg, #r2qDZWQuE6SZp2IdnoBuIybn9E1McOXv.lazyload, #r2qDZWQuE6SZp2IdnoBuIybn9E1McOXv.lazyloading { background-image: none; }
#Hs0L3Gan8XLOUuyyJX2cfnWVgCE3gX1q { color:#1799eb;display:block;width:11.874rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:6.955078125rem;left:24.0615234375rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IXBCTVohyzAnLEh9NNmB4qKOuoehJCuP { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15147;line-height:1.6;letter-spacing:0;top:10.310546875rem;left:22.6875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZEokDiP3taW7eAU8iSyLWqS5bFK6L268 { 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.8105625rem;height:2.749025rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:13.123046875rem;left:44.74951171875rem;display:block; }
#fqzHSPHfxxdi4X9CWRL3BMWGcRDkwg11 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fhO9QCS0DEP959VlFv7lUtU6ysyu56Zy { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:13.123046875rem;left:25.62451171875rem;display:block; }
#TmrZ4tioCOoQlCRwKBzVvQx2XnqcKWTt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GO66t5m4Q7z3Vu4qwKgc6udk1DbG9BHB { position:absolute;display:block;z-index:15032;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:2.3125rem;left:4.125rem;display:block; }#GO66t5m4Q7z3Vu4qwKgc6udk1DbG9BHB.adaptive-delivery-prevent-bg, #GO66t5m4Q7z3Vu4qwKgc6udk1DbG9BHB.lazyload, #GO66t5m4Q7z3Vu4qwKgc6udk1DbG9BHB.lazyloading { background-image: none; }
#eyhHqEDV5TmoIcbRwnXzEVkTiPemRH39 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:5.875rem;left:5.3115234375rem;height:4.140625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UGnVNtvMIBadTTyqllhTfGTiw9kMa4VD { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15146;line-height:1.6;letter-spacing:0;top:9.8740234375rem;left:4.125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VMvPvw5eP78QG1xHm1O0Ri8mS6Wcmex7 { 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.8095625rem;height:2.74805rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:13.123046875rem;left:6.9052734375rem;display:block; }
#fxCbS0Xpmp6OMCK2RQ66EUdPUmFh4TzQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Sw5xyKeHOq4oFHKbnGEGMmiRgveXJwfk { 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.8105625rem;height:2.749025rem;text-decoration:none;z-index:15069;text-align:center;text-align-last:center;top:26.4375rem;left:44.6875rem;display:block; }
#VssLoFZZGHmx67aPU78tqRpkRaGBAmGg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SPuTQf3XLF9SMSA8gd6yLlGqF3xwbwiQ { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:26.4375rem;left:25.5rem;display:block; }
#nXCQf7mEf96c9fe0zyJi312pB6isreRL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kVSJaEUbJtEKgsG64LD6UTbDxUrmQUyT { position:absolute;display:block;z-index:15037;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:15.625rem;left:41.625rem;display:block; }#kVSJaEUbJtEKgsG64LD6UTbDxUrmQUyT.adaptive-delivery-prevent-bg, #kVSJaEUbJtEKgsG64LD6UTbDxUrmQUyT.lazyload, #kVSJaEUbJtEKgsG64LD6UTbDxUrmQUyT.lazyloading { background-image: none; }
#DVJrcx146MiDnV2SSFyo9SuX3PTMRdtI { position:absolute;display:block;z-index:15041;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:15.625rem;left:22.75rem;display:block; }#DVJrcx146MiDnV2SSFyo9SuX3PTMRdtI.adaptive-delivery-prevent-bg, #DVJrcx146MiDnV2SSFyo9SuX3PTMRdtI.lazyload, #DVJrcx146MiDnV2SSFyo9SuX3PTMRdtI.lazyloading { background-image: none; }
#poxeMGxykmyOeFE8Te00rdCVaGROp2hK { position:absolute;display:block;z-index:15045;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:15.625rem;left:4rem;display:block; }#poxeMGxykmyOeFE8Te00rdCVaGROp2hK.adaptive-delivery-prevent-bg, #poxeMGxykmyOeFE8Te00rdCVaGROp2hK.lazyload, #poxeMGxykmyOeFE8Te00rdCVaGROp2hK.lazyloading { background-image: none; }
#yTVk0UhsgbGSVIL6TGMm9SCKk8rGW2Z2 { 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.8095625rem;height:2.74805rem;text-decoration:none;z-index:15071;text-align:center;text-align-last:center;top:26.4375rem;left:6.8125rem;display:block; }
#rzzfOsAsVoi9KeOhVG8pe2PBQnX8hy2k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F24mO2SToNM0iPZMf77Dd74GnBISxkgC { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15151;line-height:1.6;letter-spacing:0;top:23.75rem;left:41.5625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LiEPOIWGgy01VJ1Po0PJolM3Haz6ZEnX { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15160;line-height:1.6;letter-spacing:0;top:23.625rem;left:22.5625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nRMkG6TO41uEIcPo8Ve7qBZyFWdmAvi9 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15159;line-height:1.6;letter-spacing:0;top:23.1875rem;left:4rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kxlTCTpdhpmap4nR74zVnWT62gp7eHm3 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:19.375rem;left:24.125rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A6fNbXfzseoGx34kguSlUf8EpeTPA40T { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:19.1875rem;left:5.1875rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ae7bHaa9clKeNHwqudJ3OUT51DLeuKe9 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:17.5615234375rem;left:42.9375rem;height:5.85069375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C7SNvSITDEhvyWfN8cbOOdTzeoifgR9i { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:15095;text-align:center;text-align-last:center;top:40.5625rem;left:25.6875rem;display:block; }
#ak9dUksAuPR0el4bqCt3ZTBzNE4ckDEQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K4buWxhR8QOWwntb8OI4NnxR5sAHdeKB { position:absolute;display:block;z-index:15066;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:29.75rem;left:22.9375rem;display:block; }#K4buWxhR8QOWwntb8OI4NnxR5sAHdeKB.adaptive-delivery-prevent-bg, #K4buWxhR8QOWwntb8OI4NnxR5sAHdeKB.lazyload, #K4buWxhR8QOWwntb8OI4NnxR5sAHdeKB.lazyloading { background-image: none; }
#uoe5yqT2g5CsCK34MF1bQJVMhiJhExz6 { position:absolute;display:block;z-index:15070;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:45rem;left:3.9375rem;display:block; }#uoe5yqT2g5CsCK34MF1bQJVMhiJhExz6.adaptive-delivery-prevent-bg, #uoe5yqT2g5CsCK34MF1bQJVMhiJhExz6.lazyload, #uoe5yqT2g5CsCK34MF1bQJVMhiJhExz6.lazyloading { background-image: none; }
#gxT8IBZuKKf12LE5FBGoKH9iefyNPkoU { 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.8095625rem;height:2.74805rem;text-decoration:none;z-index:15096;text-align:center;text-align-last:center;top:55.8125rem;left:6.75rem;display:block; }
#qmpcHD3NAmulOEfUSGi1uTgd2XpTFQv5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hm3HHvKISnuMxXBBbV6uciHWMWgqMl4q { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15185;line-height:1.6;letter-spacing:0;top:38.0625rem;left:22.75rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BA9EPouZuxocN9rOCdkTqQ9diTDXIR6i { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15184;line-height:1.6;letter-spacing:0;top:52.5625rem;left:3.9375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PGu2oga2xINvnBNA4pFNfzVwDJ493qr0 { color:#1799eb;display:block;width:11.874rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:34.95556640625rem;left:24.0615234375rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wTWxlaI61oVG3XkKnGd6VEQCR5JlRtiW { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:48.5625rem;left:5.125rem;height:2.7604125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k9KHnMRuWXAWcWTuErxemCQzrNB3P9zc { position:absolute;display:block;z-index:15049;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:30.3125rem;left:41.6875rem;display:block; }#k9KHnMRuWXAWcWTuErxemCQzrNB3P9zc.adaptive-delivery-prevent-bg, #k9KHnMRuWXAWcWTuErxemCQzrNB3P9zc.lazyload, #k9KHnMRuWXAWcWTuErxemCQzrNB3P9zc.lazyloading { background-image: none; }
#oR7TyMECHd1QAITlpAt2IEod13EfACgE { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15163;line-height:1.6;letter-spacing:0;top:38.9375rem;left:41.625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xGRt0EhVqMRo0IC9SHZoFTpiSERFTG4E { 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.8105625rem;height:2.749025rem;text-decoration:none;z-index:15081;text-align:center;text-align-last:center;top:41.125rem;left:44.6875rem;display:block; }
#IPMBOusgSODzuGS9EKIqq2a7EvaeSbD1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uybSOxbTm8p9I9Tqo9rRg7vzPuMrOaz5 { position:absolute;display:block;z-index:15057;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:30.3125rem;left:4.0625rem;display:block; }#uybSOxbTm8p9I9Tqo9rRg7vzPuMrOaz5.adaptive-delivery-prevent-bg, #uybSOxbTm8p9I9Tqo9rRg7vzPuMrOaz5.lazyload, #uybSOxbTm8p9I9Tqo9rRg7vzPuMrOaz5.lazyloading { background-image: none; }
#JaW5agMiID9coPouKdmUzVaasCmkgVfD { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15171;line-height:1.6;letter-spacing:0;top:37.875rem;left:4.0625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BWwtTfsKi6DBnqtkZ2WL0bzIFJvZg7iE { 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.8095625rem;height:2.74805rem;text-decoration:none;z-index:15083;text-align:center;text-align-last:center;top:41.125rem;left:6.875rem;display:block; }
#gtUPesJmT1ds76bA3H5cuJZ3fAMDJCTc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IAeXZOxBKRxnhrM3IOsGAHs5r77RhNbC { color:#1799eb;display:block;width:11.874rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:34.9599609375rem;left:42.99755859375rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EtlMeTAwBMwwL0g78b3e17TPXstO3k6c { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:33.875rem;left:5.25rem;height:2.76041875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KZKBcKJfc8DCLMJFBeTbTm43LUWbr8mh { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:15155;text-align:center;text-align-last:center;top:55.1875rem;left:25.6875rem;display:block; }
#RBgogwexG1VGJtpatgD5FLVPNkiOVbAs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CaMekJNIzgnGDP8P1TmJgKx3rAZoZtX3 { 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.8095625rem;height:2.74805rem;text-decoration:none;z-index:15156;text-align:center;text-align-last:center;top:55.25rem;left:44.5rem;display:block; }
#Xw5dFGAGaGTyTEg0i7Myp370JwoCPKof { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e89CeBTn8eMDyvD2Ospoy7fJbatgqpTk { position:absolute;display:block;z-index:15126;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:44.4375rem;left:22.9375rem;display:block; }#e89CeBTn8eMDyvD2Ospoy7fJbatgqpTk.adaptive-delivery-prevent-bg, #e89CeBTn8eMDyvD2Ospoy7fJbatgqpTk.lazyload, #e89CeBTn8eMDyvD2Ospoy7fJbatgqpTk.lazyloading { background-image: none; }
#IAAwkTe8dX71TlZn2FWaicr47mLb3COL { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15143;line-height:1.3;letter-spacing:0;top:48.1875rem;left:24.3125rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JbidViWQBSTl7qHP7epT63OykOApb1od { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15245;line-height:1.6;letter-spacing:0;top:52.375rem;left:22.75rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nWQvOMp1or4538kakNyTTndSJBn2o6qe { position:absolute;display:block;z-index:15130;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:44.5rem;left:41.75rem;display:block; }#nWQvOMp1or4538kakNyTTndSJBn2o6qe.adaptive-delivery-prevent-bg, #nWQvOMp1or4538kakNyTTndSJBn2o6qe.lazyload, #nWQvOMp1or4538kakNyTTndSJBn2o6qe.lazyloading { background-image: none; }
#A8rEsSa6Qs7X0gesfXwkKvz2POKOWQph { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15244;line-height:1.6;letter-spacing:0;top:53.0625rem;left:41.75rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Prhd2BtK2trXH6locMymXPfZEnJvZ6zf { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15536;line-height:1.3;letter-spacing:0;top:46.9375rem;left:43.375rem;height:5.85069375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BQbMTJzwrOMzPMaazUyf6Na41dcvx2uo { position:absolute;display:block;z-index:15175;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:68.875rem;left:41.625rem;display:block; }#BQbMTJzwrOMzPMaazUyf6Na41dcvx2uo.adaptive-delivery-prevent-bg, #BQbMTJzwrOMzPMaazUyf6Na41dcvx2uo.lazyload, #BQbMTJzwrOMzPMaazUyf6Na41dcvx2uo.lazyloading { background-image: none; }
#IcapaARHeD4CO9dSTvhsKsxfRTDHmr75 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15289;line-height:1.6;letter-spacing:0;top:77rem;left:41.5625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aAAcpNwJCKKqnkzDqTC3DgAr80U9X0T8 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15574;line-height:1.3;letter-spacing:0;top:71.875rem;left:43.4375rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ASIhyCMACIWdsmgFhTv1nQq2iI2io02U { 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.8105625rem;height:2.749025rem;text-decoration:none;z-index:15207;text-align:center;text-align-last:center;top:79.6875rem;left:44.6875rem;display:block; }
#NEOOwdUv6GunfFfWtDarQ4bHvcUrqcZM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dIEVti2tTg1orNXABwe4FMAn8V141skA { position:absolute;display:block;z-index:15179;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:68.875rem;left:22.75rem;display:block; }#dIEVti2tTg1orNXABwe4FMAn8V141skA.adaptive-delivery-prevent-bg, #dIEVti2tTg1orNXABwe4FMAn8V141skA.lazyload, #dIEVti2tTg1orNXABwe4FMAn8V141skA.lazyloading { background-image: none; }
#FxO7Q7Tn5EIXCMMAC4TrxV3Ts1wVcNTf { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15298;line-height:1.6;letter-spacing:0;top:76.875rem;left:22.5625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VQNOCmHGl27Z0XgrobZZMuLMqS6wizVK { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15576;line-height:1.3;letter-spacing:0;top:72.25rem;left:24.5rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rqALAVVNUo6r2htwHnnP87dFarQEGoeC { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:15208;text-align:center;text-align-last:center;top:79.6875rem;left:25.5rem;display:block; }
#sU3c4fCw1tm2qpWQ0yhToo3avvPSoORM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ysQwQHVIEHRTebwd2XKs91Cc6Sh03JT8 { position:absolute;display:block;z-index:15200;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:8.5625rem;width:11.5625rem;top:83.875rem;left:42.5625rem;display:block; }#ysQwQHVIEHRTebwd2XKs91Cc6Sh03JT8.adaptive-delivery-prevent-bg, #ysQwQHVIEHRTebwd2XKs91Cc6Sh03JT8.lazyload, #ysQwQHVIEHRTebwd2XKs91Cc6Sh03JT8.lazyloading { background-image: none; }
#PhC4sXkzcPRghTKhy9EfnT9rg0FmuoK2 { position:absolute;display:block;z-index:15208;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:8.6865rem;width:11.6865rem;top:83.5615234375rem;left:24.6875rem;display:block; }#PhC4sXkzcPRghTKhy9EfnT9rg0FmuoK2.adaptive-delivery-prevent-bg, #PhC4sXkzcPRghTKhy9EfnT9rg0FmuoK2.lazyload, #PhC4sXkzcPRghTKhy9EfnT9rg0FmuoK2.lazyloading { background-image: none; }
#rQXP2lTlmKxDQPEw8oyJ3aqLEVMHTzS8 { color:#1799eb;display:block;width:11.874rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15219;line-height:1.3;letter-spacing:0;top:86.8125rem;left:42.25rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z2TvDcDQe23o2SAdqr0Jb2frwawn6yvF { position:absolute;display:block;z-index:15183;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:68.875rem;left:4rem;display:block; }#z2TvDcDQe23o2SAdqr0Jb2frwawn6yvF.adaptive-delivery-prevent-bg, #z2TvDcDQe23o2SAdqr0Jb2frwawn6yvF.lazyload, #z2TvDcDQe23o2SAdqr0Jb2frwawn6yvF.lazyloading { background-image: none; }
#rH41dqS2bb4lokCL5w7243G3zMSoke14 { 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.8095625rem;height:2.74805rem;text-decoration:none;z-index:15209;text-align:center;text-align-last:center;top:79.6875rem;left:6.8125rem;display:block; }
#hCsQufTOVXsc3nu4RgR1cEhiAsgmLKvm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jr04kw61HbRVwuhAcSn65fbdxFXWTAUA { position:absolute;display:block;z-index:15208;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:9rem;width:12.25rem;top:83.2490234375rem;left:6.43701171875rem;display:block; }#Jr04kw61HbRVwuhAcSn65fbdxFXWTAUA.adaptive-delivery-prevent-bg, #Jr04kw61HbRVwuhAcSn65fbdxFXWTAUA.lazyload, #Jr04kw61HbRVwuhAcSn65fbdxFXWTAUA.lazyloading { background-image: none; }
#qZL0UUUFsTndAHDH5JcmuW1haxiqRlKN { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15227;line-height:1.3;letter-spacing:0;top:85.9990234375rem;left:6.87451171875rem;height:4.140625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KTrvV3mZS7KyuUULTsKPqmHPqMF0SSdU { color:#a0111b;display:block;width:14.3745rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15297;line-height:1.6;letter-spacing:0;top:77.57958984375rem;left:3.5283203125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bb1qEuyQZWI8HHpmknUsBAIeiSpJIoVv { color:#1799eb;display:block;width:13.062rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15202;line-height:1.3;letter-spacing:0;top:71.4990234375rem;left:4.3125rem;height:5.520825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dcvzBNMaAihFQTGtwFoOTgQyKUBph6Ho { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15225;line-height:1.3;letter-spacing:0;top:86.9375rem;left:24.625rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rGdT2xr47QeTLk4TXk4KEC5X4kC9nXMJ { 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.8105625rem;height:2.749025rem;text-decoration:none;z-index:15232;text-align:center;text-align-last:center;top:92.625rem;left:43.8125rem;display:block; }
#tfaPtc9nxneatSsyZP01R48TGkOR2Ehp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pcUQzPvxNMqpa80IfBeacle9NSEQVRWT { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15314;line-height:1.6;letter-spacing:0;top:90.375rem;left:40.6875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bhK71bxy8t9Su84HZscQoduAvf5RU1Ro { 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.8095625rem;height:2.74805rem;text-decoration:none;z-index:15234;text-align:center;text-align-last:center;top:92.4365234375rem;left:8.4990234375rem;display:block; }
#VkF40ttJL3SAcxeT8IkhBKbXqpdMbG8A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DUZiS4SlzNlbT7yO1bfwp8SdMJUrD70p { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15322;line-height:1.6;letter-spacing:0;top:90.25rem;left:5.6875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FwPBpZCRELfAKIipkVNm0J5Phd1EhTIp { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:15237;text-align:center;text-align-last:center;top:92.5rem;left:26.3125rem;display:block; }
#nZRqP5wNE2OsTCbU8xad9oe9TrcztHGO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R0LThuKEdz6TBOqLMRSXfvf00FGk9EAO { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15327;line-height:1.6;letter-spacing:0;top:90.8125rem;left:23.0625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tE6cOExBl3iL2mX1PWrGAITlezDaHOWK { color:#000000;display:block;width:55.1865rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:0rem;left:2.1533203125rem;height:2.51844375rem;text-align:center;text-align-last:center;display:block; }
#V3hat4qnGuDRA5THZTuGUEDdrD6wwVaT { color:#000000;display:block;width:55.1850625rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:63rem;left:2.40673828125rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#VLd55TZDy7sSzoIruZoBcUWw4ZsfeegE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7668a;background-image:none;position:relative;display:block; }#VLd55TZDy7sSzoIruZoBcUWw4ZsfeegE > .row .container { background-color: transparent; background-image: none; }#VLd55TZDy7sSzoIruZoBcUWw4ZsfeegE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLd55TZDy7sSzoIruZoBcUWw4ZsfeegE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLd55TZDy7sSzoIruZoBcUWw4ZsfeegE > .row .container > .video-iframe-container { display: none; }#VLd55TZDy7sSzoIruZoBcUWw4ZsfeegE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLd55TZDy7sSzoIruZoBcUWw4ZsfeegE > .row > .video-iframe-container { display: none; }#VLd55TZDy7sSzoIruZoBcUWw4ZsfeegE > .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); }#VLd55TZDy7sSzoIruZoBcUWw4ZsfeegE > .row .container { border-width: 0; border-radius: 0; }#VLd55TZDy7sSzoIruZoBcUWw4ZsfeegE > .row > .video-iframe-container {  }#VLd55TZDy7sSzoIruZoBcUWw4ZsfeegE > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:60rem;position:relative;display:block; }#OpvBR1pL77T2ZycxWGsoUSAO5Ju0waLe { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:"alw arabic";font-size:2rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.8125104904175rem;left:36.0625rem;height:2.5996125rem;text-align:right;text-align-last:right;display:block; }
#Sph2nnxL2slIke9hftLaUyAOW7g08uM2 { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:amiri;font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:12.875rem;left:26.375rem;height:1.7871125rem;text-align:right;text-align-last:right;display:block; }
#wM6QEhtMXOQw4kaFrPgUDJNOGxalvcGk { color:#ffffff;display:block;width:14.5625rem;position:absolute;font-family:amiri;font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.6875rem;left:36.6875rem;height:3.574225rem;text-align:right;text-align-last:right;display:block; }
#PI6sOM55mx5rRGVLN1lAQwA8HHhSBZGg { 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:15003;top:16.0625rem;left:42.5625rem;display:block; }
#aHixkTEXzxtQXa2eT63Hg3xuAWzUdDwV { 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:15004;top:16.0625rem;left:45.1875rem;display:block; }
#EALkCze3lzqTgdufSaUEC0w6CX8wS5eu { 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:15006;top:16.0625rem;left:47.875rem;display:block; }
#CFt7IXsRDVOpnpJz3oPt4fUhaUyZWhaq { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;height:21.0625rem;width:13.5625rem;top:1.1250104904175rem;left:5.3125rem;overflow:hidden;display:block; }
#UVNqcB8CmDSBMbCD3Ah0Jt2BPisOvgqK { box-sizing:content-box;color:#172595;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:15020;top:12.3125rem;left:51.1875rem;display:block; }
#arGfUWqe5Tbq8Q1bTTdrdfOeoXT0ObRq { box-sizing:content-box;color:#172595;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:15009;top:7.625rem;left:51.125rem;display:block; }
#WIKDFBokcl3zt6ft6GNXnAzSiaxuPyhh { box-sizing:content-box;color:#172595;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:15021;top:15.875rem;left:51.125rem;display:block; }
#kQac2P4gZGU7h5SHluxMhaS3yVNWoNb8 { color:#ffffff;display:block;width:27.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:20.104166507721rem;left:30.0625rem;height:1.2999125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l4ugi8Ch7kAa6F47dqfsOX07T5IDhyg5 { width:47.75rem;height:4.8125rem;top:4.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEHo1g3xclLUGpJy5kspVWSec6diLNO6 { top:0.6875rem;left:11.34375rem;width:22rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq { display:block; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nJnrTgQwE1SlSGw1Itk5Go9R2pTfX1GA { width:31.125rem;height:9.75rem;top:0rem;left:0rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwVC9eepwAXeqzLEP4HmxkdCLbqNyddR { width:22.3125rem;height:9.75rem;top:5rem;left:0.59375rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBHIwOXJeBs9t8Nl490ISdohaH0AOi4L { width:28rem;height:4.3125rem;top:1.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PagLtXVuhQqzaU8pEIkAUPWsintdS2cA { width:0.125rem;height:6.875rem;top:21.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2y0rbCTvL2CCHAaVvMT1gRksgPZwTl9 { width:10rem;height:10rem;top:26.3125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zx3N56WUx8k5Td4qJbnIoCOGKFPkKgh8 { width:6.6875rem;height:8.625rem;top:26.6875rem;left:17.1875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhTBavBf5GmqPX91B107i6RuNUpTamxX { top:39rem;left:23.875rem;width:8.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oskBFS3drFUO0NEKeqkzevIo9zATQ0Zs { width:21.0625rem;height:2.125rem;top:39.375rem;left:26.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-regular-label { width:26.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-input-text { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-input-text {padding-top: 0; padding-bottom: 0;}#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-textarea { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-input-select { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-input-select {padding-top: 0; padding-bottom: 0;}#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-input-button { width:14.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.875rem; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-checkbox-label { width:25.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC  { width:26.25rem;height:auto;top:15.75rem;left:9.5rem; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .radio-container { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC {display:block;}#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC { width:26.25rem;height:auto;top:15.75rem;left:9.5rem; }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #UbPBPCFRpXz7AZrcxoE2wHaG7Fy1aJfE {  }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #o5XXdTFgHAoCt8oo059w0a6DyVSPUVvO { display:block; }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #VGE8NV8FXVRoefr2kZk36OusE8xzK5sI {  }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #TMEz6VTgTW63U7FXMgnriMSLVgXXCGMw {  }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #ANNlLK3kwprXU52fmMGtJgoxLPxFzaGx { display:block; }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #qKGoHQsFbnnfrGD0LscTfMunK7M1P9uA {  }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #xNwIOr5AoSLiIyH5xCttnJUedQ2G7Bfi {  }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #ipSJyb3LUScD04ZJWwbG57xmNFcdH1Q0 { display:block; }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #XZlO09F6I7npFC5pzCpbQhSICum1dhDd {  }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #mCkC7c0n4wLJgGQraUevU1SLAzUIylxR {  }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #GKFJDqVp8SEe8BOvwcXXGdA4XK5vMN46 { display:block; }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #UAiTBLDSc12M3B0JXKiuBQHtBTTt8U48 {  }
 }@media only screen and (max-width: 763px) { #pl8TSceNtVEWJik0oSf4zTLmcrpcQR0T { display:block; }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #hAIDR2dRlRcrt73x1Th95FTh87rnkU1K {  }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #nZaJzKQIkhs6GrEKNbqChu27A3QmTWDM {  }
 }@media only screen and (max-width: 763px) { #ETN49FiPFrqgSHvZN901fJyq2RTR2DZu { width:25.125rem;height:19.0625rem;top:13.1875rem;left:22.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0hiHBMzP9dZKzfU3LTbBpayp0ig5al7 { display:block; }#f0hiHBMzP9dZKzfU3LTbBpayp0ig5al7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZTvEN635ATThUgQxHeyqwSPbQ5l4CzM { width:14.375rem;height:10.6875rem;top:2.3125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wx2GaA4XFe0L99U7JHkhJHKRvTQwLVqK { width:11.8125rem;height:1.4375rem;top:6.9375rem;left:35.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFqrA01KzZml4Rkh0ElDc65KvvLRboFn { width:14.3125rem;height:;top:10.375rem;left:33.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2qDZWQuE6SZp2IdnoBuIybn9E1McOXv { width:14.375rem;height:10.6875rem;top:2.3125rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hs0L3Gan8XLOUuyyJX2cfnWVgCE3gX1q { width:11.8125rem;height:1.4375rem;top:6.9375rem;left:17.9365234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXBCTVohyzAnLEh9NNmB4qKOuoehJCuP { width:14.3125rem;height:;top:10.25rem;left:16.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEokDiP3taW7eAU8iSyLWqS5bFK6L268 { width:8.75rem;height:2.6875rem;top:13.0625rem;left:38.62451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqzHSPHfxxdi4X9CWRL3BMWGcRDkwg11 { display:block; }
 }@media only screen and (max-width: 763px) { #fhO9QCS0DEP959VlFv7lUtU6ysyu56Zy { width:8.75rem;height:2.6875rem;top:13.0625rem;left:19.49951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmrZ4tioCOoQlCRwKBzVvQx2XnqcKWTt { display:block; }
 }@media only screen and (max-width: 763px) { #GO66t5m4Q7z3Vu4qwKgc6udk1DbG9BHB { width:14.375rem;height:10.6875rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyhHqEDV5TmoIcbRwnXzEVkTiPemRH39 { width:11.8125rem;height:4.125rem;top:5.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGnVNtvMIBadTTyqllhTfGTiw9kMa4VD { width:14.3125rem;height:;top:9.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMvPvw5eP78QG1xHm1O0Ri8mS6Wcmex7 { width:8.75rem;height:2.6875rem;top:13.0625rem;left:0.7802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxCbS0Xpmp6OMCK2RQ66EUdPUmFh4TzQ { display:block; }
 }@media only screen and (max-width: 763px) { #Sw5xyKeHOq4oFHKbnGEGMmiRgveXJwfk { width:8.75rem;height:2.6875rem;top:26.4375rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VssLoFZZGHmx67aPU78tqRpkRaGBAmGg { display:block; }
 }@media only screen and (max-width: 763px) { #SPuTQf3XLF9SMSA8gd6yLlGqF3xwbwiQ { width:8.75rem;height:2.6875rem;top:26.4375rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXCQf7mEf96c9fe0zyJi312pB6isreRL { display:block; }
 }@media only screen and (max-width: 763px) { #kVSJaEUbJtEKgsG64LD6UTbDxUrmQUyT { width:14.3125rem;height:10.6875rem;top:15.625rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVJrcx146MiDnV2SSFyo9SuX3PTMRdtI { width:14.3125rem;height:10.6875rem;top:15.625rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #poxeMGxykmyOeFE8Te00rdCVaGROp2hK { width:14.3125rem;height:10.6875rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTVk0UhsgbGSVIL6TGMm9SCKk8rGW2Z2 { width:8.75rem;height:2.6875rem;top:26.4375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzzfOsAsVoi9KeOhVG8pe2PBQnX8hy2k { display:block; }
 }@media only screen and (max-width: 763px) { #F24mO2SToNM0iPZMf77Dd74GnBISxkgC { width:14.3125rem;height:;top:23.6875rem;left:33.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiEPOIWGgy01VJ1Po0PJolM3Haz6ZEnX { width:14.3125rem;height:;top:23.625rem;left:16.4365234375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRMkG6TO41uEIcPo8Ve7qBZyFWdmAvi9 { width:14.3125rem;height:;top:23.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxlTCTpdhpmap4nR74zVnWT62gp7eHm3 { width:11.8125rem;height:1.4375rem;top:19.3125rem;left:17.99951171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6fNbXfzseoGx34kguSlUf8EpeTPA40T { width:11.8125rem;height:1.375rem;top:19.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae7bHaa9clKeNHwqudJ3OUT51DLeuKe9 { width:11.8125rem;height:5.8125rem;top:17.5rem;left:35.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7SNvSITDEhvyWfN8cbOOdTzeoifgR9i { width:8.75rem;height:2.6875rem;top:40.5625rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak9dUksAuPR0el4bqCt3ZTBzNE4ckDEQ { display:block; }
 }@media only screen and (max-width: 763px) { #K4buWxhR8QOWwntb8OI4NnxR5sAHdeKB { width:14.375rem;height:10.6875rem;top:29.75rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoe5yqT2g5CsCK34MF1bQJVMhiJhExz6 { width:14.3125rem;height:10.6875rem;top:45rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxT8IBZuKKf12LE5FBGoKH9iefyNPkoU { width:8.75rem;height:2.6875rem;top:55.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmpcHD3NAmulOEfUSGi1uTgd2XpTFQv5 { display:block; }
 }@media only screen and (max-width: 763px) { #hm3HHvKISnuMxXBBbV6uciHWMWgqMl4q { width:14.3125rem;height:;top:38.0625rem;left:16.6240234375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BA9EPouZuxocN9rOCdkTqQ9diTDXIR6i { width:14.3125rem;height:;top:52.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGu2oga2xINvnBNA4pFNfzVwDJ493qr0 { width:11.8125rem;height:1.4375rem;top:34.9375rem;left:17.9365234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTWxlaI61oVG3XkKnGd6VEQCR5JlRtiW { width:11.8125rem;height:2.75rem;top:48.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9KHnMRuWXAWcWTuErxemCQzrNB3P9zc { width:14.3125rem;height:10.6875rem;top:30.3125rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oR7TyMECHd1QAITlpAt2IEod13EfACgE { width:14.3125rem;height:;top:38.875rem;left:33.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGRt0EhVqMRo0IC9SHZoFTpiSERFTG4E { width:8.75rem;height:2.6875rem;top:41.125rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPMBOusgSODzuGS9EKIqq2a7EvaeSbD1 { display:block; }
 }@media only screen and (max-width: 763px) { #uybSOxbTm8p9I9Tqo9rRg7vzPuMrOaz5 { width:14.3125rem;height:10.6875rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaW5agMiID9coPouKdmUzVaasCmkgVfD { width:14.3125rem;height:;top:37.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWwtTfsKi6DBnqtkZ2WL0bzIFJvZg7iE { width:8.75rem;height:2.6875rem;top:41.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtUPesJmT1ds76bA3H5cuJZ3fAMDJCTc { display:block; }
 }@media only screen and (max-width: 763px) { #IAeXZOxBKRxnhrM3IOsGAHs5r77RhNbC { width:11.8125rem;height:1.4375rem;top:34.9375rem;left:35.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtlMeTAwBMwwL0g78b3e17TPXstO3k6c { width:11.8125rem;height:2.75rem;top:33.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZKBcKJfc8DCLMJFBeTbTm43LUWbr8mh { width:8.75rem;height:2.6875rem;top:55.1875rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBgogwexG1VGJtpatgD5FLVPNkiOVbAs { display:block; }
 }@media only screen and (max-width: 763px) { #CaMekJNIzgnGDP8P1TmJgKx3rAZoZtX3 { width:8.75rem;height:2.6875rem;top:55.25rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xw5dFGAGaGTyTEg0i7Myp370JwoCPKof { display:block; }
 }@media only screen and (max-width: 763px) { #e89CeBTn8eMDyvD2Ospoy7fJbatgqpTk { width:14.375rem;height:10.6875rem;top:44.4375rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAAwkTe8dX71TlZn2FWaicr47mLb3COL { width:11.875rem;height:2.875rem;top:48.1875rem;left:18.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbidViWQBSTl7qHP7epT63OykOApb1od { width:14.375rem;height:1.5rem;top:52.375rem;left:16.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWQvOMp1or4538kakNyTTndSJBn2o6qe { width:14.375rem;height:10.6875rem;top:44.5rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8rEsSa6Qs7X0gesfXwkKvz2POKOWQph { width:14.3125rem;height:;top:53.0625rem;left:33.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Prhd2BtK2trXH6locMymXPfZEnJvZ6zf { width:11.875rem;height:5.8125rem;top:46.9375rem;left:35.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQbMTJzwrOMzPMaazUyf6Na41dcvx2uo { width:14.3125rem;height:10.6875rem;top:68.875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcapaARHeD4CO9dSTvhsKsxfRTDHmr75 { width:14.3125rem;height:;top:76.9375rem;left:33.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAAcpNwJCKKqnkzDqTC3DgAr80U9X0T8 { width:11.8125rem;height:2.875rem;top:71.8125rem;left:35.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASIhyCMACIWdsmgFhTv1nQq2iI2io02U { width:8.75rem;height:2.6875rem;top:79.6875rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEOOwdUv6GunfFfWtDarQ4bHvcUrqcZM { display:block; }
 }@media only screen and (max-width: 763px) { #dIEVti2tTg1orNXABwe4FMAn8V141skA { width:14.3125rem;height:10.6875rem;top:68.875rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxO7Q7Tn5EIXCMMAC4TrxV3Ts1wVcNTf { width:14.3125rem;height:;top:76.875rem;left:16.4365234375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQNOCmHGl27Z0XgrobZZMuLMqS6wizVK { width:11.8125rem;height:2.875rem;top:72.1875rem;left:18.37451171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqALAVVNUo6r2htwHnnP87dFarQEGoeC { width:8.75rem;height:2.6875rem;top:79.6875rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sU3c4fCw1tm2qpWQ0yhToo3avvPSoORM { display:block; }
 }@media only screen and (max-width: 763px) { #ysQwQHVIEHRTebwd2XKs91Cc6Sh03JT8 { width:11.5rem;height:8.5rem;top:83.875rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhC4sXkzcPRghTKhy9EfnT9rg0FmuoK2 { width:11.625rem;height:8.625rem;top:83.5rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQXP2lTlmKxDQPEw8oyJ3aqLEVMHTzS8 { width:11.8125rem;height:2.875rem;top:86.8125rem;left:35.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2TvDcDQe23o2SAdqr0Jb2frwawn6yvF { width:14.3125rem;height:10.6875rem;top:68.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH41dqS2bb4lokCL5w7243G3zMSoke14 { width:8.75rem;height:2.6875rem;top:79.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCsQufTOVXsc3nu4RgR1cEhiAsgmLKvm { display:block; }
 }@media only screen and (max-width: 763px) { #Jr04kw61HbRVwuhAcSn65fbdxFXWTAUA { width:12.25rem;height:9rem;top:83.1875rem;left:0.31201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZL0UUUFsTndAHDH5JcmuW1haxiqRlKN { width:11.8125rem;height:4.125rem;top:85.9375rem;left:0.74951171875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTrvV3mZS7KyuUULTsKPqmHPqMF0SSdU { width:14.3125rem;height:;top:77.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb1qEuyQZWI8HHpmknUsBAIeiSpJIoVv { width:13rem;height:5.5rem;top:71.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcvzBNMaAihFQTGtwFoOTgQyKUBph6Ho { width:11.8125rem;height:2.875rem;top:86.875rem;left:18.4990234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGdT2xr47QeTLk4TXk4KEC5X4kC9nXMJ { width:8.75rem;height:2.6875rem;top:92.625rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfaPtc9nxneatSsyZP01R48TGkOR2Ehp { display:block; }
 }@media only screen and (max-width: 763px) { #pcUQzPvxNMqpa80IfBeacle9NSEQVRWT { width:14.3125rem;height:1.5rem;top:90.375rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhK71bxy8t9Su84HZscQoduAvf5RU1Ro { width:8.75rem;height:2.6875rem;top:92.375rem;left:2.3740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkF40ttJL3SAcxeT8IkhBKbXqpdMbG8A { display:block; }
 }@media only screen and (max-width: 763px) { #DUZiS4SlzNlbT7yO1bfwp8SdMJUrD70p { width:14.3125rem;height:;top:90.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwPBpZCRELfAKIipkVNm0J5Phd1EhTIp { width:8.75rem;height:2.6875rem;top:92.5rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZRqP5wNE2OsTCbU8xad9oe9TrcztHGO { display:block; }
 }@media only screen and (max-width: 763px) { #R0LThuKEdz6TBOqLMRSXfvf00FGk9EAO { width:14.3125rem;height:;top:90.75rem;left:16.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE6cOExBl3iL2mX1PWrGAITlezDaHOWK { top:0rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3hat4qnGuDRA5THZTuGUEDdrD6wwVaT { top:63rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLd55TZDy7sSzoIruZoBcUWw4ZsfeegE { display:none; }#VLd55TZDy7sSzoIruZoBcUWw4ZsfeegE > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OpvBR1pL77T2ZycxWGsoUSAO5Ju0waLe { top:2.8125rem;left:29.4375rem;width:18.3125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sph2nnxL2slIke9hftLaUyAOW7g08uM2 { top:12.875rem;left:20.25rem;width:24.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wM6QEhtMXOQw4kaFrPgUDJNOGxalvcGk { top:7.6875rem;left:30.5625rem;width:14.5625rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PI6sOM55mx5rRGVLN1lAQwA8HHhSBZGg { top:16rem;left:36.4375rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHixkTEXzxtQXa2eT63Hg3xuAWzUdDwV { top:16rem;left:39.0625rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EALkCze3lzqTgdufSaUEC0w6CX8wS5eu { top:16rem;left:41.75rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFt7IXsRDVOpnpJz3oPt4fUhaUyZWhaq { top:1.125rem;left:0rem;width:13.5625rem;height:20.783037788197rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVNqcB8CmDSBMbCD3Ah0Jt2BPisOvgqK { top:12.25rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #arGfUWqe5Tbq8Q1bTTdrdfOeoXT0ObRq { width:3.1875rem;height:3.1875rem;top:7.5625rem;left:44.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIKDFBokcl3zt6ft6GNXnAzSiaxuPyhh { top:15.8125rem;left:44.5rem;width:3.25rem;height:3.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQac2P4gZGU7h5SHluxMhaS3yVNWoNb8 { top:20.0625rem;left:19.9375rem;width:27.8125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); } }@media only screen and (max-width: 763px) { #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fbfcff, #efd6e6);background-image: -moz-linear-gradient(180deg, #fbfcff, #efd6e6);background-image: -ms-linear-gradient(180deg, #fbfcff, #efd6e6);background-image: -o-linear-gradient(180deg, #fbfcff, #efd6e6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfcff', endColorstr='#efd6e6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfcff', endColorstr='#efd6e6' );";background-image: linear-gradient(180deg, #fbfcff, #efd6e6);background-size:auto !important;display:block; }#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 { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l4ugi8Ch7kAa6F47dqfsOX07T5IDhyg5 { width:19.6875rem;height:2.7604125rem;top:3.51953125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;font-family:cairo;display:none; }
 }@media only screen and (max-width: 763px) { #nEHo1g3xclLUGpJy5kspVWSec6diLNO6 { width:20rem;height:2.6704545454546rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #efd6e6, #ffffff);background-image: -moz-linear-gradient(180deg, #efd6e6, #ffffff);background-image: -ms-linear-gradient(180deg, #efd6e6, #ffffff);background-image: -o-linear-gradient(180deg, #efd6e6, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#efd6e6', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#efd6e6', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #efd6e6, #ffffff);background-size:auto !important;display:block; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container { background-color: transparent; background-image: none; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container > .video-iframe-container { display: none; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row > .video-iframe-container { display: none; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .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); }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nJnrTgQwE1SlSGw1Itk5Go9R2pTfX1GA { width:20rem;height:5.8496125rem;top:4.6846790313721rem;left:0rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwVC9eepwAXeqzLEP4HmxkdCLbqNyddR { width:17.999125rem;height:5.68685rem;top:8.069227695465rem;left:0.99934893846512rem;font-size:4.375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #QBHIwOXJeBs9t8Nl490ISdohaH0AOi4L { width:12.875rem;height:5.625rem;top:14.375rem;left:7.125rem;font-size:1.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #PagLtXVuhQqzaU8pEIkAUPWsintdS2cA { width:0.125rem;height:4.0625rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2y0rbCTvL2CCHAaVvMT1gRksgPZwTl9 { width:7.375rem;height:7.375rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zx3N56WUx8k5Td4qJbnIoCOGKFPkKgh8 { width:5.8125rem;height:5.99935rem;top:14.1875rem;left:0.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhTBavBf5GmqPX91B107i6RuNUpTamxX { width:6.3125rem;height:2.375rem;top:51rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oskBFS3drFUO0NEKeqkzevIo9zATQ0Zs { width:15.375rem;height:1.59288125rem;top:49.4375rem;left:2.25rem;font-size:1.0625rem;color:#650779;display:block; }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-regular-label { width:17.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-input-text { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-input-text {padding-top: 0; padding-bottom: 0;}#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-textarea { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-input-select { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:cairo;height:2.8125rem; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-input-select {padding-top: 0; padding-bottom: 0;}#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-input-button { width:17.25rem;margin-top:0.25rem;margin-right:0.1875rem;margin-bottom:0.25rem;margin-left:0;height:2.9375rem;line-height:1.2;overflow:hidden;font-size:1.375rem; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-container:first-of-type{padding-top:0;}#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-container:last-of-type{padding-bottom:0;}#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC  { width:17.25rem;height:auto;top:21.8125rem;left:0rem;border-top:0.375rem solid #df4a8d;border-left:0.125rem solid #df4a8d;border-right:0.125rem solid #df4a8d;border-bottom:0.3125rem solid #df4a8d; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .radio-container { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC {display:block;}#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC { width:17.25rem;height:auto;top:21.8125rem;left:0rem;border-top:0.375rem solid #df4a8d;border-left:0.125rem solid #df4a8d;border-right:0.125rem solid #df4a8d;border-bottom:0.3125rem solid #df4a8d; }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #UbPBPCFRpXz7AZrcxoE2wHaG7Fy1aJfE {  }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #o5XXdTFgHAoCt8oo059w0a6DyVSPUVvO { display:block; }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #VGE8NV8FXVRoefr2kZk36OusE8xzK5sI {  }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #TMEz6VTgTW63U7FXMgnriMSLVgXXCGMw {  }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #ANNlLK3kwprXU52fmMGtJgoxLPxFzaGx { display:block; }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #qKGoHQsFbnnfrGD0LscTfMunK7M1P9uA {  }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #xNwIOr5AoSLiIyH5xCttnJUedQ2G7Bfi {  }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #ipSJyb3LUScD04ZJWwbG57xmNFcdH1Q0 { display:block; }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #XZlO09F6I7npFC5pzCpbQhSICum1dhDd {  }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #mCkC7c0n4wLJgGQraUevU1SLAzUIylxR {  }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #GKFJDqVp8SEe8BOvwcXXGdA4XK5vMN46 { display:block; }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #UAiTBLDSc12M3B0JXKiuBQHtBTTt8U48 {  }
 }@media only screen and (max-width: 763px) { #pl8TSceNtVEWJik0oSf4zTLmcrpcQR0T { display:block; }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #hAIDR2dRlRcrt73x1Th95FTh87rnkU1K {  }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #nZaJzKQIkhs6GrEKNbqChu27A3QmTWDM {  }
 }@media only screen and (max-width: 763px) { #ETN49FiPFrqgSHvZN901fJyq2RTR2DZu { width:19.9989375rem;height:3.4982625rem;top:0.375rem;left:0rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #f0hiHBMzP9dZKzfU3LTbBpayp0ig5al7 { display:block; }#f0hiHBMzP9dZKzfU3LTbBpayp0ig5al7 { background-color: transparent; background-image: none; }#f0hiHBMzP9dZKzfU3LTbBpayp0ig5al7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0hiHBMzP9dZKzfU3LTbBpayp0ig5al7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0hiHBMzP9dZKzfU3LTbBpayp0ig5al7 > .row .container > .video-iframe-container { display: none; }#f0hiHBMzP9dZKzfU3LTbBpayp0ig5al7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0hiHBMzP9dZKzfU3LTbBpayp0ig5al7 > .row > .video-iframe-container { display: none; }#f0hiHBMzP9dZKzfU3LTbBpayp0ig5al7 > .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); }#f0hiHBMzP9dZKzfU3LTbBpayp0ig5al7 > .row .container { width:20rem;height:352.9375rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZTvEN635ATThUgQxHeyqwSPbQ5l4CzM { width:14.375rem;height:10.6875rem;top:30.8125rem;left:2.8125rem;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; }#RZTvEN635ATThUgQxHeyqwSPbQ5l4CzM.adaptive-delivery-prevent-bg, #RZTvEN635ATThUgQxHeyqwSPbQ5l4CzM.lazyload, #RZTvEN635ATThUgQxHeyqwSPbQ5l4CzM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wx2GaA4XFe0L99U7JHkhJHKRvTQwLVqK { width:11.875rem;height:1.462675rem;top:33.8125rem;left:4.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFqrA01KzZml4Rkh0ElDc65KvvLRboFn { width:14.375rem;height:1.21875rem;top:38.84375rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #r2qDZWQuE6SZp2IdnoBuIybn9E1McOXv { width:14.375rem;height:10.6875rem;top:15.96875rem;left:2.8125rem;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; }#r2qDZWQuE6SZp2IdnoBuIybn9E1McOXv.adaptive-delivery-prevent-bg, #r2qDZWQuE6SZp2IdnoBuIybn9E1McOXv.lazyload, #r2qDZWQuE6SZp2IdnoBuIybn9E1McOXv.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Hs0L3Gan8XLOUuyyJX2cfnWVgCE3gX1q { width:11.875rem;height:1.462675rem;top:19.90625rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXBCTVohyzAnLEh9NNmB4qKOuoehJCuP { width:14.375rem;height:1.21875rem;top:24.25rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #ZEokDiP3taW7eAU8iSyLWqS5bFK6L268 { width:8.7495rem;height:2.686525rem;top:41.4990234375rem;left:5.62353515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqzHSPHfxxdi4X9CWRL3BMWGcRDkwg11 { display:block; }
 }@media only screen and (max-width: 763px) { #fhO9QCS0DEP959VlFv7lUtU6ysyu56Zy { width:8.7495rem;height:2.686525rem;top:26.65576171875rem;left:5.62353515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmrZ4tioCOoQlCRwKBzVvQx2XnqcKWTt { display:block; }
 }@media only screen and (max-width: 763px) { #GO66t5m4Q7z3Vu4qwKgc6udk1DbG9BHB { width:14.375rem;height:10.6875rem;top:2.0625rem;left:2.8125rem;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; }#GO66t5m4Q7z3Vu4qwKgc6udk1DbG9BHB.adaptive-delivery-prevent-bg, #GO66t5m4Q7z3Vu4qwKgc6udk1DbG9BHB.lazyload, #GO66t5m4Q7z3Vu4qwKgc6udk1DbG9BHB.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #eyhHqEDV5TmoIcbRwnXzEVkTiPemRH39 { width:11.875rem;height:4.140625rem;top:5.625rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGnVNtvMIBadTTyqllhTfGTiw9kMa4VD { width:14.375rem;height:1.21875rem;top:10.408203125rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #VMvPvw5eP78QG1xHm1O0Ri8mS6Wcmex7 { width:8.7495rem;height:2.686525rem;top:12.7490234375rem;left:5.623046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxCbS0Xpmp6OMCK2RQ66EUdPUmFh4TzQ { display:block; }
 }@media only screen and (max-width: 763px) { #Sw5xyKeHOq4oFHKbnGEGMmiRgveXJwfk { width:8.75rem;height:2.6875rem;top:71.3427734375rem;left:5.62353515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VssLoFZZGHmx67aPU78tqRpkRaGBAmGg { display:block; }
 }@media only screen and (max-width: 763px) { #SPuTQf3XLF9SMSA8gd6yLlGqF3xwbwiQ { width:8.75rem;height:2.6875rem;top:85.810546875rem;left:5.62353515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXCQf7mEf96c9fe0zyJi312pB6isreRL { display:block; }
 }@media only screen and (max-width: 763px) { #kVSJaEUbJtEKgsG64LD6UTbDxUrmQUyT { width:14.3125rem;height:10.6875rem;top:75.124025rem;left:2.8125rem;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; }#kVSJaEUbJtEKgsG64LD6UTbDxUrmQUyT.adaptive-delivery-prevent-bg, #kVSJaEUbJtEKgsG64LD6UTbDxUrmQUyT.lazyload, #kVSJaEUbJtEKgsG64LD6UTbDxUrmQUyT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DVJrcx146MiDnV2SSFyo9SuX3PTMRdtI { width:14.3125rem;height:10.6875rem;top:60.717775rem;left:2.8125rem;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; }#DVJrcx146MiDnV2SSFyo9SuX3PTMRdtI.adaptive-delivery-prevent-bg, #DVJrcx146MiDnV2SSFyo9SuX3PTMRdtI.lazyload, #DVJrcx146MiDnV2SSFyo9SuX3PTMRdtI.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #poxeMGxykmyOeFE8Te00rdCVaGROp2hK { width:14.3125rem;height:10.6875rem;top:46.311525rem;left:2.8125rem;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; }#poxeMGxykmyOeFE8Te00rdCVaGROp2hK.adaptive-delivery-prevent-bg, #poxeMGxykmyOeFE8Te00rdCVaGROp2hK.lazyload, #poxeMGxykmyOeFE8Te00rdCVaGROp2hK.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #yTVk0UhsgbGSVIL6TGMm9SCKk8rGW2Z2 { width:8.75rem;height:2.6875rem;top:56.685546875rem;left:5.62353515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzzfOsAsVoi9KeOhVG8pe2PBQnX8hy2k { display:block; }
 }@media only screen and (max-width: 763px) { #F24mO2SToNM0iPZMf77Dd74GnBISxkgC { width:14.3115rem;height:1.21875rem;top:84.09228515625rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #LiEPOIWGgy01VJ1Po0PJolM3Haz6ZEnX { width:14.3115rem;height:1.21875rem;top:69.5595703125rem;left:2.84326171875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #nRMkG6TO41uEIcPo8Ve7qBZyFWdmAvi9 { width:14.3115rem;height:1.21875rem;top:53.874025rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #kxlTCTpdhpmap4nR74zVnWT62gp7eHm3 { width:11.8125rem;height:1.462675rem;top:64.467775rem;left:4.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6fNbXfzseoGx34kguSlUf8EpeTPA40T { width:11.8125rem;height:1.3808625rem;top:49.874025rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae7bHaa9clKeNHwqudJ3OUT51DLeuKe9 { width:11.8125rem;height:5.85069375rem;top:78.124025rem;left:4.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7SNvSITDEhvyWfN8cbOOdTzeoifgR9i { width:8.75rem;height:2.6875rem;top:143.4375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak9dUksAuPR0el4bqCt3ZTBzNE4ckDEQ { display:block; }
 }@media only screen and (max-width: 763px) { #K4buWxhR8QOWwntb8OI4NnxR5sAHdeKB { width:14.3125rem;height:10.6875rem;top:132.75rem;left:2.875rem;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; }#K4buWxhR8QOWwntb8OI4NnxR5sAHdeKB.adaptive-delivery-prevent-bg, #K4buWxhR8QOWwntb8OI4NnxR5sAHdeKB.lazyload, #K4buWxhR8QOWwntb8OI4NnxR5sAHdeKB.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #uoe5yqT2g5CsCK34MF1bQJVMhiJhExz6 { width:14.3125rem;height:10.6875rem;top:118.375rem;left:2.875rem;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; }#uoe5yqT2g5CsCK34MF1bQJVMhiJhExz6.adaptive-delivery-prevent-bg, #uoe5yqT2g5CsCK34MF1bQJVMhiJhExz6.lazyload, #uoe5yqT2g5CsCK34MF1bQJVMhiJhExz6.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gxT8IBZuKKf12LE5FBGoKH9iefyNPkoU { width:8.75rem;height:2.6875rem;top:128.5625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmpcHD3NAmulOEfUSGi1uTgd2XpTFQv5 { display:block; }
 }@media only screen and (max-width: 763px) { #hm3HHvKISnuMxXBBbV6uciHWMWgqMl4q { width:14.3115rem;height:1.21875rem;top:141rem;left:2.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #BA9EPouZuxocN9rOCdkTqQ9diTDXIR6i { width:14.3115rem;height:1.21875rem;top:125.9375rem;left:2.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #PGu2oga2xINvnBNA4pFNfzVwDJ493qr0 { width:11.8125rem;height:1.462675rem;top:136.5rem;left:4.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTWxlaI61oVG3XkKnGd6VEQCR5JlRtiW { width:11.8125rem;height:2.7604125rem;top:121.9375rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9KHnMRuWXAWcWTuErxemCQzrNB3P9zc { width:14.3125rem;height:10.6875rem;top:104rem;left:2.875rem;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; }#k9KHnMRuWXAWcWTuErxemCQzrNB3P9zc.adaptive-delivery-prevent-bg, #k9KHnMRuWXAWcWTuErxemCQzrNB3P9zc.lazyload, #k9KHnMRuWXAWcWTuErxemCQzrNB3P9zc.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #oR7TyMECHd1QAITlpAt2IEod13EfACgE { width:14.3115rem;height:1.21875rem;top:112.5625rem;left:2.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #xGRt0EhVqMRo0IC9SHZoFTpiSERFTG4E { width:8.75rem;height:2.6875rem;top:114.6875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPMBOusgSODzuGS9EKIqq2a7EvaeSbD1 { display:block; }
 }@media only screen and (max-width: 763px) { #uybSOxbTm8p9I9Tqo9rRg7vzPuMrOaz5 { width:14.3125rem;height:10.6875rem;top:89.747071875rem;left:2.8125rem;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; }#uybSOxbTm8p9I9Tqo9rRg7vzPuMrOaz5.adaptive-delivery-prevent-bg, #uybSOxbTm8p9I9Tqo9rRg7vzPuMrOaz5.lazyload, #uybSOxbTm8p9I9Tqo9rRg7vzPuMrOaz5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JaW5agMiID9coPouKdmUzVaasCmkgVfD { width:14.3115rem;height:1.21875rem;top:97.309571875rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #BWwtTfsKi6DBnqtkZ2WL0bzIFJvZg7iE { width:8.75rem;height:2.6875rem;top:100.43408203125rem;left:5.62353515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtUPesJmT1ds76bA3H5cuJZ3fAMDJCTc { display:block; }
 }@media only screen and (max-width: 763px) { #IAeXZOxBKRxnhrM3IOsGAHs5r77RhNbC { width:11.8125rem;height:1.462675rem;top:107rem;left:4.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtlMeTAwBMwwL0g78b3e17TPXstO3k6c { width:11.8125rem;height:2.76041875rem;top:93.309571875rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZKBcKJfc8DCLMJFBeTbTm43LUWbr8mh { width:8.75rem;height:2.6875rem;top:172.0625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBgogwexG1VGJtpatgD5FLVPNkiOVbAs { display:block; }
 }@media only screen and (max-width: 763px) { #CaMekJNIzgnGDP8P1TmJgKx3rAZoZtX3 { width:8.75rem;height:2.6875rem;top:157.6875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xw5dFGAGaGTyTEg0i7Myp370JwoCPKof { display:block; }
 }@media only screen and (max-width: 763px) { #e89CeBTn8eMDyvD2Ospoy7fJbatgqpTk { width:14.3125rem;height:10.6875rem;top:161.375rem;left:2.875rem;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; }#e89CeBTn8eMDyvD2Ospoy7fJbatgqpTk.adaptive-delivery-prevent-bg, #e89CeBTn8eMDyvD2Ospoy7fJbatgqpTk.lazyload, #e89CeBTn8eMDyvD2Ospoy7fJbatgqpTk.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IAAwkTe8dX71TlZn2FWaicr47mLb3COL { width:11.8125rem;height:2.92535rem;top:165.125rem;left:4.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbidViWQBSTl7qHP7epT63OykOApb1od { width:14.3115rem;height:1.21875rem;top:169.8125rem;left:2.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #nWQvOMp1or4538kakNyTTndSJBn2o6qe { width:14.3125rem;height:10.6875rem;top:147rem;left:2.875rem;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; }#nWQvOMp1or4538kakNyTTndSJBn2o6qe.adaptive-delivery-prevent-bg, #nWQvOMp1or4538kakNyTTndSJBn2o6qe.lazyload, #nWQvOMp1or4538kakNyTTndSJBn2o6qe.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #A8rEsSa6Qs7X0gesfXwkKvz2POKOWQph { width:14.3115rem;height:1.21875rem;top:155.625rem;left:2.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #Prhd2BtK2trXH6locMymXPfZEnJvZ6zf { width:11.8125rem;height:5.85069375rem;top:148.75rem;left:4.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQbMTJzwrOMzPMaazUyf6Na41dcvx2uo { width:14.3125rem;height:10.6875rem;top:220.9375rem;left:2.9375rem;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; }#BQbMTJzwrOMzPMaazUyf6Na41dcvx2uo.adaptive-delivery-prevent-bg, #BQbMTJzwrOMzPMaazUyf6Na41dcvx2uo.lazyload, #BQbMTJzwrOMzPMaazUyf6Na41dcvx2uo.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IcapaARHeD4CO9dSTvhsKsxfRTDHmr75 { width:14.3115rem;height:1.21875rem;top:229.3125rem;left:2.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #aAAcpNwJCKKqnkzDqTC3DgAr80U9X0T8 { width:11.8125rem;height:2.92535rem;top:223.9375rem;left:4.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASIhyCMACIWdsmgFhTv1nQq2iI2io02U { width:8.75rem;height:2.6875rem;top:202.8125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEOOwdUv6GunfFfWtDarQ4bHvcUrqcZM { display:block; }
 }@media only screen and (max-width: 763px) { #dIEVti2tTg1orNXABwe4FMAn8V141skA { width:14.3125rem;height:10.6875rem;top:206.5rem;left:2.9375rem;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; }#dIEVti2tTg1orNXABwe4FMAn8V141skA.adaptive-delivery-prevent-bg, #dIEVti2tTg1orNXABwe4FMAn8V141skA.lazyload, #dIEVti2tTg1orNXABwe4FMAn8V141skA.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #FxO7Q7Tn5EIXCMMAC4TrxV3Ts1wVcNTf { width:14.3115rem;height:1.21875rem;top:215.25rem;left:2.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #VQNOCmHGl27Z0XgrobZZMuLMqS6wizVK { width:11.8125rem;height:2.92535rem;top:209.875rem;left:4.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqALAVVNUo6r2htwHnnP87dFarQEGoeC { width:8.75rem;height:2.6875rem;top:217.1875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sU3c4fCw1tm2qpWQ0yhToo3avvPSoORM { display:block; }
 }@media only screen and (max-width: 763px) { #ysQwQHVIEHRTebwd2XKs91Cc6Sh03JT8 { width:11.5rem;height:8.5rem;top:259.3125rem;left:4.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; }#ysQwQHVIEHRTebwd2XKs91Cc6Sh03JT8.adaptive-delivery-prevent-bg, #ysQwQHVIEHRTebwd2XKs91Cc6Sh03JT8.lazyload, #ysQwQHVIEHRTebwd2XKs91Cc6Sh03JT8.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #PhC4sXkzcPRghTKhy9EfnT9rg0FmuoK2 { width:11.625rem;height:8.625rem;top:247.0625rem;left:4.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; }#PhC4sXkzcPRghTKhy9EfnT9rg0FmuoK2.adaptive-delivery-prevent-bg, #PhC4sXkzcPRghTKhy9EfnT9rg0FmuoK2.lazyload, #PhC4sXkzcPRghTKhy9EfnT9rg0FmuoK2.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #rQXP2lTlmKxDQPEw8oyJ3aqLEVMHTzS8 { width:11.8125rem;height:2.92535rem;top:262.8125rem;left:4.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2TvDcDQe23o2SAdqr0Jb2frwawn6yvF { width:14.3125rem;height:10.6875rem;top:192.125rem;left:2.9375rem;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; }#z2TvDcDQe23o2SAdqr0Jb2frwawn6yvF.adaptive-delivery-prevent-bg, #z2TvDcDQe23o2SAdqr0Jb2frwawn6yvF.lazyload, #z2TvDcDQe23o2SAdqr0Jb2frwawn6yvF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #rH41dqS2bb4lokCL5w7243G3zMSoke14 { width:8.75rem;height:2.6875rem;top:231.1875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCsQufTOVXsc3nu4RgR1cEhiAsgmLKvm { display:block; }
 }@media only screen and (max-width: 763px) { #Jr04kw61HbRVwuhAcSn65fbdxFXWTAUA { width:11.6875rem;height:8.6875rem;top:235.0625rem;left:4.375rem;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; }#Jr04kw61HbRVwuhAcSn65fbdxFXWTAUA.adaptive-delivery-prevent-bg, #Jr04kw61HbRVwuhAcSn65fbdxFXWTAUA.lazyload, #Jr04kw61HbRVwuhAcSn65fbdxFXWTAUA.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qZL0UUUFsTndAHDH5JcmuW1haxiqRlKN { width:11.8125rem;height:4.140625rem;top:238.6875rem;left:4.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTrvV3mZS7KyuUULTsKPqmHPqMF0SSdU { width:14.3115rem;height:1.21875rem;top:199.9375rem;left:2.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #bb1qEuyQZWI8HHpmknUsBAIeiSpJIoVv { width:11.8125rem;height:6.9010375rem;top:196.5625rem;left:4.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcvzBNMaAihFQTGtwFoOTgQyKUBph6Ho { width:11.8125rem;height:2.92535rem;top:251.4375rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGdT2xr47QeTLk4TXk4KEC5X4kC9nXMJ { width:8.75rem;height:2.6875rem;top:243.75rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfaPtc9nxneatSsyZP01R48TGkOR2Ehp { display:block; }
 }@media only screen and (max-width: 763px) { #pcUQzPvxNMqpa80IfBeacle9NSEQVRWT { width:14.3115rem;height:1.21875rem;top:266.25rem;left:3.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #bhK71bxy8t9Su84HZscQoduAvf5RU1Ro { width:8.75rem;height:2.6875rem;top:267.8125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkF40ttJL3SAcxeT8IkhBKbXqpdMbG8A { display:block; }
 }@media only screen and (max-width: 763px) { #DUZiS4SlzNlbT7yO1bfwp8SdMJUrD70p { width:14.3115rem;height:1.21875rem;top:241.6875rem;left:3.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #FwPBpZCRELfAKIipkVNm0J5Phd1EhTIp { width:8.75rem;height:2.6875rem;top:255.6875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZRqP5wNE2OsTCbU8xad9oe9TrcztHGO { display:block; }
 }@media only screen and (max-width: 763px) { #R0LThuKEdz6TBOqLMRSXfvf00FGk9EAO { width:14.3115rem;height:1.21875rem;top:254rem;left:3.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #tE6cOExBl3iL2mX1PWrGAITlezDaHOWK { width:19.999rem;height:1.54394375rem;top:0.6865234375rem;left:0.0009765625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3hat4qnGuDRA5THZTuGUEDdrD6wwVaT { width:20rem;height:3.0859375rem;top:271.74915032349rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLd55TZDy7sSzoIruZoBcUWw4ZsfeegE { display:block; }#VLd55TZDy7sSzoIruZoBcUWw4ZsfeegE > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OpvBR1pL77T2ZycxWGsoUSAO5Ju0waLe { width:16.12425rem;height:2.2749rem;top:20.3125rem;left:1.9375rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Sph2nnxL2slIke9hftLaUyAOW7g08uM2 { width:11.1865rem;height:1.62435rem;top:32.07275rem;left:4.375rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wM6QEhtMXOQw4kaFrPgUDJNOGxalvcGk { width:13.0615rem;height:2.92535rem;top:23.83666875rem;left:3.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PI6sOM55mx5rRGVLN1lAQwA8HHhSBZGg { width:2.8125rem;height:2.8125rem;top:39.01000625rem;left:8.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHixkTEXzxtQXa2eT63Hg3xuAWzUdDwV { width:2.8125rem;height:2.8125rem;top:43.07250625rem;left:8.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EALkCze3lzqTgdufSaUEC0w6CX8wS5eu { width:2.8125rem;height:2.8125rem;top:47.13500625rem;left:8.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFt7IXsRDVOpnpJz3oPt4fUhaUyZWhaq { width:11.62475rem;height:17.8125rem;top:1.25rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVNqcB8CmDSBMbCD3Ah0Jt2BPisOvgqK { width:2.8125rem;height:2.8125rem;top:34.94750625rem;left:8.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #arGfUWqe5Tbq8Q1bTTdrdfOeoXT0ObRq { width:2.8125rem;height:2.8125rem;top:28.01025rem;left:8.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIKDFBokcl3zt6ft6GNXnAzSiaxuPyhh { width:2.8125rem;height:2.8125rem;top:51.19750625rem;left:8.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQac2P4gZGU7h5SHluxMhaS3yVNWoNb8 { width:19.3115rem;height:0.9746125rem;top:55.26000625rem;left:0.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }