.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;
}
.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;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); }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V { position:relative;display:block; }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V { background-color: transparent; background-image: none; }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .row .container > .video-iframe-container { display: none; }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .row > .video-iframe-container { display: none; }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .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); }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V { border-width: 0; border-radius: 0; }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.5625rem;width:60rem;position:relative;display:block; }#AOuNUk1ty8D1dPurkXGUXoEHWU2ZPul3 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:27.6243125rem;top:1.0617897510529rem;left:16.186966896057rem;overflow:hidden;display:block; }
#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/EBxwgAbn/243340691_637737940970711_5696126081559980213_n.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi.adaptive-delivery-prevent-bg, #NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi.lazyload, #NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi.lazyloading { background-image: none; }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row .container { background-color: transparent; background-image: none; }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row .container > .video-iframe-container { display: none; }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row > .video-iframe-container { display: none; }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .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); }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row .container { border-width: 0; border-radius: 0; }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row .container { font-size:0.875rem;font-family:"open sans";height:49.5rem;width:60rem;overflow:visible;position:relative;display:block; }#TbFpKbJTTx3oJWrKQQb9HBw3JLDOx54g { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:1.18706875rem;top:3.8747835159302rem;left:23.435329437256rem;overflow:hidden;display:block; }
#NiTWEWHXrAFHBuRU19eCMmSA9gdvXEJ9 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:1.18706875rem;top:3.8747835159302rem;left:55.74870300293rem;overflow:hidden;display:block; }
#hZctNBkvfToUqedbmHKNBPzreL59Qul9 { color:#000000;display:block;width:30.3125rem;position:absolute;font-family:amiri;font-size:1.1875rem;font-weight:normal;z-index:100001;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.42);top:0.81143474578856rem;left:25.498047828674rem;height:8.31409375rem;text-align:center;text-align-last:center;display:block; }
#iT2xXSR6A11yoQPrS5IwJ5r8xpKy19xl { position:absolute;display:block;z-index:99992;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(77,15,46,0.34), rgba(253,189,97,0.68));background-image: -moz-linear-gradient(180deg, rgba(77,15,46,0.34), rgba(253,189,97,0.68));background-image: -ms-linear-gradient(180deg, rgba(77,15,46,0.34), rgba(253,189,97,0.68));background-image: -o-linear-gradient(180deg, rgba(77,15,46,0.34), rgba(253,189,97,0.68));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#564d0f2e', endColorstr='#adfdbd61' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#564d0f2e', endColorstr='#adfdbd61' );";background-image: linear-gradient(180deg, rgba(77,15,46,0.34), rgba(253,189,97,0.68));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.94) ;height:29.5623125rem;width:22.6243125rem;top:13.625rem;left:30.8125rem;display:block; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-form-header { font-size:0.75rem; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-regular-label { height:auto;display:block;font-family:amiri;font-size:0.8125rem;font-weight:bold;color:#df4a8d;width:18rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#9d6c82;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;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:18rem;box-sizing:border-box;height:2.5625rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-text {padding-top: 0; padding-bottom: 0;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#9d6c82;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#9d6c82;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;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:18rem;box-sizing:border-box;height:2.5rem;color:#ffffff;font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-select {padding-top: 0; padding-bottom: 0;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .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:transparent;background-image: -webkit-linear-gradient(13deg, #df4a8d, #942157);background-image: -moz-linear-gradient(13deg, #df4a8d, #942157);background-image: -ms-linear-gradient(13deg, #df4a8d, #942157);background-image: -o-linear-gradient(13deg, #df4a8d, #942157);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#df4a8d', endColorstr='#942157' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#df4a8d', endColorstr='#942157' );";background-image: linear-gradient(13deg, #df4a8d, #942157);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.125rem;font-weight:bold;color:#ffffff;width:18rem;height:4.4375rem;font-family:raleway;overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5); }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .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:raleway;line-height:1.3;font-size:0.625rem;font-weight:300;color:#ffffff;vertical-align:top;width:16.8125rem;overflow:hidden;font-style:normal;float:none; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .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; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-container { padding-top:0.4375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-container:first-of-type{padding-top:0;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-container:last-of-type{padding-bottom:0;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD  { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #faf8ea, #bfa06c);background-image: -moz-linear-gradient(180deg, #faf8ea, #bfa06c);background-image: -ms-linear-gradient(180deg, #faf8ea, #bfa06c);background-image: -o-linear-gradient(180deg, #faf8ea, #bfa06c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf8ea', endColorstr='#bfa06c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf8ea', endColorstr='#bfa06c' );";background-image: linear-gradient(180deg, #faf8ea, #bfa06c);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.9998125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(46,17,125,0.5) ;font-size:0.75rem;left:31.875000953674rem;top:14.74964427948rem;z-index:100002;position:absolute; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18rem;display:block;vertical-align:top; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.625rem;line-height:1.1;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD {display:block;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #faf8ea, #bfa06c);background-image: -moz-linear-gradient(180deg, #faf8ea, #bfa06c);background-image: -ms-linear-gradient(180deg, #faf8ea, #bfa06c);background-image: -o-linear-gradient(180deg, #faf8ea, #bfa06c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf8ea', endColorstr='#bfa06c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf8ea', endColorstr='#bfa06c' );";background-image: linear-gradient(180deg, #faf8ea, #bfa06c);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.9998125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(46,17,125,0.5) ;font-size:0.75rem;left:31.875000953674rem;top:14.74964427948rem;z-index:100002;position:absolute; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #L3eCKBis3FBuTziS9t7syZHi9Gnz5cZQ { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #K16oUtstOKQTEPM3y2lqvZg1RTspagEm { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #dztSllqCUL8RXzNLSshURU0vLvbT1gTi { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #s9iegVXaF34GRlAn37V5mlzlPdTqT01C { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #WciGfnaTkyCXOfyqnrt8BoBT12iyTsHh { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #f98neuyPrS7vJOd54DQ9BVLMQFJv11Iy { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #nu2l9D4VGT5TcL0HOhRHOfnbswucWNmN { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #pr6rnf43FSVAcql02mbRhXvmp4T8Sp6G { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #pqm8zAye4Dl6f1qJpTpPtPp7iTHubTyA { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #wKuyXMa0MZsZzByXSLTEFb5eDIJ05SJc { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #s8Ta5bXPTC3Ce6gwIbuUfZHNPXBcx7Th { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #FTL9yu0hqLK8WaAKDuXgUoEn0Mw0o5o9 { position:relative; }
#QtwlPcl4TPTC0mIVQaLIH0eDdWltw9h6 { position:relative;display:block; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #wdh6QXSlhZMoB4Pqf60mrJoMZLtcmocd { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #Ith52Rl3DauROOoNTkBU7MVI3TuSgudA { position:relative; }
#TQA5yxPtfzGfvUKgCDsTqExaz1fPT3Q4 { color:#68452f;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:3.4375rem;font-weight:700;z-index:100042;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:7.62890625rem;left:35.8798828125rem;height:4.53071875rem;font-style:normal;display:block; }
#baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7668a;background-image:none;position:relative;display:block; }#baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8 > .row .container { background-color: transparent; background-image: none; }#baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8 > .row .container > .video-iframe-container { display: none; }#baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8 > .row > .video-iframe-container { display: none; }#baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8 > .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); }#baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8 > .row .container { border-width: 0; border-radius: 0; }#baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8 > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:60rem;position:relative;display:block; }#Sh81FmpuTaUd3CpQgzhv2xxwTwJXaDax { color:#ffffff;display:block;width:34.8125rem;position:absolute;font-family:amiri;font-size:2.125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.46875rem;left:12.218750953674rem;height:2.82528125rem;text-align:center;text-align-last:center;display:block; }
#IV4BtMuGUFKeF964ZOlwz5WnMAGM3y4S { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:1.2793025970459rem;left:41.030716896057rem;overflow:hidden;display:block; }
#dmJtIV0XXc6zsXVziTXivb8CmeMvFdEq { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:1.2793025970459rem;left:14.842862129211rem;overflow:hidden;display:block; }
#ImTfeXFC6Q1E7AZCzmdWQdFkaOz2fPDP { position:relative;display:block; }#ImTfeXFC6Q1E7AZCzmdWQdFkaOz2fPDP { background-color: transparent; background-image: none; }#ImTfeXFC6Q1E7AZCzmdWQdFkaOz2fPDP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ImTfeXFC6Q1E7AZCzmdWQdFkaOz2fPDP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ImTfeXFC6Q1E7AZCzmdWQdFkaOz2fPDP > .row .container > .video-iframe-container { display: none; }#ImTfeXFC6Q1E7AZCzmdWQdFkaOz2fPDP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ImTfeXFC6Q1E7AZCzmdWQdFkaOz2fPDP > .row > .video-iframe-container { display: none; }#ImTfeXFC6Q1E7AZCzmdWQdFkaOz2fPDP > .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); }#ImTfeXFC6Q1E7AZCzmdWQdFkaOz2fPDP { border-width: 0; border-radius: 0; }#ImTfeXFC6Q1E7AZCzmdWQdFkaOz2fPDP > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.375rem solid #df4a8d;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:121.25rem;width:60rem;position:relative;display:block; }#UW2v0d3Q9sQOedaT18bKolu0CRTsv6GT { position:absolute;display:block;z-index:100031;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:13.625rem;width:15.25rem;top:36.25rem;left:22.125rem;display:block; }#UW2v0d3Q9sQOedaT18bKolu0CRTsv6GT.adaptive-delivery-prevent-bg, #UW2v0d3Q9sQOedaT18bKolu0CRTsv6GT.lazyload, #UW2v0d3Q9sQOedaT18bKolu0CRTsv6GT.lazyloading { background-image: none; }
#nEfwsArZHvPpytT1pgK4U9TFhhz3vsVz { z-index:100055;top:48.1875rem;left:25.1875rem;background-color:#df4a8d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:1.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WoFKBUiTA6803TepW22iydsiA1pONw2K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vhLPgO8m77ldSgip0X3XETcU8BbIpKHp { position:absolute;display:block;z-index:100049;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:13.624125rem;width:15.2495625rem;top:19.6875rem;left:41.6875rem;display:block; }#vhLPgO8m77ldSgip0X3XETcU8BbIpKHp.adaptive-delivery-prevent-bg, #vhLPgO8m77ldSgip0X3XETcU8BbIpKHp.lazyload, #vhLPgO8m77ldSgip0X3XETcU8BbIpKHp.lazyloading { background-image: none; }
#vRQ5AxnaBcO7C3PEsPisLOZAoL7KaVWM { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100070;line-height:1.6;letter-spacing:0;top:29.25rem;left:42.1875rem;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; }
#R8pXd0WBSmaHEIuVqW8gzHdqORVnJcWW { z-index:100071;top:31.625rem;left:44.8125rem;background-color:#df4a8d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1873125rem;height:1.81206875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nMAs3EdkCIZqpwTD98M2guP7BWuDudGJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QeeiVEdPfUbDwwHzhvEvWFZH2mt4J5UI { color:#000000;display:block;width:11.9993125rem;position:absolute;font-family:"neo sans arabic";font-size:1rem;font-weight:700;z-index:100070;line-height:1.3;letter-spacing:0;top:38.321199417114rem;left:23.779297828674rem;height:3.9589875rem;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; }
#wZHlJT2wNsJLDNPeqVWkNrTydkzmfl60 { position:absolute;display:block;z-index:100043;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:13.625rem;width:15.25rem;top:2.5rem;left:12.0625rem;display:block; }#wZHlJT2wNsJLDNPeqVWkNrTydkzmfl60.adaptive-delivery-prevent-bg, #wZHlJT2wNsJLDNPeqVWkNrTydkzmfl60.lazyload, #wZHlJT2wNsJLDNPeqVWkNrTydkzmfl60.lazyloading { background-image: none; }
#LQROqLK23nGgAh9rKQrd7SQ0l7UWqTqc { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100066;line-height:1.6;letter-spacing:0;top:11.6875rem;left:12.875rem;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; }
#vec3Td0ZhSaodarhZyJdI0f08kqeMlJP { z-index:100067;top:14.4375rem;left:15.125rem;background-color:#df4a8d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:1.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bJzuBvowCMdWf4CMXr429mIdTEz0Oqa4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gL6JbopHnLTGkMyTOt18mHOUTQifpoHC { color:#000000;display:block;width:11.9993125rem;position:absolute;font-family:"neo sans arabic";font-size:0.9375rem;font-weight:700;z-index:100071;line-height:1.3;letter-spacing:0;top:20.671163201332rem;left:43.373578071594rem;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; }
#uuU8vZ97ZELSh6OecUyNcVKdvJyICqB6 { color:#000000;display:block;width:11.9993125rem;position:absolute;font-family:"neo sans arabic";font-size:1.125rem;font-weight:700;z-index:100072;line-height:1.3;letter-spacing:0;top:5.0168676376342rem;left:13.749112129211rem;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; }
#RPhQ1OhQrSmW9MXUHSBfBkD9w7p15L3R { position:absolute;display:block;z-index:100042;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:13.6236875rem;width:15.2486875rem;top:36.25rem;left:3rem;display:block; }#RPhQ1OhQrSmW9MXUHSBfBkD9w7p15L3R.adaptive-delivery-prevent-bg, #RPhQ1OhQrSmW9MXUHSBfBkD9w7p15L3R.lazyload, #RPhQ1OhQrSmW9MXUHSBfBkD9w7p15L3R.lazyloading { background-image: none; }
#kk99Cy1mTpv9c0hQ6Ld9pvbppIkhPmBw { color:#000000;display:block;width:13.75rem;position:absolute;font-family:"neo sans arabic";font-size:1.125rem;font-weight:700;z-index:100062;line-height:1.6;letter-spacing:0;top:37.736147880554rem;left:3.8103694915771rem;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; }
#nQcumHcsMxobHqqcgh7r4CANZxtoZDgm { z-index:100064;top:48.125rem;left:5.9375rem;background-color:#df4a8d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1861875rem;height:1.8112rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#AVp1VLJG1WyraOIAUaxh2TkEqKn0K1U3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PuWt9eZJfC8fIu7PC6hSlzxIZaV7bXUW { position:absolute;display:block;z-index:100035;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:13.625rem;width:15.25rem;top:36.25rem;left:42rem;display:block; }#PuWt9eZJfC8fIu7PC6hSlzxIZaV7bXUW.adaptive-delivery-prevent-bg, #PuWt9eZJfC8fIu7PC6hSlzxIZaV7bXUW.lazyload, #PuWt9eZJfC8fIu7PC6hSlzxIZaV7bXUW.lazyloading { background-image: none; }
#VwLe1fu53pRl43gUT1lXLG1i7TVEzaFS { color:#000000;display:block;width:11.9993125rem;position:absolute;font-family:"neo sans arabic";font-size:1.125rem;font-weight:700;z-index:100074;line-height:1.3;letter-spacing:0;top:39.873937606811rem;left:43.654118537903rem;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; }
#C8uSFaBlATOtVOc6tmafbkNLvcvFo3hI { z-index:100059;top:48.0625rem;left:45.0625rem;background-color:#df4a8d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:1.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#u9Guuqf7ei1JZlbAiZtyMMD8oOlepUhE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#o1qKdrvCyINn5aclTUUxcTFfEWCBIdoc { position:absolute;display:block;z-index:100039;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:13.625rem;width:15.25rem;top:19.125rem;left:3.25rem;display:block; }#o1qKdrvCyINn5aclTUUxcTFfEWCBIdoc.adaptive-delivery-prevent-bg, #o1qKdrvCyINn5aclTUUxcTFfEWCBIdoc.lazyload, #o1qKdrvCyINn5aclTUUxcTFfEWCBIdoc.lazyloading { background-image: none; }
#VmmhcivTV1J1ehwH0mt5vAaPpZVV5lV7 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100076;line-height:1.6;letter-spacing:0;top:28.4375rem;left:4.3125rem;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; }
#X9ZAPRp5KZeUB4CO9fol6uaW89ZM5Vey { z-index:100063;top:30.9375rem;left:6.3125rem;background-color:#df4a8d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:1.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#gWheF1TnEq0LfABSCE9iJ4A50oxDyQDq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#sTnzw4ugQGT2yUVlF4fAzuMF0ro25amV { position:absolute;display:block;z-index:100035;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:13.625rem;width:15.25rem;top:2.5rem;left:32.75rem;display:block; }#sTnzw4ugQGT2yUVlF4fAzuMF0ro25amV.adaptive-delivery-prevent-bg, #sTnzw4ugQGT2yUVlF4fAzuMF0ro25amV.lazyload, #sTnzw4ugQGT2yUVlF4fAzuMF0ro25amV.lazyloading { background-image: none; }
#QqPDyMroBPCSHKFOacS1Hf3Zr7JZzGcA { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:"neo sans arabic";font-size:1.125rem;font-weight:700;z-index:100074;line-height:1.3;letter-spacing:0;top:4.2862215042114rem;left:33.71715259552rem;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; }
#VkRZ6Ai2ruO2kfP9ip5gse26KNNzmQsh { z-index:100059;top:14.4375rem;left:35.8125rem;background-color:#df4a8d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:1.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#J2Q0OONmows0TPWzLgMoZUoIHM3ziIR3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bl0u4iy5SeBWVgcialDckAfKvSuABtzf { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100067;line-height:1.6;letter-spacing:0;top:11.6875rem;left:33.8125rem;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; }
#sqSaTwQWsnxnr16vtiWTLS8Npr11Z44k { position:absolute;display:block;z-index:100053;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:13.624125rem;width:15.2495625rem;top:19.6875rem;left:23.125rem;display:block; }#sqSaTwQWsnxnr16vtiWTLS8Npr11Z44k.adaptive-delivery-prevent-bg, #sqSaTwQWsnxnr16vtiWTLS8Npr11Z44k.lazyload, #sqSaTwQWsnxnr16vtiWTLS8Npr11Z44k.lazyloading { background-image: none; }
#QC1SRWiJAcNFRMNfIrf3c6wRJXe5VTxh { color:#000000;display:block;width:11.9993125rem;position:absolute;font-family:"neo sans arabic";font-size:0.9375rem;font-weight:700;z-index:100075;line-height:1.3;letter-spacing:0;top:21.588241577149rem;left:24.310193061829rem;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; }
#zpXTq06M1VXuEBThl3c8hIQn6naqrRDz { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100074;line-height:1.6;letter-spacing:0;top:29.25rem;left:23.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; }
#IkgcNIrG6CSTJ1na65BEg8LcTQii9J2U { z-index:100075;top:31.625rem;left:26.25rem;background-color:#df4a8d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1873125rem;height:1.81206875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#i69k6hLAED4wqUaD9eygBdq2Rc1iLKOd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#atfd1olSry0oxNKpDAyOHvDFGKw1ekmT { position:absolute;display:block;z-index:100039;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:13.625rem;width:15.25rem;top:53.0625rem;left:42.3125rem;display:block; }#atfd1olSry0oxNKpDAyOHvDFGKw1ekmT.adaptive-delivery-prevent-bg, #atfd1olSry0oxNKpDAyOHvDFGKw1ekmT.lazyload, #atfd1olSry0oxNKpDAyOHvDFGKw1ekmT.lazyloading { background-image: none; }
#Cw63VSlGaJWSqPJsb7y2vgfJpeyD8KLL { color:#000000;display:block;width:11.9993125rem;position:absolute;font-family:"neo sans arabic";font-size:1.125rem;font-weight:700;z-index:100078;line-height:1.3;letter-spacing:0;top:56.642400741577rem;left:43.686078071594rem;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; }
#wN6tfSCPFyBhSN62MhAqhXgPl4LOJ4cx { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100076;line-height:1.6;letter-spacing:0;top:62.4375rem;left:43.375rem;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; }
#fObo5UOC6iPLdf6WAFMSTN8agf71sWCC { z-index:100063;top:64.875rem;left:45.375rem;background-color:#df4a8d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:1.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RN4CcWpLhFWHZSGJJ8T35H9oSEV0n8O6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#a9HptPU6bzW8zW2BVgpnyFh4d0NGgnsr { position:absolute;display:block;z-index:100043;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:13.625rem;width:15.25rem;top:53.0625rem;left:22.125rem;display:block; }#a9HptPU6bzW8zW2BVgpnyFh4d0NGgnsr.adaptive-delivery-prevent-bg, #a9HptPU6bzW8zW2BVgpnyFh4d0NGgnsr.lazyload, #a9HptPU6bzW8zW2BVgpnyFh4d0NGgnsr.lazyloading { background-image: none; }
#n5nXSL8zi9CkHd8182zdNATOOK8dpNeB { color:#000000;display:block;width:11.9993125rem;position:absolute;font-family:"neo sans arabic";font-size:1.125rem;font-weight:700;z-index:100082;line-height:1.3;letter-spacing:0;top:57.373041152954rem;left:23.748223304749rem;height:2.9243625rem;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; }
#Vtpxrz1Mp0DfqyVHZbWBhlL65xlSMQ7K { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100080;line-height:1.6;letter-spacing:0;top:62.4375rem;left:22.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; }
#n65J5TVslZDkTrw4vSxIwvMbqAsx1aQZ { z-index:100067;top:64.875rem;left:25.1875rem;background-color:#df4a8d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:1.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#CFT8Pmphd6dX2pScdivg7VyHwoW5xb7m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Gte1dK5zLS55T9OtD5AP2HXa5KbXeV19 { position:absolute;display:block;z-index:100047;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:13.625rem;width:15.25rem;top:53.0625rem;left:2.4375rem;display:block; }#Gte1dK5zLS55T9OtD5AP2HXa5KbXeV19.adaptive-delivery-prevent-bg, #Gte1dK5zLS55T9OtD5AP2HXa5KbXeV19.lazyload, #Gte1dK5zLS55T9OtD5AP2HXa5KbXeV19.lazyloading { background-image: none; }
#TITQchS3hGIHmnpbtApBPdDhZvUegklT { color:#000000;display:block;width:11.9993125rem;position:absolute;font-family:"neo sans arabic";font-size:1.0625rem;font-weight:700;z-index:100086;line-height:1.3;letter-spacing:0;top:55.381748199463rem;left:3.8103694915771rem;height:6.9069375rem;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; }
#hopH8qm3ssoo08c7NUAXF9176u5h5Xa2 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100084;line-height:1.6;letter-spacing:0;top:62.4375rem;left:3.5rem;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; }
#a7H7DWCamJmT3EJy6PuDOWUaJhmrVQgx { z-index:100071;top:64.875rem;left:5.5rem;background-color:#df4a8d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:1.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#sCH8FVIfNV95sI9hXEgNPo8Hm3lcubFr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vzO9h0BTqZcyDrAlJWnQ382kxuotUSfa { position:absolute;display:block;z-index:100051;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:13.625rem;width:15.25rem;top:68.8125rem;left:42.3125rem;display:block; }#vzO9h0BTqZcyDrAlJWnQ382kxuotUSfa.adaptive-delivery-prevent-bg, #vzO9h0BTqZcyDrAlJWnQ382kxuotUSfa.lazyload, #vzO9h0BTqZcyDrAlJWnQ382kxuotUSfa.lazyloading { background-image: none; }
#Z8vTchcorB5n1GucUF3QEotsXwbHSIDh { color:#000000;display:block;width:11.9993125rem;position:absolute;font-family:"neo sans arabic";font-size:1.125rem;font-weight:700;z-index:100090;line-height:1.3;letter-spacing:0;top:72.723714828494rem;left:43.686078071594rem;height:4.38654375rem;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; }
#F9B0xANVODGg6XOzZkxlfcWPcMIX5yyU { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100088;line-height:1.6;letter-spacing:0;top:78.5625rem;left:43.375rem;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; }
#HZWFRFxuFhTgl6bowEV1cmIVLxxKeMbh { z-index:100075;top:80.625rem;left:45.375rem;background-color:#df4a8d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:1.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#sSuEAw8uFTqtgWXPTv5pha3M3Dlxpqsl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#v9a0lC4I1Dc9bENDQdQT8eC8LOv957Rm { position:absolute;display:block;z-index:100055;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:13.625rem;width:15.25rem;top:69.4375rem;left:22.125rem;display:block; }#v9a0lC4I1Dc9bENDQdQT8eC8LOv957Rm.adaptive-delivery-prevent-bg, #v9a0lC4I1Dc9bENDQdQT8eC8LOv957Rm.lazyload, #v9a0lC4I1Dc9bENDQdQT8eC8LOv957Rm.lazyloading { background-image: none; }
#DPrnKCXsOTDpacxdmTMIqpJ0TsQwKMKo { color:#000000;display:block;width:11.9993125rem;position:absolute;font-family:"neo sans arabic";font-size:1.125rem;font-weight:700;z-index:100094;line-height:1.3;letter-spacing:0;top:72.722829818725rem;left:23.811257362366rem;height:4.38654375rem;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; }
#Ze9JpNRS8tWAAA2wTwaiBIbr88Bk3zU7 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100092;line-height:1.6;letter-spacing:0;top:78.561785697937rem;left:22.812499046326rem;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; }
#yNUMG4PSxwH6NWOhlaZ4sbevm1Viimpp { z-index:100079;top:81.25rem;left:25.1875rem;background-color:#df4a8d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:1.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zlaxLCidHbr8Qw7TI8hTbhaCQoeqlmX4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VZil1NebZs7wT4HnBWcAouH6MuT37Cse { position:absolute;display:block;z-index:100059;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:13.625rem;width:15.25rem;top:69.4375rem;left:2.4375rem;display:block; }#VZil1NebZs7wT4HnBWcAouH6MuT37Cse.adaptive-delivery-prevent-bg, #VZil1NebZs7wT4HnBWcAouH6MuT37Cse.lazyload, #VZil1NebZs7wT4HnBWcAouH6MuT37Cse.lazyloading { background-image: none; }
#FJTsxD46Ba3rx6EnNxlaimTdQtBO1fTC { color:#000000;display:block;width:11.9993125rem;position:absolute;font-family:"neo sans arabic";font-size:1.125rem;font-weight:700;z-index:100098;line-height:1.3;letter-spacing:0;top:72.76011657715rem;left:3.8103694915771rem;height:4.38654375rem;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; }
#WczWVnV1wW4KlbaOxOUulliV4nsHNkrT { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100096;line-height:1.6;letter-spacing:0;top:79.08824157715rem;left:2.9998226165771rem;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; }
#GurlJfzQmkHNB5DB1hgSt2cPwcEqZJPm { z-index:100083;top:81.25rem;left:5.5rem;background-color:#df4a8d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:1.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#VxXNtv4LlSZR0FDOTdNO5p1de68P5ZZZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OK5Tbs4pz9h39yS7IkKAvhCPPllgJs0T { position:absolute;display:block;z-index:100063;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:13.625rem;width:15.25rem;top:86.25rem;left:42.1875rem;display:block; }#OK5Tbs4pz9h39yS7IkKAvhCPPllgJs0T.adaptive-delivery-prevent-bg, #OK5Tbs4pz9h39yS7IkKAvhCPPllgJs0T.lazyload, #OK5Tbs4pz9h39yS7IkKAvhCPPllgJs0T.lazyloading { background-image: none; }
#r3xzbc9QuevJclD3M7J9ywHX1mL6R769 { position:absolute;display:block;z-index:100067;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:13.625rem;width:15.25rem;top:86.1875rem;left:22.125rem;display:block; }#r3xzbc9QuevJclD3M7J9ywHX1mL6R769.adaptive-delivery-prevent-bg, #r3xzbc9QuevJclD3M7J9ywHX1mL6R769.lazyload, #r3xzbc9QuevJclD3M7J9ywHX1mL6R769.lazyloading { background-image: none; }
#goQWxNPa1KTmLrnVBwhu16OKeSUzdLOG { color:#000000;display:block;width:11.9993125rem;position:absolute;font-family:"neo sans arabic";font-size:1.125rem;font-weight:700;z-index:100102;line-height:1.3;letter-spacing:0;top:87.95542526245rem;left:43.686078071594rem;height:5.84871875rem;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; }
#hUn0xNOE76PTT5L572PqQrHVmIN9UJI9 { color:#000000;display:block;width:12rem;position:absolute;font-family:"neo sans arabic";font-size:1.125rem;font-weight:700;z-index:100106;line-height:1.3;letter-spacing:0;top:90.875rem;left:23.875rem;height:1.52468125rem;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; }
#RRvtgXDKJO2BdTv1RVIZQRWXnWNTkT2O { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100100;line-height:1.6;letter-spacing:0;top:96rem;left:43.25rem;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; }
#HqrKfmeBwi4xsV9ot2Atd4iWS5cHW4FS { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100104;line-height:1.6;letter-spacing:0;top:95.9375rem;left:23.1875rem;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; }
#EMrVThoioOWwbLIuVrb0noT36GWd2pZD { z-index:100087;top:98.248401641844rem;left:45.092328071594rem;background-color:#df4a8d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1868125rem;height:1.81196875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SA0iv5flwb0DEkk1r2zSF3fqoL3hT1lh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#W8zhhzHm1xECU4Ah5yOFtVNHwKu2onbN { z-index:100091;top:98rem;left:25.1875rem;background-color:#df4a8d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:1.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#m8JyFxJKO1ULZ8TGhPoJkvvQve2uUp2y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#p85t5AzzM5CVI0VW42hCPFvqqrTX35RF { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100075;line-height:1.6;letter-spacing:0;top:44.935190200806rem;left:42.185723304749rem;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; }
#c60WARuANOc3pwIRF4FNHWIvPGq4Crqb { color:#000000;display:block;width:11.9993125rem;position:absolute;font-family:"neo sans arabic";font-size:0.9375rem;font-weight:700;z-index:100076;line-height:1.3;letter-spacing:0;top:20.979225158691rem;left:4.6537647247314rem;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; }
#JiFeVrf0KRWEgptlNoLlmK56WueudhiG { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100076;line-height:1.6;letter-spacing:0;top:44.935190200806rem;left:22.812499046326rem;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; }
#ipVtWTyAoU8xBWUiM1Nk94rFITRVyZFT { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100077;line-height:1.6;letter-spacing:0;top:44.935190200806rem;left:3.4978694915771rem;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; }
#hgBavnGl1TpSVFT4xx7ERIZtwZhxZO3a { position:absolute;display:block;z-index:100071;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:13.625rem;width:15.25rem;top:86.25rem;left:2.1875rem;display:block; }#hgBavnGl1TpSVFT4xx7ERIZtwZhxZO3a.adaptive-delivery-prevent-bg, #hgBavnGl1TpSVFT4xx7ERIZtwZhxZO3a.lazyload, #hgBavnGl1TpSVFT4xx7ERIZtwZhxZO3a.lazyloading { background-image: none; }
#tLSHo8XGUx1eiMluG75y9N0zJJqwTZie { color:#000000;display:block;width:11.9993125rem;position:absolute;font-family:"neo sans arabic";font-size:1.125rem;font-weight:700;z-index:100110;line-height:1.3;letter-spacing:0;top:87.850666999819rem;left:3.8103694915771rem;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; }
#ekAySKqHFQ0REnfABKJ8doGFiZTuKcUF { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100108;line-height:1.6;letter-spacing:0;top:96rem;left:3.25rem;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; }
#cFUAn2zaVUxdCG8R13Ed4JmOPP97M19W { z-index:100095;top:98.0625rem;left:5.25rem;background-color:#df4a8d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:1.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#krw2akECVwr8MZyF7tHS8rUrpQ7ia5vV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xTTlZhCL03TnIHmnFzbU2hixuh2rLTTh { position:absolute;display:block;z-index:100071;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:13.625rem;width:15.25rem;top:103.5rem;left:22.25rem;display:block; }#xTTlZhCL03TnIHmnFzbU2hixuh2rLTTh.adaptive-delivery-prevent-bg, #xTTlZhCL03TnIHmnFzbU2hixuh2rLTTh.lazyload, #xTTlZhCL03TnIHmnFzbU2hixuh2rLTTh.lazyloading { background-image: none; }
#aA5PL5in8DTlCv3xavWOTUBI3imh5184 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100108;line-height:1.6;letter-spacing:0;top:113.25rem;left:23.3125rem;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; }
#RWGCw3od2nvPnKyLk6VXL66LWZSStW2u { color:#000000;display:block;width:14.437125rem;position:absolute;font-family:"neo sans arabic";font-size:1.0625rem;font-weight:700;z-index:100110;line-height:1.3;letter-spacing:0;top:106.37161922455rem;left:22.780539512634rem;height:5.52556875rem;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; }
#cynrXKTE1RxZnUGdbQl94M9xG7zESaTm { z-index:100095;top:115.5rem;left:25.1875rem;background-color:#df4a8d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1868125rem;height:1.81196875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qW0PQGoQxU9F6IoNQNMKtuTxlWcpc0X0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#C7sOT99uuqEHZmW3v1auHi0HvkTIXsOP { position:relative;display:none; }#C7sOT99uuqEHZmW3v1auHi0HvkTIXsOP { border-width: 0; border-radius: 0; }#C7sOT99uuqEHZmW3v1auHi0HvkTIXsOP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:34.8125rem;width:60rem;position:relative;display:none; }#RxWOUN26TMU3K3DtChmw2IpN1q5Ea6AJ { position:absolute;display:block;z-index:100060;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:13.622375rem;width:15.247375rem;top:2.875rem;left:42.9375rem;display:block; }#RxWOUN26TMU3K3DtChmw2IpN1q5Ea6AJ.adaptive-delivery-prevent-bg, #RxWOUN26TMU3K3DtChmw2IpN1q5Ea6AJ.lazyload, #RxWOUN26TMU3K3DtChmw2IpN1q5Ea6AJ.lazyloading { background-image: none; }
#yrhXOUWP7oIRKDlcvfCGR0tWIEVwZc4w { color:#000000;display:block;width:11.9986875rem;position:absolute;font-family:"neo sans arabic";font-size:1.125rem;font-weight:700;z-index:100082;line-height:1.3;letter-spacing:0;top:6.8125rem;left:44.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; }
#tUZ3337LNn33MI9pNIO1Tet5yhGhZnw0 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100083;line-height:1.6;letter-spacing:0;top:12.0625rem;left:43.5rem;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; }
#vV63k1mkxCP7I9lWaeJxe7pp4cWVHOXL { z-index:100084;top:14.875rem;left:46.0625rem;background-color:#df4a8d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1861875rem;height:1.8112rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#taaNKw0IfhOiuWwLLuWPo4HCIl9EZBhz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Mcqo76q2bKaButTNrUsuxIzpNTA8lAnM { position:absolute;display:block;z-index:100055;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:13.6236875rem;width:15.2486875rem;top:2.875rem;left:24.875rem;display:block; }#Mcqo76q2bKaButTNrUsuxIzpNTA8lAnM.adaptive-delivery-prevent-bg, #Mcqo76q2bKaButTNrUsuxIzpNTA8lAnM.lazyload, #Mcqo76q2bKaButTNrUsuxIzpNTA8lAnM.lazyloading { background-image: none; }
#JvTfQ89bvXeQkOUZ86pdEXDsKVH4ufAC { color:#000000;display:block;width:11.997375rem;position:absolute;font-family:"neo sans arabic";font-size:1.0625rem;font-weight:700;z-index:100077;line-height:1.6;letter-spacing:0;top:7.4375rem;left:26.4375rem;height:3.4609375rem;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; }
#JzbRkIsIpupg2u7l26Ir68lXA8fGJnmk { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100078;line-height:1.6;letter-spacing:0;top:12.125rem;left:25.25rem;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; }
#xAuyHQ4E6I4ka7MGXm4ng1U8SIkL20oW { z-index:100079;top:14.875rem;left:27.875rem;background-color:#df4a8d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1861875rem;height:1.8112rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#iNTyXtfhGbNkFAAsDcg182dPBpuvGR3D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FWggUdFJdopMvTSKeTPxzTsOJii0Icqo { position:absolute;display:block;z-index:100046;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:13.622375rem;width:15.247375rem;top:2.875rem;left:4.75rem;display:block; }#FWggUdFJdopMvTSKeTPxzTsOJii0Icqo.adaptive-delivery-prevent-bg, #FWggUdFJdopMvTSKeTPxzTsOJii0Icqo.lazyload, #FWggUdFJdopMvTSKeTPxzTsOJii0Icqo.lazyloading { background-image: none; }
#lVxUI6RkcinDsfmMeuSm1g5yhlIpMb5r { color:#000000;display:block;width:13.75rem;position:absolute;font-family:"neo sans arabic";font-size:1.125rem;font-weight:700;z-index:100066;line-height:1.6;letter-spacing:0;top:6.625rem;left:5.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; }
#vy0Rfrkb3lM9V1w8TImCD26mLzI0TDiS { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100071;line-height:1.6;letter-spacing:0;top:12.375rem;left:5.875rem;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; }
#qswDGMPGo93fKnHJ7Kmz3aUgA4kGUJZT { z-index:100068;top:14.6875rem;left:7.6875rem;background-color:#df4a8d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.184875rem;height:1.8112rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Z56ndDFkSIThZ0D7i3IIl1fReN5DLQze { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZziT9eZIT6cymEkWwAgyqbzudETx26TL { position:absolute;display:block;z-index:100037;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:13.6236875rem;width:15.2486875rem;top:19.0625rem;left:25rem;display:block; }#ZziT9eZIT6cymEkWwAgyqbzudETx26TL.adaptive-delivery-prevent-bg, #ZziT9eZIT6cymEkWwAgyqbzudETx26TL.lazyload, #ZziT9eZIT6cymEkWwAgyqbzudETx26TL.lazyloading { background-image: none; }
#TWkTFfd0Kko46Tra4svs1vKQPzDLo38b { color:#000000;display:block;width:11.997375rem;position:absolute;font-family:"neo sans arabic";font-size:1.125rem;font-weight:700;z-index:100083;line-height:1.3;letter-spacing:0;top:22.9375rem;left:26.3125rem;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; }
#PUkSTJh1iy4SHpmBTnzi9xgNkMfrDyK5 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100072;line-height:1.6;letter-spacing:0;top:28.25rem;left:25.5rem;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; }
#K8qbLMO0N9Lzd1IDTxmEt3Ctq8tPhKZW { z-index:100059;top:31rem;left:28.125rem;background-color:#df4a8d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1861875rem;height:1.8112rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#pIC8ovsNNMx1CFcgNJ9OGoGl4DrftyI9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7668a;background-image:none;position:relative;display:block; }#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D > .row .container { background-color: transparent; background-image: none; }#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D > .row .container > .video-iframe-container { display: none; }#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D > .row > .video-iframe-container { display: none; }#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D > .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); }#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D > .row .container { border-width: 0; border-radius: 0; }#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:60rem;position:relative;display:block; }#xzNKz6q51sFTAEbr7k9oupm5cyQRuoLp { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:"alw arabic";font-size:2rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.8125104904175rem;left:36.062500953674rem;height:2.59943125rem;text-align:right;text-align-last:right;display:block; }
#zMvLENHrStyvhG8Ozxv4I60bV5P1cyT1 { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:amiri;font-size:1.375rem;font-weight:normal;z-index:100001;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; }
#kSUOqcanuNJUXJKGZcuPvbhJNMx8xJ2v { color:#ffffff;display:block;width:14.5625rem;position:absolute;font-family:amiri;font-size:1.375rem;font-weight:normal;z-index:100001;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; }
#Dt2k7KqqUozMbOqhSd580h58TsiE3CBP { 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:100003;top:16.0625rem;left:42.562500953674rem;display:block; }
#dWu7MR36dtPWXRxKHmmFulFbBFiDKig5 { 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:100004;top:16.0625rem;left:45.187500953674rem;display:block; }
#IIz3xaCacHHWct2sIZeGiPmdTFcgiJT1 { 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:100006;top:16.0625rem;left:47.875rem;display:block; }
#aD8Nqp6TKGzwh2FlsDqh45WTC5QLly8T { position:absolute;display:block;z-index:100007;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; }
#mnDT2UTdz89wVhPk1mMaVF3aNFbxDZLJ { 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:100020;top:12.3125rem;left:51.1875rem;display:block; }
#uuc6TcCrTgalHTOaGdrkNlQk3iAVl7SG { 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:100009;top:7.625rem;left:51.125rem;display:block; }
#mHS3wKNJmklJVoxpRHIoQW9QezKUiqeT { 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:100021;top:15.875rem;left:51.125rem;display:block; }
#sSu6sBlPFEc3kDgkUXr1xhVCi8Km65bn { color:#ffffff;display:block;width:27.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100056;line-height:1.3;letter-spacing:0;top:20.104166507721rem;left:30.062500953674rem;height:1.298825rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V { display:block; }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AOuNUk1ty8D1dPurkXGUXoEHWU2ZPul3 { top:1rem;left:10.061966896057rem;width:27.5625rem;height:3.4298082078966rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi { display:block; }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbFpKbJTTx3oJWrKQQb9HBw3JLDOx54g { width:1.125rem;height:0.88848055346413rem;top:3.8125rem;left:17.310329437256rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiTWEWHXrAFHBuRU19eCMmSA9gdvXEJ9 { width:1.125rem;height:0.88848055346413rem;top:3.8125rem;left:46.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZctNBkvfToUqedbmHKNBPzreL59Qul9 { top:0.75rem;left:17.4375rem;width:30.3125rem;height:8.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT2xXSR6A11yoQPrS5IwJ5r8xpKy19xl { top:13.625rem;left:24.6875rem;width:22.5625rem;height:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD  { width:15rem;height:auto; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD {display:block;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #L3eCKBis3FBuTziS9t7syZHi9Gnz5cZQ {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #K16oUtstOKQTEPM3y2lqvZg1RTspagEm {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #dztSllqCUL8RXzNLSshURU0vLvbT1gTi {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #s9iegVXaF34GRlAn37V5mlzlPdTqT01C {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #WciGfnaTkyCXOfyqnrt8BoBT12iyTsHh {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #f98neuyPrS7vJOd54DQ9BVLMQFJv11Iy {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #nu2l9D4VGT5TcL0HOhRHOfnbswucWNmN {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #pr6rnf43FSVAcql02mbRhXvmp4T8Sp6G {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #pqm8zAye4Dl6f1qJpTpPtPp7iTHubTyA {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #wKuyXMa0MZsZzByXSLTEFb5eDIJ05SJc {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #s8Ta5bXPTC3Ce6gwIbuUfZHNPXBcx7Th {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #FTL9yu0hqLK8WaAKDuXgUoEn0Mw0o5o9 {  }
 }@media only screen and (max-width: 763px) { #QtwlPcl4TPTC0mIVQaLIH0eDdWltw9h6 { display:block; }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #wdh6QXSlhZMoB4Pqf60mrJoMZLtcmocd {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #Ith52Rl3DauROOoNTkBU7MVI3TuSgudA {  }
 }@media only screen and (max-width: 763px) { #TQA5yxPtfzGfvUKgCDsTqExaz1fPT3Q4 { top:7.625rem;left:29.75479221344rem;width:12.5rem;height:4.5rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8 { display:block; }#baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sh81FmpuTaUd3CpQgzhv2xxwTwJXaDax { top:1.4375rem;left:6.0935716629028rem;width:34.75rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IV4BtMuGUFKeF964ZOlwz5WnMAGM3y4S { top:1.25rem;left:34.905716896057rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmJtIV0XXc6zsXVziTXivb8CmeMvFdEq { top:1.25rem;left:8.7178621292112rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImTfeXFC6Q1E7AZCzmdWQdFkaOz2fPDP { display:block; }#ImTfeXFC6Q1E7AZCzmdWQdFkaOz2fPDP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UW2v0d3Q9sQOedaT18bKolu0CRTsv6GT { width:15.25rem;height:13.625rem;top:36.25rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEfwsArZHvPpytT1pgK4U9TFhhz3vsVz { top:48.1875rem;left:19.0625rem;width:9.1875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoFKBUiTA6803TepW22iydsiA1pONw2K { display:block; }
 }@media only screen and (max-width: 763px) { #vhLPgO8m77ldSgip0X3XETcU8BbIpKHp { width:15.1875rem;height:13.5625rem;top:19.6875rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRQ5AxnaBcO7C3PEsPisLOZAoL7KaVWM { width:14.375rem;height:;top:29.1875rem;left:33.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8pXd0WBSmaHEIuVqW8gzHdqORVnJcWW { top:31.625rem;left:38.625rem;width:9.125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMAs3EdkCIZqpwTD98M2guP7BWuDudGJ { display:block; }
 }@media only screen and (max-width: 763px) { #QeeiVEdPfUbDwwHzhvEvWFZH2mt4J5UI { width:11.9375rem;height:6.4375rem;top:38.3125rem;left:17.654297828674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZHlJT2wNsJLDNPeqVWkNrTydkzmfl60 { width:15.1875rem;height:13.5625rem;top:2.5rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQROqLK23nGgAh9rKQrd7SQ0l7UWqTqc { width:14.375rem;height:;top:11.625rem;left:6.74964427948rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vec3Td0ZhSaodarhZyJdI0f08kqeMlJP { top:14.4375rem;left:9rem;width:9.125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJzuBvowCMdWf4CMXr429mIdTEz0Oqa4 { display:block; }
 }@media only screen and (max-width: 763px) { #gL6JbopHnLTGkMyTOt18mHOUTQifpoHC { width:11.9375rem;height:8.625rem;top:20.625rem;left:35.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuU8vZ97ZELSh6OecUyNcVKdvJyICqB6 { width:11.9375rem;height:4.375rem;top:5rem;left:7.6241121292112rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPhQ1OhQrSmW9MXUHSBfBkD9w7p15L3R { width:15.1875rem;height:13.5625rem;top:36.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kk99Cy1mTpv9c0hQ6Ld9pvbppIkhPmBw { width:13.75rem;height:7.1875rem;top:37.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQcumHcsMxobHqqcgh7r4CANZxtoZDgm { top:48.125rem;left:0rem;width:9.125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVp1VLJG1WyraOIAUaxh2TkEqKn0K1U3 { display:block; }
 }@media only screen and (max-width: 763px) { #PuWt9eZJfC8fIu7PC6hSlzxIZaV7bXUW { width:15.25rem;height:13.625rem;top:36.25rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwLe1fu53pRl43gUT1lXLG1i7TVEzaFS { width:11.9375rem;height:;top:39.8125rem;left:35.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8uSFaBlATOtVOc6tmafbkNLvcvFo3hI { top:48.0625rem;left:38.5625rem;width:9.1875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9Guuqf7ei1JZlbAiZtyMMD8oOlepUhE { display:block; }
 }@media only screen and (max-width: 763px) { #o1qKdrvCyINn5aclTUUxcTFfEWCBIdoc { width:15.25rem;height:13.625rem;top:19.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmmhcivTV1J1ehwH0mt5vAaPpZVV5lV7 { width:14.375rem;height:;top:28.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9ZAPRp5KZeUB4CO9fol6uaW89ZM5Vey { top:30.9375rem;left:0.1875rem;width:9.1875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWheF1TnEq0LfABSCE9iJ4A50oxDyQDq { display:block; }
 }@media only screen and (max-width: 763px) { #sTnzw4ugQGT2yUVlF4fAzuMF0ro25amV { width:15.1875rem;height:13.5625rem;top:2.5rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqPDyMroBPCSHKFOacS1Hf3Zr7JZzGcA { width:13.4375rem;height:5.8125rem;top:4.25rem;left:27.59215259552rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkRZ6Ai2ruO2kfP9ip5gse26KNNzmQsh { top:14.4375rem;left:29.6875rem;width:9.125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2Q0OONmows0TPWzLgMoZUoIHM3ziIR3 { display:block; }
 }@media only screen and (max-width: 763px) { #bl0u4iy5SeBWVgcialDckAfKvSuABtzf { width:14.375rem;height:;top:11.625rem;left:27.687142372131rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqSaTwQWsnxnr16vtiWTLS8Npr11Z44k { width:15.1875rem;height:13.5625rem;top:19.6875rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC1SRWiJAcNFRMNfIrf3c6wRJXe5VTxh { width:11.9375rem;height:;top:21.5625rem;left:18.185193061829rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpXTq06M1VXuEBThl3c8hIQn6naqrRDz { width:14.375rem;height:;top:29.1875rem;left:17.499821662903rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkgcNIrG6CSTJ1na65BEg8LcTQii9J2U { top:31.625rem;left:20.125rem;width:9.125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i69k6hLAED4wqUaD9eygBdq2Rc1iLKOd { display:block; }
 }@media only screen and (max-width: 763px) { #atfd1olSry0oxNKpDAyOHvDFGKw1ekmT { width:15.25rem;height:13.625rem;top:53.0625rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cw63VSlGaJWSqPJsb7y2vgfJpeyD8KLL { width:11.9375rem;height:4.375rem;top:56.625rem;left:35.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wN6tfSCPFyBhSN62MhAqhXgPl4LOJ4cx { width:14.375rem;height:;top:62.375rem;left:33.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fObo5UOC6iPLdf6WAFMSTN8agf71sWCC { top:64.875rem;left:38.5625rem;width:9.1875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RN4CcWpLhFWHZSGJJ8T35H9oSEV0n8O6 { display:block; }
 }@media only screen and (max-width: 763px) { #a9HptPU6bzW8zW2BVgpnyFh4d0NGgnsr { width:15.25rem;height:13.625rem;top:53.0625rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5nXSL8zi9CkHd8182zdNATOOK8dpNeB { width:11.9375rem;height:2.875rem;top:57.3125rem;left:17.623223304749rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vtpxrz1Mp0DfqyVHZbWBhlL65xlSMQ7K { width:14.375rem;height:;top:62.375rem;left:16.499289512634rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n65J5TVslZDkTrw4vSxIwvMbqAsx1aQZ { top:64.875rem;left:19.0625rem;width:9.1875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFT8Pmphd6dX2pScdivg7VyHwoW5xb7m { display:block; }
 }@media only screen and (max-width: 763px) { #Gte1dK5zLS55T9OtD5AP2HXa5KbXeV19 { width:15.25rem;height:13.625rem;top:53.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TITQchS3hGIHmnpbtApBPdDhZvUegklT { width:11.9375rem;height:6.875rem;top:55.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hopH8qm3ssoo08c7NUAXF9176u5h5Xa2 { width:14.375rem;height:;top:62.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7H7DWCamJmT3EJy6PuDOWUaJhmrVQgx { top:64.875rem;left:0rem;width:9.1875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCH8FVIfNV95sI9hXEgNPo8Hm3lcubFr { display:block; }
 }@media only screen and (max-width: 763px) { #vzO9h0BTqZcyDrAlJWnQ382kxuotUSfa { width:15.25rem;height:13.625rem;top:68.8125rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8vTchcorB5n1GucUF3QEotsXwbHSIDh { width:11.9375rem;height:4.375rem;top:72.6875rem;left:35.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9B0xANVODGg6XOzZkxlfcWPcMIX5yyU { width:14.375rem;height:;top:78.5rem;left:33.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZWFRFxuFhTgl6bowEV1cmIVLxxKeMbh { top:80.625rem;left:38.5625rem;width:9.1875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSuEAw8uFTqtgWXPTv5pha3M3Dlxpqsl { display:block; }
 }@media only screen and (max-width: 763px) { #v9a0lC4I1Dc9bENDQdQT8eC8LOv957Rm { width:15.25rem;height:13.625rem;top:69.4375rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPrnKCXsOTDpacxdmTMIqpJ0TsQwKMKo { width:11.9375rem;height:4.375rem;top:72.6875rem;left:17.686257362366rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze9JpNRS8tWAAA2wTwaiBIbr88Bk3zU7 { width:14.375rem;height:;top:78.5rem;left:16.687499046326rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNUMG4PSxwH6NWOhlaZ4sbevm1Viimpp { top:81.25rem;left:19.0625rem;width:9.1875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlaxLCidHbr8Qw7TI8hTbhaCQoeqlmX4 { display:block; }
 }@media only screen and (max-width: 763px) { #VZil1NebZs7wT4HnBWcAouH6MuT37Cse { width:15.25rem;height:13.625rem;top:69.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJTsxD46Ba3rx6EnNxlaimTdQtBO1fTC { width:11.9375rem;height:5.8125rem;top:72.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WczWVnV1wW4KlbaOxOUulliV4nsHNkrT { width:14.375rem;height:1.5625rem;top:79.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GurlJfzQmkHNB5DB1hgSt2cPwcEqZJPm { top:81.25rem;left:0rem;width:9.1875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxXNtv4LlSZR0FDOTdNO5p1de68P5ZZZ { display:block; }
 }@media only screen and (max-width: 763px) { #OK5Tbs4pz9h39yS7IkKAvhCPPllgJs0T { width:15.1875rem;height:13.5625rem;top:86.25rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3xzbc9QuevJclD3M7J9ywHX1mL6R769 { width:15.1875rem;height:13.5625rem;top:86.1875rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #goQWxNPa1KTmLrnVBwhu16OKeSUzdLOG { width:11.9375rem;height:7.375rem;top:87.9375rem;left:35.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUn0xNOE76PTT5L572PqQrHVmIN9UJI9 { width:11.9375rem;height:1.5rem;top:90.875rem;left:17.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRvtgXDKJO2BdTv1RVIZQRWXnWNTkT2O { width:14.375rem;height:1.5625rem;top:96rem;left:33.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqrKfmeBwi4xsV9ot2Atd4iWS5cHW4FS { width:14.375rem;height:1.5625rem;top:95.9375rem;left:17.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMrVThoioOWwbLIuVrb0noT36GWd2pZD { top:98.1875rem;left:38.625rem;width:9.125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SA0iv5flwb0DEkk1r2zSF3fqoL3hT1lh { display:block; }
 }@media only screen and (max-width: 763px) { #W8zhhzHm1xECU4Ah5yOFtVNHwKu2onbN { top:98rem;left:19.0625rem;width:9.125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8JyFxJKO1ULZ8TGhPoJkvvQve2uUp2y { display:block; }
 }@media only screen and (max-width: 763px) { #p85t5AzzM5CVI0VW42hCPFvqqrTX35RF { width:14.375rem;height:;top:44.875rem;left:33.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c60WARuANOc3pwIRF4FNHWIvPGq4Crqb { width:11.9375rem;height:6.1875rem;top:20.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiFeVrf0KRWEgptlNoLlmK56WueudhiG { width:14.375rem;height:;top:44.875rem;left:16.687499046326rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipVtWTyAoU8xBWUiM1Nk94rFITRVyZFT { width:14.375rem;height:;top:44.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgBavnGl1TpSVFT4xx7ERIZtwZhxZO3a { width:15.1875rem;height:13.5625rem;top:86.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLSHo8XGUx1eiMluG75y9N0zJJqwTZie { width:11.9375rem;height:;top:87.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekAySKqHFQ0REnfABKJ8doGFiZTuKcUF { width:14.375rem;height:;top:96rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFUAn2zaVUxdCG8R13Ed4JmOPP97M19W { top:98.0625rem;left:0rem;width:9.125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #krw2akECVwr8MZyF7tHS8rUrpQ7ia5vV { display:block; }
 }@media only screen and (max-width: 763px) { #xTTlZhCL03TnIHmnFzbU2hixuh2rLTTh { width:15.1875rem;height:13.5625rem;top:103.5rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aA5PL5in8DTlCv3xavWOTUBI3imh5184 { width:14.375rem;height:1.5625rem;top:113.25rem;left:17.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWGCw3od2nvPnKyLk6VXL66LWZSStW2u { width:14.375rem;height:5.625rem;top:106.3125rem;left:16.655539512634rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cynrXKTE1RxZnUGdbQl94M9xG7zESaTm { top:115.5rem;left:19.0625rem;width:9.125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qW0PQGoQxU9F6IoNQNMKtuTxlWcpc0X0 { display:block; }
 }@media only screen and (max-width: 763px) { #C7sOT99uuqEHZmW3v1auHi0HvkTIXsOP { display:block; }#C7sOT99uuqEHZmW3v1auHi0HvkTIXsOP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RxWOUN26TMU3K3DtChmw2IpN1q5Ea6AJ { width:15.1875rem;height:13.5625rem;top:2.875rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrhXOUWP7oIRKDlcvfCGR0tWIEVwZc4w { width:11.9375rem;height:1.5rem;top:6.8125rem;left:35.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUZ3337LNn33MI9pNIO1Tet5yhGhZnw0 { width:14.375rem;height:1.5625rem;top:12.0625rem;left:33.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vV63k1mkxCP7I9lWaeJxe7pp4cWVHOXL { top:14.875rem;left:38.625rem;width:9.125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #taaNKw0IfhOiuWwLLuWPo4HCIl9EZBhz { display:block; }
 }@media only screen and (max-width: 763px) { #Mcqo76q2bKaButTNrUsuxIzpNTA8lAnM { width:15.1875rem;height:13.5625rem;top:2.875rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvTfQ89bvXeQkOUZ86pdEXDsKVH4ufAC { width:11.9375rem;height:3.4375rem;top:7.4375rem;left:20.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzbRkIsIpupg2u7l26Ir68lXA8fGJnmk { width:14.375rem;height:1.5625rem;top:12.125rem;left:19.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAuyHQ4E6I4ka7MGXm4ng1U8SIkL20oW { top:14.875rem;left:21.75rem;width:9.125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNTyXtfhGbNkFAAsDcg182dPBpuvGR3D { display:block; }
 }@media only screen and (max-width: 763px) { #FWggUdFJdopMvTSKeTPxzTsOJii0Icqo { width:15.1875rem;height:13.5625rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVxUI6RkcinDsfmMeuSm1g5yhlIpMb5r { width:13.75rem;height:3.5625rem;top:6.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vy0Rfrkb3lM9V1w8TImCD26mLzI0TDiS { width:14.375rem;height:1.5625rem;top:12.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qswDGMPGo93fKnHJ7Kmz3aUgA4kGUJZT { top:14.6875rem;left:1.5625rem;width:9.125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z56ndDFkSIThZ0D7i3IIl1fReN5DLQze { display:block; }
 }@media only screen and (max-width: 763px) { #ZziT9eZIT6cymEkWwAgyqbzudETx26TL { width:15.1875rem;height:13.5625rem;top:19.0625rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWkTFfd0Kko46Tra4svs1vKQPzDLo38b { width:11.9375rem;height:1.5rem;top:22.9375rem;left:20.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUkSTJh1iy4SHpmBTnzi9xgNkMfrDyK5 { width:14.375rem;height:1.5625rem;top:28.25rem;left:19.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8qbLMO0N9Lzd1IDTxmEt3Ctq8tPhKZW { top:31rem;left:22rem;width:9.125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIC8ovsNNMx1CFcgNJ9OGoGl4DrftyI9 { display:block; }
 }@media only screen and (max-width: 763px) { #lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D { display:block; }#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xzNKz6q51sFTAEbr7k9oupm5cyQRuoLp { top:2.8125rem;left:29.4375rem;width:18.3125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMvLENHrStyvhG8Ozxv4I60bV5P1cyT1 { 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) { #kSUOqcanuNJUXJKGZcuPvbhJNMx8xJ2v { 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) { #Dt2k7KqqUozMbOqhSd580h58TsiE3CBP { top:16.0625rem;left:36.437500953674rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWu7MR36dtPWXRxKHmmFulFbBFiDKig5 { top:16.0625rem;left:39.062500953674rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIz3xaCacHHWct2sIZeGiPmdTFcgiJT1 { top:16.0625rem;left:41.75rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aD8Nqp6TKGzwh2FlsDqh45WTC5QLly8T { top:1.125rem;left:0rem;width:13.5625rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnDT2UTdz89wVhPk1mMaVF3aNFbxDZLJ { top:12.3125rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuc6TcCrTgalHTOaGdrkNlQk3iAVl7SG { width:3.1875rem;height:3.1875rem;top:7.625rem;left:44.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHS3wKNJmklJVoxpRHIoQW9QezKUiqeT { top:15.875rem;left:44.5rem;width:3.25rem;height:3.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSu6sBlPFEc3kDgkUXr1xhVCi8Km65bn { 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;display:block; }
 }@media only screen and (max-width: 763px) { #yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V { display:block; }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AOuNUk1ty8D1dPurkXGUXoEHWU2ZPul3 { width:18.5625rem;height:2.375rem;top:1.15625rem;left:0.71875005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi { background-color:transparent;background-image:url("https://images.assets-landingi.com/MVFeLgYk/244124189_1035806387194392_4142347001725304865_n.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi.adaptive-delivery-prevent-bg, #NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi.lazyload, #NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi.lazyloading { background-image: none; }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row .container { background-color: transparent; background-image: none; }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row .container > .video-iframe-container { display: none; }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row > .video-iframe-container { display: none; }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .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); }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row .container { border-width: 0; border-radius: 0; }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbFpKbJTTx3oJWrKQQb9HBw3JLDOx54g { width:1.18696875rem;height:0.9375rem;top:4.12109375rem;left:1.7499999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiTWEWHXrAFHBuRU19eCMmSA9gdvXEJ9 { width:1.18696875rem;height:0.9375rem;top:4.12109375rem;left:17.186611711979rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZctNBkvfToUqedbmHKNBPzreL59Qul9 { width:18.125rem;height:9.50675rem;top:4.12109375rem;left:0.93749994039537rem;font-size:1.125rem;color:#fbfbfb;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #iT2xXSR6A11yoQPrS5IwJ5r8xpKy19xl { width:20rem;height:43.75rem;top:0.62391495704651rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(47,41,45,0.54), rgba(137,99,75,0.68));background-image: -moz-linear-gradient(180deg, rgba(47,41,45,0.54), rgba(137,99,75,0.68));background-image: -ms-linear-gradient(180deg, rgba(47,41,45,0.54), rgba(137,99,75,0.68));background-image: -o-linear-gradient(180deg, rgba(47,41,45,0.54), rgba(137,99,75,0.68));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#892f292d', endColorstr='#ad89634b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#892f292d', endColorstr='#ad89634b' );";background-image: linear-gradient(180deg, rgba(47,41,45,0.54), rgba(137,99,75,0.68));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.94) ;display:block; }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-regular-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-text { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#9b5b5b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-text {padding-top: 0; padding-bottom: 0;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-textarea { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#9b5b5b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-select { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#9b5b5b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-select {padding-top: 0; padding-bottom: 0;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-button { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-checkbox-label { width:14.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD  { width:16.0625rem;height:auto;top:16.5625rem;left:0.625rem; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .radio-container { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD {display:block;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD { width:16.0625rem;height:auto;top:16.5625rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #L3eCKBis3FBuTziS9t7syZHi9Gnz5cZQ {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #K16oUtstOKQTEPM3y2lqvZg1RTspagEm {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #dztSllqCUL8RXzNLSshURU0vLvbT1gTi {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #s9iegVXaF34GRlAn37V5mlzlPdTqT01C {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #WciGfnaTkyCXOfyqnrt8BoBT12iyTsHh {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #f98neuyPrS7vJOd54DQ9BVLMQFJv11Iy {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #nu2l9D4VGT5TcL0HOhRHOfnbswucWNmN {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #pr6rnf43FSVAcql02mbRhXvmp4T8Sp6G {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #pqm8zAye4Dl6f1qJpTpPtPp7iTHubTyA {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #wKuyXMa0MZsZzByXSLTEFb5eDIJ05SJc {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #s8Ta5bXPTC3Ce6gwIbuUfZHNPXBcx7Th {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #FTL9yu0hqLK8WaAKDuXgUoEn0Mw0o5o9 {  }
 }@media only screen and (max-width: 763px) { #QtwlPcl4TPTC0mIVQaLIH0eDdWltw9h6 { display:block; }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #wdh6QXSlhZMoB4Pqf60mrJoMZLtcmocd {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #Ith52Rl3DauROOoNTkBU7MVI3TuSgudA {  }
 }@media only screen and (max-width: 763px) { #TQA5yxPtfzGfvUKgCDsTqExaz1fPT3Q4 { width:6.8093125rem;height:4.30575rem;top:11.32279786095rem;left:7.1555395722387rem;font-size:3.3125rem;color:#ffbe00;font-family:"bree serif";font-weight:400;font-style:normal;text-shadow:0rem 0.375rem 0.3125rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8 { display:block; }#baurh3NMou9sgU6g6dg5WGFDsD6Oe7D8 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sh81FmpuTaUd3CpQgzhv2xxwTwJXaDax { width:15rem;height:2.2745rem;top:1.6743593215943rem;left:2.4991121888161rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IV4BtMuGUFKeF964ZOlwz5WnMAGM3y4S { width:2.5rem;height:2.5rem;top:1.21875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmJtIV0XXc6zsXVziTXivb8CmeMvFdEq { width:2.5rem;height:2.5rem;top:1.21875rem;left:17.249348938465rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImTfeXFC6Q1E7AZCzmdWQdFkaOz2fPDP { display:block; }#ImTfeXFC6Q1E7AZCzmdWQdFkaOz2fPDP > .row .container { width:20rem;height:275.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UW2v0d3Q9sQOedaT18bKolu0CRTsv6GT { width:15.25rem;height:13.625rem;top:1.3125rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#UW2v0d3Q9sQOedaT18bKolu0CRTsv6GT.adaptive-delivery-prevent-bg, #UW2v0d3Q9sQOedaT18bKolu0CRTsv6GT.lazyload, #UW2v0d3Q9sQOedaT18bKolu0CRTsv6GT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nEfwsArZHvPpytT1pgK4U9TFhhz3vsVz { top:13.25rem;left:5.4375rem;width:9.1875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoFKBUiTA6803TepW22iydsiA1pONw2K { display:block; }
 }@media only screen and (max-width: 763px) { #vhLPgO8m77ldSgip0X3XETcU8BbIpKHp { width:15.1875rem;height:13.5625rem;top:48.5625rem;left:2.25rem;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; }#vhLPgO8m77ldSgip0X3XETcU8BbIpKHp.adaptive-delivery-prevent-bg, #vhLPgO8m77ldSgip0X3XETcU8BbIpKHp.lazyload, #vhLPgO8m77ldSgip0X3XETcU8BbIpKHp.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #vRQ5AxnaBcO7C3PEsPisLOZAoL7KaVWM { width:14.375rem;height:1.298825rem;top:58.125rem;left:2.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #R8pXd0WBSmaHEIuVqW8gzHdqORVnJcWW { top:60.5rem;left:5.375rem;width:9.125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMAs3EdkCIZqpwTD98M2guP7BWuDudGJ { display:block; }
 }@media only screen and (max-width: 763px) { #QeeiVEdPfUbDwwHzhvEvWFZH2mt4J5UI { width:12.4369375rem;height:6.494125rem;top:3.2315340042114rem;left:3.7801843285561rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #wZHlJT2wNsJLDNPeqVWkNrTydkzmfl60 { width:15.1875rem;height:13.5625rem;top:33.5625rem;left:2.25rem;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; }#wZHlJT2wNsJLDNPeqVWkNrTydkzmfl60.adaptive-delivery-prevent-bg, #wZHlJT2wNsJLDNPeqVWkNrTydkzmfl60.lazyload, #wZHlJT2wNsJLDNPeqVWkNrTydkzmfl60.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LQROqLK23nGgAh9rKQrd7SQ0l7UWqTqc { width:14.375rem;height:1.298825rem;top:27.125rem;left:2.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #vec3Td0ZhSaodarhZyJdI0f08kqeMlJP { top:29.8125rem;left:5.375rem;width:9.125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJzuBvowCMdWf4CMXr429mIdTEz0Oqa4 { display:block; }
 }@media only screen and (max-width: 763px) { #gL6JbopHnLTGkMyTOt18mHOUTQifpoHC { width:14.749625rem;height:9.66975rem;top:49.071375846863rem;left:2.6242895722389rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #uuU8vZ97ZELSh6OecUyNcVKdvJyICqB6 { width:11.8119375rem;height:4.8739375rem;top:19.998223304749rem;left:4.0935721993446rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #RPhQ1OhQrSmW9MXUHSBfBkD9w7p15L3R { width:15.1875rem;height:13.5625rem;top:17.75rem;left:2.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; }#RPhQ1OhQrSmW9MXUHSBfBkD9w7p15L3R.adaptive-delivery-prevent-bg, #RPhQ1OhQrSmW9MXUHSBfBkD9w7p15L3R.lazyload, #RPhQ1OhQrSmW9MXUHSBfBkD9w7p15L3R.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kk99Cy1mTpv9c0hQ6Ld9pvbppIkhPmBw { width:13.75rem;height:5.84871875rem;top:37.06143951416rem;left:3.1241121888161rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #nQcumHcsMxobHqqcgh7r4CANZxtoZDgm { top:45.625rem;left:5.375rem;width:9.125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVp1VLJG1WyraOIAUaxh2TkEqKn0K1U3 { display:block; }
 }@media only screen and (max-width: 763px) { #PuWt9eZJfC8fIu7PC6hSlzxIZaV7bXUW { width:15.25rem;height:13.625rem;top:63.4375rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#PuWt9eZJfC8fIu7PC6hSlzxIZaV7bXUW.adaptive-delivery-prevent-bg, #PuWt9eZJfC8fIu7PC6hSlzxIZaV7bXUW.lazyload, #PuWt9eZJfC8fIu7PC6hSlzxIZaV7bXUW.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #VwLe1fu53pRl43gUT1lXLG1i7TVEzaFS { width:13.187125rem;height:3.2492875rem;top:67.686431884762rem;left:3.3105469346046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #C8uSFaBlATOtVOc6tmafbkNLvcvFo3hI { top:75.25rem;left:5.375rem;width:9.1875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9Guuqf7ei1JZlbAiZtyMMD8oOlepUhE { display:block; }
 }@media only screen and (max-width: 763px) { #o1qKdrvCyINn5aclTUUxcTFfEWCBIdoc { width:15.25rem;height:13.625rem;top:94.0625rem;left:2.25rem;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; }#o1qKdrvCyINn5aclTUUxcTFfEWCBIdoc.adaptive-delivery-prevent-bg, #o1qKdrvCyINn5aclTUUxcTFfEWCBIdoc.lazyload, #o1qKdrvCyINn5aclTUUxcTFfEWCBIdoc.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #VmmhcivTV1J1ehwH0mt5vAaPpZVV5lV7 { width:14.375rem;height:1.298825rem;top:103.375rem;left:3.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #X9ZAPRp5KZeUB4CO9fol6uaW89ZM5Vey { top:105.875rem;left:5.3125rem;width:9.1875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWheF1TnEq0LfABSCE9iJ4A50oxDyQDq { display:block; }
 }@media only screen and (max-width: 763px) { #sTnzw4ugQGT2yUVlF4fAzuMF0ro25amV { width:15.25rem;height:13.625rem;top:79.0625rem;left:2.25rem;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; }#sTnzw4ugQGT2yUVlF4fAzuMF0ro25amV.adaptive-delivery-prevent-bg, #sTnzw4ugQGT2yUVlF4fAzuMF0ro25amV.lazyload, #sTnzw4ugQGT2yUVlF4fAzuMF0ro25amV.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #QqPDyMroBPCSHKFOacS1Hf3Zr7JZzGcA { width:15.1243125rem;height:4.38654375rem;top:81.999288558963rem;left:2.4369671940804rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #VkRZ6Ai2ruO2kfP9ip5gse26KNNzmQsh { top:91rem;left:5.3125rem;width:9.1875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2Q0OONmows0TPWzLgMoZUoIHM3ziIR3 { display:block; }
 }@media only screen and (max-width: 763px) { #bl0u4iy5SeBWVgcialDckAfKvSuABtzf { width:14.375rem;height:1.298825rem;top:88.25rem;left:3.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #sqSaTwQWsnxnr16vtiWTLS8Npr11Z44k { width:15.1875rem;height:13.5625rem;top:109.125rem;left:2.25rem;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; }#sqSaTwQWsnxnr16vtiWTLS8Npr11Z44k.adaptive-delivery-prevent-bg, #sqSaTwQWsnxnr16vtiWTLS8Npr11Z44k.lazyload, #sqSaTwQWsnxnr16vtiWTLS8Npr11Z44k.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #QC1SRWiJAcNFRMNfIrf3c6wRJXe5VTxh { width:13.499625rem;height:7.9634375rem;top:110.56143569946rem;left:3.2484017014504rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #zpXTq06M1VXuEBThl3c8hIQn6naqrRDz { width:14.375rem;height:1.298825rem;top:118.6875rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #IkgcNIrG6CSTJ1na65BEg8LcTQii9J2U { top:121.0625rem;left:5.375rem;width:9.125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i69k6hLAED4wqUaD9eygBdq2Rc1iLKOd { display:block; }
 }@media only screen and (max-width: 763px) { #atfd1olSry0oxNKpDAyOHvDFGKw1ekmT { width:15.25rem;height:13.625rem;top:154.1875rem;left:2.25rem;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; }#atfd1olSry0oxNKpDAyOHvDFGKw1ekmT.adaptive-delivery-prevent-bg, #atfd1olSry0oxNKpDAyOHvDFGKw1ekmT.lazyload, #atfd1olSry0oxNKpDAyOHvDFGKw1ekmT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Cw63VSlGaJWSqPJsb7y2vgfJpeyD8KLL { width:11.9993125rem;height:6.4985625rem;top:156.18696975708rem;left:3.9985795617104rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #wN6tfSCPFyBhSN62MhAqhXgPl4LOJ4cx { width:14.375rem;height:1.298825rem;top:163.5625rem;left:3.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #fObo5UOC6iPLdf6WAFMSTN8agf71sWCC { top:166rem;left:5.3125rem;width:9.1875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RN4CcWpLhFWHZSGJJ8T35H9oSEV0n8O6 { display:block; }
 }@media only screen and (max-width: 763px) { #a9HptPU6bzW8zW2BVgpnyFh4d0NGgnsr { width:15.25rem;height:13.625rem;top:139.125rem;left:2.25rem;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; }#a9HptPU6bzW8zW2BVgpnyFh4d0NGgnsr.adaptive-delivery-prevent-bg, #a9HptPU6bzW8zW2BVgpnyFh4d0NGgnsr.lazyload, #a9HptPU6bzW8zW2BVgpnyFh4d0NGgnsr.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #n5nXSL8zi9CkHd8182zdNATOOK8dpNeB { width:13.0619375rem;height:3.2492875rem;top:141.81018638611rem;left:3.4676843285561rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Vtpxrz1Mp0DfqyVHZbWBhlL65xlSMQ7K { width:14.375rem;height:1.298825rem;top:148.5rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #n65J5TVslZDkTrw4vSxIwvMbqAsx1aQZ { top:150.9375rem;left:5.3125rem;width:9.1875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFT8Pmphd6dX2pScdivg7VyHwoW5xb7m { display:block; }
 }@media only screen and (max-width: 763px) { #Gte1dK5zLS55T9OtD5AP2HXa5KbXeV19 { width:15.25rem;height:13.625rem;top:124.125rem;left:2.25rem;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; }#Gte1dK5zLS55T9OtD5AP2HXa5KbXeV19.adaptive-delivery-prevent-bg, #Gte1dK5zLS55T9OtD5AP2HXa5KbXeV19.lazyload, #Gte1dK5zLS55T9OtD5AP2HXa5KbXeV19.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TITQchS3hGIHmnpbtApBPdDhZvUegklT { width:14.6244375rem;height:4.8739375rem;top:126.12392616272rem;left:2.6864345669746rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #hopH8qm3ssoo08c7NUAXF9176u5h5Xa2 { width:14.375rem;height:1.298825rem;top:133.5rem;left:3.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #a7H7DWCamJmT3EJy6PuDOWUaJhmrVQgx { top:135.9375rem;left:5.3125rem;width:9.1875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCH8FVIfNV95sI9hXEgNPo8Hm3lcubFr { display:block; }
 }@media only screen and (max-width: 763px) { #vzO9h0BTqZcyDrAlJWnQ382kxuotUSfa { width:15.25rem;height:13.625rem;top:199.3125rem;left:2.25rem;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; }#vzO9h0BTqZcyDrAlJWnQ382kxuotUSfa.adaptive-delivery-prevent-bg, #vzO9h0BTqZcyDrAlJWnQ382kxuotUSfa.lazyload, #vzO9h0BTqZcyDrAlJWnQ382kxuotUSfa.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Z8vTchcorB5n1GucUF3QEotsXwbHSIDh { width:11.9993125rem;height:6.4985625rem;top:201.43642044067rem;left:3.9985795617104rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #F9B0xANVODGg6XOzZkxlfcWPcMIX5yyU { width:14.375rem;height:1.298825rem;top:209.0625rem;left:3.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #HZWFRFxuFhTgl6bowEV1cmIVLxxKeMbh { top:211.125rem;left:5.3125rem;width:9.1875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSuEAw8uFTqtgWXPTv5pha3M3Dlxpqsl { display:block; }
 }@media only screen and (max-width: 763px) { #v9a0lC4I1Dc9bENDQdQT8eC8LOv957Rm { width:15.25rem;height:13.625rem;top:184.25rem;left:2.25rem;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; }#v9a0lC4I1Dc9bENDQdQT8eC8LOv957Rm.adaptive-delivery-prevent-bg, #v9a0lC4I1Dc9bENDQdQT8eC8LOv957Rm.lazyload, #v9a0lC4I1Dc9bENDQdQT8eC8LOv957Rm.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DPrnKCXsOTDpacxdmTMIqpJ0TsQwKMKo { width:11.9993125rem;height:6.4985625rem;top:186.24910545349rem;left:3.9985795617104rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Ze9JpNRS8tWAAA2wTwaiBIbr88Bk3zU7 { width:14.375rem;height:1.298825rem;top:194rem;left:3.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #yNUMG4PSxwH6NWOhlaZ4sbevm1Viimpp { top:196.0625rem;left:5.3125rem;width:9.1875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlaxLCidHbr8Qw7TI8hTbhaCQoeqlmX4 { display:block; }
 }@media only screen and (max-width: 763px) { #VZil1NebZs7wT4HnBWcAouH6MuT37Cse { width:15.25rem;height:13.625rem;top:169.25rem;left:2.25rem;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; }#VZil1NebZs7wT4HnBWcAouH6MuT37Cse.adaptive-delivery-prevent-bg, #VZil1NebZs7wT4HnBWcAouH6MuT37Cse.lazyload, #VZil1NebZs7wT4HnBWcAouH6MuT37Cse.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #FJTsxD46Ba3rx6EnNxlaimTdQtBO1fTC { width:14.6875rem;height:5.84871875rem;top:171.37339782715rem;left:2.6553621888161rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #WczWVnV1wW4KlbaOxOUulliV4nsHNkrT { width:14.375rem;height:1.298825rem;top:179rem;left:3.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #GurlJfzQmkHNB5DB1hgSt2cPwcEqZJPm { top:181.0625rem;left:5.3125rem;width:9.1875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxXNtv4LlSZR0FDOTdNO5p1de68P5ZZZ { display:block; }
 }@media only screen and (max-width: 763px) { #OK5Tbs4pz9h39yS7IkKAvhCPPllgJs0T { width:15.25rem;height:13.625rem;top:229.8125rem;left:2.25rem;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; }#OK5Tbs4pz9h39yS7IkKAvhCPPllgJs0T.adaptive-delivery-prevent-bg, #OK5Tbs4pz9h39yS7IkKAvhCPPllgJs0T.lazyload, #OK5Tbs4pz9h39yS7IkKAvhCPPllgJs0T.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #r3xzbc9QuevJclD3M7J9ywHX1mL6R769 { width:15.25rem;height:13.625rem;top:214.75rem;left:2.25rem;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; }#r3xzbc9QuevJclD3M7J9ywHX1mL6R769.adaptive-delivery-prevent-bg, #r3xzbc9QuevJclD3M7J9ywHX1mL6R769.lazyload, #r3xzbc9QuevJclD3M7J9ywHX1mL6R769.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #goQWxNPa1KTmLrnVBwhu16OKeSUzdLOG { width:11.9993125rem;height:8.7730625rem;top:231.17363929749rem;left:3.9985795617104rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #hUn0xNOE76PTT5L572PqQrHVmIN9UJI9 { width:12rem;height:1.62464375rem;top:219.4375rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #RRvtgXDKJO2BdTv1RVIZQRWXnWNTkT2O { width:14.375rem;height:1.298825rem;top:239.5625rem;left:3.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #HqrKfmeBwi4xsV9ot2Atd4iWS5cHW4FS { width:14.375rem;height:1.298825rem;top:224.06159877777rem;left:2.8116121888161rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #EMrVThoioOWwbLIuVrb0noT36GWd2pZD { top:241.625rem;left:5.3125rem;width:9.1875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SA0iv5flwb0DEkk1r2zSF3fqoL3hT1lh { display:block; }
 }@media only screen and (max-width: 763px) { #W8zhhzHm1xECU4Ah5yOFtVNHwKu2onbN { top:226.5625rem;left:5.3125rem;width:9.1875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8JyFxJKO1ULZ8TGhPoJkvvQve2uUp2y { display:block; }
 }@media only screen and (max-width: 763px) { #p85t5AzzM5CVI0VW42hCPFvqqrTX35RF { width:14.375rem;height:1.38139375rem;top:72.808058738706rem;left:2.8116121888161rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #c60WARuANOc3pwIRF4FNHWIvPGq4Crqb { width:13.0619375rem;height:8.288375rem;top:94.8125rem;left:3.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #JiFeVrf0KRWEgptlNoLlmK56WueudhiG { width:14.375rem;height:2.9243625rem;top:9.5099439620969rem;left:2.8116121888161rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #ipVtWTyAoU8xBWUiM1Nk94rFITRVyZFT { width:14.375rem;height:1.38139375rem;top:43.491656303406rem;left:2.8116121888161rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #hgBavnGl1TpSVFT4xx7ERIZtwZhxZO3a { width:15.1875rem;height:13.5625rem;top:245.25rem;left:2.25rem;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; }#hgBavnGl1TpSVFT4xx7ERIZtwZhxZO3a.adaptive-delivery-prevent-bg, #hgBavnGl1TpSVFT4xx7ERIZtwZhxZO3a.lazyload, #hgBavnGl1TpSVFT4xx7ERIZtwZhxZO3a.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #tLSHo8XGUx1eiMluG75y9N0zJJqwTZie { width:13.499625rem;height:7.310875rem;top:247rem;left:3.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ekAySKqHFQ0REnfABKJ8doGFiZTuKcUF { width:14.375rem;height:1.298825rem;top:255rem;left:3.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #cFUAn2zaVUxdCG8R13Ed4JmOPP97M19W { top:257.0625rem;left:5.3125rem;width:9.125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #krw2akECVwr8MZyF7tHS8rUrpQ7ia5vV { display:block; }
 }@media only screen and (max-width: 763px) { #xTTlZhCL03TnIHmnFzbU2hixuh2rLTTh { width:15.1875rem;height:13.5625rem;top:260.1875rem;left:2.25rem;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; }#xTTlZhCL03TnIHmnFzbU2hixuh2rLTTh.adaptive-delivery-prevent-bg, #xTTlZhCL03TnIHmnFzbU2hixuh2rLTTh.lazyload, #xTTlZhCL03TnIHmnFzbU2hixuh2rLTTh.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #aA5PL5in8DTlCv3xavWOTUBI3imh5184 { width:14.375rem;height:1.298825rem;top:270.3737487793rem;left:2.8116121888161rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #RWGCw3od2nvPnKyLk6VXL66LWZSStW2u { width:13.75rem;height:6.664625rem;top:262.14043903351rem;left:3.1241121888161rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #cynrXKTE1RxZnUGdbQl94M9xG7zESaTm { top:272.1875rem;left:5.1875rem;width:9.125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qW0PQGoQxU9F6IoNQNMKtuTxlWcpc0X0 { display:block; }
 }@media only screen and (max-width: 763px) { #C7sOT99uuqEHZmW3v1auHi0HvkTIXsOP { display:none; }#C7sOT99uuqEHZmW3v1auHi0HvkTIXsOP > .row .container { width:20rem;height:123.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RxWOUN26TMU3K3DtChmw2IpN1q5Ea6AJ { width:15.1875rem;height:13.5625rem;top:94.375rem;left:2.25rem;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; }#RxWOUN26TMU3K3DtChmw2IpN1q5Ea6AJ.adaptive-delivery-prevent-bg, #RxWOUN26TMU3K3DtChmw2IpN1q5Ea6AJ.lazyload, #RxWOUN26TMU3K3DtChmw2IpN1q5Ea6AJ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #yrhXOUWP7oIRKDlcvfCGR0tWIEVwZc4w { width:11.936875rem;height:1.6875rem;top:98.375rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #tUZ3337LNn33MI9pNIO1Tet5yhGhZnw0 { width:14.375rem;height:1.29948125rem;top:103.625rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #vV63k1mkxCP7I9lWaeJxe7pp4cWVHOXL { top:106.4375rem;left:5.375rem;width:9.125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #taaNKw0IfhOiuWwLLuWPo4HCIl9EZBhz { display:block; }
 }@media only screen and (max-width: 763px) { #Mcqo76q2bKaButTNrUsuxIzpNTA8lAnM { width:15.1875rem;height:13.5625rem;top:78.6875rem;left:2.4375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#Mcqo76q2bKaButTNrUsuxIzpNTA8lAnM.adaptive-delivery-prevent-bg, #Mcqo76q2bKaButTNrUsuxIzpNTA8lAnM.lazyload, #Mcqo76q2bKaButTNrUsuxIzpNTA8lAnM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JvTfQ89bvXeQkOUZ86pdEXDsKVH4ufAC { width:11.936875rem;height:2.92448125rem;top:83.3125rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #JzbRkIsIpupg2u7l26Ir68lXA8fGJnmk { width:14.375rem;height:1.29948125rem;top:88rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #xAuyHQ4E6I4ka7MGXm4ng1U8SIkL20oW { top:90.75rem;left:5.375rem;width:9.125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNTyXtfhGbNkFAAsDcg182dPBpuvGR3D { display:block; }
 }@media only screen and (max-width: 763px) { #FWggUdFJdopMvTSKeTPxzTsOJii0Icqo { width:15.1875rem;height:13.5625rem;top:109.4375rem;left:2.25rem;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; }#FWggUdFJdopMvTSKeTPxzTsOJii0Icqo.adaptive-delivery-prevent-bg, #FWggUdFJdopMvTSKeTPxzTsOJii0Icqo.lazyload, #FWggUdFJdopMvTSKeTPxzTsOJii0Icqo.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #lVxUI6RkcinDsfmMeuSm1g5yhlIpMb5r { width:13.75rem;height:2.92448125rem;top:113.1875rem;left:3.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #vy0Rfrkb3lM9V1w8TImCD26mLzI0TDiS { width:14.375rem;height:1.29948125rem;top:118.9375rem;left:3.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #qswDGMPGo93fKnHJ7Kmz3aUgA4kGUJZT { top:121.25rem;left:5.1875rem;width:9.125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z56ndDFkSIThZ0D7i3IIl1fReN5DLQze { display:block; }
 }@media only screen and (max-width: 763px) { #ZziT9eZIT6cymEkWwAgyqbzudETx26TL { width:15.25rem;height:13.625rem;top:16.25rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#ZziT9eZIT6cymEkWwAgyqbzudETx26TL.adaptive-delivery-prevent-bg, #ZziT9eZIT6cymEkWwAgyqbzudETx26TL.lazyload, #ZziT9eZIT6cymEkWwAgyqbzudETx26TL.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TWkTFfd0Kko46Tra4svs1vKQPzDLo38b { width:11.9375rem;height:1.6875rem;top:19.792967796326rem;left:4.0000002980232rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #PUkSTJh1iy4SHpmBTnzi9xgNkMfrDyK5 { width:14.375rem;height:1.29948125rem;top:26.042968273163rem;left:2.8125000596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #K8qbLMO0N9Lzd1IDTxmEt3Ctq8tPhKZW { top:28.1875rem;left:5.4375rem;width:9.1875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIC8ovsNNMx1CFcgNJ9OGoGl4DrftyI9 { display:block; }
 }@media only screen and (max-width: 763px) { #lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D { display:block; }#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xzNKz6q51sFTAEbr7k9oupm5cyQRuoLp { width:16.125rem;height:2.2753875rem;top:19.437500953674rem;left:1.9375000596046rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zMvLENHrStyvhG8Ozxv4I60bV5P1cyT1 { width:11.1875rem;height:1.625rem;top:26.531250953674rem;left:3.7500002980233rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kSUOqcanuNJUXJKGZcuPvbhJNMx8xJ2v { width:13.0625rem;height:2.9868625rem;top:22.759766578674rem;left:2.8125000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Dt2k7KqqUozMbOqhSd580h58TsiE3CBP { width:2.8125rem;height:2.8125rem;top:29.3125rem;left:11.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWu7MR36dtPWXRxKHmmFulFbBFiDKig5 { width:2.8125rem;height:2.8125rem;top:29.3125rem;left:7.9375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIz3xaCacHHWct2sIZeGiPmdTFcgiJT1 { width:2.8125rem;height:2.8125rem;top:29.3125rem;left:4.125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aD8Nqp6TKGzwh2FlsDqh45WTC5QLly8T { width:11.625rem;height:17.8125rem;top:0.6875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnDT2UTdz89wVhPk1mMaVF3aNFbxDZLJ { width:2.8125rem;height:2.8125rem;top:25.937500953674rem;left:15.875001251697rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuc6TcCrTgalHTOaGdrkNlQk3iAVl7SG { width:2.8125rem;height:2.8125rem;top:22.811198234558rem;left:15.875001251697rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHS3wKNJmklJVoxpRHIoQW9QezKUiqeT { width:2.8125rem;height:2.8125rem;top:29.312500953674rem;left:15.875001251697rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSu6sBlPFEc3kDgkUXr1xhVCi8Km65bn { width:19.3125rem;height:0.9747875rem;top:33.708984375rem;left:0.68684893846512rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }