.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container { display: none; }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .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); }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fffbfe, #ffffff);background-image: -moz-linear-gradient(180deg, #fffbfe, #ffffff);background-image: -ms-linear-gradient(180deg, #fffbfe, #ffffff);background-image: -o-linear-gradient(180deg, #fffbfe, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbfe', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbfe', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #fffbfe, #ffffff);background-size:auto !important;position:relative;display:block; }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row .container { background-color: transparent; background-image: none; }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row .container > .video-iframe-container { display: none; }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row > .video-iframe-container { display: none; }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .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); }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row .container { border-width: 0; border-radius: 0; }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row .container { font-size:0.875rem;font-family:arial;height:18.1875rem;width:75rem;position:relative;display:block; }#kT8DlCIkVwDLsiwDwEuufKPrPUixhWdI { color:#322e6c;display:block;width:14.1875rem;position:absolute;font-family:"mykonos ar";font-size:2.5rem;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;top:0.8125rem;left:43.66015625rem;height:3.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#qFRzwroCgZHyvTqxpgQ0kzd6TGHb831X { color:#ffffff;display:block;width:54.75rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:10.93359375rem;left:9.1875rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sXVXTVMsZOWmlwt8Z42fImy0PEMT2a1N { color:#322e6c;display:block;width:12.875rem;position:absolute;font-family:"mykonos ar";font-size:2.5rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:0.8125rem;left:18.1005859375rem;height:3.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#OzDeVRkGAFeKmGl2zEbmZX2LO9ZN6izW { color:#d5b56a;display:block;width:45.1875rem;position:absolute;font-family:"mykonos ar";font-size:2.4375rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:14.728515625rem;left:16.875rem;height:3.16731875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#urSoeI1li6g1lSlmWSgBzId5pRMSHCrE { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:7.4375rem;top:0rem;left:33.8125rem;overflow:hidden;display:block; }
#pqkTO9c2Awaio3zWF6TkumnnBvUx7Eg6 { position:absolute;display:block;z-index:100000;background-color:#f1e5ef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0.0625rem 0.5625rem rgba(0,0,0,0.5) ;height:9.1236875rem;width:8.997375rem;top:0.625rem;left:33.0625rem;display:block; }
#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image: -webkit-linear-gradient(180deg, #ffffff, #d7b0cd);background-image: -moz-linear-gradient(180deg, #ffffff, #d7b0cd);background-image: -ms-linear-gradient(180deg, #ffffff, #d7b0cd);background-image: -o-linear-gradient(180deg, #ffffff, #d7b0cd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7b0cd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7b0cd' );";background-image: linear-gradient(180deg, #ffffff, #d7b0cd);background-size:auto !important;position:relative;display:block; }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .row .container { background-color: transparent; background-image: none; }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .row .container > .video-iframe-container { display: none; }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .row > .video-iframe-container { display: none; }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .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); }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .row .container { border-width: 0; border-radius: 0; }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:75rem;position:relative;display:block; }#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-form-header {  }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:1.125rem;font-weight:bold;color:#a41354;width:23.125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;text-align:right;text-align-last:right;line-height:1.4; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-text { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.125rem;box-sizing:border-box;height:2.8125rem;color:#000000;font-size:1.0625rem;overflow:hidden;font-family:lato;text-align:center;text-align-last:center;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-text {padding-top: 0; padding-bottom: 0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-textarea { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.125rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:1.0625rem;overflow:hidden;font-family:lato;text-align:center;text-align-last:center;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-select { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.125rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:cairo;font-size:0.875rem;overflow:hidden;text-align:right;text-align-last:right; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-select {padding-top: 0; padding-bottom: 0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#e1093f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:400;color:#f2f9ff;width:23.125rem;height:2.9375rem;font-family:cairo;overflow:hidden;font-style:normal;line-height:1; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;font-size:0.8125rem;font-weight:300;color:#ffffff;vertical-align:top;width:21.9375rem;overflow:hidden;font-style:normal; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .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; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-container:first-of-type{padding-top:0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-container:last-of-type{padding-bottom:0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.125rem;height:auto;border-top:0.4375rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.375rem solid #df4a8d;z-index:100005;position:absolute;top:1.6612415313721rem;left:1.8663196563721rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.125rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX {display:block;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.125rem;height:auto;border-top:0.4375rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.375rem solid #df4a8d;z-index:100005;position:absolute;top:1.6612415313721rem;left:1.8663196563721rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #oZJ5kpGhS9HOJdayXGohfTnr19Uw20P5 { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #KWsspdZh4WhHdUeUnsmARLonqaUS5zV0 { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #VV25GQEq4Sy8D7nbG6PBT5n3koHacqH8 { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #yd9h1rNW8nzFduPFWeo4qpJLoqQEdc8M { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #UsWuTyNa0QA7TOGL8mLQIbhiig5QwBAS { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #Q6EzucxCm4sGesc4hEDtlQFNdV5yfzlz { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #uKXwLWoMPw3csb8TC34ksTLMQ5CqvEtP { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #c9hbVSx4mnd97MZgcIWrVbReBLywFHF3 { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #WJf1TOstcDL7xv7TUe6omgeH8GEKz26n { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #e1oTGePBZMuLeZCyld1pFRzcQ9iEstTf { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #wE2os5TuJq5RkVB72tf1T5MFJv4DRgsx { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #p1CKp5EsCCLmDVadSKIDOD9EoatbS2yM { position:relative; }
#qoPBykNlLFCo6W6TI2DDpMalosgc9R6v { position:relative;display:block; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #KaP1MICsO0yPW5W17kFp8836ddTGPEpE { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #WUN0qoF8LWGFTIr74WsXb1W3f3w3cMu6 { position:relative; }
#FV1nIwT5Q7QQVWeXZ4P3QhOBnhXfBUhy { color:#0078c4;display:block;width:37.9998125rem;position:absolute;font-family:cairo;font-size:1.875rem;font-weight:700;z-index:100003;line-height:1.5;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.5);top:9.3119668960569rem;left:30.311611533165rem;height:5.625rem;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; }
#pTE9qfSgoEoVmXVMXimTREt3K6UewNKD { background-color:#d5b56a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8118125rem;height:2.74946875rem;text-decoration:none;z-index:100043;text-align:center;text-align-last:center;top:18.06019115448rem;left:43.124996542931rem;display:block; }
#vsHznUibvIb7nQRoPQH92TrHRf3DbQLg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xJ3gbsRm5MQh4dSrDpOmdUIRPGs10FK1 { color:#000000;display:block;width:20.4373125rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:100072;line-height:1.3;letter-spacing:0;top:25.541666507721rem;left:41.854166030884rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#dZB28ekVDzmW2kh7h5eS8FNrmw2sna6P { color:#660000;display:block;width:39.2489375rem;position:absolute;font-family:"aref ruqaa";font-size:3.4375rem;font-weight:400;z-index:100071;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:28.874289512634rem;left:17.874643683434rem;height:4.46831875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/bdIP02iH/cc10de05cefd88e49a75263a5c312c6c.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt.adaptive-delivery-prevent-bg, #O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt.lazyload, #O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt.lazyloading { background-image: none; }#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt > .row .container { background-color: transparent; background-image: none; }#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt > .row .container > .video-iframe-container { display: none; }#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt > .row > .video-iframe-container { display: none; }#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt > .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); }#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt > .row .container { border-width: 0; border-radius: 0; }#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt > .row .container { font-size:0.875rem;font-family:arial;height:55.25rem;width:75rem;position:relative;display:block; }#ofl42VEeD25qWBC8Gma9SUSJL0BgiMPe { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:hekaya;font-size:1.9375rem;font-weight:400;z-index:100037;line-height:1.3;letter-spacing:0;top:34.312255859375rem;left:22rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#spQ2cTo8sKCA4brXXowG8KuAEU6XkDQE { position:absolute;display:block;z-index:100015;background-color:rgba(19,19,19,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:32.375rem;top:34.5rem;left:21.3125rem;display:none; }
#i0uZJa12i8iMD3TJS0TtK3TPpaS8mapr { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:20.9375rem;left:60.625rem;display:block; }#i0uZJa12i8iMD3TJS0TtK3TPpaS8mapr.adaptive-delivery-prevent-bg, #i0uZJa12i8iMD3TJS0TtK3TPpaS8mapr.lazyload, #i0uZJa12i8iMD3TJS0TtK3TPpaS8mapr.lazyloading { background-image: none; }
#gqdvqTUslvHQZZtvrgvDKVEEna8VAdLo { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:24.875rem;left:61.875rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rWTGbIopTtpxoS4fc1VtxWGgEmI7z46M { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100038;text-align:center;text-align-last:center;top:32.3125rem;left:63.6875rem;display:block; }
#TST3UHDDnsH2zWuQfSmMnFAywmF9cUvz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KT6kEIGy1Q3uTzNgTdmADFhlIo8ucvyM { position:absolute;display:block;z-index:100010;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:20.9375rem;left:41.75rem;display:block; }#KT6kEIGy1Q3uTzNgTdmADFhlIo8ucvyM.adaptive-delivery-prevent-bg, #KT6kEIGy1Q3uTzNgTdmADFhlIo8ucvyM.lazyload, #KT6kEIGy1Q3uTzNgTdmADFhlIo8ucvyM.lazyloading { background-image: none; }
#qnTDx7qAd3XGTc5ce38poT5tJAUDtQHn { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:24.8125rem;left:43rem;height:2.76041875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nvTkrZlmh4rFGk9q9E813srDHtc6QVkH { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100124;line-height:1.6;letter-spacing:0;top:28.5rem;left:41.75rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uWKR6o53QBaospVxkBsHLc7TAU3vH7I9 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100042;text-align:center;text-align-last:center;top:32.25rem;left:44.8125rem;display:block; }
#w8WEtTxWJ2gTIagdW0ukrnVT5AdvPXTz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Dehya24aMnuEGJmRzGUhaWOFvpqpLIQw { position:absolute;display:block;z-index:100014;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:20.9375rem;left:23rem;display:block; }#Dehya24aMnuEGJmRzGUhaWOFvpqpLIQw.adaptive-delivery-prevent-bg, #Dehya24aMnuEGJmRzGUhaWOFvpqpLIQw.lazyload, #Dehya24aMnuEGJmRzGUhaWOFvpqpLIQw.lazyloading { background-image: none; }
#DqPtWrTmos9BofiqlFkZuF7kr6Dw0Uux { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:24.5rem;left:24.25rem;height:2.43706875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XboODVvfgwDqaPo2Fi7FyQzHtS7S6xz3 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100128;line-height:1.6;letter-spacing:0;top:28.5rem;left:23rem;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; }
#PL4PsHSvLVBfE5hA7UTZgFO67zJ154kC { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100046;text-align:center;text-align-last:center;top:32.25rem;left:26rem;display:block; }
#TyGUoGUq67e8poyHr6yDwAtuzEeXimAC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lxO18qXTRTsvA2naXaWxug5dAOFitSAg { position:absolute;display:block;z-index:100018;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:20.9375rem;left:4.5625rem;display:block; }#lxO18qXTRTsvA2naXaWxug5dAOFitSAg.adaptive-delivery-prevent-bg, #lxO18qXTRTsvA2naXaWxug5dAOFitSAg.lazyload, #lxO18qXTRTsvA2naXaWxug5dAOFitSAg.lazyloading { background-image: none; }
#VgkUuNnnIFPNEQyEmTiDnyGE2RuxDqo7 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:23.875rem;left:5.8125rem;height:3.6556rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GfUOuJmr93308fzxxP0Nm0UlG4MCPCZ5 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100132;line-height:1.6;letter-spacing:0;top:28.5rem;left:4.5625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AEsLt3RE8BdBctkIHxzT97ihDEP3NFVL { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100050;text-align:center;text-align-last:center;top:32.25rem;left:7.5625rem;display:block; }
#Dpb4LzT7hXdaX9wTeEu8hFClfW6U9ic4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gf10KoqoQLkErxHF87fBbsUGKTCA01Xn { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100125;line-height:1.6;letter-spacing:0;top:28.5rem;left:60.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; }
#d2D7zGOGFachfrdvk0KiHSWESDcaJO5N { position:absolute;display:block;z-index:100171;background-color:#405466;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.185546875rem;width:30.746625rem;top:54.999998092651rem;left:23.877840399742rem;display:block; }
#Z9epEArlUigDNgWa7KInn8NBF2OV28L5 { position:absolute;display:block;z-index:100018;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:6.0601129531861rem;left:52.15603351593rem;display:block; }#Z9epEArlUigDNgWa7KInn8NBF2OV28L5.adaptive-delivery-prevent-bg, #Z9epEArlUigDNgWa7KInn8NBF2OV28L5.lazyload, #Z9epEArlUigDNgWa7KInn8NBF2OV28L5.lazyloading { background-image: none; }
#goTrsPTtlt38GMlfBDegDGfcbLcGbqqT { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100132;line-height:1.6;letter-spacing:0;top:13.625rem;left:51.9375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vNdRRTIur4KhuQ0Bn6mKZTwSf5O1t9tG { position:absolute;display:block;z-index:100022;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:6.0625rem;left:33.1875rem;display:block; }#vNdRRTIur4KhuQ0Bn6mKZTwSf5O1t9tG.adaptive-delivery-prevent-bg, #vNdRRTIur4KhuQ0Bn6mKZTwSf5O1t9tG.lazyload, #vNdRRTIur4KhuQ0Bn6mKZTwSf5O1t9tG.lazyloading { background-image: none; }
#qJEmEWqEnmUpy0MtKokyEan7KiLlvFyp { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100136;line-height:1.6;letter-spacing:0;top:13.625rem;left:33.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; }
#rSyVZT9XAEeSh1pMii39EBaMQal6aqlv { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100054;text-align:center;text-align-last:center;top:17.5625rem;left:35.75rem;display:block; }
#k6yhXwOnfMTWazistL0rCrv7g0G5zVPL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WSn6If6wgsgoIlLJ1Ptz7LEegpHBpOkX { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:8.75rem;left:53.1875rem;height:4.140625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h48OKVxM90Ty2CfeP1IliSJXfiI1ZlIx { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100050;text-align:center;text-align-last:center;top:17.5625rem;left:54.5625rem;display:block; }
#Qf6dEBOcG5Lf1V5O0TkSiF64byZlRb1d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ulNq40CH76J1yOEpos5qlKp6R71Jkyvu { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100041;line-height:1.3;letter-spacing:0;top:9.625rem;left:34.4375rem;height:2.43706875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xcrprTf6i5x1gcPLtOvWZIGioM7AFlJ1 { color:#660000;display:block;width:39.2498125rem;position:absolute;font-family:"aref ruqaa";font-size:3.4375rem;font-weight:400;z-index:100071;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:28.873400211334rem;left:15.687143683434rem;height:4.53071875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#vfxhdpnNpH5DrMooMmJS6lZcsKxUq39p { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:7.9998125rem;text-decoration:none;z-index:100172;text-align:center;text-align-last:center;top:7.4375rem;left:34.1875rem;display:block; }
#L405JuX5qHyP2J3fQdbeIvVN5Bc5WQ1f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MqzZezyRvMhfyBe4wvrnkLRlrmunke2H { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:7.9989375rem;text-decoration:none;z-index:100173;text-align:center;text-align-last:center;top:8rem;left:52.9375rem;display:block; }
#opWSq8UeeRTbBLMApaXU9PTOJJmcpOt6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DZZFo048bhDsuJmgApf0oID1IVu8i2CQ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:7.9989375rem;text-decoration:none;z-index:100174;text-align:center;text-align-last:center;top:22.311788916588rem;left:5.3426846265793rem;display:block; }
#P9JETHzIzR2HPXmGZzAOsl0ZTumVaNLR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DDtC2HMBUzkSs2oFzTSw0c6VGpR3dSbf { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:7.9980625rem;text-decoration:none;z-index:100175;text-align:center;text-align-last:center;top:22.873264789581rem;left:23.779297828674rem;display:block; }
#XiP4f7K9SlwP7G88pAubVLHrEiqrKopz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ohu7eFwwzZtNgawqpkavuqfaGSM0QfIy { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:7.9989375rem;text-decoration:none;z-index:100176;text-align:center;text-align-last:center;top:22.311789035797rem;left:42.531071066856rem;display:block; }
#h8RF67Mql3gwwJ5hoMyOM1gueKbXo33D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XP14DVF7lbnWKLKNm6vyx75DxwoaBWV7 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:7.9989375rem;text-decoration:none;z-index:100177;text-align:center;text-align-last:center;top:22.873756885529rem;left:62.186611533165rem;display:block; }
#NwAtAAa0IIaNXGaqVxxUi2Rd0HQpAdOT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BaNts84yfLmboZMf4t54iHs3L3H01oPV { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:7.9989375rem;text-decoration:none;z-index:100175;text-align:center;text-align-last:center;top:22.873756885529rem;left:23.781071066856rem;display:none; }
#nkV8fhScHwZDxRxVXJnAOE30he5N7eoi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#duCE5ouIGLKCOxD80oFgEkdkooCL4Gna { position:absolute;display:block;z-index:100037;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:6.0625rem;left:14.25rem;display:block; }#duCE5ouIGLKCOxD80oFgEkdkooCL4Gna.adaptive-delivery-prevent-bg, #duCE5ouIGLKCOxD80oFgEkdkooCL4Gna.lazyload, #duCE5ouIGLKCOxD80oFgEkdkooCL4Gna.lazyloading { background-image: none; }
#gP6ZfEHIVbM4wxGqzBzDiN2ibE3QH9pG { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100056;line-height:1.3;letter-spacing:0;top:10.745738625526rem;left:15.498934149742rem;height:1.38020625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pu57SCaOG8VytaaheBQP16ipJ9zPWdur { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100151;line-height:1.6;letter-spacing:0;top:13.625rem;left:14.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; }
#h2Jk1bVDUScEVpVukMI7tJkqrse5wk2T { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100150;text-align:center;text-align-last:center;top:17.6875rem;left:17rem;display:block; }
#vMrMGHU7R28U2yKhoRO5ZfFfWWwGzOKt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WaqTvUvEr4AUFBArUpRknNRO2iss9fdF { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:7.9989375rem;text-decoration:none;z-index:100173;text-align:center;text-align-last:center;top:7.999822270125rem;left:15.031072020531rem;display:block; }
#EFGdbVlQNX41OuD5v3IU6FTRedwr8c2i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#It9cmmnpcp3RC99T8nKQQM3F4Huy6Eet { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100056;text-align:center;text-align-last:center;top:49.25rem;left:24.8125rem;display:block; }
#vhxRA4BpRilaFDoTvJJkzKTDef8TkVk8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fcy5fRbVZBQqeHzBKzRBuSMFIbiyqv74 { position:absolute;display:block;z-index:100024;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:37.9375rem;left:21.8125rem;display:block; }#fcy5fRbVZBQqeHzBKzRBuSMFIbiyqv74.adaptive-delivery-prevent-bg, #fcy5fRbVZBQqeHzBKzRBuSMFIbiyqv74.lazyload, #fcy5fRbVZBQqeHzBKzRBuSMFIbiyqv74.lazyloading { background-image: none; }
#IkynJDdbe7rTCdpFBH1F24TyX0zGOZph { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:7.9989375rem;text-decoration:none;z-index:100185;text-align:center;text-align-last:center;top:39.3125rem;left:22.5625rem;display:block; }
#vV3EZy0721NVGPIK4nV30ggFO7sX9p4T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#W9dsWR75OCUtdvEB4N7rSKS0MeGTVxKT { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100138;line-height:1.6;letter-spacing:0;top:45.5rem;left:21.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; }
#ZShuKBJ9WmfxLmqwrBkPTpbpoGdInwDr { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100043;line-height:1.3;letter-spacing:0;top:40.6875rem;left:23.1875rem;height:3.6556rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xOQEuTsmI2ZlFWWorWN9zgMHd3K9bFfX { position:absolute;display:block;z-index:100020;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:37.9375rem;left:40.5625rem;display:block; }#xOQEuTsmI2ZlFWWorWN9zgMHd3K9bFfX.adaptive-delivery-prevent-bg, #xOQEuTsmI2ZlFWWorWN9zgMHd3K9bFfX.lazyload, #xOQEuTsmI2ZlFWWorWN9zgMHd3K9bFfX.lazyloading { background-image: none; }
#KT3O4TtW03kPzOeTd25ZBODAQbpX9Oan { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100134;line-height:1.6;letter-spacing:0;top:45.5rem;left:40.5625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m4RkO2gHhmtAO9xkAHkE45uKDDko2uoz { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:7.9989375rem;text-decoration:none;z-index:100186;text-align:center;text-align-last:center;top:39.5rem;left:41.25rem;display:block; }
#fNqRqGBR238WARW9tsmuViWrJAymsaEC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZK5g1luBgIlBoS2gNLkhUCkPcRr5FERw { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100039;line-height:1.3;letter-spacing:0;top:42.1875rem;left:41.75rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#csyZPTbfKE5Vn131oVSxUQ4uCBte94N0 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100052;text-align:center;text-align-last:center;top:49.25rem;left:43.625rem;display:block; }
#OuNIqiaGJJy7G7DGoPsTIwgSq26Qk7Zc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pTNfF4T9KhlXQo1XJqTmrFtcrpucCTSe { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:7.9989375rem;text-decoration:none;z-index:100177;text-align:center;text-align-last:center;top:22.873756885529rem;left:62.186611533165rem;display:none; }
#naWc7oCwsRUV1e9y9NhSHQqg2NaQVx2T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NegAWQT1GzahKbCd13lEUbHcEF0qPyHn { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:7.9989375rem;text-decoration:none;z-index:100177;text-align:center;text-align-last:center;top:22.873756885529rem;left:62.186611533165rem;display:none; }
#I8rrZNWOPPchKkE9wKKMHN7LMWIdOZug { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7668a;background-image:none;position:relative;display:block; }#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu > .row .container { background-color: transparent; background-image: none; }#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu > .row .container > .video-iframe-container { display: none; }#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu > .row > .video-iframe-container { display: none; }#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu > .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); }#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu > .row .container { border-width: 0; border-radius: 0; }#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:75rem;position:relative;display:block; }#EgenyCSKcHUdVpNRxQ1uQBRKJnq6SamV { 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:43.5625rem;height:2.5996125rem;text-align:right;text-align-last:right;display:block; }
#RRgXboiF38EUDriX3XJa8GTE9niH19bD { 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:33.875rem;height:1.7871125rem;text-align:right;text-align-last:right;display:block; }
#GnsPQkUb13HPv5z1iFeqT3tsl6T4vB56 { 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:44.1875rem;height:3.574225rem;text-align:right;text-align-last:right;display:block; }
#VusokiBe0BFqf2zp3TgkvpBZ5k0R5OX6 { 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:12.8125rem;overflow:hidden;display:block; }
#mAyeHuR4zVW620pLHx0weBMOZe89eWmv { 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:58.6875rem;display:block; }
#wO3ohoO1Zs6JR5CIbIJPeo5ezibTP7H4 { 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:58.625rem;display:block; }
#Iacfnz8KToy96XW9Je9lxGxqiV2AtO9X { 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:17.166193008423rem;left:37.561256766319rem;height:1.2999125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o { display:block; }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kT8DlCIkVwDLsiwDwEuufKPrPUixhWdI { top:0.8125rem;left:30.03515625rem;width:14.1875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFRzwroCgZHyvTqxpgQ0kzd6TGHb831X { width:47.75rem;height:2.875rem;top:10.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXVXTVMsZOWmlwt8Z42fImy0PEMT2a1N { top:0.8125rem;left:4.4755859375rem;width:12.875rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzDeVRkGAFeKmGl2zEbmZX2LO9ZN6izW { top:14.6875rem;left:2.5625rem;width:45.1875rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #urSoeI1li6g1lSlmWSgBzId5pRMSHCrE { top:0rem;left:20.1875rem;width:7.4375rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqkTO9c2Awaio3zWF6TkumnnBvUx7Eg6 { top:0.625rem;left:19.4375rem;width:8.9375rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 { display:block; }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .row .container { width:47.75rem;height:43.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-regular-label { width:26.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-text { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-text {padding-top: 0; padding-bottom: 0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-textarea { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-select { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-select {padding-top: 0; padding-bottom: 0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-button { width:14.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.875rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-checkbox-label { width:25.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX  { width:26.25rem;height:auto;top:15.75rem;left:9.5rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .radio-container { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX {display:block;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX { width:26.25rem;height:auto;top:15.75rem;left:9.5rem; }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #oZJ5kpGhS9HOJdayXGohfTnr19Uw20P5 {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #KWsspdZh4WhHdUeUnsmARLonqaUS5zV0 {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #VV25GQEq4Sy8D7nbG6PBT5n3koHacqH8 {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #yd9h1rNW8nzFduPFWeo4qpJLoqQEdc8M {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #UsWuTyNa0QA7TOGL8mLQIbhiig5QwBAS {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #Q6EzucxCm4sGesc4hEDtlQFNdV5yfzlz {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #uKXwLWoMPw3csb8TC34ksTLMQ5CqvEtP {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #c9hbVSx4mnd97MZgcIWrVbReBLywFHF3 {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #WJf1TOstcDL7xv7TUe6omgeH8GEKz26n {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #e1oTGePBZMuLeZCyld1pFRzcQ9iEstTf {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #wE2os5TuJq5RkVB72tf1T5MFJv4DRgsx {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #p1CKp5EsCCLmDVadSKIDOD9EoatbS2yM {  }
 }@media only screen and (max-width: 763px) { #qoPBykNlLFCo6W6TI2DDpMalosgc9R6v { display:block; }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #KaP1MICsO0yPW5W17kFp8836ddTGPEpE {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #WUN0qoF8LWGFTIr74WsXb1W3f3w3cMu6 {  }
 }@media only screen and (max-width: 763px) { #FV1nIwT5Q7QQVWeXZ4P3QhOBnhXfBUhy { width:33.75rem;height:4.5rem;top:4.25rem;left:7rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pTE9qfSgoEoVmXVMXimTREt3K6UewNKD { width:14.75rem;height:2.6875rem;top:18rem;left:29.499996542931rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsHznUibvIb7nQRoPQH92TrHRf3DbQLg { display:block; }
 }@media only screen and (max-width: 763px) { #xJ3gbsRm5MQh4dSrDpOmdUIRPGs10FK1 { top:25.5rem;left:27.375rem;width:20.375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZB28ekVDzmW2kh7h5eS8FNrmw2sna6P { top:28.8125rem;left:4.2496436834336rem;width:39.1875rem;height:4.5rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt { display:block; }#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ofl42VEeD25qWBC8Gma9SUSJL0BgiMPe { top:34.25rem;left:8.375rem;width:30.9375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #spQ2cTo8sKCA4brXXowG8KuAEU6XkDQE { top:34.4375rem;left:7.6875rem;width:32.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0uZJa12i8iMD3TJS0TtK3TPpaS8mapr { width:14.375rem;height:10.6875rem;top:20.9375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqdvqTUslvHQZZtvrgvDKVEEna8VAdLo { width:11.875rem;height:2.875rem;top:24.875rem;left:35.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWTGbIopTtpxoS4fc1VtxWGgEmI7z46M { width:8.75rem;height:2.6875rem;top:32.3125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #TST3UHDDnsH2zWuQfSmMnFAywmF9cUvz { display:block; }
 }@media only screen and (max-width: 763px) { #KT6kEIGy1Q3uTzNgTdmADFhlIo8ucvyM { width:14.375rem;height:10.6875rem;top:20.9375rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnTDx7qAd3XGTc5ce38poT5tJAUDtQHn { width:11.875rem;height:2.8125rem;top:24.8125rem;left:29.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvTkrZlmh4rFGk9q9E813srDHtc6QVkH { width:14.375rem;height:1.4375rem;top:28.5rem;left:28.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWKR6o53QBaospVxkBsHLc7TAU3vH7I9 { width:8.75rem;height:2.6875rem;top:32.25rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8WEtTxWJ2gTIagdW0ukrnVT5AdvPXTz { display:block; }
 }@media only screen and (max-width: 763px) { #Dehya24aMnuEGJmRzGUhaWOFvpqpLIQw { width:14.375rem;height:10.6875rem;top:20.9375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqPtWrTmos9BofiqlFkZuF7kr6Dw0Uux { width:11.875rem;height:3.6875rem;top:24.4375rem;left:10.624131202697rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XboODVvfgwDqaPo2Fi7FyQzHtS7S6xz3 { width:14.375rem;height:;top:28.4375rem;left:9.3741312026975rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PL4PsHSvLVBfE5hA7UTZgFO67zJ154kC { width:8.75rem;height:2.6875rem;top:32.25rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyGUoGUq67e8poyHr6yDwAtuzEeXimAC { display:block; }
 }@media only screen and (max-width: 763px) { #lxO18qXTRTsvA2naXaWxug5dAOFitSAg { width:14.375rem;height:10.6875rem;top:20.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgkUuNnnIFPNEQyEmTiDnyGE2RuxDqo7 { width:11.875rem;height:4.8125rem;top:23.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfUOuJmr93308fzxxP0Nm0UlG4MCPCZ5 { width:14.375rem;height:1.4375rem;top:28.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEsLt3RE8BdBctkIHxzT97ihDEP3NFVL { width:8.75rem;height:2.6875rem;top:32.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dpb4LzT7hXdaX9wTeEu8hFClfW6U9ic4 { display:block; }
 }@media only screen and (max-width: 763px) { #gf10KoqoQLkErxHF87fBbsUGKTCA01Xn { width:14.375rem;height:1.4375rem;top:28.5rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2D7zGOGFachfrdvk0KiHSWESDcaJO5N { top:54.9375rem;left:10.252840399742rem;width:30.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9epEArlUigDNgWa7KInn8NBF2OV28L5 { width:14.375rem;height:10.6875rem;top:6rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #goTrsPTtlt38GMlfBDegDGfcbLcGbqqT { width:14.375rem;height:1.4375rem;top:13.625rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNdRRTIur4KhuQ0Bn6mKZTwSf5O1t9tG { width:14.375rem;height:10.6875rem;top:6.0625rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJEmEWqEnmUpy0MtKokyEan7KiLlvFyp { width:14.375rem;height:1.4375rem;top:13.625rem;left:19.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSyVZT9XAEeSh1pMii39EBaMQal6aqlv { width:8.75rem;height:2.6875rem;top:17.5625rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6yhXwOnfMTWazistL0rCrv7g0G5zVPL { display:block; }
 }@media only screen and (max-width: 763px) { #WSn6If6wgsgoIlLJ1Ptz7LEegpHBpOkX { width:11.875rem;height:4.125rem;top:8.75rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h48OKVxM90Ty2CfeP1IliSJXfiI1ZlIx { width:8.75rem;height:2.6875rem;top:17.5625rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qf6dEBOcG5Lf1V5O0TkSiF64byZlRb1d { display:block; }
 }@media only screen and (max-width: 763px) { #ulNq40CH76J1yOEpos5qlKp6R71Jkyvu { width:11.875rem;height:3.625rem;top:9.625rem;left:20.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcrprTf6i5x1gcPLtOvWZIGioM7AFlJ1 { top:28.8125rem;left:2.0621436834336rem;width:39.1875rem;height:4.5rem;font-size:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vfxhdpnNpH5DrMooMmJS6lZcsKxUq39p { width:12.8125rem;height:7.9375rem;top:7.4375rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L405JuX5qHyP2J3fQdbeIvVN5Bc5WQ1f { display:block; }
 }@media only screen and (max-width: 763px) { #MqzZezyRvMhfyBe4wvrnkLRlrmunke2H { width:12.8125rem;height:7.9375rem;top:8rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #opWSq8UeeRTbBLMApaXU9PTOJJmcpOt6 { display:block; }
 }@media only screen and (max-width: 763px) { #DZZFo048bhDsuJmgApf0oID1IVu8i2CQ { width:12.8125rem;height:7.9375rem;top:22.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9JETHzIzR2HPXmGZzAOsl0ZTumVaNLR { display:block; }
 }@media only screen and (max-width: 763px) { #DDtC2HMBUzkSs2oFzTSw0c6VGpR3dSbf { width:12.8125rem;height:7.9375rem;top:22.8125rem;left:10.154297828674rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiP4f7K9SlwP7G88pAubVLHrEiqrKopz { display:block; }
 }@media only screen and (max-width: 763px) { #Ohu7eFwwzZtNgawqpkavuqfaGSM0QfIy { width:12.8125rem;height:7.9375rem;top:22.25rem;left:28.906071066856rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8RF67Mql3gwwJ5hoMyOM1gueKbXo33D { display:block; }
 }@media only screen and (max-width: 763px) { #XP14DVF7lbnWKLKNm6vyx75DxwoaBWV7 { width:12.8125rem;height:7.9375rem;top:22.8125rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwAtAAa0IIaNXGaqVxxUi2Rd0HQpAdOT { display:block; }
 }@media only screen and (max-width: 763px) { #BaNts84yfLmboZMf4t54iHs3L3H01oPV { width:12.8125rem;height:7.9375rem;top:22.8125rem;left:10.156071066856rem;display:none; }
 }@media only screen and (max-width: 763px) { #nkV8fhScHwZDxRxVXJnAOE30he5N7eoi { display:block; }
 }@media only screen and (max-width: 763px) { #duCE5ouIGLKCOxD80oFgEkdkooCL4Gna { width:14.375rem;height:10.6875rem;top:6.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gP6ZfEHIVbM4wxGqzBzDiN2ibE3QH9pG { width:11.875rem;height:1.375rem;top:10.6875rem;left:1.8739341497421rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pu57SCaOG8VytaaheBQP16ipJ9zPWdur { width:14.375rem;height:1.4375rem;top:13.625rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2Jk1bVDUScEVpVukMI7tJkqrse5wk2T { width:8.75rem;height:2.6875rem;top:17.6875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMrMGHU7R28U2yKhoRO5ZfFfWWwGzOKt { display:block; }
 }@media only screen and (max-width: 763px) { #WaqTvUvEr4AUFBArUpRknNRO2iss9fdF { width:12.8125rem;height:7.9375rem;top:7.9375rem;left:1.4060720205307rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFGdbVlQNX41OuD5v3IU6FTRedwr8c2i { display:block; }
 }@media only screen and (max-width: 763px) { #It9cmmnpcp3RC99T8nKQQM3F4Huy6Eet { width:8.75rem;height:2.6875rem;top:49.25rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhxRA4BpRilaFDoTvJJkzKTDef8TkVk8 { display:block; }
 }@media only screen and (max-width: 763px) { #fcy5fRbVZBQqeHzBKzRBuSMFIbiyqv74 { width:14.375rem;height:10.6875rem;top:37.9375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkynJDdbe7rTCdpFBH1F24TyX0zGOZph { width:12.8125rem;height:7.9375rem;top:39.3125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vV3EZy0721NVGPIK4nV30ggFO7sX9p4T { display:block; }
 }@media only screen and (max-width: 763px) { #W9dsWR75OCUtdvEB4N7rSKS0MeGTVxKT { width:14.375rem;height:1.4375rem;top:45.5rem;left:8.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZShuKBJ9WmfxLmqwrBkPTpbpoGdInwDr { width:11.875rem;height:4.8125rem;top:40.6875rem;left:9.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOQEuTsmI2ZlFWWorWN9zgMHd3K9bFfX { width:14.375rem;height:10.6875rem;top:37.9375rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT3O4TtW03kPzOeTd25ZBODAQbpX9Oan { width:14.375rem;height:1.4375rem;top:45.5rem;left:26.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4RkO2gHhmtAO9xkAHkE45uKDDko2uoz { width:12.8125rem;height:7.9375rem;top:39.5rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNqRqGBR238WARW9tsmuViWrJAymsaEC { display:block; }
 }@media only screen and (max-width: 763px) { #ZK5g1luBgIlBoS2gNLkhUCkPcRr5FERw { width:11.875rem;height:2.5625rem;top:42.1875rem;left:28.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #csyZPTbfKE5Vn131oVSxUQ4uCBte94N0 { width:8.75rem;height:2.6875rem;top:49.25rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuNIqiaGJJy7G7DGoPsTIwgSq26Qk7Zc { display:block; }
 }@media only screen and (max-width: 763px) { #pTNfF4T9KhlXQo1XJqTmrFtcrpucCTSe { width:12.8125rem;height:7.9375rem;top:22.8125rem;left:34.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #naWc7oCwsRUV1e9y9NhSHQqg2NaQVx2T { display:block; }
 }@media only screen and (max-width: 763px) { #NegAWQT1GzahKbCd13lEUbHcEF0qPyHn { width:12.8125rem;height:7.9375rem;top:22.8125rem;left:34.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #I8rrZNWOPPchKkE9wKKMHN7LMWIdOZug { display:block; }
 }@media only screen and (max-width: 763px) { #DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu { display:block; }#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EgenyCSKcHUdVpNRxQ1uQBRKJnq6SamV { top:2.8125rem;left:29.4375rem;width:18.3125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRgXboiF38EUDriX3XJa8GTE9niH19bD { 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) { #GnsPQkUb13HPv5z1iFeqT3tsl6T4vB56 { 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) { #VusokiBe0BFqf2zp3TgkvpBZ5k0R5OX6 { top:1.125rem;left:0rem;width:13.5625rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAyeHuR4zVW620pLHx0weBMOZe89eWmv { 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) { #wO3ohoO1Zs6JR5CIbIJPeo5ezibTP7H4 { 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) { #Iacfnz8KToy96XW9Je9lxGxqiV2AtO9X { top:17.125rem;left:19.9375rem;width:27.8125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:transparent;background-image:url("https://images.assets-landingi.com/QBaf86E7/Landing.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container { display: none; }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(180deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(180deg, #ffffff, #ffffff);background-image: -o-linear-gradient(180deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #ffffff, #ffffff);background-size:auto !important;display:block; }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row .container { background-color: transparent; background-image: none; }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row .container > .video-iframe-container { display: none; }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row > .video-iframe-container { display: none; }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .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); }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row .container { width:20rem;height:9.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kT8DlCIkVwDLsiwDwEuufKPrPUixhWdI { width:12.621125rem;height:2.03125rem;top:1.25rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:1.5625rem;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; }
 }@media only screen and (max-width: 763px) { #qFRzwroCgZHyvTqxpgQ0kzd6TGHb831X { width:20rem;height:0;top:16.498701095581rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.4;font-family:cairo;display:none; }
 }@media only screen and (max-width: 763px) { #sXVXTVMsZOWmlwt8Z42fImy0PEMT2a1N { width:9.933625rem;height:2.03125rem;top:3.98828125rem;left:1.9687500596046rem;text-align:center;text-align-last:center;font-size:1.5625rem;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; }
 }@media only screen and (max-width: 763px) { #OzDeVRkGAFeKmGl2zEbmZX2LO9ZN6izW { width:18.75rem;height:1.38020625rem;top:8.0625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;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; }
 }@media only screen and (max-width: 763px) { #urSoeI1li6g1lSlmWSgBzId5pRMSHCrE { width:5.75rem;height:7.3125rem;top:0rem;left:13.246094048023rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pqkTO9c2Awaio3zWF6TkumnnBvUx7Eg6 { width:6.375rem;height:6.375rem;top:0rem;left:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 { background-color:#ffffff;background-image: -webkit-linear-gradient(180deg, #ffffff, #f6d6ef);background-image: -moz-linear-gradient(180deg, #ffffff, #f6d6ef);background-image: -ms-linear-gradient(180deg, #ffffff, #f6d6ef);background-image: -o-linear-gradient(180deg, #ffffff, #f6d6ef);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6d6ef' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6d6ef' );";background-image: linear-gradient(180deg, #ffffff, #f6d6ef);background-size:auto !important;display:block; }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .row .container { background-color: transparent; background-image: none; }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .row .container > .video-iframe-container { display: none; }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .row > .video-iframe-container { display: none; }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .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); }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-regular-label { width:16.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-text { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-text {padding-top: 0; padding-bottom: 0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-textarea { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-select { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:cairo;height:2.8125rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-select {padding-top: 0; padding-bottom: 0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-button { width:15.8125rem;margin-top:0.25rem;margin-right:0.1875rem;margin-bottom:0.25rem;margin-left:0.1875rem;height:2.9375rem;line-height:1.2;overflow:hidden;font-size:1.375rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-checkbox-label { width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-container:first-of-type{padding-top:0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-container:last-of-type{padding-bottom:0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX  { width:16.1875rem;height:auto;top:9.375rem;left:0.53125rem;border-top:0.375rem solid #df4a8d;border-left:0.125rem solid #df4a8d;border-right:0.125rem solid #df4a8d;border-bottom:0.3125rem solid #df4a8d; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .radio-container { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX {display:block;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX { width:16.1875rem;height:auto;top:9.375rem;left:0.53125rem;border-top:0.375rem solid #df4a8d;border-left:0.125rem solid #df4a8d;border-right:0.125rem solid #df4a8d;border-bottom:0.3125rem solid #df4a8d; }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #oZJ5kpGhS9HOJdayXGohfTnr19Uw20P5 {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #KWsspdZh4WhHdUeUnsmARLonqaUS5zV0 {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #VV25GQEq4Sy8D7nbG6PBT5n3koHacqH8 {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #yd9h1rNW8nzFduPFWeo4qpJLoqQEdc8M {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #UsWuTyNa0QA7TOGL8mLQIbhiig5QwBAS {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #Q6EzucxCm4sGesc4hEDtlQFNdV5yfzlz {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #uKXwLWoMPw3csb8TC34ksTLMQ5CqvEtP {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #c9hbVSx4mnd97MZgcIWrVbReBLywFHF3 {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #WJf1TOstcDL7xv7TUe6omgeH8GEKz26n {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #e1oTGePBZMuLeZCyld1pFRzcQ9iEstTf {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #wE2os5TuJq5RkVB72tf1T5MFJv4DRgsx {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #p1CKp5EsCCLmDVadSKIDOD9EoatbS2yM {  }
 }@media only screen and (max-width: 763px) { #qoPBykNlLFCo6W6TI2DDpMalosgc9R6v { display:block; }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #KaP1MICsO0yPW5W17kFp8836ddTGPEpE {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #WUN0qoF8LWGFTIr74WsXb1W3f3w3cMu6 {  }
 }@media only screen and (max-width: 763px) { #FV1nIwT5Q7QQVWeXZ4P3QhOBnhXfBUhy { width:18.9355625rem;height:7.874375rem;top:1.0617896867916rem;left:0.53178268671036rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTE9qfSgoEoVmXVMXimTREt3K6UewNKD { width:14.8118125rem;height:2.74946875rem;top:38.12410736084rem;left:2.5932171940804rem;display:none; }
 }@media only screen and (max-width: 763px) { #vsHznUibvIb7nQRoPQH92TrHRf3DbQLg { display:block; }
 }@media only screen and (max-width: 763px) { #xJ3gbsRm5MQh4dSrDpOmdUIRPGs10FK1 { width:20rem;height:0;top:55.812501907349rem;left:0rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dZB28ekVDzmW2kh7h5eS8FNrmw2sna6P { width:19.437125rem;height:0;top:57.623399734497rem;left:0rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt > .row .container { background-color: transparent; background-image: none; }#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt > .row .container > .video-iframe-container { display: none; }#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt > .row > .video-iframe-container { display: none; }#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt > .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); }#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt > .row .container { width:20rem;height:138rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ofl42VEeD25qWBC8Gma9SUSJL0BgiMPe { width:20rem;height:1.328125rem;top:53.50390625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #spQ2cTo8sKCA4brXXowG8KuAEU6XkDQE { width:20rem;height:2.25rem;top:53.06640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #i0uZJa12i8iMD3TJS0TtK3TPpaS8mapr { width:14.375rem;height:10.687125rem;top:61.25rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#i0uZJa12i8iMD3TJS0TtK3TPpaS8mapr.adaptive-delivery-prevent-bg, #i0uZJa12i8iMD3TJS0TtK3TPpaS8mapr.lazyload, #i0uZJa12i8iMD3TJS0TtK3TPpaS8mapr.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gqdvqTUslvHQZZtvrgvDKVEEna8VAdLo { width:11.875rem;height:2.92535rem;top:65.125rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWTGbIopTtpxoS4fc1VtxWGgEmI7z46M { width:8.75rem;height:2.6875rem;top:72.5rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TST3UHDDnsH2zWuQfSmMnFAywmF9cUvz { display:block; }
 }@media only screen and (max-width: 763px) { #KT6kEIGy1Q3uTzNgTdmADFhlIo8ucvyM { width:14.375rem;height:10.6875rem;top:46.625rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#KT6kEIGy1Q3uTzNgTdmADFhlIo8ucvyM.adaptive-delivery-prevent-bg, #KT6kEIGy1Q3uTzNgTdmADFhlIo8ucvyM.lazyload, #KT6kEIGy1Q3uTzNgTdmADFhlIo8ucvyM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qnTDx7qAd3XGTc5ce38poT5tJAUDtQHn { width:11.875rem;height:2.92535rem;top:48.8125rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvTkrZlmh4rFGk9q9E813srDHtc6QVkH { width:14.375rem;height:1.28103125rem;top:54.4375rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #uWKR6o53QBaospVxkBsHLc7TAU3vH7I9 { width:8.75rem;height:2.6875rem;top:57.8125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8WEtTxWJ2gTIagdW0ukrnVT5AdvPXTz { display:block; }
 }@media only screen and (max-width: 763px) { #Dehya24aMnuEGJmRzGUhaWOFvpqpLIQw { width:14.375rem;height:10.6875rem;top:32.5625rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#Dehya24aMnuEGJmRzGUhaWOFvpqpLIQw.adaptive-delivery-prevent-bg, #Dehya24aMnuEGJmRzGUhaWOFvpqpLIQw.lazyload, #Dehya24aMnuEGJmRzGUhaWOFvpqpLIQw.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DqPtWrTmos9BofiqlFkZuF7kr6Dw0Uux { width:11.875rem;height:3.7181rem;top:35.9375rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XboODVvfgwDqaPo2Fi7FyQzHtS7S6xz3 { width:14.375rem;height:1.28103125rem;top:40.0625rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #PL4PsHSvLVBfE5hA7UTZgFO67zJ154kC { width:8.75rem;height:2.6875rem;top:43.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyGUoGUq67e8poyHr6yDwAtuzEeXimAC { display:block; }
 }@media only screen and (max-width: 763px) { #lxO18qXTRTsvA2naXaWxug5dAOFitSAg { width:14.375rem;height:10.6875rem;top:2.5625rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#lxO18qXTRTsvA2naXaWxug5dAOFitSAg.adaptive-delivery-prevent-bg, #lxO18qXTRTsvA2naXaWxug5dAOFitSAg.lazyload, #lxO18qXTRTsvA2naXaWxug5dAOFitSAg.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #VgkUuNnnIFPNEQyEmTiDnyGE2RuxDqo7 { width:11.875rem;height:4.87413125rem;top:5rem;left:4.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfUOuJmr93308fzxxP0Nm0UlG4MCPCZ5 { width:14.375rem;height:1.28103125rem;top:10.375rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #AEsLt3RE8BdBctkIHxzT97ihDEP3NFVL { width:8.75rem;height:2.6875rem;top:13.8125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dpb4LzT7hXdaX9wTeEu8hFClfW6U9ic4 { display:block; }
 }@media only screen and (max-width: 763px) { #gf10KoqoQLkErxHF87fBbsUGKTCA01Xn { width:14.375rem;height:1.28103125rem;top:69rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #d2D7zGOGFachfrdvk0KiHSWESDcaJO5N { width:20rem;height:0.185546875rem;top:137.62261772156rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9epEArlUigDNgWa7KInn8NBF2OV28L5 { width:14.375rem;height:10.6875rem;top:75.0625rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#Z9epEArlUigDNgWa7KInn8NBF2OV28L5.adaptive-delivery-prevent-bg, #Z9epEArlUigDNgWa7KInn8NBF2OV28L5.lazyload, #Z9epEArlUigDNgWa7KInn8NBF2OV28L5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #goTrsPTtlt38GMlfBDegDGfcbLcGbqqT { width:14.375rem;height:1.28103125rem;top:82.8125rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #vNdRRTIur4KhuQ0Bn6mKZTwSf5O1t9tG { width:14.375rem;height:10.6875rem;top:18.125rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#vNdRRTIur4KhuQ0Bn6mKZTwSf5O1t9tG.adaptive-delivery-prevent-bg, #vNdRRTIur4KhuQ0Bn6mKZTwSf5O1t9tG.lazyload, #vNdRRTIur4KhuQ0Bn6mKZTwSf5O1t9tG.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qJEmEWqEnmUpy0MtKokyEan7KiLlvFyp { width:14.375rem;height:1.28103125rem;top:25.6875rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #rSyVZT9XAEeSh1pMii39EBaMQal6aqlv { width:8.75rem;height:2.6864375rem;top:29.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6yhXwOnfMTWazistL0rCrv7g0G5zVPL { display:block; }
 }@media only screen and (max-width: 763px) { #WSn6If6wgsgoIlLJ1Ptz7LEegpHBpOkX { width:11.875rem;height:5.85069375rem;top:76.875rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h48OKVxM90Ty2CfeP1IliSJXfiI1ZlIx { width:8.75rem;height:2.687325rem;top:86.5rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qf6dEBOcG5Lf1V5O0TkSiF64byZlRb1d { display:block; }
 }@media only screen and (max-width: 763px) { #ulNq40CH76J1yOEpos5qlKp6R71Jkyvu { width:11.875rem;height:3.7181rem;top:21.6875rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcrprTf6i5x1gcPLtOvWZIGioM7AFlJ1 { width:19.5625rem;height:2.51844375rem;top:0.73153495788575rem;left:0.2805398106575rem;font-size:1.9375rem;z-index:100072;display:block; }
 }@media only screen and (max-width: 763px) { #vfxhdpnNpH5DrMooMmJS6lZcsKxUq39p { width:12.8125rem;height:7.9375rem;top:3.9375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L405JuX5qHyP2J3fQdbeIvVN5Bc5WQ1f { display:block; }
 }@media only screen and (max-width: 763px) { #MqzZezyRvMhfyBe4wvrnkLRlrmunke2H { width:12.8125rem;height:7.9375rem;top:33.9375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #opWSq8UeeRTbBLMApaXU9PTOJJmcpOt6 { display:block; }
 }@media only screen and (max-width: 763px) { #DZZFo048bhDsuJmgApf0oID1IVu8i2CQ { width:12.8125rem;height:7.9375rem;top:47.998043298721rem;left:3.5937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9JETHzIzR2HPXmGZzAOsl0ZTumVaNLR { display:block; }
 }@media only screen and (max-width: 763px) { #DDtC2HMBUzkSs2oFzTSw0c6VGpR3dSbf { width:12.8125rem;height:7.9375rem;top:62.625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiP4f7K9SlwP7G88pAubVLHrEiqrKopz { display:block; }
 }@media only screen and (max-width: 763px) { #Ohu7eFwwzZtNgawqpkavuqfaGSM0QfIy { width:12.8125rem;height:7.9375rem;top:127.24893379211rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #h8RF67Mql3gwwJ5hoMyOM1gueKbXo33D { display:block; }
 }@media only screen and (max-width: 763px) { #XP14DVF7lbnWKLKNm6vyx75DxwoaBWV7 { width:12.8125rem;height:7.9368125rem;top:19.54456615448rem;left:3.5937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwAtAAa0IIaNXGaqVxxUi2Rd0HQpAdOT { display:block; }
 }@media only screen and (max-width: 763px) { #BaNts84yfLmboZMf4t54iHs3L3H01oPV { width:12.8125rem;height:7.9368125rem;top:76.4375rem;left:3.5625rem;z-index:100176;display:block; }
 }@media only screen and (max-width: 763px) { #nkV8fhScHwZDxRxVXJnAOE30he5N7eoi { display:block; }
 }@media only screen and (max-width: 763px) { #duCE5ouIGLKCOxD80oFgEkdkooCL4Gna { width:14.375rem;height:10.6875rem;top:89.1875rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#duCE5ouIGLKCOxD80oFgEkdkooCL4Gna.adaptive-delivery-prevent-bg, #duCE5ouIGLKCOxD80oFgEkdkooCL4Gna.lazyload, #duCE5ouIGLKCOxD80oFgEkdkooCL4Gna.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gP6ZfEHIVbM4wxGqzBzDiN2ibE3QH9pG { width:11.875rem;height:1.462675rem;top:93.875rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pu57SCaOG8VytaaheBQP16ipJ9zPWdur { width:14.375rem;height:1.28103125rem;top:96.75rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #h2Jk1bVDUScEVpVukMI7tJkqrse5wk2T { width:8.75rem;height:2.6875rem;top:101.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMrMGHU7R28U2yKhoRO5ZfFfWWwGzOKt { display:block; }
 }@media only screen and (max-width: 763px) { #WaqTvUvEr4AUFBArUpRknNRO2iss9fdF { width:12.8125rem;height:7.9375rem;top:91.125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFGdbVlQNX41OuD5v3IU6FTRedwr8c2i { display:block; }
 }@media only screen and (max-width: 763px) { #It9cmmnpcp3RC99T8nKQQM3F4Huy6Eet { width:8.75rem;height:2.6875rem;top:117.6875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhxRA4BpRilaFDoTvJJkzKTDef8TkVk8 { display:block; }
 }@media only screen and (max-width: 763px) { #fcy5fRbVZBQqeHzBKzRBuSMFIbiyqv74 { width:14.375rem;height:10.6875rem;top:106.3125rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#fcy5fRbVZBQqeHzBKzRBuSMFIbiyqv74.adaptive-delivery-prevent-bg, #fcy5fRbVZBQqeHzBKzRBuSMFIbiyqv74.lazyload, #fcy5fRbVZBQqeHzBKzRBuSMFIbiyqv74.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IkynJDdbe7rTCdpFBH1F24TyX0zGOZph { width:12.8125rem;height:7.9375rem;top:107.6875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vV3EZy0721NVGPIK4nV30ggFO7sX9p4T { display:block; }
 }@media only screen and (max-width: 763px) { #W9dsWR75OCUtdvEB4N7rSKS0MeGTVxKT { width:14.375rem;height:1.28103125rem;top:113.875rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #ZShuKBJ9WmfxLmqwrBkPTpbpoGdInwDr { width:11.875rem;height:4.87413125rem;top:109.0625rem;left:4.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOQEuTsmI2ZlFWWorWN9zgMHd3K9bFfX { width:14.375rem;height:10.6875rem;top:122.375rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#xOQEuTsmI2ZlFWWorWN9zgMHd3K9bFfX.adaptive-delivery-prevent-bg, #xOQEuTsmI2ZlFWWorWN9zgMHd3K9bFfX.lazyload, #xOQEuTsmI2ZlFWWorWN9zgMHd3K9bFfX.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #KT3O4TtW03kPzOeTd25ZBODAQbpX9Oan { width:14.375rem;height:1.28103125rem;top:129.75rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #m4RkO2gHhmtAO9xkAHkE45uKDDko2uoz { width:12.8125rem;height:7.9375rem;top:122.2483921051rem;left:3.5310710668564rem;display:none; }
 }@media only screen and (max-width: 763px) { #fNqRqGBR238WARW9tsmuViWrJAymsaEC { display:block; }
 }@media only screen and (max-width: 763px) { #ZK5g1luBgIlBoS2gNLkhUCkPcRr5FERw { width:11.875rem;height:2.599825rem;top:126.4375rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #csyZPTbfKE5Vn131oVSxUQ4uCBte94N0 { width:8.75rem;height:2.6875rem;top:133.8125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuNIqiaGJJy7G7DGoPsTIwgSq26Qk7Zc { display:block; }
 }@media only screen and (max-width: 763px) { #pTNfF4T9KhlXQo1XJqTmrFtcrpucCTSe { width:12.8125rem;height:7.9368125rem;top:123.75rem;left:3.5625rem;z-index:100178;display:block; }
 }@media only screen and (max-width: 763px) { #naWc7oCwsRUV1e9y9NhSHQqg2NaQVx2T { display:block; }
 }@media only screen and (max-width: 763px) { #NegAWQT1GzahKbCd13lEUbHcEF0qPyHn { width:12.8125rem;height:7.9368125rem;top:107.6875rem;left:3.5625rem;z-index:100179;display:block; }
 }@media only screen and (max-width: 763px) { #I8rrZNWOPPchKkE9wKKMHN7LMWIdOZug { display:block; }
 }@media only screen and (max-width: 763px) { #DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu { display:block; }#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EgenyCSKcHUdVpNRxQ1uQBRKJnq6SamV { width:16.125rem;height:2.33680625rem;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) { #RRgXboiF38EUDriX3XJa8GTE9niH19bD { 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) { #GnsPQkUb13HPv5z1iFeqT3tsl6T4vB56 { width:13.0625rem;height:2.92535rem;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) { #VusokiBe0BFqf2zp3TgkvpBZ5k0R5OX6 { width:11.625rem;height:17.8125rem;top:0.6875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAyeHuR4zVW620pLHx0weBMOZe89eWmv { 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) { #wO3ohoO1Zs6JR5CIbIJPeo5ezibTP7H4 { 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) { #Iacfnz8KToy96XW9Je9lxGxqiV2AtO9X { 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; }
 }