.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:50rem;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.749375rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:10.995009422303rem;left:10.12478351593rem;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.186625rem;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.561633110046rem;left:15.936415672303rem;height:3.1685rem;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; }
#FV1nIwT5Q7QQVWeXZ4P3QhOBnhXfBUhy { color:#0078c4;display:block;width:37.9989375rem;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:27.060545921326rem;left:33.811256766319rem;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; }
#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:25.4375rem;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:25.4375rem;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:25.4375rem;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:25.4375rem;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:25.4375rem;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:24.25rem;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.1875rem;padding-right:0;padding-bottom:0.1875rem;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:25.4375rem;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:17.728158950806rem;left:5.0621446371079rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.4375rem; }
#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:25.4375rem;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:17.728158950806rem;left:5.0621446371079rem; }
#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; }
#UtHqHMZvBTZadtACIJsaLaQy2eKmK1Ts { z-index:100006;top:44.387427330017rem;left:6.499467253685rem;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #2645f7, #2a2d3d);background-image: -moz-linear-gradient(225deg, #2645f7, #2a2d3d);background-image: -ms-linear-gradient(225deg, #2645f7, #2a2d3d);background-image: -o-linear-gradient(225deg, #2645f7, #2a2d3d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2645f7', endColorstr='#2a2d3d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2645f7', endColorstr='#2a2d3d' );";background-image: linear-gradient(225deg, #2645f7, #2a2d3d);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-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;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:"br font n-day";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.1864375rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#eAvmRopi98pPzuy64ydr2rifRWmTfwMw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#w5WwRU6snKXBRWgOsD3Uf0sV68LI0fBy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/onDXoHHX/unnamed.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#w5WwRU6snKXBRWgOsD3Uf0sV68LI0fBy.adaptive-delivery-prevent-bg, #w5WwRU6snKXBRWgOsD3Uf0sV68LI0fBy.lazyload, #w5WwRU6snKXBRWgOsD3Uf0sV68LI0fBy.lazyloading { background-image: none; }#w5WwRU6snKXBRWgOsD3Uf0sV68LI0fBy > .row .container { background-color: transparent; background-image: none; }#w5WwRU6snKXBRWgOsD3Uf0sV68LI0fBy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#w5WwRU6snKXBRWgOsD3Uf0sV68LI0fBy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w5WwRU6snKXBRWgOsD3Uf0sV68LI0fBy > .row .container > .video-iframe-container { display: none; }#w5WwRU6snKXBRWgOsD3Uf0sV68LI0fBy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#w5WwRU6snKXBRWgOsD3Uf0sV68LI0fBy > .row > .video-iframe-container { display: none; }#w5WwRU6snKXBRWgOsD3Uf0sV68LI0fBy > .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); }#w5WwRU6snKXBRWgOsD3Uf0sV68LI0fBy > .row .container { border-width: 0; border-radius: 0; }#w5WwRU6snKXBRWgOsD3Uf0sV68LI0fBy > .row .container { font-size:0.875rem;font-family:arial;height:66.1875rem;width:75rem;position:relative;display:block; }#Dz44ikOpgmzRvFpnFzXiHmgBuixnSBy2 { 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:3.5rem;left:59.0625rem;display:block; }#Dz44ikOpgmzRvFpnFzXiHmgBuixnSBy2.adaptive-delivery-prevent-bg, #Dz44ikOpgmzRvFpnFzXiHmgBuixnSBy2.lazyload, #Dz44ikOpgmzRvFpnFzXiHmgBuixnSBy2.lazyloading { background-image: none; }
#bcvzVTFtiQzZ5U1LpNXIVHxkAp82vNOf { 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:7.4375rem;left:60.3125rem;height:2.9243625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rKztXpw230gRk0xD1dpxOyfNtZSWJUw9 { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100048;line-height:1.3;letter-spacing:0;top:31.125rem;left:43.625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I549IOAcp2qWfnCyxAIC68OCu5S6uMNa { color:#000000;display:block;width:20.4373125rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:100071;line-height:1.3;letter-spacing:0;top:0.99934864044187rem;left:27.999131202698rem;height:2.51775625rem;text-align:center;text-align-last:center;display:block; }
#xLxD6OmS76XlHpHSPrfLO40dgJLLDbo3 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100120;line-height:1.6;letter-spacing:0;top:11.0625rem;left:59.0625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OGvEy25soqBkvHB0EvmT3xGzvbTfdnT5 { 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:3.5rem;left:40.1875rem;display:block; }#OGvEy25soqBkvHB0EvmT3xGzvbTfdnT5.adaptive-delivery-prevent-bg, #OGvEy25soqBkvHB0EvmT3xGzvbTfdnT5.lazyload, #OGvEy25soqBkvHB0EvmT3xGzvbTfdnT5.lazyloading { background-image: none; }
#KAczg2fWtlLq5TEk7bJXbXuzF5ZGDi6m { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:6.8013162612912rem;left:41.308594107628rem;height:3.65411875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VlElCIToTwfpFNHLFHwt8wkarrPE7RZU { 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:11.0625rem;left:40.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; }
#VSOHeIB4r7PmJGQ4nslo3E6G0Xk1DrqD { 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:3.5rem;left:21.4375rem;display:block; }#VSOHeIB4r7PmJGQ4nslo3E6G0Xk1DrqD.adaptive-delivery-prevent-bg, #VSOHeIB4r7PmJGQ4nslo3E6G0Xk1DrqD.lazyload, #VSOHeIB4r7PmJGQ4nslo3E6G0Xk1DrqD.lazyloading { background-image: none; }
#CZhlsTxieEUlnqQd9FpWbvzNH8aACdqm { 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:6.4373250007631rem;left:22.686434149742rem;height:3.65411875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qm93OezNGTF34dvapdKzHJOA5TehCI5A { 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:11.307708740234rem;left:21.436434149742rem;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; }
#xeqha7ucCGFyIFtOmOF6kNdtJG3dm30u { 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:3.5rem;left:3rem;display:block; }#xeqha7ucCGFyIFtOmOF6kNdtJG3dm30u.adaptive-delivery-prevent-bg, #xeqha7ucCGFyIFtOmOF6kNdtJG3dm30u.lazyload, #xeqha7ucCGFyIFtOmOF6kNdtJG3dm30u.lazyloading { background-image: none; }
#Jmu6l2FCcZamZgE5S34G3KovJOWNzafq { 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:6.4373216629031rem;left:4.2498224973679rem;height:3.65411875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mHiAKUBT6Bv9faT3ItiCvcqkDhAVDtwt { 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:11.0625rem;left:3rem;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; }
#Tu3SkeIbZrtGUre6K0hkTysnBtJoeL4i { 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:18.375rem;left:59.125rem;display:block; }#Tu3SkeIbZrtGUre6K0hkTysnBtJoeL4i.adaptive-delivery-prevent-bg, #Tu3SkeIbZrtGUre6K0hkTysnBtJoeL4i.lazyload, #Tu3SkeIbZrtGUre6K0hkTysnBtJoeL4i.lazyloading { background-image: none; }
#SPpFiHQOfCgoSnu7U9MvcW7LH1tG8VCl { position:absolute;display:block;z-index:100026;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:18.375rem;left:40.25rem;display:block; }#SPpFiHQOfCgoSnu7U9MvcW7LH1tG8VCl.adaptive-delivery-prevent-bg, #SPpFiHQOfCgoSnu7U9MvcW7LH1tG8VCl.lazyload, #SPpFiHQOfCgoSnu7U9MvcW7LH1tG8VCl.lazyloading { background-image: none; }
#vb1v5wI8FwyRGRDJwCTCTJyysqCqHxBZ { position:absolute;display:block;z-index:100030;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:18.375rem;left:21.5rem;display:block; }#vb1v5wI8FwyRGRDJwCTCTJyysqCqHxBZ.adaptive-delivery-prevent-bg, #vb1v5wI8FwyRGRDJwCTCTJyysqCqHxBZ.lazyload, #vb1v5wI8FwyRGRDJwCTCTJyysqCqHxBZ.lazyloading { background-image: none; }
#PPiiitOODzLmBhkfZuBkNh1QXIV27aAH { position:absolute;display:block;z-index:100034;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:33.5625rem;left:3rem;display:block; }#PPiiitOODzLmBhkfZuBkNh1QXIV27aAH.adaptive-delivery-prevent-bg, #PPiiitOODzLmBhkfZuBkNh1QXIV27aAH.lazyload, #PPiiitOODzLmBhkfZuBkNh1QXIV27aAH.lazyloading { background-image: none; }
#CCg0H9zliPU8sXzu3oAMPvbibZvvtybx { 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:25.9375rem;left:59.125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KoLmS4qZ4MS3rhHqd0IvnNhNULr948u5 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100144;line-height:1.6;letter-spacing:0;top:25.9375rem;left:21.5rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZkSsAZQe0VmzyTDrMUinbqP9kD3R21AN { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100045;line-height:1.3;letter-spacing:0;top:21.128373146057rem;left:41.308594107628rem;height:3.65411875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X749ISQx3sw1Uuz1uQUMlsoCSXvlZafv { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100049;line-height:1.3;letter-spacing:0;top:21.124821662903rem;left:22.686434149742rem;height:3.96165rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rhDiacgbKH34TUFHpfwrIKe9TZUPO5sN { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100053;line-height:1.3;letter-spacing:0;top:38.25rem;left:4.25rem;height:2.9243625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y5Kkx8flEG5WQq2vLmTdHCSwJm6JHPEt { position:absolute;display:block;z-index:100046;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:33.5625rem;left:40.25rem;display:block; }#y5Kkx8flEG5WQq2vLmTdHCSwJm6JHPEt.adaptive-delivery-prevent-bg, #y5Kkx8flEG5WQq2vLmTdHCSwJm6JHPEt.lazyload, #y5Kkx8flEG5WQq2vLmTdHCSwJm6JHPEt.lazyloading { background-image: none; }
#d3SFF4BVpD3GAstXtd2U2TQUEaTBXP5v { position:absolute;display:block;z-index:100050;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:33.5625rem;left:21.5rem;display:block; }#d3SFF4BVpD3GAstXtd2U2TQUEaTBXP5v.adaptive-delivery-prevent-bg, #d3SFF4BVpD3GAstXtd2U2TQUEaTBXP5v.lazyload, #d3SFF4BVpD3GAstXtd2U2TQUEaTBXP5v.lazyloading { background-image: none; }
#rGQ7UgcJnXr3XKvUVZpptaubKKK82II3 { position:absolute;display:block;z-index:100054;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:18.375rem;left:3rem;display:block; }#rGQ7UgcJnXr3XKvUVZpptaubKKK82II3.adaptive-delivery-prevent-bg, #rGQ7UgcJnXr3XKvUVZpptaubKKK82II3.lazyload, #rGQ7UgcJnXr3XKvUVZpptaubKKK82II3.lazyloading { background-image: none; }
#kzHrVnyC6AmqDkfneGsTm16RtTtn1upp { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100160;line-height:1.6;letter-spacing:0;top:41.125rem;left:40.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; }
#d0mJ7Psq4JEvHFJ6Qz9TBJ4R5eQHJ4My { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100164;line-height:1.6;letter-spacing:0;top:41.125rem;left:21.5rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D7vQU5pUe40u4u0pTWsJQ28uvGLJDIRI { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100168;line-height:1.6;letter-spacing:0;top:25.9375rem;left:3rem;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; }
#Mq3SSN3mtmqq0A5AsQTWV386ppRA4sfS { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100065;line-height:1.3;letter-spacing:0;top:36.311798095703rem;left:41.499466300011rem;height:3.41175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AtqmvhGT0q2Z2lUDDQwHN5GK4B8Wetis { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100069;line-height:1.3;letter-spacing:0;top:37.718395233154rem;left:22.686434149742rem;height:1.2180375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xXuXC313GaEm1SatQvE9ic8db2XbcDPX { position:absolute;display:block;z-index:100042;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:33.5625rem;left:59.125rem;display:block; }#xXuXC313GaEm1SatQvE9ic8db2XbcDPX.adaptive-delivery-prevent-bg, #xXuXC313GaEm1SatQvE9ic8db2XbcDPX.lazyload, #xXuXC313GaEm1SatQvE9ic8db2XbcDPX.lazyloading { background-image: none; }
#O3VZKfpJyKQMunoc0BskWMTmTKy22BSC { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100156;line-height:1.6;letter-spacing:0;top:41.125rem;left:59.125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G2aOLTrfFhZSbktG3At3GoP22BEGxce7 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100073;line-height:1.3;letter-spacing:0;top:22.375rem;left:4.25rem;height:2.9243625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oBOcm9Olanaq6TrfDvMvJzppwVlE1JUL { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100061;line-height:1.3;letter-spacing:0;top:37.523970603943rem;left:60.312496542931rem;height:2.82528125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K6tA9aVtNet3T5ZHNqvcXJ4OsQqX1Agg { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100137;line-height:1.6;letter-spacing:0;top:25.9375rem;left:40.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; }
#BlrZIEO8EvBiDerSFpc5IGJmg5TriGiE { position:absolute;display:block;z-index:100170;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.7498125rem;top:65.748698234556rem;left:23.959634780884rem;display:block; }
#g5HIv67zPKrnVEOoGSkX3Q4ma5p5OomC { position:absolute;display:block;z-index:100053;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:49.3125rem;left:3rem;display:block; }#g5HIv67zPKrnVEOoGSkX3Q4ma5p5OomC.adaptive-delivery-prevent-bg, #g5HIv67zPKrnVEOoGSkX3Q4ma5p5OomC.lazyload, #g5HIv67zPKrnVEOoGSkX3Q4ma5p5OomC.lazyloading { background-image: none; }
#JXNhSPc8mDPzkUXvDQo7mvB5azmflRVK { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100072;line-height:1.3;letter-spacing:0;top:51.93714427948rem;left:4.2498224973679rem;height:3.65411875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fuqe2so0ivEk1Sz95ACphD02CUw6hqSI { position:absolute;display:block;z-index:100069;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:49.3125rem;left:30.3125rem;display:block; }#Fuqe2so0ivEk1Sz95ACphD02CUw6hqSI.adaptive-delivery-prevent-bg, #Fuqe2so0ivEk1Sz95ACphD02CUw6hqSI.lazyload, #Fuqe2so0ivEk1Sz95ACphD02CUw6hqSI.lazyloading { background-image: none; }
#fI1gtGz7yX82coIT0pisTalK6XXuMPnE { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100088;line-height:1.3;letter-spacing:0;top:51.8125rem;left:31.5rem;height:3.65411875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zC4wmHkV1ueOdgdcnFh744d3PA9vcLHH { position:absolute;display:block;z-index:100061;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:49.3125rem;left:59.125rem;display:block; }#zC4wmHkV1ueOdgdcnFh744d3PA9vcLHH.adaptive-delivery-prevent-bg, #zC4wmHkV1ueOdgdcnFh744d3PA9vcLHH.lazyload, #zC4wmHkV1ueOdgdcnFh744d3PA9vcLHH.lazyloading { background-image: none; }
#ve06RMKfEHgtFigeO5ETPVdpsxib0fwU { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100175;line-height:1.6;letter-spacing:0;top:56.875rem;left:59.125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S8aHVfrE6AHTsyPPtigoRZQP7wyBtP99 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100080;line-height:1.3;letter-spacing:0;top:51.536770820617rem;left:60.312496542931rem;height:4.549rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SUfDKL5ORrJdMLwmFwvuEwlT2fNp6TxU { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100180;line-height:1.6;letter-spacing:0;top:56.9375rem;left:30.3125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZBfBVg9tu7ZvmZn2bODz62cKtZiLbzUQ { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100181;line-height:1.6;letter-spacing:0;top:56.875rem;left:3rem;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; }
#JOTAQaxi4yDRxn3ca370T7biW5EDuVUb { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100046;line-height:1.3;letter-spacing:0;top:22.07386302948rem;left:60.312496542931rem;height:3.41175625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ueVOwv67bmMGaMnnQH2yDBQUvunq2dvQ { 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:100121;text-align:center;text-align-last:center;top:15.0625rem;left:62.5rem;display:block; }
#VpiUgoB1WLEexLID9XxyO1Uz9r9lgyy6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HaidfqMhHdlMyKr0h0CPFk9CG70ERmze { 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:100122;text-align:center;text-align-last:center;top:15.0625rem;left:43.3125rem;display:block; }
#zIggRttcUSQbQCkCgdfK53WE8A4Ql733 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rkEGe0r8Lq834VVh3NB7UC2DwKwOldny { 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:100123;text-align:center;text-align-last:center;top:15.0625rem;left:25.125rem;display:block; }
#vOfdx5rBi5hCAzJDk00aHJFZxdTr7nOw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fLC4TLoopTdNizSqlhfWIrSZNFArvVsJ { 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:100124;text-align:center;text-align-last:center;top:15.0625rem;left:5.1875rem;display:block; }
#WBJbPVxxdnOEQwD2kuzD4y2bVWMOzwPh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BGhSiS2qzwDTElVVktcTETk1iCv7aHFR { 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:100125;text-align:center;text-align-last:center;top:29.625rem;left:62.5rem;display:block; }
#uiUVlJkqxE6vUiSMOG6C3UNTkPO4MZTv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fHEuDAnzxcVTF381SLRRMwxpvlcqJRFu { 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:100126;text-align:center;text-align-last:center;top:29.625rem;left:43.3125rem;display:block; }
#bwd7lVwwyarQWdNDPt4MFA9OxF5xgvra { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QqT3furX37GAgPpaHo9S96vUT9w2UbTl { 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:100127;text-align:center;text-align-last:center;top:29.625rem;left:25.125rem;display:block; }
#QqTF5kbwEd8yWhhqhTb0iA8WpIGve8S5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#N4ZyLpogM1NWRyKNyeq5cmAMzfInE9IV { 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:100128;text-align:center;text-align-last:center;top:29.625rem;left:5.1875rem;display:block; }
#F4pMRBAMObg5MPVC0COszpgak2ccVZLr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vpxepuJKWOW2HaPsITdeDJBApCpEG8ww { 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:100129;text-align:center;text-align-last:center;top:45.0625rem;left:61.75rem;display:block; }
#TlfRbeSS4CZNeubJDbUh0Shn0BgQDnqa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wm08C1eMUyLi5QDSP1ZmGeXqAEoKWI1x { 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:100130;text-align:center;text-align-last:center;top:45.0625rem;left:42.5625rem;display:block; }
#Ti3hz4QVAMksIm4HL7TdihdCQNCa3uVq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rhLCzBS7xAPRHJclIOr3ybNqglKq6LmB { 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:100131;text-align:center;text-align-last:center;top:45.0625rem;left:24.375rem;display:block; }
#wZLiKWwNcwxSGBdPLoOkrzTUIKdbsb8w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Oah8IbCabzMwVIAT6iuV1oH7zgTaNFUu { 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:100132;text-align:center;text-align-last:center;top:45.0625rem;left:4.4375rem;display:block; }
#udgzE2HOKiys4OLW2x5iLXIpzPIaaTXd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aAGDxyEC48JMGAVV2ACHmcXcK9IwFGsf { 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:100133;text-align:center;text-align-last:center;top:60.5625rem;left:61.75rem;display:block; }
#qWbZzNA5HZ7gm5F0hlfvVPfNxNykqFhO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WzTMqEtU8wZ5Gy4zlf9zEcThyUOvnRvp { 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:100135;text-align:center;text-align-last:center;top:60.5625rem;left:33.1875rem;display:block; }
#m1VAbI5lWTVnOHDz7IHqbN5lgUXkEzkn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PH042ONSf8qrLXuZGQrP1GZDH01ySTxi { 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:100136;text-align:center;text-align-last:center;top:60.5625rem;left:4.4375rem;display:block; }
#yUHzVb8ItACpiPFLK96I7MMT6lkawpMv { 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; }
#GSCufOTRzywzMB8NDH0cE2dHGcld5MXb { box-sizing:content-box;color:#ffffff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:16.0625rem;left:50.0625rem;display:block; }
#ZzaQD0rq9TJGvGfhLBcn8PhqLev9etc7 { box-sizing:content-box;color:#ffffff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:16.0625rem;left:52.6875rem;display:block; }
#iDquHaJBSgT7kG1qlTqdsS8Fe2rXzeLT { box-sizing:content-box;color:#ffffff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:16.0625rem;left:55.375rem;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; }
#TvGwT8UHKF3r4TpLRFbAkmIs8B1Phl3O { box-sizing:content-box;color:#172595;font-size:2.25rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:15.875rem;left: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:20.104166507721rem;left:37.5625rem;height:1.298825rem;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.9375rem;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.5rem;left:2.3114156723023rem;width:45.125rem;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) { #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) { #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) { #UtHqHMZvBTZadtACIJsaLaQy2eKmK1Ts { top:44.375rem;left:0rem;width:25.125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAvmRopi98pPzuy64ydr2rifRWmTfwMw { display:block; }
 }@media only screen and (max-width: 763px) { #w5WwRU6snKXBRWgOsD3Uf0sV68LI0fBy { display:block; }#w5WwRU6snKXBRWgOsD3Uf0sV68LI0fBy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dz44ikOpgmzRvFpnFzXiHmgBuixnSBy2 { width:14.375rem;height:10.6875rem;top:3.5rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcvzVTFtiQzZ5U1LpNXIVHxkAp82vNOf { width:11.875rem;height:2.875rem;top:7.4375rem;left:35.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKztXpw230gRk0xD1dpxOyfNtZSWJUw9 { width:7.5rem;height:1.1875rem;top:31.125rem;left:30rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I549IOAcp2qWfnCyxAIC68OCu5S6uMNa { top:0.9375rem;left:14.373934149742rem;width:20.375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLxD6OmS76XlHpHSPrfLO40dgJLLDbo3 { width:14.375rem;height:;top:11rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGvEy25soqBkvHB0EvmT3xGzvbTfdnT5 { width:14.375rem;height:10.6875rem;top:3.5rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAczg2fWtlLq5TEk7bJXbXuzF5ZGDi6m { width:11.875rem;height:3.625rem;top:6.75rem;left:27.683594107628rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlElCIToTwfpFNHLFHwt8wkarrPE7RZU { width:14.375rem;height:;top:11rem;left:26.562321066856rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSOHeIB4r7PmJGQ4nslo3E6G0Xk1DrqD { width:14.375rem;height:10.6875rem;top:3.5rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZhlsTxieEUlnqQd9FpWbvzNH8aACdqm { width:11.875rem;height:4.8125rem;top:6.375rem;left:9.0614341497419rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm93OezNGTF34dvapdKzHJOA5TehCI5A { width:14.375rem;height:;top:11.25rem;left:7.8114341497419rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeqha7ucCGFyIFtOmOF6kNdtJG3dm30u { width:14.375rem;height:10.6875rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jmu6l2FCcZamZgE5S34G3KovJOWNzafq { width:11.875rem;height:4.8125rem;top:6.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHiAKUBT6Bv9faT3ItiCvcqkDhAVDtwt { width:14.375rem;height:1.5rem;top:11.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu3SkeIbZrtGUre6K0hkTysnBtJoeL4i { width:14.375rem;height:10.6875rem;top:18.375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPpFiHQOfCgoSnu7U9MvcW7LH1tG8VCl { width:14.375rem;height:10.6875rem;top:18.375rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vb1v5wI8FwyRGRDJwCTCTJyysqCqHxBZ { width:14.375rem;height:10.6875rem;top:18.375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPiiitOODzLmBhkfZuBkNh1QXIV27aAH { width:14.375rem;height:10.6875rem;top:33.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCg0H9zliPU8sXzu3oAMPvbibZvvtybx { width:14.375rem;height:;top:25.9375rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoLmS4qZ4MS3rhHqd0IvnNhNULr948u5 { width:14.375rem;height:;top:25.9375rem;left:7.8744663000106rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkSsAZQe0VmzyTDrMUinbqP9kD3R21AN { width:11.875rem;height:4.8125rem;top:21.125rem;left:27.683594107628rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X749ISQx3sw1Uuz1uQUMlsoCSXvlZafv { width:11.875rem;height:4.8125rem;top:21.0625rem;left:9.0614341497419rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhDiacgbKH34TUFHpfwrIKe9TZUPO5sN { width:11.875rem;height:2.875rem;top:38.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5Kkx8flEG5WQq2vLmTdHCSwJm6JHPEt { width:14.375rem;height:10.6875rem;top:33.5625rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3SFF4BVpD3GAstXtd2U2TQUEaTBXP5v { width:14.375rem;height:10.6875rem;top:33.5625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGQ7UgcJnXr3XKvUVZpptaubKKK82II3 { width:14.375rem;height:10.6875rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzHrVnyC6AmqDkfneGsTm16RtTtn1upp { width:14.375rem;height:;top:41.0625rem;left:26.624466300011rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0mJ7Psq4JEvHFJ6Qz9TBJ4R5eQHJ4My { width:14.375rem;height:;top:41.0625rem;left:7.8744663000106rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7vQU5pUe40u4u0pTWsJQ28uvGLJDIRI { width:14.375rem;height:;top:25.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mq3SSN3mtmqq0A5AsQTWV386ppRA4sfS { width:11.875rem;height:4.5rem;top:36.25rem;left:27.874466300011rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtqmvhGT0q2Z2lUDDQwHN5GK4B8Wetis { width:11.875rem;height:2.375rem;top:37.6875rem;left:9.0614341497419rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXuXC313GaEm1SatQvE9ic8db2XbcDPX { width:14.375rem;height:10.6875rem;top:33.5625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3VZKfpJyKQMunoc0BskWMTmTKy22BSC { width:14.375rem;height:;top:41.0625rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2aOLTrfFhZSbktG3At3GoP22BEGxce7 { width:11.875rem;height:2.875rem;top:22.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBOcm9Olanaq6TrfDvMvJzppwVlE1JUL { width:11.875rem;height:2.8125rem;top:37.5rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6tA9aVtNet3T5ZHNqvcXJ4OsQqX1Agg { width:14.375rem;height:;top:25.9375rem;left:26.624466300011rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlrZIEO8EvBiDerSFpc5IGJmg5TriGiE { top:65.6875rem;left:10.334634780884rem;width:30.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5HIv67zPKrnVEOoGSkX3Q4ma5p5OomC { width:14.375rem;height:10.6875rem;top:49.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXNhSPc8mDPzkUXvDQo7mvB5azmflRVK { width:11.875rem;height:4.8125rem;top:51.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fuqe2so0ivEk1Sz95ACphD02CUw6hqSI { width:14.375rem;height:10.6875rem;top:49.3125rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fI1gtGz7yX82coIT0pisTalK6XXuMPnE { width:11.875rem;height:4.8125rem;top:51.8125rem;left:17.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zC4wmHkV1ueOdgdcnFh744d3PA9vcLHH { width:14.375rem;height:10.6875rem;top:49.3125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ve06RMKfEHgtFigeO5ETPVdpsxib0fwU { width:14.375rem;height:;top:56.875rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8aHVfrE6AHTsyPPtigoRZQP7wyBtP99 { width:11.875rem;height:4.5rem;top:51.5rem;left:35.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUfDKL5ORrJdMLwmFwvuEwlT2fNp6TxU { width:14.375rem;height:1.4375rem;top:56.9375rem;left:16.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBfBVg9tu7ZvmZn2bODz62cKtZiLbzUQ { width:14.375rem;height:;top:56.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOTAQaxi4yDRxn3ca370T7biW5EDuVUb { width:11.875rem;height:3.375rem;top:22.0625rem;left:35.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueVOwv67bmMGaMnnQH2yDBQUvunq2dvQ { width:8.75rem;height:2.6875rem;top:15.0625rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpiUgoB1WLEexLID9XxyO1Uz9r9lgyy6 { display:block; }
 }@media only screen and (max-width: 763px) { #HaidfqMhHdlMyKr0h0CPFk9CG70ERmze { width:8.75rem;height:2.6875rem;top:15.0625rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIggRttcUSQbQCkCgdfK53WE8A4Ql733 { display:block; }
 }@media only screen and (max-width: 763px) { #rkEGe0r8Lq834VVh3NB7UC2DwKwOldny { width:8.75rem;height:2.6875rem;top:15.0625rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOfdx5rBi5hCAzJDk00aHJFZxdTr7nOw { display:block; }
 }@media only screen and (max-width: 763px) { #fLC4TLoopTdNizSqlhfWIrSZNFArvVsJ { width:8.75rem;height:2.6875rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBJbPVxxdnOEQwD2kuzD4y2bVWMOzwPh { display:block; }
 }@media only screen and (max-width: 763px) { #BGhSiS2qzwDTElVVktcTETk1iCv7aHFR { width:8.75rem;height:2.6875rem;top:29.625rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiUVlJkqxE6vUiSMOG6C3UNTkPO4MZTv { display:block; }
 }@media only screen and (max-width: 763px) { #fHEuDAnzxcVTF381SLRRMwxpvlcqJRFu { width:8.75rem;height:2.6875rem;top:29.625rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwd7lVwwyarQWdNDPt4MFA9OxF5xgvra { display:block; }
 }@media only screen and (max-width: 763px) { #QqT3furX37GAgPpaHo9S96vUT9w2UbTl { width:8.75rem;height:2.6875rem;top:29.625rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqTF5kbwEd8yWhhqhTb0iA8WpIGve8S5 { display:block; }
 }@media only screen and (max-width: 763px) { #N4ZyLpogM1NWRyKNyeq5cmAMzfInE9IV { width:8.75rem;height:2.6875rem;top:29.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4pMRBAMObg5MPVC0COszpgak2ccVZLr { display:block; }
 }@media only screen and (max-width: 763px) { #vpxepuJKWOW2HaPsITdeDJBApCpEG8ww { width:8.75rem;height:2.6875rem;top:45.0625rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlfRbeSS4CZNeubJDbUh0Shn0BgQDnqa { display:block; }
 }@media only screen and (max-width: 763px) { #wm08C1eMUyLi5QDSP1ZmGeXqAEoKWI1x { width:8.75rem;height:2.6875rem;top:45.0625rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti3hz4QVAMksIm4HL7TdihdCQNCa3uVq { display:block; }
 }@media only screen and (max-width: 763px) { #rhLCzBS7xAPRHJclIOr3ybNqglKq6LmB { width:8.75rem;height:2.6875rem;top:45.0625rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZLiKWwNcwxSGBdPLoOkrzTUIKdbsb8w { display:block; }
 }@media only screen and (max-width: 763px) { #Oah8IbCabzMwVIAT6iuV1oH7zgTaNFUu { width:8.75rem;height:2.6875rem;top:45.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #udgzE2HOKiys4OLW2x5iLXIpzPIaaTXd { display:block; }
 }@media only screen and (max-width: 763px) { #aAGDxyEC48JMGAVV2ACHmcXcK9IwFGsf { width:8.75rem;height:2.6875rem;top:60.5625rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWbZzNA5HZ7gm5F0hlfvVPfNxNykqFhO { display:block; }
 }@media only screen and (max-width: 763px) { #WzTMqEtU8wZ5Gy4zlf9zEcThyUOvnRvp { width:8.75rem;height:2.6875rem;top:60.5625rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1VAbI5lWTVnOHDz7IHqbN5lgUXkEzkn { display:block; }
 }@media only screen and (max-width: 763px) { #PH042ONSf8qrLXuZGQrP1GZDH01ySTxi { width:8.75rem;height:2.6875rem;top:60.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUHzVb8ItACpiPFLK96I7MMT6lkawpMv { 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) { #GSCufOTRzywzMB8NDH0cE2dHGcld5MXb { top:16.0625rem;left:36.4375rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzaQD0rq9TJGvGfhLBcn8PhqLev9etc7 { top:16.0625rem;left:39.0625rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDquHaJBSgT7kG1qlTqdsS8Fe2rXzeLT { top:16.0625rem;left:41.75rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #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) { #TvGwT8UHKF3r4TpLRFbAkmIs8B1Phl3O { top:15.875rem;left:44.5rem;width:3.25rem;height:3.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iacfnz8KToy96XW9Je9lxGxqiV2AtO9X { top:20.0625rem;left:19.9375rem;width:27.8125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { 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:48.125rem;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.38139375rem;top:15.124289512634rem;left:0.62411218881607rem;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) { #FV1nIwT5Q7QQVWeXZ4P3QhOBnhXfBUhy { width:18.9355625rem;height:10.4971875rem;top:7.31228351593rem;left:0.53059893846512rem;text-align:center;text-align-last:center;font-size:1.75rem;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.1869375rem;height:auto;top:17.808948516846rem;left:0.53089481592178rem;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.1869375rem;height:auto;top:17.808948516846rem;left:0.53089481592178rem;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) { #UtHqHMZvBTZadtACIJsaLaQy2eKmK1Ts { top:43.781072616577rem;left:1.9682171940804rem;width:16.0625rem;height:3.125rem;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAvmRopi98pPzuy64ydr2rifRWmTfwMw { display:block; }
 }@media only screen and (max-width: 763px) { #w5WwRU6snKXBRWgOsD3Uf0sV68LI0fBy { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#w5WwRU6snKXBRWgOsD3Uf0sV68LI0fBy > .row .container { background-color: transparent; background-image: none; }#w5WwRU6snKXBRWgOsD3Uf0sV68LI0fBy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w5WwRU6snKXBRWgOsD3Uf0sV68LI0fBy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w5WwRU6snKXBRWgOsD3Uf0sV68LI0fBy > .row .container > .video-iframe-container { display: none; }#w5WwRU6snKXBRWgOsD3Uf0sV68LI0fBy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w5WwRU6snKXBRWgOsD3Uf0sV68LI0fBy > .row > .video-iframe-container { display: none; }#w5WwRU6snKXBRWgOsD3Uf0sV68LI0fBy > .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); }#w5WwRU6snKXBRWgOsD3Uf0sV68LI0fBy > .row .container { width:20rem;height:219.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dz44ikOpgmzRvFpnFzXiHmgBuixnSBy2 { width:14.375rem;height:10.6875rem;top:3.0625rem;left:2.875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#Dz44ikOpgmzRvFpnFzXiHmgBuixnSBy2.adaptive-delivery-prevent-bg, #Dz44ikOpgmzRvFpnFzXiHmgBuixnSBy2.lazyload, #Dz44ikOpgmzRvFpnFzXiHmgBuixnSBy2.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #bcvzVTFtiQzZ5U1LpNXIVHxkAp82vNOf { width:11.875rem;height:2.9243625rem;top:6.9375rem;left:4.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKztXpw230gRk0xD1dpxOyfNtZSWJUw9 { width:7.5rem;height:1.21875rem;top:77.3125rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #I549IOAcp2qWfnCyxAIC68OCu5S6uMNa { width:19.4375rem;height:2.51775625rem;top:0rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLxD6OmS76XlHpHSPrfLO40dgJLLDbo3 { width:14.375rem;height:1.21875rem;top:10.9375rem;left:2.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #OGvEy25soqBkvHB0EvmT3xGzvbTfdnT5 { width:14.375rem;height:10.6875rem;top:44.8125rem;left:2.875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#OGvEy25soqBkvHB0EvmT3xGzvbTfdnT5.adaptive-delivery-prevent-bg, #OGvEy25soqBkvHB0EvmT3xGzvbTfdnT5.lazyload, #OGvEy25soqBkvHB0EvmT3xGzvbTfdnT5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #KAczg2fWtlLq5TEk7bJXbXuzF5ZGDi6m { width:11.875rem;height:5.1953125rem;top:47.230122566223rem;left:4.0625000596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlElCIToTwfpFNHLFHwt8wkarrPE7RZU { width:14.375rem;height:1.21875rem;top:52.625rem;left:2.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #VSOHeIB4r7PmJGQ4nslo3E6G0Xk1DrqD { width:14.375rem;height:10.6875rem;top:30.9375rem;left:2.875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#VSOHeIB4r7PmJGQ4nslo3E6G0Xk1DrqD.adaptive-delivery-prevent-bg, #VSOHeIB4r7PmJGQ4nslo3E6G0Xk1DrqD.lazyload, #VSOHeIB4r7PmJGQ4nslo3E6G0Xk1DrqD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #CZhlsTxieEUlnqQd9FpWbvzNH8aACdqm { width:11.875rem;height:5.52556875rem;top:32.911066140979rem;left:4.0625000596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm93OezNGTF34dvapdKzHJOA5TehCI5A { width:14.375rem;height:1.21875rem;top:38.4375rem;left:2.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #xeqha7ucCGFyIFtOmOF6kNdtJG3dm30u { width:14.375rem;height:10.6875rem;top:17rem;left:2.875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#xeqha7ucCGFyIFtOmOF6kNdtJG3dm30u.adaptive-delivery-prevent-bg, #xeqha7ucCGFyIFtOmOF6kNdtJG3dm30u.lazyload, #xeqha7ucCGFyIFtOmOF6kNdtJG3dm30u.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Jmu6l2FCcZamZgE5S34G3KovJOWNzafq { width:11.875rem;height:4.87215625rem;top:19.90589427948rem;left:4.0625000596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHiAKUBT6Bv9faT3ItiCvcqkDhAVDtwt { width:14.375rem;height:1.21875rem;top:24.5625rem;left:2.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #Tu3SkeIbZrtGUre6K0hkTysnBtJoeL4i { width:14.375rem;height:10.6875rem;top:100.375rem;left:2.875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#Tu3SkeIbZrtGUre6K0hkTysnBtJoeL4i.adaptive-delivery-prevent-bg, #Tu3SkeIbZrtGUre6K0hkTysnBtJoeL4i.lazyload, #Tu3SkeIbZrtGUre6K0hkTysnBtJoeL4i.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #SPpFiHQOfCgoSnu7U9MvcW7LH1tG8VCl { width:14.375rem;height:10.6875rem;top:86.4375rem;left:2.875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#SPpFiHQOfCgoSnu7U9MvcW7LH1tG8VCl.adaptive-delivery-prevent-bg, #SPpFiHQOfCgoSnu7U9MvcW7LH1tG8VCl.lazyload, #SPpFiHQOfCgoSnu7U9MvcW7LH1tG8VCl.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #vb1v5wI8FwyRGRDJwCTCTJyysqCqHxBZ { width:14.375rem;height:10.6875rem;top:72.5625rem;left:2.4375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#vb1v5wI8FwyRGRDJwCTCTJyysqCqHxBZ.adaptive-delivery-prevent-bg, #vb1v5wI8FwyRGRDJwCTCTJyysqCqHxBZ.lazyload, #vb1v5wI8FwyRGRDJwCTCTJyysqCqHxBZ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #PPiiitOODzLmBhkfZuBkNh1QXIV27aAH { width:14.375rem;height:10.6875rem;top:114.3125rem;left:2.875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#PPiiitOODzLmBhkfZuBkNh1QXIV27aAH.adaptive-delivery-prevent-bg, #PPiiitOODzLmBhkfZuBkNh1QXIV27aAH.lazyload, #PPiiitOODzLmBhkfZuBkNh1QXIV27aAH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #CCg0H9zliPU8sXzu3oAMPvbibZvvtybx { width:14.375rem;height:1.21875rem;top:107.9375rem;left:2.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #KoLmS4qZ4MS3rhHqd0IvnNhNULr948u5 { width:14.375rem;height:1.21875rem;top:80.125rem;left:2.4375rem;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) { #ZkSsAZQe0VmzyTDrMUinbqP9kD3R21AN { width:11.875rem;height:4.54900625rem;top:88.762458801269rem;left:4.0625000596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X749ISQx3sw1Uuz1uQUMlsoCSXvlZafv { width:11.875rem;height:3.57244375rem;top:76.25rem;left:4.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhDiacgbKH34TUFHpfwrIKe9TZUPO5sN { width:11.875rem;height:2.9243625rem;top:118.1915807724rem;left:4.0625000596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5Kkx8flEG5WQq2vLmTdHCSwJm6JHPEt { width:14.375rem;height:10.6875rem;top:142.0625rem;left:2.875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#y5Kkx8flEG5WQq2vLmTdHCSwJm6JHPEt.adaptive-delivery-prevent-bg, #y5Kkx8flEG5WQq2vLmTdHCSwJm6JHPEt.lazyload, #y5Kkx8flEG5WQq2vLmTdHCSwJm6JHPEt.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #d3SFF4BVpD3GAstXtd2U2TQUEaTBXP5v { width:14.375rem;height:10.6875rem;top:128.1875rem;left:2.875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#d3SFF4BVpD3GAstXtd2U2TQUEaTBXP5v.adaptive-delivery-prevent-bg, #d3SFF4BVpD3GAstXtd2U2TQUEaTBXP5v.lazyload, #d3SFF4BVpD3GAstXtd2U2TQUEaTBXP5v.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #rGQ7UgcJnXr3XKvUVZpptaubKKK82II3 { width:14.375rem;height:10.6875rem;top:58.6875rem;left:2.875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#rGQ7UgcJnXr3XKvUVZpptaubKKK82II3.adaptive-delivery-prevent-bg, #rGQ7UgcJnXr3XKvUVZpptaubKKK82II3.lazyload, #rGQ7UgcJnXr3XKvUVZpptaubKKK82II3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kzHrVnyC6AmqDkfneGsTm16RtTtn1upp { width:14.375rem;height:1.2180375rem;top:149.93696212769rem;left:2.8116121888161rem;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) { #d0mJ7Psq4JEvHFJ6Qz9TBJ4R5eQHJ4My { width:14.375rem;height:1.21875rem;top:136.0625rem;left:2.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #D7vQU5pUe40u4u0pTWsJQ28uvGLJDIRI { width:14.375rem;height:1.21875rem;top:66.25rem;left:2.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #Mq3SSN3mtmqq0A5AsQTWV386ppRA4sfS { width:11.875rem;height:4.54900625rem;top:145.12961006164rem;left:4.0625000596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtqmvhGT0q2Z2lUDDQwHN5GK4B8Wetis { width:11.875rem;height:2.43608125rem;top:131.6875rem;left:4.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXuXC313GaEm1SatQvE9ic8db2XbcDPX { width:14.375rem;height:10.6875rem;top:156rem;left:2.9375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#xXuXC313GaEm1SatQvE9ic8db2XbcDPX.adaptive-delivery-prevent-bg, #xXuXC313GaEm1SatQvE9ic8db2XbcDPX.lazyload, #xXuXC313GaEm1SatQvE9ic8db2XbcDPX.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #O3VZKfpJyKQMunoc0BskWMTmTKy22BSC { width:14.375rem;height:1.21875rem;top:163.8125rem;left:2.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #G2aOLTrfFhZSbktG3At3GoP22BEGxce7 { width:11.875rem;height:2.9243625rem;top:62.5625rem;left:4.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBOcm9Olanaq6TrfDvMvJzppwVlE1JUL { width:11.875rem;height:2.82528125rem;top:159.125rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6tA9aVtNet3T5ZHNqvcXJ4OsQqX1Agg { width:14.375rem;height:1.21875rem;top:93.75rem;left:2.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #BlrZIEO8EvBiDerSFpc5IGJmg5TriGiE { width:20rem;height:0.185546875rem;top:219.18589901924rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5HIv67zPKrnVEOoGSkX3Q4ma5p5OomC { width:14.375rem;height:10.6875rem;top:170.5625rem;left:2.875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#g5HIv67zPKrnVEOoGSkX3Q4ma5p5OomC.adaptive-delivery-prevent-bg, #g5HIv67zPKrnVEOoGSkX3Q4ma5p5OomC.lazyload, #g5HIv67zPKrnVEOoGSkX3Q4ma5p5OomC.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JXNhSPc8mDPzkUXvDQo7mvB5azmflRVK { width:11.875rem;height:4.54900625rem;top:173.24969482422rem;left:4.1246448159218rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fuqe2so0ivEk1Sz95ACphD02CUw6hqSI { width:14.375rem;height:10.6875rem;top:187.0625rem;left:2.875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#Fuqe2so0ivEk1Sz95ACphD02CUw6hqSI.adaptive-delivery-prevent-bg, #Fuqe2so0ivEk1Sz95ACphD02CUw6hqSI.lazyload, #Fuqe2so0ivEk1Sz95ACphD02CUw6hqSI.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #fI1gtGz7yX82coIT0pisTalK6XXuMPnE { width:11.875rem;height:4.87215625rem;top:189.87783241272rem;left:4.0625000596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zC4wmHkV1ueOdgdcnFh744d3PA9vcLHH { width:14.375rem;height:10.6875rem;top:203.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; }#zC4wmHkV1ueOdgdcnFh744d3PA9vcLHH.adaptive-delivery-prevent-bg, #zC4wmHkV1ueOdgdcnFh744d3PA9vcLHH.lazyload, #zC4wmHkV1ueOdgdcnFh744d3PA9vcLHH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ve06RMKfEHgtFigeO5ETPVdpsxib0fwU { width:14.375rem;height:1.2180375rem;top:210.625rem;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) { #S8aHVfrE6AHTsyPPtigoRZQP7wyBtP99 { width:11.875rem;height:4.549rem;top:205.4375rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUfDKL5ORrJdMLwmFwvuEwlT2fNp6TxU { width:14.375rem;height:1.2180375rem;top:195.06195068359rem;left:2.8746448159218rem;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) { #ZBfBVg9tu7ZvmZn2bODz62cKtZiLbzUQ { width:14.375rem;height:1.13725rem;top:178.4046421051rem;left:2.8746448159218rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #JOTAQaxi4yDRxn3ca370T7biW5EDuVUb { width:11.875rem;height:3.41175625rem;top:104.01100158691rem;left:4.0625000596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueVOwv67bmMGaMnnQH2yDBQUvunq2dvQ { width:8.75rem;height:2.6875rem;top:28.311389923096rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpiUgoB1WLEexLID9XxyO1Uz9r9lgyy6 { display:block; }
 }@media only screen and (max-width: 763px) { #HaidfqMhHdlMyKr0h0CPFk9CG70ERmze { width:8.75rem;height:2.6875rem;top:56.060955047608rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIggRttcUSQbQCkCgdfK53WE8A4Ql733 { display:block; }
 }@media only screen and (max-width: 763px) { #rkEGe0r8Lq834VVh3NB7UC2DwKwOldny { width:8.75rem;height:2.6875rem;top:42.185702323914rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOfdx5rBi5hCAzJDk00aHJFZxdTr7nOw { display:block; }
 }@media only screen and (max-width: 763px) { #fLC4TLoopTdNizSqlhfWIrSZNFArvVsJ { width:8.75rem;height:2.6875rem;top:14.625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBJbPVxxdnOEQwD2kuzD4y2bVWMOzwPh { display:block; }
 }@media only screen and (max-width: 763px) { #BGhSiS2qzwDTElVVktcTETk1iCv7aHFR { width:8.75rem;height:2.6875rem;top:125.56197738647rem;left:6.3121448159219rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiUVlJkqxE6vUiSMOG6C3UNTkPO4MZTv { display:block; }
 }@media only screen and (max-width: 763px) { #fHEuDAnzxcVTF381SLRRMwxpvlcqJRFu { width:8.75rem;height:2.6875rem;top:97.875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwd7lVwwyarQWdNDPt4MFA9OxF5xgvra { display:block; }
 }@media only screen and (max-width: 763px) { #QqT3furX37GAgPpaHo9S96vUT9w2UbTl { width:8.75rem;height:2.6875rem;top:69.936977386475rem;left:5.6871448159218rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqTF5kbwEd8yWhhqhTb0iA8WpIGve8S5 { display:block; }
 }@media only screen and (max-width: 763px) { #N4ZyLpogM1NWRyKNyeq5cmAMzfInE9IV { width:8.75rem;height:2.6875rem;top:83.811267852781rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4pMRBAMObg5MPVC0COszpgak2ccVZLr { display:block; }
 }@media only screen and (max-width: 763px) { #vpxepuJKWOW2HaPsITdeDJBApCpEG8ww { width:8.75rem;height:2.6875rem;top:181.81185436249rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlfRbeSS4CZNeubJDbUh0Shn0BgQDnqa { display:block; }
 }@media only screen and (max-width: 763px) { #wm08C1eMUyLi5QDSP1ZmGeXqAEoKWI1x { width:8.75rem;height:2.6875rem;top:153.3125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti3hz4QVAMksIm4HL7TdihdCQNCa3uVq { display:block; }
 }@media only screen and (max-width: 763px) { #rhLCzBS7xAPRHJclIOr3ybNqglKq6LmB { width:8.75rem;height:2.6875rem;top:111.68589782715rem;left:6.3121448159219rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZLiKWwNcwxSGBdPLoOkrzTUIKdbsb8w { display:block; }
 }@media only screen and (max-width: 763px) { #Oah8IbCabzMwVIAT6iuV1oH7zgTaNFUu { width:8.75rem;height:2.6875rem;top:139.4371509552rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #udgzE2HOKiys4OLW2x5iLXIpzPIaaTXd { display:block; }
 }@media only screen and (max-width: 763px) { #aAGDxyEC48JMGAVV2ACHmcXcK9IwFGsf { width:8.75rem;height:2.6875rem;top:198.56184959412rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWbZzNA5HZ7gm5F0hlfvVPfNxNykqFhO { display:block; }
 }@media only screen and (max-width: 763px) { #WzTMqEtU8wZ5Gy4zlf9zEcThyUOvnRvp { width:8.75rem;height:2.6875rem;top:214.8739566803rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1VAbI5lWTVnOHDz7IHqbN5lgUXkEzkn { display:block; }
 }@media only screen and (max-width: 763px) { #PH042ONSf8qrLXuZGQrP1GZDH01ySTxi { width:8.75rem;height:2.687325rem;top:167.31089878082rem;left:6.3121448159219rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUHzVb8ItACpiPFLK96I7MMT6lkawpMv { 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.2745rem;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.9868625rem;top:22.759766578674rem;left:2.8125000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GSCufOTRzywzMB8NDH0cE2dHGcld5MXb { width:2.8125rem;height:2.8125rem;top:29.3125rem;left:11.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzaQD0rq9TJGvGfhLBcn8PhqLev9etc7 { width:2.8125rem;height:2.8125rem;top:29.3125rem;left:7.9375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDquHaJBSgT7kG1qlTqdsS8Fe2rXzeLT { width:2.8125rem;height:2.8125rem;top:29.3125rem;left:4.125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #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) { #TvGwT8UHKF3r4TpLRFbAkmIs8B1Phl3O { width:2.8125rem;height:2.8125rem;top:29.312500953674rem;left:15.875001251697rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #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; }
 }